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