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