Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
4 "vq".
5
6 2019-04-24 Tom Tromey <tromey@adacore.com>
7
8 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9
10 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * s12z-tdep.c (s12z_unwind_pc): Delete.
13 (s12z_unwind_sp): Delete.
14 (s12z_gdbarch_init): Don't register deleted functions with
15 gdbarch.
16
17 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * rl78-tdep.c (rl78_unwind_sp): Delete.
20 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
21
22 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
25 (xstormy16_unwind_pc): Delete.
26 (xstormy16_dummy_id): Delete.
27 (xstormy16_gdbarch_init): Don't register deleted functions with
28 gdbarch.
29
30 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * vax-tdep.c (vax_unwind_pc): Delete.
33 (vax_gdbarch_init): Don't register deleted function with gdbarch.
34
35 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * v850-tdep.c (v850_unwind_sp): Delete.
38 (v850_unwind_pc): Delete.
39 (v850_dummy_id): Delete.
40 (v850_gdbarch_init): Don't register deleted functions with
41 gdbarch.
42
43 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
46 (tilegx_unwind_pc): Delete.
47 (tilegx_unwind_dummy_id): Delete.
48 (tilegx_gdbarch_init): Don't register deleted functions with
49 gdbarch.
50
51 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
54 (tic6x_dummy_id): Delete.
55 (tic6x_gdbarch_init): Don't register deleted functions with
56 gdbarch.
57
58 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * sparc-tdep.c (sparc_unwind_pc): Delete.
61 (sparc32_gdbarch_init): Don't register deleted function with
62 gdbarch.
63
64 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * sh-tdep.c (sh_unwind_sp): Delete.
67 (sh_unwind_pc): Delete.
68 (sh_dummy_id): Delete.
69 (sh_gdbarch_init): Don't register deleted functions with
70 gdbarch.
71
72 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * score-tdep.c (score_unwind_sp): Delete.
75 (score_unwind_pc): Delete.
76 (score_dummy_id): Delete.
77 (score_gdbarch_init): Don't register deleted functions with
78 gdbarch.
79
80 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * rx-tdep.c (rx_unwind_pc): Delete.
83 (rx_unwind_sp): Delete.
84 (rx_dummy_id): Delete.
85 (rx_gdbarch_init): Don't register deleted functions with
86 gdbarch. Update comment.
87
88 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
91 (rs6000_dummy_id): Delete.
92 (rs6000_gdbarch_init): Don't register deleted functions with
93 gdbarch.
94
95 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * or1k-tdep.c (or1k_dummy_id): Delete.
98 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
99
100 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * nios2-tdep.c (nios2_dummy_id): Delete.
103 (nios2_unwind_sp): Delete.
104 (nios2_gdbarch_init): Don't register deleted functions with
105 gdbarch.
106
107 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * nds32-tdep.c (nds32_dummy_id): Delete.
110 (nds32_unwind_pc): Delete.
111 (nds32_unwind_sp): Delete.
112 (nds32_gdbarch_init): Don't register deleted functions with
113 gdbarch.
114
115 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * msp430-tdep.c (msp430_unwind_pc): Delete.
118 (msp430_unwind_sp): Delete.
119 (msp430_dummy_id): Delete.
120 (msp430_gdbarch_init): Don't register deleted functions with
121 gdbarch.
122
123 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * moxie-tdep.c (moxie_unwind_sp): Delete.
126 (moxie_unwind_pc): Delete.
127 (moxie_dummy_id): Delete.
128 (moxie_gdbarch_init): Don't register deleted functions with
129 gdbarch.
130
131 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * mn10300-tdep.c (mn10300_dummy_id): Delete.
134 (mn10300_unwind_pc): Delete.
135 (mn10300_unwind_sp): Delete.
136 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
137 mn10300_unwind_sp.
138 (mn10300_frame_unwind_init): Don't register deleted functions with
139 gdbarch.
140
141 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * mep-tdep.c (mep_unwind_pc): Delete.
144 (mep_unwind_sp): Delete.
145 (mep_dummy_id): Delete.
146 (mep_gdbarch_init): Don't register deleted functions with
147 gdbarch.
148
149 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
152 (m68hc11_unwind_sp): Delete.
153 (m68hc11_gdbarch_init): Don't register deleted functions with
154 gdbarch.
155
156 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * m32r-tdep.c (m32r_unwind_sp): Delete.
159 (m32r_unwind_pc): Delete.
160 (m32r_dummy_id): Delete.
161 (m32r_gdbarch_init): Don't register deleted functions with
162 gdbarch.
163
164 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * m32c-tdep.c (m32c_unwind_pc): Delete.
167 (m32c_unwind_sp): Delete.
168 (m32c_dummy_id): Delete.
169 (m32c_gdbarch_init): Don't register deleted functions with
170 gdbarch.
171
172 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
173
174 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
175 (lm32_unwind_pc): Delete.
176 (lm32_dummy_id): Delete.
177 (lm32_gdbarch_init): Don't register deleted functions with
178 gdbarch.
179
180 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
183 (iq2000_unwind_pc): Delete.
184 (iq2000_dummy_id): Delete.
185 (iq2000_gdbarch_init): Don't register deleted functions with
186 gdbarch.
187
188 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * nds32-tdep.c (nds32_type_align): Delete.
191 (nds32_push_dummy_call): Use type_align instead.
192
193 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * arm-tdep.c (arm_type_align): Only handle vector override case.
196 (arm_push_dummy_call): Use type_align.
197 (arm_gdbarch_init): Register arm_type_align gdbarch function.
198
199 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
202 case.
203 (pass_on_stack): Use type_align.
204 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
205 function.
206
207 2019-04-23 Tom Tromey <tromey@adacore.com>
208
209 * dwarf2read.c (line_header::file_name_at): Remove unused
210 overload.
211
212 2019-04-23 Tom de Vries <tdevries@suse.de>
213
214 PR gdb/24438
215 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
216 invocation.
217
218
219 2019-03-27 Ali Tamur <tamur@google.com>
220
221 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
222 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
223 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
224 (dwarf_expr_context::get_addr_index): Likewise
225 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
226 (symbol_needs_eval_context::get_addr_index): Likewise
227 (disassemble_dwarf_expression): Add DW_OP_addrx
228 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
229 (read_cutu_die_from_dwo): Update comment
230 (skip_one_die): Add DW_FORM_addrx
231 (read_attribute_value): Likewise
232 (var_decode_location): Add DW_OP_addrx
233 (dwarf2_const_value_attr): Add DW_FORM_addrx
234 (dump_die_shallow): Likewise
235 (dwarf2_fetch_constant_bytes): Likewise
236 (decode_locdesc): Add DW_OP_addrx
237 (skip_form_bytes): Add DW_FORM_addrx
238
239 2019-04-22 Ali Tamur <tamur@google.com>
240
241 * MAINTAINERS (Write After Approval): Add self.
242
243 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
244
245 * solib-svr4.c (get_svr4_info): Add pspace parameter.
246 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
247 (open_symbol_file_object): Likewise.
248 (svr4_default_sos): Add info parameter.
249 (svr4_read_so_list): Likewise.
250 (svr4_current_sos_direct): Adjust functions calls to pass down
251 info.
252 (svr4_current_sos_1): Add info parameter.
253 (svr4_current_sos): Call get_svr4_info, pass info down to
254 svr4_current_sos_1.
255 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
256 get_svr4_info.
257 (svr4_in_dynsym_resolve_code): Pass current_program_space to
258 get_svr4_info.
259 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
260 to get_svr4_info.
261 (probes_table_remove_objfile_probes): Likewise.
262 (register_solib_event_probe): Add info parameter.
263 (solist_update_incremental): Pass info parameter down to
264 svr4_read_so_list.
265 (disable_probes_interface): Add info parameter.
266 (svr4_handle_solib_event): Pass current_program_space to
267 get_svr4_info. Adjust disable_probes_interface cleanup.
268 (svr4_create_probe_breakpoints): Add info parameter, pass it
269 down to register_solib_event_probe.
270 (svr4_create_solib_event_breakpoints): Add info parameter,
271 pass it down to svr4_create_probe_breakpoints.
272 (enable_break): Pass info down to
273 svr4_create_solib_event_breakpoints.
274 (svr4_solib_create_inferior_hook): Pass current_program_space to
275 get_svr4_info.
276 (svr4_clear_solib): Likewise.
277
278 2019-04-22 Pedro Alves <palves@redhat.com>
279
280 * solib-svr4.c (svr4_free_objfile_observer): New.
281 (probe_and_action::objfile): New field.
282 (probes_table_htab_remove_objfile_probes)
283 (probes_table_remove_objfile_probes): New functions.
284 (register_solib_event_probe): Add 'objfile' parameter. Store it
285 in the new probe_and_action. Don't store the probe in 'lookup'.
286 (svr4_create_probe_breakpoints): Pass objfile to
287 register_solib_event_probe.
288 (_initialize_svr4_solib): Register a free_objfile observer.
289
290 2019-04-19 Tom Tromey <tom@tromey.com>
291
292 * common/queue.h: Remove.
293
294 2019-04-19 Tom Tromey <tom@tromey.com>
295
296 * event-loop.c: Don't include "common/queue.h".
297
298 2019-04-19 Tom Tromey <tom@tromey.com>
299
300 * remote.c (remote_target): Use delete.
301 * remote-notif.h: Include <list>, not "common/queue.h".
302 (notif_client_p): Remove typedef.
303 (remote_notif_state): Add constructor, destructor, initializer.
304 <notif_queue>: Now a std::list.
305 (remote_notif_state_xfree): Don't declare.
306 * remote-notif.c (remote_notif_process, handle_notification)
307 (remote_notif_state_allocate): Update.
308 (~remote_notif_state): Rename from remote_notif_state_xfree.
309
310 2019-04-19 Tom Tromey <tom@tromey.com>
311
312 * symfile.c (reread_symbols): Update.
313 * objfiles.c (objfile_register_static_link)
314 (objfile_lookup_static_link): Update
315 (~objfile) Don't delete static_links.
316 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
317
318 2019-04-19 Tom Tromey <tom@tromey.com>
319
320 * type-stack.h (struct type_stack) <insert>: Constify string.
321 * type-stack.c (type_stack::insert): Constify string.
322 * gdbtypes.h (lookup_template_type): Update.
323 (address_space_name_to_int): Update.
324 * gdbtypes.c (address_space_name_to_int): Make space_identifier
325 const.
326 (lookup_template_type): Make name const.
327 * c-exp.y: Update rules.
328 (lex_one_token, classify_name, classify_inner_name)
329 (c_print_token): Update.
330 * p-exp.y: Update rules.
331 (yylex): Update.
332 * f-exp.y: Update rules.
333 (yylex): Update.
334 * d-exp.y: Update rules.
335 (lex_one_token, classify_name, classify_inner_name): Update.
336 * parse.c (write_dollar_variable, copy_name): Return std::string.
337 * parser-defs.h (copy_name): Change return type.
338 * m2-exp.y: Update rules.
339 (yylex): Update.
340 * go-exp.y (lex_one_token): Update.
341 Update rules.
342 (classify_unsafe_function, classify_packaged_name)
343 (classify_name, yylex): Update.
344
345 2019-04-19 Sergei Trofimovich <siarheit@google.com>
346
347 * configure.ac: add --enable-source-highlight switch.
348 * configure: Regenerate.
349 * top.c (print_gdb_version): plumb --enable-source-highlight
350 status to "show configuration".
351
352 2019-04-19 Tom Tromey <tromey@adacore.com>
353
354 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
355 Check ADA_TYPE_P.
356 (empty_record, ada_template_to_fixed_record_type_1)
357 (template_to_static_fixed_type)
358 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
359 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
360 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
361 macros.
362
363 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
364
365 PR symtab/24423:
366 * source.c (print_source_lines_base): Advance "iter" when a
367 control character is seen.
368
369 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
370
371 * inferior.h (struct infcall_suspend_state_deleter):
372 Catch exception in destructor to avoid crash.
373
374 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
375
376 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
377 close to the add_com "shell".
378
379 2019-04-18 Tom Tromey <tromey@adacore.com>
380
381 * process-stratum-target.h (class process_stratum_target)
382 <stratum>: Add "final".
383
384 2019-04-17 Tom Tromey <tromey@adacore.com>
385
386 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
387 against nullptr before use.
388
389 2019-04-17 Alan Hayward <alan.hayward@arm.com>
390
391 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
392
393 2019-04-17 Jim Wilson <jimw@sifive.com>
394 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
397 code read might fail, assume 4-byte breakpoint in that case.
398
399 2019-04-15 Leszek Swirski <leszeks@google.com>
400
401 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
402 rather than a hand-rolled POD check when checking for forced MEMORY
403 classification.
404
405 2019-04-15 Alan Hayward <alan.hayward@arm.com>
406
407 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
408 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
409 function.
410 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
411 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
412 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
413 declaration.
414
415 2019-04-15 Alan Hayward <alan.hayward@arm.com>
416
417 * aarch64-linux-nat.c
418 (aarch64_linux_nat_target::thread_architecture): Add override.
419 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
420 each VQ.
421
422 2019-04-15 Alan Hayward <alan.hayward@arm.com>
423
424 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
425
426 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
427
428 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
429 target types of size 96-bits, add some additional comments, and
430 check that the builtin type we found was the correct size.
431
432 2019-04-12 Eli Zaretskii <eliz@gnu.org>
433
434 * utils.c (prompt_for_continue): Don't restore the styling at the
435 end, as applied_style has the wrong value. This fixes styling in
436 long lists of file names that are interrupted by the "Continue?"
437 prompt.
438
439 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
442 * c-lang.c (c_language_defn): Likewise.
443 (cplus_language_defn): Likewise.
444 (asm_language_defn): Likewise.
445 (minimal_language_defn): Likewise.
446 * d-lang.c (d_language_defn): Likewise.
447 * f-lang.c (f_language_defn): Likewise.
448 * go-lang.c (go_language_defn): Likewise.
449 * language.c (unknown_language_defn): Likewise.
450 (auto_language_defn): Likewise.
451 * language.h (struct language_defn): Remove la_magic field.
452 (LANG_MAGIC): Delete.
453 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
454 * objc-lang.c (objc_language_defn): Likewise.
455 * opencl-lang.c (opencl_language_defn): Likewise.
456 * p-lang.c (pascal_language_defn): Likewise.
457 * rust-lang.c (rust_language_defn): Likewise.
458
459 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * riscv-tdep.c (riscv_type_align): New function.
462 (riscv_type_alignment): Delete.
463 (riscv_arg_location): Use 'type_align'.
464 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
465
466 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdbtypes.c (type_align): A struct with no non-static fields also
469 has alignment of 1.
470
471 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
474 component to 0.
475 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
476 member.
477 (riscv_struct_info::analyse): New implementation using new
478 analyse_inner member function.
479 (riscv_struct_info::field_offset): New member function.
480 (riscv_struct_info::m_offsets): New member variable.
481 (riscv_struct_info::analyse_inner): New private member function,
482 takes the old implementation of riscv_struct_info::analyse but
483 extended to track field offsets.
484 (riscv_call_arg_struct): Update the struct folding special cases
485 to handle cases where empty C++ structs, which are non-zero
486 length, are found.
487 (riscv_arg_location): Initialise the length of each location, a
488 non-zero length now indicates the location is in use.
489 (riscv_push_dummy_call): Allow for the first location having a
490 non-zero offset when setting up arguments.
491 (riscv_return_value): Likewise, but for return values.
492
493 2019-04-11 Tom Tromey <tromey@adacore.com>
494
495 * utils.c (internal_vproblem): Make "msg" const.
496
497 2019-04-11 Alan Hayward <alan.hayward@arm.com>
498
499 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
500 * trad-frame.c (trad_frame_reset_saved_regs): New function.
501 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
502 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
503
504 2019-04-10 Kevin Buettner <kevinb@redhat.com>
505
506 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
507 function.
508 (fill_gregset): Call amd64_linux_collect_native_gregset instead
509 of amd64_collect_native_gregset.
510 (amd64_linux_nat_target::store_registers): Likewise.
511
512 2019-04-10 Tom Tromey <tom@tromey.com>
513
514 * symtab.c (lookup_global_symbol_from_objfile)
515 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
516 * objfiles.h (class separate_debug_iterator): New.
517 (class separate_debug_range): New.
518 (struct objfile) <separate_debug_objfiles>: New method.
519 (objfile_separate_debug_iterate): Don't declare.
520 * objfiles.c (separate_debug_iterator::operator++): Rename from
521 objfile_separate_debug_iterate.
522 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
523 iterator.
524 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
525 iterator.
526
527 2019-04-10 Tom Tromey <tom@tromey.com>
528
529 * symfile.c (reread_symbols): Remove old comment.
530 * objfiles.c (free_all_objfiles): Fix a typo.
531
532 2019-04-10 Tom Tromey <tom@tromey.com>
533
534 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
535 * minsyms.c (lookup_minimal_symbol): Use foreach.
536 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
537 (lookup_minimal_symbol_solib_trampoline): Likewise.
538 * symfile.c (reread_symbols): Use foreach.
539
540 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
541 Tom Tromey <tromey@adacore.com>
542
543 PR rust/24414:
544 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
545 (rust_lex_int_test): Change "value" to be LONGEST.
546 (rust_lex_tests): Add test for long integer literal.
547
548 2019-04-09 Tom Tromey <tromey@adacore.com>
549
550 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
551 to bool.
552 (extended_remote_target::attach): Update.
553 (remote_target::remote_notice_new_inferior): Update.
554 (remote_target::add_current_inferior_and_thread): Update.
555 * inferior.c (exit_inferior_1): Use "false".
556 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
557
558 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
559
560 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
561 the "start" command.
562
563 2019-04-08 Kevin Buettner <kevinb@redhat.com>
564
565 * python/py-inferior.c (infpy_thread_from_thread_handle):
566 Adjust comments to reflect renaming of thread_from_thread_handle
567 to thread_from_handle. Adjust keywords. Fix type error message.
568 (inferior_object_methods): Add thread_from_handle. Retain
569 thread_from_thread_handle, but mark it as deprecated.
570
571 2019-04-08 Kevin Buettner <kevinb@redhat.com>
572
573 * gdbthread.h (find_thread_by_handle): Revise declaration.
574 * thread.c (find_thread_by_handle): Likewise. Adjust
575 implementation too.
576 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
577 support for buffer objects as handles.
578
579 2019-04-08 Kevin Buettner <kevinb@redhat.com>
580
581 * python/py-infthread.c (thpy_thread_handle): New function.
582 (thread_object_methods): Register thpy_thread_handle.
583
584 2019-04-08 Kevin Buettner <kevinb@redhat.com>
585
586 * gdbthread.h (thread_to_thread_handle): Declare.
587 * thread.c (gdbtypes.h): Include.
588 (thread_to_thread_handle): New function.
589
590 * target.h (struct target_ops): Add thread_info_to_thread_handle.
591 (target_thread_info_to_thread_handle): Declare.
592 * target.c (target_thread_info_to_thread_handle): New function.
593 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
594 * target-delegates.c: Regenerate.
595
596 * linux-thread-db.c (class thread_db_target): Add method
597 thread_info_to_thread_handle.
598 (thread_db_target::thread_info_to_thread_handle): Define.
599 * remote.c (class remote_target): Add new method
600 thread_info_to_thread_handle.
601 (remote_target::thread_info_to_thread_handle): Define.
602
603 2019-04-08 Pedro Alves <palves@redhat.com>
604
605 * common/common-exceptions.c (throw_exception): Don't create
606 named object to throw; throw directly.
607 (throw_it): Likewise. Don't initialize gdb_exception::message
608 here, with new; pass FMT and AP to the ctor instead.
609 * common/common-exceptions.h: Include <string>.
610 (gdb_exception::gdb_exception(enum return_reason, enum errors,
611 const char *, va_list)): New ctor. Use std::make_shared.
612 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
613 errors)): Delete.
614 (gdb_exception_error::gdb_exception_error(enum errors, const char
615 *, va_list)): New.
616 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
617 Add assertion.
618 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
619 errors)): Delete.
620 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
621 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
622 Add assertion.
623
624 2019-04-08 Tom Tromey <tom@tromey.com>
625
626 * valops.c (value_rtti_indirect_type): Replace throw_exception
627 with throw.
628 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
629 with throw.
630 * thread.c (thr_try_catch_cmd): Replace throw_exception with
631 throw.
632 * target.c (target_translate_tls_address): Replace throw_exception
633 with throw.
634 * stack.c (frame_apply_command_count): Replace throw_exception
635 with throw.
636 * solib-spu.c (append_ocl_sos): Replace throw_exception with
637 throw.
638 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
639 with throw.
640 * rs6000-tdep.c (rs6000_frame_cache)
641 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
642 * remote.c: Replace throw_exception with throw.
643 * record-full.c (record_full_message, record_full_wait_1)
644 (record_full_restore): Replace throw_exception with throw.
645 * record-btrace.c:
646 (get_thread_current_frame_id, record_btrace_start_replaying)
647 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
648 (cmd_record_btrace_start): Replace throw_exception with throw.
649 * parse.c (parse_exp_in_context_1): Replace throw_exception with
650 throw.
651 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
652 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
653 * linespec.c:
654 (find_linespec_symbols): Replace throw_exception with throw.
655 * infrun.c (displaced_step_prepare, resume): Replace
656 throw_exception with throw.
657 * infcmd.c (post_create_inferior): Replace throw_exception with
658 throw.
659 * inf-loop.c (inferior_event_handler): Replace throw_exception
660 with throw.
661 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
662 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
663 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
664 (get_prev_frame_always, get_frame_pc_if_available)
665 (get_frame_address_in_block_if_available, get_frame_language):
666 Replace throw_exception with throw.
667 * frame-unwind.c (frame_unwind_try_unwinder): Replace
668 throw_exception with throw.
669 * eval.c (fetch_subexp_value, evaluate_var_value)
670 (evaluate_funcall, evaluate_subexp_standard): Replace
671 throw_exception with throw.
672 * dwarf2loc.c (call_site_find_chain)
673 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
674 Replace throw_exception with throw.
675 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
676 with throw.
677 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
678 throw.
679 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
680 * completer.c (complete_line_internal): Replace throw_exception
681 with throw.
682 * compile/compile-object-run.c (compile_object_run): Replace
683 throw_exception with throw.
684 * cli/cli-script.c (process_next_line): Replace throw_exception
685 with throw.
686 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
687 (btrace_enable, btrace_maint_update_pt_packets): Replace
688 throw_exception with throw.
689 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
690 throw_exception with throw.
691 * break-catch-throw.c (re_set_exception_catchpoint): Replace
692 throw_exception with throw.
693 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
694 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
695 * aarch64-tdep.c (aarch64_make_prologue_cache)
696 (aarch64_make_stub_cache): Replace throw_exception with throw.
697
698 2019-04-08 Tom Tromey <tom@tromey.com>
699
700 * common/common-exceptions.c (throw_exception): Rename from
701 throw_exception_cxx. Remove old copy. Make argument const.
702 (throw_it): Create and throw exception objects directly.
703 * common/common-exceptions.h (throw_exception): Make argument
704 const.
705 (struct gdb_exception_error): Add constructor.
706 (struct gdb_exception_quit): Add constructor.
707
708 2019-04-08 Tom Tromey <tom@tromey.com>
709
710 * common/common-exceptions.h (exception_rethrow): Don't declare.
711 (TRY_SJLJ): Update comment.
712 (TRY, CATCH, END_CATCH): Remove.
713 * common/common-exceptions.c (exception_rethrow): Remove.
714
715 2019-04-08 Tom Tromey <tom@tromey.com>
716
717 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
718 Remove.
719 (gdb_exception_error): Rename from
720 gdb_exception_RETURN_MASK_ERROR.
721 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
722 (gdb_quit_bad_alloc): Update.
723 * aarch64-tdep.c: Update.
724 * ada-lang.c: Update.
725 * ada-typeprint.c: Update.
726 * ada-valprint.c: Update.
727 * amd64-tdep.c: Update.
728 * arch-utils.c: Update.
729 * break-catch-throw.c: Update.
730 * breakpoint.c: Update.
731 * btrace.c: Update.
732 * c-varobj.c: Update.
733 * cli/cli-cmds.c: Update.
734 * cli/cli-interp.c: Update.
735 * cli/cli-script.c: Update.
736 * common/common-exceptions.c: Update.
737 * common/new-op.c: Update.
738 * common/selftest.c: Update.
739 * compile/compile-c-symbols.c: Update.
740 * compile/compile-cplus-symbols.c: Update.
741 * compile/compile-object-load.c: Update.
742 * compile/compile-object-run.c: Update.
743 * completer.c: Update.
744 * corelow.c: Update.
745 * cp-abi.c: Update.
746 * cp-support.c: Update.
747 * cp-valprint.c: Update.
748 * darwin-nat.c: Update.
749 * disasm-selftests.c: Update.
750 * dtrace-probe.c: Update.
751 * dwarf-index-cache.c: Update.
752 * dwarf-index-write.c: Update.
753 * dwarf2-frame-tailcall.c: Update.
754 * dwarf2-frame.c: Update.
755 * dwarf2loc.c: Update.
756 * dwarf2read.c: Update.
757 * eval.c: Update.
758 * event-loop.c: Update.
759 * event-top.c: Update.
760 * exec.c: Update.
761 * f-valprint.c: Update.
762 * fbsd-tdep.c: Update.
763 * frame-unwind.c: Update.
764 * frame.c: Update.
765 * gdbtypes.c: Update.
766 * gnu-v3-abi.c: Update.
767 * guile/guile-internal.h: Update.
768 * guile/scm-block.c: Update.
769 * guile/scm-breakpoint.c: Update.
770 * guile/scm-cmd.c: Update.
771 * guile/scm-disasm.c: Update.
772 * guile/scm-frame.c: Update.
773 * guile/scm-lazy-string.c: Update.
774 * guile/scm-math.c: Update.
775 * guile/scm-param.c: Update.
776 * guile/scm-ports.c: Update.
777 * guile/scm-pretty-print.c: Update.
778 * guile/scm-symbol.c: Update.
779 * guile/scm-symtab.c: Update.
780 * guile/scm-type.c: Update.
781 * guile/scm-value.c: Update.
782 * i386-linux-tdep.c: Update.
783 * i386-tdep.c: Update.
784 * inf-loop.c: Update.
785 * infcall.c: Update.
786 * infcmd.c: Update.
787 * infrun.c: Update.
788 * jit.c: Update.
789 * language.c: Update.
790 * linespec.c: Update.
791 * linux-fork.c: Update.
792 * linux-nat.c: Update.
793 * linux-tdep.c: Update.
794 * linux-thread-db.c: Update.
795 * main.c: Update.
796 * mi/mi-cmd-break.c: Update.
797 * mi/mi-cmd-stack.c: Update.
798 * mi/mi-interp.c: Update.
799 * mi/mi-main.c: Update.
800 * objc-lang.c: Update.
801 * p-valprint.c: Update.
802 * parse.c: Update.
803 * ppc-linux-tdep.c: Update.
804 * printcmd.c: Update.
805 * python/py-arch.c: Update.
806 * python/py-breakpoint.c: Update.
807 * python/py-cmd.c: Update.
808 * python/py-finishbreakpoint.c: Update.
809 * python/py-frame.c: Update.
810 * python/py-framefilter.c: Update.
811 * python/py-gdb-readline.c: Update.
812 * python/py-inferior.c: Update.
813 * python/py-infthread.c: Update.
814 * python/py-lazy-string.c: Update.
815 * python/py-linetable.c: Update.
816 * python/py-objfile.c: Update.
817 * python/py-param.c: Update.
818 * python/py-prettyprint.c: Update.
819 * python/py-progspace.c: Update.
820 * python/py-record-btrace.c: Update.
821 * python/py-record.c: Update.
822 * python/py-symbol.c: Update.
823 * python/py-type.c: Update.
824 * python/py-unwind.c: Update.
825 * python/py-utils.c: Update.
826 * python/py-value.c: Update.
827 * python/python.c: Update.
828 * record-btrace.c: Update.
829 * record-full.c: Update.
830 * remote-fileio.c: Update.
831 * remote.c: Update.
832 * riscv-tdep.c: Update.
833 * rs6000-aix-tdep.c: Update.
834 * rs6000-tdep.c: Update.
835 * rust-exp.y: Update.
836 * rust-lang.c: Update.
837 * s390-tdep.c: Update.
838 * selftest-arch.c: Update.
839 * solib-dsbt.c: Update.
840 * solib-frv.c: Update.
841 * solib-spu.c: Update.
842 * solib-svr4.c: Update.
843 * solib.c: Update.
844 * sparc64-linux-tdep.c: Update.
845 * stack.c: Update.
846 * symfile-mem.c: Update.
847 * symmisc.c: Update.
848 * target.c: Update.
849 * thread.c: Update.
850 * top.c: Update.
851 * tracefile-tfile.c: Update.
852 * tui/tui.c: Update.
853 * typeprint.c: Update.
854 * unittests/cli-utils-selftests.c: Update.
855 * unittests/parse-connection-spec-selftests.c: Update.
856 * valops.c: Update.
857 * valprint.c: Update.
858 * value.c: Update.
859 * varobj.c: Update.
860 * windows-nat.c: Update.
861 * x86-linux-nat.c: Update.
862 * xml-support.c: Update.
863
864 2019-04-08 Tom Tromey <tom@tromey.com>
865
866 * xml-support.c: Use C++ exception handling.
867 * x86-linux-nat.c: Use C++ exception handling.
868 * windows-nat.c: Use C++ exception handling.
869 * varobj.c: Use C++ exception handling.
870 * value.c: Use C++ exception handling.
871 * valprint.c: Use C++ exception handling.
872 * valops.c: Use C++ exception handling.
873 * unittests/parse-connection-spec-selftests.c: Use C++ exception
874 handling.
875 * unittests/cli-utils-selftests.c: Use C++ exception handling.
876 * typeprint.c: Use C++ exception handling.
877 * tui/tui.c: Use C++ exception handling.
878 * tracefile-tfile.c: Use C++ exception handling.
879 * top.c: Use C++ exception handling.
880 * thread.c: Use C++ exception handling.
881 * target.c: Use C++ exception handling.
882 * symmisc.c: Use C++ exception handling.
883 * symfile-mem.c: Use C++ exception handling.
884 * stack.c: Use C++ exception handling.
885 * sparc64-linux-tdep.c: Use C++ exception handling.
886 * solib.c: Use C++ exception handling.
887 * solib-svr4.c: Use C++ exception handling.
888 * solib-spu.c: Use C++ exception handling.
889 * solib-frv.c: Use C++ exception handling.
890 * solib-dsbt.c: Use C++ exception handling.
891 * selftest-arch.c: Use C++ exception handling.
892 * s390-tdep.c: Use C++ exception handling.
893 * rust-lang.c: Use C++ exception handling.
894 * rust-exp.y: Use C++ exception handling.
895 * rs6000-tdep.c: Use C++ exception handling.
896 * rs6000-aix-tdep.c: Use C++ exception handling.
897 * riscv-tdep.c: Use C++ exception handling.
898 * remote.c: Use C++ exception handling.
899 * remote-fileio.c: Use C++ exception handling.
900 * record-full.c: Use C++ exception handling.
901 * record-btrace.c: Use C++ exception handling.
902 * python/python.c: Use C++ exception handling.
903 * python/py-value.c: Use C++ exception handling.
904 * python/py-utils.c: Use C++ exception handling.
905 * python/py-unwind.c: Use C++ exception handling.
906 * python/py-type.c: Use C++ exception handling.
907 * python/py-symbol.c: Use C++ exception handling.
908 * python/py-record.c: Use C++ exception handling.
909 * python/py-record-btrace.c: Use C++ exception handling.
910 * python/py-progspace.c: Use C++ exception handling.
911 * python/py-prettyprint.c: Use C++ exception handling.
912 * python/py-param.c: Use C++ exception handling.
913 * python/py-objfile.c: Use C++ exception handling.
914 * python/py-linetable.c: Use C++ exception handling.
915 * python/py-lazy-string.c: Use C++ exception handling.
916 * python/py-infthread.c: Use C++ exception handling.
917 * python/py-inferior.c: Use C++ exception handling.
918 * python/py-gdb-readline.c: Use C++ exception handling.
919 * python/py-framefilter.c: Use C++ exception handling.
920 * python/py-frame.c: Use C++ exception handling.
921 * python/py-finishbreakpoint.c: Use C++ exception handling.
922 * python/py-cmd.c: Use C++ exception handling.
923 * python/py-breakpoint.c: Use C++ exception handling.
924 * python/py-arch.c: Use C++ exception handling.
925 * printcmd.c: Use C++ exception handling.
926 * ppc-linux-tdep.c: Use C++ exception handling.
927 * parse.c: Use C++ exception handling.
928 * p-valprint.c: Use C++ exception handling.
929 * objc-lang.c: Use C++ exception handling.
930 * mi/mi-main.c: Use C++ exception handling.
931 * mi/mi-interp.c: Use C++ exception handling.
932 * mi/mi-cmd-stack.c: Use C++ exception handling.
933 * mi/mi-cmd-break.c: Use C++ exception handling.
934 * main.c: Use C++ exception handling.
935 * linux-thread-db.c: Use C++ exception handling.
936 * linux-tdep.c: Use C++ exception handling.
937 * linux-nat.c: Use C++ exception handling.
938 * linux-fork.c: Use C++ exception handling.
939 * linespec.c: Use C++ exception handling.
940 * language.c: Use C++ exception handling.
941 * jit.c: Use C++ exception handling.
942 * infrun.c: Use C++ exception handling.
943 * infcmd.c: Use C++ exception handling.
944 * infcall.c: Use C++ exception handling.
945 * inf-loop.c: Use C++ exception handling.
946 * i386-tdep.c: Use C++ exception handling.
947 * i386-linux-tdep.c: Use C++ exception handling.
948 * guile/scm-value.c: Use C++ exception handling.
949 * guile/scm-type.c: Use C++ exception handling.
950 * guile/scm-symtab.c: Use C++ exception handling.
951 * guile/scm-symbol.c: Use C++ exception handling.
952 * guile/scm-pretty-print.c: Use C++ exception handling.
953 * guile/scm-ports.c: Use C++ exception handling.
954 * guile/scm-param.c: Use C++ exception handling.
955 * guile/scm-math.c: Use C++ exception handling.
956 * guile/scm-lazy-string.c: Use C++ exception handling.
957 * guile/scm-frame.c: Use C++ exception handling.
958 * guile/scm-disasm.c: Use C++ exception handling.
959 * guile/scm-cmd.c: Use C++ exception handling.
960 * guile/scm-breakpoint.c: Use C++ exception handling.
961 * guile/scm-block.c: Use C++ exception handling.
962 * guile/guile-internal.h: Use C++ exception handling.
963 * gnu-v3-abi.c: Use C++ exception handling.
964 * gdbtypes.c: Use C++ exception handling.
965 * frame.c: Use C++ exception handling.
966 * frame-unwind.c: Use C++ exception handling.
967 * fbsd-tdep.c: Use C++ exception handling.
968 * f-valprint.c: Use C++ exception handling.
969 * exec.c: Use C++ exception handling.
970 * event-top.c: Use C++ exception handling.
971 * event-loop.c: Use C++ exception handling.
972 * eval.c: Use C++ exception handling.
973 * dwarf2read.c: Use C++ exception handling.
974 * dwarf2loc.c: Use C++ exception handling.
975 * dwarf2-frame.c: Use C++ exception handling.
976 * dwarf2-frame-tailcall.c: Use C++ exception handling.
977 * dwarf-index-write.c: Use C++ exception handling.
978 * dwarf-index-cache.c: Use C++ exception handling.
979 * dtrace-probe.c: Use C++ exception handling.
980 * disasm-selftests.c: Use C++ exception handling.
981 * darwin-nat.c: Use C++ exception handling.
982 * cp-valprint.c: Use C++ exception handling.
983 * cp-support.c: Use C++ exception handling.
984 * cp-abi.c: Use C++ exception handling.
985 * corelow.c: Use C++ exception handling.
986 * completer.c: Use C++ exception handling.
987 * compile/compile-object-run.c: Use C++ exception handling.
988 * compile/compile-object-load.c: Use C++ exception handling.
989 * compile/compile-cplus-symbols.c: Use C++ exception handling.
990 * compile/compile-c-symbols.c: Use C++ exception handling.
991 * common/selftest.c: Use C++ exception handling.
992 * common/new-op.c: Use C++ exception handling.
993 * cli/cli-script.c: Use C++ exception handling.
994 * cli/cli-interp.c: Use C++ exception handling.
995 * cli/cli-cmds.c: Use C++ exception handling.
996 * c-varobj.c: Use C++ exception handling.
997 * btrace.c: Use C++ exception handling.
998 * breakpoint.c: Use C++ exception handling.
999 * break-catch-throw.c: Use C++ exception handling.
1000 * arch-utils.c: Use C++ exception handling.
1001 * amd64-tdep.c: Use C++ exception handling.
1002 * ada-valprint.c: Use C++ exception handling.
1003 * ada-typeprint.c: Use C++ exception handling.
1004 * ada-lang.c: Use C++ exception handling.
1005 * aarch64-tdep.c: Use C++ exception handling.
1006
1007 2019-04-08 Tom Tromey <tom@tromey.com>
1008
1009 * xml-support.c (gdb_xml_parser::parse): Update.
1010 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
1011 * value.c (show_convenience): Update.
1012 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
1013 (test_parse_flags_qcs): Update.
1014 * thread.c (thr_try_catch_cmd): Update.
1015 * target.c (target_translate_tls_address): Update.
1016 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
1017 (info_frame_command_core, frame_apply_command_count): Update.
1018 * rust-exp.y (rust_lex_exception_test): Update.
1019 * riscv-tdep.c (riscv_print_one_register_info): Update.
1020 * remote.c (remote_target::enable_btrace): Update.
1021 * record-btrace.c (record_btrace_enable_warn): Update.
1022 * python/py-utils.c (gdbpy_convert_exception): Update.
1023 * printcmd.c (do_one_display, print_variable_and_value): Update.
1024 * mi/mi-main.c (mi_print_exception): Update.
1025 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
1026 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1027 * linux-nat.c (linux_nat_target::attach): Update.
1028 * linux-fork.c (class scoped_switch_fork_info): Update.
1029 * infrun.c (displaced_step_prepare): Update.
1030 * infcall.c (call_function_by_hand_dummy): Update.
1031 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
1032 * gnu-v3-abi.c (print_one_vtable): Update.
1033 * frame.c (get_prev_frame_always): Update.
1034 * f-valprint.c (info_common_command_for_block): Update.
1035 * exec.c (try_open_exec_file): Update.
1036 * exceptions.c (print_exception, exception_print)
1037 (exception_fprintf, exception_print_same): Update.
1038 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
1039 * dwarf-index-cache.c (index_cache::store)
1040 (index_cache::lookup_gdb_index): Update.
1041 * darwin-nat.c (maybe_cache_shell): Update.
1042 * cp-valprint.c (cp_print_value_fields): Update.
1043 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
1044 (gcc_cplus_symbol_address): Update.
1045 * compile/compile-c-symbols.c (gcc_convert_symbol)
1046 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
1047 * common/selftest.c: Update.
1048 * common/common-exceptions.h (struct gdb_exception) <message>: Now
1049 a std::string.
1050 (exception_try_scope_entry, exception_try_scope_exit): Don't
1051 declare.
1052 (struct exception_try_scope): Remove.
1053 (TRY): Don't use exception_try_scope.
1054 (struct gdb_exception): Add constructor, operator=.
1055 <what>: New method.
1056 (struct gdb_exception_RETURN_MASK_ALL)
1057 (struct gdb_exception_RETURN_MASK_ERROR)
1058 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
1059 (struct gdb_quit_bad_alloc): Update.
1060 * common/common-exceptions.c (exception_none): Change
1061 initializer.
1062 (struct catcher) <state, exception>: Initialize inline.
1063 <prev>: Remove member.
1064 (current_catcher): Remove.
1065 (catchers): New global.
1066 (exceptions_state_mc_init): Simplify.
1067 (catcher_pop): Remove.
1068 (exceptions_state_mc, exceptions_state_mc_catch): Update.
1069 (try_scope_depth, exception_try_scope_entry)
1070 (exception_try_scope_exit): Remove.
1071 (throw_exception_sjlj): Update.
1072 (exception_messages, exception_messages_size): Remove.
1073 (throw_it): Simplify.
1074 (gdb_exception_sliced_copy): Remove.
1075 (throw_exception_cxx): Update.
1076 * cli/cli-script.c (script_from_file): Update.
1077 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
1078 Update.
1079 * ada-valprint.c (ada_val_print): Update.
1080 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
1081 (create_excep_cond_exprs): Update.
1082
1083 2019-04-08 Tom Tromey <tom@tromey.com>
1084
1085 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
1086 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
1087 (TRY, CATCH, END_CATCH): Remove some definitions.
1088 * common/common-exceptions.c: Don't use GDB_XCPT.
1089 (catcher_list_size): Remove.
1090 (throw_exception, throw_it): Simplify.
1091
1092 2019-04-05 Tom Tromey <tom@tromey.com>
1093
1094 Revert the header-sorting patch.
1095 * ft32-tdep.c: Revert.
1096 * frv-tdep.c: Revert.
1097 * frv-linux-tdep.c: Revert.
1098 * frame.c: Revert.
1099 * frame-unwind.c: Revert.
1100 * frame-base.c: Revert.
1101 * fork-child.c: Revert.
1102 * findvar.c: Revert.
1103 * findcmd.c: Revert.
1104 * filesystem.c: Revert.
1105 * filename-seen-cache.h: Revert.
1106 * filename-seen-cache.c: Revert.
1107 * fbsd-tdep.c: Revert.
1108 * fbsd-nat.h: Revert.
1109 * fbsd-nat.c: Revert.
1110 * f-valprint.c: Revert.
1111 * f-typeprint.c: Revert.
1112 * f-lang.c: Revert.
1113 * extension.h: Revert.
1114 * extension.c: Revert.
1115 * extension-priv.h: Revert.
1116 * expprint.c: Revert.
1117 * exec.h: Revert.
1118 * exec.c: Revert.
1119 * exceptions.c: Revert.
1120 * event-top.c: Revert.
1121 * event-loop.c: Revert.
1122 * eval.c: Revert.
1123 * elfread.c: Revert.
1124 * dwarf2read.h: Revert.
1125 * dwarf2read.c: Revert.
1126 * dwarf2loc.c: Revert.
1127 * dwarf2expr.h: Revert.
1128 * dwarf2expr.c: Revert.
1129 * dwarf2-frame.c: Revert.
1130 * dwarf2-frame-tailcall.c: Revert.
1131 * dwarf-index-write.h: Revert.
1132 * dwarf-index-write.c: Revert.
1133 * dwarf-index-common.c: Revert.
1134 * dwarf-index-cache.h: Revert.
1135 * dwarf-index-cache.c: Revert.
1136 * dummy-frame.c: Revert.
1137 * dtrace-probe.c: Revert.
1138 * disasm.h: Revert.
1139 * disasm.c: Revert.
1140 * disasm-selftests.c: Revert.
1141 * dictionary.c: Revert.
1142 * dicos-tdep.c: Revert.
1143 * demangle.c: Revert.
1144 * dcache.h: Revert.
1145 * dcache.c: Revert.
1146 * darwin-nat.h: Revert.
1147 * darwin-nat.c: Revert.
1148 * darwin-nat-info.c: Revert.
1149 * d-valprint.c: Revert.
1150 * d-namespace.c: Revert.
1151 * d-lang.c: Revert.
1152 * ctf.c: Revert.
1153 * csky-tdep.c: Revert.
1154 * csky-linux-tdep.c: Revert.
1155 * cris-tdep.c: Revert.
1156 * cris-linux-tdep.c: Revert.
1157 * cp-valprint.c: Revert.
1158 * cp-support.c: Revert.
1159 * cp-namespace.c: Revert.
1160 * cp-abi.c: Revert.
1161 * corelow.c: Revert.
1162 * corefile.c: Revert.
1163 * continuations.c: Revert.
1164 * completer.h: Revert.
1165 * completer.c: Revert.
1166 * complaints.c: Revert.
1167 * coffread.c: Revert.
1168 * coff-pe-read.c: Revert.
1169 * cli-out.h: Revert.
1170 * cli-out.c: Revert.
1171 * charset.c: Revert.
1172 * c-varobj.c: Revert.
1173 * c-valprint.c: Revert.
1174 * c-typeprint.c: Revert.
1175 * c-lang.c: Revert.
1176 * buildsym.c: Revert.
1177 * buildsym-legacy.c: Revert.
1178 * build-id.h: Revert.
1179 * build-id.c: Revert.
1180 * btrace.c: Revert.
1181 * bsd-uthread.c: Revert.
1182 * breakpoint.h: Revert.
1183 * breakpoint.c: Revert.
1184 * break-catch-throw.c: Revert.
1185 * break-catch-syscall.c: Revert.
1186 * break-catch-sig.c: Revert.
1187 * blockframe.c: Revert.
1188 * block.c: Revert.
1189 * bfin-tdep.c: Revert.
1190 * bfin-linux-tdep.c: Revert.
1191 * bfd-target.c: Revert.
1192 * bcache.c: Revert.
1193 * ax-general.c: Revert.
1194 * ax-gdb.h: Revert.
1195 * ax-gdb.c: Revert.
1196 * avr-tdep.c: Revert.
1197 * auxv.c: Revert.
1198 * auto-load.c: Revert.
1199 * arm-wince-tdep.c: Revert.
1200 * arm-tdep.c: Revert.
1201 * arm-symbian-tdep.c: Revert.
1202 * arm-pikeos-tdep.c: Revert.
1203 * arm-obsd-tdep.c: Revert.
1204 * arm-nbsd-tdep.c: Revert.
1205 * arm-nbsd-nat.c: Revert.
1206 * arm-linux-tdep.c: Revert.
1207 * arm-linux-nat.c: Revert.
1208 * arm-fbsd-tdep.c: Revert.
1209 * arm-fbsd-nat.c: Revert.
1210 * arm-bsd-tdep.c: Revert.
1211 * arch-utils.c: Revert.
1212 * arc-tdep.c: Revert.
1213 * arc-newlib-tdep.c: Revert.
1214 * annotate.h: Revert.
1215 * annotate.c: Revert.
1216 * amd64-windows-tdep.c: Revert.
1217 * amd64-windows-nat.c: Revert.
1218 * amd64-tdep.c: Revert.
1219 * amd64-sol2-tdep.c: Revert.
1220 * amd64-obsd-tdep.c: Revert.
1221 * amd64-obsd-nat.c: Revert.
1222 * amd64-nbsd-tdep.c: Revert.
1223 * amd64-nbsd-nat.c: Revert.
1224 * amd64-nat.c: Revert.
1225 * amd64-linux-tdep.c: Revert.
1226 * amd64-linux-nat.c: Revert.
1227 * amd64-fbsd-tdep.c: Revert.
1228 * amd64-fbsd-nat.c: Revert.
1229 * amd64-dicos-tdep.c: Revert.
1230 * amd64-darwin-tdep.c: Revert.
1231 * amd64-bsd-nat.c: Revert.
1232 * alpha-tdep.c: Revert.
1233 * alpha-obsd-tdep.c: Revert.
1234 * alpha-nbsd-tdep.c: Revert.
1235 * alpha-mdebug-tdep.c: Revert.
1236 * alpha-linux-tdep.c: Revert.
1237 * alpha-linux-nat.c: Revert.
1238 * alpha-bsd-tdep.c: Revert.
1239 * alpha-bsd-nat.c: Revert.
1240 * aix-thread.c: Revert.
1241 * agent.c: Revert.
1242 * addrmap.c: Revert.
1243 * ada-varobj.c: Revert.
1244 * ada-valprint.c: Revert.
1245 * ada-typeprint.c: Revert.
1246 * ada-tasks.c: Revert.
1247 * ada-lang.c: Revert.
1248 * aarch64-tdep.c: Revert.
1249 * aarch64-ravenscar-thread.c: Revert.
1250 * aarch64-newlib-tdep.c: Revert.
1251 * aarch64-linux-tdep.c: Revert.
1252 * aarch64-linux-nat.c: Revert.
1253 * aarch64-fbsd-tdep.c: Revert.
1254 * aarch64-fbsd-nat.c: Revert.
1255 * aarch32-linux-nat.c: Revert.
1256
1257 2019-04-05 Tom Tromey <tom@tromey.com>
1258
1259 * ft32-tdep.c: Sort headers.
1260 * frv-tdep.c: Sort headers.
1261 * frv-linux-tdep.c: Sort headers.
1262 * frame.c: Sort headers.
1263 * frame-unwind.c: Sort headers.
1264 * frame-base.c: Sort headers.
1265 * fork-child.c: Sort headers.
1266 * findvar.c: Sort headers.
1267 * findcmd.c: Sort headers.
1268 * filesystem.c: Sort headers.
1269 * filename-seen-cache.h: Sort headers.
1270 * filename-seen-cache.c: Sort headers.
1271 * fbsd-tdep.c: Sort headers.
1272 * fbsd-nat.h: Sort headers.
1273 * fbsd-nat.c: Sort headers.
1274 * f-valprint.c: Sort headers.
1275 * f-typeprint.c: Sort headers.
1276 * f-lang.c: Sort headers.
1277 * extension.h: Sort headers.
1278 * extension.c: Sort headers.
1279 * extension-priv.h: Sort headers.
1280 * expprint.c: Sort headers.
1281 * exec.h: Sort headers.
1282 * exec.c: Sort headers.
1283 * exceptions.c: Sort headers.
1284 * event-top.c: Sort headers.
1285 * event-loop.c: Sort headers.
1286 * eval.c: Sort headers.
1287 * elfread.c: Sort headers.
1288 * dwarf2read.h: Sort headers.
1289 * dwarf2read.c: Sort headers.
1290 * dwarf2loc.c: Sort headers.
1291 * dwarf2expr.h: Sort headers.
1292 * dwarf2expr.c: Sort headers.
1293 * dwarf2-frame.c: Sort headers.
1294 * dwarf2-frame-tailcall.c: Sort headers.
1295 * dwarf-index-write.h: Sort headers.
1296 * dwarf-index-write.c: Sort headers.
1297 * dwarf-index-common.c: Sort headers.
1298 * dwarf-index-cache.h: Sort headers.
1299 * dwarf-index-cache.c: Sort headers.
1300 * dummy-frame.c: Sort headers.
1301 * dtrace-probe.c: Sort headers.
1302 * disasm.h: Sort headers.
1303 * disasm.c: Sort headers.
1304 * disasm-selftests.c: Sort headers.
1305 * dictionary.c: Sort headers.
1306 * dicos-tdep.c: Sort headers.
1307 * demangle.c: Sort headers.
1308 * dcache.h: Sort headers.
1309 * dcache.c: Sort headers.
1310 * darwin-nat.h: Sort headers.
1311 * darwin-nat.c: Sort headers.
1312 * darwin-nat-info.c: Sort headers.
1313 * d-valprint.c: Sort headers.
1314 * d-namespace.c: Sort headers.
1315 * d-lang.c: Sort headers.
1316 * ctf.c: Sort headers.
1317 * csky-tdep.c: Sort headers.
1318 * csky-linux-tdep.c: Sort headers.
1319 * cris-tdep.c: Sort headers.
1320 * cris-linux-tdep.c: Sort headers.
1321 * cp-valprint.c: Sort headers.
1322 * cp-support.c: Sort headers.
1323 * cp-namespace.c: Sort headers.
1324 * cp-abi.c: Sort headers.
1325 * corelow.c: Sort headers.
1326 * corefile.c: Sort headers.
1327 * continuations.c: Sort headers.
1328 * completer.h: Sort headers.
1329 * completer.c: Sort headers.
1330 * complaints.c: Sort headers.
1331 * coffread.c: Sort headers.
1332 * coff-pe-read.c: Sort headers.
1333 * cli-out.h: Sort headers.
1334 * cli-out.c: Sort headers.
1335 * charset.c: Sort headers.
1336 * c-varobj.c: Sort headers.
1337 * c-valprint.c: Sort headers.
1338 * c-typeprint.c: Sort headers.
1339 * c-lang.c: Sort headers.
1340 * buildsym.c: Sort headers.
1341 * buildsym-legacy.c: Sort headers.
1342 * build-id.h: Sort headers.
1343 * build-id.c: Sort headers.
1344 * btrace.c: Sort headers.
1345 * bsd-uthread.c: Sort headers.
1346 * breakpoint.h: Sort headers.
1347 * breakpoint.c: Sort headers.
1348 * break-catch-throw.c: Sort headers.
1349 * break-catch-syscall.c: Sort headers.
1350 * break-catch-sig.c: Sort headers.
1351 * blockframe.c: Sort headers.
1352 * block.c: Sort headers.
1353 * bfin-tdep.c: Sort headers.
1354 * bfin-linux-tdep.c: Sort headers.
1355 * bfd-target.c: Sort headers.
1356 * bcache.c: Sort headers.
1357 * ax-general.c: Sort headers.
1358 * ax-gdb.h: Sort headers.
1359 * ax-gdb.c: Sort headers.
1360 * avr-tdep.c: Sort headers.
1361 * auxv.c: Sort headers.
1362 * auto-load.c: Sort headers.
1363 * arm-wince-tdep.c: Sort headers.
1364 * arm-tdep.c: Sort headers.
1365 * arm-symbian-tdep.c: Sort headers.
1366 * arm-pikeos-tdep.c: Sort headers.
1367 * arm-obsd-tdep.c: Sort headers.
1368 * arm-nbsd-tdep.c: Sort headers.
1369 * arm-nbsd-nat.c: Sort headers.
1370 * arm-linux-tdep.c: Sort headers.
1371 * arm-linux-nat.c: Sort headers.
1372 * arm-fbsd-tdep.c: Sort headers.
1373 * arm-fbsd-nat.c: Sort headers.
1374 * arm-bsd-tdep.c: Sort headers.
1375 * arch-utils.c: Sort headers.
1376 * arc-tdep.c: Sort headers.
1377 * arc-newlib-tdep.c: Sort headers.
1378 * annotate.h: Sort headers.
1379 * annotate.c: Sort headers.
1380 * amd64-windows-tdep.c: Sort headers.
1381 * amd64-windows-nat.c: Sort headers.
1382 * amd64-tdep.c: Sort headers.
1383 * amd64-sol2-tdep.c: Sort headers.
1384 * amd64-obsd-tdep.c: Sort headers.
1385 * amd64-obsd-nat.c: Sort headers.
1386 * amd64-nbsd-tdep.c: Sort headers.
1387 * amd64-nbsd-nat.c: Sort headers.
1388 * amd64-nat.c: Sort headers.
1389 * amd64-linux-tdep.c: Sort headers.
1390 * amd64-linux-nat.c: Sort headers.
1391 * amd64-fbsd-tdep.c: Sort headers.
1392 * amd64-fbsd-nat.c: Sort headers.
1393 * amd64-dicos-tdep.c: Sort headers.
1394 * amd64-darwin-tdep.c: Sort headers.
1395 * amd64-bsd-nat.c: Sort headers.
1396 * alpha-tdep.c: Sort headers.
1397 * alpha-obsd-tdep.c: Sort headers.
1398 * alpha-nbsd-tdep.c: Sort headers.
1399 * alpha-mdebug-tdep.c: Sort headers.
1400 * alpha-linux-tdep.c: Sort headers.
1401 * alpha-linux-nat.c: Sort headers.
1402 * alpha-bsd-tdep.c: Sort headers.
1403 * alpha-bsd-nat.c: Sort headers.
1404 * aix-thread.c: Sort headers.
1405 * agent.c: Sort headers.
1406 * addrmap.c: Sort headers.
1407 * ada-varobj.c: Sort headers.
1408 * ada-valprint.c: Sort headers.
1409 * ada-typeprint.c: Sort headers.
1410 * ada-tasks.c: Sort headers.
1411 * ada-lang.c: Sort headers.
1412 * aarch64-tdep.c: Sort headers.
1413 * aarch64-ravenscar-thread.c: Sort headers.
1414 * aarch64-newlib-tdep.c: Sort headers.
1415 * aarch64-linux-tdep.c: Sort headers.
1416 * aarch64-linux-nat.c: Sort headers.
1417 * aarch64-fbsd-tdep.c: Sort headers.
1418 * aarch64-fbsd-nat.c: Sort headers.
1419 * aarch32-linux-nat.c: Sort headers.
1420
1421 2019-04-04 Tom Tromey <tom@tromey.com>
1422
1423 * varobj.c (varobj_create): Update.
1424 * rust-exp.y (struct rust_parser) <update_innermost_block,
1425 lookup_symbol>: New methods.
1426 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
1427 Rename.
1428 (rust_parser::rust_lookup_type)
1429 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
1430 * printcmd.c (display_command, do_one_display): Update.
1431 * parser-defs.h (struct parser_state) <parser_state>: Add
1432 "tracker" parameter.
1433 (block_tracker): New member.
1434 (class innermost_block_tracker) <innermost_block_tracker>: Add
1435 "types" parameter.
1436 <reset>: Remove method.
1437 (innermost_block): Don't declare.
1438 (null_post_parser): Update.
1439 * parse.c (innermost_block): Remove global.
1440 (write_dollar_variable): Update.
1441 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
1442 Remove "tracker_types" parameter.
1443 (parse_expression): Add "tracker" parameter.
1444 (parse_expression_for_completion): Update.
1445 (null_post_parser): Add "tracker" parameter.
1446 * p-exp.y: Update rules.
1447 * m2-exp.y: Update rules.
1448 * language.h (struct language_defn) <la_post_parser>: Add
1449 "tracker" parameter.
1450 * go-exp.y: Update rules.
1451 * f-exp.y: Update rules.
1452 * expression.h (parse_expression, parse_exp_1): Add "tracker"
1453 parameter.
1454 * d-exp.y: Update rules.
1455 * c-exp.y: Update rules.
1456 * breakpoint.c (set_breakpoint_condition): Create an
1457 innermost_block_tracker.
1458 (watch_command_1): Likewise.
1459 * ada-lang.c (resolve): Add "tracker" parameter.
1460 (resolve_subexp): Likewise.
1461 * ada-exp.y (write_var_from_sym): Update.
1462
1463 2019-04-04 Tom Tromey <tom@tromey.com>
1464
1465 * type-stack.h: New file.
1466 * type-stack.c: New file.
1467 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
1468 type-stack.h.
1469 (insert_into_type_stack, insert_type, push_type, push_type_int)
1470 (insert_type_address_space, pop_type, pop_type_int)
1471 (pop_typelist, pop_type_stack, append_type_stack)
1472 (push_type_stack, get_type_stack, push_typelist)
1473 (follow_type_instance_flags, follow_types): Don't declare.
1474 * parse.c (type_stack): Remove global.
1475 (parse_exp_in_context): Update.
1476 (insert_into_type_stack, insert_type, push_type, push_type_int)
1477 (insert_type_address_space, pop_type, pop_type_int)
1478 (pop_typelist, pop_type_stack, append_type_stack)
1479 (push_type_stack, get_type_stack, push_typelist)
1480 (follow_type_instance_flags, follow_types): Remove (moved to
1481 type-stack.c).
1482 * f-exp.y (type_stack): New global.
1483 Update rules.
1484 (push_kind_type, f_parse): Update.
1485 * d-exp.y (type_stack): New global.
1486 Update rules.
1487 (d_parse): Update.
1488 * c-exp.y (struct c_parse_state) <type_stack>: New member.
1489 Update rules.
1490 * Makefile.in (COMMON_SFILES): Add type-stack.c.
1491 (HFILES_NO_SRCDIR): Add type-stack.h.
1492
1493 2019-04-04 Tom Tromey <tom@tromey.com>
1494
1495 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
1496 (rust_parser::convert_ast_to_expression, rust_parse)
1497 (rust_lex_test_completion, rust_lex_tests): Update.
1498 * parser-defs.h (struct expr_completion_state): New.
1499 (struct parser_state) <parser_state>: Add completion parameter.
1500 <mark_struct_expression, mark_completion_tag>: New methods.
1501 <parse_completion, m_completion_state>: New members.
1502 (prefixify_expression, null_post_parser): Update.
1503 (mark_struct_expression, mark_completion_tag): Don't declare.
1504 * parse.c (parse_completion, expout_last_struct)
1505 (expout_tag_completion_type, expout_completion_name): Remove
1506 globals.
1507 (parser_state::mark_struct_expression)
1508 (parser_state::mark_completion_tag): Now methods.
1509 (prefixify_expression): Add last_struct parameter.
1510 (prefixify_subexp): Likewise.
1511 (parse_exp_1): Update.
1512 (parse_exp_in_context): Add cstate parameter. Update.
1513 (parse_expression_for_completion): Create an
1514 expr_completion_state.
1515 (null_post_parser): Add "completion" parameter.
1516 * p-exp.y: Update rules.
1517 (yylex): Update.
1518 * language.h (struct language_defn) <la_post_parser>: Add
1519 "completing" parameter.
1520 * go-exp.y: Update rules.
1521 (lex_one_token): Update.
1522 * expression.h (parse_completion): Don't declare.
1523 * d-exp.y: Update rules.
1524 (lex_one_token): Update rules.
1525 * c-exp.y: Update rules.
1526 (lex_one_token): Update.
1527 * ada-lang.c (resolve): Add "parse_completion" parameter.
1528 (resolve_subexp): Likewise.
1529 (ada_resolve_function): Likewise.
1530
1531 2019-04-04 Tom Tromey <tom@tromey.com>
1532
1533 * parser-defs.h (struct parser_state) <start_arglist,
1534 end_arglist>: New methods.
1535 <arglist_len, m_funcall_chain>: New members.
1536 (arglist_len, start_arglist, end_arglist): Don't declare.
1537 * parse.c (arglist_len, funcall_chain): Remove global.
1538 (start_arglist, end_arglist): Remove functions.
1539 (parse_exp_in_context): Update.
1540 * p-exp.y: Update rules.
1541 * m2-exp.y: Update rules.
1542 * go-exp.y: Update rules.
1543 * f-exp.y: Update rules.
1544 * d-exp.y: Update rules.
1545 * c-exp.y: Update rules.
1546
1547 2019-04-04 Tom Tromey <tom@tromey.com>
1548
1549 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
1550 lex_operator, push_back>: New methods.
1551 Update all rules.
1552 (rust_parser::lex_hex, lex_escape): Rename and update.
1553 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
1554 (rust_parser::lex_operator): Rename and update.
1555 (rust_parser::lex_number, rustyylex, rustyyerror)
1556 (rust_lex_test_init, rust_lex_test_sequence)
1557 (rust_lex_test_push_back, rust_lex_tests): Update.
1558 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
1559 parameter.
1560 <lexptr, prev_lexptr>: New members.
1561 (lexptr, prev_lexptr): Don't declare.
1562 * parse.c (lexptr, prev_lexptr): Remove globals.
1563 (parse_exp_in_context): Update.
1564 * p-exp.y (yylex, yyerror): Update.
1565 * m2-exp.y (parse_number, yylex, yyerror): Update.
1566 * go-exp.y (lex_one_token, yyerror): Update.
1567 * f-exp.y (match_string_literal, yylex, yyerror): Update.
1568 * d-exp.y (lex_one_token, yyerror): Update.
1569 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
1570 (lex_one_token, yyerror): Update.
1571 * ada-lex.l (YY_INPUT): Update.
1572 (rewind_to_char): Update.
1573 * ada-exp.y (yyerror): Update.
1574
1575 2019-04-04 Tom Tromey <tom@tromey.com>
1576
1577 * rust-exp.y (rustyylex, rust_lex_tests): Update.
1578 * parser-defs.h (struct parser_state) <parser_state>: Add new
1579 parameter.
1580 <comma_terminates>: New member.
1581 (comma_terminates): Don't declare global.
1582 * parse.c (comma_terminates): Remove global.
1583 (parse_exp_in_context): Update.
1584 * p-exp.y (yylex): Update.
1585 * m2-exp.y (yylex): Update.
1586 * go-exp.y (lex_one_token): Update.
1587 * f-exp.y (yylex): Update.
1588 * d-exp.y (lex_one_token): Update.
1589 * c-exp.y (lex_one_token): Update.
1590 * ada-lex.l: Update.
1591
1592 2019-04-04 Tom Tromey <tom@tromey.com>
1593
1594 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
1595 (rustyylex, rust_lex_test_init, rust_lex_test_one)
1596 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
1597 * parser-defs.h (paren_depth): Don't declare.
1598 * parse.c (paren_depth): Remove global.
1599 (parse_exp_in_context): Update.
1600 * p-exp.y (paren_depth): New global.
1601 (pascal_parse): Initialize it.
1602 * m2-exp.y (paren_depth): New global.
1603 (m2_parse): Initialize it.
1604 * go-exp.y (paren_depth): New global.
1605 (go_parse): Initialize it.
1606 * f-exp.y (paren_depth): New global.
1607 (f_parse): Initialize it.
1608 * d-exp.y (paren_depth): New global.
1609 (d_parse): Initialize it.
1610 * c-exp.y (paren_depth): New global.
1611 (c_parse): Initialize it.
1612 * ada-lex.l (paren_depth): New global.
1613 (lexer_init): Initialize it.
1614
1615 2019-04-04 Tom Tromey <tom@tromey.com>
1616
1617 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
1618 (rust_parser::convert_ast_to_type)
1619 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
1620 * parser-defs.h (struct parser_state) <parser_state>: Add
1621 parameters. Initialize new members.
1622 <expression_context_block, expression_context_pc>: New members.
1623 * parse.c (expression_context_block, expression_context_pc):
1624 Remove globals.
1625 (parse_exp_in_context): Update.
1626 * p-exp.y: Update all rules.
1627 (yylex): Update.
1628 * m2-exp.y: Update all rules.
1629 (yylex): Update.
1630 * go-exp.y (yylex): Update.
1631 * f-exp.y (yylex): Update.
1632 * d-exp.y: Update all rules.
1633 (yylex): Update.
1634 * c-exp.y: Update all rules.
1635 (lex_one_token, classify_name, yylex, c_parse): Update.
1636 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
1637
1638 2019-04-04 Tom Tromey <tom@tromey.com>
1639
1640 * gdbarch.h, gdbarch.c: Rebuild.
1641 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
1642 * stap-probe.h:
1643 (struct stap_parse_info): Replace "parser_state" with
1644 "expr_builder".
1645 * parser-defs.h (struct expr_builder): Rename from "parser_state".
1646 (parser_state): New class.
1647 * parse.c (expr_builder): Rename.
1648 (expr_builder::release): Rename.
1649 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
1650 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
1651 (write_exp_elt_longcst, write_exp_elt_floatcst)
1652 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
1653 (write_exp_string_vector, write_exp_bitstring)
1654 (write_exp_msymbol, mark_struct_expression)
1655 (write_dollar_variable)
1656 (insert_type_address_space, increase_expout_size): Replace
1657 "parser_state" with "expr_builder".
1658 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
1659 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
1660 "parser_state" with "expr_builder".
1661
1662 2019-04-04 Tom Tromey <tom@tromey.com>
1663
1664 * rust-exp.y: Replace "parse_language" with method call.
1665 * p-exp.y:
1666 (yylex): Replace "parse_language" with method call.
1667 * m2-exp.y:
1668 (yylex): Replace "parse_language" with method call.
1669 * go-exp.y (classify_name): Replace "parse_language" with method
1670 call.
1671 * f-exp.y (yylex): Replace "parse_language" with method call.
1672 * d-exp.y (lex_one_token): Replace "parse_language" with method
1673 call.
1674 * c-exp.y:
1675 (lex_one_token, classify_name, yylex): Replace "parse_language"
1676 with method call.
1677 * ada-exp.y (find_primitive_type, type_char)
1678 (type_system_address): Replace "parse_language" with method call.
1679
1680 2019-04-04 Tom Tromey <tom@tromey.com>
1681
1682 * rust-exp.y: Replace "parse_gdbarch" with method call.
1683 * parse.c (write_dollar_variable, insert_type_address_space):
1684 Replace "parse_gdbarch" with method call.
1685 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
1686 call.
1687 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
1688 call.
1689 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
1690 "parse_gdbarch" with method call.
1691 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
1692 with method call.
1693 * f-exp.y (parse_type, parse_f_type, yylex): Replace
1694 "parse_gdbarch" with method call.
1695 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
1696 "parse_gdbarch" with method call.
1697 * c-exp.y (parse_type, parse_number, classify_name): Replace
1698 "parse_gdbarch" with method call.
1699 * ada-lex.l: Replace "parse_gdbarch" with method call.
1700 * ada-exp.y (parse_type, find_primitive_type, type_char)
1701 (type_system_address): Replace "parse_gdbarch" with method call.
1702
1703 2019-04-04 Tom Tromey <tom@tromey.com>
1704
1705 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
1706 * stap-probe.c (stap_parse_argument): Update.
1707 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
1708 initial_size parameter.
1709 * rust-exp.y (rust_lex_tests): Update.
1710 * parse.c (parser_state): Update.
1711 (parse_exp_in_context): Update.
1712 * parser-defs.h (struct parser_state) <parser_state>: Remove
1713 "initial_size" parameter.
1714
1715 2019-04-04 Tom Tromey <tom@tromey.com>
1716
1717 * parser-defs.h (increase_expout_size): Don't declare.
1718 * parse.c (increase_expout_size): Now static.
1719
1720 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
1721
1722 * gnu-nat.c (gnu_nat_target::wait): Fix
1723 target_waitstatus_to_string call.
1724
1725 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1726
1727 * eval.c (evaluate_subexp_standard): Handle internal functions
1728 during Fortran function call handling.
1729
1730 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * NEWS: Mention new internal functions.
1733 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
1734 (read_base_type): Use dwarf2_init_complex_target_type.
1735 * value.c (creal_internal_fn): New function.
1736 (cimag_internal_fn): New function.
1737 (_initialize_values): Register new internal functions.
1738
1739 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1740
1741 * infrun.c (stop_all_threads): If debug_infrun, always
1742 trace the wait status after wait_one, using
1743 target_waitstatus_to_string and target_pid_to_str.
1744 (handle_inferior_event): Replace various trace of
1745 wait status kind by a single trace.
1746 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
1747 wait status kind image by target_waitstatus_to_string.
1748 * target/waitstatus.c (target_waitstatus_to_string): Fix
1749 obsolete comment.
1750
1751 2019-04-01 Tom Tromey <tromey@adacore.com>
1752
1753 PR symtab/23331:
1754 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
1755
1756 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
1757 Pedro Alves <palves@redhat.com>
1758
1759 * top.c (quit_force): Call 'finalize_values'.
1760 * value.c (finalize_values): New function.
1761 * value.h (finalize_values): Declare.
1762
1763 2019-03-30 Eli Zaretskii <eliz@gnu.org>
1764
1765 * NEWS: Announce $_gdb_major and $_gdb_minor.
1766
1767 * top.c (init_gdb_version_vars): New function.
1768 (gdb_init): Call init_gdb_version_vars.
1769
1770 2019-03-29 Tom Tromey <tromey@adacore.com>
1771
1772 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
1773 help text. Remove dead code.
1774
1775 2019-03-29 Keith Seitz <keiths@redhat.com>
1776
1777 From Siddhesh Poyarekar:
1778 * f-lang.h (f77_get_upperbound): Return LONGEST.
1779 (f77_get_lowerbound): Likewise.
1780 * f-typeprint.c (f_type_print_varspec_suffix): Expand
1781 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
1782 print them.
1783 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
1784 plongest to format print it.
1785 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
1786 (f77_get_upperbound): Likewise.
1787 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
1788 LOWER_BOUND to LONGEST.
1789 (f77_create_arrayprint_offset_tbl): Likewise.
1790
1791 2019-03-29 Keith Seitz <keiths@redhat.com>
1792
1793 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
1794 %s/pulongest for TYPE_LENGTH instead of %d in format
1795 strings.
1796 * ada-typerint.c (ada_print_type): Likewise.
1797 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
1798 * compile/compile-c-support.c (generate_register_struct): Likewise.
1799 * gdbtypes.c (recursive_dump_type): Likewise.
1800 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
1801 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
1802 instead of %d in format strings.
1803 * riscv-tdep.c (riscv_type_alignment): Cast second argument
1804 to std::min to ULONGEST.
1805 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
1806 instead of %d in format strings.
1807 * tracepoint.c (info_scope_command): Likewise.
1808 * typeprint.c (print_offset_data::update)
1809 (print_offset_data::finish): Likewise.
1810 * xtensa-tdep.c (xtensa_store_return_value)
1811 (xtensa_push_dummy_call): Likewise.
1812
1813 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
1814
1815 * windows-nat.c (display_selector): Fixed format specifications
1816 for 64-bit Cygwin.
1817
1818 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
1821
1822 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1823
1824 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
1825 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
1826 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
1827 (nios2_linux_init_abi): Install it.
1828
1829 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1830
1831 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
1832
1833 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1834
1835 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
1836
1837 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1838 Tom Tromey <tromey@adacore.com>
1839
1840 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
1841
1842 2019-03-26 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
1845 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
1846 method to compute the bounds of range types. Also print "[evaluated]"
1847 if the bounds' values come from a dynamic evaluation.
1848
1849 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * cp-valprint.c (cp_print_value_fields): Don't print trailing
1852 whitespace when pretty printing is on.
1853
1854 2019-03-26 Alan Hayward <alan.hayward@arm.com>
1855
1856 * ppc-linux-nat.c: Add include.
1857
1858 2019-03-26 Alan Hayward <alan.hayward@arm.com>
1859
1860 * NEWS: Mention AArch64 Pointer Authentication.
1861
1862 2019-03-26 Alan Hayward <alan.hayward@arm.com>
1863
1864 * arm-linux-nat.c: Add include.
1865
1866 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
1867
1868 * source-cache.c (source_cache::get_source_lines): Re-read
1869 fullname after calling open_source_file.
1870
1871 2019-03-25 John Baldwin <jhb@FreeBSD.org>
1872
1873 * NEWS: Mention TLS support for FreeBSD.
1874
1875 2019-03-25 Tom Tromey <tromey@adacore.com>
1876
1877 * minsyms.c (BUNCH_SIZE): Update comment.
1878 (~minimal_symbol_reader): Remove old comment.
1879 (compact_minimal_symbols): Update comment.
1880 (minimal_symbol_reader::install): Remove old comment. Update
1881 other comments.
1882
1883 2019-03-25 Alan Hayward <alan.hayward@arm.com>
1884
1885 * s390-linux-nat.c: Add include.
1886
1887 2019-03-25 Alan Hayward <alan.hayward@arm.com>
1888
1889 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
1890 Call linux_get_hwcap.
1891 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
1892 Likewise.
1893 (aarch64_linux_get_hwcap): Remove function.
1894 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
1895 declaration.
1896 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
1897 linux_get_hwcap.
1898 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
1899 * linux-tdep.c (linux_get_hwcap): Add function.
1900 (linux_get_hwcap2): Likewise.
1901 * linux-tdep.h (linux_get_hwcap): Add declaration.
1902 (linux_get_hwcap2): Likewise.
1903 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
1904 (ppc_linux_get_hwcap2): Likewise.
1905 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
1906 linux_get_hwcap.
1907 (ppc_linux_nat_target::insert_watchpoint): Likewise.
1908 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
1909 (ppc_linux_nat_target::read_description): Likewise.
1910 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
1911 * s390-linux-nat.c: Likewise.
1912 * s390-linux-tdep.c (s390_core_read_description): Likewise.
1913
1914 2019-03-24 Tom Tromey <tom@tromey.com>
1915
1916 * ada-lang.c (standard_lookup): Simplify initialization.
1917 (ada_lookup_symbol_nonlocal): Simplify return.
1918 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
1919 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
1920 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
1921 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
1922 initialization.
1923 * solib.c (solib_global_lookup): Simplify.
1924 * symtab.c (null_block_symbol): Remove.
1925 (symbol_cache_lookup): Simplify returns.
1926 (lookup_language_this): Simplify returns.
1927 (lookup_symbol_aux): Simplify return.
1928 (lookup_local_symbol): Simplify returns.
1929 (lookup_global_symbol_from_objfile): Simplify return.
1930 (lookup_symbol_in_objfile_symtabs)
1931 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
1932 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
1933 (lookup_static_symbol, lookup_global_symbol): Simplify return.
1934 * cp-namespace.c (cp_lookup_bare_symbol)
1935 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
1936 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
1937 (cp_lookup_nested_symbol): Don't use null_block_symbol.
1938 (cp_lookup_symbol_via_imports): Simplify initialization.
1939 (find_symbol_in_baseclass): Likewise.
1940 * symtab.h (null_block_symbol): Remove.
1941 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
1942 (d_lookup_nested_symbol, d_lookup_symbol_imports)
1943 (d_lookup_symbol_module): Likewise.
1944 (find_symbol_in_baseclass): Simplify initialization.
1945
1946 2019-03-24 Tom Tromey <tom@tromey.com>
1947
1948 * expression.h: Don't include symtab.h.
1949 (struct block): Forward declare.
1950
1951 2019-03-24 Tom Tromey <tom@tromey.com>
1952
1953 * c-exp.y (typebase): Remove casts.
1954 * gdbtypes.c (lookup_unsigned_typename, )
1955 (lookup_signed_typename): Remove cast.
1956 * eval.c (parse_to_comma_and_eval): Remove cast.
1957 * parse.c (write_dollar_variable): Remove cast.
1958 * block.h (struct block) <superblock>: Now const.
1959 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
1960 * psymtab.c (psym_map_matching_symbols): Make "block" const.
1961 (map_block): Make "block" const.
1962 * symfile.h (struct quick_symbol_functions)
1963 <map_matching_symbols>: Constify block argument to "callback".
1964 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
1965 const.
1966 (find_pc_sect_compunit_symtab): Make "b" const.
1967 (find_symbol_at_address): Likewise.
1968 (search_symbols): Likewise.
1969 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
1970 (dw2_debug_names_lookup_symbol): Likewise.
1971 (dw2_map_matching_symbols): Update.
1972 * p-valprint.c (pascal_val_print): Remove "block".
1973 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
1974 (aux_add_nonlocal_symbols): Make "block" const.
1975 (resolve_subexp): Remove cast.
1976 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
1977 const.
1978 (iterate_over_file_blocks): Likewise.
1979 * f-exp.y (%union) <bval>: Remove.
1980 * coffread.c (patch_opaque_types): Make "b" const.
1981 * spu-tdep.c (spu_catch_start): Make "block" const.
1982 * c-valprint.c (print_unpacked_pointer): Remove "block".
1983 * symmisc.c (dump_symtab_1): Make "b" const.
1984 (block_depth): Make "block" const.
1985 * d-exp.y (%union) <bval>: Remove.
1986 * cp-support.h (cp_lookup_rtti_type): Update.
1987 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
1988 * psymtab.c (psym_lookup_symbol): Make "block" const.
1989 (maintenance_check_psymtabs): Make "b" const.
1990 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
1991 (enumerate_locals, enumerate_args): Update.
1992 * python/py-symtab.c (stpy_global_block): Make "block" const.
1993 (stpy_static_block): Likewise.
1994 * inline-frame.c (block_starting_point_at): Make "new_block"
1995 const.
1996 * block.c (find_block_in_blockvector): Make return type const.
1997 (blockvector_for_pc_sect): Make "b" const.
1998 (find_block_in_blockvector): Make "b" const.
1999
2000 2019-03-23 Tom Tromey <tom@tromey.com>
2001
2002 * varobj.c (varobj_create): Update.
2003 * symfile.c (clear_symtab_users): Don't reset innermost_block.
2004 * printcmd.c (display_command, do_one_display): Don't reset
2005 innermost_block.
2006 * parser-defs.h (enum innermost_block_tracker_type): Move to
2007 expression.h.
2008 (innermost_block): Update comment.
2009 * parse.c (parse_exp_1): Add tracker_types parameter.
2010 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
2011 tracker_types parameter. Reset innermost_block.
2012 (parse_exp_in_context): Remove.
2013 (parse_expression_for_completion): Update.
2014 * objfiles.c (~objfile): Don't reset expression_context_block or
2015 innermost_block.
2016 * expression.h (enum innermost_block_tracker_type): Move from
2017 parser-defs.h.
2018 (parse_exp_1): Add tracker_types parameter.
2019 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
2020 reset innermost_block.
2021
2022 2019-03-23 Tom Tromey <tom@tromey.com>
2023
2024 * objfiles.h: Include bcache.h.
2025
2026 2019-03-23 Tom Tromey <tom@tromey.com>
2027
2028 * linespec.c (get_current_search_block): Use
2029 scoped_restore_current_language.
2030 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
2031
2032 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2033 Jiong Wang <jiong.wang@arm.com>
2034
2035 * aarch64-linux-tdep.c
2036 (aarch64_linux_iterate_over_regset_sections): Check for pauth
2037 section.
2038 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
2039
2040 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2041 Jiong Wang <jiong.wang@arm.com>
2042
2043 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
2044 instructions.
2045 (aarch64_analyze_prologue_test): Add PACIASP test.
2046 (aarch64_prologue_prev_register): Unmask PC value.
2047
2048 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2049 Jiong Wang <jiong.wang@arm.com>
2050
2051 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
2052 (aarch64_dwarf2_prev_register): Unmask PC value.
2053 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
2054 (aarch64_execute_dwarf_cfa_vendor_op): Check for
2055 DW_CFA_AARCH64_negate_ra_state.
2056 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
2057
2058 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2059 Jiong Wang <jiong.wang@arm.com>
2060
2061 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
2062 registers.
2063 (aarch64_pseudo_register_name): Likewise.
2064 (aarch64_pseudo_register_type): Likewise.
2065 (aarch64_pseudo_register_reggroup_p): Likewise.
2066 (aarch64_gdbarch_init): Add pauth registers.
2067 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
2068 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
2069 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
2070 (struct gdbarch_tdep): Add regnum for ra_state.
2071
2072 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2073 Jiong Wang <jiong.wang@arm.com>
2074
2075 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
2076
2077 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2078 Jiong Wang <jiong.wang@arm.com>
2079
2080 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
2081 function.
2082 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
2083 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
2084 (aarch64_gdbarch_init): Add puth registers.
2085 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
2086 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
2087 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
2088
2089 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2090 Jiong Wang <jiong.wang@arm.com>
2091
2092 * aarch64-linux-nat.c
2093 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
2094 * aarch64-linux-tdep.c
2095 (aarch64_linux_core_read_description): Likewise.
2096 (aarch64_linux_get_hwcap): New function.
2097 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
2098 (aarch64_linux_get_hwcap): New declaration.
2099
2100 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2101 Jiong Wang <jiong.wang@arm.com>
2102
2103 * aarch64-linux-nat.c
2104 (aarch64_linux_nat_target::read_description): Add pauth param.
2105 * aarch64-linux-tdep.c
2106 (aarch64_linux_core_read_description): Likewise.
2107 * aarch64-tdep.c (struct target_desc): Add in pauth.
2108 (aarch64_read_description): Add pauth param.
2109 (aarch64_gdbarch_init): Likewise.
2110 * aarch64-tdep.h (aarch64_read_description): Likewise.
2111 * arch/aarch64.c (aarch64_create_target_description): Likewise.
2112 * arch/aarch64.h (aarch64_create_target_description): Likewise.
2113 * features/Makefile: Add new files.
2114 * features/aarch64-pauth.c: New file.
2115 * features/aarch64-pauth.xml: New file.
2116
2117 2019-03-20 Tom Tromey <tromey@adacore.com>
2118
2119 * infrun.c (handle_inferior_event): Rename from
2120 handle_inferior_event_1. Create a scoped_value_mark.
2121 (handle_inferior_event): Remove.
2122
2123 2019-03-19 Tom Tromey <tromey@adacore.com>
2124
2125 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
2126 * infrun.h (print_stop_event): Add "displays" parameter.
2127 * infrun.c (print_stop_event): Add "displays" parameter.
2128
2129 2019-03-19 Pedro Alves <palves@redhat.com>
2130
2131 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
2132 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
2133 to -1. Fix TABs vs spaces.
2134 (tui_ui_out::tui_ui_out): Don't initialize fields here.
2135 * tui/tui-out.h (tui_ui_out) Add intro comments.
2136 <m_line, m_start_of_line>: In-class initialize, and add describing
2137 comment.
2138
2139 2019-03-18 Alan Hayward <alan.hayward@arm.com>
2140
2141 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
2142 variable names.
2143 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
2144
2145 2019-03-18 Pedro Alves <palves@redhat.com>
2146 Eli Zaretskii <eliz@gnu.org>
2147
2148 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
2149 m_line and m_start_of_line.
2150
2151 2019-03-18 Eli Zaretskii <eliz@gnu.org>
2152
2153 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
2154 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
2155 it returns a newline. This fixes a regression in TU mode, whereby
2156 the next line is output on the same screen line as the user input.
2157
2158 2019-03-18 Tom Tromey <tromey@adacore.com>
2159
2160 * minsyms.c (minimal_symbol_reader::install): Remove call to
2161 obstack_blank.
2162
2163 2019-03-18 Pedro Alves <palves@redhat.com>
2164
2165 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
2166 New globals.
2167 (apply_style): New, factored out from ...
2168 (apply_ansi_escape): ... this. Handle reverse video mode.
2169 (tui_set_reverse_mode): New function.
2170 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
2171 * tui/tui-winsource.c (tui_show_source_line): Use
2172 tui_set_reverse_mode instead of setting A_STANDOUT.
2173 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
2174 New setter methods.
2175
2176 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
2177
2178 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
2179 Handle tabs.
2180
2181 2019-03-18 Tom Tromey <tromey@adacore.com>
2182
2183 * ada-lang.c (empty_array): Add "high" parameter.
2184 (ada_evaluate_subexp): Update.
2185
2186 2019-03-17 Sergei Trofimovich <siarheit@google.com>
2187
2188 * unittests/string_view-selftests.c: Define
2189 _initialize_string_view_selftests unconditionally.
2190
2191 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
2192
2193 PR gdb/24350
2194 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
2195
2196 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
2197
2198 PR gdb/24351
2199 * windows-nat.c (display_selector): Fix format specifiers.
2200
2201 2019-03-17 Eli Zaretskii <eliz@gnu.org>
2202
2203 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
2204 tui_refill_source_window instead of tui_refresh_win, to update the
2205 current execution line. This fixes redisplay of the current line
2206 when stepping through the code with "next" or "step".
2207
2208 2019-03-16 Eli Zaretskii <eliz@gnu.org>
2209
2210 * source-cache.c (source_cache::get_source_lines): Call
2211 find_source_lines to initialize s->nlines. This fixes vertical
2212 scrolling of TUI source window when the DOWN arrow is pressed.
2213
2214 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2215
2216 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
2217 linux-thread-db.c (_initialize_thread_db): Likewise.
2218
2219 2019-03-16 Eli Zaretskii <eliz@gnu.org>
2220
2221 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
2222 wclrtoeol in tui_show_source_line". This reverts changes made in
2223 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
2224
2225 2019-03-15 Tom Tromey <tom@tromey.com>
2226
2227 * symtab.h (struct minimal_symbol): Derive from
2228 general_symbol_info.
2229 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
2230 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
2231 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
2232 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
2233 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
2234 (MSYMBOL_SEARCH_NAME): Update.
2235 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
2236 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
2237 * minsyms.c (minimal_symbol_reader::record_full): Update.
2238
2239 2019-03-15 Tom Tromey <tom@tromey.com>
2240
2241 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
2242
2243 2019-03-15 Tom Tromey <tom@tromey.com>
2244
2245 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
2246 unique_xmalloc_ptr.
2247 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
2248 Update.
2249 * minsyms.c (lookup_minimal_symbol_by_pc_section)
2250 (build_minimal_symbol_hash_tables)
2251 (minimal_symbol_reader::install): Update.
2252
2253 2019-03-15 Tom Tromey <tom@tromey.com>
2254
2255 * symtab.c (create_demangled_names_hash): Update.
2256 (symbol_set_names): Update.
2257 * objfiles.h (struct objfile_per_bfd_storage)
2258 <demangled_names_hash>: Now an htab_up.
2259 * objfiles.c (objfile_per_bfd_storage): Simplify.
2260
2261 2019-03-15 Tom Tromey <tom@tromey.com>
2262
2263 * objfiles.h (struct objfile_per_bfd_storage): Declare
2264 destructor.
2265 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
2266 New.
2267 (get_objfile_bfd_data): Use new. Don't initialize
2268 language_of_main.
2269 (free_objfile_per_bfd_storage): Remove.
2270 (objfile_bfd_data_free, objfile::~objfile): Use delete.
2271
2272 2019-03-15 Tom Tromey <tom@tromey.com>
2273
2274 * symfile.c (reread_symbols): Update.
2275 * objfiles.c (objfile::objfile): Update.
2276 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
2277 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
2278 comment.
2279 (minimal_symbol_reader::install): Update.
2280 (terminate_minimal_symbol_table): Remove.
2281 * jit.c (jit_object_close_impl): Update.
2282
2283 2019-03-15 Tom Tromey <tom@tromey.com>
2284
2285 * minsyms.c (minimal_symbol_reader::record_full): Remove some
2286 initializations.
2287
2288 2019-03-15 Tom Tromey <tom@tromey.com>
2289
2290 * objfiles.h (struct objfile_per_bfd_storage)
2291 <demangled_hash_languages>: Now a bitset.
2292 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
2293 (lookup_minimal_symbol): Update.
2294
2295 2019-03-15 Tom Tromey <tom@tromey.com>
2296
2297 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
2298 Don't return the symbol.
2299 * coffread.c (record_minimal_symbol): Use record_full.
2300
2301 2019-03-14 Eli Zaretskii <eliz@gnu.org>
2302
2303 The MS-Windows port of ncurses fails to switch to a color pair if
2304 one or both of the colors are the implicit default colors. This
2305 change records the default colors when TUI is initialized, and
2306 then specifies them explicitly when a color pair uses the default
2307 colors. This allows color styling in TUI mode on MS-Windows.
2308
2309 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
2310 ncurses_norm_attr.
2311 (tui_initialize_io) [__MINGW32__]: Record the default terminal
2312 colors in ncurses_norm_attr.
2313 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
2314 "none", replace it with the default color recorded in
2315 ncurses_norm_attr.
2316
2317 2019-03-14 Tom Tromey <tromey@adacore.com>
2318
2319 * source-cache.h (class source_cache) <get_source_lines>: Return
2320 std::string.
2321 * source-cache.c (source_cache::extract_lines): Handle case where
2322 first_pos==npos. Return std::string.
2323 (source_cache::get_source_lines): Update.
2324
2325 2019-03-14 Tom Tromey <tromey@adacore.com>
2326
2327 * NEWS: Add item for "style sources" commands.
2328 * source-cache.c (source_cache::get_source_lines): Check
2329 source_styling.
2330 * cli/cli-style.c (source_styling): New global.
2331 (_initialize_cli_style): Add "style sources" commands.
2332 (show_style_sources): New function.
2333 * cli/cli-style.h (source_styling): Declare.
2334
2335 2019-03-14 Pedro Alves <palves@redhat.com>
2336 Tom Tromey <tromey@adacore.com>
2337
2338 * tui/tui-winsource.h (tui_refill_source_window): Declare.
2339 * tui/tui-winsource.c (tui_refill_source_window): New function,
2340 from...
2341 (tui_horizontal_source_scroll): ... here. Move some logic.
2342 * cli/cli-style.c (set_style_enabled): Notify new observable.
2343 * tui/tui-hooks.c (tui_redisplay_source): New function.
2344 (tui_attach_detach_observers): Attach or detach
2345 tui_redisplay_source.
2346 * observable.h (source_styling_changed): New observable.
2347 * observable.c: Define source_styling_changed observable.
2348
2349 2019-03-13 Tom Tromey <tromey@adacore.com>
2350
2351 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
2352 (i386_gnu_nat_target::store_registers): Update.
2353 * target-debug.h (target_debug_print_std_string): New macro.
2354 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
2355 * windows-tdep.c (display_one_tib): Update.
2356 * tui/tui-stack.c (tui_make_status_line): Update.
2357 * top.c (print_inferior_quit_action): Update.
2358 * thread.c (thr_try_catch_cmd): Update.
2359 (add_thread_with_info): Update.
2360 (thread_target_id_str): Update.
2361 (thr_try_catch_cmd): Update.
2362 (thread_command): Update.
2363 (thread_find_command): Update.
2364 * record-btrace.c (record_btrace_target::info_record)
2365 (record_btrace_resume_thread, record_btrace_target::resume)
2366 (record_btrace_cancel_resume, record_btrace_step_thread)
2367 (record_btrace_target::wait, record_btrace_target::wait)
2368 (record_btrace_target::wait, record_btrace_target::stop): Update.
2369 * progspace.c (print_program_space): Update.
2370 * process-stratum-target.c
2371 (process_stratum_target::thread_address_space): Update.
2372 * linux-fork.c (linux_fork_mourn_inferior)
2373 (detach_checkpoint_command, info_checkpoints_command)
2374 (linux_fork_context): Update.
2375 (linux_fork_detach): Update.
2376 (class scoped_switch_fork_info): Update.
2377 (delete_checkpoint_command): Update.
2378 * infrun.c (follow_fork_inferior): Update.
2379 (follow_fork_inferior): Update.
2380 (proceed_after_vfork_done): Update.
2381 (handle_vfork_child_exec_or_exit): Update.
2382 (follow_exec): Update.
2383 (displaced_step_prepare_throw): Update.
2384 (displaced_step_restore): Update.
2385 (start_step_over): Update.
2386 (resume_1): Update.
2387 (clear_proceed_status_thread): Update.
2388 (proceed): Update.
2389 (print_target_wait_results): Update.
2390 (do_target_wait): Update.
2391 (context_switch): Update.
2392 (stop_all_threads): Update.
2393 (restart_threads): Update.
2394 (finish_step_over): Update.
2395 (handle_signal_stop): Update.
2396 (switch_back_to_stepped_thread): Update.
2397 (keep_going_pass_signal): Update.
2398 (print_exited_reason): Update.
2399 (normal_stop): Update.
2400 * inferior.c (inferior_pid_to_str): Change return type.
2401 (print_selected_inferior): Update.
2402 (add_inferior): Update.
2403 (detach_inferior): Update.
2404 * dummy-frame.c (fprint_dummy_frames): Update.
2405 * dcache.c (dcache_info_1): Update.
2406 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
2407 (btrace_fetch, btrace_clear): Update.
2408 * linux-tdep.c (linux_core_pid_to_str): Change return type.
2409 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
2410 type.
2411 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
2412 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
2413 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
2414 * gdbarch.c, gdbarch.h: Rebuild.
2415 * gdbarch.sh (core_pid_to_str): Change return type.
2416 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
2417 return type.
2418 (windows_nat_target::pid_to_str): Change return type.
2419 (windows_delete_thread): Update.
2420 (windows_nat_target::attach): Update.
2421 (windows_nat_target::files_info): Update.
2422 * target-delegates.c: Rebuild.
2423 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
2424 return type.
2425 (sol_thread_target::pid_to_str): Change return type.
2426 * remote.c (class remote_target) <pid_to_str>: Change return
2427 type.
2428 (remote_target::pid_to_str): Change return type.
2429 (extended_remote_target::attach, remote_target::remote_stop_ns)
2430 (remote_target::remote_notif_remove_queued_reply)
2431 (remote_target::push_stop_reply, remote_target::disable_btrace):
2432 Update.
2433 (extended_remote_target::attach): Update.
2434 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
2435 type.
2436 (gdbsim_target::pid_to_str): Change return type.
2437 * ravenscar-thread.c (struct ravenscar_thread_target)
2438 <pid_to_str>: Change return type.
2439 (ravenscar_thread_target::pid_to_str): Change return type.
2440 * procfs.c (class procfs_target) <pid_to_str>: Change return
2441 type.
2442 (procfs_target::pid_to_str): Change return type.
2443 (procfs_target::attach): Update.
2444 (procfs_target::detach): Update.
2445 (procfs_target::fetch_registers): Update.
2446 (procfs_target::store_registers): Update.
2447 (procfs_target::wait): Update.
2448 (procfs_target::files_info): Update.
2449 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
2450 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
2451 return type.
2452 (nto_procfs_target::pid_to_str): Change return type.
2453 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
2454 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
2455 return type.
2456 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
2457 (exit_lwp): Update.
2458 (attach_proc_task_lwp_callback, get_detach_signal)
2459 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
2460 (linux_nat_target::resume, wait_lwp, stop_callback)
2461 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
2462 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
2463 (linux_nat_wait_1, resume_stopped_resumed_lwps)
2464 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
2465 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
2466 type.
2467 (inf_ptrace_target::attach): Update.
2468 (inf_ptrace_target::files_info): Update.
2469 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
2470 type.
2471 (go32_nat_target::pid_to_str): Change return type.
2472 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
2473 (gnu_nat_target::wait): Update.
2474 (gnu_nat_target::wait): Update.
2475 (gnu_nat_target::resume): Update.
2476 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
2477 (fbsd_nat_target::wait): Update.
2478 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
2479 type.
2480 (darwin_nat_target::attach): Update.
2481 * corelow.c (class core_target) <pid_to_str>: Change return type.
2482 (core_target::pid_to_str): Change return type.
2483 * target.c (normal_pid_to_str): Change return type.
2484 (default_pid_to_str): Likewise.
2485 (target_pid_to_str): Change return type.
2486 (target_translate_tls_address): Update.
2487 (target_announce_detach): Update.
2488 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
2489 return type.
2490 (bsd_uthread_target::pid_to_str): Change return type.
2491 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
2492 type.
2493 (bsd_kvm_target::pid_to_str): Change return type.
2494 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
2495 return type.
2496 (aix_thread_target::pid_to_str): Change return type.
2497 * target.h (struct target_ops) <pid_to_str>: Change return type.
2498 (target_pid_to_str, normal_pid_to_str): Likewise.
2499 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
2500 type.
2501 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
2502 type.
2503 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
2504 return type.
2505 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
2506 type.
2507 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
2508 type.
2509 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
2510 return type.
2511
2512 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2513
2514 * NEWS: Mention that the new default MI version is 3. Mention
2515 changes to the output of commands and events that deal with
2516 multi-location breakpoints.
2517 * breakpoint.c: Include "mi/mi-out.h".
2518 (print_one_breakpoint): Change output syntax if using MI version
2519 >= 3.
2520 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
2521 New.
2522 (mi_multi_location_breakpoint_output_fixed): New.
2523 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
2524 (mi_cmd_fix_multi_location_breakpoint_output): New.
2525 (mi_multi_location_breakpoint_output_fixed): New.
2526 * mi/mi-cmds.c (mi_cmds): Register command
2527 -fix-multi-location-breakpoint-output.
2528 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
2529 interpreter "mi".
2530
2531 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
2534 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
2535 instantiate mi_ui_out based on interpreter name.
2536 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
2537 * mi/mi-main.c (mi_load_progress): Likewise.
2538
2539 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2540
2541 * NEWS: Combine separate "New targets" sections for 8.3.
2542
2543 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2544
2545 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
2546 (ppcfbsd_init_abi): Install gdbarch
2547 "fetch_tls_load_module_address" and "get_thread_local_address"
2548 methods.
2549
2550 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2551
2552 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
2553 (riscv_fbsd_init_abi): Install gdbarch
2554 "fetch_tls_load_module_address" and "get_thread_local_address"
2555 methods.
2556
2557 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2558
2559 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
2560 (i386fbsd_init_abi): Install gdbarch
2561 "fetch_tls_load_module_address" and "get_thread_local_address"
2562 methods.
2563
2564 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2565
2566 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
2567 (amd64fbsd_init_abi): Install gdbarch
2568 "fetch_tls_load_module_address" and "get_thread_local_address"
2569 methods.
2570
2571 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2572
2573 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
2574 (struct fbsd_pspace_data): New type.
2575 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
2576 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
2577 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
2578 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
2579 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
2580
2581 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2582
2583 * gdbtypes.c (lookup_struct_elt): New function.
2584 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
2585 * gdbtypes.h (struct struct_elt): New type.
2586 (lookup_struct_elt): New prototype.
2587
2588 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2589
2590 * gdbtypes.c (lookup_struct_elt_type): Update comment and
2591 remove disabled code block.
2592
2593 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2594
2595 * gdbarch.sh (get_thread_local_address): New method.
2596 * gdbarch.h, gdbarch.c: Regenerate.
2597 * target.c (target_translate_tls_address): Use
2598 gdbarch_get_thread_local_address if present instead of
2599 target::get_thread_local_address.
2600
2601 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2602
2603 * target.h (target::get_thread_local_address): Update comment.
2604
2605 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2606
2607 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
2608 objfile->separate_debug_objfile_backlink if not NULL.
2609
2610 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2611
2612 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2613 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
2614 (amd64bsd_store_inferior_registers): Likewise.
2615 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
2616 Enable segment base registers.
2617 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
2618 PT_GETFSBASE and PT_GETGSBASE.
2619 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
2620 PT_SETGSBASE.
2621 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
2622 segment base registers.
2623 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
2624
2625 2019-03-12 John Baldwin <jhb@FreeBSD.org>
2626
2627 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
2628 Update calls to i386_target_description to add 'segments'
2629 parameter.
2630 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
2631 add segment base registers.
2632 * arch/i386.c (i386_create_target_description): Add 'segments'
2633 parameter to enable segment base registers.
2634 * arch/i386.h (i386_create_target_description): Likewise.
2635 * features/i386/32bit-segments.xml: New file.
2636 * features/i386/32bit-segments.c: Generate.
2637 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
2638 call to i386_target_description to add 'segments' parameter.
2639 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
2640 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
2641 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
2642 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
2643 if feature is present.
2644 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
2645 Add 'segments' parameter to call to i386_target_description.
2646 (i386_target_description): Add 'segments' parameter to enable
2647 segment base registers.
2648 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
2649 to call to i386_target_description.
2650 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
2651 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
2652 Define I386_NUM_REGS.
2653 (i386_target_description): Add 'segments' parameter to enable
2654 segment base registers.
2655
2656 2019-03-12 Eli Zaretskii <eliz@gnu.org>
2657
2658 PR/24325
2659 * source-cache.c: #undef open and close, to avoid unresolved
2660 externals during linking.
2661
2662 2019-03-12 Tom Tromey <tromey@adacore.com>
2663
2664 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
2665 const. Add initializers.
2666 (_initialize_remote): Don't initialize ptid globals.
2667
2668 2019-03-12 Pedro Alves <palves@redhat.com>
2669
2670 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
2671
2672 2019-03-12 Pedro Alves <palves@redhat.com>
2673
2674 * cp-name-parser.y (main): Remove unused 'len' variable.
2675
2676 2019-03-12 Tom Tromey <tromey@adacore.com>
2677
2678 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
2679 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
2680
2681 2019-03-12 Tom Tromey <tromey@adacore.com>
2682
2683 * linux-nat.c (iterate_over_lwps): Update.
2684 (stop_callback): Remove parameter.
2685 (stop_wait_callback, detach_callback, resume_set_callback)
2686 (select_singlestep_lwp_callback, set_ignore_sigint)
2687 (status_callback, resumed_callback, resume_clear_callback)
2688 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
2689 data parameter.
2690 (linux_nat_target::detach, linux_nat_target::resume)
2691 (linux_stop_and_wait_all_lwps, select_event_lwp)
2692 (linux_nat_filter_event, linux_nat_wait_1)
2693 (linux_nat_target::kill, linux_nat_target::stop)
2694 (linux_nat_target::stop): Update.
2695 (linux_nat_resume_callback): Change type.
2696 (resume_stopped_resumed_lwps, count_events_callback)
2697 (select_event_lwp_callback): Likewise.
2698 (linux_stop_lwp, linux_nat_stop_lwp): Update.
2699 * arm-linux-nat.c (struct update_registers_data): Remove.
2700 (update_registers_callback): Change type.
2701 (arm_linux_insert_hw_breakpoint1): Update.
2702 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
2703 parameter.
2704 (x86_linux_dr_set_addr): Update.
2705 (x86_linux_dr_set_control): Update.
2706 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
2707 (iterate_over_lwps): Use gdb::function_view.
2708 * nat/aarch64-linux-hw-point.c (struct
2709 aarch64_dr_update_callback_param): Remove.
2710 (debug_reg_change_callback): Change type.
2711 (aarch64_notify_debug_reg_change): Update.
2712 * s390-linux-nat.c (s390_refresh_per_info): Update.
2713
2714 2019-03-11 Tom Tromey <tromey@adacore.com>
2715
2716 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
2717 redundant assignment to "this_cu".
2718
2719 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2720
2721 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
2722
2723 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2724
2725 * gdbtypes.c (rank_one_type_parm_set): New function extracted
2726 from...
2727 (rank_one_type): ... this.
2728
2729 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2730
2731 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
2732 from...
2733 (rank_one_type): ... this.
2734
2735 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2736
2737 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
2738 from...
2739 (rank_one_type): ... this.
2740
2741 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2742
2743 * gdbtypes.c (rank_one_type_parm_float): New function extracted
2744 from...
2745 (rank_one_type): ... this.
2746
2747 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2748
2749 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
2750 from...
2751 (rank_one_type): ... this.
2752
2753 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2754
2755 * gdbtypes.c (rank_one_type_parm_range): New function extracted
2756 from...
2757 (rank_one_type): ... this.
2758
2759 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2760
2761 * gdbtypes.c (rank_one_type_parm_char): New function extracted
2762 from...
2763 (rank_one_type): ... this.
2764
2765 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2766
2767 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
2768 from...
2769 (rank_one_type): ... this.
2770
2771 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2772
2773 * gdbtypes.c (rank_one_type_parm_int): New function extracted
2774 from...
2775 (rank_one_type): ... this.
2776
2777 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2778
2779 * gdbtypes.c (rank_one_type_parm_func): New function extracted
2780 from...
2781 (rank_one_type): ... this.
2782
2783 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2784
2785 * gdbtypes.c (rank_one_type_parm_array): New function extracted
2786 from...
2787 (rank_one_type): ... this.
2788
2789 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
2790
2791 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
2792 from...
2793 (rank_one_type): ... this.
2794
2795 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2796
2797 * inferior.c (initialize_inferiors): Ensure 'help set/show print
2798 inferior-events' shows the example events.
2799
2800 2019-03-08 Eli Zaretskii <eliz@gnu.org>
2801
2802 Support styling on native MS-Windows console
2803
2804 PR/24315
2805 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
2806 on MS-Windows if $TERM is not defined.
2807
2808 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
2809
2810 * posix-hdep.c (gdb_console_fputs):
2811 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
2812 functions.
2813 * ui-file.h (gdb_console_fputs): Add prototype.
2814
2815 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
2816 back to fputs only if the former returns zero.
2817
2818 2019-03-07 Tom Tromey <tom@tromey.com>
2819
2820 * symmisc.c (print_symbol_bcache_statistics): Update.
2821 (print_objfile_statistics): Update.
2822 * symfile.c (allocate_symtab): Update.
2823 * stabsread.c: Don't include bcache.h.
2824 * psymtab.h (struct psymbol_bcache): Don't declare.
2825 (class psymtab_storage) <psymbol_cache>: Now a bcache.
2826 (psymbol_bcache_init, psymbol_bcache_free)
2827 (psymbol_bcache_get_bcache): Don't declare.
2828 * psymtab.c (struct psymbol_bcache): Remove.
2829 (psymtab_storage::psymtab_storage): Update.
2830 (psymtab_storage::~psymtab_storage): Update.
2831 (psymbol_bcache_init, psymbol_bcache_free)
2832 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
2833 (add_psymbol_to_bcache): Update.
2834 (allocate_psymtab): Update.
2835 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
2836 macro_cache>: No longer pointers.
2837 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
2838 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
2839 * macrotab.c (macro_bcache): Update.
2840 * macroexp.c: Don't include bcache.h.
2841 * gdbtypes.c (check_types_worklist): Update.
2842 (types_deeply_equal): Remove TRY/CATCH. Update.
2843 * elfread.c (elf_symtab_read): Update.
2844 * dwarf2read.c: Don't include bcache.h.
2845 * buildsym.c (buildsym_compunit::get_macro_table): Update.
2846 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
2847 (print_bcache_statistics, bcache_memory_used): Don't declare.
2848 (struct bcache): Move from bcache.c. Add constructor, destructor,
2849 methods. Rename all data members.
2850 * bcache.c (struct bcache): Move to bcache.h.
2851 (bcache::expand_hash_table): Rename from expand_hash_table.
2852 (bcache): Remove.
2853 (bcache::insert): Rename from bcache_full.
2854 (bcache::compare): Rename from bcache_compare.
2855 (bcache_xmalloc): Remove.
2856 (bcache::~bcache): Rename from bcache_xfree.
2857 (bcache::print_statistics): Rename from print_bcache_statistics.
2858 (bcache::memory_used): Rename from bcache_memory_used.
2859
2860 2019-03-07 Pedro Alves <palves@redhat.com>
2861
2862 * infrun.c (normal_stop): Also check for
2863 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
2864
2865 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * f-lang.c (value_from_host_double): Moved to...
2868 * value.c (value_from_host_double): ...here.
2869 * value.h (value_from_host_double): Declare.
2870 * guile/scm-math.c (vlscm_convert_typed_number): Use
2871 value_from_host_double.
2872 (vlscm_convert_number): Likewise.
2873 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
2874 * python/py-value.c (convert_value_from_python): Likewise.
2875
2876 2019-03-06 Tom Tromey <tom@tromey.com>
2877
2878 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
2879
2880 2019-03-06 Tom Tromey <tom@tromey.com>
2881
2882 * utils.h (free_current_contents): Don't declare.
2883 * utils.c (free_current_contents): Remove.
2884
2885 2019-03-06 Tom Tromey <tom@tromey.com>
2886
2887 * top.c (quit_force): Update.
2888 * main.c (captured_command_loop): Update.
2889 * common/new-op.c (operator new): Update.
2890 * common/common-exceptions.c (struct catcher)
2891 <save_cleanup_chain>: Remove member.
2892 (exceptions_state_mc_init): Update.
2893 (exception_try_scope_entry): Return nullptr.
2894 (exception_try_scope_exit, exception_rethrow)
2895 (throw_exception_sjlj, throw_exception_cxx): Update.
2896 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
2897 (all_cleanups, do_cleanups, discard_cleanups)
2898 (discard_final_cleanups, save_cleanups, save_final_cleanups)
2899 (restore_cleanups, restore_final_cleanups): Don't declare.
2900 (do_final_cleanups): Remove parameter.
2901 * common/cleanups.c (cleanup_chain, make_cleanup)
2902 (make_cleanup_dtor, all_cleanups, do_cleanups)
2903 (discard_my_cleanups, discard_cleanups)
2904 (discard_final_cleanups, save_my_cleanups, save_cleanups)
2905 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
2906 (null_cleanup): Remove.
2907 (do_final_cleanups): Remove parameter.
2908
2909 2019-03-06 Tom Tromey <tom@tromey.com>
2910
2911 * remote.c (remote_target::remote_parse_stop_reply): Use
2912 unique_xmalloc_ptr.
2913
2914 2019-03-06 Tom Tromey <tom@tromey.com>
2915
2916 * stabsread.c (struct stabs_field_info): Rename from field_info.
2917 <list, fnlist>: Add initializers.
2918 <obstack>: New member.
2919 (read_member_functions, read_struct_fields, read_baseclasses):
2920 Allocate on obstack. Don't use cleanups.
2921 (read_one_struct_field, read_member_functions, read_struct_fields)
2922 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
2923 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
2924 (read_struct_type): Update.
2925
2926 2019-03-06 Tom Tromey <tom@tromey.com>
2927
2928 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
2929 * common/filestuff.h (make_cleanup_close): Don't declare.
2930 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
2931 Remove.
2932
2933 2019-03-06 Tom Tromey <tom@tromey.com>
2934
2935 * solib-aix.c: Use make_scope_exit.
2936
2937 2019-03-06 Tom Tromey <tom@tromey.com>
2938
2939 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
2940 Use make_scope_exit.
2941
2942 2019-03-06 Tom Tromey <tom@tromey.com>
2943
2944 * solib-svr4.c (disable_probes_interface): Remove parameter.
2945 (svr4_handle_solib_event): Use make_scope_exit.
2946
2947 2019-03-06 Tom Tromey <tom@tromey.com>
2948
2949 * remote.c (struct stop_reply_deleter): Remove.
2950 (stop_reply_up): Update.
2951 (struct stop_reply): Derive from notif_event. Don't typedef.
2952 <regcache>: Now a std::vector.
2953 (stop_reply_xfree): Remove.
2954 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
2955 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
2956 (remote_target::discard_pending_stop_replies): Use delete.
2957 (remote_target::remote_parse_stop_reply): Update.
2958 (remote_target::process_stop_reply): Update.
2959 * remote-notif.h (struct notif_event): Add virtual destructor.
2960 Remove "dtr" member.
2961 (struct notif_client) <alloc_event>: Return a unique_ptr.
2962 (notif_event_xfree): Don't declare.
2963 (notif_event_up): New typedef.
2964 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
2965 (notif_event_xfree, do_notif_event_xfree): Remove.
2966 (remote_notif_state_xfree): Update.
2967
2968 2019-03-06 Tom Tromey <tom@tromey.com>
2969
2970 * infrun.c (displaced_step_clear_cleanup): Now a
2971 forward_scope_exit type.
2972 (displaced_step_prepare_throw): Update.
2973 (displaced_step_fixup): Update.
2974
2975 2019-03-06 Tom Tromey <tom@tromey.com>
2976
2977 * inferior.h (class inferior): Update comment.
2978 * gdbthread.h (class thread_info): Update comment.
2979
2980 2019-03-06 Joel Brobecker <brobecker@adacore.com>
2981 Tom Tromey <tom@tromey.com>
2982
2983 * stabsread.h (struct stab_section_list): Remove.
2984 (coffstab_build_psymtabs): Update.
2985 * dbxread.c (symbuf_sections): Now a std::vector.
2986 (sect_idx): New global.
2987 (fill_symbuf): Update.
2988 (coffstab_build_psymtabs): Change type of stabsects parameter.
2989 Update.
2990 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
2991 std::vector.
2992 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
2993 (coff_locate_sections): Update.
2994 (coff_symfile_read): Remove cleanups. Update.
2995 (init_stringtab): Add storage parameter.
2996 (free_stringtab, free_stringtab_cleanup): Remove.
2997 (init_lineno): Add storage parameter.
2998 (free_linetab, free_linetab_cleanup): Remove.
2999
3000 2019-03-06 Pedro Alves <palves@redhat.com>
3001
3002 * linux-fork.c (fork_info::clobber_regs): Delete.
3003 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
3004 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
3005 comment. Adjust.
3006 (scoped_switch_fork_info::scoped_switch_fork_info)
3007 (checkpoint_command, linux_fork_context): Adjust
3008 fork_save_infrun_state calls.
3009
3010 2019-03-06 Pedro Alves <palves@redhat.com>
3011
3012 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
3013 (inf_has_multiple_threads): Return 'bool' and rewrite using
3014 inferior_info::threads().
3015
3016 2019-03-06 Pedro Alves <palves@redhat.com>
3017
3018 * linux-fork.c: Include <list>.
3019 (fork_list): Now a std::list instance.
3020 (fork_info): Add ctor, dtor, and in-class initialize all fields.
3021 (forks_exist_p, find_last_fork): Adjust.
3022 (new_fork): Delete.
3023 (one_fork_p): New.
3024 (add_fork): Adjust.
3025 (free_fork): Delete, folded into fork_info::~fork_info().
3026 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
3027 Adjust.
3028 (init_fork_list): Delete.
3029 (linux_fork_killall, linux_fork_mourn_inferior)
3030 (linux_fork_detach, info_checkpoints_command): Adjust.
3031 (_initialize_linux_fork): No longer call init_fork_list.
3032
3033 2019-03-06 Pedro Alves <palves@redhat.com>
3034
3035 * linux-fork.c (new_fork): New, split out of ...
3036 (add_fork): ... this. Return void. Move "first fork" special
3037 case from here, to ...
3038 (checkpoint_command): ... here.
3039 * linux-linux.h (add_fork): Return void.
3040
3041 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
3044
3045 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3046 Chris January <chris.january@arm.com>
3047 David Lecomber <david.lecomber@arm.com>
3048
3049 * f-exp.y: New token, UNOP_INTRINSIC.
3050 (exp): New pattern using UNOP_INTRINSIC token.
3051 (f77_keywords): Add 'abs' keyword.
3052 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
3053 (value_from_host_double): New function.
3054 (evaluate_subexp_f): Support UNOP_ABS.
3055
3056 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
3059 types.
3060
3061 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
3064 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
3065 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
3066
3067 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * f-exp.y (convert_to_kind_type): Handle more type kinds.
3070
3071 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3072 Chris January <chris.january@arm.com>
3073
3074 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
3075 * f-exp.y: Define 'KIND' token.
3076 (exp): New pattern for KIND expressions.
3077 (ptype): Handle types with a kind extension.
3078 (direct_abs_decl): Extend to spot kind extensions.
3079 (f77_keywords): Add 'kind' to the list.
3080 (push_kind_type): New function.
3081 (convert_to_kind_type): New function.
3082 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
3083 * parse.c (operator_length_standard): Likewise.
3084 * parser-defs.h (enum type_pieces): Add tp_kind.
3085 * std-operator.def: Add UNOP_KIND.
3086
3087 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * f-exp.y (f_parse): Set yydebug.
3090
3091 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * f-lang.c (evaluate_subexp_f): New function.
3094 (exp_descriptor_f): New global.
3095 (f_language_defn): Use exp_descriptor_f instead of
3096 exp_descriptor_standard.
3097
3098 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 * f-exp.y (struct token): Add comments.
3101 (dot_ops): Remove uppercase versions and the end marker.
3102 (f77_keywords): Likewise.
3103 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
3104 entries in the dot_ops array are case insensitive, and use
3105 strncasecmp to compare strings. Also some whitespace cleanup in
3106 this area. Similar for the f77_keywords array, except entries in
3107 this list might be case sensitive.
3108
3109 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * f-exp.y (struct f77_boolean_val): Add comments.
3112 (boolean_values): Remove uppercase versions, and end marker.
3113 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
3114 and use strncasecmp to achieve case insensitivity. Additionally,
3115 perform whitespace cleanup around this code.
3116
3117 2019-03-06 Tom Tromey <tromey@adacore.com>
3118
3119 * remote-sim.c (gdbsim_target_open): Use result of
3120 gdb_argv::release.
3121
3122 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3123 Dirk Schubert <dirk.schubert@arm.com>
3124 Chris January <chris.january@arm.com>
3125
3126 * eval.c (evaluate_subexp_standard): Call Fortran argument
3127 wrapping logic.
3128 * f-lang.c (struct value): A value which can be passed into a
3129 Fortran function call.
3130 (fortran_argument_convert): Wrap Fortran arguments in a pointer
3131 where appropriate.
3132 (struct type): Value ready for a Fortran function call.
3133 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
3134 is needed.
3135 * f-lang.h (fortran_argument_convert): Declaration.
3136 (fortran_preserve_arg_pointer): Declaration.
3137 * infcall.c (value_arg_coerce): Call Fortran argument logic.
3138
3139 2019-03-05 Tom Tromey <tromey@adacore.com>
3140
3141 * python/py-prettyprint.c (print_string_repr): Remove #if.
3142 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
3143
3144 2019-03-05 Tom Tromey <tromey@adacore.com>
3145
3146 * target.c (the_dummy_target): Move later. Change type to
3147 "dummy_target".
3148 (initialize_targets): Don't initialize the_dummy_target.
3149
3150 2019-03-05 Tom Tromey <tromey@adacore.com>
3151
3152 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
3153 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
3154
3155 2019-03-05 Tom Tromey <tromey@adacore.com>
3156
3157 * windows-nat.c (windows_nat_target::attach)
3158 (windows_nat_target::detach): Don't call gdb_flush.
3159 * valprint.c (generic_val_print, val_print, val_print_string):
3160 Don't call gdb_flush.
3161 * utils.c (defaulted_query): Don't call gdb_flush.
3162 * typeprint.c (print_type_scalar): Don't call gdb_flush.
3163 * target.c (target_announce_detach): Don't call gdb_flush.
3164 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
3165 * remote.c (extended_remote_target::attach): Don't call
3166 gdb_flush.
3167 * procfs.c (procfs_target::detach): Don't call gdb_flush.
3168 * printcmd.c (do_examine): Don't call gdb_flush.
3169 (info_display_command): Don't call gdb_flush.
3170 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
3171 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
3172 * memattr.c (info_mem_command): Don't call gdb_flush.
3173 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
3174 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
3175 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
3176 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
3177 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
3178 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
3179 (gnu_nat_target::detach): Don't call gdb_flush.
3180 * f-valprint.c (f_val_print): Don't call gdb_flush.
3181 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
3182 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
3183 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
3184 gdb_flush.
3185 * c-valprint.c (c_val_print): Don't call gdb_flush.
3186 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
3187
3188 2019-03-05 Tom Tromey <tromey@adacore.com>
3189
3190 * varobj.c (update_dynamic_varobj_children): Update.
3191 (install_default_visualizer): Use reset, not release.
3192 * value.c (set_internalvar): Update.
3193 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
3194 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
3195 ATTRIBUTE_UNUSED_RESULT.
3196
3197 2019-03-05 Tom Tromey <tromey@adacore.com>
3198
3199 * remote.c (class scoped_remote_fd) <release>: Add
3200 ATTRIBUTE_UNUSED_RESULT.
3201
3202 2019-03-05 Tom Tromey <tromey@adacore.com>
3203
3204 * macroexp.c (struct macro_buffer) <release>: Add
3205 ATTRIBUTE_UNUSED_RESULT.
3206
3207 2019-03-05 Tom Tromey <tromey@adacore.com>
3208
3209 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
3210 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
3211 ATTRIBUTE_UNUSED_RESULT.
3212
3213 2019-03-05 Tom Tromey <tromey@adacore.com>
3214
3215 * common/scoped_fd.h (class scoped_fd) <release>: Add
3216 ATTRIBUTE_UNUSED_RESULT.
3217
3218 2019-03-05 Tom Tromey <tromey@adacore.com>
3219
3220 * parser-defs.h (struct parser_state) <release>: Add
3221 ATTRIBUTE_UNUSED_RESULT.
3222
3223 2019-03-05 Tom Tromey <tromey@adacore.com>
3224
3225 * utils.h (class gdb_argv) <release>: Add
3226 ATTRIBUTE_UNUSED_RESULT.
3227 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
3228
3229 2019-03-02 Eli Zaretskii <eliz@gnu.org>
3230
3231 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
3232 for-loop range, to avoid compiler warnings.
3233
3234 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
3235 avoid compiler warnings about unused variables.
3236
3237 * NEWS: Mention end of support for native debugging on MS-Windows
3238 before XP.
3239
3240 PR gdb/24292
3241 * common/netstuff.c:
3242 * gdbserver/gdbreplay.c
3243 * gdbserver/remote-utils.c:
3244 * ser-tcp.c:
3245 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
3246 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
3247 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
3248 'getaddrinfo' and 'freeaddrinfo' were not available before
3249 Windows XP, and mingw.org's MinGW headers by default define
3250 _WIN32_WINNT to 0x500.
3251
3252 2019-03-01 Gary Benson <gbenson@redhat.com>
3253
3254 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
3255
3256 2019-02-28 Brian Vandenberg <phantall@gmail.com>
3257 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3258
3259 PR gdb/8527
3260 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
3261 set_sigint_trap, clear_sigint_trap.
3262
3263 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3264
3265 * target.c (target_detach): Clear the regcache and the
3266 frame cache.
3267
3268 2019-02-27 Pedro Alves <palves@redhat.com>
3269
3270 * utils.c (set_screen_size): When we cap the height/width sizes,
3271 tweak the corresponding command variable to show "unlimited":
3272
3273 2019-02-27 Saagar Jha <saagar@saagarjha.com>
3274 Pedro Alves <palves@redhat.com>
3275
3276 * utils.c (set_screen_size): Reduce "infinite" rows and columns
3277 before calling rl_set_screen_size.
3278
3279 2019-02-27 Tom Tromey <tromey@adacore.com>
3280
3281 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
3282 define.
3283 * python/py-value.c: Remove Python 2.4 workaround.
3284 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
3285 workaround.
3286 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
3287 Python 2.4 workaround.
3288 * python/python-internal.h: Remove Python 2.4 comment.
3289 (Py_ssize_t): Don't define.
3290 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
3291 (gdb_Py_DECREF): Remove Python 2.4 workaround.
3292 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
3293 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
3294 * python/python.c (do_start_initialization): Remove Python 2.4
3295 workaround.
3296 * python/py-prettyprint.c (class dummy_python_frame): Remove.
3297 (print_children): Remove Python 2.4 workaround.
3298 * python/py-inferior.c (buffer_procs): Remove Python 2.4
3299 workaround.
3300 (CHARBUFFERPROC_NAME): Remove.
3301 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
3302 Python 2.4 workaround.
3303
3304 2019-02-27 Kevin Buettner <kevinb@redhat.com>
3305
3306 * NEWS: Note minimum Python version.
3307
3308 2019-02-27 Kevin Buettner <kevinb@redhat.com>
3309
3310 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
3311 code from these functions. Remove corresponding ifdefs. Use
3312 Py_buffer_up instead of explicit calls to PyBuffer_Release.
3313 Remove gotos and target of gotos.
3314 (infpy_search_memory): Likewise.
3315
3316 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
3319 (hppa_gdbarch_init): Don't register deleted functions with
3320 gdbarch.
3321
3322 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
3325 (h8300_unwind_sp): Delete.
3326 (h8300_dummy_id): Delete.
3327 (h8300_gdbarch_init): Don't register deleted functions with
3328 gdbarch.
3329
3330 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3331
3332 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
3333 (ft32_unwind_pc): Delete.
3334 (ft32_unwind_sp): Delete.
3335 (ft32_gdbarch_init): Don't register deleted functions with
3336 gdbarch.
3337
3338 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb/frv-tdep.c (frv_dummy_id): Delete.
3341 (frv_unwind_pc): Delete.
3342 (frv_unwind_sp): Delete.
3343 (frv_gdbarch_init): Don't register deleted functions with
3344 gdbarch.
3345
3346 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
3349 (riscv_unwind_pc): Delete.
3350 (riscv_unwind_sp): Delete.
3351 (riscv_gdbarch_init): Don't register deleted functions with
3352 gdbarch.
3353
3354 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb/csky-tdep.c (csky_dummy_id): Delete.
3357 (csky_unwind_pc): Delete.
3358 (csky_unwind_sp): Delete.
3359 (csky_gdbarch_init): Don't register deleted functions with
3360 gdbarch.
3361
3362 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb/cris-tdep.c (cris_dummy_id): Delete.
3365 (cris_unwind_pc): Delete.
3366 (cris_unwind_sp): Delete.
3367 (cris_gdbarch_init): Don't register deleted functions with
3368 gdbarch.
3369
3370 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3371
3372 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
3373 (bfin_unwind_pc): Delete.
3374 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
3375
3376 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * gdb/arm-tdep.c (arm_dummy_id): Delete.
3379 (arm_unwind_pc): Delete.
3380 (arm_unwind_sp): Delete.
3381 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
3382
3383 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3384
3385 * gdb/arc-tdep.c (arc_dummy_id): Delete.
3386 (arc_unwind_pc): Delete.
3387 (arc_unwind_sp): Delete.
3388 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
3389
3390 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
3393 (alpha_unwind_pc): Delete.
3394 (alpha_gdbarch_init): Don't register deleted functions with
3395 gdbarch.
3396
3397 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3398
3399 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
3400 (aarch64_unwind_pc): Delete.
3401 (aarch64_unwind_sp): Delete.
3402 (aarch64_gdbarch_init): Don't register deleted functions with
3403 gdbarch.
3404
3405 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 * gdbtypes.c (type_align): Don't consider static members when
3408 computing structure alignment.
3409
3410 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
3413 return 0 for other types.
3414 * arch-utils.c (default_type_align): Always return 0.
3415 * gdbarch.h: Regenerate.
3416 * gdbarch.sh (type_align): Extend comment.
3417 * gdbtypes.c (type_align): Add additional comments, always call
3418 gdbarch_type_align before applying the default rules.
3419 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
3420 generic code will then apply a suitable default.
3421 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
3422 types, return 0 for other types.
3423
3424 2019-02-27 Joel Brobecker <brobecker@adacore.com>
3425
3426 * NEWS: Create a new section for the next release branch.
3427 Rename the section of the current branch, now that it has
3428 been cut.
3429
3430 2019-02-27 Joel Brobecker <brobecker@adacore.com>
3431
3432 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
3433 * version.in: Bump version to 8.3.50.DATE-git.
3434
3435 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
3436
3437 * aix-thread.c (ptid_cmp): Remove unused variable.
3438 (get_signaled_thread): Likewise.
3439 (store_regs_user_thread): Likewise.
3440 (store_regs_kernel_thread): Likewise.
3441 (fetch_regs_kernel_thread): Remove shadowed variable.
3442
3443 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * features/riscv/32bit-cpu.xml: Add register numbers.
3446 * features/riscv/32bit-fpu.c: Regenerate.
3447 * features/riscv/32bit-fpu.xml: Add register numbers.
3448 * features/riscv/64bit-cpu.xml: Add register numbers.
3449 * features/riscv/64bit-fpu.c: Regenerate.
3450 * features/riscv/64bit-fpu.xml: Add register numbers.
3451
3452 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3453
3454 * NEWS: Mention two argument form of gdb.Value constructor.
3455 * python/py-value.c (convert_buffer_and_type_to_value): New
3456 function.
3457 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
3458 Add support for handling an optional second argument. Call
3459 convert_buffer_and_type_to_value as appropriate.
3460 * python/python-internal.h (Py_buffer_deleter): New struct.
3461 (Py_buffer_up): New typedef.
3462
3463 2019-02-25 John Baldwin <jhb@FreeBSD.org>
3464
3465 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
3466 instead of releasing ownership.
3467
3468 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
3469
3470 * dwarf2read.c (open_and_init_dwp_file): Call
3471 elf_numsections instead of bfd_count_sections to initialize
3472 dwp_file->num_sections.
3473
3474 2019-02-25 Tom Tromey <tromey@adacore.com>
3475
3476 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
3477
3478 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
3479
3480 * gcore.in: Add '--readnever' option when invoking GDB.
3481
3482 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3483
3484 * MAINTAINERS: Update my email address.
3485
3486 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3487
3488 * build-id.c (build_id_to_debug_bfd_1): New function.
3489 (build_id_to_debug_bfd): Look for separate debug file in
3490 sysroot.
3491
3492 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdbarch.sh: Update the copyright year range that is placed into
3495 generated files.
3496
3497 2019-02-22 Keith Seitz <keiths@redhat.com>
3498
3499 PR symtab/23853
3500 * linespec.c (create_sals_line_offset): Search for the default
3501 symtab's filename instead of its fullname.
3502
3503 2019-02-21 Alan Hayward <alan.hayward@arm.com>
3504
3505 * NEWS: Update style defaults.
3506
3507 2019-02-21 Alan Hayward <alan.hayward@arm.com>
3508
3509 * main.c (captured_main_1): Disable styling in batch mode.
3510
3511 2019-02-20 Tom Tromey <tom@tromey.com>
3512
3513 * symtab.c (symtab_symbol_info): Fix typos.
3514
3515 2019-02-20 Tom Tromey <tromey@adacore.com>
3516
3517 * findcmd.c (_initialize_mem_search): Use upper case for
3518 metasyntactic variables.
3519
3520 2019-02-20 Alan Hayward <alan.hayward@arm.com>
3521
3522 * aarch64-tdep.c (aarch64_add_reggroups): New function.
3523 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
3524
3525 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3526
3527 * top.h (source_file_name): Change to std::string.
3528 * top.c (source_file_name): Likewise.
3529 (command_line_input): Adjust.
3530 * cli/cli-script.c (script_from_file): Adjust.
3531
3532 2019-02-19 Tom Tromey <tromey@adacore.com>
3533
3534 * ravenscar-thread.c
3535 (ravenscar_thread_target::update_thread_list): Don't call
3536 ada_build_task_list.
3537 * ada-lang.h (ada_build_task_list): Don't declare.
3538 * ada-tasks.c (struct ada_tasks_inferior_data)
3539 <task_list_valid_p>: Now bool.
3540 (read_known_tasks, ada_task_list_changed)
3541 (ada_tasks_invalidate_inferior_data): Update.
3542 (read_known_tasks_array): Return bool.
3543 (read_known_tasks_list): Likewise.
3544 (read_known_tasks): Return void.
3545 (ada_build_task_list): Now static.
3546
3547 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
3550 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
3551
3552 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3553
3554 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
3555 variant for ada_tasks_pspace_data_handle and
3556 ada_tasks_inferior_data_handle.
3557 (ada_tasks_pspace_data_cleanup): New function.
3558 (ada_tasks_inferior_data_cleanup): New function.
3559
3560 2019-02-17 Tom Tromey <tom@tromey.com>
3561
3562 * macrotab.h (macro_source_fullname): Return a std::string.
3563 * macrotab.c (macro_include, check_for_redefinition)
3564 (macro_undef, macro_lookup_definition, foreach_macro)
3565 (foreach_macro_in_scope): Update.
3566 (macro_source_fullname): Return a std::string.
3567 * macrocmd.c (show_pp_source_pos): Update.
3568
3569 2019-02-17 Tom Tromey <tom@tromey.com>
3570
3571 * macrocmd.c (show_pp_source_pos): Style the file names.
3572
3573 2019-02-17 Tom Tromey <tom@tromey.com>
3574
3575 PR tui/24197:
3576 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
3577
3578 2019-02-17 Tom Tromey <tom@tromey.com>
3579
3580 * ada-lang.c (user_select_syms): Use filtered printing.
3581 * utils.c (wrap_style): New global.
3582 (desired_style): Remove.
3583 (emit_style_escape): Add stream parameter.
3584 (set_output_style, reset_terminal_style, prompt_for_continue):
3585 Update.
3586 (flush_wrap_buffer): Only flush gdb_stdout.
3587 (wrap_here): Set wrap_style.
3588 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
3589 treat escape sequences as a character. Change when wrap buffer is
3590 flushed.
3591 (fputs_styled): Do not set the output style when the default is
3592 requested.
3593 * ui-style.h (struct ui_file_style) <is_default>: New method.
3594 * source.c (print_source_lines_base): Emit escape sequences in one
3595 piece.
3596
3597 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3598
3599 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
3600 integers and enumeration types.
3601
3602 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3603
3604 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
3605 instead of lookup_symbol_in_language
3606 (do_exact_match): New function.
3607 (ada_get_symbol_name_matcher): Return do_exact_match when
3608 doing a verbatim match.
3609
3610 2019-02-15 Tom Tromey <tromey@adacore.com>
3611
3612 * ravenscar-thread.c (ravenscar_thread_target::resume)
3613 (ravenscar_thread_target::wait): Special case wildcard requests.
3614
3615 2019-02-15 Tom Tromey <tromey@adacore.com>
3616
3617 * ravenscar-thread.c (base_ptid): Remove.
3618 (struct ravenscar_thread_target) <close>: New method.
3619 <m_base_ptid>: New member.
3620 <update_inferior_ptid, active_task, task_is_currently_active,
3621 runtime_initialized>: Declare methods.
3622 <ravenscar_thread_target>: Add constructor.
3623 (ravenscar_thread_target::task_is_currently_active)
3624 (ravenscar_thread_target::update_inferior_ptid)
3625 (ravenscar_runtime_initialized): Rename. Now methods.
3626 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
3627 (ravenscar_thread_target::update_thread_list): Update.
3628 (ravenscar_thread_target::active_task): Now method.
3629 (ravenscar_thread_target::store_registers)
3630 (ravenscar_thread_target::prepare_to_store)
3631 (ravenscar_thread_target::prepare_to_store)
3632 (ravenscar_thread_target::mourn_inferior): Update.
3633 (ravenscar_inferior_created): Use "new" to create target.
3634 (ravenscar_thread_target::get_ada_task_ptid): Update.
3635 (_initialize_ravenscar): Don't initialize base_ptid.
3636 (ravenscar_ops): Remove global.
3637
3638 2019-02-15 Tom Tromey <tromey@adacore.com>
3639
3640 * target.h (push_target): Declare new overload.
3641 * target.c (push_target): New overload, taking an rvalue reference.
3642 * remote.c (remote_target::open_1): Use push_target overload.
3643 * corelow.c (core_target_open): Use push_target overload.
3644
3645 2019-02-15 Tom Tromey <tromey@adacore.com>
3646
3647 * ravenscar-thread.c (is_ravenscar_task)
3648 (ravenscar_task_is_currently_active): Return bool.
3649 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
3650 (_initialize_ravenscar): Remove "(void)".
3651 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
3652 Return bool.
3653
3654 2019-02-15 Tom Tromey <tromey@adacore.com>
3655
3656 * ravenscar-thread.c (ravenscar_runtime_initializer)
3657 (has_ravenscar_runtime, get_running_thread_id)
3658 (ravenscar_thread_target::resume): Fix indentation.
3659
3660 2019-02-15 Tom Tromey <tromey@adacore.com>
3661
3662 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
3663 from ravenscar_arch_ops.
3664 (sparc_ravenscar_ops::fetch_registers)
3665 (sparc_ravenscar_ops::store_registers): Now methods.
3666 (sparc_ravenscar_prepare_to_store): Remove.
3667 (sparc_ravenscar_ops): Redefine.
3668 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
3669 methods and destructor. Remove members.
3670 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
3671 (ravenscar_thread_target::store_registers)
3672 (ravenscar_thread_target::prepare_to_store): Update.
3673 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
3674 Remove.
3675 (struct ppc_ravenscar_powerpc_ops): Derive from
3676 ravenscar_arch_ops.
3677 (ppc_ravenscar_powerpc_ops::fetch_registers)
3678 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
3679 (ppc_ravenscar_powerpc_ops): Redefine.
3680 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
3681 (ppc_ravenscar_e500_ops::fetch_registers)
3682 (ppc_ravenscar_e500_ops::store_registers): Now methods.
3683 (ppc_ravenscar_e500_ops): Redefine.
3684 * aarch64-ravenscar-thread.c
3685 (aarch64_ravenscar_generic_prepare_to_store): Remove.
3686 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
3687 (aarch64_ravenscar_fetch_registers)
3688 (aarch64_ravenscar_store_registers): Now methods.
3689 (aarch64_ravenscar_ops): Redefine.
3690
3691 2019-02-15 Tom Tromey <tromey@adacore.com>
3692
3693 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
3694 (ravenscar_thread_target::stopped_by_hw_breakpoint)
3695 (ravenscar_thread_target::stopped_by_watchpoint)
3696 (ravenscar_thread_target::stopped_data_address)
3697 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
3698
3699 2019-02-15 Tom Tromey <tromey@adacore.com>
3700
3701 * ravenscar-thread.c: Fix some typos.
3702
3703 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3704 Tom Tromey <tromey@adacore.com>
3705
3706 * ada-lang.c (ada_exception_sal): Change addr_string to a
3707 std::string.
3708 (create_ada_exception_catchpoint): Update.
3709
3710 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3711 Tom Tromey <tromey@adacore.com>
3712
3713 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
3714 (bp_location_ops): Remove.
3715 (base_breakpoint_allocate_location): Update.
3716 (free_bp_location): Update.
3717 * ada-lang.c (class ada_catchpoint_location)
3718 <ada_catchpoint_location>: Remove ops parameter.
3719 (ada_catchpoint_location_dtor): Remove.
3720 (ada_catchpoint_location_ops): Remove.
3721 (allocate_location_exception): Update.
3722 * breakpoint.h (struct bp_location_ops): Remove.
3723 (class bp_location) <bp_location>: Remove bp_location_ops
3724 parameter.
3725 <~bp_location>: Add destructor.
3726 <ops>: Remove.
3727
3728 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
3729 Pedro Alves <palves@redhat.com>
3730
3731 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
3732 'PATH_MAX'.
3733
3734 2019-02-14 David Michael <fedora.dm0@gmail.com>
3735 Samuel Thibault <samuel.thibault@gnu.org>
3736 Thomas Schwinge <thomas@codesourcery.com>
3737
3738 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
3739 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
3740
3741 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
3742
3743 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
3744 (check_empty): Use "const char *".
3745
3746 * gnu-nat.c (gnu_nat_target::detach): Instead of
3747 'detach_inferior (pid)' call
3748 'detach_inferior (find_inferior_pid (pid))'.
3749
3750 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
3751 'nat/fork-inferior.o'.
3752 * gnu-nat.c: #include "nat/fork-inferior.h".
3753
3754 * gnu-nat.c (gnu_nat_target::detach): Instead of
3755 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
3756 * gnu-nat.h: #include "inf-child.h".
3757 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
3758 'i386_gnu_nat_target::fetch_registers'.
3759 (gnu_store_registers): Rename/move to
3760 'i386_gnu_nat_target::store_registers'.
3761
3762 * config/i386/nm-i386gnu.h: Don't "#include" any files.
3763 * gnu-nat.h (mach_thread_info): New function.
3764 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
3765
3766 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
3767
3768 2019-02-14 Frederic Konrad <konrad@adacore.com>
3769
3770 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
3771
3772 2019-02-14 Joel Brobecker <brobecker@adacore.com>
3773
3774 * windows-nat.c (windows_add_thread): Add new parameter
3775 "main_thread_p" with default value set to false. Update
3776 function documentation as well as all callers.
3777 (windows_delete_thread): Likewise.
3778 (fake_create_process): Update call to windows_add_thread.
3779 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
3780 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
3781 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
3782 call to windows_delete_thread.
3783
3784 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
3785
3786 * MAINTAINERS: Add Andrew Burgess as global maintainer.
3787
3788 2019-02-12 John Baldwin <jhb@FreeBSD.org>
3789
3790 * symfile.c (find_separate_debug_file): Use canonical path of
3791 sysroot with child_path instead of gdb_sysroot if it is valid.
3792
3793 2019-02-12 John Baldwin <jhb@FreeBSD.org>
3794
3795 * symfile.c (find_separate_debug_file): Use child_path to
3796 determine if an object file is under a sysroot.
3797
3798 2019-02-12 John Baldwin <jhb@FreeBSD.org>
3799
3800 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3801 unittests/child-path-selftests.c.
3802 * common/pathstuff.c (child_path): New function.
3803 * common/pathstuff.h (child_path): New prototype.
3804 * unittests/child-path-selftests.c: New file.
3805
3806 2019-02-12 John Baldwin <jhb@FreeBSD.org>
3807
3808 * symfile.c (find_separate_debug_file): Look for separate debug
3809 files in debug directories under the sysroot.
3810
3811 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3812
3813 * symtab.h (struct minimal_symbol data_p): New const method.
3814 (struct minimal_symbol text_p): Likewise.
3815 * symtab.c (output_source_filename): Use file name style
3816 to print file name.
3817 (print_symbol_info): Likewise.
3818 (print_msymbol_info): Use address style to print addresses.
3819 Use function name style to print executable text symbols.
3820 (expand_symtab_containing_pc): Use data_p.
3821 (find_pc_sect_compunit_symtab): Likewise.
3822
3823 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3824
3825 * breakpoint.c (describe_other_breakpoints): Use address style
3826 to print addresses.
3827 (say_where): Likewise.
3828
3829 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3830
3831 * ada-typeprint.c (print_func_type): Print function name
3832 style to print function name.
3833 * c-typeprint.c (c_print_type_1): Likewise.
3834
3835 2019-02-11 Alan Hayward <alan.hayward@arm.com>
3836
3837 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
3838 for execve.
3839
3840 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3841
3842 * c-exp.y (direct_abs_decl): Use emplace_back to record the
3843 type_stack.
3844
3845 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3846
3847 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
3848 TYPE_CODE_REF types.
3849
3850 2019-02-08 Jim Wilson <jimw@sifive.com>
3851
3852 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
3853 (riscv_linux_fregset): New.
3854 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
3855
3856 2019-02-07 Tom Tromey <tom@tromey.com>
3857
3858 * thread.c (thread_cancel_execution_command): Update.
3859 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
3860 methods.
3861 (struct thread_fsm_ops): Remove.
3862 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
3863 (thread_fsm_should_stop, thread_fsm_return_value)
3864 (thread_fsm_set_finished, thread_fsm_finished_p)
3865 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
3866 Don't declare.
3867 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
3868 * infrun.c (clear_proceed_status_thread)
3869 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
3870 (print_stop_event): Update.
3871 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
3872 Add constructor.
3873 (step_command_fsm_ops): Remove.
3874 (new_step_command_fsm): Remove.
3875 (step_1): Update.
3876 (step_command_fsm::should_stop): Rename from
3877 step_command_fsm_should_stop.
3878 (step_command_fsm::clean_up): Rename from
3879 step_command_fsm_clean_up.
3880 (step_command_fsm::do_async_reply_reason): Rename from
3881 step_command_fsm_async_reply_reason.
3882 (struct until_next_fsm): Inherit from thread_fsm. Add
3883 constructor.
3884 (until_next_fsm_ops): Remove.
3885 (new_until_next_fsm): Remove.
3886 (until_next_fsm::should_stop): Rename from
3887 until_next_fsm_should_stop.
3888 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
3889 (until_next_fsm::do_async_reply_reason): Rename from
3890 until_next_fsm_async_reply_reason.
3891 (struct finish_command_fsm): Inherit from thread_fsm. Add
3892 constructor. Change type of breakpoint.
3893 (finish_command_fsm_ops): Remove.
3894 (new_finish_command_fsm): Remove.
3895 (finish_command_fsm::should_stop): Rename from
3896 finish_command_fsm_should_stop.
3897 (finish_command_fsm::clean_up): Rename from
3898 finish_command_fsm_clean_up.
3899 (finish_command_fsm::return_value): Rename from
3900 finish_command_fsm_return_value.
3901 (finish_command_fsm::do_async_reply_reason): Rename from
3902 finish_command_fsm_async_reply_reason.
3903 (finish_command): Update.
3904 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
3905 Add constructor.
3906 (call_thread_fsm_ops): Remove.
3907 (call_thread_fsm::call_thread_fsm): Rename from
3908 new_call_thread_fsm.
3909 (call_thread_fsm::should_stop): Rename from
3910 call_thread_fsm_should_stop.
3911 (call_thread_fsm::should_notify_stop): Rename from
3912 call_thread_fsm_should_notify_stop.
3913 (run_inferior_call, call_function_by_hand_dummy): Update.
3914 * cli/cli-interp.c (should_print_stop_to_console): Update.
3915 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
3916 Add constructor. Change type of location_breakpoint,
3917 caller_breakpoint.
3918 (until_break_fsm_ops): Remove.
3919 (new_until_break_fsm): Remove.
3920 (until_break_fsm::should_stop): Rename from
3921 until_break_fsm_should_stop.
3922 (until_break_fsm::clean_up): Rename from
3923 until_break_fsm_clean_up.
3924 (until_break_fsm::do_async_reply_reason): Rename from
3925 until_break_fsm_async_reply_reason.
3926 (until_break_command): Update.
3927 * thread-fsm.c: Remove.
3928 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
3929
3930 2019-02-07 Tom Tromey <tom@tromey.com>
3931
3932 * yy-remap.h: Add include guard.
3933 * xtensa-tdep.h: Add include guard.
3934 * xcoffread.h: Rename include guard.
3935 * varobj-iter.h: Add include guard.
3936 * tui/tui.h: Rename include guard.
3937 * tui/tui-winsource.h: Rename include guard.
3938 * tui/tui-wingeneral.h: Rename include guard.
3939 * tui/tui-windata.h: Rename include guard.
3940 * tui/tui-win.h: Rename include guard.
3941 * tui/tui-stack.h: Rename include guard.
3942 * tui/tui-source.h: Rename include guard.
3943 * tui/tui-regs.h: Rename include guard.
3944 * tui/tui-out.h: Rename include guard.
3945 * tui/tui-layout.h: Rename include guard.
3946 * tui/tui-io.h: Rename include guard.
3947 * tui/tui-hooks.h: Rename include guard.
3948 * tui/tui-file.h: Rename include guard.
3949 * tui/tui-disasm.h: Rename include guard.
3950 * tui/tui-data.h: Rename include guard.
3951 * tui/tui-command.h: Rename include guard.
3952 * tic6x-tdep.h: Add include guard.
3953 * target/waitstatus.h: Rename include guard.
3954 * target/wait.h: Rename include guard.
3955 * target/target.h: Rename include guard.
3956 * target/resume.h: Rename include guard.
3957 * target-float.h: Rename include guard.
3958 * stabsread.h: Add include guard.
3959 * rs6000-tdep.h: Add include guard.
3960 * riscv-fbsd-tdep.h: Add include guard.
3961 * regformats/regdef.h: Rename include guard.
3962 * record.h: Rename include guard.
3963 * python/python.h: Rename include guard.
3964 * python/python-internal.h: Rename include guard.
3965 * python/py-stopevent.h: Rename include guard.
3966 * python/py-ref.h: Rename include guard.
3967 * python/py-record.h: Rename include guard.
3968 * python/py-record-full.h: Rename include guard.
3969 * python/py-record-btrace.h: Rename include guard.
3970 * python/py-instruction.h: Rename include guard.
3971 * python/py-events.h: Rename include guard.
3972 * python/py-event.h: Rename include guard.
3973 * procfs.h: Add include guard.
3974 * proc-utils.h: Add include guard.
3975 * p-lang.h: Add include guard.
3976 * or1k-tdep.h: Rename include guard.
3977 * observable.h: Rename include guard.
3978 * nto-tdep.h: Rename include guard.
3979 * nat/x86-linux.h: Rename include guard.
3980 * nat/x86-linux-dregs.h: Rename include guard.
3981 * nat/x86-gcc-cpuid.h: Add include guard.
3982 * nat/x86-dregs.h: Rename include guard.
3983 * nat/x86-cpuid.h: Rename include guard.
3984 * nat/ppc-linux.h: Rename include guard.
3985 * nat/mips-linux-watch.h: Rename include guard.
3986 * nat/linux-waitpid.h: Rename include guard.
3987 * nat/linux-ptrace.h: Rename include guard.
3988 * nat/linux-procfs.h: Rename include guard.
3989 * nat/linux-osdata.h: Rename include guard.
3990 * nat/linux-nat.h: Rename include guard.
3991 * nat/linux-namespaces.h: Rename include guard.
3992 * nat/linux-btrace.h: Rename include guard.
3993 * nat/glibc_thread_db.h: Rename include guard.
3994 * nat/gdb_thread_db.h: Rename include guard.
3995 * nat/gdb_ptrace.h: Rename include guard.
3996 * nat/fork-inferior.h: Rename include guard.
3997 * nat/amd64-linux-siginfo.h: Rename include guard.
3998 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
3999 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
4000 * nat/aarch64-linux.h: Rename include guard.
4001 * nat/aarch64-linux-hw-point.h: Rename include guard.
4002 * mn10300-tdep.h: Add include guard.
4003 * mips-linux-tdep.h: Add include guard.
4004 * mi/mi-parse.h: Rename include guard.
4005 * mi/mi-out.h: Rename include guard.
4006 * mi/mi-main.h: Rename include guard.
4007 * mi/mi-interp.h: Rename include guard.
4008 * mi/mi-getopt.h: Rename include guard.
4009 * mi/mi-console.h: Rename include guard.
4010 * mi/mi-common.h: Rename include guard.
4011 * mi/mi-cmds.h: Rename include guard.
4012 * mi/mi-cmd-break.h: Rename include guard.
4013 * m2-lang.h: Add include guard.
4014 * location.h: Rename include guard.
4015 * linux-record.h: Rename include guard.
4016 * linux-nat.h: Add include guard.
4017 * linux-fork.h: Add include guard.
4018 * i386-darwin-tdep.h: Rename include guard.
4019 * hppa-linux-offsets.h: Add include guard.
4020 * guile/guile.h: Rename include guard.
4021 * guile/guile-internal.h: Rename include guard.
4022 * gnu-nat.h: Rename include guard.
4023 * gdb-stabs.h: Rename include guard.
4024 * frv-tdep.h: Add include guard.
4025 * f-lang.h: Add include guard.
4026 * event-loop.h: Add include guard.
4027 * darwin-nat.h: Rename include guard.
4028 * cp-abi.h: Rename include guard.
4029 * config/sparc/nm-sol2.h: Rename include guard.
4030 * config/nm-nto.h: Rename include guard.
4031 * config/nm-linux.h: Add include guard.
4032 * config/i386/nm-i386gnu.h: Rename include guard.
4033 * config/djgpp/nl_types.h: Rename include guard.
4034 * config/djgpp/langinfo.h: Rename include guard.
4035 * compile/gcc-cp-plugin.h: Add include guard.
4036 * compile/gcc-c-plugin.h: Add include guard.
4037 * compile/compile.h: Rename include guard.
4038 * compile/compile-object-run.h: Rename include guard.
4039 * compile/compile-object-load.h: Rename include guard.
4040 * compile/compile-internal.h: Rename include guard.
4041 * compile/compile-cplus.h: Rename include guard.
4042 * compile/compile-c.h: Rename include guard.
4043 * common/xml-utils.h: Rename include guard.
4044 * common/x86-xstate.h: Rename include guard.
4045 * common/version.h: Rename include guard.
4046 * common/vec.h: Rename include guard.
4047 * common/tdesc.h: Rename include guard.
4048 * common/selftest.h: Rename include guard.
4049 * common/scoped_restore.h: Rename include guard.
4050 * common/scoped_mmap.h: Rename include guard.
4051 * common/scoped_fd.h: Rename include guard.
4052 * common/safe-iterator.h: Rename include guard.
4053 * common/run-time-clock.h: Rename include guard.
4054 * common/refcounted-object.h: Rename include guard.
4055 * common/queue.h: Rename include guard.
4056 * common/ptid.h: Rename include guard.
4057 * common/print-utils.h: Rename include guard.
4058 * common/preprocessor.h: Rename include guard.
4059 * common/pathstuff.h: Rename include guard.
4060 * common/observable.h: Rename include guard.
4061 * common/netstuff.h: Rename include guard.
4062 * common/job-control.h: Rename include guard.
4063 * common/host-defs.h: Rename include guard.
4064 * common/gdb_wait.h: Rename include guard.
4065 * common/gdb_vecs.h: Rename include guard.
4066 * common/gdb_unlinker.h: Rename include guard.
4067 * common/gdb_unique_ptr.h: Rename include guard.
4068 * common/gdb_tilde_expand.h: Rename include guard.
4069 * common/gdb_sys_time.h: Rename include guard.
4070 * common/gdb_string_view.h: Rename include guard.
4071 * common/gdb_splay_tree.h: Rename include guard.
4072 * common/gdb_setjmp.h: Rename include guard.
4073 * common/gdb_ref_ptr.h: Rename include guard.
4074 * common/gdb_optional.h: Rename include guard.
4075 * common/gdb_locale.h: Rename include guard.
4076 * common/gdb_assert.h: Rename include guard.
4077 * common/filtered-iterator.h: Rename include guard.
4078 * common/filestuff.h: Rename include guard.
4079 * common/fileio.h: Rename include guard.
4080 * common/environ.h: Rename include guard.
4081 * common/common-utils.h: Rename include guard.
4082 * common/common-types.h: Rename include guard.
4083 * common/common-regcache.h: Rename include guard.
4084 * common/common-inferior.h: Rename include guard.
4085 * common/common-gdbthread.h: Rename include guard.
4086 * common/common-exceptions.h: Rename include guard.
4087 * common/common-defs.h: Rename include guard.
4088 * common/common-debug.h: Rename include guard.
4089 * common/cleanups.h: Rename include guard.
4090 * common/buffer.h: Rename include guard.
4091 * common/btrace-common.h: Rename include guard.
4092 * common/break-common.h: Rename include guard.
4093 * cli/cli-utils.h: Rename include guard.
4094 * cli/cli-style.h: Rename include guard.
4095 * cli/cli-setshow.h: Rename include guard.
4096 * cli/cli-script.h: Rename include guard.
4097 * cli/cli-interp.h: Rename include guard.
4098 * cli/cli-decode.h: Rename include guard.
4099 * cli/cli-cmds.h: Rename include guard.
4100 * charset-list.h: Add include guard.
4101 * buildsym-legacy.h: Rename include guard.
4102 * bfin-tdep.h: Add include guard.
4103 * ax.h: Rename include guard.
4104 * arm-linux-tdep.h: Add include guard.
4105 * arm-fbsd-tdep.h: Add include guard.
4106 * arch/xtensa.h: Rename include guard.
4107 * arch/tic6x.h: Add include guard.
4108 * arch/i386.h: Add include guard.
4109 * arch/arm.h: Rename include guard.
4110 * arch/arm-linux.h: Rename include guard.
4111 * arch/arm-get-next-pcs.h: Rename include guard.
4112 * arch/amd64.h: Add include guard.
4113 * arch/aarch64-insn.h: Rename include guard.
4114 * arch-utils.h: Rename include guard.
4115 * annotate.h: Add include guard.
4116 * amd64-darwin-tdep.h: Rename include guard.
4117 * aarch64-linux-tdep.h: Add include guard.
4118 * aarch64-fbsd-tdep.h: Add include guard.
4119 * aarch32-linux-nat.h: Add include guard.
4120
4121 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4122
4123 * macrotab.c (macro_define_internal): New function that
4124 factorizes macro_define_object_internal and macro_define_function
4125 code.
4126 (macro_define_object_internal): Use macro_define_internal.
4127 (macro_define_function): Likewise.
4128
4129 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4130
4131 * macrocmd.c (extract_identifier): Return
4132 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
4133 callers.
4134
4135 2019-02-06 John Baldwin <jhb@FreeBSD.org>
4136
4137 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
4138
4139 2019-02-05 Tom Tromey <tom@tromey.com>
4140
4141 * target.c (target_stack::unpush): Move assertion earlier.
4142
4143 2019-01-30 Tom Tromey <tom@tromey.com>
4144
4145 PR python/23615:
4146 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
4147 (gdbpy_parse_and_eval): Likewise.
4148 * python/python-internal.h (gdbpy_allow_threads): New class.
4149
4150 2019-01-28 John Baldwin <jhb@FreeBSD.org>
4151
4152 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
4153 (aarch64_fbsd_fpregmap): Move earlier.
4154 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
4155 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
4156 instead of individual calls to trad_frame_set_reg_addr.
4157 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
4158 earlier.
4159 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
4160 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
4161 instead of individual calls to trad_frame_set_reg_addr.
4162
4163 2019-01-28 Alan Hayward <alan.hayward@arm.com>
4164
4165 * CONTRIBUTE: Replace contribution list with wiki link.
4166
4167 2019-01-25 Tom Tromey <tom@tromey.com>
4168
4169 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
4170
4171 2019-01-25 Tom Tromey <tom@tromey.com>
4172
4173 * xtensa-linux-nat.c: Fix common/ includes.
4174 * xml-support.h: Fix common/ includes.
4175 * xml-support.c: Fix common/ includes.
4176 * x86-linux-nat.c: Fix common/ includes.
4177 * windows-nat.c: Fix common/ includes.
4178 * varobj.h: Fix common/ includes.
4179 * varobj.c: Fix common/ includes.
4180 * value.c: Fix common/ includes.
4181 * valops.c: Fix common/ includes.
4182 * utils.c: Fix common/ includes.
4183 * unittests/xml-utils-selftests.c: Fix common/ includes.
4184 * unittests/utils-selftests.c: Fix common/ includes.
4185 * unittests/unpack-selftests.c: Fix common/ includes.
4186 * unittests/tracepoint-selftests.c: Fix common/ includes.
4187 * unittests/style-selftests.c: Fix common/ includes.
4188 * unittests/string_view-selftests.c: Fix common/ includes.
4189 * unittests/scoped_restore-selftests.c: Fix common/ includes.
4190 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
4191 * unittests/scoped_fd-selftests.c: Fix common/ includes.
4192 * unittests/rsp-low-selftests.c: Fix common/ includes.
4193 * unittests/parse-connection-spec-selftests.c: Fix common/
4194 includes.
4195 * unittests/optional-selftests.c: Fix common/ includes.
4196 * unittests/offset-type-selftests.c: Fix common/ includes.
4197 * unittests/observable-selftests.c: Fix common/ includes.
4198 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
4199 * unittests/memrange-selftests.c: Fix common/ includes.
4200 * unittests/memory-map-selftests.c: Fix common/ includes.
4201 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
4202 * unittests/function-view-selftests.c: Fix common/ includes.
4203 * unittests/environ-selftests.c: Fix common/ includes.
4204 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
4205 * unittests/common-utils-selftests.c: Fix common/ includes.
4206 * unittests/cli-utils-selftests.c: Fix common/ includes.
4207 * unittests/array-view-selftests.c: Fix common/ includes.
4208 * ui-file.c: Fix common/ includes.
4209 * tui/tui-io.c: Fix common/ includes.
4210 * tracepoint.h: Fix common/ includes.
4211 * tracepoint.c: Fix common/ includes.
4212 * tracefile-tfile.c: Fix common/ includes.
4213 * top.h: Fix common/ includes.
4214 * top.c: Fix common/ includes.
4215 * thread.c: Fix common/ includes.
4216 * target/waitstatus.h: Fix common/ includes.
4217 * target/waitstatus.c: Fix common/ includes.
4218 * target.h: Fix common/ includes.
4219 * target.c: Fix common/ includes.
4220 * target-memory.c: Fix common/ includes.
4221 * target-descriptions.c: Fix common/ includes.
4222 * symtab.h: Fix common/ includes.
4223 * symfile.c: Fix common/ includes.
4224 * stap-probe.c: Fix common/ includes.
4225 * spu-linux-nat.c: Fix common/ includes.
4226 * sparc-nat.c: Fix common/ includes.
4227 * source.c: Fix common/ includes.
4228 * solib.c: Fix common/ includes.
4229 * solib-target.c: Fix common/ includes.
4230 * ser-unix.c: Fix common/ includes.
4231 * ser-tcp.c: Fix common/ includes.
4232 * ser-pipe.c: Fix common/ includes.
4233 * ser-base.c: Fix common/ includes.
4234 * selftest-arch.c: Fix common/ includes.
4235 * s12z-tdep.c: Fix common/ includes.
4236 * rust-exp.y: Fix common/ includes.
4237 * rs6000-aix-tdep.c: Fix common/ includes.
4238 * riscv-tdep.c: Fix common/ includes.
4239 * remote.c: Fix common/ includes.
4240 * remote-notif.h: Fix common/ includes.
4241 * remote-fileio.h: Fix common/ includes.
4242 * remote-fileio.c: Fix common/ includes.
4243 * regcache.h: Fix common/ includes.
4244 * regcache.c: Fix common/ includes.
4245 * record-btrace.c: Fix common/ includes.
4246 * python/python.c: Fix common/ includes.
4247 * python/py-type.c: Fix common/ includes.
4248 * python/py-inferior.c: Fix common/ includes.
4249 * progspace.h: Fix common/ includes.
4250 * producer.c: Fix common/ includes.
4251 * procfs.c: Fix common/ includes.
4252 * proc-api.c: Fix common/ includes.
4253 * printcmd.c: Fix common/ includes.
4254 * ppc-linux-nat.c: Fix common/ includes.
4255 * parser-defs.h: Fix common/ includes.
4256 * osdata.c: Fix common/ includes.
4257 * obsd-nat.c: Fix common/ includes.
4258 * nat/x86-linux.c: Fix common/ includes.
4259 * nat/x86-linux-dregs.c: Fix common/ includes.
4260 * nat/x86-dregs.h: Fix common/ includes.
4261 * nat/x86-dregs.c: Fix common/ includes.
4262 * nat/ppc-linux.c: Fix common/ includes.
4263 * nat/mips-linux-watch.h: Fix common/ includes.
4264 * nat/mips-linux-watch.c: Fix common/ includes.
4265 * nat/linux-waitpid.c: Fix common/ includes.
4266 * nat/linux-ptrace.h: Fix common/ includes.
4267 * nat/linux-ptrace.c: Fix common/ includes.
4268 * nat/linux-procfs.c: Fix common/ includes.
4269 * nat/linux-personality.c: Fix common/ includes.
4270 * nat/linux-osdata.c: Fix common/ includes.
4271 * nat/linux-namespaces.c: Fix common/ includes.
4272 * nat/linux-btrace.h: Fix common/ includes.
4273 * nat/linux-btrace.c: Fix common/ includes.
4274 * nat/fork-inferior.c: Fix common/ includes.
4275 * nat/amd64-linux-siginfo.c: Fix common/ includes.
4276 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
4277 * nat/aarch64-linux.c: Fix common/ includes.
4278 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
4279 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
4280 * namespace.h: Fix common/ includes.
4281 * mips-linux-tdep.c: Fix common/ includes.
4282 * minsyms.c: Fix common/ includes.
4283 * mi/mi-parse.h: Fix common/ includes.
4284 * mi/mi-main.c: Fix common/ includes.
4285 * mi/mi-cmd-env.c: Fix common/ includes.
4286 * memrange.h: Fix common/ includes.
4287 * memattr.c: Fix common/ includes.
4288 * maint.h: Fix common/ includes.
4289 * maint.c: Fix common/ includes.
4290 * main.c: Fix common/ includes.
4291 * machoread.c: Fix common/ includes.
4292 * location.c: Fix common/ includes.
4293 * linux-thread-db.c: Fix common/ includes.
4294 * linux-nat.c: Fix common/ includes.
4295 * linux-fork.c: Fix common/ includes.
4296 * inline-frame.c: Fix common/ includes.
4297 * infrun.c: Fix common/ includes.
4298 * inflow.c: Fix common/ includes.
4299 * inferior.h: Fix common/ includes.
4300 * inferior.c: Fix common/ includes.
4301 * infcmd.c: Fix common/ includes.
4302 * inf-ptrace.c: Fix common/ includes.
4303 * inf-child.c: Fix common/ includes.
4304 * ia64-linux-nat.c: Fix common/ includes.
4305 * i387-tdep.c: Fix common/ includes.
4306 * i386-tdep.c: Fix common/ includes.
4307 * i386-linux-tdep.c: Fix common/ includes.
4308 * i386-linux-nat.c: Fix common/ includes.
4309 * i386-go32-tdep.c: Fix common/ includes.
4310 * i386-fbsd-tdep.c: Fix common/ includes.
4311 * i386-fbsd-nat.c: Fix common/ includes.
4312 * guile/scm-type.c: Fix common/ includes.
4313 * guile/guile.c: Fix common/ includes.
4314 * go32-nat.c: Fix common/ includes.
4315 * gnu-nat.c: Fix common/ includes.
4316 * gdbthread.h: Fix common/ includes.
4317 * gdbarch-selftests.c: Fix common/ includes.
4318 * gdb_usleep.c: Fix common/ includes.
4319 * gdb_select.h: Fix common/ includes.
4320 * gdb_bfd.c: Fix common/ includes.
4321 * gcore.c: Fix common/ includes.
4322 * fork-child.c: Fix common/ includes.
4323 * findvar.c: Fix common/ includes.
4324 * fbsd-nat.c: Fix common/ includes.
4325 * event-top.c: Fix common/ includes.
4326 * event-loop.c: Fix common/ includes.
4327 * dwarf2read.c: Fix common/ includes.
4328 * dwarf2loc.c: Fix common/ includes.
4329 * dwarf2-frame.c: Fix common/ includes.
4330 * dwarf-index-cache.c: Fix common/ includes.
4331 * dtrace-probe.c: Fix common/ includes.
4332 * disasm-selftests.c: Fix common/ includes.
4333 * defs.h: Fix common/ includes.
4334 * csky-tdep.c: Fix common/ includes.
4335 * cp-valprint.c: Fix common/ includes.
4336 * cp-support.h: Fix common/ includes.
4337 * cp-support.c: Fix common/ includes.
4338 * corelow.c: Fix common/ includes.
4339 * completer.h: Fix common/ includes.
4340 * completer.c: Fix common/ includes.
4341 * compile/compile.c: Fix common/ includes.
4342 * compile/compile-loc2c.c: Fix common/ includes.
4343 * compile/compile-cplus-types.c: Fix common/ includes.
4344 * compile/compile-cplus-symbols.c: Fix common/ includes.
4345 * command.h: Fix common/ includes.
4346 * cli/cli-dump.c: Fix common/ includes.
4347 * cli/cli-cmds.c: Fix common/ includes.
4348 * charset.c: Fix common/ includes.
4349 * build-id.c: Fix common/ includes.
4350 * btrace.h: Fix common/ includes.
4351 * btrace.c: Fix common/ includes.
4352 * breakpoint.h: Fix common/ includes.
4353 * breakpoint.c: Fix common/ includes.
4354 * ax.h:
4355 (enum agent_op): Fix common/ includes.
4356 * ax-general.c (struct aop_map): Fix common/ includes.
4357 * ax-gdb.c: Fix common/ includes.
4358 * auxv.c: Fix common/ includes.
4359 * auto-load.c: Fix common/ includes.
4360 * arm-tdep.c: Fix common/ includes.
4361 * arch/riscv.c: Fix common/ includes.
4362 * arch/ppc-linux-common.c: Fix common/ includes.
4363 * arch/i386.c: Fix common/ includes.
4364 * arch/arm.c: Fix common/ includes.
4365 * arch/arm-linux.c: Fix common/ includes.
4366 * arch/arm-get-next-pcs.c: Fix common/ includes.
4367 * arch/amd64.c: Fix common/ includes.
4368 * arch/aarch64.c: Fix common/ includes.
4369 * arch/aarch64-insn.c: Fix common/ includes.
4370 * arch-utils.c: Fix common/ includes.
4371 * amd64-windows-tdep.c: Fix common/ includes.
4372 * amd64-tdep.c: Fix common/ includes.
4373 * amd64-sol2-tdep.c: Fix common/ includes.
4374 * amd64-obsd-tdep.c: Fix common/ includes.
4375 * amd64-nbsd-tdep.c: Fix common/ includes.
4376 * amd64-linux-tdep.c: Fix common/ includes.
4377 * amd64-linux-nat.c: Fix common/ includes.
4378 * amd64-fbsd-tdep.c: Fix common/ includes.
4379 * amd64-fbsd-nat.c: Fix common/ includes.
4380 * amd64-dicos-tdep.c: Fix common/ includes.
4381 * amd64-darwin-tdep.c: Fix common/ includes.
4382 * agent.c: Fix common/ includes.
4383 * ada-lang.h: Fix common/ includes.
4384 * ada-lang.c: Fix common/ includes.
4385 * aarch64-tdep.c: Fix common/ includes.
4386
4387 2019-01-25 Tom Tromey <tom@tromey.com>
4388
4389 * common/create-version.sh: Use common/version.h.
4390
4391 2019-01-24 Pedro Alves <palves@redhat.com>
4392
4393 * infrun.c (signal_stop, signal_print, signal_program)
4394 (signal_catch, signal_pass): Now arrays instead of pointers.
4395 (update_signals_program_target, do_target_resume)
4396 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
4397 * linux-nat.c (linux_nat_target::pass_signals)
4398 (linux_nat_target::create_inferior, linux_nat_target::attach):
4399 Adjust.
4400 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
4401 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
4402 * procfs.c (procfs_target::pass_signals): Adjust.
4403 * record-full.c (record_full_target::resume): Adjust.
4404 * remote.c (remote_target::pass_signals)
4405 (remote_target::program_signals): Adjust.
4406 * target-debug.h (target_debug_print_signals): Now takes a
4407 gdb::array_view as parameter. Adjust.
4408 * target.h (target_ops) <pass_signals, program_signals>: Replace
4409 pointer and length parameters with gdb::array_view.
4410 (target_pass_signals, target_program_signals): Likewise.
4411 * target-delegates.c: Regenerate.
4412
4413 2019-01-24 Pedro Alves <palves@redhat.com>
4414
4415 * common/forward-scope-exit.h
4416 (forward_scope_exit::forward_scope_exit): Pass arguments to
4417 m_bind_function directly, instead of creating a std::bind and
4418 copying that.
4419
4420 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4421
4422 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
4423 for static members.
4424 (pass_in_v_vfp_candidate): Likewise.
4425
4426 2019-01-23 Tom Tromey <tom@tromey.com>
4427 Pedro Alves <palves@redhat.com>
4428
4429 * regcache.c (class regcache_invalidator): Remove.
4430 (regcache::raw_write): Use make_scope_exit.
4431
4432 2019-01-23 Tom Tromey <tom@tromey.com>
4433
4434 * ui-out.h (class ui_out_emit_type): Update comment.
4435
4436 2019-01-23 Tom Tromey <tom@tromey.com>
4437
4438 * infrun.c (fetch_inferior_event): Update comment.
4439
4440 2019-01-23 Tom Tromey <tom@tromey.com>
4441 Pedro Alves <palves@redhat.com>
4442
4443 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
4444 parameter.
4445 (fetch_inferior_event): Use SCOPE_EXIT.
4446
4447
4448 2019-01-23 Tom Tromey <tom@tromey.com>
4449 Pedro Alves <palves@redhat.com>
4450
4451 * infrun.c (disable_thread_events): Delete.
4452 (stop_all_threads): Use SCOPE_EXIT.
4453
4454 2019-01-23 Tom Tromey <tom@tromey.com>
4455 Pedro Alves <palves@redhat.com>
4456
4457 * symfile.c: Include forward-scope-exit.h.
4458 (clear_symtab_users_cleanup): Replace forward declaration with
4459 a FORWARD_SCOPE_EXIT.
4460 (syms_from_objfile_1): Use the forward_scope_exit and
4461 gdb::optional instead of cleanup_function.
4462 (reread_symbols): Use the forward_scope_exit instead of
4463 cleanup_function.
4464 (clear_symtab_users_cleanup): Remove function.
4465
4466 2019-01-23 Tom Tromey <tom@tromey.com>
4467 Pedro Alves <palves@redhat.com>
4468
4469 * linux-nat.c: Include scope-exit.h.
4470 (cleanup_target_stop): Remove.
4471 (linux_nat_target::static_tracepoint_markers_by_strid): Use
4472 SCOPE_EXIT.
4473
4474 2019-01-23 Tom Tromey <tom@tromey.com>
4475 Pedro Alves <palves@redhat.com>
4476
4477 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
4478 (call_function_by_hand_dummy): Use SCOPE_EXIT.
4479
4480 2019-01-23 Tom Tromey <tom@tromey.com>
4481 Andrew Burgess <andrew.burgess@embecosm.com>
4482 Pedro Alves <palves@redhat.com>
4483
4484 * infrun.c (fetch_inferior_event): Use scope_exit.
4485 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
4486 * top.c (execute_command): Use scope_exit.
4487 * breakpoint.c (bpstat_do_actions): Use scope_exit.
4488 * utils.c (do_bpstat_clear_actions_cleanup)
4489 (make_bpstat_clear_actions_cleanup): Remove.
4490
4491 2019-01-23 Tom Tromey <tom@tromey.com>
4492 Pedro Alves <palves@redhat.com>
4493
4494 * infrun.c: Include "common/scope-exit.h"
4495 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
4496 (wait_for_inferior): Use SCOPE_EXIT.
4497 (fetch_inferior_event): Use scope_exit.
4498
4499 2019-01-23 Tom Tromey <tom@tromey.com>
4500 Pedro Alves <palves@redhat.com>
4501
4502 * breakpoint.c (create_breakpoint): Remove cleanup.
4503
4504 2019-01-23 Tom Tromey <tom@tromey.com>
4505 Andrew Burgess <andrew.burgess@embecosm.com>
4506 Pedro Alves <palves@redhat.com>
4507
4508 2019-01-23 Pedro Alves <palves@redhat.com>
4509
4510 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
4511
4512 2019-01-23 Pedro Alves <palves@redhat.com>
4513 Andrew Burgess <andrew.burgess@embecosm.com>
4514
4515 * gdbthread.h: Include "common/forward-scope-exit.h".
4516 (scoped_finish_thread_state): Redefine custom class in terms of
4517 forward_scope_exit.
4518
4519 2019-01-23 Pedro Alves <palves@redhat.com>
4520 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * common/forward-scope-exit.h: New file.
4523
4524 2019-01-23 Pedro Alves <palves@redhat.com>
4525 Andrew Burgess <andrew.burgess@embecosm.com>
4526 Tom Tromey <tom@tromey.com>
4527
4528 * common/scope-exit.h: New file.
4529
4530 2019-01-23 Pedro Alves <palves@redhat.com>
4531
4532 * common/preprocessor.h (ESC): Rename to ...
4533 (ESC_PARENS): ... this.
4534 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
4535 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
4536
4537 2019-01-23 Tom Tromey <tom@tromey.com>
4538
4539 * language.h (class scoped_switch_to_sym_language_if_auto):
4540 Initialize m_lang in both cases.
4541
4542 2019-01-23 Alan Hayward <alan.hayward@arm.com>
4543
4544 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
4545 with XCNEW.
4546
4547 2019-01-22 Tom Tromey <tom@tromey.com>
4548
4549 * corelow.c: Do not include sys/file.h.
4550
4551 2019-01-22 Tom Tromey <tom@tromey.com>
4552
4553 * tui/tui-wingeneral.h: Include gdb_curses.h.
4554
4555 2019-01-22 Tom Tromey <tom@tromey.com>
4556
4557 * source-cache.h (class source_cache) <get_source_lines,
4558 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
4559
4560 2019-01-22 Tom Tromey <tom@tromey.com>
4561
4562 * remote-fileio.h (struct remote_target): Declare.
4563
4564 2019-01-22 Tom Tromey <tom@tromey.com>
4565
4566 * python/py-arch.c: Do not include py-ref.h.
4567 * python/py-bpevent.c: Do not include py-ref.h.
4568 * python/py-cmd.c: Do not include py-ref.h.
4569 * python/py-continueevent.c: Do not include py-ref.h.
4570 * python/py-event.h: Do not include py-ref.h.
4571 * python/py-evtregistry.c: Do not include py-ref.h.
4572 * python/py-finishbreakpoint.c: Do not include py-ref.h.
4573 * python/py-frame.c: Do not include py-ref.h.
4574 * python/py-framefilter.c: Do not include py-ref.h.
4575 * python/py-function.c: Do not include py-ref.h.
4576 * python/py-infevents.c: Do not include py-ref.h.
4577 * python/py-linetable.c: Do not include py-ref.h.
4578 * python/py-objfile.c: Do not include py-ref.h.
4579 * python/py-param.c: Do not include py-ref.h.
4580 * python/py-prettyprint.c: Do not include py-ref.h.
4581 * python/py-progspace.c: Do not include py-ref.h.
4582 * python/py-symbol.c: Do not include py-ref.h.
4583 * python/py-symtab.c: Do not include py-ref.h.
4584 * python/py-type.c: Do not include py-ref.h.
4585 * python/py-unwind.c: Do not include py-ref.h.
4586 * python/py-utils.c: Do not include py-ref.h.
4587 * python/py-value.c: Do not include py-ref.h.
4588 * python/py-varobj.c: Do not include py-ref.h.
4589 * python/py-xmethods.c: Do not include py-ref.h.
4590 * python/python.c: Do not include py-ref.h.
4591 * varobj.c: Do not include py-ref.h.
4592
4593 2019-01-22 Tom Tromey <tom@tromey.com>
4594
4595 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
4596 keyword for bcache.
4597
4598 2019-01-22 Tom Tromey <tom@tromey.com>
4599
4600 * compile/compile-cplus-types.c: Remove a comment by #include.
4601
4602 2019-01-22 Tom Tromey <tom@tromey.com>
4603
4604 * compile/gcc-c-plugin.h: Include compile-internal.h.
4605
4606 2019-01-22 Tom Tromey <tom@tromey.com>
4607
4608 * stabsread.c (EXTERN): Do not define.
4609 (symnum, next_symbol_text_func, processing_gcc_compilation)
4610 (within_function, global_sym_chain, global_stabs)
4611 (previous_stab_code, this_object_header_files)
4612 (n_this_object_header_files)
4613 (n_allocated_this_object_header_files): Define.
4614 * stabsread.h (EXTERN): Never define. Use "extern".
4615
4616 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4617
4618 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
4619 history_value.
4620
4621 2019-01-21 Tom Tromey <tom@tromey.com>
4622
4623 * ui-out.c: Fix includes.
4624 * tui/tui-source.c: Fix includes.
4625 * target.c: Fix includes.
4626 * remote.c: Fix includes.
4627 * regcache.c: Fix includes.
4628 * python/py-block.c: Fix includes.
4629 * printcmd.c: Fix includes.
4630 * or1k-tdep.c: Fix includes.
4631 * mi/mi-main.c: Fix includes.
4632 * m32r-tdep.c: Fix includes.
4633 * csky-tdep.c: Fix includes.
4634 * compile/compile-cplus-types.c: Fix includes.
4635 * cli/cli-interp.c: Fix includes.
4636
4637 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4638
4639 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
4640 for padding.
4641
4642 2019-01-16 Tom Tromey <tom@tromey.com>
4643
4644 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
4645 earlier.
4646 (struct objfile) <msymbols_range>: Move from top level.
4647 <msymbols>: New method.
4648 (class objfile_msymbols): Remove.
4649 * symtab.c (default_collect_symbol_completion_matches_break_on):
4650 Update.
4651 * symmisc.c (dump_msymbols): Update.
4652 * stabsread.c (scan_file_globals): Update.
4653 * objc-lang.c (info_selectors_command, info_classes_command)
4654 (find_methods): Update.
4655 * minsyms.c (find_solib_trampoline_target): Update.
4656 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
4657 * coffread.c (coff_symfile_read): Update.
4658 * ada-lang.c (ada_lookup_simple_minsym)
4659 (ada_collect_symbol_completion_matches): Update.
4660
4661 2019-01-16 Tom Tromey <tom@tromey.com>
4662
4663 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
4664 type. Remove no-argument constructor.
4665 <iterator::operator++>: Simplify.
4666 <begin>: Update.
4667 <end>: Use minimal_symbol_count.
4668
4669 2019-01-16 Tom Tromey <tom@tromey.com>
4670
4671 * objfiles.h (struct objfile) <psymtabs>: New method.
4672 (class objfile_psymtabs): Remove.
4673 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
4674 typedef.
4675 <range>: New method.
4676 (require_partial_symbols): Change return type.
4677 * psymtab.c (require_partial_symbols)
4678 (psym_expand_symtabs_matching): Update.
4679 * mdebugread.c (parse_partial_symbols): Update.
4680 * dbxread.c (dbx_end_psymtab): Update.
4681
4682 2019-01-15 Tom Tromey <tom@tromey.com>
4683
4684 * symtab.c (lookup_objfile_from_block)
4685 (lookup_symbol_in_objfile_symtabs)
4686 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
4687 (find_line_symtab, info_sources_command)
4688 (default_collect_symbol_completion_matches_break_on)
4689 (make_source_files_completion_list): Update.
4690 * symmisc.c (print_objfile_statistics, dump_objfile)
4691 (maintenance_print_symbols, maintenance_info_symtabs)
4692 (maintenance_check_symtabs, maintenance_info_line_tables):
4693 Update.
4694 * source.c (select_source_symtab)
4695 (forget_cached_source_info_for_objfile): Update.
4696 * objfiles.h (class objfile_compunits): Remove.
4697 (struct objfile) <compunits_range>: New typedef.
4698 (compunits): New method.
4699 * objfiles.c (objfile_relocate1): Update.
4700 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
4701 * maint.c (count_symtabs_and_blocks): Update.
4702 * linespec.c (iterate_over_all_matching_symtabs): Update.
4703 * cp-support.c (add_symbol_overload_list_qualified): Update.
4704 * coffread.c (coff_symtab_read): Update.
4705 * ada-lang.c (add_nonlocal_symbols)
4706 (ada_collect_symbol_completion_matches)
4707 (ada_add_global_exceptions): Update.
4708
4709 2019-01-15 Tom Tromey <tom@tromey.com>
4710
4711 * progspace.h (program_space) <objfiles_safe_range>: New
4712 typedef.
4713 <objfiles_safe>: New method.
4714 * objfiles.h (class all_objfiles_safe): Remove.
4715 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
4716 * jit.c (jit_inferior_exit_hook): Update.
4717
4718 2019-01-17 Tom Tromey <tom@tromey.com>
4719
4720 * progspace.h (program_space) <objfiles_range>: New typedef.
4721 <objfiles>: New method.
4722 <objfiles_head>: Rename from objfiles.
4723 (object_files): Update.
4724 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
4725 * guile/scm-pretty-print.c
4726 (ppscm_find_pretty_printer_from_objfiles): Update.
4727 * guile/scm-objfile.c (gdbscm_objfiles): Update.
4728 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
4729 Update.
4730 * python/py-progspace.c (pspy_get_objfiles): Update.
4731 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
4732 Update.
4733 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
4734 (objfpy_lookup_objfile_by_build_id): Update.
4735 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
4736 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
4737 Update.
4738 * symtab.c (iterate_over_symtabs, matching_obj_sections)
4739 (expand_symtab_containing_pc, lookup_objfile_from_block)
4740 (lookup_static_symbol, basic_lookup_transparent_type)
4741 (find_pc_sect_compunit_symtab, find_symbol_at_address)
4742 (find_line_symtab, info_sources_command)
4743 (default_collect_symbol_completion_matches_break_on)
4744 (make_source_files_completion_list, find_main_name): Update.
4745 * symmisc.c (print_symbol_bcache_statistics)
4746 (print_objfile_statistics, maintenance_print_symbols)
4747 (maintenance_print_msymbols, maintenance_print_objfiles)
4748 (maintenance_info_symtabs, maintenance_check_symtabs)
4749 (maintenance_expand_symtabs, maintenance_info_line_tables):
4750 Update.
4751 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
4752 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
4753 (map_overlay_command, unmap_overlay_command)
4754 (simple_overlay_update, expand_symtabs_matching)
4755 (map_symbol_filenames): Update.
4756 * symfile-debug.c (set_debug_symfile): Update.
4757 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
4758 Update.
4759 * source.c (select_source_symtab, forget_cached_source_info):
4760 Update.
4761 * solib.c (solib_read_symbols): Update.
4762 * solib-spu.c (append_ocl_sos): Update.
4763 * psymtab.c (maintenance_print_psymbols)
4764 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
4765 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
4766 * printcmd.c (info_symbol_command): Update.
4767 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
4768 Update.
4769 * objfiles.h (class all_objfiles): Remove.
4770 * objfiles.c (have_partial_symbols, have_full_symbols)
4771 (have_minimal_symbols, qsort_cmp, update_section_map)
4772 (shared_objfile_contains_address_p)
4773 (default_iterate_over_objfiles_in_search_order): Update.
4774 * objc-lang.c (info_selectors_command, info_classes_command)
4775 (find_methods): Update.
4776 * minsyms.c (find_solib_trampoline_target): Update.
4777 * maint.c (maintenance_info_sections)
4778 (maintenance_translate_address, count_symtabs_and_blocks):
4779 Update.
4780 * main.c (captured_main_1): Update.
4781 * linux-thread-db.c (try_thread_db_load_from_pdir)
4782 (has_libpthread): Update.
4783 * linespec.c (iterate_over_all_matching_symtabs)
4784 (search_minsyms_for_name): Update.
4785 * jit.c (jit_find_objf_with_entry_addr): Update.
4786 * hppa-tdep.c (find_unwind_entry)
4787 (hppa_lookup_stub_minimal_symbol): Update.
4788 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
4789 Update.
4790 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
4791 (elf_gnu_ifunc_resolve_by_got): Update.
4792 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
4793 * dwarf-index-write.c (save_gdb_index_command): Update.
4794 * cp-support.c (add_symbol_overload_list_qualified): Update.
4795 * breakpoint.c (create_overlay_event_breakpoint)
4796 (create_longjmp_master_breakpoint)
4797 (create_std_terminate_master_breakpoint)
4798 (create_exception_master_breakpoint): Update.
4799 * blockframe.c (find_pc_partial_function): Update.
4800 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
4801 (ada_collect_symbol_completion_matches)
4802 (ada_add_global_exceptions): Update.
4803
4804 2019-01-17 Tom Tromey <tom@tromey.com>
4805
4806 * solib-target.c (lm_info_target_p): Remove typedef. Don't
4807 declare VEC.
4808 (solib_target_parse_libraries): Change return type.
4809 (library_list_start_segment, library_list_start_section)
4810 (library_list_end_library, library_list_start_library); Update.
4811 (solib_target_free_library_list): Remove.
4812 (solib_target_parse_libraries): Remove cleanup. Change return
4813 type.
4814 (solib_target_current_sos): Update.
4815
4816 2019-01-17 Tom Tromey <tromey@bapiya>
4817
4818 * valprint.c: Replace "the the" with "the".
4819 * symtab.c: Replace "the the" with "the".
4820 * solib.c: Replace "the the" with "the".
4821 * solib-dsbt.c: Replace "the the" with "the".
4822 * linespec.c: Replace "the the" with "the".
4823 * dwarf2loc.h: Replace "the the" with "the".
4824 * amd64-windows-tdep.c: Replace "the the" with "the".
4825 * aarch64-tdep.c: Replace "the the" with "the".
4826
4827 2019-01-16 Keith Seitz <keiths@redhat.com>
4828
4829 PR gdb/23773
4830 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
4831 <builder>: Rename to ..
4832 <m_builder>: ... this and make private.
4833 (dwarf2_cu::get_builder): New method. Change all users of
4834 `builder' to use this method.
4835 (dwarf2_start_symtab): Move to ...
4836 (dwarf2_cu::start_symtab): ... here. Update all callers
4837 (setup_type_unit_groups): Move to ...
4838 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
4839 callers.
4840 (dwarf2_cu::reset_builder): New method.
4841 (process_full_compunit, process_full_type_unit): Use
4842 dwarf2_cu::reset_builder.
4843 (follow_die_offset): Record the ancestor CU if it is different
4844 from the followed DIE's CU.
4845 (follow_die_sig_1): Likewise.
4846
4847 2019-01-15 Tom Tromey <tom@tromey.com>
4848
4849 * remote.c (class remote_state) <buf>: Now a char_vector.
4850 <buf_size>: Remove.
4851 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
4852 parameter.
4853 (remote_target::getpkt_or_notif_sane_1)
4854 (remote_target::getpkt_sane)
4855 (remote_target::getpkt_or_notif_sane): Likewise.
4856 (class remote_target) <putpkt>: New overload.
4857 (remote_target::read_frame): Change type of "buf_p". Remove
4858 sizeof_p parameter.
4859 (packet_ok): New overload.
4860 (packet_check_result): New overload.
4861 Update all uses.
4862
4863 2019-01-14 Tom Tromey <tom@tromey.com>
4864
4865 * remote-notif.c (handle_notification, remote_notif_ack)
4866 (remote_notif_parse): Make "buf" const.
4867 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
4868 const.
4869 (remote_notif_parse, remote_notif_ack, handle_notification):
4870 Likewise.
4871 * remote.c (remote_notif_stop_parse): Make "buf" const.
4872 (remote_target::remote_parse_stop_reply): Make "buf" const.
4873 (remote_notif_stop_ack): Make "buf" const.
4874
4875 2019-01-14 Tom Tromey <tom@tromey.com>
4876
4877 * remote.c (remote_console_output): Make parameter const.
4878
4879 2019-01-14 Tom Tromey <tom@tromey.com>
4880
4881 * target-debug.h (target_debug_print_signals): Constify.
4882 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
4883 * procfs.c (procfs_target::pass_signals): Update.
4884 * linux-nat.c (linux_nat_target::pass_signals): Update.
4885 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
4886 * target-delegates.c: Rebuild.
4887 * remote.c (remote_target::program_signals): Update.
4888 (remote_target::pass_signals): Update.
4889 * target.c (target_pass_signals): Constify argument.
4890 (target_program_signals): Likewise.
4891 * target.h (struct target_ops) <pass_signals, program_signals>:
4892 Constify argument.
4893 (target_pass_signals, target_program_signals): Constify argument.
4894
4895 2019-01-14 Tom Tromey <tom@tromey.com>
4896
4897 PR tui/28819:
4898 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
4899
4900 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4901
4902 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
4903 field.
4904 * rs6000-tdep.c: Include reggroups.h.
4905 (IS_V_ALIAS_PSEUDOREG): Define.
4906 (rs6000_register_name): Return names for the "vX" aliases.
4907 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
4908 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
4909 aliases. Call default_register_reggroup_p for all other
4910 pseudo-registers.
4911 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
4912 New functions.
4913 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
4914 Handle "vX" aliases.
4915 (v_alias_pseudo_register_collect): New function.
4916 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
4917 (rs6000_gdbarch_init): Initialize "vX" aliases as
4918 pseudo-registers. Restore registration of
4919 rs6000_pseudo_register_reggroup_p with
4920 set_tdesc_pseudo_register_reggroup_p.
4921
4922 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
4923
4924 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
4925 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
4926 set_gdbarch_num_pseudo_regs.
4927
4928 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4929
4930 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
4931 Remove arg prefixname, add do_set and do_show.
4932 Add member functions set_list and show_list.
4933 * cli/cli-style.c (class cli_style_option): Update accordingly.
4934 (style_set_list): Move to file scope.
4935 (style_show_list): Likewise.
4936 (set_style): Call help_list.
4937 (show_style): Call cmd_show_list.
4938 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
4939 Update to use the new macro.
4940
4941 2019-10-12 Joel Brobecker <brobecker@adacore.com>
4942
4943 * ada-lang.c (_initialize_ada_language): Expand the help text
4944 for the "catch exception" command.
4945
4946 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4947
4948 * symtab.c (matching_obj_sections): Initialize obj,
4949 declare it closer to its usage.
4950
4951 2019-01-10 Tom Tromey <tom@tromey.com>
4952
4953 * thread-iter.h (inf_threads_iterator): Use next_iterator.
4954 (basic_inf_threads_range): Remove.
4955 (inf_threads_range, inf_non_exited_threads_range)
4956 (safe_inf_threads_range): Use next_adapter.
4957
4958 2019-01-10 Keith Seitz <keiths@redhat.com>
4959
4960 PR gdb/23712
4961 PR symtab/23010
4962 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
4963 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
4964
4965 2019-01-10 Keith Seitz <keiths@redhat.com>
4966
4967 PR gdb/23712
4968 PR symtab/23010
4969 * dictionary.c (pending_to_vector): Remove.
4970 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
4971 Remove _1 suffix, replacing functions of the same name. Update
4972 all callers.
4973 (dict_create_hashed, dict_create_hashed_expandable)
4974 (dict_create_linear, dict_create_linear_expandable, dict_free)
4975 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
4976 Make functions static.
4977
4978 2019-01-10 Keith Seitz <keiths@redhat.com>
4979
4980 PR gdb/23712
4981 PR symtab/23010
4982 * dictionary.h (struct dictionary): Replace declaration with
4983 multidictionary.
4984 (dict_create_hashed, dict_create_hashed_expandable)
4985 (dict_create_linear, dict_create_linear_expandable)
4986 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
4987 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
4988 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
4989 taking multidictionary argument.
4990 [ALL_DICT_SYMBOLS]: Update for multidictionary.
4991 * block.h (struct block) <dict>: Change to multidictionary
4992 and rename `multidict'.
4993 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
4994 symmisc.c: Update all dictionary references to multidictionary.
4995
4996 2019-01-10 Keith Seitz <keiths@redhat.com>
4997
4998 PR gdb/23712
4999 PR symtab/23010
5000 * dictionary.c: Include unordered_map.
5001 (pending_to_vector): New function.
5002 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
5003 Rewrite the non-"_1" functions to take vector instead
5004 of linked list.
5005 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
5006 "new" _1 versions of the same name.
5007 (multidictionary): Define.
5008 (std::hash<enum language): New definition.
5009 (collate_pending_symbols_by_language, mdict_create_hashed)
5010 (mdict_create_hashed_expandable, mdict_create_linear)
5011 (mdict_create_linear_expandable, mdict_free)
5012 (find_language_dictionary, create_new_language_dictionary)
5013 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
5014 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
5015 (mdict_size, mdict_empty): New functions.
5016 * dictionary.h (mdict_iterator): Define.
5017
5018 2019-01-10 Pedro Alves <palves@redhat.com>
5019
5020 * breakpoint.c (read_uploaded_action)
5021 (create_tracepoint_from_upload): Adjust to use
5022 gdb::unique_xmalloc_ptr.
5023 * ctf.c (ctf_write_uploaded_tp):
5024 (SET_ARRAY_FIELD): Use emplace_back.
5025 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
5026 * tracefile-tfile.c (tfile_write_uploaded_tp):
5027 * tracepoint.c (parse_tracepoint_definition): Adjust to use
5028 gdb::unique_xmalloc_ptr.
5029 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
5030 at_string, cond_string, cmd_strings>: Replace char pointers
5031 with gdb::unique_xmalloc_ptr.
5032
5033 2019-01-10 Pedro Alves <palves@redhat.com>
5034
5035 * solib-target.c (library_list_start_library): Don't xstrdup name.
5036
5037 2019-01-10 Pedro Alves <palves@redhat.com>
5038
5039 * mdebugread.c (parse_partial_symbols): Use
5040 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
5041
5042 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * linux-fork.c (scoped_switch_fork_info)
5045 <~scoped_switch_fork_info>: Fix incorrect variable name.
5046
5047 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
5048
5049 * linux-fork.c (scoped_switch_fork_info)
5050 <scoped_switch_fork_info>: Make explicit.
5051 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
5052
5053 2019-01-10 Tom Tromey <tom@tromey.com>
5054
5055 * objfiles.h (objfile::reset_psymtabs): Update.
5056 * objfiles.c (objfile::objfile): Update.
5057 * psymtab.h (psymtab_storage::obstack): Update.
5058 (psymtab_storage::m_obstack): Use gdb::optional.
5059 (class psymtab_storage): Update comment. Remove objfile
5060 parameter.
5061 * psymtab.c (psymtab_storage::psymtab_storage): Update.
5062
5063 2019-01-10 Tom Tromey <tom@tromey.com>
5064
5065 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
5066 <free_psymtabs>: Now private.
5067 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
5068 (allocate_psymtab): Use new method.
5069
5070 2019-01-10 Tom Tromey <tom@tromey.com>
5071
5072 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
5073 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
5074 * mdebugread.c (parse_partial_symbols): Use
5075 allocate_dependencies.
5076 * dwarf2read.c (dwarf2_create_include_psymtab): Use
5077 allocate_dependencies.
5078 (process_psymtab_comp_unit_reader)
5079 (build_type_psymtab_dependencies): Likewise.
5080 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
5081
5082 2019-01-10 Tom Tromey <tom@tromey.com>
5083
5084 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
5085 PSYMBOL_SET_LANGUAGE.
5086 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
5087
5088 2019-01-10 Tom Tromey <tom@tromey.com>
5089
5090 * psymtab.h (psymtab_storage::obstack): New method.
5091 <m_obstack>: Rename from obstack; now private.
5092 * psymtab.c (psymtab_storage): Update.
5093 * dwarf2read.c (create_addrmap_from_index)
5094 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
5095 Update.
5096
5097 2019-01-10 Tom Tromey <tom@tromey.com>
5098
5099 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
5100 * objfiles.h (objfile::reset_psymtabs): New method.
5101
5102 2019-01-10 Tom Tromey <tom@tromey.com>
5103
5104 * symmisc.c (print_symbol_bcache_statistics): Update.
5105 (print_objfile_statistics): Update.
5106 * symfile.c (reread_symbols): Update.
5107 * psymtab.h (class psymtab_storage): New.
5108 * psymtab.c (psymtab_storage): New constructor.
5109 (~psymtab_storage): New destructor.
5110 (require_partial_symbols): Update.
5111 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
5112 (find_pc_sect_psymtab, find_pc_sect_psymbol)
5113 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
5114 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
5115 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
5116 (start_psymtab_common, end_psymtab_common)
5117 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
5118 (allocate_psymtab): Update.
5119 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
5120 Update.
5121 (dump_psymtab_addrmap, maintenance_print_psymbols)
5122 (maintenance_check_psymtabs): Update.
5123 (class objfile_psymtabs): Move to objfiles.h.
5124 * psympriv.h (discard_psymtab): Now inline.
5125 (psymtab_discarder::psymtab_discarder): Update.
5126 (psymtab_discarder::~psymtab_discarder): Update.
5127 (ALL_OBJFILE_PSYMTABS): Rewrite.
5128 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
5129 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
5130 Remove fields.
5131 <partial_symtabs>: New field.
5132 (class objfile_psymtabs): Move from psymtab.h. Update.
5133 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
5134 psymbol_cache.
5135 (objfile::~objfile): Don't destroy psymbol_cache.
5136 * mdebugread.c (parse_partial_symbols): Update.
5137 * dwarf2read.c (create_addrmap_from_index)
5138 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
5139 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
5140 (add_partial_subprogram, dwarf2_ranges_read): Update.
5141 * dwarf-index-write.c (write_address_map)
5142 (write_one_signatured_type, recursively_write_psymbols)
5143 (class debug_names, class debug_names, write_psymtabs_to_index):
5144 Update.
5145
5146 2019-01-10 Tom Tromey <tom@tromey.com>
5147
5148 * symtab.h (SYMBOL_SET_NAMES): Update.
5149 (symbol_set_names): Update.
5150 (MSYMBOL_SET_NAMES): Update.
5151 * symtab.c (symbol_set_names): Change argument to be an
5152 objfile_per_bfd_storage.
5153 * psymtab.c (add_psymbol_to_bcache): Update.
5154 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
5155
5156 2019-01-10 Tom Tromey <tom@tromey.com>
5157
5158 * symtab.c (create_demangled_names_hash): Change argument to be an
5159 objfile_per_bfd_storage.
5160 (symbol_set_names): Update.
5161
5162 2019-01-10 Tom Tromey <tom@tromey.com>
5163
5164 * xcoffread.c (xcoff_initial_scan): Unconditionally call
5165 init_psymbol_list.
5166 * psymtab.c (init_psymbol_list): Do nothing if already called.
5167 * psympriv.h (init_psymbol_list): Add comment.
5168 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
5169 init_psymbol_list.
5170 * dbxread.c (dbx_symfile_read): Unconditionally call
5171 init_psymbol_list.
5172
5173 2019-01-10 Tom Tromey <tom@tromey.com>
5174
5175 * xcoffread.c (scan_xcoff_symtab): Update.
5176 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
5177 "where".
5178 * mdebugread.c (parse_partial_symbols)
5179 (handle_psymbol_enumerators): Update.
5180 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
5181 * dbxread.c (read_dbx_symtab): Update.
5182 * psympriv.h (psymbol_placement): New enum.
5183 (add_psymbol_to_list): Update.
5184
5185 2019-01-10 Tom Tromey <tom@tromey.com>
5186
5187 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
5188 static_psymbols parameters.
5189 (scan_xcoff_symtab): Update.
5190 * psymtab.c (start_psymtab_common): Remove global_psymbols and
5191 static_psymbols parameters.
5192 * psympriv.h (start_psymtab_common): Update.
5193 * mdebugread.c (parse_partial_symbols): Update.
5194 * dwarf2read.c (create_partial_symtab): Update.
5195 * dbxread.c (read_dbx_symtab): Update.
5196 (start_psymtab): Remove global_psymbols and static_psymbols
5197 parameters.
5198
5199 2019-01-10 Tom Tromey <tom@tromey.com>
5200
5201 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
5202 * psymtab.c (allocate_psymtab): Add comment.
5203 * psympriv.h (allocate_psymtab): Add comment.
5204 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
5205 initializations.
5206 * dbxread.c (dbx_end_psymtab): Remove some initializations.
5207
5208 2019-01-10 Tom Tromey <tom@tromey.com>
5209
5210 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
5211 Don't declare.
5212 * mipsread.c: Include mdebugread.h.
5213 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
5214 Declare.
5215 * elfread.c: Include mdebugread.h.
5216
5217 2019-01-09 Tom Tromey <tom@tromey.com>
5218
5219 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
5220 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
5221 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
5222 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
5223 (psym_lookup_symbol, psym_find_last_source_symtab)
5224 (psym_forget_cached_source_info, psym_print_stats)
5225 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
5226 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
5227 (psym_map_matching_symbols, psym_expand_symtabs_matching)
5228 (psym_find_compunit_symtab_by_address)
5229 (maintenance_print_psymbols, maintenance_info_psymtabs)
5230 (maintenance_check_psymtabs): Use ranged for.
5231 * psymtab.h (class objfile_psymtabs): New.
5232 (require_partial_symbols): Return objfile_psymtabs.
5233 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
5234
5235 2019-01-09 Tom Tromey <tom@tromey.com>
5236
5237 * symfile.c (overlay_invalidate_all, find_pc_overlay)
5238 (find_pc_mapped_section, list_overlays_command)
5239 (map_overlay_command, unmap_overlay_command)
5240 (simple_overlay_update): Use all_objfiles.
5241 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
5242 * printcmd.c (info_symbol_command): Use all_objfiles.
5243 * objfiles.h (ALL_OBJSECTIONS): Remove.
5244 * maint.c (maintenance_translate_address): Use all_objfiles.
5245 * gcore.c (gcore_create_callback): Use all_objfiles.
5246 (objfile_find_memory_regions): Likewise.
5247
5248 2019-01-09 Tom Tromey <tom@tromey.com>
5249
5250 * symtab.c (find_line_symtab, info_sources_command)
5251 (make_source_files_completion_list): Use objfile_compunits.
5252 * source.c (select_source_symtab): Use objfile_compunits.
5253 * objfiles.h (struct objfile): Update comment.
5254 (ALL_OBJFILES): Remove.
5255 (ALL_FILETABS): Remove.
5256 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
5257 objfile_compunits.
5258
5259 2019-01-09 Tom Tromey <tom@tromey.com>
5260
5261 * symmisc.c (print_objfile_statistics, dump_objfile)
5262 (maintenance_print_symbols): Use compunit_filetabs.
5263 * source.c (forget_cached_source_info_for_objfile): Use
5264 compunit_filetabs.
5265 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
5266 (ALL_FILETABS): Use compunit_filetabs.
5267 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
5268 * coffread.c (coff_symtab_read): Use compunit_filetabs.
5269
5270 2019-01-09 Tom Tromey <tom@tromey.com>
5271
5272 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
5273 (compunit_filetabs): New.
5274 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
5275 compunit_filetabs.
5276 (info_sources_command, make_source_files_completion_list): Remove
5277 declaration.
5278 * symmisc.c (print_objfile_statistics, dump_objfile)
5279 (maintenance_print_symbols): Remove declaration.
5280 (maintenance_info_symtabs): Use compunit_filetabs.
5281 (maintenance_info_line_tables): Likewise.
5282 * source.c (select_source_symtab): Change local variable name.
5283 (forget_cached_source_info_for_objfile): Remove declaration.
5284 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
5285 * objfiles.c (objfile_relocate1): Remove declaration.
5286 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
5287 declaration.
5288 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
5289 * coffread.c (coff_symtab_read): Remove declaration.
5290 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5291 compunit_filetabs.
5292
5293 2019-01-09 Tom Tromey <tom@tromey.com>
5294
5295 * symtab.c (lookup_objfile_from_block)
5296 (find_pc_sect_compunit_symtab, search_symbols)
5297 (default_collect_symbol_completion_matches_break_on): Use
5298 objfile_compunits.
5299 * objfiles.h (ALL_COMPUNITS): Remove.
5300 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
5301 * cp-support.c (add_symbol_overload_list_qualified): Use
5302 objfile_compunits.
5303 * ada-lang.c (ada_collect_symbol_completion_matches)
5304 (ada_add_global_exceptions): Use objfile_compunits.
5305
5306 2019-01-09 Tom Tromey <tom@tromey.com>
5307
5308 * source.c (select_source_symtab)
5309 (forget_cached_source_info_for_objfile): Remove declaration.
5310 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
5311 declaration.
5312 * maint.c (count_symtabs_and_blocks): Remove declaration.
5313 * cp-support.c (add_symbol_overload_list_qualified): Remove
5314 declaration.
5315 * coffread.c (coff_symtab_read): Remove declaration.
5316 * symtab.c (lookup_symbol_in_objfile_symtabs)
5317 (basic_lookup_transparent_type_1): Use objfile_compunits.
5318 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
5319 (info_sources_command, search_symbols)
5320 (default_collect_symbol_completion_matches_break_on)
5321 (make_source_files_completion_list): Remove declaration.
5322 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
5323 (ada_collect_symbol_completion_matches)
5324 (ada_add_global_exceptions): Remove declaration.
5325 * linespec.c (iterate_over_all_matching_symtabs): Use
5326 objfile_compunits.
5327 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
5328 (class objfile_compunits): New.
5329 (ALL_COMPUNITS): Use objfile_compunits.
5330 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
5331 (maintenance_check_symtabs, maintenance_info_line_tables): Use
5332 objfile_compunits.
5333 * objfiles.c (objfile_relocate1): Use objfile_compunits.
5334
5335 2019-01-09 Tom Tromey <tom@tromey.com>
5336
5337 * symtab.c (search_symbols)
5338 (default_collect_symbol_completion_matches_break_on): Use
5339 objfile_msymbols.
5340 * ada-lang.c (ada_lookup_simple_minsym)
5341 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
5342 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
5343 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
5344 objfile_msymbols.
5345 * coffread.c (coff_symfile_read): Use objfile_msymbols.
5346 * symmisc.c (dump_msymbols): Use objfile_msymbols.
5347 * objc-lang.c (find_methods): Use objfile_msymbols.
5348 (info_selectors_command, info_classes_command): Likewise.
5349 * stabsread.c (scan_file_globals): Use objfile_msymbols.
5350 * objfiles.h (class objfile_msymbols): New.
5351 (ALL_OBJFILE_MSYMBOLS): Remove.
5352 (ALL_MSYMBOLS): Remove.
5353
5354 2019-01-09 Tom Tromey <tom@tromey.com>
5355
5356 * common/next-iterator.h (next_adapter): Add Iterator template
5357 parameter.
5358 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
5359 (class all_objfiles_safe): New.
5360 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
5361 * objfiles.c (put_objfile_before): Update comment.
5362 (add_separate_debug_objfile): Likewise.
5363 (free_all_objfiles): Use all_objfiles_safe.
5364 (objfile_purge_solibs): Likewise.
5365
5366 2019-01-09 Tom Tromey <tom@tromey.com>
5367
5368 * symtab.c (iterate_over_symtabs, matching_obj_sections)
5369 (expand_symtab_containing_pc, lookup_static_symbol)
5370 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
5371 (find_symbol_at_address, find_line_symtab, find_main_name): Use
5372 all_objfiles.
5373 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
5374 * breakpoint.c (create_overlay_event_breakpoint)
5375 (create_longjmp_master_breakpoint)
5376 (create_std_terminate_master_breakpoint)
5377 (create_exception_master_breakpoint): Use all_objfiles.
5378 * linux-thread-db.c (try_thread_db_load_from_pdir)
5379 (has_libpthread): Use all_objfiles.
5380 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
5381 * linespec.c (iterate_over_all_matching_symtabs)
5382 (search_minsyms_for_name): Use all_objfiles.
5383 * maint.c (maintenance_info_sections): Use all_objfiles.
5384 * main.c (captured_main_1): Use all_objfiles.
5385 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
5386 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
5387 * guile/scm-pretty-print.c
5388 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
5389 * solib-spu.c (append_ocl_sos): Use all_objfiles.
5390 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
5391 (maintenance_print_msymbols): Use all_objfiles.
5392 * source.c (select_source_symtab): Use all_objfiles.
5393 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
5394 * symfile.c (remove_symbol_file_command)
5395 (expand_symtabs_matching, map_symbol_filenames): Use
5396 all_objfiles.
5397 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
5398 all_objfiles.
5399 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
5400 * objc-lang.c (find_methods): Use all_objfiles.
5401 * objfiles.c (have_partial_symbols, have_full_symbols)
5402 (have_minimal_symbols, qsort_cmp)
5403 (default_iterate_over_objfiles_in_search_order): Use
5404 all_objfiles.
5405 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
5406 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
5407 (maintenance_check_psymtabs): Use all_objfiles.
5408 (ALL_PSYMTABS): Remove.
5409 * compile/compile-object-run.c (do_module_cleanup): Use
5410 all_objfiles.
5411 * blockframe.c (find_pc_partial_function): Use all_objfiles.
5412 * cp-support.c (add_symbol_overload_list_qualified): Use
5413 all_objfiles.
5414 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
5415 Use all_objfiles.
5416 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
5417 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
5418 all_objfiles.
5419 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
5420 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
5421 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
5422 Uses all_objfiles.
5423 * solib.c (solib_read_symbols): Use all_objfiles
5424
5425 2019-01-09 Tom Tromey <tom@tromey.com>
5426
5427 * probe.c (parse_probes_in_pspace): Use all_objfiles.
5428 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
5429 all_objfiles.
5430 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
5431 * symmisc.c (print_symbol_bcache_statistics)
5432 (print_objfile_statistics, maintenance_print_objfiles)
5433 (maintenance_info_symtabs, maintenance_check_symtabs)
5434 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
5435 all_objfiles.
5436 * source.c (forget_cached_source_info): Use all_objfiles.
5437 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
5438 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
5439 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
5440 * objfiles.c (update_section_map): Use all_objfiles.
5441 (shared_objfile_contains_address_p): Likewise.
5442 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
5443 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
5444
5445 2019-01-09 Tom Tromey <tom@tromey.com>
5446
5447 * common/next-iterator.h: New file.
5448 * objfiles.h (class all_objfiles): New.
5449 (struct objfile_iterator): New.
5450
5451 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5452
5453 * NEWS: Move the description of the changed "frame", "select-frame",
5454 and "info frame" commands to the Changed commands section.
5455
5456 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5457
5458 * gdbtypes.c (check_stub_method_group): Remove handling of old
5459 mangling schemes.
5460 * linespec.c (find_methods): Likewise.
5461 * stabsread.c (read_member_functions): Likewise.
5462 * valops.c (search_struct_method): Likewise.
5463 (value_struct_elt_for_reference): Likewise.
5464 * NEWS: Mention this change.
5465
5466 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
5469 print_source_lines.
5470 * source.c (print_source_lines_base): Update line number check.
5471 (print_source_lines): New function.
5472 (source_lines_range::source_lines_range): New function.
5473 * source.h (class source_lines_range): New class.
5474 (print_source_lines): New declaration.
5475
5476 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5477
5478 * linespec.c (linespec_state_destructor): Free self->canonical_names.
5479
5480 2019-01-08 Tom Tromey <tom@tromey.com>
5481 Simon Marchi <simon.marchi@ericsson.com>
5482
5483 PR gdb/24060
5484 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
5485 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
5486 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
5487 * f-exp.y (DOLLAR_VARIABLE): Likewise.
5488 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
5489 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
5490
5491 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * source.c (select_source_symtab): Move header comment to
5494 declaration in source.h.
5495 (forget_cached_source_info_for_objfile): Likewise.
5496 (forget_cached_source_info): Likewise.
5497 (identify_source_line): Likewise.
5498 * source.h (identify_source_line): Move declaration from symtab.h
5499 and add comment from source.c
5500 (print_source_lines): Likewise.
5501 (forget_cached_source_info_for_objfile): Likewise.
5502 (forget_cached_source_info): Likewise.
5503 (select_source_symtab): Likewise.
5504 (enum print_source_lines_flag): Move definition from symtab.h.
5505 * symtab.h (identify_source_line): Move declaration to source.h.
5506 (print_source_lines): Likewise.
5507 (forget_cached_source_info_for_objfile): Likewise.
5508 (forget_cached_source_info): Likewise.
5509 (select_source_symtab): Likewise.
5510 (enum print_source_lines_flag): Move definition to source.h.
5511 * tui/tui-hooks.c: Add 'source.h' include.
5512
5513 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5514
5515 * source.c (print_source_lines_base): Handle requests to print
5516 reverse line number sequences, and guard against empty lines
5517 string.
5518
5519 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * source.c (print_source_lines_base): Fix skip of '\r' if next
5522 character is '\n'.
5523
5524 2019-01-06 Tom Tromey <tom@tromey.com>
5525
5526 * c-exp.y (struct c_parse_state) <macro_original_text,
5527 expansion_obstack>: New member.
5528 (macro_original_text, expansion_obstack): Remove globals.
5529 (scan_macro_expansion, scanning_macro_expansion)
5530 (finished_macro_expansion): Update.
5531 (scan_macro_cleanup): Remove.
5532 (yylex, c_parse): Update.
5533
5534 2019-01-06 Tom Tromey <tom@tromey.com>
5535
5536 * c-exp.y (struct c_parse_state) <strings>: New member.
5537 (operator_stoken): Update.
5538
5539 2019-01-06 Tom Tromey <tom@tromey.com>
5540
5541 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
5542 (union type_stack_elt) <typelist_val>: Now a pointer to
5543 std::vector.
5544 (type_stack_cleanup): Don't declare.
5545 (push_typelist): Update.
5546 * parse.c (pop_typelist): Return a std::vector.
5547 (push_typelist): Take a std::vector.
5548 (follow_types): Update. Do not free args.
5549 (type_stack_cleanup): Remove.
5550 * c-exp.y (struct c_parse_state): New.
5551 (cpstate): New global.
5552 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
5553 (nonempty_typelist): Update.
5554 (func_mod): Create a new vector.
5555 (c_parse): Create a c_parse_state.
5556 (check_parameter_typelist): Do not delete params.
5557 (function_method): Update. Do not delete type_list.
5558
5559 2019-01-06 Tom Tromey <tom@tromey.com>
5560
5561 PR gdb/28155:
5562 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
5563 check_typedef.
5564 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
5565 (print_return_value): Likewise.
5566
5567 2019-01-05 Tom Tromey <tom@tromey.com>
5568
5569 * contrib/cleanup_check.py: Remove.
5570 * contrib/gcc-with-excheck: Remove.
5571 * contrib/exsummary.py: Remove.
5572 * contrib/excheck.py: Remove.
5573
5574 2019-01-05 Joel Brobecker <brobecker@adacore.com>
5575
5576 * thread.c (delete_thread_1): Add gdb_assert that THR is not
5577 NULL. Initialize tpprev to NULL instead of assigning it
5578 to NULL on the next statement.
5579 * windows-nat.c (windows_delete_thread): Remove check for
5580 main_thread_id before printing thread exit notifications.
5581 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
5582 Remove thread ID check against main_thread_id.
5583 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
5584 windows_delete_thread.
5585 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
5586
5587 2019-01-04 Tom Tromey <tom@tromey.com>
5588
5589 * compile/compile.c (_initialize_compile): Use upper case for
5590 metasyntactic variables.
5591 * symmisc.c (_initialize_symmisc): Use upper case for
5592 metasyntactic variables.
5593 * psymtab.c (_initialize_psymtab): Use upper case for
5594 metasyntactic variables.
5595 * demangle.c (demangle_command): Use upper case for metasyntactic
5596 variables.
5597 (_initialize_demangler): Likewise.
5598 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
5599 variables.
5600
5601 2019-01-03 Tom Tromey <tom@tromey.com>
5602
5603 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
5604
5605 2019-01-03 Tom Tromey <tom@tromey.com>
5606
5607 * python/py-symtab.c (salpy_str): Update.
5608 (struct salpy_sal_object) <symtab>: Now a PyObject.
5609 (salpy_dealloc): Update.
5610 (del_objfile_sal): Use gdbpy_ref.
5611
5612 2019-01-03 Tom Tromey <tom@tromey.com>
5613
5614 * python/py-type.c (convert_field): Use new_reference. Return
5615 gdbpy_ref.
5616 (make_fielditem): Return gdbpy_ref.
5617 (typy_fields): Update.
5618 (typy_getitem): Update.
5619 (field_name): Return gdbpy_ref. Use new_reference.
5620 (typy_iterator_iternext): Update.
5621
5622 2019-01-03 Tom Tromey <tom@tromey.com>
5623
5624 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
5625
5626 2019-01-03 Tom Tromey <tom@tromey.com>
5627
5628 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
5629 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
5630 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
5631 (pspy_set_frame_filters, pspy_set_frame_unwinders)
5632 (pspy_set_type_printers): Likewise.
5633 * python/py-function.c (fnpy_init): Use gdbpy_ref.
5634 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
5635 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
5636 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
5637 (objfpy_set_type_printers): Likewise.
5638
5639 2019-01-03 Tom Tromey <tom@tromey.com>
5640
5641 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
5642 (gdbpy_print_stack): Use gdbpy_err_fetch.
5643 * python/python-internal.h (class gdbpy_err_fetch): New class.
5644 (class gdbpy_enter) <m_error_type, m_error_value,
5645 m_error_traceback>: Remove.
5646 <m_error>: New member.
5647 (gdbpy_exception_to_string): Don't declare.
5648 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
5649 * python/py-value.c (convert_value_from_python): Use
5650 gdbpy_err_fetch.
5651 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
5652 gdbpy_exception_to_string.
5653 (gdbpy_handle_exception): Use gdbpy_err_fetch.
5654 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
5655 gdbpy_err_fetch.
5656
5657 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
5658
5659 * linux-nat.c (delete_lwp_cleanup): Delete.
5660 (struct lwp_deleter): New struct.
5661 (lwp_info_up): New typedef.
5662 (linux_nat_target::follow_fork): Delete cleanup, and make use of
5663 lwp_info_up.
5664
5665 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * linux-fork.c (class scoped_switch_fork_info): New class.
5668 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
5669
5670 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
5671
5672 * valops.c (find_overload_match): Remove use of null_cleanup, and
5673 calls to do_cleanups.
5674
5675 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * compile/compile-cplus-types.c
5678 (compile_cplus_instance::decl_name): Handle changes to
5679 cp_func_name.
5680 * cp-support.c (cp_func_name): Update header comment, update
5681 return type.
5682 * cp-support.h (cp_func_name): Update return type in declaration.
5683 * valops.c (find_overload_match): Move temp_func local to top
5684 level of function and change its type. Use temp_func to hold and
5685 delete temporary string obtained from cp_func_name.
5686
5687 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
5688
5689 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
5690 gdb::char_vector, remove cleanup, and update uses of `msg`.
5691
5692 2019-01-03 Jim Wilson <jimw@sifive.com>
5693
5694 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
5695
5696 2019-01-02 Tom Tromey <tom@tromey.com>
5697
5698 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
5699 (tdesc_parse_xml): Remove cleanups.
5700 * target-descriptions.h (make_cleanup_free_target_description):
5701 Don't declare.
5702 (target_desc_deleter): New struct.
5703 (target_desc_up): New typedef.
5704 * target-descriptions.c (target_desc_deleter::operator()): Rename
5705 from free_target_description.
5706 (make_cleanup_free_target_description): Remove.
5707
5708 2019-01-02 Tom Tromey <tom@tromey.com>
5709
5710 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
5711 constructor, destructor.
5712 (linespec_parser): Remove typedef.
5713 (~linespec_parser): Rename from linespec_parser_delete.
5714 (linespec_lex_to_end, linespec_complete_label)
5715 (linespec_complete): Update.
5716 (decode_line_full): Remove cleanups.
5717 (decode_line_1): Update.
5718
5719 2019-01-02 Tom Tromey <tom@tromey.com>
5720
5721 * python/python-internal.h (inferior_to_inferior_object): Change
5722 return type.
5723 * python/py-exitedevent.c (create_exited_event_object): Update.
5724 * python/py-inferior.c (inferior_to_inferior_object): Return
5725 gdbpy_ref.
5726 (python_new_inferior, python_inferior_deleted)
5727 (thread_to_thread_object, delete_thread_object)
5728 (build_inferior_list, gdbpy_selected_inferior): Update.
5729 * python/py-infthread.c (create_thread_object): Update. Also fail
5730 if inferior_to_inferior_object fails.
5731
5732 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
5733
5734 * inferior.h (class inferior) <displaced_step_state>: New field.
5735 * infrun.h (struct displaced_step_state): Move here from
5736 infrun.c. Initialize fields, add constructor.
5737 <inf>: Remove field.
5738 <reset>: New method.
5739 * infrun.c (struct displaced_step_inferior_state): Move to
5740 infrun.h.
5741 (displaced_step_inferior_states): Remove.
5742 (get_displaced_stepping_state): Adust.
5743 (displaced_step_in_progress_any_inferior): Adjust.
5744 (displaced_step_in_progress_thread): Adjust.
5745 (displaced_step_in_progress): Adjust.
5746 (add_displaced_stepping_state): Remove.
5747 (get_displaced_step_closure_by_addr): Adjust.
5748 (remove_displaced_stepping_state): Remove.
5749 (infrun_inferior_exit): Call displaced_step_state.reset.
5750 (use_displaced_stepping): Don't check for NULL.
5751 (displaced_step_prepare_throw): Call
5752 get_displaced_stepping_state.
5753 (displaced_step_fixup): Don't check for NULL.
5754 (prepare_for_detach): Don't check for NULL.
5755
5756 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5757
5758 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
5759 in case of call that did not complete.
5760
5761 2019-01-02 Andrey Utkin <autkin@undo.io>
5762
5763 * symfile.c (find_separate_debug_file): Fix search of debug files for
5764 remote debuggee.
5765
5766 2019-01-02 Tom Tromey <tom@tromey.com>
5767
5768 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
5769 indentation.
5770 * python/py-frame.c (frapy_older): Remove cast.
5771 (frapy_newer): Likewise.
5772 * python/py-breakpoint.c (local_setattro): Remove cast.
5773 * python/py-arch.c (archpy_name): Remove local variable.
5774 * python/py-type.c (gdbpy_lookup_type): Remove cast.
5775
5776 2019-01-02 Joel Brobecker <brobecker@adacore.com>
5777
5778 * unittests/basic_string_view/element_access/char/empty.cc:
5779 Fix year range in copyright header.
5780
5781 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
5784 Delete.
5785 <operator==>: Update with for removed field.
5786 <hash>: Likewise.
5787 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
5788 <isa_features>: ...this.
5789 <abi_features>: New field.
5790 (riscv_isa_flen): Update comment.
5791 (riscv_abi_xlen): New declaration.
5792 (riscv_abi_flen): New declaration.
5793 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
5794 isa_features.
5795 (riscv_abi_xlen): New function.
5796 (riscv_isa_flen): Update to get answer from isa_features.
5797 (riscv_abi_flen): New function.
5798 (riscv_has_fp_abi): Update to get answer from abi_features.
5799 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
5800 xlen and flen.
5801 (riscv_call_info) <xlen, flen>: Update comment.
5802 (riscv_call_arg_struct): Remove invalid assertions
5803 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
5804 is removed.
5805 (riscv_gdbarch_init): Gather isa features and abi features
5806 separately, ensure both match on the gdbarch when reusing an old
5807 gdbarch. Relax an error check to allow 32-bit abi float to run on
5808 a target with 64-bit float hardware.
5809
5810 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5811
5812 * source.c (search_command_helper): Stop reverse search
5813 when line 1 has been searched.
5814
5815 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5816
5817 * record-full.c (record_full_base_target::close): Rewrite
5818 record_full_core_buf_list free logic.
5819
5820 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5821
5822 * break-catch-syscall.c (print_one_catch_syscall): xfree
5823 the last text.
5824
5825 2019-01-01 Joel Brobecker <brobecker@adacore.com>
5826
5827 * top.c (print_gdb_version): Update Copyright year in version
5828 message.
5829
5830 2019-01-01 Joel Brobecker <brobecker@adacore.com>
5831
5832 Update copyright year range in all GDB files.
5833
5834 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
5835
5836 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
5837
5838 For older changes see ChangeLog-2018.
5839 \f
5840 Local Variables:
5841 mode: change-log
5842 left-margin: 8
5843 fill-column: 74
5844 version-control: never
5845 coding: utf-8
5846 End:
5847
This page took 0.217062 seconds and 4 git commands to generate.