]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Implement OpenCL binary operations
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
a88c3c8d
TT
12021-03-08 Tom Tromey <tom@tromey.com>
2
3 * opencl-lang.c (opencl_relop, eval_opencl_assign): No longer
4 static. Change parameters.
5 (eval_opencl_assign): No longer static. Add "op" parameter.
6 (evaluate_subexp_opencl): Update.
7 * c-exp.h (opencl_binop_operation): New template class.
8 (opencl_assign_operation, opencl_equal_operation)
9 (opencl_notequal_operation, opencl_less_operation)
10 (opencl_gtr_operation, opencl_geq_operation)
11 (opencl_leq_operation): New typedefs.
12
e9677704
TT
132021-03-08 Tom Tromey <tom@tromey.com>
14
15 * opencl-lang.c (opencl_value_cast): No longer static.
16 * c-exp.h (opencl_cast_type_operation): New typedef.
17
f403a4e4
TT
182021-03-08 Tom Tromey <tom@tromey.com>
19
20 * f-exp.h (eval_op_f_allocated): Declare.
21 (fortran_allocated_operation): New typedef.
22 * f-lang.c (eval_op_f_allocated): No longer static.
23
eb4c9271
TT
242021-03-08 Tom Tromey <tom@tromey.com>
25
26 * f-lang.c (eval_op_f_associated): New functions.
27 * f-exp.h (fortran_associated_1arg, fortran_associated_2arg): New
28 typedefs.
29
58a76c72
TT
302021-03-08 Tom Tromey <tom@tromey.com>
31
32 * f-lang.c (fortran_bound_1arg::evaluate)
33 (fortran_bound_2arg::evaluate): New methods.
34 * f-exp.h (class fortran_bound_1arg, class fortran_bound_2arg):
35 New.
36
2f98abe1
TT
372021-03-08 Tom Tromey <tom@tromey.com>
38
39 * expop.h (class unop_addr_operation) <get_expression>: New
40 method.
41 * f-lang.c (fortran_undetermined::value_subarray)
42 (fortran_undetermined::evaluate): New methods.
43 (fortran_prepare_argument): New overload.
44 * f-exp.h (class fortran_range_operation)
45 (class fortran_undetermined): New classes.
46
638fd74a
TT
472021-03-08 Tom Tromey <tom@tromey.com>
48
49 * rust-lang.c (rust_structop::evaluate_funcall): New method.
50 * rust-exp.h (class rust_structop) <evaluate_funcall>: Declare
51 method.
52
a00b7254
TT
532021-03-08 Tom Tromey <tom@tromey.com>
54
55 * expression.h (class operation) <evaluate_funcall>: New methods.
56 * expop.h (class scope_operation) <evaluate_funcall>: New method.
57 (class var_value_operation) <evaluate_funcall>: New method.
58 (class structop_base_operation) <evaluate_funcall>: New method.
59 (class var_msym_value_operation) <evaluate_funcall>: New method.
60 (class structop_member_base): New class.
61 (class structop_member_operation): Derive from
62 structop_member_base.
63 (class structop_mptr_operation): Derive from
64 structop_member_base.
65 (class funcall_operation): New class.
66 * eval.c (operation::evaluate_funcall)
67 (var_value_operation::evaluate_funcall)
68 (scope_operation::evaluate_funcall)
69 (structop_member_base::evaluate_funcall)
70 (structop_base_operation::evaluate_funcall): New methods.
71
1c02eb30
TT
722021-03-08 Tom Tromey <tom@tromey.com>
73
74 * expop.h (class array_operation): New.
75 * eval.c (array_operation::evaluate_struct_tuple)
76 (array_operation::evaluate): New methods.
77
e4479080
TT
782021-03-08 Tom Tromey <tom@tromey.com>
79
80 * expop.h (class adl_func_operation): New.
81 * eval.c (adl_func_operation::evaluate): New method.
82
95d49dfb
TT
832021-03-08 Tom Tromey <tom@tromey.com>
84
85 * ada-lang.c (ada_unop_in_range): No longer static.
86 * ada-exp.h (class ada_unop_range_operation): New.
87
7c15d377
TT
882021-03-08 Tom Tromey <tom@tromey.com>
89
90 * ada-lang.c (ada_unop_neg, ada_atr_tag, ada_atr_size, ada_abs):
91 No longer static.
92 * ada-exp.h (ada_neg_operation, ada_atr_tag_operation)
93 (ada_atr_size_operation, ada_abs_operation): New typedefs.
94
5019124b
TT
952021-03-08 Tom Tromey <tom@tromey.com>
96
97 * expop.h (class logical_and_operation)
98 (class logical_or_operation): New.
99 * eval.c (logical_and_operation::evaluate)
100 (logical_or_operation::evaluate): New methods.
101 * ax-gdb.c (logical_and_operation::do_generate_ax)
102 (logical_or_operation::do_generate_ax): New methods.
103
2bc9b40c
TT
1042021-03-08 Tom Tromey <tom@tromey.com>
105
106 * m2-lang.c (eval_op_m2_high, eval_op_m2_subscript): No longer
107 static.
108 * m2-exp.h: New file.
109
5947d337
TT
1102021-03-08 Tom Tromey <tom@tromey.com>
111
112 * rust-lang.c (rust_aggregate_operation::evaluate): New method.
113 * rust-exp.h (class rust_aggregate_operation): New.
114
e4407a20
TT
1152021-03-08 Tom Tromey <tom@tromey.com>
116
117 * rust-lang.c (eval_op_rust_struct_anon, eval_op_rust_structop):
118 No longer static.
119 * rust-exp.h (class rust_struct_anon): New.
120 (class rust_structop): New.
121
9db6b6dd
TT
1222021-03-08 Tom Tromey <tom@tromey.com>
123
124 * rust-lang.c (rust_range): No longer static.
125 * rust-exp.h (class rust_range_operation): New.
126
6ce1ad67
TT
1272021-03-08 Tom Tromey <tom@tromey.com>
128
129 * rust-lang.c (rust_subscript): No longer static.
130 * rust-exp.h (class rust_subscript_operation): New.
131
11dd3dce
TT
1322021-03-08 Tom Tromey <tom@tromey.com>
133
134 * rust-lang.c (eval_op_rust_ind): No longer static. Add "opcode"
135 parameter.
136 (rust_evaluate_subexp): Update.
137 * rust-exp.h (class rust_unop_ind_operation): New.
138
6fab4359
TT
1392021-03-08 Tom Tromey <tom@tromey.com>
140
141 * rust-lang.c (eval_op_rust_complement, eval_op_rust_array): No
142 longer static. Add "opcode" parameter.
143 (rust_evaluate_subexp): Update.
144 * rust-exp.h: New file.
145
9dcd3e29
TT
1462021-03-08 Tom Tromey <tom@tromey.com>
147
148 * f-lang.c (eval_op_f_abs, eval_op_f_mod, eval_op_f_ceil)
149 (eval_op_f_floor, eval_op_f_modulo, eval_op_f_cmplx)
150 (eval_op_f_kind): No longer static. Add "opcode" parameter.
151 (evaluate_subexp_f): Update.
152 * f-exp.h: New file.
153
fc715eb2
TT
1542021-03-08 Tom Tromey <tom@tromey.com>
155
156 * ada-lang.c (ada_ternop_range_operation::evaluate): New method.
157 * ada-exp.h (class ada_ternop_range_operation): New.
158
cc6bd32e
TT
1592021-03-08 Tom Tromey <tom@tromey.com>
160
161 * ada-lang.c (ada_qual_operation::evaluate): New method.
162 * ada-exp.h (class ada_qual_operation): New.
163
42fecb61
TT
1642021-03-08 Tom Tromey <tom@tromey.com>
165
166 * ada-lang.c (ada_string_operation::evaluate): New method.
167 * ada-exp.h (class ada_string_operation): New.
168
03070ee9
TT
1692021-03-08 Tom Tromey <tom@tromey.com>
170
171 * ada-lang.c (ada_wrapped_operation::evaluate): New method.
172 * ada-exp.h: New file.
173
821e72d7
TT
1742021-03-08 Tom Tromey <tom@tromey.com>
175
176 * expop.h (class multi_subscript_operation): New.
177 * eval.c (multi_subscript_operation::evaluate): New method.
178
085734dd
TT
1792021-03-08 Tom Tromey <tom@tromey.com>
180
181 * eval.c (objc_msgcall_operation::evaluate): New method.
182 * c-exp.h (class objc_msgcall_operation): New.
183
e82a5afc
TT
1842021-03-08 Tom Tromey <tom@tromey.com>
185
186 * expop.h (class var_value_operation): New.
187 * eval.c (var_value_operation::evaluate)
188 (var_value_operation::evaluate_for_address)
189 (var_value_operation::evaluate_with_coercion)
190 (var_value_operation::evaluate_for_sizeof)
191 (var_value_operation::evaluate_for_cast): New methods.
192 * ax-gdb.c (var_value_operation::do_generate_ax): New method.
193
d9ad79d8
TT
1942021-03-08 Tom Tromey <tom@tromey.com>
195
196 * expop.h (cxx_cast_ftype): New typedef.
197 (cxx_cast_operation): New template.
198 (dynamic_cast_operation, reinterpret_cast_operation): New
199 typedefs.
200
292382f4
TT
2012021-03-08 Tom Tromey <tom@tromey.com>
202
203 * expop.h (class unop_cast_type_operation): New.
204 * ax-gdb.c (unop_cast_type_operation::do_generate_ax): New
205 method.
206
165a813a
TT
2072021-03-08 Tom Tromey <tom@tromey.com>
208
209 * expop.h (class unop_cast_operation): New.
210 * ax-gdb.c (unop_cast_operation::do_generate_ax): New method.
211
e5946e16
TT
2122021-03-08 Tom Tromey <tom@tromey.com>
213
214 * expop.h (class assign_modify_operation): New.
215 * eval.c (eval_binop_assign_modify): No longer static.
216 * ax-gdb.c (assign_modify_operation::do_generate_ax): New method.
217
40786782
TT
2182021-03-08 Tom Tromey <tom@tromey.com>
219
220 * expop.h (class assign_operation): New.
221 * ax-gdb.c (assign_operation::do_generate_ax): New method.
222
44b675c8
TT
2232021-03-08 Tom Tromey <tom@tromey.com>
224
225 * expop.h (class type_instance_operation): New.
226 * eval.c (type_instance_operation::evaluate): New method.
227
f6b42326
TT
2282021-03-08 Tom Tromey <tom@tromey.com>
229
230 * expop.h (class op_this_operation): New.
231 * ax-gdb.c (op_this_operation::do_generate_ax): New method.
232
cbc18219
TT
2332021-03-08 Tom Tromey <tom@tromey.com>
234
235 * expop.h (class unop_memval_operation)
236 (class unop_memval_type_operation): New.
237 * eval.c (eval_op_memval): No longer static.
238 (unop_memval_operation::evaluate_for_address)
239 (unop_memval_type_operation::evaluate_for_address)
240 (unop_memval_operation::evaluate_for_sizeof)
241 (unop_memval_type_operation::evaluate_for_sizeof): New methods.
242 * ax-gdb.c (unop_memval_operation::do_generate_ax)
243 (unop_memval_type_operation::do_generate_ax): New methods.
244
ae4bb61e
TT
2452021-03-08 Tom Tromey <tom@tromey.com>
246
247 * expop.h (class unop_alignof_operation): New.
248 * eval.c (eval_op_alignof): No longer static.
249
85d23bda
TT
2502021-03-08 Tom Tromey <tom@tromey.com>
251
252 * expop.h (class unop_sizeof_operation): New.
253 * ax-gdb.c (unop_sizeof_operation::do_generate_ax): New method.
254
14aff815
TT
2552021-03-08 Tom Tromey <tom@tromey.com>
256
257 * expop.h (class unop_addr_operation): New.
258 * ax-gdb.c (gen_expr_unop) <case UNOP_ADDR>: New.
259
929f3aa7
TT
2602021-03-08 Tom Tromey <tom@tromey.com>
261
262 * expop.h (class typeid_operation): New.
263
0af8829e
TT
2642021-03-08 Tom Tromey <tom@tromey.com>
265
266 * expop.h (class decltype_operation): New.
267
4efc574c
TT
2682021-03-08 Tom Tromey <tom@tromey.com>
269
270 * expop.h (class typeof_operation): New.
271
5b5f5140
TT
2722021-03-08 Tom Tromey <tom@tromey.com>
273
274 * expop.h (class type_operation): New.
275 * eval.c (eval_op_type): No longer static.
276
876469ff
TT
2772021-03-08 Tom Tromey <tom@tromey.com>
278
279 * expop.h (class unop_ind_base_operation)
280 (class unop_ind_operation): New.
281 * eval.c (eval_op_ind): No longer static. Remove "op" parameter.
282 (unop_ind_base_operation::evaluate_for_address)
283 (unop_ind_base_operation::evaluate_for_sizeof): New method.
284 * ax-gdb.c (gen_expr_unop) <case UNOP_IND>: New.
285
6d89e296
TT
2862021-03-08 Tom Tromey <tom@tromey.com>
287
288 * expop.h (unop_incr_operation): New template.
289 (preinc_operation, predec_operation, postinc_operation)
290 (postdec_operation): New typedefs.
291 * eval.c (eval_op_preinc, eval_op_predec, eval_op_postinc)
292 (eval_op_postdec): No longer static.
293
9307d17b
TT
2942021-03-08 Tom Tromey <tom@tromey.com>
295
296 * expop.h (unary_ftype): New typedef.
297 (unop_operation, usual_ax_binop_operation): New templates.
298 (unary_plus_operation, unary_neg_operation)
299 (unary_complement_operation, unary_logical_not_operation): New
300 typedefs.
301 * eval.c (eval_op_plus, eval_op_neg, eval_op_complement)
302 (eval_op_lognot): No longer static.
303 * ax-gdb.c (gen_expr_unop): New function.
304
ae64ba58
TT
3052021-03-08 Tom Tromey <tom@tromey.com>
306
307 * ax-gdb.c (comma_operation::do_generate_ax): New method.
308
d4eff4c1
TT
3092021-03-08 Tom Tromey <tom@tromey.com>
310
311 * expop.h (class repeat_operation): New.
312 * eval.c (eval_op_repeat): No longer static. Remove "op"
313 parameter.
314 (evaluate_subexp_standard): Update.
315 * ax-gdb.c (repeat_operation::do_generate_ax): New method.
316
46916f2b
TT
3172021-03-08 Tom Tromey <tom@tromey.com>
318
319 * expop.h (class comparison_operation): New.
320 (equal_operation, notequal_operation, less_operation)
321 (gtr_operation, geq_operation, leq_operation): New typedefs.
322 * eval.c (eval_op_equal, eval_op_notequal, eval_op_less)
323 (eval_op_gtr, eval_op_geq, eval_op_leq): No longer static.
324
224d6424
TT
3252021-03-08 Tom Tromey <tom@tromey.com>
326
327 * expop.h (class subscript_operation): New.
328 * eval.c (eval_op_subscript): No longer static.
329
373907ff
TT
3302021-03-08 Tom Tromey <tom@tromey.com>
331
332 * expop.h (class binop_operation, class usual_ax_binop_operation):
333 New.
334 (exp_operation, intdiv_operation, mod_operation, mul_operation)
335 (div_operation, rem_operation, lsh_operation, rsh_operation)
336 (bitwise_and_operation, bitwise_ior_operation)
337 (bitwise_xor_operation): New typedefs.
338 * eval.c (eval_op_binary): No longer static.
339
5133d78b
TT
3402021-03-08 Tom Tromey <tom@tromey.com>
341
342 * expop.h (class sub_operation): New.
343 * eval.c (eval_op_sub): No longer static. Remove "op" parameter.
344 (evaluate_subexp_standard): Update.
345
a94323b6
TT
3462021-03-08 Tom Tromey <tom@tromey.com>
347
348 * expop.h (class add_operation): New.
349 * eval.c (eval_op_add): No longer static. Remove "op" parameter.
350 (evaluate_subexp_standard): Update.
351
e51e26a0
TT
3522021-03-08 Tom Tromey <tom@tromey.com>
353
354 * expop.h (class concat_operation): New.
355 * eval.c (eval_op_concat): No longer static. Remove "op"
356 parameter.
357 (evaluate_subexp_standard): Update.
358
07f724a8
TT
3592021-03-08 Tom Tromey <tom@tromey.com>
360
361 * expop.h (class structop_member_operation)
362 (class structop_mptr_operation): New.
363 * eval.c (eval_op_member): No longer static.
364
ab0609be
TT
3652021-03-08 Tom Tromey <tom@tromey.com>
366
367 * expop.h (class structop_ptr_operation): New.
368 * eval.c (eval_op_structop_ptr): No longer static. Remove "op"
369 parameter.
370
808b22cf
TT
3712021-03-08 Tom Tromey <tom@tromey.com>
372
373 * expop.h (class structop_base_operation)
374 (class structop_operation): New.
375 * eval.c (eval_op_structop_struct): No longer static.
376
8cfd3e95
TT
3772021-03-08 Tom Tromey <tom@tromey.com>
378
379 * expop.h (class complex_operation): New.
380
09db3700
TT
3812021-03-08 Tom Tromey <tom@tromey.com>
382
383 * eval.c (eval_op_objc_selector): No longer static.
384 * c-exp.h (class objc_selector_operation): New.
385
06dc61b9
TT
3862021-03-08 Tom Tromey <tom@tromey.com>
387
388 * eval.c: Include c-exp.h.
389 * c-exp.h (class objc_nsstring_operation): New.
390
72d0a711
TT
3912021-03-08 Tom Tromey <tom@tromey.com>
392
393 * c-lang.c (c_string_operation::evaluate): New method.
394 * c-exp.h: New file.
395
9186293f
TT
3962021-03-08 Tom Tromey <tom@tromey.com>
397
398 * expop.h (class ternop_cond_operation): New.
399 * ax-gdb.c (ternop_cond_operation::do_generate_ax): New method.
400
1594e0bb
TT
4012021-03-08 Tom Tromey <tom@tromey.com>
402
403 * expop.h (class ternop_slice_operation): New.
404 * eval.c (eval_op_ternop): No longer static.
405
b50db09f
TT
4062021-03-08 Tom Tromey <tom@tromey.com>
407
408 * expop.h (class string_operation): New.
409 * eval.c (eval_op_string): No longer static.
410
e6e01e16
TT
4112021-03-08 Tom Tromey <tom@tromey.com>
412
413 * expop.h (class internalvar_operation): New.
414 * ax-gdb.c (internalvar_operation::do_generate_ax): New method.
415
e6985c5e
TT
4162021-03-08 Tom Tromey <tom@tromey.com>
417
418 * expop.h (class bool_operation): New.
419
55bdbff8
TT
4202021-03-08 Tom Tromey <tom@tromey.com>
421
422 * expop.h (class register_operation): New.
423 * eval.c (eval_op_register): No longer static.
424 * ax-gdb.c (register_operation::do_generate_ax): New method.
425
247d935b
TT
4262021-03-08 Tom Tromey <tom@tromey.com>
427
428 * expop.h (class last_operation): New.
429
17679395
TT
4302021-03-08 Tom Tromey <tom@tromey.com>
431
432 * expop.h (class func_static_var_operation): New.
433 * eval.c (eval_op_func_static_var): No longer static.
434
b5cc3923
TT
4352021-03-08 Tom Tromey <tom@tromey.com>
436
437 * expop.h (class var_entry_value_operation): New.
438 * eval.c (eval_op_var_entry_value): No longer static.
439
0c8effa3
TT
4402021-03-08 Tom Tromey <tom@tromey.com>
441
442 * expression.h (class operation) <set_outermost>: New method.
443 * expop.h (class var_msym_value_operation): New.
444 * eval.c (eval_op_var_msym_value): No longer static.
445 (var_msym_value_operation::evaluate_for_address)
446 (var_msym_value_operation::evaluate_for_sizeof)
447 (var_msym_value_operation::evaluate_for_cast): New methods.
448 * ax-gdb.c (var_msym_value_operation::do_generate_ax): New
449 method.
450
d336c29e
TT
4512021-03-08 Tom Tromey <tom@tromey.com>
452
453 * expop.h (class long_const_operation): New.
454 * ax-gdb.c (long_const_operation::do_generate_ax): New method.
455
d5ab122c
TT
4562021-03-08 Tom Tromey <tom@tromey.com>
457
458 * expop.h (class scope_operation): New.
459 * eval.c (eval_op_scope): No longer static.
460 (scope_operation::evaluate_for_address): New method.
461 * ax-gdb.c (scope_operation::do_generate_ax): New method.
462
cae26a0c
TT
4632021-03-08 Tom Tromey <tom@tromey.com>
464
465 * expprint.c (float_const_operation::dump): New method.
466 * expop.h (float_data): New typedef.
467 (class float_const_operation): New.
468
75f9892d
TT
4692021-03-08 Tom Tromey <tom@tromey.com>
470
471 * expop.h (gen_expr_binop, gen_expr_structop): Declare.
472 * ax-gdb.c (gen_expr_binop): New function.
473 (gen_expr_structop): Likewise.
474
de401988
TT
4752021-03-08 Tom Tromey <tom@tromey.com>
476
477 * expprint.c (expr::dump_for_expression): New functions.
478 * expop.h (dump_for_expression): New overloads.
479 (tuple_holding_operation::dump, tuple_holding_operation::do_dump):
480 Update.
481
e2803273
TT
4822021-03-08 Tom Tromey <tom@tromey.com>
483
484 * expression.h (expr::operation): New class.
485 (expr::make_operation): New function.
486 (expr::operation_up): New typedef.
487 * expop.h: New file.
488 * eval.c (operation::evaluate_for_cast)
489 (operation::evaluate_for_address, operation::evaluate_for_sizeof):
490 New methods.
491 * ax-gdb.c (operation::generate_ax): New method.
492
e18c58f2
TT
4932021-03-08 Tom Tromey <tom@tromey.com>
494
495 * ax-gdb.c (gen_expr_binop_rest): Remove "pc" parameter.
496 (gen_expr_binop_rest): New overload.
497
c0d7ed8c
TT
4982021-03-08 Tom Tromey <tom@tromey.com>
499
500 * eval.c (eval_multi_subscript): New function.
501 (evaluate_subexp_standard): Use it.
502
dd5fd283
TT
5032021-03-08 Tom Tromey <tom@tromey.com>
504
505 * ada-lang.c (ada_binop_exp): New function.
506 (ada_evaluate_subexp): Use it.
507
3848abd6
TT
5082021-03-08 Tom Tromey <tom@tromey.com>
509
510 * ada-lang.c (ada_val_atr): Rename from value_val_atr. Change
511 parameters.
512 (ada_evaluate_subexp): Use it.
513
38dc70cf
TT
5142021-03-08 Tom Tromey <tom@tromey.com>
515
516 * ada-lang.c (ada_binop_minmax): New function.
517 (ada_evaluate_subexp): Use it.
518
b84564fc
TT
5192021-03-08 Tom Tromey <tom@tromey.com>
520
521 * ada-lang.c (ada_unop_atr): New function.
522 (ada_evaluate_subexp): Use it.
523
b467efaa
TT
5242021-03-08 Tom Tromey <tom@tromey.com>
525
526 * ada-lang.c (ada_binop_in_bounds): New function.
527 (ada_evaluate_subexp): Use it.
528
5ce19db8
TT
5292021-03-08 Tom Tromey <tom@tromey.com>
530
531 * ada-lang.c (ada_ternop_slice): New function.
532 (ada_evaluate_subexp): Use it.
533
214b13ac
TT
5342021-03-08 Tom Tromey <tom@tromey.com>
535
536 * ada-lang.c (ada_equal_binop): New function.
537 (ada_evaluate_subexp): Use it.
538
faa1dfd7
TT
5392021-03-08 Tom Tromey <tom@tromey.com>
540
541 * ada-lang.c (ada_mult_binop): New function.
542 (ada_evaluate_subexp): Use it.
543
d05e24e6
TT
5442021-03-08 Tom Tromey <tom@tromey.com>
545
546 * ada-lang.c (ada_abs): New function.
547 (ada_evaluate_subexp): Use it.
548
68c75735
TT
5492021-03-08 Tom Tromey <tom@tromey.com>
550
551 * ada-lang.c (ada_atr_size): New function.
552 (ada_evaluate_subexp): Use it.
553
020dbabe
TT
5542021-03-08 Tom Tromey <tom@tromey.com>
555
556 * ada-lang.c (ada_atr_tag): New function.
557 (ada_evaluate_subexp): Use it.
558
7efc87ff
TT
5592021-03-08 Tom Tromey <tom@tromey.com>
560
561 * ada-lang.c (ada_unop_in_range): New function.
562 (ada_evaluate_subexp): Use it.
563
82390ab8
TT
5642021-03-08 Tom Tromey <tom@tromey.com>
565
566 * ada-lang.c (ada_unop_neg): New function.
567 (ada_evaluate_subexp): Use it.
568
62d4bd94
TT
5692021-03-08 Tom Tromey <tom@tromey.com>
570
571 * ada-lang.c (eval_ternop_in_range): New function.
572 (ada_evaluate_subexp): Use it.
573
3634f669
TT
5742021-03-08 Tom Tromey <tom@tromey.com>
575
576 * opencl-lang.c (eval_opencl_assign): New function.
577 (evaluate_subexp_opencl): Use it.
578
5e80600e
TT
5792021-03-08 Tom Tromey <tom@tromey.com>
580
581 * eval.c (eval_op_objc_msgcall): New function.
582 (evaluate_subexp_standard): Use it.
583
fb5ba2ab
TT
5842021-03-08 Tom Tromey <tom@tromey.com>
585
586 * eval.c (eval_binop_assign_modify): New function.
587 (evaluate_subexp_standard): Use it.
588
a49881f7
TT
5892021-03-08 Tom Tromey <tom@tromey.com>
590
591 * m2-lang.c (eval_op_m2_subscript): New function.
592 (evaluate_subexp_modula2): Use it.
593
41bdced5
TT
5942021-03-08 Tom Tromey <tom@tromey.com>
595
596 * m2-lang.c (eval_op_m2_high): New function.
597 (evaluate_subexp_modula2): Use it.
598
13ea014a
TT
5992021-03-08 Tom Tromey <tom@tromey.com>
600
601 * eval.c (evaluate_subexp_for_address_base): New function.
602 (evaluate_subexp_for_address): Use it.
603 (evaluate_subexp_for_sizeof_base): New function.
604 (evaluate_subexp_for_sizeof): Use it.
605
1fa41fc7
TT
6062021-03-08 Tom Tromey <tom@tromey.com>
607
608 * rust-lang.c (eval_op_rust_structop): New function.
609 (rust_evaluate_subexp): Use it.
610
575cae23
TT
6112021-03-08 Tom Tromey <tom@tromey.com>
612
613 * rust-lang.c (eval_op_rust_struct_anon): New function.
614 (rust_evaluate_subexp): Use it.
615
05104233
TT
6162021-03-08 Tom Tromey <tom@tromey.com>
617
618 * rust-lang.c (eval_op_rust_array): New function.
619 (rust_evaluate_subexp): Use it.
620
6fa9831f
TT
6212021-03-08 Tom Tromey <tom@tromey.com>
622
623 * rust-lang.c (eval_op_rust_complement): New function.
624 (rust_evaluate_subexp): Use it.
625
d123f9e4
TT
6262021-03-08 Tom Tromey <tom@tromey.com>
627
628 * rust-lang.c (eval_op_rust_ind): New function.
629 (rust_evaluate_subexp): Use it.
630
984af2cb
TT
6312021-03-08 Tom Tromey <tom@tromey.com>
632
633 * rust-lang.c (rust_subscript): Change parameters.
634 (rust_evaluate_subexp): Update.
635
d148f803
TT
6362021-03-08 Tom Tromey <tom@tromey.com>
637
638 * rust-lang.c (rust_range): Change parameters.
639 (rust_evaluate_subexp): Update.
640
9cbd1c20
TT
6412021-03-08 Tom Tromey <tom@tromey.com>
642
643 * f-lang.c (eval_op_f_allocated): New function.
644 (evaluate_subexp_f): Use it.
645
3c18c49c
TT
6462021-03-08 Tom Tromey <tom@tromey.com>
647
648 * f-lang.c (fortran_require_array): New function.
649 (evaluate_subexp_f): Use it.
650
216f6fcb
TT
6512021-03-08 Tom Tromey <tom@tromey.com>
652
653 * f-lang.c (eval_op_f_kind): New function.
654 (evaluate_subexp_f): Use it.
655
00f2db6f
TT
6562021-03-08 Tom Tromey <tom@tromey.com>
657
658 * f-lang.c (eval_op_f_cmplx): New function.
659 (evaluate_subexp_f): Use it.
660
93b2b5fa
TT
6612021-03-08 Tom Tromey <tom@tromey.com>
662
663 * f-lang.c (eval_op_f_modulo): New function.
664 (evaluate_subexp_f): Use it.
665
9f1a1f3c
TT
6662021-03-08 Tom Tromey <tom@tromey.com>
667
668 * f-lang.c (eval_op_f_floor): New function.
669 (evaluate_subexp_f): Use it.
670
3dc41f3c
TT
6712021-03-08 Tom Tromey <tom@tromey.com>
672
673 * f-lang.c (eval_op_f_ceil): New function.
674 (evaluate_subexp_f): Use it.
675
e08109f2
TT
6762021-03-08 Tom Tromey <tom@tromey.com>
677
678 * f-lang.c (eval_op_f_mod): New function.
679 (evaluate_subexp_f): Use it.
680
cc05c68e
TT
6812021-03-08 Tom Tromey <tom@tromey.com>
682
683 * f-lang.c (eval_op_f_abs): New function.
684 (evaluate_subexp_f): Use it.
685
aec95807
TT
6862021-03-08 Tom Tromey <tom@tromey.com>
687
688 * eval.c (eval_op_type): New function.
689 (evaluate_subexp_standard): Use it.
690
a220ead5
TT
6912021-03-08 Tom Tromey <tom@tromey.com>
692
693 * eval.c (eval_op_postdec): New function.
694 (evaluate_subexp_standard): Use it.
695
abffe116
TT
6962021-03-08 Tom Tromey <tom@tromey.com>
697
698 * eval.c (eval_op_postinc): New function.
699 (evaluate_subexp_standard): Use it.
700
9e1361b7
TT
7012021-03-08 Tom Tromey <tom@tromey.com>
702
703 * eval.c (eval_op_predec): New file.
704 (evaluate_subexp_standard): Use it.
705
00f50884
TT
7062021-03-08 Tom Tromey <tom@tromey.com>
707
708 * eval.c (eval_op_preinc): New function.
709 (evaluate_subexp_standard): Use it.
710
3aef2a07
TT
7112021-03-08 Tom Tromey <tom@tromey.com>
712
713 * eval.c (eval_op_memval): New function.
714 (evaluate_subexp_standard): Use it.
715
acee9468
TT
7162021-03-08 Tom Tromey <tom@tromey.com>
717
718 * eval.c (eval_op_alignof): New function.
719 (evaluate_subexp_standard): Use it.
720
786f70ee
TT
7212021-03-08 Tom Tromey <tom@tromey.com>
722
723 * eval.c (eval_op_ind): New function.
724 (evaluate_subexp_standard): Use it.
725
24338fb9
TT
7262021-03-08 Tom Tromey <tom@tromey.com>
727
728 * eval.c (eval_op_lognot): New function.
729 (evaluate_subexp_standard): Use it.
730
1f09ec81
TT
7312021-03-08 Tom Tromey <tom@tromey.com>
732
733 * eval.c (eval_op_complement): New function.
734 (evaluate_subexp_standard): Use it.
735
606d105f
TT
7362021-03-08 Tom Tromey <tom@tromey.com>
737
738 * eval.c (eval_op_neg): New function.
739 (evaluate_subexp_standard): Use it.
740
39f288be
TT
7412021-03-08 Tom Tromey <tom@tromey.com>
742
743 * eval.c (eval_op_plus): New function.
744 (evaluate_subexp_standard): Use it.
745
eed70b1c
TT
7462021-03-08 Tom Tromey <tom@tromey.com>
747
748 * eval.c (eval_op_repeat): New function.
749 (evaluate_subexp_standard): Use it.
750
60cdd487
TT
7512021-03-08 Tom Tromey <tom@tromey.com>
752
753 * eval.c (eval_op_leq): New function.
754 (evaluate_subexp_standard): Use it.
755
96e3efd9
TT
7562021-03-08 Tom Tromey <tom@tromey.com>
757
758 * eval.c (eval_op_geq): New function.
759 (evaluate_subexp_standard): Use it.
760
1f78d732
TT
7612021-03-08 Tom Tromey <tom@tromey.com>
762
763 * eval.c (eval_op_gtr): New function.
764 (evaluate_subexp_standard): Use it.
765
6cad1349
TT
7662021-03-08 Tom Tromey <tom@tromey.com>
767
768 * eval.c (eval_op_less): New function.
769 (evaluate_subexp_standard): Use it.
770
1fcb3559
TT
7712021-03-08 Tom Tromey <tom@tromey.com>
772
773 * eval.c (eval_op_notequal): New function.
774 (evaluate_subexp_standard): Use it.
775
0cc96de8
TT
7762021-03-08 Tom Tromey <tom@tromey.com>
777
778 * eval.c (eval_op_equal): New function.
779 (evaluate_subexp_standard): Use it.
780
288d26bc
TT
7812021-03-08 Tom Tromey <tom@tromey.com>
782
783 * eval.c (eval_op_subscript): New function.
784 (evaluate_subexp_standard): Use it.
785
7cdcdd02
TT
7862021-03-08 Tom Tromey <tom@tromey.com>
787
788 * eval.c (eval_op_binary): New function.
789 (evaluate_subexp_standard): Use it.
790
d9790e22
TT
7912021-03-08 Tom Tromey <tom@tromey.com>
792
793 * eval.c (eval_op_sub): New function.
794 (evaluate_subexp_standard): Use it.
795
aedaf9ac
TT
7962021-03-08 Tom Tromey <tom@tromey.com>
797
798 * eval.c (eval_op_add): New function.
799 (evaluate_subexp_standard): Use it.
800
b7a96ed2
TT
8012021-03-08 Tom Tromey <tom@tromey.com>
802
803 * eval.c (eval_op_member): New function.
804 (evaluate_subexp_standard): Use it.
805
fb461aa3
TT
8062021-03-08 Tom Tromey <tom@tromey.com>
807
808 * eval.c (eval_op_structop_ptr): New function.
809 (evaluate_subexp_standard): Use it.
810
3e96c4fc
TT
8112021-03-08 Tom Tromey <tom@tromey.com>
812
813 * eval.c (eval_op_structop_struct): New function.
814 (evaluate_subexp_standard): Use it.
815
f960a617
TT
8162021-03-08 Tom Tromey <tom@tromey.com>
817
818 * eval.c (eval_op_ternop): New function.
819 (evaluate_subexp_standard): Use it.
820
5c2f201e
TT
8212021-03-08 Tom Tromey <tom@tromey.com>
822
823 * eval.c (eval_op_concat): New function.
824 (evaluate_subexp_standard): Use it.
825
f871bae1
TT
8262021-03-08 Tom Tromey <tom@tromey.com>
827
828 * eval.c (eval_op_objc_selector): New function.
829 (evaluate_subexp_standard): Use it.
830
14a1c64a
TT
8312021-03-08 Tom Tromey <tom@tromey.com>
832
833 * eval.c (eval_op_string): New function.
834 (evaluate_subexp_standard): Use it.
835
ffff730b
TT
8362021-03-08 Tom Tromey <tom@tromey.com>
837
838 * eval.c (eval_op_register): New function.
839 (evaluate_subexp_standard): Use it.
840
9b1d8af6
TT
8412021-03-08 Tom Tromey <tom@tromey.com>
842
843 * eval.c (eval_op_func_static_var): New function.
844 (evaluate_subexp_standard): Use it.
845
c0df9289
TT
8462021-03-08 Tom Tromey <tom@tromey.com>
847
848 * eval.c (eval_op_var_msym_value): New function.
849 (evaluate_subexp_standard): Use it.
850
50b98adc
TT
8512021-03-08 Tom Tromey <tom@tromey.com>
852
853 * eval.c (eval_op_var_entry_value): New function.
854 (evaluate_subexp_standard): Use it.
855
ea2d29f7
TT
8562021-03-08 Tom Tromey <tom@tromey.com>
857
858 * eval.c (eval_op_scope): New function.
859 (evaluate_subexp_standard): Use it.
860
01573d73
TT
8612021-03-06 Chernov Sergey <klen_s@mail.ru>
862
863 PR gdb/27528:
864 * ada-lang.c (ada_fold_name): Use gdb::to_string.
865
9938d15a
TT
8662021-03-06 Tom Tromey <tom@tromey.com>
867
868 * dwarf2/sect-names.h (dwarf2_elf_names): Declare.
869 * dwarf2/read.h (dwarf2_get_dwz_file): Move to dwz.h.
870 * dwarf2/read.c (dwarf2_elf_names): No longer static.
871 (locate_dwz_sections, dwz_search_other_debugdirs)
872 (dwarf2_get_dwz_file): Move to dwz.c.
873 * dwarf2/dwz.h (dwarf2_get_dwz_file): Move declaration from
874 read.h.
875 * dwarf2/dwz.c (locate_dwz_sections, dwz_search_other_debugdirs)
876 (dwarf2_get_dwz_file): Move from read.c.
877
18035655
TT
8782021-03-06 Tom Tromey <tom@tromey.com>
879
880 * debuginfod-support.h: Include scoped_fd.h.
881
a7308ce0
TT
8822021-03-06 Tom Tromey <tom@tromey.com>
883
884 * dwarf2/read.h (dwarf2_get_dwz_file): Add 'require' parameter.
885 * dwarf2/read.c (dwarf2_get_dwz_file): Add 'require' parameter.
886 (get_abbrev_section_for_cu, read_attribute_value)
887 (get_debug_line_section): Update.
888 * dwarf2/macro.c (dwarf_decode_macro_bytes): Update.
889
fbedd546
TT
8902021-03-06 Tom Tromey <tom@tromey.com>
891
892 * dwarf2/sect-names.h (struct dwarf2_section_names) <matches>: New
893 method.
894 * dwarf2/read.c (section_is_p): Remove.
895 (dwarf2_per_bfd::locate_sections)
896 (dwarf2_per_bfd::locate_sections, locate_dwz_sections)
897 (locate_v1_virtual_dwo_sections, dwarf2_locate_dwo_sections)
898 (dwarf2_locate_common_dwp_sections)
899 (dwarf2_locate_v2_dwp_sections, dwarf2_locate_v5_dwp_sections):
900 Update.
901
c2a62a3d
TT
9022021-03-06 Tom Tromey <tom@tromey.com>
903
904 * xcoffread.c: Include sect-names.h.
905 * symfile.h (struct dwarf2_section_names, struct
906 dwarf2_debug_sections): Move to dwarf2/sect-names.h.
907 * dwarf2/sect-names.h: New file, from symfile.h.
908 * dwarf2/read.c: Include sect-names.h.
909
4444f407
TT
9102021-03-06 Tom Tromey <tom@tromey.com>
911
912 * dwarf2/read.c (read_attribute): Make 'abbrev' const.
913 * dwarf2/abbrev.c (abbrev_table::alloc_abbrev): Remove.
914 (abbrev_table::read): Update.
915 * dwarf2/abbrev.h (struct attr_abbrev): Move earlier.
916 (struct abbrev_info): Reformat.
917 <attrs>: Now an array.
918 (struct abbrev_table) <alloc_abbrev>: Remove.
919
dd99cf0c
WP
9202021-03-06 Weimin Pan <weimin.pan@oracle.com>
921
922 * ctfread.c (ctf_psymtab_add_enums): New function.
923 (ctf_psymtab_type_cb): call ctf_psymtab_add_enums.
924
844be3f2
WP
9252021-03-06 Weimin Pan <weimin.pan@oracle.com>
926
927 * ctfread.c (read_func_kind_type): Set up function arguments.
928
b2668f28
AB
9292021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
930 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * riscv-none-tdep.c: Add 'user-regs.h' and 'target-description.h'
933 includes.
934 (riscv_csrset): New static global.
935 (riscv_update_csrmap): New function.
936 (riscv_iterate_over_regset_sections): Process CSRs.
937
d782d24b
AB
9382021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * riscv-tdep.c (riscv_feature_name_csr): Define.
941 (riscv_feature_name_cpu): Define.
942 (riscv_feature_name_fpu): Define.
943 (riscv_feature_name_virtual): Define.
944 (riscv_xreg_feature): Use riscv_feature_name_cpu.
945 (riscv_freg_feature): Use riscv_feature_name_fpu.
946 (riscv_virtual_feature): Use riscv_feature_name_virtual.
947 (riscv_csr_feature): Use riscv_feature_name_csr.
948 * riscv-tdep.h (riscv_feature_name_csr): Declare.
949
fb8f3fc0
AB
9502021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
951 Craig Blackmore <craig.blackmore@embecosm.com>
952
953 * Makefile.in (ALL_TARGET_OBS): Add riscv-none-tdep.o.
954 (ALLDEPFILES): Add riscv-none-tdep.c.
955 * configure: Regenerate.
956 * configure.ac (CONFIG_OBS): Add elf-none-tdep.o when BFD has ELF
957 support.
958 * configure.tgt (riscv*-*-*): Include riscv-none-tdep.c.
959 * elf-none-tdep.c: New file.
960 * elf-none-tdep.h: New file.
961 * riscv-none-tdep.c: New file.
962
95ce627a
AB
9632021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
964 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * corelow.c: Add 'xml-tdesc.h' include.
967 (core_target::read_description): Load the target description from
968 the core file when possible.
969 * fbsd-tdep.c (fbsd_make_corefile_notes): Add target description
970 note.
971 * gcore-elf.c: Add 'gdbsupport/tdesc.h' include.
972 (gcore_elf_make_tdesc_note): New function.
973 * gcore-elf.h (gcore_elf_make_tdesc_note): Declare.
974 * linux-tdep.c (linux_make_corefile_notes): Add target description
975 note.
976
f3a5df7b
AB
9772021-03-05 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * Makefile.in (SFILES): Add gcore-elf.c.
980 (HFILES_NO_SRCDIR): Add gcore-elf.h
981 * configure: Regenerate.
982 * configure.ac: Add gcore-elf.o to CONFIG_OBS if we have ELF
983 support.
984 * fbsd-tdep.c: Add 'gcore-elf.h' include.
985 (struct fbsd_collect_regset_section_cb_data): Delete.
986 (fbsd_collect_regset_section_cb): Delete.
987 (fbsd_collect_thread_registers): Delete.
988 (struct fbsd_corefile_thread_data): Delete.
989 (fbsd_corefile_thread): Delete.
990 (fbsd_make_corefile_notes): Call
991 gcore_elf_build_thread_register_notes instead of the now deleted
992 FreeBSD code.
993 * gcore-elf.c: New file, the content was moved here from
994 linux-tdep.c, functions were renamed and given minor cleanup.
995 * gcore-elf.h: New file.
996 * gcore.c (gcore_find_signalled_thread): Moved here from
997 linux-tdep.c and given a new name. Minor cleanups.
998 * gcore.h (gcore_find_signalled_thread): Declare.
999 * linux-tdep.c: Add 'gcore.h' and 'gcore-elf.h' includes.
1000 (struct linux_collect_regset_section_cb_data): Delete.
1001 (linux_collect_regset_section_cb): Delete.
1002 (linux_collect_thread_registers): Delete.
1003 (linux_corefile_thread): Call
1004 gcore_elf_build_thread_register_notes.
1005 (find_signalled_thread): Delete.
1006 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
1007
d1e93af6
SM
10082021-03-04 Simon Marchi <simon.marchi@polymtl.ca>
1009
1010 PR gdb/27147
1011 * sparc-nat.h (sparc_fetch_inferior_registers): Add
1012 process_stratum_target parameter,
1013 sparc_store_inferior_registers): update callers.
1014 * sparc-nat.c (sparc_fetch_inferior_registers,
1015 sparc_store_inferior_registers): Add process_stratum_target
1016 parameter. Switch current thread before calling
1017 sparc_supply_gregset / sparc_collect_rwindow.
1018 (sparc_store_inferior_registers): Likewise.
1019 * sparc-obsd-tdep.c (sparc32obsd_supply_uthread): Add assertion.
1020 (sparc32obsd_collect_uthread): Likewise.
1021 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
1022 Add assertion.
1023 * sparc64-obsd-tdep.c (sparc64obsd_collect_uthread,
1024 sparc64obsd_supply_uthread): Add assertion.
1025
1178743e
TT
10262021-03-04 Tom Tromey <tromey@adacore.com>
1027
1028 * ada-lang.c (struct match_data) <found_sym>: Now bool.
1029 (aux_add_nonlocal_symbols): Update.
1030 (ada_add_block_symbols): Change "found_sym" to bool.
1031
1bfa81ac
TT
10322021-03-03 Tom Tromey <tromey@adacore.com>
1033
1034 * ada-lang.c (ada_resolve_function): Update comment.
1035 (is_nonfunction, add_symbols_from_enclosing_procs)
1036 (remove_extra_symbols): Likewise.
1037 (struct match_data): Add constructor, initializers.
1038 (add_nonlocal_symbols): Remove memset.
1039 (aux_add_nonlocal_symbols): Update comment.
1040 (ada_add_block_renamings, add_nonlocal_symbols)
1041 (ada_add_all_symbols): Likewise.
1042 * ada-exp.y (write_var_or_type): Clean up trailing whitespace.
1043
bbcdf9ab
TT
10442021-03-02 Tom Tromey <tromey@adacore.com>
1045
1046 * ada-lang.c (cast_from_gnat_encoded_fixed_point_type)
1047 (cast_to_gnat_encoded_fixed_point_type): Remove.
1048 (ada_value_cast, ada_evaluate_subexp): Update.
1049 (gnat_encoded_fixed_point_type_info)
1050 (ada_is_gnat_encoded_fixed_point_type)
1051 (gnat_encoded_fixed_point_delta)
1052 (gnat_encoded_fixed_point_scaling_factor): Remove.
1053 * ada-lang.h (ada_is_gnat_encoded_fixed_point_type)
1054 (gnat_encoded_fixed_point_delta)
1055 (gnat_encoded_fixed_point_scaling_factor): Don't declare.
1056 * ada-typeprint.c (print_gnat_encoded_fixed_point_type): Remove.
1057 (ada_print_type): Update.
1058 * ada-valprint.c (ada_value_print_num): Update.
1059 * dwarf2/read.c (ada_get_gnat_encoded_number)
1060 (ada_get_gnat_encoded_ratio): New functions.
1061 (finish_fixed_point_type): Use them. Add parameters.
1062 (GNAT_FIXED_POINT_SUFFIX): New define.
1063 (gnat_encoded_fixed_point_type_info): New function.
1064 (read_base_type): Handle gnat encodings.
1065
5f9febe0
TT
10662021-03-02 Tom Tromey <tromey@adacore.com>
1067
1068 * ada-lang.c (ada_fold_name, ada_variant_discrim_name)
1069 (ada_enum_name, scan_discrim_bound, to_fixed_range_type): Use
1070 std::string.
1071 (GROW_VECT): Remove.
1072 (grow_vect): Remove.
1073
d1183b06
TT
10742021-03-02 Tom Tromey <tromey@adacore.com>
1075
1076 * ada-lang.h (ada_lookup_symbol_list): Return a vector.
1077 * ada-lang.c (resolve_subexp): Update.
1078 (ada_resolve_function): Accept a vector.
1079 (is_nonfunction, add_defn_to_vec)
1080 (add_symbols_from_enclosing_procs): Likewise.
1081 (num_defns_collected, defns_collected): Remove.
1082 (remove_extra_symbols): Return a vector.
1083 (remove_irrelevant_renamings): Return void.
1084 (ada_add_local_symbols): Accept a vector.
1085 (struct match_data) <obstackp>: Remove.
1086 <resultp>: New member.
1087 (aux_add_nonlocal_symbols): Update.
1088 (ada_add_block_renamings, add_nonlocal_symbols)
1089 (ada_add_all_symbols): Accept a vector.
1090 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Return a
1091 vector.
1092 (ada_lookup_symbol): Update.
1093 (ada_add_block_symbols): Accept a vector.
1094 (get_var_value, iterate_over_symbols): Update.
1095 * ada-exp.y (block_lookup, write_var_or_type, write_name_assoc):
1096 Update.
1097
886d459f
TT
10982021-03-02 Tom Tromey <tromey@adacore.com>
1099
1100 * ada-lang.c (resolve_subexp): Use any_of and erase-remove idiom.
1101
bdcccc56
TT
11022021-03-02 Tom Tromey <tromey@adacore.com>
1103
1104 * ada-lang.c (struct ada_symbol_cache) <cache_space>: Now an
1105 auto_obstack.
1106 <root>: Initialize.
1107 (ada_pspace_data): Remove destructor.
1108 <sym_cache>: Now a unique_ptr.
1109 (ada_init_symbol_cache, ada_free_symbol_cache): Remove.
1110 (ada_get_symbol_cache): Use 'new'.
1111 (ada_clear_symbol_cache): Rewrite.
1112
1228719f
TT
11132021-03-02 Tom Tromey <tromey@adacore.com>
1114
1115 * ada-lang.c (add_nonlocal_symbols): Handle case where objfile->sf
1116 is null.
1117
bb3a4efe
LS
11182021-02-27 Lancelot Six <lsix@lancelotsix.com>
1119
1120 PR gdb/27393
1121 * source.c (add_path): Skip empty dirnames.
1122
26b43ca6 11232021-02-25 Kevin Buettner <kevinb@redhat.com>
0f977b77
KB
1124
1125 * nat/aarch64-sve-linux-ptrace.h: Add comment regarding
1126 include order for <sys/ptrace.h> and <asm/ptrace.h>.
1127
dffdd8b5
SM
11282021-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1129
1130 PR gdb/26861
1131 * target.c (target_mourn_inferior): Only compare pids in
1132 target_mourn_inferior.
1133
64d38fdd
JM
11342021-02-25 Jan Matyas <jmatyas@codasip.com>
1135
1136 PR gdb/26819
1137 * remote.c (remote_target::start_remote): Ensure the single
1138 thread, automatically added for remote targets without the
1139 concept of threading, is initially in set to the "resumed"
1140 state.
1141 * remote.c (remote_target::add_current_inferior_and_thread):
1142 Add return value - return the main thread.
1143
2450ad54
JV
11442021-02-25 Jan Vrany <jan.vrany@labware.com>
1145
1146 * gdb/mi/mi-interp.c (mi_traceframe_changed): Remove trailing \n from output.
1147 (mi_tsv_created): Likewise.
1148 (mi_tsv_deleted): Likewise.
1149
30c80d88
TV
11502021-02-25 Tom de Vries <tdevries@suse.de>
1151
1152 PR symtab/27354
1153 * dwarf2/read.c (open_and_init_dwo_file): Use rcuh_kind::COMPILE as
1154 section_kind for &dwo_file->sections.info.
1155
68337b8b
AB
11562021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 PR fortran/26155
1159 * f-lang.c (fortran_argument_convert): Delete declaration.
1160 (fortran_prepare_argument): New function.
1161 (evaluate_subexp_f): Move logic to new function
1162 fortran_prepare_argument.
1163
faeb9f13
AB
11642021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * f-exp.y (f77_keywords): Add 'associated'.
1167 * f-lang.c (fortran_associated): New function.
1168 (evaluate_subexp_f): Handle FORTRAN_ASSOCIATED.
1169 (operator_length_f): Likewise.
1170 (print_unop_or_binop_subexp_f): New function.
1171 (print_subexp_f): Make use of print_unop_or_binop_subexp_f for
1172 FORTRAN_ASSOCIATED, FORTRAN_LBOUND, and FORTRAN_UBOUND.
1173 (dump_subexp_body_f): Handle FORTRAN_ASSOCIATED.
1174 (operator_check_f): Likewise.
1175 * std-operator.def: Add FORTRAN_ASSOCIATED.
1176
170f4b23
AB
11772021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * f-exp.y (fortran_operators): Add ".xor.".
1180
aa659cfa
TV
11812021-02-24 Tom de Vries <tdevries@suse.de>
1182
1183 PR symtab/27336
1184 * dwarf2/attribute.c (attribute::form_is_signed): New function
1185 factored out of ...
1186 * dwarf2/attribute.h (attribute::as_signed): ... here.
1187 (attribute::is_nonnegative, attribute::as_nonnegative): New function.
1188 (attribute::form_is_signed): Declare.
1189 * dwarf2/read.c (new_symbol): Use is_nonnegative and as_nonnegative
1190 for DW_AT_decl_file.
1191
268c77c1
KB
11922021-02-24 Kevin Buettner <kevinb@redhat.com>
1193
1194 * nat/aarch64-linux-hw-point.c: Add comment regarding include
1195 order for <sys/ptrace.h> and <asm/ptrace.h>.
1196
665af52e
KB
11972021-02-24 Kevin Buettner <kevinb@redhat.com>
1198
1199 * nat/aarch64-linux-hw-point.c: Include <asm/ptrace.h> after
1200 <sys/ptrace.h>.
1201
dd80d750
AB
12022021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * exec.c (set_section_command): Move variable declarations into
1205 the function body, and use std::string instead of a fixed size
1206 buffer.
1207
336aa7b7
AB
12082021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * exec.c (exec_target::get_section_table): Delete member function.
1211 (section_table_read_available_memory): Use current_top_target, not
1212 just the exec_ops target.
1213 * target-delegates.c: Regenerate.
1214 * target.c (default_get_section_table): New function.
1215 * target.h (target_ops::get_section_table): Change default
1216 behaviour to call default_get_section_table.
1217 (default_get_section_table): Declare.
1218
02f7d26b
AB
12192021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * exec.c (exec_target::close): Call new clear_target_sections
1222 function.
1223 (program_space::add_target_sections): Update name of member
1224 variable.
1225 (program_space::add_target_sections): Update name of member
1226 variable.
1227 (program_space::remove_target_sections): Likewise.
1228 (exec_one_fork): Use new target_sections member function.
1229 (exec_target::get_section_table): Likewise.
1230 (exec_target::files_info): Likewise.
1231 (set_section_command): Likewise.
1232 (exec_set_section_address): Likewise.
1233 (exec_target::has_memory): Use new target_sections member
1234 function.
1235 * progspace.h (program_space::clear_target_sections): New member
1236 function.
1237 (program_space::target_sections): Rename member variable to
1238 m_target_sections, replace with a new member function.
1239 (program_space::m_target_sections): New member variable.
1240 * solib-dsbt.c (scan_dyntag): Use new member function.
1241 * solib-svr4.c (scan_dyntag): Likewise.
1242
19cf757a
AB
12432021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb/bfd-target.c (class target_bfd) <get_section_table>: Make
1246 return type const.
1247 * gdb/exec.c (struct exec_target) <get_section_table>: Likewise.
1248 (section_table_read_available_memory): Make local const.
1249 (exec_target::xfer_partial): Make local const.
1250 (print_section_info): Make parameter const.
1251 * gdb/exec.h (print_section_info): Likewise.
1252 * gdb/ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Make local
1253 const.
1254 * gdb/record-btrace.c (record_btrace_target::xfer_partial):
1255 Likewise.
1256 * gdb/remote.c (remote_target::remote_xfer_live_readonly_partial):
1257 Likewise.
1258 * gdb/s390-tdep.c (s390_load): Likewise.
1259 * gdb/solib-dsbt.c (scan_dyntag): Likewise.
1260 * gdb/solib-svr4.c (scan_dyntag): Likewise.
1261 * gdb/target-debug.h (target_debug_print_target_section_table_p):
1262 Rename to...
1263 (target_debug_print_const_target_section_table_p): ...this.
1264 * gdb/target-delegates.c: Regenerate.
1265 * gdb/target.c (target_get_section_table): Make return type const.
1266 (target_section_by_addr): Likewise. Also make some locals const.
1267 (memory_xfer_partial_1): Make some locals const.
1268 * gdb/target.h (struct target_ops) <get_section_table>: Make
1269 return type const.
1270 (target_section_by_addr): Likewise.
1271 (target_get_section_table): Likewise.
1272
02a79309
AB
12732021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * NEWS: Mention new 'maint info target-sections' command.
1276 * maint.c (maintenance_info_target_sections): New function.
1277 (_initialize_maint_cmds): Register new command.
1278
895b7b4e
AB
12792021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 * riscv-tdep.c (riscv_features_from_gdbarch_info): Rename to...
1282 (riscv_features_from_bfd): ...this. Change parameter type to
1283 'bfd*', and update as required.
1284 (riscv_find_default_target_description): Update call to
1285 riscv_features_from_bfd. Select a default xlen based on
1286 info.bfd_arch_info.
1287 (riscv_gdbarch_init): Update call to riscv_features_from_bfd.
1288
bc3c0632
AB
12892021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * eval.c (evaluate_subexp_standard): Call value_ind for points to
1292 dynamic types in UNOP_IND.
1293
08ac5771
SM
12942021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
1295
1296 PR gdb/26828
1297 * dwarf2/read.c (dwarf2_queue_guard) <dwarf2_queue_guard>:
1298 Instantiate queue.
1299 (~dwarf2_queue_guard): Clear queue.
1300 (queue_comp_unit): Assert that queue is
1301 instantiated.
1302 (process_queue): Adjust.
1303 * dwarf2/read.h (struct dwarf2_per_bfd) <queue>: Make optional.
1304
616c069a
SM
13052021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
1306
1307 PR gdb/26828
1308 * dwarf2/read.c (maybe_queue_comp_unit): Check if CU is expanded
1309 to decide whether or not to enqueue it for expansion.
1310 (follow_die_offset, follow_die_sig_1): Ensure we load the DIEs
1311 after calling maybe_queue_comp_unit.
1312
897608ed
SM
13132021-02-23 Simon Marchi <simon.marchi@polymtl.ca>
1314
1315 * linux-nat.c (linux_nat_filter_event): Return void.
1316
15908a11
TT
13172021-02-22 Tom Tromey <tromey@adacore.com>
1318
1319 * solib-svr4.c (enable_break): Update.
1320 * bfd-target.c (class target_bfd) <target_bfd>: Change parameter
1321 type.
1322 (target_bfd_reopen): Change parameter type.
1323 * bfd-target.h (target_bfd_reopen): Change parameter type.
1324
f53fc427
SM
13252021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
1326
1327 * thread.c (add_thread_silent): Add assert.
1328 (find_thread_ptid): Add assert.
1329
de146e19
SM
13302021-02-22 Simon Marchi <simon.marchi@polymtl.ca>
1331
1332 PR gdb/27435
1333 * inf-ptrace.c (struct target_unpusher): Move to target.h.
1334 (target_unpush_up): Likewise.
1335 * procfs.c (procfs_target::attach): Push target early. Use
1336 target_unpush_up to unpush target in case of error.
1337 * target.h (struct target_unpusher): Move here.
1338 (target_unpush_up): Likewise.
1339
8488c357
KB
13402021-02-19 Kevin Buettner <kevinb@redhat.com>
1341
1342 * nat/amd64-linux-siginfo.c: Include "gdbsupport/common-defs.h"
1343 (which in turn includes <gnulib/config.h>) before include
1344 of <signal.h>.
1345
5a9f5403
NC
13462021-02-19 Nelson Chu <nelson.chu@sifive.com>
1347
1348 PR 27158
1349 * riscv-tdep.c (decode_ci_type_insn): Updated encoding macros.
1350 (decode_j_type_insn): Likewise.
1351 (decode_cj_type_insn): Likewise.
1352 (decode_b_type_insn): Likewise.
1353 (decode): Likewise.
1354
26f53cd3
TT
13552021-02-18 Tom Tromey <tom@tromey.com>
1356
1357 * expression.h (struct expression) <evaluate>: Declare method.
1358 * eval.c (evaluate_subexp): Simplify.
1359 (expression::evaluate): New method.
1360 (evaluate_expression, evaluate_type): Use expression::evaluate.
1361
6a780b67
KB
13622021-02-17 Kevin Buettner <kevinb@redhat.com>
1363
1364 * ada-lang.c (ada_fold_name): Check for non-empty string prior
1365 to accessing it.
1366 (ada_lookup_name_info): Likewise.
1367
adeab0c5
MF
13682021-02-13 Mike Frysinger <vapier@gentoo.org>
1369
1370 * aclocal.m4: Regenerate.
1371
089436f7
TV
13722021-02-12 Tom de Vries <tdevries@suse.de>
1373
1374 PR threads/26228
1375 * linux-nat.c (lin_thread_get_thread_signals): Remove.
1376 (lin_thread_signals): New static var.
1377 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
1378 New function.
1379 * linux-nat.h (lin_thread_get_thread_signals): Remove.
1380 (lin_thread_get_thread_signal_num, lin_thread_get_thread_signal):
1381 Declare.
1382 * linux-thread-db.c (check_thread_signals): Use
1383 lin_thread_get_thread_signal_num and lin_thread_get_thread_signal.
1384
96df3e28
AB
13852021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * f-exp.y (f77_keywords): Add allocated.
1388 * f-lang.c (evaluate_subexp_f): Handle UNOP_FORTRAN_ALLOCATED.
1389 (operator_length_f): Likewise.
1390 (print_subexp_f): Likewise.
1391 (dump_subexp_body_f): Likewise.
1392 (operator_check_f): Likewise.
1393 * std-operator.def (UNOP_FORTRAN_ALLOCATED): New operator.
1394
05f68f52
TV
13952021-02-11 Tom de Vries <tdevries@suse.de>
1396
1397 PR symtab/27353
1398 * dwarf2/attribute.c (attribute::form_requires_reprocessing):
1399 Return true for DW_FORM_strx.
1400
b260f8d6
TT
14012021-02-11 Tom Tromey <tromey@adacore.com>
1402
1403 PR gdb/27383:
1404 * parse.c (write_exp_symbol_reference): Write sym.block.
1405
bf3386f0
AB
14062021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * NEWS: Mention changes to 'maint info sections'.
1409 * maint.c (match_substring): Return a bool, fix whitespace issue.
1410 (struct single_bfd_flag_info): New struct.
1411 (bfd_flag_info): New static global.
1412 (match_bfd_flags): Return a bool, use bfd_flag_info.
1413 (print_bfd_flags): Use bfd_flag_info.
1414 (maint_print_section_info): Delete trailing whitespace.
1415 (struct maint_info_sections_opts): New struct.
1416 (maint_info_sections_option_defs): New static global.
1417 (maint_info_sections_completer): New function.
1418 (maintenance_info_sections): Use option parsing mechanism.
1419 (_initialize_maint_cmds): Update command help text for 'maint info
1420 sections' and register a command completer.
1421
4790db14
AB
14222021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * maint.c (print_bfd_section_info_maybe_relocated): Delete,
1425 functionality merged into...
1426 (maint_print_all_sections): ...this new function.
1427 (maintenance_info_sections): Make use of maint_print_all_sections,
1428 allow all objects to be printed even where there's no executable.
1429
1db66e34
AB
14302021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * breakpoint.c (resolve_sal_pc): Make use of
1433 bound_minimal_symbol::obj_section.
1434 * maint.c (maintenance_translate_address): Likewise.
1435 * minsyms.c (minimal_symbol_upper_bound): Likewise.
1436 * minsyms.h (struct bound_minimal_symbol) <obj_section>: New
1437 member function.
1438 * printcmd.c (info_address_command): Make use of
1439 bound_minimal_symbol::obj_section.
1440
18b8df43
AM
14412021-02-11 Alan Modra <amodra@gmail.com>
1442
1443 * arm-symbian-tdep.c: Delete.
1444 * NEWS: Mention arm-symbian removal.
1445 * Makefile.in: Remove arm-symbian-tdep entries.
1446 * configure.tgt: Remove arm*-*-symbianelf*.
1447 * doc/gdb.texinfo: Remove mention of SymbianOS.
1448 * osabi.c (gdb_osabi_names): Remove "Symbian".
1449 * osabi.h (enum gdb_osabi): Remove GDB_OSABI_SYMBIAN.
1450 * testsuite/gdb.base/ending-run.exp: Remove E32Main handling.
1451 * testsuite/gdb.ada/catch_ex_std.exp: Remove arm*-*-symbianelf*
1452 handling.
1453 * testsuite/gdb.base/dup-sect.exp: Likewise.
1454 * testsuite/gdb.base/long_long.exp: Likewise.
1455 * testsuite/gdb.base/solib-weak.exp: Likewise.
1456 * testsuite/gdb.guile/scm-section-script.exp: Likewise.
1457 * testsuite/gdb.python/py-section-script.exp: Likewise.
1458 * testsuite/lib/dwarf.exp: Likewise.
1459 * testsuite/lib/gdb.exp: Likewise.
1460
e92c8eb8
AB
14612021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * f-exp.y (UNOP_OR_BINOP_INTRINSIC): New token.
1464 (exp): New pattern using UNOP_OR_BINOP_INTRINSIC.
1465 (one_or_two_args): New pattern.
1466 (f77_keywords): Add lbound and ubound.
1467 * f-lang.c (fortran_bounds_all_dims): New function.
1468 (fortran_bounds_for_dimension): New function.
1469 (evaluate_subexp_f): Handle FORTRAN_LBOUND and FORTRAN_UBOUND.
1470 (operator_length_f): Likewise.
1471 (print_subexp_f): Likewise.
1472 (dump_subexp_body_f): Likewise.
1473 (operator_check_f): Likewise.
1474 * std-operator.def (FORTRAN_LBOUND): Define.
1475 (FORTRAN_UBOUND): Define.
1476
a52d653e
AB
14772021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * coff-pe-read.c (add_pe_forwarded_sym): Make use of section_index
1480 and set_section_index member functions where appropriate.
1481 * coffread.c (coff_symtab_read): Likewise.
1482 (process_coff_symbol): Likewise.
1483 * ctfread.c (set_symbol_address): Likewise.
1484 * dwarf2/read.c (add_partial_symbol): Likewise.
1485 (var_decode_location): Likewise.
1486 * language.c: Likewise.
1487 * minsyms.c (minimal_symbol_reader::record_full): Likewise.
1488 (compact_minimal_symbols): Likewise.
1489 (minimal_symbol_upper_bound): Likewise.
1490 * objfiles.c (relocate_one_symbol): Likewise.
1491 * psympriv.h (partial_symbol::obj_section): Likewise.
1492 (partial_symbol::address): Likewise.
1493 * psymtab.c (partial_symtab::add_psymbol): Likewise.
1494 * stabsread.c (scan_file_globals): Likewise.
1495 * symmisc.c (dump_msymbols): Likewise.
1496 * symtab.c (general_symbol_info::obj_section): Likewise.
1497 (fixup_section): Likewise.
1498 (get_msymbol_address): Likewise.
1499 * symtab.h (general_symbol_info::section): Rename to...
1500 (general_symbol_info::m_section): ...this.
1501 (general_symbol_info::set_section_index): New member function.
1502 (general_symbol_info::section_index): Likewise.
1503 (SYMBOL_SECTION): Delete.
1504 (MSYMBOL_VALUE_ADDRESS): Make use of section_index and
1505 set_section_index member functions where appropriate.
1506 (MSYMBOL_SECTION): Delete.
1507 (symbol::symbol): Update to initialize 'm_section'.
1508 * xcoffread.c (read_xcoff_symtab): Make use of set_section_index.
1509 (process_xcoff_symbol): Likewise.
1510
ebbc3a7d
AB
15112021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * breakpoint.c (resolve_sal_pc): Replace SYMBOL_OBJ_SECTION and
1514 MSYMBOL_OBJ_SECTION.
1515 * findvar.c (language_defn::read_var_value): Likewise.
1516 * infcmd.c (jump_command): Likewise.
1517 * linespec.c (minsym_found): Likewise.
1518 * maint.c (maintenance_translate_address): Likewise.
1519 * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
1520 (minimal_symbol_upper_bound): Likewise.
1521 * parse.c (find_minsym_type_and_address): Likewise.
1522 (operator_check_standard): Likewise.
1523 * printcmd.c (info_address_command): Likewise.
1524 * symmisc.c (dump_msymbols): Likewise.
1525 (print_symbol): Likewise.
1526 * symtab.c (general_symbol_info::obj_section): Define new
1527 function.
1528 (fixup_symbol_section): Replace SYMBOL_OBJ_SECTION.
1529 (find_pc_sect_compunit_symtab): Likewise.
1530 (find_function_start_sal): Likewise.
1531 (skip_prologue_sal): Replace SYMBOL_OBJ_SECTION and
1532 MSYMBOL_OBJ_SECTION.
1533 * symtab.h (struct general_symbol_info) <obj_section>: Declare new
1534 function.
1535 (SYMBOL_OBJ_SECTION): Delete.
1536 (MSYMBOL_OBJ_SECTION): Delete.
1537
9bb305b3
TT
15382021-02-09 Tom Tromey <tom@tromey.com>
1539
1540 * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
1541
cf2b2075
TV
15422021-02-09 Tom de Vries <tdevries@suse.de>
1543
1544 PR symtab/27341
1545 * dwarf2/read.c (read_array_type): Return NULL when not being able to
1546 construct an array type. Add assert to ensure that element_type is
1547 not being modified.
1548
03642b71
AB
15492021-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gcore.c (struct gcore_collect_regset_section_cb_data): Delete.
1552 (gcore_collect_regset_section_cb): Delete.
1553 (gcore_collect_thread_registers): Delete.
1554 (gcore_build_thread_register_notes): Delete.
1555 (gcore_find_signalled_thread): Delete.
1556 * gcore.h: Remove 'gdbsupport/gdb_signals.h' include and delete
1557 'gdbarch' and 'thread_info' declarations.
1558 (gcore_build_thread_register_notes): Delete declaration.
1559 (gcore_find_signalled_thread): Likewise.
1560 * fbsd-tdep.c: Remove 'gcore.h' include.
1561 (struct fbsd_collect_regset_section_cb_data): New struct.
1562 (fbsd_collect_regset_section_cb): New function.
1563 (fbsd_collect_thread_registers): New function.
1564 (struct fbsd_corefile_thread_data): New struct.
1565 (fbsd_corefile_thread): New function.
1566 (fbsd_make_corefile_notes): Call FreeBSD specific code.
1567 * linux-tdep.c: Remove 'gcore.h' include.
1568 (struct linux_collect_regset_section_cb_data): New struct.
1569 (linux_collect_regset_section_cb): New function.
1570 (linux_collect_thread_registers): New function.
1571 (linux_corefile_thread): Call Linux specific code.
1572 (find_signalled_thread): New function.
1573 (linux_make_corefile_notes): Call find_signalled_thread.
1574
f73e424f
TT
15752021-02-09 Tom Tromey <tromey@adacore.com>
1576
1577 * ada-lang.c (coerce_unspec_val_to_type): Avoid making lazy
1578 not_lval value.
1579 * value.c (value_contents_copy_raw): Now static.
1580 * value.h (value_contents_copy_raw): Don't declare.
1581
a4f0544b
TT
15822021-02-09 Tom Tromey <tromey@adacore.com>
1583
1584 * gdbtypes.c (resolve_dynamic_struct): Handle structure with no
1585 fields.
1586
9b3e4b5d
SV
15872021-02-08 Shahab Vahedi <shahab@synopsys.com>
1588
1589 PR tdep/27369
1590 * arc-linux-tdep.c (handle_atomic_sequence): New.
1591 (arc_linux_software_single_step): Call handle_atomic_sequence().
1592
29db1eb3
AB
15932021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * python/py-tui.c (gdbpy_tui_window) <is_valid>: New member
1596 function.
1597 (REQUIRE_WINDOW): Call is_valid member function.
1598 (REQUIRE_WINDOW_FOR_SETTER): New define.
1599 (gdbpy_tui_is_valid): Call is_valid member function.
1600 (gdbpy_tui_set_title): Call REQUIRE_WINDOW_FOR_SETTER instead.
1601 * tui/tui-data.h (struct tui_win_info) <is_visible>: Check
1602 tui_active too.
1603 * tui/tui-layout.c (tui_apply_current_layout): Add an assert.
1604 * tui/tui.c (tui_enable): Move setting of tui_active earlier in
1605 the function.
1606
e0c23e11
AB
16072021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * python/py-tui.c (gdbpy_tui_set_title): Check that the new value
1610 for the title is not nullptr.
1611
1cf23996
AB
16122021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1613
1614 * tui-layout.c (saved_tui_windows): Delete.
1615 (tui_apply_current_layout): Don't make use of saved_tui_windows,
1616 call new get_windows member function instead.
1617 (tui_get_window_by_name): Check in tui_windows.
1618 (tui_layout_window::apply): Don't add to tui_windows.
1619 * tui-layout.h (tui_layout_base::get_windows): New member function.
1620 (tui_layout_window::get_windows): Likewise.
1621 (tui_layout_split::get_windows): Likewise.
1622
a53a2657
AB
16232021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * tui/tui-layout.c (tui_apply_current_layout): Restore the delete
1626 of the window objects.
1627
2708dbbd
AB
16282021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * python/python.c (gdbpy_print_stack): Reformat an error message.
1631
cd074e04
AB
16322021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * tui/tui-interp.c (tui_command_line_handler): New function.
1635 (tui_interp::resume): Register tui_command_line_handler as the
1636 input_handler.
1637 * tui/tui-io.c (tui_inject_newline_into_command_window): New
1638 function.
1639 (tui_getc_1): Delete handling of '\n' and '\r'.
1640 * tui-io.h (tui_inject_newline_into_command_window): Declare.
1641
4cf28e91
HD
16422021-02-07 Hannes Domani <ssbssa@yahoo.de>
1643
1644 * tui/tui-regs.c (tui_data_window::display_registers_from):
1645 Mark invisible register sub windows.
1646 (tui_data_window::check_register_values): Ignore invisible
1647 register sub windows.
1648
3537bc23
HD
16492021-02-07 Hannes Domani <ssbssa@yahoo.de>
1650
1651 * tui/tui-regs.c (tui_data_item_window::rerender): Don't call
1652 n_spaces with a negative value.
1653
5fc2d6aa
HD
16542021-02-07 Hannes Domani <ssbssa@yahoo.de>
1655
1656 * tui/tui-regs.c (tui_data_window::display_registers_from):
1657 Add refresh_window call.
1658
83962f83
HD
16592021-02-07 Hannes Domani <ssbssa@yahoo.de>
1660
1661 * python/py-frame.c (frapy_richcompare): Compare frame_id_is_next.
1662
0110ec82
SM
16632021-02-05 Simon Marchi <simon.marchi@polymtl.ca>
1664
1665 * symmisc.c (std_in, std_out, std_err): Remove.
1666 (_initialize_symmisc): Don't set std_in, std_out and std_err.
1667
7c6944ab
TV
16682021-02-05 Tom de Vries <tdevries@suse.de>
1669
1670 PR breakpoints/27330
1671 * breakpoint.c (create_exception_master_breakpoint): Handle case that
1672 glibc object file has debug info.
1673
e77b0004
TV
16742021-02-05 Tom de Vries <tdevries@suse.de>
1675
1676 PR symtab/27333
1677 * dwarf2/read.c (process_psymtab_comp_unit): Handle DW_TAG_type_unit.
1678
0e857c82
TV
16792021-02-05 Tom de Vries <tdevries@suse.de>
1680
1681 PR breakpoints/27313
1682 * break-catch-syscall.c (catch_syscall_split_args): Reject negative
1683 syscall numbers.
1684
bdfea17e
TT
16852021-02-05 Tom Tromey <tom@tromey.com>
1686
1687 * compile/compile-c-support.c (get_compile_context)
1688 (c_get_compile_context, cplus_get_compile_context): Change return
1689 type.
1690 * language.c (language_defn::get_compile_instance): New method.
1691 * language.h (language_defn::get_compile_instance): Change return
1692 type. No longer inline.
1693 * c-lang.c (c_language::get_compile_instance): Change return type.
1694 (cplus_language::get_compile_instance): Change return type.
1695 * c-lang.h (c_get_compile_context, cplus_get_compile_context):
1696 Change return type.
1697 * compile/compile.c (compile_to_object): Update.
1698
1b30f421
TT
16992021-02-05 Tom Tromey <tom@tromey.com>
1700
1701 * parser-defs.h (write_exp_symbol_reference): Declare.
1702 * parse.c (write_exp_symbol_reference): New function.
1703 * p-exp.y (variable): Use write_exp_symbol_reference.
1704 * m2-exp.y (variable): Use write_exp_symbol_reference.
1705 * f-exp.y (variable): Use write_exp_symbol_reference.
1706 * d-exp.y (PrimaryExpression): Use write_exp_symbol_reference.
1707 * c-exp.y (variable): Use write_exp_symbol_reference.
1708
ae710496
TV
17092021-02-05 Tom de Vries <tdevries@suse.de>
1710
1711 PR exp/27265
1712 * valarith.c (complex_binop): Throw an error if complex type can't
1713 be created.
1714
d3b54e63
TV
17152021-02-05 Tom de Vries <tdevries@suse.de>
1716
1717 PR symtab/27307
1718 * dwarf2/read.c (create_cus_from_debug_names_list): Add missing
1719 return.
1720
fc9a13fb
TV
17212021-02-05 Tom de Vries <tdevries@suse.de>
1722
1723 * dwarf2/read.c (create_cus_from_debug_names_list): Fix indentation.
1724
04b4939b
MF
17252021-02-04 Mike Frysinger <vapier@gentoo.org>
1726
1727 * configure.tgt (riscv*-*-*): Set gdb_sim.
1728
6ff267e1
SM
17292021-02-04 Simon Marchi <simon.marchi@polymtl.ca>
1730
1731 * target.c (target_is_non_stop_p): Return bool.
1732 * target.h (target_is_non_stop_p): Return bool.
1733
fdbc5215
SM
17342021-02-04 Simon Marchi <simon.marchi@efficios.com>
1735
1736 * record-full.c (record_full_async_inferior_event_handler):
1737 Don't clear async event handler.
1738 (record_full_base_target::wait): Clear async event handler at
1739 beginning.
1740
85d3ad8e
SM
17412021-02-04 Simon Marchi <simon.marchi@efficios.com>
1742
1743 * record-btrace.c (record_btrace_handle_async_inferior_event):
1744 Don't clear async event handler.
1745 (record_btrace_target::wait): Clear async event handler at
1746 beginning.
1747
baa8575b
SM
17482021-02-04 Simon Marchi <simon.marchi@efficios.com>
1749
1750 * remote.c (remote_target::wait): Clear async event handler at
1751 beginning, mark if needed at the end.
1752 (remote_async_inferior_event_handler): Don't set or clear async
1753 event handler.
1754
6b36ddeb
SM
17552021-02-04 Simon Marchi <simon.marchi@efficios.com>
1756
1757 * async-event.h (async_event_handler_func): Add documentation.
1758 * async-event.c (check_async_event_handlers): Don't clear
1759 async_event_handler ready flag.
1760 * infrun.c (infrun_async_inferior_event_handler): Clear ready
1761 flag.
1762 * record-btrace.c (record_btrace_handle_async_inferior_event):
1763 Likewise.
1764 * record-full.c (record_full_async_inferior_event_handler):
1765 Likewise.
1766 * remote-notif.c (remote_async_get_pending_events_handler):
1767 Likewise.
1768 * remote.c (remote_async_inferior_event_handler): Likewise.
1769
72d383bb
SM
17702021-02-03 Simon Marchi <simon.marchi@polymtl.ca>
1771
1772 * infrun.c (handle_inferior_event): Move stop_soon variable to
1773 inner scope.
1774
408f6686
PA
17752021-02-03 Pedro Alves <pedro@palves.net>
1776
1777 * infcmd.c (detach_command): Hold strong reference to target, and
1778 if all-stop on entry, restart threads on exit.
1779 * infrun.c (switch_back_to_stepped_thread): Factor out bits to ...
1780 (restart_stepped_thread): ... this new function. Also handle
1781 trap_expected.
1782 (restart_after_all_stop_detach): New function.
1783 * infrun.h (restart_after_all_stop_detach): Declare.
1784
ac7d717c
PA
17852021-02-03 Pedro Alves <pedro@palves.net>
1786
1787 * infrun.c (struct step_over_info): Initialize fields.
1788 (prepare_for_detach): Handle ongoing in-line step over.
1789
e87f0fe8
PA
17902021-02-03 Pedro Alves <pedro@palves.net>
1791
1792 * linux-nat.c (linux_nat_target::detach): Remove breakpoints
1793 here...
1794 * remote.c (remote_target::remote_detach_1): ... and here ...
1795 * target.c (target_detach): ... instead of here.
1796 * target.h (target_ops::detach): Add comment.
1797
8ff53139
PA
17982021-02-03 Pedro Alves <pedro@palves.net>
1799
1800 * infrun.c (struct wait_one_event): Move higher up.
1801 (prepare_for_detach): Abort in-progress displaced steps instead of
1802 letting them complete.
1803 (handle_one): If the inferior is detaching, don't add the thread
1804 back to the global step-over chain.
1805 (restart_threads): Don't restart threads if detaching.
1806 (handle_signal_stop): Remove inferior::detaching reference.
1807
91475068
PA
18082021-02-03 Pedro Alves <pedro@palves.net>
1809
1810 * infrun.c (prepare_for_detach): Don't release scoped_restore
1811 before returning.
1812
d758e62c
PA
18132021-02-03 Pedro Alves <pedro@palves.net>
1814
1815 * infrun.c (handle_one): New function, factored out from ...
1816 (stop_all_threads): ... here.
1817
b0083dd7
PA
18182021-02-03 Pedro Alves <pedro@palves.net>
1819
1820 * remote.c (remote_notif_stop_ack): Don't error out on
1821 TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
1822 (remote_target::discard_pending_stop_replies): Don't delete
1823 in-flight notification; instead, clear its contents.
1824
621cc310
PA
18252021-02-03 Pedro Alves <pedro@palves.net>
1826
1827 * remote.c (extended_remote_target::attach): Set target async in
1828 the target-non-stop path too.
1829
2ab76a18
PA
18302021-02-03 Pedro Alves <pedro@palves.net>
1831
1832 PR gdb/27055
1833 * infrun.c (handle_signal_stop): Move main context_switch call
1834 earlier, before STOP_QUIETLY_NO_SIGSTOP.
1835
2e3773ff
LS
18362021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1837
1838 * NEWS (Changed commands): Add entry for the behavior change of
1839 the inferior command.
1840 * inferior.c (inferior_command): When no argument is given to the
1841 inferior command, display info about the currently selected
1842 inferior.
1843
e57933dc
SM
18442021-02-02 Simon Marchi <simon.marchi@efficios.com>
1845
1846 * dwarf2/read.c (read_loclist_index, read_rnglist_index): Return
1847 a sect_offset.
1848 (read_attribute_reprocess): Adjust.
1849
2b0c7f41
SM
18502021-02-02 Simon Marchi <simon.marchi@efficios.com>
1851
1852 * dwarf2/die.h (struct die_info) <ranges_base>: Split in...
1853 <gnu_ranges_base>: ... this...
1854 <rnglists_base>: ... and this.
1855 * dwarf2/read.c (struct dwarf2_cu) <ranges_base>: Split in...
1856 <gnu_ranges_base>: ... this...
1857 <rnglists_base>: ... and this.
1858 (read_cutu_die_from_dwo): Adjust
1859 (dwarf2_get_pc_bounds): Adjust
1860 (dwarf2_record_block_ranges): Adjust.
1861 (read_full_die_1): Adjust
1862 (partial_die_info::read): Adjust.
1863 (read_rnglist_index): Adjust.
1864
a1c40103
SM
18652021-02-02 Simon Marchi <simon.marchi@efficios.com>
1866
1867 PR gdb/26813
1868 * dwarf2/read.c (read_loclists_rnglists_header): Add
1869 header_offset parameter and use it.
1870 (read_loclist_index): Read header of the current contribution,
1871 not the one at the beginning of the section.
1872 (read_rnglist_index): Likewise.
1873
b1829e1b
SM
18742021-02-02 Simon Marchi <simon.marchi@efficios.com>
1875
1876 PR gdb/26813
1877 * dwarf2/attribute.h (struct attribute) <set_unsigned>: Clear
1878 requires_reprocessing flag.
1879 * dwarf2/attribute.c (attribute::form_is_unsigned): Handle
1880 DW_FORM_loclistx.
1881 (attribute::form_requires_reprocessing): Handle DW_FORM_rnglistx
1882 and DW_FORM_loclistx.
1883 * dwarf2/read.c (read_attribute_reprocess): Use set_unsigned
1884 instead of set_address for DW_FORM_loclistx and
1885 DW_FORM_rnglistx.
1886
0c800c6e
SM
18872021-02-02 Simon Marchi <simon.marchi@efficios.com>
1888
1889 * dwarf2/read.c (read_loclist_index): Remove bound check for
1890 start of offset.
1891 (read_rnglist_index): Likewise.
1892
05787bad
SM
18932021-02-02 Simon Marchi <simon.marchi@efficios.com>
1894
1895 * dwarf2/read.c (read_loclist_index): Add bound check for the end
1896 of the offset.
1897
5e4d9bbc
SM
18982021-02-02 Simon Marchi <simon.marchi@efficios.com>
1899
1900 * dwarf2/read.c (read_rnglist_index): Fix bound check.
1901
a0c1eeba
SM
19022021-02-02 Simon Marchi <simon.marchi@efficios.com>
1903
1904 * dwarf2/read.c (read_loclist_index): Change complaints into
1905 errors.
1906
2bd3e4b8
TV
19072021-02-02 Tom de Vries <tdevries@suse.de>
1908
1909 PR symtab/24620
1910 * dwarf2/index-write.c (write_one_signatured_type): Skip if
1911 psymtab == nullptr.
1912
82a1fd3a
AB
19132021-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * Makefile.in (HFILES_NO_SRCDIR): Add corefile.h.
1916 * gcore.c (struct gcore_collect_regset_section_cb_data): Moved
1917 here from linux-tdep.c and given a new name. Minor cleanups.
1918 (gcore_collect_regset_section_cb): Likewise.
1919 (gcore_collect_thread_registers): Likewise.
1920 (gcore_build_thread_register_notes): Likewise.
1921 (gcore_find_signalled_thread): Likewise.
1922 * gcore.h (gcore_build_thread_register_notes): Declare.
1923 (gcore_find_signalled_thread): Declare.
1924 * fbsd-tdep.c: Add 'gcore.h' include.
1925 (struct fbsd_collect_regset_section_cb_data): Delete.
1926 (fbsd_collect_regset_section_cb): Delete.
1927 (fbsd_collect_thread_registers): Delete.
1928 (struct fbsd_corefile_thread_data): Delete.
1929 (fbsd_corefile_thread): Delete.
1930 (fbsd_make_corefile_notes): Call
1931 gcore_build_thread_register_notes instead of the now deleted
1932 FreeBSD code.
1933 * linux-tdep.c: Add 'gcore.h' include.
1934 (struct linux_collect_regset_section_cb_data): Delete.
1935 (linux_collect_regset_section_cb): Delete.
1936 (linux_collect_thread_registers): Delete.
1937 (linux_corefile_thread): Call
1938 gcore_build_thread_register_notes.
1939 (find_signalled_thread): Delete.
1940 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
1941
ebde6f2d
TV
19422021-01-29 Tom de Vries <tdevries@suse.de>
1943
1944 PR breakpoints/26063
1945 * infrun.c (process_event_stop_test): Reset
1946 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
1947 changed.
1948
0f93c3a2
AB
19492021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * thread.c (thr_try_catch_cmd): Replace swith_to_thread with an
1952 assert. Extend the header comment.
1953
f237f998
AB
19542021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * Makefile.in (SUBDIR_TUI_SRCS): Add tui/tui-location.c.
1957 (HFILES_NO_SRCDIR): Add tui/tui-location.h.
1958 * tui/tui-data.h (TUI_STATUS_WIN): Define.
1959 (tui_locator_win_info_ptr): Delete declaration.
1960 * tui/tui-disasm.c: Add 'tui/tui-location.h' include.
1961 (tui_disasm_window::set_contents): Fetch state from tui_location
1962 global.
1963 (tui_get_begin_asm_address): Likewise.
1964 * tui/tui-layout.c (tui_apply_current_layout): Remove special case
1965 for locator window.
1966 (get_locator_window): Delete.
1967 (initialize_known_windows): Treat locator window just like all the
1968 rest.
1969 * tui/tui-source.c: Add 'tui/tui-location.h' include.
1970 (tui_source_window::set_contents): Fetch state from tui_location
1971 global.
1972 (tui_source_window::showing_source_p): Likewise.
1973 * tui/tui-stack.c: Add 'tui/tui-location.h' include.
1974 (_locator): Delete.
1975 (tui_locator_win_info_ptr): Delete.
1976 (tui_locator_window::make_status_line): Fetch state from
1977 tui_location global.
1978 (tui_locator_window::rerender): Remove check of 'handle',
1979 reindent function body.
1980 (tui_locator_window::set_locator_fullname): Delete.
1981 (tui_locator_window::set_locator_info): Delete.
1982 (tui_update_locator_fullname): Delete.
1983 (tui_show_frame_info): Likewise.
1984 (tui_show_locator_content): Access window through TUI_STATUS_WIN.
1985 * tui/tui-stack.h (tui_locator_window::set_locator_info): Moved to
1986 tui/tui-location.h and renamed to
1987 tui_location_tracker::set_location.
1988 (tui_locator_window::set_locator_fullname): Moved to
1989 tui/tui-location.h and renamed to
1990 tui_location_tracker::set_fullname.
1991 (tui_locator_window::full_name): Delete.
1992 (tui_locator_window::proc_name): Delete.
1993 (tui_locator_window::line_no): Delete.
1994 (tui_locator_window::addr): Delete.
1995 (tui_locator_window::gdbarch): Delete.
1996 (tui_update_locator_fullname): Delete declaration.
1997 * tui/tui-wingeneral.c (tui_refresh_all): Removed special handling
1998 for locator window.
1999 * tui/tui-winsource.c: Add 'tui/tui-location.h' include.
2000 (tui_display_main): Call function on tui_location directly.
2001 * tui/tui.h (enum tui_win_type): Add STATUS_WIN.
2002 * tui/tui-location.c: New file.
2003 * tui/tui-location.h: New file.
2004
8ee511af
SM
20052021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
2006
2007 * gdbtypes.h (get_type_arch): Rename to...
2008 (struct type) <arch>: ... this, update all users.
2009
6ac37371
SM
20102021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
2011
2012 * gdbtypes.h (struct type) <arch>: Rename to...
2013 <arch_owner>: ... this, update all users.
2014 <objfile>: Rename to...
2015 <objfile_owner>: ... this, update all users.
2016
24cf6389
AB
20172021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdbcmd.h (execute_command_to_string): Update comment.
2020 * top.c (execute_command_to_string): Update header comment.
2021
2a7f6487
TV
20222021-01-28 Tom de Vries <tdevries@suse.de>
2023
2024 PR breakpoints/27205
2025 * breakpoint.c (create_longjmp_master_breakpoint_probe)
2026 (create_longjmp_master_breakpoint_names): New function, factored out
2027 of ...
2028 (create_longjmp_master_breakpoint): ... here. Only try to install
2029 longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
2030 breakpoint in libc.so failed.
2031
59b59f08
LS
20322021-01-27 Lancelot SIX <lsix@lancelotsix.com>
2033
2034 PR gdb/27133
2035 * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
2036 unique_ptr is released when the wrapped pointer is kept for later
2037 use.
2038
807f647c
MM
20392021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
2040
2041 * aarch64-tdep.c (aarch64_displaced_step_others): Account for
2042 BLR and BR instructions.
2043 * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
2044 (enum aarch64_masks): New.
2045
4ef367bf
TT
20462021-01-26 Tom Tromey <tromey@adacore.com>
2047
2048 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
2049 (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
2050 (windows_init_thread_list, windows_nat::handle_load_dll)
2051 (windows_nat::handle_unload_dll, windows_nat_target::resume)
2052 (windows_nat_target::resume)
2053 (windows_nat_target::get_windows_debug_event)
2054 (windows_nat_target::interrupt, windows_xfer_memory)
2055 (windows_nat_target::close): Update.
2056 * nat/windows-nat.c (DEBUG_EVENTS): Use
2057 debug_prefixed_printf_cond.
2058 (matching_pending_stop, fetch_pending_stop)
2059 (continue_last_debug_event): Update.
2060
4cb1265b
MS
20612020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
2062
2063 * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
2064 elfcore_write_file_note.
2065
d0cc52bd
SV
20662021-01-26 Shahab Vahedi <shahab@synopsys.com>
2067
2068 * arc-tdep.c (arc_add_reggroups): New function.
2069 (arc_gdbarch_init): Call arc_add_reggroups.
2070
ac3571d9 20712021-01-26 Anton Kolesov <anton.kolesov@synopsys.com>
d56834cb
AK
2072
2073 * arc-tdep.c (arc_skip_prologue): Log "pc" address.
2074
9f6c202e
TV
20752021-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
2076 Simon Marchi <simon.marchi@polymtl.ca>
2077 Tom de Vries <tdevries@suse.de>
2078
2079 * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
2080 DW_AT_ranges.
2081
a625a8c9
TT
20822021-01-25 Tom Tromey <tromey@adacore.com>
2083
2084 * dwarf2/read.c (get_mpz): New function.
2085 (get_dwarf2_rational_constant): Use it.
2086
19184910
TT
20872021-01-25 Tom Tromey <tromey@adacore.com>
2088
2089 * ada-lang.c (resolve_subexp): Handle array context.
2090
b10bae18
TT
20912021-01-23 Tom Tromey <tom@tromey.com>
2092
2093 PR compile/25575
2094 * compile/compile-loc2c.c (note_register): New function.
2095 (pushf_register_address, pushf_register): Use it.
2096
3637a558
TT
20972021-01-23 Tom Tromey <tom@tromey.com>
2098
2099 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
2100 Change type of "registers_used".
2101 * dwarf2/loc.h (dwarf2_compile_property_to_c): Update.
2102 * dwarf2/loc.c (dwarf2_compile_property_to_c)
2103 (locexpr_generate_c_location, loclist_generate_c_location): Change
2104 type of "registers_used".
2105 * compile/compile.h (compile_dwarf_expr_to_c)
2106 (compile_dwarf_bounds_to_c): Update.
2107 * compile/compile-loc2c.c (pushf_register_address)
2108 (pushf_register, do_compile_dwarf_expr_to_c)
2109 (compile_dwarf_expr_to_c, compile_dwarf_bounds_to_c): Change type
2110 of "registers_used".
2111 * compile/compile-c.h (generate_c_for_variable_locations):
2112 Update.
2113 * compile/compile-c-symbols.c (generate_vla_size)
2114 (generate_c_for_for_one_variable): Change type of
2115 "registers_used".
2116 (generate_c_for_variable_locations): Return std::vector.
2117 * compile/compile-c-support.c (generate_register_struct): Change
2118 type of "registers_used".
2119 (compute): Update.
2120
9f7f6cb8
TT
21212021-01-23 Tom Tromey <tom@tromey.com>
2122
2123 * compile/compile-internal.h (class compile_instance)
2124 <set_arguments>: Change return type.
2125 * compile/compile.c (compile_to_object): Remove call to reset.
2126 (compile_instance::set_arguments): Change return type.
2127
dd5ca05f
SM
21282021-01-23 Simon Marchi <simon.marchi@polymtl.ca>
2129
2130 * gdbtypes.c (copy_type_recursive): Use get_type_arch.
2131 * gdbtypes.h (struct type) <set_owner>: Add asserts.
2132
d3ee35db
LS
21332021-01-23 Lancelot SIX <lsix@lancelotsix.com>
2134
2135 * Makefile.in (SELFTESTS_SRCS): Add
2136 unittests/gdb_tilde_expand-selftests.c.
2137 * unittests/gdb_tilde_expand-selftests.c: New file.
2138
9d2d8a16
AB
21392021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 PR cli/25956
2142 * NEWS: Mention new command.
2143 * cli/cli-style.c: Add 'cli/cli-setshow.h' include.
2144 (version_style): Define.
2145 (cli_style_option::cli_style_option): Add intensity parameter, and
2146 use as appropriate.
2147 (_initialize_cli_style): Register version style set/show commands.
2148 * cli/cli-style.h (cli_style_option): Add intensity parameter.
2149 (version_style): Declare.
2150 * top.c (print_gdb_version): Use version_stype, and styled_string
2151 to print the GDB version string.
2152
e7b43072
AB
21532021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * utils.c (emit_style_escape): Only emit an escape sequence if the
2156 requested style is different than the current applied style.
2157 (fputs_maybe_filtered): Adjust the juggling of the wrap_style, and
2158 current applied_style.
2159 (fputs_styled): Remove is_default check.
2160 (fputs_styled_unfiltered): Likewise.
2161 (vfprintf_styled_no_gdbfmt): Likewise.
2162
2189c312
SM
21632021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2164
2165 * remote.h (remote_debug_printf): New.
2166 (remote_debug_printf_nofunc): New.
2167 (REMOTE_SCOPED_DEBUG_ENTER_EXIT): New.
2168 * remote.c: Use above macros throughout file.
2169
02349803
SM
21702021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2171
2172 * remote.h (remote_debug): Change to bool.
2173 * remote.c (remote_debug): Change to bool.
2174 (_initialize_remote): Adjust.
2175
cda09ec9
SM
21762021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2177
2178 * target.h (remote_debug): Move to...
2179 * remote.h (remote_debug): ... here.
2180 * top.c (remote_debug): Move to...
2181 * remote.c (remote_debug): ... here.
2182 * remote-sim.c: Include remote.h.
2183
baf2b57f
SM
21842021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2185
2186 * cli/cli-cmds.c (show_remote_debug): Remove.
2187 (show_remote_timeout): Remove.
2188 (_initialize_cli_cmds): Don't register commands.
2189 * remote.c (show_remote_debug): Move here.
2190 (show_remote_timeout): Move here.
2191 (_initialize_remote): Register commands.
2192
344e9841
SM
21932021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2194
2195 * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the
2196 type::objfile method instead.
2197
30625020
SM
21982021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
2199
2200 * gdbtypes.h (TYPE_OBJFILE_OWNED): Remove, update all users to
2201 use the type::is_objfile_owned method.
2202
5b7d941b
SM
22032021-01-22 Simon Marchi <simon.marchi@efficios.com>
2204
2205 * gdbtypes.h (TYPE_OBJFILE_OWNED): Adjust.
2206 (TYPE_OWNER): Remove.
2207 (TYPE_OBJFILE): Adjust.
2208 (struct main_type) <flag_objfile_owned>: Rename to...
2209 <m_flag_objfile_owned>: ... this.
2210 <owner>: Rename to...
2211 <m_owner>: ... this.
2212 (struct type) <is_objfile_owned, set_owner, objfile, arch>: New
2213 methods.
2214 (TYPE_ALLOC): Adjust.
2215 * gdbtypes.c (alloc_type): Adjust.
2216 (alloc_type_arch): Adjust.
2217 (alloc_type_copy): Adjust.
2218 (get_type_arch): Adjust.
2219 (smash_type): Adjust.
2220 (lookup_array_range_type): Adjust.
2221 (recursive_dump_type): Adjust.
2222 (copy_type_recursive): Adjust.
2223 * compile/compile-c-types.c (convert_func): Adjust.
2224 (convert_type_basic): Adjust.
2225 * compile/compile-cplus-types.c (compile_cplus_convert_func):
2226 Adjust.
2227 * language.c
2228 (language_arch_info::type_and_symbol::alloc_type_symbol):
2229 Adjust.
2230
d5d24e12
LM
22312021-01-21 Luis Machado <luis.machado@linaro.org>
2232
2233 * coffread.c (enter_linenos): Passing string to complaint.
2234 * valops.c (value_assign): Make array view.
2235
a59902a7
SM
22362021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
2237
2238 * auto-load.h (debug_auto_load): Move here.
2239 (auto_load_debug_printf): New.
2240 * auto-load.c: Use auto_load_debug_printf.
2241 (debug_auto_load): Move to header.
2242 * linux-thread-db.c (try_thread_db_load): Use
2243 auto_load_debug_printf.
2244 * main.c (captured_main_1): Likewise.
2245
d3abc0ce
SM
22462021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
2247
2248 * f-valprint.c (f77_array_offset_tbl): Remove.
2249
1e15fcac
SM
22502021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
2251
2252 * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
2253
439706e6
SM
22542021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
2255
2256 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
2257 of gdb_select.
2258
325d39e4
HD
22592021-01-21 Hannes Domani <ssbssa@yahoo.de>
2260
2261 PR python/19151
2262 * python/py-breakpoint.c (bppy_get_location): Handle
2263 bp_hardware_breakpoint.
2264 (bppy_init): Likewise.
2265 (gdbpy_breakpoint_created): Likewise.
2266
7cb6d92a
SM
22672021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
2268
2269 * arm-tdep.c (arm_debug_printf): Add and use throughout file.
2270
d4dd4fca
SM
22712021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2272
2273 * gdb_bfd.c (debug_bfd_cache): Change type to bool.
2274 (_initialize_gdb_bfd): Adjust.
2275
de53369b
SM
22762021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2277
2278 PR gdb/26828
2279 * dwarf2/read.c (maybe_queue_comp_unit): Add assertion.
2280
17e593e9
SM
22812021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 * dwarf2/read.c (follow_die_offset): Add logging.
2284 (dwarf2_per_objfile::age_comp_units): Add logging.
2285
6bd434d6
SM
22862021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2287
2288 * aarch64-linux-tdep.c (aarch64_linux_record_tdep): Make static.
2289 * aarch64-tdep.c (tdesc_aarch64_list, aarch64_prologue_unwind,
2290 aarch64_stub_unwind, aarch64_normal_base, ): Make static.
2291 * arm-linux-tdep.c (arm_prologue_unwind): Make static.
2292 * arm-tdep.c (struct frame_unwind): Make static.
2293 * auto-load.c (auto_load_safe_path_vec): Make static.
2294 * csky-tdep.c (csky_stub_unwind): Make static.
2295 * gdbarch.c (gdbarch_data_registry): Make static.
2296 * gnu-v2-abi.c (gnu_v2_abi_ops): Make static.
2297 * i386-netbsd-tdep.c (i386nbsd_mc_reg_offset): Make static.
2298 * i386-tdep.c (i386_frame_setup_skip_insns,
2299 i386_tramp_chain_in_reg_insns, i386_tramp_chain_on_stack_insns):
2300 Make static.
2301 * infrun.c (observer_mode): Make static.
2302 * linux-nat.c (sigchld_action): Make static.
2303 * linux-thread-db.c (thread_db_list): Make static.
2304 * maint-test-options.c (maintenance_test_options_list):
2305 * mep-tdep.c (mep_csr_registers): Make static.
2306 * mi/mi-cmds.c (struct mi_cmd_stats): Remove struct type name.
2307 (stats): Make static.
2308 * nat/linux-osdata.c (struct osdata_type): Make static.
2309 * ppc-netbsd-tdep.c (ppcnbsd_reg_offsets): Make static.
2310 * progspace.c (last_program_space_num): Make static.
2311 * python/py-param.c (struct parm_constant): Remove struct type
2312 name.
2313 (parm_constants): Make static.
2314 * python/py-record-btrace.c (btpy_list_methods): Make static.
2315 * python/py-record.c (recpy_gap_type): Make static.
2316 * record.c (record_goto_cmdlist): Make static.
2317 * regcache.c (regcache_descr_handle): Make static.
2318 * registry.h (DEFINE_REGISTRY): Make definition static.
2319 * symmisc.c (std_in, std_out, std_err): Make static.
2320 * top.c (previous_saved_command_line): Make static.
2321 * tracepoint.c (trace_user, trace_notes, trace_stop_notes): Make
2322 static.
2323 * unittests/command-def-selftests.c (nr_duplicates,
2324 nr_invalid_prefixcmd, lists): Make static.
2325 * unittests/observable-selftests.c (test_notification): Make
2326 static.
2327 * unittests/optional/assignment/1.cc (counter): Make static.
2328 * unittests/optional/assignment/2.cc (counter): Make static.
2329 * unittests/optional/assignment/3.cc (counter): Make static.
2330 * unittests/optional/assignment/4.cc (counter): Make static.
2331 * unittests/optional/assignment/5.cc (counter): Make static.
2332 * unittests/optional/assignment/6.cc (counter): Make static.
2333
a6c11cbb
JS
23342021-01-20 Joel Sherrill <joel@rtems.org>
2335
2336 PR gdb/27219
2337 * remote.c (struct remote_thread_info) <resume_state>: Rename
2338 to...
2339 <get_resume_state>: ... this.
2340 (remote_target::resume): Adjust.
2341 (remote_target::commit_resume): Adjust.
2342 (remote_target::select_thread_for_ambiguous_stop_reply): Adjust.
2343
6f52fdf4
SDJ
23442021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
2345 Tom Tromey <tom@tromey.com>
2346
2347 * stap-probe.c (stap_parse_single_operand): Handle '!'
2348 operator.
2349 (stap_parse_argument_conditionally): Likewise.
2350 Skip spaces after processing open-parenthesis sub-expression.
2351 (stap_parse_argument_1): Skip spaces after call to
2352 stap_parse_argument_conditionally.
2353 Handle case when right-side expression is a parenthesized
2354 sub-expression.
2355 Skip spaces after call to stap_parse_argument_1.
2356
1c3b85ad
LS
23572021-01-19 Lancelot SIX <lsix@lancelotsix.com>
2358
2359 * top.h (switch_thru_all_uis): Use DISABLE_COPY_AND_ASSIGN.
2360
a9a87d35
LM
23612021-01-19 Luis Machado <luis.machado@linaro.org>
2362
2363 * trad-frame.h (trad_frame_saved_reg) <set_value_bytes>: Allocate
2364 memory and save data.
2365 (trad_frame_set_value, trad_frame_set_realreg, trad_frame_set_addr)
2366 (trad_frame_set_unknown, trad_frame_set_value_bytes)
2367 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
2368 (trad_frame_value_bytes_p): Remove.
2369 (trad_frame_reset_saved_regs): Adjust documentation.
2370 * trad-frame.c (trad_frame_alloc_saved_regs): Initialize via a
2371 constructor and reset the state of the registers.
2372 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
2373 (trad_frame_value_bytes_p, trad_frame_set_value)
2374 (trad_frame_set_realreg, trad_frame_set_addr)
2375 (trad_frame_set_unknown, trad_frame_set_value_bytes): Remove.
2376 (trad_frame_set_reg_realreg): Update to call member function.
2377 (trad_frame_set_reg_addr, trad_frame_set_reg_value_bytes): Likewise.
2378 (trad_frame_get_prev_register): Likewise.
2379
2380 * aarch64-tdep.c (aarch64_analyze_prologue)
2381 (aarch64_analyze_prologue_test, aarch64_make_prologue_cache_1)
2382 (aarch64_prologue_prev_register): Update to use member functions.
2383 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2384 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Likewise.
2385 * arc-tdep.c (arc_print_frame_cache, arc_make_frame_cache): Likewise.
2386 * arm-tdep.c (arm_make_prologue_cache, arm_exidx_fill_cache)
2387 (arm_make_epilogue_frame_cache): Likewise.
2388 * avr-tdep.c (avr_frame_unwind_cache)
2389 (avr_frame_prev_register): Likewise.
2390 * cris-tdep.c (cris_scan_prologue): Likewise.
2391 * csky-tdep.c (csky_frame_unwind_cache): Likewise.
2392 * frv-tdep.c (frv_analyze_prologue): Likewise.
2393 * hppa-tdep.c (hppa_frame_cache, hppa_fallback_frame_cache): Likewise.
2394 * lm32-tdep.c (lm32_frame_cache): Likewise.
2395 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2396 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2397 * mips-tdep.c (set_reg_offset, mips_insn16_frame_cache)
2398 (mips_micro_frame_cache, mips_insn32_frame_cache): Likewise.
2399 (reset_saved_regs): Adjust to set realreg.
2400 * riscv-tdep.c (riscv_scan_prologue, riscv_frame_cache): Adjust to
2401 call member functions.
2402 * rs6000-tdep.c (rs6000_frame_cache, rs6000_epilogue_frame_cache)
2403 * s390-tdep.c (s390_prologue_frame_unwind_cache)
2404 (s390_backchain_frame_unwind_cache): Likewise.
2405 * score-tdep.c (score7_analyze_prologue)
2406 (score3_analyze_prologue, score_make_prologue_cache): Likewise.
2407 * sparc-netbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
2408 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
2409 * sparc64-netbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
2410 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
2411 * tilegx-tdep.c (tilegx_analyze_prologue)
2412 (tilegx_frame_cache): Likewise.
2413 * v850-tdep.c (v850_frame_cache): Likewise.
2414 * vax-tdep.c (vax_frame_cache): Likewise.
2415
bdec2917
LM
24162021-01-19 Luis Machado <luis.machado@linaro.org>
2417
2418 * frame.h (get_frame_register_bytes): Pass a gdb::array_view instead
2419 of buffer + length.
2420 (put_frame_register_bytes): Likewise.
2421 Adjust documentation.
2422 (get_frame_memory): Pass a gdb::array_view instead of buffer + length.
2423 (safe_frame_unwind_memory): Likewise.
2424 * frame.c (get_frame_register_bytes, put_frame_register_bytes)
2425 (get_frame_memory, safe_frame_unwind_memory): Adjust to use
2426 gdb::array_view.
2427 * amd64-fbsd-tdep.c (amd64fbsd_sigtramp_p): Likewise.
2428 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Likewise.
2429 * amd64-obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2430 * arc-linux-tdep.c (arc_linux_is_sigtramp): Likewise.
2431 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start): Likewise.
2432 * dwarf2/loc.c (rw_pieced_value): Likewise.
2433 * hppa-tdep.c (hppa_frame_cache): Likewise.
2434 * i386-fbsd-tdep.c (i386fbsd_sigtramp_p): Likewise.
2435 * i386-gnu-tdep.c (i386_gnu_sigtramp_start): Likewise.
2436 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2437 (i386_linux_rt_sigtramp_start): Likewise.
2438 * i386-obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2439 * i386-tdep.c (i386_register_to_value): Likewise.
2440 * i387-tdep.c (i387_register_to_value): Likewise.
2441 * ia64-tdep.c (ia64_register_to_value): Likewise.
2442 * m32r-linux-tdep.c (m32r_linux_sigtramp_start)
2443 (m32r_linux_rt_sigtramp_start): Likewise.
2444 * m68k-linux-tdep.c (m68k_linux_pc_in_sigtramp): Likewise.
2445 * m68k-tdep.c (m68k_register_to_value): Likewise.
2446 * mips-tdep.c (mips_register_to_value)
2447 (mips_value_to_register): Likewise.
2448 * ppc-fbsd-tdep.c (ppcfbsd_sigtramp_frame_sniffer)
2449 (ppcfbsd_sigtramp_frame_cache): Likewise.
2450 * ppc-obsd-tdep.c (ppcobsd_sigtramp_frame_sniffer)
2451 (ppcobsd_sigtramp_frame_cache): Likewise.
2452 * rs6000-tdep.c (rs6000_in_function_epilogue_frame_p)
2453 (rs6000_register_to_value): Likewise.
2454 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
2455 * tramp-frame.c (tramp_frame_start): Likewise.
2456 * valops.c (value_assign): Likewise.
2457
ccbe4c82
LM
24582021-01-19 Luis Machado <luis.machado@linaro.org>
2459
2460 * aarch64-linux-tdep.c (aarch64_linux_restore_vreg): Pass in an
2461 array_view.
2462 * trad-frame.c (trad_frame_set_value_bytes): Use gdb::array_view
2463 instead of buffer and size.
2464 (trad_frame_set_reg_value_bytes): Likewise.
2465 * trad-frame.h (trad_frame_set_reg_value_bytes): Likewise.
2466 (trad_frame_set_value_bytes): Likewise.
2467
0e7620dc
MF
24682021-01-18 Mike Frysinger <vapier@gentoo.org>
2469
2470 * copyright.py (NOT_FSF_LIST): Delete sim/testsuite/sim/bfin/s21.s.
2471
6a9ad81c
AB
24722021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * riscv-fbsd-tdep.c (riscv_fbsd_supply_gregset): Delete.
2475 (riscv_fbsd_gregset): Use riscv_supply_regset.
2476 (riscv_fbsd_fpregset): Likewise.
2477 * riscv-linux-tdep.c (riscv_linux_gregset): Likewise.
2478 (riscv_linux_fregset): Likewise.
2479 * riscv-tdep.c (riscv_supply_regset): Define new function.
2480 * riscv-tdep.h (riscv_supply_regset): Declare new function.
2481
d3d7d1ba
TV
24822021-01-18 Tom de Vries <tdevries@suse.de>
2483
2484 PR tdep/27172
2485 * nat/amd64-linux-siginfo.c (cpt_si_lower, cpt_si_upper, SEGV_BNDERR):
2486 New macro.
2487 (compat_siginfo_from_siginfo): Copy cpt_si_lower and cpt_si_upper
2488 for SEGV_BNDERR.
2489
aa2838cc
SM
24902021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
2491
2492 * remote.c (class remote_target) <remote_hostio_send_command,
2493 remote_hostio_parse_result>: Constify parameter.
2494 (remote_hostio_parse_result): Likewise.
2495 (remote_target::remote_hostio_send_command): Adjust.
2496 (remote_target::remote_hostio_pread_vFile): Adjust.
2497 (remote_target::fileio_readlink): Adjust.
2498 (remote_target::fileio_fstat): Adjust.
2499
b5c8f22d
SM
25002021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
2501
2502 * remote.c (remote_target::start_remote): Move wait_status to
2503 narrower scope.
2504
e3b2741b
SM
25052021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
2506
2507 * remote.c (class remote_target):
2508 <add_current_inferior_and_thread>: Constify parameter.
2509 (stop_reply_extract_thread): Likewise.
2510 (remote_target::get_current_thread): Likewise.
2511 (remote_target::add_current_inferior_and_thread): Likewise.
2512
cecb1912
SM
25132021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
2514
2515 * remote.c (class remote_target)
2516 <remote_unpack_thread_info_response,
2517 parse_threadlist_response>: Constify parameter and/or return
2518 value and or local variable.
2519 (stub_unpack_int): Likewise.
2520 (unpack_nibble): Likewise.
2521 (unpack_byte): Likewise.
2522 (unpack_int): Likewise.
2523 (unpack_string): Likewise.
2524 (unpack_threadid): Likewise.
2525 (remote_target::remote_unpack_thread_info_response): Likewise.
2526 (remote_target::parse_threadlist_response): Likewise.
2527
5a11fff0
AB
25282021-01-15 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
2531
17e89137
LS
25322021-01-14 Lancelot Six <lsix@lancelotsix.com>
2533
2534 * MAINTAINERS (Write After Approval): Add myself.
2535
58eadc4b
BE
25362021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2537
2538 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
2539 because is_trivially_default_constructible was first implemented with
2540 gcc-5.
2541
5fae2a2c
TV
25422021-01-14 Tom de Vries <tdevries@suse.de>
2543
2544 PR breakpoints/27151
2545 * objfiles.h (in_plt_section): Handle .plt.sec.
2546
8f66807b
AB
25472021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 PR gdb/26819
2550 * remote.c
2551 (remote_target::select_thread_for_ambiguous_stop_reply): New
2552 member function.
2553 (remote_target::process_stop_reply): Call
2554 select_thread_for_ambiguous_stop_reply.
2555
bd497355
SM
25562021-01-13 Simon Marchi <simon.marchi@efficios.com>
2557
2558 * record-btrace.c (class record_btrace_target): Remove.
2559 (record_btrace_target::commit_resume): Remove.
2560 * record-full.c (class record_full_target): Remove.
2561 (record_full_target::commit_resume): Remove.
2562
c9d22089
SM
25632021-01-13 Simon Marchi <simon.marchi@efficios.com>
2564
2565 * remote.c (enum class resume_state): New.
2566 (struct resumed_pending_vcont_info): New.
2567 (struct remote_thread_info) <resume_state, set_not_resumed,
2568 set_resumed_pending_vcont, resumed_pending_vcont_info,
2569 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
2570 New.
2571 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
2572 (remote_target::remote_add_thread): Adjust.
2573 (remote_target::process_initial_stop_replies): Adjust.
2574 (remote_target::resume): Adjust.
2575 (remote_target::commit_resume): Rely on state in
2576 remote_thread_info and not on tp->executing.
2577 (remote_target::process_stop_reply): Adjust.
2578
d8d1feb4
SM
25792021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2580
2581 * arc-tdep.h (arc_debug_printf): New.
2582 * arc-tdep.c: Use arc_debug_printf.
2583 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
2584 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
2585 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
2586
fb0f5031
SM
25872021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2588
2589 * arc-tdep.h (arc_debug): Change type to bool.
2590 * arc-tdep.c (arc_debug): Change type to bool.
2591 (arc_analyze_prologue): Adjust.
2592 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
2593 * arc-linux-nat.c (ps_get_thread_area): Adjust.
2594
5bf7e91b
SM
25952021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2596
2597 * auto-load.c (auto_load_objfile_script_1): Use bool.
2598 (execute_script_contents): Use bool.
2599
db972fce
SM
26002021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2601
2602 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
2603 comment here.
2604 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
2605 comment to header.
2606 * extension-priv.h (struct extension_language_script_ops)
2607 <auto_load_enabled>: Return bool.
2608 * extension.h (ext_lang_auto_load_enabled): Return bool, move
2609 comment here.
2610 * extension.c (ext_lang_auto_load_enabled): Return bool, move
2611 comment to header.
2612 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
2613 move comment here.
2614 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
2615 move comment to header.
2616 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
2617 move comment here.
2618 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
2619 move comment to header.
2620
5e12f48f
SM
26212021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2622
2623 * auto-load.h (file_is_auto_load_safe): Change return type to
2624 bool, move comment here.
2625 * auto-load.c (file_is_auto_load_safe): Change return type and
2626 advice_printed to bool. Move comment to header.
2627
54ca9002
SM
26282021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
2629
2630 * jit.c (jit_debug_printf): New, use throughout file.
2631
24a7f1b5
SM
26322021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
2633
2634 * infrun.c (normal_stop): Fix indentation.
2635
fe7a351a
SM
26362021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
2637
2638 * top.h (readnow_symbol_files, readnever_symbol_files): Move
2639 declarations to ...
2640 * symfile.h: ... here.
2641 * symfile.c: Update doc.
2642
16e9019e
SM
26432021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
2644
2645 * target.h (baud_rate, serial_parity): Move declarations...
2646 * serial.h: ... here.
2647 * main.c: Include serial.h.
2648 * serial.c (baud_rate, serial_parity): Update doc.
2649
b2f2ae0d
SM
26502021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
2651
2652 * top.c (pre_init_ui_hook): Remove.
2653
5291fe3c
SP
26542021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2655
2656 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
2657 (aarch64_vnv_type): Add "bf" type in h field of v registers.
2658 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
2659 * features/aarch64-fpu.xml: Add bfloat16 type.
2660
ce38f5ed
AB
26612021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
2664
7c654b71
AB
26652021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * f-exp.y (dot_ops): Rename to...
2668 (fortran_operators): ...this. Add a header comment. Add symbol
2669 based operators.
2670 (yylex): Update to use fortran_operators not dot_ops. Remove
2671 special handling for '**', this is now included in
2672 fortran_operators.
2673
c6185dce
SM
26742021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
2675
2676 * arch/aarch64-insn.h (aarch64_debug_printf): New.
2677 * arch/aarch64-insn.c: Use aarch64_debug_printf.
2678 * aarch64-tdep.c: Use aarch64_debug_printf.
2679
eef401dc
SM
26802021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
2681
2682 * solib-aix.c (solib_aix_debug_printf): New, use throughout
2683 file.
2684
062eaacb
SM
26852021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
2686
2687 * jit.c (jit_debug): Change type to bool.
2688 (_initialize_jit): Adjust.
2689
54585eee
TT
26902021-01-09 Tom Tromey <tom@tromey.com>
2691
2692 PR compile/23672
2693 * compile/compile.c (compile_to_object): Avoid crash when
2694 osabi_triplet_regexp returns NULL.
2695
bc167b6b
TT
26962021-01-09 Tom Tromey <tom@tromey.com>
2697
2698 * tracepoint.h (class collection_list) <append_exp>: Take a
2699 std::string.
2700 * tracepoint.c (collection_list::append_exp): Take a std::string.
2701 (encode_actions_1): Update.
2702
8fc48b79
TT
27032021-01-08 Tom Tromey <tromey@adacore.com>
2704
2705 * parse.c (parse_expression): Add void_context_p parameter. Use
2706 parse_exp_in_context.
2707 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
2708 parse_expression.
2709 (print_command, call_command): Update.
2710 * expression.h (parse_expression): Add void_context_p parameter.
2711
3c8c6de2
AB
27122021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * value.c (set_value_component_location): Adjust the VALUE_LVAL
2715 for internalvar components that have a dynamic location.
2716
1940319c
TV
27172021-01-08 Tom de Vries <tdevries@suse.de>
2718
2719 PR gdb/26881
2720 * breakpoint.c (create_exception_master_breakpoint_probe)
2721 (create_exception_master_breakpoint_hook): Factor out
2722 of ...
2723 (create_exception_master_breakpoint): ... here. Only try to install
2724 the master exception breakpoint in objfile.debug using the
2725 _Unwind_DebugHook method, if the install using probes in objfile
2726 failed.
2727
e3436813
AB
27282021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * f-lang.c (fortran_value_subarray): Call value_from_component.
2731
e904f56d
MF
27322021-01-07 Mike Frysinger <vapier@gentoo.org>
2733
2734 * remote-sim.c: Include memory-map.h.
2735 (gdbsim_target): Define memory_map override.
2736 (gdbsim_target::memory_map): Define.
2737
959d6a67
TT
27382021-01-07 Tom Tromey <tromey@adacore.com>
2739
2740 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
2741
d4813f10
TT
27422021-01-07 Tom Tromey <tromey@adacore.com>
2743
2744 * ada-lang.c (add_component_interval): Start loop using vector's
2745 updated size.
2746
b49180ac
TT
27472021-01-06 Tom Tromey <tromey@adacore.com>
2748
2749 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
2750 Do not cast result.
2751 * valarith.c (fixed_point_binop): Handle multiplication
2752 and division specially.
2753 * valops.c (value_to_gdb_mpq): New function.
2754 (value_cast_to_fixed_point): Use it.
2755
55195361
HD
27562021-01-05 Hannes Domani <ssbssa@yahoo.de>
2757
2758 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
2759 Call wnoutrefresh instead of tui_win_info::refresh_window.
2760
1b6d4bb2
HD
27612021-01-05 Hannes Domani <ssbssa@yahoo.de>
2762
2763 * tui/tui-source.c (tui_source_window::show_line_number):
2764 Redraw second space after line number.
2765
b5ff370e
HD
27662021-01-05 Hannes Domani <ssbssa@yahoo.de>
2767
2768 PR tui/26927
2769 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
2770 Fix source pad size in prefresh.
2771 (tui_source_window_base::show_source_content): Grow source pad
2772 if necessary.
2773
c68ea49f
MF
27742021-01-04 Mike Frysinger <vapier@gentoo.org>
2775
2776 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
2777 (bfin_frame_align): Use align_down.
2778
e4ad960a
TV
27792021-01-04 Tom de Vries <tdevries@suse.de>
2780
2781 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
2782 terminators that do not terminate anything.
2783
3ec3145c
SM
27842021-01-04 Simon Marchi <simon.marchi@efficios.com>
2785
2786 * debug.c (debug_print_depth): New.
2787 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
2788 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
2789 * infrun.c (start_step_over): Use
2790 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
2791 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
2792 INFRUN_SCOPED_DEBUG_START_END.
2793 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
2794
e71daf80
SM
27952021-01-04 Simon Marchi <simon.marchi@efficios.com>
2796
2797 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
2798
335709bc
SM
27992021-01-04 Simon Marchi <simon.marchi@efficios.com>
2800
2801 * utils.c (vfprintf_unfiltered): Print timestamp only when
2802 previous debug output ended with a newline.
2803
098caef4
LM
28042021-01-04 Luis Machado <luis.machado@linaro.org>
2805
2806 Update all users of trad_frame_saved_reg to use the new member
2807 functions.
2808
2809 Remote all struct keywords from declarations of trad_frame_saved_reg
2810 types, except on forward declarations.
2811
2812 * aarch64-tdep.c: Update.
2813 * alpha-mdebug-tdep.c: Update.
2814 * alpha-tdep.c: Update.
2815 * arc-tdep.c: Update.
2816 * arm-tdep.c: Update.
2817 * avr-tdep.c: Update.
2818 * cris-tdep.c: Update.
2819 * csky-tdep.c: Update.
2820 * frv-tdep.c: Update.
2821 * hppa-linux-tdep.c: Update.
2822 * hppa-tdep.c: Update.
2823 * hppa-tdep.h: Update.
2824 * lm32-tdep.c: Update.
2825 * m32r-linux-tdep.c: Update.
2826 * m32r-tdep.c: Update.
2827 * m68hc11-tdep.c: Update.
2828 * mips-tdep.c: Update.
2829 * moxie-tdep.c: Update.
2830 * riscv-tdep.c: Update.
2831 * rs6000-tdep.c: Update.
2832 * s390-linux-tdep.c: Update.
2833 * s390-tdep.c: Update.
2834 * score-tdep.c: Update.
2835 * sparc-netbsd-tdep.c: Update.
2836 * sparc-sol2-tdep.c: Update.
2837 * sparc64-fbsd-tdep.c: Update.
2838 * sparc64-netbsd-tdep.c: Update.
2839 * sparc64-obsd-tdep.c: Update.
2840 * sparc64-sol2-tdep.c: Update.
2841 * tilegx-tdep.c: Update.
2842 * v850-tdep.c: Update.
2843 * vax-tdep.c: Update.
2844
2845 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
2846 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
2847
2848 * trad-frame.c: Update.
2849 Remove TF_REG_* enum.
2850 (trad_frame_alloc_saved_regs): Add a static assertion to check for
2851 a trivially-constructible struct.
2852 (trad_frame_reset_saved_regs): Adjust to use member function.
2853 (trad_frame_value_p): Likewise.
2854 (trad_frame_addr_p): Likewise.
2855 (trad_frame_realreg_p): Likewise.
2856 (trad_frame_value_bytes_p): Likewise.
2857 (trad_frame_set_value): Likewise.
2858 (trad_frame_set_realreg): Likewise.
2859 (trad_frame_set_addr): Likewise.
2860 (trad_frame_set_unknown): Likewise.
2861 (trad_frame_set_value_bytes): Likewise.
2862 (trad_frame_get_prev_register): Likewise.
2863 * trad-frame.h: Update.
2864 (trad_frame_saved_reg_kind): New enum.
2865 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
2866 <m_kind, m_reg>: New member fields.
2867 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
2868 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
2869 <is_addr, is_unknown, is_value_bytes>: New member functions.
2870
9898e882
SM
28712021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
2872
2873 * target-float.c: Fix typos.
2874
b66b4e65
HD
28752021-01-02 Hannes Domani <ssbssa@yahoo.de>
2876
2877 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
2878
b5b5650a
JB
28792021-01-01 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdbarch.sh: Update copyright year range.
2882
3666a048
JB
28832021-01-01 Joel Brobecker <brobecker@adacore.com>
2884
2885 Update copyright year range in copyright header of all GDB files.
2886
ff7e39b6
JB
28872021-01-01 Joel Brobecker <brobecker@adacore.com>
2888
2889 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
2890 to the list of directories to update.
2891
2b47c078
JB
28922021-01-01 Joel Brobecker <brobecker@adacore.com>
2893
2894 * top.c (print_gdb_version): Update copyright year.
2895
476923f1 28962021-01-01 Joel Brobecker <brobecker@adacore.com>
c8f02daa 2897
476923f1 2898 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
c8f02daa 2899
476923f1 2900For older changes see ChangeLog-2020.
c906108c
SS
2901\f
2902Local Variables:
2903mode: change-log
2904left-margin: 8
2905fill-column: 74
2906version-control: never
57da7796 2907coding: utf-8
c906108c 2908End: