AArch64: Read pauth registers
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12019-03-22 Alan Hayward <alan.hayward@arm.com>
2 Jiong Wang <jiong.wang@arm.com>
3
4 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
5 function.
6 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
7 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
8 (aarch64_gdbarch_init): Add puth registers.
9 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12
132019-03-22 Alan Hayward <alan.hayward@arm.com>
14 Jiong Wang <jiong.wang@arm.com>
15
16 * aarch64-linux-nat.c
17 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
18 * aarch64-linux-tdep.c
19 (aarch64_linux_core_read_description): Likewise.
20 (aarch64_linux_get_hwcap): New function.
21 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
22 (aarch64_linux_get_hwcap): New declaration.
23
242019-03-22 Alan Hayward <alan.hayward@arm.com>
25 Jiong Wang <jiong.wang@arm.com>
26
27 * aarch64-linux-nat.c
28 (aarch64_linux_nat_target::read_description): Add pauth param.
29 * aarch64-linux-tdep.c
30 (aarch64_linux_core_read_description): Likewise.
31 * aarch64-tdep.c (struct target_desc): Add in pauth.
32 (aarch64_read_description): Add pauth param.
33 (aarch64_gdbarch_init): Likewise.
34 * aarch64-tdep.h (aarch64_read_description): Likewise.
35 * arch/aarch64.c (aarch64_create_target_description): Likewise.
36 * arch/aarch64.h (aarch64_create_target_description): Likewise.
37 * features/Makefile: Add new files.
38 * features/aarch64-pauth.c: New file.
39 * features/aarch64-pauth.xml: New file.
40
412019-03-20 Tom Tromey <tromey@adacore.com>
42
43 * infrun.c (handle_inferior_event): Rename from
44 handle_inferior_event_1. Create a scoped_value_mark.
45 (handle_inferior_event): Remove.
46
472019-03-19 Tom Tromey <tromey@adacore.com>
48
49 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
50 * infrun.h (print_stop_event): Add "displays" parameter.
51 * infrun.c (print_stop_event): Add "displays" parameter.
52
532019-03-19 Pedro Alves <palves@redhat.com>
54
55 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
56 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
57 to -1. Fix TABs vs spaces.
58 (tui_ui_out::tui_ui_out): Don't initialize fields here.
59 * tui/tui-out.h (tui_ui_out) Add intro comments.
60 <m_line, m_start_of_line>: In-class initialize, and add describing
61 comment.
62
632019-03-18 Alan Hayward <alan.hayward@arm.com>
64
65 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
66 variable names.
67 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
68
692019-03-18 Pedro Alves <palves@redhat.com>
70 Eli Zaretskii <eliz@gnu.org>
71
72 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
73 m_line and m_start_of_line.
74
752019-03-18 Eli Zaretskii <eliz@gnu.org>
76
77 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
78 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
79 it returns a newline. This fixes a regression in TU mode, whereby
80 the next line is output on the same screen line as the user input.
81
822019-03-18 Tom Tromey <tromey@adacore.com>
83
84 * minsyms.c (minimal_symbol_reader::install): Remove call to
85 obstack_blank.
86
872019-03-18 Pedro Alves <palves@redhat.com>
88
89 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
90 New globals.
91 (apply_style): New, factored out from ...
92 (apply_ansi_escape): ... this. Handle reverse video mode.
93 (tui_set_reverse_mode): New function.
94 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
95 * tui/tui-winsource.c (tui_show_source_line): Use
96 tui_set_reverse_mode instead of setting A_STANDOUT.
97 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
98 New setter methods.
99
1002019-03-18 Hannes Domani <ssbssa@yahoo.de>
101
102 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
103 Handle tabs.
104
1052019-03-18 Tom Tromey <tromey@adacore.com>
106
107 * ada-lang.c (empty_array): Add "high" parameter.
108 (ada_evaluate_subexp): Update.
109
1102019-03-17 Sergei Trofimovich <siarheit@google.com>
111
112 * unittests/string_view-selftests.c: Define
113 _initialize_string_view_selftests unconditionally.
114
1152019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
116
117 PR gdb/24350
118 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
119
1202019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
121
122 PR gdb/24351
123 * windows-nat.c (display_selector): Fix format specifiers.
124
1252019-03-17 Eli Zaretskii <eliz@gnu.org>
126
127 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
128 tui_refill_source_window instead of tui_refresh_win, to update the
129 current execution line. This fixes redisplay of the current line
130 when stepping through the code with "next" or "step".
131
1322019-03-16 Eli Zaretskii <eliz@gnu.org>
133
134 * source-cache.c (source_cache::get_source_lines): Call
135 find_source_lines to initialize s->nlines. This fixes vertical
136 scrolling of TUI source window when the DOWN arrow is pressed.
137
1382019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
139
140 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
141 linux-thread-db.c (_initialize_thread_db): Likewise.
142
1432019-03-16 Eli Zaretskii <eliz@gnu.org>
144
145 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
146 wclrtoeol in tui_show_source_line". This reverts changes made in
147 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
148
1492019-03-15 Tom Tromey <tom@tromey.com>
150
151 * symtab.h (struct minimal_symbol): Derive from
152 general_symbol_info.
153 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
154 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
155 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
156 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
157 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
158 (MSYMBOL_SEARCH_NAME): Update.
159 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
160 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
161 * minsyms.c (minimal_symbol_reader::record_full): Update.
162
1632019-03-15 Tom Tromey <tom@tromey.com>
164
165 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
166
1672019-03-15 Tom Tromey <tom@tromey.com>
168
169 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
170 unique_xmalloc_ptr.
171 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
172 Update.
173 * minsyms.c (lookup_minimal_symbol_by_pc_section)
174 (build_minimal_symbol_hash_tables)
175 (minimal_symbol_reader::install): Update.
176
1772019-03-15 Tom Tromey <tom@tromey.com>
178
179 * symtab.c (create_demangled_names_hash): Update.
180 (symbol_set_names): Update.
181 * objfiles.h (struct objfile_per_bfd_storage)
182 <demangled_names_hash>: Now an htab_up.
183 * objfiles.c (objfile_per_bfd_storage): Simplify.
184
1852019-03-15 Tom Tromey <tom@tromey.com>
186
187 * objfiles.h (struct objfile_per_bfd_storage): Declare
188 destructor.
189 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
190 New.
191 (get_objfile_bfd_data): Use new. Don't initialize
192 language_of_main.
193 (free_objfile_per_bfd_storage): Remove.
194 (objfile_bfd_data_free, objfile::~objfile): Use delete.
195
1962019-03-15 Tom Tromey <tom@tromey.com>
197
198 * symfile.c (reread_symbols): Update.
199 * objfiles.c (objfile::objfile): Update.
200 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
201 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
202 comment.
203 (minimal_symbol_reader::install): Update.
204 (terminate_minimal_symbol_table): Remove.
205 * jit.c (jit_object_close_impl): Update.
206
2072019-03-15 Tom Tromey <tom@tromey.com>
208
209 * minsyms.c (minimal_symbol_reader::record_full): Remove some
210 initializations.
211
2122019-03-15 Tom Tromey <tom@tromey.com>
213
214 * objfiles.h (struct objfile_per_bfd_storage)
215 <demangled_hash_languages>: Now a bitset.
216 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
217 (lookup_minimal_symbol): Update.
218
2192019-03-15 Tom Tromey <tom@tromey.com>
220
221 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
222 Don't return the symbol.
223 * coffread.c (record_minimal_symbol): Use record_full.
224
2252019-03-14 Eli Zaretskii <eliz@gnu.org>
226
227 The MS-Windows port of ncurses fails to switch to a color pair if
228 one or both of the colors are the implicit default colors. This
229 change records the default colors when TUI is initialized, and
230 then specifies them explicitly when a color pair uses the default
231 colors. This allows color styling in TUI mode on MS-Windows.
232
233 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
234 ncurses_norm_attr.
235 (tui_initialize_io) [__MINGW32__]: Record the default terminal
236 colors in ncurses_norm_attr.
237 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
238 "none", replace it with the default color recorded in
239 ncurses_norm_attr.
240
2412019-03-14 Tom Tromey <tromey@adacore.com>
242
243 * source-cache.h (class source_cache) <get_source_lines>: Return
244 std::string.
245 * source-cache.c (source_cache::extract_lines): Handle case where
246 first_pos==npos. Return std::string.
247 (source_cache::get_source_lines): Update.
248
2492019-03-14 Tom Tromey <tromey@adacore.com>
250
251 * NEWS: Add item for "style sources" commands.
252 * source-cache.c (source_cache::get_source_lines): Check
253 source_styling.
254 * cli/cli-style.c (source_styling): New global.
255 (_initialize_cli_style): Add "style sources" commands.
256 (show_style_sources): New function.
257 * cli/cli-style.h (source_styling): Declare.
258
2592019-03-14 Pedro Alves <palves@redhat.com>
260 Tom Tromey <tromey@adacore.com>
261
262 * tui/tui-winsource.h (tui_refill_source_window): Declare.
263 * tui/tui-winsource.c (tui_refill_source_window): New function,
264 from...
265 (tui_horizontal_source_scroll): ... here. Move some logic.
266 * cli/cli-style.c (set_style_enabled): Notify new observable.
267 * tui/tui-hooks.c (tui_redisplay_source): New function.
268 (tui_attach_detach_observers): Attach or detach
269 tui_redisplay_source.
270 * observable.h (source_styling_changed): New observable.
271 * observable.c: Define source_styling_changed observable.
272
2732019-03-13 Tom Tromey <tromey@adacore.com>
274
275 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
276 (i386_gnu_nat_target::store_registers): Update.
277 * target-debug.h (target_debug_print_std_string): New macro.
278 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
279 * windows-tdep.c (display_one_tib): Update.
280 * tui/tui-stack.c (tui_make_status_line): Update.
281 * top.c (print_inferior_quit_action): Update.
282 * thread.c (thr_try_catch_cmd): Update.
283 (add_thread_with_info): Update.
284 (thread_target_id_str): Update.
285 (thr_try_catch_cmd): Update.
286 (thread_command): Update.
287 (thread_find_command): Update.
288 * record-btrace.c (record_btrace_target::info_record)
289 (record_btrace_resume_thread, record_btrace_target::resume)
290 (record_btrace_cancel_resume, record_btrace_step_thread)
291 (record_btrace_target::wait, record_btrace_target::wait)
292 (record_btrace_target::wait, record_btrace_target::stop): Update.
293 * progspace.c (print_program_space): Update.
294 * process-stratum-target.c
295 (process_stratum_target::thread_address_space): Update.
296 * linux-fork.c (linux_fork_mourn_inferior)
297 (detach_checkpoint_command, info_checkpoints_command)
298 (linux_fork_context): Update.
299 (linux_fork_detach): Update.
300 (class scoped_switch_fork_info): Update.
301 (delete_checkpoint_command): Update.
302 * infrun.c (follow_fork_inferior): Update.
303 (follow_fork_inferior): Update.
304 (proceed_after_vfork_done): Update.
305 (handle_vfork_child_exec_or_exit): Update.
306 (follow_exec): Update.
307 (displaced_step_prepare_throw): Update.
308 (displaced_step_restore): Update.
309 (start_step_over): Update.
310 (resume_1): Update.
311 (clear_proceed_status_thread): Update.
312 (proceed): Update.
313 (print_target_wait_results): Update.
314 (do_target_wait): Update.
315 (context_switch): Update.
316 (stop_all_threads): Update.
317 (restart_threads): Update.
318 (finish_step_over): Update.
319 (handle_signal_stop): Update.
320 (switch_back_to_stepped_thread): Update.
321 (keep_going_pass_signal): Update.
322 (print_exited_reason): Update.
323 (normal_stop): Update.
324 * inferior.c (inferior_pid_to_str): Change return type.
325 (print_selected_inferior): Update.
326 (add_inferior): Update.
327 (detach_inferior): Update.
328 * dummy-frame.c (fprint_dummy_frames): Update.
329 * dcache.c (dcache_info_1): Update.
330 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
331 (btrace_fetch, btrace_clear): Update.
332 * linux-tdep.c (linux_core_pid_to_str): Change return type.
333 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
334 type.
335 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
336 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
337 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
338 * gdbarch.c, gdbarch.h: Rebuild.
339 * gdbarch.sh (core_pid_to_str): Change return type.
340 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
341 return type.
342 (windows_nat_target::pid_to_str): Change return type.
343 (windows_delete_thread): Update.
344 (windows_nat_target::attach): Update.
345 (windows_nat_target::files_info): Update.
346 * target-delegates.c: Rebuild.
347 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
348 return type.
349 (sol_thread_target::pid_to_str): Change return type.
350 * remote.c (class remote_target) <pid_to_str>: Change return
351 type.
352 (remote_target::pid_to_str): Change return type.
353 (extended_remote_target::attach, remote_target::remote_stop_ns)
354 (remote_target::remote_notif_remove_queued_reply)
355 (remote_target::push_stop_reply, remote_target::disable_btrace):
356 Update.
357 (extended_remote_target::attach): Update.
358 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
359 type.
360 (gdbsim_target::pid_to_str): Change return type.
361 * ravenscar-thread.c (struct ravenscar_thread_target)
362 <pid_to_str>: Change return type.
363 (ravenscar_thread_target::pid_to_str): Change return type.
364 * procfs.c (class procfs_target) <pid_to_str>: Change return
365 type.
366 (procfs_target::pid_to_str): Change return type.
367 (procfs_target::attach): Update.
368 (procfs_target::detach): Update.
369 (procfs_target::fetch_registers): Update.
370 (procfs_target::store_registers): Update.
371 (procfs_target::wait): Update.
372 (procfs_target::files_info): Update.
373 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
374 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
375 return type.
376 (nto_procfs_target::pid_to_str): Change return type.
377 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
378 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
379 return type.
380 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
381 (exit_lwp): Update.
382 (attach_proc_task_lwp_callback, get_detach_signal)
383 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
384 (linux_nat_target::resume, wait_lwp, stop_callback)
385 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
386 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
387 (linux_nat_wait_1, resume_stopped_resumed_lwps)
388 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
389 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
390 type.
391 (inf_ptrace_target::attach): Update.
392 (inf_ptrace_target::files_info): Update.
393 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
394 type.
395 (go32_nat_target::pid_to_str): Change return type.
396 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
397 (gnu_nat_target::wait): Update.
398 (gnu_nat_target::wait): Update.
399 (gnu_nat_target::resume): Update.
400 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
401 (fbsd_nat_target::wait): Update.
402 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
403 type.
404 (darwin_nat_target::attach): Update.
405 * corelow.c (class core_target) <pid_to_str>: Change return type.
406 (core_target::pid_to_str): Change return type.
407 * target.c (normal_pid_to_str): Change return type.
408 (default_pid_to_str): Likewise.
409 (target_pid_to_str): Change return type.
410 (target_translate_tls_address): Update.
411 (target_announce_detach): Update.
412 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
413 return type.
414 (bsd_uthread_target::pid_to_str): Change return type.
415 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
416 type.
417 (bsd_kvm_target::pid_to_str): Change return type.
418 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
419 return type.
420 (aix_thread_target::pid_to_str): Change return type.
421 * target.h (struct target_ops) <pid_to_str>: Change return type.
422 (target_pid_to_str, normal_pid_to_str): Likewise.
423 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
424 type.
425 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
426 type.
427 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
428 return type.
429 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
430 type.
431 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
432 type.
433 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
434 return type.
435
4362019-03-13 Simon Marchi <simon.marchi@ericsson.com>
437
438 * NEWS: Mention that the new default MI version is 3. Mention
439 changes to the output of commands and events that deal with
440 multi-location breakpoints.
441 * breakpoint.c: Include "mi/mi-out.h".
442 (print_one_breakpoint): Change output syntax if using MI version
443 >= 3.
444 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
445 New.
446 (mi_multi_location_breakpoint_output_fixed): New.
447 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
448 (mi_cmd_fix_multi_location_breakpoint_output): New.
449 (mi_multi_location_breakpoint_output_fixed): New.
450 * mi/mi-cmds.c (mi_cmds): Register command
451 -fix-multi-location-breakpoint-output.
452 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
453 interpreter "mi".
454
4552019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
458 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
459 instantiate mi_ui_out based on interpreter name.
460 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
461 * mi/mi-main.c (mi_load_progress): Likewise.
462
4632019-03-12 John Baldwin <jhb@FreeBSD.org>
464
465 * NEWS: Combine separate "New targets" sections for 8.3.
466
4672019-03-12 John Baldwin <jhb@FreeBSD.org>
468
469 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
470 (ppcfbsd_init_abi): Install gdbarch
471 "fetch_tls_load_module_address" and "get_thread_local_address"
472 methods.
473
4742019-03-12 John Baldwin <jhb@FreeBSD.org>
475
476 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
477 (riscv_fbsd_init_abi): Install gdbarch
478 "fetch_tls_load_module_address" and "get_thread_local_address"
479 methods.
480
4812019-03-12 John Baldwin <jhb@FreeBSD.org>
482
483 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
484 (i386fbsd_init_abi): Install gdbarch
485 "fetch_tls_load_module_address" and "get_thread_local_address"
486 methods.
487
4882019-03-12 John Baldwin <jhb@FreeBSD.org>
489
490 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
491 (amd64fbsd_init_abi): Install gdbarch
492 "fetch_tls_load_module_address" and "get_thread_local_address"
493 methods.
494
4952019-03-12 John Baldwin <jhb@FreeBSD.org>
496
497 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
498 (struct fbsd_pspace_data): New type.
499 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
500 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
501 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
502 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
503 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
504
5052019-03-12 John Baldwin <jhb@FreeBSD.org>
506
507 * gdbtypes.c (lookup_struct_elt): New function.
508 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
509 * gdbtypes.h (struct struct_elt): New type.
510 (lookup_struct_elt): New prototype.
511
5122019-03-12 John Baldwin <jhb@FreeBSD.org>
513
514 * gdbtypes.c (lookup_struct_elt_type): Update comment and
515 remove disabled code block.
516
5172019-03-12 John Baldwin <jhb@FreeBSD.org>
518
519 * gdbarch.sh (get_thread_local_address): New method.
520 * gdbarch.h, gdbarch.c: Regenerate.
521 * target.c (target_translate_tls_address): Use
522 gdbarch_get_thread_local_address if present instead of
523 target::get_thread_local_address.
524
5252019-03-12 John Baldwin <jhb@FreeBSD.org>
526
527 * target.h (target::get_thread_local_address): Update comment.
528
5292019-03-12 John Baldwin <jhb@FreeBSD.org>
530
531 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
532 objfile->separate_debug_objfile_backlink if not NULL.
533
5342019-03-12 John Baldwin <jhb@FreeBSD.org>
535
536 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
537 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
538 (amd64bsd_store_inferior_registers): Likewise.
539 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
540 Enable segment base registers.
541 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
542 PT_GETFSBASE and PT_GETGSBASE.
543 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
544 PT_SETGSBASE.
545 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
546 segment base registers.
547 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
548
5492019-03-12 John Baldwin <jhb@FreeBSD.org>
550
551 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
552 Update calls to i386_target_description to add 'segments'
553 parameter.
554 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
555 add segment base registers.
556 * arch/i386.c (i386_create_target_description): Add 'segments'
557 parameter to enable segment base registers.
558 * arch/i386.h (i386_create_target_description): Likewise.
559 * features/i386/32bit-segments.xml: New file.
560 * features/i386/32bit-segments.c: Generate.
561 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
562 call to i386_target_description to add 'segments' parameter.
563 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
564 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
565 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
566 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
567 if feature is present.
568 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
569 Add 'segments' parameter to call to i386_target_description.
570 (i386_target_description): Add 'segments' parameter to enable
571 segment base registers.
572 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
573 to call to i386_target_description.
574 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
575 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
576 Define I386_NUM_REGS.
577 (i386_target_description): Add 'segments' parameter to enable
578 segment base registers.
579
5802019-03-12 Eli Zaretskii <eliz@gnu.org>
581
582 PR/24325
583 * source-cache.c: #undef open and close, to avoid unresolved
584 externals during linking.
585
5862019-03-12 Tom Tromey <tromey@adacore.com>
587
588 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
589 const. Add initializers.
590 (_initialize_remote): Don't initialize ptid globals.
591
5922019-03-12 Pedro Alves <palves@redhat.com>
593
594 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
595
5962019-03-12 Pedro Alves <palves@redhat.com>
597
598 * cp-name-parser.y (main): Remove unused 'len' variable.
599
6002019-03-12 Tom Tromey <tromey@adacore.com>
601
602 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
603 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
604
6052019-03-12 Tom Tromey <tromey@adacore.com>
606
607 * linux-nat.c (iterate_over_lwps): Update.
608 (stop_callback): Remove parameter.
609 (stop_wait_callback, detach_callback, resume_set_callback)
610 (select_singlestep_lwp_callback, set_ignore_sigint)
611 (status_callback, resumed_callback, resume_clear_callback)
612 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
613 data parameter.
614 (linux_nat_target::detach, linux_nat_target::resume)
615 (linux_stop_and_wait_all_lwps, select_event_lwp)
616 (linux_nat_filter_event, linux_nat_wait_1)
617 (linux_nat_target::kill, linux_nat_target::stop)
618 (linux_nat_target::stop): Update.
619 (linux_nat_resume_callback): Change type.
620 (resume_stopped_resumed_lwps, count_events_callback)
621 (select_event_lwp_callback): Likewise.
622 (linux_stop_lwp, linux_nat_stop_lwp): Update.
623 * arm-linux-nat.c (struct update_registers_data): Remove.
624 (update_registers_callback): Change type.
625 (arm_linux_insert_hw_breakpoint1): Update.
626 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
627 parameter.
628 (x86_linux_dr_set_addr): Update.
629 (x86_linux_dr_set_control): Update.
630 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
631 (iterate_over_lwps): Use gdb::function_view.
632 * nat/aarch64-linux-hw-point.c (struct
633 aarch64_dr_update_callback_param): Remove.
634 (debug_reg_change_callback): Change type.
635 (aarch64_notify_debug_reg_change): Update.
636 * s390-linux-nat.c (s390_refresh_per_info): Update.
637
6382019-03-11 Tom Tromey <tromey@adacore.com>
639
640 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
641 redundant assignment to "this_cu".
642
6432019-03-08 Simon Marchi <simon.marchi@efficios.com>
644
645 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
646
6472019-03-08 Simon Marchi <simon.marchi@efficios.com>
648
649 * gdbtypes.c (rank_one_type_parm_set): New function extracted
650 from...
651 (rank_one_type): ... this.
652
6532019-03-08 Simon Marchi <simon.marchi@efficios.com>
654
655 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
656 from...
657 (rank_one_type): ... this.
658
6592019-03-08 Simon Marchi <simon.marchi@efficios.com>
660
661 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
662 from...
663 (rank_one_type): ... this.
664
6652019-03-08 Simon Marchi <simon.marchi@efficios.com>
666
667 * gdbtypes.c (rank_one_type_parm_float): New function extracted
668 from...
669 (rank_one_type): ... this.
670
6712019-03-08 Simon Marchi <simon.marchi@efficios.com>
672
673 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
674 from...
675 (rank_one_type): ... this.
676
6772019-03-08 Simon Marchi <simon.marchi@efficios.com>
678
679 * gdbtypes.c (rank_one_type_parm_range): New function extracted
680 from...
681 (rank_one_type): ... this.
682
6832019-03-08 Simon Marchi <simon.marchi@efficios.com>
684
685 * gdbtypes.c (rank_one_type_parm_char): New function extracted
686 from...
687 (rank_one_type): ... this.
688
6892019-03-08 Simon Marchi <simon.marchi@efficios.com>
690
691 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
692 from...
693 (rank_one_type): ... this.
694
6952019-03-08 Simon Marchi <simon.marchi@efficios.com>
696
697 * gdbtypes.c (rank_one_type_parm_int): New function extracted
698 from...
699 (rank_one_type): ... this.
700
7012019-03-08 Simon Marchi <simon.marchi@efficios.com>
702
703 * gdbtypes.c (rank_one_type_parm_func): New function extracted
704 from...
705 (rank_one_type): ... this.
706
7072019-03-08 Simon Marchi <simon.marchi@efficios.com>
708
709 * gdbtypes.c (rank_one_type_parm_array): New function extracted
710 from...
711 (rank_one_type): ... this.
712
7132019-03-08 Simon Marchi <simon.marchi@efficios.com>
714
715 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
716 from...
717 (rank_one_type): ... this.
718
7192019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
720
721 * inferior.c (initialize_inferiors): Ensure 'help set/show print
722 inferior-events' shows the example events.
723
7242019-03-08 Eli Zaretskii <eliz@gnu.org>
725
726 Support styling on native MS-Windows console
727
728 PR/24315
729 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
730 on MS-Windows if $TERM is not defined.
731
732 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
733
734 * posix-hdep.c (gdb_console_fputs):
735 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
736 functions.
737 * ui-file.h (gdb_console_fputs): Add prototype.
738
739 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
740 back to fputs only if the former returns zero.
741
7422019-03-07 Tom Tromey <tom@tromey.com>
743
744 * symmisc.c (print_symbol_bcache_statistics): Update.
745 (print_objfile_statistics): Update.
746 * symfile.c (allocate_symtab): Update.
747 * stabsread.c: Don't include bcache.h.
748 * psymtab.h (struct psymbol_bcache): Don't declare.
749 (class psymtab_storage) <psymbol_cache>: Now a bcache.
750 (psymbol_bcache_init, psymbol_bcache_free)
751 (psymbol_bcache_get_bcache): Don't declare.
752 * psymtab.c (struct psymbol_bcache): Remove.
753 (psymtab_storage::psymtab_storage): Update.
754 (psymtab_storage::~psymtab_storage): Update.
755 (psymbol_bcache_init, psymbol_bcache_free)
756 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
757 (add_psymbol_to_bcache): Update.
758 (allocate_psymtab): Update.
759 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
760 macro_cache>: No longer pointers.
761 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
762 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
763 * macrotab.c (macro_bcache): Update.
764 * macroexp.c: Don't include bcache.h.
765 * gdbtypes.c (check_types_worklist): Update.
766 (types_deeply_equal): Remove TRY/CATCH. Update.
767 * elfread.c (elf_symtab_read): Update.
768 * dwarf2read.c: Don't include bcache.h.
769 * buildsym.c (buildsym_compunit::get_macro_table): Update.
770 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
771 (print_bcache_statistics, bcache_memory_used): Don't declare.
772 (struct bcache): Move from bcache.c. Add constructor, destructor,
773 methods. Rename all data members.
774 * bcache.c (struct bcache): Move to bcache.h.
775 (bcache::expand_hash_table): Rename from expand_hash_table.
776 (bcache): Remove.
777 (bcache::insert): Rename from bcache_full.
778 (bcache::compare): Rename from bcache_compare.
779 (bcache_xmalloc): Remove.
780 (bcache::~bcache): Rename from bcache_xfree.
781 (bcache::print_statistics): Rename from print_bcache_statistics.
782 (bcache::memory_used): Rename from bcache_memory_used.
783
7842019-03-07 Pedro Alves <palves@redhat.com>
785
786 * infrun.c (normal_stop): Also check for
787 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
788
7892019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * f-lang.c (value_from_host_double): Moved to...
792 * value.c (value_from_host_double): ...here.
793 * value.h (value_from_host_double): Declare.
794 * guile/scm-math.c (vlscm_convert_typed_number): Use
795 value_from_host_double.
796 (vlscm_convert_number): Likewise.
797 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
798 * python/py-value.c (convert_value_from_python): Likewise.
799
8002019-03-06 Tom Tromey <tom@tromey.com>
801
802 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
803
8042019-03-06 Tom Tromey <tom@tromey.com>
805
806 * utils.h (free_current_contents): Don't declare.
807 * utils.c (free_current_contents): Remove.
808
8092019-03-06 Tom Tromey <tom@tromey.com>
810
811 * top.c (quit_force): Update.
812 * main.c (captured_command_loop): Update.
813 * common/new-op.c (operator new): Update.
814 * common/common-exceptions.c (struct catcher)
815 <save_cleanup_chain>: Remove member.
816 (exceptions_state_mc_init): Update.
817 (exception_try_scope_entry): Return nullptr.
818 (exception_try_scope_exit, exception_rethrow)
819 (throw_exception_sjlj, throw_exception_cxx): Update.
820 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
821 (all_cleanups, do_cleanups, discard_cleanups)
822 (discard_final_cleanups, save_cleanups, save_final_cleanups)
823 (restore_cleanups, restore_final_cleanups): Don't declare.
824 (do_final_cleanups): Remove parameter.
825 * common/cleanups.c (cleanup_chain, make_cleanup)
826 (make_cleanup_dtor, all_cleanups, do_cleanups)
827 (discard_my_cleanups, discard_cleanups)
828 (discard_final_cleanups, save_my_cleanups, save_cleanups)
829 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
830 (null_cleanup): Remove.
831 (do_final_cleanups): Remove parameter.
832
8332019-03-06 Tom Tromey <tom@tromey.com>
834
835 * remote.c (remote_target::remote_parse_stop_reply): Use
836 unique_xmalloc_ptr.
837
8382019-03-06 Tom Tromey <tom@tromey.com>
839
840 * stabsread.c (struct stabs_field_info): Rename from field_info.
841 <list, fnlist>: Add initializers.
842 <obstack>: New member.
843 (read_member_functions, read_struct_fields, read_baseclasses):
844 Allocate on obstack. Don't use cleanups.
845 (read_one_struct_field, read_member_functions, read_struct_fields)
846 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
847 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
848 (read_struct_type): Update.
849
8502019-03-06 Tom Tromey <tom@tromey.com>
851
852 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
853 * common/filestuff.h (make_cleanup_close): Don't declare.
854 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
855 Remove.
856
8572019-03-06 Tom Tromey <tom@tromey.com>
858
859 * solib-aix.c: Use make_scope_exit.
860
8612019-03-06 Tom Tromey <tom@tromey.com>
862
863 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
864 Use make_scope_exit.
865
8662019-03-06 Tom Tromey <tom@tromey.com>
867
868 * solib-svr4.c (disable_probes_interface): Remove parameter.
869 (svr4_handle_solib_event): Use make_scope_exit.
870
8712019-03-06 Tom Tromey <tom@tromey.com>
872
873 * remote.c (struct stop_reply_deleter): Remove.
874 (stop_reply_up): Update.
875 (struct stop_reply): Derive from notif_event. Don't typedef.
876 <regcache>: Now a std::vector.
877 (stop_reply_xfree): Remove.
878 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
879 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
880 (remote_target::discard_pending_stop_replies): Use delete.
881 (remote_target::remote_parse_stop_reply): Update.
882 (remote_target::process_stop_reply): Update.
883 * remote-notif.h (struct notif_event): Add virtual destructor.
884 Remove "dtr" member.
885 (struct notif_client) <alloc_event>: Return a unique_ptr.
886 (notif_event_xfree): Don't declare.
887 (notif_event_up): New typedef.
888 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
889 (notif_event_xfree, do_notif_event_xfree): Remove.
890 (remote_notif_state_xfree): Update.
891
8922019-03-06 Tom Tromey <tom@tromey.com>
893
894 * infrun.c (displaced_step_clear_cleanup): Now a
895 forward_scope_exit type.
896 (displaced_step_prepare_throw): Update.
897 (displaced_step_fixup): Update.
898
8992019-03-06 Tom Tromey <tom@tromey.com>
900
901 * inferior.h (class inferior): Update comment.
902 * gdbthread.h (class thread_info): Update comment.
903
9042019-03-06 Joel Brobecker <brobecker@adacore.com>
905 Tom Tromey <tom@tromey.com>
906
907 * stabsread.h (struct stab_section_list): Remove.
908 (coffstab_build_psymtabs): Update.
909 * dbxread.c (symbuf_sections): Now a std::vector.
910 (sect_idx): New global.
911 (fill_symbuf): Update.
912 (coffstab_build_psymtabs): Change type of stabsects parameter.
913 Update.
914 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
915 std::vector.
916 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
917 (coff_locate_sections): Update.
918 (coff_symfile_read): Remove cleanups. Update.
919 (init_stringtab): Add storage parameter.
920 (free_stringtab, free_stringtab_cleanup): Remove.
921 (init_lineno): Add storage parameter.
922 (free_linetab, free_linetab_cleanup): Remove.
923
9242019-03-06 Pedro Alves <palves@redhat.com>
925
926 * linux-fork.c (fork_info::clobber_regs): Delete.
927 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
928 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
929 comment. Adjust.
930 (scoped_switch_fork_info::scoped_switch_fork_info)
931 (checkpoint_command, linux_fork_context): Adjust
932 fork_save_infrun_state calls.
933
9342019-03-06 Pedro Alves <palves@redhat.com>
935
936 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
937 (inf_has_multiple_threads): Return 'bool' and rewrite using
938 inferior_info::threads().
939
9402019-03-06 Pedro Alves <palves@redhat.com>
941
942 * linux-fork.c: Include <list>.
943 (fork_list): Now a std::list instance.
944 (fork_info): Add ctor, dtor, and in-class initialize all fields.
945 (forks_exist_p, find_last_fork): Adjust.
946 (new_fork): Delete.
947 (one_fork_p): New.
948 (add_fork): Adjust.
949 (free_fork): Delete, folded into fork_info::~fork_info().
950 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
951 Adjust.
952 (init_fork_list): Delete.
953 (linux_fork_killall, linux_fork_mourn_inferior)
954 (linux_fork_detach, info_checkpoints_command): Adjust.
955 (_initialize_linux_fork): No longer call init_fork_list.
956
9572019-03-06 Pedro Alves <palves@redhat.com>
958
959 * linux-fork.c (new_fork): New, split out of ...
960 (add_fork): ... this. Return void. Move "first fork" special
961 case from here, to ...
962 (checkpoint_command): ... here.
963 * linux-linux.h (add_fork): Return void.
964
9652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
968
9692019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
970 Chris January <chris.january@arm.com>
971 David Lecomber <david.lecomber@arm.com>
972
973 * f-exp.y: New token, UNOP_INTRINSIC.
974 (exp): New pattern using UNOP_INTRINSIC token.
975 (f77_keywords): Add 'abs' keyword.
976 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
977 (value_from_host_double): New function.
978 (evaluate_subexp_f): Support UNOP_ABS.
979
9802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
983 types.
984
9852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
988 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
989 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
990
9912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * f-exp.y (convert_to_kind_type): Handle more type kinds.
994
9952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
996 Chris January <chris.january@arm.com>
997
998 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
999 * f-exp.y: Define 'KIND' token.
1000 (exp): New pattern for KIND expressions.
1001 (ptype): Handle types with a kind extension.
1002 (direct_abs_decl): Extend to spot kind extensions.
1003 (f77_keywords): Add 'kind' to the list.
1004 (push_kind_type): New function.
1005 (convert_to_kind_type): New function.
1006 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
1007 * parse.c (operator_length_standard): Likewise.
1008 * parser-defs.h (enum type_pieces): Add tp_kind.
1009 * std-operator.def: Add UNOP_KIND.
1010
10112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * f-exp.y (f_parse): Set yydebug.
1014
10152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * f-lang.c (evaluate_subexp_f): New function.
1018 (exp_descriptor_f): New global.
1019 (f_language_defn): Use exp_descriptor_f instead of
1020 exp_descriptor_standard.
1021
10222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * f-exp.y (struct token): Add comments.
1025 (dot_ops): Remove uppercase versions and the end marker.
1026 (f77_keywords): Likewise.
1027 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
1028 entries in the dot_ops array are case insensitive, and use
1029 strncasecmp to compare strings. Also some whitespace cleanup in
1030 this area. Similar for the f77_keywords array, except entries in
1031 this list might be case sensitive.
1032
10332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * f-exp.y (struct f77_boolean_val): Add comments.
1036 (boolean_values): Remove uppercase versions, and end marker.
1037 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
1038 and use strncasecmp to achieve case insensitivity. Additionally,
1039 perform whitespace cleanup around this code.
1040
10412019-03-06 Tom Tromey <tromey@adacore.com>
1042
1043 * remote-sim.c (gdbsim_target_open): Use result of
1044 gdb_argv::release.
1045
10462019-03-06 Richard Bunt <richard.bunt@arm.com>
1047 Dirk Schubert <dirk.schubert@arm.com>
1048 Chris January <chris.january@arm.com>
1049
1050 * eval.c (evaluate_subexp_standard): Call Fortran argument
1051 wrapping logic.
1052 * f-lang.c (struct value): A value which can be passed into a
1053 Fortran function call.
1054 (fortran_argument_convert): Wrap Fortran arguments in a pointer
1055 where appropriate.
1056 (struct type): Value ready for a Fortran function call.
1057 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
1058 is needed.
1059 * f-lang.h (fortran_argument_convert): Declaration.
1060 (fortran_preserve_arg_pointer): Declaration.
1061 * infcall.c (value_arg_coerce): Call Fortran argument logic.
1062
10632019-03-05 Tom Tromey <tromey@adacore.com>
1064
1065 * python/py-prettyprint.c (print_string_repr): Remove #if.
1066 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
1067
10682019-03-05 Tom Tromey <tromey@adacore.com>
1069
1070 * target.c (the_dummy_target): Move later. Change type to
1071 "dummy_target".
1072 (initialize_targets): Don't initialize the_dummy_target.
1073
10742019-03-05 Tom Tromey <tromey@adacore.com>
1075
1076 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
1077 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
1078
10792019-03-05 Tom Tromey <tromey@adacore.com>
1080
1081 * windows-nat.c (windows_nat_target::attach)
1082 (windows_nat_target::detach): Don't call gdb_flush.
1083 * valprint.c (generic_val_print, val_print, val_print_string):
1084 Don't call gdb_flush.
1085 * utils.c (defaulted_query): Don't call gdb_flush.
1086 * typeprint.c (print_type_scalar): Don't call gdb_flush.
1087 * target.c (target_announce_detach): Don't call gdb_flush.
1088 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
1089 * remote.c (extended_remote_target::attach): Don't call
1090 gdb_flush.
1091 * procfs.c (procfs_target::detach): Don't call gdb_flush.
1092 * printcmd.c (do_examine): Don't call gdb_flush.
1093 (info_display_command): Don't call gdb_flush.
1094 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
1095 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
1096 * memattr.c (info_mem_command): Don't call gdb_flush.
1097 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
1098 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
1099 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
1100 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
1101 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
1102 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
1103 (gnu_nat_target::detach): Don't call gdb_flush.
1104 * f-valprint.c (f_val_print): Don't call gdb_flush.
1105 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
1106 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
1107 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
1108 gdb_flush.
1109 * c-valprint.c (c_val_print): Don't call gdb_flush.
1110 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
1111
11122019-03-05 Tom Tromey <tromey@adacore.com>
1113
1114 * varobj.c (update_dynamic_varobj_children): Update.
1115 (install_default_visualizer): Use reset, not release.
1116 * value.c (set_internalvar): Update.
1117 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
1118 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
1119 ATTRIBUTE_UNUSED_RESULT.
1120
11212019-03-05 Tom Tromey <tromey@adacore.com>
1122
1123 * remote.c (class scoped_remote_fd) <release>: Add
1124 ATTRIBUTE_UNUSED_RESULT.
1125
11262019-03-05 Tom Tromey <tromey@adacore.com>
1127
1128 * macroexp.c (struct macro_buffer) <release>: Add
1129 ATTRIBUTE_UNUSED_RESULT.
1130
11312019-03-05 Tom Tromey <tromey@adacore.com>
1132
1133 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
1134 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
1135 ATTRIBUTE_UNUSED_RESULT.
1136
11372019-03-05 Tom Tromey <tromey@adacore.com>
1138
1139 * common/scoped_fd.h (class scoped_fd) <release>: Add
1140 ATTRIBUTE_UNUSED_RESULT.
1141
11422019-03-05 Tom Tromey <tromey@adacore.com>
1143
1144 * parser-defs.h (struct parser_state) <release>: Add
1145 ATTRIBUTE_UNUSED_RESULT.
1146
11472019-03-05 Tom Tromey <tromey@adacore.com>
1148
1149 * utils.h (class gdb_argv) <release>: Add
1150 ATTRIBUTE_UNUSED_RESULT.
1151 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
1152
11532019-03-02 Eli Zaretskii <eliz@gnu.org>
1154
1155 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
1156 for-loop range, to avoid compiler warnings.
1157
1158 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
1159 avoid compiler warnings about unused variables.
1160
1161 * NEWS: Mention end of support for native debugging on MS-Windows
1162 before XP.
1163
1164 PR gdb/24292
1165 * common/netstuff.c:
1166 * gdbserver/gdbreplay.c
1167 * gdbserver/remote-utils.c:
1168 * ser-tcp.c:
1169 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
1170 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
1171 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
1172 'getaddrinfo' and 'freeaddrinfo' were not available before
1173 Windows XP, and mingw.org's MinGW headers by default define
1174 _WIN32_WINNT to 0x500.
1175
11762019-03-01 Gary Benson <gbenson@redhat.com>
1177
1178 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
1179
11802019-02-28 Brian Vandenberg <phantall@gmail.com>
1181 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1182
1183 PR gdb/8527
1184 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
1185 set_sigint_trap, clear_sigint_trap.
1186
11872019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1188
1189 * target.c (target_detach): Clear the regcache and the
1190 frame cache.
1191
11922019-02-27 Pedro Alves <palves@redhat.com>
1193
1194 * utils.c (set_screen_size): When we cap the height/width sizes,
1195 tweak the corresponding command variable to show "unlimited":
1196
11972019-02-27 Saagar Jha <saagar@saagarjha.com>
1198 Pedro Alves <palves@redhat.com>
1199
1200 * utils.c (set_screen_size): Reduce "infinite" rows and columns
1201 before calling rl_set_screen_size.
1202
12032019-02-27 Tom Tromey <tromey@adacore.com>
1204
1205 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
1206 define.
1207 * python/py-value.c: Remove Python 2.4 workaround.
1208 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
1209 workaround.
1210 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
1211 Python 2.4 workaround.
1212 * python/python-internal.h: Remove Python 2.4 comment.
1213 (Py_ssize_t): Don't define.
1214 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
1215 (gdb_Py_DECREF): Remove Python 2.4 workaround.
1216 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
1217 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
1218 * python/python.c (do_start_initialization): Remove Python 2.4
1219 workaround.
1220 * python/py-prettyprint.c (class dummy_python_frame): Remove.
1221 (print_children): Remove Python 2.4 workaround.
1222 * python/py-inferior.c (buffer_procs): Remove Python 2.4
1223 workaround.
1224 (CHARBUFFERPROC_NAME): Remove.
1225 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
1226 Python 2.4 workaround.
1227
12282019-02-27 Kevin Buettner <kevinb@redhat.com>
1229
1230 * NEWS: Note minimum Python version.
1231
12322019-02-27 Kevin Buettner <kevinb@redhat.com>
1233
1234 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
1235 code from these functions. Remove corresponding ifdefs. Use
1236 Py_buffer_up instead of explicit calls to PyBuffer_Release.
1237 Remove gotos and target of gotos.
1238 (infpy_search_memory): Likewise.
1239
12402019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
1243 (hppa_gdbarch_init): Don't register deleted functions with
1244 gdbarch.
1245
12462019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
1249 (h8300_unwind_sp): Delete.
1250 (h8300_dummy_id): Delete.
1251 (h8300_gdbarch_init): Don't register deleted functions with
1252 gdbarch.
1253
12542019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
1257 (ft32_unwind_pc): Delete.
1258 (ft32_unwind_sp): Delete.
1259 (ft32_gdbarch_init): Don't register deleted functions with
1260 gdbarch.
1261
12622019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 * gdb/frv-tdep.c (frv_dummy_id): Delete.
1265 (frv_unwind_pc): Delete.
1266 (frv_unwind_sp): Delete.
1267 (frv_gdbarch_init): Don't register deleted functions with
1268 gdbarch.
1269
12702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
1273 (riscv_unwind_pc): Delete.
1274 (riscv_unwind_sp): Delete.
1275 (riscv_gdbarch_init): Don't register deleted functions with
1276 gdbarch.
1277
12782019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb/csky-tdep.c (csky_dummy_id): Delete.
1281 (csky_unwind_pc): Delete.
1282 (csky_unwind_sp): Delete.
1283 (csky_gdbarch_init): Don't register deleted functions with
1284 gdbarch.
1285
12862019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb/cris-tdep.c (cris_dummy_id): Delete.
1289 (cris_unwind_pc): Delete.
1290 (cris_unwind_sp): Delete.
1291 (cris_gdbarch_init): Don't register deleted functions with
1292 gdbarch.
1293
12942019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
1297 (bfin_unwind_pc): Delete.
1298 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
1299
13002019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb/arm-tdep.c (arm_dummy_id): Delete.
1303 (arm_unwind_pc): Delete.
1304 (arm_unwind_sp): Delete.
1305 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
1306
13072019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb/arc-tdep.c (arc_dummy_id): Delete.
1310 (arc_unwind_pc): Delete.
1311 (arc_unwind_sp): Delete.
1312 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
1313
13142019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
1317 (alpha_unwind_pc): Delete.
1318 (alpha_gdbarch_init): Don't register deleted functions with
1319 gdbarch.
1320
13212019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
1324 (aarch64_unwind_pc): Delete.
1325 (aarch64_unwind_sp): Delete.
1326 (aarch64_gdbarch_init): Don't register deleted functions with
1327 gdbarch.
1328
13292019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * gdbtypes.c (type_align): Don't consider static members when
1332 computing structure alignment.
1333
13342019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
1337 return 0 for other types.
1338 * arch-utils.c (default_type_align): Always return 0.
1339 * gdbarch.h: Regenerate.
1340 * gdbarch.sh (type_align): Extend comment.
1341 * gdbtypes.c (type_align): Add additional comments, always call
1342 gdbarch_type_align before applying the default rules.
1343 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
1344 generic code will then apply a suitable default.
1345 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
1346 types, return 0 for other types.
1347
13482019-02-27 Joel Brobecker <brobecker@adacore.com>
1349
1350 * NEWS: Create a new section for the next release branch.
1351 Rename the section of the current branch, now that it has
1352 been cut.
1353
13542019-02-27 Joel Brobecker <brobecker@adacore.com>
1355
1356 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
1357 * version.in: Bump version to 8.3.50.DATE-git.
1358
13592019-02-26 Simon Marchi <simon.marchi@efficios.com>
1360
1361 * aix-thread.c (ptid_cmp): Remove unused variable.
1362 (get_signaled_thread): Likewise.
1363 (store_regs_user_thread): Likewise.
1364 (store_regs_kernel_thread): Likewise.
1365 (fetch_regs_kernel_thread): Remove shadowed variable.
1366
13672019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * features/riscv/32bit-cpu.xml: Add register numbers.
1370 * features/riscv/32bit-fpu.c: Regenerate.
1371 * features/riscv/32bit-fpu.xml: Add register numbers.
1372 * features/riscv/64bit-cpu.xml: Add register numbers.
1373 * features/riscv/64bit-fpu.c: Regenerate.
1374 * features/riscv/64bit-fpu.xml: Add register numbers.
1375
13762019-02-26 Kevin Buettner <kevinb@redhat.com>
1377
1378 * NEWS: Mention two argument form of gdb.Value constructor.
1379 * python/py-value.c (convert_buffer_and_type_to_value): New
1380 function.
1381 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
1382 Add support for handling an optional second argument. Call
1383 convert_buffer_and_type_to_value as appropriate.
1384 * python/python-internal.h (Py_buffer_deleter): New struct.
1385 (Py_buffer_up): New typedef.
1386
13872019-02-25 John Baldwin <jhb@FreeBSD.org>
1388
1389 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
1390 instead of releasing ownership.
1391
13922019-02-25 Jordan Rupprecht <rupprecht@google.com>
1393
1394 * dwarf2read.c (open_and_init_dwp_file): Call
1395 elf_numsections instead of bfd_count_sections to initialize
1396 dwp_file->num_sections.
1397
13982019-02-25 Tom Tromey <tromey@adacore.com>
1399
1400 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
1401
14022019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1403
1404 * gcore.in: Add '--readnever' option when invoking GDB.
1405
14062019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
1407
1408 * MAINTAINERS: Update my email address.
1409
14102019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
1411
1412 * build-id.c (build_id_to_debug_bfd_1): New function.
1413 (build_id_to_debug_bfd): Look for separate debug file in
1414 sysroot.
1415
14162019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdbarch.sh: Update the copyright year range that is placed into
1419 generated files.
1420
14212019-02-22 Keith Seitz <keiths@redhat.com>
1422
1423 PR symtab/23853
1424 * linespec.c (create_sals_line_offset): Search for the default
1425 symtab's filename instead of its fullname.
1426
14272019-02-21 Alan Hayward <alan.hayward@arm.com>
1428
1429 * NEWS: Update style defaults.
1430
14312019-02-21 Alan Hayward <alan.hayward@arm.com>
1432
1433 * main.c (captured_main_1): Disable styling in batch mode.
1434
14352019-02-20 Tom Tromey <tom@tromey.com>
1436
1437 * symtab.c (symtab_symbol_info): Fix typos.
1438
14392019-02-20 Tom Tromey <tromey@adacore.com>
1440
1441 * findcmd.c (_initialize_mem_search): Use upper case for
1442 metasyntactic variables.
1443
14442019-02-20 Alan Hayward <alan.hayward@arm.com>
1445
1446 * aarch64-tdep.c (aarch64_add_reggroups): New function.
1447 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
1448
14492019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1450
1451 * top.h (source_file_name): Change to std::string.
1452 * top.c (source_file_name): Likewise.
1453 (command_line_input): Adjust.
1454 * cli/cli-script.c (script_from_file): Adjust.
1455
14562019-02-19 Tom Tromey <tromey@adacore.com>
1457
1458 * ravenscar-thread.c
1459 (ravenscar_thread_target::update_thread_list): Don't call
1460 ada_build_task_list.
1461 * ada-lang.h (ada_build_task_list): Don't declare.
1462 * ada-tasks.c (struct ada_tasks_inferior_data)
1463 <task_list_valid_p>: Now bool.
1464 (read_known_tasks, ada_task_list_changed)
1465 (ada_tasks_invalidate_inferior_data): Update.
1466 (read_known_tasks_array): Return bool.
1467 (read_known_tasks_list): Likewise.
1468 (read_known_tasks): Return void.
1469 (ada_build_task_list): Now static.
1470
14712019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
1474 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
1475
14762019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1477
1478 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
1479 variant for ada_tasks_pspace_data_handle and
1480 ada_tasks_inferior_data_handle.
1481 (ada_tasks_pspace_data_cleanup): New function.
1482 (ada_tasks_inferior_data_cleanup): New function.
1483
14842019-02-17 Tom Tromey <tom@tromey.com>
1485
1486 * macrotab.h (macro_source_fullname): Return a std::string.
1487 * macrotab.c (macro_include, check_for_redefinition)
1488 (macro_undef, macro_lookup_definition, foreach_macro)
1489 (foreach_macro_in_scope): Update.
1490 (macro_source_fullname): Return a std::string.
1491 * macrocmd.c (show_pp_source_pos): Update.
1492
14932019-02-17 Tom Tromey <tom@tromey.com>
1494
1495 * macrocmd.c (show_pp_source_pos): Style the file names.
1496
14972019-02-17 Tom Tromey <tom@tromey.com>
1498
1499 PR tui/24197:
1500 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
1501
15022019-02-17 Tom Tromey <tom@tromey.com>
1503
1504 * ada-lang.c (user_select_syms): Use filtered printing.
1505 * utils.c (wrap_style): New global.
1506 (desired_style): Remove.
1507 (emit_style_escape): Add stream parameter.
1508 (set_output_style, reset_terminal_style, prompt_for_continue):
1509 Update.
1510 (flush_wrap_buffer): Only flush gdb_stdout.
1511 (wrap_here): Set wrap_style.
1512 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
1513 treat escape sequences as a character. Change when wrap buffer is
1514 flushed.
1515 (fputs_styled): Do not set the output style when the default is
1516 requested.
1517 * ui-style.h (struct ui_file_style) <is_default>: New method.
1518 * source.c (print_source_lines_base): Emit escape sequences in one
1519 piece.
1520
15212019-02-17 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
1524 integers and enumeration types.
1525
15262019-02-17 Joel Brobecker <brobecker@adacore.com>
1527
1528 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
1529 instead of lookup_symbol_in_language
1530 (do_exact_match): New function.
1531 (ada_get_symbol_name_matcher): Return do_exact_match when
1532 doing a verbatim match.
1533
15342019-02-15 Tom Tromey <tromey@adacore.com>
1535
1536 * ravenscar-thread.c (ravenscar_thread_target::resume)
1537 (ravenscar_thread_target::wait): Special case wildcard requests.
1538
15392019-02-15 Tom Tromey <tromey@adacore.com>
1540
1541 * ravenscar-thread.c (base_ptid): Remove.
1542 (struct ravenscar_thread_target) <close>: New method.
1543 <m_base_ptid>: New member.
1544 <update_inferior_ptid, active_task, task_is_currently_active,
1545 runtime_initialized>: Declare methods.
1546 <ravenscar_thread_target>: Add constructor.
1547 (ravenscar_thread_target::task_is_currently_active)
1548 (ravenscar_thread_target::update_inferior_ptid)
1549 (ravenscar_runtime_initialized): Rename. Now methods.
1550 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
1551 (ravenscar_thread_target::update_thread_list): Update.
1552 (ravenscar_thread_target::active_task): Now method.
1553 (ravenscar_thread_target::store_registers)
1554 (ravenscar_thread_target::prepare_to_store)
1555 (ravenscar_thread_target::prepare_to_store)
1556 (ravenscar_thread_target::mourn_inferior): Update.
1557 (ravenscar_inferior_created): Use "new" to create target.
1558 (ravenscar_thread_target::get_ada_task_ptid): Update.
1559 (_initialize_ravenscar): Don't initialize base_ptid.
1560 (ravenscar_ops): Remove global.
1561
15622019-02-15 Tom Tromey <tromey@adacore.com>
1563
1564 * target.h (push_target): Declare new overload.
1565 * target.c (push_target): New overload, taking an rvalue reference.
1566 * remote.c (remote_target::open_1): Use push_target overload.
1567 * corelow.c (core_target_open): Use push_target overload.
1568
15692019-02-15 Tom Tromey <tromey@adacore.com>
1570
1571 * ravenscar-thread.c (is_ravenscar_task)
1572 (ravenscar_task_is_currently_active): Return bool.
1573 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
1574 (_initialize_ravenscar): Remove "(void)".
1575 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
1576 Return bool.
1577
15782019-02-15 Tom Tromey <tromey@adacore.com>
1579
1580 * ravenscar-thread.c (ravenscar_runtime_initializer)
1581 (has_ravenscar_runtime, get_running_thread_id)
1582 (ravenscar_thread_target::resume): Fix indentation.
1583
15842019-02-15 Tom Tromey <tromey@adacore.com>
1585
1586 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
1587 from ravenscar_arch_ops.
1588 (sparc_ravenscar_ops::fetch_registers)
1589 (sparc_ravenscar_ops::store_registers): Now methods.
1590 (sparc_ravenscar_prepare_to_store): Remove.
1591 (sparc_ravenscar_ops): Redefine.
1592 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
1593 methods and destructor. Remove members.
1594 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
1595 (ravenscar_thread_target::store_registers)
1596 (ravenscar_thread_target::prepare_to_store): Update.
1597 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
1598 Remove.
1599 (struct ppc_ravenscar_powerpc_ops): Derive from
1600 ravenscar_arch_ops.
1601 (ppc_ravenscar_powerpc_ops::fetch_registers)
1602 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
1603 (ppc_ravenscar_powerpc_ops): Redefine.
1604 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
1605 (ppc_ravenscar_e500_ops::fetch_registers)
1606 (ppc_ravenscar_e500_ops::store_registers): Now methods.
1607 (ppc_ravenscar_e500_ops): Redefine.
1608 * aarch64-ravenscar-thread.c
1609 (aarch64_ravenscar_generic_prepare_to_store): Remove.
1610 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
1611 (aarch64_ravenscar_fetch_registers)
1612 (aarch64_ravenscar_store_registers): Now methods.
1613 (aarch64_ravenscar_ops): Redefine.
1614
16152019-02-15 Tom Tromey <tromey@adacore.com>
1616
1617 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
1618 (ravenscar_thread_target::stopped_by_hw_breakpoint)
1619 (ravenscar_thread_target::stopped_by_watchpoint)
1620 (ravenscar_thread_target::stopped_data_address)
1621 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
1622
16232019-02-15 Tom Tromey <tromey@adacore.com>
1624
1625 * ravenscar-thread.c: Fix some typos.
1626
16272019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1628 Tom Tromey <tromey@adacore.com>
1629
1630 * ada-lang.c (ada_exception_sal): Change addr_string to a
1631 std::string.
1632 (create_ada_exception_catchpoint): Update.
1633
16342019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1635 Tom Tromey <tromey@adacore.com>
1636
1637 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
1638 (bp_location_ops): Remove.
1639 (base_breakpoint_allocate_location): Update.
1640 (free_bp_location): Update.
1641 * ada-lang.c (class ada_catchpoint_location)
1642 <ada_catchpoint_location>: Remove ops parameter.
1643 (ada_catchpoint_location_dtor): Remove.
1644 (ada_catchpoint_location_ops): Remove.
1645 (allocate_location_exception): Update.
1646 * breakpoint.h (struct bp_location_ops): Remove.
1647 (class bp_location) <bp_location>: Remove bp_location_ops
1648 parameter.
1649 <~bp_location>: Add destructor.
1650 <ops>: Remove.
1651
16522019-02-14 Thomas Schwinge <thomas@codesourcery.com>
1653 Pedro Alves <palves@redhat.com>
1654
1655 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
1656 'PATH_MAX'.
1657
16582019-02-14 David Michael <fedora.dm0@gmail.com>
1659 Samuel Thibault <samuel.thibault@gnu.org>
1660 Thomas Schwinge <thomas@codesourcery.com>
1661
1662 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
1663 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
1664
16652019-02-14 Thomas Schwinge <thomas@codesourcery.com>
1666
1667 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
1668 (check_empty): Use "const char *".
1669
1670 * gnu-nat.c (gnu_nat_target::detach): Instead of
1671 'detach_inferior (pid)' call
1672 'detach_inferior (find_inferior_pid (pid))'.
1673
1674 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
1675 'nat/fork-inferior.o'.
1676 * gnu-nat.c: #include "nat/fork-inferior.h".
1677
1678 * gnu-nat.c (gnu_nat_target::detach): Instead of
1679 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
1680 * gnu-nat.h: #include "inf-child.h".
1681 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
1682 'i386_gnu_nat_target::fetch_registers'.
1683 (gnu_store_registers): Rename/move to
1684 'i386_gnu_nat_target::store_registers'.
1685
1686 * config/i386/nm-i386gnu.h: Don't "#include" any files.
1687 * gnu-nat.h (mach_thread_info): New function.
1688 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
1689
1690 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
1691
16922019-02-14 Frederic Konrad <konrad@adacore.com>
1693
1694 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
1695
16962019-02-14 Joel Brobecker <brobecker@adacore.com>
1697
1698 * windows-nat.c (windows_add_thread): Add new parameter
1699 "main_thread_p" with default value set to false. Update
1700 function documentation as well as all callers.
1701 (windows_delete_thread): Likewise.
1702 (fake_create_process): Update call to windows_add_thread.
1703 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
1704 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
1705 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
1706 call to windows_delete_thread.
1707
17082019-02-13 Simon Marchi <simon.marchi@ericsson.com>
1709
1710 * MAINTAINERS: Add Andrew Burgess as global maintainer.
1711
17122019-02-12 John Baldwin <jhb@FreeBSD.org>
1713
1714 * symfile.c (find_separate_debug_file): Use canonical path of
1715 sysroot with child_path instead of gdb_sysroot if it is valid.
1716
17172019-02-12 John Baldwin <jhb@FreeBSD.org>
1718
1719 * symfile.c (find_separate_debug_file): Use child_path to
1720 determine if an object file is under a sysroot.
1721
17222019-02-12 John Baldwin <jhb@FreeBSD.org>
1723
1724 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1725 unittests/child-path-selftests.c.
1726 * common/pathstuff.c (child_path): New function.
1727 * common/pathstuff.h (child_path): New prototype.
1728 * unittests/child-path-selftests.c: New file.
1729
17302019-02-12 John Baldwin <jhb@FreeBSD.org>
1731
1732 * symfile.c (find_separate_debug_file): Look for separate debug
1733 files in debug directories under the sysroot.
1734
17352019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * symtab.h (struct minimal_symbol data_p): New const method.
1738 (struct minimal_symbol text_p): Likewise.
1739 * symtab.c (output_source_filename): Use file name style
1740 to print file name.
1741 (print_symbol_info): Likewise.
1742 (print_msymbol_info): Use address style to print addresses.
1743 Use function name style to print executable text symbols.
1744 (expand_symtab_containing_pc): Use data_p.
1745 (find_pc_sect_compunit_symtab): Likewise.
1746
17472019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1748
1749 * breakpoint.c (describe_other_breakpoints): Use address style
1750 to print addresses.
1751 (say_where): Likewise.
1752
17532019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1754
1755 * ada-typeprint.c (print_func_type): Print function name
1756 style to print function name.
1757 * c-typeprint.c (c_print_type_1): Likewise.
1758
17592019-02-11 Alan Hayward <alan.hayward@arm.com>
1760
1761 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
1762 for execve.
1763
17642019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1765
1766 * c-exp.y (direct_abs_decl): Use emplace_back to record the
1767 type_stack.
1768
17692019-02-10 Joel Brobecker <brobecker@adacore.com>
1770
1771 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
1772 TYPE_CODE_REF types.
1773
17742019-02-08 Jim Wilson <jimw@sifive.com>
1775
1776 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
1777 (riscv_linux_fregset): New.
1778 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
1779
17802019-02-07 Tom Tromey <tom@tromey.com>
1781
1782 * thread.c (thread_cancel_execution_command): Update.
1783 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
1784 methods.
1785 (struct thread_fsm_ops): Remove.
1786 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
1787 (thread_fsm_should_stop, thread_fsm_return_value)
1788 (thread_fsm_set_finished, thread_fsm_finished_p)
1789 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
1790 Don't declare.
1791 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
1792 * infrun.c (clear_proceed_status_thread)
1793 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
1794 (print_stop_event): Update.
1795 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
1796 Add constructor.
1797 (step_command_fsm_ops): Remove.
1798 (new_step_command_fsm): Remove.
1799 (step_1): Update.
1800 (step_command_fsm::should_stop): Rename from
1801 step_command_fsm_should_stop.
1802 (step_command_fsm::clean_up): Rename from
1803 step_command_fsm_clean_up.
1804 (step_command_fsm::do_async_reply_reason): Rename from
1805 step_command_fsm_async_reply_reason.
1806 (struct until_next_fsm): Inherit from thread_fsm. Add
1807 constructor.
1808 (until_next_fsm_ops): Remove.
1809 (new_until_next_fsm): Remove.
1810 (until_next_fsm::should_stop): Rename from
1811 until_next_fsm_should_stop.
1812 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
1813 (until_next_fsm::do_async_reply_reason): Rename from
1814 until_next_fsm_async_reply_reason.
1815 (struct finish_command_fsm): Inherit from thread_fsm. Add
1816 constructor. Change type of breakpoint.
1817 (finish_command_fsm_ops): Remove.
1818 (new_finish_command_fsm): Remove.
1819 (finish_command_fsm::should_stop): Rename from
1820 finish_command_fsm_should_stop.
1821 (finish_command_fsm::clean_up): Rename from
1822 finish_command_fsm_clean_up.
1823 (finish_command_fsm::return_value): Rename from
1824 finish_command_fsm_return_value.
1825 (finish_command_fsm::do_async_reply_reason): Rename from
1826 finish_command_fsm_async_reply_reason.
1827 (finish_command): Update.
1828 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
1829 Add constructor.
1830 (call_thread_fsm_ops): Remove.
1831 (call_thread_fsm::call_thread_fsm): Rename from
1832 new_call_thread_fsm.
1833 (call_thread_fsm::should_stop): Rename from
1834 call_thread_fsm_should_stop.
1835 (call_thread_fsm::should_notify_stop): Rename from
1836 call_thread_fsm_should_notify_stop.
1837 (run_inferior_call, call_function_by_hand_dummy): Update.
1838 * cli/cli-interp.c (should_print_stop_to_console): Update.
1839 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
1840 Add constructor. Change type of location_breakpoint,
1841 caller_breakpoint.
1842 (until_break_fsm_ops): Remove.
1843 (new_until_break_fsm): Remove.
1844 (until_break_fsm::should_stop): Rename from
1845 until_break_fsm_should_stop.
1846 (until_break_fsm::clean_up): Rename from
1847 until_break_fsm_clean_up.
1848 (until_break_fsm::do_async_reply_reason): Rename from
1849 until_break_fsm_async_reply_reason.
1850 (until_break_command): Update.
1851 * thread-fsm.c: Remove.
1852 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
1853
18542019-02-07 Tom Tromey <tom@tromey.com>
1855
1856 * yy-remap.h: Add include guard.
1857 * xtensa-tdep.h: Add include guard.
1858 * xcoffread.h: Rename include guard.
1859 * varobj-iter.h: Add include guard.
1860 * tui/tui.h: Rename include guard.
1861 * tui/tui-winsource.h: Rename include guard.
1862 * tui/tui-wingeneral.h: Rename include guard.
1863 * tui/tui-windata.h: Rename include guard.
1864 * tui/tui-win.h: Rename include guard.
1865 * tui/tui-stack.h: Rename include guard.
1866 * tui/tui-source.h: Rename include guard.
1867 * tui/tui-regs.h: Rename include guard.
1868 * tui/tui-out.h: Rename include guard.
1869 * tui/tui-layout.h: Rename include guard.
1870 * tui/tui-io.h: Rename include guard.
1871 * tui/tui-hooks.h: Rename include guard.
1872 * tui/tui-file.h: Rename include guard.
1873 * tui/tui-disasm.h: Rename include guard.
1874 * tui/tui-data.h: Rename include guard.
1875 * tui/tui-command.h: Rename include guard.
1876 * tic6x-tdep.h: Add include guard.
1877 * target/waitstatus.h: Rename include guard.
1878 * target/wait.h: Rename include guard.
1879 * target/target.h: Rename include guard.
1880 * target/resume.h: Rename include guard.
1881 * target-float.h: Rename include guard.
1882 * stabsread.h: Add include guard.
1883 * rs6000-tdep.h: Add include guard.
1884 * riscv-fbsd-tdep.h: Add include guard.
1885 * regformats/regdef.h: Rename include guard.
1886 * record.h: Rename include guard.
1887 * python/python.h: Rename include guard.
1888 * python/python-internal.h: Rename include guard.
1889 * python/py-stopevent.h: Rename include guard.
1890 * python/py-ref.h: Rename include guard.
1891 * python/py-record.h: Rename include guard.
1892 * python/py-record-full.h: Rename include guard.
1893 * python/py-record-btrace.h: Rename include guard.
1894 * python/py-instruction.h: Rename include guard.
1895 * python/py-events.h: Rename include guard.
1896 * python/py-event.h: Rename include guard.
1897 * procfs.h: Add include guard.
1898 * proc-utils.h: Add include guard.
1899 * p-lang.h: Add include guard.
1900 * or1k-tdep.h: Rename include guard.
1901 * observable.h: Rename include guard.
1902 * nto-tdep.h: Rename include guard.
1903 * nat/x86-linux.h: Rename include guard.
1904 * nat/x86-linux-dregs.h: Rename include guard.
1905 * nat/x86-gcc-cpuid.h: Add include guard.
1906 * nat/x86-dregs.h: Rename include guard.
1907 * nat/x86-cpuid.h: Rename include guard.
1908 * nat/ppc-linux.h: Rename include guard.
1909 * nat/mips-linux-watch.h: Rename include guard.
1910 * nat/linux-waitpid.h: Rename include guard.
1911 * nat/linux-ptrace.h: Rename include guard.
1912 * nat/linux-procfs.h: Rename include guard.
1913 * nat/linux-osdata.h: Rename include guard.
1914 * nat/linux-nat.h: Rename include guard.
1915 * nat/linux-namespaces.h: Rename include guard.
1916 * nat/linux-btrace.h: Rename include guard.
1917 * nat/glibc_thread_db.h: Rename include guard.
1918 * nat/gdb_thread_db.h: Rename include guard.
1919 * nat/gdb_ptrace.h: Rename include guard.
1920 * nat/fork-inferior.h: Rename include guard.
1921 * nat/amd64-linux-siginfo.h: Rename include guard.
1922 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
1923 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
1924 * nat/aarch64-linux.h: Rename include guard.
1925 * nat/aarch64-linux-hw-point.h: Rename include guard.
1926 * mn10300-tdep.h: Add include guard.
1927 * mips-linux-tdep.h: Add include guard.
1928 * mi/mi-parse.h: Rename include guard.
1929 * mi/mi-out.h: Rename include guard.
1930 * mi/mi-main.h: Rename include guard.
1931 * mi/mi-interp.h: Rename include guard.
1932 * mi/mi-getopt.h: Rename include guard.
1933 * mi/mi-console.h: Rename include guard.
1934 * mi/mi-common.h: Rename include guard.
1935 * mi/mi-cmds.h: Rename include guard.
1936 * mi/mi-cmd-break.h: Rename include guard.
1937 * m2-lang.h: Add include guard.
1938 * location.h: Rename include guard.
1939 * linux-record.h: Rename include guard.
1940 * linux-nat.h: Add include guard.
1941 * linux-fork.h: Add include guard.
1942 * i386-darwin-tdep.h: Rename include guard.
1943 * hppa-linux-offsets.h: Add include guard.
1944 * guile/guile.h: Rename include guard.
1945 * guile/guile-internal.h: Rename include guard.
1946 * gnu-nat.h: Rename include guard.
1947 * gdb-stabs.h: Rename include guard.
1948 * frv-tdep.h: Add include guard.
1949 * f-lang.h: Add include guard.
1950 * event-loop.h: Add include guard.
1951 * darwin-nat.h: Rename include guard.
1952 * cp-abi.h: Rename include guard.
1953 * config/sparc/nm-sol2.h: Rename include guard.
1954 * config/nm-nto.h: Rename include guard.
1955 * config/nm-linux.h: Add include guard.
1956 * config/i386/nm-i386gnu.h: Rename include guard.
1957 * config/djgpp/nl_types.h: Rename include guard.
1958 * config/djgpp/langinfo.h: Rename include guard.
1959 * compile/gcc-cp-plugin.h: Add include guard.
1960 * compile/gcc-c-plugin.h: Add include guard.
1961 * compile/compile.h: Rename include guard.
1962 * compile/compile-object-run.h: Rename include guard.
1963 * compile/compile-object-load.h: Rename include guard.
1964 * compile/compile-internal.h: Rename include guard.
1965 * compile/compile-cplus.h: Rename include guard.
1966 * compile/compile-c.h: Rename include guard.
1967 * common/xml-utils.h: Rename include guard.
1968 * common/x86-xstate.h: Rename include guard.
1969 * common/version.h: Rename include guard.
1970 * common/vec.h: Rename include guard.
1971 * common/tdesc.h: Rename include guard.
1972 * common/selftest.h: Rename include guard.
1973 * common/scoped_restore.h: Rename include guard.
1974 * common/scoped_mmap.h: Rename include guard.
1975 * common/scoped_fd.h: Rename include guard.
1976 * common/safe-iterator.h: Rename include guard.
1977 * common/run-time-clock.h: Rename include guard.
1978 * common/refcounted-object.h: Rename include guard.
1979 * common/queue.h: Rename include guard.
1980 * common/ptid.h: Rename include guard.
1981 * common/print-utils.h: Rename include guard.
1982 * common/preprocessor.h: Rename include guard.
1983 * common/pathstuff.h: Rename include guard.
1984 * common/observable.h: Rename include guard.
1985 * common/netstuff.h: Rename include guard.
1986 * common/job-control.h: Rename include guard.
1987 * common/host-defs.h: Rename include guard.
1988 * common/gdb_wait.h: Rename include guard.
1989 * common/gdb_vecs.h: Rename include guard.
1990 * common/gdb_unlinker.h: Rename include guard.
1991 * common/gdb_unique_ptr.h: Rename include guard.
1992 * common/gdb_tilde_expand.h: Rename include guard.
1993 * common/gdb_sys_time.h: Rename include guard.
1994 * common/gdb_string_view.h: Rename include guard.
1995 * common/gdb_splay_tree.h: Rename include guard.
1996 * common/gdb_setjmp.h: Rename include guard.
1997 * common/gdb_ref_ptr.h: Rename include guard.
1998 * common/gdb_optional.h: Rename include guard.
1999 * common/gdb_locale.h: Rename include guard.
2000 * common/gdb_assert.h: Rename include guard.
2001 * common/filtered-iterator.h: Rename include guard.
2002 * common/filestuff.h: Rename include guard.
2003 * common/fileio.h: Rename include guard.
2004 * common/environ.h: Rename include guard.
2005 * common/common-utils.h: Rename include guard.
2006 * common/common-types.h: Rename include guard.
2007 * common/common-regcache.h: Rename include guard.
2008 * common/common-inferior.h: Rename include guard.
2009 * common/common-gdbthread.h: Rename include guard.
2010 * common/common-exceptions.h: Rename include guard.
2011 * common/common-defs.h: Rename include guard.
2012 * common/common-debug.h: Rename include guard.
2013 * common/cleanups.h: Rename include guard.
2014 * common/buffer.h: Rename include guard.
2015 * common/btrace-common.h: Rename include guard.
2016 * common/break-common.h: Rename include guard.
2017 * cli/cli-utils.h: Rename include guard.
2018 * cli/cli-style.h: Rename include guard.
2019 * cli/cli-setshow.h: Rename include guard.
2020 * cli/cli-script.h: Rename include guard.
2021 * cli/cli-interp.h: Rename include guard.
2022 * cli/cli-decode.h: Rename include guard.
2023 * cli/cli-cmds.h: Rename include guard.
2024 * charset-list.h: Add include guard.
2025 * buildsym-legacy.h: Rename include guard.
2026 * bfin-tdep.h: Add include guard.
2027 * ax.h: Rename include guard.
2028 * arm-linux-tdep.h: Add include guard.
2029 * arm-fbsd-tdep.h: Add include guard.
2030 * arch/xtensa.h: Rename include guard.
2031 * arch/tic6x.h: Add include guard.
2032 * arch/i386.h: Add include guard.
2033 * arch/arm.h: Rename include guard.
2034 * arch/arm-linux.h: Rename include guard.
2035 * arch/arm-get-next-pcs.h: Rename include guard.
2036 * arch/amd64.h: Add include guard.
2037 * arch/aarch64-insn.h: Rename include guard.
2038 * arch-utils.h: Rename include guard.
2039 * annotate.h: Add include guard.
2040 * amd64-darwin-tdep.h: Rename include guard.
2041 * aarch64-linux-tdep.h: Add include guard.
2042 * aarch64-fbsd-tdep.h: Add include guard.
2043 * aarch32-linux-nat.h: Add include guard.
2044
20452019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2046
2047 * macrotab.c (macro_define_internal): New function that
2048 factorizes macro_define_object_internal and macro_define_function
2049 code.
2050 (macro_define_object_internal): Use macro_define_internal.
2051 (macro_define_function): Likewise.
2052
20532019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2054
2055 * macrocmd.c (extract_identifier): Return
2056 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
2057 callers.
2058
20592019-02-06 John Baldwin <jhb@FreeBSD.org>
2060
2061 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
2062
20632019-02-05 Tom Tromey <tom@tromey.com>
2064
2065 * target.c (target_stack::unpush): Move assertion earlier.
2066
20672019-01-30 Tom Tromey <tom@tromey.com>
2068
2069 PR python/23615:
2070 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
2071 (gdbpy_parse_and_eval): Likewise.
2072 * python/python-internal.h (gdbpy_allow_threads): New class.
2073
20742019-01-28 John Baldwin <jhb@FreeBSD.org>
2075
2076 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
2077 (aarch64_fbsd_fpregmap): Move earlier.
2078 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
2079 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
2080 instead of individual calls to trad_frame_set_reg_addr.
2081 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
2082 earlier.
2083 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
2084 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
2085 instead of individual calls to trad_frame_set_reg_addr.
2086
20872019-01-28 Alan Hayward <alan.hayward@arm.com>
2088
2089 * CONTRIBUTE: Replace contribution list with wiki link.
2090
20912019-01-25 Tom Tromey <tom@tromey.com>
2092
2093 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
2094
20952019-01-25 Tom Tromey <tom@tromey.com>
2096
2097 * xtensa-linux-nat.c: Fix common/ includes.
2098 * xml-support.h: Fix common/ includes.
2099 * xml-support.c: Fix common/ includes.
2100 * x86-linux-nat.c: Fix common/ includes.
2101 * windows-nat.c: Fix common/ includes.
2102 * varobj.h: Fix common/ includes.
2103 * varobj.c: Fix common/ includes.
2104 * value.c: Fix common/ includes.
2105 * valops.c: Fix common/ includes.
2106 * utils.c: Fix common/ includes.
2107 * unittests/xml-utils-selftests.c: Fix common/ includes.
2108 * unittests/utils-selftests.c: Fix common/ includes.
2109 * unittests/unpack-selftests.c: Fix common/ includes.
2110 * unittests/tracepoint-selftests.c: Fix common/ includes.
2111 * unittests/style-selftests.c: Fix common/ includes.
2112 * unittests/string_view-selftests.c: Fix common/ includes.
2113 * unittests/scoped_restore-selftests.c: Fix common/ includes.
2114 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
2115 * unittests/scoped_fd-selftests.c: Fix common/ includes.
2116 * unittests/rsp-low-selftests.c: Fix common/ includes.
2117 * unittests/parse-connection-spec-selftests.c: Fix common/
2118 includes.
2119 * unittests/optional-selftests.c: Fix common/ includes.
2120 * unittests/offset-type-selftests.c: Fix common/ includes.
2121 * unittests/observable-selftests.c: Fix common/ includes.
2122 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
2123 * unittests/memrange-selftests.c: Fix common/ includes.
2124 * unittests/memory-map-selftests.c: Fix common/ includes.
2125 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
2126 * unittests/function-view-selftests.c: Fix common/ includes.
2127 * unittests/environ-selftests.c: Fix common/ includes.
2128 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
2129 * unittests/common-utils-selftests.c: Fix common/ includes.
2130 * unittests/cli-utils-selftests.c: Fix common/ includes.
2131 * unittests/array-view-selftests.c: Fix common/ includes.
2132 * ui-file.c: Fix common/ includes.
2133 * tui/tui-io.c: Fix common/ includes.
2134 * tracepoint.h: Fix common/ includes.
2135 * tracepoint.c: Fix common/ includes.
2136 * tracefile-tfile.c: Fix common/ includes.
2137 * top.h: Fix common/ includes.
2138 * top.c: Fix common/ includes.
2139 * thread.c: Fix common/ includes.
2140 * target/waitstatus.h: Fix common/ includes.
2141 * target/waitstatus.c: Fix common/ includes.
2142 * target.h: Fix common/ includes.
2143 * target.c: Fix common/ includes.
2144 * target-memory.c: Fix common/ includes.
2145 * target-descriptions.c: Fix common/ includes.
2146 * symtab.h: Fix common/ includes.
2147 * symfile.c: Fix common/ includes.
2148 * stap-probe.c: Fix common/ includes.
2149 * spu-linux-nat.c: Fix common/ includes.
2150 * sparc-nat.c: Fix common/ includes.
2151 * source.c: Fix common/ includes.
2152 * solib.c: Fix common/ includes.
2153 * solib-target.c: Fix common/ includes.
2154 * ser-unix.c: Fix common/ includes.
2155 * ser-tcp.c: Fix common/ includes.
2156 * ser-pipe.c: Fix common/ includes.
2157 * ser-base.c: Fix common/ includes.
2158 * selftest-arch.c: Fix common/ includes.
2159 * s12z-tdep.c: Fix common/ includes.
2160 * rust-exp.y: Fix common/ includes.
2161 * rs6000-aix-tdep.c: Fix common/ includes.
2162 * riscv-tdep.c: Fix common/ includes.
2163 * remote.c: Fix common/ includes.
2164 * remote-notif.h: Fix common/ includes.
2165 * remote-fileio.h: Fix common/ includes.
2166 * remote-fileio.c: Fix common/ includes.
2167 * regcache.h: Fix common/ includes.
2168 * regcache.c: Fix common/ includes.
2169 * record-btrace.c: Fix common/ includes.
2170 * python/python.c: Fix common/ includes.
2171 * python/py-type.c: Fix common/ includes.
2172 * python/py-inferior.c: Fix common/ includes.
2173 * progspace.h: Fix common/ includes.
2174 * producer.c: Fix common/ includes.
2175 * procfs.c: Fix common/ includes.
2176 * proc-api.c: Fix common/ includes.
2177 * printcmd.c: Fix common/ includes.
2178 * ppc-linux-nat.c: Fix common/ includes.
2179 * parser-defs.h: Fix common/ includes.
2180 * osdata.c: Fix common/ includes.
2181 * obsd-nat.c: Fix common/ includes.
2182 * nat/x86-linux.c: Fix common/ includes.
2183 * nat/x86-linux-dregs.c: Fix common/ includes.
2184 * nat/x86-dregs.h: Fix common/ includes.
2185 * nat/x86-dregs.c: Fix common/ includes.
2186 * nat/ppc-linux.c: Fix common/ includes.
2187 * nat/mips-linux-watch.h: Fix common/ includes.
2188 * nat/mips-linux-watch.c: Fix common/ includes.
2189 * nat/linux-waitpid.c: Fix common/ includes.
2190 * nat/linux-ptrace.h: Fix common/ includes.
2191 * nat/linux-ptrace.c: Fix common/ includes.
2192 * nat/linux-procfs.c: Fix common/ includes.
2193 * nat/linux-personality.c: Fix common/ includes.
2194 * nat/linux-osdata.c: Fix common/ includes.
2195 * nat/linux-namespaces.c: Fix common/ includes.
2196 * nat/linux-btrace.h: Fix common/ includes.
2197 * nat/linux-btrace.c: Fix common/ includes.
2198 * nat/fork-inferior.c: Fix common/ includes.
2199 * nat/amd64-linux-siginfo.c: Fix common/ includes.
2200 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
2201 * nat/aarch64-linux.c: Fix common/ includes.
2202 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
2203 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
2204 * namespace.h: Fix common/ includes.
2205 * mips-linux-tdep.c: Fix common/ includes.
2206 * minsyms.c: Fix common/ includes.
2207 * mi/mi-parse.h: Fix common/ includes.
2208 * mi/mi-main.c: Fix common/ includes.
2209 * mi/mi-cmd-env.c: Fix common/ includes.
2210 * memrange.h: Fix common/ includes.
2211 * memattr.c: Fix common/ includes.
2212 * maint.h: Fix common/ includes.
2213 * maint.c: Fix common/ includes.
2214 * main.c: Fix common/ includes.
2215 * machoread.c: Fix common/ includes.
2216 * location.c: Fix common/ includes.
2217 * linux-thread-db.c: Fix common/ includes.
2218 * linux-nat.c: Fix common/ includes.
2219 * linux-fork.c: Fix common/ includes.
2220 * inline-frame.c: Fix common/ includes.
2221 * infrun.c: Fix common/ includes.
2222 * inflow.c: Fix common/ includes.
2223 * inferior.h: Fix common/ includes.
2224 * inferior.c: Fix common/ includes.
2225 * infcmd.c: Fix common/ includes.
2226 * inf-ptrace.c: Fix common/ includes.
2227 * inf-child.c: Fix common/ includes.
2228 * ia64-linux-nat.c: Fix common/ includes.
2229 * i387-tdep.c: Fix common/ includes.
2230 * i386-tdep.c: Fix common/ includes.
2231 * i386-linux-tdep.c: Fix common/ includes.
2232 * i386-linux-nat.c: Fix common/ includes.
2233 * i386-go32-tdep.c: Fix common/ includes.
2234 * i386-fbsd-tdep.c: Fix common/ includes.
2235 * i386-fbsd-nat.c: Fix common/ includes.
2236 * guile/scm-type.c: Fix common/ includes.
2237 * guile/guile.c: Fix common/ includes.
2238 * go32-nat.c: Fix common/ includes.
2239 * gnu-nat.c: Fix common/ includes.
2240 * gdbthread.h: Fix common/ includes.
2241 * gdbarch-selftests.c: Fix common/ includes.
2242 * gdb_usleep.c: Fix common/ includes.
2243 * gdb_select.h: Fix common/ includes.
2244 * gdb_bfd.c: Fix common/ includes.
2245 * gcore.c: Fix common/ includes.
2246 * fork-child.c: Fix common/ includes.
2247 * findvar.c: Fix common/ includes.
2248 * fbsd-nat.c: Fix common/ includes.
2249 * event-top.c: Fix common/ includes.
2250 * event-loop.c: Fix common/ includes.
2251 * dwarf2read.c: Fix common/ includes.
2252 * dwarf2loc.c: Fix common/ includes.
2253 * dwarf2-frame.c: Fix common/ includes.
2254 * dwarf-index-cache.c: Fix common/ includes.
2255 * dtrace-probe.c: Fix common/ includes.
2256 * disasm-selftests.c: Fix common/ includes.
2257 * defs.h: Fix common/ includes.
2258 * csky-tdep.c: Fix common/ includes.
2259 * cp-valprint.c: Fix common/ includes.
2260 * cp-support.h: Fix common/ includes.
2261 * cp-support.c: Fix common/ includes.
2262 * corelow.c: Fix common/ includes.
2263 * completer.h: Fix common/ includes.
2264 * completer.c: Fix common/ includes.
2265 * compile/compile.c: Fix common/ includes.
2266 * compile/compile-loc2c.c: Fix common/ includes.
2267 * compile/compile-cplus-types.c: Fix common/ includes.
2268 * compile/compile-cplus-symbols.c: Fix common/ includes.
2269 * command.h: Fix common/ includes.
2270 * cli/cli-dump.c: Fix common/ includes.
2271 * cli/cli-cmds.c: Fix common/ includes.
2272 * charset.c: Fix common/ includes.
2273 * build-id.c: Fix common/ includes.
2274 * btrace.h: Fix common/ includes.
2275 * btrace.c: Fix common/ includes.
2276 * breakpoint.h: Fix common/ includes.
2277 * breakpoint.c: Fix common/ includes.
2278 * ax.h:
2279 (enum agent_op): Fix common/ includes.
2280 * ax-general.c (struct aop_map): Fix common/ includes.
2281 * ax-gdb.c: Fix common/ includes.
2282 * auxv.c: Fix common/ includes.
2283 * auto-load.c: Fix common/ includes.
2284 * arm-tdep.c: Fix common/ includes.
2285 * arch/riscv.c: Fix common/ includes.
2286 * arch/ppc-linux-common.c: Fix common/ includes.
2287 * arch/i386.c: Fix common/ includes.
2288 * arch/arm.c: Fix common/ includes.
2289 * arch/arm-linux.c: Fix common/ includes.
2290 * arch/arm-get-next-pcs.c: Fix common/ includes.
2291 * arch/amd64.c: Fix common/ includes.
2292 * arch/aarch64.c: Fix common/ includes.
2293 * arch/aarch64-insn.c: Fix common/ includes.
2294 * arch-utils.c: Fix common/ includes.
2295 * amd64-windows-tdep.c: Fix common/ includes.
2296 * amd64-tdep.c: Fix common/ includes.
2297 * amd64-sol2-tdep.c: Fix common/ includes.
2298 * amd64-obsd-tdep.c: Fix common/ includes.
2299 * amd64-nbsd-tdep.c: Fix common/ includes.
2300 * amd64-linux-tdep.c: Fix common/ includes.
2301 * amd64-linux-nat.c: Fix common/ includes.
2302 * amd64-fbsd-tdep.c: Fix common/ includes.
2303 * amd64-fbsd-nat.c: Fix common/ includes.
2304 * amd64-dicos-tdep.c: Fix common/ includes.
2305 * amd64-darwin-tdep.c: Fix common/ includes.
2306 * agent.c: Fix common/ includes.
2307 * ada-lang.h: Fix common/ includes.
2308 * ada-lang.c: Fix common/ includes.
2309 * aarch64-tdep.c: Fix common/ includes.
2310
23112019-01-25 Tom Tromey <tom@tromey.com>
2312
2313 * common/create-version.sh: Use common/version.h.
2314
23152019-01-24 Pedro Alves <palves@redhat.com>
2316
2317 * infrun.c (signal_stop, signal_print, signal_program)
2318 (signal_catch, signal_pass): Now arrays instead of pointers.
2319 (update_signals_program_target, do_target_resume)
2320 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
2321 * linux-nat.c (linux_nat_target::pass_signals)
2322 (linux_nat_target::create_inferior, linux_nat_target::attach):
2323 Adjust.
2324 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
2325 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
2326 * procfs.c (procfs_target::pass_signals): Adjust.
2327 * record-full.c (record_full_target::resume): Adjust.
2328 * remote.c (remote_target::pass_signals)
2329 (remote_target::program_signals): Adjust.
2330 * target-debug.h (target_debug_print_signals): Now takes a
2331 gdb::array_view as parameter. Adjust.
2332 * target.h (target_ops) <pass_signals, program_signals>: Replace
2333 pointer and length parameters with gdb::array_view.
2334 (target_pass_signals, target_program_signals): Likewise.
2335 * target-delegates.c: Regenerate.
2336
23372019-01-24 Pedro Alves <palves@redhat.com>
2338
2339 * common/forward-scope-exit.h
2340 (forward_scope_exit::forward_scope_exit): Pass arguments to
2341 m_bind_function directly, instead of creating a std::bind and
2342 copying that.
2343
23442019-01-24 Alan Hayward <alan.hayward@arm.com>
2345
2346 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
2347 for static members.
2348 (pass_in_v_vfp_candidate): Likewise.
2349
23502019-01-23 Tom Tromey <tom@tromey.com>
2351 Pedro Alves <palves@redhat.com>
2352
2353 * regcache.c (class regcache_invalidator): Remove.
2354 (regcache::raw_write): Use make_scope_exit.
2355
23562019-01-23 Tom Tromey <tom@tromey.com>
2357
2358 * ui-out.h (class ui_out_emit_type): Update comment.
2359
23602019-01-23 Tom Tromey <tom@tromey.com>
2361
2362 * infrun.c (fetch_inferior_event): Update comment.
2363
23642019-01-23 Tom Tromey <tom@tromey.com>
2365 Pedro Alves <palves@redhat.com>
2366
2367 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
2368 parameter.
2369 (fetch_inferior_event): Use SCOPE_EXIT.
2370
2371
23722019-01-23 Tom Tromey <tom@tromey.com>
2373 Pedro Alves <palves@redhat.com>
2374
2375 * infrun.c (disable_thread_events): Delete.
2376 (stop_all_threads): Use SCOPE_EXIT.
2377
23782019-01-23 Tom Tromey <tom@tromey.com>
2379 Pedro Alves <palves@redhat.com>
2380
2381 * symfile.c: Include forward-scope-exit.h.
2382 (clear_symtab_users_cleanup): Replace forward declaration with
2383 a FORWARD_SCOPE_EXIT.
2384 (syms_from_objfile_1): Use the forward_scope_exit and
2385 gdb::optional instead of cleanup_function.
2386 (reread_symbols): Use the forward_scope_exit instead of
2387 cleanup_function.
2388 (clear_symtab_users_cleanup): Remove function.
2389
23902019-01-23 Tom Tromey <tom@tromey.com>
2391 Pedro Alves <palves@redhat.com>
2392
2393 * linux-nat.c: Include scope-exit.h.
2394 (cleanup_target_stop): Remove.
2395 (linux_nat_target::static_tracepoint_markers_by_strid): Use
2396 SCOPE_EXIT.
2397
23982019-01-23 Tom Tromey <tom@tromey.com>
2399 Pedro Alves <palves@redhat.com>
2400
2401 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
2402 (call_function_by_hand_dummy): Use SCOPE_EXIT.
2403
24042019-01-23 Tom Tromey <tom@tromey.com>
2405 Andrew Burgess <andrew.burgess@embecosm.com>
2406 Pedro Alves <palves@redhat.com>
2407
2408 * infrun.c (fetch_inferior_event): Use scope_exit.
2409 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
2410 * top.c (execute_command): Use scope_exit.
2411 * breakpoint.c (bpstat_do_actions): Use scope_exit.
2412 * utils.c (do_bpstat_clear_actions_cleanup)
2413 (make_bpstat_clear_actions_cleanup): Remove.
2414
24152019-01-23 Tom Tromey <tom@tromey.com>
2416 Pedro Alves <palves@redhat.com>
2417
2418 * infrun.c: Include "common/scope-exit.h"
2419 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
2420 (wait_for_inferior): Use SCOPE_EXIT.
2421 (fetch_inferior_event): Use scope_exit.
2422
24232019-01-23 Tom Tromey <tom@tromey.com>
2424 Pedro Alves <palves@redhat.com>
2425
2426 * breakpoint.c (create_breakpoint): Remove cleanup.
2427
24282019-01-23 Tom Tromey <tom@tromey.com>
2429 Andrew Burgess <andrew.burgess@embecosm.com>
2430 Pedro Alves <palves@redhat.com>
2431
24322019-01-23 Pedro Alves <palves@redhat.com>
2433
2434 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
2435
24362019-01-23 Pedro Alves <palves@redhat.com>
2437 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdbthread.h: Include "common/forward-scope-exit.h".
2440 (scoped_finish_thread_state): Redefine custom class in terms of
2441 forward_scope_exit.
2442
24432019-01-23 Pedro Alves <palves@redhat.com>
2444 Andrew Burgess <andrew.burgess@embecosm.com>
2445
2446 * common/forward-scope-exit.h: New file.
2447
24482019-01-23 Pedro Alves <palves@redhat.com>
2449 Andrew Burgess <andrew.burgess@embecosm.com>
2450 Tom Tromey <tom@tromey.com>
2451
2452 * common/scope-exit.h: New file.
2453
24542019-01-23 Pedro Alves <palves@redhat.com>
2455
2456 * common/preprocessor.h (ESC): Rename to ...
2457 (ESC_PARENS): ... this.
2458 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
2459 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
2460
24612019-01-23 Tom Tromey <tom@tromey.com>
2462
2463 * language.h (class scoped_switch_to_sym_language_if_auto):
2464 Initialize m_lang in both cases.
2465
24662019-01-23 Alan Hayward <alan.hayward@arm.com>
2467
2468 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
2469 with XCNEW.
2470
24712019-01-22 Tom Tromey <tom@tromey.com>
2472
2473 * corelow.c: Do not include sys/file.h.
2474
24752019-01-22 Tom Tromey <tom@tromey.com>
2476
2477 * tui/tui-wingeneral.h: Include gdb_curses.h.
2478
24792019-01-22 Tom Tromey <tom@tromey.com>
2480
2481 * source-cache.h (class source_cache) <get_source_lines,
2482 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
2483
24842019-01-22 Tom Tromey <tom@tromey.com>
2485
2486 * remote-fileio.h (struct remote_target): Declare.
2487
24882019-01-22 Tom Tromey <tom@tromey.com>
2489
2490 * python/py-arch.c: Do not include py-ref.h.
2491 * python/py-bpevent.c: Do not include py-ref.h.
2492 * python/py-cmd.c: Do not include py-ref.h.
2493 * python/py-continueevent.c: Do not include py-ref.h.
2494 * python/py-event.h: Do not include py-ref.h.
2495 * python/py-evtregistry.c: Do not include py-ref.h.
2496 * python/py-finishbreakpoint.c: Do not include py-ref.h.
2497 * python/py-frame.c: Do not include py-ref.h.
2498 * python/py-framefilter.c: Do not include py-ref.h.
2499 * python/py-function.c: Do not include py-ref.h.
2500 * python/py-infevents.c: Do not include py-ref.h.
2501 * python/py-linetable.c: Do not include py-ref.h.
2502 * python/py-objfile.c: Do not include py-ref.h.
2503 * python/py-param.c: Do not include py-ref.h.
2504 * python/py-prettyprint.c: Do not include py-ref.h.
2505 * python/py-progspace.c: Do not include py-ref.h.
2506 * python/py-symbol.c: Do not include py-ref.h.
2507 * python/py-symtab.c: Do not include py-ref.h.
2508 * python/py-type.c: Do not include py-ref.h.
2509 * python/py-unwind.c: Do not include py-ref.h.
2510 * python/py-utils.c: Do not include py-ref.h.
2511 * python/py-value.c: Do not include py-ref.h.
2512 * python/py-varobj.c: Do not include py-ref.h.
2513 * python/py-xmethods.c: Do not include py-ref.h.
2514 * python/python.c: Do not include py-ref.h.
2515 * varobj.c: Do not include py-ref.h.
2516
25172019-01-22 Tom Tromey <tom@tromey.com>
2518
2519 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
2520 keyword for bcache.
2521
25222019-01-22 Tom Tromey <tom@tromey.com>
2523
2524 * compile/compile-cplus-types.c: Remove a comment by #include.
2525
25262019-01-22 Tom Tromey <tom@tromey.com>
2527
2528 * compile/gcc-c-plugin.h: Include compile-internal.h.
2529
25302019-01-22 Tom Tromey <tom@tromey.com>
2531
2532 * stabsread.c (EXTERN): Do not define.
2533 (symnum, next_symbol_text_func, processing_gcc_compilation)
2534 (within_function, global_sym_chain, global_stabs)
2535 (previous_stab_code, this_object_header_files)
2536 (n_this_object_header_files)
2537 (n_allocated_this_object_header_files): Define.
2538 * stabsread.h (EXTERN): Never define. Use "extern".
2539
25402019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2541
2542 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
2543 history_value.
2544
25452019-01-21 Tom Tromey <tom@tromey.com>
2546
2547 * ui-out.c: Fix includes.
2548 * tui/tui-source.c: Fix includes.
2549 * target.c: Fix includes.
2550 * remote.c: Fix includes.
2551 * regcache.c: Fix includes.
2552 * python/py-block.c: Fix includes.
2553 * printcmd.c: Fix includes.
2554 * or1k-tdep.c: Fix includes.
2555 * mi/mi-main.c: Fix includes.
2556 * m32r-tdep.c: Fix includes.
2557 * csky-tdep.c: Fix includes.
2558 * compile/compile-cplus-types.c: Fix includes.
2559 * cli/cli-interp.c: Fix includes.
2560
25612019-01-21 Alan Hayward <alan.hayward@arm.com>
2562
2563 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
2564 for padding.
2565
25662019-01-16 Tom Tromey <tom@tromey.com>
2567
2568 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
2569 earlier.
2570 (struct objfile) <msymbols_range>: Move from top level.
2571 <msymbols>: New method.
2572 (class objfile_msymbols): Remove.
2573 * symtab.c (default_collect_symbol_completion_matches_break_on):
2574 Update.
2575 * symmisc.c (dump_msymbols): Update.
2576 * stabsread.c (scan_file_globals): Update.
2577 * objc-lang.c (info_selectors_command, info_classes_command)
2578 (find_methods): Update.
2579 * minsyms.c (find_solib_trampoline_target): Update.
2580 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
2581 * coffread.c (coff_symfile_read): Update.
2582 * ada-lang.c (ada_lookup_simple_minsym)
2583 (ada_collect_symbol_completion_matches): Update.
2584
25852019-01-16 Tom Tromey <tom@tromey.com>
2586
2587 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
2588 type. Remove no-argument constructor.
2589 <iterator::operator++>: Simplify.
2590 <begin>: Update.
2591 <end>: Use minimal_symbol_count.
2592
25932019-01-16 Tom Tromey <tom@tromey.com>
2594
2595 * objfiles.h (struct objfile) <psymtabs>: New method.
2596 (class objfile_psymtabs): Remove.
2597 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
2598 typedef.
2599 <range>: New method.
2600 (require_partial_symbols): Change return type.
2601 * psymtab.c (require_partial_symbols)
2602 (psym_expand_symtabs_matching): Update.
2603 * mdebugread.c (parse_partial_symbols): Update.
2604 * dbxread.c (dbx_end_psymtab): Update.
2605
26062019-01-15 Tom Tromey <tom@tromey.com>
2607
2608 * symtab.c (lookup_objfile_from_block)
2609 (lookup_symbol_in_objfile_symtabs)
2610 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
2611 (find_line_symtab, info_sources_command)
2612 (default_collect_symbol_completion_matches_break_on)
2613 (make_source_files_completion_list): Update.
2614 * symmisc.c (print_objfile_statistics, dump_objfile)
2615 (maintenance_print_symbols, maintenance_info_symtabs)
2616 (maintenance_check_symtabs, maintenance_info_line_tables):
2617 Update.
2618 * source.c (select_source_symtab)
2619 (forget_cached_source_info_for_objfile): Update.
2620 * objfiles.h (class objfile_compunits): Remove.
2621 (struct objfile) <compunits_range>: New typedef.
2622 (compunits): New method.
2623 * objfiles.c (objfile_relocate1): Update.
2624 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
2625 * maint.c (count_symtabs_and_blocks): Update.
2626 * linespec.c (iterate_over_all_matching_symtabs): Update.
2627 * cp-support.c (add_symbol_overload_list_qualified): Update.
2628 * coffread.c (coff_symtab_read): Update.
2629 * ada-lang.c (add_nonlocal_symbols)
2630 (ada_collect_symbol_completion_matches)
2631 (ada_add_global_exceptions): Update.
2632
26332019-01-15 Tom Tromey <tom@tromey.com>
2634
2635 * progspace.h (program_space) <objfiles_safe_range>: New
2636 typedef.
2637 <objfiles_safe>: New method.
2638 * objfiles.h (class all_objfiles_safe): Remove.
2639 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
2640 * jit.c (jit_inferior_exit_hook): Update.
2641
26422019-01-17 Tom Tromey <tom@tromey.com>
2643
2644 * progspace.h (program_space) <objfiles_range>: New typedef.
2645 <objfiles>: New method.
2646 <objfiles_head>: Rename from objfiles.
2647 (object_files): Update.
2648 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
2649 * guile/scm-pretty-print.c
2650 (ppscm_find_pretty_printer_from_objfiles): Update.
2651 * guile/scm-objfile.c (gdbscm_objfiles): Update.
2652 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
2653 Update.
2654 * python/py-progspace.c (pspy_get_objfiles): Update.
2655 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
2656 Update.
2657 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
2658 (objfpy_lookup_objfile_by_build_id): Update.
2659 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
2660 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
2661 Update.
2662 * symtab.c (iterate_over_symtabs, matching_obj_sections)
2663 (expand_symtab_containing_pc, lookup_objfile_from_block)
2664 (lookup_static_symbol, basic_lookup_transparent_type)
2665 (find_pc_sect_compunit_symtab, find_symbol_at_address)
2666 (find_line_symtab, info_sources_command)
2667 (default_collect_symbol_completion_matches_break_on)
2668 (make_source_files_completion_list, find_main_name): Update.
2669 * symmisc.c (print_symbol_bcache_statistics)
2670 (print_objfile_statistics, maintenance_print_symbols)
2671 (maintenance_print_msymbols, maintenance_print_objfiles)
2672 (maintenance_info_symtabs, maintenance_check_symtabs)
2673 (maintenance_expand_symtabs, maintenance_info_line_tables):
2674 Update.
2675 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
2676 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
2677 (map_overlay_command, unmap_overlay_command)
2678 (simple_overlay_update, expand_symtabs_matching)
2679 (map_symbol_filenames): Update.
2680 * symfile-debug.c (set_debug_symfile): Update.
2681 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
2682 Update.
2683 * source.c (select_source_symtab, forget_cached_source_info):
2684 Update.
2685 * solib.c (solib_read_symbols): Update.
2686 * solib-spu.c (append_ocl_sos): Update.
2687 * psymtab.c (maintenance_print_psymbols)
2688 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
2689 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
2690 * printcmd.c (info_symbol_command): Update.
2691 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
2692 Update.
2693 * objfiles.h (class all_objfiles): Remove.
2694 * objfiles.c (have_partial_symbols, have_full_symbols)
2695 (have_minimal_symbols, qsort_cmp, update_section_map)
2696 (shared_objfile_contains_address_p)
2697 (default_iterate_over_objfiles_in_search_order): Update.
2698 * objc-lang.c (info_selectors_command, info_classes_command)
2699 (find_methods): Update.
2700 * minsyms.c (find_solib_trampoline_target): Update.
2701 * maint.c (maintenance_info_sections)
2702 (maintenance_translate_address, count_symtabs_and_blocks):
2703 Update.
2704 * main.c (captured_main_1): Update.
2705 * linux-thread-db.c (try_thread_db_load_from_pdir)
2706 (has_libpthread): Update.
2707 * linespec.c (iterate_over_all_matching_symtabs)
2708 (search_minsyms_for_name): Update.
2709 * jit.c (jit_find_objf_with_entry_addr): Update.
2710 * hppa-tdep.c (find_unwind_entry)
2711 (hppa_lookup_stub_minimal_symbol): Update.
2712 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
2713 Update.
2714 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
2715 (elf_gnu_ifunc_resolve_by_got): Update.
2716 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
2717 * dwarf-index-write.c (save_gdb_index_command): Update.
2718 * cp-support.c (add_symbol_overload_list_qualified): Update.
2719 * breakpoint.c (create_overlay_event_breakpoint)
2720 (create_longjmp_master_breakpoint)
2721 (create_std_terminate_master_breakpoint)
2722 (create_exception_master_breakpoint): Update.
2723 * blockframe.c (find_pc_partial_function): Update.
2724 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
2725 (ada_collect_symbol_completion_matches)
2726 (ada_add_global_exceptions): Update.
2727
27282019-01-17 Tom Tromey <tom@tromey.com>
2729
2730 * solib-target.c (lm_info_target_p): Remove typedef. Don't
2731 declare VEC.
2732 (solib_target_parse_libraries): Change return type.
2733 (library_list_start_segment, library_list_start_section)
2734 (library_list_end_library, library_list_start_library); Update.
2735 (solib_target_free_library_list): Remove.
2736 (solib_target_parse_libraries): Remove cleanup. Change return
2737 type.
2738 (solib_target_current_sos): Update.
2739
27402019-01-17 Tom Tromey <tromey@bapiya>
2741
2742 * valprint.c: Replace "the the" with "the".
2743 * symtab.c: Replace "the the" with "the".
2744 * solib.c: Replace "the the" with "the".
2745 * solib-dsbt.c: Replace "the the" with "the".
2746 * linespec.c: Replace "the the" with "the".
2747 * dwarf2loc.h: Replace "the the" with "the".
2748 * amd64-windows-tdep.c: Replace "the the" with "the".
2749 * aarch64-tdep.c: Replace "the the" with "the".
2750
27512019-01-16 Keith Seitz <keiths@redhat.com>
2752
2753 PR gdb/23773
2754 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
2755 <builder>: Rename to ..
2756 <m_builder>: ... this and make private.
2757 (dwarf2_cu::get_builder): New method. Change all users of
2758 `builder' to use this method.
2759 (dwarf2_start_symtab): Move to ...
2760 (dwarf2_cu::start_symtab): ... here. Update all callers
2761 (setup_type_unit_groups): Move to ...
2762 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
2763 callers.
2764 (dwarf2_cu::reset_builder): New method.
2765 (process_full_compunit, process_full_type_unit): Use
2766 dwarf2_cu::reset_builder.
2767 (follow_die_offset): Record the ancestor CU if it is different
2768 from the followed DIE's CU.
2769 (follow_die_sig_1): Likewise.
2770
27712019-01-15 Tom Tromey <tom@tromey.com>
2772
2773 * remote.c (class remote_state) <buf>: Now a char_vector.
2774 <buf_size>: Remove.
2775 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
2776 parameter.
2777 (remote_target::getpkt_or_notif_sane_1)
2778 (remote_target::getpkt_sane)
2779 (remote_target::getpkt_or_notif_sane): Likewise.
2780 (class remote_target) <putpkt>: New overload.
2781 (remote_target::read_frame): Change type of "buf_p". Remove
2782 sizeof_p parameter.
2783 (packet_ok): New overload.
2784 (packet_check_result): New overload.
2785 Update all uses.
2786
27872019-01-14 Tom Tromey <tom@tromey.com>
2788
2789 * remote-notif.c (handle_notification, remote_notif_ack)
2790 (remote_notif_parse): Make "buf" const.
2791 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
2792 const.
2793 (remote_notif_parse, remote_notif_ack, handle_notification):
2794 Likewise.
2795 * remote.c (remote_notif_stop_parse): Make "buf" const.
2796 (remote_target::remote_parse_stop_reply): Make "buf" const.
2797 (remote_notif_stop_ack): Make "buf" const.
2798
27992019-01-14 Tom Tromey <tom@tromey.com>
2800
2801 * remote.c (remote_console_output): Make parameter const.
2802
28032019-01-14 Tom Tromey <tom@tromey.com>
2804
2805 * target-debug.h (target_debug_print_signals): Constify.
2806 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
2807 * procfs.c (procfs_target::pass_signals): Update.
2808 * linux-nat.c (linux_nat_target::pass_signals): Update.
2809 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
2810 * target-delegates.c: Rebuild.
2811 * remote.c (remote_target::program_signals): Update.
2812 (remote_target::pass_signals): Update.
2813 * target.c (target_pass_signals): Constify argument.
2814 (target_program_signals): Likewise.
2815 * target.h (struct target_ops) <pass_signals, program_signals>:
2816 Constify argument.
2817 (target_pass_signals, target_program_signals): Constify argument.
2818
28192019-01-14 Tom Tromey <tom@tromey.com>
2820
2821 PR tui/28819:
2822 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
2823
28242019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2825
2826 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
2827 field.
2828 * rs6000-tdep.c: Include reggroups.h.
2829 (IS_V_ALIAS_PSEUDOREG): Define.
2830 (rs6000_register_name): Return names for the "vX" aliases.
2831 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
2832 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
2833 aliases. Call default_register_reggroup_p for all other
2834 pseudo-registers.
2835 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
2836 New functions.
2837 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
2838 Handle "vX" aliases.
2839 (v_alias_pseudo_register_collect): New function.
2840 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
2841 (rs6000_gdbarch_init): Initialize "vX" aliases as
2842 pseudo-registers. Restore registration of
2843 rs6000_pseudo_register_reggroup_p with
2844 set_tdesc_pseudo_register_reggroup_p.
2845
28462019-01-13 Max Filippov <jcmvbkbc@gmail.com>
2847
2848 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
2849 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
2850 set_gdbarch_num_pseudo_regs.
2851
28522019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2853
2854 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
2855 Remove arg prefixname, add do_set and do_show.
2856 Add member functions set_list and show_list.
2857 * cli/cli-style.c (class cli_style_option): Update accordingly.
2858 (style_set_list): Move to file scope.
2859 (style_show_list): Likewise.
2860 (set_style): Call help_list.
2861 (show_style): Call cmd_show_list.
2862 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
2863 Update to use the new macro.
2864
28652019-10-12 Joel Brobecker <brobecker@adacore.com>
2866
2867 * ada-lang.c (_initialize_ada_language): Expand the help text
2868 for the "catch exception" command.
2869
28702019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2871
2872 * symtab.c (matching_obj_sections): Initialize obj,
2873 declare it closer to its usage.
2874
28752019-01-10 Tom Tromey <tom@tromey.com>
2876
2877 * thread-iter.h (inf_threads_iterator): Use next_iterator.
2878 (basic_inf_threads_range): Remove.
2879 (inf_threads_range, inf_non_exited_threads_range)
2880 (safe_inf_threads_range): Use next_adapter.
2881
28822019-01-10 Keith Seitz <keiths@redhat.com>
2883
2884 PR gdb/23712
2885 PR symtab/23010
2886 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
2887 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
2888
28892019-01-10 Keith Seitz <keiths@redhat.com>
2890
2891 PR gdb/23712
2892 PR symtab/23010
2893 * dictionary.c (pending_to_vector): Remove.
2894 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
2895 Remove _1 suffix, replacing functions of the same name. Update
2896 all callers.
2897 (dict_create_hashed, dict_create_hashed_expandable)
2898 (dict_create_linear, dict_create_linear_expandable, dict_free)
2899 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
2900 Make functions static.
2901
29022019-01-10 Keith Seitz <keiths@redhat.com>
2903
2904 PR gdb/23712
2905 PR symtab/23010
2906 * dictionary.h (struct dictionary): Replace declaration with
2907 multidictionary.
2908 (dict_create_hashed, dict_create_hashed_expandable)
2909 (dict_create_linear, dict_create_linear_expandable)
2910 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
2911 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
2912 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
2913 taking multidictionary argument.
2914 [ALL_DICT_SYMBOLS]: Update for multidictionary.
2915 * block.h (struct block) <dict>: Change to multidictionary
2916 and rename `multidict'.
2917 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
2918 symmisc.c: Update all dictionary references to multidictionary.
2919
29202019-01-10 Keith Seitz <keiths@redhat.com>
2921
2922 PR gdb/23712
2923 PR symtab/23010
2924 * dictionary.c: Include unordered_map.
2925 (pending_to_vector): New function.
2926 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
2927 Rewrite the non-"_1" functions to take vector instead
2928 of linked list.
2929 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
2930 "new" _1 versions of the same name.
2931 (multidictionary): Define.
2932 (std::hash<enum language): New definition.
2933 (collate_pending_symbols_by_language, mdict_create_hashed)
2934 (mdict_create_hashed_expandable, mdict_create_linear)
2935 (mdict_create_linear_expandable, mdict_free)
2936 (find_language_dictionary, create_new_language_dictionary)
2937 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
2938 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
2939 (mdict_size, mdict_empty): New functions.
2940 * dictionary.h (mdict_iterator): Define.
2941
29422019-01-10 Pedro Alves <palves@redhat.com>
2943
2944 * breakpoint.c (read_uploaded_action)
2945 (create_tracepoint_from_upload): Adjust to use
2946 gdb::unique_xmalloc_ptr.
2947 * ctf.c (ctf_write_uploaded_tp):
2948 (SET_ARRAY_FIELD): Use emplace_back.
2949 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
2950 * tracefile-tfile.c (tfile_write_uploaded_tp):
2951 * tracepoint.c (parse_tracepoint_definition): Adjust to use
2952 gdb::unique_xmalloc_ptr.
2953 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
2954 at_string, cond_string, cmd_strings>: Replace char pointers
2955 with gdb::unique_xmalloc_ptr.
2956
29572019-01-10 Pedro Alves <palves@redhat.com>
2958
2959 * solib-target.c (library_list_start_library): Don't xstrdup name.
2960
29612019-01-10 Pedro Alves <palves@redhat.com>
2962
2963 * mdebugread.c (parse_partial_symbols): Use
2964 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
2965
29662019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * linux-fork.c (scoped_switch_fork_info)
2969 <~scoped_switch_fork_info>: Fix incorrect variable name.
2970
29712019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * linux-fork.c (scoped_switch_fork_info)
2974 <scoped_switch_fork_info>: Make explicit.
2975 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
2976
29772019-01-10 Tom Tromey <tom@tromey.com>
2978
2979 * objfiles.h (objfile::reset_psymtabs): Update.
2980 * objfiles.c (objfile::objfile): Update.
2981 * psymtab.h (psymtab_storage::obstack): Update.
2982 (psymtab_storage::m_obstack): Use gdb::optional.
2983 (class psymtab_storage): Update comment. Remove objfile
2984 parameter.
2985 * psymtab.c (psymtab_storage::psymtab_storage): Update.
2986
29872019-01-10 Tom Tromey <tom@tromey.com>
2988
2989 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
2990 <free_psymtabs>: Now private.
2991 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
2992 (allocate_psymtab): Use new method.
2993
29942019-01-10 Tom Tromey <tom@tromey.com>
2995
2996 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
2997 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
2998 * mdebugread.c (parse_partial_symbols): Use
2999 allocate_dependencies.
3000 * dwarf2read.c (dwarf2_create_include_psymtab): Use
3001 allocate_dependencies.
3002 (process_psymtab_comp_unit_reader)
3003 (build_type_psymtab_dependencies): Likewise.
3004 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
3005
30062019-01-10 Tom Tromey <tom@tromey.com>
3007
3008 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
3009 PSYMBOL_SET_LANGUAGE.
3010 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
3011
30122019-01-10 Tom Tromey <tom@tromey.com>
3013
3014 * psymtab.h (psymtab_storage::obstack): New method.
3015 <m_obstack>: Rename from obstack; now private.
3016 * psymtab.c (psymtab_storage): Update.
3017 * dwarf2read.c (create_addrmap_from_index)
3018 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
3019 Update.
3020
30212019-01-10 Tom Tromey <tom@tromey.com>
3022
3023 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
3024 * objfiles.h (objfile::reset_psymtabs): New method.
3025
30262019-01-10 Tom Tromey <tom@tromey.com>
3027
3028 * symmisc.c (print_symbol_bcache_statistics): Update.
3029 (print_objfile_statistics): Update.
3030 * symfile.c (reread_symbols): Update.
3031 * psymtab.h (class psymtab_storage): New.
3032 * psymtab.c (psymtab_storage): New constructor.
3033 (~psymtab_storage): New destructor.
3034 (require_partial_symbols): Update.
3035 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
3036 (find_pc_sect_psymtab, find_pc_sect_psymbol)
3037 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
3038 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
3039 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
3040 (start_psymtab_common, end_psymtab_common)
3041 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
3042 (allocate_psymtab): Update.
3043 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
3044 Update.
3045 (dump_psymtab_addrmap, maintenance_print_psymbols)
3046 (maintenance_check_psymtabs): Update.
3047 (class objfile_psymtabs): Move to objfiles.h.
3048 * psympriv.h (discard_psymtab): Now inline.
3049 (psymtab_discarder::psymtab_discarder): Update.
3050 (psymtab_discarder::~psymtab_discarder): Update.
3051 (ALL_OBJFILE_PSYMTABS): Rewrite.
3052 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
3053 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
3054 Remove fields.
3055 <partial_symtabs>: New field.
3056 (class objfile_psymtabs): Move from psymtab.h. Update.
3057 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
3058 psymbol_cache.
3059 (objfile::~objfile): Don't destroy psymbol_cache.
3060 * mdebugread.c (parse_partial_symbols): Update.
3061 * dwarf2read.c (create_addrmap_from_index)
3062 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
3063 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
3064 (add_partial_subprogram, dwarf2_ranges_read): Update.
3065 * dwarf-index-write.c (write_address_map)
3066 (write_one_signatured_type, recursively_write_psymbols)
3067 (class debug_names, class debug_names, write_psymtabs_to_index):
3068 Update.
3069
30702019-01-10 Tom Tromey <tom@tromey.com>
3071
3072 * symtab.h (SYMBOL_SET_NAMES): Update.
3073 (symbol_set_names): Update.
3074 (MSYMBOL_SET_NAMES): Update.
3075 * symtab.c (symbol_set_names): Change argument to be an
3076 objfile_per_bfd_storage.
3077 * psymtab.c (add_psymbol_to_bcache): Update.
3078 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
3079
30802019-01-10 Tom Tromey <tom@tromey.com>
3081
3082 * symtab.c (create_demangled_names_hash): Change argument to be an
3083 objfile_per_bfd_storage.
3084 (symbol_set_names): Update.
3085
30862019-01-10 Tom Tromey <tom@tromey.com>
3087
3088 * xcoffread.c (xcoff_initial_scan): Unconditionally call
3089 init_psymbol_list.
3090 * psymtab.c (init_psymbol_list): Do nothing if already called.
3091 * psympriv.h (init_psymbol_list): Add comment.
3092 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
3093 init_psymbol_list.
3094 * dbxread.c (dbx_symfile_read): Unconditionally call
3095 init_psymbol_list.
3096
30972019-01-10 Tom Tromey <tom@tromey.com>
3098
3099 * xcoffread.c (scan_xcoff_symtab): Update.
3100 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
3101 "where".
3102 * mdebugread.c (parse_partial_symbols)
3103 (handle_psymbol_enumerators): Update.
3104 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
3105 * dbxread.c (read_dbx_symtab): Update.
3106 * psympriv.h (psymbol_placement): New enum.
3107 (add_psymbol_to_list): Update.
3108
31092019-01-10 Tom Tromey <tom@tromey.com>
3110
3111 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
3112 static_psymbols parameters.
3113 (scan_xcoff_symtab): Update.
3114 * psymtab.c (start_psymtab_common): Remove global_psymbols and
3115 static_psymbols parameters.
3116 * psympriv.h (start_psymtab_common): Update.
3117 * mdebugread.c (parse_partial_symbols): Update.
3118 * dwarf2read.c (create_partial_symtab): Update.
3119 * dbxread.c (read_dbx_symtab): Update.
3120 (start_psymtab): Remove global_psymbols and static_psymbols
3121 parameters.
3122
31232019-01-10 Tom Tromey <tom@tromey.com>
3124
3125 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
3126 * psymtab.c (allocate_psymtab): Add comment.
3127 * psympriv.h (allocate_psymtab): Add comment.
3128 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
3129 initializations.
3130 * dbxread.c (dbx_end_psymtab): Remove some initializations.
3131
31322019-01-10 Tom Tromey <tom@tromey.com>
3133
3134 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
3135 Don't declare.
3136 * mipsread.c: Include mdebugread.h.
3137 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
3138 Declare.
3139 * elfread.c: Include mdebugread.h.
3140
31412019-01-09 Tom Tromey <tom@tromey.com>
3142
3143 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
3144 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
3145 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
3146 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
3147 (psym_lookup_symbol, psym_find_last_source_symtab)
3148 (psym_forget_cached_source_info, psym_print_stats)
3149 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
3150 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
3151 (psym_map_matching_symbols, psym_expand_symtabs_matching)
3152 (psym_find_compunit_symtab_by_address)
3153 (maintenance_print_psymbols, maintenance_info_psymtabs)
3154 (maintenance_check_psymtabs): Use ranged for.
3155 * psymtab.h (class objfile_psymtabs): New.
3156 (require_partial_symbols): Return objfile_psymtabs.
3157 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
3158
31592019-01-09 Tom Tromey <tom@tromey.com>
3160
3161 * symfile.c (overlay_invalidate_all, find_pc_overlay)
3162 (find_pc_mapped_section, list_overlays_command)
3163 (map_overlay_command, unmap_overlay_command)
3164 (simple_overlay_update): Use all_objfiles.
3165 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
3166 * printcmd.c (info_symbol_command): Use all_objfiles.
3167 * objfiles.h (ALL_OBJSECTIONS): Remove.
3168 * maint.c (maintenance_translate_address): Use all_objfiles.
3169 * gcore.c (gcore_create_callback): Use all_objfiles.
3170 (objfile_find_memory_regions): Likewise.
3171
31722019-01-09 Tom Tromey <tom@tromey.com>
3173
3174 * symtab.c (find_line_symtab, info_sources_command)
3175 (make_source_files_completion_list): Use objfile_compunits.
3176 * source.c (select_source_symtab): Use objfile_compunits.
3177 * objfiles.h (struct objfile): Update comment.
3178 (ALL_OBJFILES): Remove.
3179 (ALL_FILETABS): Remove.
3180 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
3181 objfile_compunits.
3182
31832019-01-09 Tom Tromey <tom@tromey.com>
3184
3185 * symmisc.c (print_objfile_statistics, dump_objfile)
3186 (maintenance_print_symbols): Use compunit_filetabs.
3187 * source.c (forget_cached_source_info_for_objfile): Use
3188 compunit_filetabs.
3189 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
3190 (ALL_FILETABS): Use compunit_filetabs.
3191 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
3192 * coffread.c (coff_symtab_read): Use compunit_filetabs.
3193
31942019-01-09 Tom Tromey <tom@tromey.com>
3195
3196 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
3197 (compunit_filetabs): New.
3198 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
3199 compunit_filetabs.
3200 (info_sources_command, make_source_files_completion_list): Remove
3201 declaration.
3202 * symmisc.c (print_objfile_statistics, dump_objfile)
3203 (maintenance_print_symbols): Remove declaration.
3204 (maintenance_info_symtabs): Use compunit_filetabs.
3205 (maintenance_info_line_tables): Likewise.
3206 * source.c (select_source_symtab): Change local variable name.
3207 (forget_cached_source_info_for_objfile): Remove declaration.
3208 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
3209 * objfiles.c (objfile_relocate1): Remove declaration.
3210 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
3211 declaration.
3212 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
3213 * coffread.c (coff_symtab_read): Remove declaration.
3214 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3215 compunit_filetabs.
3216
32172019-01-09 Tom Tromey <tom@tromey.com>
3218
3219 * symtab.c (lookup_objfile_from_block)
3220 (find_pc_sect_compunit_symtab, search_symbols)
3221 (default_collect_symbol_completion_matches_break_on): Use
3222 objfile_compunits.
3223 * objfiles.h (ALL_COMPUNITS): Remove.
3224 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
3225 * cp-support.c (add_symbol_overload_list_qualified): Use
3226 objfile_compunits.
3227 * ada-lang.c (ada_collect_symbol_completion_matches)
3228 (ada_add_global_exceptions): Use objfile_compunits.
3229
32302019-01-09 Tom Tromey <tom@tromey.com>
3231
3232 * source.c (select_source_symtab)
3233 (forget_cached_source_info_for_objfile): Remove declaration.
3234 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
3235 declaration.
3236 * maint.c (count_symtabs_and_blocks): Remove declaration.
3237 * cp-support.c (add_symbol_overload_list_qualified): Remove
3238 declaration.
3239 * coffread.c (coff_symtab_read): Remove declaration.
3240 * symtab.c (lookup_symbol_in_objfile_symtabs)
3241 (basic_lookup_transparent_type_1): Use objfile_compunits.
3242 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
3243 (info_sources_command, search_symbols)
3244 (default_collect_symbol_completion_matches_break_on)
3245 (make_source_files_completion_list): Remove declaration.
3246 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
3247 (ada_collect_symbol_completion_matches)
3248 (ada_add_global_exceptions): Remove declaration.
3249 * linespec.c (iterate_over_all_matching_symtabs): Use
3250 objfile_compunits.
3251 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
3252 (class objfile_compunits): New.
3253 (ALL_COMPUNITS): Use objfile_compunits.
3254 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
3255 (maintenance_check_symtabs, maintenance_info_line_tables): Use
3256 objfile_compunits.
3257 * objfiles.c (objfile_relocate1): Use objfile_compunits.
3258
32592019-01-09 Tom Tromey <tom@tromey.com>
3260
3261 * symtab.c (search_symbols)
3262 (default_collect_symbol_completion_matches_break_on): Use
3263 objfile_msymbols.
3264 * ada-lang.c (ada_lookup_simple_minsym)
3265 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
3266 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
3267 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
3268 objfile_msymbols.
3269 * coffread.c (coff_symfile_read): Use objfile_msymbols.
3270 * symmisc.c (dump_msymbols): Use objfile_msymbols.
3271 * objc-lang.c (find_methods): Use objfile_msymbols.
3272 (info_selectors_command, info_classes_command): Likewise.
3273 * stabsread.c (scan_file_globals): Use objfile_msymbols.
3274 * objfiles.h (class objfile_msymbols): New.
3275 (ALL_OBJFILE_MSYMBOLS): Remove.
3276 (ALL_MSYMBOLS): Remove.
3277
32782019-01-09 Tom Tromey <tom@tromey.com>
3279
3280 * common/next-iterator.h (next_adapter): Add Iterator template
3281 parameter.
3282 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
3283 (class all_objfiles_safe): New.
3284 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
3285 * objfiles.c (put_objfile_before): Update comment.
3286 (add_separate_debug_objfile): Likewise.
3287 (free_all_objfiles): Use all_objfiles_safe.
3288 (objfile_purge_solibs): Likewise.
3289
32902019-01-09 Tom Tromey <tom@tromey.com>
3291
3292 * symtab.c (iterate_over_symtabs, matching_obj_sections)
3293 (expand_symtab_containing_pc, lookup_static_symbol)
3294 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
3295 (find_symbol_at_address, find_line_symtab, find_main_name): Use
3296 all_objfiles.
3297 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
3298 * breakpoint.c (create_overlay_event_breakpoint)
3299 (create_longjmp_master_breakpoint)
3300 (create_std_terminate_master_breakpoint)
3301 (create_exception_master_breakpoint): Use all_objfiles.
3302 * linux-thread-db.c (try_thread_db_load_from_pdir)
3303 (has_libpthread): Use all_objfiles.
3304 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
3305 * linespec.c (iterate_over_all_matching_symtabs)
3306 (search_minsyms_for_name): Use all_objfiles.
3307 * maint.c (maintenance_info_sections): Use all_objfiles.
3308 * main.c (captured_main_1): Use all_objfiles.
3309 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
3310 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
3311 * guile/scm-pretty-print.c
3312 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
3313 * solib-spu.c (append_ocl_sos): Use all_objfiles.
3314 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
3315 (maintenance_print_msymbols): Use all_objfiles.
3316 * source.c (select_source_symtab): Use all_objfiles.
3317 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
3318 * symfile.c (remove_symbol_file_command)
3319 (expand_symtabs_matching, map_symbol_filenames): Use
3320 all_objfiles.
3321 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
3322 all_objfiles.
3323 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
3324 * objc-lang.c (find_methods): Use all_objfiles.
3325 * objfiles.c (have_partial_symbols, have_full_symbols)
3326 (have_minimal_symbols, qsort_cmp)
3327 (default_iterate_over_objfiles_in_search_order): Use
3328 all_objfiles.
3329 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
3330 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
3331 (maintenance_check_psymtabs): Use all_objfiles.
3332 (ALL_PSYMTABS): Remove.
3333 * compile/compile-object-run.c (do_module_cleanup): Use
3334 all_objfiles.
3335 * blockframe.c (find_pc_partial_function): Use all_objfiles.
3336 * cp-support.c (add_symbol_overload_list_qualified): Use
3337 all_objfiles.
3338 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
3339 Use all_objfiles.
3340 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
3341 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
3342 all_objfiles.
3343 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
3344 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
3345 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3346 Uses all_objfiles.
3347 * solib.c (solib_read_symbols): Use all_objfiles
3348
33492019-01-09 Tom Tromey <tom@tromey.com>
3350
3351 * probe.c (parse_probes_in_pspace): Use all_objfiles.
3352 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
3353 all_objfiles.
3354 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
3355 * symmisc.c (print_symbol_bcache_statistics)
3356 (print_objfile_statistics, maintenance_print_objfiles)
3357 (maintenance_info_symtabs, maintenance_check_symtabs)
3358 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
3359 all_objfiles.
3360 * source.c (forget_cached_source_info): Use all_objfiles.
3361 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
3362 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
3363 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
3364 * objfiles.c (update_section_map): Use all_objfiles.
3365 (shared_objfile_contains_address_p): Likewise.
3366 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
3367 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
3368
33692019-01-09 Tom Tromey <tom@tromey.com>
3370
3371 * common/next-iterator.h: New file.
3372 * objfiles.h (class all_objfiles): New.
3373 (struct objfile_iterator): New.
3374
33752019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3376
3377 * NEWS: Move the description of the changed "frame", "select-frame",
3378 and "info frame" commands to the Changed commands section.
3379
33802019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3381
3382 * gdbtypes.c (check_stub_method_group): Remove handling of old
3383 mangling schemes.
3384 * linespec.c (find_methods): Likewise.
3385 * stabsread.c (read_member_functions): Likewise.
3386 * valops.c (search_struct_method): Likewise.
3387 (value_struct_elt_for_reference): Likewise.
3388 * NEWS: Mention this change.
3389
33902019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
3393 print_source_lines.
3394 * source.c (print_source_lines_base): Update line number check.
3395 (print_source_lines): New function.
3396 (source_lines_range::source_lines_range): New function.
3397 * source.h (class source_lines_range): New class.
3398 (print_source_lines): New declaration.
3399
34002019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3401
3402 * linespec.c (linespec_state_destructor): Free self->canonical_names.
3403
34042019-01-08 Tom Tromey <tom@tromey.com>
3405 Simon Marchi <simon.marchi@ericsson.com>
3406
3407 PR gdb/24060
3408 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
3409 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
3410 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
3411 * f-exp.y (DOLLAR_VARIABLE): Likewise.
3412 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
3413 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
3414
34152019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
3416
3417 * source.c (select_source_symtab): Move header comment to
3418 declaration in source.h.
3419 (forget_cached_source_info_for_objfile): Likewise.
3420 (forget_cached_source_info): Likewise.
3421 (identify_source_line): Likewise.
3422 * source.h (identify_source_line): Move declaration from symtab.h
3423 and add comment from source.c
3424 (print_source_lines): Likewise.
3425 (forget_cached_source_info_for_objfile): Likewise.
3426 (forget_cached_source_info): Likewise.
3427 (select_source_symtab): Likewise.
3428 (enum print_source_lines_flag): Move definition from symtab.h.
3429 * symtab.h (identify_source_line): Move declaration to source.h.
3430 (print_source_lines): Likewise.
3431 (forget_cached_source_info_for_objfile): Likewise.
3432 (forget_cached_source_info): Likewise.
3433 (select_source_symtab): Likewise.
3434 (enum print_source_lines_flag): Move definition to source.h.
3435 * tui/tui-hooks.c: Add 'source.h' include.
3436
34372019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
3438
3439 * source.c (print_source_lines_base): Handle requests to print
3440 reverse line number sequences, and guard against empty lines
3441 string.
3442
34432019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * source.c (print_source_lines_base): Fix skip of '\r' if next
3446 character is '\n'.
3447
34482019-01-06 Tom Tromey <tom@tromey.com>
3449
3450 * c-exp.y (struct c_parse_state) <macro_original_text,
3451 expansion_obstack>: New member.
3452 (macro_original_text, expansion_obstack): Remove globals.
3453 (scan_macro_expansion, scanning_macro_expansion)
3454 (finished_macro_expansion): Update.
3455 (scan_macro_cleanup): Remove.
3456 (yylex, c_parse): Update.
3457
34582019-01-06 Tom Tromey <tom@tromey.com>
3459
3460 * c-exp.y (struct c_parse_state) <strings>: New member.
3461 (operator_stoken): Update.
3462
34632019-01-06 Tom Tromey <tom@tromey.com>
3464
3465 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
3466 (union type_stack_elt) <typelist_val>: Now a pointer to
3467 std::vector.
3468 (type_stack_cleanup): Don't declare.
3469 (push_typelist): Update.
3470 * parse.c (pop_typelist): Return a std::vector.
3471 (push_typelist): Take a std::vector.
3472 (follow_types): Update. Do not free args.
3473 (type_stack_cleanup): Remove.
3474 * c-exp.y (struct c_parse_state): New.
3475 (cpstate): New global.
3476 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
3477 (nonempty_typelist): Update.
3478 (func_mod): Create a new vector.
3479 (c_parse): Create a c_parse_state.
3480 (check_parameter_typelist): Do not delete params.
3481 (function_method): Update. Do not delete type_list.
3482
34832019-01-06 Tom Tromey <tom@tromey.com>
3484
3485 PR gdb/28155:
3486 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
3487 check_typedef.
3488 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
3489 (print_return_value): Likewise.
3490
34912019-01-05 Tom Tromey <tom@tromey.com>
3492
3493 * contrib/cleanup_check.py: Remove.
3494 * contrib/gcc-with-excheck: Remove.
3495 * contrib/exsummary.py: Remove.
3496 * contrib/excheck.py: Remove.
3497
34982019-01-05 Joel Brobecker <brobecker@adacore.com>
3499
3500 * thread.c (delete_thread_1): Add gdb_assert that THR is not
3501 NULL. Initialize tpprev to NULL instead of assigning it
3502 to NULL on the next statement.
3503 * windows-nat.c (windows_delete_thread): Remove check for
3504 main_thread_id before printing thread exit notifications.
3505 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
3506 Remove thread ID check against main_thread_id.
3507 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
3508 windows_delete_thread.
3509 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
3510
35112019-01-04 Tom Tromey <tom@tromey.com>
3512
3513 * compile/compile.c (_initialize_compile): Use upper case for
3514 metasyntactic variables.
3515 * symmisc.c (_initialize_symmisc): Use upper case for
3516 metasyntactic variables.
3517 * psymtab.c (_initialize_psymtab): Use upper case for
3518 metasyntactic variables.
3519 * demangle.c (demangle_command): Use upper case for metasyntactic
3520 variables.
3521 (_initialize_demangler): Likewise.
3522 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
3523 variables.
3524
35252019-01-03 Tom Tromey <tom@tromey.com>
3526
3527 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
3528
35292019-01-03 Tom Tromey <tom@tromey.com>
3530
3531 * python/py-symtab.c (salpy_str): Update.
3532 (struct salpy_sal_object) <symtab>: Now a PyObject.
3533 (salpy_dealloc): Update.
3534 (del_objfile_sal): Use gdbpy_ref.
3535
35362019-01-03 Tom Tromey <tom@tromey.com>
3537
3538 * python/py-type.c (convert_field): Use new_reference. Return
3539 gdbpy_ref.
3540 (make_fielditem): Return gdbpy_ref.
3541 (typy_fields): Update.
3542 (typy_getitem): Update.
3543 (field_name): Return gdbpy_ref. Use new_reference.
3544 (typy_iterator_iternext): Update.
3545
35462019-01-03 Tom Tromey <tom@tromey.com>
3547
3548 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
3549
35502019-01-03 Tom Tromey <tom@tromey.com>
3551
3552 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
3553 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
3554 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
3555 (pspy_set_frame_filters, pspy_set_frame_unwinders)
3556 (pspy_set_type_printers): Likewise.
3557 * python/py-function.c (fnpy_init): Use gdbpy_ref.
3558 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
3559 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
3560 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
3561 (objfpy_set_type_printers): Likewise.
3562
35632019-01-03 Tom Tromey <tom@tromey.com>
3564
3565 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
3566 (gdbpy_print_stack): Use gdbpy_err_fetch.
3567 * python/python-internal.h (class gdbpy_err_fetch): New class.
3568 (class gdbpy_enter) <m_error_type, m_error_value,
3569 m_error_traceback>: Remove.
3570 <m_error>: New member.
3571 (gdbpy_exception_to_string): Don't declare.
3572 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
3573 * python/py-value.c (convert_value_from_python): Use
3574 gdbpy_err_fetch.
3575 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
3576 gdbpy_exception_to_string.
3577 (gdbpy_handle_exception): Use gdbpy_err_fetch.
3578 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3579 gdbpy_err_fetch.
3580
35812019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * linux-nat.c (delete_lwp_cleanup): Delete.
3584 (struct lwp_deleter): New struct.
3585 (lwp_info_up): New typedef.
3586 (linux_nat_target::follow_fork): Delete cleanup, and make use of
3587 lwp_info_up.
3588
35892019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * linux-fork.c (class scoped_switch_fork_info): New class.
3592 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
3593
35942019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * valops.c (find_overload_match): Remove use of null_cleanup, and
3597 calls to do_cleanups.
3598
35992019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * compile/compile-cplus-types.c
3602 (compile_cplus_instance::decl_name): Handle changes to
3603 cp_func_name.
3604 * cp-support.c (cp_func_name): Update header comment, update
3605 return type.
3606 * cp-support.h (cp_func_name): Update return type in declaration.
3607 * valops.c (find_overload_match): Move temp_func local to top
3608 level of function and change its type. Use temp_func to hold and
3609 delete temporary string obtained from cp_func_name.
3610
36112019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
3612
3613 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
3614 gdb::char_vector, remove cleanup, and update uses of `msg`.
3615
36162019-01-03 Jim Wilson <jimw@sifive.com>
3617
3618 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
3619
36202019-01-02 Tom Tromey <tom@tromey.com>
3621
3622 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
3623 (tdesc_parse_xml): Remove cleanups.
3624 * target-descriptions.h (make_cleanup_free_target_description):
3625 Don't declare.
3626 (target_desc_deleter): New struct.
3627 (target_desc_up): New typedef.
3628 * target-descriptions.c (target_desc_deleter::operator()): Rename
3629 from free_target_description.
3630 (make_cleanup_free_target_description): Remove.
3631
36322019-01-02 Tom Tromey <tom@tromey.com>
3633
3634 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
3635 constructor, destructor.
3636 (linespec_parser): Remove typedef.
3637 (~linespec_parser): Rename from linespec_parser_delete.
3638 (linespec_lex_to_end, linespec_complete_label)
3639 (linespec_complete): Update.
3640 (decode_line_full): Remove cleanups.
3641 (decode_line_1): Update.
3642
36432019-01-02 Tom Tromey <tom@tromey.com>
3644
3645 * python/python-internal.h (inferior_to_inferior_object): Change
3646 return type.
3647 * python/py-exitedevent.c (create_exited_event_object): Update.
3648 * python/py-inferior.c (inferior_to_inferior_object): Return
3649 gdbpy_ref.
3650 (python_new_inferior, python_inferior_deleted)
3651 (thread_to_thread_object, delete_thread_object)
3652 (build_inferior_list, gdbpy_selected_inferior): Update.
3653 * python/py-infthread.c (create_thread_object): Update. Also fail
3654 if inferior_to_inferior_object fails.
3655
36562019-01-02 Simon Marchi <simon.marchi@ericsson.com>
3657
3658 * inferior.h (class inferior) <displaced_step_state>: New field.
3659 * infrun.h (struct displaced_step_state): Move here from
3660 infrun.c. Initialize fields, add constructor.
3661 <inf>: Remove field.
3662 <reset>: New method.
3663 * infrun.c (struct displaced_step_inferior_state): Move to
3664 infrun.h.
3665 (displaced_step_inferior_states): Remove.
3666 (get_displaced_stepping_state): Adust.
3667 (displaced_step_in_progress_any_inferior): Adjust.
3668 (displaced_step_in_progress_thread): Adjust.
3669 (displaced_step_in_progress): Adjust.
3670 (add_displaced_stepping_state): Remove.
3671 (get_displaced_step_closure_by_addr): Adjust.
3672 (remove_displaced_stepping_state): Remove.
3673 (infrun_inferior_exit): Call displaced_step_state.reset.
3674 (use_displaced_stepping): Don't check for NULL.
3675 (displaced_step_prepare_throw): Call
3676 get_displaced_stepping_state.
3677 (displaced_step_fixup): Don't check for NULL.
3678 (prepare_for_detach): Don't check for NULL.
3679
36802019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3681
3682 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
3683 in case of call that did not complete.
3684
36852019-01-02 Andrey Utkin <autkin@undo.io>
3686
3687 * symfile.c (find_separate_debug_file): Fix search of debug files for
3688 remote debuggee.
3689
36902019-01-02 Tom Tromey <tom@tromey.com>
3691
3692 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
3693 indentation.
3694 * python/py-frame.c (frapy_older): Remove cast.
3695 (frapy_newer): Likewise.
3696 * python/py-breakpoint.c (local_setattro): Remove cast.
3697 * python/py-arch.c (archpy_name): Remove local variable.
3698 * python/py-type.c (gdbpy_lookup_type): Remove cast.
3699
37002019-01-02 Joel Brobecker <brobecker@adacore.com>
3701
3702 * unittests/basic_string_view/element_access/char/empty.cc:
3703 Fix year range in copyright header.
3704
37052019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
3708 Delete.
3709 <operator==>: Update with for removed field.
3710 <hash>: Likewise.
3711 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
3712 <isa_features>: ...this.
3713 <abi_features>: New field.
3714 (riscv_isa_flen): Update comment.
3715 (riscv_abi_xlen): New declaration.
3716 (riscv_abi_flen): New declaration.
3717 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
3718 isa_features.
3719 (riscv_abi_xlen): New function.
3720 (riscv_isa_flen): Update to get answer from isa_features.
3721 (riscv_abi_flen): New function.
3722 (riscv_has_fp_abi): Update to get answer from abi_features.
3723 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
3724 xlen and flen.
3725 (riscv_call_info) <xlen, flen>: Update comment.
3726 (riscv_call_arg_struct): Remove invalid assertions
3727 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
3728 is removed.
3729 (riscv_gdbarch_init): Gather isa features and abi features
3730 separately, ensure both match on the gdbarch when reusing an old
3731 gdbarch. Relax an error check to allow 32-bit abi float to run on
3732 a target with 64-bit float hardware.
3733
37342019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3735
3736 * source.c (search_command_helper): Stop reverse search
3737 when line 1 has been searched.
3738
37392019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3740
3741 * record-full.c (record_full_base_target::close): Rewrite
3742 record_full_core_buf_list free logic.
3743
37442019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3745
3746 * break-catch-syscall.c (print_one_catch_syscall): xfree
3747 the last text.
3748
37492019-01-01 Joel Brobecker <brobecker@adacore.com>
3750
3751 * top.c (print_gdb_version): Update Copyright year in version
3752 message.
3753
37542019-01-01 Joel Brobecker <brobecker@adacore.com>
3755
3756 Update copyright year range in all GDB files.
3757
37582019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
3759
3760 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
3761
3762For older changes see ChangeLog-2018.
3763\f
3764Local Variables:
3765mode: change-log
3766left-margin: 8
3767fill-column: 74
3768version-control: never
3769coding: utf-8
3770End:
3771
This page took 0.048791 seconds and 4 git commands to generate.