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