Set GDB version number to 8.2.90.
[external/binutils.git] / gdb / ChangeLog
1 2019-02-27  Joel Brobecker  <brobecker@adacore.com>
2
3         * version.in: Set GDB version number to 8.2.90.
4
5 2019-02-27  Joel Brobecker  <brobecker@adacore.com>
6
7         * NEWS: Change "Changes since GDB 8.2" into "Changes in GDB 8.3".
8
9 2019-02-27  Joel Brobecker  <brobecker@adacore.com>
10
11         GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12         * version.in: Bump version to 8.2.90.DATE-git.
13
14 2019-02-26  Simon Marchi  <simon.marchi@efficios.com>
15
16         * aix-thread.c (ptid_cmp): Remove unused variable.
17         (get_signaled_thread): Likewise.
18         (store_regs_user_thread): Likewise.
19         (store_regs_kernel_thread): Likewise.
20         (fetch_regs_kernel_thread): Remove shadowed variable.
21
22 2019-02-26  Andrew Burgess  <andrew.burgess@embecosm.com>
23
24         * features/riscv/32bit-cpu.xml: Add register numbers.
25         * features/riscv/32bit-fpu.c: Regenerate.
26         * features/riscv/32bit-fpu.xml: Add register numbers.
27         * features/riscv/64bit-cpu.xml: Add register numbers.
28         * features/riscv/64bit-fpu.c: Regenerate.
29         * features/riscv/64bit-fpu.xml: Add register numbers.
30
31 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
32
33         * NEWS: Mention two argument form of gdb.Value constructor.
34         * python/py-value.c (convert_buffer_and_type_to_value): New
35         function.
36         (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
37         Add support for handling an optional second argument.  Call
38         convert_buffer_and_type_to_value as appropriate.
39         * python/python-internal.h (Py_buffer_deleter): New struct.
40         (Py_buffer_up): New typedef.
41
42 2019-02-25  John Baldwin  <jhb@FreeBSD.org>
43
44         * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
45         instead of releasing ownership.
46
47 2019-02-25  Jordan Rupprecht  <rupprecht@google.com>
48
49         * dwarf2read.c (open_and_init_dwp_file): Call
50         elf_numsections instead of bfd_count_sections to initialize
51         dwp_file->num_sections.
52
53 2019-02-25  Tom Tromey  <tromey@adacore.com>
54
55         * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
56
57 2019-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
58
59         * gcore.in: Add '--readnever' option when invoking GDB.
60
61 2019-02-22  Simon Marchi  <simon.marchi@polymtl.ca>
62
63         * MAINTAINERS: Update my email address.
64
65 2019-02-22  Simon Marchi  <simon.marchi@polymtl.ca>
66
67         * build-id.c (build_id_to_debug_bfd_1): New function.
68         (build_id_to_debug_bfd): Look for separate debug file in
69         sysroot.
70
71 2019-02-22  Andrew Burgess  <andrew.burgess@embecosm.com>
72
73         * gdbarch.sh: Update the copyright year range that is placed into
74         generated files.
75
76 2019-02-22  Keith Seitz  <keiths@redhat.com>
77
78         PR symtab/23853
79         * linespec.c (create_sals_line_offset): Search for the default
80         symtab's filename instead of its fullname.
81
82 2019-02-21  Alan Hayward  <alan.hayward@arm.com>
83
84         * NEWS: Update style defaults.
85
86 2019-02-21  Alan Hayward  <alan.hayward@arm.com>
87
88         * main.c (captured_main_1): Disable styling in batch mode.
89
90 2019-02-20  Tom Tromey  <tom@tromey.com>
91
92         * symtab.c (symtab_symbol_info): Fix typos.
93
94 2019-02-20  Tom Tromey  <tromey@adacore.com>
95
96         * findcmd.c (_initialize_mem_search): Use upper case for
97         metasyntactic variables.
98
99 2019-02-20  Alan Hayward  <alan.hayward@arm.com>
100
101         * aarch64-tdep.c (aarch64_add_reggroups): New function.
102         (aarch64_gdbarch_init): Call aarch64_add_reggroups.
103
104 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
105
106         * top.h (source_file_name): Change to std::string.
107         * top.c (source_file_name): Likewise.
108         (command_line_input): Adjust.
109         * cli/cli-script.c (script_from_file): Adjust.
110
111 2019-02-19  Tom Tromey  <tromey@adacore.com>
112
113         * ravenscar-thread.c
114         (ravenscar_thread_target::update_thread_list): Don't call
115         ada_build_task_list.
116         * ada-lang.h (ada_build_task_list): Don't declare.
117         * ada-tasks.c (struct ada_tasks_inferior_data)
118         <task_list_valid_p>: Now bool.
119         (read_known_tasks, ada_task_list_changed)
120         (ada_tasks_invalidate_inferior_data): Update.
121         (read_known_tasks_array): Return bool.
122         (read_known_tasks_list): Likewise.
123         (read_known_tasks): Return void.
124         (ada_build_task_list): Now static.
125
126 2019-02-18  Andrew Burgess  <andrew.burgess@embecosm.com>
127
128         * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
129         and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
130
131 2019-02-18  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
132
133         * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
134         variant for ada_tasks_pspace_data_handle and
135         ada_tasks_inferior_data_handle.
136         (ada_tasks_pspace_data_cleanup): New function.
137         (ada_tasks_inferior_data_cleanup): New function.
138
139 2019-02-17  Tom Tromey  <tom@tromey.com>
140
141         * macrotab.h (macro_source_fullname): Return a std::string.
142         * macrotab.c (macro_include, check_for_redefinition)
143         (macro_undef, macro_lookup_definition, foreach_macro)
144         (foreach_macro_in_scope): Update.
145         (macro_source_fullname): Return a std::string.
146         * macrocmd.c (show_pp_source_pos): Update.
147
148 2019-02-17  Tom Tromey  <tom@tromey.com>
149
150         * macrocmd.c (show_pp_source_pos): Style the file names.
151
152 2019-02-17  Tom Tromey  <tom@tromey.com>
153
154         PR tui/24197:
155         * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
156
157 2019-02-17  Tom Tromey  <tom@tromey.com>
158
159         * ada-lang.c (user_select_syms): Use filtered printing.
160         * utils.c (wrap_style): New global.
161         (desired_style): Remove.
162         (emit_style_escape): Add stream parameter.
163         (set_output_style, reset_terminal_style, prompt_for_continue):
164         Update.
165         (flush_wrap_buffer): Only flush gdb_stdout.
166         (wrap_here): Set wrap_style.
167         (fputs_maybe_filtered): Clear the wrap buffer on exception.  Don't
168         treat escape sequences as a character.  Change when wrap buffer is
169         flushed.
170         (fputs_styled): Do not set the output style when the default is
171         requested.
172         * ui-style.h (struct ui_file_style) <is_default>: New method.
173         * source.c (print_source_lines_base): Emit escape sequences in one
174         piece.
175
176 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
177
178         * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
179         integers and enumeration types.
180
181 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
182
183         * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
184         instead of lookup_symbol_in_language
185         (do_exact_match): New function.
186         (ada_get_symbol_name_matcher): Return do_exact_match when
187         doing a verbatim match.
188
189 2019-02-15  Tom Tromey  <tromey@adacore.com>
190
191         * ravenscar-thread.c (ravenscar_thread_target::resume)
192         (ravenscar_thread_target::wait): Special case wildcard requests.
193
194 2019-02-15  Tom Tromey  <tromey@adacore.com>
195
196         * ravenscar-thread.c (base_ptid): Remove.
197         (struct ravenscar_thread_target) <close>: New method.
198         <m_base_ptid>: New member.
199         <update_inferior_ptid, active_task, task_is_currently_active,
200         runtime_initialized>: Declare methods.
201         <ravenscar_thread_target>: Add constructor.
202         (ravenscar_thread_target::task_is_currently_active)
203         (ravenscar_thread_target::update_inferior_ptid)
204         (ravenscar_runtime_initialized): Rename.  Now methods.
205         (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
206         (ravenscar_thread_target::update_thread_list): Update.
207         (ravenscar_thread_target::active_task): Now method.
208         (ravenscar_thread_target::store_registers)
209         (ravenscar_thread_target::prepare_to_store)
210         (ravenscar_thread_target::prepare_to_store)
211         (ravenscar_thread_target::mourn_inferior): Update.
212         (ravenscar_inferior_created): Use "new" to create target.
213         (ravenscar_thread_target::get_ada_task_ptid): Update.
214         (_initialize_ravenscar): Don't initialize base_ptid.
215         (ravenscar_ops): Remove global.
216
217 2019-02-15  Tom Tromey  <tromey@adacore.com>
218
219         * target.h (push_target): Declare new overload.
220         * target.c (push_target): New overload, taking an rvalue reference.
221         * remote.c (remote_target::open_1): Use push_target overload.
222         * corelow.c (core_target_open): Use push_target overload.
223
224 2019-02-15  Tom Tromey  <tromey@adacore.com>
225
226         * ravenscar-thread.c (is_ravenscar_task)
227         (ravenscar_task_is_currently_active): Return bool.
228         (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
229         (_initialize_ravenscar): Remove "(void)".
230         (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
231         Return bool.
232
233 2019-02-15  Tom Tromey  <tromey@adacore.com>
234
235         * ravenscar-thread.c (ravenscar_runtime_initializer)
236         (has_ravenscar_runtime, get_running_thread_id)
237         (ravenscar_thread_target::resume): Fix indentation.
238
239 2019-02-15  Tom Tromey  <tromey@adacore.com>
240
241         * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
242         from ravenscar_arch_ops.
243         (sparc_ravenscar_ops::fetch_registers)
244         (sparc_ravenscar_ops::store_registers): Now methods.
245         (sparc_ravenscar_prepare_to_store): Remove.
246         (sparc_ravenscar_ops): Redefine.
247         * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
248         methods and destructor.  Remove members.
249         * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
250         (ravenscar_thread_target::store_registers)
251         (ravenscar_thread_target::prepare_to_store): Update.
252         * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
253         Remove.
254         (struct ppc_ravenscar_powerpc_ops): Derive from
255         ravenscar_arch_ops.
256         (ppc_ravenscar_powerpc_ops::fetch_registers)
257         (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
258         (ppc_ravenscar_powerpc_ops): Redefine.
259         (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
260         (ppc_ravenscar_e500_ops::fetch_registers)
261         (ppc_ravenscar_e500_ops::store_registers): Now methods.
262         (ppc_ravenscar_e500_ops): Redefine.
263         * aarch64-ravenscar-thread.c
264         (aarch64_ravenscar_generic_prepare_to_store): Remove.
265         (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
266         (aarch64_ravenscar_fetch_registers)
267         (aarch64_ravenscar_store_registers): Now methods.
268         (aarch64_ravenscar_ops): Redefine.
269
270 2019-02-15  Tom Tromey  <tromey@adacore.com>
271
272         * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
273         (ravenscar_thread_target::stopped_by_hw_breakpoint)
274         (ravenscar_thread_target::stopped_by_watchpoint)
275         (ravenscar_thread_target::stopped_data_address)
276         (ravenscar_thread_target::core_of_thread): Use scoped_restore.
277
278 2019-02-15  Tom Tromey  <tromey@adacore.com>
279
280         * ravenscar-thread.c: Fix some typos.
281
282 2019-02-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
283             Tom Tromey  <tromey@adacore.com>
284
285         * ada-lang.c (ada_exception_sal): Change addr_string to a
286         std::string.
287         (create_ada_exception_catchpoint): Update.
288
289 2019-02-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
290             Tom Tromey  <tromey@adacore.com>
291
292         * breakpoint.c (~bp_location): Rename from bp_location_dtor.
293         (bp_location_ops): Remove.
294         (base_breakpoint_allocate_location): Update.
295         (free_bp_location): Update.
296         * ada-lang.c (class ada_catchpoint_location)
297         <ada_catchpoint_location>: Remove ops parameter.
298         (ada_catchpoint_location_dtor): Remove.
299         (ada_catchpoint_location_ops): Remove.
300         (allocate_location_exception): Update.
301         * breakpoint.h (struct bp_location_ops): Remove.
302         (class bp_location) <bp_location>: Remove bp_location_ops
303         parameter.
304         <~bp_location>: Add destructor.
305         <ops>: Remove.
306
307 2019-02-14  Thomas Schwinge  <thomas@codesourcery.com>
308             Pedro Alves  <palves@redhat.com>
309
310         * remote.c (remote_target::remote_parse_stop_reply): Avoid using
311         'PATH_MAX'.
312
313 2019-02-14  David Michael  <fedora.dm0@gmail.com>
314             Samuel Thibault  <samuel.thibault@gnu.org>
315             Thomas Schwinge  <thomas@codesourcery.com>
316
317         * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
318         (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
319
320 2019-02-14  Thomas Schwinge  <thomas@codesourcery.com>
321
322         * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
323         (check_empty): Use "const char *".
324
325         * gnu-nat.c (gnu_nat_target::detach): Instead of
326         'detach_inferior (pid)' call
327         'detach_inferior (find_inferior_pid (pid))'.
328
329         * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
330         'nat/fork-inferior.o'.
331         * gnu-nat.c: #include "nat/fork-inferior.h".
332
333         * gnu-nat.c (gnu_nat_target::detach): Instead of
334         'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
335         * gnu-nat.h: #include "inf-child.h".
336         * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
337         'i386_gnu_nat_target::fetch_registers'.
338         (gnu_store_registers): Rename/move to
339         'i386_gnu_nat_target::store_registers'.
340
341         * config/i386/nm-i386gnu.h: Don't "#include" any files.
342         * gnu-nat.h (mach_thread_info): New function.
343         * gnu-nat.c (thread_takeover_sc_cmd): Use it.
344
345         * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
346
347 2019-02-14  Frederic Konrad  <konrad@adacore.com>
348
349         * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
350
351 2019-02-14  Joel Brobecker  <brobecker@adacore.com>
352
353         * windows-nat.c (windows_add_thread): Add new parameter
354         "main_thread_p" with default value set to false.  Update
355         function documentation as well as all callers.
356         (windows_delete_thread): Likewise.
357         (fake_create_process): Update call to windows_add_thread.
358         (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
359         <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
360         <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
361         call to windows_delete_thread.
362
363 2019-02-13  Simon Marchi  <simon.marchi@ericsson.com>
364
365         * MAINTAINERS: Add Andrew Burgess as global maintainer.
366
367 2019-02-12  John Baldwin  <jhb@FreeBSD.org>
368
369         * symfile.c (find_separate_debug_file): Use canonical path of
370         sysroot with child_path instead of gdb_sysroot if it is valid.
371
372 2019-02-12  John Baldwin  <jhb@FreeBSD.org>
373
374         * symfile.c (find_separate_debug_file): Use child_path to
375         determine if an object file is under a sysroot.
376
377 2019-02-12  John Baldwin  <jhb@FreeBSD.org>
378
379         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
380         unittests/child-path-selftests.c.
381         * common/pathstuff.c (child_path): New function.
382         * common/pathstuff.h (child_path): New prototype.
383         * unittests/child-path-selftests.c: New file.
384
385 2019-02-12  John Baldwin  <jhb@FreeBSD.org>
386
387         * symfile.c (find_separate_debug_file): Look for separate debug
388         files in debug directories under the sysroot.
389
390 2019-02-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
391
392         * symtab.h (struct minimal_symbol data_p): New const method.
393         (struct minimal_symbol text_p): Likewise.
394         * symtab.c (output_source_filename): Use file name style
395         to print file name.
396         (print_symbol_info): Likewise.
397         (print_msymbol_info): Use address style to print addresses.
398         Use function name style to print executable text symbols.
399         (expand_symtab_containing_pc): Use data_p.
400         (find_pc_sect_compunit_symtab): Likewise.
401
402 2019-02-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
403
404         * breakpoint.c (describe_other_breakpoints): Use address style
405         to print addresses.
406         (say_where): Likewise.
407
408 2019-02-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
409
410         * ada-typeprint.c (print_func_type): Print function name
411         style to print function name.
412         * c-typeprint.c (c_print_type_1): Likewise.
413
414 2019-02-11  Alan Hayward  <alan.hayward@arm.com>
415
416         * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
417         for execve.
418
419 2019-02-10  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
420
421         * c-exp.y (direct_abs_decl): Use emplace_back to record the
422         type_stack.
423
424 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
425
426         * ada-varobj.c (ada_value_is_changeable_p): Add handling of
427         TYPE_CODE_REF types.
428
429 2019-02-08  Jim Wilson  <jimw@sifive.com>
430
431         * riscv-linux-tdep.c (riscv_linux_fregmap): New.
432         (riscv_linux_fregset): New.
433         (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
434
435 2019-02-07  Tom Tromey  <tom@tromey.com>
436
437         * thread.c (thread_cancel_execution_command): Update.
438         * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
439         methods.
440         (struct thread_fsm_ops): Remove.
441         (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
442         (thread_fsm_should_stop, thread_fsm_return_value)
443         (thread_fsm_set_finished, thread_fsm_finished_p)
444         (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
445         Don't declare.
446         * mi/mi-interp.c (mi_on_normal_stop_1): Update.
447         * infrun.c (clear_proceed_status_thread)
448         (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
449         (print_stop_event): Update.
450         * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
451         Add constructor.
452         (step_command_fsm_ops): Remove.
453         (new_step_command_fsm): Remove.
454         (step_1): Update.
455         (step_command_fsm::should_stop): Rename from
456         step_command_fsm_should_stop.
457         (step_command_fsm::clean_up): Rename from
458         step_command_fsm_clean_up.
459         (step_command_fsm::do_async_reply_reason): Rename from
460         step_command_fsm_async_reply_reason.
461         (struct until_next_fsm): Inherit from thread_fsm.  Add
462         constructor.
463         (until_next_fsm_ops): Remove.
464         (new_until_next_fsm): Remove.
465         (until_next_fsm::should_stop): Rename from
466         until_next_fsm_should_stop.
467         (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
468         (until_next_fsm::do_async_reply_reason): Rename from
469         until_next_fsm_async_reply_reason.
470         (struct finish_command_fsm): Inherit from thread_fsm.  Add
471         constructor.  Change type of breakpoint.
472         (finish_command_fsm_ops): Remove.
473         (new_finish_command_fsm): Remove.
474         (finish_command_fsm::should_stop): Rename from
475         finish_command_fsm_should_stop.
476         (finish_command_fsm::clean_up): Rename from
477         finish_command_fsm_clean_up.
478         (finish_command_fsm::return_value): Rename from
479         finish_command_fsm_return_value.
480         (finish_command_fsm::do_async_reply_reason): Rename from
481         finish_command_fsm_async_reply_reason.
482         (finish_command): Update.
483         * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
484         Add constructor.
485         (call_thread_fsm_ops): Remove.
486         (call_thread_fsm::call_thread_fsm): Rename from
487         new_call_thread_fsm.
488         (call_thread_fsm::should_stop): Rename from
489         call_thread_fsm_should_stop.
490         (call_thread_fsm::should_notify_stop): Rename from
491         call_thread_fsm_should_notify_stop.
492         (run_inferior_call, call_function_by_hand_dummy): Update.
493         * cli/cli-interp.c (should_print_stop_to_console): Update.
494         * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
495         Add constructor.  Change type of location_breakpoint,
496         caller_breakpoint.
497         (until_break_fsm_ops): Remove.
498         (new_until_break_fsm): Remove.
499         (until_break_fsm::should_stop): Rename from
500         until_break_fsm_should_stop.
501         (until_break_fsm::clean_up): Rename from
502         until_break_fsm_clean_up.
503         (until_break_fsm::do_async_reply_reason): Rename from
504         until_break_fsm_async_reply_reason.
505         (until_break_command): Update.
506         * thread-fsm.c: Remove.
507         * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
508
509 2019-02-07  Tom Tromey  <tom@tromey.com>
510
511         * yy-remap.h: Add include guard.
512         * xtensa-tdep.h: Add include guard.
513         * xcoffread.h: Rename include guard.
514         * varobj-iter.h: Add include guard.
515         * tui/tui.h: Rename include guard.
516         * tui/tui-winsource.h: Rename include guard.
517         * tui/tui-wingeneral.h: Rename include guard.
518         * tui/tui-windata.h: Rename include guard.
519         * tui/tui-win.h: Rename include guard.
520         * tui/tui-stack.h: Rename include guard.
521         * tui/tui-source.h: Rename include guard.
522         * tui/tui-regs.h: Rename include guard.
523         * tui/tui-out.h: Rename include guard.
524         * tui/tui-layout.h: Rename include guard.
525         * tui/tui-io.h: Rename include guard.
526         * tui/tui-hooks.h: Rename include guard.
527         * tui/tui-file.h: Rename include guard.
528         * tui/tui-disasm.h: Rename include guard.
529         * tui/tui-data.h: Rename include guard.
530         * tui/tui-command.h: Rename include guard.
531         * tic6x-tdep.h: Add include guard.
532         * target/waitstatus.h: Rename include guard.
533         * target/wait.h: Rename include guard.
534         * target/target.h: Rename include guard.
535         * target/resume.h: Rename include guard.
536         * target-float.h: Rename include guard.
537         * stabsread.h: Add include guard.
538         * rs6000-tdep.h: Add include guard.
539         * riscv-fbsd-tdep.h: Add include guard.
540         * regformats/regdef.h: Rename include guard.
541         * record.h: Rename include guard.
542         * python/python.h: Rename include guard.
543         * python/python-internal.h: Rename include guard.
544         * python/py-stopevent.h: Rename include guard.
545         * python/py-ref.h: Rename include guard.
546         * python/py-record.h: Rename include guard.
547         * python/py-record-full.h: Rename include guard.
548         * python/py-record-btrace.h: Rename include guard.
549         * python/py-instruction.h: Rename include guard.
550         * python/py-events.h: Rename include guard.
551         * python/py-event.h: Rename include guard.
552         * procfs.h: Add include guard.
553         * proc-utils.h: Add include guard.
554         * p-lang.h: Add include guard.
555         * or1k-tdep.h: Rename include guard.
556         * observable.h: Rename include guard.
557         * nto-tdep.h: Rename include guard.
558         * nat/x86-linux.h: Rename include guard.
559         * nat/x86-linux-dregs.h: Rename include guard.
560         * nat/x86-gcc-cpuid.h: Add include guard.
561         * nat/x86-dregs.h: Rename include guard.
562         * nat/x86-cpuid.h: Rename include guard.
563         * nat/ppc-linux.h: Rename include guard.
564         * nat/mips-linux-watch.h: Rename include guard.
565         * nat/linux-waitpid.h: Rename include guard.
566         * nat/linux-ptrace.h: Rename include guard.
567         * nat/linux-procfs.h: Rename include guard.
568         * nat/linux-osdata.h: Rename include guard.
569         * nat/linux-nat.h: Rename include guard.
570         * nat/linux-namespaces.h: Rename include guard.
571         * nat/linux-btrace.h: Rename include guard.
572         * nat/glibc_thread_db.h: Rename include guard.
573         * nat/gdb_thread_db.h: Rename include guard.
574         * nat/gdb_ptrace.h: Rename include guard.
575         * nat/fork-inferior.h: Rename include guard.
576         * nat/amd64-linux-siginfo.h: Rename include guard.
577         * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
578         * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
579         * nat/aarch64-linux.h: Rename include guard.
580         * nat/aarch64-linux-hw-point.h: Rename include guard.
581         * mn10300-tdep.h: Add include guard.
582         * mips-linux-tdep.h: Add include guard.
583         * mi/mi-parse.h: Rename include guard.
584         * mi/mi-out.h: Rename include guard.
585         * mi/mi-main.h: Rename include guard.
586         * mi/mi-interp.h: Rename include guard.
587         * mi/mi-getopt.h: Rename include guard.
588         * mi/mi-console.h: Rename include guard.
589         * mi/mi-common.h: Rename include guard.
590         * mi/mi-cmds.h: Rename include guard.
591         * mi/mi-cmd-break.h: Rename include guard.
592         * m2-lang.h: Add include guard.
593         * location.h: Rename include guard.
594         * linux-record.h: Rename include guard.
595         * linux-nat.h: Add include guard.
596         * linux-fork.h: Add include guard.
597         * i386-darwin-tdep.h: Rename include guard.
598         * hppa-linux-offsets.h: Add include guard.
599         * guile/guile.h: Rename include guard.
600         * guile/guile-internal.h: Rename include guard.
601         * gnu-nat.h: Rename include guard.
602         * gdb-stabs.h: Rename include guard.
603         * frv-tdep.h: Add include guard.
604         * f-lang.h: Add include guard.
605         * event-loop.h: Add include guard.
606         * darwin-nat.h: Rename include guard.
607         * cp-abi.h: Rename include guard.
608         * config/sparc/nm-sol2.h: Rename include guard.
609         * config/nm-nto.h: Rename include guard.
610         * config/nm-linux.h: Add include guard.
611         * config/i386/nm-i386gnu.h: Rename include guard.
612         * config/djgpp/nl_types.h: Rename include guard.
613         * config/djgpp/langinfo.h: Rename include guard.
614         * compile/gcc-cp-plugin.h: Add include guard.
615         * compile/gcc-c-plugin.h: Add include guard.
616         * compile/compile.h: Rename include guard.
617         * compile/compile-object-run.h: Rename include guard.
618         * compile/compile-object-load.h: Rename include guard.
619         * compile/compile-internal.h: Rename include guard.
620         * compile/compile-cplus.h: Rename include guard.
621         * compile/compile-c.h: Rename include guard.
622         * common/xml-utils.h: Rename include guard.
623         * common/x86-xstate.h: Rename include guard.
624         * common/version.h: Rename include guard.
625         * common/vec.h: Rename include guard.
626         * common/tdesc.h: Rename include guard.
627         * common/selftest.h: Rename include guard.
628         * common/scoped_restore.h: Rename include guard.
629         * common/scoped_mmap.h: Rename include guard.
630         * common/scoped_fd.h: Rename include guard.
631         * common/safe-iterator.h: Rename include guard.
632         * common/run-time-clock.h: Rename include guard.
633         * common/refcounted-object.h: Rename include guard.
634         * common/queue.h: Rename include guard.
635         * common/ptid.h: Rename include guard.
636         * common/print-utils.h: Rename include guard.
637         * common/preprocessor.h: Rename include guard.
638         * common/pathstuff.h: Rename include guard.
639         * common/observable.h: Rename include guard.
640         * common/netstuff.h: Rename include guard.
641         * common/job-control.h: Rename include guard.
642         * common/host-defs.h: Rename include guard.
643         * common/gdb_wait.h: Rename include guard.
644         * common/gdb_vecs.h: Rename include guard.
645         * common/gdb_unlinker.h: Rename include guard.
646         * common/gdb_unique_ptr.h: Rename include guard.
647         * common/gdb_tilde_expand.h: Rename include guard.
648         * common/gdb_sys_time.h: Rename include guard.
649         * common/gdb_string_view.h: Rename include guard.
650         * common/gdb_splay_tree.h: Rename include guard.
651         * common/gdb_setjmp.h: Rename include guard.
652         * common/gdb_ref_ptr.h: Rename include guard.
653         * common/gdb_optional.h: Rename include guard.
654         * common/gdb_locale.h: Rename include guard.
655         * common/gdb_assert.h: Rename include guard.
656         * common/filtered-iterator.h: Rename include guard.
657         * common/filestuff.h: Rename include guard.
658         * common/fileio.h: Rename include guard.
659         * common/environ.h: Rename include guard.
660         * common/common-utils.h: Rename include guard.
661         * common/common-types.h: Rename include guard.
662         * common/common-regcache.h: Rename include guard.
663         * common/common-inferior.h: Rename include guard.
664         * common/common-gdbthread.h: Rename include guard.
665         * common/common-exceptions.h: Rename include guard.
666         * common/common-defs.h: Rename include guard.
667         * common/common-debug.h: Rename include guard.
668         * common/cleanups.h: Rename include guard.
669         * common/buffer.h: Rename include guard.
670         * common/btrace-common.h: Rename include guard.
671         * common/break-common.h: Rename include guard.
672         * cli/cli-utils.h: Rename include guard.
673         * cli/cli-style.h: Rename include guard.
674         * cli/cli-setshow.h: Rename include guard.
675         * cli/cli-script.h: Rename include guard.
676         * cli/cli-interp.h: Rename include guard.
677         * cli/cli-decode.h: Rename include guard.
678         * cli/cli-cmds.h: Rename include guard.
679         * charset-list.h: Add include guard.
680         * buildsym-legacy.h: Rename include guard.
681         * bfin-tdep.h: Add include guard.
682         * ax.h: Rename include guard.
683         * arm-linux-tdep.h: Add include guard.
684         * arm-fbsd-tdep.h: Add include guard.
685         * arch/xtensa.h: Rename include guard.
686         * arch/tic6x.h: Add include guard.
687         * arch/i386.h: Add include guard.
688         * arch/arm.h: Rename include guard.
689         * arch/arm-linux.h: Rename include guard.
690         * arch/arm-get-next-pcs.h: Rename include guard.
691         * arch/amd64.h: Add include guard.
692         * arch/aarch64-insn.h: Rename include guard.
693         * arch-utils.h: Rename include guard.
694         * annotate.h: Add include guard.
695         * amd64-darwin-tdep.h: Rename include guard.
696         * aarch64-linux-tdep.h: Add include guard.
697         * aarch64-fbsd-tdep.h: Add include guard.
698         * aarch32-linux-nat.h: Add include guard.
699
700 2019-02-06  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
701
702         * macrotab.c (macro_define_internal): New function that
703         factorizes macro_define_object_internal and macro_define_function
704         code.
705         (macro_define_object_internal): Use macro_define_internal.
706         (macro_define_function): Likewise.
707
708 2019-02-06  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
709
710         * macrocmd.c (extract_identifier): Return
711         a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
712         callers.
713
714 2019-02-06  John Baldwin  <jhb@FreeBSD.org>
715
716         * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
717
718 2019-02-05  Tom Tromey  <tom@tromey.com>
719
720         * target.c (target_stack::unpush): Move assertion earlier.
721
722 2019-01-30  Tom Tromey  <tom@tromey.com>
723
724         PR python/23615:
725         * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
726         (gdbpy_parse_and_eval): Likewise.
727         * python/python-internal.h (gdbpy_allow_threads): New class.
728
729 2019-01-28  John Baldwin  <jhb@FreeBSD.org>
730
731         * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
732         (aarch64_fbsd_fpregmap): Move earlier.
733         (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
734         (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
735         instead of individual calls to trad_frame_set_reg_addr.
736         * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
737         earlier.
738         (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
739         (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
740         instead of individual calls to trad_frame_set_reg_addr.
741
742 2019-01-28  Alan Hayward  <alan.hayward@arm.com>
743
744         * CONTRIBUTE: Replace contribution list with wiki link.
745
746 2019-01-25  Tom Tromey  <tom@tromey.com>
747
748         * Makefile.in (GDB_CFLAGS): Don't add -I for common.
749
750 2019-01-25  Tom Tromey  <tom@tromey.com>
751
752         * xtensa-linux-nat.c: Fix common/ includes.
753         * xml-support.h: Fix common/ includes.
754         * xml-support.c: Fix common/ includes.
755         * x86-linux-nat.c: Fix common/ includes.
756         * windows-nat.c: Fix common/ includes.
757         * varobj.h: Fix common/ includes.
758         * varobj.c: Fix common/ includes.
759         * value.c: Fix common/ includes.
760         * valops.c: Fix common/ includes.
761         * utils.c: Fix common/ includes.
762         * unittests/xml-utils-selftests.c: Fix common/ includes.
763         * unittests/utils-selftests.c: Fix common/ includes.
764         * unittests/unpack-selftests.c: Fix common/ includes.
765         * unittests/tracepoint-selftests.c: Fix common/ includes.
766         * unittests/style-selftests.c: Fix common/ includes.
767         * unittests/string_view-selftests.c: Fix common/ includes.
768         * unittests/scoped_restore-selftests.c: Fix common/ includes.
769         * unittests/scoped_mmap-selftests.c: Fix common/ includes.
770         * unittests/scoped_fd-selftests.c: Fix common/ includes.
771         * unittests/rsp-low-selftests.c: Fix common/ includes.
772         * unittests/parse-connection-spec-selftests.c: Fix common/
773         includes.
774         * unittests/optional-selftests.c: Fix common/ includes.
775         * unittests/offset-type-selftests.c: Fix common/ includes.
776         * unittests/observable-selftests.c: Fix common/ includes.
777         * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
778         * unittests/memrange-selftests.c: Fix common/ includes.
779         * unittests/memory-map-selftests.c: Fix common/ includes.
780         * unittests/lookup_name_info-selftests.c: Fix common/ includes.
781         * unittests/function-view-selftests.c: Fix common/ includes.
782         * unittests/environ-selftests.c: Fix common/ includes.
783         * unittests/copy_bitwise-selftests.c: Fix common/ includes.
784         * unittests/common-utils-selftests.c: Fix common/ includes.
785         * unittests/cli-utils-selftests.c: Fix common/ includes.
786         * unittests/array-view-selftests.c: Fix common/ includes.
787         * ui-file.c: Fix common/ includes.
788         * tui/tui-io.c: Fix common/ includes.
789         * tracepoint.h: Fix common/ includes.
790         * tracepoint.c: Fix common/ includes.
791         * tracefile-tfile.c: Fix common/ includes.
792         * top.h: Fix common/ includes.
793         * top.c: Fix common/ includes.
794         * thread.c: Fix common/ includes.
795         * target/waitstatus.h: Fix common/ includes.
796         * target/waitstatus.c: Fix common/ includes.
797         * target.h: Fix common/ includes.
798         * target.c: Fix common/ includes.
799         * target-memory.c: Fix common/ includes.
800         * target-descriptions.c: Fix common/ includes.
801         * symtab.h: Fix common/ includes.
802         * symfile.c: Fix common/ includes.
803         * stap-probe.c: Fix common/ includes.
804         * spu-linux-nat.c: Fix common/ includes.
805         * sparc-nat.c: Fix common/ includes.
806         * source.c: Fix common/ includes.
807         * solib.c: Fix common/ includes.
808         * solib-target.c: Fix common/ includes.
809         * ser-unix.c: Fix common/ includes.
810         * ser-tcp.c: Fix common/ includes.
811         * ser-pipe.c: Fix common/ includes.
812         * ser-base.c: Fix common/ includes.
813         * selftest-arch.c: Fix common/ includes.
814         * s12z-tdep.c: Fix common/ includes.
815         * rust-exp.y: Fix common/ includes.
816         * rs6000-aix-tdep.c: Fix common/ includes.
817         * riscv-tdep.c: Fix common/ includes.
818         * remote.c: Fix common/ includes.
819         * remote-notif.h: Fix common/ includes.
820         * remote-fileio.h: Fix common/ includes.
821         * remote-fileio.c: Fix common/ includes.
822         * regcache.h: Fix common/ includes.
823         * regcache.c: Fix common/ includes.
824         * record-btrace.c: Fix common/ includes.
825         * python/python.c: Fix common/ includes.
826         * python/py-type.c: Fix common/ includes.
827         * python/py-inferior.c: Fix common/ includes.
828         * progspace.h: Fix common/ includes.
829         * producer.c: Fix common/ includes.
830         * procfs.c: Fix common/ includes.
831         * proc-api.c: Fix common/ includes.
832         * printcmd.c: Fix common/ includes.
833         * ppc-linux-nat.c: Fix common/ includes.
834         * parser-defs.h: Fix common/ includes.
835         * osdata.c: Fix common/ includes.
836         * obsd-nat.c: Fix common/ includes.
837         * nat/x86-linux.c: Fix common/ includes.
838         * nat/x86-linux-dregs.c: Fix common/ includes.
839         * nat/x86-dregs.h: Fix common/ includes.
840         * nat/x86-dregs.c: Fix common/ includes.
841         * nat/ppc-linux.c: Fix common/ includes.
842         * nat/mips-linux-watch.h: Fix common/ includes.
843         * nat/mips-linux-watch.c: Fix common/ includes.
844         * nat/linux-waitpid.c: Fix common/ includes.
845         * nat/linux-ptrace.h: Fix common/ includes.
846         * nat/linux-ptrace.c: Fix common/ includes.
847         * nat/linux-procfs.c: Fix common/ includes.
848         * nat/linux-personality.c: Fix common/ includes.
849         * nat/linux-osdata.c: Fix common/ includes.
850         * nat/linux-namespaces.c: Fix common/ includes.
851         * nat/linux-btrace.h: Fix common/ includes.
852         * nat/linux-btrace.c: Fix common/ includes.
853         * nat/fork-inferior.c: Fix common/ includes.
854         * nat/amd64-linux-siginfo.c: Fix common/ includes.
855         * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
856         * nat/aarch64-linux.c: Fix common/ includes.
857         * nat/aarch64-linux-hw-point.h: Fix common/ includes.
858         * nat/aarch64-linux-hw-point.c: Fix common/ includes.
859         * namespace.h: Fix common/ includes.
860         * mips-linux-tdep.c: Fix common/ includes.
861         * minsyms.c: Fix common/ includes.
862         * mi/mi-parse.h: Fix common/ includes.
863         * mi/mi-main.c: Fix common/ includes.
864         * mi/mi-cmd-env.c: Fix common/ includes.
865         * memrange.h: Fix common/ includes.
866         * memattr.c: Fix common/ includes.
867         * maint.h: Fix common/ includes.
868         * maint.c: Fix common/ includes.
869         * main.c: Fix common/ includes.
870         * machoread.c: Fix common/ includes.
871         * location.c: Fix common/ includes.
872         * linux-thread-db.c: Fix common/ includes.
873         * linux-nat.c: Fix common/ includes.
874         * linux-fork.c: Fix common/ includes.
875         * inline-frame.c: Fix common/ includes.
876         * infrun.c: Fix common/ includes.
877         * inflow.c: Fix common/ includes.
878         * inferior.h: Fix common/ includes.
879         * inferior.c: Fix common/ includes.
880         * infcmd.c: Fix common/ includes.
881         * inf-ptrace.c: Fix common/ includes.
882         * inf-child.c: Fix common/ includes.
883         * ia64-linux-nat.c: Fix common/ includes.
884         * i387-tdep.c: Fix common/ includes.
885         * i386-tdep.c: Fix common/ includes.
886         * i386-linux-tdep.c: Fix common/ includes.
887         * i386-linux-nat.c: Fix common/ includes.
888         * i386-go32-tdep.c: Fix common/ includes.
889         * i386-fbsd-tdep.c: Fix common/ includes.
890         * i386-fbsd-nat.c: Fix common/ includes.
891         * guile/scm-type.c: Fix common/ includes.
892         * guile/guile.c: Fix common/ includes.
893         * go32-nat.c: Fix common/ includes.
894         * gnu-nat.c: Fix common/ includes.
895         * gdbthread.h: Fix common/ includes.
896         * gdbarch-selftests.c: Fix common/ includes.
897         * gdb_usleep.c: Fix common/ includes.
898         * gdb_select.h: Fix common/ includes.
899         * gdb_bfd.c: Fix common/ includes.
900         * gcore.c: Fix common/ includes.
901         * fork-child.c: Fix common/ includes.
902         * findvar.c: Fix common/ includes.
903         * fbsd-nat.c: Fix common/ includes.
904         * event-top.c: Fix common/ includes.
905         * event-loop.c: Fix common/ includes.
906         * dwarf2read.c: Fix common/ includes.
907         * dwarf2loc.c: Fix common/ includes.
908         * dwarf2-frame.c: Fix common/ includes.
909         * dwarf-index-cache.c: Fix common/ includes.
910         * dtrace-probe.c: Fix common/ includes.
911         * disasm-selftests.c: Fix common/ includes.
912         * defs.h: Fix common/ includes.
913         * csky-tdep.c: Fix common/ includes.
914         * cp-valprint.c: Fix common/ includes.
915         * cp-support.h: Fix common/ includes.
916         * cp-support.c: Fix common/ includes.
917         * corelow.c: Fix common/ includes.
918         * completer.h: Fix common/ includes.
919         * completer.c: Fix common/ includes.
920         * compile/compile.c: Fix common/ includes.
921         * compile/compile-loc2c.c: Fix common/ includes.
922         * compile/compile-cplus-types.c: Fix common/ includes.
923         * compile/compile-cplus-symbols.c: Fix common/ includes.
924         * command.h: Fix common/ includes.
925         * cli/cli-dump.c: Fix common/ includes.
926         * cli/cli-cmds.c: Fix common/ includes.
927         * charset.c: Fix common/ includes.
928         * build-id.c: Fix common/ includes.
929         * btrace.h: Fix common/ includes.
930         * btrace.c: Fix common/ includes.
931         * breakpoint.h: Fix common/ includes.
932         * breakpoint.c: Fix common/ includes.
933         * ax.h: 
934         (enum agent_op): Fix common/ includes.
935         * ax-general.c (struct aop_map): Fix common/ includes.
936         * ax-gdb.c: Fix common/ includes.
937         * auxv.c: Fix common/ includes.
938         * auto-load.c: Fix common/ includes.
939         * arm-tdep.c: Fix common/ includes.
940         * arch/riscv.c: Fix common/ includes.
941         * arch/ppc-linux-common.c: Fix common/ includes.
942         * arch/i386.c: Fix common/ includes.
943         * arch/arm.c: Fix common/ includes.
944         * arch/arm-linux.c: Fix common/ includes.
945         * arch/arm-get-next-pcs.c: Fix common/ includes.
946         * arch/amd64.c: Fix common/ includes.
947         * arch/aarch64.c: Fix common/ includes.
948         * arch/aarch64-insn.c: Fix common/ includes.
949         * arch-utils.c: Fix common/ includes.
950         * amd64-windows-tdep.c: Fix common/ includes.
951         * amd64-tdep.c: Fix common/ includes.
952         * amd64-sol2-tdep.c: Fix common/ includes.
953         * amd64-obsd-tdep.c: Fix common/ includes.
954         * amd64-nbsd-tdep.c: Fix common/ includes.
955         * amd64-linux-tdep.c: Fix common/ includes.
956         * amd64-linux-nat.c: Fix common/ includes.
957         * amd64-fbsd-tdep.c: Fix common/ includes.
958         * amd64-fbsd-nat.c: Fix common/ includes.
959         * amd64-dicos-tdep.c: Fix common/ includes.
960         * amd64-darwin-tdep.c: Fix common/ includes.
961         * agent.c: Fix common/ includes.
962         * ada-lang.h: Fix common/ includes.
963         * ada-lang.c: Fix common/ includes.
964         * aarch64-tdep.c: Fix common/ includes.
965
966 2019-01-25  Tom Tromey  <tom@tromey.com>
967
968         * common/create-version.sh: Use common/version.h.
969
970 2019-01-24  Pedro Alves  <palves@redhat.com>
971
972         * infrun.c (signal_stop, signal_print, signal_program)
973         (signal_catch, signal_pass): Now arrays instead of pointers.
974         (update_signals_program_target, do_target_resume)
975         (signal_catch_update, handle_command, _initialize_infrun): Adjust.
976         * linux-nat.c (linux_nat_target::pass_signals)
977         (linux_nat_target::create_inferior, linux_nat_target::attach):
978         Adjust.
979         * linux-nat.h (linux_nat_target::pass_signals): Adjust.
980         * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
981         * procfs.c (procfs_target::pass_signals): Adjust.
982         * record-full.c (record_full_target::resume): Adjust.
983         * remote.c (remote_target::pass_signals)
984         (remote_target::program_signals): Adjust.
985         * target-debug.h (target_debug_print_signals): Now takes a
986         gdb::array_view as parameter.  Adjust.
987         * target.h (target_ops) <pass_signals, program_signals>: Replace
988         pointer and length parameters with gdb::array_view.
989         (target_pass_signals, target_program_signals): Likewise.
990         * target-delegates.c: Regenerate.
991
992 2019-01-24  Pedro Alves  <palves@redhat.com>
993
994         * common/forward-scope-exit.h
995         (forward_scope_exit::forward_scope_exit): Pass arguments to
996         m_bind_function directly, instead of creating a std::bind and
997         copying that.
998
999 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
1000
1001         * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
1002         for static members.
1003         (pass_in_v_vfp_candidate): Likewise.
1004
1005 2019-01-23  Tom Tromey  <tom@tromey.com>
1006             Pedro Alves  <palves@redhat.com>
1007
1008         * regcache.c (class regcache_invalidator): Remove.
1009         (regcache::raw_write): Use make_scope_exit.
1010
1011 2019-01-23  Tom Tromey  <tom@tromey.com>
1012
1013         * ui-out.h (class ui_out_emit_type): Update comment.
1014
1015 2019-01-23  Tom Tromey  <tom@tromey.com>
1016
1017         * infrun.c (fetch_inferior_event): Update comment.
1018
1019 2019-01-23  Tom Tromey  <tom@tromey.com>
1020             Pedro Alves  <palves@redhat.com>
1021
1022         * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
1023         parameter.
1024         (fetch_inferior_event): Use SCOPE_EXIT.
1025
1026
1027 2019-01-23  Tom Tromey  <tom@tromey.com>
1028             Pedro Alves  <palves@redhat.com>
1029
1030         * infrun.c (disable_thread_events): Delete.
1031         (stop_all_threads): Use SCOPE_EXIT.
1032
1033 2019-01-23  Tom Tromey  <tom@tromey.com>
1034             Pedro Alves  <palves@redhat.com>
1035
1036         * symfile.c: Include forward-scope-exit.h.
1037         (clear_symtab_users_cleanup): Replace forward declaration with
1038         a FORWARD_SCOPE_EXIT.
1039         (syms_from_objfile_1): Use the forward_scope_exit and
1040         gdb::optional instead of cleanup_function.
1041         (reread_symbols): Use the forward_scope_exit instead of
1042         cleanup_function.
1043         (clear_symtab_users_cleanup): Remove function.
1044
1045 2019-01-23  Tom Tromey  <tom@tromey.com>
1046             Pedro Alves  <palves@redhat.com>
1047
1048         * linux-nat.c: Include scope-exit.h.
1049         (cleanup_target_stop): Remove.
1050         (linux_nat_target::static_tracepoint_markers_by_strid): Use
1051         SCOPE_EXIT.
1052
1053 2019-01-23  Tom Tromey  <tom@tromey.com>
1054             Pedro Alves  <palves@redhat.com>
1055
1056         * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
1057         (call_function_by_hand_dummy): Use SCOPE_EXIT.
1058
1059 2019-01-23  Tom Tromey  <tom@tromey.com>
1060             Andrew Burgess  <andrew.burgess@embecosm.com>
1061             Pedro Alves  <palves@redhat.com>
1062
1063         * infrun.c (fetch_inferior_event): Use scope_exit.
1064         * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
1065         * top.c (execute_command): Use scope_exit.
1066         * breakpoint.c (bpstat_do_actions): Use scope_exit.
1067         * utils.c (do_bpstat_clear_actions_cleanup)
1068         (make_bpstat_clear_actions_cleanup): Remove.
1069
1070 2019-01-23  Tom Tromey  <tom@tromey.com>
1071             Pedro Alves  <palves@redhat.com>
1072
1073         * infrun.c: Include "common/scope-exit.h"
1074         (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
1075         (wait_for_inferior): Use SCOPE_EXIT.
1076         (fetch_inferior_event): Use scope_exit.
1077
1078 2019-01-23  Tom Tromey  <tom@tromey.com>
1079             Pedro Alves  <palves@redhat.com>
1080
1081         * breakpoint.c (create_breakpoint): Remove cleanup.
1082
1083 2019-01-23  Tom Tromey  <tom@tromey.com>
1084             Andrew Burgess  <andrew.burgess@embecosm.com>
1085             Pedro Alves  <palves@redhat.com>
1086
1087 2019-01-23  Pedro Alves  <palves@redhat.com>
1088
1089         * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
1090
1091 2019-01-23  Pedro Alves  <palves@redhat.com>
1092             Andrew Burgess  <andrew.burgess@embecosm.com>
1093
1094         * gdbthread.h: Include "common/forward-scope-exit.h".
1095         (scoped_finish_thread_state): Redefine custom class in terms of
1096         forward_scope_exit.
1097
1098 2019-01-23  Pedro Alves  <palves@redhat.com>
1099             Andrew Burgess  <andrew.burgess@embecosm.com>
1100
1101         * common/forward-scope-exit.h: New file.
1102
1103 2019-01-23  Pedro Alves  <palves@redhat.com>
1104             Andrew Burgess  <andrew.burgess@embecosm.com>
1105             Tom Tromey  <tom@tromey.com>
1106
1107         * common/scope-exit.h: New file.
1108
1109 2019-01-23  Pedro Alves  <palves@redhat.com>
1110
1111         * common/preprocessor.h (ESC): Rename to ...
1112         (ESC_PARENS): ... this.
1113         * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
1114         (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
1115
1116 2019-01-23  Tom Tromey  <tom@tromey.com>
1117
1118         * language.h (class scoped_switch_to_sym_language_if_auto):
1119         Initialize m_lang in both cases.
1120
1121 2019-01-23  Alan Hayward  <alan.hayward@arm.com>
1122
1123         * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
1124         with XCNEW.
1125
1126 2019-01-22  Tom Tromey  <tom@tromey.com>
1127
1128         * corelow.c: Do not include sys/file.h.
1129
1130 2019-01-22  Tom Tromey  <tom@tromey.com>
1131
1132         * tui/tui-wingeneral.h: Include gdb_curses.h.
1133
1134 2019-01-22  Tom Tromey  <tom@tromey.com>
1135
1136         * source-cache.h (class source_cache) <get_source_lines,
1137         get_plain_source_lines, extract_lines>: Rename "lines" parameter.
1138
1139 2019-01-22  Tom Tromey  <tom@tromey.com>
1140
1141         * remote-fileio.h (struct remote_target): Declare.
1142
1143 2019-01-22  Tom Tromey  <tom@tromey.com>
1144
1145         * python/py-arch.c: Do not include py-ref.h.
1146         * python/py-bpevent.c: Do not include py-ref.h.
1147         * python/py-cmd.c: Do not include py-ref.h.
1148         * python/py-continueevent.c: Do not include py-ref.h.
1149         * python/py-event.h: Do not include py-ref.h.
1150         * python/py-evtregistry.c: Do not include py-ref.h.
1151         * python/py-finishbreakpoint.c: Do not include py-ref.h.
1152         * python/py-frame.c: Do not include py-ref.h.
1153         * python/py-framefilter.c: Do not include py-ref.h.
1154         * python/py-function.c: Do not include py-ref.h.
1155         * python/py-infevents.c: Do not include py-ref.h.
1156         * python/py-linetable.c: Do not include py-ref.h.
1157         * python/py-objfile.c: Do not include py-ref.h.
1158         * python/py-param.c: Do not include py-ref.h.
1159         * python/py-prettyprint.c: Do not include py-ref.h.
1160         * python/py-progspace.c: Do not include py-ref.h.
1161         * python/py-symbol.c: Do not include py-ref.h.
1162         * python/py-symtab.c: Do not include py-ref.h.
1163         * python/py-type.c: Do not include py-ref.h.
1164         * python/py-unwind.c: Do not include py-ref.h.
1165         * python/py-utils.c: Do not include py-ref.h.
1166         * python/py-value.c: Do not include py-ref.h.
1167         * python/py-varobj.c: Do not include py-ref.h.
1168         * python/py-xmethods.c: Do not include py-ref.h.
1169         * python/python.c: Do not include py-ref.h.
1170         * varobj.c: Do not include py-ref.h.
1171
1172 2019-01-22  Tom Tromey  <tom@tromey.com>
1173
1174         * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
1175         keyword for bcache.
1176
1177 2019-01-22  Tom Tromey  <tom@tromey.com>
1178
1179         * compile/compile-cplus-types.c: Remove a comment by #include.
1180
1181 2019-01-22  Tom Tromey  <tom@tromey.com>
1182
1183         * compile/gcc-c-plugin.h: Include compile-internal.h.
1184
1185 2019-01-22  Tom Tromey  <tom@tromey.com>
1186
1187         * stabsread.c (EXTERN): Do not define.
1188         (symnum, next_symbol_text_func, processing_gcc_compilation)
1189         (within_function, global_sym_chain, global_stabs)
1190         (previous_stab_code, this_object_header_files)
1191         (n_this_object_header_files)
1192         (n_allocated_this_object_header_files): Define.
1193         * stabsread.h (EXTERN): Never define.  Use "extern".
1194
1195 2019-01-22  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1196
1197         * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
1198         history_value.
1199
1200 2019-01-21  Tom Tromey  <tom@tromey.com>
1201
1202         * ui-out.c: Fix includes.
1203         * tui/tui-source.c: Fix includes.
1204         * target.c: Fix includes.
1205         * remote.c: Fix includes.
1206         * regcache.c: Fix includes.
1207         * python/py-block.c: Fix includes.
1208         * printcmd.c: Fix includes.
1209         * or1k-tdep.c: Fix includes.
1210         * mi/mi-main.c: Fix includes.
1211         * m32r-tdep.c: Fix includes.
1212         * csky-tdep.c: Fix includes.
1213         * compile/compile-cplus-types.c: Fix includes.
1214         * cli/cli-interp.c: Fix includes.
1215
1216 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1217
1218         * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
1219         for padding.
1220
1221 2019-01-16  Tom Tromey  <tom@tromey.com>
1222
1223         * objfiles.h (struct minimal_symbol_iterator): Rename.  Move
1224         earlier.
1225         (struct objfile) <msymbols_range>: Move from top level.
1226         <msymbols>: New method.
1227         (class objfile_msymbols): Remove.
1228         * symtab.c (default_collect_symbol_completion_matches_break_on):
1229         Update.
1230         * symmisc.c (dump_msymbols): Update.
1231         * stabsread.c (scan_file_globals): Update.
1232         * objc-lang.c (info_selectors_command, info_classes_command)
1233         (find_methods): Update.
1234         * minsyms.c (find_solib_trampoline_target): Update.
1235         * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1236         * coffread.c (coff_symfile_read): Update.
1237         * ada-lang.c (ada_lookup_simple_minsym)
1238         (ada_collect_symbol_completion_matches): Update.
1239
1240 2019-01-16  Tom Tromey  <tom@tromey.com>
1241
1242         * objfiles.h (class objfile_msymbols) <iterator>: Change argument
1243         type.  Remove no-argument constructor.
1244         <iterator::operator++>: Simplify.
1245         <begin>: Update.
1246         <end>: Use minimal_symbol_count.
1247
1248 2019-01-16  Tom Tromey  <tom@tromey.com>
1249
1250         * objfiles.h (struct objfile) <psymtabs>: New method.
1251         (class objfile_psymtabs): Remove.
1252         * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
1253         typedef.
1254         <range>: New method.
1255         (require_partial_symbols): Change return type.
1256         * psymtab.c (require_partial_symbols)
1257         (psym_expand_symtabs_matching): Update.
1258         * mdebugread.c (parse_partial_symbols): Update.
1259         * dbxread.c (dbx_end_psymtab): Update.
1260
1261 2019-01-15  Tom Tromey  <tom@tromey.com>
1262
1263         * symtab.c (lookup_objfile_from_block)
1264         (lookup_symbol_in_objfile_symtabs)
1265         (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
1266         (find_line_symtab, info_sources_command)
1267         (default_collect_symbol_completion_matches_break_on)
1268         (make_source_files_completion_list): Update.
1269         * symmisc.c (print_objfile_statistics, dump_objfile)
1270         (maintenance_print_symbols, maintenance_info_symtabs)
1271         (maintenance_check_symtabs, maintenance_info_line_tables):
1272         Update.
1273         * source.c (select_source_symtab)
1274         (forget_cached_source_info_for_objfile): Update.
1275         * objfiles.h (class objfile_compunits): Remove.
1276         (struct objfile) <compunits_range>: New typedef.
1277         (compunits): New method.
1278         * objfiles.c (objfile_relocate1): Update.
1279         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
1280         * maint.c (count_symtabs_and_blocks): Update.
1281         * linespec.c (iterate_over_all_matching_symtabs): Update.
1282         * cp-support.c (add_symbol_overload_list_qualified): Update.
1283         * coffread.c (coff_symtab_read): Update.
1284         * ada-lang.c (add_nonlocal_symbols)
1285         (ada_collect_symbol_completion_matches)
1286         (ada_add_global_exceptions): Update.
1287
1288 2019-01-15  Tom Tromey  <tom@tromey.com>
1289
1290         * progspace.h (program_space) <objfiles_safe_range>: New
1291         typedef.
1292         <objfiles_safe>: New method.
1293         * objfiles.h (class all_objfiles_safe): Remove.
1294         * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
1295         * jit.c (jit_inferior_exit_hook): Update.
1296
1297 2019-01-17  Tom Tromey  <tom@tromey.com>
1298
1299         * progspace.h (program_space) <objfiles_range>: New typedef.
1300         <objfiles>: New method.
1301         <objfiles_head>: Rename from objfiles.
1302         (object_files): Update.
1303         * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
1304         * guile/scm-pretty-print.c
1305         (ppscm_find_pretty_printer_from_objfiles): Update.
1306         * guile/scm-objfile.c (gdbscm_objfiles): Update.
1307         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
1308         Update.
1309         * python/py-progspace.c (pspy_get_objfiles): Update.
1310         * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
1311         Update.
1312         * python/py-objfile.c (objfpy_lookup_objfile_by_name)
1313         (objfpy_lookup_objfile_by_build_id): Update.
1314         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
1315         * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
1316         Update.
1317         * symtab.c (iterate_over_symtabs, matching_obj_sections)
1318         (expand_symtab_containing_pc, lookup_objfile_from_block)
1319         (lookup_static_symbol, basic_lookup_transparent_type)
1320         (find_pc_sect_compunit_symtab, find_symbol_at_address)
1321         (find_line_symtab, info_sources_command)
1322         (default_collect_symbol_completion_matches_break_on)
1323         (make_source_files_completion_list, find_main_name): Update.
1324         * symmisc.c (print_symbol_bcache_statistics)
1325         (print_objfile_statistics, maintenance_print_symbols)
1326         (maintenance_print_msymbols, maintenance_print_objfiles)
1327         (maintenance_info_symtabs, maintenance_check_symtabs)
1328         (maintenance_expand_symtabs, maintenance_info_line_tables):
1329         Update.
1330         * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
1331         (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
1332         (map_overlay_command, unmap_overlay_command)
1333         (simple_overlay_update, expand_symtabs_matching)
1334         (map_symbol_filenames): Update.
1335         * symfile-debug.c (set_debug_symfile): Update.
1336         * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
1337         Update.
1338         * source.c (select_source_symtab, forget_cached_source_info):
1339         Update.
1340         * solib.c (solib_read_symbols): Update.
1341         * solib-spu.c (append_ocl_sos): Update.
1342         * psymtab.c (maintenance_print_psymbols)
1343         (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
1344         * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
1345         * printcmd.c (info_symbol_command): Update.
1346         * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
1347         Update.
1348         * objfiles.h (class all_objfiles): Remove.
1349         * objfiles.c (have_partial_symbols, have_full_symbols)
1350         (have_minimal_symbols, qsort_cmp, update_section_map)
1351         (shared_objfile_contains_address_p)
1352         (default_iterate_over_objfiles_in_search_order): Update.
1353         * objc-lang.c (info_selectors_command, info_classes_command)
1354         (find_methods): Update.
1355         * minsyms.c (find_solib_trampoline_target): Update.
1356         * maint.c (maintenance_info_sections)
1357         (maintenance_translate_address, count_symtabs_and_blocks):
1358         Update.
1359         * main.c (captured_main_1): Update.
1360         * linux-thread-db.c (try_thread_db_load_from_pdir)
1361         (has_libpthread): Update.
1362         * linespec.c (iterate_over_all_matching_symtabs)
1363         (search_minsyms_for_name): Update.
1364         * jit.c (jit_find_objf_with_entry_addr): Update.
1365         * hppa-tdep.c (find_unwind_entry)
1366         (hppa_lookup_stub_minimal_symbol): Update.
1367         * gcore.c (gcore_create_callback, objfile_find_memory_regions):
1368         Update.
1369         * elfread.c (elf_gnu_ifunc_resolve_by_cache)
1370         (elf_gnu_ifunc_resolve_by_got): Update.
1371         * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
1372         * dwarf-index-write.c (save_gdb_index_command): Update.
1373         * cp-support.c (add_symbol_overload_list_qualified): Update.
1374         * breakpoint.c (create_overlay_event_breakpoint)
1375         (create_longjmp_master_breakpoint)
1376         (create_std_terminate_master_breakpoint)
1377         (create_exception_master_breakpoint): Update.
1378         * blockframe.c (find_pc_partial_function): Update.
1379         * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
1380         (ada_collect_symbol_completion_matches)
1381         (ada_add_global_exceptions): Update.
1382
1383 2019-01-17  Tom Tromey  <tom@tromey.com>
1384
1385         * solib-target.c (lm_info_target_p): Remove typedef.  Don't
1386         declare VEC.
1387         (solib_target_parse_libraries): Change return type.
1388         (library_list_start_segment, library_list_start_section)
1389         (library_list_end_library, library_list_start_library); Update.
1390         (solib_target_free_library_list): Remove.
1391         (solib_target_parse_libraries): Remove cleanup.  Change return
1392         type.
1393         (solib_target_current_sos): Update.
1394
1395 2019-01-17  Tom Tromey  <tromey@bapiya>
1396
1397         * valprint.c: Replace "the the" with "the".
1398         * symtab.c: Replace "the the" with "the".
1399         * solib.c: Replace "the the" with "the".
1400         * solib-dsbt.c: Replace "the the" with "the".
1401         * linespec.c: Replace "the the" with "the".
1402         * dwarf2loc.h: Replace "the the" with "the".
1403         * amd64-windows-tdep.c: Replace "the the" with "the".
1404         * aarch64-tdep.c: Replace "the the" with "the".
1405
1406 2019-01-16  Keith Seitz  <keiths@redhat.com>
1407
1408         PR gdb/23773
1409         * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
1410         <builder>: Rename to ..
1411         <m_builder>: ... this and make private.
1412         (dwarf2_cu::get_builder): New method.  Change all users of
1413         `builder' to use this method.
1414         (dwarf2_start_symtab): Move to ...
1415         (dwarf2_cu::start_symtab): ... here.  Update all callers
1416         (setup_type_unit_groups): Move to ...
1417         (dwarf2_cu::setup_type_unit_groups): ... here.  Update all
1418         callers.
1419         (dwarf2_cu::reset_builder): New method.
1420         (process_full_compunit, process_full_type_unit): Use
1421         dwarf2_cu::reset_builder.
1422         (follow_die_offset): Record the ancestor CU if it is different
1423         from the followed DIE's CU.
1424         (follow_die_sig_1): Likewise.
1425
1426 2019-01-15  Tom Tromey  <tom@tromey.com>
1427
1428         * remote.c (class remote_state) <buf>: Now a char_vector.
1429         <buf_size>: Remove.
1430         (remote_target::getpkt): Change type of buf.  Remove sizeof_buf
1431         parameter.
1432         (remote_target::getpkt_or_notif_sane_1)
1433         (remote_target::getpkt_sane)
1434         (remote_target::getpkt_or_notif_sane): Likewise.
1435         (class remote_target) <putpkt>: New overload.
1436         (remote_target::read_frame): Change type of "buf_p".  Remove
1437         sizeof_p parameter.
1438         (packet_ok): New overload.
1439         (packet_check_result): New overload.
1440         Update all uses.
1441
1442 2019-01-14  Tom Tromey  <tom@tromey.com>
1443
1444         * remote-notif.c (handle_notification, remote_notif_ack)
1445         (remote_notif_parse): Make "buf" const.
1446         * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
1447         const.
1448         (remote_notif_parse, remote_notif_ack, handle_notification):
1449         Likewise.
1450         * remote.c (remote_notif_stop_parse): Make "buf" const.
1451         (remote_target::remote_parse_stop_reply): Make "buf" const.
1452         (remote_notif_stop_ack): Make "buf" const.
1453
1454 2019-01-14  Tom Tromey  <tom@tromey.com>
1455
1456         * remote.c (remote_console_output): Make parameter const.
1457
1458 2019-01-14  Tom Tromey  <tom@tromey.com>
1459
1460         * target-debug.h (target_debug_print_signals): Constify.
1461         * nto-procfs.c (nto_procfs_target::pass_signals): Update.
1462         * procfs.c (procfs_target::pass_signals): Update.
1463         * linux-nat.c (linux_nat_target::pass_signals): Update.
1464         * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
1465         * target-delegates.c: Rebuild.
1466         * remote.c (remote_target::program_signals): Update.
1467         (remote_target::pass_signals): Update.
1468         * target.c (target_pass_signals): Constify argument.
1469         (target_program_signals): Likewise.
1470         * target.h (struct target_ops) <pass_signals, program_signals>:
1471         Constify argument.
1472         (target_pass_signals, target_program_signals): Constify argument.
1473
1474 2019-01-14  Tom Tromey  <tom@tromey.com>
1475
1476         PR tui/28819:
1477         * tui/tui-io.c (gdb_wgetch): Print \r when needed.
1478
1479 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1480
1481         * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
1482         field.
1483         * rs6000-tdep.c: Include reggroups.h.
1484         (IS_V_ALIAS_PSEUDOREG): Define.
1485         (rs6000_register_name): Return names for the "vX" aliases.
1486         (rs6000_pseudo_register_type): Return type for the "vX" aliases.
1487         (rs6000_pseudo_register_reggroup_p): Restore.  Handle "vX"
1488         aliases.  Call default_register_reggroup_p for all other
1489         pseudo-registers.
1490         (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
1491         New functions.
1492         (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
1493         Handle "vX" aliases.
1494         (v_alias_pseudo_register_collect): New function.
1495         (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
1496         (rs6000_gdbarch_init): Initialize "vX" aliases as
1497         pseudo-registers.  Restore registration of
1498         rs6000_pseudo_register_reggroup_p with
1499         set_tdesc_pseudo_register_reggroup_p.
1500
1501 2019-01-13  Max Filippov  <jcmvbkbc@gmail.com>
1502
1503         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
1504         tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
1505         set_gdbarch_num_pseudo_regs.
1506
1507 2019-01-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1508
1509         * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
1510         Remove arg prefixname, add do_set and do_show.
1511         Add member functions set_list and show_list.
1512         * cli/cli-style.c (class cli_style_option): Update accordingly.
1513         (style_set_list): Move to file scope.
1514         (style_show_list): Likewise.
1515         (set_style): Call help_list.
1516         (show_style): Call cmd_show_list.
1517         (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
1518         Update to use the new macro.
1519
1520 2019-10-12  Joel Brobecker  <brobecker@adacore.com>
1521
1522         * ada-lang.c (_initialize_ada_language): Expand the help text
1523         for the "catch exception" command.
1524
1525 2019-01-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1526
1527         * symtab.c (matching_obj_sections): Initialize obj,
1528         declare it closer to its usage.
1529
1530 2019-01-10  Tom Tromey  <tom@tromey.com>
1531
1532         * thread-iter.h (inf_threads_iterator): Use next_iterator.
1533         (basic_inf_threads_range): Remove.
1534         (inf_threads_range, inf_non_exited_threads_range)
1535         (safe_inf_threads_range): Use next_adapter.
1536
1537 2019-01-10  Keith Seitz  <keiths@redhat.com>
1538
1539         PR gdb/23712
1540         PR symtab/23010
1541         * dwarf2read.c (dw2_add_symbol_to_list): Remove.
1542         (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
1543
1544 2019-01-10  Keith Seitz  <keiths@redhat.com>
1545
1546         PR gdb/23712
1547         PR symtab/23010
1548         * dictionary.c (pending_to_vector): Remove.
1549         (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
1550         Remove _1 suffix, replacing functions of the same name.  Update
1551         all callers.
1552         (dict_create_hashed, dict_create_hashed_expandable)
1553         (dict_create_linear, dict_create_linear_expandable, dict_free)
1554         (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
1555         Make functions static.
1556
1557 2019-01-10  Keith Seitz  <keiths@redhat.com>
1558
1559         PR gdb/23712
1560         PR symtab/23010
1561         * dictionary.h (struct dictionary): Replace declaration with
1562         multidictionary.
1563         (dict_create_hashed, dict_create_hashed_expandable)
1564         (dict_create_linear, dict_create_linear_expandable)
1565         (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
1566         (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
1567         (dict_iter_match_next, dict_size): Rename to "mdict_" versions
1568         taking multidictionary argument.
1569         [ALL_DICT_SYMBOLS]: Update for multidictionary.
1570         * block.h (struct block) <dict>: Change to multidictionary
1571         and rename `multidict'.
1572         * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
1573         symmisc.c: Update all dictionary references to multidictionary.
1574
1575 2019-01-10  Keith Seitz  <keiths@redhat.com>
1576
1577         PR gdb/23712
1578         PR symtab/23010
1579         * dictionary.c: Include unordered_map.
1580         (pending_to_vector): New function.
1581         (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
1582         Rewrite the non-"_1" functions to take vector instead
1583         of linked list.
1584         (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
1585         "new" _1 versions of the same name.
1586         (multidictionary): Define.
1587         (std::hash<enum language): New definition.
1588         (collate_pending_symbols_by_language, mdict_create_hashed)
1589         (mdict_create_hashed_expandable, mdict_create_linear)
1590         (mdict_create_linear_expandable, mdict_free)
1591         (find_language_dictionary, create_new_language_dictionary)
1592         (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
1593         (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
1594         (mdict_size, mdict_empty): New functions.
1595         * dictionary.h (mdict_iterator): Define.
1596
1597 2019-01-10  Pedro Alves  <palves@redhat.com>
1598
1599         * breakpoint.c (read_uploaded_action)
1600         (create_tracepoint_from_upload): Adjust to use
1601         gdb::unique_xmalloc_ptr.
1602         * ctf.c (ctf_write_uploaded_tp):
1603         (SET_ARRAY_FIELD): Use emplace_back.
1604         (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
1605         * tracefile-tfile.c (tfile_write_uploaded_tp):
1606         * tracepoint.c (parse_tracepoint_definition): Adjust to use
1607         gdb::unique_xmalloc_ptr.
1608         * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
1609         at_string, cond_string, cmd_strings>: Replace char pointers
1610         with gdb::unique_xmalloc_ptr.
1611
1612 2019-01-10  Pedro Alves  <palves@redhat.com>
1613
1614         * solib-target.c (library_list_start_library): Don't xstrdup name.
1615
1616 2019-01-10  Pedro Alves  <palves@redhat.com>
1617
1618         * mdebugread.c (parse_partial_symbols): Use
1619         gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
1620
1621 2019-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1622
1623         * linux-fork.c (scoped_switch_fork_info)
1624         <~scoped_switch_fork_info>: Fix incorrect variable name.
1625
1626 2019-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1627
1628         * linux-fork.c (scoped_switch_fork_info)
1629         <scoped_switch_fork_info>: Make explicit.
1630         <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
1631
1632 2019-01-10  Tom Tromey  <tom@tromey.com>
1633
1634         * objfiles.h (objfile::reset_psymtabs): Update.
1635         * objfiles.c (objfile::objfile): Update.
1636         * psymtab.h (psymtab_storage::obstack): Update.
1637         (psymtab_storage::m_obstack): Use gdb::optional.
1638         (class psymtab_storage): Update comment.  Remove objfile
1639         parameter.
1640         * psymtab.c (psymtab_storage::psymtab_storage): Update.
1641
1642 2019-01-10  Tom Tromey  <tom@tromey.com>
1643
1644         * psymtab.h (psymtab_storage::allocate_psymtab): New method.
1645         <free_psymtabs>: Now private.
1646         * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
1647         (allocate_psymtab): Use new method.
1648
1649 2019-01-10  Tom Tromey  <tom@tromey.com>
1650
1651         * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
1652         * psymtab.h (psymtab_storage::allocate_dependencies): New method.
1653         * mdebugread.c (parse_partial_symbols): Use
1654         allocate_dependencies.
1655         * dwarf2read.c (dwarf2_create_include_psymtab): Use
1656         allocate_dependencies.
1657         (process_psymtab_comp_unit_reader)
1658         (build_type_psymtab_dependencies): Likewise.
1659         * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
1660
1661 2019-01-10  Tom Tromey  <tom@tromey.com>
1662
1663         * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
1664         PSYMBOL_SET_LANGUAGE.
1665         (allocate_psymtab): Allocate psymtab on the psymtab obstack.
1666
1667 2019-01-10  Tom Tromey  <tom@tromey.com>
1668
1669         * psymtab.h (psymtab_storage::obstack): New method.
1670         <m_obstack>: Rename from obstack; now private.
1671         * psymtab.c (psymtab_storage): Update.
1672         * dwarf2read.c (create_addrmap_from_index)
1673         (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
1674         Update.
1675
1676 2019-01-10  Tom Tromey  <tom@tromey.com>
1677
1678         * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
1679         * objfiles.h (objfile::reset_psymtabs): New method.
1680
1681 2019-01-10  Tom Tromey  <tom@tromey.com>
1682
1683         * symmisc.c (print_symbol_bcache_statistics): Update.
1684         (print_objfile_statistics): Update.
1685         * symfile.c (reread_symbols): Update.
1686         * psymtab.h (class psymtab_storage): New.
1687         * psymtab.c (psymtab_storage): New constructor.
1688         (~psymtab_storage): New destructor.
1689         (require_partial_symbols): Update.
1690         (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
1691         (find_pc_sect_psymtab, find_pc_sect_psymbol)
1692         (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
1693         (psym_dump, recursively_search_psymtabs, psym_has_symbols)
1694         (psym_find_compunit_symtab_by_address, sort_pst_symbols)
1695         (start_psymtab_common, end_psymtab_common)
1696         (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
1697         (allocate_psymtab): Update.
1698         (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
1699         Update.
1700         (dump_psymtab_addrmap, maintenance_print_psymbols)
1701         (maintenance_check_psymtabs): Update.
1702         (class objfile_psymtabs): Move to objfiles.h.
1703         * psympriv.h (discard_psymtab): Now inline.
1704         (psymtab_discarder::psymtab_discarder): Update.
1705         (psymtab_discarder::~psymtab_discarder): Update.
1706         (ALL_OBJFILE_PSYMTABS): Rewrite.
1707         * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
1708         free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
1709         Remove fields.
1710         <partial_symtabs>: New field.
1711         (class objfile_psymtabs): Move from psymtab.h.  Update.
1712         * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
1713         psymbol_cache.
1714         (objfile::~objfile): Don't destroy psymbol_cache.
1715         * mdebugread.c (parse_partial_symbols): Update.
1716         * dwarf2read.c (create_addrmap_from_index)
1717         (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
1718         (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
1719         (add_partial_subprogram, dwarf2_ranges_read): Update.
1720         * dwarf-index-write.c (write_address_map)
1721         (write_one_signatured_type, recursively_write_psymbols)
1722         (class debug_names, class debug_names, write_psymtabs_to_index):
1723         Update.
1724
1725 2019-01-10  Tom Tromey  <tom@tromey.com>
1726
1727         * symtab.h (SYMBOL_SET_NAMES): Update.
1728         (symbol_set_names): Update.
1729         (MSYMBOL_SET_NAMES): Update.
1730         * symtab.c (symbol_set_names): Change argument to be an
1731         objfile_per_bfd_storage.
1732         * psymtab.c (add_psymbol_to_bcache): Update.
1733         * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
1734
1735 2019-01-10  Tom Tromey  <tom@tromey.com>
1736
1737         * symtab.c (create_demangled_names_hash): Change argument to be an
1738         objfile_per_bfd_storage.
1739         (symbol_set_names): Update.
1740
1741 2019-01-10  Tom Tromey  <tom@tromey.com>
1742
1743         * xcoffread.c (xcoff_initial_scan): Unconditionally call
1744         init_psymbol_list.
1745         * psymtab.c (init_psymbol_list): Do nothing if already called.
1746         * psympriv.h (init_psymbol_list): Add comment.
1747         * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
1748         init_psymbol_list.
1749         * dbxread.c (dbx_symfile_read): Unconditionally call
1750         init_psymbol_list.
1751
1752 2019-01-10  Tom Tromey  <tom@tromey.com>
1753
1754         * xcoffread.c (scan_xcoff_symtab): Update.
1755         * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
1756         "where".
1757         * mdebugread.c (parse_partial_symbols)
1758         (handle_psymbol_enumerators): Update.
1759         * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
1760         * dbxread.c (read_dbx_symtab): Update.
1761         * psympriv.h (psymbol_placement): New enum.
1762         (add_psymbol_to_list): Update.
1763
1764 2019-01-10  Tom Tromey  <tom@tromey.com>
1765
1766         * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
1767         static_psymbols parameters.
1768         (scan_xcoff_symtab): Update.
1769         * psymtab.c (start_psymtab_common): Remove global_psymbols and
1770         static_psymbols parameters.
1771         * psympriv.h (start_psymtab_common): Update.
1772         * mdebugread.c (parse_partial_symbols): Update.
1773         * dwarf2read.c (create_partial_symtab): Update.
1774         * dbxread.c (read_dbx_symtab): Update.
1775         (start_psymtab): Remove global_psymbols and static_psymbols
1776         parameters.
1777
1778 2019-01-10  Tom Tromey  <tom@tromey.com>
1779
1780         * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
1781         * psymtab.c (allocate_psymtab): Add comment.
1782         * psympriv.h (allocate_psymtab): Add comment.
1783         * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
1784         initializations.
1785         * dbxread.c (dbx_end_psymtab): Remove some initializations.
1786
1787 2019-01-10  Tom Tromey  <tom@tromey.com>
1788
1789         * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
1790         Don't declare.
1791         * mipsread.c: Include mdebugread.h.
1792         * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
1793         Declare.
1794         * elfread.c: Include mdebugread.h.
1795
1796 2019-01-09  Tom Tromey  <tom@tromey.com>
1797
1798         * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
1799         * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
1800         * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
1801         (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
1802         (psym_lookup_symbol, psym_find_last_source_symtab)
1803         (psym_forget_cached_source_info, psym_print_stats)
1804         (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
1805         (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
1806         (psym_map_matching_symbols, psym_expand_symtabs_matching)
1807         (psym_find_compunit_symtab_by_address)
1808         (maintenance_print_psymbols, maintenance_info_psymtabs)
1809         (maintenance_check_psymtabs): Use ranged for.
1810         * psymtab.h (class objfile_psymtabs): New.
1811         (require_partial_symbols): Return objfile_psymtabs.
1812         * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
1813
1814 2019-01-09  Tom Tromey  <tom@tromey.com>
1815
1816         * symfile.c (overlay_invalidate_all, find_pc_overlay)
1817         (find_pc_mapped_section, list_overlays_command)
1818         (map_overlay_command, unmap_overlay_command)
1819         (simple_overlay_update): Use all_objfiles.
1820         * spu-tdep.c (spu_overlay_update): Use all_objfiles.
1821         * printcmd.c (info_symbol_command): Use all_objfiles.
1822         * objfiles.h (ALL_OBJSECTIONS): Remove.
1823         * maint.c (maintenance_translate_address): Use all_objfiles.
1824         * gcore.c (gcore_create_callback): Use all_objfiles.
1825         (objfile_find_memory_regions): Likewise.
1826
1827 2019-01-09  Tom Tromey  <tom@tromey.com>
1828
1829         * symtab.c (find_line_symtab, info_sources_command)
1830         (make_source_files_completion_list): Use objfile_compunits.
1831         * source.c (select_source_symtab): Use objfile_compunits.
1832         * objfiles.h (struct objfile): Update comment.
1833         (ALL_OBJFILES): Remove.
1834         (ALL_FILETABS): Remove.
1835         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
1836         objfile_compunits.
1837
1838 2019-01-09  Tom Tromey  <tom@tromey.com>
1839
1840         * symmisc.c (print_objfile_statistics, dump_objfile)
1841         (maintenance_print_symbols): Use compunit_filetabs.
1842         * source.c (forget_cached_source_info_for_objfile): Use
1843         compunit_filetabs.
1844         * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
1845         (ALL_FILETABS): Use compunit_filetabs.
1846         * objfiles.c (objfile_relocate1): Use compunit_filetabs.
1847         * coffread.c (coff_symtab_read): Use compunit_filetabs.
1848
1849 2019-01-09  Tom Tromey  <tom@tromey.com>
1850
1851         * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
1852         (compunit_filetabs): New.
1853         * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
1854         compunit_filetabs.
1855         (info_sources_command, make_source_files_completion_list): Remove
1856         declaration.
1857         * symmisc.c (print_objfile_statistics, dump_objfile)
1858         (maintenance_print_symbols): Remove declaration.
1859         (maintenance_info_symtabs): Use compunit_filetabs.
1860         (maintenance_info_line_tables): Likewise.
1861         * source.c (select_source_symtab): Change local variable name.
1862         (forget_cached_source_info_for_objfile): Remove declaration.
1863         * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
1864         * objfiles.c (objfile_relocate1): Remove declaration.
1865         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
1866         declaration.
1867         * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
1868         * coffread.c (coff_symtab_read): Remove declaration.
1869         * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
1870         compunit_filetabs.
1871
1872 2019-01-09  Tom Tromey  <tom@tromey.com>
1873
1874         * symtab.c (lookup_objfile_from_block)
1875         (find_pc_sect_compunit_symtab, search_symbols)
1876         (default_collect_symbol_completion_matches_break_on): Use
1877         objfile_compunits.
1878         * objfiles.h (ALL_COMPUNITS): Remove.
1879         * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
1880         * cp-support.c (add_symbol_overload_list_qualified): Use
1881         objfile_compunits.
1882         * ada-lang.c (ada_collect_symbol_completion_matches)
1883         (ada_add_global_exceptions): Use objfile_compunits.
1884
1885 2019-01-09  Tom Tromey  <tom@tromey.com>
1886
1887         * source.c (select_source_symtab)
1888         (forget_cached_source_info_for_objfile): Remove declaration.
1889         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
1890         declaration.
1891         * maint.c (count_symtabs_and_blocks): Remove declaration.
1892         * cp-support.c (add_symbol_overload_list_qualified): Remove
1893         declaration.
1894         * coffread.c (coff_symtab_read): Remove declaration.
1895         * symtab.c (lookup_symbol_in_objfile_symtabs)
1896         (basic_lookup_transparent_type_1): Use objfile_compunits.
1897         (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
1898         (info_sources_command, search_symbols)
1899         (default_collect_symbol_completion_matches_break_on)
1900         (make_source_files_completion_list): Remove declaration.
1901         * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
1902         (ada_collect_symbol_completion_matches)
1903         (ada_add_global_exceptions): Remove declaration.
1904         * linespec.c (iterate_over_all_matching_symtabs): Use
1905         objfile_compunits.
1906         * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
1907         (class objfile_compunits): New.
1908         (ALL_COMPUNITS): Use objfile_compunits.
1909         * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
1910         (maintenance_check_symtabs, maintenance_info_line_tables): Use
1911         objfile_compunits.
1912         * objfiles.c (objfile_relocate1): Use objfile_compunits.
1913
1914 2019-01-09  Tom Tromey  <tom@tromey.com>
1915
1916         * symtab.c (search_symbols)
1917         (default_collect_symbol_completion_matches_break_on): Use
1918         objfile_msymbols.
1919         * ada-lang.c (ada_lookup_simple_minsym)
1920         (ada_collect_symbol_completion_matches): Use objfile_msymbols.
1921         * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
1922         * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
1923         objfile_msymbols.
1924         * coffread.c (coff_symfile_read): Use objfile_msymbols.
1925         * symmisc.c (dump_msymbols): Use objfile_msymbols.
1926         * objc-lang.c (find_methods): Use objfile_msymbols.
1927         (info_selectors_command, info_classes_command): Likewise.
1928         * stabsread.c (scan_file_globals): Use objfile_msymbols.
1929         * objfiles.h (class objfile_msymbols): New.
1930         (ALL_OBJFILE_MSYMBOLS): Remove.
1931         (ALL_MSYMBOLS): Remove.
1932
1933 2019-01-09  Tom Tromey  <tom@tromey.com>
1934
1935         * common/next-iterator.h (next_adapter): Add Iterator template
1936         parameter.
1937         * objfiles.h (ALL_OBJFILES_SAFE): Remove.
1938         (class all_objfiles_safe): New.
1939         * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
1940         * objfiles.c (put_objfile_before): Update comment.
1941         (add_separate_debug_objfile): Likewise.
1942         (free_all_objfiles): Use all_objfiles_safe.
1943         (objfile_purge_solibs): Likewise.
1944
1945 2019-01-09  Tom Tromey  <tom@tromey.com>
1946
1947         * symtab.c (iterate_over_symtabs, matching_obj_sections)
1948         (expand_symtab_containing_pc, lookup_static_symbol)
1949         (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
1950         (find_symbol_at_address, find_line_symtab, find_main_name): Use
1951         all_objfiles.
1952         * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
1953         * breakpoint.c (create_overlay_event_breakpoint)
1954         (create_longjmp_master_breakpoint)
1955         (create_std_terminate_master_breakpoint)
1956         (create_exception_master_breakpoint): Use all_objfiles.
1957         * linux-thread-db.c (try_thread_db_load_from_pdir)
1958         (has_libpthread): Use all_objfiles.
1959         * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
1960         * linespec.c (iterate_over_all_matching_symtabs)
1961         (search_minsyms_for_name): Use all_objfiles.
1962         * maint.c (maintenance_info_sections): Use all_objfiles.
1963         * main.c (captured_main_1): Use all_objfiles.
1964         * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
1965         * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
1966         * guile/scm-pretty-print.c
1967         (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
1968         * solib-spu.c (append_ocl_sos): Use all_objfiles.
1969         * symmisc.c (maintenance_print_symbols): Use all_objfiles.
1970         (maintenance_print_msymbols): Use all_objfiles.
1971         * source.c (select_source_symtab): Use all_objfiles.
1972         * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
1973         * symfile.c (remove_symbol_file_command)
1974         (expand_symtabs_matching, map_symbol_filenames): Use
1975         all_objfiles.
1976         * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
1977         all_objfiles.
1978         * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
1979         * objc-lang.c (find_methods): Use all_objfiles.
1980         * objfiles.c (have_partial_symbols, have_full_symbols)
1981         (have_minimal_symbols, qsort_cmp)
1982         (default_iterate_over_objfiles_in_search_order): Use
1983         all_objfiles.
1984         * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
1985         * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
1986         (maintenance_check_psymtabs): Use all_objfiles.
1987         (ALL_PSYMTABS): Remove.
1988         * compile/compile-object-run.c (do_module_cleanup): Use
1989         all_objfiles.
1990         * blockframe.c (find_pc_partial_function): Use all_objfiles.
1991         * cp-support.c (add_symbol_overload_list_qualified): Use
1992         all_objfiles.
1993         * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
1994         Use all_objfiles.
1995         * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
1996         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
1997         all_objfiles.
1998         * python/py-objfile.c (objfpy_lookup_objfile_by_name)
1999         (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
2000         * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
2001         Uses all_objfiles.
2002         * solib.c (solib_read_symbols): Use all_objfiles
2003
2004 2019-01-09  Tom Tromey  <tom@tromey.com>
2005
2006         * probe.c (parse_probes_in_pspace): Use all_objfiles.
2007         * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
2008         all_objfiles.
2009         * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
2010         * symmisc.c (print_symbol_bcache_statistics)
2011         (print_objfile_statistics, maintenance_print_objfiles)
2012         (maintenance_info_symtabs, maintenance_check_symtabs)
2013         (maintenance_expand_symtabs, maintenance_info_line_tables): Use
2014         all_objfiles.
2015         * source.c (forget_cached_source_info): Use all_objfiles.
2016         * symfile-debug.c (set_debug_symfile): Use all_objfiles.
2017         * elfread.c (elf_gnu_ifunc_resolve_by_cache)
2018         (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
2019         * objfiles.c (update_section_map): Use all_objfiles.
2020         (shared_objfile_contains_address_p): Likewise.
2021         * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
2022         * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
2023
2024 2019-01-09  Tom Tromey  <tom@tromey.com>
2025
2026         * common/next-iterator.h: New file.
2027         * objfiles.h (class all_objfiles): New.
2028         (struct objfile_iterator): New.
2029
2030 2019-01-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2031
2032         * NEWS: Move the description of the changed "frame", "select-frame",
2033          and "info frame" commands to the Changed commands section.
2034
2035 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
2036
2037         * gdbtypes.c (check_stub_method_group): Remove handling of old
2038         mangling schemes.
2039         * linespec.c (find_methods): Likewise.
2040         * stabsread.c (read_member_functions): Likewise.
2041         * valops.c (search_struct_method): Likewise.
2042         (value_struct_elt_for_reference): Likewise.
2043         * NEWS: Mention this change.
2044
2045 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2046
2047         * cli/cli-cmds.c (list_command): Pass a source_lines_range to
2048         print_source_lines.
2049         * source.c (print_source_lines_base): Update line number check.
2050         (print_source_lines): New function.
2051         (source_lines_range::source_lines_range): New function.
2052         * source.h (class source_lines_range): New class.
2053         (print_source_lines): New declaration.
2054
2055 2019-01-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2056
2057         * linespec.c (linespec_state_destructor): Free self->canonical_names.
2058
2059 2019-01-08  Tom Tromey  <tom@tromey.com>
2060             Simon Marchi  <simon.marchi@ericsson.com>
2061
2062         PR gdb/24060
2063         * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
2064         * ada-lex.l (DOLLAR_VARIABLE): Likewise.
2065         * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
2066         * f-exp.y (DOLLAR_VARIABLE): Likewise.
2067         * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
2068         * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
2069
2070 2019-01-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2071
2072         * source.c (select_source_symtab): Move header comment to
2073         declaration in source.h.
2074         (forget_cached_source_info_for_objfile): Likewise.
2075         (forget_cached_source_info): Likewise.
2076         (identify_source_line): Likewise.
2077         * source.h (identify_source_line): Move declaration from symtab.h
2078         and add comment from source.c
2079         (print_source_lines): Likewise.
2080         (forget_cached_source_info_for_objfile): Likewise.
2081         (forget_cached_source_info): Likewise.
2082         (select_source_symtab): Likewise.
2083         (enum print_source_lines_flag): Move definition from symtab.h.
2084         * symtab.h (identify_source_line): Move declaration to source.h.
2085         (print_source_lines): Likewise.
2086         (forget_cached_source_info_for_objfile): Likewise.
2087         (forget_cached_source_info): Likewise.
2088         (select_source_symtab): Likewise.
2089         (enum print_source_lines_flag): Move definition to source.h.
2090         * tui/tui-hooks.c: Add 'source.h' include.
2091
2092 2019-01-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2093
2094         * source.c (print_source_lines_base): Handle requests to print
2095         reverse line number sequences, and guard against empty lines
2096         string.
2097
2098 2019-01-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2099
2100         * source.c (print_source_lines_base): Fix skip of '\r' if next
2101         character is '\n'.
2102
2103 2019-01-06  Tom Tromey  <tom@tromey.com>
2104
2105         * c-exp.y (struct c_parse_state) <macro_original_text,
2106         expansion_obstack>: New member.
2107         (macro_original_text, expansion_obstack): Remove globals.
2108         (scan_macro_expansion, scanning_macro_expansion)
2109         (finished_macro_expansion): Update.
2110         (scan_macro_cleanup): Remove.
2111         (yylex, c_parse): Update.
2112
2113 2019-01-06  Tom Tromey  <tom@tromey.com>
2114
2115         * c-exp.y (struct c_parse_state) <strings>: New member.
2116         (operator_stoken): Update.
2117
2118 2019-01-06  Tom Tromey  <tom@tromey.com>
2119
2120         * parser-defs.h (type_ptr): Remove typedef.  Don't declare VEC.
2121         (union type_stack_elt) <typelist_val>: Now a pointer to
2122         std::vector.
2123         (type_stack_cleanup): Don't declare.
2124         (push_typelist): Update.
2125         * parse.c (pop_typelist): Return a std::vector.
2126         (push_typelist): Take a std::vector.
2127         (follow_types): Update.  Do not free args.
2128         (type_stack_cleanup): Remove.
2129         * c-exp.y (struct c_parse_state): New.
2130         (cpstate): New global.
2131         (type_aggregate_p, exp, ptr_operator, parameter_typelist)
2132         (nonempty_typelist): Update.
2133         (func_mod): Create a new vector.
2134         (c_parse): Create a c_parse_state.
2135         (check_parameter_typelist): Do not delete params.
2136         (function_method): Update.  Do not delete type_list.
2137
2138 2019-01-06  Tom Tromey  <tom@tromey.com>
2139
2140         PR gdb/28155:
2141         * python/py-finishbreakpoint.c (bpfinishpy_init): Use
2142         check_typedef.
2143         * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
2144         (print_return_value): Likewise.
2145
2146 2019-01-05  Tom Tromey  <tom@tromey.com>
2147
2148         * contrib/cleanup_check.py: Remove.
2149         * contrib/gcc-with-excheck: Remove.
2150         * contrib/exsummary.py: Remove.
2151         * contrib/excheck.py: Remove.
2152
2153 2019-01-05  Joel Brobecker  <brobecker@adacore.com>
2154
2155         * thread.c (delete_thread_1): Add gdb_assert that THR is not
2156         NULL. Initialize tpprev to NULL instead of assigning it
2157         to NULL on the next statement.
2158         * windows-nat.c (windows_delete_thread): Remove check for
2159         main_thread_id before printing thread exit notifications.
2160         (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
2161         Remove thread ID check against main_thread_id.
2162         <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
2163         windows_delete_thread.
2164         <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
2165
2166 2019-01-04  Tom Tromey  <tom@tromey.com>
2167
2168         * compile/compile.c (_initialize_compile): Use upper case for
2169         metasyntactic variables.
2170         * symmisc.c (_initialize_symmisc): Use upper case for
2171         metasyntactic variables.
2172         * psymtab.c (_initialize_psymtab): Use upper case for
2173         metasyntactic variables.
2174         * demangle.c (demangle_command): Use upper case for metasyntactic
2175         variables.
2176         (_initialize_demangler): Likewise.
2177         * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
2178         variables.
2179
2180 2019-01-03  Tom Tromey  <tom@tromey.com>
2181
2182         * tui/tui-source.c (tui_set_source_content): Use xstrdup.
2183
2184 2019-01-03  Tom Tromey  <tom@tromey.com>
2185
2186         * python/py-symtab.c (salpy_str): Update.
2187         (struct salpy_sal_object) <symtab>: Now a PyObject.
2188         (salpy_dealloc): Update.
2189         (del_objfile_sal): Use gdbpy_ref.
2190
2191 2019-01-03  Tom Tromey  <tom@tromey.com>
2192
2193         * python/py-type.c (convert_field): Use new_reference.  Return
2194         gdbpy_ref.
2195         (make_fielditem): Return gdbpy_ref.
2196         (typy_fields): Update.
2197         (typy_getitem): Update.
2198         (field_name): Return gdbpy_ref.  Use new_reference.
2199         (typy_iterator_iternext): Update.
2200
2201 2019-01-03  Tom Tromey  <tom@tromey.com>
2202
2203         * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
2204
2205 2019-01-03  Tom Tromey  <tom@tromey.com>
2206
2207         * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
2208         * python/py-type.c (typy_fields_items): Use gdbpy_ref.
2209         * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
2210         (pspy_set_frame_filters, pspy_set_frame_unwinders)
2211         (pspy_set_type_printers): Likewise.
2212         * python/py-function.c (fnpy_init): Use gdbpy_ref.
2213         * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
2214         * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
2215         (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
2216         (objfpy_set_type_printers): Likewise.
2217
2218 2019-01-03  Tom Tromey  <tom@tromey.com>
2219
2220         * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
2221         (gdbpy_print_stack): Use gdbpy_err_fetch.
2222         * python/python-internal.h (class gdbpy_err_fetch): New class.
2223         (class gdbpy_enter) <m_error_type, m_error_value,
2224         m_error_traceback>: Remove.
2225         <m_error>: New member.
2226         (gdbpy_exception_to_string): Don't declare.
2227         * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
2228         * python/py-value.c (convert_value_from_python): Use
2229         gdbpy_err_fetch.
2230         * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
2231         gdbpy_exception_to_string.
2232         (gdbpy_handle_exception): Use gdbpy_err_fetch.
2233         * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2234         gdbpy_err_fetch.
2235
2236 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2237
2238         * linux-nat.c (delete_lwp_cleanup): Delete.
2239         (struct lwp_deleter): New struct.
2240         (lwp_info_up): New typedef.
2241         (linux_nat_target::follow_fork): Delete cleanup, and make use of
2242         lwp_info_up.
2243
2244 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2245
2246         * linux-fork.c (class scoped_switch_fork_info): New class.
2247         (inferior_call_waitpid): Update to use scoped_switch_fork_info.
2248
2249 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2250
2251         * valops.c (find_overload_match): Remove use of null_cleanup, and
2252         calls to do_cleanups.
2253
2254 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2255
2256         * compile/compile-cplus-types.c
2257         (compile_cplus_instance::decl_name): Handle changes to
2258         cp_func_name.
2259         * cp-support.c (cp_func_name): Update header comment, update
2260         return type.
2261         * cp-support.h (cp_func_name): Update return type in declaration.
2262         * valops.c (find_overload_match): Move temp_func local to top
2263         level of function and change its type.  Use temp_func to hold and
2264         delete temporary string obtained from cp_func_name.
2265
2266 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2267
2268         * remote.c (remote_target::remote_check_symbols): Convert `msg` to
2269         gdb::char_vector, remove cleanup, and update uses of `msg`.
2270
2271 2019-01-03  Jim Wilson  <jimw@sifive.com>
2272
2273         * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
2274
2275 2019-01-02  Tom Tromey  <tom@tromey.com>
2276
2277         * xml-tdesc.c (xml_cache): Hold a target_desc_up.
2278         (tdesc_parse_xml): Remove cleanups.
2279         * target-descriptions.h (make_cleanup_free_target_description):
2280         Don't declare.
2281         (target_desc_deleter): New struct.
2282         (target_desc_up): New typedef.
2283         * target-descriptions.c (target_desc_deleter::operator()): Rename
2284         from free_target_description.
2285         (make_cleanup_free_target_description): Remove.
2286
2287 2019-01-02  Tom Tromey  <tom@tromey.com>
2288
2289         * linespec.c (struct linespec_parser): Rename from ls_parser.  Add
2290         constructor, destructor.
2291         (linespec_parser): Remove typedef.
2292         (~linespec_parser): Rename from linespec_parser_delete.
2293         (linespec_lex_to_end, linespec_complete_label)
2294         (linespec_complete): Update.
2295         (decode_line_full): Remove cleanups.
2296         (decode_line_1): Update.
2297
2298 2019-01-02  Tom Tromey  <tom@tromey.com>
2299
2300         * python/python-internal.h (inferior_to_inferior_object): Change
2301         return type.
2302         * python/py-exitedevent.c (create_exited_event_object): Update.
2303         * python/py-inferior.c (inferior_to_inferior_object): Return
2304         gdbpy_ref.
2305         (python_new_inferior, python_inferior_deleted)
2306         (thread_to_thread_object, delete_thread_object)
2307         (build_inferior_list, gdbpy_selected_inferior): Update.
2308         * python/py-infthread.c (create_thread_object): Update.  Also fail
2309         if inferior_to_inferior_object fails.
2310
2311 2019-01-02  Simon Marchi  <simon.marchi@ericsson.com>
2312
2313         * inferior.h (class inferior) <displaced_step_state>: New field.
2314         * infrun.h (struct displaced_step_state): Move here from
2315         infrun.c.  Initialize fields, add constructor.
2316         <inf>: Remove field.
2317         <reset>: New method.
2318         * infrun.c (struct displaced_step_inferior_state): Move to
2319         infrun.h.
2320         (displaced_step_inferior_states): Remove.
2321         (get_displaced_stepping_state): Adust.
2322         (displaced_step_in_progress_any_inferior): Adjust.
2323         (displaced_step_in_progress_thread): Adjust.
2324         (displaced_step_in_progress): Adjust.
2325         (add_displaced_stepping_state): Remove.
2326         (get_displaced_step_closure_by_addr): Adjust.
2327         (remove_displaced_stepping_state): Remove.
2328         (infrun_inferior_exit): Call displaced_step_state.reset.
2329         (use_displaced_stepping): Don't check for NULL.
2330         (displaced_step_prepare_throw): Call
2331         get_displaced_stepping_state.
2332         (displaced_step_fixup): Don't check for NULL.
2333         (prepare_for_detach): Don't check for NULL.
2334
2335 2019-01-02  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2336
2337         * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
2338          in case of call that did not complete.
2339
2340 2019-01-02  Andrey Utkin  <autkin@undo.io>
2341
2342         * symfile.c (find_separate_debug_file): Fix search of debug files for
2343         remote debuggee.
2344
2345 2019-01-02  Tom Tromey  <tom@tromey.com>
2346
2347         * python/py-inferior.c (gdbpy_initialize_inferior): Fix
2348         indentation.
2349         * python/py-frame.c (frapy_older): Remove cast.
2350         (frapy_newer): Likewise.
2351         * python/py-breakpoint.c (local_setattro): Remove cast.
2352         * python/py-arch.c (archpy_name): Remove local variable.
2353         * python/py-type.c (gdbpy_lookup_type): Remove cast.
2354
2355 2019-01-02  Joel Brobecker  <brobecker@adacore.com>
2356
2357         * unittests/basic_string_view/element_access/char/empty.cc:
2358         Fix year range in copyright header.
2359
2360 2019-01-01  Andrew Burgess  <andrew.burgess@embecosm.com>
2361
2362         * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
2363         Delete.
2364         <operator==>: Update with for removed field.
2365         <hash>: Likewise.
2366         * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
2367         <isa_features>: ...this.
2368         <abi_features>: New field.
2369         (riscv_isa_flen): Update comment.
2370         (riscv_abi_xlen): New declaration.
2371         (riscv_abi_flen): New declaration.
2372         * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
2373         isa_features.
2374         (riscv_abi_xlen): New function.
2375         (riscv_isa_flen): Update to get answer from isa_features.
2376         (riscv_abi_flen): New function.
2377         (riscv_has_fp_abi): Update to get answer from abi_features.
2378         (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
2379         xlen and flen.
2380         (riscv_call_info) <xlen, flen>: Update comment.
2381         (riscv_call_arg_struct): Remove invalid assertions
2382         (riscv_features_from_gdbarch_info): Update now hw_float_abi field
2383         is removed.
2384         (riscv_gdbarch_init): Gather isa features and abi features
2385         separately, ensure both match on the gdbarch when reusing an old
2386         gdbarch.  Relax an error check to allow 32-bit abi float to run on
2387         a target with 64-bit float hardware.
2388
2389 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2390
2391         * source.c (search_command_helper): Stop reverse search
2392         when line 1 has been searched.
2393
2394 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2395
2396         * record-full.c (record_full_base_target::close): Rewrite
2397         record_full_core_buf_list free logic.
2398
2399 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2400
2401         * break-catch-syscall.c (print_one_catch_syscall): xfree
2402         the last text.
2403
2404 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
2405
2406         * top.c (print_gdb_version): Update Copyright year in version
2407         message.
2408
2409 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
2410
2411         Update copyright year range in all GDB files.
2412
2413 2019-01-01, 19  Joel Brobecker  <brobecker@adacore.com>
2414
2415         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2416
2417 For older changes see ChangeLog-2018.
2418 \f
2419 Local Variables:
2420 mode: change-log
2421 left-margin: 8
2422 fill-column: 74
2423 version-control: never
2424 coding: utf-8
2425 End:
2426