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