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