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