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