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