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