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