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