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