Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4a4c04f1
BE
12019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * infcmd.c (prepare_one_step): Step over skipped inline functions.
4 * infrun.c (inline_frame_is_marked_for_skip): New helper function.
5 (process_event_stop_test): Keep stepping over skipped inline functions.
6
0394eed1
SM
72019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
8
9 * jit.c (struct gdb_block) <next>: Remove field.
10 (struct gdb_symtab) <~gdb_symtab>: Remove.
11 <blocks>: Change type to std::forward_list<gdb_block>.
12 (compare_block): Remove.
13 (jit_block_open_impl): Adjust to std::forward_list. Place the new
14 block at the beginning, don't mind about sorting.
15 (finalize_symtab): Adjust to std::forward_list, sort the blocks list
16 before using it.
17
b6112117
SM
182019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
19
20 * jit.c (struct gdb_block): Add constructor, initialize
21 real_block and next fields.
22 <name>: Change type to gdb::unique_xmalloc_ptr.
23 (struct gdb_symtab) <~gdb_symtab>: Free blocks with delete.
24 (jit_block_open_impl): Allocate gdb_block with new.
25 (finalize_symtab): Adjust to gdb::unique_xmalloc_ptr.
26
1b61f46d
SM
272019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
28
29 * jit.c: Include forward_list.
30 (struct gdb_symtab) <next>: Remove field.
31 (struct gdb_object) <symtabs>: Change type to
32 std::forward_list<gdb_symtab>.
33 (jit_object_open_impl): Allocate gdb_object with new.
34 (jit_symtab_open_impl): Adjust to std::forward_list.
35 (finalize_symtab): Don't delete symtab.
36 (jit_object_close_impl): Adjust to std::forward_list. Free
37 gdb_object with delete.
38
89867184
SM
392019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
40
41 * jit.c (struct gdb_symtab): Add constructor, destructor,
42 initialize fields.
43 <linetable>: Change type to unique_xmalloc_ptr.
44 <file_name>: Change type to std::string.
45 (jit_symtab_open_impl): Allocate gdb_symtab with new.
46 (jit_symtab_line_mapping_add_impl): Adjust.
47 (finalize_symtab): Adjust, call delete on stab.
48
d043f8c8
SM
492019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
50
51 * jit.c (finalize_symtab): Set gdb_block_iter_tmp in loop.
52
d9fa87f4
TT
532019-12-16 Tom Tromey <tromey@adacore.com>
54
55 * windows-nat.c (windows_nat_target::attach): Update.
56 * remote.c (extended_remote_target::attach): Update.
57 * procfs.c (procfs_target::attach): Update.
58 * nto-procfs.c (nto_procfs_target::attach): Update.
59 (nto_procfs_target::create_inferior): Update.
60 * inf-ptrace.c (inf_ptrace_target::attach): Update.
61 * gnu-nat.c (gnu_nat_target::attach): Update.
62 (gnu_nat_target::detach): Update.
63 * darwin-nat.c (darwin_nat_target::attach): Update.
64 * corefile.c (get_exec_file): Constify result. Remove extraneous
65 return.
66 * bsd-kvm.c (bsd_kvm_target_open): Update.
67 * gdbsupport/common-inferior.h (get_exec_file): Constify result.
68
c0c3707f
CB
692019-12-16 Christian Biesinger <cbiesinger@google.com>
70
71 * gdbsupport/common-defs.h: Remove workaround for a gnulib bug
72 (we no longer need to include time.h before pathmax.h)
73
d3ecddab
CB
742019-12-15 Christian Biesinger <cbiesinger@google.com>
75
76 * ada-exp.y (write_ambiguous_var): Update.
77 * coffread.c (process_coff_symbol): Update.
78 * ctfread.c (ctf_add_enum_member_cb): Update.
79 (new_symbol): Update.
80 * dwarf2read.c (fixup_go_packaging): Update.
81 (new_symbol): Update.
82 * language.c (language_alloc_type_symbol): Update.
83 * mdebugread.c (new_symbol): Update.
84 * minsyms.c (minimal_symbol_reader::record_full): Update.
85 * psymtab.c (add_psymbol_to_bcache): Update.
86 * stabsread.c (define_symbol): Update.
87 (read_enum_type): Update.
88 * symtab.c (symbol_set_language): Make this a member function...
89 (general_symbol_info::set_language): ... here.
90 * symtab.h (struct general_symbol_info) <set_language>: New function.
91 (SYMBOL_SET_LANGUAGE): Remove.
92 (symbol_set_language): Remove.
93
c1b5c1eb
CB
942019-12-15 Christian Biesinger <cbiesinger@google.com>
95
96 * ada-lang.c (ada_add_block_symbols): Update.
97 (ada_collect_symbol_completion_matches): Update.
98 * ax-gdb.c (gen_expr): Update.
99 * block.c (block_lookup_symbol): Update.
100 (block_lookup_symbol_primary): Update.
101 (block_find_symbol): Update.
102 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Update.
103 * dbxread.c (process_one_symbol): Update.
104 * dictionary.c (insert_symbol_hashed): Update.
105 (collate_pending_symbols_by_language): Update.
106 (mdict_add_symbol): Update.
107 * dwarf-index-write.c (write_psymbols): Update.
108 * dwarf2read.c (fixup_go_packaging): Update.
109 * findvar.c (read_var_value): Update.
110 * ft32-tdep.c (ft32_skip_prologue): Update.
111 * go-lang.c (go_symbol_package_name): Update.
112 * language.h (scoped_switch_to_sym_language_if_auto::
113 scoped_switch_to_sym_language_if_auto): Update.
114 * linespec.c (find_method): Update.
115 (find_label_symbols_in_block): Update.
116 * mdebugread.c (parse_symbol): Update.
117 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
118 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
119 (minimal_symbol_reader::install): Update.
120 * moxie-tdep.c (moxie_skip_prologue): Update.
121 * parse.c (parse_exp_in_context): Update.
122 * psymtab.c (psymbol_name_matches): Update.
123 (match_partial_symbol): Update.
124 (lookup_partial_symbol): Update.
125 (psymbol_hash): Update.
126 (psymbol_compare): Update.
127 * python/py-framefilter.c (extract_sym): Update.
128 (py_print_single_arg): Update.
129 * stabsread.c (define_symbol): Update.
130 * stack.c (print_frame_arg): Update.
131 (find_frame_funname): Update.
132 (info_frame_command_core): Update.
133 * symfile.c (set_initial_language): Update.
134 * symtab.c (symbol_set_demangled_name): Update.
135 (symbol_get_demangled_name): Update.
136 (symbol_set_language): Update.
137 (symbol_find_demangled_name): Update.
138 (symbol_set_names): Update.
139 (general_symbol_info::natural_name): Update.
140 (general_symbol_info::demangled_name): Update.
141 (general_symbol_info::search_name): Update.
142 (symbol_matches_search_name): Update.
143 (eq_symbol_entry): Update.
144 (iterate_over_symbols): Update.
145 (completion_list_add_symbol): Update.
146 (completion_list_add_msymbol): Update.
147 (completion_list_add_fields): Update.
148 * symtab.h (struct general_symbol_info) <language>: New function.
149 <language>: Rename to...
150 <m_language>: ...this.
151 (SYMBOL_LANGUAGE): Remove.
152 (MSYMBOL_LANGUAGE): Remove.
153 (struct symbol) <ctor>: Update.
154 * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
155
747cfc8c
CB
1562019-12-15 Christian Biesinger <cbiesinger@google.com>
157
158 * ada-exp.y (write_ambiguous_var): Call symbol_set_language to
159 set the language of sym.
160 * language.c (language_alloc_type_symbol): Likewise.
161
ff8577f6
SDJ
1622019-12-14 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 https://bugzilla.redhat.com/show_bug.cgi?id=1728147
165 PR gdb/23613
166 * bsd-kvm.c (bsd_kvm_target_open): Use 'gdb_abspath'.
167 * corelow.c: Include 'gdbsupport/pathstuff.h'.
168 (core_target_open): Use 'gdb_abspath'.
169 * gdbsupport/pathstuff.c (gdb_abspath): Guard against
170 'current_directory == NULL' case.
171 * gdbsupport/pathstuff.h (gdb_abspath): Expand comment and
172 explain what happens when 'current_directory' is NULL.
173 * go32-nat.c (go32_nat_target::wait): Check if
174 'current_directory' is NULL before call to 'chdir'.
175 * source.c (add_path): Use 'gdb_abspath'.
176 * top.c: Include 'gdbsupport/pathstuff.h'.
177 (init_history): Use 'gdb_abspath'.
178 (set_history_filename): Likewise.
179 * tracefile-tfile.c: Include 'gdbsupport/pathstuff.h'.
180 (tfile_target_open): Use 'gdb_abspath'.
181
234c3068
TT
1822019-12-13 Tom Tromey <tromey@adacore.com>
183
184 * contrib/ari/gdb_ari.sh: Remove check for multiple calls to
185 warning or error.
186
93537683
TT
1872019-12-13 Tom Tromey <tromey@adacore.com>
188
189 * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long".
190
63456183
TT
1912019-12-13 Tom Tromey <tromey@adacore.com>
192
193 * contrib/ari/gdb_ari.sh: Handle -Wno- prefix.
194
98f9338a
TT
1952019-12-13 Tom Tromey <tromey@adacore.com>
196
197 * contrib/ari/gdb_ari.sh (usage): Use GNU style.
198
3cb5a3a1
TT
1992019-12-13 Tom Tromey <tromey@adacore.com>
200
201 * gdbsupport/common-utils.c (string_printf, string_vprintf)
202 (string_vappendf): Add ARI comment.
203
c6cbf900
TT
2042019-12-13 Tom Tromey <tromey@adacore.com>
205
206 * contrib/ari/gdb_ari.sh: Remove "fix" call for
207 floatformat_to_double.
208 * target-float.c (host_float_ops<T>::from_target): Add ARI
209 comment.
210
036003a6
TT
2112019-12-13 Tom Tromey <tromey@adacore.com>
212
213 * contrib/ari/gdb_ari.sh: Remove "fix" call for abort.
214 * utils.c (abort_with_message, dump_core, internal_vproblem): Add
215 ARI marker to abort.
216 * event-top.c (handle_sigsegv): Add ARI marker to abort.
217
8aaaf757
TT
2182019-12-13 Tom Tromey <tromey@adacore.com>
219
220 * contrib/ari/gdb_ari.sh: Fix floatformat_from_double text.
221
fe56157f
TT
2222019-12-13 Tom Tromey <tromey@adacore.com>
223
224 * contrib/ari/gdb_ari.sh: Remove ATTRIBUTE_UNUSED check.
225
a15a95ed
TT
2262019-12-13 Tom Tromey <tromey@adacore.com>
227
228 * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean"
229 checks.
230
a5513db2
TT
2312019-12-13 Tom Tromey <tromey@adacore.com>
232
233 * gdbsupport/safe-iterator.h (class basic_safe_range) <begin,
234 end>: No longer "const".
235
3a90f266
SM
2362019-12-13 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * jit.c: Fix indentation, replace spaces with tabs where
239 applicable.
240
b3f4b80f
JL
2412019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
242
243 * configure.tgt: Match msp430-*-elf* targets when configuring GDB.
244
e671856c
TT
2452019-12-12 Tom Tromey <tom@tromey.com>
246
247 * objfiles.h (struct objfile) <partial_symtabs>: Now a
248 unique_ptr.
249
7d7167ce
TT
2502019-12-12 Tom Tromey <tom@tromey.com>
251
252 * progspace.h (objfile_list): New typedef.
253 (class unwrapping_objfile_iterator)
254 (struct unwrapping_objfile_range): Newl
255 (struct program_space) <objfiles_range>: Change type.
256 <objfiles>: Change return type.
257 <add_objfile>: Change type of "objfile" parameter.
258 <objfiles_list>: Now a list of shared_ptr.
259 * progspace.c (program_space::add_objfile): Change type of
260 "objfile". Update.
261 (program_space::remove_objfile): Update.
262 * objfiles.h (struct objfile) <~objfile>: Make public.
263 * objfiles.c (objfile::make): Update.
264 (objfile::unlink): Don't call delete.
265
343cc952
TT
2662019-12-12 Tom Tromey <tom@tromey.com>
267
268 * symfile.c (symbol_file_clear): Update.
269 * progspace.h (struct program_space) <free_all_objfiles>: Declare
270 method.
271 * progspace.c (program_space::free_all_objfiles): New method.
272 * objfiles.h (free_all_objfiles): Don't declare.
273 * objfiles.c (free_all_objfiles): Move to program_space.
274
d0801dd8
TT
2752019-12-12 Tom Tromey <tom@tromey.com>
276
277 * progspace.c (program_space::add_objfile)
278 (program_space::remove_objfile): Update.
279 (program_space::multi_objfile_p): Remove.
280 * objfiles.h (struct objfile) <next>: Remove.
281 * objfiles.c (objfile::objfile): Update.
282 (put_objfile_before): Update.
283 (unlink_objfile): Update.
284 * progspace.h (object_files): Remove.
285 (struct program_space) <objfiles_head>: Remove.
286 <objfiles_list>: New member.
287 <objfiles_range, objfiles_safe_range>: Change type.
288 (objfiles): Change return type.
289 (objfiles_safe): Update.
290 (multi_objfile_p): Rewrite and inline.
291 (object_files): Remove macro.
292
13bff726
TT
2932019-12-12 Tom Tromey <tom@tromey.com>
294
295 * gdbsupport/safe-iterator.h (basic_safe_iterator): Simplify. Add
296 second constructor.
297 (basic_safe_range): New class.
298
deeafabb
TT
2992019-12-12 Tom Tromey <tom@tromey.com>
300
301 * progspace.c (program_space::multi_objfile_p): New method.
302 * printcmd.c (info_symbol_command): Update.
303 * maint.c (maintenance_translate_address): Update.
304 * objfiles.h (MULTI_OBJFILE_P): Remove.
305 * progspace.h (struct program_space) <multi_objfile_p>: New
306 method.
307
23452926
TT
3082019-12-12 Tom Tromey <tom@tromey.com>
309
310 * progspace.h (struct program_space) <remove_objfile>: Declare.
311 * progspace.c (program_space::remove_objfile): New method.
312 * objfiles.c (unlink_objfile): Remove.
313 (objfile::unlink): Call remove_objfile.
314 (objfile): Don't call unlink_objfile.
315
7cac64af
TT
3162019-12-12 Tom Tromey <tom@tromey.com>
317
318 * progspace.h (struct program_space) <add_objfile>: Declare
319 method.
320 * progspace.c (program_space::add_objfile): New method.
321 * objfiles.c (~objfile): Don't unlink objfile.
322 (put_objfile_before): Remove.
323 (add_separate_debug_objfile): Don't call put_objfile_before.
324 (objfile::make): Call add_objfile. Set new_objfiles_available on
325 the per-program-space data.
326
268e4f09
TT
3272019-12-12 Tom Tromey <tom@tromey.com>
328
329 * symfile.c (syms_from_objfile_1): Use objfile_up.
330 (syms_from_objfile_1, remove_symbol_file_command): Call unlink
331 method.
332 (reread_symbols): Use objfile_up.
333 * solib.c (update_solib_list, reload_shared_libraries_1): Call
334 unlink method.
335 * objfiles.h (struct objfile) <~objfile>: Now private.
336 <unlink>: New method.
337 (struct objfile_deleter): New.
338 (objfile_up): New typedef.
339 * objfiles.c (objfile::unlink): New method.
340 (free_objfile_separate_debug, free_all_objfiles)
341 (objfile_purge_solibs): Use it.
342 * jit.c (jit_unregister_code): Remove.
343 (jit_inferior_exit_hook, jit_event_handler): Call unlink on
344 objfile.
345 * compile/compile-object-run.c (do_module_cleanup): Call unlink on
346 objfile.
347 * compile/compile-object-load.c (compile_object_load): Use
348 objfile_up.
349
f65fe570
TT
3502019-12-12 Tom Tromey <tom@tromey.com>
351
352 * symfile.c (symbol_file_add_with_addrs): Pass "parent" to
353 objfile::make.
354 * objfiles.h (struct objjfile) <make>: No longer inline.
355 (add_separate_debug_objfile): Don't declare.
356 * objfiles.c (add_separate_debug_objfile): Now static.
357 (objfile::make): Move from objfiles.h. Call
358 add_separate_debug_objfile. Add "parent" parameter.
359
bda13cdc
TT
3602019-12-12 Tom Tromey <tom@tromey.com>
361
362 * symfile.c (symbol_file_add_with_addrs): Use objfile::make.
363 * objfiles.h (struct objfile): Make constructor private.
364 <make>: New static method.
365 * jit.c (jit_object_close_impl): Update.
366
7190276c
SM
3672019-12-12 Simon Marchi <simon.marchi@polymtl.ca>
368
369 * jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with
370 gdb::byte_vector.
371
d61df897
TT
3722019-12-12 Tom Tromey <tromey@adacore.com>
373
374 * xml-support.c (xml_fetch_content_from_file): Don't call
375 malloc_failure.
376 * utils.h (class gdb_argv): Remove malloc_failure comment.
377 * utils.c (gdb_argv::reset): Don't call malloc_failure.
378
db3ad2f0
TT
3792019-12-12 Tom Tromey <tromey@adacore.com>
380
381 * Makefile.in (ALL_TARGET_OBS): Add riscv-ravenscar-thread.o.
382 (HFILES_NO_SRCDIR): Add riscv-ravenscar-thread.h.
383 (ALLDEPFILES): Add riscv-ravenscar-thread.c.
384 * configure.tgt (riscv-*-*): Add riscv-ravenscar-thread.o.
385 * riscv-ravenscar-thread.c: New file.
386 * riscv-ravenscar-thread.h: New file.
387 * riscv-tdep.c (riscv_gdbarch_init): Call
388 register_riscv_ravenscar_ops.
389
2ffe5b9c
TT
3902019-12-12 Tom Tromey <tromey@adacore.com>
391
392 * gdbsupport/thread-pool.c (set_thread_name): Use
393 ATTRIBUTE_UNUSED.
394
39f34d7b
LM
3952019-12-12 Luis Machado <luis.machado@linaro.org>
396
397 * gdbsupport/safe-strerror.c: Don't include diagnostics.h.
398 (select_strerror_r): Use ATTRIBUTE_UNUSED instead of the diagnostics
399 macros.
400
d4eeccfe
TT
4012019-12-11 Tom Tromey <tom@tromey.com>
402
403 * tui/tui-win.c (tui_set_win_height_command): Call
404 tui_adjust_window_height.
405 (tui_adjust_win_heights, new_height_ok): Remove.
406 * tui/tui-layout.h (tui_adjust_window_height): Declare.
407 * tui/tui-layout.c (tui_adjust_window_height): New function.
408
3d979945
TT
4092019-12-11 Tom Tromey <tom@tromey.com>
410
411 * tui/tui-win.c (tui_resize_all): Remove code, call
412 tui_apply_current_layout.
413
2192a9d3
TT
4142019-12-11 Tom Tromey <tom@tromey.com>
415
416 * tui/tui-layout.h (tui_apply_current_layout): Declare.
417 * tui/tui-layout.c (standard_layouts, applied_layout): New
418 globals.
419 (tui_apply_current_layout): New function.
420 (show_layout): Set applied_layout. Call
421 tui_apply_current_layout.
422 (show_source_command, show_disasm_command)
423 (show_source_disasm_command, show_data)
424 (show_source_or_disasm_and_command): Remove.
425 (initialize_layouts): New function.
426 (_initialize_tui_layout): Call initialize_layouts.
427
389e7ddb
TT
4282019-12-11 Tom Tromey <tom@tromey.com>
429
430 * tui/tui-layout.h (class tui_layout_base)
431 (class tui_layout_window, class tui_layout_split): New.
432 * tui/tui-layout.c (tui_get_window_by_name)
433 (tui_layout_window::clone, tui_layout_window::apply)
434 (tui_layout_window::get_sizes, tui_layout_window::add_split)
435 (tui_layout_split::add_window, tui_layout_split::clone)
436 (tui_layout_split::get_sizes)
437 (tui_layout_split::set_weights_from_heights)
438 (tui_layout_split::adjust_size, tui_layout_split::apply): New
439 functions.
440 (tui_layout_split::add_split, tui_layout_split::add_split)
441 (tui_layout_split::set_weights_from_heights)
442 (tui_layout_split::set_weights_from_heights): New functions.
443
fb3184d8
TT
4442019-12-11 Tom Tromey <tom@tromey.com>
445
446 * tui/tui-wingeneral.c (tui_gen_win_info::make_window): Update.
447 * tui/tui-win.c (tui_adjust_win_heights, tui_resize_all): Update.
448 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
449 * tui/tui-data.h (struct tui_point): Remove.
450 (struct tui_gen_win_info) <origin>: Remove.
451 <x, y>: New fields.
452 * tui/tui-command.c (tui_cmd_window::resize): Update.
453
dc7ff8a6
TT
4542019-12-11 Tom Tromey <tom@tromey.com>
455
456 * tui/tui-stack.h (struct tui_locator_window) <min_height>:
457 Implement.
458 * tui/tui-regs.h (struct tui_data_item_window) <min_height>:
459 Implement.
460 * tui/tui-data.h (struct tui_gen_win_info) <min_height>: New
461 method.
462 (struct tui_win_info) <min_height>: Implement.
463
1431937b
TT
4642019-12-11 Tom Tromey <tom@tromey.com>
465
466 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
467 (struct tui_win_info) <can_box>: Update.
468
c8ec2f43
TT
4692019-12-11 Tom Tromey <tom@tromey.com>
470
471 * tui/tui-stack.h (struct tui_locator_window) <max_height>: New
472 method.
473 * tui/tui-regs.h (struct tui_data_item_window) <max_height>: New
474 method.
475 * tui/tui-data.h (struct tui_gen_win_info) <max_height>: New
476 method.
477 (struct tui_win_info) <max_height>: Now override.
478
4decd62b
JB
4792019-12-11 Joel Brobecker <brobecker@adacore.com>
480
481 * NEWS: Create a new section for the next release branch.
482 Rename the section of the current branch, now that it has
483 been cut.
484
d746744e
JB
4852019-12-11 Joel Brobecker <brobecker@adacore.com>
486
487 GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0):
488 * version.in: Bump version to 10.0.50.DATE-git.
489
2e744276
TT
4902019-12-11 Tom Tromey <tromey@adacore.com>
491
492 PR build/25268:
493 * gdbsupport/thread-pool.c (set_thread_name): New function.
494 (thread_pool::set_thread_count): Don't call pthread_setname_np.
495 (thread_pool::thread_function): Call set_thread_name.
496
aac4760f
TT
4972019-12-11 Tom Tromey <tromey@adacore.com>
498
499 * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of
500 bfd_get_signed_8.
501
d8edc8b7
PW
5022019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
503
504 * NEWS: Document -raw-values option and the related setting commands.
505 * printcmd.c (print_command_parse_format): Do not set opts->raw off,
506 only set it on when /r is given.
507 * valprint.c (value_print_option_defs): New element raw-values.
508 * Makefile.in: Add the new file.
509
cb511130
CB
5102019-12-10 Christian Biesinger <cbiesinger@google.com>
511
512 * gdbsupport/safe-strerror.c: Supress the unused function warning
513 for select_strerror_r.
514
ab7d13f0
CB
5152019-12-10 Christian Biesinger <cbiesinger@google.com>
516
517 * config.in: Regenerate.
518 * configure: Regenerate.
519 * gdbsupport/agent.c (gdb_connect_sync_socket): Call
520 safe_strerror instead of strerror.
521 * gdbsupport/common.m4: Don't check for strerror.
522 * gdbsupport/safe-strerror.c: Support both the glibc version
523 of strerror_r and the XSI version.
524
6c71eb7d
TT
5252019-12-10 Tom Tromey <tromey@adacore.com>
526
527 * ada-typeprint.c (print_choices): Use a single "?".
528 (print_variant_part): Print "?" if the discriminant name
529 is not known.
530
bac7c5cf
GB
5312019-12-10 George Barrett <bob@bob131.so>
532
533 Fix scripted probe breakpoints.
534 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
535 declaration forward.
536 (breakpoint_ops_for_event_location_type)
537 (breakpoint_ops_for_event_location): Add function definitions.
538 (break_command_1, trace_command): Use
539 breakpoint_ops_for_event_location.
540 * breakpoint.h (breakpoint_ops_for_event_location): Add function
541 declarations.
542 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
543 breakpoint_ops_for_event_location.
544 * python/py-breakpoint.c (bppy_init): Use
545 breakpoint_ops_for_event_location.
546
330f1d38
TBA
5472019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
548
549 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
550 when ranking an lvalue argument for an rvalue parameter.
551
b1f0c0b9
WA
5522019-12-08 Wataru Ashihara <wataash@wataash.com>
553
554 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
555 template argument for scoped_restore_tmpl from bool to int.
556
aa2d5a42
KS
5572019-12-07 Keith Seitz <keiths@redhat.com>
558
559 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
560 (build_id_to_debug_bfd): Make static, rewriting to use
561 build_id_to_bfd_suffix.
562 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
563 adding `suffix' parameter. Append SUFFIX to file names
564 when searching for matching files.
565 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
566 (build_id_to_exec_bfd): Likewise.
567 * build-id.h (build_id_to_debug_bfd): Clarify that function
568 searches for BFD of debug info file.
569 (build_id_to_exec_bfd): Declare.
570 * corelow.c: Include build-id.h.
571 (locate_exec_from_corefile_build_id): New function.
572 (core_target_open): If no executable BFD is found,
573 search for a core file BFD using build-id.
574
dfb65191
CB
5752019-12-06 Christian Biesinger <cbiesinger@google.com>
576
577 * bcache.c: Put in namespace gdb.
578 * bcache.h: Likewise.
579 * gdbtypes.c (check_types_worklist): Update.
580 (types_deeply_equal): Update.
581 * macrotab.c (struct macro_table) <bcache>: Update.
582 (new_macro_table): Update.
583 * macrotab.h (struct bcache): Put this forward declaration
584 inside namespace gdb.
585 (new_macro_table): Update.
586 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
587 Update.
588 <macro_cache>: Update.
589 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
590
93e55f0a
TV
5912019-12-06 Tom de Vries <tdevries@suse.de>
592
593 PR symtab/24971
594 * block.c (best_symbol, better_symbol): New function.
595 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
596 decl.
597
06acc08f
TBA
5982019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
599
600 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
601 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
602 for ranking see-through reference cases.
603
e0fad1ea
PW
6042019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
605 * stack.c (faas_command): Check a command is provided.
606 * thread.c (taas_command, tfaas_command): Likewise.
607
908641f5
PW
6082019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
609 * inferior.c (prune_inferiors): Only call delete_inferior,
610 Do not modify the inferior list.
611
b858499d
SM
6122019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
613
614 * c-exp.y: Update calls to lookup_typename,
615 lookup_signed_typename and lookup_unsigned_typename.
616 * c-lang.c (evaluate_subexp_c): Likewise.
617 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
618 Likewise.
619 * eval.c (binop_promote): Likewise.
620 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
621 (lookup_unsigned_typename): Likewise.
622 (lookup_signed_typename): Likewise.
623 * gdbtypes.h (lookup_unsigned_typename): Likewise.
624 (lookup_signed_typename): Likewise.
625 (lookup_typename): Likewise.
626 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
627 lookup_typename, lookup_signed_typename,
628 lookup_unsigned_typename.
629 * m2-exp.y: Likewise.
630 * printcmd.c (printf_wide_c_string): Likewise.
631 (ui_printf): Likewise.
632 * python/py-type.c (typy_lookup_typename): Likewise.
633 * python/py-xmethods.c (python_xmethod_worker::invoke):
634 Likewise.
635 * rust-exp.y: Likewise.
636
3a8fa228
CB
6372019-12-04 Christian Biesinger <cbiesinger@google.com>
638
639 * configure.nat (obsd64): Add missing files x86-nat.o and
640 nat/x86-dregs.o.
641
2dbc041e
TT
6422019-12-04 Tom Tromey <tom@tromey.com>
643
644 * valprint.c (val_print_string): Use metadata_style.
645 * go-valprint.c (print_go_string): Use metadata style.
646 * p-valprint.c (pascal_object_print_static_field): Use metadata
647 style.
648 * cp-valprint.c (cp_print_static_field): Use metadata style.
649
36c8fb93
AB
6502019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
651 Chris January <chris.january@arm.com>
652
653 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
654 tokens.
655 (typebase): New patterns for complex, single/double precision, and
656 single/double complex.
657 (f77_keywords): Change token for complex keyword, and add single,
658 double, and precision keywords.
659
c6170c2c
SM
6602019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
661
662 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
663 "info io_registers".
664
894ecaf4
SM
6652019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
666
667 * regcache.c (cooked_read_test): Initialize thread list of
668 mock_inferior.
669
be155ebb
SM
6702019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
671
672 * aarch64-linux-tdep.c: Remove includes.
673
c577cdd7
SM
6742019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
675
676 * aarch64-tdep.c: Remove includes.
677
610cfd61
SM
6782019-12-04 Simon Marchi <simon.marchi@efficios.com>
679
680 * filtered-iterator.h (filtered_iterator) <operator==,
681 operator!=>: Compare wrapped iterators, not wrapped pointers.
682 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
683 unittests/filtered_iterator-selftests.c.
684 * unittests/filtered_iterator-selftests.c: New file.
685
a05cf17a
TT
6862019-12-04 Tom Tromey <tromey@adacore.com>
687
688 * gdbtypes.c (create_range_type): Inherit endianity
689 from base type.
690
d5a22e77
TT
6912019-12-04 Tom Tromey <tromey@adacore.com>
692
693 * ada-lang.c (decode_constrained_packed_array)
694 (ada_value_assign, value_assign_to_component): Update.
695 * dwarf2loc.c (rw_pieced_value, access_memory)
696 (dwarf2_compile_expr_to_ax): Update.
697 * dwarf2read.c (dwarf2_add_field): Update.
698 * eval.c (evaluate_subexp_standard): Update.
699 * gdbarch.c, gdbarch.h: Rebuild.
700 * gdbarch.sh (bits_big_endian): Remove.
701 * gdbtypes.h (union field_location): Update comment.
702 * target-descriptions.c (make_gdb_type): Update.
703 * valarith.c (value_bit_index): Update.
704 * value.c (struct value) <bitpos>: Update comment.
705 (unpack_bits_as_long, modify_field): Update.
706 * value.h (value_bitpos): Update comment.
707
7ab4a236
TT
7082019-12-04 Tom Tromey <tromey@adacore.com>
709
710 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
711 endian-ness.
712
103a685e
TT
7132019-12-04 Tom Tromey <tromey@adacore.com>
714
715 * dwarf2read.c (dwarf2_init_float_type)
716 (dwarf2_init_complex_target_type): Add byte_order parameter.
717 (read_base_type): Compute byte order earlier.
718 * gdbtypes.c (init_float_type): Add byte_order parameter.
719 * gdbtypes.h (init_float_type): Add byte_order parameter.
720
7a9e9f9f
TT
7212019-12-04 Tom Tromey <tromey@adacore.com>
722
723 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
724
feee869b
TT
7252019-12-04 Tom Tromey <tromey@adacore.com>
726
727 * dwarf2read.c (process_structure_scope): Initialize
728 "discr_offset".
729
c2512106
AB
7302019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
733 add it into the search spec.
734 (parse_max_results_option): New function.
735 (mi_info_functions_or_variables): Parse -max-results flag and pass
736 it to mi_symbol_info.
737 (mi_cmd_symbol_info_modules): Likewise.
738 (mi_cmd_symbol_info_types): Likewise.
739 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
740 return type to bool, change result container into a set, and don't
741 add new results if we have enough already.
742 (global_symbol_searcher::add_matching_msymbols): Change return
743 type to bool, and don't add new results if we have enough already.
744 (sort_search_symbols_remove_dups): Delete.
745 (global_symbol_searcher::search): Early exit from search loop when
746 we have enough results. Use a std::set to collect the results
747 from calling add_matching_symbols.
748 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
749 member function.
750 (global_symbol_searcher) <m_max_search_results>: New member
751 variable.
752 (global_symbol_searcher) <add_matching_symbols>: Update header
753 comment and change return type to bool.
754 (global_symbol_searcher) <add_matching_msymbols>: Update header
755 comment and change return type to bool.
756
f97a63c5
AB
7572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * symtab.c (symbol_search::compare_search_syms): Update header
760 comment.
761 (global_symbol_searcher::is_suitable_msymbol): New function.
762 (global_symbol_searcher::expand_symtabs): New function.
763 (global_symbol_searcher::add_matching_symbols): New function.
764 (global_symbol_searcher::add_matching_msymbols): New function.
765 (global_symbol_searcher::search): Move most of the content
766 into the new functions above, and call them as needed.
767 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
768 function.
769 (global_symbol_searcher) <add_matching_symbols>: New member
770 function.
771 (global_symbol_searcher) <add_matching_msymbols>: New member
772 function.
773 (global_symbol_searcher) <is_suitable_msymbol>: New member
774 function.
775
293b38d6
AB
7762019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
779 -symbol-info-module-variables entries.
780 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
781 (mi_cmd_symbol_info_module_variables): Declare.
782 * mi/mi-symbol-cmds.c
783 (module_symbol_search_iterator): New typedef.
784 (output_module_symbols_in_single_module_and_file): New function.
785 (output_module_symbols_in_single_module): New function.
786 (mi_info_module_functions_or_variables): New function.
787 (mi_cmd_symbol_info_module_functions): New function.
788 (mi_cmd_symbol_info_module_variables): New function.
789 * NEWS: Mention new MI command.
790
4cbd39b2
CB
7912019-12-03 Christian Biesinger <cbiesinger@google.com>
792
793 * bcache.c (hash): Remove.
794 (hash_continue): Remove.
795 * bcache.h (hash): Remove.
796 (hash_continue): Remove.
797 (struct bcache) <ctor>: Update.
798 * psymtab.c (psymbol_hash): Update.
799 * stabsread.c (hashname): Update.
800 * utils.h (fast_hash): Add an argument for a start value,
801 defaulting to zero.
802
82f910ea
PW
8032019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
804 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
805 (destroy_block_symbol_cache): New function.
806 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
807 (resize_symbol_cache): Likewise.
808
de2396d0
TT
8092019-12-02 Tom Tromey <tom@tromey.com>
810
811 * unittests/tui-selftests.c (run_tests): Make conditional.
812 (_initialize_tui_selftest): Make conditional.
813
638d85bc
CB
8142019-12-02 Christian Biesinger <cbiesinger@google.com>
815
816 * aix-thread.c (debug_aix_thread): Change type to bool.
817
7532a164
LM
8182019-12-02 Luis Machado <luis.machado@linaro.org>
819
820 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
821
216a7e6b
AB
8222019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * dwarf2read.c (read_tag_string_type): Read the fields required to
825 make a dynamic string, and possibly create a dynamic range for the
826 string.
827 (attr_to_dynamic_prop): Setup is_reference based on the type of
828 attribute being processed.
829 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
830 (resolve_dynamic_array): Rename to...
831 (resolve_dynamic_array_or_string): ...this, update header comment,
832 and accept TYPE_CODE_STRING.
833 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
834
11a8b164
AB
8352019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
838 of its implementation from...
839 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
840 the new function.
841
5bbd8269
AB
8422019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
845 create a range with stride where appropriate.
846 * f-valprint.c: Include 'gdbarch.h'.
847 (f77_print_array_1): Take the stride into account when walking the
848 array. Also convert the stride into addressable units.
849 * gdbtypes.c (create_range_type): Initialise the stride to
850 constant zero.
851 (create_range_type_with_stride): New function, initialise the
852 range as normal, and then setup the stride.
853 (has_static_range): Include the stride here. Also change the
854 return type to bool.
855 (create_array_type_with_stride): Consider the range stride if the
856 array isn't given its own stride.
857 (resolve_dynamic_range): Resolve the stride if needed.
858 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
859 (struct range_bounds) <flag_is_byte_stride>: New member variable.
860 (TYPE_BIT_STRIDE): Define.
861 (TYPE_ARRAY_BIT_STRIDE): Define.
862 (create_range_type_with_stride): Declare.
863 * valarith.c (value_subscripted_rvalue): Take range stride into
864 account when walking the array.
865
82e3b564
TT
8662019-12-01 Tom Tromey <tom@tromey.com>
867
868 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
869 specially.
870
517d261d
TT
8712019-12-01 Tom Tromey <tom@tromey.com>
872
873 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
874 \0.
875 * unittests/tui-selftests.c: New file.
876 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
877
484c9b64
TT
8782019-12-01 Tom Tromey <tom@tromey.com>
879
880 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
881
a2a7af0c
TT
8822019-12-01 Tom Tromey <tom@tromey.com>
883
884 * NEWS: Document new settings.
885 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
886 * tui/tui-win.c (_initialize_tui_win): Add border style
887 observers.
888 * tui/tui-io.h (tui_apply_style): Declare.
889 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
890 longer static.
891 (apply_ansi_escape, tui_set_reverse_mode): Update.
892 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
893 Add "skip_intensity" parameter.
894 <changed>: New member.
895 <do_set_value>: Declare.
896 (tui_border_style, tui_active_border_style): Declare.
897 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
898 globals.
899 (cli_style_option): Initialize "changed".
900 (cli_style_option::do_set_value): New function.
901 (cli_style_option::add_setshow_commands): Add "skip_intensity"
902 parameter. Update.
903 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
904 (_initialize_cli_style): Update. Create TUI border style
905 commands.
906
d1da6b01
TT
9072019-12-01 Tom Tromey <tom@tromey.com>
908
909 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
910 parameter.
911 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
912 parameter.
913 * tui/tui-win.h (compact_source): Declare.
914 * tui/tui-win.c (compact_source): New global.
915 (tui_set_compact_source, tui_show_compact_source): New functions.
916 (_initialize_tui_win): Add "compact-source" setting.
917 * tui/tui-source.c (tui_source_window::set_contents): Handle
918 compact_source setting.
919 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
920 * NEWS: Document new setting.
921
489dbda6
TT
9222019-11-30 Tom Tromey <tom@tromey.com>
923
924 * dwarf2read.c (dwarf2_add_field): Include field offset when
925 computing variant part length.
926
bf498525
PW
9272019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
928 * NEWS: Mention define-prefix. Tell that command names can now
929 contain a . character.
930
be09caf1
PW
9312019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
932
933 * command.h (valid_cmd_char_p): Declare.
934 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
935 the check of valid command char.
936 (find_command_name_length, valid_user_defined_cmd_name_p): Use
937 valid_cmd_char_p.
938 * cli/cli-script.c (validate_comname): Likewise.
939 * completer.c (gdb_completer_command_word_break_characters):
940 Do not remove . from the word break char, update comments.
941 (complete_line_internal_1): Use valid_cmd_char_p.
942 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
943 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
944
c6ac7fc9
PW
9452019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
946
947 * cli/cli-script.c (do_define_command): Ensure a redefined
948 prefix command is kept as a prefix command.
949 (define_prefix_command): New function.
950 (show_user_1): Report user defined prefixes.
951 (_initialize_cli_script): Create the new 'define-prefix' command.
952 Add completers for 'define' and 'document'.
953 * top.c (execute_command): If command is a user-defined prefix only
954 command, report the list of commands for this prefix command.
955
a992a3b0
TBA
9562019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
957
958 * valops.c (find_oload_champ): Improve debug output.
959
e9194a1a
TBA
9602019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
961
962 * valops.c (find_oload_champ): Print part of debug messages
963 before the badness vector is std::move'd.
964
53a008a6
TT
9652019-11-28 Tom Tromey <tom@tromey.com>
966
967 * value.c (creal_internal_fn): Fix comment.
968
bab05c83
TT
9692019-11-28 Tom Tromey <tom@tromey.com>
970
971 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
972 flag_bound_evaluated>: Now unsigned.
973
2522f049
TT
9742019-11-28 Tom Tromey <tom@tromey.com>
975
976 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
977 declare.
978
38b49e22
MS
9792019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
980
981 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
982 debug output.
983 * jit.c (jit_unregister_code): Add debug print to match
984 `jit_register_code`.
985
35125921
CB
9862019-11-27 Christian Biesinger <cbiesinger@google.com>
987
988 * NEWS: Mention the new multithreaded symbol loading.
989
62e77f56
CB
9902019-11-27 Christian Biesinger <cbiesinger@google.com>
991
992 * maint.c (n_worker_threads): Default to 0.
993 (worker_threads_disabled): New function.
994 * maint.h (worker_threads_disabled): New function.
995 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
996 here if worker_threads_disabled () is true.
997 (minimal_symbol_reader::install): Skip all threading if
998 worker_threads_disabled () is true.
999
f29d7f6b
CB
10002019-11-27 Christian Biesinger <cbiesinger@google.com>
1001
1002 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
1003 hash code if possible.
1004 (add_minsym_to_demangled_hash_table): Likewise.
1005 (minimal_symbol_reader::install): Compute the hash codes for msymbol
1006 on the background thread.
1007 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
1008 Add these fields.
1009
e76b2246
CB
10102019-11-27 Christian Biesinger <cbiesinger@google.com>
1011
1012 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
1013 of the mangled name on the background thread.
1014 * symtab.c (symbol_set_names): Allow passing in the hash of the
1015 linkage_name.
1016 * symtab.h (symbol_set_names): Likewise.
1017
8d9a2568
KB
10182019-11-27 Kevin Buettner <kevinb@redhat.com>
1019
1020 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
1021 physnames are computed for inherited DIEs.
1022
fad03f6e
TT
10232019-11-27 Tom Tromey <tromey@adacore.com>
1024
1025 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
1026 backslashes.
1027 * cp-support.c: Remove unnecessary backslashes.
1028
43678b0a
CB
10292019-11-27 Christian Biesinger <cbiesinger@google.com>
1030
1031 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
1032 with sym->set_linkage_name.
1033 * coffread.c (coff_read_enum_type): Likewise.
1034 * mdebugread.c (parse_symbol): Likewise.
1035 * stabsread.c (patch_block_stabs): Likewise.
1036 (define_symbol): Likewise.
1037 (read_enum_type): Likewise.
1038 (common_block_end): Likewise.
1039 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
1040 function.
1041 (SYMBOL_SET_LINKAGE_NAME): Remove.
1042 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
1043 with sym->set_linkage_name.
1044
db5960b4
AB
10452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
1048 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
1049 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
1050 * NEWS: Mention new MI command.
1051
7dc42066
AB
10522019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
1055 '-symbol-info-types', and '-symbol-info-variables'.
1056 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
1057 (mi_cmd_symbol_info_types): Declare.
1058 (mi_cmd_symbol_info_variables): Declare.
1059 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
1060 (output_debug_symbol): New function.
1061 (output_nondebug_symbol): New function.
1062 (mi_symbol_info): New function.
1063 (mi_info_functions_or_variables): New function.
1064 (mi_cmd_symbol_info_functions): New function.
1065 (mi_cmd_symbol_info_types): New function.
1066 (mi_cmd_symbol_info_variables): New function.
1067 * NEWS: Mention new commands.
1068
5f512a7d
AB
10692019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * symtab.c (symbol_to_info_string): New function, most content
1072 moved from print_symbol_info, but updated to return a std::string.
1073 (print_symbol_info): Update to use symbol_to_info_string and print
1074 returned string.
1075 * symtab.h (symbol_to_info_string): Declare new function.
1076
470c0b1c
AB
10772019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * python/python.c (gdbpy_rbreak): Convert to using
1080 global_symbol_searcher.
1081 * symtab.c (file_matches): Convert return type to bool, change
1082 file list to std::vector, update header comment.
1083 (search_symbols): Rename to...
1084 (global_symbol_searcher::search): ...this and update now its
1085 a member function of global_symbol_searcher. Take account of the
1086 changes to file_matches.
1087 (symtab_symbol_info): Convert to using global_symbol_searcher.
1088 (rbreak_command): Likewise.
1089 (search_module_symbols): Likewise.
1090 * symtab.h (enum symbol_search): Update comment.
1091 (search_symbols): Remove declaration.
1092 (class global_symbol_searcher): New class.
1093
57357d9d
TT
10942019-11-26 Tom Tromey <tromey@adacore.com>
1095
1096 * cp-support.c (_initialize_cp_support): Conditionally initialize
1097 gdb_demangle_attempt_core_dump.
1098
3ea16160
TT
10992019-11-26 Tom Tromey <tom@tromey.com>
1100
1101 * python/py-function.c (fnpy_init): Update.
1102 * value.h (add_internal_function): Adjust declaration.
1103 * value.c (function_destroyer): Remove.
1104 (do_add_internal_function): Don't set destroyer or copy name.
1105 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
1106 Set name_allocated.
1107 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
1108 (cmdpy_init): Set name_allocated.
1109 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
1110 member.
1111 (~cmd_list_element): Free "name" if needed.
1112
1a6d41c6
TT
11132019-11-26 Tom Tromey <tom@tromey.com>
1114
1115 * value.h (add_internal_function): Add new overload. Move
1116 documentation from value.h.
1117 * value.c (do_add_internal_function): New function.
1118 (add_internal_function): Use it. Add new overload.
1119 (function_destroyer): Don't free doc.
1120 * python/py-function.c (fnpy_init): Update.
1121
8318f3c3
TT
11222019-11-26 Tom Tromey <tom@tromey.com>
1123
1124 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
1125 (cmdpy_init): Set "doc_allocated".
1126
4da8c3a8
TT
11272019-11-26 Tom Tromey <tom@tromey.com>
1128
1129 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
1130 name of worker thread.
1131 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
1132 pthread_setname_np.
1133 * configure, config.in: Rebuild.
1134
971db5e2
TT
11352019-11-26 Tom Tromey <tom@tromey.com>
1136
1137 * python/python.c (class gdbpy_gil): New.
1138 (struct gdbpy_event): Add constructor, destructor, operator().
1139 (gdbpy_post_event): Use run_on_main_thread.
1140 (gdbpy_initialize_events): Remove.
1141 (do_start_initialization): Update.
1142
22138db6
TT
11432019-11-26 Tom Tromey <tom@tromey.com>
1144
1145 * NEWS: Add entry.
1146 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
1147 commands. Call update_thread_pool_size.
1148 (update_thread_pool_size, maintenance_set_worker_threads): New
1149 functions.
1150 (n_worker_threads): New global.
1151
d55c9a68
TT
11522019-11-26 Christian Biesinger <cbiesinger@google.com>
1153 Tom Tromey <tom@tromey.com>
1154
1155 * minsyms.c (minimal_symbol_reader::install): Use
1156 parallel_for_each.
1157 * gdbsupport/parallel-for.h: New file.
1158 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
1159
a0b57563
CB
11602019-11-26 Christian Biesinger <cbiesinger@google.com>
1161 Tom Tromey <tom@tromey.com>
1162
1163 * gdbsupport/thread-pool.h: New file.
1164 * gdbsupport/thread-pool.c: New file.
1165 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
1166 (HFILES_NO_SRCDIR): Add thread-pool.h.
1167
3b3978bc
TT
11682019-11-26 Tom Tromey <tom@tromey.com>
1169
1170 * event-top.h (thread_local_segv_handler): Declare.
1171 * event-top.c (thread_local_segv_handler): New global.
1172 (install_handle_sigsegv, handle_sigsegv): New functions.
1173 (async_init_signals): Install SIGSEGV handler.
1174 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
1175 thread-local.
1176 (report_failed_demangle): New function.
1177 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
1178 handler-setting code, instead use segv_handler. Run warning code
1179 on main thread.
1180
9411c49e
TT
11812019-11-26 Tom Tromey <tom@tromey.com>
1182
1183 * run-on-main-thread.c: New file.
1184 * run-on-main-thread.h: New file.
1185 * unittests/main-thread-selftests.c: New file.
1186 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1187 main-thread-selftests.c.
1188 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
1189 (COMMON_SFILES): Add run-on-main-thread.c.
1190
c3efb965
TT
11912019-11-26 Tom Tromey <tom@tromey.com>
1192
1193 * main.c (setup_alternate_signal_stack): Remove.
1194 (captured_main_1): Use gdb::alternate_signal_stack.
1195 * gdbsupport/alt-stack.h: New file.
1196
21987b9c
TT
11972019-11-26 Tom Tromey <tom@tromey.com>
1198
1199 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
1200 Remove comment.
1201 (save_original_signals_state, restore_original_signals_state): Use
1202 gdb_sigmask.
1203 * linux-nat.c (block_child_signals, restore_child_signals_mask)
1204 (_initialize_linux_nat): Use gdb_sigmask.
1205 * guile/guile.c (_initialize_guile): Use block_signals.
1206 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
1207 * gdbsupport/gdb-sigmask.h: New file.
1208 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
1209 * cp-support.c (gdb_demangle): Use gdb_sigmask.
1210 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
1211 pthread_sigmask.
1212 * configure, config.in: Rebuild.
1213 * gdbsupport/block-signals.h: New file.
1214
5e030278
TT
12152019-11-26 Tom Tromey <tom@tromey.com>
1216
1217 * acinclude.m4: Include ax_pthread.m4.
1218 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
1219 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
1220 (CLIBS): Use PTHREAD_LIBS.
1221 (aclocal_m4_deps): Add ax_pthread.m4.
1222 * config.in, configure: Rebuild.
1223 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
1224
5a79c107
TT
12252019-11-26 Tom Tromey <tom@tromey.com>
1226
1227 * symtab.h (struct minimal_symbol) <name_set>: New member.
1228 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
1229 Don't call symbol_set_names.
1230 (minimal_symbol_reader::install): Call symbol_set_names.
1231
aa369509
PW
12322019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1233
1234 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
1235 restore_active_ext_lang, as GIL is needed for (indirectly)
1236 called PyOS_InterruptOccurred.
1237
cadc9cb8
SM
12382019-11-26 Simon Marchi <simon.marchi@efficios.com>
1239
1240 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
1241 definition.
1242
d04afd58
SM
12432019-11-26 Simon Marchi <simon.marchi@efficios.com>
1244
1245 * remote-sim.c (simulator_command): Make static, remove
1246 declaration.
1247
dd694d77
SM
12482019-11-26 Simon Marchi <simon.marchi@efficios.com>
1249
1250 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
1251 static.
1252 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
1253 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
1254 (main): Likewise.
1255 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
1256 (main): Likewise.
1257 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
1258 (main): Likewise.
1259 * unittests/basic_string_view/element_access/char/1.cc (test01):
1260 Likewise.
1261 (main): Likewise.
1262 * unittests/basic_string_view/element_access/char/empty.cc (main):
1263 Likewise.
1264 * unittests/basic_string_view/element_access/char/front_back.cc
1265 (test01): Likewise.
1266 (main): Likewise.
1267 * unittests/basic_string_view/inserters/char/2.cc (test05):
1268 Likewise.
1269 (main): Likewise.
1270 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
1271 (test01): Likewise.
1272 (main): Likewise.
1273 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
1274 (test01): Likewise.
1275 (main): Likewise.
1276 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
1277 Likewise.
1278 * unittests/basic_string_view/operations/compare/char/1.cc
1279 (test01): Likewise.
1280 (main): Likewise.
1281 * unittests/basic_string_view/operations/compare/char/13650.cc
1282 (test01): Likewise.
1283 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
1284 Likewise.
1285 (main): Likewise.
1286 * unittests/basic_string_view/operations/data/char/1.cc (test01):
1287 Likewise.
1288 (main): Likewise.
1289 * unittests/basic_string_view/operations/find/char/1.cc (test01):
1290 Likewise.
1291 (main): Likewise.
1292 * unittests/basic_string_view/operations/find/char/2.cc (test02):
1293 Likewise.
1294 (main): Likewise.
1295 * unittests/basic_string_view/operations/find/char/3.cc (test03):
1296 Likewise.
1297 (main): Likewise.
1298 * unittests/basic_string_view/operations/find/char/4.cc (main):
1299 Likewise.
1300 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
1301 Likewise.
1302 (main): Likewise.
1303 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
1304 Likewise.
1305 (main): Likewise.
1306 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
1307 Likewise.
1308 (main): Likewise.
1309 * unittests/basic_string_view/operations/substr/char/1.cc
1310 (test01): Likewise.
1311 (main): Likewise.
1312 * unittests/basic_string_view/operators/char/2.cc (main):
1313 Likewise.
1314 * unittests/optional/assignment/1.cc (test): Likewise.
1315 * unittests/optional/assignment/2.cc (test): Likewise.
1316 * unittests/optional/assignment/3.cc (test): Likewise.
1317 * unittests/optional/assignment/4.cc (test): Likewise.
1318 * unittests/optional/assignment/5.cc (test): Likewise.
1319 * unittests/optional/assignment/6.cc (test): Likewise.
1320 * unittests/optional/assignment/7.cc (test): Likewise.
1321 * unittests/optional/cons/copy.cc (test): Likewise.
1322 * unittests/optional/cons/default.cc (test): Likewise.
1323 * unittests/optional/cons/move.cc (test): Likewise.
1324 * unittests/optional/cons/value.cc (test): Likewise.
1325 * unittests/optional/in_place.cc (test): Likewise.
1326 * unittests/optional/observers/1.cc (test): Likewise.
1327 * unittests/optional/observers/2.cc (test): Likewise.
1328
3b5c1d49
SM
13292019-11-26 Simon Marchi <simon.marchi@efficios.com>
1330
1331 * tui-win.h (tui_set_var_cmd): Remove.
1332 * tui-win.c (tui_set_var_cmd): Make static.
1333
adce99fe
SM
13342019-11-26 Simon Marchi <simon.marchi@efficios.com>
1335
1336 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
1337 rbreak_command_wrapper): Remove.
1338 * symtab.c (rbreak_command_wrapper): Remove.
1339
fe3adccf
SM
13402019-11-26 Simon Marchi <simon.marchi@efficios.com>
1341
1342 * inferior.h (info_terminal_command): Remove declaration.
1343 * inflow.c (info_terminal_command): Make static.
1344
b926335f
SM
13452019-11-26 Simon Marchi <simon.marchi@efficios.com>
1346
1347 * inferior.c (exit_inferior_silent): Remove.
1348
b62f6f54
SM
13492019-11-26 Simon Marchi <simon.marchi@efficios.com>
1350
1351 * dictionary.c (dict_empty, mdict_empty): Remove.
1352 * dictionary.c (mdict_empty): Remove.
1353
cb8c24b6
SM
13542019-11-26 Simon Marchi <simon.marchi@efficios.com>
1355
1356 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
1357 (arc_insn_get_memory_offset): Likewise.
1358 (arc_insn_dump): Likewise.
1359 * cp-support.c (test_cp_symbol_name_matches): Likewise.
1360 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
1361 * dictionary.c (dict_iterator_next): Likewise.
1362 (dict_iter_match_first): Likewise.
1363 (dict_iter_match_next): Likewise.
1364 * f-lang.c (evaluate_subexp_f): Likewise.
1365 * hppa-tdep.c (hppa_read_pc): Likewise.
1366 * i386-tdep.c (i386_floatformat_for_type): Likewise.
1367 * parse.c (write_exp_elt_msym): Likewise.
1368 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
1369 * remote.c (remote_packet_size): Likewise.
1370 (remote_notif_stop_parse): Likewise.
1371 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
1372 * s12z-tdep.c (s12z_disassemble_info): Likewise.
1373 * source.c (prepare_path_for_appending): Likewise.
1374 * sparc64-linux-tdep.c
1375 (sparc64_linux_handle_segmentation_fault); Likewise.
1376 * stack.c (frame_selection_by_function_completer): Likewise.
1377
781597ff
SM
13782019-11-26 Simon Marchi <simon.marchi@efficios.com>
1379
1380 * completer.c (set_gdb_completion_word_break_characters):
1381 Remove.
1382
23baa4cc
SM
13832019-11-26 Simon Marchi <simon.marchi@efficios.com>
1384
1385 * dwarf-index-write.c: Include dwarf-index-write.h.
1386 * mi/mi-interp.c: Include mi/mi-interp.h.
1387
23767560
SM
13882019-11-26 Simon Marchi <simon.marchi@efficios.com>
1389
1390 * aarch32-tdep.c: Include aarch32-tdep.h.
1391 * aarch32-tdep.h: Forward-declare struct target_desc.
1392
6d91ce9a
CB
13932019-11-26 Christian Biesinger <cbiesinger@google.com>
1394
1395 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
1396 strerror.
1397 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
1398 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
1399
3cf2f237
TV
14002019-11-25 Tom de Vries <tdevries@suse.de>
1401
1402 * contrib/words.sh: Add -c option.
1403
5b89c67a
CB
14042019-11-25 Christian Biesinger <cbiesinger@google.com>
1405
1406 * solib.c (solib_find_1): Change int to bool.
1407 (exec_file_find): Change int to bool.
1408 (solib_find): Change int to bool.
1409 (solib_read_symbols): Change int to bool.
1410 (solib_used): Change int to bool.
1411 (solib_add): Change int to bool.
1412 (info_sharedlibrary_command): Change int to bool.
1413 (solib_contains_address_p): Change int to bool.
1414 (solib_keep_data_in_core): Change int to bool.
1415 (in_solib_dynsym_resolve_code): Change int to bool.
1416 (reload_shared_libraries_1): Change int to bool.
1417 (gdb_sysroot_changed): Change int to bool.
1418 * solib.h (solib_read_symbols): Change int to bool.
1419 (solib_contains_address_p): Change int to bool.
1420 (solib_keep_data_in_core): Change int to bool.
1421 (in_solib_dynsym_resolve_code): Change int to bool.
1422 (libpthread_name_p): Change int to bool.
1423
6cc8564b
LM
14242019-11-25 Luis Machado <luis.machado@linaro.org>
1425
1426 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
1427 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
1428 (remote_packet_max_chars): New static global.
1429 (show_remote_packet_max_chars): New function.
1430 (remote_target::putpkt_binary): Adjust to use new
1431 remote_packet_max_chars option.
1432 (remote_target::getpkt_or_notif_sane_1): Likewise.
1433 (_initialize_remote): Register new remote-packet-max-chars option.
1434
a7cdaa91
SM
14352019-11-24 Simon Marchi <simon.marchi@efficios.com>
1436
1437 * m68k-linux-nat.c: Include gdbarch.h.
1438
26abc753
TT
14392019-11-24 Tom Tromey <tom@tromey.com>
1440
1441 * symfile.c (read_symbols): Update.
1442 * psymtab.c (require_partial_symbols): Change type of "verbose" to
1443 bool.
1444 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
1445 (psym_lookup_symbol, psym_find_last_source_symtab)
1446 (psym_forget_cached_source_info, psym_print_stats)
1447 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
1448 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
1449 (psym_map_matching_symbols, psym_expand_symtabs_matching)
1450 (psym_find_compunit_symtab_by_address)
1451 (maintenance_print_psymbols, maintenance_info_psymtabs)
1452 (maintenance_check_psymtabs): Update.
1453 * psymtab.h (require_partial_symbols): Change type of "verbose" to
1454 bool.
1455
012fc909
TT
14562019-11-22 Tom Tromey <tom@tromey.com>
1457
1458 * observable.h: Update comments.
1459
c83d8d32
TT
14602019-11-22 Tom Tromey <tromey@adacore.com>
1461
1462 * ada-tasks.c (ada_task_is_alive): Make parameter const.
1463 (print_ada_task_info): Don't try to fetch thread id if task is not
1464 alive.
1465
987012b8
CB
14662019-11-22 Christian Biesinger <cbiesinger@google.com>
1467
1468 * ada-exp.y: Update.
1469 * ada-lang.c (sort_choices): Update.
1470 (ada_print_symbol_signature): Update.
1471 (resolve_subexp): Update.
1472 (ada_parse_renaming): Update.
1473 (ada_read_renaming_var_value): Update.
1474 (lesseq_defined_than): Update.
1475 (remove_extra_symbols): Update.
1476 (remove_irrelevant_renamings): Update.
1477 (ada_add_block_symbols): Update.
1478 (ada_collect_symbol_completion_matches): Update.
1479 (ada_is_renaming_symbol): Update.
1480 (aggregate_assign_from_choices): Update.
1481 (ada_evaluate_subexp): Update.
1482 (ada_has_this_exception_support): Update.
1483 (ada_is_non_standard_exception_sym): Update.
1484 (ada_add_exceptions_from_frame): Update.
1485 (ada_add_global_exceptions): Update.
1486 (ada_print_subexp): Update.
1487 * ax-gdb.c (gen_var_ref): Update.
1488 (gen_maybe_namespace_elt): Update.
1489 (gen_expr_for_cast): Update.
1490 (gen_expr): Update.
1491 * block.h: Update.
1492 * blockframe.c (find_pc_partial_function): Update.
1493 * breakpoint.c (print_breakpoint_location): Update.
1494 (update_static_tracepoint): Update.
1495 * btrace.c (ftrace_print_function_name): Update.
1496 (ftrace_function_switched): Update.
1497 * buildsym.c (find_symbol_in_list): Update.
1498 * c-exp.y: Update.
1499 * c-typeprint.c (c_print_typedef): Update.
1500 (c_type_print_template_args): Update.
1501 * cli/cli-cmds.c (edit_command): Update.
1502 (list_command): Update.
1503 (print_sal_location): Update.
1504 * coffread.c (patch_opaque_types): Update.
1505 (process_coff_symbol): Update.
1506 (coff_read_enum_type): Update.
1507 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
1508 (convert_one_symbol): Update.
1509 (hash_symname): Update.
1510 (eq_symname): Update.
1511 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
1512 * compile/compile-cplus-types.c (debug_print_scope): Update.
1513 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1514 * compile/compile-object-load.c (get_out_value_type): Update.
1515 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1516 (search_symbol_list): Update.
1517 (cp_lookup_symbol_imports_or_template): Update.
1518 * cp-support.c (overload_list_add_symbol): Update.
1519 * ctfread.c (psymtab_to_symtab): Update.
1520 * dbxread.c (cp_set_block_scope): Update.
1521 * dictionary.c (iter_match_first_hashed): Update.
1522 (iter_match_next_hashed): Update.
1523 (insert_symbol_hashed): Update.
1524 (iter_match_next_linear): Update.
1525 * dictionary.h: Update.
1526 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1527 (locexpr_describe_location_piece): Update.
1528 (locexpr_describe_location_1): Update.
1529 (locexpr_generate_c_location): Update.
1530 (loclist_describe_location): Update.
1531 (loclist_generate_c_location): Update.
1532 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1533 (read_func_scope): Update.
1534 (process_enumeration_scope): Update.
1535 (new_symbol): Update.
1536 (dwarf2_const_value): Update.
1537 (dwarf2_symbol_mark_computed): Update.
1538 * eval.c (evaluate_funcall): Update.
1539 (evaluate_subexp_standard): Update.
1540 * expprint.c (print_subexp_standard): Update.
1541 (dump_subexp_body_standard): Update.
1542 * f-valprint.c (info_common_command_for_block): Update.
1543 * findvar.c (get_hosting_frame): Update.
1544 (default_read_var_value): Update.
1545 * go-lang.c (go_symbol_package_name): Update.
1546 * guile/scm-block.c (bkscm_print_block_smob): Update.
1547 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1548 (gdbscm_symbol_name): Update.
1549 (gdbscm_symbol_linkage_name): Update.
1550 (gdbscm_symbol_print_name): Update.
1551 * infcall.c (get_function_name): Update.
1552 * infcmd.c (jump_command): Update.
1553 (finish_command): Update.
1554 * infrun.c (insert_exception_resume_breakpoint): Update.
1555 * linespec.c (canonicalize_linespec): Update.
1556 (create_sals_line_offset): Update.
1557 (convert_linespec_to_sals): Update.
1558 (complete_label): Update.
1559 (find_label_symbols_in_block): Update.
1560 * m2-typeprint.c (m2_print_typedef): Update.
1561 * mdebugread.c (mdebug_reg_to_regnum): Update.
1562 (parse_symbol): Update.
1563 (mylookup_symbol): Update.
1564 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1565 (list_args_or_locals): Update.
1566 * objc-lang.c (compare_selectors): Update.
1567 (info_selectors_command): Update.
1568 (compare_classes): Update.
1569 (info_classes_command): Update.
1570 (find_imps): Update.
1571 * p-typeprint.c (pascal_print_typedef): Update.
1572 * printcmd.c (build_address_symbolic): Update.
1573 (info_address_command): Update.
1574 (print_variable_and_value): Update.
1575 * python/py-framefilter.c (extract_sym): Update.
1576 (py_print_single_arg): Update.
1577 * python/py-symbol.c (sympy_str): Update.
1578 (sympy_get_name): Update.
1579 (sympy_get_linkage_name): Update.
1580 * python/python.c (gdbpy_rbreak): Update.
1581 * record-btrace.c (btrace_get_bfun_name): Update.
1582 (btrace_call_history): Update.
1583 * rust-lang.c (rust_print_typedef): Update.
1584 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1585 * stabsread.c (stab_reg_to_regnum): Update.
1586 (define_symbol): Update.
1587 (read_enum_type): Update.
1588 (common_block_end): Update.
1589 (cleanup_undefined_types_1): Update.
1590 (scan_file_globals): Update.
1591 * stack.c (print_frame_arg): Update.
1592 (print_frame_args): Update.
1593 (find_frame_funname): Update.
1594 (info_frame_command_core): Update.
1595 (iterate_over_block_locals): Update.
1596 (print_block_frame_labels): Update.
1597 (do_print_variable_and_value): Update.
1598 (iterate_over_block_arg_vars): Update.
1599 (return_command): Update.
1600 * symmisc.c (dump_symtab_1): Update.
1601 (print_symbol): Update.
1602 * symtab.c (eq_symbol_entry): Update.
1603 (symbol_cache_dump): Update.
1604 (lookup_language_this): Update.
1605 (find_pc_sect_line): Update.
1606 (skip_prologue_sal): Update.
1607 (symbol_search::compare_search_syms): Update.
1608 (treg_matches_sym_type_name): Update.
1609 (search_symbols): Update.
1610 (print_symbol_info): Update.
1611 (rbreak_command): Update.
1612 (completion_list_add_symbol): Update.
1613 (find_gnu_ifunc): Update.
1614 (get_symbol_address): Update.
1615 (search_module_symbols): Update.
1616 (info_module_subcommand): Update.
1617 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1618 (SYMBOL_LINKAGE_NAME): Remove.
1619 (SYMBOL_DEMANGLED_NAME): Remove.
1620 (SYMBOL_PRINT_NAME): Remove.
1621 (SYMBOL_SEARCH_NAME): Remove.
1622 * tracepoint.c (set_traceframe_context): Update.
1623 (validate_actionline): Update.
1624 (collection_list::collect_symbol): Update.
1625 (encode_actions_1): Update.
1626 (info_scope_command): Update.
1627 (print_one_static_tracepoint_marker): Update.
1628 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1629 * valops.c (address_of_variable): Update.
1630 (find_overload_match): Update.
1631 (find_oload_champ): Update.
1632
c9d95fa3
CB
16332019-11-22 Christian Biesinger <cbiesinger@google.com>
1634
1635 * ada-lang.c (ada_lookup_simple_minsym): Update.
1636 (ada_collect_symbol_completion_matches): Update.
1637 * ada-tasks.c (read_atcb): Update.
1638 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1639 (amd64_windows_skip_trampoline_code): Update.
1640 * arm-tdep.c (skip_prologue_function): Update.
1641 (arm_skip_stack_protector): Update.
1642 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1643 (arm_wince_skip_main_prologue): Update.
1644 * ax-gdb.c (gen_expr): Update.
1645 * block.c (call_site_for_pc): Update.
1646 * blockframe.c (find_pc_partial_function): Update.
1647 * breakpoint.c (set_breakpoint_location_function): Update.
1648 * btrace.c (ftrace_print_function_name): Update.
1649 (ftrace_function_switched): Update.
1650 * c-valprint.c (print_unpacked_pointer): Update.
1651 * coffread.c (coff_symfile_read): Update.
1652 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1653 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1654 * dwarf-index-write.c (write_psymbols): Update.
1655 * dwarf2loc.c (call_site_to_target_addr): Update.
1656 (func_verify_no_selftailcall): Update.
1657 (tailcall_dump): Update.
1658 (call_site_find_chain_1): Update.
1659 (dwarf_expr_reg_to_entry_parameter): Update.
1660 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1661 * eval.c (evaluate_funcall): Update.
1662 (evaluate_subexp_standard): Update.
1663 (evaluate_subexp_for_sizeof): Update.
1664 * expprint.c (print_subexp_standard): Update.
1665 (dump_subexp_body_standard): Update.
1666 * frame.c (get_prev_frame_always_1): Update.
1667 * frv-tdep.c (frv_skip_main_prologue): Update.
1668 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1669 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1670 (gnuv3_get_typename_from_type_info): Update.
1671 (gnuv3_skip_trampoline): Update.
1672 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1673 * i386-tdep.c (i386_skip_main_prologue): Update.
1674 (i386_pe_skip_trampoline_code): Update.
1675 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1676 * infcall.c (get_function_name): Update.
1677 * linespec.c (minsym_found): Update.
1678 * linux-fork.c (info_checkpoints_command): Update.
1679 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1680 (m32c_m16c_pointer_to_address): Update.
1681 * maint.c (maintenance_translate_address): Update.
1682 * minsyms.c (add_minsym_to_hash_table): Update.
1683 (add_minsym_to_demangled_hash_table): Update.
1684 (lookup_minimal_symbol_mangled): Update.
1685 (lookup_minimal_symbol_demangled): Update.
1686 (lookup_minimal_symbol_linkage): Update.
1687 (lookup_minimal_symbol_text): Update.
1688 (lookup_minimal_symbol_by_pc_name): Update.
1689 (minimal_symbol_is_less_than): Update.
1690 (compact_minimal_symbols): Update.
1691 (build_minimal_symbol_hash_tables): Update.
1692 (find_solib_trampoline_target): Update.
1693 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1694 (mips_skip_pic_trampoline_code): Update.
1695 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1696 * objc-lang.c (info_selectors_command): Update.
1697 (info_classes_command): Update.
1698 (find_methods): Update.
1699 (find_imps): Update.
1700 * p-valprint.c (pascal_val_print): Update.
1701 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1702 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1703 * printcmd.c (build_address_symbolic): Update.
1704 (info_symbol_command): Update.
1705 * psymtab.c (psymbol_name_matches): Update.
1706 (match_partial_symbol): Update.
1707 (lookup_partial_symbol): Update.
1708 (print_partial_symbols): Update.
1709 (sort_pst_symbols): Update.
1710 (maintenance_check_psymtabs): Update.
1711 * python/py-framefilter.c (py_print_frame): Update.
1712 * python/python.c (gdbpy_rbreak): Update.
1713 * record-btrace.c (btrace_get_bfun_name): Update.
1714 (btrace_call_history): Update.
1715 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1716 (rs6000_skip_trampoline_code): Update.
1717 * sol-thread.c (info_cb): Update.
1718 * stabsread.c (scan_file_globals): Update.
1719 * stack.c (find_frame_funname): Update.
1720 (info_frame_command_core): Update.
1721 * symmisc.c (dump_msymbols): Update.
1722 * symtab.c (symbol_natural_name): Rename to..,
1723 (general_symbol_info::natural_name): ...this.
1724 (symbol_demangled_name): Rename to...
1725 (general_symbol_info::demangled_name): ...this.
1726 (symbol_search_name): Rename to...
1727 (general_symbol_info::search_name): ...this.
1728 (symbol_matches_search_name): Update.
1729 (find_pc_sect_line): Update.
1730 (skip_prologue_sal): Update.
1731 (search_symbols): Update.
1732 (print_msymbol_info): Update.
1733 (rbreak_command): Update.
1734 (completion_list_add_msymbol): Update.
1735 (completion_list_objc_symbol): Update.
1736 (get_msymbol_address): Update.
1737 * symtab.h (struct general_symbol_info): Add member functions
1738 natural_name (), linkage_name (), print_name (), demangled_name (),
1739 and search_name ().
1740 (SYMBOL_NATURAL_NAME): Update.
1741 (symbol_natural_name): Move to a member function on general_symbol_info.
1742 (SYMBOL_DEMANGLED_NAME): Update.
1743 (symbol_demangled_name): Move to a member function on
1744 general_symbol_info.
1745 (SYMBOL_SEARCH_NAME): Update.
1746 (symbol_search_name): Move to a member function on general_symbol_info.
1747 (MSYMBOL_NATURAL_NAME): Remove.
1748 (MSYMBOL_LINKAGE_NAME): Remove.
1749 (MSYMBOL_PRINT_NAME): Remove.
1750 (MSYMBOL_DEMANGLED_NAME): Remove.
1751 (MSYMBOL_SEARCH_NAME): Remove.
1752 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1753
f8bab2d6
CB
17542019-11-22 Christian Biesinger <cbiesinger@google.com>
1755
1756 * symtab.c (create_demangled_names_hash): Use per_bfd->
1757 minimal_symbol_count for computing the initial size, if greater
1758 than our default size.
1759
85e7588d
TV
17602019-11-22 Tom de Vries <tdevries@suse.de>
1761
1762 * contrib/words.sh: Improve words extraction.
1763
f6180073
TV
17642019-11-22 Tom de Vries <tdevries@suse.de>
1765
1766 * contrib/words.sh: Combine sed invocations.
1767
f10ffa41
CB
17682019-11-21 Christian Biesinger <cbiesinger@google.com>
1769
1770 * Makefile.in: Update.
1771 * demangle.c: Rename to...
1772 * gdb-demangle.c: ..this.
1773 (is_cplus_marker): Change return type to bool.
1774 (_initialize_demangler): Rename to...
1775 (_initialize_gdb_demangle): ...this.
1776 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1777 * symtab.h (demangle): Remove declaration; instead include
1778 gdb-demangle.h.
1779
6ba18521
TT
17802019-11-21 Tom Tromey <tromey@adacore.com>
1781
1782 * gdbsupport/format.c (format_pieces): Parse %I64d.
1783 * unittests/format_pieces-selftests.c (test_windows_formats): New
1784 function.
1785 (run_tests): Call it.
1786
34877895
PJ
17872019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1788
1789 Byte reverse display of variables with DW_END_big, DW_END_little
1790 (DW_AT_endianity) dwarf attributes if different than the native
1791 byte order.
1792 * ada-lang.c (ada_value_binop):
1793 Use type_byte_order instead of gdbarch_byte_order.
1794 * ada-valprint.c (printstr):
1795 (ada_val_print_string):
1796 * ada-lang.c (value_pointer):
1797 (ada_value_binop):
1798 Use type_byte_order instead of gdbarch_byte_order.
1799 * c-lang.c (c_get_string):
1800 Use type_byte_order instead of gdbarch_byte_order.
1801 * c-valprint.c (c_val_print_array):
1802 Use type_byte_order instead of gdbarch_byte_order.
1803 * cp-valprint.c (cp_print_class_member):
1804 Use type_byte_order instead of gdbarch_byte_order.
1805 * dwarf2loc.c (rw_pieced_value):
1806 Use type_byte_order instead of gdbarch_byte_order.
1807 * dwarf2read.c (read_base_type): Handle DW_END_big,
1808 DW_END_little
1809 * f-lang.c (f_get_encoding):
1810 Use type_byte_order instead of gdbarch_byte_order.
1811 * findvar.c (default_read_var_value):
1812 Use type_byte_order instead of gdbarch_byte_order.
1813 * gdbtypes.c (check_types_equal):
1814 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1815 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1816 and TYPE_ENDIANITY_LITTLE if set.
1817 (type_byte_order): new function.
1818 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1819 (struct main_type) <flag_endianity_not_default>:
1820 New field.
1821 (type_byte_order): New function.
1822 * infcmd.c (default_print_one_register_info):
1823 Use type_byte_order instead of gdbarch_byte_order.
1824 * p-lang.c (pascal_printstr):
1825 Use type_byte_order instead of gdbarch_byte_order.
1826 * p-valprint.c (pascal_val_print):
1827 Use type_byte_order instead of gdbarch_byte_order.
1828 * printcmd.c (print_scalar_formatted):
1829 Use type_byte_order instead of gdbarch_byte_order.
1830 * solib-darwin.c (darwin_current_sos):
1831 Use type_byte_order instead of gdbarch_byte_order.
1832 * solib-svr4.c (solib_svr4_r_ldsomap):
1833 Use type_byte_order instead of gdbarch_byte_order.
1834 * stap-probe.c (stap_modify_semaphore):
1835 Use type_byte_order instead of gdbarch_byte_order.
1836 * target-float.c (target_float_same_format_p):
1837 Use type_byte_order instead of gdbarch_byte_order.
1838 * valarith.c (scalar_binop):
1839 (value_bit_index):
1840 Use type_byte_order instead of gdbarch_byte_order.
1841 * valops.c (value_cast):
1842 Use type_byte_order instead of gdbarch_byte_order.
1843 * valprint.c (generic_emit_char):
1844 (generic_printstr):
1845 (val_print_string):
1846 Use type_byte_order instead of gdbarch_byte_order.
1847 * value.c (unpack_long):
1848 (unpack_bits_as_long):
1849 (unpack_value_bitfield):
1850 (modify_field):
1851 (pack_long):
1852 (pack_unsigned_long):
1853 Use type_byte_order instead of gdbarch_byte_order.
1854 * findvar.c (unsigned_pointer_to_address):
1855 (signed_pointer_to_address):
1856 (unsigned_address_to_pointer):
1857 (address_to_signed_pointer):
1858 (default_read_var_value):
1859 (default_value_from_register):
1860 Use type_byte_order instead of gdbarch_byte_order.
1861 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1862 Use type_byte_order instead of gdbarch_byte_order.
1863 * riscv-tdep.c (riscv_print_one_register_info):
1864 Use type_byte_order instead of gdbarch_byte_order.
1865
87fb00ea
SM
18662019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1867
1868 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1869 (current_ui_gdb_stdin_ptr): Likewise.
1870 (current_ui_gdb_stderr_ptr): Likewise.
1871 (current_ui_gdb_stdlog_ptr): Likewise.
1872 (current_ui_current_uiout_ptr): Likewise.
1873 (gen_ret_current_ui_field_ptr): Remove.
1874
65d1cd5f
TV
18752019-11-21 Tom de Vries <tdevries@suse.de>
1876
1877 PR gdb/24956
1878 * cli/cli-script.c (execute_control_command): Only switch to
1879 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1880
9f6ad286
TT
18812019-11-19 Tom Tromey <tom@tromey.com>
1882
1883 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1884 Now static. Change type of "name".
1885 (tui_set_win_height_command): Don't copy "arg".
1886 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1887 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1888
435d3d88
AT
18892019-11-19 Ali Tamur <tamur@google.com>
1890
1891 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1892 "if (attr != nullptr)".
1893 (dwarf2_find_base_address): Likewise.
1894 (dwarf2_build_include_psymtabs): Likewise.
1895 (read_cutu_die_from_dwo): Likewise.
1896 (read_func_scope): Likewise.
1897 (read_call_site_scope): Likewise.
1898 (dwarf2_get_pc_bounds): Likewise.
1899 (dwarf2_record_block_ranges): Likewise.
1900 (dwarf2_add_field): Likewise.
1901 (dwarf2_add_member_fn): Likewise.
1902 (read_structure_type): Likewise.
1903 (read_enumeration_type): Likewise.
1904 (read_array_type): Likewise.
1905 (read_array_order): Likewise.
1906 (read_set_type): Likewise.
1907 (read_common_block): Likewise.
1908 (read_tag_reference_type): Likewise.
1909 (read_tag_string_type): Likewise.
1910 (read_subroutine_type): Likewise.
1911 (read_base_type): Likewise.
1912 (read_subrange_type): Likewise.
1913 (new_symbol): Likewise.
1914 (prepare_one_comp_unit): Likewise.
1915
c9739b6a
TT
19162019-11-19 Tom Tromey <tromey@adacore.com>
1917
1918 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1919 result in error when DebugActiveProcess fails.
1920
494409bb
SDJ
19212019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1922 Pedro Alves <palves@redhat.com>
1923
1924 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1925 * target.c (target_stack::push): Call 'unpush' if there's a
1926 target on top of the stack.
1927
2e953aca
PW
19282019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1929
1930 * python/py-block.c (blpy_dealloc): Call tp_free.
1931 (blpy_block_syms_dealloc): Likewise.
1932 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1933 * python/py-inferior.c (infpy_dealloc): Likewise.
1934 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1935 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1936 * python/py-symbol.c (sympy_dealloc): Likewise.
1937 * python/py-symtab.c (stpy_dealloc): Likewise.
1938 * python/py-type.c (typy_iterator_dealloc): Likewise.
1939
6edc43ec
CB
19402019-11-18 Christian Biesinger <cbiesinger@google.com>
1941
1942 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1943 constructor instead of using a class initializer.
1944
cd850b40
CB
19452019-11-15 Christian Biesinger <cbiesinger@google.com>
1946
1947 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1948 * configure: Regenerate.
1949 * configure.ac: Don't source common.host.
1950 * gdbsupport/common.host: Remove.
1951 * gdbsupport/mingw-strerror.c: Remove.
1952 * gdbsupport/posix-strerror.c: Rename to...
1953 * gdbsupport/safe-strerror.c: ...this.
1954
53fea9c7
CB
19552019-11-15 Christian Biesinger <cbiesinger@google.com>
1956
1957 * maint.c (scoped_command_stats::print_time): Use localtime_r
1958 instead of localtime (provided through gnulib if necessary).
1959 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1960 of ctime.
1961
f8e27d88
CB
19622019-11-15 Christian Biesinger <cbiesinger@google.com>
1963
1964 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1965 avoid compile errors.
1966
5abebf3c
CB
19672019-11-15 Christian Biesinger <cbiesinger@google.com>
1968
1969 * config.in: Regenerate.
1970 * configure: Regenerate.
1971 * gdbsupport/common.m4: No longer check for strerror_r.
1972 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1973 POSIX version of strerror_r, now that gnulib provides it if
1974 necessary.
1975
9a351667
CB
19762019-11-14 Christian Biesinger <cbiesinger@google.com>
1977
1978 * README (`configure' options): Update.
1979
55708e99
TT
19802019-11-14 Tom Tromey <tromey@adacore.com>
1981
1982 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1983 expected type for the RHS if the LHS is a convenience variable.
1984
4b09bb2e
SM
19852019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1986
1987 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1988 Provide explicit default and copy constructor.
1989
bd454f8b
PW
19902019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1991
1992 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1993 only call Py_INCREF (newbp) in the bppy_pending_object case.
1994
d1aa3cf0
TT
19952019-11-13 Tom Tromey <tromey@adacore.com>
1996
1997 PR build/25182:
1998 * psympriv.h (partial_symbol): Remove static assert.
1999 * symtab.h (general_symbol_info, symbol): Remove static assert.
2000
e06f3d6e
AB
20012019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdbsupport/format.c (format_pieces::format_pieces): Support
2004 printf 'z' size modifier.
2005 * gdbsupport/format.h (enum argclass): Add size_t_arg.
2006 * printcmd.c (ui_printf): Handle size_t_arg.
2007 * ui-out.c (ui_out::vmessage): Likewise.
2008 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
2009 function.
2010 (run_tests): Call test_format_int_sizes.
2011
468c0cbb
CB
20122019-11-12 Christian Biesinger <cbiesinger@google.com>
2013
2014 * ada-exp.y (write_ambiguous_var): Update.
2015 * buildsym.c (add_symbol_to_list): Update.
2016 * dwarf2read.c (read_variable): Update.
2017 (new_symbol): Update.
2018 * jit.c (finalize_symtab): Update.
2019 * language.c (language_alloc_type_symbol): Update.
2020 * symtab.c (fixup_symbol_section): Update.
2021 (initialize_objfile_symbol_1): Move code to...
2022 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
2023 (allocate_symbol): Update.
2024 (allocate_template_symbol): Update.
2025 (get_symbol_address): Update.
2026 * symtab.h (struct symbol): Inherit from general_symbol_info instead
2027 of having as a field, and add a constructor.
2028 (SYMBOL_VALUE): Update.
2029 (SYMBOL_VALUE_ADDRESS): Update.
2030 (SET_SYMBOL_VALUE_ADDRESS): Update.
2031 (SYMBOL_VALUE_BYTES): Update.
2032 (SYMBOL_VALUE_COMMON_BLOCK): Update.
2033 (SYMBOL_BLOCK_VALUE): Update.
2034 (SYMBOL_VALUE_CHAIN): Update.
2035 (SYMBOL_LANGUAGE): Update.
2036 (SYMBOL_SECTION): Update.
2037 (SYMBOL_OBJ_SECTION): Update.
2038 (SYMBOL_SET_LANGUAGE): Update.
2039 (SYMBOL_SET_LINKAGE_NAME): Update.
2040 (SYMBOL_SET_NAMES): Update.
2041 (SYMBOL_NATURAL_NAME): Update.
2042 (SYMBOL_LINKAGE_NAME): Update.
2043 (SYMBOL_DEMANGLED_NAME): Update.
2044 (SYMBOL_SEARCH_NAME): Update.
2045 (SYMBOL_MATCHES_SEARCH_NAME): Update.
2046 (struct symbol): Update.
2047 (struct template_symbol): Update.
2048 (struct rust_vtable_symbol): Update.
2049 * xcoffread.c (SYMBOL_DUP): Update.
2050
ed2c82c3
TT
20512019-11-12 Tom Tromey <tom@tromey.com>
2052
2053 * tui/tui-layout.c (show_layout): Set current_layout.
2054 (show_source_disasm_command, show_data)
2055 (show_source_or_disasm_and_command): Don't set current_layout.
2056
d9fcefd5
TT
20572019-11-12 Tom Tromey <tom@tromey.com>
2058
2059 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
2060
45e42163
TT
20612019-11-12 Tom Tromey <tom@tromey.com>
2062
2063 * tui/tui-win.c (resize_message): New global.
2064 (show_tui_resize_message): New function.
2065 (tui_async_resize_screen): Print message if requested.
2066 (_initialize_tui_win): Add tui-resize-message setting.
2067 * NEWS: Add entry for new commands.
2068
c86d74cc
TT
20692019-11-11 Tom Tromey <tom@tromey.com>
2070
2071 * tui/tui.c (tui_initialize_readline): Add new bindable readline
2072 functions.
2073
7b7b9424
CB
20742019-11-11 Christian Biesinger <cbiesinger@google.com>
2075
2076 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
2077
086baaf1
AB
20782019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
2081 function.
2082 * python/python-internal.h (gdbpy_lookup_static_symbols):
2083 Declare new function.
2084 * python/python.c (python_GdbMethods): Add
2085 gdb.lookup_static_symbols method.
2086 * NEWS: Mention gdb.lookup_static_symbols.
2087
09ff83af
AB
20882019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
2091 static block of current object file first. Also fix typo in
2092 header comment.
2093
eb2dd8df
AB
20942019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * stack.c (set_last_displayed_sal): Delete.
2097 (last_displayed_sal_valid): Delete.
2098 (last_displayed_pspace): Delete.
2099 (last_displayed_addr): Delete.
2100 (last_displayed_symtab): Delete.
2101 (last_displayed_line): Delete.
2102 (class last_displayed_symtab_info_type): New.
2103 (last_displayed_symtab_info): New static global variable.
2104 (print_frame_info): Call methods on last_displayed_symtab_info.
2105 (clear_last_displayed_sal): Update header comment, and make use of
2106 last_displayed_symtab_info.
2107 (last_displayed_sal_is_valid): Likewise.
2108 (get_last_displayed_pspace): Likewise.
2109 (get_last_displayed_addr): Likewise.
2110 (get_last_displayed_symtab): Likewise.
2111 (get_last_displayed_line): Likewise.
2112 (get_last_displayed_sal): Likewise.
2113 * stack.h (clear_last_displayed_sal): Update header comment.
2114 (last_displayed_sal_is_valid): Likewise.
2115 (get_last_displayed_pspace): Likewise.
2116 (get_last_displayed_addr): Likewise.
2117 (get_last_displayed_symtab): Likewise.
2118 (get_last_displayed_line): Likewise.
2119 (get_last_displayed_sal): Likewise.
2120
62137775
AB
21212019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * stack.c (frame_show_address): Convert return type to bool.
2124 * stack.h (frame_show_address): Likewise, and update header
2125 comment.
2126
cf57ad6d
AB
21272019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
2130 * unittests/vec-utils-selftests.c: New file.
2131 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
2132
0b026263
TT
21332019-11-10 Tom Tromey <tom@tromey.com>
2134
2135 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
2136 (tui_highlight_win): Likewise.
2137 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
2138 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
2139 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
2140 Don't set can_highlight.
2141
b049ce2d
TT
21422019-11-10 Tom Tromey <tom@tromey.com>
2143
2144 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
2145 Remove unused declaration.
2146
992a7040
TT
21472019-11-08 Tom Tromey <tromey@adacore.com>
2148
2149 * top.c (read_command_file): Update.
2150 (command_line_input): Make return type const.
2151 * python/py-gdb-readline.c: Update.
2152 * linespec.c (decode_line_2): Update.
2153 * defs.h (command_line_input): Make return type const.
2154 * cli/cli-script.c (read_next_line): Make return type const.
2155 * ada-lang.c (get_selections): Update.
2156
ca3a04f6
CB
21572019-11-06 Christian Biesinger <cbiesinger@google.com>
2158
2159 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
2160 * mi/mi-main.c (output_cores): Likewise.
2161 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
2162 (linux_xfer_osdata_modules): Likewise.
2163 * remote.c (register_remote_support_xml): Likewise.
2164 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
2165 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
2166
e0eac551
TT
21672019-11-06 Tom Tromey <tom@tromey.com>
2168
2169 * tui/tui-interp.c: Don't include readline.h.
2170 * tui/tui-hooks.c: Don't include readline.h.
2171 * symmisc.c: Include tilde.h, not readline.h.
2172 * symfile.c: Include tilde.h, not readline.h.
2173 * source.c: Include tilde.h, not readline.h.
2174 * solib.c: Include tilde.h, not readline.h.
2175 * psymtab.c: Include tilde.h, not readline.h.
2176 * exec.c: Include tilde.h, not readline.h.
2177 * corelow.c: Include tilde.h, not readline.h.
2178 * cli/cli-dump.c: Include tilde.h, not readline.h.
2179 * cli/cli-cmds.c: Don't include readline.h.
2180
825165c5
TT
21812019-11-05 Tom Tromey <tom@tromey.com>
2182
2183 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
2184 (tui_disassemble): Set addr_size.
2185 (tui_disasm_window::set_contents): Use addr_size.
2186
91ae903f
TT
21872019-11-05 Tom Tromey <tom@tromey.com>
2188
2189 * rust-lang.c (rust_language_defn): Update.
2190 * python/py-value.c (valpy_string): Call c_get_string.
2191 * p-lang.c (pascal_language_defn): Update.
2192 * opencl-lang.c (opencl_language_defn): Update.
2193 * objc-lang.c (objc_language_defn): Update.
2194 * m2-lang.c (m2_language_defn): Update.
2195 * language.c (unknown_language_defn, auto_language_defn): Update.
2196 (default_get_string): Remove.
2197 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
2198 * go-lang.c (go_language_defn): Update.
2199 * f-lang.c (f_language_defn): Update.
2200 * d-lang.c (d_language_defn): Update.
2201 * c-lang.c (c_language_defn, cplus_language_defn)
2202 (asm_language_defn, minimal_language_defn): Update.
2203 * ada-lang.c (ada_language_defn): Update.
2204 * language.h (struct language_defn) <la_get_string>: Remove.
2205 (LA_GET_STRING): Remove.
2206 (default_get_string): Don't declare.
2207
1df2f9ef
TT
22082019-11-05 Tom Tromey <tom@tromey.com>
2209
2210 * tui/tui-source.h (struct tui_source_window): Inline
2211 constructor. Remove destructor.
2212 <style_changed, m_observable>: Move to superclass.
2213 * tui/tui-winsource.h (tui_copy_source_line): Declare.
2214 (struct tui_source_window_base): Move private members to end.
2215 <style_changed, m_observable>: Move from tui_source_window.
2216 * tui/tui-winsource.c (tui_copy_source_line): Move from
2217 tui-source.c. Rename from copy_source_line. Add special handling
2218 for negative line number.
2219 (tui_source_window_base::style_changed): Move from
2220 tui_source_window.
2221 (tui_source_window_base): Register observer.
2222 (~tui_source_window_base): New.
2223 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
2224 rename.
2225 (tui_source_window::set_contents): Use tui_copy_source_line.
2226 (tui_source_window::tui_source_window): Move to tui-source.h.
2227 (tui_source_window::~tui_source_window): Remove.
2228 (tui_source_window::style_changed): Move to superclass.
2229 * tui/tui-disasm.c (tui_disassemble): Create string file with
2230 styling, when possible. Add "addr_size" parameter.
2231 (tui_disasm_window::set_contents): Use tui_copy_source_line.
2232 Don't compute maximum size.
2233 (len_without_escapes): New function
2234
5d051055
TT
22352019-11-05 Tom Tromey <tom@tromey.com>
2236
2237 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
2238 std::string.
2239 * tui/tui-winsource.c (tui_show_source_line): Update.
2240 * tui/tui-source.c (tui_source_window::set_contents): Update.
2241 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2242
ade7beea
CB
22432019-11-05 Christian Biesinger <cbiesinger@google.com>
2244
2245 * symtab.h (gdb_static_assert): Put && operator at the beginning
2246 of the line instead of the end.
2247
3573abe1
CB
22482019-11-04 Christian Biesinger <cbiesinger@google.com>
2249
2250 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
2251 and sizeof (symbol).
2252 * symtab.h: Add a static_assert for sizeof (partial_symbol).
2253
dae8b3eb
RO
22542019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2255
2256 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
2257 * configure.host: Mark *-*-solaris2.10* obsolete.
2258 * configure.tgt: Mark Solaris < 11 obsolete.
2259 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
2260 Update target triplet.
2261
5df96a4e
TT
22622019-11-01 Tom Tromey <tromey@adacore.com>
2263
2264 * utils.c (print_sys_errmsg): Simplify.
2265
b7481649
TT
22662019-11-01 Tom Tromey <tromey@adacore.com>
2267
2268 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
2269
e48f6033
CB
22702019-11-01 Christian Biesinger <cbiesinger@google.com>
2271
2272 * configure: Regenerate.
2273 * configure.ac: Remove check for strerror_r.
2274 * gdbsupport/common.m4: Check for strerror_r.
2275
bd5766ec
LM
22762019-11-01 Luis Machado <luis.machado@linaro.org>
2277
2278 PR gdb/25124
2279
2280 * arm-tdep.c (arm_per_objfile): Rename to ...
2281 (arm_per_bfd): ... this.
2282 (arm_objfile_data_key): Rename to ...
2283 (arm_bfd_data_key): ... this.
2284 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
2285 data.
2286 (arm_record_special_symbol): Likewise.
2287
e1709896
AB
22882019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
2291 end.
2292 * c-typeprint.c (c_print_typedef): Likewise.
2293 * f-typeprint.c (f_print_typedef): Likewise.
2294 * m2-typeprint.c (m2_print_typedef): Likewise.
2295 * p-typeprint.c (pascal_print_typedef): Likewise.
2296 * rust-lang.c (rust_print_typedef): Likewise.
2297 * symtab.c (print_symbol_info): Print a newline after calling
2298 typedef_print.
2299
165f8965
AB
23002019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2301
2302 * symtab.c (info_module_cmdlist): New variable.
2303 (info_module_command): New function.
2304 (search_module_symbols): New function.
2305 (info_module_subcommand): New function.
2306 (struct info_modules_var_func_options): New struct.
2307 (info_modules_var_func_options_defs): New variable.
2308 (make_info_modules_var_func_options_def_group): New function.
2309 (info_module_functions_command): New function.
2310 (info_module_variables_command): New function.
2311 (info_module_var_func_command_completer): New function.
2312 (_initialize_symtab): Register new 'info module functions' and
2313 'info module variables' commands.
2314 * symtab.h (typedef symbol_search_in_module): New typedef.
2315 (search_module_symbols): Declare new function.
2316 * NEWS: Mention new commands.
2317
59c35742
AB
23182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
2321 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
2322 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
2323 MODULES_DOMAIN.
2324 (scan_partial_symbols): Only create partial module symbols for non
2325 declarations.
2326 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
2327 and MODULES_DOMAIN.
2328 * symtab.c (search_domain_name): Likewise.
2329 (search_symbols): Likewise.
2330 (print_symbol_info): Likewise.
2331 (symtab_symbol_info): Likewise.
2332 (info_modules_command): New function.
2333 (_initialize_symtab): Register 'info modules' command.
2334 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
2335 * NEWS: Mention new 'info modules' command.
2336
aed61d02
PW
23372019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2338
2339 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
2340 and $_gdb_maint_setting_str.
2341
9ad9b77d
PW
23422019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2343
2344 * cli/cli-cmds.c (setting_cmd, value_from_setting)
2345 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
2346 (str_value_from_setting, gdb_setting_str_internal_fn)
2347 (gdb_maint_setting_str_internal_fn): New functions.
2348 (_initialize_cli_cmds): Define the new convenience functions.
2349 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
2350 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
2351
8d6efaa2
CB
23522019-10-31 Christian Biesinger <cbiesinger@google.com>
2353
2354 * agent.c (set_can_use_agent): When the setting is turned on,
2355 look up agent symbols if we don't have them yet.
2356 (agent_new_objfile): Don't look up agent symbols when the agent
2357 setting is off.
2358
33cb1647
CB
23592019-10-31 Christian Biesinger <cbiesinger@google.com>
2360
2361 * config.in: Regenerate.
2362
b231e86a
CB
23632019-10-31 Christian Biesinger <cbiesinger@google.com>
2364
2365 * configure: Regenerate.
2366 * configure.ac: Check for strerror_r.
2367 * gdbsupport/common-utils.h (safe_strerror): Change return value
2368 to const char * and document that this function is now threadsafe.
2369 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
2370 thread_local and call strerror_r, if available.
2371 * utils.c (perror_string): Update.
2372 (print_sys_errmsg): Update.
2373
a2726d4f
LM
23742019-10-31 Luis Machado <luis.machado@linaro.org>
2375
2376 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
2377 objfile_key.
2378 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
2379 objfile to fetch per-bfd data.
2380 (arm_find_exidx_entry): Likewise.
2381
75cafaa6
CB
23822019-10-31 Christian Biesinger <cbiesinger@google.com>
2383
2384 * gdbsupport/agent.c (debug_agent): Change type to bool.
2385 (use_agent): Likewise.
2386 (all_agent_symbols_look_up): Likewise.
2387 (agent_loaded_p): Change return value to bool.
2388 (agent_look_up_symbols): Update.
2389 (agent_capability_check): Change return value to bool.
2390 * gdbsupport/agent.h (agent_loaded_p): Likewise.
2391 (debug_agent): Change type to bool.
2392 (use_agent): Likewise.
2393 (agent_capability_check): Change return value to bool.
2394
808590ec
CB
23952019-10-30 Christian Biesinger <cbiesinger@google.com>
2396
2397 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
2398 (build_minimal_symbol_hash_tables): Code to clear the table moved
2399 to clear_minimal_symbol_hash_tables.
2400 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
2401 when needed.
2402
f18ad8a1
SM
24032019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2404
2405 * infcmd.c: Remove includes.
2406 * infrun.c: Remove includes.
2407
de93309a
SM
24082019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2409
2410 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
2411 (grow_vect): Remove declaration.
2412 (ada_type_of_array): Remove declaration.
2413 (ada_update_initial_language): Remove declaration.
2414 (ada_fold_name): Remove declaration.
2415 (ada_fill_in_ada_prototype): Remove declaration.
2416 (user_select_syms): Remove declaration.
2417 (get_selections): Remove declaration.
2418 (ada_tag_type): Remove declaration.
2419 (ada_value_tag): Remove declaration.
2420 (ada_is_others_clause): Remove declaration.
2421 (ada_in_variant): Remove declaration.
2422 (ada_value_struct_elt): Remove declaration.
2423 (ada_attribute_name): Remove declaration.
2424 (ada_system_address_type): Remove declaration.
2425 * ada-lang.c (ada_watch_location_expression): Make static.
2426 (GROW_VECT): Move here from ada-lang.h.
2427 (grow_vect): Make static.
2428 (ada_update_initial_language): Make static.
2429 (ada_fold_name): Make static.
2430 (ada_type_of_array): Make static.
2431 (encoded_ordered_before): Move up.
2432 (sort_choices): Move up.
2433 (print_signatures): Move up.
2434 (ada_print_symbol_signature): Move up.
2435 (get_selections): Move up and make static.
2436 (user_select_syms): Move up and make static.
2437 (ada_value_struct_elt): Move up and make static.
2438 (ada_tag_type): Make static.
2439 (ada_value_tag): Make static.
2440 (ada_is_others_clause): Make static.
2441 (ada_in_variant): Make static.
2442 (ada_attribute_name): Make static.
2443
cdc46a9f
SM
24442019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2445
2446 * ada-lang.c: Remove includes.
2447 * ada-typeprint.c: Remove includes.
2448 * ada-valprint.c: Remove includes.
2449
90421c56
SM
24502019-10-29 Simon Marchi <simon.marchi@efficios.com>
2451
2452 * addrmap.c: Add static assertions of type size, moved from
2453 _initialize_addrmap.
2454 (_initialize_addrmap): Remove.
2455
31edb802
CB
24562019-10-29 Christian Biesinger <cbiesinger@google.com>
2457
2458 * coffread.c (record_minimal_symbol): Update.
2459 (process_coff_symbol): Update.
2460 * dbxread.c (read_dbx_symtab): Update.
2461 * dwarf2read.c (add_partial_symbol): Update.
2462 (fixup_go_packaging): Update.
2463 (load_partial_dies): Update.
2464 (new_symbol): Update.
2465 * elfread.c (record_minimal_symbol): Change signature to use
2466 gdb::string_view instead of name+len.
2467 (elf_symtab_read): Update.
2468 (elf_rel_plt_read): Update.
2469 * mdebugread.c (parse_partial_symbols): Update.
2470 (handle_psymbol_enumerators): Update.
2471 (new_symbol): Update.
2472 * minsyms.c (minimal_symbol_reader::record_full): Change signature
2473 to use gdb::string_view instead of name+len.
2474 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
2475 * psympriv.h (add_psymbol_to_list): Likewise.
2476 * psymtab.c (add_psymbol_to_bcache): Likewise.
2477 (add_psymbol_to_list): Likewise.
2478 * stabsread.c (define_symbol): Update.
2479 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
2480 * symtab.h (SYMBOL_SET_NAMES): Likewise.
2481 (symbol_set_names): Likewise.
2482 * xcoffread.c (scan_xcoff_symtab): Update.
2483
0c921b21
CB
24842019-10-29 Christian Biesinger <cbiesinger@google.com>
2485
2486 * symtab.h (symbol_set_names): Document that copy_name must be
2487 set to true for non-nullterminated strings.
2488 * symtab.c (symbol_set_names): Only make a nullterminated copy of
2489 linkage_name if the entry was not found and we need to demangle.
2490
35e65c49
CB
24912019-10-29 Christian Biesinger <cbiesinger@google.com>
2492
2493 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
2494 * dwarf2-frame.c (bsearch_fde_cmp): Update.
2495 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
2496 * gdbsupport/gdb_binary_search.h: New file.
2497
ed2a2229
CB
24982019-10-29 Christian Biesinger <cbiesinger@google.com>
2499
2500 * NEWS: Mention new --with-system-gdbinit-dir option.
2501 * config.in: Regenerate.
2502 * configure: Regenerate.
2503 * configure.ac: Add new option --with-system-gdbinit-dir.
2504 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
2505 for a ".gdb" suffix.
2506 * main.c (get_init_files): Change system_gdbinit argument to
2507 a vector and return the files in SYSTEM_GDBINIT_DIR in
2508 addition to SYSTEM_GDBINIT.
2509 (captured_main_1): Update.
2510 (print_gdb_help): Update.
2511 * top.c (print_gdb_configuration): Also print the value of
2512 SYSTEM_GDBINIT_DIR.
2513
87f34879
CB
25142019-10-28 Christian Biesinger <cbiesinger@google.com>
2515
2516 * gdbsupport/common-utils.h (startswith): Add an overloaded version
2517 that takes gdb::string_view arguments.
2518
30baf67b
TV
25192019-10-26 Tom de Vries <tdevries@suse.de>
2520
2521 * aarch64-linux-tdep.c: Fix typos in comments.
2522 * aarch64-tdep.c: Same.
2523 * ada-lang.c: Same.
2524 * amd64-nat.c: Same.
2525 * arc-tdep.c: Same.
2526 * arch/aarch64-insn.c: Same.
2527 * block.c: Same.
2528 * breakpoint.h: Same.
2529 * btrace.h: Same.
2530 * c-varobj.c: Same.
2531 * cli/cli-decode.c: Same.
2532 * cli/cli-script.c: Same.
2533 * cli/cli-utils.h: Same.
2534 * coff-pe-read.c: Same.
2535 * coffread.c: Same.
2536 * compile/compile-cplus-symbols.c: Same.
2537 * compile/compile-object-run.c: Same.
2538 * completer.c: Same.
2539 * corelow.c: Same.
2540 * cp-support.c: Same.
2541 * demangle.c: Same.
2542 * dwarf-index-write.c: Same.
2543 * dwarf2-frame.c: Same.
2544 * dwarf2-frame.h: Same.
2545 * eval.c: Same.
2546 * frame-base.h: Same.
2547 * frame.h: Same.
2548 * gdbcmd.h: Same.
2549 * gdbtypes.h: Same.
2550 * gnu-nat.c: Same.
2551 * guile/scm-objfile.c: Same.
2552 * i386-tdep.c: Same.
2553 * i386-tdep.h: Same.
2554 * infcall.c: Same.
2555 * infcall.h: Same.
2556 * linux-nat.c: Same.
2557 * m68k-tdep.c: Same.
2558 * macroexp.c: Same.
2559 * memattr.c: Same.
2560 * mi/mi-cmd-disas.c: Same.
2561 * mi/mi-getopt.h: Same.
2562 * mi/mi-main.c: Same.
2563 * minsyms.c: Same.
2564 * nat/aarch64-sve-linux-sigcontext.h: Same.
2565 * objfiles.h: Same.
2566 * ppc-linux-nat.c: Same.
2567 * ppc-linux-tdep.c: Same.
2568 * ppc-tdep.h: Same.
2569 * progspace.h: Same.
2570 * prologue-value.h: Same.
2571 * python/py-evtregistry.c: Same.
2572 * python/py-instruction.h: Same.
2573 * record-btrace.c: Same.
2574 * record-full.c: Same.
2575 * remote.c: Same.
2576 * rs6000-tdep.c: Same.
2577 * ser-tcp.c: Same.
2578 * sol-thread.c: Same.
2579 * sparc-sol2-tdep.c: Same.
2580 * sparc64-tdep.c: Same.
2581 * stabsread.c: Same.
2582 * symfile.c: Same.
2583 * symtab.h: Same.
2584 * target.c: Same.
2585 * tracepoint.c: Same.
2586 * tui/tui-data.h: Same.
2587 * tui/tui-io.c: Same.
2588 * tui/tui-win.c: Same.
2589 * tui/tui.c: Same.
2590 * unittests/rsp-low-selftests.c: Same.
2591 * user-regs.h: Same.
2592 * utils.c: Same.
2593 * utils.h: Same.
2594 * valarith.c: Same.
2595 * valops.c: Same.
2596 * valprint.c: Same.
2597 * valprint.h: Same.
2598 * value.c: Same.
2599 * value.h: Same.
2600 * varobj.c: Same.
2601 * x86-nat.h: Same.
2602 * xtensa-tdep.c: Same.
2603
1834d45f
AT
26042019-10-25 Ali Tamur <tamur@google.com>
2605
2606 * charset.c (find_charset_names): Reflect API change.
2607
5396ae17
CB
26082019-10-25 Christian Biesinger <cbiesinger@google.com>
2609
2610 * symtab.c (struct demangled_name_entry): Change demangled name
2611 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2612 part of the struct anymore.
2613 (symbol_set_names): No longer obstack allocate + copy the demangled
2614 name, just store the allocated name from bfd.
2615
93878f47
TT
26162019-10-25 Tom Tromey <tromey@adacore.com>
2617
2618 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2619 (bsearch_cie_cmp, add_cie): Remove.
2620 (find_cie): Reimplement.
2621 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2622 (dwarf2_build_frame_info): Update.
2623
7b71fc97
L
26242019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2625
2626 PR gdb/25126
2627 * symfile.c (reread_symbols): Call forget_cached_source_info to
2628 clear the stale source cache.
2629
cbb5a2ea
CB
26302019-10-24 Christian Biesinger <cbiesinger@google.com>
2631
2632 * configure: Regenerate.
2633 * configure.ac: Remove code that sets python_has_threads.
2634
71737c43
CB
26352019-10-24 Christian Biesinger <cbiesinger@google.com>
2636
2637 * config.in: Regenerate.
2638 * configure: Regenerate.
2639 * configure.ac: Remove the code that uses sed to get the python
2640 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2641
33d569b7
AB
26422019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2645 error paths.
2646
f16f7b7c
TT
26472019-10-23 Tom Tromey <tom@tromey.com>
2648
2649 * arc-tdep.c: Remove ".." from include.
2650 * frv-tdep.c: Remove ".." from include.
2651 * lm32-tdep.c: Remove ".." from include.
2652 * microblaze-tdep.c: Remove ".." from include.
2653 * or1k-tdep.h: Remove ".." from include.
2654 * s12z-tdep.c: Remove ".." from include.
2655 * Makefile.in (OPCODES_CFLAGS): Add comment.
2656 (TOP_CFLAGS): New variable.
2657 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2658
6999161a
TT
26592019-10-23 Tom Tromey <tom@tromey.com>
2660
2661 * Makefile.in (READLINE_DIR): Update.
2662
12e7c35e
TBA
26632019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2664
2665 * infcall.c (call_function_by_hand_dummy): Fix the function
2666 comment. And extract out a code section into...
2667 (reserve_stack_space): ...this new function.
2668
37055cad
TBA
26692019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2670
2671 * infcall.c (value_arg_coerce): Remove an unused parameter.
2672 (call_function_by_hand_dummy): Update the call to
2673 'value_arg_coerce'.
2674
39bcc47c
TBA
26752019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2676
2677 * infcall.c (call_function_by_hand_dummy): Refactor.
2678
bd888c0f
TBA
26792019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2680
2681 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2682
c12d372d
TT
26832019-10-23 Tom Tromey <tom@tromey.com>
2684
2685 * configure: Rebuild.
2686 * configure.ac: Don't check for sigprocmask.
2687 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2688
4d0b984b
TT
26892019-10-23 Tom Tromey <tom@tromey.com>
2690
2691 * configure: Rebuild.
2692 * acinclude.m4: Use m4_include, not sinclude.
2693
7e785608
TV
26942019-10-23 Tom de Vries <tdevries@suse.de>
2695
2696 PR breakpoints/24687
2697 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2698
403772ef
CB
26992019-10-22 Christian Biesinger <cbiesinger@google.com>
2700
2701 * symtab.c (struct demangled_name_entry) <language>: Change from
2702 bitfield to regular variable.
2703
3a494279
CB
27042019-10-22 Christian Biesinger <cbiesinger@google.com>
2705
2706 * symtab.c (struct demangled_name_entry): Add a constructor.
2707 (free_demangled_name_entry): New function to call the destructor
2708 for demangled_name_entry.
2709 (create_demangled_names_hash): Pass free_demangled_name_entry to
2710 htab_create_alloc.
2711 (symbol_set_names): Call placement new for demangled_name_entry.
2712 * utils.c: No longer include xxhash.h here, now that fast_hash
2713 is inlined in the header.
2714 * utils.h: Instead, include it here.
2715
ccb1ba62
CB
27162019-10-22 Christian Biesinger <cbiesinger@google.com>
2717
2718 * Makefile.in: Link with libxxhash.
2719 * config.in: Regenerate.
2720 * configure: Regenerate.
2721 * configure.ac: Search for libxxhash.
2722 * utils.c (fast_hash): Use xxhash if present.
2723
1a6ff1a9
CB
27242019-10-22 Christian Biesinger <cbiesinger@google.com>
2725
2726 * utils.h (fast_hash): New function.
2727 * symtab.c (hash_demangled_name_entry): Call new function
2728 fast_hash.
2729
7bb43059
CB
27302019-10-22 Christian Biesinger <cbiesinger@google.com>
2731
2732 * symtab.c (struct demangled_name_entry): Change type of mangled
2733 to gdb::string_view. Also adds a constructor that takes the
2734 mangled name.
2735 (hash_demangled_name_entry): Update.
2736 (eq_demangled_name_entry): Update.
2737 (free_demangled_name_entry): New function to call the destructor
2738 now that this is not a POD anymore.
2739 (create_demangled_names_hash): Pass free_demangled_name_entry to
2740 htab_create_alloc.
2741 (symbol_set_names): Update.
2742
7ba99d21
AT
27432019-10-21 Ali Tamur <tamu@google.com>
2744
2745 * dwarf2read.c (dir_index): Change type.
2746 (file_name_index): Likewise.
2747 (line_header::include_dir_at): Change comment and implementation on
2748 whether it is DWARF 5.
2749 (line_header::is_valid_file_index): New function.
2750 (line_header::file_name_at): Change comment and implementation on
2751 whether it is DWARF 5.
2752 (line_header::file_names): Change to private field renamed as
2753 m_file_names and introduce a new accessor method.
2754 (line_header::file_names_size): New method.
2755 (line_header::include_dirs): Change to private field and rename as
2756 m_include_dirs.
2757 (dw2_get_file_names_reader): Define local var at a smaller scope and
2758 reflect API change.
2759 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2760 (process_structure_scope): Likewise.
2761 (line_header::add_include_dir): Change message and reflect renaming.
2762 (line_header::add_file_name): Likewise.
2763 (read_formatted_entries): Handle DW_FORM_data16.
2764 (dwarf_decode_line_header): Fix line header length calculation.
2765 (psymtab_include_file_name): Change comment and API.
2766 (lnp_state_machine::m_file): Update comment and reflect type change.
2767 (lnp_state_machine::record_line): Reflect type change.
2768 (dwarf_decode_lines): Reflect API change.
2769 (file_file_name): Likewise.
2770 (file_full_name): Likewise.
2771
45f47c3a
AB
27722019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2775
e5f3c0e3
TT
27762019-10-21 Tom Tromey <tom@tromey.com>
2777
2778 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2779
a0a461e5
TT
27802019-10-21 Tom Tromey <tom@tromey.com>
2781
2782 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2783 NM_H. Use AC_CONFIG_LINKS.
2784 * configure: Rebuild.
2785 * Makefile.in (NM_H): New variable.
2786 (generated_files): Add NM_H. Remove gcore.
2787 (nm.h, stamp-nmh): New targets.
2788
54d83b8d
TT
27892019-10-20 Tom Tromey <tom@tromey.com>
2790
2791 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2792 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2793 obsolete comment.
2794 (put_objfile_before): Now static.
2795
23771117
SM
27962019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2797
2798 * gdbsupport/common-utils.h (startswith): Change return type to
2799 bool.
2800
39ef2f62
CB
28012019-10-19 Christian Biesinger <cbiesinger@google.com>
2802
2803 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2804 * breakpoint.c (bp_locations_compare): Rename to...
2805 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2806 (update_global_location_list): Use std::sort instead of qsort.
2807 * buildsym.c (compare_line_numbers): Rename to...
2808 (lte_is_less_than): ...this, and change to std::sort semantics.
2809 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2810 instead of qsort.
2811 * disasm.c (compare_lines): Rename to...
2812 (line_is_less_than): ...this, and change to std::sort semantics.
2813 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2814 of qsort.
2815 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2816 (fde_is_less_than): ...this, and change to std::sort semantics.
2817 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2818 * mdebugread.c (compare_blocks):
2819 (block_is_less_than): ...this, and change to std::sort semantics.
2820 (sort_blocks): Call std::sort instead of qsort.
2821 * objfiles.c (qsort_cmp): Rename to...
2822 (sort_cmp): ...this, and change to std::sort semantics.
2823 (update_section_map): Call std::sort instead of qsort.
2824 * remote.c (compare_pnums): Remove.
2825 (map_regcache_remote_table): Call std::sort instead of qsort.
2826 * utils.c (compare_positive_ints): Remove.
2827 * utils.h (compare_positive_ints): Remove.
2828 * xcoffread.c (compare_lte): Remove.
2829 (arrange_linetable): Call std::sort instead of qsort.
2830
f71433ee
SDJ
28312019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2832
2833 * symfile.c (init_entry_point_info): Fix typo.
2834 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2835
85102364
TV
28362019-10-18 Tom de Vries <tdevries@suse.de>
2837
2838 * aarch64-tdep.c: Fix typos in comments.
2839 * ada-lang.c: Same.
2840 * ada-tasks.c: Same.
2841 * alpha-tdep.c: Same.
2842 * alpha-tdep.h: Same.
2843 * amd64-nat.c: Same.
2844 * amd64-windows-tdep.c: Same.
2845 * arc-tdep.c: Same.
2846 * arc-tdep.h: Same.
2847 * arch-utils.c: Same.
2848 * arm-nbsd-tdep.c: Same.
2849 * arm-tdep.c: Same.
2850 * ax-gdb.c: Same.
2851 * blockframe.c: Same.
2852 * btrace.c: Same.
2853 * c-varobj.c: Same.
2854 * coff-pe-read.c: Same.
2855 * coffread.c: Same.
2856 * cris-tdep.c: Same.
2857 * darwin-nat.c: Same.
2858 * dbxread.c: Same.
2859 * dcache.c: Same.
2860 * disasm.c: Same.
2861 * dtrace-probe.c: Same.
2862 * dwarf-index-write.c: Same.
2863 * dwarf2-frame-tailcall.c: Same.
2864 * dwarf2-frame.c: Same.
2865 * dwarf2read.c: Same.
2866 * eval.c: Same.
2867 * exceptions.c: Same.
2868 * fbsd-tdep.c: Same.
2869 * findvar.c: Same.
2870 * frame.c: Same.
2871 * frv-tdep.c: Same.
2872 * gnu-v3-abi.c: Same.
2873 * go32-nat.c: Same.
2874 * h8300-tdep.c: Same.
2875 * hppa-tdep.c: Same.
2876 * i386-linux-tdep.c: Same.
2877 * i386-tdep.c: Same.
2878 * ia64-libunwind-tdep.c: Same.
2879 * ia64-tdep.c: Same.
2880 * infcmd.c: Same.
2881 * infrun.c: Same.
2882 * linespec.c: Same.
2883 * linux-nat.c: Same.
2884 * linux-thread-db.c: Same.
2885 * machoread.c: Same.
2886 * mdebugread.c: Same.
2887 * mep-tdep.c: Same.
2888 * mn10300-tdep.c: Same.
2889 * namespace.c: Same.
2890 * objfiles.c: Same.
2891 * opencl-lang.c: Same.
2892 * or1k-tdep.c: Same.
2893 * osabi.c: Same.
2894 * ppc-linux-nat.c: Same.
2895 * ppc-linux-tdep.c: Same.
2896 * ppc-sysv-tdep.c: Same.
2897 * printcmd.c: Same.
2898 * procfs.c: Same.
2899 * record-btrace.c: Same.
2900 * record-full.c: Same.
2901 * remote-fileio.c: Same.
2902 * remote.c: Same.
2903 * rs6000-tdep.c: Same.
2904 * s12z-tdep.c: Same.
2905 * score-tdep.c: Same.
2906 * ser-base.c: Same.
2907 * ser-go32.c: Same.
2908 * skip.c: Same.
2909 * sol-thread.c: Same.
2910 * solib-svr4.c: Same.
2911 * solib.c: Same.
2912 * source.c: Same.
2913 * sparc-nat.c: Same.
2914 * sparc-sol2-tdep.c: Same.
2915 * sparc-tdep.c: Same.
2916 * sparc64-tdep.c: Same.
2917 * stabsread.c: Same.
2918 * stack.c: Same.
2919 * symfile.c: Same.
2920 * symtab.c: Same.
2921 * target-descriptions.c: Same.
2922 * target-float.c: Same.
2923 * thread.c: Same.
2924 * utils.c: Same.
2925 * valops.c: Same.
2926 * valprint.c: Same.
2927 * value.c: Same.
2928 * varobj.c: Same.
2929 * windows-nat.c: Same.
2930 * xcoffread.c: Same.
2931 * xstormy16-tdep.c: Same.
2932 * xtensa-tdep.c: Same.
2933
c5adaa19
TT
29342019-10-17 Tom Tromey <tromey@adacore.com>
2935
2936 * configure: Rebuild.
2937 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2938 in AC_CONFIG_FILES invocation.
2939 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2940 new-style config.status invocation.
2941
405feb71
TV
29422019-10-17 Tom de Vries <tdevries@suse.de>
2943
2944 * arm-nbsd-nat.c: Fix typos in comments.
2945 * arm-tdep.c: Same.
2946 * darwin-nat-info.c: Same.
2947 * dwarf2read.c: Same.
2948 * elfread.c: Same.
2949 * event-top.c: Same.
2950 * findvar.c: Same.
2951 * gdbtypes.c: Same.
2952 * hppa-tdep.c: Same.
2953 * i386-tdep.c: Same.
2954 * jit.c: Same.
2955 * main.c: Same.
2956 * mdebugread.c: Same.
2957 * moxie-tdep.c: Same.
2958 * nto-procfs.c: Same.
2959 * osabi.c: Same.
2960 * ppc-linux-tdep.c: Same.
2961 * remote.c: Same.
2962 * riscv-tdep.c: Same.
2963 * s390-tdep.c: Same.
2964 * sh-tdep.c: Same.
2965 * sparc-linux-tdep.c: Same.
2966 * sparc-nat.c: Same.
2967 * stack.c: Same.
2968 * target-descriptions.c: Same.
2969 * top.c: Same.
2970 * varobj.c: Same.
2971
befcd486
TT
29722019-10-16 Tom Tromey <tom@tromey.com>
2973
2974 * objfiles.h (struct objfile) <original_name>: Now const.
2975
17bfe554
CB
29762019-10-16 Christian Biesinger <cbiesinger@google.com>
2977
2978 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2979 pass on to sigsetjmp's second argument.
2980 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2981
950b7495
KS
29822019-10-16 Keith Seitz <keiths@redhat.com>
2983
2984 PR gdb/23567
2985 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2986 sections whose size is greater than the file size.
2987
ff371ec9
JW
29882019-10-16 Jim Wilson <jimw@sifive.com>
2989
2990 * riscv-tdep.c (riscv_gcc_target_options): New.
2991 (riscv_gnu_triplet_regexp): New.
2992 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2993 set_gdbarch_gnu_triplet_regexp.
2994
fec4e896
CB
29952019-10-16 Christian Biesinger <cbiesinger@google.com>
2996
2997 * Makefile.in: Add xml-builtin.h.
2998 * features/feature_to_c.sh: Add an include for xml-builtin.h
2999 to ensure that the compiler checks that the types match.
3000 * xml-builtin.h: New file.
3001 * xml-support.c (fetch_xml_builtin): Add missing const.
3002 * xml-support.h: Remove declaration of xml_builtins.
3003
d10eccaa
TV
30042019-10-16 Tom de Vries <tdevries@suse.de>
3005
3006 PR tdep/25096
3007 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
3008 (amd64_classify_aggregate): ... here.
3009 (amd64_classify_aggregate_field): Handled fiels of nested structs
3010 recursively.
3011
745ff14e
TV
30122019-10-16 Tom de Vries <tdevries@suse.de>
3013
3014 PR tdep/24104
3015 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
3016 that handles 'theclass'.
3017
791b7405
AB
30182019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * linespec.c (decode_digits_ordinary): Update comment.
3021 * make-target-delegates: No longer need to handle VEC case.
3022 * memrange.c (normalize_mem_ranges): Update comment.
3023 * namespace.c (add_using_directive): Update comment.
3024 * objc-lang.c (uniquify_strings): Update comment.
3025 * ppc-linux-nat.c (struct thread_points): Update comment.
3026 * probe.h (find_probes_in_objfile): Update comment.
3027 * target.h (enum flash_preserve_mode): Update comment.
3028 * varobj.c (varobj_restrict_range): Update comment.
3029 * varobj.h (varobj_list_children): Update comment.
3030
0dc32745
AB
30312019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * Makefile.in: Remove references to vec.h and vec.c.
3034 * aarch64-tdep.c: No longer include vec.h.
3035 * ada-lang.c: Likewise.
3036 * ada-lang.h: Likewise.
3037 * arm-tdep.c: Likewise.
3038 * ax.h: Likewise.
3039 * breakpoint.h: Likewise.
3040 * charset.c: Likewise.
3041 * cp-support.h: Likewise.
3042 * dtrace-probe.c: Likewise.
3043 * dwarf2read.c: Likewise.
3044 * extension.h: Likewise.
3045 * gdb_bfd.c: Likewise.
3046 * gdbsupport/gdb_vecs.h: Likewise.
3047 * gdbsupport/vec.c: Remove.
3048 * gdbsupport/vec.h: Remove.
3049 * gdbthread.h: Likewise.
3050 * guile/scm-type.c: Likewise.
3051 * inline-frame.c: Likewise.
3052 * machoread.c: Likewise.
3053 * memattr.c: Likewise.
3054 * memrange.h: Likewise.
3055 * namespace.h: Likewise.
3056 * nat/linux-btrace.h: Likewise.
3057 * osdata.c: Likewise.
3058 * parser-defs.h: Likewise.
3059 * progspace.h: Likewise.
3060 * python/py-type.c: Likewise.
3061 * record-btrace.c: Likewise.
3062 * rust-exp.y: Likewise.
3063 * solib-target.c: Likewise.
3064 * stap-probe.c: Likewise.
3065 * target-descriptions.c: Likewise.
3066 * target-memory.c: Likewise.
3067 * target.h: Likewise.
3068 * varobj.c: Likewise.
3069 * varobj.h: Likewise.
3070 * xml-support.h: Likewise.
3071
ae640021
AB
30722019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
3075 Update for new std::vector based implementation.
3076 (process_psymtab_comp_unit_reader): Likewise.
3077 (scan_partial_symbols): Likewise.
3078 (recursively_compute_inclusions): Likewise.
3079 (compute_compunit_symtab_includes): Likewise.
3080 (process_imported_unit_die): Likewise.
3081 (queue_and_load_dwo_tu): Likewise.
3082 (follow_die_sig_1): Likewise.
3083 * gdb/dwarf2read.h: Remove DEF_VEC_P.
3084 (typedef dwarf2_per_cu_ptr): Remove.
3085 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
3086 function.
3087 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
3088 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
3089 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
3090 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
3091 std::vector.
3092
55dfc88f
TT
30932019-10-15 Tom Tromey <tromey@adacore.com>
3094
3095 * windows-nat.c (windows_nat_target::resume): Use %x when logging
3096 TID.
3097
96b49c5e
TT
30982019-10-15 Tom Tromey <tromey@adacore.com>
3099
3100 * windows-nat.c (windows_nat_target::fetch_registers)
3101 (windows_nat_target::store_registers): Rename "pid" to "tid".
3102
953cff56
TT
31032019-10-15 Tom Tromey <tromey@adacore.com>
3104
3105 * gdbarch.h, gdbarch.c: Rebuild.
3106 * gdbarch.sh (gcc_target_options): Change return type to
3107 std::string.
3108 * compile/compile.c (get_args): Update.
3109 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
3110 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
3111 std::string.
3112 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
3113 std::string.
3114 * arch-utils.c (default_gcc_target_options): Return std::string.
3115 * arch-utils.h (default_gcc_target_options): Return std::string.
3116 * s390-tdep.c (s390_gcc_target_options): Return std::string.
3117
81e6b8eb
CB
31182019-10-15 Christian Biesinger <cbiesinger@google.com>
3119
3120 * breakpoint.c (breakpoint_chain): Make static.
3121 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
3122 of accessing breakpoint_chain.
3123
95da600f
CB
31242019-10-15 Christian Biesinger <cbiesinger@google.com>
3125
3126 * breakpoint.c (iterate_over_breakpoints): Change function pointer
3127 to a gdb::function_view and return value to bool.
3128 * breakpoint.h (iterate_over_breakpoints): Likewise.
3129 * dummy-frame.c (pop_dummy_frame_bpt): Update.
3130 (pop_dummy_frame): Update.
3131 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
3132 (gdbscm_breakpoints): Update.
3133 * python/py-breakpoint.c (build_bp_list): Update.
3134 (gdbpy_breakpoints): Update.
3135 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
3136 Update.
3137 (bpfinishpy_handle_stop): Update.
3138 (bpfinishpy_handle_exit): Update.
3139 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
3140 (svr4_update_solib_event_breakpoints): Update.
3141
ba18312d
AA
31422019-10-15 Andreas Arnez <arnez@linux.ibm.com>
3143
3144 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
3145 when unwrapping single-field structs.
3146
6acc1a0b
SM
31472019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3148
3149 * dwarf2read.c: Remove includes.
3150
284782de
SM
31512019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3152
3153 * ui-out.c (ui_out::call_do_message): Silence
3154 -Wformat-nonliteral warning.
3155
073bbbb0
SM
31562019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3157
3158 * breakpoint.c: Remove some includes: continuations.h, skip.h,
3159 mi/mi-main.h, readline/readline.h, readline/history.h. Add
3160 include: readline/tilde.h.
3161
7b9a15e1
CB
31622019-10-12 Christian Biesinger <cbiesinger@google.com>
3163
3164 * remote.c (remote_target::get_trace_status): Remove declaration of
3165 trace_regblock_size.
3166
cc8dee1f
CB
31672019-10-12 Christian Biesinger <cbiesinger@google.com>
3168
3169 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
3170 (show_user): Remove declaration of cmdlist.
3171 * cli/cli-cmds.h (max_user_call_depth): Declare.
3172 * cli/cli-script.c (execute_user_command): Remove declaration
3173 of max_user_call_depth.
3174
a83d4ef6
JW
31752019-10-11 Jim Wilson <jimw@sifive.com>
3176
5f93c5a6
JW
3177 * gdbsupport/print-utils.h (pulongest): Fix comment.
3178 (plongest): Likewise.
3179 (phex): Add missing comment, mention leading zeros.
3180 (phex_nz): Add mention of no leading zeros to comment.
3181
a83d4ef6
JW
3182 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
3183 plongest instead of unsigned long long cast.
3184
26344e0c
CB
31852019-10-10 Christian Biesinger <cbiesinger@google.com>
3186
3187 * main.c (captured_main_1): Include gdbtk.h and remove declarations
3188 for external_editor_command and gdbtk_test.
3189
c2c440a9
CB
31902019-10-10 Christian Biesinger <cbiesinger@google.com>
3191
3192 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
3193 * varobj.c (varobjdebug): Move comment to...
3194 * varobj.h (varobjdebug): ...here, and declare.
3195
a31bff9d
TT
31962019-10-09 Tom Tromey <tom@tromey.com>
3197
3198 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
3199 erase_data_content.
3200
7523da63
TT
32012019-10-09 Tom Tromey <tom@tromey.com>
3202
3203 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
3204 * tui/tui-stack.c (tui_locator_window::rerender): Update.
3205 * tui/tui-command.c (tui_cmd_window::resize)
3206 (tui_refresh_cmd_win): Update.
3207 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
3208 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
3209 * tui/tui-data.c (~tui_gen_win_info): Remove.
3210 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3211 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
3212 (tui_redisplay_readline, tui_mld_flush)
3213 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
3214 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
3215 (tui_data_window::erase_data_content)
3216 (tui_data_item_window::rerender)
3217 (tui_data_item_window::refresh_window): Update.
3218 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
3219 (box_win, tui_gen_win_info::make_window)
3220 (tui_gen_win_info::make_visible): Update.
3221 (tui_delete_win): Remove.
3222 * tui/tui-winsource.c
3223 (tui_source_window_base::do_erase_source_content): Update.
3224 (tui_show_source_line, tui_source_window_base::update_tab_width)
3225 (tui_source_window_base::update_exec_info): Update.
3226 * tui/tui-data.h (struct curses_deleter): New.
3227 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
3228 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
3229
a7798e7f
TT
32302019-10-09 Tom Tromey <tom@tromey.com>
3231
3232 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
3233
5c45899e
TT
32342019-10-09 Tom Tromey <tom@tromey.com>
3235
3236 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
3237 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
3238
6d7fd9aa
TT
32392019-10-09 Tom Tromey <tom@tromey.com>
3240
3241 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
3242 window height directly.
3243 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
3244 declare.
3245 * tui/tui-layout.c (tui_default_win_height): Remove.
3246 (tui_default_win_viewport_height): Remove.
3247
d2dd1084
TT
32482019-10-09 Tom Tromey <tom@tromey.com>
3249
3250 * tui/tui.h: Remove comments.
3251
cff32449
TV
32522019-10-09 Tom de Vries <tdevries@suse.de>
3253
3254 * python/lib/gdb/printer/bound_registers.py: Use
3255 '^builtin_type_bound128' as regexp argument for
3256 add_builtin_pretty_printer.
3257
6a25e8a2
CB
32582019-10-09 Christian Biesinger <cbiesinger@google.com>
3259
3260 * guile/guile.c (guile_extension_script_ops): Remove forward
3261 declaration and mark as static.
3262 (guile_script_ops): Likewise.
3263 (extension_language_guile): Move further down in the file so
3264 it can reference the definitions for guile_{extension_,}script_ops.
3265
6d9d6da4
AA
32662019-10-09 Andreas Arnez <arnez@linux.ibm.com>
3267
3268 * s390-tdep.c (390_process_record): Handle new arch13 instructions
3269 except SORTL, DFLTCC, and KDSA.
3270
3abea05d
TT
32712019-10-08 Tom Tromey <tromey@adacore.com>
3272
3273 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
3274 (struct safe_symbol_file_add_args): Remove.
3275
dde996e2
TT
32762019-10-08 Tom Tromey <tromey@adacore.com>
3277
3278 * windows-nat.c: Don't include buildsym-legacy.h.
3279
cd6fdaa1
TT
32802019-10-08 Tom Tromey <tromey@adacore.com>
3281
3282 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
3283
79bb1944
CB
32842019-10-08 Christian Biesinger <cbiesinger@google.com>
3285
3286 * gdbtypes.c (overload_debug): Move comment to header.
3287 * gdbtypes.h (overload_debug): Declare.
3288 * valops.c: Remove declaration of overload_debug, instead
3289 include gdbtypes.h.
3290
34916edc
CB
32912019-10-08 Christian Biesinger <cbiesinger@google.com>
3292
3293 * language.c (show_language_command): Pass lang_frame_mismatch_warn
3294 through _().
3295 (lang_frame_mismatch_warn): Make const, mark with N_(), and
3296 move comment...
3297 * language.h (lang_frame_mismatch_warn): ... here. Also add
3298 declaration.
3299 * top.c (lang_frame_mismatch_warn): Remove declaration.
3300 (check_frame_language_change): Pass lang_frame_mismatch_warn
3301 through _().
3302
bad5c026
CB
33032019-10-07 Christian Biesinger <cbiesinger@google.com>
3304
3305 * c-lang.h (vtbl_ptr_name): Declare.
3306 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
3307 it from the header.
3308 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
3309
51f1fdc3
CB
33102019-10-07 Christian Biesinger <cbiesinger@google.com>
3311
3312 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
3313 gdb_static_assert.
3314
30d1f018
WP
33152019-10-07 Weimin Pan <weimin.pan@oracle.com>
3316
606813d5
WP
3317 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
3318 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
3319 * ctfread.c: New file.
3320 * ctfread.h: New file.
3321 * elfread.c: Include ctfread.h.
3322 (struct elfinfo text_p): New member ctfsect.
3323 (elf_locate_sections): Mark CTF section.
3324 (elf_symfile_read): Call elfctf_build_psymtabs.
3325 * Makefile.in (LIBCTF): Add.
3326 (CLIBS): Use it.
3327 (CDEPS): Likewise.
3328 (DIST): Add ctfread.c.
606813d5
WP
3329
33302019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3331
3332 * ctfread.c (struct nextfield): Renamed to ...
3333 (struct ctf_nextfield): ... this.
3334 (struct field_info): Renamed to ...
3335 (strut ctf_field_info): ... this.
3336 (attach_fields_to_type): Update for renamed structures.
3337 (ctf_add_member_cb): Likewise.
3338 (ctf_add_enum_member_cb): Likewise.
3339 (process_struct_members): Likewise.
3340 (process_enum_type): Likewise.
30d1f018 3341
518fe38c
WP
33422019-10-07 Weimin Pan <weimin.pan@oracle.com>
3343
3344 * tracectf.h: Rename, was ctf.h.
3345 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
3346 * tracefile.c: Likewise.
3347 * tracepoint.c: Remove unused include ctf.h.
3348 * mi/mi-main.c: Likewise.
3349 * Makefile.in Replace ctf.c with tracectf.c.
3350
225f296a
JB
33512019-10-06 Joel Brobecker <brobecker@adacore.com>
3352
3353 * version.in: Change version number to "9.0.50.DATE-git".
3354
77c2dba3
TT
33552019-10-03 Tom Tromey <tom@tromey.com>
3356
3357 PR rust/24976:
3358 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
3359
179aed7f
AB
33602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
3363 cp_search_name_hash.
3364 * NEWS: Add entry about nested function support.
3365
0a4b0913
AB
33662019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3367 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
3370 for nested static variables when searchin VAR_DOMAIN.
3371 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
3372 global scope, update comment.
3373 (add_partial_subprogram): Call add_partial_subprogram recursively
3374 for nested subroutines when processinng Fortran.
3375 (load_partial_dies): Process the child entities of a subprogram
3376 when processing Fortran.
3377 (partial_die_parent_scope): Handle building scope
3378 for Fortran nested functions.
3379 (process_die): Record that nested functions have a scope.
3380 (new_symbol): Always record Fortran subprograms on the global
3381 symbol list.
3382 (determine_prefix): How to build the prefix for Fortran
3383 subprograms.
3384
d8c06f22
AB
33852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
3388 have just sent the thread a SIGSTOP and are waiting for it to
3389 arrive.
3390
a8b3b8e9
AB
33912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * btrace.c (btrace_add_pc): Remove whitespace before the template
3394 parameter in 'std::vector <...>'.
3395 (parse_xml_btrace_block): Likewise.
3396 (btrace_maint_decode_pt): Likewise.
3397 (btrace_maint_update_packets): Likewise.
3398 (btrace_maint_print_packets): Likewise.
3399 * btrace.h (struct btrace_maint_info): Likewise.
3400 * dwarf2read.c (struct type_unit_group): Likewise.
3401 (build_type_psymtabs_reader): Likewise.
3402 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
3403 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
3404 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
3405
4d825eab
TV
34062019-10-03 Tom de Vries <tdevries@suse.de>
3407
3408 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
3409 the first line of the help text for set/show style metadata.
3410
80fd2826
TT
34112019-10-02 Tom Tromey <tromey@adacore.com>
3412
3413 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
3414 * gdbsupport/common-inferior.c: New file.
3415 * infcmd.c (startup_with_shell): Don't define.
3416 * nat/fork-inferior.h (startup_with_shell): Don't declare.
3417 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
3418 * inferior.h (startup_with_shell): Don't declare.
3419
70054538
CB
34202019-10-02 Christian Biesinger <cbiesinger@google.com>
3421
3422 * gdbsupport/gdb_assert.h: Include errors.h.
3423 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
3424
37f6a7f4
TT
34252019-10-02 Tom Tromey <tromey@adacore.com>
3426
3427 * NEWS: Add $_ada_exception entry.
3428 * ada-lang.c (struct ada_catchpoint): Add constructor.
3429 <m_kind>: New member.
3430 (allocate_location_exception, re_set_exception): Remove
3431 "ex" parameter.
3432 (should_stop_exception): Compute $_ada_exception.
3433 (check_status_exception, print_it_exception)
3434 (print_one_exception, print_mention_exception): Remove
3435 "ex" parameter.
3436 (allocate_location_catch_exception, re_set_catch_exception)
3437 (check_status_exception, print_it_catch_exception)
3438 (print_one_catch_exception, print_mention_catch_exception)
3439 (print_recreate_catch_exception)
3440 (allocate_location_catch_exception_unhandled)
3441 (re_set_catch_exception_unhandled)
3442 (check_status_exception, print_it_catch_exception_unhandled)
3443 (print_one_catch_exception_unhandled)
3444 (print_mention_catch_exception_unhandled)
3445 (print_recreate_catch_exception_unhandled)
3446 (allocate_location_catch_assert, re_set_catch_assert)
3447 (check_status_assert, print_it_catch_assert)
3448 (print_one_catch_assert, print_mention_catch_assert)
3449 (print_recreate_catch_assert)
3450 (allocate_location_catch_handlers, re_set_catch_handlers)
3451 (check_status_handlers, print_it_catch_handlers)
3452 (print_one_catch_handlers, print_mention_catch_handlers)
3453 (print_recreate_catch_handlers): Remove.
3454 (create_ada_exception_catchpoint): Update.
3455 (initialize_ada_catchpoint_ops): Update.
3456
fccf9de1
TT
34572019-10-02 Tom Tromey <tromey@adacore.com>
3458
3459 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
3460 (create_excep_cond_exprs): Simplify exception string computation.
3461 (ada_exception_catchpoint_cond_string): Likewise.
3462
4b610737
TT
34632019-10-02 Tom Tromey <tromey@adacore.com>
3464
3465 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
3466 * ada-lang.c (lesseq_defined_than): Handle
3467 LOC_STATIC.
3468 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
3469 parameter.
3470 (dwarf2_has_info): Likewise.
3471 (new_symbol): Set maybe_copied on symbol when
3472 appropriate.
3473 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
3474 parameter.
3475 <can_copy>: New member.
3476 * elfread.c (record_minimal_symbol): Set maybe_copied
3477 on symbol when appropriate.
3478 (elf_symfile_read): Update call to dwarf2_has_info.
3479 * minsyms.c (lookup_minimal_symbol_linkage): New
3480 function.
3481 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
3482 * symtab.c (get_symbol_address, get_msymbol_address):
3483 New functions.
3484 * symtab.h (get_symbol_address, get_msymbol_address):
3485 Declare.
3486 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
3487 maybe_copied.
3488 (struct symbol, struct minimal_symbol) <maybe_copied>:
3489 New member.
3490
1dd58850
TT
34912019-10-02 Tom Tromey <tromey@adacore.com>
3492
3493 * source.c (struct current_source_location): New.
3494 (current_source_key): New global.
3495 (current_source_symtab, current_source_line)
3496 (current_source_pspace): Remove.
3497 (get_source_location): New function.
3498 (get_current_source_symtab_and_line)
3499 (set_default_source_symtab_and_line)
3500 (set_current_source_symtab_and_line)
3501 (clear_current_source_symtab_and_line, select_source_symtab)
3502 (info_source_command, print_source_lines_base)
3503 (info_line_command, search_command_helper, _initialize_source):
3504 Update.
3505
5c281dbb
TT
35062019-10-02 Tom Tromey <tromey@adacore.com>
3507
3508 * source.c (select_source_symtab): Don't call
3509 decode_line_with_current_source.
3510
d3d32391
AB
35112019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * symtab.c (lookup_global_symbol): Search global block.
3514
38583298
TT
35152019-10-02 Tom Tromey <tromey@adacore.com>
3516
3517 * coffread.c (process_coff_symbol): Update.
3518 * dwarf2read.c (var_decode_location, new_symbol): Update.
3519 * mdebugread.c (parse_symbol): Update.
3520 * objfiles.c (relocate_one_symbol): Update.
3521 * stabsread.c (define_symbol, fix_common_block)
3522 (scan_file_globals): Update.
3523 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3524 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3525 * xcoffread.c (process_xcoff_symbol): Update.
3526
9344c18f
AA
35272019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3528
3529 * MAINTAINERS: Update my email address.
3530
df07e2c7
AB
35312019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3534 std::vector.
3535 (build_type_psymtabs_reader): Update for std::vector.
3536 (build_type_psymtab_dependencies): Likewise.
3537 * dwarf2read.h: Remove use of DEF_VEC_P.
3538 (typedef sig_type_ptr): Delete.
3539
554ac434
AB
35402019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3543 to std::vector.
3544 (btrace_maint_decode_pt): Likewise, and move allocation of the
3545 vector outside of the loop.
3546 (btrace_maint_update_packets): Update to handle change from VEC to
3547 std::vector.
3548 (btrace_maint_print_packets): Likewise.
3549 (maint_info_btrace_cmd): Likewise.
3550 * btrace.h: Remove use of DEF_VEC_O.
3551 (typedef btrace_pt_packet_s): Delete.
3552 (struct btrace_maint_info) <packets>: Change fromm VEC to
3553 std::vector.
3554 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3555
46f29a9a
AB
35562019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3559 make accesses into the vector constant references.
3560 (btrace_add_pc): Update for std::vector.
3561 (btrace_stitch_bts): Likewise.
3562 (parse_xml_btrace_block): Likewise.
3563 (btrace_maint_update_packets): Likewise.
3564 (btrace_maint_print_packets): Likewise.
3565 (maint_info_btrace_cmd): Likewise.
3566 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3567 std::vector.
3568 (btrace_data::empty): Likewise.
3569 (btrace_data_append): Likewise.
3570 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3571 (typedef btrace_block_s): Delete.
3572 (struct btrace_block): Add constructor.
3573 (struct btrace_data_bts) <blocks>: Change to std::vector.
3574 * nat/linux-btrace.c (perf_event_read_bts): Update for
3575 std::vector.
3576 (linux_read_bts): Likewise.
3577
d770d56f
TT
35782019-10-01 Tom Tromey <tom@tromey.com>
3579
3580 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3581
9d636d67
TT
35822019-10-01 Tom Tromey <tom@tromey.com>
3583
3584 * stack.c (print_frame, info_frame_command_core): Use
3585 styled_string.
3586 * linux-thread-db.c (try_thread_db_load_1)
3587 (try_thread_db_load_from_pdir_1): Use styled_string.
3588 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3589 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3590 (maybe_print_unsupported_script_warning)
3591 (maybe_print_script_not_found_warning): Use styled_string.
3592 * ada-lang.c (user_select_syms): Use styled_string.
3593
7f6aba03
TT
35942019-10-01 Tom Tromey <tom@tromey.com>
3595
3596 * p-lang.c (pascal_printstr): Use metadata style.
3597 * value.c (show_convenience): Use metadata style.
3598 * valprint.c (valprint_check_validity, val_print_optimized_out)
3599 (val_print_not_saved, val_print_unavailable)
3600 (val_print_invalid_address, generic_val_print, val_print)
3601 (value_check_printable, val_print_array_elements): Use metadata
3602 style.
3603 * ui-out.h (class ui_out) <field_fmt>: New overload.
3604 <do_field_fmt>: Add style parameter.
3605 * ui-out.c (ui_out::field_fmt): New overload.
3606 * typeprint.c (type_print_unknown_return_type)
3607 (val_print_not_allocated, val_print_not_associated): Use metadata
3608 style.
3609 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3610 parameter.
3611 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3612 * tracepoint.c (tvariables_info_1): Use metadata style.
3613 * stack.c (print_frame_arg, print_frame_info, print_frame)
3614 (info_frame_command_core): Use metadata style.
3615 * skip.c (info_skip_command): Use metadata style.
3616 * rust-lang.c (rust_print_enum): Use metadata style.
3617 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3618 metadata style.
3619 * python/py-framefilter.c (py_print_single_arg): Use metadata
3620 style.
3621 * printcmd.c (do_one_display, print_variable_and_value): Use
3622 metadata style.
3623 * p-valprint.c (pascal_val_print)
3624 (pascal_object_print_value_fields): Use metadata style.
3625 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3626 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3627 parameter.
3628 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3629 * m2-valprint.c (m2_print_long_set): Use metadata style.
3630 * m2-typeprint.c (m2_print_type): Use metadata style.
3631 * infcmd.c (print_return_value_1): Use metadata style.
3632 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3633 * f-valprint.c (info_common_command_for_block): Use metadata
3634 style.
3635 * f-typeprint.c (f_type_print_base): Use metadata style.
3636 * expprint.c (print_subexp_standard): Use metadata style.
3637 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3638 * cli/cli-style.h (class cli_style_option): Add constructor.
3639 (metadata_style): Declare.
3640 * cli/cli-style.c (metadata_style): New global.
3641 (_initialize_cli_style): Register metadata style.
3642 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3643 parameter.
3644 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3645 * c-typeprint.c (c_type_print_base_struct_union)
3646 (c_type_print_base_1): Use metadata style.
3647 * breakpoint.c (watchpoint_value_print)
3648 (print_one_breakpoint_location): Use metadata style.
3649 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3650 style.
3651 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3652 style.
3653 * ada-valprint.c (val_print_packed_array_elements, printstr)
3654 (print_field_values, ada_val_print_ref, ada_val_print): Use
3655 metadata style.
3656 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3657 style.
3658 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3659 style.
3660 * ada-lang.c (user_select_syms): Use metadata style.
3661
14309bb6
TT
36622019-10-01 Tom Tromey <tom@tromey.com>
3663
3664 * cli/cli-cmds.c (pwd_command): Style output.
3665
6a831f06
PA
36662019-10-01 Pedro Alves <palves@redhat.com>
3667 Tom Tromey <tom@tromey.com>
3668
3669 * symtab.c (print_symbol_info): Use %ps.
3670 (print_msymbol_info): Use %ps.
3671 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3672 * printcmd.c (print_variable_and_value): Use %ps.
3673 * macrocmd.c (show_pp_source_pos): Use %ps.
3674 * infrun.c (print_exited_reason): Use ui_out::message.
3675 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3676 (describe_other_breakpoints): Use ui_out::message and new
3677 formats.
3678 (say_where): Use new formats.
3679 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3680 and new formats.
3681
2a3c1174
PA
36822019-10-01 Pedro Alves <palves@redhat.com>
3683 Tom Tromey <tom@tromey.com>
3684
3685 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3686 (test_gdb_formats): New function.
3687 (run_tests): Call it.
3688 (test_format_specifier): Update.
3689 * utils.h (fputs_filtered): Update comment.
3690 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3691 (fputs_styled_unfiltered): Declare.
3692 * utils.c (fputs_styled_unfiltered): New function.
3693 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3694 (vfprintf_filtered): Update.
3695 (vfprintf_unfiltered, vprintf_filtered): Update.
3696 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3697 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3698 disallow_ui_out_field>: New constants.
3699 (enum class field_kind): New.
3700 (struct base_field_s, struct signed_field_s): New.
3701 (signed_field): New function.
3702 (struct string_field_s): New.
3703 (string_field): New function.
3704 (struct styled_string_s): New.
3705 (styled_string): New function.
3706 (class ui_out) <message>: Add comment.
3707 <vmessage, call_do_message>: New methods.
3708 <do_message>: Add style parameter.
3709 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3710 methods.
3711 (ui_out::message): Rewrite.
3712 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3713 parameter.
3714 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3715 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3716 gdb_extensions parameter.
3717 (class format_piece): Add parameter to constructor.
3718 (n_int_args): New field.
3719 * gdbsupport/format.c (format_pieces::format_pieces): Add
3720 gdb_extensions parameter. Handle '*'.
3721 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3722 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3723 vfprintf_styled_no_gdbfmt.
3724 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3725 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3726 unfiltered output.
3727 * ui-style.h (struct ui_file_style) <ptr>: New method.
3728
0dfe5bfb
TT
37292019-10-01 Tom Tromey <tom@tromey.com>
3730
3731 * unittests/format_pieces-selftests.c: Update. Add final format.
3732 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3733 empty literal pieces.
3734
e43b10e1
TT
37352019-10-01 Tom Tromey <tom@tromey.com>
3736
3737 * ui-out.h (enum class ui_out_style_kind): Remove.
3738 (class ui_out) <field_string, field_stsream, do_field_string>:
3739 Change type of "style".
3740 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3741 (ui_out::field_string): Update.
3742 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3743 of "style".
3744 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3745 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3746 * stack.c (print_frame_arg, print_frame_info, print_frame):
3747 Update.
3748 * source.c (print_source_lines_base): Update.
3749 * solib.c (info_sharedlibrary_command): Update.
3750 * skip.c (info_skip_command): Update.
3751 * record-btrace.c (btrace_call_history_src_line)
3752 (btrace_call_history): Update.
3753 * python/py-framefilter.c (py_print_frame): Update.
3754 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3755 "style".
3756 * mi/mi-out.c (mi_ui_out::do_table_header)
3757 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3758 (mi_ui_out::do_field_string): Update.
3759 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3760 Update.
3761 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3762 "style".
3763 * cli-out.c (cli_ui_out::do_table_header)
3764 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3765 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3766 (cli_ui_out::do_field_fmt): Update.
3767 * breakpoint.c (print_breakpoint_location): Update.
3768 (update_static_tracepoint): Update.
3769
cd7c32c3
PW
37702019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3771
3772 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3773 conversion of gdb_datadir.
3774 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3775 remove not needed c_str ().
3776
8fe0f950
AT
37772019-09-30 Ali Tamur <tamur@google.com>
3778
3779 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3780 (dwarf2_string_attr): Likewise.
3781
5f48f8f3
AT
37822019-09-30 Ali Tamur <tamur@google.com>
3783
3784 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3785 (process_full_type_unit): Likewise.
3786 (dump_die_shallow): Likewise.
3787 (cu_debug_loc_section): Likewise.
3788
6fb08628
CB
37892019-09-28 Christian Biesinger <cbiesinger@google.com>
3790
3791 * minsyms.c (compare_minimal_symbols): Rename to...
3792 (minimal_symbol_is_less_than): ...this, and adjust to STL
3793 conventions (return bool, take arguments as references)
3794 (minimal_symbol_reader::install): Call std::sort instead
3795 of qsort.
3796
c7ee338a
CB
37972019-09-29 Christian Biesinger <cbiesinger@google.com>
3798
3799 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3800 hash and why.
3801 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3802 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3803
703a86c2
SM
38042019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3805
3806 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3807 * psympriv.h (add_psymbol_to_list): Move comment here and update
3808 it.
3809
0df0352a
TV
38102019-09-29 Tom de Vries <tdevries@suse.de>
3811
3812 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3813 Use $tmpdir/$(basename "$output_file").dwz instead of
3814 "${output_file}.dwz".
3815
ad75efa6
SM
38162019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3817
3818 PR gdb/25045
3819 * hppa-linux-nat.c: Include gdbarch.h.
3820
ececd218
CB
38212019-09-26 Christian Biesinger <cbiesinger@google.com>
3822
3823 * blockframe.c (find_pc_partial_function): Change return type to bool.
3824 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3825 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3826 (stub_gnu_ifunc_resolve_name): Likewise.
3827 * symtab.c (compare_filenames_for_search): Likewise.
3828 (compare_glob_filenames_for_search): Likewise.
3829 (matching_obj_sections): Likewise.
3830 (symbol_matches_domain): Likewise.
3831 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3832 (find_line_pc): Change return type to bool.
3833 (find_line_pc_range): Likewise.
3834 (producer_is_realview): Likewise.
3835 * symtab.h (symbol_matches_domain): Likewise.
3836 (find_pc_partial_function): Likewise.
3837 (find_pc_line_pc_range): Likewise.
3838 (in_gnu_ifunc_stub): Likewise.
3839 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3840 (find_line_pc): Likewise.
3841 (find_line_pc_range): Likewise.
3842 (matching_obj_sections): Likewise.
3843 (find_line_symtab): Change out parameter to bool.
3844 (producer_is_realview): Change return type to bool.
3845 (compare_filenames_for_search): Likewise.
3846 (compare_glob_filenames_for_search): Likewise.
3847
27a900b8
TT
38482019-09-26 Tom Tromey <tom@tromey.com>
3849
3850 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3851 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3852 * gdb_usleep.h: Remove.
3853 * gdb_usleep.c: Remove.
3854 * utils.c: Don't include gdb_usleep.h.
3855
5d63b30a
TT
38562019-09-26 Tom Tromey <tromey@adacore.com>
3857
3858 * python/py-type.c (type_to_type_object): Call check_typedef
3859 for stub types.
3860
12904d37
TT
38612019-09-26 Tom Tromey <tom@tromey.com>
3862
3863 * utils.h (initialize_utils): Don't declare.
3864 * top.c (gdb_init): Don't call initialize_utils.
3865 * utils.c (initialize_utils): Remove. Move contents...
3866 (_initialize_utils): ... here.
3867
858f25f0
TT
38682019-09-25 Tom Tromey <tom@tromey.com>
3869
3870 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3871 * utils.h (make_hex_string): Don't declare.
3872 * utils.c (make_hex_string): Remove.
3873
3d435220
TV
38742019-09-24 Tom de Vries <tdevries@suse.de>
3875
3876 PR gdb/23815
3877 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3878 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3879
ddd44b70
DD
38802019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3881
3882 * NEWS: Mention new simulator port for PRU.
3883
f945dedf
CB
38842019-09-23 Christian Biesinger <cbiesinger@google.com>
3885
3886 * ada-exp.y (write_object_remaining): Update.
3887 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3888 and eliminate the static buffer.
3889 (ada_decode_symbol): Update.
3890 (ada_la_decode): Update.
3891 (ada_sniff_from_mangled_name): Update.
3892 (is_valid_name_for_wild_match): Update.
3893 (ada_lookup_name_info::matches): Update and simplify.
3894 (name_matches_regex): Update.
3895 (ada_add_global_exceptions): Update.
3896 * ada-lang.h (ada_decode): Update signature.
3897 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3898 * dwarf-index-write.c (debug_names::insert): Update.
3899
7ab78ccb
SM
39002019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3901
3902 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3903 formatting.
3904
9252448b
SM
39052019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3906
3907 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3908 Change "nonzero" to "true" in documentation.
3909
626ca2c0
CB
39102019-09-20 Christian Biesinger <cbiesinger@google.com>
3911
3912 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3913 (_initialize_darwin_solib): Don't set
3914 darwin_so_ops.lookup_lib_global_symbol.
3915 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3916 set_gdbarch_iterate_over_objfiles_in_search_order.
3917 (elf_lookup_lib_symbol): Rename to...
3918 (svr4_iterate_over_objfiles_in_search_order): this, and update
3919 to iterate semantics.
3920 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3921 * solib.c (solib_global_lookup): Remove.
3922 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3923 (solib_global_lookup): Remove.
3924 * symtab.c (lookup_global_or_static_symbol): Remove call to
3925 solib_global_lookup.
3926
5a3a0d63
JB
39272019-09-20 Joel Brobecker <brobecker@adacore.com>
3928
3929 * NEWS: Move entries about default MI version now being
3930 version 3, and about the GDB/MI fix for multi-location
3931 breakpoints to the "since GDB 8.3" section.
3932
ffea1427
JB
39332019-09-20 Joel Brobecker <brobecker@adacore.com>
3934
3935 GDB 8.3.1 released.
3936
abf516c6
UW
39372019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3938
3939 * NEWS: Mention that Cell/B.E. debugging support was removed.
3940 * MAINTAINERS: Remove spu target.
3941
3942 * config/djgpp/fnchange.lst: Remove entries for removed files.
3943
3944 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3945 spu-multiarch.o, and spu-tdep.o.
3946 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3947 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3948 spu-multiarch.c, and spu-tdep.c.
3949 * spu-linux-nat.c: Remove file.
3950 * spu-multiarch.c: Remove file.
3951 * spu-tdep.c: Remove file.
3952 * spu-tdep.h: Remove file.
3953 * solib-spu.c: Remove file.
3954 * solib-spu.h: Remove file.
3955
3956 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3957 * configure.nat (spu-linux): Remove.
3958 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3959 solib-multiarch.o from gdb_target_obs.
3960 (spu*-*-*): Remove.
3961
3962 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3963 feature flag.
3964 (ppc_linux_no_features): Update.
3965 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3966 Cell/B.E. support.
3967 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3968 (tdesc_powerpc_cell64l): Likewise.
3969 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3970 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3971 Cell/B.E. support.
3972 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3973 Do not include "features/rs6000/powerpc-cell32l.c" or
3974 "features/rs6000/powerpc-cell64l.c".
3975 (ppc_linux_spu_section): Remove.
3976 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3977 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3978 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3979 (ppc_linux_spe_context_lookup): Remove.
3980 (ppc_linux_spe_context_inferior_created): Remove.
3981 (ppc_linux_spe_context_solib_loaded): Remove.
3982 (ppc_linux_spe_context_solib_unloaded): Remove.
3983 (ppc_linux_spe_context): Remove.
3984 (struct ppu2spu_cache): Remove.
3985 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3986 (struct ppu2spu_data): Remove.
3987 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3988 ppu2spu_unwind): Remove.
3989 (ppc_linux_init_abi): Remove Cell/B.E. support.
3990 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3991
3992 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3993 (rs6000/powerpc-cell64l-expedite): Likewise
3994 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3995 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3996 rs6000/powerpc-cell64l.xml.
3997 * features/rs6000/powerpc-cell32l.xml: Remove.
3998 * features/rs6000/powerpc-cell64l.xml: Likewise.
3999 * features/rs6000/powerpc-cell32l.c: Remove generated file.
4000 * features/rs6000/powerpc-cell64l.c: Likewise.
4001 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
4002 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
4003 * regformats/reg-spu.dat: Remove.
4004
4005 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
4006 * corelow.c (struct spuid_list): Remove.
4007 (add_to_spuid_list): Remove.
4008 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
4009 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
4010 (remote_protocol_features): Remove associated entries.
4011 (_initialize_remote): No longer initialize them.
4012 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
4013 * linux-nat.c (SPUFS_MAGIC): Remove.
4014 (linux_proc_xfer_spu): Remove.
4015 (spu_enumerate_spu_ids): Remove.
4016 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
4017 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
4018 (linux_make_corefile_notes): No longer call it.
4019
4020 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
4021 (cooked_write_test): Likewise.
4022
78e8cb91
TT
40232019-09-20 Tom Tromey <tom@tromey.com>
4024
4025 * NEWS: Mention case-sensitivity of TUI commands.
4026 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
4027 (tui_set_win_height_command, parse_scrolling_args): Likewise.
4028 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
4029
f074b67e
TT
40302019-09-20 Tom Tromey <tom@tromey.com>
4031
4032 * tui/tui-source.c (tui_source_window::set_contents): Use
4033 make_unique_xstrdup.
4034 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
4035 make_unique_xstrdup.
4036
63c4bf19
TT
40372019-09-20 Tom Tromey <tom@tromey.com>
4038
4039 * tui/tui-data.c: Remove separator comments.
4040 * tui/tui-layout.c: Remove separator comments.
4041 * tui/tui-win.c: Remove separator comments.
4042 * tui/tui-wingeneral.c: Remove separator comments.
4043
43df9b2f
TT
40442019-09-20 Tom Tromey <tom@tromey.com>
4045
4046 * tui/tui.h (strcat_to_buf): Don't declare.
4047 * tui/tui.c (strcat_to_buf): Remove.
4048
7226433c
TT
40492019-09-20 Tom Tromey <tom@tromey.com>
4050
4051 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
4052 from "fullname".
4053 * tui/tui-source.c (tui_source_window::set_contents)
4054 (tui_source_window::location_matches_p)
4055 (tui_source_window::maybe_update): Update.
4056
80df3337
TT
40572019-09-20 Tom Tromey <tom@tromey.com>
4058
4059 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
4060 Update.
4061 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
4062 prefix.
4063 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4064 (tui_data_window::line_from_reg_element_no)
4065 (tui_data_window::first_reg_element_no_inline)
4066 (tui_data_window::show_registers)
4067 (tui_data_window::show_register_group)
4068 (tui_data_window::display_registers_from)
4069 (tui_data_window::display_registers_from_line)
4070 (tui_data_window::first_data_item_displayed)
4071 (tui_data_window::delete_data_content_windows)
4072 (tui_data_window::erase_data_content)
4073 (tui_data_window::do_scroll_vertical)
4074 (tui_data_window::refresh_window)
4075 (tui_data_window::check_register_values): Update.
4076
9923f347
TT
40772019-09-20 Tom Tromey <tom@tromey.com>
4078
4079 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
4080 (struct tui_locator_window) <full_name, proc_name>: Now
4081 std::string.
4082 * tui/tui-stack.c (tui_locator_window::make_status_line)
4083 (tui_locator_window::set_locator_fullname)
4084 (tui_locator_window::set_locator_info): Update.
4085 * tui/tui-source.c (tui_source_window::set_contents)
4086 (tui_source_window::showing_source_p): Update.
4087
b76251ab
TT
40882019-09-20 Tom Tromey <tom@tromey.com>
4089
4090 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4091 Don't call tui_locator_win_info_ptr.
4092
0891be08
TT
40932019-09-20 Tom Tromey <tom@tromey.com>
4094
4095 * tui/tui-win.c (tui_resize_all): Don't call refresh.
4096
1b935acf
TT
40972019-09-20 Tom Tromey <tom@tromey.com>
4098
4099 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
4100 height for locator.
4101 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
4102 * tui/tui-layout.c (show_source_disasm_command, show_data)
4103 (show_source_or_disasm_and_command): Use 1 as height for locator.
4104
9abd8a65
TT
41052019-09-20 Tom Tromey <tom@tromey.com>
4106
4107 * tui/tui.c (tui_enable): Update.
4108 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
4109 Update.
4110 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
4111 Update.
4112 * tui/tui-data.c (win_resized): Now bool.
4113 (tui_win_resized): Return bool.
4114 (tui_set_win_resized_to): Accept a bool.
4115
b5457826
TT
41162019-09-20 Tom Tromey <tom@tromey.com>
4117
4118 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
4119 Change type of "refresh_values_only".
4120 * tui/tui-regs.c (tui_data_window::show_register_group): Change
4121 type of "refresh_values_only".
4122
6b915f7d
TT
41232019-09-20 Tom Tromey <tom@tromey.com>
4124
4125 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
4126 std::string.
4127 (tui_disassemble): Add "pos" parameter.
4128 (tui_disasm_window::set_contents): Simplify.
4129
2ad52f6f
TT
41302019-09-20 Tom Tromey <tom@tromey.com>
4131
4132 * tui/tui-winsource.h (struct tui_source_window_base)
4133 <show_source_content>: Now private.
4134 * tui/tui-winsource.c
4135 (tui_source_window_base::show_source_content): Don't handle empty
4136 content case.
4137
b3b1bde6
TT
41382019-09-20 Tom Tromey <tom@tromey.com>
4139
4140 * tui/tui-layout.c (show_source_disasm_command)
4141 (show_source_or_disasm_and_command): Don't call
4142 show_source_content.
4143
71a25ed2
TT
41442019-09-20 Tom Tromey <tom@tromey.com>
4145
4146 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
4147 Declare.
4148 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
4149 from tui_make_status_line.
4150 (tui_locator_window::rerender): Update.
4151
f8532154
TT
41522019-09-20 Tom Tromey <tom@tromey.com>
4153
4154 * tui/tui-stack.c (tui_make_status_line): Return std::string.
4155 (tui_locator_window::rerender): Update.
4156
2d81b349
TT
41572019-09-20 Tom Tromey <tom@tromey.com>
4158
4159 * tui/tui-winsource.h (struct tui_source_window_base)
4160 <~tui_source_window_base>: Don't declare.
4161 <fullname>: Remove.
4162 * tui/tui-winsource.c (~tui_source_window_base): Remove.
4163 * tui/tui-source.h (struct tui_source_window) <fullname>: New
4164 member.
4165 * tui/tui-source.c (tui_source_window::set_contents): Update.
4166 (tui_source_window::location_matches_p)
4167 (tui_source_window::maybe_update): Update.
4168
f14bec58
TT
41692019-09-20 Tom Tromey <tom@tromey.com>
4170
4171 * tui/tui-winsource.h (~tui_source_element): Remove.
4172 (tui_source_element): Update.
4173 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
4174 * tui/tui-winsource.c (tui_show_source_line): Update.
4175 * tui/tui-source.c (tui_source_window::set_contents): Update.
4176 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4177
78d5933a
TT
41782019-09-20 Tom Tromey <tom@tromey.com>
4179
4180 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
4181 declare.
4182 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
4183 tui_clear_source_windows_detail.
4184 * tui/tui-winsource.h (struct tui_source_window_base)
4185 <clear_detail>: Don't declare.
4186 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
4187 Remove.
4188 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
4189
d4207696
TT
41902019-09-20 Tom Tromey <tromey@adacore.com>
4191
4192 PR ada/24919:
4193 * block.c (contained_in): Fix final return value.
4194
00f93c44
AM
41952019-09-20 Alan Modra <amodra@gmail.com>
4196
4197 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
4198 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
4199 (read_indirect_string_from_dwz): Use bfd accessor.
4200 * dwarf2read.h (struct dwz_file <filename>): Likewise.
4201 * machoread.c (macho_symfile_read_all_oso): Likewise.
4202 * solib.c (solib_bfd_open): Likewise.
4203
e4153ae6
CB
42042019-09-19 Christian Biesinger <cbiesinger@google.com>
4205
4206 * eval.c: Move declaration of overload_resolution to...
4207 * value.h: ...here.
4208
c7ae7675
CB
42092019-09-19 Christian Biesinger <cbiesinger@google.com>
4210
4211 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
4212 * arm-linux-tdep.c: Likewise.
4213 * arm-nbsd-nat.c: Likewise.
4214 * arm-tdep.h: Declare arm_apcs_32.
4215 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
4216
e86f08d2
CB
42172019-09-19 Christian Biesinger <cbiesinger@google.com>
4218
4219 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
4220 * dwarf2read.h: Declare dwarf_always_disassemble.
4221
f64e2f40
TV
42222019-09-19 Tom de Vries <tdevries@suse.de>
4223
4224 PR gdb/25009
4225 * source-cache.c (source_cache::ensure): Catch exception thrown during
4226 construction of the highlighter.
4227
fd361982
AM
42282019-09-18 Alan Modra <amodra@gmail.com>
4229
4230 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
4231 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
4232 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
4233 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
4234 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
4235 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
4236 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
4237 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
4238 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
4239 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
4240 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
4241 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
4242 * solib-spu.c, * solib-svr4.c, * solib-target.c,
4243 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
4244 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
4245 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
4246 * mi/mi-interp.c: Update throughout for bfd section macro and
4247 function changes.
4248 * gcore (gcore_create_callback): Use bfd_set_section_lma.
4249 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
4250
11061048
TT
42512019-09-18 Tom Tromey <tom@tromey.com>
4252
4253 * NEWS: Add entry.
4254 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
4255 call rl_initialize.
4256 (tui_enable): Do not call rl_initialize.
4257
7a27b85f
CG
42582019-09-18 Christian Groessler <chris@groessler.org>
4259
4260 * alpha-linux-nat.c: Include gdbarch.h.
4261
f64eea3a
SM
42622019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
4263
4264 * ui-file.c: Include cli/cli-style.h.
4265 (term_cli_styling): Remove cli_styling declaration.
4266
e6f7f6d1
AM
42672019-09-18 Alan Modra <amodra@gmail.com>
4268
4269 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
4270 to bfd_asymbol_section.
4271
1d38e9d1
AM
42722019-09-18 Alan Modra <amodra@gmail.com>
4273
4274 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
4275 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4276 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
4277
90d92a63
AM
42782019-09-18 Alan Modra <amodra@gmail.com>
4279
4280 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
4281 * spu-linux-nat.c (spu_bfd_open): Likewise.
4282
a3d181d2
CB
42832019-09-18 Christian Biesinger <cbiesinger@google.com>
4284
4285 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
4286 to bool to match definition in dwarf2read.c.
4287
491144b5
CB
42882019-09-17 Christian Biesinger <cbiesinger@google.com>
4289
4290 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
4291 (print_signatures): Likewise.
4292 (trust_pad_over_xvs): Likewise.
4293 * arch/aarch64-insn.c (aarch64_debug): Likewise.
4294 * arch/aarch64-insn.h (aarch64_debug): Likewise.
4295 * arm-linux-nat.c (arm_apcs_32): Likewise.
4296 * arm-linux-tdep.c (arm_apcs_32): Likewise.
4297 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
4298 * arm-tdep.c (arm_debug): Likewise.
4299 (arm_apcs_32): Likewise.
4300 * auto-load.c (debug_auto_load): Likewise.
4301 (auto_load_gdb_scripts): Likewise.
4302 (global_auto_load): Likewise.
4303 (auto_load_local_gdbinit): Likewise.
4304 (auto_load_local_gdbinit_loaded): Likewise.
4305 * auto-load.h (global_auto_load): Likewise.
4306 (auto_load_local_gdbinit): Likewise.
4307 (auto_load_local_gdbinit_loaded): Likewise.
4308 * breakpoint.c (disconnected_dprintf): Likewise.
4309 (breakpoint_proceeded): Likewise.
4310 (automatic_hardware_breakpoints): Likewise.
4311 (always_inserted_mode): Likewise.
4312 (target_exact_watchpoints): Likewise.
4313 (_initialize_breakpoint): Update.
4314 * breakpoint.h (target_exact_watchpoints): Change to bool.
4315 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
4316 * cli/cli-cmds.c (trace_commands): Likewise.
4317 * cli/cli-cmds.h (trace_commands): Likewise.
4318 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
4319 to bool*.
4320 * cli/cli-logging.c (logging_overwrite): Change to bool.
4321 (logging_redirect): Likewise.
4322 (debug_redirect): Likewise.
4323 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
4324 (struct boolean_option_def) <get_var_address_cb_>: Change return type
4325 to bool.
4326 <boolean_option_def>: Update.
4327 (struct flag_option_def): Change default type of Context to bool
4328 from int.
4329 <flag_option_def>: Change return type of var_address_cb_ to bool*.
4330 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
4331 (get_setshow_command_value_string): Likewise.
4332 * cli/cli-style.c (cli_styling): Change to bool.
4333 (source_styling): Likewise.
4334 * cli/cli-style.h (source_styling): Likewise.
4335 (cli_styling): Likewise.
4336 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
4337 to bool.
4338 * command.h (var_types): Update comment.
4339 (add_setshow_boolean_cmd): Change int* var argument to bool*.
4340 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
4341 bool.
4342 (debug_compile_cplus_scopes): Likewise.
4343 * compile/compile-internal.h (compile_debug): Likewise.
4344 * compile/compile.c (compile_debug): Likewise.
4345 (struct compile_options) <raw>: Likewise.
4346 * cp-support.c (catch_demangler_crashes): Likewise.
4347 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
4348 (usr_cmd_cris_dwarf2_cfi): Likewise.
4349 * csky-tdep.c (csky_debug): Likewise.
4350 * darwin-nat.c (enable_mach_exceptions): Likewise.
4351 * dcache.c (dcache_enabled_p): Likewise.
4352 * defs.h (info_verbose): Likewise.
4353 * demangle.c (demangle): Likewise.
4354 (asm_demangle): Likewise.
4355 * dwarf-index-cache.c (debug_index_cache): Likewise.
4356 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
4357 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
4358 * dwarf2read.c (check_physname): Likewise.
4359 (use_deprecated_index_sections): Likewise.
4360 (dwarf_always_disassemble): Likewise.
4361 * eval.c (overload_resolution): Likewise.
4362 * event-top.c (set_editing_cmd_var): Likewise.
4363 (exec_done_display_p): Likewise.
4364 * event-top.h (set_editing_cmd_var): Likewise.
4365 (exec_done_display_p): Likewise.
4366 * exec.c (write_files): Likewise.
4367 * fbsd-nat.c (debug_fbsd_lwp): Likewise
4368 (debug_fbsd_nat): Likewise.
4369 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
4370 Likewise.
4371 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
4372 <backtrace_past_entry> Likewise.
4373 * gdb-demangle.h (demangle): Likewise.
4374 (asm_demangle): Likewise.
4375 * gdb_bfd.c (bfd_sharing): Likewise.
4376 * gdbcore.h (write_files): Likewise.
4377 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
4378 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
4379 * gdbthread.h (print_thread_events): Likewise.
4380 * gdbtypes.c (opaque_type_resolution): Likewise.
4381 (strict_type_checking): Likewise.
4382 * gnu-nat.c (gnu_debug_flag): Likewise.
4383 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
4384 * guile/scm-param.c (pascm_variable): Add boolval.
4385 (add_setshow_generic): Update.
4386 (pascm_param_value): Update.
4387 (pascm_set_param_value_x): Update.
4388 * hppa-tdep.c (hppa_debug): Change to bool..
4389 * infcall.c (may_call_functions_p): Likewise.
4390 (coerce_float_to_double_p): Likewise.
4391 (unwind_on_signal_p): Likewise.
4392 (unwind_on_terminating_exception_p): Likewise.
4393 * infcmd.c (startup_with_shell): Likewise.
4394 * inferior.c (print_inferior_events): Likewise.
4395 * inferior.h (startup_with_shell): Likewise.
4396 (print_inferior_events): Likewise.
4397 * infrun.c (step_stop_if_no_debug): Likewise.
4398 (detach_fork): Likewise.
4399 (debug_displaced): Likewise.
4400 (disable_randomization): Likewise.
4401 (non_stop): Likewise.
4402 (non_stop_1): Likewise.
4403 (observer_mode): Likewise.
4404 (observer_mode_1): Likewise.
4405 (set_observer_mode): Update.
4406 (sched_multi): Change to bool.
4407 * infrun.h (debug_displaced): Likewise.
4408 (sched_multi): Likewise.
4409 (step_stop_if_no_debug): Likewise.
4410 (non_stop): Likewise.
4411 (disable_randomization): Likewise.
4412 * linux-tdep.c (use_coredump_filter): Likewise.
4413 (dump_excluded_mappings): Likewise.
4414 * linux-thread-db.c (auto_load_thread_db): Likewise.
4415 (check_thread_db_on_load): Likewise.
4416 * main.c (captured_main_1): Update.
4417 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
4418 xx2_opt, boolean_opt>: Change to bool.
4419 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
4420 * maint.c (maintenance_profile_p): Likewise.
4421 (per_command_time): Likewise.
4422 (per_command_space): Likewise.
4423 (per_command_symtab): Likewise.
4424 * memattr.c (inaccessible_by_default): Likewise.
4425 * mi/mi-main.c (mi_async): Likewise.
4426 (mi_async_1): Likewise.
4427 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
4428 * nat/fork-inferior.h (startup_with_shell): Likewise.
4429 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
4430 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
4431 * nios2-tdep.c (nios2_debug): Likewise.
4432 * or1k-tdep.c (or1k_debug): Likewise.
4433 * parse.c (parser_debug): Likewise.
4434 * parser-defs.h (parser_debug): Likewise.
4435 * printcmd.c (print_symbol_filename): Likewise.
4436 * proc-api.c (procfs_trace): Likewise.
4437 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
4438 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
4439 (set_parameter_value): Update.
4440 (add_setshow_generic): Update.
4441 * python/py-value.c (copy_py_bool_obj): Change argument from int*
4442 to bool*.
4443 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
4444 int*.
4445 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
4446 * record-btrace.c (record_btrace_target::store_registers): Update.
4447 * record-full.c (record_full_memory_query): Change to bool.
4448 (record_full_stop_at_limit): Likewise.
4449 * record-full.h (record_full_memory_query): Likewise.
4450 * remote-notif.c (notif_debug): Likewise.
4451 * remote-notif.h (notif_debug): Likewise.
4452 * remote.c (use_range_stepping): Likewise.
4453 (interrupt_on_connect): Likewise.
4454 (remote_break): Likewise.
4455 * ser-tcp.c (tcp_auto_retry): Likewise.
4456 * ser-unix.c (serial_hwflow): Likewise.
4457 * skip.c (debug_skip): Likewise.
4458 * solib-aix.c (solib_aix_debug): Likewise.
4459 * spu-tdep.c (spu_stop_on_load_p): Likewise.
4460 (spu_auto_flush_cache_p): Likewise.
4461 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
4462 Likewise.
4463 (struct info_print_options) <quiet>: Likewise.
4464 * symfile-debug.c (debug_symfile): Likewise.
4465 * symfile.c (auto_solib_add): Likewise.
4466 (separate_debug_file_debug): Likewise.
4467 * symfile.h (auto_solib_add): Likewise.
4468 (separate_debug_file_debug): Likewise.
4469 * symtab.c (basenames_may_differ): Likewise.
4470 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
4471 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
4472 (struct info_types_options) <quiet>: Likewise.
4473 * symtab.h (demangle): Likewise.
4474 (basenames_may_differ): Likewise.
4475 * target-dcache.c (stack_cache_enabled_1): Likewise.
4476 (code_cache_enabled_1): Likewise.
4477 * target.c (trust_readonly): Likewise.
4478 (may_write_registers): Likewise.
4479 (may_write_memory): Likewise.
4480 (may_insert_breakpoints): Likewise.
4481 (may_insert_tracepoints): Likewise.
4482 (may_insert_fast_tracepoints): Likewise.
4483 (may_stop): Likewise.
4484 (auto_connect_native_target): Likewise.
4485 (target_stop_and_wait): Update.
4486 (target_async_permitted): Change to bool.
4487 (target_async_permitted_1): Likewise.
4488 (may_write_registers_1): Likewise.
4489 (may_write_memory_1): Likewise.
4490 (may_insert_breakpoints_1): Likewise.
4491 (may_insert_tracepoints_1): Likewise.
4492 (may_insert_fast_tracepoints_1): Likewise.
4493 (may_stop_1): Likewise.
4494 * target.h (target_async_permitted): Likewise.
4495 (may_write_registers): Likewise.
4496 (may_write_memory): Likewise.
4497 (may_insert_breakpoints): Likewise.
4498 (may_insert_tracepoints): Likewise.
4499 (may_insert_fast_tracepoints): Likewise.
4500 (may_stop): Likewise.
4501 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
4502 (make_thread_apply_all_options_def_group): Change argument from int*
4503 to bool*.
4504 (thread_apply_all_command): Update.
4505 (print_thread_events): Change to bool.
4506 * top.c (confirm): Likewise.
4507 (command_editing_p): Likewise.
4508 (history_expansion_p): Likewise.
4509 (write_history_p): Likewise.
4510 (info_verbose): Likewise.
4511 * top.h (confirm): Likewise.
4512 (history_expansion_p): Likewise.
4513 * tracepoint.c (disconnected_tracing): Likewise.
4514 (circular_trace_buffer): Likewise.
4515 * typeprint.c (print_methods): Likewise.
4516 (print_typedefs): Likewise.
4517 * utils.c (debug_timestamp): Likewise.
4518 (sevenbit_strings): Likewise.
4519 (pagination_enabled): Likewise.
4520 * utils.h (sevenbit_strings): Likewise.
4521 (pagination_enabled): Likewise.
4522 * valops.c (overload_resolution): Likewise.
4523 * valprint.h (struct value_print_options) <prettyformat_arrays,
4524 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4525 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4526 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4527 Likewise.
4528 * windows-nat.c (new_console): Likewise.
4529 (cygwin_exceptions): Likewise.
4530 (new_group): Likewise.
4531 (debug_exec): Likewise.
4532 (debug_events): Likewise.
4533 (debug_memory): Likewise.
4534 (debug_exceptions): Likewise.
4535 (useshell): Likewise.
4536 * windows-tdep.c (maint_display_all_tib): Likewise.
4537 * xml-support.c (debug_xml): Likewise.
4538
f1b620e9
MG
45392019-09-17 Mike Gulick <mgulick@mathworks.com>
4540
4541 * source.c (prepare_path_for_appending): New function.
4542 (openp): Make use of new function.
4543 (find_and_open_source): Search for the compilation directory and
4544 source file as a relative path beneath the directory search path.
4545
67f3ed6a
AB
45462019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * source-cache.c (source_cache::get_line_charpos): Catch
4549 exceptions and return false, this matches the behaviour documented
4550 in the header file.
4551
74332189
JB
45522019-09-17 Joel Brobecker <brobecker@adacore.com>
4553
4554 * ada-tasks.c (info_task): Remove quoting of the task's name.
4555
f2f24aa9
CB
45562019-09-16 Christian Biesinger <cbiesinger@google.com>
4557
4558 * symfile.c (auto_solib_add): Replace comment with a reference
4559 to the header file.
4560
6a062a93
CB
45612019-09-14 Christian Biesinger <cbiesinger@google.com>
4562
4563 * NEWS: Mention that gdb can now be compiled with Python 3
4564 on Windows.
4565
ec6c8338
AB
45662019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * maint.c (maint_print_section_data::maint_print_section_data):
4569 Force use of 'float log10 (float)' by casting the argument to
4570 float.
4571
aa17805f
AB
45722019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4573
4574 * maint.c: Add 'cmath' include.
4575 (struct maint_print_section_data): New structure.
4576 (print_section_index): New function.
4577 (print_bfd_section_info): Add header comment, small whitespace
4578 cleanup, and update to call new print_section_index function.
4579 (print_objfile_section_info): Likewise.
4580 (maint_obj_section_from_bfd_section): New function.
4581 (print_bfd_section_info_maybe_relocated): New function.
4582 (maintenance_info_sections): Add header comment, always use
4583 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4584
3dd9bb46
AB
45852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4588 inner scope, add check that the objfile has psymtabs before
4589 checking psymtabs_addrmap.
4590 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4591
4993045d
PW
45922019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4593
4594 * NEWS: Announce that Ada task names are now shown at more places,
4595 and between quotes (except in info task output).
4596 * gdb/ada-tasks.c (task_to_str): New function.
4597 (display_current_task_id): Call task_to_str.
4598 (task_command_1): Likewise.
4599 (print_ada_task_info): In non-mi mode, Properly align headers and data
4600 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4601
7a289707
RO
46022019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4603
4604 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4605 prstatus.pr_lwp.pr_info instead of making it up.
4606
f2aec7f6
CB
46072019-09-11 Christian Biesinger <cbiesinger@google.com>
4608
4609 * auto-load.c (auto_load_expand_dir_vars): Update.
4610 * defs.h (gdb_datadir): Change to std::string.
4611 (python_libdir): Likewise.
4612 (relocate_gdb_directory): Change return type to std::string.
4613 * guile/guile.c (gdbscm_data_directory): Update.
4614 (initialize_scheme_side): Update.
4615 * jit.c (jit_reader_dir): Change to std::string.
4616 (jit_reader_load_command): Update.
4617 * main.c (gdb_datadir): Change to std::string.
4618 (python_libdir): Likewise.
4619 (set_gdb_data_directory): Update.
4620 (relocate_path): Change to return std::string.
4621 (relocate_gdb_directory): Change to return std::string.
4622 (relocate_gdbinit_path_maybe_in_datadir): Update.
4623 (captured_main_1): Update.
4624 * python/python.c (do_start_initialization): Update.
4625 * top.c (show_gdb_datadir): Update.
4626 * xml-syscall.c (xml_init_syscalls_info): Update.
4627 (init_syscalls_info): Update.
4628
9224a013
CB
46292019-09-11 Christian Biesinger <cbiesinger@google.com>
4630
4631 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4632 out of get_init_files.
4633 (get_init_files): Update.
4634
f48cd836
CB
46352019-09-11 Christian Biesinger <cbiesinger@google.com>
4636
4637 * main.c (get_init_files): Change to use std::string.
4638 (captured_main_1): Update.
4639 (print_gdb_help): Update.
4640
9cab7ecd
AT
46412019-09-11 Ali Tamur <tamur@google.com>
4642
4643 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4644 implementation.
4645
67547d89
CB
46462019-09-11 Christian Biesinger <cbiesinger@google.com>
4647
4648 * dbxread.c (read_dbx_symtab): Update.
4649 * dwarf2read.c (load_partial_dies): Update.
4650 * mdebugread.c (parse_partial_symbols): Update.
4651 (handle_psymbol_enumerators): Update.
4652 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4653 * psymtab.c (add_psymbol_to_bcache): Likewise.
4654 (add_psymbol_to_list): Likewise.
4655 * symtab.c (symbol_set_names): Likewise.
4656 * symtab.h (symbol_set_names): Likewise.
4657 * xcoffread.c (scan_xcoff_symtab): Update.
4658
64b2d4a0
TT
46592019-09-11 Tom Tromey <tom@tromey.com>
4660
4661 * symfile-mem.c (symbol_file_add_from_memory): Use
4662 bfd_set_filename.
4663 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4664 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4665
3b00ef10
TT
46662019-09-10 Tom Tromey <tromey@adacore.com>
4667
4668 * dwarf-index-write.c (write_psymbols): Extend error message.
4669 (debug_names::insert): Add Ada code.
4670 (debug_names::write_psymbols): Remove Ada check.
4671 (debug_names) <m_string_obstack>: New member.
4672 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4673 (gdb_index_symbol_name_matcher::matches): Remove.
4674 (mapped_index_base::find_name_components_bounds): Add "lang"
4675 parameter.
4676 (mapped_index_base::build_name_components): Also split names
4677 according to Ada syntax.
4678 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4679 type of "match_callback".
4680 (check_match, check_find_bounds_finds)
4681 (dw2_expand_symtabs_matching): Update.
4682 (dw2_debug_names_iterator): Add new constructor.
4683 (dw2_debug_names_map_matching_symbols): New function.
4684 (dw2_debug_names_expand_symtabs_matching): Update.
4685 (dwarf2_debug_names_functions): Use
4686 dw2_debug_names_map_matching_symbols.
4687
aa391654
TT
46882019-09-10 Tom Tromey <tromey@adacore.com>
4689
4690 * dwarf2read.c (dw2_get_file_names_reader): Add the
4691 CU's file name to the results.
4692
b054970d
TT
46932019-09-10 Tom Tromey <tromey@adacore.com>
4694
4695 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4696 map_matching_symbols. Update.
4697 * dwarf2read.c (dw2_map_matching_symbols): Update.
4698 * psymtab.c (match_partial_symbol): Change type; update.
4699 (psym_map_matching_symbols): Likewise.
4700 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4701 type; update.
4702 * symfile.h (struct quick_symbol_functions)
4703 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4704 Remove "match".
4705
6a3dbf1b
TT
47062019-09-10 Tom Tromey <tromey@adacore.com>
4707
4708 * psymtab.c (map_block): Remove.
4709 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4710 * symtab.c (iterate_over_symbols_terminated): New function.
4711 * symtab.c (iterate_over_symbols_terminated): Declare.
4712
6969f124
TT
47132019-09-10 Tom Tromey <tromey@adacore.com>
4714
4715 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4716 * language.h (struct language_defn) <la_iterate_over_symbols>:
4717 Return bool.
4718 * symtab.c (iterate_over_symbols): Return bool.
4719 * symtab.h (iterate_over_symbols): Return bool.
4720
199b4314
TT
47212019-09-10 Tom Tromey <tromey@adacore.com>
4722
4723 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4724 (add_nonlocal_symbols): Update.
4725 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4726 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4727 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4728 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4729 Change type of "callback". Remove "data".
4730
a084a2a6
AT
4731
47322019-09-09 Ali Tamur <tamur@google.com>
4733
4734 * dwarf2read.c (comp_unit_head): Update comment.
4735 (dwarf2_dwo_name): New function declaration.
4736 (dwarf_unit_type_name): New function declaration.
4737 (read_comp_unit_head): Add support for new compilation units,
4738 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4739 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4740 (currently named as "signature") in their header. Also clarify error
4741 messages.
4742 (lookup_dwo_id): New function. Returns the dwo id of the given
4743 compile unit.
4744 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4745 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4746 functions.
4747 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4748 (dwarf2_dwo_name): Get the dwo name if present.
4749 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4750 purposes.
4751
25a2915e
TT
47522019-09-09 Tom Tromey <tom@tromey.com>
4753
4754 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4755
e4df0874
PW
47562019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4757
4758 * python/python.c (do_start_initialization): Make progname_copy static,
4759 to avoid a leak report.
4760
8634b462
TT
47612019-09-08 Tom Tromey <tom@tromey.com>
4762
4763 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4764
c7f839cb
SM
47652019-09-07 Simon Marchi <simon.marchi@efficios.com>
4766
4767 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4768 Change type to gdb::optional<block_enum>.
4769 (dw2_symtab_iter_init): Change block_index parameter type
4770 to gdb::optional<block_enum>.
4771 (dw2_lookup_symbol): Change block_index parameter
4772 type to block_enum.c
4773 (dw2_debug_names_lookup_symbol): Likewise.
4774 * psymtab.c (psym_lookup_symbol): Likewise.
4775 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4776 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4777 Likewise.
4778
ead0e69a
CB
47792019-09-06 Christian Biesinger <cbiesinger@google.com>
4780
4781 * defs.h (relocate_gdb_directory): Change int to bool in
4782 signature and rename flag to relocatable.
4783 * main.c (relocate_path): Likewise.
4784 (relocate_gdb_directory): Likewise.
4785
b16c44de
AM
47862019-09-06 Alan Modra <amodra@gmail.com>
4787
4788 * coffread.c (coff_symfile_read): Constify filename variable.
4789 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4790 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4791 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4792 * solib.c (reload_shared_libraries_1): Likewise.
4793 * symfile.c (reread_symbols): Likewise.
4794 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4795 * solib-darwin.c (darwin_bfd_open): Likewise.
4796 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4797
06ff036e
AB
47982019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4801 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4802
4e962e74
TT
48032019-09-03 Tom Tromey <tromey@adacore.com>
4804
4805 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4806 types.
4807 (has_negatives): Unbias a range type bound.
4808 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4809 * gdbtypes.c (operator==): Handle new field.
4810 (create_range_type): Add "bias" parameter.
4811 (create_static_range_type, resolve_dynamic_range): Update.
4812 * gdbtypes.h (struct range_bounds) <bias>: New member.
4813 (create_range_type): Add bias parameter.
4814 * printcmd.c (print_scalar_formatted): Unbias range types.
4815 * value.c (unpack_long): Unbias range types.
4816 (pack_long): Bias range types.
4817
d90b8f26
AH
48182019-09-02 Alan Hayward <alan.hayward@arm.com>
4819
4820 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4821 probe arguments.
4822
fe01123e
AH
48232019-09-02 Alan Hayward <alan.hayward@arm.com>
4824
4825 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4826 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4827 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4828 (compile_probe_arg): Likewise.
4829 * probe.h (get_argument_count): Likewise.
4830 * solib-svr4.c (solib_event_probe_action): Likewise.
4831 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4832
e661ef01
AH
48332019-09-02 Alan Hayward <alan.hayward@arm.com>
4834
4835 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4836 code to here...
4837 (svr4_create_solib_event_breakpoints): ...from here.
4838
47a536d9
SDJ
48392019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4840
4841 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4842 suffix from warning message.
4843
d6a00eba
TT
48442019-08-30 Tom Tromey <tom@tromey.com>
4845
4846 * tui/tui-winsource.h (struct tui_source_window_base)
4847 <refresh_all>: Don't declare.
4848 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4849 Remove.
4850 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4851 tui_show_locator_content.
4852 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4853 declare.
4854 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4855 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4856 declare.
4857
55b2657b
TT
48582019-08-30 Tom Tromey <tom@tromey.com>
4859
4860 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4861
12a8555a
TT
48622019-08-30 Tom Tromey <tom@tromey.com>
4863
4864 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4865 Remove unnecessary forward declarations.
4866
900ac242
TT
48672019-08-30 Tom Tromey <tom@tromey.com>
4868
4869 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4870 rerender.
4871 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4872 tui_show_locator_content.
4873
99ab33fb
TT
48742019-08-30 Tom Tromey <tom@tromey.com>
4875
4876 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4877 (tui_locator_window::rerender): Rewrite using body of previous
4878 tui_show_locator_content.
4879
e594a5d1
TT
48802019-08-30 Tom Tromey <tom@tromey.com>
4881
4882 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4883 set_locator_fullname>: New methods.
4884 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4885 Rename from tui_set_locator_fullname.
4886 (tui_locator_window::set_locator_info): Rename from
4887 tui_set_locator_info. Return bool.
4888 (tui_update_locator_fullname, tui_show_frame_info): Update.
4889
715bb467
TT
48902019-08-30 Tom Tromey <tom@tromey.com>
4891
4892 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4893
772f3f03
TT
48942019-08-30 Tom Tromey <tom@tromey.com>
4895
4896 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4897 call touchwin.
4898
108e13ab
TT
48992019-08-30 Tom Tromey <tom@tromey.com>
4900
4901 * tui/tui-wingeneral.c (box_win): Assume win_info and
4902 win_info->handle cannot be NULL.
4903
cdaa6eb4
TT
49042019-08-30 Tom Tromey <tom@tromey.com>
4905
4906 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4907 refresh_window>: Declare.
4908 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4909 resize.
4910 (tui_data_item_window::rerender): Rename from
4911 tui_display_register.
4912 (tui_data_item_window::refresh_window): New method.
4913 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4914 no-op.
4915
89df7f90
TT
49162019-08-30 Tom Tromey <tom@tromey.com>
4917
4918 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4919 regs_column_count, current_group>: Move later. Now private.
4920 <get_current_group>: New method.
4921 * tui/tui-regs.c (tui_reg_command): Update.
4922 * tui/tui-layout.c (tui_set_layout): Update.
4923
1bf2866a
TT
49242019-08-30 Tom Tromey <tom@tromey.com>
4925
4926 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4927 (tui_data_window::rerender): Don't call
4928 check_and_display_highlight_if_needed.
4929 (tui_data_window::refresh_all): Remove call to
4930 erase_data_content.
4931
0670413d
TT
49322019-08-30 Tom Tromey <tom@tromey.com>
4933
4934 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4935 (tui_data_window::display_registers_from)
4936 (tui_data_window::display_reg_element_at_line)
4937 (tui_data_window::display_registers_from_line): Remove checks of
4938 "empty".
4939
18bb55c7
TT
49402019-08-30 Tom Tromey <tom@tromey.com>
4941
4942 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4943 Don't declare.
4944 * tui/tui-regs.c (tui_data_window::show_registers): Call
4945 rerender.
4946 (tui_data_window::rerender): Rename from display_all_data.
4947 (tui_data_window::rerender): Remove old implementation.
4948
1f6d2f10
TT
49492019-08-30 Tom Tromey <tom@tromey.com>
4950
4951 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4952 text.
4953 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4954
16d01f9c
BW
49552019-08-29 Bernhard Wodok <barto@gmx.net>
4956 Sergio Durigan Junior <sergiodj@redhat.com>
4957
4958 PR win32/24284
4959 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4960
d8f27c60
AB
49612019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4964 when searching for types.
4965
1f20c35e
AB
49662019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * f-lang.c (f_language_defn): Use f_print_typedef.
4969 * f-lang.h (f_print_typedef): Declare.
4970 * f-typeprint.c (f_print_typedef): Define.
4971
550105b7
CB
49722019-08-27 Christian Biesinger <cbiesinger@google.com>
4973
4974 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4975
4acfdd20
AB
49762019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * cli/cli-utils.c (info_print_options_defs): Delete.
4979 (make_info_print_options_def_group): Delete.
4980 (extract_info_print_options): Delete.
4981 (info_print_command_completer): Delete.
4982 (info_print_args_help): Add extra parameter, and optionally
4983 include text about -n flag.
4984 * cli/cli-utils.h (struct info_print_options): Delete.
4985 (extract_info_print_options): Delete declaration.
4986 (info_print_command_completer): Delete declaration.
4987 (info_print_args_help): Add extra parameter, extend header
4988 comment.
4989 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4990 search_symbols.
4991 * stack.c (struct info_print_options): New type.
4992 (info_print_options_defs): New file scoped variable.
4993 (make_info_print_options_def_group): New static function.
4994 (info_print_command_completer): New static function.
4995 (info_locals_command): Update to use new local functions.
4996 (info_args_command): Likewise.
4997 (_initialize_stack): Add extra parameter to calls to
4998 info_print_args_help.
4999 * symtab.c (search_symbols): Add extra parameter, use this to
5000 possibly excluse non-debug symbols.
5001 (symtab_symbol_info): Add extra parameter, which is passed on to
5002 search_symbols.
5003 (struct info_print_options): New type.
5004 (info_print_options_defs): New file scoped variable.
5005 (make_info_print_options_def_group): New static function.
5006 (info_print_command_completer): New static function.
5007 (info_variables_command): Update to use local functions, and pass
5008 extra parameter through to symtab_symbol_info.
5009 (info_functions_command): Likewise.
5010 (info_types_command): Pass additional argument through to
5011 symtab_symbol_info.
5012 (rbreak_command): Pass extra argument to search_symbols.
5013 (_initialize_symtab): Add extra arguments for calls to
5014 info_print_args_help, and update help text for 'info variables',
5015 'whereis', and 'info functions' commands.
5016 * symtab.h (search_symbols): Add extra argument to declaration.
5017 * NEWS: Mention new flags.
5018
9aa55206
CB
50192019-08-26 Christian Biesinger <cbiesinger@google.com>
5020
5021 * symtab.c (lookup_static_symbol): Call the new function (and move
5022 it down to be next to lookup_global_symbol).
5023 (struct global_sym_lookup_data): Add block_enum member and rename to...
5024 (struct global_or_static_sym_lookup_data): ...this.
5025 (lookup_symbol_global_iterator_cb): Pass block_index instead of
5026 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
5027 (lookup_symbol_global_or_static_iterator_cb): ...this.
5028 (lookup_global_or_static_symbol): New function.
5029 (lookup_global_symbol): Call new function.
5030
5c31b358
TV
50312019-08-26 Tom de Vries <tdevries@suse.de>
5032
5033 PR c++/24852
5034 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
5035 when pc_probe.prob == NULL.
5036
23c13d42
SM
50372019-08-25 Simon Marchi <simon.marchi@efficios.com>
5038
5039 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
5040 variable symbol_linkage to symbol_linkage_.
5041
beadd3e8
SM
50422019-08-25 Simon Marchi <simon.marchi@efficios.com>
5043
5044 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
5045 represent whether the symbol is static, dynamic, or we don't
5046 know.
5047
e3ec872f
YS
50482019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
5049
5050 * gdb/rx-tdep.c (rx_register_names): New.
5051 (rx_register_name): Delete.
5052 (rx_psw_type): Delete.
5053 (rx_fpsw_type): Delete.
5054 (rx_register_type): Delete.
5055 (rx_gdbarch_init): Convert target-descriptions.
5056 (_initialize_rx_tdep): Add initialize_tdesc_rx.
5057 * gdb/features/Makefile: Add rx.xml.
5058 * gdb/features/rx.xml: New.
5059 * gdb/features/rx.c: Generated.
5060 * gdb/NEWS: Mention target description support.
5061
d0509ba4
CB
50622019-08-22 Christian Biesinger <cbiesinger@google.com>
5063
5064 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
5065 *slot_ptr.
5066
2d41fa11
SDJ
50672019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5068
5069 * configure.ac: Don't check for 'dlfcn.h' (moved to
5070 gdbsupport/common.m4).
5071 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
5072 'gdbsupport/'.
5073 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
5074 * compile/compile-c-support.c: Include
5075 'gdbsupport/gdb-dlfcn.h'.
5076 * gdbsupport/common.m4: Check for 'dlfcn.h'.
5077 * gdb-dlfcn.c: Move to...
5078 * gdbsupport/gdb-dlfcn.c: ... here.
5079 * gdb-dlfcn.h: Move to...
5080 * gdbsupport/gdb-dlfcn.h: ... here.
5081
de8af808
SL
50822019-08-23 Sandra Loosemore <sandra@codesourcery.com>
5083
5084 * nios2-tdep.c (struct reg_value): Improve comments. Make
5085 the offset field signed.
5086
27204489
CB
50872019-08-22 Christian Biesinger <cbiesinger@google.com>
5088
5089 * python/lib/gdb/__init__.py (_execute_file): New function.
5090 * python/python.c (python_run_simple_file): Call gdb._execute_file
5091 on Windows.
5092
43771869
AB
50932019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
5096 all uses as this was never set to anything but a zero value.
5097
26c957f1
PA
50982019-08-21 Bogdan Harjoc <harjoc@gmail.com>
5099
5100 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
5101
c07aae6e
CB
51022019-08-21 Christian Biesinger <cbiesinger@google.com>
5103
5104 * tui/tui-data.h (tui_gen_win_info): Add an =default
5105 move constructor, required by some GCC versions.
5106
3960cb7a
JF
51072019-08-21 Jinke Fan <fanjinke51@yeah.net>
5108
5109 * go32-nat.c (go32_sysinfo): Add hygon_p.
5110
04c72a68
TT
51112019-08-20 Tom Tromey <tom@tromey.com>
5112
5113 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
5114 line_from_reg_element_no, first_reg_element_no_inline,
5115 display_all_data, delete_data_content_windows,
5116 erase_data_content>: Now private.
5117
072272ce
TT
51182019-08-20 Tom Tromey <tom@tromey.com>
5119
5120 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
5121 (tui_unhighlight_win, tui_highlight_win)
5122 (tui_win_info::make_window): Update.
5123 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
5124
973961bd
TT
51252019-08-20 Tom Tromey <tom@tromey.com>
5126
5127 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
5128 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
5129 (MAX_PID_WIDTH): Move to tui-stack.c.
5130 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
5131 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
5132 (MAX_PID_WIDTH): Move from tui-data.h.
5133
ab0e1f1a
TT
51342019-08-20 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
5137 * tui/tui-wingeneral.c (box_win): Change type of win_info.
5138 (box_win): Update.
5139 (tui_gen_win_info::make_window): Rename from tui_make_window.
5140 (tui_win_info::make_window): New method.
5141 (tui_gen_win_info::make_visible): Update.
5142 * tui/tui-source.c (tui_source_window::set_contents): Update.
5143 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
5144 (tui_data_window::display_registers_from): Update.
5145 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
5146 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
5147 Declare.
5148 <can_box>: Remove.
5149 <title>: Remove.
5150 (struct tui_win_info) <make_window>: Declare.
5151 <can_box>: Now virtual.
5152 <title>: New member.
5153 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
5154 * tui/tui-command.c (tui_cmd_window::resize): Update.
5155
100c2bf3
TT
51562019-08-20 Tom Tromey <tom@tromey.com>
5157
5158 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
5159 * tui/tui-regs.c (tui_data_window::show_registers): Update.
5160 (tui_data_window::check_register_values): Update.
5161
fa4dc567
TT
51622019-08-20 Tom Tromey <tom@tromey.com>
5163
5164 * tui/tui-regs.h (struct tui_data_window): Use
5165 DISABLE_COPY_AND_ASSIGN.
5166 <regs_content>: Change type, removing unique_ptr.
5167 <tui_data_window>: Add move constructor.
5168 * tui/tui-regs.c (tui_data_window::show_registers)
5169 (tui_data_window::show_register_group)
5170 (tui_data_window::display_registers_from)
5171 (tui_data_window::display_registers_from)
5172 (tui_data_window::first_data_item_displayed)
5173 (tui_data_window::delete_data_content_windows)
5174 (tui_data_window::rerender, tui_data_window::refresh_window)
5175 (tui_data_window::check_register_values): Update.
5176
ca02d7c8
TT
51772019-08-20 Tom Tromey <tom@tromey.com>
5178
5179 * tui/tui-regs.h (struct tui_data_window) <show_registers,
5180 show_register_group>: Declare.
5181 (tui_show_register_group): Don't declare.
5182 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
5183 tui_show_registers.
5184 (tui_data_window::show_register_group): Rename from
5185 tui_show_register_group.
5186 (tui_data_window::check_register_values, tui_reg_command):
5187 Update.
5188 * tui/tui-layout.c (tui_set_layout): Update.
5189
63356bfd
TT
51902019-08-20 Tom Tromey <tom@tromey.com>
5191
5192 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
5193 Declare.
5194 (tui_check_register_values): Don't declare.
5195 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
5196 from tui_check_register_values.
5197 * tui/tui-hooks.c (tui_register_changed): Update.
5198
42cc14a7
TT
51992019-08-20 Tom Tromey <tom@tromey.com>
5200
5201 * tui/tui-regs.c (tui_reg_layout): Move later.
5202 (tui_show_registers): Don't enable TUI mode or change layout.
5203
b9ad3686
TT
52042019-08-20 Tom Tromey <tom@tromey.com>
5205
5206 * tui/tui-regs.h (struct tui_data_item_window)
5207 <~tui_data_item_window>: Remove.
5208 <content>: Now a unique_xmalloc_ptr.
5209 * tui/tui-regs.c (tui_register_format): Return a
5210 unique_xmalloc_ptr.
5211 (tui_get_register): Update.
5212 (~tui_data_item_window): Remove.
5213 (tui_data_window::display_registers_from, tui_display_register):
5214 Update.
5215 * tui/tui-io.h (tui_expand_tabs): Update.
5216 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
5217 Remove "col" parameter.
5218
8e114aab
TT
52192019-08-20 Tom Tromey <tom@tromey.com>
5220
5221 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
5222 field.
5223 * tui/tui-regs.c (~tui_data_item_window): Update.
5224
1a4f81dd
TT
52252019-08-20 Tom Tromey <tom@tromey.com>
5226
5227 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
5228 earlier.
5229
0f8d8876
TT
52302019-08-20 Tom Tromey <tom@tromey.com>
5231
5232 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
5233
605dc2c2
TT
52342019-08-20 Tom Tromey <tom@tromey.com>
5235
5236 * tui/tui-source.h (struct tui_source_window): Update.
5237 * tui/tui-regs.c (tui_show_registers): Update.
5238 * tui/tui-disasm.h (struct tui_disasm_window): Update.
5239 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
5240 (NO_REGS_STRING): Remove defines.
5241
aedbe3bb
CM
52422019-08-20 Conrad Meyer <cem@FreeBSD.org>
5243
5244 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
5245 unnecessary thread walk if remote doesn't support the packet.
5246
7ce8f214
TT
52472019-08-19 Tom Tromey <tromey@adacore.com>
5248
5249 * python/py-value.c (value_has_field): Fix indentation.
5250
f21c2bd7
TT
52512019-08-19 Tom Tromey <tromey@adacore.com>
5252
5253 * printcmd.c (do_one_display, info_display_command): Update.
5254 * block.h (contained_in): Return bool. Add allow_nested
5255 parameter.
5256 * block.c (contained_in): Return bool. Add allow_nested
5257 parameter.
5258
d806ea2d
TT
52592019-08-19 Tom Tromey <tom@tromey.com>
5260
5261 * configure: Rebuild.
5262 * configure.ac: Disallow the combination of -static-libstdc++ and
5263 source highlight.
5264 * source-cache.c (get_language_name): Handle rust.
5265 (source_cache::get_source_lines): Ignore highlighting exceptions.
5266
398fdd60
TT
52672019-08-16 Tom Tromey <tom@tromey.com>
5268
5269 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
5270 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
5271 (struct tui_source_window_base) <make_visible, refresh_window,
5272 resize>: Remove methods.
5273 <execution_info>: Remove field.
5274 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
5275 (tui_show_source_line, tui_source_window_base)
5276 (~tui_source_window_base): Update.
5277 (tui_source_window_base::resize)
5278 (tui_source_window_base::make_visible)
5279 (tui_source_window_base::refresh_window): Remove.
5280 (tui_source_window_base::update_exec_info): Update.
5281 * tui/tui-source.c (tui_source_window::set_contents): Update.
5282 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
5283
e699d331
TT
52842019-08-16 Tom Tromey <tom@tromey.com>
5285
5286 * tui/tui-hooks.c (tui_remove_hooks): Don't set
5287 deprecated_query_hook.
5288
bb01dbfc
TT
52892019-08-16 Tom Tromey <tom@tromey.com>
5290
5291 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5292 (tui_update_source_windows_with_line): Update.
5293 * tui/tui-source.h (struct tui_source_window)
5294 <show_symtab_source>: Declare.
5295 (tui_show_symtab_source): Don't declare.
5296 * tui/tui-source.c (tui_show_symtab_source): Rename from
5297 tui_show_symtab_source.
5298
81c82c4b
TT
52992019-08-16 Tom Tromey <tom@tromey.com>
5300
5301 * tui/tui-winsource.h (struct tui_source_window_base)
5302 <set_contents>: Declare.
5303 * tui/tui-winsource.c
5304 (tui_source_window_base::update_source_window_as_is): Update.
5305 * tui/tui-source.h (struct tui_source_window) <set_contents>:
5306 Declare.
5307 (tui_set_source_content): Don't declare.
5308 * tui/tui-source.c (tui_source_window::set_contents): Rename from
5309 tui_set_source_content.
5310 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
5311 Declare.
5312 (tui_set_disassem_content): Don't declare.
5313 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
5314 tui_set_disassem_content.
5315
2ddaf614
TT
53162019-08-16 Tom Tromey <tom@tromey.com>
5317
5318 * tui/tui-winsource.h (struct tui_source_window_base)
5319 <update_breakpoint_info>: Declare.
5320 (tui_update_breakpoint_info): Don't declare.
5321 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
5322 (tui_update_all_breakpoint_info): Update.
5323 (tui_source_window_base::update_breakpoint_info): Rename from
5324 tui_update_breakpoint_info.
5325 (tui_source_window_base::update_exec_info): Update.
5326
017f9828
TT
53272019-08-16 Tom Tromey <tom@tromey.com>
5328
5329 * tui/tui-winsource.h (struct tui_source_window_base)
5330 <update_source_window>: Declare.
5331 (tui_update_source_window): Don't declare.
5332 * tui/tui-winsource.c
5333 (tui_source_window_base::update_source_window): Rename from
5334 tui_update_source_window.
5335 (tui_source_window_base::rerender): Update.
5336 * tui/tui-source.c (tui_source_window::maybe_update): Update.
5337 * tui/tui-disasm.c (tui_show_disassem)
5338 (tui_show_disassem_and_update_source)
5339 (tui_disasm_window::maybe_update): Update.
5340
ed8358e9
TT
53412019-08-16 Tom Tromey <tom@tromey.com>
5342
5343 * tui/tui-winsource.h (struct tui_source_window_base)
5344 <update_source_window_as_is>: Declare.
5345 (tui_update_source_window_as_is): Don't declare.
5346 * tui/tui-winsource.c (tui_update_source_window): Update
5347 (tui_source_window_base::update_source_window_as_is): Rename from
5348 tui_update_source_window_as_is.
5349 (tui_source_window_base::refill): Update.
5350 * tui/tui-source.c (tui_show_symtab_source): Update.
5351 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
5352 Update.
5353
20149b6b
TT
53542019-08-16 Tom Tromey <tom@tromey.com>
5355
5356 * tui/tui-winsource.h (tui_update_source_window)
5357 (tui_update_source_window_as_is): Remove "noerror" parameter.
5358 * tui/tui-winsource.c (tui_update_source_window)
5359 (tui_update_source_window_as_is): Remove "noerror" parameter.
5360 (tui_update_source_windows_with_addr)
5361 (tui_update_source_windows_with_line)
5362 (tui_source_window_base::rerender)
5363 (tui_source_window_base::refill): Update.
5364 * tui/tui-source.h (tui_set_source_content)
5365 (tui_show_symtab_source): Remove "noerror" parameter.
5366 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
5367 parameter.
5368 (tui_show_symtab_source): Likewise.
5369 (tui_source_window::maybe_update): Update.
5370 * tui/tui-disasm.c (tui_show_disassem)
5371 (tui_show_disassem_and_update_source)
5372 (tui_disasm_window::do_scroll_vertical)
5373 (tui_disasm_window::maybe_update): Update.
5374
2d83e710
TT
53752019-08-16 Tom Tromey <tom@tromey.com>
5376
5377 * tui/tui.c (tui_is_window_visible): Update.
5378 * tui/tui-wingeneral.c (tui_make_window)
5379 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
5380 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
5381 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
5382 (tui_set_win_height_command, parse_scrolling_args): Update.
5383 * tui/tui-source.c (tui_source_window::style_changed): Update.
5384 * tui/tui-regs.c (tui_show_registers)
5385 (tui_data_window::first_data_item_displayed)
5386 (tui_data_window::delete_data_content_windows)
5387 (tui_check_register_values, tui_reg_command): Update.
5388 * tui/tui-disasm.c (tui_show_disassem): Update.
5389 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
5390 method.
5391 <is_visible>: Remove field.
5392 * tui/tui-data.c (tui_next_win, tui_prev_win)
5393 (tui_delete_invisible_windows): Update.
5394
d4ab829a
TT
53952019-08-16 Tom Tromey <tom@tromey.com>
5396
5397 * tui/tui-winsource.h (struct tui_source_window_base)
5398 <m_has_locator>: Remove.
5399 * tui/tui-layout.c (show_source_disasm_command, show_data)
5400 (show_source_or_disasm_and_command): Update.
5401
aa7ca1bb
AH
54022019-08-16 Alan Hayward <alan.hayward@arm.com>
5403
5404 * NEWS (Other MI changes): New subsection.
5405 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
5406 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
5407 * arch-utils.c (default_get_pc_address_flags): New function.
5408 * arch-utils.h (default_get_pc_address_flags): New declaration.
5409 * gdbarch.sh: Add get_pc_address_flags.
5410 * gdbarch.c: Regenerate.
5411 * gdbarch.h: Likewise.
5412 * stack.c (print_pc): New function.
5413 (print_frame_info) (print_frame): Call print_pc.
5414
6eac171f
TV
54152019-08-16 Tom de Vries <tdevries@suse.de>
5416
5417 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
5418 print_objfile_section_info.
5419
3df505f6
TT
54202019-08-15 Tom Tromey <tom@tromey.com>
5421
5422 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
5423 calling update_cmdwin_start_line.
5424 * tui/tui-winsource.h (struct tui_source_window_base)
5425 <do_make_visible_with_new_height, set_new_height>: Don't declare.
5426 <rerender>: Declare.
5427 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
5428 Call rerender.
5429 (tui_source_window_base::set_new_height): Remove.
5430 (tui_source_window_base::rerender): Rename from
5431 do_make_visible_with_new_height.
5432 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
5433 resize method.
5434 (tui_win_info::make_invisible_and_set_new_height)
5435 (tui_win_info::make_visible_with_new_height): Remove.
5436 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
5437 Declare.
5438 * tui/tui-stack.c (tui_locator_window::rerender): New method.
5439 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
5440 do_make_visible_with_new_height>: Don't declare.
5441 <rerender>: Declare.
5442 * tui/tui-regs.c (tui_data_window::rerender): Rename from
5443 set_new_height.
5444 (tui_data_window::do_make_visible_with_new_height): Remove.
5445 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
5446 call tui_show_locator_content.
5447 (tui_gen_win_info::resize): Call rerender.
5448 (show_source_or_disasm_and_command): Don't call
5449 tui_show_locator_content.
5450 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
5451 method.
5452 (struct tui_win_info) <rerender>: Declare.
5453 <set_new_height, make_invisible_and_set_new_height,
5454 make_visible_with_new_height>: Don't declare.
5455 * tui/tui-data.c (tui_win_list::rerender): New method.
5456 * tui/tui-command.h (struct tui_cmd_window)
5457 <do_make_visible_with_new_height>: Don't declare.
5458 * tui/tui-command.c
5459 (tui_cmd_window::do_make_visible_with_new_height): Remove.
5460
272560b5
TT
54612019-08-15 Tom Tromey <tromey@adacore.com>
5462
5463 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
5464 * ada-lang.c (ada_enum_name): Likewise.
5465
08235187
CB
54662019-08-15 Christian Biesinger <cbiesinger@google.com>
5467
5468 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
5469 leading underscore.
5470 (GdbOutputErrorFile): Likewise.
5471 (global scope): Adjust constructor calls to GdbOutput{,Error}File
5472 accordingly.
5473 (execute_unwinders): Rename to have a leading underscore.
5474 (auto_load_packages): Likewise.
5475 (global scope): Adjust call to auto_load_packages accordingly.
5476 (GdbSetPythonDirectory): Likewise.
5477 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
5478 instead of execute_unwinders.
5479
db502012
TT
54802019-08-15 Tom Tromey <tom@tromey.com>
5481
5482 * tui/tui-layout.c (show_layout, show_source_disasm_command)
5483 (show_data): Don't change window visibility.
5484 (tui_gen_win_info::resize): Remove special case for command
5485 window. Use wresize, when available.
5486 (show_source_or_disasm_and_command): Don't change window
5487 visibility.
5488 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
5489 <make_visible>: New method.
5490 * tui/tui-command.c (tui_cmd_window::resize): New method.
5491
3891b65e
TT
54922019-08-15 Tom Tromey <tom@tromey.com>
5493
5494 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
5495 (struct tui_source_windows): New.
5496 * tui/tui-winsource.c (tui_display_main): Update.
5497 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5498 (new_height_ok, parse_scrolling_args): Update.
5499 * tui/tui-layout.c (show_layout, show_data): Update.
5500 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
5501 (tui_add_to_source_windows): Don't declare.
5502 * tui/tui-data.c (source_windows, tui_source_windows)
5503 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
5504
ee556432
TT
55052019-08-15 Tom Tromey <tom@tromey.com>
5506
5507 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
5508 Rename from reset.
5509 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
5510 * tui/tui-layout.c (show_source_disasm_command, show_data):
5511 Update.
5512 (tui_gen_win_info::resize): Rename.
5513 (show_source_or_disasm_and_command): Update.
5514 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
5515 reset.
5516
46f438e3
TT
55172019-08-15 Tom Tromey <tom@tromey.com>
5518
5519 * tui/tui-stack.c (tui_initialize_static_data): Remove.
5520 * tui/tui-interp.c (tui_interp::init): Don't call
5521 tui_initialize_static_data.
5522 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
5523
f4ce562c
TT
55242019-08-15 Tom Tromey <tom@tromey.com>
5525
5526 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5527 examine tui_win_list.
5528
c398c3d0
TT
55292019-08-15 Tom Tromey <tom@tromey.com>
5530
5531 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5532 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5533 tui_clear_source_content.
5534 (tui_clear_source_content): Remove.
5535 (tui_source_window_base::do_erase_source_content): Hoist call to
5536 content.clear().
5537 * tui/tui-stack.c (tui_show_frame_info): Don't call
5538 tui_clear_source_content.
5539
e25d2004
TT
55402019-08-15 Tom Tromey <tom@tromey.com>
5541
5542 * tui/tui-winsource.h (struct tui_source_window_base)
5543 <do_erase_source_content>: New method.
5544 <erase_source_content>: New method.
5545 (tui_erase_source_content): Don't declare.
5546 * tui/tui-winsource.c (tui_clear_source_content): Update.
5547 (tui_source_window_base::do_erase_source_content): Rename from
5548 tui_erase_source_content.
5549 (tui_source_window_base::show_source_content): Update.
5550 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5551 * tui/tui-source.h (struct tui_source_window)
5552 <erase_source_content>: New method.
5553 * tui/tui-disasm.h (struct tui_disasm_window)
5554 <erase_source_content>: New method.
5555
002f15c2
TT
55562019-08-15 Tom Tromey <tom@tromey.com>
5557
5558 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5559 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5560 constructor.
5561 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5562 * tui/tui-source.c (tui_set_source_content): Update.
5563 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5564
c9033fe8
TT
55652019-08-15 Tom Tromey <tom@tromey.com>
5566
5567 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5568 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5569 tui-source.c.
5570 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5571 Declare.
5572 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5573 method.
5574 (tui_source_window::maybe_update): Update.
5575
088f37dd
TT
55762019-08-15 Tom Tromey <tom@tromey.com>
5577
5578 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5579 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5580 tui-disasm.c.
5581 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5582 Declare.
5583 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5584 method.
5585 (tui_disasm_window::maybe_update): Update.
5586
a54700c6
TT
55872019-08-15 Tom Tromey <tom@tromey.com>
5588
5589 * tui/tui-winsource.h (struct tui_source_window_base)
5590 <maybe_update>: Declare.
5591 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5592 method.
5593 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5594 Declare.
5595 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5596 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5597 Declare.
5598 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5599
e2a678a5
TT
56002019-08-15 Tom Tromey <tom@tromey.com>
5601
5602 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5603
f2dda477
TT
56042019-08-15 Tom Tromey <tom@tromey.com>
5605
5606 * tui/tui-wingeneral.c: Include tui-stack.h.
5607 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5608 (struct tui_locator_window): Move from tui-data.h.
5609 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5610 (tui_initialize_static_data): Move from tui-data.c.
5611 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5612 (struct tui_locator_window): Move to tui-stack.c.
5613 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5614 (tui_initialize_static_data): Move to tui-stack.c.
5615
ed4a1084
TT
56162019-08-15 Tom Tromey <tom@tromey.com>
5617
5618 * tui/tui-layout.c (show_source_disasm_command)
5619 (show_source_or_disasm_and_command): Use make_visible method, not
5620 tui_make_window.
5621 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5622 Remove.
5623
65962b20
TT
56242019-08-15 Tom Tromey <tom@tromey.com>
5625
5626 * tui/tui-wingeneral.h (tui_make_window): Update.
5627 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5628 parameter.
5629 (tui_gen_win_info::make_visible): Update.
5630 * tui/tui-regs.c (tui_data_window::display_registers_from):
5631 Update.
5632 * tui/tui-layout.c (show_source_disasm_command)
5633 (show_source_or_disasm_and_command): Update.
5634 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5635 (enum tui_box): Remove.
5636 (struct tui_win_info) <can_box>: New method.
5637 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5638 method.
5639
2208ee91
TV
56402019-08-15 Tom de Vries <tdevries@suse.de>
5641
5642 * linux-nat-trad.c: Include gdbarch.h.
5643
75faf5c4
AH
56442019-08-14 Alan Hayward <alan.hayward@arm.com>
5645
5646 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5647 register sizes.
5648
b1c896b3
TT
56492019-08-14 Tom Tromey <tromey@adacore.com>
5650
5651 * darwin-nat.c: Include gdbarch.h.
5652 * darwin-nat-info.c: Include gdbarch.h.
5653
6405cd73
TT
56542019-08-13 Tom Tromey <tom@tromey.com>
5655
5656 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5657 Remove.
5658 * tui/tui-data.c (tui_initialize_static_data): Update.
5659
5216580d
TT
56602019-08-13 Tom Tromey <tom@tromey.com>
5661
5662 * tui/tui-winsource.h (struct tui_exec_info_window)
5663 <~tui_exec_info_window, maybe_allocate_content, get_content,
5664 m_content>: Remove.
5665 (struct tui_source_window_base) <set_exec_info_content,
5666 show_exec_info_content>: Don't declare.
5667 * tui/tui-winsource.c
5668 (tui_exec_info_window::maybe_allocate_content): Remove.
5669 (tui_source_window_base::update_exec_info): Rename from
5670 set_exec_info_content.
5671 (tui_source_window_base::show_exec_info_content)
5672 (tui_source_window_base::update_exec_info): Remove.
5673
93858ad3
TT
56742019-08-13 Tom Tromey <tom@tromey.com>
5675
5676 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5677 declare.
5678 * tui/tui-winsource.c (tui_update_source_window_as_is)
5679 (tui_update_source_windows_with_addr, tui_erase_source_content):
5680 Update.
5681 (tui_clear_exec_info_content): Remove.
5682
e321e7ce
TT
56832019-08-13 Tom Tromey <tom@tromey.com>
5684
5685 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5686 declare.
5687 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5688 call tui_erase_exec_info_content.
5689 (tui_clear_exec_info_content): Rename from
5690 tui_erase_exec_info_content.
5691 (tui_clear_exec_info_content): Delete.
5692
8270ac62
TT
56932019-08-13 Tom Tromey <tom@tromey.com>
5694
5695 * tui/tui-winsource.h (struct tui_source_window_base)
5696 <show_exec_info_content>: Declare.
5697 (tui_show_exec_info_content): Don't declare.
5698 * tui/tui-winsource.c
5699 (tui_source_window_base::show_exec_info_content): Rename from
5700 tui_show_exec_info_content.
5701 (tui_source_window_base::update_exec_info): Update.
5702
7b56485d
TT
57032019-08-13 Tom Tromey <tom@tromey.com>
5704
5705 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5706 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5707 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5708 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5709 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5710 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5711 ... here.
5712
7ba913dc
TT
57132019-08-13 Tom Tromey <tom@tromey.com>
5714
5715 * tui/tui-winsource.h (struct tui_source_window_base)
5716 <update_exec_info>: Declare.
5717 (tui_update_exec_info): Don't declare.
5718 * tui/tui-winsource.c (tui_update_source_window_as_is)
5719 (tui_source_window_base::refresh_all)
5720 (tui_update_all_breakpoint_info): Update.
5721 (tui_source_window_base::update_exec_info): Rename from
5722 tui_update_exec_info.
5723 * tui/tui-stack.c (tui_show_frame_info): Update.
5724
37a4a131
TT
57252019-08-13 Tom Tromey <tom@tromey.com>
5726
5727 * tui/tui-winsource.h (struct tui_source_window_base)
5728 <set_exec_info_content>: Declare.
5729 (tui_set_exec_info_content): Don't declare.
5730 * tui/tui-winsource.c
5731 (tui_source_window_base::set_exec_info_content): Rename from
5732 tui_set_exec_info_content.
5733 (tui_update_exec_info): Update.
5734
0bd27e07
TT
57352019-08-13 Tom Tromey <tom@tromey.com>
5736
5737 * tui/tui-winsource.h (struct tui_source_window_base)
5738 <show_source_content>: Declare.
5739 (tui_show_source_content): Don't declare.
5740 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5741 (tui_source_window_base::show_source_content): Rename from
5742 tui_show_source_content.
5743 (tui_source_window_base::refresh_all): Update.
5744 * tui/tui-layout.c (show_source_disasm_command)
5745 (show_source_or_disasm_and_command): Update.
5746
b4ef5aeb
TT
57472019-08-13 Tom Tromey <tom@tromey.com>
5748
5749 * tui/tui-winsource.c (tui_erase_source_content)
5750 (tui_show_source_content, tui_source_window_base::refresh_all):
5751 Update.
5752 * tui/tui-wingeneral.h
5753 (tui_check_and_display_highlight_if_needed): Don't declare.
5754 * tui/tui-wingeneral.c
5755 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5756 check_and_display_highlight_if_needed.
5757 * tui/tui-win.c (tui_rehighlight_all)
5758 (tui_win_info::make_visible_with_new_height): Update.
5759 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5760 (tui_data_window::erase_data_content)
5761 (tui_data_window::display_all_data): Update.
5762 * tui/tui-data.h (struct tui_win_info)
5763 <check_and_display_highlight_if_needed>: Declare.
5764
fede5273
TT
57652019-08-13 Tom Tromey <tom@tromey.com>
5766
5767 * tui/tui-win.c (tui_resize_all): Call
5768 tui_delete_invisible_windows.
5769 * tui/tui-layout.c (show_layout): Call
5770 tui_delete_invisible_windows.
5771 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5772 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5773
22c3f490
TT
57742019-08-13 Tom Tromey <tom@tromey.com>
5775
5776 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5777 tui_add_win_to_layout.
5778
16cb7910
TT
57792019-08-13 Tom Tromey <tom@tromey.com>
5780
5781 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5782 * tui/tui-layout.c (tui_default_win_height): Now static.
5783
cc0c3ffb
TT
57842019-08-13 Tom Tromey <tom@tromey.com>
5785
5786 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5787 single switch.
5788 (show_source_disasm_command, show_source_or_disasm_and_command):
5789 Don't check current layout.
5790
3f3ffe54
TT
57912019-08-13 Tom Tromey <tom@tromey.com>
5792
5793 * tui/tui-wingeneral.c (make_all_visible): Remove.
5794 (tui_make_all_invisible): Simplify.
5795 * tui/tui-layout.c (tui_make_all_invisible): Move from
5796 tui-wingeneral.c; simplify.
5797 (show_layout): Hoist call to tui_make_all_invisible.
5798 (show_data): Don't call tui_make_all_invisible.
5799
69258091
TT
58002019-08-13 Tom Tromey <tom@tromey.com>
5801
5802 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5803 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5804
62cf57fe
TT
58052019-08-13 Tom Tromey <tom@tromey.com>
5806
5807 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5808 tui-data.c.
5809 (show_source_disasm_command, show_data)
5810 (show_source_or_disasm_and_command): Don't use
5811 tui_set_current_layout_to.
5812 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5813 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5814 tui-layout.c.
5815 (tui_set_current_layout_to): Remove.
5816
2afade5d
TT
58172019-08-13 Tom Tromey <tom@tromey.com>
5818
5819 * tui/tui-layout.c (tui_set_layout): Update.
5820 * tui/tui-data.h (struct tui_layout_def): Remove.
5821 (tui_layout_def): Don't declare.
5822 * tui/tui-data.c (layout_def): Remove.
5823 (tui_layout_def): Remove.
5824
a3504e96
TT
58252019-08-13 Tom Tromey <tom@tromey.com>
5826
5827 * tui/tui-winsource.h (struct tui_source_window_base)
5828 <clear_detail>: No longer "override".
5829 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5830 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5831 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5832 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5833 Remove.
5834 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5835
29c92911
TT
58362019-08-13 Tom Tromey <tromey@adacore.com>
5837
5838 * tracepoint.c: Don't include readline.h or history.h.
5839
86c6b807
TT
58402019-08-12 Tom Tromey <tom@tromey.com>
5841
5842 * configure: Rebuild.
5843 * configure.ac: Check for readline 7.
5844 * NEWS: Mention readline 7 requirement.
5845 * README: Update.
5846
5db2718c
TT
58472019-08-12 Tom Tromey <tom@tromey.com>
5848
5849 * mingw-hdep.c (gdb_select): Remove readline hack.
5850
dac36daf
PFC
58512019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5852
5853 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5854 when the function fails.
5855
1022c627
AA
58562019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5857
5858 * s390-tdep.c (s390_type_align): New function.
5859 (s390_gdbarch_init): Set it as type_align gdbarch method.
5860
eba4caf2
TV
58612019-08-09 Tom de Vries <tdevries@suse.de>
5862
5863 PR gdb/24591
5864 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5865 pc_low with relocation offset.
5866
123cd851
TT
58672019-08-07 Tom Tromey <tromey@adacore.com>
5868
5869 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5870 (print_frame_args): Update.
5871 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5872 Update.
5873 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5874 * frame.h (struct frame_arg): Add initializers.
5875 <error>: Now a unique_xmalloc_ptr.
5876
3d31bc39
AH
58772019-08-07 Alan Hayward <alan.hayward@arm.com>
5878
5879 * NEWS: Expand the Pointer Authentication entry.
5880 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5881 (aarch64_frame_unmask_lr): ... to this.
5882 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5883 Call aarch64_frame_unmask_lr.
5884 * frame.c (struct frame_info): Add "masked" variable.
5885 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5886 (fprint_frame): Check for masked pc.
5887 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5888 declarations.
5889 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5890 * stack.c (print_frame): Check for masked pc.
5891
0cf9feb9
TT
58922019-08-06 Tom Tromey <tom@tromey.com>
5893
5894 * stabsread.c (patch_block_stabs, read_one_struct_field)
5895 (read_enum_type): Use obstack_strndup.
5896 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5897 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5898 * dwarf2read.c (guess_full_die_structure_name)
5899 (anonymous_struct_prefix): Use obstack_strndup.
5900 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5901 * c-exp.y (yylex): Use obstack_strndup.
5902 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5903 (write_var_or_type): Use obstack_strndup.
5904
efba19b0
TT
59052019-08-06 Tom Tromey <tom@tromey.com>
5906
5907 * symfile.c (reread_symbols): Use obstack_strdup.
5908 * stabsread.c (read_type): Use obstack_strdup.
5909 * gdb_obstack.h (obstack_strdup): New overload.
5910 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5911 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5912 (dwarf2_canonicalize_name): Use obstack_strdup.
5913 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5914 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5915 Use obstack_strdup.
5916
f25102f7
TT
59172019-08-06 Tom Tromey <tom@tromey.com>
5918
5919 * gdb_obstack.h (obstack_strdup): Define.
5920 * gdb_obstack.c (obstack_strdup): Don't define.
5921
021887d8
TT
59222019-08-06 Tom Tromey <tom@tromey.com>
5923
5924 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5925 obstack_strdup.
5926 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5927 obstack_strdup.
5928 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5929 * stabsread.c (common_block_start): Use obstack_strdup.
5930 * objfiles.c (set_objfile_main_name, objfile): Use
5931 obstack_strdup.
5932 * namespace.c (add_using_directive): Use obstack_strdup.
5933 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5934 * jit.c (finalize_symtab): Use obstack_strdup.
5935 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5936 (guess_partial_die_structure_name, partial_die_info::fixup)
5937 (dwarf2_name): Use obstack_strdup.
5938 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5939 obstack_strdup.
5940 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5941 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5942 obstack_strdup.
5943 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5944
d2834edc
PW
59452019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5946
5947 * unittests/help-doc-selftests.c: New file.
5948 * Makefile.in: Add the new file.
5949
590042fc
PW
59502019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5951
5952 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5953 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5954 the full first line, except when FOR_VALUE_PREFIX. In this case,
5955 the trailing '.' is not output, and the first character is uppercased.
5956 (print_help_for_command): Update call to print_doc_line.
5957 (print_doc_of_command): Likewise.
5958 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5959 * cli/cli-option.c (append_indented_doc): Do not append newline.
5960 (build_help_option): Append newline after first appended_indented_doc
5961 only if a second call is done.
5962 (build_help): Append 2 new lines before each option, except the first
5963 one.
5964 * compile/compile.c (_initialize_compile): Add new lines after
5965 %OPTIONS%, when not at the end of the help.
5966 Change help doc or code
5967 producing the help doc to respect the invariants.
5968 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5969 Also removed the new line after 'Options:', as all other commands
5970 do not put an empty line between 'Options:' and the first option.
5971 * printcmd.c (_initialize_printcmd): Likewise.
5972 * stack.c (_initialize_stack): Likewise.
5973 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5974 incorrectly telling COMMAND is optional.
5975 * ada-lang.c (_initialize_ada_language): Change help doc or code
5976 producing the help doc to respect the invariants.
5977 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5978 * breakpoint.c (_initialize_breakpoint): Likewise.
5979 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5980 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5981 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5982 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5983 _initialize_cli_style): Likewise.
5984 * corelow.c (core_target_info): Likewise.
5985 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5986 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5987 * filesystem.c (_initialize_filesystem): Likewise.
5988 * frame.c (_initialize_frame): Likewise.
5989 * gnu-nat.c (add_task_commands): Likewise.
5990 * infcall.c (_initialize_infcall): Likewise.
5991 * infcmd.c (_initialize_infcmd): Likewise.
5992 * interps.c (_initialize_interpreter): Likewise.
5993 * language.c (_initialize_language): Likewise.
5994 * linux-fork.c (_initialize_linux_fork): Likewise.
5995 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5996 * maint.c (_initialize_maint_cmds): Likewise.
5997 * memattr.c (_initialize_mem): Likewise.
5998 * printcmd.c (_initialize_printcmd): Likewise.
5999 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
6000 _RegEx): Likewise.
6001 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
6002 * record-btrace.c (_initialize_record_btrace): Likewise.
6003 * record-full.c (_initialize_record_full): Likewise.
6004 * record.c (_initialize_record): Likewise.
6005 * regcache-dump.c (_initialize_regcache_dump): Likewise.
6006 * regcache.c (_initialize_regcache): Likewise.
6007 * remote.c (add_packet_config_cmd, init_remote_threadtests,
6008 _initialize_remote): Likewise.
6009 * ser-tcp.c (_initialize_ser_tcp): Likewise.
6010 * serial.c (_initialize_serial): Likewise.
6011 * skip.c (_initialize_step_skip): Likewise.
6012 * source.c (_initialize_source): Likewise.
6013 * stack.c (_initialize_stack): Likewise.
6014 * symfile.c (_initialize_symfile): Likewise.
6015 * symtab.c (_initialize_symtab): Likewise.
6016 * target-descriptions.c (_initialize_target_descriptions): Likewise.
6017 * top.c (init_main): Likewise.
6018 * tracefile-tfile.c (tfile_target_info): Likewise.
6019 * tracepoint.c (_initialize_tracepoint): Likewise.
6020 * tui/tui-win.c (_initialize_tui_win): Likewise.
6021 * utils.c (add_internal_problem_command): Likewise.
6022 * valprint.c (value_print_option_defs): Likewise.
6023
404f2902
FCE
60242019-08-06 Frank Ch. Eigler <fche@redhat.com>
6025
6026 PR build/24886
6027 * configure.ac: Drop enable-libmcheck support.
6028 * configure, config.in: Rebuild.
6029 * libmcheck.m4: Remove.
6030 * acinclude.m4: Don't include it.
6031 * Makefile.in: Don't distribute it.
6032 * top.c (print_gdb_configuration): Don't mention it.
6033
046bebe1
TT
60342019-08-06 Tom Tromey <tom@tromey.com>
6035
6036 * utils.c (set_output_style): Sometimes pass stream to
6037 emit_style_escape.
6038 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
6039 * record-btrace.c (btrace_insn_history): Update.
6040 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
6041 method.
6042 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
6043 Update initializers.
6044 <m_uiout>: New field.
6045 <m_di>: Move lower.
6046 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6047 Remove "uiout" parameter.
6048 (dump_insns): Update.
6049 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
6050 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
6051
ddbcedf5
CB
60522019-08-06 Christian Biesinger <cbiesinger@google.com>
6053
6054 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
6055 (error_in_psymtab_expansion): Likewise.
6056 (lookup_symbol_via_quick_fns): Likewise.
6057 (basic_lookup_transparent_type_quick): Likewise.
6058 (basic_lookup_transparent_type_1): Likewise.
6059
b08b16c8
TT
60602019-08-06 Tom Tromey <tromey@adacore.com>
6061
6062 * source.c (last_source_error): Now bool.
6063 (print_source_lines_base): Make "noprint" bool. Only open
6064 source file when last_source_visited changes.
6065
cb44333d
TT
60662019-08-06 Tom Tromey <tromey@adacore.com>
6067
6068 * annotate.c (annotate_source_line): Use g_source_cache.
6069 * source-cache.c (source_cache::get_plain_source_lines): Change
6070 parameters. Populate m_offset_cache.
6071 (source_cache::ensure): New method.
6072 (source_cache::get_line_charpos): New method.
6073 (extract_lines): Move lower. Change parameters.
6074 (source_cache::get_source_lines): Move lower.
6075 * source-cache.h (class source_cache): Update comment.
6076 <get_line_charpos>: New method.
6077 <get_source_lines>: Update comment.
6078 <clear>: Clear m_offset_cache.
6079 <get_plain_source_lines>: Change parameters.
6080 <ensure>: New method
6081 <m_offset_cache>: New member.
6082 * source.c (forget_cached_source_info_for_objfile): Update.
6083 (info_source_command): Use g_source_cache.
6084 (find_source_lines, open_source_file_with_line_charpos): Remove.
6085 (print_source_lines_base, search_command_helper): Use g_source_cache.
6086 * source.h (open_source_file_with_line_charpos): Don't declare.
6087 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
6088 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
6089 Use g_source_cache.
6090
872dceaa
TT
60912019-08-06 Tom Tromey <tromey@adacore.com>
6092
6093 * source-cache.c (source_cache::get_plain_source_lines):
6094 Remove "first_line" and "last_line" parameters.
6095 (source_cache::get_source_lines): Cache plain text.
6096 * source-cache.h (class source_cache)
6097 <get_plain_source_lines>: Update.
6098
269249d9
TT
60992019-08-06 Tom Tromey <tromey@adacore.com>
6100
6101 * source-cache.c (extract_lines): No longer a method.
6102 Changed type of parameter. Include final newline.
6103 (selftests::extract_lines_test): New function.
6104 (_initialize_source_cache): Likewise.
6105 * source-cache.h (class source_cache)
6106 <extract_lines>: Don't declare.
6107
c0e8dcd8
TT
61082019-08-06 Tom Tromey <tromey@adacore.com>
6109
6110 * breakpoint.c (init_breakpoint_sal): Update.
6111 (breakpoint): Update.
6112 * breakpoint.h (struct breakpoint) <filter>: Now a
6113 unique_xmalloc_ptr.
6114
0b27c27d
CB
61152019-08-05 Christian Biesinger <cbiesinger@google.com>
6116
6117 * NEWS: Mention dictionary access on blocks.
6118 * python/py-block.c (blpy_getitem): New function.
6119 (block_object_as_mapping): New struct.
6120 (block_object_type): Use new struct for tp_as_mapping field.
6121
4ee94178
CB
61222019-08-05 Christian Biesinger <cbiesinger@google.com>
6123
6124 * objfiles.h (objfile): Add a comment describing partial symbols.
6125
8abfcabc
TT
61262019-08-05 Tom Tromey <tromey@adacore.com>
6127
6128 * compile/compile.c (_initialize_compile): Use _(), not N_().
6129 * thread.c (_initialize_thread): Use _(), not N_().
6130 * stack.c (_initialize_stack): Use _(), not N_().
6131 * printcmd.c (_initialize_printcmd): Use _(), not N_().
6132
2b79f376
SM
61332019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
6134
6135 * dwarf2read.c (struct dw2_symtab_iterator):
6136 <want_specific_block>: Remove.
6137 <block_index>: Change type to gdb::optional.
6138 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
6139 change type of BLOCK_INDEX parameter to gdb::optional.
6140 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
6141 (dw2_lookup_symbol): Don't pass argument for
6142 WANT_SPECIFIC_BLOCK.
6143 (dw2_expand_symtabs_for_function): Don't pass argument for
6144 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
6145 (class dw2_debug_names_iterator)
6146 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
6147 parameter, change BLOCK_INDEX type to gdb::optional.
6148 <m_want_specific_block>: Remove.
6149 <m_block_index>: Change type to gdb::optional.
6150 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
6151 gdb::optional. Re-write in function of gdb::optional.
6152 (dw2_debug_names_lookup_symbol): Don't pass argument for
6153 WANT_SPECIFIC_BLOCK.
6154 (dw2_debug_names_expand_symtabs_for_function): Don't pass
6155 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
6156 BLOCK_INDEX.
6157
ae60f04e
PW
61582019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6159
6160 * NEWS: Mention changes to "info sources" command.
6161
28cd9371
PW
61622019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6163
6164 * symtab.c (filename_partial_match_opts): New struct type.
6165 (struct output_source_filename_data): New members
6166 regexp, c_regexp, partial_match.
6167 (output_source_filename): Use new members to decide to print file.
6168 (info_sources_option_defs): New variable.
6169 (make_info_sources_options_def_group, print_info_sources_header,
6170 info_sources_command_completer):
6171 New functions.
6172 (info_sources_command): Read new optional arguments.
6173 (_initialize_symtab): Update info sources help.
6174
ca683e3a
AO
61752019-08-02 Alexandre Oliva <oliva@adacore.com>
6176
6177 * ada-lang.c (exception_support_info_v0): Renamed from...
6178 (default_exception_support_info): ... this. Create new
6179 definition for v1.
6180 (ada_has_this_exception_support): Look up catch_handlers_sym.
6181 (ada_exception_support_info_sniffer): Try v0 after default.
6182
f1264162
TT
61832019-08-01 Tom Tromey <tromey@adacore.com>
6184
6185 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
6186 gdbarch.h.
6187
0a7b2485
CB
61882019-08-01 Christian Biesinger <cbiesinger@google.com>
6189
6190 * s12z-tdep.c: Fix include path for s12z-opc.h.
6191
c6bdbeb7
AH
61922019-08-01 Alan Hayward <alan.hayward@arm.com>
6193
6194 * NEWS: Require GNU make 3.82.
6195
a2bd7b82
TT
61962019-07-16 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
6199 declare.
6200
aa3b6533
TT
62012019-07-30 Tom Tromey <tromey@adacore.com>
6202
6203 * block.c (contained_in): Remove BLOCK_FUNCTION check.
6204
a1530dc7
KB
62052019-07-30 Kevin Buettner <kevinb@redhat.com>
6206
6207 * printcmd.c (print_address_symbolic): Print negative offsets.
6208 (build_address_symbolic): Force signed arithmetic when computing
6209 offset.
6210
2906593f
CB
62112019-07-30 Christian Biesinger <cbiesinger@google.com>
6212
6213 PR/24474: Add a function to lookup static variables.
6214 * NEWS: Mention this new function.
6215 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
6216 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
6217 * python/python.c (python_GdbMethods): Add new function.
6218
c620ed88
CB
62192019-07-29 Christian Biesinger <cbiesinger@google.com>
6220
6221 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
6222 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
6223 (objfpy_lookup_static_symbol): New function.
6224 (objfile_object_methods): Add new functions.
6225
bc4268a5
PW
62262019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6227
6228 * NEWS: Mention 'set|show print frame-info'. Mention new
6229 'presence' value for 'frame-arguments'. Mention new '-frame-info'
6230 backtrace argument. Mention that python frame filtering code
6231 is now consistent with what 'backtrace' command prints.
6232
4b5e8d19
PW
62332019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6234
6235 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
6236 comments.
6237 (print_frame_info_auto, print_frame_info_source_line,
6238 print_frame_info_location, print_frame_info_source_and_location,
6239 print_frame_info_location_and_address, print_frame_info_short_location):
6240 New declarations.
6241 (struct frame_print_options): New member print_frame_info.
6242 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
6243 * stack.h (get_user_print_what_frame_info): New declaration.
6244 (frame_show_address): New declaration.
6245 * stack.c (print_frame_arguments_choices): New value 'presence'.
6246 (print_frame_info_auto, print_frame_info_source_line,
6247 print_frame_info_location, print_frame_info_source_and_location,
6248 print_frame_info_location_and_address, print_frame_info_short_location,
6249 print_frame_info_choices, print_frame_info_print_what): New definitions.
6250 (print_frame_args): Only print dots for args if print frame-arguments
6251 is 'presence'.
6252 (frame_print_option_defs): New element for "frame-info".
6253 (get_user_print_what_frame_info): New function.
6254 (frame_show_address): Make non static. Move comment to stack.h.
6255 (print_frame_info_to_print_what): New function.
6256 (print_frame_info): Update comment. Use fp_opts.print_frame_info
6257 to decide what to print.
6258 (backtrace_command_1): Handle the new print_frame_arguments_presence
6259 value.
6260 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
6261 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
6262 (py_print_frame): In non-mi mode, use LOCATION as default for
6263 print_what, similarly to frame information printed directly by
6264 backtrace command. Handle frame-info user option in non MI mode.
6265
6bdfee81
KB
62662019-07-27 Kevin Buettner <kevinb@redhat.com>
6267
6268 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
6269 Add case for debugging 32-bit target on 64-bit host. Revise
6270 comment.
6271
98a617f8
KB
62722019-07-27 Kevin Buettner <kevinb@redhat.com>
6273
6274 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
6275 instead of find_function_entry_range_from_pc.
6276
567238c9
KB
62772019-07-27 Kevin Buettner <kevinb@redhat.com>
6278
6279 * stack.c (find_frame_funname): Remove code which preferred
6280 minsym over symtab sym in "certain pathological cases".
6281
2dc80cf8
KB
6282 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
6283 parameter. Change type of "do_demangle" to bool.
6284 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6285 Pass suitable "prefer_sym_over_minsym" flag to
6286 build_address_symbolic(). Don't output "+" for negative offsets.
6287 * printcmd.c (print_address_symbolic): Update invocation of
6288 build_address_symbolic to include a "prefer_sym_over_minsym"
6289 flag.
6290 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
6291 Restrict cases in which use of minimal symbol is preferred to that
6292 of a found symbol. Update comments.
6293
1aff7173
KB
6294 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
6295 for entry pc when entry pc is out of range for that FDE.
6296
89b085ac
BC
62972019-07-26 Brian Callahan <bcallah@openbsd.org>
6298
6299 PR gdb/24839:
6300 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
6301 type.
6302
f32feb4a
CB
63032019-07-25 Christian Biesinger <cbiesinger@google.com>
6304
6305 * python/py-objfile.c (add_separate_debug_file): Fix comment about
6306 this function's Python signature.
6307
6308
63092019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
6310
6311 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
6312 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
6313 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
6314 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
6315 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
6316
6317
c54e4253
YS
63182019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
6319
6320 * h8300-tdep.c (h8300_register_name_common): New.
6321 h8300_register_name): Use h8300_register_name_common.
6322 (h8300s_register_name): Likewise.
6323 (h8300sx_register_name): Likewise.
6324 (h8300h_register_nam): New.
6325 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
6326
6327
40eadf04
SP
63282019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6329
6330 * arm-tdep.c (arm_skip_cmse_entry): New function.
6331 (arm_is_sgstubs_section): New function.
6332 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
6333
bfa2a36d
TT
63342019-07-22 Tom Tromey <tom@tromey.com>
6335
6336 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
6337 Don't self-assign.
6338
a8e9d247
AB
63392019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
6342 type_print.
6343
eb86c5e2
AB
63442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 * symtab.c (search_symbols): Adjust msymbol matching type arrays
6347 so that GDB doesn't match any msymbols when searching in the
6348 TYPES_DOMAIN.
6349 (print_symbol_info): Print using typedef_print or type_print based
6350 on the type of the symbol. Add updated FIXME comment moved from...
6351 (_initialize_symtab): ... move and update FIXME comment to above.
6352
a8eab7c6
AB
63532019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 * NEWS: Mention adding -q option to "info types".
6356 * symtab.c (struct info_types_options): New struct.
6357 (info_types_options_defs): New variable.
6358 (make_info_types_options_def_group): New function.
6359 (info_types_command): Use gdb::option framework to parse options.
6360 (info_types_command_completer): New function.
6361 (_initialize_symtab): Extend the help text on "info types" and
6362 register command completer.
6363
b4603c34
CB
63642019-07-21 Christian Biesinger <cbiesinger@google.com>
6365
6366 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
6367 (lookup_symbol_in_objfile): Change int to block_enum and add a
6368 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
6369
c8cdc1e0
CB
63702019-07-20 Christian Biesinger <cbiesinger@google.com>
6371
6372 * MAINTAINERS (Write After Approval): Add self.
6373
01e175fe
AB
63742019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
6377 instruction to the dummy code region.
6378
56f79b63
TT
63792019-07-19 Tom Tromey <tromey@adacore.com>
6380
6381 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
6382 (ARGSUSED, PARAMS, __func__): Remove rules.
6383
4c5aa8e0
AH
63842019-07-19 Alan Hayward <alan.hayward@arm.com>
6385
6386 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
6387 * features/arm/arm-with-iwmmxt.c: Remove.
6388 * features/arm/arm-with-iwmmxt.xml: Remove.
6389 * features/arm/arm-with-m-fpa-layout.c: Remove.
6390 * features/arm/arm-with-m-fpa-layout.xml: Remove.
6391 * features/arm/arm-with-m-vfp-d16.c: Remove.
6392 * features/arm/arm-with-m-vfp-d16.xml: Remove.
6393 * features/arm/arm-with-m.c: Remove.
6394 * features/arm/arm-with-m.xml: Remove.
6395 * features/arm/arm-with-neon.c: Remove.
6396 * features/arm/arm-with-neon.xml: Remove.
6397 * features/arm/arm-with-vfpv2.c: Remove.
6398 * features/arm/arm-with-vfpv2.xml: Remove.
6399 * features/arm/arm-with-vfpv3.c: Remove.
6400 * features/arm/arm-with-vfpv3.xml: Remove.
6401
f42b2617
AH
64022019-07-19 Alan Hayward <alan.hayward@arm.com>
6403
6404 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
6405
f29ec966
AH
64062019-07-19 Alan Hayward <alan.hayward@arm.com>
6407
6408 * arch/aarch32.c (aarch32_create_target_description): Create
6409 target descriptions using features.
6410 * arch/arm.c (arm_create_target_description)
6411 (arm_create_mprofile_target_description): Likewise.
6412 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
6413
d105cce5
AH
64142019-07-19 Alan Hayward <alan.hayward@arm.com>
6415
6416 * Makefile.in: Add new files.
6417 * aarch32-tdep.c: New file.
6418 * aarch32-tdep.h: New file.
6419 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
6420 Call aarch32_read_description.
6421 * arch/aarch32.c: New file.
6422 * arch/aarch32.h: New file.
6423 * arch/arm.c (arm_create_target_description)
6424 (arm_create_mprofile_target_description): New function.
6425 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
6426 (arm_create_target_description)
6427 (arm_create_mprofile_target_description): New declaration.
6428 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
6429 read_description functions.
6430 * arm-linux-nat.c (arm_linux_nat_target::read_description):
6431 Likewise.
6432 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
6433 * arm-tdep.c (tdesc_arm_list): New variable.
6434 (arm_register_g_packet_guesses): Call create description functions.
6435 (arm_read_description) (arm_read_mprofile_description): New
6436 function.
6437 * arm-tdep.h (arm_read_description)
6438 (arm_read_mprofile_description): Add declaration.
6439 * configure.tgt: Add new files.
6440
afe09f0b
GL
64412019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
6442
6443 * top.c (new_ui_command): Open specified terminal just once.
6444
cd215b2e
TT
64452019-07-18 Tom Tromey <tromey@adacore.com>
6446
6447 * symtab.c (main_name): Constify return type.
6448 * symfile.c (set_initial_language): Update.
6449 * symtab.h (main_name): Constify return type.
6450
d8f68fcb
TT
64512019-07-17 Tom Tromey <tom@tromey.com>
6452
6453 * tui/tui-winsource.c (tui_update_source_window)
6454 (tui_update_source_window_as_is)
6455 (tui_update_source_windows_with_line): Remove return.
6456 * tui/tui-disasm.c (tui_show_disassem)
6457 (tui_show_disassem_and_update_source): Remove return.
6458 * tui/tui.c (tui_reset): Remove return.
6459 * tui/tui-wingeneral.c
6460 (tui_check_and_display_highlight_if_needed): Remove return.
6461
ca5af91e
TT
64622019-07-17 Tom Tromey <tom@tromey.com>
6463
6464 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
6465
5104fe36
TT
64662019-07-17 Tom Tromey <tom@tromey.com>
6467
6468 * tui/tui-winsource.h (struct tui_exec_info_window)
6469 (struct tui_source_window_base): Move from tui-data.h.
6470 * tui/tui-winsource.c: Move many method definitions from
6471 elsewhere. Remove "structuring" comments.
6472 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
6473 (tui_source_window_base::refresh_window): Move to
6474 tui-winsource.c.
6475 * tui/tui-win.c (tui_source_window_base::refresh_all)
6476 (tui_source_window_base::update_tab_width)
6477 (tui_source_window_base::set_new_height)
6478 (tui_source_window_base::do_make_visible_with_new_height): Move to
6479 tui-winsource.c.
6480 * tui/tui-source.h: Update.
6481 * tui/tui-source.c (tui_source_window_base::reset): Move to
6482 tui-winsource.c.
6483 * tui/tui-disasm.h: Update.
6484 * tui/tui-data.h (struct tui_exec_info_window): Move to
6485 tui-winsource.h.
6486 (struct tui_source_window_base): Likewise.
6487 * tui/tui-data.c (tui_source_window_base::clear_detail)
6488 (tui_source_window_base, ~tui_source_window_base): Move to
6489 tui-winsource.c.
6490
daa15dde
TT
64912019-07-17 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui-win.c (tui_resize_all)
6494 (tui_source_window_base::update_tab_width)
6495 (tui_adjust_win_heights): Update.
6496 (tui_win_info::make_invisible_and_set_new_height): Rename from
6497 make_invisible_and_set_new_height.
6498 * tui/tui-data.h (struct tui_win_info)
6499 <make_invisible_and_set_new_height>: New method.
6500
bfad4537
TT
65012019-07-17 Tom Tromey <tom@tromey.com>
6502
6503 * tui/tui.c: Update.
6504 * tui/tui-source.h (struct tui_source_window): Move from
6505 tui-data.h.
6506 * tui/tui-layout.c: Update.
6507 * tui/tui-disasm.c: Update.
6508 * tui/tui-data.h (struct tui_source_window): Move to
6509 tui-source.h.
6510
88f7e873
TT
65112019-07-17 Tom Tromey <tom@tromey.com>
6512
6513 * tui/tui-disasm.h (struct tui_disasm_window): Move from
6514 tui-data.h.
6515 * tui/tui-data.h (struct tui_disasm_window): Move to
6516 tui-disasm.h.
6517
96bd6233
TT
65182019-07-17 Tom Tromey <tom@tromey.com>
6519
6520 * tui/tui-regs.h (struct tui_data_item_window): Move from
6521 tui-data.h.
6522 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
6523 * tui/tui-data.h (struct tui_data_item_window): Move to
6524 tui-regs.h.
6525 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6526
ce38393b
TT
65272019-07-17 Tom Tromey <tom@tromey.com>
6528
6529 * tui/tui.c: Update.
6530 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6531 (tui_cmd_window::max_height): Move to tui-command.c.
6532 * tui/tui-layout.c: Update.
6533 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6534 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6535 tui-command.c.
6536 * tui/tui-command.h (struct tui_cmd_window): Move from
6537 tui-data.h.
6538 * tui/tui-command.c: Remove "structuring" comments.
6539 (tui_cmd_window::clear_detail)
6540 (tui_cmd_window::do_make_visible_with_new_height)
6541 (tui_cmd_window::max_height): Move from elsewhere.
6542
2d8b51cb
TT
65432019-07-17 Tom Tromey <tom@tromey.com>
6544
6545 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6546 Now static.
6547 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6548 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6549
18ab23af
TT
65502019-07-17 Tom Tromey <tom@tromey.com>
6551
6552 * tui/tui.c: Update.
6553 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6554 tui-regs.c.
6555 * tui/tui-windata.h: Remove file.
6556 * tui/tui-windata.c: Remove file.
6557 * tui/tui-win.c (tui_data_window::set_new_height)
6558 (tui_data_window::do_make_visible_with_new_height): Move to
6559 tui-regs.c.
6560 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6561 * tui/tui-regs.c: Remove "structuring" comments.
6562 (tui_data_window::first_data_item_displayed)
6563 (tui_data_window::delete_data_content_windows)
6564 (tui_data_window::erase_data_content)
6565 (tui_data_window::display_all_data)
6566 (tui_data_window::refresh_all)
6567 (tui_data_window::do_scroll_vertical)
6568 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6569 (tui_data_window::do_make_visible_with_new_height)
6570 (tui_data_window::refresh_window): Move from elsewhere.
6571 (_initialize_tui_regs): Move to end of file.
6572 * tui/tui-layout.c: Update.
6573 * tui/tui-hooks.c: Update.
6574 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6575 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6576 tui-regs.c.
6577 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6578
88b7e7cc
TT
65792019-07-17 Tom Tromey <tom@tromey.com>
6580
6581 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6582 seen.
6583
0fcd3711
TT
65842019-07-17 Tom Tromey <tom@tromey.com>
6585
6586 * tui/tui-win.c (tui_source_window_base::set_new_height)
6587 (tui_source_window_base::do_make_visible_with_new_height): Use
6588 m_has_locator field directly.
6589 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6590 method.
6591 (struct tui_source_window_base) <has_locator>: Likewise.
6592
4a38112d
TT
65932019-07-17 Tom Tromey <tom@tromey.com>
6594
6595 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6596 Don't declare.
6597 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6598 Remove.
6599 * tui/tui-win.c (tui_source_window_base::set_new_height)
6600 (tui_source_window_base::set_new_height)
6601 (make_invisible_and_set_new_height)
6602 (tui_source_window_base::do_make_visible_with_new_height)
6603 (tui_source_window_base::do_make_visible_with_new_height):
6604 Update.
6605 * tui/tui-layout.c (show_source_disasm_command, show_data)
6606 (show_source_or_disasm_and_command): Update.
6607 * tui/tui-layout.c (show_layout): Update.
6608
09129226
TT
66092019-07-17 Tom Tromey <tom@tromey.com>
6610
6611 * tui/tui-layout.c (make_data_window): Remove.
6612 (show_data): Unify creation and re-initialization cases.
6613
4a8a5e84
TT
66142019-07-17 Tom Tromey <tom@tromey.com>
6615
6616 * tui/tui-layout.c (make_source_window, make_disasm_window):
6617 Remove.
6618 (show_data): Unify creation and re-initialization cases.
6619
76d2be8e
TT
66202019-07-17 Tom Tromey <tom@tromey.com>
6621
6622 * tui/tui-layout.c (make_command_window): Remove.
6623 (show_source_disasm_command, show_source_or_disasm_and_command):
6624 Unify creation and re-initialization cases.
6625
890b8bde
TT
66262019-07-17 Tom Tromey <tom@tromey.com>
6627
6628 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6629 creation and re-initialization cases.
6630
2cdfa113
TT
66312019-07-17 Tom Tromey <tom@tromey.com>
6632
6633 * tui/tui-regs.c (tui_get_register): Return void.
6634
8e3cfd09
TT
66352019-07-17 Tom Tromey <tom@tromey.com>
6636
6637 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6638 Simplify.
6639
f4e04977
TT
66402019-07-17 Tom Tromey <tom@tromey.com>
6641
6642 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6643 resetting.
6644
0379b883
TT
66452019-07-17 Tom Tromey <tom@tromey.com>
6646
6647 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6648 * tui/tui-regs.c (tui_reg_layout): New function.
6649 (tui_show_registers, tui_reg_command): Use it.
6650 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6651 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6652 parameters.
6653 (tui_layout_command): Remove.
6654
b7fbad91
TT
66552019-07-17 Tom Tromey <tom@tromey.com>
6656
6657 * tui/tui-layout.h (tui/tui-layout): Return void.
6658 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6659
4e1e56b9
TT
66602019-07-17 Tom Tromey <tom@tromey.com>
6661
6662 * tui/tui-layout.c (show_source_disasm_command, show_data):
6663 Update.
6664 (reset_locator): Remove.
6665 (show_source_or_disasm_and_command): Update.
6666
1e0c09ba
TT
66672019-07-17 Tom Tromey <tom@tromey.com>
6668
6669 * tui/tui-source.c (tui_source_window_base::reset): Remove
6670 win_type parameter.
6671 * tui/tui-layout.c (make_command_window, make_source_window)
6672 (make_disasm_window, make_data_window)
6673 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6674 (reset_locator, show_source_or_disasm_and_command): Update.
6675 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6676 win_type parameter.
6677 (struct tui_source_window_base) <reset>: Likewise.
6678
1bf605de
TT
66792019-07-17 Tom Tromey <tom@tromey.com>
6680
6681 * tui/tui-layout.c (show_source_disasm_command): Use
6682 reset_locator.
6683 (reset_locator): New function.
6684 (init_and_make_win): Remove.
6685 (show_source_or_disasm_and_command): Use reset_locator.
6686
098f9ed4
TT
66872019-07-17 Tom Tromey <tom@tromey.com>
6688
6689 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6690 condition.
6691 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6692 Remove condition.
6693 * tui/tui-source.c (tui_source_window_base::reset): New method.
6694 * tui/tui-layout.c (make_command_window): Don't call
6695 init_and_make_win.
6696 (make_source_window, make_disasm_window): Don't call
6697 make_source_or_disasm_window.
6698 (make_data_window): Don't call init_and_make_win. Change calling
6699 convention.
6700 (show_source_disasm_command, show_data): Simplify.
6701 (make_source_or_disasm_window): Remove.
6702 (show_source_or_disasm_and_command): Simplify.
6703 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6704 (struct tui_source_window_base) <reset>: Likewise.
6705 <execution_info>: Remove initializer.
6706 * tui/tui-data.c (tui_source_window_base): Initialize
6707 execution_info.
6708
80110957
TT
67092019-07-17 Tom Tromey <tom@tromey.com>
6710
6711 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6712 variable.
6713
cf82af05
TT
67142019-07-17 Tom Tromey <tom@tromey.com>
6715
6716 * tui/tui.c (tui_rl_other_window): Update.
6717 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6718 superclass method first. Always iterate over regs_content.
6719 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6720 method.
6721 * tui/tui-win.c (tui_set_focus_command): Update.
6722
01aeb396
TT
67232019-07-17 Tom Tromey <tom@tromey.com>
6724
6725 * tui/tui-win.c (tui_set_focus_command): Rename from
6726 tui_set_focus. Call tui_enable.
6727 (tui_set_focus_command): Remove.
6728
fd6c75ee
TT
67292019-07-17 Tom Tromey <tom@tromey.com>
6730
6731 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6732 refresh_window.
6733 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6734 touchwin.
6735 (tui_data_window::refresh_window): Call refresh_window on data
6736 items. Always call superclass refresh_window.
6737 (tui_win_info::refresh): Remove.
6738 (tui_source_window_base::refresh_window): Update.
6739 (tui_refresh_all): Update.
6740 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6741 refresh_window.
6742 (show_source_or_disasm_and_command): Likewise.
6743 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6744 (struct tui_source_window_base) <refresh>: Likewise.
6745
f6cc34a9
TT
67462019-07-17 Tom Tromey <tom@tromey.com>
6747
6748 * tui/tui-winsource.c (tui_clear_source_content)
6749 (tui_show_source_content): Update.
6750 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6751 whether content is empty.
6752 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6753 Remove.
6754
f31ec9af
TT
67552019-07-17 Tom Tromey <tom@tromey.com>
6756
6757 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6758 window's contents.
6759 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6760 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6761
d1b6f1e5
TT
67622019-07-17 Tom Tromey <tom@tromey.com>
6763
6764 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6765 (struct tui_data_item_window): Update.
6766
d9743a13
TT
67672019-07-17 Tom Tromey <tom@tromey.com>
6768
6769 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6770 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6771 defines.
6772
caf0bc4e
TT
67732019-07-17 Tom Tromey <tom@tromey.com>
6774
6775 * tui/tui-winsource.h (tui_erase_source_content)
6776 (tui_clear_source_content): Remove "display_prompt" parameter.
6777 * tui/tui-winsource.c (tui_update_source_window_as_is)
6778 (tui_update_source_windows_with_addr): Update.
6779 (tui_clear_source_content): Remove "display_prompt" parameter.
6780 (tui_erase_source_content): Likewise. Simplify.
6781 (tui_show_source_content): Update.
6782 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6783 * tui/tui-stack.c (tui_show_frame_info): Update.
6784 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6785 Remove defines.
6786
9d391078
TT
67872019-07-17 Tom Tromey <tom@tromey.com>
6788
6789 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6790 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6791 parameter.
6792 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6793 parameter.
6794
a38da35d
TT
67952019-07-17 Tom Tromey <tom@tromey.com>
6796
6797 * tui/tui-winsource.c (tui_clear_source_content)
6798 (tui_show_source_content, tui_show_exec_info_content)
6799 (tui_clear_exec_info_content): Update.
6800 * tui/tui-stack.c (tui_show_locator_content): Update.
6801 (tui_show_frame_info): Update.
6802 * tui/tui-source.h (tui_source_window): Don't declare.
6803 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6804 from tui_source_is_displayed.
6805 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6806 Remove field.
6807 (struct tui_source_window_base) <content_in_use>: New field. Now
6808 bool.
6809 (struct tui_source_window) <showing_source_p>: New method.
6810 (TUI_SRC_WIN): Change cast.
6811 * tui/tui-data.c (tui_initialize_static_data): Update.
6812
c2cd8994
TT
68132019-07-17 Tom Tromey <tom@tromey.com>
6814
6815 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6816 location_matches_p.
6817 * tui/tui-source.c (tui_source_window::location_matches_p): New
6818 method.
6819 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6820 method.
6821 * tui/tui-data.h (struct tui_source_window_base)
6822 <location_matches_p>: New method.
6823 (struct tui_source_window, struct tui_disasm_window)
6824 <location_matches_p>: Likewise.
6825
4dde7b34
TT
68262019-07-17 Tom Tromey <tom@tromey.com>
6827
6828 * tui/tui-win.c (tui_set_win_height_command): Rename from
6829 tui_set_win_height.
6830 (tui_set_win_height_command): Remove.
6831
b73dd877
TT
68322019-07-17 Tom Tromey <tom@tromey.com>
6833
6834 * tui/tui-source.c (tui_source_window): New constructor. Add
6835 observer.
6836 (~tui_source_window): New destructor.
6837 (tui_source_window::style_changed): New method.
6838 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6839 (tui_attach_detach_observers): Update.
6840 * tui/tui-data.h (struct tui_source_window): Make constructor not
6841 inline. Add destructor.
6842 (struct tui_source_window) <style_changed>: New method.
6843 <m_observable>: New member.
6844
ae2b5380
TT
68452019-07-17 Tom Tromey <tom@tromey.com>
6846
6847 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6848 * tui/tui-win.c (tui_resize_all): Fix typo.
6849
1ce3e844
TT
68502019-07-17 Tom Tromey <tom@tromey.com>
6851
6852 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6853 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6854 (tui_refresh_all): Remove "list" parameter. Use foreach.
6855 * tui/tui-win.c (window_name_completer): Use foreach.
6856 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6857 (update_tab_width): Likewise.
6858 * tui/tui-layout.c (show_layout): Update.
6859 * tui/tui-data.h (class tui_window_iterator): New.
6860 (struct all_tui_windows): New.
6861 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6862
fe3eaf1c
TT
68632019-07-17 Tom Tromey <tom@tromey.com>
6864
6865 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6866 parameter. Don't reference globals.
6867 (tui_reg_command): Update.
6868
368c1354
TT
68692019-07-17 Tom Tromey <tom@tromey.com>
6870
6871 * tui/tui-regs.c (tui_show_registers): Simplify.
6872
e80cd204
TT
68732019-07-17 Tom Tromey <tom@tromey.com>
6874
6875 * tui/tui-regs.c (tui_show_registers): Update.
6876 (tui_show_register_group): Add win_info parameter.
6877
aca2dd16
TT
68782019-07-17 Tom Tromey <tom@tromey.com>
6879
6880 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6881 Rename from tui_display_reg_element_at_line.
6882 (tui_data_window::display_registers_from_line): Update.
6883 * tui/tui-data.h (struct tui_data_window)
6884 <display_reg_element_at_line>: New method.
6885
517e9505
TT
68862019-07-17 Tom Tromey <tom@tromey.com>
6887
6888 * tui/tui-regs.h (tui_display_registers_from)
6889 (tui_display_registers_from_line): Don't declare.
6890 * tui/tui-windata.c (tui_data_window::display_all_data)
6891 (tui_data_window::refresh_all)
6892 (tui_data_window::do_scroll_vertical): Update.
6893 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6894 from tui_display_registers_from.
6895 (tui_display_reg_element_at_line): Update.
6896 (tui_data_window::display_registers_from_line): Rename from
6897 tui_display_registers_from_line.
6898 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6899 display_registers_from_line>: New methods.
6900
f76d8b19
TT
69012019-07-17 Tom Tromey <tom@tromey.com>
6902
6903 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6904 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6905 from tui_erase_data_content.
6906 (tui_data_window::display_all_data)
6907 (tui_data_window::refresh_all)
6908 (tui_data_window::do_scroll_vertical): Update.
6909 * tui/tui-regs.c (tui_show_registers): Update.
6910 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6911 New method.
6912
b4094625
TT
69132019-07-17 Tom Tromey <tom@tromey.com>
6914
6915 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6916 declare.
6917 * tui/tui-windata.c
6918 (tui_data_window::delete_data_content_windows): Rename from
6919 tui_delete_data_content_windows.
6920 (tui_data_window::display_all_data)
6921 (tui_data_window::do_scroll_vertical): Update.
6922 * tui/tui-data.h (struct tui_data_window)
6923 <delete_data_content_windows>: New method.
6924
c223a729
TT
69252019-07-17 Tom Tromey <tom@tromey.com>
6926
6927 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6928 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6929
50daf268
TT
69302019-07-17 Tom Tromey <tom@tromey.com>
6931
6932 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6933 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6934 from tui_display_all_data.
6935 * tui/tui-win.c
6936 (tui_data_window::do_make_visible_with_new_height): Update.
6937 * tui/tui-regs.c (tui_show_registers): Update.
6938 * tui/tui-layout.c (tui_set_layout): Update.
6939 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6940 method.
6941
df5f8cab
TT
69422019-07-17 Tom Tromey <tom@tromey.com>
6943
6944 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6945 * tui/tui-windata.c (tui_display_data_from): Remove.
6946 (tui_data_window::refresh_all): Update.
6947
80cb6c27
TT
69482019-07-17 Tom Tromey <tom@tromey.com>
6949
6950 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6951 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6952 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6953 tui_display_registers_from_line.
6954 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6955 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6956 "force_display" parameter.
6957
baff0c28
TT
69582019-07-17 Tom Tromey <tom@tromey.com>
6959
6960 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6961 declare.
6962 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6963 Rename from tui_first_reg_element_no_inline.
6964 (tui_display_reg_element_at_line)
6965 (tui_display_registers_from_line): Update.
6966 * tui/tui-data.h (struct tui_data_window)
6967 <first_reg_element_no_inline>: New method.
6968
3b23c5f2
TT
69692019-07-17 Tom Tromey <tom@tromey.com>
6970
6971 * tui/tui-windata.c (tui_display_data_from)
6972 (tui_data_window::do_scroll_vertical): Update.
6973 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6974 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6975 Rename from tui_line_from_reg_element_no.
6976 (tui_display_registers_from_line): Update.
6977 * tui/tui-data.h (struct tui_data_window)
6978 <line_from_reg_element_no>: New method.
6979
0b5ec218
TT
69802019-07-17 Tom Tromey <tom@tromey.com>
6981
6982 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6983 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6984 tui_last_regs_line_no.
6985 (tui_display_reg_element_at_line)
6986 (tui_display_registers_from_line): Update.
6987 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6988 method.
6989
0807ab7b
TT
69902019-07-17 Tom Tromey <tom@tromey.com>
6991
6992 PR tui/24722:
6993 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6994 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6995 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6996 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6997 (tui_update_breakpoint_info): Likewise.
6998 * tui/tui-hooks.c (tui_event_create_breakpoint)
6999 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
7000 Update.
7001
9ad7fdef
TT
70022019-07-17 Tom Tromey <tom@tromey.com>
7003
7004 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
7005
5813316f
TT
70062019-07-17 Tom Tromey <tom@tromey.com>
7007
7008 * tui/tui-winsource.c (tui_update_source_window_as_is)
7009 (tui_update_source_windows_with_addr): Update.
7010 * tui/tui-source.h (tui_set_source_content)
7011 (tui_show_symtab_source): Add "win_info" parameter.
7012 * tui/tui-source.c (tui_set_source_content): Add "win_info"
7013 parameter.
7014 (tui_show_symtab_source): Likewise.
7015
00e264e7
TT
70162019-07-17 Tom Tromey <tom@tromey.com>
7017
7018 * tui/tui-wingeneral.c
7019 (tui_check_and_display_highlight_if_needed): Check can_highlight.
7020
06210ce4
TT
70212019-07-17 Tom Tromey <tom@tromey.com>
7022
7023 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
7024 (struct tui_cmd_window) <can_scroll>: New method.
7025 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
7026 method.
7027
381befee
TT
70282019-07-17 Tom Tromey <tromey@adacore.com>
7029
7030 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
7031 do_field_signed>: Rename. Change type of "value".
7032 * ui-out.c (ui_out::field_signed): Rename from field_int.
7033 Change type of "value".
7034 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
7035 type of "value".
7036 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
7037 do_field_int. Change type of "value".
7038 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
7039 do_field_int. Change type of "value".
7040 * tracepoint.c (trace_status_mi, tfind_1)
7041 (print_one_static_tracepoint_marker): Update.
7042 * thread.c (print_thread_info_1, print_selected_thread_frame):
7043 Update.
7044 * stack.c (print_frame, print_frame_info): Update.
7045 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
7046 Update.
7047 * source.c (print_source_lines_base): Update.
7048 * skip.c (info_skip_command): Update.
7049 * record-btrace.c (btrace_ui_out_decode_error)
7050 (btrace_call_history_src_line): Update.
7051 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
7052 Update.
7053 * progspace.c (print_program_space): Update.
7054 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
7055 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
7056 do_field_int. Change type of "value".
7057 * mi/mi-out.c (mi_ui_out::do_table_begin)
7058 (mi_ui_out::do_table_header): Update.
7059 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
7060 type of "value".
7061 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
7062 (mi_cmd_data_list_changed_registers, output_register)
7063 (mi_cmd_data_read_memory, mi_load_progress)
7064 (mi_cmd_trace_frame_collected): Update.
7065 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
7066 Update.
7067 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
7068 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
7069 (mi_cmd_var_list_children, varobj_update_one): Update.
7070 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
7071 (mi_cmd_stack_list_args, list_arg_or_local): Update.
7072 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
7073 * inferior.c (print_inferior): Update.
7074 * gdb_bfd.c (print_one_bfd): Update.
7075 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
7076 Update.
7077 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
7078 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
7079 do_field_int. Change type of "value".
7080 * cli-out.c (cli_ui_out::do_field_signed): Rename from
7081 do_field_int. Change type of "value".
7082 * breakpoint.c (watchpoint_check, print_breakpoint_location)
7083 (print_one_breakpoint_location, print_it_catch_fork)
7084 (print_one_catch_fork, print_it_catch_vfork)
7085 (print_one_catch_vfork, print_it_catch_solib)
7086 (print_it_catch_exec, print_it_ranged_breakpoint)
7087 (print_mention_watchpoint, print_mention_masked_watchpoint)
7088 (bkpt_print_it, update_static_tracepoint): Update.
7089 * break-catch-throw.c (print_it_exception_catchpoint): Update.
7090 * break-catch-syscall.c (print_it_catch_syscall): Update.
7091 * ada-tasks.c (print_ada_task_info): Update.
7092 * ada-lang.c (print_it_exception, print_mention_exception):
7093 Update.
7094
6b78c3f8
AB
70952019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7096
7097 PR breakpoints/24541
7098 * gdbarch.c: Regenerate.
7099 * gdbarch.h: Regenerate.
7100 * gdbarch.sh: Adjust return type and parameter types for
7101 'stap_adjust_register'.
7102 (i386_stap_adjust_register): Adjust signature and return new
7103 register name.
7104 * stap-probe.c (stap_parse_register_operand): Adjust use of
7105 'gdbarch_stap_adjust_register'.
7106
d72a9b85
TT
71072019-07-17 Tom Tromey <tromey@adacore.com>
7108
7109 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
7110 declare VEC.
7111 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
7112 std::vector.
7113 (struct s390_process_info): Add initializers.
7114 (s390_add_process): Use new.
7115 (s390_linux_nat_target::low_forget_process): Use delete.
7116 (s390_linux_nat_target::low_new_fork)
7117 (s390_linux_nat_target::stopped_by_watchpoint)
7118 (s390_linux_nat_target::low_prepare_to_resume)
7119 (s390_linux_nat_target::insert_watchpoint)
7120 (s390_linux_nat_target::insert_hw_breakpoint)
7121 (s390_linux_nat_target::remove_watchpoint)
7122 (s390_linux_nat_target::remove_hw_breakpoint): Update.
7123
206e6c58
JB
71242019-07-16 John Baldwin <jhb@FreeBSD.org>
7125
7126 * aarch64-fbsd-nat.c: Include regcache.h.
7127 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
7128 argument.
7129 (aarch64_fbsd_nat_target::fetch_registers)
7130 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
7131 variable.
7132 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
7133
cbde90f2
JB
71342019-07-16 John Baldwin <jhb@FreeBSD.org>
7135
7136 * fbsd-nat.c: Include gdbarch.h.
7137
07128006
TT
71382019-07-15 Tom Tromey <tromey@adacore.com>
7139
7140 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
7141
1f77b012
TT
71422019-07-15 Tom Tromey <tromey@adacore.com>
7143
7144 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
7145 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
7146 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
7147 * cli-out.c (cli_ui_out::do_field_int): New method.
7148 * ui-out.c (ui_out::field_unsigned): New method.
7149 * symfile.c (generic_load): Use field_unsigned.
7150 (print_transfer_performance): Likewise.
7151 * record-btrace.c (ui_out_field_uint): Remove.
7152 (btrace_call_history_insn_range, btrace_call_history): Use
7153 field_unsigned.
7154 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
7155 field_unsigned.
7156 * ui-out.h (class ui_out) <field_unsigned>: New method.
7157 <do_field_unsigned>: Likewise.
7158
33eca680
TT
71592019-07-15 Tom Tromey <tromey@adacore.com>
7160
7161 * mi/mi-main.c (list_available_thread_groups): Use field_string.
7162 * mi/mi-interp.c (mi_memory_changed): Use field_string.
7163 * target.c (flash_erase_command): Use field_string.
7164 * infrun.c (print_signal_received_reason): Use field_string.
7165 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
7166 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
7167 field_string.
7168 * ada-tasks.c (print_ada_task_info): Use field_string.
7169
ca8d69be
TT
71702019-07-15 Tom Tromey <tromey@adacore.com>
7171
7172 * target.c (flash_erase_command): Use field_core_addr.
7173 * symfile.c (generic_load): Use field_core_addr.
7174 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
7175 Use field_core_addr.
7176 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
7177 field_core_addr.
7178
0d4e84ed
AB
71792019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
7182 value if its desired type is smaller than a CORE_ADDR and signed.
7183
9a49df9d
AB
71842019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
7187 of changes to field names, and use new is_reference field to
7188 decide if a property is a reference or not.
7189 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
7190 field.
7191 (struct dwarf2_property_baton): Update header comment, rename
7192 'referenced_type' to 'property_type' and update comments.
7193 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
7194 default property type, store in property baton, update to take
7195 accound of renamed field.
7196 (read_func_scope): Update call to attr_to_dynamic_prop.
7197 (read_array_type): Likewise.
7198 (dwarf2_per_cu_addr_sized_int_type): New function.
7199 (read_subrange_index_type): Move type finding code to
7200 dwarf2_per_cu_addr_sized_int_type.
7201 (read_subrange_type): Update calls to attr_to_dynamic_prop.
7202 (dwarf2_per_cu_addr_type): New function.
7203 (set_die_type): Update calls to attr_to_dynamic_prop.
7204
b86352cf
AB
72052019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * dwarf2read.c (read_subrange_index_type): New function.
7208 (read_subrange_type): Move code into new function and call it.
7209 * gdbtypes.c (create_range_type): Add some asserts.
7210
603490bf
AB
72112019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7212
7213 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
7214 update return statements.
7215 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
7216 declaration, and update comment to match.
7217 * gdbtypes.c (resolve_dynamic_array): Update call to
7218 dwarf2_evaluate_property to match new return type.
7219
592f9d27
AB
72202019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * valarith.c (value_subscripted_rvalue): Change lowerbound
7223 parameter type from int to LONGEST.
7224 * value.h (value_subscripted_rvalue): Likewise in declaration.
7225
60cfcb20
AB
72262019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7227
7228 * cli/cli-utils.c (info_print_command_completer): New function.
7229 * cli/cli-utils.h: Add 'completer.h' include, and forward
7230 declaration for 'struct cmd_list_element'.
7231 (info_print_command_completer): Declare.
7232 * stack.c (_initialize_stack): Add completer for 'info locals' and
7233 'info args'.
7234 * symtab.c (_initialize_symtab): Add completer for 'info
7235 variables' and 'info functions'.
7236 * NEWS: Mention completion for additional info commands.
7237
b16507e0
AB
72382019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7239
7240 * cli/cli-utils.c (extract_info_print_args): Delete.
7241 (extract_arg_maybe_quoted): Delete.
7242 (info_print_options_defs): New variable.
7243 (make_info_print_options_def_group): New function.
7244 (extract_info_print_options): Define new function.
7245 * cli/cli-utils.h (extract_info_print_args): Delete.
7246 (struct info_print_options): New structure.
7247 (extract_info_print_options): Declare new function.
7248 * stack.c (info_locals_command): Update to use new
7249 extract_info_print_options, also add a header comment.
7250 (info_args_command): Likewise.
7251 * symtab.c (info_variables_command): Likewise.
7252 (info_functions_command): Likewise.
7253
021d8588
AB
72542019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7255
7256 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
7257 to extract string arguments.
7258 * common/common-utils.c (extract_string_maybe_quoted): New function.
7259 * common/common-utils.h (extract_string_maybe_quoted): Declare.
7260
b777eb6d
TT
72612019-07-11 Tom Tromey <tromey@adacore.com>
7262
7263 * main.c (get_init_files): Use GDBINIT, not gdbinit.
7264 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
7265 * top.h (gdbinit): Don't declare.
7266 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
7267 into...
7268 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
7269 * top.c (gdb_init): Don't call init_cli_cmds.
7270 (gdbinit): Remove.
7271 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
7272
72ee03ff
TT
72732019-07-11 Tom Tromey <tromey@adacore.com>
7274
7275 * python/py-inferior.c (add_thread_object): Don't use thread_obj
7276 after it has been moved.
7277
00db9531
SM
72782019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7279
7280 * valops.c (value_must_coerce_to_target): Change return type to
7281 bool.
7282 * value.h (value_must_coerce_to_target): Likewise.
7283
f2478a7e
SM
72842019-07-10 Simon Marchi <simon.marchi@efficios.com>
7285
7286 * breakpoint.c (is_hardware_watchpoint): Remove
7287 forward-declaration.
7288 (is_masked_watchpoint): Change return type to bool.
7289 (is_tracepoint): Likewise.
7290 (is_breakpoint): Likewise.
7291 (is_hardware_watchpoint): Likewise.
7292 (is_watchpoint): Likewise.
7293 (is_no_memory_software_watchpoint): Likewise.
7294 (is_catchpoint): Likewise.
7295 (breakpoint_1): Make FILTER parameter's return type bool.
7296 is_masked_watchpoint): Change return type to bool.
7297 (save_breakpoints): Make FILTER parameter's return type bool.
7298 * breakpoint.h (is_breakpoint): Change return type to bool.
7299 (is_watchpoint): Likewise.
7300 (is_catchpoint): Likewise.
7301 (is_tracepoint): Likewise.
7302
0d12e84c
TT
73032019-07-10 Tom Tromey <tom@tromey.com>
7304
7305 * defs.h: Don't include gdbarch.h.
7306 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
7307 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
7308 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
7309 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
7310 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
7311 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
7312 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
7313 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
7314 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
7315 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
7316 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
7317 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
7318 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
7319 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
7320 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
7321 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
7322 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
7323 record-btrace.c, record.h, regcache-dump.c, regcache.h,
7324 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
7325 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
7326 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
7327 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
7328 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
7329 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
7330 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
7331 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
7332 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
7333
f06f1252
TT
73342019-07-10 Tom Tromey <tromey@adacore.com>
7335
7336 * ada-lang.h (is_ada_exception_catchpoint): Declare.
7337 * breakpoint.c (init_ada_exception_breakpoint): Register as
7338 bp_catchpoint.
7339 (print_one_breakpoint_location, print_one_breakpoint): Use
7340 is_ada_exception_catchpoint.
7341 * ada-lang.c (class ada_catchpoint_location): Pass
7342 bp_loc_software_breakpoint to bp_location constructor.
7343 (is_ada_exception_catchpoint): New function.
7344
7a5d944b
TT
73452019-07-10 Tom Tromey <tromey@adacore.com>
7346
7347 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
7348 VEC.
7349 (struct arm_exidx_entry): New method operator<.
7350 (struct arm_exidx_data) <section_maps>: Change type.
7351 (arm_exidx_data_free): Remove.
7352 (arm_exidx_data_key): Change type. Move lower.
7353 (arm_exidx_new_objfile): Update.
7354 (arm_compare_exidx_entries): Remove.
7355 (arm_find_exidx_entry, _initialize_arm_tdep)
7356
48c66e1d
TT
73572019-07-10 Tom Tromey <tromey@adacore.com>
7358
7359 * solib-spu.c (ocl_program_data_key): Change type.
7360 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
7361 Update.
7362
a269fbf1
TT
73632019-07-10 Tom Tromey <tromey@adacore.com>
7364
7365 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
7366 (struct solib_aix_inferior_data) <library_list>: Change type.
7367 (solib_aix_inferior_data_handle): Change type.
7368 (get_solib_aix_inferior_data): Update.
7369 (solib_aix_free_library_list): Remove.
7370 (library_list_start_library): Update.
7371 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
7372 return type.
7373 (solib_aix_get_library_list)
7374 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
7375 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
7376
c294730c
TT
73772019-07-10 Tom Tromey <tromey@adacore.com>
7378
7379 * solib-dsbt.c (struct dsbt_info): Add initializers.
7380 (solib_dsbt_pspace_data): Change type.
7381 (dsbt_pspace_data_cleanup): Remove.
7382 (get_dsbt_info, _initialize_dsbt_solib): Update.
7383
9d52077d
TT
73842019-07-10 Tom Tromey <tromey@adacore.com>
7385
7386 * spu-tdep.c (spu_overlay_data): Change type.
7387 (spu_get_overlay_table, spu_overlay_new_objfile)
7388 (_initialize_spu_tdep): Update.
7389
22a20dca
TT
73902019-07-10 Tom Tromey <tromey@adacore.com>
7391
7392 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
7393 destructor.
7394 (dbx_objfile_data_key): Change type and declare later.
7395 (DBX_SYMFILE_INFO): Rewrite.
7396 * dbxread.c (dbx_objfile_data_key): Change type.
7397 (dbx_symfile_init): Update.
7398 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
7399 (coffstab_build_psymtabs, elfstab_build_psymtabs)
7400 (stabsect_build_psymtabs, _initialize_dbxread): Update.
7401
cb60f420
TT
74022019-07-10 Tom Tromey <tromey@adacore.com>
7403
7404 * jit.c (jit_program_space_key): Change type. Move lower.
7405 (get_jit_program_space_data): Update.
7406 (jit_program_space_data_cleanup): Remove.
7407 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
7408 Update.
7409 (struct jit_program_space_data): Add initializers.
7410
51df2ae3
TT
74112019-07-10 Tom Tromey <tromey@adacore.com>
7412
7413 * solib-darwin.c (struct darwin_info): Add initializers.
7414 (solib_darwin_pspace_data): Change type.
7415 (darwin_pspace_data_cleanup): Remove.
7416 (get_darwin_info, _initialize_darwin_solib): Update.
7417
18101a35
TT
74182019-07-10 Tom Tromey <tromey@adacore.com>
7419
7420 * remote-sim.c (struct sim_inferior_data): Add initializers,
7421 constructor, and destructor.
7422 (sim_inferior_data_key): Change type. Move lower.
7423 (check_for_duplicate_sim_descriptor): Update.
7424 (get_sim_inferior_data): Use new. Update.
7425 (~sim_inferior_data_cleanup): Rename from
7426 sim_inferior_data_cleanup. Simplify.
7427 (gdbsim_close_inferior, simulator_command)
7428 (sim_command_completer, _initialize_remote_sim): Update.
7429 (next_pid, INITIAL_PID): Move earlier.
7430
05b08ac1
TT
74312019-07-10 Tom Tromey <tromey@adacore.com>
7432
7433 * python/python-internal.h (create_thread_object): Return
7434 gdbpy_ref.
7435 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
7436 * python/py-inferior.c (struct threadlist_entry): Add
7437 constructor.
7438 <thread_obj>: Now a gdbpy_ref.
7439 (thread_to_thread_object): Update.
7440 (add_thread_object): Use new.
7441 (delete_thread_object): Use delete.
7442 (infpy_threads): Update.
7443 (py_free_inferior): Update. Construct "inf_obj" after acquiring
7444 GIL.
7445
32372d80
TT
74462019-07-10 Tom Tromey <tromey@adacore.com>
7447
7448 * valops.c (value_cast): Specialize error message for Ada.
7449
5c458ae8
SM
74502019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7451
7452 * breakpoint.c (breakpoint_1): Update doc and parameter names.
7453
4c462cb0
SM
74542019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7455
7456 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
7457 bpstat_should_step): Return bool, adjust comments.
7458 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
7459 bpstat_should_step): Likewise.
7460
89abbcc2
AH
74612019-07-10 Alan Hayward <alan.hayward@arm.com>
7462
7463 * features/Makefile: Use feature target descriptions for Arm.
7464 * features/arm/arm-core.c: Generate new file.
7465 * features/arm/arm-fpa.c: Likewise.
7466 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
7467 * features/arm/arm-m-profile.c: Likewise.
7468 * features/arm/arm-vfpv2.c: Likewise.
7469 * features/arm/arm-vfpv3.c: Likewise.
7470 * features/arm/xscale-iwmmxt.c: Likewise.
7471 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
7472
166a82be
AH
74732019-07-10 Alan Hayward <alan.hayward@arm.com>
7474
7475 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
7476 ptrace earlier.
7477
9fb4c7e9
AH
74782019-07-10 Alan Hayward <alan.hayward@arm.com>
7479
7480 * features/aarch64-pauth.c: Regenerate.
7481
e2d0f980
SM
74822019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
7483
7484 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
7485 bool.
7486 (bpstat_what): Use false instead of 0.
7487
a38118e5
PA
74882019-07-09 Pedro Alves <palves@redhat.com>
7489
7490 * break-catch-throw.c (is_exception_catchpoint): New.
7491 * breakpoint.c (print_one_breakpoint_location): New parameter
7492 'raw_loc'. Handle it. Use
7493 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
7494 looking at the breakpoint's type.
7495 (print_one_breakpoint): If handling "maint info breakpoints", also
7496 print locations of exception catchpoints.
7497 * breakpoint.h (is_exception_catchpoint): Declare.
7498
cb1e4e32
PA
74992019-07-09 Pedro Alves <palves@redhat.com>
7500
7501 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
7502 "addr" field.
7503 (allocate_location_exception_catchpoint): New.
7504 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
7505 (initialize_throw_catchpoint_ops): Install
7506 allocate_location_exception_catchpoint as allocate_location
7507 method.
7508 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
7509 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
7510 bp_loc_other.
7511 (breakpoint_address_is_meaningful): Delete.
7512 (bl_address_is_meaningful): New.
7513 (breakpoint_locations_match): Adjust comment.
7514 (bp_location_from_bp_type): New, factored out of...
7515 (bp_location::bp_location(breakpoint *)): ... this.
7516 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
7517 factored out of...
7518 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
7519 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7520 breakpoint_address_is_meaningful.
7521 (bp_locations_compare): Adjust comment.
7522 (update_global_location_list): Use bl_address_is_meaningful
7523 instead of breakpoint_address_is_meaningful.
7524 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7525 explicit.
7526 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7527 * python/py-breakpoint.c (bppy_get_location): No longer check
7528 whether location is null.
7529
b58a68fe
PA
75302019-07-09 Pedro Alves <palves@redhat.com>
7531
7532 PR c++/15468
7533 * breakpoint.c (print_one_breakpoint_location): Remove
7534 single-location assert.
7535
268a13a5
TT
75362019-07-09 Tom Tromey <tom@tromey.com>
7537
7538 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7539 * configure: Rebuild.
7540 * configure.ac: Change common to gdbsupport.
7541 * gdbsupport: Rename from common.
7542 * acinclude.m4: Change common to gdbsupport.
7543 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7544 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7545 gdbsupport.
7546 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7547 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7548 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7549 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7550 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7551 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7552 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7553 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7554 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7555 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7556 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7557 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7558 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7559 coff-pe-read.c, command.h, compile/compile-c-support.c,
7560 compile/compile-c.h, compile/compile-cplus-symbols.c,
7561 compile/compile-cplus-types.c, compile/compile-cplus.h,
7562 compile/compile-loc2c.c, compile/compile.c, completer.c,
7563 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7564 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7565 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7566 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7567 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7568 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7569 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7570 features/aarch64-core.c, features/aarch64-fpu.c,
7571 features/aarch64-pauth.c, features/aarch64-sve.c,
7572 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7573 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7574 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7575 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7576 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7577 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7578 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7579 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7580 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7581 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7582 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7583 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7584 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7585 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7586 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7587 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7588 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7589 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7590 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7591 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7592 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7593 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7594 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7595 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7596 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7597 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7598 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7599 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7600 minsyms.c, mips-linux-tdep.c, namespace.h,
7601 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7602 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7603 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7604 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7605 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7606 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7607 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7608 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7609 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7610 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7611 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7612 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7613 procfs.c, producer.c, progspace.h, psymtab.h,
7614 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7615 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7616 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7617 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7618 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7619 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7620 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7621 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7622 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7623 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7624 target-memory.c, target.c, target.h, target/waitstatus.c,
7625 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7626 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7627 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7628 unittests/array-view-selftests.c,
7629 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7630 unittests/common-utils-selftests.c,
7631 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7632 unittests/format_pieces-selftests.c,
7633 unittests/function-view-selftests.c,
7634 unittests/lookup_name_info-selftests.c,
7635 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7636 unittests/mkdir-recursive-selftests.c,
7637 unittests/observable-selftests.c,
7638 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7639 unittests/parse-connection-spec-selftests.c,
7640 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7641 unittests/scoped_fd-selftests.c,
7642 unittests/scoped_mmap-selftests.c,
7643 unittests/scoped_restore-selftests.c,
7644 unittests/string_view-selftests.c, unittests/style-selftests.c,
7645 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7646 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7647 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7648 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7649 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7650 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7651
5b0e2db4
AB
76522019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7653
7654 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7655 bool value.
7656 (decode_digits_ordinary): Set explicit_line field in sal.
7657 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7658 symtab_and_line that was set on an explicit line number in
7659 assembler code. Do always update the recorded symtab and line if
7660 we do skip the prologue.
7661
0ba852ab
AB
76622019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7663
7664 * breakpoint.c (set_breakpoint_location_function): Remove
7665 explicit_loc parameter.
7666 (momentary_breakpoint_from_master): Update call to
7667 set_breakpoint_location_function.
7668 (add_location_to_breakpoint): Likewise.
7669
b3a7d171
AB
76702019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7671
7672 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7673 required features based on default bfd type when no specific bfd
7674 is present.
7675
1f6f6e21
PW
76762019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7677
7678 * NEWS: Mention that GDB printf and eval commands can now print
7679 C-style and Ada-style convenience var strings without
7680 calling the inferior.
7681 * printcmd.c (printf_c_string): Locally print GDB internal var
7682 instead of transiting via the inferior.
7683 (printf_wide_c_string): Likewise.
7684
76852019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7686
5862c886 7687 PR breakpoints/25011
ea142fbf
AH
7688 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7689
0598af48
TT
76902019-07-04 Tom Tromey <tom@tromey.com>
7691
7692 PR tui/24724:
7693 * tui/tui-winsource.c (tui_clear_source_content): Update.
7694 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7695 (tui_update_breakpoint_info): Update.
7696 (tui_set_exec_info_content): Update.
7697 * tui/tui-source.c (tui_set_source_content_nil): Update.
7698 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7699 has_break.
7700 * tui/tui-data.h (enum tui_bp_flag): New.
7701 (tui_bp_flags): New enum flags type.
7702 (struct tui_source_element) <break_mode>: Change type. Rename
7703 from has_break.
7704 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7705 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7706 constants.
7707 * tui/tui-winsource.h: Fix comment.
7708
350fab54
AH
77092019-07-04 Alan Hayward <alan.hayward@arm.com>
7710
7711 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7712 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7713 (store_fpregs_to_thread)
7714 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7715 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7716 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7717 (IWMMXT_REGS_SIZE): Add define.
7718 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7719 (fetch_vfp_regs, store_vfp_regs)
7720 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7721 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7722
f0452268
AH
77232019-07-04 Alan Hayward <alan.hayward@arm.com>
7724
7725 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7726 defines.
7727 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7728 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7729 (ARM_INT_REGISTER_SIZE): ...to this.
7730 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7731 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7732 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7733 (arm_linux_collect_gregset, supply_nwfpe_register)
7734 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7735 defines.
7736 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7737 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7738 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7739 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7740 (arm_return_in_memory, arm_store_return_value)
7741 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7742 (arm_record_ld_st_multiple): Likewise.
7743 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7744 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7745
e935475c
AH
77462019-07-04 Alan Hayward <alan.hayward@arm.com>
7747
7748 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7749 AARCH64_DISPLACED_MODIFIED_INSNS.
7750 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7751 (aarch64_displaced_step_copy_insn): Likewise.
7752 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7753 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7754 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7755 ARM_DISPLACED_MODIFIED_INSNS.
7756 * arm-tdep.c (arm_gdbarch_init): Likewise.
7757 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7758 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7759 (struct arm_displaced_step_closure): Use
7760 ARM_DISPLACED_MODIFIED_INSNS.
7761
df0bb381
AH
77622019-07-04 Alan Hayward <alan.hayward@arm.com>
7763
7764 * features/Makefile: Remove unused xml files.
7765 * features/aarch64.xml: Remove.
7766 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7767 * features/i386/amd64-avx-avx512.xml: Remove.
7768 * features/i386/amd64-avx-linux.xml: Remove.
7769 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7770 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7771 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7772 * features/i386/amd64-avx-mpx.xml: Remove.
7773 * features/i386/amd64-avx.xml: Remove.
7774 * features/i386/amd64-linux.xml: Remove.
7775 * features/i386/amd64-mpx-linux.xml: Remove.
7776 * features/i386/amd64-mpx.xml: Remove.
7777 * features/i386/amd64.xml: Remove.
7778 * features/i386/i386-avx-avx512-linux.xml: Remove.
7779 * features/i386/i386-avx-avx512.xml: Remove.
7780 * features/i386/i386-avx-linux.xml: Remove.
7781 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7782 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7783 * features/i386/i386-avx-mpx-linux.xml: Remove.
7784 * features/i386/i386-avx-mpx.xml: Remove.
7785 * features/i386/i386-avx.xml: Remove.
7786 * features/i386/i386-linux.xml: Remove.
7787 * features/i386/i386-mmx-linux.xml: Remove.
7788 * features/i386/i386-mmx.xml: Remove.
7789 * features/i386/i386-mpx-linux.xml: Remove.
7790 * features/i386/i386-mpx.xml: Remove.
7791 * features/i386/i386.xml: Remove.
7792 * features/i386/x32-avx-avx512-linux.xml: Remove.
7793 * features/i386/x32-avx-linux.xml: Remove.
7794 * features/i386/x32-linux.xml: Remove.
7795
edd6266a
AH
77962019-07-04 Alan Hayward <alan.hayward@arm.com>
7797
7798 * regformats/aarch64.dat: Remove.
7799 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7800 * regformats/i386/amd64-avx-linux.dat: Remove.
7801 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7802 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7803 * regformats/i386/amd64-linux.dat: Remove.
7804 * regformats/i386/amd64-mpx-linux.dat: Remove.
7805 * regformats/i386/amd64.dat: Remove.
7806 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7807 * regformats/i386/i386-avx-linux.dat: Remove.
7808 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7809 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7810 * regformats/i386/i386-linux.dat: Remove.
7811 * regformats/i386/i386-mmx-linux.dat: Remove.
7812 * regformats/i386/i386-mpx-linux.dat: Remove.
7813 * regformats/i386/i386.dat: Remove.
7814 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7815 * regformats/i386/x32-avx-linux.dat: Remove.
7816 * regformats/i386/x32-linux.dat: Remove.
7817
2b40fda7
AH
78182019-07-04 Alan Hayward <alan.hayward@arm.com>
7819
7820 * aarch64-tdep.c: Remove xml self tests.
7821 * amd64-linux-tdep.c: Likewise.
7822 * amd64-tdep.c: Likewise.
7823 * i386-linux-tdep.c: Likewise.
7824 * i386-tdep.c: Likewise.
7825
5f4ba3e7
PA
78262019-07-03 Pedro Alves <palves@redhat.com>
7827
7828 PR cli/24732
7829 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7830 (pipe_cmd_option_defs): New.
7831 (make_pipe_cmd_options_def_group): New.
7832 (pipe_command): Use gdb::option::process_options.
7833 (pipe_command_completer): New function.
7834 (_initialize_cli_cmds): Install completer for "pipe" command.
7835
3d9be6f5
PA
78362019-07-03 Pedro Alves <palves@redhat.com>
7837
7838 * cli/cli-option.c (union option_value) <string>: New field.
7839 (struct option_def_and_value): Add ctor, move ctor, dtor and
7840 use DISABLE_COPY_AND_ASSIGN.
7841 (option_def_and_value::clear_value): New.
7842 (parse_option, save_option_value_in_ctx, get_val_type_str)
7843 (add_setshow_cmds_for_options): Handle var_string.
7844 * cli-option.h (union option_def::var_address) <string>: New
7845 field.
7846 (struct string_option_def): New.
7847 * maint-test-options.c (struct test_options_opts): Add default
7848 ctor and use DISABLE_COPY_AND_ASSIGN.
7849 <string_opt>: New field.
7850 (test_options_opts::~test_options_opts): New.
7851 (test_options_opts::dump): Also dump "-string".
7852 (test_options_option_defs): Install "string.
7853
41fc454c
PA
78542019-07-03 Pedro Alves <palves@redhat.com>
7855
7856 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7857 option_value with a null enumeration.
7858 (complete_options): Save the option values in the context.
7859 (save_option_value_in_ctx): New, factored out from ...
7860 (process_options): ... here.
7861 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7862 of the function.
7863 * maint-test-options.c (test_options_opts::dump): New, factored
7864 out from ...
7865 (maintenance_test_options_command_mode): ... here.
7866 (maintenance_test_options_command_completion_result): Delete.
7867 (maintenance_test_options_command_completion_text): Update
7868 comment.
7869 (maintenance_show_test_options_completion_result): Change
7870 prototype. Just print
7871 maintenance_test_options_command_completion_text.
7872 (save_completion_result): New.
7873 (maintenance_test_options_completer_mode): Pass options context to
7874 complete_options, and then save a dump.
7875 (_initialize_maint_test_options): Use add_cmd to install "maint
7876 show test-options-completion-result".
7877
fdbc9870
PA
78782019-07-03 Pedro Alves <palves@redhat.com>
7879
7880 * NEWS (New commands): Mention "with" and "maint with".
7881 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7882 (with_command, with_command_completer): New.
7883 (pipe_command): Adjust to new repeat_previous
7884 interface.
7885 (_initialize_cli_cmds): Install the "with" command and its "w"
7886 alias.
7887 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7888 declarations.
7889 * cli/cli-setshow.c (parse_cli_var_uinteger)
7890 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7891 argument strings for all var_types.
7892 (get_setshow_command_value_string): New, factored out from ...
7893 (do_show_command): ... this.
7894 * cli/cli-setshow.h: Include <string>.
7895 (get_setshow_command_value_string): Declare.
7896 * command.h (repeat_previous): Now returns const char *. Adjust
7897 comment.
7898 * maint.c: Include "cli/cli-cmds.h".
7899 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7900 (_initialize_maint_cmds): Register the "maintenance with" command.
7901 * top.c (repeat_previous): Move bits from pipe_command here:
7902 Return the saved command line, if any; error out if there's no
7903 command to relaunch.
7904
c6ac8931
PA
79052019-07-03 Pedro Alves <palves@redhat.com>
7906
7907 * NEWS (New commands): Mention "maint set/show test-settings"
7908 instead of "maint test-settings".
7909 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7910 (maintenance_test_settings_set_list): Rename to ...
7911 (maintenance_set_test_settings_list): ... this.
7912 (maintenance_test_settings_show_list): Rename to ...
7913 (maintenance_show_test_settings_list): ... this.
7914 (maintenance_test_settings_cmd): Delete.
7915 (maintenance_test_settings_set_cmd): ...
7916 (maintenance_set_test_settings_cmd): ... this.
7917 (maintenance_test_settings_show_cmd): ...
7918 (maintenance_show_test_settings_cmd): ... this.
7919 (maintenance_test_settings_show_value_cmd):
7920 (maintenance_show_test_settings_value_cmd): ... this.
7921 (_initialize_maint_test_settings): No longer install the "maint
7922 test-settings" prefix command. Rename "maint test-settings set"
7923 to "maint set test-settings", and "maint test-settings show" to
7924 "maint show test-settings". Adjust all subcommands.
7925
d1fcf2fd
PA
79262019-07-03 Pedro Alves <palves@redhat.com>
7927
7928 * maint-test-settings.c: Fix file's intro comment. Replace all
7929 references to "test-options" with references to "test-settings",
7930 in comments.
7931
970f9d09
PA
79322019-07-03 Pedro Alves <palves@redhat.com>
7933
7934 * maint-test-settings.c (maintenance_test_settings_xxx)
7935 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7936 New.
7937 (maintenance_test_settings_enums): Use them.
7938 (maintenance_test_settings_enum): Default to
7939 maintenance_test_settings_xxx.
7940 (_initialize_maint_test_settings): Initialize
7941 MAINTENANCE_TEST_SETTINGS_FILENAME.
7942
f3869b1a
SM
79432019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7944
7945 * breakpoint.h (remove_breakpoints_inf): Change return type to
7946 void, move function documentation here.
7947 * breakpoint.c (remove_breakpoints_inf): Change return type to
7948 void, move function documentation to header.
7949
54d66006
PA
79502019-07-02 Pedro Alves <palves@redhat.com>
7951
7952 * NEWS (Completion improvements): Mention "info threads".
7953 * thread.c (struct info_threads_opts, info_threads_option_defs)
7954 (make_info_threads_options_def_group): New.
7955 (info_threads_command): Use gdb::option::process_options.
7956 (info_threads_command_completer): New.
7957 (_initialize_thread): Use gdb::option::build_help to build the
7958 help text for "info threads".
7959
854f6088
SM
79602019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7961
7962 * defs.h (generic_load): Move from here...
7963 * symfile.h (generic_load): ... to here. Rename name parameter
7964 to args.
7965 * symfile.c (generic_load): Add comment.
7966
54ee4252
TT
79672019-07-01 Tom Tromey <tromey@adacore.com>
7968
7969 * dwarf2read.c
7970 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7971 declaration of without_params. Fix formatting.
7972
65392b3e
TT
79732019-07-01 Tom Tromey <tromey@adacore.com>
7974
7975 * ada-exp.y (find_primitive_type): Update.
7976 * ada-lang.h (ada_lookup_symbol): Update.
7977 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7978 parameter.
7979 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7980
7d7571f0
SDJ
79812019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7982
7983 PR breakpoints/24541
7984 * gdbarch.c: Regenerate.
7985 * gdbarch.h: Regenerate.
7986 * gdbarch.sh: Add 'stap_adjust_register'.
7987 * i386-tdep.c: Include '<unordered_set>'.
7988 (i386_stap_adjust_register): New function.
7989 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7990 * stap-probe.c (stap_parse_register_operand): Call
7991 'gdbarch_stap_adjust_register'.
7992
5af5392a
SDJ
79932019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7994
7995 PR python/24742
7996 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7997 * python/python.c (do_start_initialization): Use 'xmalloc'
7998 instead of 'PyMem_Malloc'.
7999
10d06d82
TT
80002019-06-28 Tom Tromey <tromey@adacore.com>
8001
8002 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
8003 for Ada.
8004
1b7f24cd
TT
80052019-06-27 Tom Tromey <tromey@adacore.com>
8006
8007 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
8008 objfile_key.
8009 (arm_find_mapping_symbol, arm_record_special_symbol)
8010 (_initialize_arm_tdep): Update.
8011 (arm_objfile_data_free): Remove.
8012
3d507ff2
TT
80132019-06-27 Tom Tromey <tromey@adacore.com>
8014
8015 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
8016 to cp_print_static_field.
8017
762c164d
TT
80182019-06-26 Tom Tromey <tromey@adacore.com>
8019
8020 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
8021 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
8022 declare.
8023
aa2f9bcf
AH
80242019-06-26 Alan Hayward <alan.hayward@arm.com>
8025
8026 * features/aarch64-core.c (create_feature_aarch64_core):
8027 Regenerate.
8028 * features/aarch64-core.xml: Add cpsr flags.
8029
3426ae57
AH
80302019-06-26 Alan Hayward <alan.hayward@arm.com>
8031
8032 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
8033 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
8034
4838e44c
SM
80352019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
8036
8037 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
8038 field.
8039 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
8040 use.
8041 (arm_record_special_symbol): Don't insert new symbol in sorted
8042 position, push it at the end.
8043
54cc7474
SM
80442019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
8045
8046 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
8047 (arm_mapping_symbol_s): Remove.
8048 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
8049 (arm_mapping_symbol_vec): New typedef.
8050 (struct arm_per_objfile): Add constructor.
8051 <section_maps>: Change type to
8052 std::unique_ptr<arm_mapping_symbol_vec[]>.
8053 (arm_compare_mapping_symbols): Remove.
8054 (arm_find_mapping_symbol): Adjust to section_maps type change.
8055 (arm_objfile_data_free): Call delete on arm_per_objfile.
8056 (arm_record_special_symbol): Adjust to section_maps type change.
8057 Allocate arm_per_objfile with new.
8058
b65b566c
PW
80592019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8060
8061 * cli/cli-cmds.c (alias_command): Compare the alias prefix
8062 with the command prefix.
8063
c2fc64f5
TT
80642019-06-25 Tom Tromey <tom@tromey.com>
8065
8066 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
8067 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
8068
fb54fa76
TT
80692019-06-25 Tom Tromey <tom@tromey.com>
8070
8071 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
8072 type.
8073 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
8074 protected.
8075
f7952c57
TT
80762019-06-25 Tom Tromey <tom@tromey.com>
8077
8078 * tui/tui-winsource.c
8079 (tui_source_window_base::set_is_exec_point_at): Add check against
8080 LOA_ADDRESS.
8081
17568d78
TT
80822019-06-25 Tom Tromey <tom@tromey.com>
8083
8084 * tui/tui-source.c (tui_set_source_content): Don't check before
8085 xfree.
8086 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
8087
53e7cdba
TT
80882019-06-25 Tom Tromey <tom@tromey.com>
8089
8090 * tui/tui-winsource.h (tui_update_source_window_as_is)
8091 (tui_alloc_source_buffer, tui_line_is_displayed)
8092 (tui_addr_is_displayed): Change type of win_info.
8093 * tui/tui-winsource.c (tui_update_source_window_as_is)
8094 (tui_clear_source_content, tui_show_source_line)
8095 (tui_show_source_content, tui_source_window_base::refill)
8096 (tui_source_window_base::set_is_exec_point_at)
8097 (tui_source_window_base::set_is_exec_point_at)
8098 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
8099 (tui_alloc_source_buffer, tui_line_is_displayed)
8100 (tui_addr_is_displayed): Change type of win_info. Update.
8101 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8102 (tui_source_window_base::do_make_visible_with_new_height):
8103 Update.
8104 * tui/tui-source.c (tui_set_source_content)
8105 (tui_set_source_content_nil)
8106 (tui_source_window::do_scroll_vertical): Update.
8107 * tui/tui-layout.c (show_layout): Update.
8108 * tui/tui-disasm.c (tui_set_disassem_content)
8109 (tui_disasm_window::do_scroll_vertical): Update.
8110 * tui/tui-data.h (tui_win_content): Remove.
8111 (struct tui_gen_win_info) <content, content_size>: Remove.
8112 (struct tui_source_element): Add initializers and destructor.
8113 (union tui_which_element, struct tui_win_element): Remove.
8114 (struct tui_source_window_base) <content>: New field.
8115 (struct tui_data_window): Remove destructor.
8116 (tui_alloc_content, tui_free_win_content)
8117 (tui_free_all_source_wins_content): Don't declare.
8118 * tui/tui-data.c (tui_initialize_static_data): Update.
8119 (init_content_element, tui_alloc_content): Remove.
8120 (~tui_gen_win_info): Update.
8121 (~tui_data_window, tui_free_all_source_wins_content)
8122 (tui_free_win_content, free_content, free_content_elements):
8123 Remove.
8124
7908abbf
TT
81252019-06-25 Tom Tromey <tom@tromey.com>
8126
8127 * tui/tui-winsource.h (tui_clear_source_content)
8128 (tui_erase_source_content, tui_show_source_content): Change type
8129 of win_info.
8130 * tui/tui-winsource.c (tui_clear_source_content)
8131 (tui_erase_source_content, tui_show_source_content): Change type
8132 of win_info.
8133 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
8134 * tui/tui-source.h (tui_set_source_content_nil): Change type of
8135 win_info.
8136 * tui/tui-source.c (tui_set_source_content_nil): Change type of
8137 win_info.
8138 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
8139
02c28df0
TT
81402019-06-25 Tom Tromey <tom@tromey.com>
8141
8142 * tui/tui-winsource.c (tui_clear_source_content)
8143 (tui_source_window_base::set_is_exec_point_at): Update.
8144 * tui/tui-source.c (tui_set_source_content_nil): Update.
8145 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
8146 a bool.
8147 * tui/tui-data.c (init_content_element): Update.
8148
6658b1bf
TT
81492019-06-25 Tom Tromey <tom@tromey.com>
8150
8151 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
8152 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
8153 * tui/tui-layout.c (init_and_make_win): Update.
8154 * tui/tui.h (enum tui_win_type): Update.
8155 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
8156 tui_win_is_auxillary.
8157 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
8158 tui_win_is_auxillary.
8159
21e1c91e
TT
81602019-06-25 Tom Tromey <tom@tromey.com>
8161
8162 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
8163 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
8164 (tui_delete_data_content_windows, tui_display_all_data)
8165 (tui_data_window::do_scroll_vertical, tui_display_data_from):
8166 Update.
8167 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
8168 * tui/tui-regs.c (tui_last_regs_line_no)
8169 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8170 (tui_show_registers): Update.
8171 (tui_show_register_group): Return void. Update.
8172 (tui_display_registers_from, tui_display_reg_element_at_line)
8173 (tui_display_registers_from_line, tui_check_register_values):
8174 Update.
8175 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
8176 member.
8177 (struct tui_data_window) <regs_content>: Now a std::vector.
8178 <regs_content_count>: Remove.
8179 (tui_add_content_elements, tui_free_data_content): Don't declare.
8180 * tui/tui-data.c (tui_data_window::clear_detail): Update.
8181 (init_content_element): Remove DATA_WIN case. Add assert.
8182 (tui_add_content_elements): Remove.
8183 (tui_data_window): Update.
8184 (tui_free_data_content): Remove.
8185 (free_content_elements): Remove DATA_WIN case.
8186
115ac53b
TT
81872019-06-25 Tom Tromey <tom@tromey.com>
8188
8189 * tui/tui-data.c (tui_data_item_window): Update.
8190 * tui/tui-windata.h (tui_check_data_values): Don't declare.
8191 * tui/tui-windata.c (tui_display_all_data)
8192 (tui_display_data_from_line): Update.
8193 (tui_check_data_values): Remove.
8194 * tui/tui-regs.c (tui_show_register_group)
8195 (tui_display_reg_element_at_line): Update.
8196 * tui/tui-hooks.c (tui_register_changed)
8197 (tui_refresh_frame_and_register_information): Call
8198 tui_check_register_values.
8199 * tui/tui-data.h (struct tui_data_window) <data_content,
8200 data_content_count, data_type>: Remove.
8201 (enum tui_data_type): Remove.
8202
8203 * tui/tui-data.c (tui_data_window::clear_detail)
8204 (~tui_data_window): Update.
8205
eaf9738b
TT
82062019-06-25 Tom Tromey <tom@tromey.com>
8207
8208 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
8209 declare.
8210 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
8211 Rename from tui_first_data_item_displayed. Update.
8212 (tui_data_window::refresh_all)
8213 (tui_data_window::do_scroll_vertical): Update.
8214 * tui/tui-data.h (struct tui_data_window)
8215 <first_data_item_displayed>: Declare new method.
8216
31ca4723
TT
82172019-06-25 Tom Tromey <tom@tromey.com>
8218
8219 * tui/tui-data.h (tui_init_generic_part): Don't declare.
8220 * tui/tui-data.c (tui_init_generic_part): Remove, moving
8221 contents...
8222 (tui_initialize_static_data): ...here.
8223
41bcff7f
TT
82242019-06-25 Tom Tromey <tom@tromey.com>
8225
8226 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8227 (tui_display_registers_from, tui_check_register_values): Update.
8228 (tui_display_register): Remove win_info parameter; update.
8229 (tui_get_register): Change type of parameters.
8230 * tui/tui-data.h (struct tui_data_element): Remove.
8231 (union tui_which_element) <data>: Remove.
8232 <data_window>: Change type.
8233 (struct tui_data_item_window): New.
8234 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
8235 case. Add assert.
8236 (~tui_data_item_window): New destructor.
8237 (free_content_elements): Remove DATA_ITEM_WIN case.
8238
d2802c33
TT
82392019-06-25 Tom Tromey <tom@tromey.com>
8240
8241 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
8242 Remove.
8243
dd835f8b
TT
82442019-06-25 Tom Tromey <tom@tromey.com>
8245
8246 * tui/tui-data.h (struct tui_command_element): Remove.
8247 (union tui_which_element) <command>: Remove.
8248 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
8249 assert.
8250 (free_content_elements): Remove CMD_WIN case.
8251
bd7db367
TT
82522019-06-25 Tom Tromey <tom@tromey.com>
8253
8254 * tui/tui-layout.c (tui_set_layout): Update.
8255 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
8256 * tui/tui-data.c (layout_def): Update.
8257
3add462f
TT
82582019-06-25 Tom Tromey <tom@tromey.com>
8259
8260 * tui/tui-wingeneral.c (tui_refresh_all): Update.
8261 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8262 (tui_source_window_base::set_new_height): Update.
8263 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
8264 Update.
8265 (tui_set_locator_fullname, tui_set_locator_info)
8266 (tui_show_frame_info): Update.
8267 * tui/tui-source.c (tui_set_source_content)
8268 (tui_source_is_displayed): Update.
8269 * tui/tui-layout.c (show_source_disasm_command, show_data)
8270 (show_source_or_disasm_and_command): Update.
8271 * tui/tui-disasm.c (tui_set_disassem_content)
8272 (tui_get_begin_asm_address): Update.
8273 * tui/tui-data.h (struct tui_locator_element): Remove.
8274 (union tui_which_element) <locator>: Remove.
8275 (struct tui_locator_window): New.
8276 (tui_locator_win_info_ptr): Change return type.
8277 * tui/tui-data.c (_locator): Change type.
8278 (tui_locator_win_info_ptr): Change return type.
8279 (init_content_element): Remove LOCATOR_WIN case. Add assert.
8280 (tui_alloc_content): Add assert.
8281
489e9d8b
TT
82822019-06-25 Tom Tromey <tom@tromey.com>
8283
8284 * tui/tui-winsource.c
8285 (tui_exec_info_window::maybe_allocate_content): New method.
8286 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
8287 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
8288 (make_source_or_disasm_window): Add cast.
8289 * tui/tui-data.h (union tui_which_element) <simple_string>:
8290 Remove.
8291 (struct tui_source_info): New.
8292 (struct tui_source_window_base) <execution_info>: Change type.
8293 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
8294 case, and add assert.
8295 (tui_alloc_content): Add assert.
8296
c3fabb7d
TT
82972019-06-25 Tom Tromey <tom@tromey.com>
8298
8299 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
8300 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
8301 * tui/tui-data.c (tui_alloc_win_info): Remove.
8302
bbc228ee
TT
83032019-06-25 Tom Tromey <tom@tromey.com>
8304
8305 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
8306 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
8307 can_highlight.
8308
5fcee43a
TT
83092019-06-25 Tom Tromey <tom@tromey.com>
8310
8311 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
8312 make_visible_with_new_height method.
8313 (tui_win_info::make_visible_with_new_height): New method.
8314 (tui_source_window_base::do_make_visible_with_new_height)
8315 (tui_data_window::do_make_visible_with_new_height)
8316 (tui_cmd_window::do_make_visible_with_new_height): New methods.
8317 (make_visible_with_new_height): Remove.
8318 (tui_resize_all, tui_adjust_win_heights): Use
8319 make_visible_with_new_height method.
8320 * tui/tui-data.h (struct tui_win_info)
8321 <do_make_visible_with_new_height, make_visible_with_new_height>:
8322 New methods.
8323 (struct tui_source_window_base, struct tui_data_window)
8324 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
8325 methods.
8326
d83f1fe6
TT
83272019-06-25 Tom Tromey <tom@tromey.com>
8328
8329 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
8330 method.
8331 (update_tab_width): Call update_tab_width method.
8332 * tui/tui-data.h (struct tui_win_info)
8333 (struct tui_source_window_base) <update_tab_width>: New methods.
8334
17374de4
TT
83352019-06-25 Tom Tromey <tom@tromey.com>
8336
8337 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
8338 parameter.
8339 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
8340 parameter.
8341 (tui_gen_win_info::make_visible): Update.
8342 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
8343 parameter.
8344 * tui/tui-data.h (enum tui_box): New enum.
8345 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
8346
f936bca2
TT
83472019-06-25 Tom Tromey <tom@tromey.com>
8348
8349 * tui/tui-layout.c (make_source_or_disasm_window): Always use
8350 init_and_make_win for EXEC_INFO_WIN.
8351 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
8352 longer inline.
8353 (struct tui_win_info) <~tui_win_info>: Inline.
8354 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8355 Don't declare.
8356 * tui/tui-data.c (source_win, disasm_win): Remove globals.
8357 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8358 Remove.
8359 (tui_initialize_static_data): Update.
8360 (~tui_gen_win_info): Handle more cleanup here.
8361 (~tui_source_window_base): Delete "execution_info".
8362 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
8363
d6ba6a11
TT
83642019-06-25 Tom Tromey <tom@tromey.com>
8365
8366 * tui/tui-layout.c (make_command_window): Don't set
8367 can_highlight.
8368 (show_source_disasm_command): Call the reset method.
8369 (show_data): Don't set can_highlight. Call the reset method.
8370 (tui_gen_win_info::reset): Rename from init_gen_win_info
8371 (init_and_make_win): Simplify. Return tui_gen_win_info.
8372 (show_source_or_disasm_and_command): Call the reset method.
8373 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
8374 (struct tui_cmd_window): Set can_highlight.
8375
48a3bd16
TT
83762019-06-25 Tom Tromey <tom@tromey.com>
8377
8378 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
8379 from make_visible.
8380 (tui_make_visible, tui_make_invisible): Rewrite.
8381 (tui_win_info::make_visible): Remove.
8382 (tui_source_window_base::make_visible): Update.
8383 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
8384 method. Moved from...
8385 (struct tui_win_info) <make_visible>: ...here.
8386
c3bd716f
TT
83872019-06-25 Tom Tromey <tom@tromey.com>
8388
8389 * tui/tui-winsource.c
8390 (tui_source_window_base::do_scroll_horizontal): Remove direction
8391 parameter.
8392 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
8393 direction parameter.
8394 * tui/tui-win.c (tui_win_info::forward_scroll)
8395 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8396 (tui_win_info::right_scroll): Update.
8397 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
8398 direction parameter.
8399 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
8400 direction parameter.
8401 * tui/tui-data.h (enum tui_scroll_direction): Remove.
8402 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
8403 Remove direction parameter.
8404 (struct tui_source_window_base, struct tui_source_window)
8405 (struct tui_disasm_window, struct tui_data_window)
8406 (struct tui_cmd_window): Update.
8407
21c32dca
TT
84082019-06-25 Tom Tromey <tom@tromey.com>
8409
8410 * tui/tui-winsource.h (tui_set_exec_info_content)
8411 (tui_show_exec_info_content, tui_erase_exec_info_content)
8412 (tui_clear_exec_info_content, tui_update_exec_info): Change
8413 argument to tui_source_window_base.
8414 * tui/tui-winsource.c (tui_set_exec_info_content)
8415 (tui_show_exec_info_content, tui_erase_exec_info_content)
8416 (tui_clear_exec_info_content, tui_update_exec_info): Change
8417 argument to tui_source_window_base.
8418
73fbdc65
TT
84192019-06-25 Tom Tromey <tom@tromey.com>
8420
8421 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
8422 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
8423
33325343
TT
84242019-06-25 Tom Tromey <tom@tromey.com>
8425
8426 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
8427 check.
8428
29d2c474
TT
84292019-06-25 Tom Tromey <tom@tromey.com>
8430
8431 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
8432 type to void.
8433 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
8434 type to void.
8435 * tui/tui-source.c (tui_set_source_content): Update.
8436 * tui/tui-disasm.c (tui_set_disassem_content): Update.
8437
152f3f4b
TT
84382019-06-25 Tom Tromey <tom@tromey.com>
8439
8440 * tui/tui-win.c (window_name_completer, tui_set_focus)
8441 (tui_all_windows_info): Use name method.
8442 * tui/tui-data.h (struct tui_gen_win_info)
8443 (struct tui_source_window, struct tui_disasm_window)
8444 (struct tui_data_window, struct tui_cmd_window) <name>: New
8445 method.
8446 (tui_win_name): Don't declare.
8447 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
8448 (tui_win_name): Remove.
8449
be4da588
TT
84502019-06-25 Tom Tromey <tom@tromey.com>
8451
8452 * tui/tui-winsource.h (tui_update_source_window)
8453 (tui_update_source_window_as_is): Change parameter type.
8454 * tui/tui-winsource.c (tui_update_source_window): Change win_info
8455 to be a tui_source_window_base.
8456 (tui_update_source_window_as_is): Likewise.
8457 * tui/tui-win.c (make_visible_with_new_height): Update.
8458
5b81daba
TT
84592019-06-25 Tom Tromey <tom@tromey.com>
8460
8461 * tui/tui-winsource.c (tui_erase_source_content)
8462 (tui_show_source_content, tui_show_exec_info_content)
8463 (tui_erase_exec_info_content): Use refresh_window method.
8464 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
8465 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
8466 from tui_refresh_win.
8467 (tui_data_window::refresh_window): New method.
8468 (tui_win_info::refresh, tui_source_window_base::refresh)
8469 (tui_refresh_all): Use refresh_window method.
8470 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
8471 method.
8472 * tui/tui-regs.c (tui_display_register): Call refresh_window
8473 method.
8474 * tui/tui-layout.c (show_source_disasm_command)
8475 (show_source_or_disasm_and_command): Call refresh_window method.
8476 * tui/tui-data.h (struct tui_gen_win_info)
8477 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
8478 New method.
8479
cb2ce893
TT
84802019-06-25 Tom Tromey <tom@tromey.com>
8481
8482 * tui/tui.c (tui_rl_other_window, tui_enable)
8483 (tui_is_window_visible, tui_get_command_dimension): Update.
8484 * tui/tui-winsource.c (tui_update_source_window_as_is)
8485 (tui_clear_source_content, tui_erase_source_content)
8486 (tui_show_source_line, tui_source_window_base::refill)
8487 (tui_source_window_base::do_scroll_horizontal)
8488 (tui_source_window_base::set_is_exec_point_at)
8489 (tui_update_breakpoint_info, tui_set_exec_info_content)
8490 (tui_alloc_source_buffer, tui_line_is_displayed)
8491 (tui_addr_is_displayed): Update.
8492 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8493 (tui_check_and_display_highlight_if_needed)
8494 (tui_win_info::make_visible, tui_win_info::refresh)
8495 (tui_refresh_all): Update.
8496 * tui/tui-windata.c (tui_first_data_item_displayed)
8497 (tui_delete_data_content_windows, tui_erase_data_content)
8498 (tui_display_all_data, tui_data_window::refresh_all)
8499 (tui_check_data_values): Update.
8500 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
8501 (tui_set_win_focus_to, tui_win_info::forward_scroll)
8502 (tui_win_info::backward_scroll, tui_refresh_all_win)
8503 (tui_resize_all, tui_set_focus, tui_all_windows_info)
8504 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
8505 (tui_source_window_base::set_new_height)
8506 (tui_data_window::set_new_height)
8507 (make_invisible_and_set_new_height)
8508 (make_visible_with_new_height, new_height_ok)
8509 (parse_scrolling_args): Update.
8510 * tui/tui-stack.c (tui_show_frame_info): Update.
8511 * tui/tui-source.c (tui_set_source_content)
8512 (tui_set_source_content_nil, tui_source_is_displayed)
8513 (tui_source_window::do_scroll_vertical): Update.
8514 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8515 (tui_display_registers_from, tui_display_reg_element_at_line)
8516 (tui_check_register_values, tui_reg_command): Update.
8517 * tui/tui-layout.c (tui_default_win_height)
8518 (show_source_disasm_command, show_data, init_and_make_win)
8519 (show_source_or_disasm_and_command): Update.
8520 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
8521 (tui_redisplay_readline, tui_mld_flush)
8522 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
8523 (tui_getc): Update.
8524 * tui/tui-disasm.c (tui_set_disassem_content)
8525 (tui_disasm_window::do_scroll_vertical): Update.
8526 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8527 Now virtual.
8528 (struct tui_win_info): Derive from tui_gen_win_info.
8529 <~tui_win_info>: Mark as override.
8530 <generic>: Remove member.
8531 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8532 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8533 (~tui_data_window, ~tui_win_info)
8534 (tui_free_all_source_wins_content): Update.
8535 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8536
ab313b35
TT
85372019-06-25 Tom Tromey <tom@tromey.com>
8538
8539 * tui/tui-layout.c (init_and_make_win): Use new.
8540 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8541 destructor, initializers.
8542 (tui_alloc_generic_win_info): Don't declare.
8543 * tui/tui-data.c (_locator): Add argument to constructor.
8544 (source_win, disasm_win): New globals.
8545 (exec_info): Remove.
8546 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8547 Update.
8548 (tui_alloc_generic_win_info): Remove.
8549 (init_content_element): Use new.
8550 (tui_win_info::tui_win_info): Update.
8551 (free_content_elements) <case DATA_WIN>: Use delete.
8552
dc2c33e4
TT
85532019-06-25 Tom Tromey <tom@tromey.com>
8554
8555 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8556 * tui/tui-windata.c (tui_first_data_item_displayed)
8557 (tui_delete_data_content_windows): Update.
8558 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8559 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8560 (tui_display_registers_from, tui_check_register_values): Update.
8561 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8562 pointer.
8563 * tui/tui-data.c (init_content_element): Update. Allocate the new
8564 window.
8565 (tui_free_data_content): Update.
8566 (free_content_elements) <case DATA_WIN>: Free the window.
8567
214a5cbe
TT
85682019-06-25 Tom Tromey <tom@tromey.com>
8569
8570 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8571 Update.
8572 * tui/tui-layout.c (make_command_window)
8573 (show_source_disasm_command, show_data, init_and_make_win)
8574 (show_source_or_disasm_and_command): Update.
8575 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8576 method.
8577 <can_highight, is_highlighted>: Now bool.
8578 (tui_set_win_highlight): Don't declare.
8579 * tui/tui-data.c (tui_set_win_highlight): Remove.
8580
8e2daf15
TT
85812019-06-25 Tom Tromey <tom@tromey.com>
8582
8583 * tui/tui-wingeneral.c (make_visible): Remove check of window
8584 type.
8585
8903bd8a
TT
85862019-06-25 Tom Tromey <tom@tromey.com>
8587
8588 * tui/tui-win.c (tui_win_info::max_height)
8589 (tui_cmd_window::max_height): New methods.
8590 (new_height_ok): Call max_height.
8591 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8592 <max_height>: New method.
8593
3f02ce1e
TT
85942019-06-25 Tom Tromey <tom@tromey.com>
8595
8596 * tui/tui-win.c (tui_source_window_base::set_new_height)
8597 (tui_data_window::set_new_height): New methods.
8598 (make_invisible_and_set_new_height): Call set_new_height method.
8599 * tui/tui-data.h (struct tui_win_info)
8600 (struct tui_source_window_base, struct tui_data_window)
8601 <set_new_height>: New method.
8602
1825f487
TT
86032019-06-25 Tom Tromey <tom@tromey.com>
8604
8605 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8606 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8607 tui_refresh_data_win.
8608 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8609 method.
8610 (tui_refresh_all_win): Call the refresh_all method.
8611 (tui_set_focus): Likewise.
8612 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8613 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8614 Likewise.
8615
ad54d15b
TT
86162019-06-25 Tom Tromey <tom@tromey.com>
8617
8618 * tui/tui-winsource.h (tui_refill_source_window)
8619 (tui_set_is_exec_point_at): Don't declare.
8620 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8621 (tui_source_window_base::refill): Rename from
8622 tui_refill_source_window.
8623 (tui_source_window_base::do_scroll_horizontal): Update.
8624 (tui_source_window_base::set_is_exec_point_at): Rename from
8625 tui_set_is_exec_point_at.
8626 (tui_update_all_breakpoint_info): Update.
8627 * tui/tui-stack.c (tui_show_frame_info): Update.
8628 * tui/tui-layout.c (show_data): Add cast.
8629 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8630 * tui/tui-data.h (struct tui_source_window_base) <refill,
8631 set_is_exec_point_at>: New methods.
8632 (tui_source_windows, tui_add_to_source_windows): Update types.
8633 (tui_add_to_source_windows): Remove redundant declaration.
8634 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8635 (tui_source_windows): Change return type.
8636 (tui_clear_source_windows_detail): Update.
8637 (tui_add_to_source_windows): Change type of parameter.
8638 (tui_free_all_source_wins_content): Update.
8639
2042b506
TT
86402019-06-25 Tom Tromey <tom@tromey.com>
8641
8642 * tui/tui-wingeneral.c (tui_win_info::refresh)
8643 (tui_source_window_base::refresh): New methods.
8644 (tui_refresh_all): Call the refresh method.
8645 * tui/tui-data.h (struct tui_win_info)
8646 (struct tui_source_window_base) <refresh>: New method.
8647
56122977
TT
86482019-06-25 Tom Tromey <tom@tromey.com>
8649
8650 * tui/tui.h (tui_is_window_visible): Return bool.
8651 * tui/tui.c (tui_is_window_visible): Return bool.
8652 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8653 (tui_make_visible, tui_make_invisible)
8654 (tui_win_info::make_visible)
8655 (tui_source_window_base::make_visible, make_all_visible)
8656 (tui_make_all_visible, tui_make_all_invisible): Update.
8657 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8658 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8659 bool.
8660 (struct tui_win_info, struct tui_source_window_base)
8661 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8662 * tui/tui-data.c (tui_init_generic_part): Update.
8663
cda37efb
TT
86642019-06-25 Tom Tromey <tom@tromey.com>
8665
8666 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8667 (tui_source_window_base::make_visible): New methods.
8668 (make_all_visible): Make method call.
8669 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8670 (struct tui_source_window_base, struct tui_cmd_window): Override
8671 make_visible.
8672 (tui_win_is_source_type): Don't declare.
8673 * tui/tui-data.c (tui_win_is_source_type): Remove.
8674
6a0ee02c
TT
86752019-06-25 Tom Tromey <tom@tromey.com>
8676
8677 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8678 NULL check.
8679
63901aec
TT
86802019-06-25 Tom Tromey <tom@tromey.com>
8681
8682 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8683 Inline constructor. Add initializers for members.
8684 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8685 constructors; now inline in class.
8686
ceb13a13
TT
86872019-06-25 Tom Tromey <tom@tromey.com>
8688
8689 * tui/tui-regs.c (tui_show_registers): Update.
8690 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8691 bool.
8692 * tui/tui-data.c (tui_data_window::clear_detail)
8693 (tui_data_window): Update.
8694
238eb706
TT
86952019-06-25 Tom Tromey <tom@tromey.com>
8696
8697 * tui/tui-windata.c (tui_display_all_data)
8698 (tui_display_data_from_line, tui_display_data_from)
8699 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8700 Update.
8701 * tui/tui-regs.c (tui_last_regs_line_no)
8702 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8703 (tui_show_registers, tui_show_register_group)
8704 (tui_display_registers_from, tui_display_reg_element_at_line)
8705 (tui_display_registers_from_line, tui_check_register_values)
8706 (tui_reg_next, tui_reg_prev): Update.
8707 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8708 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8709 tui_data_window.
8710 (struct tui_win_info) <detail>: Remove. Add new fields from
8711 tui_data_info.
8712 (TUI_DATA_WIN): Add cast.
8713 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8714 (~tui_data_window): Simplify.
8715
81491aa0
TT
87162019-06-25 Tom Tromey <tom@tromey.com>
8717
8718 * tui/tui-layout.c (show_source_disasm_command)
8719 (show_source_or_disasm_and_command): Update.
8720 * tui/tui-io.c (update_cmdwin_start_line)
8721 (tui_redisplay_readline): Update.
8722 * tui/tui-data.h (struct tui_command_info): Remove.
8723 (struct tui_win_info) <detail>: Remove command_info member.
8724 (struct tui_data_window) <start_line>: New member, from
8725 tui_command_info.
8726 (TUI_CMD_WIN): Add casts.
8727
e6e41501
TT
87282019-06-25 Tom Tromey <tom@tromey.com>
8729
8730 * tui/tui-winsource.c (tui_update_source_window)
8731 (tui_refill_source_window)
8732 (tui_source_window_base::do_scroll_horizontal)
8733 (tui_update_breakpoint_info, tui_set_exec_info_content)
8734 (tui_show_exec_info_content, tui_erase_exec_info_content)
8735 (tui_clear_exec_info_content): Update.
8736 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8737 Update.
8738 * tui/tui-win.c (make_invisible_and_set_new_height)
8739 (make_visible_with_new_height): Update.
8740 * tui/tui-source.c (tui_set_source_content)
8741 (tui_show_symtab_source): Update.
8742 * tui/tui-layout.c (extract_display_start_addr)
8743 (show_source_disasm_command, show_data)
8744 (make_source_or_disasm_window)
8745 (show_source_or_disasm_and_command): Update.
8746 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8747 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8748 "gdbarch".
8749 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8750 to tui_source_window_base.
8751 (struct tui_win_info) <detail>: Remove source_info member.
8752 (struct tui_source_window_base) <has_locator>: Inline.
8753 Move contents from tui_source_info; rename has_locator member to
8754 m_has_locator.
8755 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8756 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8757 header file.
8758 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8759 Simplify.
8760 (tui_free_all_source_wins_content): Cast to
8761 tui_source_window_base.
8762
44f0e208
TT
87632019-06-25 Tom Tromey <tom@tromey.com>
8764
8765 * tui/tui-win.c (make_invisible_and_set_new_height)
8766 (make_visible_with_new_height): Call has_locator method.
8767 * tui/tui-layout.c (show_source_disasm_command, show_data)
8768 (show_source_or_disasm_and_command): Update for bool change.
8769 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8770 (tui_win_info) <has_locator>: New method.
8771 (struct tui_source_window_base) <has_locator>: New method.
8772 (tui_win_has_locator): Don't declare.
8773 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8774 from tui_win_has_locator.
8775 (tui_source_window_base): Use false, not FALSE.
8776
7778b912
TT
87772019-06-25 Tom Tromey <tom@tromey.com>
8778
8779 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8780 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8781 clear_detail method directly.
8782 (tui_clear_win_detail): Remove.
8783
f83d391c
TT
87842019-06-25 Tom Tromey <tom@tromey.com>
8785
8786 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8787 "this", not TUI_DISASM_WIN.
8788
13446e05
TT
87892019-06-25 Tom Tromey <tom@tromey.com>
8790
8791 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8792 declare.
8793 * tui/tui-winsource.c
8794 (tui_source_window_base::do_scroll_horizontal): Rename from
8795 tui_horizontal_source_scroll.
8796 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8797 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8798 from tui_vertical_data_scroll.
8799 * tui/tui-win.h (tui_scroll): Don't declare.
8800 * tui/tui-win.c (tui_win_info::forward_scroll)
8801 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8802 (tui_win_info::right_scroll): Rename and update.
8803 (tui_scroll_forward_command, tui_scroll_backward_command)
8804 (tui_scroll_left_command, tui_scroll_right_command): Update.
8805 (tui_scroll): Remove.
8806 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8807 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8808 from tui_vertical_source_scroll.
8809 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8810 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8811 from tui_vertical_disassem_scroll.
8812 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8813 do_scroll_horizontal>: New methods.
8814 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8815 Likewise.
8816 (struct tui_source_window_base): Add do_scroll_horizontal.
8817 (struct tui_source_window, struct tui_disasm_window): Add
8818 do_scroll_vertical.
8819 (struct tui_data_window, struct tui_cmd_window): Add
8820 do_scroll_horizontal and do_scroll_vertical.
8821 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8822
5cf82909
TT
88232019-06-25 Tom Tromey <tom@tromey.com>
8824
8825 * tui/tui-data.h (struct tui_source_window_base): New struct.
8826 (struct tui_source_window): Derive from tui_source_window_base.
8827 (struct tui_disasm_window): New struct.
8828 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8829 from tui_source_window::clear_detail.
8830 (tui_source_window_base): Rename from tui_source_window.
8831 (~tui_source_window_base): Rename from ~tui_source_window.
8832 (tui_alloc_win_info): Create a tui_disasm_window.
8833
ee1d42d6
TT
88342019-06-25 Tom Tromey <tom@tromey.com>
8835
8836 * tui/tui-data.h (struct tui_source_window)
8837 (struct tui_data_window): Declare destructors.
8838 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8839 destructors.
8840 (tui_win_info): Simplify.
8841
b4eb2452
TT
88422019-06-25 Tom Tromey <tom@tromey.com>
8843
8844 * tui/tui-winsource.c (tui_display_main)
8845 (tui_update_source_windows_with_addr)
8846 (tui_update_all_breakpoint_info): Update.
8847 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8848 (new_height_ok, parse_scrolling_args): Update.
8849 * tui/tui-stack.c (tui_show_frame_info): Update.
8850 * tui/tui-data.h (struct tui_list): Remove.
8851 (tui_source_windows): Return a reference to a std::vector.
8852 * tui/tui-data.c (source_windows): Now a std::vector.
8853 (tui_source_windows): Change return type.
8854 (tui_clear_source_windows): Rewrite.
8855 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8856 (tui_free_all_source_wins_content): Rewrite.
8857
8761a91b
TT
88582019-06-25 Tom Tromey <tom@tromey.com>
8859
8860 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8861 (struct tui_data_window, struct tui_cmd_window): Declare
8862 clear_detail method.
8863 * tui/tui-data.c (tui_source_window::clear_detail)
8864 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8865 methods.
8866 (tui_clear_win_detail): Simplify.
8867
0ed69eda
TT
88682019-06-25 Tom Tromey <tom@tromey.com>
8869
8870 * tui/tui-layout.c (make_source_window, make_disasm_window)
8871 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8872 Return the new window.
8873 (show_source_disasm_command, show_data)
8874 (show_source_or_disasm_and_command): Update.
8875
82432e10
TT
88762019-06-25 Tom Tromey <tom@tromey.com>
8877
8878 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8879 parameter. Return the new window.
8880 (show_source_disasm_command): Update and remove NULL check.
8881 (show_source_or_disasm_and_command): Update.
8882
ec328aa5
TT
88832019-06-25 Tom Tromey <tom@tromey.com>
8884
8885 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8886
33b906ab
TT
88872019-06-25 Tom Tromey <tom@tromey.com>
8888
8889 * tui/tui-data.h (struct tui_win_info): Make constructor
8890 protected. Make destructor virtual. Add initializers.
8891 (tui_source_window, tui_data_window, tui_cmd_window): New
8892 classes.
8893 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8894 constructor. Add "type" parameter.
8895 (tui_source_window, tui_data_window, tui_cmd_window): New
8896 constructors.
8897 (tui_alloc_win_info): Instantiate the appropriate subclass.
8898
e7e11af4
TT
88992019-06-25 Tom Tromey <tom@tromey.com>
8900
8901 * tui/tui-win.c (tui_resize_all): Use delete.
8902 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8903 destructor.
8904 (tui_free_window): Don't declare.
8905 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8906 Update.
8907
6792b55e
TT
89082019-06-25 Tom Tromey <tom@tromey.com>
8909
8910 * tui/tui-data.h (struct tui_win_info): Add constructor.
8911 * tui/tui-data.c (tui_alloc_win_info): Use new.
8912 (tui_free_window): Use delete.
8913
f95675e1
TT
89142019-06-22 Tom Tromey <tom@tromey.com>
8915
8916 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8917 declare.
8918 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8919
5bff081c
TT
89202019-06-22 Tom Tromey <tom@tromey.com>
8921
8922 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8923 declare.
8924 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8925
47e3f474
TV
89262019-06-22 Tom de Vries <tdevries@suse.de>
8927
8928 * dwarf2read.c (create_addrmap_from_aranges)
8929 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8930 instead of '%zu'.
8931
fd5866f6
SM
89322019-06-21 Simon Marchi <simon.marchi@efficios.com>
8933
8934 * dwarf2read.h (dwarf2_section_info_def): Remove.
8935 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8936 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8937 std::vector<dwarf2_section_info>.
8938 (struct dwo_file) <~dwo_file>: Remove.
8939 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8940 types field.
8941 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8942 (dwarf2_read_debug_names): Likewise.
8943 (create_debug_types_hash_table): Change parameter type to
8944 array_view, adjust code accordingly.
8945 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8946 (partial_die_info::fixup): Likewise.
8947 (determine_prefix): Likewise.
8948 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8949
fb1eb2f9
SM
89502019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8951
8952 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8953 gdb_bfd_ref_ptr.
8954 <~dwo_file>: Remove call to gdb_bfd_unref.
8955 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8956 gdb_bfd_ref_ptr::get.
8957
51ac9db5
SM
89582019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8959
8960 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8961 type to htab_up.
8962 * dwarf2read.c (struct dwo_file): Initialize fields.
8963 <~dwo_file>: New.
8964 (free_dwo_file): Remove, move content to ~dwo_file.
8965 (struct dwo_file_deleter): Remove.
8966 (dwo_file_up>: Remove custom deleter.
8967 (free_dwo_files): Remove.
8968 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8969 dwo_files.
8970 (process_skeletonless_type_units): Call unique_ptr::get.
8971 (allocate_dwo_file_hash_table): Add deleter to created hash
8972 table. Change return type to htab_up.
8973 (lookup_dwo_file_slot): Don't memset dwo_file, call
8974 unique_ptr::get.
8975 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8976 (create_dwo_unit_in_dwp_v2): Likewise.
8977 (open_and_init_dwo_file): Likewise.
8978 (free_dwo_file_from_slot): Remove.
8979
dc4ccb6f
SM
89802019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8981
8982 * dwarf2read.h (struct dwarf2_section_info) <readin,
8983 is_virtual>: Change type to bool.
8984 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8985 true instead of 1.
8986
e6a1c5cb
TT
89872019-06-19 Tom Tromey <tom@tromey.com>
8988
8989 * tui/tui-data.h (tui_init_content_element): Don't declare.
8990
6f6ffbeb
TT
89912019-06-19 Tom Tromey <tom@tromey.com>
8992
8993 * tui/tui-data.h (tui_init_win_info): Don't declare.
8994
f23f598e
TV
89952019-06-19 Tom de Vries <tdevries@suse.de>
8996
8997 * dwarf2read.h (abstract_to_concrete): Change type to
8998 std::unordered_map<sect_offset, std::vector<sect_offset>,
8999 gdb::hash_enum<sect_offset>>.
9000
680e1bee
TT
90012019-06-19 Tom Tromey <tromey@adacore.com>
9002
9003 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
9004 EVAL_AVOID_SIDE_EFFECTS specially.
9005
dcf37923
TT
90062019-06-19 Tom Tromey <tromey@adacore.com>
9007
9008 * source-cache.c (highlighter): New global.
9009 (source_cache::get_source_lines): Create a highlighter on demand.
9010
494986d5
AB
90112019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
9012
9013 * defs.h (deprecated_interactive_hook): Delete declaration.
9014 * interps.c (clear_interpreter_hooks): Remove use of
9015 deprecated_interactive_hook.
9016 * top.c (deprecated_interactive_hook): Delete definition.
9017 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
9018
3360b6e7
TV
90192019-06-18 Tom de Vries <tdevries@suse.de>
9020
9021 PR gdb/24515
9022 * dwarf2read.h (abstract_to_concrete): Change type from
9023 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
9024 std::unordered_map<sect_offset, std::vector<sect_offset>>.
9025 * dwarf2read.c (read_variable): Update.
9026 (dwarf2_fetch_die_loc_sect_off): Update.
9027
310b3441
TV
90282019-06-17 Tom de Vries <tdevries@suse.de>
9029
9030 PR gdb/24617
9031 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
9032 accessing parent[parent_len - 1].
9033
ba9777be
PP
90342019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9035
9036 PR gdb/24364
9037 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
9038 call dtrace_process_dof with NULL dof.
9039
2b9f6e89
TV
90402019-06-16 Tom de Vries <tdevries@suse.de>
9041
9042 PR gdb/24445
9043 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
9044
431b3ead
TT
90452019-06-16 Tom Tromey <tom@tromey.com>
9046
9047 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
9048 (make_all_visible): Use address of member.
9049
d04b44a1
TT
90502019-06-16 Tom Tromey <tom@tromey.com>
9051
9052 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
9053 (tui_free_window, free_content, free_content_elements): Remove
9054 unnecessary cast.
9055 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
9056 cast.
9057 * tui/tui-regs.c (tui_show_register_group)
9058 (tui_display_registers_from, tui_display_reg_element_at_line):
9059 Remove unnecessary cast.
9060
bf5142e7
AB
90612019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9062
9063 * linux-nat.c (normal_mask): Delete.
9064 (_initialize_linux_nat): Don't initialise normal_mask.
9065
c4973306
SM
90662019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
9067
9068 PR gdb/24445
9069 * dwarf-index-write.h (write_psymtabs_to_index): Add
9070 dwz_basename parameter.
9071 * dwarf-index-write.c (write_gdbindex): Move file writing to
9072 write_gdbindex_1. Change return type void.
9073 (assert_file_size): Move up, remove filename parameter.
9074 (write_gdbindex_1): New function.
9075 (write_debug_names): Change return type to void, call
9076 assert_file_size.
9077 (struct index_wip_file): New struct.
9078 (write_psymtabs_to_index): Add dwz_basename parameter. Move
9079 file logic to index_wip_file. Write index for dwz file if
9080 needed.
9081 (save_gdb_index_command): Pass basename of dwz file, if present.
9082 * dwarf-index-cache.c (index_cache::store): Obtain and pass
9083 build-id of dwz file, if present.
9084 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
9085 (dwarf2_get_dwz_file): Likewise.
9086 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
9087 (dwarf2_get_dwz_file): Likewise.
9088
395f9c91
TT
90892019-06-16 Tom Tromey <tom@tromey.com>
9090
9091 * coffread.c (process_coff_symbol): Use xstrdup.
9092 * value.c (create_internalvar): Use xstrdup.
9093
cafb3438
TT
90942019-06-16 Tom Tromey <tom@tromey.com>
9095
9096 * valops.c (value_cast, value_slice): Remove unnecessary cast.
9097 * breakpoint.c (stopin_command, stopat_command)
9098 (until_break_command, decode_location_default): Remove unnecessary
9099 cast.
9100 * utils.c (subset_compare): Remove unnecessary cast.
9101 * ada-lang.c (ada_update_initial_language): Remove unnecessary
9102 cast.
9103 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
9104 cast.
9105 * infcmd.c (path_command): Remove unnecessary cast.
9106 * coffread.c (decode_type): Remove unnecessary cast.
9107 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
9108 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
9109 * tui/tui-stack.c (tui_show_locator_content)
9110 (tui_show_frame_info): Remove unnecessary cast.
9111 * tui/tui-win.c (tui_scroll_forward_command)
9112 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
9113 (parse_scrolling_args): Remove unnecessary cast.
9114 * tui/tui-data.c (init_win_info, tui_del_window)
9115 (tui_free_window, tui_del_data_windows, tui_free_data_content)
9116 (free_content_elements): Remove unnecessary cast.
9117 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
9118 unnecessary cast.
9119 * tui/tui-source.c (tui_set_source_content)
9120 (tui_vertical_source_scroll): Remove unnecessary cast.
9121 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
9122 cast.
9123 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
9124 * tui/tui-regs.c (tui_display_registers_from)
9125 (tui_display_register): Remove unnecessary cast.
9126 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
9127 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
9128 (make_visible): Remove unnecessary cast.
9129 * tui/tui-winsource.c (tui_erase_source_content)
9130 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
9131 unnecessary cast.
9132 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
9133 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
9134 * stabsread.c (read_type, read_array_type, read_range_type):
9135 Remove unnecessary cast.
9136 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
9137 (parse_symbol, parse_type, upgrade_type, parse_external)
9138 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
9139 unnecessary cast.
9140 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
9141
730ead81
TT
91422019-06-16 Tom Tromey <tom@tromey.com>
9143
9144 * tui/tui-data.c (tui_alloc_generic_win_info)
9145 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
9146 checks.
9147
584a927c
AB
91482019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
9149 Andrew Burgess <andrew.burgess@embecosm.com>
9150
9151 * f-typeprint.c (f_print_type): Don't return early for not
9152 associated or not allocated types.
9153 (f_type_print_varspec_suffix): Add print_rank parameter and print
9154 ranks of array types in case they dangling.
9155 (f_type_print_base): Add print_rank parameter.
9156
30056ea0
AB
91572019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9158
9159 * NEWS: Mention new MI commands.
9160 * break-catch-throw.c (enum exception_event_kind): Move to
9161 breakpoint.h.
9162 (print_mention_exception_catchpoint): Output text as a single
9163 message.
9164 (catch_exception_command_1): Rename to...
9165 (catch_exception_event): ...this, make non-static, update header
9166 command, and change some parameter types.
9167 (catch_catch_command): Update for changes to
9168 catch_exception_command_1.
9169 (catch_throw_command): Likewise.
9170 (catch_rethrow_command): Likewise.
9171 * breakpoint.c (enum exception_event_kind): Delete.
9172 * breakpoint.h (enum exception_event_kind): Moved here from
9173 break-catch-throw.c.
9174 (catch_exception_event): Declare.
9175 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
9176 (mi_cmd_catch_throw): New function.
9177 (mi_cmd_catch_rethrow): New function.
9178 (mi_cmd_catch_catch): New function.
9179 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
9180 'catch-catch' entries.
9181 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
9182 (mi_cmd_catch_rethrow): Declare.
9183 (mi_cmd_catch_catch): Declare.
9184
ec8e2b6d
AB
91852019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9186
9187 * annotate.c (annotate_source_line): Change return type to void,
9188 update implementation to match.
9189 * annotate.h (annotate_source_line): Change return type to void,
9190 update header comment.
9191 * stack.c (print_frame_info): Don't change what frame information
9192 is printed based on whether annotations are on or not.
9193
0d3abd8c
AB
91942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
9197 (annotate_source): Make static.
9198 (annotate_source_line): Moved from source.c and renamed from
9199 identify_source_line. Update the return type.
9200 * annotate.h (annotate_source): Delete declaration.
9201 (annotate_source_line): Declaration moved from source.h, and
9202 renamed from identify_source_line. Return type updated.
9203 * source.c (identify_source_line): Moved to annotate.c and renamed
9204 to annotate_source_line.
9205 (info_line_command): Remove check of annotation_level.
9206 * source.h (identify_source_line): Move declaration to annotate.h
9207 and rename to annotate_source_line.
9208 * stack.c: Add 'annotate.h' include.
9209 (print_frame_info): Remove check of annotation_level before
9210 calling annotate_source_line.
9211
00df30ae
AB
92122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9213
9214 * source-cache.c (source_cache::get_plain_source_lines): Use
9215 open_source_file_with_line_charpos instead of just
9216 open_source_file, remove call to find_source_lines.
9217 (source_cache::get_source_lines): Likewise.
9218 * source.c (find_source_lines): Make static.
9219 (get_filename_and_charpos): Renamed into...
9220 (open_source_file_with_line_charpos): ..this along with changes to
9221 return a scoped_fd, and some other minor clean ups.
9222 (identify_source_line): Use open_source_file_with_line_charpos.
9223 (search_command_helper): Use open_source_file_with_line_charpos
9224 instead of just open_source_file, remove call to
9225 find_source_lines.
9226 * source.h (open_source_file_with_line_charpos): Declare new
9227 function.
9228 (find_source_lines): Delete declaration.
9229
afda45a2
AB
92302019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9231
9232 * source.c (get_filename_and_charpos): Remove fullname
9233 parameter.
9234 (identify_source_line): Update call to get_filename_and_charpos.
9235
0735b091
TT
92362019-06-14 Tom Tromey <tromey@adacore.com>
9237
9238 PR gdb/24502:
9239 * ui-style.h (skip_ansi_escape): Update comment.
9240 * ui-file.h (class no_terminal_escape_file): New class.
9241 * ui-file.c (no_terminal_escape_file::write)
9242 (no_terminal_escape_file::puts): New methods.
9243 * cli/cli-logging.c (handle_redirections): Use
9244 no_terminal_escape_file.
9245
52ce35e2
TT
92462019-06-14 Tom Tromey <tromey@adacore.com>
9247
9248 * NEWS: Move convenience variable news above Python news.
9249
73cc7272
TT
92502019-06-14 Tom Tromey <tom@tromey.com>
9251
9252 * gnulib: Move directory to top-level.
9253 * configure.ac: Don't configure gnulib.
9254 * configure: Rebuild.
9255 * common/common-defs.h: Use new path to gnulib.
9256 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
9257 (GNULIB_H): Remove.
9258 (INCGNU): Look in new gnulib location.
9259 (HFILES_NO_SRCDIR): Remove gnulib files.
9260 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
9261 (generated_files): Remove GNULIB_H.
9262 ($(LIBGNU), all-lib): Remove targets.
9263 (distclean): Don't mention GNULIB_BUILDDIR.
9264 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
9265
f5686554
TT
92662019-06-14 Tom Tromey <tromey@adacore.com>
9267
9268 * symfile.c (add_symbol_file_command): Remove obsolete comment.
9269 Warn if symbol file does not provide any symbols.
9270
a0c1ffed
TT
92712019-06-14 Tom Tromey <tromey@adacore.com>
9272
9273 * source.c (find_and_open_source): Respect basenames_may_differ.
9274
7c39e397
AB
92752019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
9276
9277 * annotate.c (annotate_breakpoints_invalid): Make use of
9278 scoped_restore_terminal_state.
9279 (annotate_frames_invalid): Likewise.
9280
f411722c
TT
92812019-06-14 Tom Tromey <tromey@adacore.com>
9282
9283 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
9284 allow assignment to an internalvar.
9285
4268ec18
TT
92862019-06-14 Tom Tromey <tromey@adacore.com>
9287
9288 * ada-lex.l: Allow "_" in attribute names.
9289
abdb711e
TT
92902019-06-14 Tom Tromey <tromey@adacore.com>
9291
9292 PR gdb/24653:
9293 * regcache.c (registers_changed): Don't call alloca.
9294 * top.c (execute_command): Don't call alloca.
9295
4c048731
PA
92962019-06-13 Pedro Alves <palves@redhat.com>
9297
9298 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
9299 'expression'. When parsing an expression, error out if there's
9300 junk after "unlimited".
9301 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9302 (do_set_command): Adjust calls to is_unlimited_literal.
9303
66eb1ed3
PA
93042019-06-13 Pedro Alves <palves@redhat.com>
9305
9306 * compile/compile.c (make_compile_options_def_group): Add braces
9307 around array_view initializer.
9308 * thread.c (make_thread_apply_all_options_def_group)
9309 (make_thread_apply_all_options_def_group): Likewise.
9310
3345721a
PA
93112019-06-13 Pedro Alves <palves@redhat.com>
9312
9313 * NEWS (New commands): Mention "maint test-options
9314 require-delimiter", "maint test-options unknown-is-error", "maint
9315 test-options unknown-is-operand" and "maint show
9316 test-options-completion-result".
9317 (New command options, command completion): New section.
9318 (Completion improvements): New section.
9319 Mention that you can abbreviate "unlimited".
9320
6206060d
PA
93212019-06-13 Pedro Alves <palves@redhat.com>
9322
9323 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
9324 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
9325 * unittests/cli-utils-selftests.c (test_parse_flags)
9326 (test_parse_flags_qcs): Delete.
9327 (test_cli_utils): Don't call deleted functions.
9328
6665660a
PA
93292019-06-13 Pedro Alves <palves@redhat.com>
9330
9331 * thread.c: Include "cli/cli-option.h".
9332 (tp_array_compar_ascending): Global.
9333 (tp_array_compar): Delete function.
9334 (tp_array_compar_ascending, tp_array_compar_descending): New
9335 functions.
9336 (ascending_option_def, qcs_flag_option_def)
9337 (thr_qcs_flags_option_defs)
9338 (make_thread_apply_all_options_def_group)
9339 (make_thread_apply_options_def_group): New.
9340 (thread_apply_all_command): Use gdb::option::process_options.
9341 (thread_apply_command_completer)
9342 (thread_apply_all_command_completer): New.
9343 (thread_apply_command): Use gdb::option::process_options.
9344 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
9345 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
9346 to generate help text of "thread apply". Adjust "taas"'s help.
9347 * tid-parse.c (tid_range_parser::in_thread_range): New method.
9348 * tid-parse.h (tid_range_parser::in_thread_range): New method.
9349
f7e13587
PA
93502019-06-13 Pedro Alves <palves@redhat.com>
9351
9352 * thread.c (thread_apply_command): Check for invalid TID with
9353 isdigit instead of !isalpha.
9354
5d707134
PA
93552019-06-13 Pedro Alves <palves@redhat.com>
9356
9357 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
9358 (validate_flags_qcs): New.
9359 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
9360 (validate_flags_qcs): Declare.
9361 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
9362 (make_frame_apply_options_def_group): New.
9363 (frame_apply_command_count): Process options with
9364 gdb::option::process_options.
9365 (frame_apply_completer): New.
9366 (frame_apply_level_completer, frame_apply_all_completer)
9367 (frame_apply_completer): New.
9368 (_initialize_stack): Update help of "frame apply", "frame apply
9369 level", "frame apply all" and "faas" to mention supported options
9370 and install command completers.
9371 * stack.h (frame_apply_all_completer): Declare.
9372 * thread.c: Include "stack.h".
9373 (tfaas_command): Add "--".
9374 (_initialize_thread): Update help "tfaas" to mention supported
9375 options and install command completer.
9376
272d4594
PA
93772019-06-13 Pedro Alves <palves@redhat.com>
9378
9379 * completer.c (complete_nested_command_line): New.
9380 (gdb_completion_word_break_characters_throw): Add assertion.
9381 * completer.h (complete_nested_command_line): Declare.
9382
90a1ef87
PA
93832019-06-13 Pedro Alves <palves@redhat.com>
9384
9385 * stack.c (parse_backtrace_qualifiers): New.
9386 (backtrace_command): Use it.
9387 (backtrace_command_completer): Complete on qualifiers.
9388
d4c16835
PA
93892019-06-13 Pedro Alves <palves@redhat.com>
9390
9391 * frame.c: Include "cli/cli-option.h.
9392 (user_set_backtrace_options): New.
9393 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
9394 Delete.
9395 (get_prev_frame): Adjust.
9396 (boolean_option_def, uinteger_option_def)
9397 (set_backtrace_option_defs): New.
9398 (_initialize_frame): Adjust and use
9399 gdb::option::add_setshow_cmds_for_options to install "set
9400 backtrace past-main" and "set backtrace past-entry".
9401 * frame.h: Include "cli/cli-option.h".
9402 (struct frame_print_options): Forward declare.
9403 (print_frame_arguments_all, print_frame_arguments_scalars)
9404 (print_frame_arguments_none): Declare.
9405 (print_entry_values): Delete declaration.
9406 (struct frame_print_options, user_frame_print_options): New.
9407 (struct set_backtrace_options): New.
9408 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
9409 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
9410 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
9411 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
9412 (list_args_or_locals): Add frame_print_options parameter.
9413 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
9414 * python/py-framefilter.c (enumerate_args): Pass down
9415 USER_FRAME_PRINT_OPTIONS.
9416 * stack.c: Include "cli/cli-option.h".
9417 (print_frame_arguments_all, print_frame_arguments_scalars)
9418 (print_frame_arguments_none): Declare.
9419 (print_raw_frame_arguments, print_entry_values): Delete.
9420 (user_frame_print_options): New.
9421 (boolean_option_def, enum_option_def, frame_print_option_defs):
9422 New.
9423 (struct backtrace_cmd_options): New.
9424 (bt_flag_option_def): New.
9425 (backtrace_command_option_defs): New.
9426 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
9427 (print_frame_arg, read_frame_arg, print_frame_args)
9428 (print_frame_info, print_frame): Add frame_print_options parameter
9429 and use it.
9430 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
9431 (backtrace_command_1): Add frame_print_options and
9432 backtrace_cmd_options parameters and use them.
9433 (make_backtrace_options_def_group): New.
9434 (backtrace_command): Process command options with
9435 gdb::option::process_options.
9436 (backtrace_command_completer): New.
9437 (_initialize_stack): Extend "backtrace"'s help to mention
9438 supported options. Install completer for "backtrace".
9439 Install some settings commands with add_setshow_cmds_for_options.
9440
2daf894e
PA
94412019-06-13 Pedro Alves <palves@redhat.com>
9442
9443 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
9444 and that "set/show print raw frame-arguments" are now deprecated.
9445
9446 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
9447 command.
9448 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
9449 * stack.c (_initialize_stack): Install "set/show print
9450 raw-frame-arguments", and deprecate "set/show print raw
9451 frame-arguments".
9452 * valprint.c (_initialize_valprint): Deprecate "set/show print
9453 raw".
9454
e6ed716c
PA
94552019-06-13 Pedro Alves <palves@redhat.com>
9456
9457 * compile/compile.c (struct compile_options): New.
9458 (compile_flag_option_def, compile_command_option_defs)
9459 (make_compile_options_def_group): New.
9460 (compile_file_command): Handle options with
9461 gdb::option::process_options.
9462 (compile_file_command_completer): New function.
9463 (compile_code_command): Handle options with
9464 gdb::option::process_options.
9465 (compile_code_command_completer): New function.
9466 (_initialize_compiler): Install completers for "compile code" and
9467 "compile file". Mention available options in "compile code" and
9468 "compile code"'s help.
9469 * completer.c (advance_to_completion_word): New, factored out from
9470 ...
9471 (advance_to_expression_complete_word_point): ... this.
9472 (advance_to_filename_complete_word_point): New.
9473 * completer.h (advance_to_filename_complete_word_point): New
9474 declaration.
9475
7d8062de
PA
94762019-06-13 Pedro Alves <palves@redhat.com>
9477
9478 * compile/compile.c: Include "cli/cli-option.h".
9479 (compile_print_value): Scope data pointer is now a
9480 value_print_options pointer; adjust.
9481 (compile_print_command): Process options. Scope data pointer is
9482 now a value_print_options pointer; adjust.
9483 (_initialize_compile): Update "compile print"'s help to include
9484 supported options. Install a completer for "compile print".
9485 * cp-valprint.c (show_vtblprint, show_objectprint)
9486 (show_static_field_print): Delete.
9487 (_initialize_cp_valprint): Don't install "set print
9488 static-members", "set print vtbl", "set print object" here.
9489 * printcmd.c: Include "cli/cli-option.h" and
9490 "common/gdb_optional.h".
9491 (print_command_parse_format): Rework to fill in a
9492 value_print_options instead of a format_data.
9493 (print_value): Change parameter type from format_data pointer to
9494 value_print_options reference. Adjust.
9495 (print_command_1): Process options. Adjust to pass down a
9496 value_print_options.
9497 (print_command_completer): New.
9498 (_initialize_printcmd): Install print_command_completer as
9499 handle_brkchars completer for the "print" command. Update
9500 "print"'s help to include supported options.
9501 * valprint.c: Include "cli/cli-option.h".
9502 (show_vtblprint, show_objectprint, show_static_field_print): Moved
9503 here from cp-valprint.c.
9504 (boolean_option_def, uinteger_option_def)
9505 (value_print_option_defs, make_value_print_options_def_group):
9506 New. Use gdb::option::add_setshow_cmds_for_options to install
9507 "set print elements", "set print null-stop", "set print repeats",
9508 "set print pretty", "set print union", "set print array", "set
9509 print address", "set print symbol", "set print array-indexes".
9510 * valprint.h: Include <string> and "cli/cli-option.h".
9511 (make_value_print_options_def_group): Declare.
9512 (print_value): Change parameter type from format_data pointer to
9513 value_print_options reference.
9514 (print_command_completer): Declare.
9515
9d0faba9
PA
95162019-06-13 Pedro Alves <palves@redhat.com>
9517
9518 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
9519 (COMMON_SFILES): Add maint-test-settings.c.
9520 * cli/cli-decode.c (boolean_enums): New global, factored out from
9521 ...
9522 (add_setshow_boolean_cmd): ... here.
9523 * cli/cli-decode.h (boolean_enums): Declare.
9524 * cli/cli-option.c: New file.
9525 * cli/cli-option.h: New file.
9526 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9527 factored out from ...
9528 (parse_cli_boolean_value(const char *)): ... this.
9529 (is_unlimited_literal): Change parameter type to pointer to
9530 pointer. Adjust and advance ARG pointer.
9531 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9532 (parse_cli_var_enum): New, factored out from ...
9533 (do_set_command): ... this. Adjust.
9534 * cli/cli-setshow.h (parse_cli_boolean_value)
9535 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9536 (parse_cli_var_enum): Declare.
9537 * cli/cli-utils.c: Include "cli/cli-option.h".
9538 (get_ulongest): New.
9539 * cli/cli-utils.h (get_ulongest): Declare.
9540 (check_for_argument): New overloads.
9541 * maint-test-options.c: New file.
9542
2c722807
PA
95432019-06-13 Pedro Alves <palves@redhat.com>
9544
9545 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9546 parse a range if "-" is at the end of the string.
9547
dee7b4c8
PA
95482019-06-13 Pedro Alves <palves@redhat.com>
9549
9550 * cli/cli-setshow.c (parse_auto_binary_operation)
9551 (parse_cli_boolean_value): Don't allow "o".
9552
dca0f6c0
PA
95532019-06-13 Pedro Alves <palves@redhat.com>
9554
9555 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9556 * NEWS: Mention maint test-settings KIND.
9557 * maint-test-settings.c: New file.
9558
597bf39d
PA
95592019-06-13 Pedro Alves <palves@redhat.com>
9560
9561 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9562 completer.
9563 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9564 "set" completers.
9565
48c410fb
PA
95662019-06-13 Pedro Alves <palves@redhat.com>
9567
9568 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9569 after item.
9570
93bcb043
PA
95712019-06-13 Pedro Alves <palves@redhat.com>
9572
9573 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9574
cbba3ecd
PA
95752019-06-13 Pedro Alves <palves@redhat.com>
9576
9577 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9578 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9579 call.
9580 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9581 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9582 calls.
9583 (check_for_argument): Skip spaces after argument.
9584
b9a3f842
PA
95852019-06-13 Pedro Alves <palves@redhat.com>
9586
9587 * thread.c (thread_apply_command): Adjust TID parsing.
9588 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9589 detected before end of string.
9590 (tid_is_in_list): Error out if LIST is invalid.
9591
3844e605
PA
95922019-06-13 Pedro Alves <palves@redhat.com>
9593
9594 * completer.c (complete_line_internal_1): Rewind completion word
9595 point.
9596 (completion_tracker::advance_custom_word_point_by): Change
9597 parameter type to int.
9598 * completer.h (completion_tracker::advance_custom_word_point_by):
9599 Likewise.
9600
00b56dbe
PA
96012019-06-13 Pedro Alves <palves@redhat.com>
9602
9603 * completer.c (advance_to_completion_word): Handle delimiters.
9604
d106773e
PA
96052019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9606
9607 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9608
08f10e02
TT
96092019-06-11 Tom Tromey <tom@tromey.com>
9610
9611 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9612 (xmalloc_failed): Move to alloc.c.
9613 * alloc.c: New file.
9614 * Makefile.in (COMMON_SFILES): Add alloc.c.
9615
1c7fe951
TT
96162019-06-11 Tom Tromey <tom@tromey.com>
9617
9618 * nat/linux-waitpid.c: Don't include server.h.
9619 (linux_debug): Remove.
9620 (my_waitpid): Update.
9621
89549d7f
TT
96222019-06-11 Tom Tromey <tromey@adacore.com>
9623
9624 * infcall.c (_initialize_infcall): Remove trailing newline from
9625 help.
9626 * user-regs.c (_initialize_user_regs): Remove trailing newline
9627 from help.
9628 * typeprint.c (_initialize_typeprint): Remove trailing newline
9629 from help.
9630 * reverse.c (_initialize_reverse): Remove trailing newlines from
9631 help.
9632 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9633 from help.
9634 * language.c (add_set_language_command): Remove trailing newline
9635 from help.
9636 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9637 help.
9638 * disasm.c (_initialize_disasm): Remove trailing newline from
9639 help.
9640 * top.c (init_main): Remove trailing newline from help.
9641 * interps.c (_initialize_interpreter): Remove trailing newline
9642 from help.
9643 * btrace.c (_initialize_btrace): Remove trailing newlines from
9644 help.
9645 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9646 from help.
9647 * python/python.c (_initialize_python): Remove trailing newline
9648 from help.
9649 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9650 help.
9651 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9652 from help. Reformat some text.
9653 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9654 from help.
9655 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9656 newline from help.
9657
86108c13
TT
96582019-06-11 Tom Tromey <tromey@adacore.com>
9659
9660 * darwin-nat.c (darwin_decode_exception_message)
9661 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9662
a7067863
AB
96632019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9664
9665 * valops.c (value_slice): Check for not allocated or not
9666 associated values.
9667
9ab08412
TV
96682019-06-10 Tom de Vries <tdevries@suse.de>
9669
9670 PR gdb/24618
9671 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9672 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9673 invalid.
9674
f19e22e9
TV
96752019-06-10 Tom de Vries <tdevries@suse.de>
9676
9677 PR gdb/24611
9678 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9679 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9680
e99f9db0
TV
96812019-06-10 Tom de Vries <tdevries@suse.de>
9682
9683 PR symtab/24545
9684 * symtab.c (struct demangled_name_entry): Add language field.
9685 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9686 static minimal symbol". Set and use language field.
9687
9bf7038b
TT
96882019-06-10 Tom Tromey <tromey@adacore.com>
9689
9690 * ada-lang.c (_initialize_ada_language): Update help text.
9691
422186a9
TT
96922019-06-10 Tom Tromey <tromey@adacore.com>
9693
9694 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9695 with a newline.
9696 * guile/guile.c (handle_boot_error): Don't end warning with a
9697 newline.
9698 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9699 warning with a newline.
9700 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9701 newline.
9702 (s12z_frame_cache): Likewise.
9703 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9704 a newline.
9705 * solib-svr4.c (disable_probes_interface): Don't end warning with
9706 a newline.
9707 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9708 newline.
9709 * python/python.c (do_finish_initialization): Don't end warning
9710 with a newline.
9711
25ce02ee
TT
97122019-06-10 Tom Tromey <tom@tromey.com>
9713
9714 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9715 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9716 gdbpy_enter.
9717
caa429d8
TT
97182019-06-10 Tom Tromey <tromey@adacore.com>
9719
9720 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9721 data.
9722 (elf_new_init): Don't call stabsread_new_init.
9723 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9724 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9725 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9726
81873cc8
TV
97272019-06-10 Tom de Vries <tdevries@suse.de>
9728
9729 PR symtab/16264
9730 PR symtab/24517
9731 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9732
4fa0265e
РИ
97332019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9734
9735 * source.c (find_and_open_source): Also rewrite relative file
9736 names.
9737
1a3da2cd
AB
97382019-04-26 Amos Bird <amosbird@gmail.com>
9739
9740 * annotate.c (annotate_thread_exited): Add "thread-exited"
9741 annotation.
9742
3847a7bf
TT
97432019-06-06 Tom Tromey <tromey@adacore.com>
9744
9745 * maint.h (class scoped_command_stats): Use
9746 DISABLE_COPY_AND_ASSIGN.
9747 <print_time>: New method.
9748 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9749 print_time.
9750 (scoped_command_stats::print_time): New method.
9751
312617a3
AB
97522019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9755 instructions of lengths 6 or 8 bytes.
9756
b02f78f9
PA
97572019-06-04 Pedro Alves <palves@redhat.com>
9758
9759 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9760
9761 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9762 * breakpoint.c (condition_completer): Likewise.
9763 * cli/cli-dump.c (scan_expression): Likewise.
9764 * common/filestuff.c (mkdir_recursive): Likewise.
9765 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9766 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9767 (gdb_abspath): Likewise.
9768 * compile/compile-cplus-types.c
9769 (compile_cplus_instance::decl_name): Likewise.
9770 * completer.c (complete_explicit_location):
9771 (signal_completer, reg_or_group_completer_1): Likewise.
9772 * cp-support.c (cp_remove_params_if_any): Likewise.
9773 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9774 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9775 * infcmd.c (strip_bg_char): Likewise.
9776 * linespec.c (copy_token_string): Likewise.
9777 * mi/mi-main.c (output_cores): Likewise.
9778 * psymtab.c (psymtab_search_name):
9779 * symfile.c (test_set_ext_lang_command): Likewise.
9780 * target.c (target_fileio_read_stralloc): Likewise.
9781 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9782 * value.c (complete_internalvar): Likewise.
9783
e1f2e1a2
CB
97842019-06-04 Christian Biesinger <cbiesinger@google.com>
9785
9786 Add objfile property to gdb.Type.
d3238f7d
PA
9787 * NEWS: Mention Python API addition.
9788 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9789
e664d728
PW
97902019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9791
9792 * NEWS: Mention the new set|show style [title|highlight].
9793 Mention changes to "show style", "help" and "apropos".
9794
66d8c862
PW
97952019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9796
9797 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9798 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9799 instead of print_help_for_command.
9800 (print_doc_of_command): New function.
9801 (help_list): Add 'apropos -v word' suggestion.
9802 (print_help_for_command): Style the command name using title style.
9803 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9804 (_initialize_cli_cmds): Describe -v in apropos_command help.
9805
9303eb2f
PW
98062019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9807
9808 * cli/cli-style.h (cli_style_option): Add name in constructor,
9809 add m_name class member, add constructor with intensity,
9810 add name class function.
9811 (cli_style_option::add_setshow_commands): Remove name argument.
9812 (highlight_style, title_style): New styles.
9813 * cli/cli-style.c (do_show): New function that shows a style
9814 characteristic styling the style name with itself.
9815 (set_style_name): New function.
9816 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9817 Update all callers according to the changes in cli/cli-style.h.
9818 * utils.h (fputs_highlighted): New function.
9819 * utils.c (fputs_highlighted): Likewise.
9820
e2c52041
PW
98212019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9822
9823 * NEWS: Mention new pipe command and new convenience variables.
9824
947d3946
PW
98252019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9826
9827 * cli/cli-cmds.c (pipe_command): New function.
9828 (_initialize_cli_cmds): Call add_com for pipe_command.
9829 Define | as an alias for pipe.
9830 (exit_status_set_internal_vars): New function.
9831 (shell_escape): Call exit_status_set_internal_vars.
9832 cli/cli-decode.c (find_command_name_length): Recognize | as
9833 a single character command.
9834
b8fd0918
PW
98352019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9836
9837 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9838 top.c (execute_command_to_ui_file): New function, mostly a copy
9839 of execute_command_to_string.
9840 (execute_command_to_string): Implement by calling
9841 execute_command_to_ui_file.
9842
68bb5386
PW
98432019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9844
9845 * top.h (saved_command_line): Remove declaration.
9846 * top.c (previous_saved_command_line, previous_repeat_arguments):
9847 New variables.
9848 (saved_command_line): Make static, define together with other
9849 'repeat variables'.
9850 (dont_repeat): Clear repeat_arguments.
9851 (repeat_previous, get_saved_command_line, save_command_line):
9852 New functions.
9853 (gdb_init): Initialize saved_command_line
9854 and previous_saved_command_line.
9855 * main.c (captured_main_1): Remove saved_command_line initialization.
9856 * event-top.c (handle_line_of_input): Update to use
9857 the new 'repeat' related functions instead of direct access to
9858 saved_command_line.
9859 * command.h (repeat_previous, get_saved_command_line,
9860 save_command_line): New declarations.
9861 (dont_repeat): Add comment.
9862
bfcdb852
TT
98632019-05-30 Tom Tromey <tromey@adacore.com>
9864
9865 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9866 Fix comment.
9867 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9868
0ef209f2
JV
98692019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9870
9871 PR cli/24587
9872 * completer.c (complete): Initialize variable word.
9873
955b06fa
SDJ
98742019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9875
9876 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9877 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9878 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9879 'body' is NULL to the outter 'if', protecting the '!is_define'
9880 situation as well.
9881
fa9c3fa0
TT
98822019-05-29 Tom Tromey <tromey@adacore.com>
9883
9884 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9885 (dwarf_unknown): New function.
9886 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9887 (dwarf_type_encoding_name): Use dwarf_unknown.
9888
4330d61d
TT
98892019-05-29 Tom Tromey <tromey@adacore.com>
9890
9891 PR c++/20020:
9892 * cp-valprint.c (cp_print_value_fields): Call
9893 cp_print_static_field inside "try".
9894
33a6bc35
TT
98952019-05-29 Tom Tromey <tromey@adacore.com>
9896
9897 * inflow.c (struct terminal_info): Add default operator=.
9898 * configure: Rebuild.
9899 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9900 -Wdeprecated-copy-dtor, -Wredundant-move.
9901
000439d5
TT
99022019-05-29 Tom Tromey <tromey@adacore.com>
9903
9904 * NEWS: Add entry.
9905 * infcmd.c (print_return_value_1): Handle finish_print
9906 option.
9907 (show_print_finish): New function.
9908 (_initialize_infcmd): Add "set/show print finish" commands.
9909 * valprint.c (user_print_options): Initialize new member.
9910 * valprint.h (struct value_print_options) <finish_print>: New
9911 member.
9912
c0e70c62
TT
99132019-05-28 Tom Tromey <tromey@adacore.com>
9914
9915 * ada-lang.c (ada_remove_Xbn_suffix)
9916 (find_old_style_renaming_symbol)
9917 (parse_old_style_renaming): Remove.
9918 (ada_find_renaming_symbol): Don't call
9919 find_old_style_renaming_symbol.
9920 (ada_is_renaming_symbol): Rename from
9921 ada_find_renaming_symbol. Remove "block" parameter. Return
9922 bool. Now static.
9923 (ada_read_var_value): Update and simplify.
9924 * ada-exp.y (write_var_or_type): Remove old code.
9925
766f8836
AH
99262019-05-28 Alan Hayward <alan.hayward@arm.com>
9927
68255adc 9928 PR gdb/25010
766f8836
AH
9929 * event-top.c: Remove include comment.
9930 * inflow.c (class scoped_ignore_sigttou): Move from here...
9931 * inflow.h (class scoped_ignore_sigttou): ...to here.
9932 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9933 * top.c: Remove include comment.
9934
eb41253a
TT
99352019-05-27 Tom Tromey <tom@tromey.com>
9936
9937 * NEWS: Fix typo.
9938
4ca51187
TT
99392019-05-22 Tom Tromey <tromey@adacore.com>
9940
9941 * target.c (target_follow_exec): Constify parameter.
9942 * target-delegates.c: Rebuild.
9943 * remote.c (remote_target::follow_exec): Constify parameter.
9944 * infrun.c (follow_exec): Constify parameter.
9945 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9946 (target_follow_exec): Likewise.
9947
8fca4da0
AH
99482019-05-22 Alan Hayward <alan.hayward@arm.com>
9949
9950 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9951 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9952
b7060614
AH
99532019-05-22 Alan Hayward <alan.hayward@arm.com>
9954
9955 * NEWS: Add debugredirect and testsuite sections.
9956
0a5954bd
SC
99572019-05-22 Simon Cook <simon.cook@embecosm.com>
9958
9959 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9960 target descriptions using exclusively floating point register name
9961 aliases.
9962
dc42e902
AB
99632019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9964
9965 PR gdb/18644:
9966 * f-lang.c (build_fortran_types): Handle the case where
9967 gdbarch_floatformat_for_type returns a nullptr.
9968
fb7806c7
TV
99692019-05-21 Tom de Vries <tdevries@suse.de>
9970
9971 PR cli/24587
9972 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9973
34d11c68
AB
99742019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9975
9976 PR gdb/18644:
9977 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9978 16-byte floats.
9979 * i386-tdep.c (i386_floatformat_for_type): Use
9980 floatformats_ia64_quad for the 16-byte floating point component
9981 within a fortran 32-byte complex number.
9982
122cf0f2
AB
99832019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9984
9985 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9986 delete default constructor.
9987 (find_partial_die): Update to return const struct.
9988 (partial_die_parent_scope): Move variable declaration into scope
9989 of its use and change its type to auto.
9990 (guess_partial_die_structure_name): Likewise.
9991 (partial_die_info::fixup): Likewise.
9992
33d0e35a
TT
99932019-05-17 Tom Tromey <tromey@adacore.com>
9994
9995 * source.c (find_and_open_source): Remove cast.
9996
a45575b0
TT
99972019-05-17 Tom Tromey <tromey@adacore.com>
9998
9999 * annotate.c (annotate_source): Make "filename" const.
10000 * annotate.h (annotate_source): Use const.
10001
81f47ac2
AH
100022019-05-17 Alan Hayward <alan.hayward@arm.com>
10003
10004 * disasm.c (set_disassembler_options): Send errors to stderr.
10005
ca1285d1
AH
100062019-05-17 Alan Hayward <alan.hayward@arm.com>
10007
10008 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
10009 (cli_interp_base::set_logging): Check debug_redirect.
10010 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
10011 * cli/cli-logging.c (debug_redirect): Add static variable.
10012 (pop_output_files): Add default param.
10013 (handle_redirections): Print debug setting.
10014 (show_logging_command): Likewise.
10015 (_initialize_cli_logging): Add debugredirect command.
10016 * interps.c (current_interp_set_logging): Add debug_redirect
10017 parameter.
10018 * interps.h (set_logging): Add debug_redirect parameter.
10019 (current_interp_set_logging): Likewise.
10020 * mi/mi-common.h: Likewise.
10021 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
10022
100232019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
10024 Tom Tromey <tromey@adacore.com>
10025
10026 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
10027 directly.
10028 * cli/cli-interp.h (make_logging_output): Remove declaration.
10029 * cli/cli-logging.c (make_logging_output): Remove function.
10030 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
10031 directly.
10032 * ui-file.c (tee_file::tee_file): Remove bools.
10033 (tee_file::~tee_file): Remove deletes.
10034 * ui-file.h (tee_file): Remove bools.
10035
26648588
JV
100362019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
10037
10038 * mi/mi-cmds.h (mi_cmd_complete): New function.
10039 * mi/mi-main.c (mi_cmd_complete): Likewise.
10040 * mi/mi-cmds.c: Define new MI command -complete.
10041 * NEWS: Mention new -complete command.
10042
6e035501
JV
100432019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
10044
10045 * completer.h (complete): New function.
10046 * completer.c (complete): Likewise.
10047 * cli/cli-cmds.c: (complete_command): Update to use new complete()
10048 function defined in completer.h.
10049
7d0e2ece
JV
100502019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
10051
e79be6e5 10052 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 10053
fb816e8b
TV
100542019-05-17 Tom de Vries <tdevries@suse.de>
10055
10056 PR gdb/24094
10057 * dwarf2read.c (struct cu_partial_die_info): New struct.
10058 (find_partial_die): Return cu_partial_die_info.
10059 (partial_die_parent_scope, guess_partial_die_structure_name)
10060 (partial_die_info::fixup): Handle new return type of find_partial_die.
10061
677052f2
SDJ
100622019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
10063
a1726c38 10064 PR breakpoints/24541
677052f2
SDJ
10065 * stap-probe.c (stap_parse_register_operand): Make "regname" an
10066 "std::string", simplifying the algorithm.
10067
f3da9116
SDJ
100682019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
10069
10070 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
10071 (stap_static_probe_ops::get_probes): Likewise.
10072
f1bb75ab
SDJ
100732019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
10074
10075 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
10076 '-')" and "else if".
10077 (stap_parse_single_operand): Join checks for
10078 "gdbarch_stap_parse_special_token_p" and
10079 "gdbarch_stap_parse_special_token" in the same "if" statement.
10080 Invert check when verifying for operation on register
10081 displacement.
10082
3ca58cde
SDJ
100832019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
10084
10085 * stap-probe.c (stap_get_opcode): Update comment.
10086 (stap_get_expected_argument_type): Likewise.
10087 (handle_stap_probe): Likewise.
10088
af2d9bee
SDJ
100892019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
10090
10091 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
10092 return type to 'bool'. Adjust comment. Use 'bool' when
10093 appropriate.
10094 (i386_stap_parse_special_token_three_arg_disp): Likewise.
10095 * stap-probe.c (stap_parse_argument_1): Likewise.
10096 (stap_is_operator): Likewise.
10097 (stap_is_generic_prefix): Likewise.
10098 (stap_is_register_prefix): Likewise.
10099 (stap_is_register_indirection_prefix): Likewise.
10100 (stap_is_integer_prefix): Likewise.
10101 (stap_generic_check_suffix): Likewise.
10102 (stap_check_integer_suffix): Likewise.
10103 (stap_check_register_suffix): Likewise.
10104 (stap_check_register_indirection_suffix): Likewise.
10105 (stap_parse_register_operand): Likewise.
10106 (stap_parse_single_operand): Likewise.
10107 (stap_parse_argument_1): Likewise.
10108 (stap_probe::get_argument_count): Likewise.
10109 (stap_is_operator): Likewise.
10110
61c9c421
TT
101112019-05-16 Tom Tromey <tromey@adacore.com>
10112
10113 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
10114 keyword to foreach.
10115
9ddc1af1
SM
101162019-05-15 Simon Marchi <simon.marchi@efficios.com>
10117
10118 * linux-thread-db.c (try_thread_db_load_1): Change return type
10119 to bool.
10120 (try_thread_db_load): Likewise.
10121 (try_thread_db_load_from_pdir_1): Likewise.
10122 (try_thread_db_load_from_pdir): Likewise.
10123 (try_thread_db_load_from_sdir): Likewise.
10124 (try_thread_db_load_from_dir): Likewise.
10125 (thread_db_load_search): Likewise.
10126 (has_libpthread): Likewise.
10127 (thread_db_load): Likewise.
10128
7bede828
SDJ
101292019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
10130
10131 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
10132 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
10133 NULL, and complain/return if that's the case.
10134
c5358db4
JD
101352019-05-15 John Darrington <john@darrington.wattle.id.au>
10136
10137 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
10138 (advance, posn, abstract_read_memory): New functions.
10139 [struct mem_read_abstraction]: New struct.
10140 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
10141
c408a94f
TT
101422019-05-14 Tom Tromey <tromey@adacore.com>
10143
10144 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
10145 value is not lval_memory.
10146
e7bd7fba
TT
101472019-05-14 Tom Tromey <tromey@adacore.com>
10148
10149 * solib.c (info_sharedlibrary_command): Style the file name.
10150
a6d0f249
AH
101512019-05-14 Alan Hayward <alan.hayward@arm.com>
10152
10153 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
10154 (aarch64_vnv_type): Likewise.
10155 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
10156 * common/tdesc.c: Likewise.
10157 * common/tdesc.h (enum tdesc_type_kind): Likewise.
10158 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
10159 * features/aarch64-fpu.xml: Add ieee half view.
10160 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
10161 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
10162 * gdbtypes.h (struct builtin_type): Likewise.
10163 (struct objfile_type): Likewise.
10164
66b8bb74
SM
101652019-05-12 Paul Naert <paul.naert@polymtl.ca>
10166
10167 * language.c (language_sniff_from_mangled_name): Fix "langauge"
10168 typo.
10169 * location.h (string_to_event_location): Likewise.
10170
21c219fd
JB
101712019-05-11 Joel Brobecker <brobecker@adacore.com>
10172
10173 GDB 8.3 released.
10174
13674803
SM
101752019-05-10 Simon Marchi <simon.marchi@efficios.com>
10176
10177 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
10178 New variable declaration.
10179 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
10180 New variable.
10181 (print_one_breakpoint): Use ui_out::test_flags and new global
10182 variable to compute use_fixed_output.
10183 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
10184 Remove.
10185 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
10186 (mi_multi_location_breakpoint_output_fixed): Remove.
10187 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
10188 new variable.
10189 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
10190 fix_multi_location_breakpoint_output flag if version >= 3.
10191 * ui-out.h (enum ui_out_flag)
10192 <fix_multi_location_breakpoint_output>: New enumerator.
10193
a9eac7f9
SM
101942019-05-10 Simon Marchi <simon.marchi@efficios.com>
10195
10196 * contrib/cc-with-tweaks.sh: Validate dwz's work.
10197
71bed2db
TT
101982019-05-10 Tom Tromey <tromey@adacore.com>
10199
10200 * ada-lang.c (catch_ada_completer): New function.
10201 (_initialize_ada_language): Use it.
10202
24c54127
TT
102032019-05-10 Tom Tromey <tromey@adacore.com>
10204
10205 * thread.c (print_thread_info): Make "requested_threads" const.
10206 * gdbthread.h (print_thread_info): Make "requested_threads"
10207 const.
10208 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
10209 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
10210
7a102139
TT
102112019-05-08 Tom Tromey <tom@tromey.com>
10212
10213 * gdbtypes.c (objfile_type_data): Change type.
10214 (objfile_type, _initialize_gdbtypes): Update.
10215
924d79e2
TT
102162019-05-08 Tom Tromey <tom@tromey.com>
10217
10218 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
10219 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
10220 (_initialize_dwarf2_frame): Update.
10221
4c58e337
TT
102222019-05-08 Tom Tromey <tom@tromey.com>
10223
10224 * objc-lang.c (objc_objfile_data): Change type.
10225 (find_methods): Update.
10226 (_initialize_objc_lang): Remove.
10227
d772d2ab
TT
102282019-05-08 Tom Tromey <tom@tromey.com>
10229
10230 * stabsread.c (rs6000_builtin_type_data): Change type.
10231 (rs6000_builtin_type, _initialize_stabsread): Update.
10232
d11d83f4
TT
102332019-05-08 Tom Tromey <tom@tromey.com>
10234
10235 * mips-tdep.c (mips_pdr_data): Remove.
10236 (_initialize_mips_tdep): Update.
10237
9a73f0ad
TT
102382019-05-08 Tom Tromey <tom@tromey.com>
10239
10240 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
10241 (hppa_init_objfile_priv_data, read_unwind_info)
10242 (find_unwind_entry, _initialize_hppa_tdep): Update.
10243
8127a2fa
TT
102442019-05-08 Tom Tromey <tom@tromey.com>
10245
10246 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
10247 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
10248 on obstack.
10249 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
10250
91d3055d
TT
102512019-05-08 Tom Tromey <tom@tromey.com>
10252
10253 * mdebugread.c (basic_type_data): Change type.
10254 (basic_type, _initialize_mdebugread): Update.
10255
31930bd3
TT
102562019-05-08 Tom Tromey <tom@tromey.com>
10257
10258 * common/gdb_unique_ptr.h (struct noop_deleter): New.
10259
bdb3ed9e
TT
102602019-05-08 Tom Tromey <tom@tromey.com>
10261
10262 * nto-tdep.c (nto_inferior_data_reg): Change type.
10263 (nto_inferior_data): Update.
10264 (nto_inferior_data_cleanup, nto_new_inferior_data)
10265 (_initialize_nto_tdep): Remove.
10266 * nto-tdep.h (struct nto_inferior_data): Add initializers.
10267
f37b313d
TT
102682019-05-08 Tom Tromey <tom@tromey.com>
10269
10270 * ada-lang.c (struct ada_inferior_data): Add initializers.
10271 (ada_inferior_data): Change type.
10272 (ada_inferior_data_cleanup): Remove.
10273 (get_ada_inferior_data, ada_inferior_exit)
10274 (struct ada_pspace_data): Add initializers, destructor.
10275 (ada_pspace_data_handle): Change type.
10276 (get_ada_pspace_data): Update.
10277 (ada_pspace_data_cleanup): Remove.
10278
24699405
TT
102792019-05-08 Tom Tromey <tom@tromey.com>
10280
10281 * coffread.c (struct coff_symfile_info): Add initializers.
10282 (coff_objfile_data_key): Move lower. Change type.
10283 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
10284 Update.
10285 (coff_free_info): Remove.
10286
d4e05d2f
TT
102872019-05-08 Tom Tromey <tom@tromey.com>
10288
10289 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
10290 (fbsd_pspace_data_handle): Move lower. Change type.
10291 (get_fbsd_pspace_data): Update.
10292 (fbsd_pspace_data_cleanup): Remove.
10293 (_initialize_fbsd_tdep): Update.
10294
14ef6690
TT
102952019-05-08 Tom Tromey <tom@tromey.com>
10296
10297 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
10298 (get_ada_tasks_pspace_data): Update.
10299 (ada_tasks_pspace_data_cleanup): Remove.
10300 (_initialize_tasks): Update.
10301 (ada_tasks_inferior_data_handle): Change type.
10302 (get_ada_tasks_inferior_data): Update.
10303 (ada_tasks_inferior_data_cleanup): Remove.
10304 (struct ada_tasks_pspace_data): Add initializers.
10305
814cf43a
TT
103062019-05-08 Tom Tromey <tom@tromey.com>
10307
10308 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
10309 * symfile-debug.c (debug_sym_get_probes): Change type.
10310 * stap-probe.c (handle_stap_probe):
10311 (stap_static_probe_ops::get_probes): Change type.
10312 * probe.h (class static_probe_ops) <get_probes>: Change type.
10313 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
10314 (parse_probes_in_pspace): Update.
10315 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
10316 Update.
10317 (any_static_probe_ops::get_probes): Change type.
10318 * elfread.c (elfread_data): New typedef.
10319 (probe_key): Change type.
10320 (elf_get_probes): Likewise. Update.
10321 (probe_key_free): Remove.
10322 (_initialize_elfread): Update.
10323 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
10324 Change type.
10325 (dtrace_process_dof_probe, dtrace_process_dof)
10326 (dtrace_static_probe_ops::get_probe): Change type.
10327
02dc647e
TT
103282019-05-08 Tom Tromey <tom@tromey.com>
10329
10330 * xcoffread.c (struct xcoff_symfile_info): Rename from
10331 coff_symfile_info. Add initializers.
10332 (xcoff_objfile_data_key): Move lower. Change type.
10333 (XCOFF_DATA): Rewrite.
10334 (xcoff_free_info): Remove.
10335 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
10336 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
10337 (xcoff_initial_scan): Update.
10338
09232438
TT
103392019-05-08 Tom Tromey <tom@tromey.com>
10340
10341 * solib-svr4.c (struct svr4_info): Add initializers and
10342 destructor.
10343 <probes_table>: Now an htab_up.
10344 (solib_svr4_pspace_data): Change type.
10345 (free_probes_table): Simplify.
10346 (~svr4_info): Rename from svr4_pspace_data_cleanup.
10347 (get_svr4_info, probes_table_htab_remove_objfile_probes)
10348 (probes_table_remove_objfile_probes, register_solib_event_probe)
10349 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
10350 (_initialize_svr4_solib): Update.
10351
7b4a314f
TT
103522019-05-08 Tom Tromey <tom@tromey.com>
10353
10354 * remote.c (remote_pspace_data): Change type.
10355 (remote_pspace_data_cleanup): Remove.
10356 (get_remote_exec_file, set_pspace_remote_exec_file)
10357 (_initialize_remote): Update.
10358
51d3063a
TT
103592019-05-08 Tom Tromey <tom@tromey.com>
10360
10361 * breakpoint.c (breakpoint_objfile_key): Change type.
10362 (get_breakpoint_objfile_data): Update.
10363 (free_breakpoint_objfile_data): Remove.
10364 (_initialize_breakpoint): Update.
10365
89fb8848
TT
103662019-05-08 Tom Tromey <tom@tromey.com>
10367
10368 * linux-tdep.c (struct linux_info): Add initializers.
10369 (linux_inferior_data): Move. Change type.
10370 (invalidate_linux_cache_inf): Update.
10371 (linux_inferior_data_cleanup): Remove.
10372 (get_linux_inferior_data, _initialize_linux_tdep): Update.
10373
e9b89e2d
TT
103742019-05-08 Tom Tromey <tom@tromey.com>
10375
10376 * auxv.c (auxv_inferior_data): Move. Change type.
10377 (auxv_inferior_data_cleanup): Remove.
10378 (invalidate_auxv_cache_inf): Rewrite.
10379 (get_auxv_inferior_data, _initialize_auxv): Update.
10380
8c42777c
TT
103812019-05-08 Tom Tromey <tom@tromey.com>
10382
10383 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
10384 (symfile_debug_objfile_data_key): Change type.
10385 (symfile_debug_installed, debug_qf_has_symbols)
10386 (debug_qf_find_last_source_symtab)
10387 (debug_qf_forget_cached_source_info)
10388 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
10389 (debug_qf_print_stats, debug_qf_dump)
10390 (debug_qf_expand_symtabs_for_function)
10391 (debug_qf_expand_all_symtabs)
10392 (debug_qf_expand_symtabs_with_fullname)
10393 (debug_qf_map_matching_symbols)
10394 (debug_qf_expand_symtabs_matching)
10395 (debug_qf_find_pc_sect_compunit_symtab)
10396 (debug_qf_map_symbol_filenames)
10397 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
10398 (debug_sym_new_init, debug_sym_init, debug_sym_read)
10399 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
10400 (debug_sym_read_linetable, debug_sym_relocate): Update.
10401 (symfile_debug_free_objfile): Remove.
10402 (install_symfile_debug_logging, _initialize_symfile_debug):
10403 Update.
10404
5bfd760d
TT
104052019-05-08 Tom Tromey <tom@tromey.com>
10406
10407 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
10408 allocate_on_obstack.
10409 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
10410 (get_dwarf2_per_objfile): Update.
10411 (set_dwarf2_per_objfile): Remove.
10412 (dwarf2_has_info, dwarf2_get_section_info): Update.
10413 (dwarf2_free_objfile): Remove.
10414 (_initialize_dwarf2_read): Update.
10415
e85e19b4
TT
104162019-05-08 Tom Tromey <tom@tromey.com>
10417
10418 * auto-load.c (struct auto_load_pspace_info): Add destructor and
10419 initializers.
10420 <unsupported_script_warning_printed,
10421 script_not_found_warning_printed>: Now bool.
10422 (auto_load_pspace_data): Change type.
10423 (~auto_load_pspace_info): Rename from
10424 auto_load_pspace_data_cleanup.
10425 (get_auto_load_pspace_data, init_loaded_scripts_info)
10426 (clear_section_scripts, maybe_print_unsupported_script_warning)
10427 (maybe_print_script_not_found_warning, _initialize_auto_load):
10428 Update.
10429
f6aa7436
TT
104302019-05-08 Tom Tromey <tom@tromey.com>
10431
10432 * objfiles.c (objfile_pspace_info): Add destructor and
10433 initializers.
10434 (objfiles_pspace_data): Change type.
10435 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
10436 (get_objfile_pspace_data): Update.
10437 (objfiles_bfd_data): Change type.
10438 (get_objfile_bfd_data): Update.
10439 (objfile_bfd_data_free, _initialize_objfiles): Remove.
10440
6ae614f6
TT
104412019-05-08 Tom Tromey <tom@tromey.com>
10442
10443 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
10444 Change type.
10445 (get_catch_syscall_inferior_data): Update.
10446 (catch_syscall_inferior_data_cleanup): Remove.
10447 (_initialize_break_catch_syscall): Update.
10448
6509b8eb
TT
104492019-05-08 Tom Tromey <tom@tromey.com>
10450
10451 * inflow.c (struct terminal_info): Add destructor and
10452 initializers.
10453 (inflow_inferior_data): Change type.
10454 (~terminal_info): Rename from inflow_inferior_data_cleanup.
10455 (get_inflow_inferior_data, inflow_inferior_exit)
10456 (swap_terminal_info, _initialize_inflow): Update.
10457
35632941
TT
104582019-05-08 Tom Tromey <tom@tromey.com>
10459
10460 * target-dcache.c (target_dcache_cleanup): Remove.
10461 (target_dcache_aspace_key): Change type.
10462 (target_dcache_init_p, target_dcache_invalidate)
10463 (target_dcache_get, target_dcache_get_or_init)
10464 (_initialize_target_dcache): Update.
10465 * dcache.h (struct dcache_deleter): New.
10466
3017b94d
TT
104672019-05-08 Tom Tromey <tom@tromey.com>
10468
10469 * symtab.c (struct symbol_cache): Add destructor and
10470 initializers.
10471 (symbol_cache_key): Move. Change type.
10472 (make_symbol_cache, free_symbol_cache): Remove.
10473 (get_symbol_cache): Update.
10474 (symbol_cache_cleanup): Remove.
10475 (ALL_PSPACES, symbol_cache_flush)
10476 (maintenance_print_symbol_cache)
10477 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
10478 Update.
10479
a32ad8c5
TT
104802019-05-08 Tom Tromey <tom@tromey.com>
10481
10482 * symtab.c (struct main_info): Add destructor and initializers.
10483 (main_progspace_key): Move. Change type.
10484 (get_main_info): Update.
10485 (main_info_cleanup): Remove.
10486 (_initialize_symtab): Update.
10487
5f6e90a0
TT
104882019-05-08 Tom Tromey <tom@tromey.com>
10489
10490 * registry.h (DECLARE_REGISTRY): Define the _key class.
10491
1bd0c6e4
AB
104922019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10493
10494 * NEWS: Merge two 'New commands' sections.
10495
2228ef77
XR
104962019-05-08 Joel Brobecker <brobecker@adacore.com>
10497
10498 * ada-valprint.c (ada_val_print_gnat_array): Remove language
10499 parameter and use Ada language definition instead.
10500 (ada_val_print_ptr): Remove unused language parameter.
10501 (ada_val_print_num): Remove language parameter and use Ada language
10502 definition instead.
10503 (ada_val_print_enum, ada_val_print_flt): Remove unused language
10504 parameter.
10505 (ada_val_print_struct_union, ada_val_print_ref): Remove language
10506 parameter and use Ada language definition instead.
10507 (ada_val_print_1): Update all ada_val_print_xxx calls.
10508 Remove language parameter.
10509 (ada_val_print): Update ada_val_print_1 call.
10510
60fcc1c3
TT
105112019-05-08 Tom Tromey <tromey@adacore.com>
10512
10513 * remote.c (remote_hw_watchpoint_limit)
10514 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
10515 Now static.
10516
ed2b7c17
TT
105172019-05-08 Tom Tromey <tromey@adacore.com>
10518
10519 * maint.c (_initialize_maint_cmds): Move initialization code to
10520 remote.c.
10521 (watchdog, show_watchdog): Move to remote.c.
10522 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
10523 "watchdog" static.
10524 (_initialize_remote): Move initialization code from maint.c.
10525 * defs.h (watchdog): Don't declare.
10526
b0be6c91
TT
105272019-05-08 Tom Tromey <tromey@adacore.com>
10528
10529 * tui/tui-interp.c: Include main.h.
10530 * interps.c: Include main.h.
10531 * main.h (interpreter_p): Declare.
10532 * defs.h (interpreter_p): Don't declare.
10533
587ee17b
TT
105342019-05-08 Tom Tromey <tromey@adacore.com>
10535
10536 * dwarf2loc.c: Include dwarf2read.h.
10537 * defs.h (read_unsigned_leb128): Don't declare.
10538 * dwarf2read.h (read_unsigned_leb128): Declare.
10539
ca1df239
TT
105402019-05-08 Tom Tromey <tromey@adacore.com>
10541
10542 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10543 method.
10544
99f20f08
TT
105452019-05-08 Tom Tromey <tromey@adacore.com>
10546
10547 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10548 when no wrap column is set.
10549
80e55b13
TT
105502019-05-08 Tom Tromey <tromey@adacore.com>
10551
10552 * c-lang.c (c_get_string): Handle non-C-style arrays.
10553
9d3421af
TT
105542019-05-08 Tom Tromey <tromey@adacore.com>
10555
10556 * typeprint.c (print_offset_data::update): Print the bit offset,
10557 not the number of bits remaining.
10558
844333e2
TT
105592019-05-08 Tom Tromey <tromey@adacore.com>
10560
10561 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10562 padding at end of comment.
10563
988915ee
TT
105642019-05-08 Tom Tromey <tromey@adacore.com>
10565
10566 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10567 Compare main types.
10568
26bfd823
TT
105692019-05-06 Tom Tromey <tom@tromey.com>
10570
10571 * common/scoped_mmap.c: Include common-defs.h.
10572 * common/scoped_mmap.h: Don't include config.h.
10573
89055eaa
TT
105742019-05-04 Tom Tromey <tom@tromey.com>
10575
10576 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10577 (struct aarch64_call_info): Add initializers.
10578 <si>: Now a std::vector.
10579 (pass_on_stack, aarch64_push_dummy_call): Update.
10580
5da01df5
TT
105812019-05-04 Simon Marchi <simon.marchi@efficios.com>
10582 Tom Tromey <tom@tromey.com>
10583
10584 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10585 (ppc_threads): Now a std::vector. Now static.
10586 (hwdebug_find_thread_points_by_tid)
10587 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10588 Update.
10589
fbdf05a1
TT
105902019-05-04 Tom Tromey <tom@tromey.com>
10591
10592 * arc-tdep.c (arc_tdesc_init): Return bool.
10593
06d16ec9
TT
105942019-05-04 Tom Tromey <tom@tromey.com>
10595
10596 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10597 Use gdb_assert_not_reached.
10598
9c056022
TT
105992019-05-04 Tom Tromey <tom@tromey.com>
10600
10601 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10602 "false".
10603
fa9c2a59
TT
106042019-05-04 Tom Tromey <tom@tromey.com>
10605
10606 * arc-tdep.c (arc_tdesc_init): Use bool.
10607
e2eb806a
TT
106082019-05-04 Tom Tromey <tom@tromey.com>
10609
10610 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10611
6fe87677
TT
106122019-05-04 Tom Tromey <tom@tromey.com>
10613
10614 * cli/cli-cmds.c (valid_command_p): Return bool.
10615
7f008c9e
TT
106162019-05-04 Tom Tromey <tom@tromey.com>
10617
10618 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10619 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10620
b6484282
RT
106212019-05-04 Raul Tambre <raul@tambre.ee>
10622
10623 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10624 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10625 operator for comparison.
10626
af97b416
TT
106272019-05-04 Tom Tromey <tom@tromey.com>
10628
10629 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10630 (lookup_partial_symbol, print_partial_symbols)
10631 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10632 (psymbol_compare): Update.
10633 (add_psymbol_to_bcache): Clear the entire psymbol.
10634 (maintenance_check_psymtabs): Update.
10635 * psympriv.h (struct partial_symbol): Don't derive from
10636 general_symbol_info.
10637 <obj_section, unrelocated_address, address,
10638 set_unrelocated_address>: Update.
10639 <ginfo>: New member.
10640 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10641 (debug_names::write_psymbols): Update.
10642
9d6d4be8
TV
106432019-05-04 Tom de Vries <tdevries@suse.de>
10644
10645 * contrib/cc-with-tweaks.sh: Support -n arg.
10646
66452beb
PW
106472019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10648
10649 * corelow.c (core_target::detach): Ensure frame cache and
10650 register caches are cleared.
10651 inferior.c (exit_inferior_1): Likewise.
10652
bde09ab7
TT
106532019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10654 Tom Tromey <tom@tromey.com>
10655
10656 * dictionary.c (collate_pending_symbols_by_language): Remove
10657 "struct" from foreach.
10658 * symtab.c (lookup_global_symbol_from_objfile)
10659 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10660 foreach.
10661 * ser-tcp.c (net_open): Remove "struct" from foreach.
10662 * objfiles.c (objfile_relocate, objfile_rebase)
10663 (objfile_has_symbols): Remove "struct" from foreach.
10664 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10665 from foreach.
10666 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10667 foreach.
10668 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10669 "struct" from foreach.
10670 * ada-lang.c (create_excep_cond_exprs)
10671 (ada_exception_catchpoint_cond_string): Remove "struct" from
10672 foreach.
10673
222a8d25
TT
106742019-05-03 Tom Tromey <tromey@adacore.com>
10675
10676 * ada-exp.y (convert_char_literal): Check suffix of each
10677 enumerator.
10678
fcd60b84
DP
106792019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10680
10681 PR ada/21406:
10682 * ada-exp.y (yywrap): Don't define.
10683 * ada-lex.l (%option): Add noyywrap
10684 (yywrap): Remove.
10685
5f2459c2
EZ
106862019-05-03 Eli Zaretskii <eliz@gnu.org>
10687
353ea2d1
EZ
10688 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10689 _WIN32_WINNT to the XP level, unless already defined to a higher
10690 level.
10691
10692 * unittests/parse-connection-spec-selftests.c:
10693 * ser-tcp.c:
10694 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10695 override.
10696
5f2459c2
EZ
10697 * symfile.c (find_separate_debug_file): Remove colon from the
10698 drive spec of DOS/Windows file names of the target, so that the
10699 file name produced from DEBUGDIR and the target's directory will
10700 be valid on DOS/Windows systems.
10701
80062eb9
AB
107022019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10703
10704 * rust-lang.c (val_print_struct): Handle printing structures
10705 containing strings.
10706
b8c05e85
TT
107072019-05-02 Tom Tromey <tromey@adacore.com>
10708
10709 * valarith.c (_initialize_valarith): Remove.
10710
4504bbde
TT
107112019-05-01 Tom Tromey <tromey@adacore.com>
10712
10713 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10714 bitfields.
10715
d48e62f4
TT
107162019-05-01 Tom Tromey <tromey@adacore.com>
10717
10718 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10719 for big-endian copies.
10720
15f18d14
AT
107212019-04-30 Ali Tamur <tamur@google.com>
10722 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10723 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10724 (read_3_bytes): New function.
10725
ab4ee614
JB
107262019-04-30 Joel Brobecker <brobecker@adacore.com>
10727
10728 * windows-nat.c (main_thread_id): Delete.
10729 (handle_output_debug_string): Replace main_thread_id by
10730 current_event.dwThreadId.
10731 (fake_create_process): Likewise.
10732 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10733 Do not set main_thread_id.
10734 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10735 current_event.dwThreadId.
10736 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10737
8ed5b76e
JB
107382019-04-30 Joel Brobecker <brobecker@adacore.com>
10739
10740 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10741 Use current_event.dwThreadId instead of main_thread_id.
10742
2ff0a947
TT
107432019-04-30 Tom Tromey <tromey@adacore.com>
10744
10745 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10746 (create_excep_cond_exprs): Iterate over program spaces.
10747 (ada_exception_catchpoint_cond_string): Examine all minimal
10748 symbols for exception types.
10749
a776957c
TT
107502019-04-30 Tom Tromey <tromey@adacore.com>
10751
10752 PR c++/24470:
10753 * dwarf2read.c (process_structure_scope): Handle case where type
10754 has template parameters but no symbol was created.
10755
bc68014d
AB
107562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10757 Chris January <chris.january@arm.com>
10758
10759 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10760 qualifier.
10761 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10762
f1fdc960
AB
107632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10764
10765 * f-typeprint.c (f_print_type): Update rules for printing
10766 whitespace.
10767 (f_type_print_varspec_suffix): Likewise.
10768
bf7a4de1
AB
107692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10770 Chris January <chris.january@arm.com>
10771
10772 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10773 function arguments.
10774
bbe75b9d
AB
107752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10776
10777 * f-lang.c (build_fortran_types): Change name of void type to
10778 lower case.
10779 * f-typeprint.c (f_type_print_base): Print the name of the void
10780 type, rather than a fixed string.
10781 * f-valprint.c (f_decorations): Use lower case void string.
10782
1db455a7
AB
107832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10784 Chris January <chris.january@arm.com>
10785
10786 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10787 types for Fortran.
10788
b6d03bb2
AB
107892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10790 Chris January <chris.january@arm.com>
10791 David Lecomber <david.lecomber@arm.com>
10792
10793 * f-exp.y (BINOP_INTRINSIC): New token.
10794 (exp): New parser rule handling BINOP_INTRINSIC.
10795 (f77_keywords): Add new builtin procedures.
10796 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10797 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10798 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10799 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10800 (print_unop_subexp_f): New function.
10801 (print_binop_subexp_f): New function.
10802 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10803 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10804 (dump_subexp_body_f): Likewise.
10805 (operator_check_f): Likewise.
10806 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10807 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10808
83228e93
AB
108092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10812 UNOP_KIND.
10813 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10814 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10815 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10816 (operator_length_f): New fuction.
10817 (print_subexp_f): New function.
10818 (op_name_f): New function.
10819 (dump_subexp_body_f): New function.
10820 (operator_check_f): New function.
10821 (exp_descriptor_f): Replace standard expression handling functions
10822 with new functions.
10823 * gdb/fortran-operator.def: New file.
10824 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10825 * gdb/std-operator.def: Remove UNOP_KIND.
10826
6fdcd7cc
AB
108272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10828
10829 * std-operator.def: Remove unbalanced, stray double quote
10830 character.
10831
2e62ab40
AB
108322019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10833 Chris January <chris.january@arm.com>
10834 Daniel Everett <daniel.everett@arm.com>
10835 Nick Forrington <nick.forrington@arm.com>
10836 Richard Bunt <richard.bunt@arm.com>
10837
10838 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10839 of depth when printing anonymous structs or unions.
10840 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10841 Don't print either the top-level value, or the children if the
10842 max-depth is exceeded.
10843 (ppscm_print_children): When printing the key of a map, allow one
10844 extra level of depth.
10845 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10846 print either the top-level value, or the children if the max-depth
10847 is exceeded.
10848 (print_children): When printing the key of a map, allow one extra
10849 level of depth.
10850 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10851 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10852 (user_print_options): Initialise max_depth field.
10853 (val_print_scalar_or_string_type_p): New function.
10854 (val_print): Check to see if the max depth has been reached.
10855 (val_print_check_max_depth): Define new function.
10856 (show_print_max_depth): New function.
10857 (_initialize_valprint): Add 'print max-depth' option.
10858 * valprint.h (struct value_print_options) <max_depth>: New field.
10859 (val_print_check_max_depth): Declare new function.
10860 * NEWS: Document new feature.
10861
4be290b2
AB
108622019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10863
10864 * ada-lang.c (ada_language_defn): Initialise new field.
10865 * c-lang.c (c_is_string_type_p): New function.
10866 (c_language_defn): Initialise new field.
10867 (cplus_language_defn): Initialise new field.
10868 (asm_language_defn): Initialise new field.
10869 (minimal_language_defn): Initialise new field.
10870 * c-lang.h (c_is_string_type_p): Declare new function.
10871 * d-lang.c (d_language_defn): Initialise new field.
10872 * f-lang.c (f_is_string_type_p): New function.
10873 (f_language_defn): Initialise new field.
10874 * go-lang.c (go_is_string_type_p): New function.
10875 (go_language_defn): Initialise new field.
10876 * language.c (default_is_string_type_p): New function.
10877 (unknown_language_defn): Initialise new field.
10878 (auto_language_defn): Initialise new field.
10879 * language.h (struct language_defn) <la_is_string_type_p>: New
10880 member variable.
10881 (default_is_string_type_p): Declare new function.
10882 * m2-lang.c (m2_language_defn): Initialise new field.
10883 * objc-lang.c (objc_language_defn): Initialise new field.
10884 * opencl-lang.c (opencl_language_defn): Initialise new field.
10885 * p-lang.c (pascal_is_string_type_p): New function.
10886 (pascal_language_defn): Initialise new field.
10887 * rust-lang.c (rust_is_string_type_p): New function.
10888 (rust_language_defn): Initialise new field.
10889
721b08c6
AB
108902019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10891
10892 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10893 New field.
10894 * ada-lang.c (ada_language_defn): Initialise new field.
10895 * c-lang.c (c_language_defn): Likewise.
10896 (cplus_language_defn): Likewise.
10897 (asm_language_defn): Likewise.
10898 (minimal_language_defn): Likewise.
10899 * d-lang.c (d_language_defn): Likewise.
10900 * f-lang.c (f_language_defn): Likewise.
10901 * go-lang.c (go_language_defn): Likewise.
10902 * language.c (unknown_language_defn): Likewise.
10903 (auto_language_defn): Likewise.
10904 * m2-lang.c (m2_language_defn): Likewise.
10905 * objc-lang.c (objc_language_defn): Likewise.
10906 * opencl-lang.c (opencl_language_defn): Likewise.
10907 * p-lang.c (pascal_language_defn): Likewise.
10908 * rust-lang.c (rust_language_defn): Likewise.
10909
fc913e53
AB
109102019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10911
10912 * ada-lang.c (ada_is_character_type): Change return type to bool.
10913 (ada_is_string_type): Likewise.
10914 * ada-lang.h (ada_is_character_type): Update declaration
10915 (ada_is_string_type): Likewise.
10916
fa731fa0
PW
109172019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10918
10919 Support style in 'frame|thread apply'
10920
10921 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10922 * record.c (record_start, record_stop): Update callers of
10923 execute_command_to_string with false.
10924 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10925 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10926 methods.
10927 (class string_file): New constructor with term_out parameter.
10928 Override methods term_out and can_emit_style_escape. New member
10929 term_out.
10930 (class stdio_file): Override can_emit_style_escape.
10931 (class tee_file): Override term_out and can_emit_style_escape.
10932 * utils.h (can_emit_style_escape): Remove.
10933 * utils.c (can_emit_style_escape): Likewise.
10934 Update all callers of can_emit_style_escape (SOMESTREAM) to
10935 SOMESTREAM->can_emit_style_escape.
10936 * source-cache.c (source_cache::get_source_lines): Likewise.
10937 * stack.c (frame_apply_command_count): Call execute_command_to_string
10938 passing the term_out characteristic of the current gdb_stdout.
10939 * thread.c (thr_try_catch_cmd): Likewise.
10940 * top.c (execute_command_to_string): pass term_out parameter
10941 to construct the string_file for the command output.
10942 * ui-file.c (term_cli_styling): New function (most code moved
10943 from utils.c can_emit_style_escape).
10944 (string_file::string_file, string_file::can_emit_style_escape,
10945 stdio_file::can_emit_style_escape, tee_file::term_out,
10946 tee_file::can_emit_style_escape): New functions.
10947
136afab8
PW
109482019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10949
10950 * NEWS: Mention the new set|show may-call-functions.
10951 * infcall.c (may_call_functions_p): New variable.
10952 (show_may_call_functions_p): New function.
10953 (call_function_by_hand_dummy): Throws an error if not
10954 may-call-functions.
10955 (_initialize_infcall): Call add_setshow_boolean_cmd for
10956 may-call-functions.
10957
725cbb63
KS
109582019-04-25 Keith Seitz <keiths@redhat.com>
10959
10960 PR c++/24367
10961 * cp-support.c (inspect_type): Don't attempt substitutions
10962 of symbol with the same name.
10963
3d1cbb78
TT
109642019-04-25 Tom Tromey <tromey@adacore.com>
10965
10966 PR gdb/24475:
10967 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10968 static.
10969
94aeb44b
TT
109702019-04-25 Tom Tromey <tromey@adacore.com>
10971
10972 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10973 rvalue reference.
10974 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10975 (gdb_xml_parser::parse): Use std::move.
10976 * python/python-internal.h (gdbpy_convert_exception): Take a const
10977 reference.
10978 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10979 std::move.
10980 * python/py-utils.c (gdbpy_convert_exception): Take a const
10981 reference.
10982 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10983 Use std::move.
10984 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10985 Use std::move.
10986 * mi/mi-main.c (mi_print_exception): Take a const reference.
10987 * main.c (handle_command_errors): Take a const reference.
10988 * linespec.c (parse_linespec): Use std::move.
10989 * infcall.c (run_inferior_call): Use std::move.
10990 (call_function_by_hand_dummy): Use std::move.
10991 * exec.c (try_open_exec_file): Use std::move.
10992 * exceptions.h (exception_print, exception_fprintf)
10993 (exception_print_same): Update.
10994 * exceptions.c (print_exception, exception_print)
10995 (exception_fprintf, exception_print_same): Change parameters to
10996 const reference.
10997 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10998 * common/new-op.c: Use std::move.
10999 * common/common-exceptions.h (struct gdb_exception): Add move
11000 constructor.
11001 (struct gdb_exception_error, struct gdb_exception_quit, struct
11002 gdb_quit_bad_alloc): Change constructor to move constructor.
11003 (throw_exception): Change parameter to rvalue reference.
11004 * common/common-exceptions.c (throw_exception): Take rvalue
11005 reference.
11006 * cli/cli-interp.c (safe_execute_command): Use std::move.
11007 * breakpoint.c (insert_bp_location, location_to_sals): Use
11008 std::move.
11009
680d7fd5
TT
110102019-04-25 Tom Tromey <tromey@adacore.com>
11011
11012 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
11013 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
11014 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
11015 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
11016 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
11017 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
11018 guile/scm-value.c: Use unpack.
11019 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
11020 gdbscm_gdb_exception.
11021 (gdbscm_throw_gdb_exception): Likewise.
11022 (struct gdbscm_gdb_exception): New.
11023 (unpack): New function.
11024 (gdbscm_wrap): Use unpack.
11025
c6fdd8b2
TT
110262019-04-25 Tom Tromey <tromey@adacore.com>
11027
11028 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
11029 (gdb_rl_callback_handler): Use std::move.
11030 * common/common-exceptions.h (struct gdb_exception): Add move
11031 assignment operator.
11032 (throw_exception_sjlj): Change "exception" to const reference.
11033 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
11034 (throw_exception_sjlj): Change "exception" to const reference.
11035
cc06b668
TT
110362019-04-25 Tom Tromey <tromey@adacore.com>
11037
11038 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
11039 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
11040 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
11041 Update.
11042 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
11043 Update.
11044 * mi/mi-interp.c (mi_interp::exec): Update.
11045 * linespec.c (parse_linespec): Update.
11046 * infcall.c (run_inferior_call): Update.
11047 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
11048 * guile/scm-symbol.c (gdbscm_lookup_symbol)
11049 (gdbscm_lookup_global_symbol): Update.
11050 * guile/scm-param.c (gdbscm_parameter_value): Update.
11051 * guile/scm-frame.c (gdbscm_frame_read_register)
11052 (gdbscm_frame_read_var): Update.
11053 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
11054 * exec.c (try_open_exec_file): Update.
11055 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
11056 (gdb_rl_callback_handler): Update.
11057 * common/common-exceptions.h (exception_none): Don't declare.
11058 * common/common-exceptions.c (exception_none): Don't define.
11059 (struct catcher) <exception>: Update.
11060 * cli/cli-interp.c (safe_execute_command): Update.
11061 * breakpoint.c (insert_bp_location, location_to_sals): Update.
11062
cf532bd1
AT
110632019-04-25 Ali Tamur <tamur@google.com>
11064
11065 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
11066 (read_attribute_value): Likewise.
11067 (dwarf2_read_addr_index): Update comment.
11068 (read_str_index): Add DW_FORM_strx.
11069 (dwarf2_string_attr): Likewise.
11070 (dwarf2_const_value_attr): Likewise.
11071 (dump_die_shallow): Likewise.
11072 (dwarf2_fetch_constant_bytes): Likewise.
11073 (skip_form_bytes): Likewise.
11074 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
11075
82433e3e
SDJ
110762019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
11077
11078 PR corefiles/11608
11079 PR corefiles/18187
11080 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
11081 OFFSET. Verify if current mapping contains an ELF header.
11082 (linux_find_memory_regions_full): Adjust call to
11083 dump_mapping_p.
11084
723adb65
SL
110852019-04-25 Sandra Loosemore <sandra@codesourcery.com>
11086 Kang Li <kanglictf@gmail.com>
11087
11088 PR gdb/21600
11089
11090 * dwarf2-frame.c (read_initial_length): Be consistent about using
11091 unsigned representation of length.
11092 (decode_frame_entry_1): Likewise. Check for wraparound of
11093 end pointer as well as buffer overflow.
11094
596179f7
SDJ
110952019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
11096
11097 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
11098 "vq".
11099
a59240a4
TT
111002019-04-24 Tom Tromey <tromey@adacore.com>
11101
11102 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
11103
f872fdbb
AB
111042019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11105
11106 * s12z-tdep.c (s12z_unwind_pc): Delete.
11107 (s12z_unwind_sp): Delete.
11108 (s12z_gdbarch_init): Don't register deleted functions with
11109 gdbarch.
11110
b614e6f3
AB
111112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11112
11113 * rl78-tdep.c (rl78_unwind_sp): Delete.
11114 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
11115
14faed38
AB
111162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11117
11118 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
11119 (xstormy16_unwind_pc): Delete.
11120 (xstormy16_dummy_id): Delete.
11121 (xstormy16_gdbarch_init): Don't register deleted functions with
11122 gdbarch.
11123
541aad8a
AB
111242019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11125
11126 * vax-tdep.c (vax_unwind_pc): Delete.
11127 (vax_gdbarch_init): Don't register deleted function with gdbarch.
11128
29222070
AB
111292019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11130
11131 * v850-tdep.c (v850_unwind_sp): Delete.
11132 (v850_unwind_pc): Delete.
11133 (v850_dummy_id): Delete.
11134 (v850_gdbarch_init): Don't register deleted functions with
11135 gdbarch.
11136
0f534d76
AB
111372019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11138
11139 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
11140 (tilegx_unwind_pc): Delete.
11141 (tilegx_unwind_dummy_id): Delete.
11142 (tilegx_gdbarch_init): Don't register deleted functions with
11143 gdbarch.
11144
1ba7b7f9
AB
111452019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11146
11147 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
11148 (tic6x_dummy_id): Delete.
11149 (tic6x_gdbarch_init): Don't register deleted functions with
11150 gdbarch.
11151
d31f262c
AB
111522019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11153
11154 * sparc-tdep.c (sparc_unwind_pc): Delete.
11155 (sparc32_gdbarch_init): Don't register deleted function with
11156 gdbarch.
11157
6d14d64d
AB
111582019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11159
11160 * sh-tdep.c (sh_unwind_sp): Delete.
11161 (sh_unwind_pc): Delete.
11162 (sh_dummy_id): Delete.
11163 (sh_gdbarch_init): Don't register deleted functions with
11164 gdbarch.
11165
a40dde9d
AB
111662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11167
11168 * score-tdep.c (score_unwind_sp): Delete.
11169 (score_unwind_pc): Delete.
11170 (score_dummy_id): Delete.
11171 (score_gdbarch_init): Don't register deleted functions with
11172 gdbarch.
11173
47c47d69
AB
111742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11175
11176 * rx-tdep.c (rx_unwind_pc): Delete.
11177 (rx_unwind_sp): Delete.
11178 (rx_dummy_id): Delete.
11179 (rx_gdbarch_init): Don't register deleted functions with
11180 gdbarch. Update comment.
11181
833a4480
AB
111822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11183
11184 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
11185 (rs6000_dummy_id): Delete.
11186 (rs6000_gdbarch_init): Don't register deleted functions with
11187 gdbarch.
11188
3f2cef49
AB
111892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11190
11191 * or1k-tdep.c (or1k_dummy_id): Delete.
11192 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
11193
96acf884
AB
111942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11195
11196 * nios2-tdep.c (nios2_dummy_id): Delete.
11197 (nios2_unwind_sp): Delete.
11198 (nios2_gdbarch_init): Don't register deleted functions with
11199 gdbarch.
11200
ca0ab0aa
AB
112012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11202
11203 * nds32-tdep.c (nds32_dummy_id): Delete.
11204 (nds32_unwind_pc): Delete.
11205 (nds32_unwind_sp): Delete.
11206 (nds32_gdbarch_init): Don't register deleted functions with
11207 gdbarch.
11208
c8259044
AB
112092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11210
11211 * msp430-tdep.c (msp430_unwind_pc): Delete.
11212 (msp430_unwind_sp): Delete.
11213 (msp430_dummy_id): Delete.
11214 (msp430_gdbarch_init): Don't register deleted functions with
11215 gdbarch.
11216
27f113c8
AB
112172019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11218
11219 * moxie-tdep.c (moxie_unwind_sp): Delete.
11220 (moxie_unwind_pc): Delete.
11221 (moxie_dummy_id): Delete.
11222 (moxie_gdbarch_init): Don't register deleted functions with
11223 gdbarch.
11224
aee6c3cd
AB
112252019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11226
11227 * mn10300-tdep.c (mn10300_dummy_id): Delete.
11228 (mn10300_unwind_pc): Delete.
11229 (mn10300_unwind_sp): Delete.
11230 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
11231 mn10300_unwind_sp.
11232 (mn10300_frame_unwind_init): Don't register deleted functions with
11233 gdbarch.
11234
8e2b5aea
AB
112352019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11236
11237 * mep-tdep.c (mep_unwind_pc): Delete.
11238 (mep_unwind_sp): Delete.
11239 (mep_dummy_id): Delete.
11240 (mep_gdbarch_init): Don't register deleted functions with
11241 gdbarch.
11242
43cf3ede
AB
112432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11244
11245 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
11246 (m68hc11_unwind_sp): Delete.
11247 (m68hc11_gdbarch_init): Don't register deleted functions with
11248 gdbarch.
11249
5e79b7bb
AB
112502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11251
11252 * m32r-tdep.c (m32r_unwind_sp): Delete.
11253 (m32r_unwind_pc): Delete.
11254 (m32r_dummy_id): Delete.
11255 (m32r_gdbarch_init): Don't register deleted functions with
11256 gdbarch.
11257
89b268d8
AB
112582019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11259
11260 * m32c-tdep.c (m32c_unwind_pc): Delete.
11261 (m32c_unwind_sp): Delete.
11262 (m32c_dummy_id): Delete.
11263 (m32c_gdbarch_init): Don't register deleted functions with
11264 gdbarch.
11265
946c28d2
AB
112662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11267
11268 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
11269 (lm32_unwind_pc): Delete.
11270 (lm32_dummy_id): Delete.
11271 (lm32_gdbarch_init): Don't register deleted functions with
11272 gdbarch.
11273
bf12844a
AB
112742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11275
11276 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
11277 (iq2000_unwind_pc): Delete.
11278 (iq2000_dummy_id): Delete.
11279 (iq2000_gdbarch_init): Don't register deleted functions with
11280 gdbarch.
11281
ecbc06d2
AB
112822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11283
11284 * nds32-tdep.c (nds32_type_align): Delete.
11285 (nds32_push_dummy_call): Use type_align instead.
11286
030197b4
AB
112872019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11288
11289 * arm-tdep.c (arm_type_align): Only handle vector override case.
11290 (arm_push_dummy_call): Use type_align.
11291 (arm_gdbarch_init): Register arm_type_align gdbarch function.
11292
b907456c
AB
112932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11294
11295 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
11296 case.
11297 (pass_on_stack): Use type_align.
11298 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
11299 function.
11300
9e97ba43
TT
113012019-04-23 Tom Tromey <tromey@adacore.com>
11302
11303 * dwarf2read.c (line_header::file_name_at): Remove unused
11304 overload.
11305
6892f601
TV
113062019-04-23 Tom de Vries <tdevries@suse.de>
11307
11308 PR gdb/24438
11309 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
11310 invocation.
11311
336d760d
AT
11312
113132019-03-27 Ali Tamur <tamur@google.com>
11314
11315 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
11316 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
11317 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
11318 (dwarf_expr_context::get_addr_index): Likewise
11319 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
11320 (symbol_needs_eval_context::get_addr_index): Likewise
11321 (disassemble_dwarf_expression): Add DW_OP_addrx
11322 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
11323 (read_cutu_die_from_dwo): Update comment
11324 (skip_one_die): Add DW_FORM_addrx
11325 (read_attribute_value): Likewise
11326 (var_decode_location): Add DW_OP_addrx
11327 (dwarf2_const_value_attr): Add DW_FORM_addrx
11328 (dump_die_shallow): Likewise
11329 (dwarf2_fetch_constant_bytes): Likewise
11330 (decode_locdesc): Add DW_OP_addrx
11331 (skip_form_bytes): Add DW_FORM_addrx
11332
ad9d13f8
AT
113332019-04-22 Ali Tamur <tamur@google.com>
11334
11335 * MAINTAINERS (Write After Approval): Add self.
11336
d70cc3ba
SM
113372019-04-22 Simon Marchi <simon.marchi@efficios.com>
11338
11339 * solib-svr4.c (get_svr4_info): Add pspace parameter.
11340 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
11341 (open_symbol_file_object): Likewise.
11342 (svr4_default_sos): Add info parameter.
11343 (svr4_read_so_list): Likewise.
11344 (svr4_current_sos_direct): Adjust functions calls to pass down
11345 info.
11346 (svr4_current_sos_1): Add info parameter.
11347 (svr4_current_sos): Call get_svr4_info, pass info down to
11348 svr4_current_sos_1.
11349 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
11350 get_svr4_info.
11351 (svr4_in_dynsym_resolve_code): Pass current_program_space to
11352 get_svr4_info.
11353 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
11354 to get_svr4_info.
11355 (probes_table_remove_objfile_probes): Likewise.
11356 (register_solib_event_probe): Add info parameter.
11357 (solist_update_incremental): Pass info parameter down to
11358 svr4_read_so_list.
11359 (disable_probes_interface): Add info parameter.
11360 (svr4_handle_solib_event): Pass current_program_space to
11361 get_svr4_info. Adjust disable_probes_interface cleanup.
11362 (svr4_create_probe_breakpoints): Add info parameter, pass it
11363 down to register_solib_event_probe.
11364 (svr4_create_solib_event_breakpoints): Add info parameter,
11365 pass it down to svr4_create_probe_breakpoints.
11366 (enable_break): Pass info down to
11367 svr4_create_solib_event_breakpoints.
11368 (svr4_solib_create_inferior_hook): Pass current_program_space to
11369 get_svr4_info.
11370 (svr4_clear_solib): Likewise.
11371
7905fc35
PA
113722019-04-22 Pedro Alves <palves@redhat.com>
11373
11374 * solib-svr4.c (svr4_free_objfile_observer): New.
11375 (probe_and_action::objfile): New field.
11376 (probes_table_htab_remove_objfile_probes)
11377 (probes_table_remove_objfile_probes): New functions.
11378 (register_solib_event_probe): Add 'objfile' parameter. Store it
11379 in the new probe_and_action. Don't store the probe in 'lookup'.
11380 (svr4_create_probe_breakpoints): Pass objfile to
11381 register_solib_event_probe.
11382 (_initialize_svr4_solib): Register a free_objfile observer.
11383
fb881986
TT
113842019-04-19 Tom Tromey <tom@tromey.com>
11385
11386 * common/queue.h: Remove.
11387
8732db6c
TT
113882019-04-19 Tom Tromey <tom@tromey.com>
11389
11390 * event-loop.c: Don't include "common/queue.h".
11391
97dfbadd
TT
113922019-04-19 Tom Tromey <tom@tromey.com>
11393
11394 * remote.c (remote_target): Use delete.
11395 * remote-notif.h: Include <list>, not "common/queue.h".
11396 (notif_client_p): Remove typedef.
11397 (remote_notif_state): Add constructor, destructor, initializer.
11398 <notif_queue>: Now a std::list.
11399 (remote_notif_state_xfree): Don't declare.
11400 * remote-notif.c (remote_notif_process, handle_notification)
11401 (remote_notif_state_allocate): Update.
11402 (~remote_notif_state): Rename from remote_notif_state_xfree.
11403
cf250e36
TT
114042019-04-19 Tom Tromey <tom@tromey.com>
11405
11406 * symfile.c (reread_symbols): Update.
11407 * objfiles.c (objfile_register_static_link)
11408 (objfile_lookup_static_link): Update
11409 (~objfile) Don't delete static_links.
11410 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
11411
61f4b350
TT
114122019-04-19 Tom Tromey <tom@tromey.com>
11413
11414 * type-stack.h (struct type_stack) <insert>: Constify string.
11415 * type-stack.c (type_stack::insert): Constify string.
11416 * gdbtypes.h (lookup_template_type): Update.
11417 (address_space_name_to_int): Update.
11418 * gdbtypes.c (address_space_name_to_int): Make space_identifier
11419 const.
11420 (lookup_template_type): Make name const.
11421 * c-exp.y: Update rules.
11422 (lex_one_token, classify_name, classify_inner_name)
11423 (c_print_token): Update.
11424 * p-exp.y: Update rules.
11425 (yylex): Update.
11426 * f-exp.y: Update rules.
11427 (yylex): Update.
11428 * d-exp.y: Update rules.
11429 (lex_one_token, classify_name, classify_inner_name): Update.
11430 * parse.c (write_dollar_variable, copy_name): Return std::string.
11431 * parser-defs.h (copy_name): Change return type.
11432 * m2-exp.y: Update rules.
11433 (yylex): Update.
11434 * go-exp.y (lex_one_token): Update.
11435 Update rules.
11436 (classify_unsafe_function, classify_packaged_name)
11437 (classify_name, yylex): Update.
11438
189b8c2e
ST
114392019-04-19 Sergei Trofimovich <siarheit@google.com>
11440
11441 * configure.ac: add --enable-source-highlight switch.
11442 * configure: Regenerate.
11443 * top.c (print_gdb_version): plumb --enable-source-highlight
11444 status to "show configuration".
11445
8ecb59f8
TT
114462019-04-19 Tom Tromey <tromey@adacore.com>
11447
11448 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
11449 Check ADA_TYPE_P.
11450 (empty_record, ada_template_to_fixed_record_type_1)
11451 (template_to_static_fixed_type)
11452 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
11453 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
11454 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
11455 macros.
11456
62160ec9
TT
114572019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
11458
11459 PR symtab/24423:
11460 * source.c (print_source_lines_base): Advance "iter" when a
11461 control character is seen.
11462
f2ae8bc8
PW
114632019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11464
11465 * inferior.h (struct infcall_suspend_state_deleter):
11466 Catch exception in destructor to avoid crash.
11467
d563b953
PW
114682019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11469
11470 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
11471 close to the add_com "shell".
11472
dc34c897
TT
114732019-04-18 Tom Tromey <tromey@adacore.com>
11474
11475 * process-stratum-target.h (class process_stratum_target)
11476 <stratum>: Add "final".
11477
a12e5744
TT
114782019-04-17 Tom Tromey <tromey@adacore.com>
11479
11480 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
11481 against nullptr before use.
11482
a7e559cc
AH
114832019-04-17 Alan Hayward <alan.hayward@arm.com>
11484
11485 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
11486
c01660c6
AB
114872019-04-17 Jim Wilson <jimw@sifive.com>
11488 Andrew Burgess <andrew.burgess@embecosm.com>
11489
11490 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
11491 code read might fail, assume 4-byte breakpoint in that case.
11492
4aa866af
LS
114932019-04-15 Leszek Swirski <leszeks@google.com>
11494
11495 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
11496 rather than a hand-rolled POD check when checking for forced MEMORY
11497 classification.
11498
48574d91
AH
114992019-04-15 Alan Hayward <alan.hayward@arm.com>
11500
11501 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
11502 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
11503 function.
11504 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
11505 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
11506 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
11507 declaration.
11508
4da037ef
AH
115092019-04-15 Alan Hayward <alan.hayward@arm.com>
11510
11511 * aarch64-linux-nat.c
11512 (aarch64_linux_nat_target::thread_architecture): Add override.
11513 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
11514 each VQ.
11515
ccb8d7e8
AH
115162019-04-15 Alan Hayward <alan.hayward@arm.com>
11517
11518 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
11519
35add35e
AB
115202019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
11521
11522 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
11523 target types of size 96-bits, add some additional comments, and
11524 check that the builtin type we found was the correct size.
11525
51196bbc
EZ
115262019-04-12 Eli Zaretskii <eliz@gnu.org>
11527
11528 * utils.c (prompt_for_continue): Don't restore the styling at the
11529 end, as applied_style has the wrong value. This fixes styling in
11530 long lists of file names that are interrupted by the "Continue?"
11531 prompt.
11532
62253a61
AB
115332019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11534
11535 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11536 * c-lang.c (c_language_defn): Likewise.
11537 (cplus_language_defn): Likewise.
11538 (asm_language_defn): Likewise.
11539 (minimal_language_defn): Likewise.
11540 * d-lang.c (d_language_defn): Likewise.
11541 * f-lang.c (f_language_defn): Likewise.
11542 * go-lang.c (go_language_defn): Likewise.
11543 * language.c (unknown_language_defn): Likewise.
11544 (auto_language_defn): Likewise.
11545 * language.h (struct language_defn): Remove la_magic field.
11546 (LANG_MAGIC): Delete.
11547 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11548 * objc-lang.c (objc_language_defn): Likewise.
11549 * opencl-lang.c (opencl_language_defn): Likewise.
11550 * p-lang.c (pascal_language_defn): Likewise.
11551 * rust-lang.c (rust_language_defn): Likewise.
11552
a9158a86
AB
115532019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11554
11555 * riscv-tdep.c (riscv_type_align): New function.
11556 (riscv_type_alignment): Delete.
11557 (riscv_arg_location): Use 'type_align'.
11558 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11559
41077b66
AB
115602019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11561
11562 * gdbtypes.c (type_align): A struct with no non-static fields also
11563 has alignment of 1.
11564
9f0272f8
AB
115652019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11566
11567 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11568 component to 0.
11569 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11570 member.
11571 (riscv_struct_info::analyse): New implementation using new
11572 analyse_inner member function.
11573 (riscv_struct_info::field_offset): New member function.
11574 (riscv_struct_info::m_offsets): New member variable.
11575 (riscv_struct_info::analyse_inner): New private member function,
11576 takes the old implementation of riscv_struct_info::analyse but
11577 extended to track field offsets.
11578 (riscv_call_arg_struct): Update the struct folding special cases
11579 to handle cases where empty C++ structs, which are non-zero
11580 length, are found.
11581 (riscv_arg_location): Initialise the length of each location, a
11582 non-zero length now indicates the location is in use.
11583 (riscv_push_dummy_call): Allow for the first location having a
11584 non-zero offset when setting up arguments.
11585 (riscv_return_value): Likewise, but for return values.
11586
02cf60c7
TT
115872019-04-11 Tom Tromey <tromey@adacore.com>
11588
11589 * utils.c (internal_vproblem): Make "msg" const.
11590
68811f8f
AH
115912019-04-11 Alan Hayward <alan.hayward@arm.com>
11592
11593 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11594 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11595 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11596 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11597
3f52fdbc
KB
115982019-04-10 Kevin Buettner <kevinb@redhat.com>
11599
11600 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11601 function.
11602 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11603 of amd64_collect_native_gregset.
11604 (amd64_linux_nat_target::store_registers): Likewise.
11605
e9ad22ee
TT
116062019-04-10 Tom Tromey <tom@tromey.com>
11607
11608 * symtab.c (lookup_global_symbol_from_objfile)
11609 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11610 * objfiles.h (class separate_debug_iterator): New.
11611 (class separate_debug_range): New.
11612 (struct objfile) <separate_debug_objfiles>: New method.
11613 (objfile_separate_debug_iterate): Don't declare.
11614 * objfiles.c (separate_debug_iterator::operator++): Rename from
11615 objfile_separate_debug_iterate.
11616 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11617 iterator.
11618 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11619 iterator.
11620
ee371134
TT
116212019-04-10 Tom Tromey <tom@tromey.com>
11622
11623 * symfile.c (reread_symbols): Remove old comment.
11624 * objfiles.c (free_all_objfiles): Fix a typo.
11625
bf227d61
TT
116262019-04-10 Tom Tromey <tom@tromey.com>
11627
11628 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11629 * minsyms.c (lookup_minimal_symbol): Use foreach.
11630 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11631 (lookup_minimal_symbol_solib_trampoline): Likewise.
11632 * symfile.c (reread_symbols): Use foreach.
11633
8dc433a0
TT
116342019-04-09 Ivan Begert <ivanbegert@gmail.com>
11635 Tom Tromey <tromey@adacore.com>
11636
11637 PR rust/24414:
11638 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11639 (rust_lex_int_test): Change "value" to be LONGEST.
11640 (rust_lex_tests): Add test for long integer literal.
11641
9ab8741a
TT
116422019-04-09 Tom Tromey <tromey@adacore.com>
11643
11644 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11645 to bool.
11646 (extended_remote_target::attach): Update.
11647 (remote_target::remote_notice_new_inferior): Update.
11648 (remote_target::add_current_inferior_and_thread): Update.
11649 * inferior.c (exit_inferior_1): Use "false".
11650 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11651
e242fd12
SM
116522019-04-09 Simon Marchi <simon.marchi@efficios.com>
11653
9ca1957f 11654 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
11655 the "start" command.
11656
2b0c8b01
KB
116572019-04-08 Kevin Buettner <kevinb@redhat.com>
11658
11659 * python/py-inferior.c (infpy_thread_from_thread_handle):
11660 Adjust comments to reflect renaming of thread_from_thread_handle
11661 to thread_from_handle. Adjust keywords. Fix type error message.
11662 (inferior_object_methods): Add thread_from_handle. Retain
11663 thread_from_thread_handle, but mark it as deprecated.
11664
50a82723
KB
116652019-04-08 Kevin Buettner <kevinb@redhat.com>
11666
11667 * gdbthread.h (find_thread_by_handle): Revise declaration.
11668 * thread.c (find_thread_by_handle): Likewise. Adjust
11669 implementation too.
11670 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11671 support for buffer objects as handles.
11672
cf63b016
KB
116732019-04-08 Kevin Buettner <kevinb@redhat.com>
11674
11675 * python/py-infthread.c (thpy_thread_handle): New function.
11676 (thread_object_methods): Register thpy_thread_handle.
11677
3d6c6204
KB
116782019-04-08 Kevin Buettner <kevinb@redhat.com>
11679
11680 * gdbthread.h (thread_to_thread_handle): Declare.
11681 * thread.c (gdbtypes.h): Include.
11682 (thread_to_thread_handle): New function.
11683
11684 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11685 (target_thread_info_to_thread_handle): Declare.
11686 * target.c (target_thread_info_to_thread_handle): New function.
11687 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11688 * target-delegates.c: Regenerate.
11689
11690 * linux-thread-db.c (class thread_db_target): Add method
11691 thread_info_to_thread_handle.
11692 (thread_db_target::thread_info_to_thread_handle): Define.
11693 * remote.c (class remote_target): Add new method
11694 thread_info_to_thread_handle.
11695 (remote_target::thread_info_to_thread_handle): Define.
11696
56be6ea8
PA
116972019-04-08 Pedro Alves <palves@redhat.com>
11698
11699 * common/common-exceptions.c (throw_exception): Don't create
11700 named object to throw; throw directly.
11701 (throw_it): Likewise. Don't initialize gdb_exception::message
11702 here, with new; pass FMT and AP to the ctor instead.
11703 * common/common-exceptions.h: Include <string>.
11704 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11705 const char *, va_list)): New ctor. Use std::make_shared.
11706 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11707 errors)): Delete.
11708 (gdb_exception_error::gdb_exception_error(enum errors, const char
11709 *, va_list)): New.
11710 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11711 Add assertion.
11712 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11713 errors)): Delete.
11714 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11715 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11716 Add assertion.
11717
eedc3f4f
TT
117182019-04-08 Tom Tromey <tom@tromey.com>
11719
11720 * valops.c (value_rtti_indirect_type): Replace throw_exception
11721 with throw.
11722 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11723 with throw.
11724 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11725 throw.
11726 * target.c (target_translate_tls_address): Replace throw_exception
11727 with throw.
11728 * stack.c (frame_apply_command_count): Replace throw_exception
11729 with throw.
11730 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11731 throw.
11732 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11733 with throw.
11734 * rs6000-tdep.c (rs6000_frame_cache)
11735 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11736 * remote.c: Replace throw_exception with throw.
11737 * record-full.c (record_full_message, record_full_wait_1)
11738 (record_full_restore): Replace throw_exception with throw.
11739 * record-btrace.c:
11740 (get_thread_current_frame_id, record_btrace_start_replaying)
11741 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11742 (cmd_record_btrace_start): Replace throw_exception with throw.
11743 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11744 throw.
11745 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11746 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11747 * linespec.c:
11748 (find_linespec_symbols): Replace throw_exception with throw.
11749 * infrun.c (displaced_step_prepare, resume): Replace
11750 throw_exception with throw.
11751 * infcmd.c (post_create_inferior): Replace throw_exception with
11752 throw.
11753 * inf-loop.c (inferior_event_handler): Replace throw_exception
11754 with throw.
11755 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11756 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11757 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11758 (get_prev_frame_always, get_frame_pc_if_available)
11759 (get_frame_address_in_block_if_available, get_frame_language):
11760 Replace throw_exception with throw.
11761 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11762 throw_exception with throw.
11763 * eval.c (fetch_subexp_value, evaluate_var_value)
11764 (evaluate_funcall, evaluate_subexp_standard): Replace
11765 throw_exception with throw.
11766 * dwarf2loc.c (call_site_find_chain)
11767 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11768 Replace throw_exception with throw.
11769 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11770 with throw.
11771 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11772 throw.
11773 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11774 * completer.c (complete_line_internal): Replace throw_exception
11775 with throw.
11776 * compile/compile-object-run.c (compile_object_run): Replace
11777 throw_exception with throw.
11778 * cli/cli-script.c (process_next_line): Replace throw_exception
11779 with throw.
11780 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11781 (btrace_enable, btrace_maint_update_pt_packets): Replace
11782 throw_exception with throw.
11783 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11784 throw_exception with throw.
11785 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11786 throw_exception with throw.
11787 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11788 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11789 * aarch64-tdep.c (aarch64_make_prologue_cache)
11790 (aarch64_make_stub_cache): Replace throw_exception with throw.
11791
26003a20
TT
117922019-04-08 Tom Tromey <tom@tromey.com>
11793
11794 * common/common-exceptions.c (throw_exception): Rename from
11795 throw_exception_cxx. Remove old copy. Make argument const.
11796 (throw_it): Create and throw exception objects directly.
11797 * common/common-exceptions.h (throw_exception): Make argument
11798 const.
11799 (struct gdb_exception_error): Add constructor.
11800 (struct gdb_exception_quit): Add constructor.
11801
d272eb37
TT
118022019-04-08 Tom Tromey <tom@tromey.com>
11803
11804 * common/common-exceptions.h (exception_rethrow): Don't declare.
11805 (TRY_SJLJ): Update comment.
11806 (TRY, CATCH, END_CATCH): Remove.
11807 * common/common-exceptions.c (exception_rethrow): Remove.
11808
230d2906
TT
118092019-04-08 Tom Tromey <tom@tromey.com>
11810
11811 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11812 Remove.
11813 (gdb_exception_error): Rename from
11814 gdb_exception_RETURN_MASK_ERROR.
11815 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11816 (gdb_quit_bad_alloc): Update.
11817 * aarch64-tdep.c: Update.
11818 * ada-lang.c: Update.
11819 * ada-typeprint.c: Update.
11820 * ada-valprint.c: Update.
11821 * amd64-tdep.c: Update.
11822 * arch-utils.c: Update.
11823 * break-catch-throw.c: Update.
11824 * breakpoint.c: Update.
11825 * btrace.c: Update.
11826 * c-varobj.c: Update.
11827 * cli/cli-cmds.c: Update.
11828 * cli/cli-interp.c: Update.
11829 * cli/cli-script.c: Update.
11830 * common/common-exceptions.c: Update.
11831 * common/new-op.c: Update.
11832 * common/selftest.c: Update.
11833 * compile/compile-c-symbols.c: Update.
11834 * compile/compile-cplus-symbols.c: Update.
11835 * compile/compile-object-load.c: Update.
11836 * compile/compile-object-run.c: Update.
11837 * completer.c: Update.
11838 * corelow.c: Update.
11839 * cp-abi.c: Update.
11840 * cp-support.c: Update.
11841 * cp-valprint.c: Update.
11842 * darwin-nat.c: Update.
11843 * disasm-selftests.c: Update.
11844 * dtrace-probe.c: Update.
11845 * dwarf-index-cache.c: Update.
11846 * dwarf-index-write.c: Update.
11847 * dwarf2-frame-tailcall.c: Update.
11848 * dwarf2-frame.c: Update.
11849 * dwarf2loc.c: Update.
11850 * dwarf2read.c: Update.
11851 * eval.c: Update.
11852 * event-loop.c: Update.
11853 * event-top.c: Update.
11854 * exec.c: Update.
11855 * f-valprint.c: Update.
11856 * fbsd-tdep.c: Update.
11857 * frame-unwind.c: Update.
11858 * frame.c: Update.
11859 * gdbtypes.c: Update.
11860 * gnu-v3-abi.c: Update.
11861 * guile/guile-internal.h: Update.
11862 * guile/scm-block.c: Update.
11863 * guile/scm-breakpoint.c: Update.
11864 * guile/scm-cmd.c: Update.
11865 * guile/scm-disasm.c: Update.
11866 * guile/scm-frame.c: Update.
11867 * guile/scm-lazy-string.c: Update.
11868 * guile/scm-math.c: Update.
11869 * guile/scm-param.c: Update.
11870 * guile/scm-ports.c: Update.
11871 * guile/scm-pretty-print.c: Update.
11872 * guile/scm-symbol.c: Update.
11873 * guile/scm-symtab.c: Update.
11874 * guile/scm-type.c: Update.
11875 * guile/scm-value.c: Update.
11876 * i386-linux-tdep.c: Update.
11877 * i386-tdep.c: Update.
11878 * inf-loop.c: Update.
11879 * infcall.c: Update.
11880 * infcmd.c: Update.
11881 * infrun.c: Update.
11882 * jit.c: Update.
11883 * language.c: Update.
11884 * linespec.c: Update.
11885 * linux-fork.c: Update.
11886 * linux-nat.c: Update.
11887 * linux-tdep.c: Update.
11888 * linux-thread-db.c: Update.
11889 * main.c: Update.
11890 * mi/mi-cmd-break.c: Update.
11891 * mi/mi-cmd-stack.c: Update.
11892 * mi/mi-interp.c: Update.
11893 * mi/mi-main.c: Update.
11894 * objc-lang.c: Update.
11895 * p-valprint.c: Update.
11896 * parse.c: Update.
11897 * ppc-linux-tdep.c: Update.
11898 * printcmd.c: Update.
11899 * python/py-arch.c: Update.
11900 * python/py-breakpoint.c: Update.
11901 * python/py-cmd.c: Update.
11902 * python/py-finishbreakpoint.c: Update.
11903 * python/py-frame.c: Update.
11904 * python/py-framefilter.c: Update.
11905 * python/py-gdb-readline.c: Update.
11906 * python/py-inferior.c: Update.
11907 * python/py-infthread.c: Update.
11908 * python/py-lazy-string.c: Update.
11909 * python/py-linetable.c: Update.
11910 * python/py-objfile.c: Update.
11911 * python/py-param.c: Update.
11912 * python/py-prettyprint.c: Update.
11913 * python/py-progspace.c: Update.
11914 * python/py-record-btrace.c: Update.
11915 * python/py-record.c: Update.
11916 * python/py-symbol.c: Update.
11917 * python/py-type.c: Update.
11918 * python/py-unwind.c: Update.
11919 * python/py-utils.c: Update.
11920 * python/py-value.c: Update.
11921 * python/python.c: Update.
11922 * record-btrace.c: Update.
11923 * record-full.c: Update.
11924 * remote-fileio.c: Update.
11925 * remote.c: Update.
11926 * riscv-tdep.c: Update.
11927 * rs6000-aix-tdep.c: Update.
11928 * rs6000-tdep.c: Update.
11929 * rust-exp.y: Update.
11930 * rust-lang.c: Update.
11931 * s390-tdep.c: Update.
11932 * selftest-arch.c: Update.
11933 * solib-dsbt.c: Update.
11934 * solib-frv.c: Update.
11935 * solib-spu.c: Update.
11936 * solib-svr4.c: Update.
11937 * solib.c: Update.
11938 * sparc64-linux-tdep.c: Update.
11939 * stack.c: Update.
11940 * symfile-mem.c: Update.
11941 * symmisc.c: Update.
11942 * target.c: Update.
11943 * thread.c: Update.
11944 * top.c: Update.
11945 * tracefile-tfile.c: Update.
11946 * tui/tui.c: Update.
11947 * typeprint.c: Update.
11948 * unittests/cli-utils-selftests.c: Update.
11949 * unittests/parse-connection-spec-selftests.c: Update.
11950 * valops.c: Update.
11951 * valprint.c: Update.
11952 * value.c: Update.
11953 * varobj.c: Update.
11954 * windows-nat.c: Update.
11955 * x86-linux-nat.c: Update.
11956 * xml-support.c: Update.
11957
a70b8144
TT
119582019-04-08 Tom Tromey <tom@tromey.com>
11959
11960 * xml-support.c: Use C++ exception handling.
11961 * x86-linux-nat.c: Use C++ exception handling.
11962 * windows-nat.c: Use C++ exception handling.
11963 * varobj.c: Use C++ exception handling.
11964 * value.c: Use C++ exception handling.
11965 * valprint.c: Use C++ exception handling.
11966 * valops.c: Use C++ exception handling.
11967 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11968 handling.
11969 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11970 * typeprint.c: Use C++ exception handling.
11971 * tui/tui.c: Use C++ exception handling.
11972 * tracefile-tfile.c: Use C++ exception handling.
11973 * top.c: Use C++ exception handling.
11974 * thread.c: Use C++ exception handling.
11975 * target.c: Use C++ exception handling.
11976 * symmisc.c: Use C++ exception handling.
11977 * symfile-mem.c: Use C++ exception handling.
11978 * stack.c: Use C++ exception handling.
11979 * sparc64-linux-tdep.c: Use C++ exception handling.
11980 * solib.c: Use C++ exception handling.
11981 * solib-svr4.c: Use C++ exception handling.
11982 * solib-spu.c: Use C++ exception handling.
11983 * solib-frv.c: Use C++ exception handling.
11984 * solib-dsbt.c: Use C++ exception handling.
11985 * selftest-arch.c: Use C++ exception handling.
11986 * s390-tdep.c: Use C++ exception handling.
11987 * rust-lang.c: Use C++ exception handling.
11988 * rust-exp.y: Use C++ exception handling.
11989 * rs6000-tdep.c: Use C++ exception handling.
11990 * rs6000-aix-tdep.c: Use C++ exception handling.
11991 * riscv-tdep.c: Use C++ exception handling.
11992 * remote.c: Use C++ exception handling.
11993 * remote-fileio.c: Use C++ exception handling.
11994 * record-full.c: Use C++ exception handling.
11995 * record-btrace.c: Use C++ exception handling.
11996 * python/python.c: Use C++ exception handling.
11997 * python/py-value.c: Use C++ exception handling.
11998 * python/py-utils.c: Use C++ exception handling.
11999 * python/py-unwind.c: Use C++ exception handling.
12000 * python/py-type.c: Use C++ exception handling.
12001 * python/py-symbol.c: Use C++ exception handling.
12002 * python/py-record.c: Use C++ exception handling.
12003 * python/py-record-btrace.c: Use C++ exception handling.
12004 * python/py-progspace.c: Use C++ exception handling.
12005 * python/py-prettyprint.c: Use C++ exception handling.
12006 * python/py-param.c: Use C++ exception handling.
12007 * python/py-objfile.c: Use C++ exception handling.
12008 * python/py-linetable.c: Use C++ exception handling.
12009 * python/py-lazy-string.c: Use C++ exception handling.
12010 * python/py-infthread.c: Use C++ exception handling.
12011 * python/py-inferior.c: Use C++ exception handling.
12012 * python/py-gdb-readline.c: Use C++ exception handling.
12013 * python/py-framefilter.c: Use C++ exception handling.
12014 * python/py-frame.c: Use C++ exception handling.
12015 * python/py-finishbreakpoint.c: Use C++ exception handling.
12016 * python/py-cmd.c: Use C++ exception handling.
12017 * python/py-breakpoint.c: Use C++ exception handling.
12018 * python/py-arch.c: Use C++ exception handling.
12019 * printcmd.c: Use C++ exception handling.
12020 * ppc-linux-tdep.c: Use C++ exception handling.
12021 * parse.c: Use C++ exception handling.
12022 * p-valprint.c: Use C++ exception handling.
12023 * objc-lang.c: Use C++ exception handling.
12024 * mi/mi-main.c: Use C++ exception handling.
12025 * mi/mi-interp.c: Use C++ exception handling.
12026 * mi/mi-cmd-stack.c: Use C++ exception handling.
12027 * mi/mi-cmd-break.c: Use C++ exception handling.
12028 * main.c: Use C++ exception handling.
12029 * linux-thread-db.c: Use C++ exception handling.
12030 * linux-tdep.c: Use C++ exception handling.
12031 * linux-nat.c: Use C++ exception handling.
12032 * linux-fork.c: Use C++ exception handling.
12033 * linespec.c: Use C++ exception handling.
12034 * language.c: Use C++ exception handling.
12035 * jit.c: Use C++ exception handling.
12036 * infrun.c: Use C++ exception handling.
12037 * infcmd.c: Use C++ exception handling.
12038 * infcall.c: Use C++ exception handling.
12039 * inf-loop.c: Use C++ exception handling.
12040 * i386-tdep.c: Use C++ exception handling.
12041 * i386-linux-tdep.c: Use C++ exception handling.
12042 * guile/scm-value.c: Use C++ exception handling.
12043 * guile/scm-type.c: Use C++ exception handling.
12044 * guile/scm-symtab.c: Use C++ exception handling.
12045 * guile/scm-symbol.c: Use C++ exception handling.
12046 * guile/scm-pretty-print.c: Use C++ exception handling.
12047 * guile/scm-ports.c: Use C++ exception handling.
12048 * guile/scm-param.c: Use C++ exception handling.
12049 * guile/scm-math.c: Use C++ exception handling.
12050 * guile/scm-lazy-string.c: Use C++ exception handling.
12051 * guile/scm-frame.c: Use C++ exception handling.
12052 * guile/scm-disasm.c: Use C++ exception handling.
12053 * guile/scm-cmd.c: Use C++ exception handling.
12054 * guile/scm-breakpoint.c: Use C++ exception handling.
12055 * guile/scm-block.c: Use C++ exception handling.
12056 * guile/guile-internal.h: Use C++ exception handling.
12057 * gnu-v3-abi.c: Use C++ exception handling.
12058 * gdbtypes.c: Use C++ exception handling.
12059 * frame.c: Use C++ exception handling.
12060 * frame-unwind.c: Use C++ exception handling.
12061 * fbsd-tdep.c: Use C++ exception handling.
12062 * f-valprint.c: Use C++ exception handling.
12063 * exec.c: Use C++ exception handling.
12064 * event-top.c: Use C++ exception handling.
12065 * event-loop.c: Use C++ exception handling.
12066 * eval.c: Use C++ exception handling.
12067 * dwarf2read.c: Use C++ exception handling.
12068 * dwarf2loc.c: Use C++ exception handling.
12069 * dwarf2-frame.c: Use C++ exception handling.
12070 * dwarf2-frame-tailcall.c: Use C++ exception handling.
12071 * dwarf-index-write.c: Use C++ exception handling.
12072 * dwarf-index-cache.c: Use C++ exception handling.
12073 * dtrace-probe.c: Use C++ exception handling.
12074 * disasm-selftests.c: Use C++ exception handling.
12075 * darwin-nat.c: Use C++ exception handling.
12076 * cp-valprint.c: Use C++ exception handling.
12077 * cp-support.c: Use C++ exception handling.
12078 * cp-abi.c: Use C++ exception handling.
12079 * corelow.c: Use C++ exception handling.
12080 * completer.c: Use C++ exception handling.
12081 * compile/compile-object-run.c: Use C++ exception handling.
12082 * compile/compile-object-load.c: Use C++ exception handling.
12083 * compile/compile-cplus-symbols.c: Use C++ exception handling.
12084 * compile/compile-c-symbols.c: Use C++ exception handling.
12085 * common/selftest.c: Use C++ exception handling.
12086 * common/new-op.c: Use C++ exception handling.
12087 * cli/cli-script.c: Use C++ exception handling.
12088 * cli/cli-interp.c: Use C++ exception handling.
12089 * cli/cli-cmds.c: Use C++ exception handling.
12090 * c-varobj.c: Use C++ exception handling.
12091 * btrace.c: Use C++ exception handling.
12092 * breakpoint.c: Use C++ exception handling.
12093 * break-catch-throw.c: Use C++ exception handling.
12094 * arch-utils.c: Use C++ exception handling.
12095 * amd64-tdep.c: Use C++ exception handling.
12096 * ada-valprint.c: Use C++ exception handling.
12097 * ada-typeprint.c: Use C++ exception handling.
12098 * ada-lang.c: Use C++ exception handling.
12099 * aarch64-tdep.c: Use C++ exception handling.
12100
3d6e9d23
TT
121012019-04-08 Tom Tromey <tom@tromey.com>
12102
12103 * xml-support.c (gdb_xml_parser::parse): Update.
12104 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12105 * value.c (show_convenience): Update.
12106 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
12107 (test_parse_flags_qcs): Update.
12108 * thread.c (thr_try_catch_cmd): Update.
12109 * target.c (target_translate_tls_address): Update.
12110 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
12111 (info_frame_command_core, frame_apply_command_count): Update.
12112 * rust-exp.y (rust_lex_exception_test): Update.
12113 * riscv-tdep.c (riscv_print_one_register_info): Update.
12114 * remote.c (remote_target::enable_btrace): Update.
12115 * record-btrace.c (record_btrace_enable_warn): Update.
12116 * python/py-utils.c (gdbpy_convert_exception): Update.
12117 * printcmd.c (do_one_display, print_variable_and_value): Update.
12118 * mi/mi-main.c (mi_print_exception): Update.
12119 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
12120 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
12121 * linux-nat.c (linux_nat_target::attach): Update.
12122 * linux-fork.c (class scoped_switch_fork_info): Update.
12123 * infrun.c (displaced_step_prepare): Update.
12124 * infcall.c (call_function_by_hand_dummy): Update.
12125 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
12126 * gnu-v3-abi.c (print_one_vtable): Update.
12127 * frame.c (get_prev_frame_always): Update.
12128 * f-valprint.c (info_common_command_for_block): Update.
12129 * exec.c (try_open_exec_file): Update.
12130 * exceptions.c (print_exception, exception_print)
12131 (exception_fprintf, exception_print_same): Update.
12132 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
12133 * dwarf-index-cache.c (index_cache::store)
12134 (index_cache::lookup_gdb_index): Update.
12135 * darwin-nat.c (maybe_cache_shell): Update.
12136 * cp-valprint.c (cp_print_value_fields): Update.
12137 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
12138 (gcc_cplus_symbol_address): Update.
12139 * compile/compile-c-symbols.c (gcc_convert_symbol)
12140 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
12141 * common/selftest.c: Update.
12142 * common/common-exceptions.h (struct gdb_exception) <message>: Now
12143 a std::string.
12144 (exception_try_scope_entry, exception_try_scope_exit): Don't
12145 declare.
12146 (struct exception_try_scope): Remove.
12147 (TRY): Don't use exception_try_scope.
12148 (struct gdb_exception): Add constructor, operator=.
12149 <what>: New method.
12150 (struct gdb_exception_RETURN_MASK_ALL)
12151 (struct gdb_exception_RETURN_MASK_ERROR)
12152 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
12153 (struct gdb_quit_bad_alloc): Update.
12154 * common/common-exceptions.c (exception_none): Change
12155 initializer.
12156 (struct catcher) <state, exception>: Initialize inline.
12157 <prev>: Remove member.
12158 (current_catcher): Remove.
12159 (catchers): New global.
12160 (exceptions_state_mc_init): Simplify.
12161 (catcher_pop): Remove.
12162 (exceptions_state_mc, exceptions_state_mc_catch): Update.
12163 (try_scope_depth, exception_try_scope_entry)
12164 (exception_try_scope_exit): Remove.
12165 (throw_exception_sjlj): Update.
12166 (exception_messages, exception_messages_size): Remove.
12167 (throw_it): Simplify.
12168 (gdb_exception_sliced_copy): Remove.
12169 (throw_exception_cxx): Update.
12170 * cli/cli-script.c (script_from_file): Update.
12171 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
12172 Update.
12173 * ada-valprint.c (ada_val_print): Update.
12174 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
12175 (create_excep_cond_exprs): Update.
12176
c5c10118
TT
121772019-04-08 Tom Tromey <tom@tromey.com>
12178
12179 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
12180 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
12181 (TRY, CATCH, END_CATCH): Remove some definitions.
12182 * common/common-exceptions.c: Don't use GDB_XCPT.
12183 (catcher_list_size): Remove.
12184 (throw_exception, throw_it): Simplify.
12185
4de283e4
TT
121862019-04-05 Tom Tromey <tom@tromey.com>
12187
12188 Revert the header-sorting patch.
12189 * ft32-tdep.c: Revert.
12190 * frv-tdep.c: Revert.
12191 * frv-linux-tdep.c: Revert.
12192 * frame.c: Revert.
12193 * frame-unwind.c: Revert.
12194 * frame-base.c: Revert.
12195 * fork-child.c: Revert.
12196 * findvar.c: Revert.
12197 * findcmd.c: Revert.
12198 * filesystem.c: Revert.
12199 * filename-seen-cache.h: Revert.
12200 * filename-seen-cache.c: Revert.
12201 * fbsd-tdep.c: Revert.
12202 * fbsd-nat.h: Revert.
12203 * fbsd-nat.c: Revert.
12204 * f-valprint.c: Revert.
12205 * f-typeprint.c: Revert.
12206 * f-lang.c: Revert.
12207 * extension.h: Revert.
12208 * extension.c: Revert.
12209 * extension-priv.h: Revert.
12210 * expprint.c: Revert.
12211 * exec.h: Revert.
12212 * exec.c: Revert.
12213 * exceptions.c: Revert.
12214 * event-top.c: Revert.
12215 * event-loop.c: Revert.
12216 * eval.c: Revert.
12217 * elfread.c: Revert.
12218 * dwarf2read.h: Revert.
12219 * dwarf2read.c: Revert.
12220 * dwarf2loc.c: Revert.
12221 * dwarf2expr.h: Revert.
12222 * dwarf2expr.c: Revert.
12223 * dwarf2-frame.c: Revert.
12224 * dwarf2-frame-tailcall.c: Revert.
12225 * dwarf-index-write.h: Revert.
12226 * dwarf-index-write.c: Revert.
12227 * dwarf-index-common.c: Revert.
12228 * dwarf-index-cache.h: Revert.
12229 * dwarf-index-cache.c: Revert.
12230 * dummy-frame.c: Revert.
12231 * dtrace-probe.c: Revert.
12232 * disasm.h: Revert.
12233 * disasm.c: Revert.
12234 * disasm-selftests.c: Revert.
12235 * dictionary.c: Revert.
12236 * dicos-tdep.c: Revert.
12237 * demangle.c: Revert.
12238 * dcache.h: Revert.
12239 * dcache.c: Revert.
12240 * darwin-nat.h: Revert.
12241 * darwin-nat.c: Revert.
12242 * darwin-nat-info.c: Revert.
12243 * d-valprint.c: Revert.
12244 * d-namespace.c: Revert.
12245 * d-lang.c: Revert.
12246 * ctf.c: Revert.
12247 * csky-tdep.c: Revert.
12248 * csky-linux-tdep.c: Revert.
12249 * cris-tdep.c: Revert.
12250 * cris-linux-tdep.c: Revert.
12251 * cp-valprint.c: Revert.
12252 * cp-support.c: Revert.
12253 * cp-namespace.c: Revert.
12254 * cp-abi.c: Revert.
12255 * corelow.c: Revert.
12256 * corefile.c: Revert.
12257 * continuations.c: Revert.
12258 * completer.h: Revert.
12259 * completer.c: Revert.
12260 * complaints.c: Revert.
12261 * coffread.c: Revert.
12262 * coff-pe-read.c: Revert.
12263 * cli-out.h: Revert.
12264 * cli-out.c: Revert.
12265 * charset.c: Revert.
12266 * c-varobj.c: Revert.
12267 * c-valprint.c: Revert.
12268 * c-typeprint.c: Revert.
12269 * c-lang.c: Revert.
12270 * buildsym.c: Revert.
12271 * buildsym-legacy.c: Revert.
12272 * build-id.h: Revert.
12273 * build-id.c: Revert.
12274 * btrace.c: Revert.
12275 * bsd-uthread.c: Revert.
12276 * breakpoint.h: Revert.
12277 * breakpoint.c: Revert.
12278 * break-catch-throw.c: Revert.
12279 * break-catch-syscall.c: Revert.
12280 * break-catch-sig.c: Revert.
12281 * blockframe.c: Revert.
12282 * block.c: Revert.
12283 * bfin-tdep.c: Revert.
12284 * bfin-linux-tdep.c: Revert.
12285 * bfd-target.c: Revert.
12286 * bcache.c: Revert.
12287 * ax-general.c: Revert.
12288 * ax-gdb.h: Revert.
12289 * ax-gdb.c: Revert.
12290 * avr-tdep.c: Revert.
12291 * auxv.c: Revert.
12292 * auto-load.c: Revert.
12293 * arm-wince-tdep.c: Revert.
12294 * arm-tdep.c: Revert.
12295 * arm-symbian-tdep.c: Revert.
12296 * arm-pikeos-tdep.c: Revert.
12297 * arm-obsd-tdep.c: Revert.
12298 * arm-nbsd-tdep.c: Revert.
12299 * arm-nbsd-nat.c: Revert.
12300 * arm-linux-tdep.c: Revert.
12301 * arm-linux-nat.c: Revert.
12302 * arm-fbsd-tdep.c: Revert.
12303 * arm-fbsd-nat.c: Revert.
12304 * arm-bsd-tdep.c: Revert.
12305 * arch-utils.c: Revert.
12306 * arc-tdep.c: Revert.
12307 * arc-newlib-tdep.c: Revert.
12308 * annotate.h: Revert.
12309 * annotate.c: Revert.
12310 * amd64-windows-tdep.c: Revert.
12311 * amd64-windows-nat.c: Revert.
12312 * amd64-tdep.c: Revert.
12313 * amd64-sol2-tdep.c: Revert.
12314 * amd64-obsd-tdep.c: Revert.
12315 * amd64-obsd-nat.c: Revert.
12316 * amd64-nbsd-tdep.c: Revert.
12317 * amd64-nbsd-nat.c: Revert.
12318 * amd64-nat.c: Revert.
12319 * amd64-linux-tdep.c: Revert.
12320 * amd64-linux-nat.c: Revert.
12321 * amd64-fbsd-tdep.c: Revert.
12322 * amd64-fbsd-nat.c: Revert.
12323 * amd64-dicos-tdep.c: Revert.
12324 * amd64-darwin-tdep.c: Revert.
12325 * amd64-bsd-nat.c: Revert.
12326 * alpha-tdep.c: Revert.
12327 * alpha-obsd-tdep.c: Revert.
12328 * alpha-nbsd-tdep.c: Revert.
12329 * alpha-mdebug-tdep.c: Revert.
12330 * alpha-linux-tdep.c: Revert.
12331 * alpha-linux-nat.c: Revert.
12332 * alpha-bsd-tdep.c: Revert.
12333 * alpha-bsd-nat.c: Revert.
12334 * aix-thread.c: Revert.
12335 * agent.c: Revert.
12336 * addrmap.c: Revert.
12337 * ada-varobj.c: Revert.
12338 * ada-valprint.c: Revert.
12339 * ada-typeprint.c: Revert.
12340 * ada-tasks.c: Revert.
12341 * ada-lang.c: Revert.
12342 * aarch64-tdep.c: Revert.
12343 * aarch64-ravenscar-thread.c: Revert.
12344 * aarch64-newlib-tdep.c: Revert.
12345 * aarch64-linux-tdep.c: Revert.
12346 * aarch64-linux-nat.c: Revert.
12347 * aarch64-fbsd-tdep.c: Revert.
12348 * aarch64-fbsd-nat.c: Revert.
12349 * aarch32-linux-nat.c: Revert.
12350
d55e5aa6
TT
123512019-04-05 Tom Tromey <tom@tromey.com>
12352
12353 * ft32-tdep.c: Sort headers.
12354 * frv-tdep.c: Sort headers.
12355 * frv-linux-tdep.c: Sort headers.
12356 * frame.c: Sort headers.
12357 * frame-unwind.c: Sort headers.
12358 * frame-base.c: Sort headers.
12359 * fork-child.c: Sort headers.
12360 * findvar.c: Sort headers.
12361 * findcmd.c: Sort headers.
12362 * filesystem.c: Sort headers.
12363 * filename-seen-cache.h: Sort headers.
12364 * filename-seen-cache.c: Sort headers.
12365 * fbsd-tdep.c: Sort headers.
12366 * fbsd-nat.h: Sort headers.
12367 * fbsd-nat.c: Sort headers.
12368 * f-valprint.c: Sort headers.
12369 * f-typeprint.c: Sort headers.
12370 * f-lang.c: Sort headers.
12371 * extension.h: Sort headers.
12372 * extension.c: Sort headers.
12373 * extension-priv.h: Sort headers.
12374 * expprint.c: Sort headers.
12375 * exec.h: Sort headers.
12376 * exec.c: Sort headers.
12377 * exceptions.c: Sort headers.
12378 * event-top.c: Sort headers.
12379 * event-loop.c: Sort headers.
12380 * eval.c: Sort headers.
12381 * elfread.c: Sort headers.
12382 * dwarf2read.h: Sort headers.
12383 * dwarf2read.c: Sort headers.
12384 * dwarf2loc.c: Sort headers.
12385 * dwarf2expr.h: Sort headers.
12386 * dwarf2expr.c: Sort headers.
12387 * dwarf2-frame.c: Sort headers.
12388 * dwarf2-frame-tailcall.c: Sort headers.
12389 * dwarf-index-write.h: Sort headers.
12390 * dwarf-index-write.c: Sort headers.
12391 * dwarf-index-common.c: Sort headers.
12392 * dwarf-index-cache.h: Sort headers.
12393 * dwarf-index-cache.c: Sort headers.
12394 * dummy-frame.c: Sort headers.
12395 * dtrace-probe.c: Sort headers.
12396 * disasm.h: Sort headers.
12397 * disasm.c: Sort headers.
12398 * disasm-selftests.c: Sort headers.
12399 * dictionary.c: Sort headers.
12400 * dicos-tdep.c: Sort headers.
12401 * demangle.c: Sort headers.
12402 * dcache.h: Sort headers.
12403 * dcache.c: Sort headers.
12404 * darwin-nat.h: Sort headers.
12405 * darwin-nat.c: Sort headers.
12406 * darwin-nat-info.c: Sort headers.
12407 * d-valprint.c: Sort headers.
12408 * d-namespace.c: Sort headers.
12409 * d-lang.c: Sort headers.
12410 * ctf.c: Sort headers.
12411 * csky-tdep.c: Sort headers.
12412 * csky-linux-tdep.c: Sort headers.
12413 * cris-tdep.c: Sort headers.
12414 * cris-linux-tdep.c: Sort headers.
12415 * cp-valprint.c: Sort headers.
12416 * cp-support.c: Sort headers.
12417 * cp-namespace.c: Sort headers.
12418 * cp-abi.c: Sort headers.
12419 * corelow.c: Sort headers.
12420 * corefile.c: Sort headers.
12421 * continuations.c: Sort headers.
12422 * completer.h: Sort headers.
12423 * completer.c: Sort headers.
12424 * complaints.c: Sort headers.
12425 * coffread.c: Sort headers.
12426 * coff-pe-read.c: Sort headers.
12427 * cli-out.h: Sort headers.
12428 * cli-out.c: Sort headers.
12429 * charset.c: Sort headers.
12430 * c-varobj.c: Sort headers.
12431 * c-valprint.c: Sort headers.
12432 * c-typeprint.c: Sort headers.
12433 * c-lang.c: Sort headers.
12434 * buildsym.c: Sort headers.
12435 * buildsym-legacy.c: Sort headers.
12436 * build-id.h: Sort headers.
12437 * build-id.c: Sort headers.
12438 * btrace.c: Sort headers.
12439 * bsd-uthread.c: Sort headers.
12440 * breakpoint.h: Sort headers.
12441 * breakpoint.c: Sort headers.
12442 * break-catch-throw.c: Sort headers.
12443 * break-catch-syscall.c: Sort headers.
12444 * break-catch-sig.c: Sort headers.
12445 * blockframe.c: Sort headers.
12446 * block.c: Sort headers.
12447 * bfin-tdep.c: Sort headers.
12448 * bfin-linux-tdep.c: Sort headers.
12449 * bfd-target.c: Sort headers.
12450 * bcache.c: Sort headers.
12451 * ax-general.c: Sort headers.
12452 * ax-gdb.h: Sort headers.
12453 * ax-gdb.c: Sort headers.
12454 * avr-tdep.c: Sort headers.
12455 * auxv.c: Sort headers.
12456 * auto-load.c: Sort headers.
12457 * arm-wince-tdep.c: Sort headers.
12458 * arm-tdep.c: Sort headers.
12459 * arm-symbian-tdep.c: Sort headers.
12460 * arm-pikeos-tdep.c: Sort headers.
12461 * arm-obsd-tdep.c: Sort headers.
12462 * arm-nbsd-tdep.c: Sort headers.
12463 * arm-nbsd-nat.c: Sort headers.
12464 * arm-linux-tdep.c: Sort headers.
12465 * arm-linux-nat.c: Sort headers.
12466 * arm-fbsd-tdep.c: Sort headers.
12467 * arm-fbsd-nat.c: Sort headers.
12468 * arm-bsd-tdep.c: Sort headers.
12469 * arch-utils.c: Sort headers.
12470 * arc-tdep.c: Sort headers.
12471 * arc-newlib-tdep.c: Sort headers.
12472 * annotate.h: Sort headers.
12473 * annotate.c: Sort headers.
12474 * amd64-windows-tdep.c: Sort headers.
12475 * amd64-windows-nat.c: Sort headers.
12476 * amd64-tdep.c: Sort headers.
12477 * amd64-sol2-tdep.c: Sort headers.
12478 * amd64-obsd-tdep.c: Sort headers.
12479 * amd64-obsd-nat.c: Sort headers.
12480 * amd64-nbsd-tdep.c: Sort headers.
12481 * amd64-nbsd-nat.c: Sort headers.
12482 * amd64-nat.c: Sort headers.
12483 * amd64-linux-tdep.c: Sort headers.
12484 * amd64-linux-nat.c: Sort headers.
12485 * amd64-fbsd-tdep.c: Sort headers.
12486 * amd64-fbsd-nat.c: Sort headers.
12487 * amd64-dicos-tdep.c: Sort headers.
12488 * amd64-darwin-tdep.c: Sort headers.
12489 * amd64-bsd-nat.c: Sort headers.
12490 * alpha-tdep.c: Sort headers.
12491 * alpha-obsd-tdep.c: Sort headers.
12492 * alpha-nbsd-tdep.c: Sort headers.
12493 * alpha-mdebug-tdep.c: Sort headers.
12494 * alpha-linux-tdep.c: Sort headers.
12495 * alpha-linux-nat.c: Sort headers.
12496 * alpha-bsd-tdep.c: Sort headers.
12497 * alpha-bsd-nat.c: Sort headers.
12498 * aix-thread.c: Sort headers.
12499 * agent.c: Sort headers.
12500 * addrmap.c: Sort headers.
12501 * ada-varobj.c: Sort headers.
12502 * ada-valprint.c: Sort headers.
12503 * ada-typeprint.c: Sort headers.
12504 * ada-tasks.c: Sort headers.
12505 * ada-lang.c: Sort headers.
12506 * aarch64-tdep.c: Sort headers.
12507 * aarch64-ravenscar-thread.c: Sort headers.
12508 * aarch64-newlib-tdep.c: Sort headers.
12509 * aarch64-linux-tdep.c: Sort headers.
12510 * aarch64-linux-nat.c: Sort headers.
12511 * aarch64-fbsd-tdep.c: Sort headers.
12512 * aarch64-fbsd-nat.c: Sort headers.
12513 * aarch32-linux-nat.c: Sort headers.
12514
699bd4cf
TT
125152019-04-04 Tom Tromey <tom@tromey.com>
12516
12517 * varobj.c (varobj_create): Update.
12518 * rust-exp.y (struct rust_parser) <update_innermost_block,
12519 lookup_symbol>: New methods.
12520 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
12521 Rename.
12522 (rust_parser::rust_lookup_type)
12523 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12524 * printcmd.c (display_command, do_one_display): Update.
12525 * parser-defs.h (struct parser_state) <parser_state>: Add
12526 "tracker" parameter.
12527 (block_tracker): New member.
12528 (class innermost_block_tracker) <innermost_block_tracker>: Add
12529 "types" parameter.
12530 <reset>: Remove method.
12531 (innermost_block): Don't declare.
12532 (null_post_parser): Update.
12533 * parse.c (innermost_block): Remove global.
12534 (write_dollar_variable): Update.
12535 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12536 Remove "tracker_types" parameter.
12537 (parse_expression): Add "tracker" parameter.
12538 (parse_expression_for_completion): Update.
12539 (null_post_parser): Add "tracker" parameter.
12540 * p-exp.y: Update rules.
12541 * m2-exp.y: Update rules.
12542 * language.h (struct language_defn) <la_post_parser>: Add
12543 "tracker" parameter.
12544 * go-exp.y: Update rules.
12545 * f-exp.y: Update rules.
12546 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12547 parameter.
12548 * d-exp.y: Update rules.
12549 * c-exp.y: Update rules.
12550 * breakpoint.c (set_breakpoint_condition): Create an
12551 innermost_block_tracker.
12552 (watch_command_1): Likewise.
12553 * ada-lang.c (resolve): Add "tracker" parameter.
12554 (resolve_subexp): Likewise.
12555 * ada-exp.y (write_var_from_sym): Update.
12556
dac43e32
TT
125572019-04-04 Tom Tromey <tom@tromey.com>
12558
12559 * type-stack.h: New file.
12560 * type-stack.c: New file.
12561 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12562 type-stack.h.
12563 (insert_into_type_stack, insert_type, push_type, push_type_int)
12564 (insert_type_address_space, pop_type, pop_type_int)
12565 (pop_typelist, pop_type_stack, append_type_stack)
12566 (push_type_stack, get_type_stack, push_typelist)
12567 (follow_type_instance_flags, follow_types): Don't declare.
12568 * parse.c (type_stack): Remove global.
12569 (parse_exp_in_context): Update.
12570 (insert_into_type_stack, insert_type, push_type, push_type_int)
12571 (insert_type_address_space, pop_type, pop_type_int)
12572 (pop_typelist, pop_type_stack, append_type_stack)
12573 (push_type_stack, get_type_stack, push_typelist)
12574 (follow_type_instance_flags, follow_types): Remove (moved to
12575 type-stack.c).
12576 * f-exp.y (type_stack): New global.
12577 Update rules.
12578 (push_kind_type, f_parse): Update.
12579 * d-exp.y (type_stack): New global.
12580 Update rules.
12581 (d_parse): Update.
12582 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12583 Update rules.
12584 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12585 (HFILES_NO_SRCDIR): Add type-stack.h.
12586
2a612529
TT
125872019-04-04 Tom Tromey <tom@tromey.com>
12588
12589 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12590 (rust_parser::convert_ast_to_expression, rust_parse)
12591 (rust_lex_test_completion, rust_lex_tests): Update.
12592 * parser-defs.h (struct expr_completion_state): New.
12593 (struct parser_state) <parser_state>: Add completion parameter.
12594 <mark_struct_expression, mark_completion_tag>: New methods.
12595 <parse_completion, m_completion_state>: New members.
12596 (prefixify_expression, null_post_parser): Update.
12597 (mark_struct_expression, mark_completion_tag): Don't declare.
12598 * parse.c (parse_completion, expout_last_struct)
12599 (expout_tag_completion_type, expout_completion_name): Remove
12600 globals.
12601 (parser_state::mark_struct_expression)
12602 (parser_state::mark_completion_tag): Now methods.
12603 (prefixify_expression): Add last_struct parameter.
12604 (prefixify_subexp): Likewise.
12605 (parse_exp_1): Update.
12606 (parse_exp_in_context): Add cstate parameter. Update.
12607 (parse_expression_for_completion): Create an
12608 expr_completion_state.
12609 (null_post_parser): Add "completion" parameter.
12610 * p-exp.y: Update rules.
12611 (yylex): Update.
12612 * language.h (struct language_defn) <la_post_parser>: Add
12613 "completing" parameter.
12614 * go-exp.y: Update rules.
12615 (lex_one_token): Update.
12616 * expression.h (parse_completion): Don't declare.
12617 * d-exp.y: Update rules.
12618 (lex_one_token): Update rules.
12619 * c-exp.y: Update rules.
12620 (lex_one_token): Update.
12621 * ada-lang.c (resolve): Add "parse_completion" parameter.
12622 (resolve_subexp): Likewise.
12623 (ada_resolve_function): Likewise.
12624
43476f0b
TT
126252019-04-04 Tom Tromey <tom@tromey.com>
12626
12627 * parser-defs.h (struct parser_state) <start_arglist,
12628 end_arglist>: New methods.
12629 <arglist_len, m_funcall_chain>: New members.
12630 (arglist_len, start_arglist, end_arglist): Don't declare.
12631 * parse.c (arglist_len, funcall_chain): Remove global.
12632 (start_arglist, end_arglist): Remove functions.
12633 (parse_exp_in_context): Update.
12634 * p-exp.y: Update rules.
12635 * m2-exp.y: Update rules.
12636 * go-exp.y: Update rules.
12637 * f-exp.y: Update rules.
12638 * d-exp.y: Update rules.
12639 * c-exp.y: Update rules.
12640
5776fca3
TT
126412019-04-04 Tom Tromey <tom@tromey.com>
12642
12643 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12644 lex_operator, push_back>: New methods.
12645 Update all rules.
12646 (rust_parser::lex_hex, lex_escape): Rename and update.
12647 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12648 (rust_parser::lex_operator): Rename and update.
12649 (rust_parser::lex_number, rustyylex, rustyyerror)
12650 (rust_lex_test_init, rust_lex_test_sequence)
12651 (rust_lex_test_push_back, rust_lex_tests): Update.
12652 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12653 parameter.
12654 <lexptr, prev_lexptr>: New members.
12655 (lexptr, prev_lexptr): Don't declare.
12656 * parse.c (lexptr, prev_lexptr): Remove globals.
12657 (parse_exp_in_context): Update.
12658 * p-exp.y (yylex, yyerror): Update.
12659 * m2-exp.y (parse_number, yylex, yyerror): Update.
12660 * go-exp.y (lex_one_token, yyerror): Update.
12661 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12662 * d-exp.y (lex_one_token, yyerror): Update.
12663 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12664 (lex_one_token, yyerror): Update.
12665 * ada-lex.l (YY_INPUT): Update.
12666 (rewind_to_char): Update.
12667 * ada-exp.y (yyerror): Update.
12668
8621b685
TT
126692019-04-04 Tom Tromey <tom@tromey.com>
12670
12671 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12672 * parser-defs.h (struct parser_state) <parser_state>: Add new
12673 parameter.
12674 <comma_terminates>: New member.
12675 (comma_terminates): Don't declare global.
12676 * parse.c (comma_terminates): Remove global.
12677 (parse_exp_in_context): Update.
12678 * p-exp.y (yylex): Update.
12679 * m2-exp.y (yylex): Update.
12680 * go-exp.y (lex_one_token): Update.
12681 * f-exp.y (yylex): Update.
12682 * d-exp.y (lex_one_token): Update.
12683 * c-exp.y (lex_one_token): Update.
12684 * ada-lex.l: Update.
12685
28aaf3fd
TT
126862019-04-04 Tom Tromey <tom@tromey.com>
12687
12688 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12689 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12690 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12691 * parser-defs.h (paren_depth): Don't declare.
12692 * parse.c (paren_depth): Remove global.
12693 (parse_exp_in_context): Update.
12694 * p-exp.y (paren_depth): New global.
12695 (pascal_parse): Initialize it.
12696 * m2-exp.y (paren_depth): New global.
12697 (m2_parse): Initialize it.
12698 * go-exp.y (paren_depth): New global.
12699 (go_parse): Initialize it.
12700 * f-exp.y (paren_depth): New global.
12701 (f_parse): Initialize it.
12702 * d-exp.y (paren_depth): New global.
12703 (d_parse): Initialize it.
12704 * c-exp.y (paren_depth): New global.
12705 (c_parse): Initialize it.
12706 * ada-lex.l (paren_depth): New global.
12707 (lexer_init): Initialize it.
12708
1e58a4a4
TT
127092019-04-04 Tom Tromey <tom@tromey.com>
12710
12711 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12712 (rust_parser::convert_ast_to_type)
12713 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12714 * parser-defs.h (struct parser_state) <parser_state>: Add
12715 parameters. Initialize new members.
12716 <expression_context_block, expression_context_pc>: New members.
12717 * parse.c (expression_context_block, expression_context_pc):
12718 Remove globals.
12719 (parse_exp_in_context): Update.
12720 * p-exp.y: Update all rules.
12721 (yylex): Update.
12722 * m2-exp.y: Update all rules.
12723 (yylex): Update.
12724 * go-exp.y (yylex): Update.
12725 * f-exp.y (yylex): Update.
12726 * d-exp.y: Update all rules.
12727 (yylex): Update.
12728 * c-exp.y: Update all rules.
12729 (lex_one_token, classify_name, yylex, c_parse): Update.
12730 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12731
37eedb39
TT
127322019-04-04 Tom Tromey <tom@tromey.com>
12733
12734 * gdbarch.h, gdbarch.c: Rebuild.
12735 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12736 * stap-probe.h:
12737 (struct stap_parse_info): Replace "parser_state" with
12738 "expr_builder".
12739 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12740 (parser_state): New class.
12741 * parse.c (expr_builder): Rename.
12742 (expr_builder::release): Rename.
12743 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12744 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12745 (write_exp_elt_longcst, write_exp_elt_floatcst)
12746 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12747 (write_exp_string_vector, write_exp_bitstring)
12748 (write_exp_msymbol, mark_struct_expression)
12749 (write_dollar_variable)
12750 (insert_type_address_space, increase_expout_size): Replace
12751 "parser_state" with "expr_builder".
12752 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12753 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12754 "parser_state" with "expr_builder".
12755
73923d7e
TT
127562019-04-04 Tom Tromey <tom@tromey.com>
12757
12758 * rust-exp.y: Replace "parse_language" with method call.
12759 * p-exp.y:
12760 (yylex): Replace "parse_language" with method call.
12761 * m2-exp.y:
12762 (yylex): Replace "parse_language" with method call.
12763 * go-exp.y (classify_name): Replace "parse_language" with method
12764 call.
12765 * f-exp.y (yylex): Replace "parse_language" with method call.
12766 * d-exp.y (lex_one_token): Replace "parse_language" with method
12767 call.
12768 * c-exp.y:
12769 (lex_one_token, classify_name, yylex): Replace "parse_language"
12770 with method call.
12771 * ada-exp.y (find_primitive_type, type_char)
12772 (type_system_address): Replace "parse_language" with method call.
12773
fa9f5be6
TT
127742019-04-04 Tom Tromey <tom@tromey.com>
12775
12776 * rust-exp.y: Replace "parse_gdbarch" with method call.
12777 * parse.c (write_dollar_variable, insert_type_address_space):
12778 Replace "parse_gdbarch" with method call.
12779 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12780 call.
12781 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12782 call.
12783 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12784 "parse_gdbarch" with method call.
12785 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12786 with method call.
12787 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12788 "parse_gdbarch" with method call.
12789 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12790 "parse_gdbarch" with method call.
12791 * c-exp.y (parse_type, parse_number, classify_name): Replace
12792 "parse_gdbarch" with method call.
12793 * ada-lex.l: Replace "parse_gdbarch" with method call.
12794 * ada-exp.y (parse_type, find_primitive_type, type_char)
12795 (type_system_address): Replace "parse_gdbarch" with method call.
12796
1201a264
TT
127972019-04-04 Tom Tromey <tom@tromey.com>
12798
12799 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12800 * stap-probe.c (stap_parse_argument): Update.
12801 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12802 initial_size parameter.
12803 * rust-exp.y (rust_lex_tests): Update.
12804 * parse.c (parser_state): Update.
12805 (parse_exp_in_context): Update.
12806 * parser-defs.h (struct parser_state) <parser_state>: Remove
12807 "initial_size" parameter.
12808
e3980ce2
TT
128092019-04-04 Tom Tromey <tom@tromey.com>
12810
12811 * parser-defs.h (increase_expout_size): Don't declare.
12812 * parse.c (increase_expout_size): Now static.
12813
e9f8e3f1
TS
128142019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12815
12816 * gnu-nat.c (gnu_nat_target::wait): Fix
12817 target_waitstatus_to_string call.
12818
d7df6549
AB
128192019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12820
12821 * eval.c (evaluate_subexp_standard): Handle internal functions
12822 during Fortran function call handling.
12823
8bdc1658
AB
128242019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12825
12826 * NEWS: Mention new internal functions.
12827 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12828 (read_base_type): Use dwarf2_init_complex_target_type.
12829 * value.c (creal_internal_fn): New function.
12830 (cimag_internal_fn): New function.
12831 (_initialize_values): Register new internal functions.
12832
c29705b7
PW
128332019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12834
12835 * infrun.c (stop_all_threads): If debug_infrun, always
12836 trace the wait status after wait_one, using
12837 target_waitstatus_to_string and target_pid_to_str.
12838 (handle_inferior_event): Replace various trace of
12839 wait status kind by a single trace.
12840 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12841 wait status kind image by target_waitstatus_to_string.
12842 * target/waitstatus.c (target_waitstatus_to_string): Fix
12843 obsolete comment.
12844
05caa1d2
TT
128452019-04-01 Tom Tromey <tromey@adacore.com>
12846
12847 PR symtab/23331:
12848 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12849
9d1447e0
SDJ
128502019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12851 Pedro Alves <palves@redhat.com>
12852
12853 * top.c (quit_force): Call 'finalize_values'.
12854 * value.c (finalize_values): New function.
12855 * value.h (finalize_values): Declare.
12856
7734102d
EZ
128572019-03-30 Eli Zaretskii <eliz@gnu.org>
12858
12859 * NEWS: Announce $_gdb_major and $_gdb_minor.
12860
12861 * top.c (init_gdb_version_vars): New function.
12862 (gdb_init): Call init_gdb_version_vars.
12863
188e1fa9
TT
128642019-03-29 Tom Tromey <tromey@adacore.com>
12865
12866 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12867 help text. Remove dead code.
12868
2880242d
KS
128692019-03-29 Keith Seitz <keiths@redhat.com>
12870
12871 From Siddhesh Poyarekar:
12872 * f-lang.h (f77_get_upperbound): Return LONGEST.
12873 (f77_get_lowerbound): Likewise.
12874 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12875 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12876 print them.
12877 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12878 plongest to format print it.
12879 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12880 (f77_get_upperbound): Likewise.
12881 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12882 LOWER_BOUND to LONGEST.
12883 (f77_create_arrayprint_offset_tbl): Likewise.
12884
cc1defb1
KS
128852019-03-29 Keith Seitz <keiths@redhat.com>
12886
12887 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12888 %s/pulongest for TYPE_LENGTH instead of %d in format
12889 strings.
12890 * ada-typerint.c (ada_print_type): Likewise.
12891 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12892 * compile/compile-c-support.c (generate_register_struct): Likewise.
12893 * gdbtypes.c (recursive_dump_type): Likewise.
12894 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12895 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12896 instead of %d in format strings.
12897 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12898 to std::min to ULONGEST.
12899 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12900 instead of %d in format strings.
12901 * tracepoint.c (info_scope_command): Likewise.
12902 * typeprint.c (print_offset_data::update)
12903 (print_offset_data::finish): Likewise.
12904 * xtensa-tdep.c (xtensa_store_return_value)
12905 (xtensa_push_dummy_call): Likewise.
12906
e432ccf1
JT
129072019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12908
12909 * windows-nat.c (display_selector): Fixed format specifications
12910 for 64-bit Cygwin.
12911
65d2b333
PW
129122019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12913
12914 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12915
f489207e
SL
129162019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12917
12918 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12919 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12920 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12921 (nios2_linux_init_abi): Install it.
12922
bffa1015
AH
129232019-03-28 Alan Hayward <alan.hayward@arm.com>
12924
12925 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12926
fc96163a
AH
129272019-03-28 Alan Hayward <alan.hayward@arm.com>
12928
12929 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12930
20dc7e9b
PW
129312019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12932 Tom Tromey <tromey@adacore.com>
12933
12934 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12935
7f5331a8
JB
129362019-03-26 Joel Brobecker <brobecker@adacore.com>
12937
12938 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12939 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12940 method to compute the bounds of range types. Also print "[evaluated]"
12941 if the bounds' values come from a dynamic evaluation.
12942
18c77628
AB
129432019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12944
12945 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12946 whitespace when pretty printing is on.
12947
53c973f2
AH
129482019-03-26 Alan Hayward <alan.hayward@arm.com>
12949
e79be6e5 12950 * ppc-linux-nat.c: Add include.
53c973f2 12951
d851aa71
AH
129522019-03-26 Alan Hayward <alan.hayward@arm.com>
12953
e79be6e5 12954 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12955
2fe7bab7
AH
129562019-03-26 Alan Hayward <alan.hayward@arm.com>
12957
e79be6e5 12958 * arm-linux-nat.c: Add include.
2fe7bab7 12959
068ef30e
SM
129602019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12961
12962 * source-cache.c (source_cache::get_source_lines): Re-read
12963 fullname after calling open_source_file.
12964
81a24d04
JB
129652019-03-25 John Baldwin <jhb@FreeBSD.org>
12966
12967 * NEWS: Mention TLS support for FreeBSD.
12968
79e7ae11
TT
129692019-03-25 Tom Tromey <tromey@adacore.com>
12970
12971 * minsyms.c (BUNCH_SIZE): Update comment.
12972 (~minimal_symbol_reader): Remove old comment.
12973 (compact_minimal_symbols): Update comment.
12974 (minimal_symbol_reader::install): Remove old comment. Update
12975 other comments.
12976
d45963c2
AH
129772019-03-25 Alan Hayward <alan.hayward@arm.com>
12978
12979 * s390-linux-nat.c: Add include.
12980
0f83012e
AH
129812019-03-25 Alan Hayward <alan.hayward@arm.com>
12982
12983 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12984 Call linux_get_hwcap.
12985 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12986 Likewise.
12987 (aarch64_linux_get_hwcap): Remove function.
12988 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12989 declaration.
12990 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12991 linux_get_hwcap.
12992 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12993 * linux-tdep.c (linux_get_hwcap): Add function.
12994 (linux_get_hwcap2): Likewise.
12995 * linux-tdep.h (linux_get_hwcap): Add declaration.
12996 (linux_get_hwcap2): Likewise.
12997 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12998 (ppc_linux_get_hwcap2): Likewise.
12999 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
13000 linux_get_hwcap.
13001 (ppc_linux_nat_target::insert_watchpoint): Likewise.
13002 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
13003 (ppc_linux_nat_target::read_description): Likewise.
13004 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
13005 * s390-linux-nat.c: Likewise.
13006 * s390-linux-tdep.c (s390_core_read_description): Likewise.
13007
6640a367
TT
130082019-03-24 Tom Tromey <tom@tromey.com>
13009
13010 * ada-lang.c (standard_lookup): Simplify initialization.
13011 (ada_lookup_symbol_nonlocal): Simplify return.
13012 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
13013 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
13014 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
13015 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
13016 initialization.
13017 * solib.c (solib_global_lookup): Simplify.
13018 * symtab.c (null_block_symbol): Remove.
13019 (symbol_cache_lookup): Simplify returns.
13020 (lookup_language_this): Simplify returns.
13021 (lookup_symbol_aux): Simplify return.
13022 (lookup_local_symbol): Simplify returns.
13023 (lookup_global_symbol_from_objfile): Simplify return.
13024 (lookup_symbol_in_objfile_symtabs)
13025 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
13026 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
13027 (lookup_static_symbol, lookup_global_symbol): Simplify return.
13028 * cp-namespace.c (cp_lookup_bare_symbol)
13029 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
13030 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
13031 (cp_lookup_nested_symbol): Don't use null_block_symbol.
13032 (cp_lookup_symbol_via_imports): Simplify initialization.
13033 (find_symbol_in_baseclass): Likewise.
13034 * symtab.h (null_block_symbol): Remove.
13035 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
13036 (d_lookup_nested_symbol, d_lookup_symbol_imports)
13037 (d_lookup_symbol_module): Likewise.
13038 (find_symbol_in_baseclass): Simplify initialization.
13039
a930ebcd
TT
130402019-03-24 Tom Tromey <tom@tromey.com>
13041
13042 * expression.h: Don't include symtab.h.
13043 (struct block): Forward declare.
13044
582942f4
TT
130452019-03-24 Tom Tromey <tom@tromey.com>
13046
13047 * c-exp.y (typebase): Remove casts.
13048 * gdbtypes.c (lookup_unsigned_typename, )
13049 (lookup_signed_typename): Remove cast.
13050 * eval.c (parse_to_comma_and_eval): Remove cast.
13051 * parse.c (write_dollar_variable): Remove cast.
13052 * block.h (struct block) <superblock>: Now const.
13053 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
13054 * psymtab.c (psym_map_matching_symbols): Make "block" const.
13055 (map_block): Make "block" const.
13056 * symfile.h (struct quick_symbol_functions)
13057 <map_matching_symbols>: Constify block argument to "callback".
13058 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
13059 const.
13060 (find_pc_sect_compunit_symtab): Make "b" const.
13061 (find_symbol_at_address): Likewise.
13062 (search_symbols): Likewise.
13063 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
13064 (dw2_debug_names_lookup_symbol): Likewise.
13065 (dw2_map_matching_symbols): Update.
13066 * p-valprint.c (pascal_val_print): Remove "block".
13067 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
13068 (aux_add_nonlocal_symbols): Make "block" const.
13069 (resolve_subexp): Remove cast.
13070 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
13071 const.
13072 (iterate_over_file_blocks): Likewise.
13073 * f-exp.y (%union) <bval>: Remove.
13074 * coffread.c (patch_opaque_types): Make "b" const.
13075 * spu-tdep.c (spu_catch_start): Make "block" const.
13076 * c-valprint.c (print_unpacked_pointer): Remove "block".
13077 * symmisc.c (dump_symtab_1): Make "b" const.
13078 (block_depth): Make "block" const.
13079 * d-exp.y (%union) <bval>: Remove.
13080 * cp-support.h (cp_lookup_rtti_type): Update.
13081 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
13082 * psymtab.c (psym_lookup_symbol): Make "block" const.
13083 (maintenance_check_psymtabs): Make "b" const.
13084 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
13085 (enumerate_locals, enumerate_args): Update.
13086 * python/py-symtab.c (stpy_global_block): Make "block" const.
13087 (stpy_static_block): Likewise.
13088 * inline-frame.c (block_starting_point_at): Make "new_block"
13089 const.
13090 * block.c (find_block_in_blockvector): Make return type const.
13091 (blockvector_for_pc_sect): Make "b" const.
13092 (find_block_in_blockvector): Make "b" const.
13093
7ad417dd
TT
130942019-03-23 Tom Tromey <tom@tromey.com>
13095
13096 * varobj.c (varobj_create): Update.
13097 * symfile.c (clear_symtab_users): Don't reset innermost_block.
13098 * printcmd.c (display_command, do_one_display): Don't reset
13099 innermost_block.
13100 * parser-defs.h (enum innermost_block_tracker_type): Move to
13101 expression.h.
13102 (innermost_block): Update comment.
13103 * parse.c (parse_exp_1): Add tracker_types parameter.
13104 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
13105 tracker_types parameter. Reset innermost_block.
13106 (parse_exp_in_context): Remove.
13107 (parse_expression_for_completion): Update.
13108 * objfiles.c (~objfile): Don't reset expression_context_block or
13109 innermost_block.
13110 * expression.h (enum innermost_block_tracker_type): Move from
13111 parser-defs.h.
13112 (parse_exp_1): Add tracker_types parameter.
13113 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
13114 reset innermost_block.
13115
b366c208
TT
131162019-03-23 Tom Tromey <tom@tromey.com>
13117
13118 * objfiles.h: Include bcache.h.
13119
9bb9b2f9
TT
131202019-03-23 Tom Tromey <tom@tromey.com>
13121
13122 * linespec.c (get_current_search_block): Use
13123 scoped_restore_current_language.
13124 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
13125
59c28372
AH
131262019-03-22 Alan Hayward <alan.hayward@arm.com>
13127 Jiong Wang <jiong.wang@arm.com>
13128
13129 * aarch64-linux-tdep.c
13130 (aarch64_linux_iterate_over_regset_sections): Check for pauth
13131 section.
13132 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
13133
17e116a7
AH
131342019-03-22 Alan Hayward <alan.hayward@arm.com>
13135 Jiong Wang <jiong.wang@arm.com>
13136
13137 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
13138 instructions.
13139 (aarch64_analyze_prologue_test): Add PACIASP test.
13140 (aarch64_prologue_prev_register): Unmask PC value.
13141
11e1b75f
AH
131422019-03-22 Alan Hayward <alan.hayward@arm.com>
13143 Jiong Wang <jiong.wang@arm.com>
13144
13145 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
13146 (aarch64_dwarf2_prev_register): Unmask PC value.
13147 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
13148 (aarch64_execute_dwarf_cfa_vendor_op): Check for
13149 DW_CFA_AARCH64_negate_ra_state.
13150 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
13151
34dcc7cf
AH
131522019-03-22 Alan Hayward <alan.hayward@arm.com>
13153 Jiong Wang <jiong.wang@arm.com>
13154
13155 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
13156 registers.
13157 (aarch64_pseudo_register_name): Likewise.
13158 (aarch64_pseudo_register_type): Likewise.
13159 (aarch64_pseudo_register_reggroup_p): Likewise.
13160 (aarch64_gdbarch_init): Add pauth registers.
13161 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
13162 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
13163 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
13164 (struct gdbarch_tdep): Add regnum for ra_state.
13165
1ef53e6b
AH
131662019-03-22 Alan Hayward <alan.hayward@arm.com>
13167 Jiong Wang <jiong.wang@arm.com>
13168
13169 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
13170
76bed0fd
AH
131712019-03-22 Alan Hayward <alan.hayward@arm.com>
13172 Jiong Wang <jiong.wang@arm.com>
13173
13174 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
13175 function.
13176 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
13177 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
13178 (aarch64_gdbarch_init): Add puth registers.
13179 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
13180 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
13181 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
13182
ee4fbcfa
AH
131832019-03-22 Alan Hayward <alan.hayward@arm.com>
13184 Jiong Wang <jiong.wang@arm.com>
13185
13186 * aarch64-linux-nat.c
13187 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
13188 * aarch64-linux-tdep.c
13189 (aarch64_linux_core_read_description): Likewise.
13190 (aarch64_linux_get_hwcap): New function.
13191 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
13192 (aarch64_linux_get_hwcap): New declaration.
13193
6dc0ebde
AH
131942019-03-22 Alan Hayward <alan.hayward@arm.com>
13195 Jiong Wang <jiong.wang@arm.com>
13196
13197 * aarch64-linux-nat.c
13198 (aarch64_linux_nat_target::read_description): Add pauth param.
13199 * aarch64-linux-tdep.c
13200 (aarch64_linux_core_read_description): Likewise.
13201 * aarch64-tdep.c (struct target_desc): Add in pauth.
13202 (aarch64_read_description): Add pauth param.
13203 (aarch64_gdbarch_init): Likewise.
13204 * aarch64-tdep.h (aarch64_read_description): Likewise.
13205 * arch/aarch64.c (aarch64_create_target_description): Likewise.
13206 * arch/aarch64.h (aarch64_create_target_description): Likewise.
13207 * features/Makefile: Add new files.
13208 * features/aarch64-pauth.c: New file.
13209 * features/aarch64-pauth.xml: New file.
13210
595915c1
TT
132112019-03-20 Tom Tromey <tromey@adacore.com>
13212
13213 * infrun.c (handle_inferior_event): Rename from
13214 handle_inferior_event_1. Create a scoped_value_mark.
13215 (handle_inferior_event): Remove.
13216
4c7d57e7
TT
132172019-03-19 Tom Tromey <tromey@adacore.com>
13218
13219 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
13220 * infrun.h (print_stop_event): Add "displays" parameter.
13221 * infrun.c (print_stop_event): Add "displays" parameter.
13222
cb246234
PA
132232019-03-19 Pedro Alves <palves@redhat.com>
13224
13225 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
13226 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
13227 to -1. Fix TABs vs spaces.
13228 (tui_ui_out::tui_ui_out): Don't initialize fields here.
13229 * tui/tui-out.h (tui_ui_out) Add intro comments.
13230 <m_line, m_start_of_line>: In-class initialize, and add describing
13231 comment.
13232
3a0e45b2
AH
132332019-03-18 Alan Hayward <alan.hayward@arm.com>
13234
13235 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
13236 variable names.
13237 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
13238
5371b850
PA
132392019-03-18 Pedro Alves <palves@redhat.com>
13240 Eli Zaretskii <eliz@gnu.org>
13241
13242 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
13243 m_line and m_start_of_line.
13244
b17c4cd0
EZ
132452019-03-18 Eli Zaretskii <eliz@gnu.org>
13246
13247 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
13248 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
13249 it returns a newline. This fixes a regression in TU mode, whereby
13250 the next line is output on the same screen line as the user input.
13251
4bd56d18
TT
132522019-03-18 Tom Tromey <tromey@adacore.com>
13253
13254 * minsyms.c (minimal_symbol_reader::install): Remove call to
13255 obstack_blank.
13256
55c10aca
PA
132572019-03-18 Pedro Alves <palves@redhat.com>
13258
13259 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
13260 New globals.
13261 (apply_style): New, factored out from ...
13262 (apply_ansi_escape): ... this. Handle reverse video mode.
13263 (tui_set_reverse_mode): New function.
13264 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
13265 * tui/tui-winsource.c (tui_show_source_line): Use
13266 tui_set_reverse_mode instead of setting A_STANDOUT.
13267 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
13268 New setter methods.
13269
647bb750
HD
132702019-03-18 Hannes Domani <ssbssa@yahoo.de>
13271
13272 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
13273 Handle tabs.
13274
bff8c71f
TT
132752019-03-18 Tom Tromey <tromey@adacore.com>
13276
13277 * ada-lang.c (empty_array): Add "high" parameter.
13278 (ada_evaluate_subexp): Update.
13279
58785d98
ST
132802019-03-17 Sergei Trofimovich <siarheit@google.com>
13281
13282 * unittests/string_view-selftests.c: Define
13283 _initialize_string_view_selftests unconditionally.
13284
d4cbef22
ВМ
132852019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
13286
13287 PR gdb/24350
13288 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
13289
fce4c071
ВМ
132902019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
13291
13292 PR gdb/24351
13293 * windows-nat.c (display_selector): Fix format specifiers.
13294
f7f0a123
EZ
132952019-03-17 Eli Zaretskii <eliz@gnu.org>
13296
13297 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
13298 tui_refill_source_window instead of tui_refresh_win, to update the
13299 current execution line. This fixes redisplay of the current line
13300 when stepping through the code with "next" or "step".
13301
ab42892f
EZ
133022019-03-16 Eli Zaretskii <eliz@gnu.org>
13303
13304 * source-cache.c (source_cache::get_source_lines): Call
13305 find_source_lines to initialize s->nlines. This fixes vertical
13306 scrolling of TUI source window when the DOWN arrow is pressed.
13307
8d8c087f
PW
133082019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13309
13310 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
13311 linux-thread-db.c (_initialize_thread_db): Likewise.
13312
798e1c30
EZ
133132019-03-16 Eli Zaretskii <eliz@gnu.org>
13314
13315 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
13316 wclrtoeol in tui_show_source_line". This reverts changes made in
13317 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
13318
eefba3da
TT
133192019-03-15 Tom Tromey <tom@tromey.com>
13320
13321 * symtab.h (struct minimal_symbol): Derive from
13322 general_symbol_info.
13323 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
13324 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
13325 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
13326 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
13327 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
13328 (MSYMBOL_SEARCH_NAME): Update.
13329 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
13330 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
13331 * minsyms.c (minimal_symbol_reader::record_full): Update.
13332
0de2420c
TT
133332019-03-15 Tom Tromey <tom@tromey.com>
13334
13335 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
13336
042d75e4
TT
133372019-03-15 Tom Tromey <tom@tromey.com>
13338
13339 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
13340 unique_xmalloc_ptr.
13341 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
13342 Update.
13343 * minsyms.c (lookup_minimal_symbol_by_pc_section)
13344 (build_minimal_symbol_hash_tables)
13345 (minimal_symbol_reader::install): Update.
13346
db92718b
TT
133472019-03-15 Tom Tromey <tom@tromey.com>
13348
13349 * symtab.c (create_demangled_names_hash): Update.
13350 (symbol_set_names): Update.
13351 * objfiles.h (struct objfile_per_bfd_storage)
13352 <demangled_names_hash>: Now an htab_up.
13353 * objfiles.c (objfile_per_bfd_storage): Simplify.
13354
d6797f46
TT
133552019-03-15 Tom Tromey <tom@tromey.com>
13356
13357 * objfiles.h (struct objfile_per_bfd_storage): Declare
13358 destructor.
13359 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
13360 New.
13361 (get_objfile_bfd_data): Use new. Don't initialize
13362 language_of_main.
13363 (free_objfile_per_bfd_storage): Remove.
13364 (objfile_bfd_data_free, objfile::~objfile): Use delete.
13365
741d7538
TT
133662019-03-15 Tom Tromey <tom@tromey.com>
13367
13368 * symfile.c (reread_symbols): Update.
13369 * objfiles.c (objfile::objfile): Update.
13370 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
13371 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
13372 comment.
13373 (minimal_symbol_reader::install): Update.
13374 (terminate_minimal_symbol_table): Remove.
13375 * jit.c (jit_object_close_impl): Update.
13376
788c80d1
TT
133772019-03-15 Tom Tromey <tom@tromey.com>
13378
13379 * minsyms.c (minimal_symbol_reader::record_full): Remove some
13380 initializations.
13381
1b7a07cb
TT
133822019-03-15 Tom Tromey <tom@tromey.com>
13383
13384 * objfiles.h (struct objfile_per_bfd_storage)
13385 <demangled_hash_languages>: Now a bitset.
13386 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
13387 (lookup_minimal_symbol): Update.
13388
3db066bc
TT
133892019-03-15 Tom Tromey <tom@tromey.com>
13390
13391 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
13392 Don't return the symbol.
13393 * coffread.c (record_minimal_symbol): Use record_full.
13394
3fff2c37
EZ
133952019-03-14 Eli Zaretskii <eliz@gnu.org>
13396
13397 The MS-Windows port of ncurses fails to switch to a color pair if
13398 one or both of the colors are the implicit default colors. This
13399 change records the default colors when TUI is initialized, and
13400 then specifies them explicitly when a color pair uses the default
13401 colors. This allows color styling in TUI mode on MS-Windows.
13402
13403 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
13404 ncurses_norm_attr.
13405 (tui_initialize_io) [__MINGW32__]: Record the default terminal
13406 colors in ncurses_norm_attr.
13407 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
13408 "none", replace it with the default color recorded in
13409 ncurses_norm_attr.
13410
3b336828
TT
134112019-03-14 Tom Tromey <tromey@adacore.com>
13412
13413 * source-cache.h (class source_cache) <get_source_lines>: Return
13414 std::string.
13415 * source-cache.c (source_cache::extract_lines): Handle case where
13416 first_pos==npos. Return std::string.
13417 (source_cache::get_source_lines): Update.
13418
d085f989
TT
134192019-03-14 Tom Tromey <tromey@adacore.com>
13420
13421 * NEWS: Add item for "style sources" commands.
13422 * source-cache.c (source_cache::get_source_lines): Check
13423 source_styling.
13424 * cli/cli-style.c (source_styling): New global.
13425 (_initialize_cli_style): Add "style sources" commands.
13426 (show_style_sources): New function.
13427 * cli/cli-style.h (source_styling): Declare.
13428
6f11e682
TT
134292019-03-14 Pedro Alves <palves@redhat.com>
13430 Tom Tromey <tromey@adacore.com>
13431
13432 * tui/tui-winsource.h (tui_refill_source_window): Declare.
13433 * tui/tui-winsource.c (tui_refill_source_window): New function,
13434 from...
13435 (tui_horizontal_source_scroll): ... here. Move some logic.
13436 * cli/cli-style.c (set_style_enabled): Notify new observable.
13437 * tui/tui-hooks.c (tui_redisplay_source): New function.
13438 (tui_attach_detach_observers): Attach or detach
13439 tui_redisplay_source.
13440 * observable.h (source_styling_changed): New observable.
13441 * observable.c: Define source_styling_changed observable.
13442
a068643d
TT
134432019-03-13 Tom Tromey <tromey@adacore.com>
13444
13445 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
13446 (i386_gnu_nat_target::store_registers): Update.
13447 * target-debug.h (target_debug_print_std_string): New macro.
13448 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
13449 * windows-tdep.c (display_one_tib): Update.
13450 * tui/tui-stack.c (tui_make_status_line): Update.
13451 * top.c (print_inferior_quit_action): Update.
13452 * thread.c (thr_try_catch_cmd): Update.
13453 (add_thread_with_info): Update.
13454 (thread_target_id_str): Update.
13455 (thr_try_catch_cmd): Update.
13456 (thread_command): Update.
13457 (thread_find_command): Update.
13458 * record-btrace.c (record_btrace_target::info_record)
13459 (record_btrace_resume_thread, record_btrace_target::resume)
13460 (record_btrace_cancel_resume, record_btrace_step_thread)
13461 (record_btrace_target::wait, record_btrace_target::wait)
13462 (record_btrace_target::wait, record_btrace_target::stop): Update.
13463 * progspace.c (print_program_space): Update.
13464 * process-stratum-target.c
13465 (process_stratum_target::thread_address_space): Update.
13466 * linux-fork.c (linux_fork_mourn_inferior)
13467 (detach_checkpoint_command, info_checkpoints_command)
13468 (linux_fork_context): Update.
13469 (linux_fork_detach): Update.
13470 (class scoped_switch_fork_info): Update.
13471 (delete_checkpoint_command): Update.
13472 * infrun.c (follow_fork_inferior): Update.
13473 (follow_fork_inferior): Update.
13474 (proceed_after_vfork_done): Update.
13475 (handle_vfork_child_exec_or_exit): Update.
13476 (follow_exec): Update.
13477 (displaced_step_prepare_throw): Update.
13478 (displaced_step_restore): Update.
13479 (start_step_over): Update.
13480 (resume_1): Update.
13481 (clear_proceed_status_thread): Update.
13482 (proceed): Update.
13483 (print_target_wait_results): Update.
13484 (do_target_wait): Update.
13485 (context_switch): Update.
13486 (stop_all_threads): Update.
13487 (restart_threads): Update.
13488 (finish_step_over): Update.
13489 (handle_signal_stop): Update.
13490 (switch_back_to_stepped_thread): Update.
13491 (keep_going_pass_signal): Update.
13492 (print_exited_reason): Update.
13493 (normal_stop): Update.
13494 * inferior.c (inferior_pid_to_str): Change return type.
13495 (print_selected_inferior): Update.
13496 (add_inferior): Update.
13497 (detach_inferior): Update.
13498 * dummy-frame.c (fprint_dummy_frames): Update.
13499 * dcache.c (dcache_info_1): Update.
13500 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
13501 (btrace_fetch, btrace_clear): Update.
13502 * linux-tdep.c (linux_core_pid_to_str): Change return type.
13503 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
13504 type.
13505 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
13506 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
13507 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
13508 * gdbarch.c, gdbarch.h: Rebuild.
13509 * gdbarch.sh (core_pid_to_str): Change return type.
13510 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
13511 return type.
13512 (windows_nat_target::pid_to_str): Change return type.
13513 (windows_delete_thread): Update.
13514 (windows_nat_target::attach): Update.
13515 (windows_nat_target::files_info): Update.
13516 * target-delegates.c: Rebuild.
13517 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
13518 return type.
13519 (sol_thread_target::pid_to_str): Change return type.
13520 * remote.c (class remote_target) <pid_to_str>: Change return
13521 type.
13522 (remote_target::pid_to_str): Change return type.
13523 (extended_remote_target::attach, remote_target::remote_stop_ns)
13524 (remote_target::remote_notif_remove_queued_reply)
13525 (remote_target::push_stop_reply, remote_target::disable_btrace):
13526 Update.
13527 (extended_remote_target::attach): Update.
13528 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13529 type.
13530 (gdbsim_target::pid_to_str): Change return type.
13531 * ravenscar-thread.c (struct ravenscar_thread_target)
13532 <pid_to_str>: Change return type.
13533 (ravenscar_thread_target::pid_to_str): Change return type.
13534 * procfs.c (class procfs_target) <pid_to_str>: Change return
13535 type.
13536 (procfs_target::pid_to_str): Change return type.
13537 (procfs_target::attach): Update.
13538 (procfs_target::detach): Update.
13539 (procfs_target::fetch_registers): Update.
13540 (procfs_target::store_registers): Update.
13541 (procfs_target::wait): Update.
13542 (procfs_target::files_info): Update.
13543 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13544 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13545 return type.
13546 (nto_procfs_target::pid_to_str): Change return type.
13547 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13548 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13549 return type.
13550 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13551 (exit_lwp): Update.
13552 (attach_proc_task_lwp_callback, get_detach_signal)
13553 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13554 (linux_nat_target::resume, wait_lwp, stop_callback)
13555 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13556 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13557 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13558 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13559 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13560 type.
13561 (inf_ptrace_target::attach): Update.
13562 (inf_ptrace_target::files_info): Update.
13563 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13564 type.
13565 (go32_nat_target::pid_to_str): Change return type.
13566 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13567 (gnu_nat_target::wait): Update.
13568 (gnu_nat_target::wait): Update.
13569 (gnu_nat_target::resume): Update.
13570 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13571 (fbsd_nat_target::wait): Update.
13572 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13573 type.
13574 (darwin_nat_target::attach): Update.
13575 * corelow.c (class core_target) <pid_to_str>: Change return type.
13576 (core_target::pid_to_str): Change return type.
13577 * target.c (normal_pid_to_str): Change return type.
13578 (default_pid_to_str): Likewise.
13579 (target_pid_to_str): Change return type.
13580 (target_translate_tls_address): Update.
13581 (target_announce_detach): Update.
13582 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13583 return type.
13584 (bsd_uthread_target::pid_to_str): Change return type.
13585 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13586 type.
13587 (bsd_kvm_target::pid_to_str): Change return type.
13588 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13589 return type.
13590 (aix_thread_target::pid_to_str): Change return type.
13591 * target.h (struct target_ops) <pid_to_str>: Change return type.
13592 (target_pid_to_str, normal_pid_to_str): Likewise.
13593 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13594 type.
13595 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13596 type.
13597 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13598 return type.
13599 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13600 type.
13601 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13602 type.
13603 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13604 return type.
13605
b4be1b06
SM
136062019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13607
13608 * NEWS: Mention that the new default MI version is 3. Mention
13609 changes to the output of commands and events that deal with
13610 multi-location breakpoints.
13611 * breakpoint.c: Include "mi/mi-out.h".
13612 (print_one_breakpoint): Change output syntax if using MI version
13613 >= 3.
13614 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13615 New.
13616 (mi_multi_location_breakpoint_output_fixed): New.
13617 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13618 (mi_cmd_fix_multi_location_breakpoint_output): New.
13619 (mi_multi_location_breakpoint_output_fixed): New.
13620 * mi/mi-cmds.c (mi_cmds): Register command
13621 -fix-multi-location-breakpoint-output.
13622 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13623 interpreter "mi".
13624
8e5e5494
SM
136252019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13626
13627 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13628 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13629 instantiate mi_ui_out based on interpreter name.
13630 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13631 * mi/mi-main.c (mi_load_progress): Likewise.
13632
197df35e
JB
136332019-03-12 John Baldwin <jhb@FreeBSD.org>
13634
13635 * NEWS: Combine separate "New targets" sections for 8.3.
13636
8399425f
JB
136372019-03-12 John Baldwin <jhb@FreeBSD.org>
13638
13639 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13640 (ppcfbsd_init_abi): Install gdbarch
13641 "fetch_tls_load_module_address" and "get_thread_local_address"
13642 methods.
13643
b0f87ed0
JB
136442019-03-12 John Baldwin <jhb@FreeBSD.org>
13645
13646 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13647 (riscv_fbsd_init_abi): Install gdbarch
13648 "fetch_tls_load_module_address" and "get_thread_local_address"
13649 methods.
13650
ce25aa57
JB
136512019-03-12 John Baldwin <jhb@FreeBSD.org>
13652
13653 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13654 (i386fbsd_init_abi): Install gdbarch
13655 "fetch_tls_load_module_address" and "get_thread_local_address"
13656 methods.
13657
f5424cfa
JB
136582019-03-12 John Baldwin <jhb@FreeBSD.org>
13659
13660 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13661 (amd64fbsd_init_abi): Install gdbarch
13662 "fetch_tls_load_module_address" and "get_thread_local_address"
13663 methods.
13664
945f3901
JB
136652019-03-12 John Baldwin <jhb@FreeBSD.org>
13666
13667 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13668 (struct fbsd_pspace_data): New type.
13669 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13670 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13671 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13672 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13673 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13674
ef0bd204
JB
136752019-03-12 John Baldwin <jhb@FreeBSD.org>
13676
13677 * gdbtypes.c (lookup_struct_elt): New function.
13678 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13679 * gdbtypes.h (struct struct_elt): New type.
13680 (lookup_struct_elt): New prototype.
13681
36c53a02
JB
136822019-03-12 John Baldwin <jhb@FreeBSD.org>
13683
13684 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13685 remove disabled code block.
13686
6e056c81
JB
136872019-03-12 John Baldwin <jhb@FreeBSD.org>
13688
13689 * gdbarch.sh (get_thread_local_address): New method.
13690 * gdbarch.h, gdbarch.c: Regenerate.
13691 * target.c (target_translate_tls_address): Use
13692 gdbarch_get_thread_local_address if present instead of
13693 target::get_thread_local_address.
13694
cd250a18
JB
136952019-03-12 John Baldwin <jhb@FreeBSD.org>
13696
13697 * target.h (target::get_thread_local_address): Update comment.
13698
df22c1e5
JB
136992019-03-12 John Baldwin <jhb@FreeBSD.org>
13700
13701 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13702 objfile->separate_debug_objfile_backlink if not NULL.
13703
dd6876c9
JB
137042019-03-12 John Baldwin <jhb@FreeBSD.org>
13705
13706 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13707 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13708 (amd64bsd_store_inferior_registers): Likewise.
13709 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13710 Enable segment base registers.
13711 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13712 PT_GETFSBASE and PT_GETGSBASE.
13713 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13714 PT_SETGSBASE.
13715 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13716 segment base registers.
13717 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13718
1163a4b7
JB
137192019-03-12 John Baldwin <jhb@FreeBSD.org>
13720
13721 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13722 Update calls to i386_target_description to add 'segments'
13723 parameter.
13724 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13725 add segment base registers.
13726 * arch/i386.c (i386_create_target_description): Add 'segments'
13727 parameter to enable segment base registers.
13728 * arch/i386.h (i386_create_target_description): Likewise.
13729 * features/i386/32bit-segments.xml: New file.
13730 * features/i386/32bit-segments.c: Generate.
13731 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13732 call to i386_target_description to add 'segments' parameter.
13733 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13734 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13735 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13736 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13737 if feature is present.
13738 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13739 Add 'segments' parameter to call to i386_target_description.
13740 (i386_target_description): Add 'segments' parameter to enable
13741 segment base registers.
13742 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13743 to call to i386_target_description.
13744 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13745 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13746 Define I386_NUM_REGS.
13747 (i386_target_description): Add 'segments' parameter to enable
13748 segment base registers.
13749
3a350822
EZ
137502019-03-12 Eli Zaretskii <eliz@gnu.org>
13751
13752 PR/24325
13753 * source-cache.c: #undef open and close, to avoid unresolved
13754 externals during linking.
13755
ffdd69cf
TT
137562019-03-12 Tom Tromey <tromey@adacore.com>
13757
13758 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13759 const. Add initializers.
13760 (_initialize_remote): Don't initialize ptid globals.
13761
ec148c57
PA
137622019-03-12 Pedro Alves <palves@redhat.com>
13763
13764 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13765
32764270
PA
137662019-03-12 Pedro Alves <palves@redhat.com>
13767
13768 * cp-name-parser.y (main): Remove unused 'len' variable.
13769
17547186
TT
137702019-03-12 Tom Tromey <tromey@adacore.com>
13771
13772 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13773 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13774
d3a70e03
TT
137752019-03-12 Tom Tromey <tromey@adacore.com>
13776
13777 * linux-nat.c (iterate_over_lwps): Update.
13778 (stop_callback): Remove parameter.
13779 (stop_wait_callback, detach_callback, resume_set_callback)
13780 (select_singlestep_lwp_callback, set_ignore_sigint)
13781 (status_callback, resumed_callback, resume_clear_callback)
13782 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13783 data parameter.
13784 (linux_nat_target::detach, linux_nat_target::resume)
13785 (linux_stop_and_wait_all_lwps, select_event_lwp)
13786 (linux_nat_filter_event, linux_nat_wait_1)
13787 (linux_nat_target::kill, linux_nat_target::stop)
13788 (linux_nat_target::stop): Update.
13789 (linux_nat_resume_callback): Change type.
13790 (resume_stopped_resumed_lwps, count_events_callback)
13791 (select_event_lwp_callback): Likewise.
13792 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13793 * arm-linux-nat.c (struct update_registers_data): Remove.
13794 (update_registers_callback): Change type.
13795 (arm_linux_insert_hw_breakpoint1): Update.
13796 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13797 parameter.
13798 (x86_linux_dr_set_addr): Update.
13799 (x86_linux_dr_set_control): Update.
13800 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13801 (iterate_over_lwps): Use gdb::function_view.
13802 * nat/aarch64-linux-hw-point.c (struct
13803 aarch64_dr_update_callback_param): Remove.
13804 (debug_reg_change_callback): Change type.
13805 (aarch64_notify_debug_reg_change): Update.
13806 * s390-linux-nat.c (s390_refresh_per_info): Update.
13807
82cb27ff
TT
138082019-03-11 Tom Tromey <tromey@adacore.com>
13809
13810 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13811 redundant assignment to "this_cu".
13812
568c0683
SM
138132019-03-08 Simon Marchi <simon.marchi@efficios.com>
13814
13815 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13816
f09ce22d
SM
138172019-03-08 Simon Marchi <simon.marchi@efficios.com>
13818
13819 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13820 from...
13821 (rank_one_type): ... this.
13822
595f96a9
SM
138232019-03-08 Simon Marchi <simon.marchi@efficios.com>
13824
13825 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13826 from...
13827 (rank_one_type): ... this.
13828
2598a94b
SM
138292019-03-08 Simon Marchi <simon.marchi@efficios.com>
13830
13831 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13832 from...
13833 (rank_one_type): ... this.
13834
7f17b20d
SM
138352019-03-08 Simon Marchi <simon.marchi@efficios.com>
13836
13837 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13838 from...
13839 (rank_one_type): ... this.
13840
2c509035
SM
138412019-03-08 Simon Marchi <simon.marchi@efficios.com>
13842
13843 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13844 from...
13845 (rank_one_type): ... this.
13846
0dd322dc
SM
138472019-03-08 Simon Marchi <simon.marchi@efficios.com>
13848
13849 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13850 from...
13851 (rank_one_type): ... this.
13852
41ea4728
SM
138532019-03-08 Simon Marchi <simon.marchi@efficios.com>
13854
13855 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13856 from...
13857 (rank_one_type): ... this.
13858
793cd1d2
SM
138592019-03-08 Simon Marchi <simon.marchi@efficios.com>
13860
13861 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13862 from...
13863 (rank_one_type): ... this.
13864
34910087
SM
138652019-03-08 Simon Marchi <simon.marchi@efficios.com>
13866
13867 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13868 from...
13869 (rank_one_type): ... this.
13870
f1f832d6
SM
138712019-03-08 Simon Marchi <simon.marchi@efficios.com>
13872
13873 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13874 from...
13875 (rank_one_type): ... this.
13876
b9f4512f
SM
138772019-03-08 Simon Marchi <simon.marchi@efficios.com>
13878
13879 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13880 from...
13881 (rank_one_type): ... this.
13882
9293fc63
SM
138832019-03-08 Simon Marchi <simon.marchi@efficios.com>
13884
13885 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13886 from...
13887 (rank_one_type): ... this.
13888
e3abbe7e
PW
138892019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13890
13891 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13892 inferior-events' shows the example events.
13893
e4adb939
EZ
138942019-03-08 Eli Zaretskii <eliz@gnu.org>
13895
13896 Support styling on native MS-Windows console
13897
13898 PR/24315
13899 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13900 on MS-Windows if $TERM is not defined.
13901
13902 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13903
13904 * posix-hdep.c (gdb_console_fputs):
13905 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13906 functions.
13907 * ui-file.h (gdb_console_fputs): Add prototype.
13908
13909 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13910 back to fputs only if the former returns zero.
13911
25629dfd
TT
139122019-03-07 Tom Tromey <tom@tromey.com>
13913
13914 * symmisc.c (print_symbol_bcache_statistics): Update.
13915 (print_objfile_statistics): Update.
13916 * symfile.c (allocate_symtab): Update.
13917 * stabsread.c: Don't include bcache.h.
13918 * psymtab.h (struct psymbol_bcache): Don't declare.
13919 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13920 (psymbol_bcache_init, psymbol_bcache_free)
13921 (psymbol_bcache_get_bcache): Don't declare.
13922 * psymtab.c (struct psymbol_bcache): Remove.
13923 (psymtab_storage::psymtab_storage): Update.
13924 (psymtab_storage::~psymtab_storage): Update.
13925 (psymbol_bcache_init, psymbol_bcache_free)
13926 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13927 (add_psymbol_to_bcache): Update.
13928 (allocate_psymtab): Update.
13929 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13930 macro_cache>: No longer pointers.
13931 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13932 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13933 * macrotab.c (macro_bcache): Update.
13934 * macroexp.c: Don't include bcache.h.
13935 * gdbtypes.c (check_types_worklist): Update.
13936 (types_deeply_equal): Remove TRY/CATCH. Update.
13937 * elfread.c (elf_symtab_read): Update.
13938 * dwarf2read.c: Don't include bcache.h.
13939 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13940 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13941 (print_bcache_statistics, bcache_memory_used): Don't declare.
13942 (struct bcache): Move from bcache.c. Add constructor, destructor,
13943 methods. Rename all data members.
13944 * bcache.c (struct bcache): Move to bcache.h.
13945 (bcache::expand_hash_table): Rename from expand_hash_table.
13946 (bcache): Remove.
13947 (bcache::insert): Rename from bcache_full.
13948 (bcache::compare): Rename from bcache_compare.
13949 (bcache_xmalloc): Remove.
13950 (bcache::~bcache): Rename from bcache_xfree.
13951 (bcache::print_statistics): Rename from print_bcache_statistics.
13952 (bcache::memory_used): Rename from bcache_memory_used.
13953
fe726667
PA
139542019-03-07 Pedro Alves <palves@redhat.com>
13955
13956 * infrun.c (normal_stop): Also check for
13957 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13958
7584bb30
AB
139592019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13960
13961 * f-lang.c (value_from_host_double): Moved to...
13962 * value.c (value_from_host_double): ...here.
13963 * value.h (value_from_host_double): Declare.
13964 * guile/scm-math.c (vlscm_convert_typed_number): Use
13965 value_from_host_double.
13966 (vlscm_convert_number): Likewise.
13967 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13968 * python/py-value.c (convert_value_from_python): Likewise.
13969
a7b1986e
TT
139702019-03-06 Tom Tromey <tom@tromey.com>
13971
13972 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13973
0ccf4211
TT
139742019-03-06 Tom Tromey <tom@tromey.com>
13975
13976 * utils.h (free_current_contents): Don't declare.
13977 * utils.c (free_current_contents): Remove.
13978
fe7b42e5
TT
139792019-03-06 Tom Tromey <tom@tromey.com>
13980
13981 * top.c (quit_force): Update.
13982 * main.c (captured_command_loop): Update.
13983 * common/new-op.c (operator new): Update.
13984 * common/common-exceptions.c (struct catcher)
13985 <save_cleanup_chain>: Remove member.
13986 (exceptions_state_mc_init): Update.
13987 (exception_try_scope_entry): Return nullptr.
13988 (exception_try_scope_exit, exception_rethrow)
13989 (throw_exception_sjlj, throw_exception_cxx): Update.
13990 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13991 (all_cleanups, do_cleanups, discard_cleanups)
13992 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13993 (restore_cleanups, restore_final_cleanups): Don't declare.
13994 (do_final_cleanups): Remove parameter.
13995 * common/cleanups.c (cleanup_chain, make_cleanup)
13996 (make_cleanup_dtor, all_cleanups, do_cleanups)
13997 (discard_my_cleanups, discard_cleanups)
13998 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13999 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
14000 (null_cleanup): Remove.
14001 (do_final_cleanups): Remove parameter.
14002
c6321f19
TT
140032019-03-06 Tom Tromey <tom@tromey.com>
14004
14005 * remote.c (remote_target::remote_parse_stop_reply): Use
14006 unique_xmalloc_ptr.
14007
61b30099
TT
140082019-03-06 Tom Tromey <tom@tromey.com>
14009
14010 * stabsread.c (struct stabs_field_info): Rename from field_info.
14011 <list, fnlist>: Add initializers.
14012 <obstack>: New member.
14013 (read_member_functions, read_struct_fields, read_baseclasses):
14014 Allocate on obstack. Don't use cleanups.
14015 (read_one_struct_field, read_member_functions, read_struct_fields)
14016 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
14017 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
14018 (read_struct_type): Update.
14019
6cceac94
TT
140202019-03-06 Tom Tromey <tom@tromey.com>
14021
14022 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
14023 * common/filestuff.h (make_cleanup_close): Don't declare.
14024 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
14025 Remove.
14026
72412762
TT
140272019-03-06 Tom Tromey <tom@tromey.com>
14028
14029 * solib-aix.c: Use make_scope_exit.
14030
2b6ff1c0
TT
140312019-03-06 Tom Tromey <tom@tromey.com>
14032
14033 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
14034 Use make_scope_exit.
14035
d01c5877
TT
140362019-03-06 Tom Tromey <tom@tromey.com>
14037
14038 * solib-svr4.c (disable_probes_interface): Remove parameter.
14039 (svr4_handle_solib_event): Use make_scope_exit.
14040
32603266
TT
140412019-03-06 Tom Tromey <tom@tromey.com>
14042
14043 * remote.c (struct stop_reply_deleter): Remove.
14044 (stop_reply_up): Update.
14045 (struct stop_reply): Derive from notif_event. Don't typedef.
14046 <regcache>: Now a std::vector.
14047 (stop_reply_xfree): Remove.
14048 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
14049 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
14050 (remote_target::discard_pending_stop_replies): Use delete.
14051 (remote_target::remote_parse_stop_reply): Update.
14052 (remote_target::process_stop_reply): Update.
14053 * remote-notif.h (struct notif_event): Add virtual destructor.
14054 Remove "dtr" member.
14055 (struct notif_client) <alloc_event>: Return a unique_ptr.
14056 (notif_event_xfree): Don't declare.
14057 (notif_event_up): New typedef.
14058 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
14059 (notif_event_xfree, do_notif_event_xfree): Remove.
14060 (remote_notif_state_xfree): Update.
14061
9799571e
TT
140622019-03-06 Tom Tromey <tom@tromey.com>
14063
14064 * infrun.c (displaced_step_clear_cleanup): Now a
14065 forward_scope_exit type.
14066 (displaced_step_prepare_throw): Update.
14067 (displaced_step_fixup): Update.
14068
09e3c4ca
TT
140692019-03-06 Tom Tromey <tom@tromey.com>
14070
14071 * inferior.h (class inferior): Update comment.
14072 * gdbthread.h (class thread_info): Update comment.
14073
e2a03548
TT
140742019-03-06 Joel Brobecker <brobecker@adacore.com>
14075 Tom Tromey <tom@tromey.com>
14076
14077 * stabsread.h (struct stab_section_list): Remove.
14078 (coffstab_build_psymtabs): Update.
14079 * dbxread.c (symbuf_sections): Now a std::vector.
14080 (sect_idx): New global.
14081 (fill_symbuf): Update.
14082 (coffstab_build_psymtabs): Change type of stabsects parameter.
14083 Update.
14084 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
14085 std::vector.
14086 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
14087 (coff_locate_sections): Update.
14088 (coff_symfile_read): Remove cleanups. Update.
14089 (init_stringtab): Add storage parameter.
14090 (free_stringtab, free_stringtab_cleanup): Remove.
14091 (init_lineno): Add storage parameter.
14092 (free_linetab, free_linetab_cleanup): Remove.
14093
b7e60d85
PA
140942019-03-06 Pedro Alves <palves@redhat.com>
14095
14096 * linux-fork.c (fork_info::clobber_regs): Delete.
14097 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
14098 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
14099 comment. Adjust.
14100 (scoped_switch_fork_info::scoped_switch_fork_info)
14101 (checkpoint_command, linux_fork_context): Adjust
14102 fork_save_infrun_state calls.
14103
e52c971f
PA
141042019-03-06 Pedro Alves <palves@redhat.com>
14105
14106 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
14107 (inf_has_multiple_threads): Return 'bool' and rewrite using
14108 inferior_info::threads().
14109
06974e6c
PA
141102019-03-06 Pedro Alves <palves@redhat.com>
14111
14112 * linux-fork.c: Include <list>.
14113 (fork_list): Now a std::list instance.
14114 (fork_info): Add ctor, dtor, and in-class initialize all fields.
14115 (forks_exist_p, find_last_fork): Adjust.
14116 (new_fork): Delete.
14117 (one_fork_p): New.
14118 (add_fork): Adjust.
14119 (free_fork): Delete, folded into fork_info::~fork_info().
14120 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
14121 Adjust.
14122 (init_fork_list): Delete.
14123 (linux_fork_killall, linux_fork_mourn_inferior)
14124 (linux_fork_detach, info_checkpoints_command): Adjust.
14125 (_initialize_linux_fork): No longer call init_fork_list.
14126
72f31aea
PA
141272019-03-06 Pedro Alves <palves@redhat.com>
14128
14129 * linux-fork.c (new_fork): New, split out of ...
14130 (add_fork): ... this. Return void. Move "first fork" special
14131 case from here, to ...
14132 (checkpoint_command): ... here.
14133 * linux-linux.h (add_fork): Return void.
14134
efbecbc1
AB
141352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14136
14137 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
14138
0841c79a
AB
141392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14140 Chris January <chris.january@arm.com>
14141 David Lecomber <david.lecomber@arm.com>
14142
14143 * f-exp.y: New token, UNOP_INTRINSIC.
14144 (exp): New pattern using UNOP_INTRINSIC token.
14145 (f77_keywords): Add 'abs' keyword.
14146 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
14147 (value_from_host_double): New function.
14148 (evaluate_subexp_f): Support UNOP_ABS.
14149
4a270568
AB
141502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14151
14152 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
14153 types.
14154
067630bd
AB
141552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14156
14157 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
14158 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
14159 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
14160
3be47f7a
AB
141612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14162
14163 * f-exp.y (convert_to_kind_type): Handle more type kinds.
14164
4d00f5d8
AB
141652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14166 Chris January <chris.january@arm.com>
14167
14168 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
14169 * f-exp.y: Define 'KIND' token.
14170 (exp): New pattern for KIND expressions.
14171 (ptype): Handle types with a kind extension.
14172 (direct_abs_decl): Extend to spot kind extensions.
14173 (f77_keywords): Add 'kind' to the list.
14174 (push_kind_type): New function.
14175 (convert_to_kind_type): New function.
14176 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
14177 * parse.c (operator_length_standard): Likewise.
14178 * parser-defs.h (enum type_pieces): Add tp_kind.
14179 * std-operator.def: Add UNOP_KIND.
14180
e454224f
AB
141812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14182
14183 * f-exp.y (f_parse): Set yydebug.
14184
9dad4a58
AB
141852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14186
14187 * f-lang.c (evaluate_subexp_f): New function.
14188 (exp_descriptor_f): New global.
14189 (f_language_defn): Use exp_descriptor_f instead of
14190 exp_descriptor_standard.
14191
c8f91604
AB
141922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14193
14194 * f-exp.y (struct token): Add comments.
14195 (dot_ops): Remove uppercase versions and the end marker.
14196 (f77_keywords): Likewise.
14197 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
14198 entries in the dot_ops array are case insensitive, and use
14199 strncasecmp to compare strings. Also some whitespace cleanup in
14200 this area. Similar for the f77_keywords array, except entries in
14201 this list might be case sensitive.
14202
dd9f2c76
AB
142032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14204
14205 * f-exp.y (struct f77_boolean_val): Add comments.
14206 (boolean_values): Remove uppercase versions, and end marker.
14207 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
14208 and use strncasecmp to achieve case insensitivity. Additionally,
14209 perform whitespace cleanup around this code.
14210
67a3048c
TT
142112019-03-06 Tom Tromey <tromey@adacore.com>
14212
14213 * remote-sim.c (gdbsim_target_open): Use result of
14214 gdb_argv::release.
14215
aa3cfbda
RB
142162019-03-06 Richard Bunt <richard.bunt@arm.com>
14217 Dirk Schubert <dirk.schubert@arm.com>
14218 Chris January <chris.january@arm.com>
14219
14220 * eval.c (evaluate_subexp_standard): Call Fortran argument
14221 wrapping logic.
14222 * f-lang.c (struct value): A value which can be passed into a
14223 Fortran function call.
14224 (fortran_argument_convert): Wrap Fortran arguments in a pointer
14225 where appropriate.
14226 (struct type): Value ready for a Fortran function call.
14227 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
14228 is needed.
14229 * f-lang.h (fortran_argument_convert): Declaration.
14230 (fortran_preserve_arg_pointer): Declaration.
14231 * infcall.c (value_arg_coerce): Call Fortran argument logic.
14232
ea38e5df
TT
142332019-03-05 Tom Tromey <tromey@adacore.com>
14234
14235 * python/py-prettyprint.c (print_string_repr): Remove #if.
14236 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
14237
06b5b831
TT
142382019-03-05 Tom Tromey <tromey@adacore.com>
14239
14240 * target.c (the_dummy_target): Move later. Change type to
14241 "dummy_target".
14242 (initialize_targets): Don't initialize the_dummy_target.
14243
edbd9e45
TT
142442019-03-05 Tom Tromey <tromey@adacore.com>
14245
14246 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
14247 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
14248
c119e040
TT
142492019-03-05 Tom Tromey <tromey@adacore.com>
14250
14251 * windows-nat.c (windows_nat_target::attach)
14252 (windows_nat_target::detach): Don't call gdb_flush.
14253 * valprint.c (generic_val_print, val_print, val_print_string):
14254 Don't call gdb_flush.
14255 * utils.c (defaulted_query): Don't call gdb_flush.
14256 * typeprint.c (print_type_scalar): Don't call gdb_flush.
14257 * target.c (target_announce_detach): Don't call gdb_flush.
14258 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
14259 * remote.c (extended_remote_target::attach): Don't call
14260 gdb_flush.
14261 * procfs.c (procfs_target::detach): Don't call gdb_flush.
14262 * printcmd.c (do_examine): Don't call gdb_flush.
14263 (info_display_command): Don't call gdb_flush.
14264 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
14265 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
14266 * memattr.c (info_mem_command): Don't call gdb_flush.
14267 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
14268 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
14269 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
14270 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
14271 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
14272 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
14273 (gnu_nat_target::detach): Don't call gdb_flush.
14274 * f-valprint.c (f_val_print): Don't call gdb_flush.
14275 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
14276 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
14277 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
14278 gdb_flush.
14279 * c-valprint.c (c_val_print): Don't call gdb_flush.
14280 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
14281
895dafa6
TT
142822019-03-05 Tom Tromey <tromey@adacore.com>
14283
14284 * varobj.c (update_dynamic_varobj_children): Update.
14285 (install_default_visualizer): Use reset, not release.
14286 * value.c (set_internalvar): Update.
14287 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
14288 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
14289 ATTRIBUTE_UNUSED_RESULT.
14290
88a774b9
TT
142912019-03-05 Tom Tromey <tromey@adacore.com>
14292
14293 * remote.c (class scoped_remote_fd) <release>: Add
14294 ATTRIBUTE_UNUSED_RESULT.
14295
4e4a8b93
TT
142962019-03-05 Tom Tromey <tromey@adacore.com>
14297
14298 * macroexp.c (struct macro_buffer) <release>: Add
14299 ATTRIBUTE_UNUSED_RESULT.
14300
083eef1f
TT
143012019-03-05 Tom Tromey <tromey@adacore.com>
14302
14303 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
14304 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
14305 ATTRIBUTE_UNUSED_RESULT.
14306
3cabd438
TT
143072019-03-05 Tom Tromey <tromey@adacore.com>
14308
14309 * common/scoped_fd.h (class scoped_fd) <release>: Add
14310 ATTRIBUTE_UNUSED_RESULT.
14311
41e3300a
TT
143122019-03-05 Tom Tromey <tromey@adacore.com>
14313
14314 * parser-defs.h (struct parser_state) <release>: Add
14315 ATTRIBUTE_UNUSED_RESULT.
14316
18cb7c9f
TT
143172019-03-05 Tom Tromey <tromey@adacore.com>
14318
14319 * utils.h (class gdb_argv) <release>: Add
14320 ATTRIBUTE_UNUSED_RESULT.
14321 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
14322
41fa577f
EZ
143232019-03-02 Eli Zaretskii <eliz@gnu.org>
14324
a6a4b2c6
EZ
14325 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
14326 for-loop range, to avoid compiler warnings.
14327
14328 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
14329 avoid compiler warnings about unused variables.
14330
742a7df5
EZ
14331 * NEWS: Mention end of support for native debugging on MS-Windows
14332 before XP.
14333
41fa577f
EZ
14334 PR gdb/24292
14335 * common/netstuff.c:
14336 * gdbserver/gdbreplay.c
14337 * gdbserver/remote-utils.c:
14338 * ser-tcp.c:
14339 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
14340 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
14341 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
14342 'getaddrinfo' and 'freeaddrinfo' were not available before
14343 Windows XP, and mingw.org's MinGW headers by default define
14344 _WIN32_WINNT to 0x500.
14345
827f438f
GB
143462019-03-01 Gary Benson <gbenson@redhat.com>
14347
14348 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
14349
92137da0
RO
143502019-02-28 Brian Vandenberg <phantall@gmail.com>
14351 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14352
14353 PR gdb/8527
14354 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
14355 set_sigint_trap, clear_sigint_trap.
14356
799efbe8
PW
143572019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14358
14359 * target.c (target_detach): Clear the regcache and the
14360 frame cache.
14361
8ed25214
PA
143622019-02-27 Pedro Alves <palves@redhat.com>
14363
14364 * utils.c (set_screen_size): When we cap the height/width sizes,
14365 tweak the corresponding command variable to show "unlimited":
14366
23031e31
SJ
143672019-02-27 Saagar Jha <saagar@saagarjha.com>
14368 Pedro Alves <palves@redhat.com>
14369
14370 * utils.c (set_screen_size): Reduce "infinite" rows and columns
14371 before calling rl_set_screen_size.
14372
6c28e44a
TT
143732019-02-27 Tom Tromey <tromey@adacore.com>
14374
14375 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
14376 define.
14377 * python/py-value.c: Remove Python 2.4 workaround.
14378 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
14379 workaround.
14380 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
14381 Python 2.4 workaround.
14382 * python/python-internal.h: Remove Python 2.4 comment.
14383 (Py_ssize_t): Don't define.
14384 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
14385 (gdb_Py_DECREF): Remove Python 2.4 workaround.
14386 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
14387 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
14388 * python/python.c (do_start_initialization): Remove Python 2.4
14389 workaround.
14390 * python/py-prettyprint.c (class dummy_python_frame): Remove.
14391 (print_children): Remove Python 2.4 workaround.
14392 * python/py-inferior.c (buffer_procs): Remove Python 2.4
14393 workaround.
14394 (CHARBUFFERPROC_NAME): Remove.
14395 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
14396 Python 2.4 workaround.
14397
2c3fc25d 143982019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 14399
2c3fc25d
KB
14400 * NEWS: Note minimum Python version.
14401
6ca62222
KB
144022019-02-27 Kevin Buettner <kevinb@redhat.com>
14403
14404 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
14405 code from these functions. Remove corresponding ifdefs. Use
14406 Py_buffer_up instead of explicit calls to PyBuffer_Release.
14407 Remove gotos and target of gotos.
14408 (infpy_search_memory): Likewise.
14409
f4bc7d2c
AB
144102019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14411
14412 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
14413 (hppa_gdbarch_init): Don't register deleted functions with
14414 gdbarch.
14415
9734a586
AB
144162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14417
14418 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
14419 (h8300_unwind_sp): Delete.
14420 (h8300_dummy_id): Delete.
14421 (h8300_gdbarch_init): Don't register deleted functions with
14422 gdbarch.
14423
68b867f3
AB
144242019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14425
14426 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
14427 (ft32_unwind_pc): Delete.
14428 (ft32_unwind_sp): Delete.
14429 (ft32_gdbarch_init): Don't register deleted functions with
14430 gdbarch.
14431
2fbe7ad0
AB
144322019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14433
14434 * gdb/frv-tdep.c (frv_dummy_id): Delete.
14435 (frv_unwind_pc): Delete.
14436 (frv_unwind_sp): Delete.
14437 (frv_gdbarch_init): Don't register deleted functions with
14438 gdbarch.
14439
76055cbe
AB
144402019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14441
14442 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
14443 (riscv_unwind_pc): Delete.
14444 (riscv_unwind_sp): Delete.
14445 (riscv_gdbarch_init): Don't register deleted functions with
14446 gdbarch.
14447
4133e5a1
AB
144482019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14449
14450 * gdb/csky-tdep.c (csky_dummy_id): Delete.
14451 (csky_unwind_pc): Delete.
14452 (csky_unwind_sp): Delete.
14453 (csky_gdbarch_init): Don't register deleted functions with
14454 gdbarch.
14455
8010f576
AB
144562019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14457
14458 * gdb/cris-tdep.c (cris_dummy_id): Delete.
14459 (cris_unwind_pc): Delete.
14460 (cris_unwind_sp): Delete.
14461 (cris_gdbarch_init): Don't register deleted functions with
14462 gdbarch.
14463
b56bf084
AB
144642019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14465
14466 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
14467 (bfin_unwind_pc): Delete.
14468 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
14469
a19a650f
AB
144702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14471
14472 * gdb/arm-tdep.c (arm_dummy_id): Delete.
14473 (arm_unwind_pc): Delete.
14474 (arm_unwind_sp): Delete.
14475 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
14476
f8278c3c
AB
144772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14478
14479 * gdb/arc-tdep.c (arc_dummy_id): Delete.
14480 (arc_unwind_pc): Delete.
14481 (arc_unwind_sp): Delete.
14482 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
14483
480e46cf
AB
144842019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14485
14486 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
14487 (alpha_unwind_pc): Delete.
14488 (alpha_gdbarch_init): Don't register deleted functions with
14489 gdbarch.
14490
7a995095
AB
144912019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14492
14493 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
14494 (aarch64_unwind_pc): Delete.
14495 (aarch64_unwind_sp): Delete.
14496 (aarch64_gdbarch_init): Don't register deleted functions with
14497 gdbarch.
14498
bf9a735e
AB
144992019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14500
14501 * gdbtypes.c (type_align): Don't consider static members when
14502 computing structure alignment.
14503
5561fc30
AB
145042019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14505
14506 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
14507 return 0 for other types.
14508 * arch-utils.c (default_type_align): Always return 0.
14509 * gdbarch.h: Regenerate.
14510 * gdbarch.sh (type_align): Extend comment.
14511 * gdbtypes.c (type_align): Add additional comments, always call
14512 gdbarch_type_align before applying the default rules.
14513 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
14514 generic code will then apply a suitable default.
14515 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
14516 types, return 0 for other types.
14517
9335e75a
JB
145182019-02-27 Joel Brobecker <brobecker@adacore.com>
14519
14520 * NEWS: Create a new section for the next release branch.
14521 Rename the section of the current branch, now that it has
14522 been cut.
14523
3d34d8de
JB
145242019-02-27 Joel Brobecker <brobecker@adacore.com>
14525
14526 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14527 * version.in: Bump version to 8.3.50.DATE-git.
14528
143420fb
SM
145292019-02-26 Simon Marchi <simon.marchi@efficios.com>
14530
14531 * aix-thread.c (ptid_cmp): Remove unused variable.
14532 (get_signaled_thread): Likewise.
14533 (store_regs_user_thread): Likewise.
14534 (store_regs_kernel_thread): Likewise.
14535 (fetch_regs_kernel_thread): Remove shadowed variable.
14536
172fb711
AB
145372019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14538
14539 * features/riscv/32bit-cpu.xml: Add register numbers.
14540 * features/riscv/32bit-fpu.c: Regenerate.
14541 * features/riscv/32bit-fpu.xml: Add register numbers.
14542 * features/riscv/64bit-cpu.xml: Add register numbers.
14543 * features/riscv/64bit-fpu.c: Regenerate.
14544 * features/riscv/64bit-fpu.xml: Add register numbers.
14545
26c89782
KB
145462019-02-26 Kevin Buettner <kevinb@redhat.com>
14547
af54ade9 14548 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
14549 * python/py-value.c (convert_buffer_and_type_to_value): New
14550 function.
14551 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14552 Add support for handling an optional second argument. Call
14553 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
14554 * python/python-internal.h (Py_buffer_deleter): New struct.
14555 (Py_buffer_up): New typedef.
14556
0f58c9e8
JB
145572019-02-25 John Baldwin <jhb@FreeBSD.org>
14558
14559 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14560 instead of releasing ownership.
14561
0a0f4c01
JR
145622019-02-25 Jordan Rupprecht <rupprecht@google.com>
14563
14564 * dwarf2read.c (open_and_init_dwp_file): Call
14565 elf_numsections instead of bfd_count_sections to initialize
14566 dwp_file->num_sections.
14567
cd5a152c
TT
145682019-02-25 Tom Tromey <tromey@adacore.com>
14569
14570 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14571
8a6a8513
SDJ
145722019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 * gcore.in: Add '--readnever' option when invoking GDB.
14575
04dcda9c
SM
145762019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14577
14578 * MAINTAINERS: Update my email address.
14579
07bc701d
SM
145802019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14581
14582 * build-id.c (build_id_to_debug_bfd_1): New function.
14583 (build_id_to_debug_bfd): Look for separate debug file in
14584 sysroot.
14585
c6f4a5d0
AB
145862019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14587
14588 * gdbarch.sh: Update the copyright year range that is placed into
14589 generated files.
14590
9600246d
KS
145912019-02-22 Keith Seitz <keiths@redhat.com>
14592
14593 PR symtab/23853
14594 * linespec.c (create_sals_line_offset): Search for the default
14595 symtab's filename instead of its fullname.
14596
7557a514
AH
145972019-02-21 Alan Hayward <alan.hayward@arm.com>
14598
14599 * NEWS: Update style defaults.
14600
ee2bcb0c
AH
146012019-02-21 Alan Hayward <alan.hayward@arm.com>
14602
14603 * main.c (captured_main_1): Disable styling in batch mode.
14604
0c95f9ed
TT
146052019-02-20 Tom Tromey <tom@tromey.com>
14606
14607 * symtab.c (symtab_symbol_info): Fix typos.
14608
c763b894
TT
146092019-02-20 Tom Tromey <tromey@adacore.com>
14610
14611 * findcmd.c (_initialize_mem_search): Use upper case for
14612 metasyntactic variables.
14613
0ef8a082
AH
146142019-02-20 Alan Hayward <alan.hayward@arm.com>
14615
14616 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14617 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14618
6caa91b6
SM
146192019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14620
14621 * top.h (source_file_name): Change to std::string.
14622 * top.c (source_file_name): Likewise.
14623 (command_line_input): Adjust.
14624 * cli/cli-script.c (script_from_file): Adjust.
14625
98814c6c
TT
146262019-02-19 Tom Tromey <tromey@adacore.com>
14627
14628 * ravenscar-thread.c
14629 (ravenscar_thread_target::update_thread_list): Don't call
14630 ada_build_task_list.
14631 * ada-lang.h (ada_build_task_list): Don't declare.
14632 * ada-tasks.c (struct ada_tasks_inferior_data)
14633 <task_list_valid_p>: Now bool.
14634 (read_known_tasks, ada_task_list_changed)
14635 (ada_tasks_invalidate_inferior_data): Update.
14636 (read_known_tasks_array): Return bool.
14637 (read_known_tasks_list): Likewise.
14638 (read_known_tasks): Return void.
14639 (ada_build_task_list): Now static.
14640
70cd633e
AB
146412019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14642
14643 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14644 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14645
040b3e95
PW
146462019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14647
14648 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14649 variant for ada_tasks_pspace_data_handle and
14650 ada_tasks_inferior_data_handle.
14651 (ada_tasks_pspace_data_cleanup): New function.
14652 (ada_tasks_inferior_data_cleanup): New function.
14653
9409233b
TT
146542019-02-17 Tom Tromey <tom@tromey.com>
14655
14656 * macrotab.h (macro_source_fullname): Return a std::string.
14657 * macrotab.c (macro_include, check_for_redefinition)
14658 (macro_undef, macro_lookup_definition, foreach_macro)
14659 (foreach_macro_in_scope): Update.
14660 (macro_source_fullname): Return a std::string.
14661 * macrocmd.c (show_pp_source_pos): Update.
14662
6506371f
TT
146632019-02-17 Tom Tromey <tom@tromey.com>
14664
14665 * macrocmd.c (show_pp_source_pos): Style the file names.
14666
0c820d67
TT
146672019-02-17 Tom Tromey <tom@tromey.com>
14668
14669 PR tui/24197:
14670 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14671
a0087920
TT
146722019-02-17 Tom Tromey <tom@tromey.com>
14673
14674 * ada-lang.c (user_select_syms): Use filtered printing.
14675 * utils.c (wrap_style): New global.
14676 (desired_style): Remove.
14677 (emit_style_escape): Add stream parameter.
14678 (set_output_style, reset_terminal_style, prompt_for_continue):
14679 Update.
14680 (flush_wrap_buffer): Only flush gdb_stdout.
14681 (wrap_here): Set wrap_style.
14682 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14683 treat escape sequences as a character. Change when wrap buffer is
14684 flushed.
14685 (fputs_styled): Do not set the output style when the default is
14686 requested.
14687 * ui-style.h (struct ui_file_style) <is_default>: New method.
14688 * source.c (print_source_lines_base): Emit escape sequences in one
14689 piece.
14690
75ba10dc
JB
146912019-02-17 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14694 integers and enumeration types.
14695
a2cd4f14
JB
146962019-02-17 Joel Brobecker <brobecker@adacore.com>
14697
14698 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14699 instead of lookup_symbol_in_language
14700 (do_exact_match): New function.
14701 (ada_get_symbol_name_matcher): Return do_exact_match when
14702 doing a verbatim match.
14703
485b851b
TT
147042019-02-15 Tom Tromey <tromey@adacore.com>
14705
14706 * ravenscar-thread.c (ravenscar_thread_target::resume)
14707 (ravenscar_thread_target::wait): Special case wildcard requests.
14708
0b790b1e
TT
147092019-02-15 Tom Tromey <tromey@adacore.com>
14710
14711 * ravenscar-thread.c (base_ptid): Remove.
14712 (struct ravenscar_thread_target) <close>: New method.
14713 <m_base_ptid>: New member.
14714 <update_inferior_ptid, active_task, task_is_currently_active,
14715 runtime_initialized>: Declare methods.
14716 <ravenscar_thread_target>: Add constructor.
14717 (ravenscar_thread_target::task_is_currently_active)
14718 (ravenscar_thread_target::update_inferior_ptid)
14719 (ravenscar_runtime_initialized): Rename. Now methods.
14720 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14721 (ravenscar_thread_target::update_thread_list): Update.
14722 (ravenscar_thread_target::active_task): Now method.
14723 (ravenscar_thread_target::store_registers)
14724 (ravenscar_thread_target::prepare_to_store)
14725 (ravenscar_thread_target::prepare_to_store)
14726 (ravenscar_thread_target::mourn_inferior): Update.
14727 (ravenscar_inferior_created): Use "new" to create target.
14728 (ravenscar_thread_target::get_ada_task_ptid): Update.
14729 (_initialize_ravenscar): Don't initialize base_ptid.
14730 (ravenscar_ops): Remove global.
14731
dea57a62
TT
147322019-02-15 Tom Tromey <tromey@adacore.com>
14733
14734 * target.h (push_target): Declare new overload.
14735 * target.c (push_target): New overload, taking an rvalue reference.
14736 * remote.c (remote_target::open_1): Use push_target overload.
14737 * corelow.c (core_target_open): Use push_target overload.
14738
989f3c58
TT
147392019-02-15 Tom Tromey <tromey@adacore.com>
14740
14741 * ravenscar-thread.c (is_ravenscar_task)
14742 (ravenscar_task_is_currently_active): Return bool.
14743 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14744 (_initialize_ravenscar): Remove "(void)".
14745 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14746 Return bool.
14747
6cbcc006
TT
147482019-02-15 Tom Tromey <tromey@adacore.com>
14749
14750 * ravenscar-thread.c (ravenscar_runtime_initializer)
14751 (has_ravenscar_runtime, get_running_thread_id)
14752 (ravenscar_thread_target::resume): Fix indentation.
14753
7657f14d
TT
147542019-02-15 Tom Tromey <tromey@adacore.com>
14755
14756 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14757 from ravenscar_arch_ops.
14758 (sparc_ravenscar_ops::fetch_registers)
14759 (sparc_ravenscar_ops::store_registers): Now methods.
14760 (sparc_ravenscar_prepare_to_store): Remove.
14761 (sparc_ravenscar_ops): Redefine.
14762 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14763 methods and destructor. Remove members.
14764 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14765 (ravenscar_thread_target::store_registers)
14766 (ravenscar_thread_target::prepare_to_store): Update.
14767 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14768 Remove.
14769 (struct ppc_ravenscar_powerpc_ops): Derive from
14770 ravenscar_arch_ops.
14771 (ppc_ravenscar_powerpc_ops::fetch_registers)
14772 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14773 (ppc_ravenscar_powerpc_ops): Redefine.
14774 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14775 (ppc_ravenscar_e500_ops::fetch_registers)
14776 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14777 (ppc_ravenscar_e500_ops): Redefine.
14778 * aarch64-ravenscar-thread.c
14779 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14780 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14781 (aarch64_ravenscar_fetch_registers)
14782 (aarch64_ravenscar_store_registers): Now methods.
14783 (aarch64_ravenscar_ops): Redefine.
14784
5b6ea500
TT
147852019-02-15 Tom Tromey <tromey@adacore.com>
14786
14787 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14788 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14789 (ravenscar_thread_target::stopped_by_watchpoint)
14790 (ravenscar_thread_target::stopped_data_address)
14791 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14792
e397fd39
TT
147932019-02-15 Tom Tromey <tromey@adacore.com>
14794
14795 * ravenscar-thread.c: Fix some typos.
14796
cc12f4a8
TT
147972019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14798 Tom Tromey <tromey@adacore.com>
14799
14800 * ada-lang.c (ada_exception_sal): Change addr_string to a
14801 std::string.
14802 (create_ada_exception_catchpoint): Update.
14803
5f486660
TT
148042019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14805 Tom Tromey <tromey@adacore.com>
14806
14807 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14808 (bp_location_ops): Remove.
14809 (base_breakpoint_allocate_location): Update.
14810 (free_bp_location): Update.
14811 * ada-lang.c (class ada_catchpoint_location)
14812 <ada_catchpoint_location>: Remove ops parameter.
14813 (ada_catchpoint_location_dtor): Remove.
14814 (ada_catchpoint_location_ops): Remove.
14815 (allocate_location_exception): Update.
14816 * breakpoint.h (struct bp_location_ops): Remove.
14817 (class bp_location) <bp_location>: Remove bp_location_ops
14818 parameter.
14819 <~bp_location>: Add destructor.
14820 <ops>: Remove.
14821
b671c7fb
TS
148222019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14823 Pedro Alves <palves@redhat.com>
14824
14825 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14826 'PATH_MAX'.
14827
8071c5ce
DM
148282019-02-14 David Michael <fedora.dm0@gmail.com>
14829 Samuel Thibault <samuel.thibault@gnu.org>
14830 Thomas Schwinge <thomas@codesourcery.com>
14831
14832 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14833 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14834
b1041ae0
TS
148352019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14836
924514e1
TS
14837 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14838 (check_empty): Use "const char *".
14839
c29ee8d4
TS
14840 * gnu-nat.c (gnu_nat_target::detach): Instead of
14841 'detach_inferior (pid)' call
14842 'detach_inferior (find_inferior_pid (pid))'.
14843
6c6ef69f
TS
14844 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14845 'nat/fork-inferior.o'.
14846 * gnu-nat.c: #include "nat/fork-inferior.h".
14847
2d0a338c
TS
14848 * gnu-nat.c (gnu_nat_target::detach): Instead of
14849 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14850 * gnu-nat.h: #include "inf-child.h".
14851 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14852 'i386_gnu_nat_target::fetch_registers'.
14853 (gnu_store_registers): Rename/move to
14854 'i386_gnu_nat_target::store_registers'.
14855
cabb5f06
TS
14856 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14857 * gnu-nat.h (mach_thread_info): New function.
14858 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14859
b1041ae0
TS
14860 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14861
2988d01e
KF
148622019-02-14 Frederic Konrad <konrad@adacore.com>
14863
14864 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14865
c559d709
JB
148662019-02-14 Joel Brobecker <brobecker@adacore.com>
14867
14868 * windows-nat.c (windows_add_thread): Add new parameter
14869 "main_thread_p" with default value set to false. Update
14870 function documentation as well as all callers.
14871 (windows_delete_thread): Likewise.
14872 (fake_create_process): Update call to windows_add_thread.
14873 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14874 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14875 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14876 call to windows_delete_thread.
14877
007024cc
SM
148782019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14879
14880 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14881
f62318e9
JB
148822019-02-12 John Baldwin <jhb@FreeBSD.org>
14883
14884 * symfile.c (find_separate_debug_file): Use canonical path of
14885 sysroot with child_path instead of gdb_sysroot if it is valid.
14886
cd4b7848
JB
148872019-02-12 John Baldwin <jhb@FreeBSD.org>
14888
14889 * symfile.c (find_separate_debug_file): Use child_path to
14890 determine if an object file is under a sysroot.
14891
efac4bfe
JB
148922019-02-12 John Baldwin <jhb@FreeBSD.org>
14893
14894 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14895 unittests/child-path-selftests.c.
14896 * common/pathstuff.c (child_path): New function.
14897 * common/pathstuff.h (child_path): New prototype.
14898 * unittests/child-path-selftests.c: New file.
14899
402d2bfe
JB
149002019-02-12 John Baldwin <jhb@FreeBSD.org>
14901
14902 * symfile.c (find_separate_debug_file): Look for separate debug
14903 files in debug directories under the sysroot.
14904
1ed9f74e
PW
149052019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14906
14907 * symtab.h (struct minimal_symbol data_p): New const method.
14908 (struct minimal_symbol text_p): Likewise.
14909 * symtab.c (output_source_filename): Use file name style
14910 to print file name.
14911 (print_symbol_info): Likewise.
14912 (print_msymbol_info): Use address style to print addresses.
14913 Use function name style to print executable text symbols.
14914 (expand_symtab_containing_pc): Use data_p.
14915 (find_pc_sect_compunit_symtab): Likewise.
14916
2636d81d
PW
149172019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14918
14919 * breakpoint.c (describe_other_breakpoints): Use address style
14920 to print addresses.
14921 (say_where): Likewise.
14922
ac8c53cc
PW
149232019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14924
14925 * ada-typeprint.c (print_func_type): Print function name
14926 style to print function name.
14927 * c-typeprint.c (c_print_type_1): Likewise.
14928
ea638c43
AH
149292019-02-11 Alan Hayward <alan.hayward@arm.com>
14930
14931 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14932 for execve.
14933
ab759ca8
PW
149342019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14935
14936 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14937 type_stack.
14938
aff29d1c
JB
149392019-02-10 Joel Brobecker <brobecker@adacore.com>
14940
14941 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14942 TYPE_CODE_REF types.
14943
617126bc
JW
149442019-02-08 Jim Wilson <jimw@sifive.com>
14945
14946 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14947 (riscv_linux_fregset): New.
14948 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14949
46e3ed7f
TT
149502019-02-07 Tom Tromey <tom@tromey.com>
14951
14952 * thread.c (thread_cancel_execution_command): Update.
14953 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14954 methods.
14955 (struct thread_fsm_ops): Remove.
14956 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14957 (thread_fsm_should_stop, thread_fsm_return_value)
14958 (thread_fsm_set_finished, thread_fsm_finished_p)
14959 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14960 Don't declare.
14961 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14962 * infrun.c (clear_proceed_status_thread)
14963 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14964 (print_stop_event): Update.
14965 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14966 Add constructor.
14967 (step_command_fsm_ops): Remove.
14968 (new_step_command_fsm): Remove.
14969 (step_1): Update.
14970 (step_command_fsm::should_stop): Rename from
14971 step_command_fsm_should_stop.
14972 (step_command_fsm::clean_up): Rename from
14973 step_command_fsm_clean_up.
14974 (step_command_fsm::do_async_reply_reason): Rename from
14975 step_command_fsm_async_reply_reason.
14976 (struct until_next_fsm): Inherit from thread_fsm. Add
14977 constructor.
14978 (until_next_fsm_ops): Remove.
14979 (new_until_next_fsm): Remove.
14980 (until_next_fsm::should_stop): Rename from
14981 until_next_fsm_should_stop.
14982 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14983 (until_next_fsm::do_async_reply_reason): Rename from
14984 until_next_fsm_async_reply_reason.
14985 (struct finish_command_fsm): Inherit from thread_fsm. Add
14986 constructor. Change type of breakpoint.
14987 (finish_command_fsm_ops): Remove.
14988 (new_finish_command_fsm): Remove.
14989 (finish_command_fsm::should_stop): Rename from
14990 finish_command_fsm_should_stop.
14991 (finish_command_fsm::clean_up): Rename from
14992 finish_command_fsm_clean_up.
14993 (finish_command_fsm::return_value): Rename from
14994 finish_command_fsm_return_value.
14995 (finish_command_fsm::do_async_reply_reason): Rename from
14996 finish_command_fsm_async_reply_reason.
14997 (finish_command): Update.
14998 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14999 Add constructor.
15000 (call_thread_fsm_ops): Remove.
15001 (call_thread_fsm::call_thread_fsm): Rename from
15002 new_call_thread_fsm.
15003 (call_thread_fsm::should_stop): Rename from
15004 call_thread_fsm_should_stop.
15005 (call_thread_fsm::should_notify_stop): Rename from
15006 call_thread_fsm_should_notify_stop.
15007 (run_inferior_call, call_function_by_hand_dummy): Update.
15008 * cli/cli-interp.c (should_print_stop_to_console): Update.
15009 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
15010 Add constructor. Change type of location_breakpoint,
15011 caller_breakpoint.
15012 (until_break_fsm_ops): Remove.
15013 (new_until_break_fsm): Remove.
15014 (until_break_fsm::should_stop): Rename from
15015 until_break_fsm_should_stop.
15016 (until_break_fsm::clean_up): Rename from
15017 until_break_fsm_clean_up.
15018 (until_break_fsm::do_async_reply_reason): Rename from
15019 until_break_fsm_async_reply_reason.
15020 (until_break_command): Update.
15021 * thread-fsm.c: Remove.
15022 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
15023
1a5c2598
TT
150242019-02-07 Tom Tromey <tom@tromey.com>
15025
15026 * yy-remap.h: Add include guard.
15027 * xtensa-tdep.h: Add include guard.
15028 * xcoffread.h: Rename include guard.
15029 * varobj-iter.h: Add include guard.
15030 * tui/tui.h: Rename include guard.
15031 * tui/tui-winsource.h: Rename include guard.
15032 * tui/tui-wingeneral.h: Rename include guard.
15033 * tui/tui-windata.h: Rename include guard.
15034 * tui/tui-win.h: Rename include guard.
15035 * tui/tui-stack.h: Rename include guard.
15036 * tui/tui-source.h: Rename include guard.
15037 * tui/tui-regs.h: Rename include guard.
15038 * tui/tui-out.h: Rename include guard.
15039 * tui/tui-layout.h: Rename include guard.
15040 * tui/tui-io.h: Rename include guard.
15041 * tui/tui-hooks.h: Rename include guard.
15042 * tui/tui-file.h: Rename include guard.
15043 * tui/tui-disasm.h: Rename include guard.
15044 * tui/tui-data.h: Rename include guard.
15045 * tui/tui-command.h: Rename include guard.
15046 * tic6x-tdep.h: Add include guard.
15047 * target/waitstatus.h: Rename include guard.
15048 * target/wait.h: Rename include guard.
15049 * target/target.h: Rename include guard.
15050 * target/resume.h: Rename include guard.
15051 * target-float.h: Rename include guard.
15052 * stabsread.h: Add include guard.
15053 * rs6000-tdep.h: Add include guard.
15054 * riscv-fbsd-tdep.h: Add include guard.
15055 * regformats/regdef.h: Rename include guard.
15056 * record.h: Rename include guard.
15057 * python/python.h: Rename include guard.
15058 * python/python-internal.h: Rename include guard.
15059 * python/py-stopevent.h: Rename include guard.
15060 * python/py-ref.h: Rename include guard.
15061 * python/py-record.h: Rename include guard.
15062 * python/py-record-full.h: Rename include guard.
15063 * python/py-record-btrace.h: Rename include guard.
15064 * python/py-instruction.h: Rename include guard.
15065 * python/py-events.h: Rename include guard.
15066 * python/py-event.h: Rename include guard.
15067 * procfs.h: Add include guard.
15068 * proc-utils.h: Add include guard.
15069 * p-lang.h: Add include guard.
15070 * or1k-tdep.h: Rename include guard.
15071 * observable.h: Rename include guard.
15072 * nto-tdep.h: Rename include guard.
15073 * nat/x86-linux.h: Rename include guard.
15074 * nat/x86-linux-dregs.h: Rename include guard.
15075 * nat/x86-gcc-cpuid.h: Add include guard.
15076 * nat/x86-dregs.h: Rename include guard.
15077 * nat/x86-cpuid.h: Rename include guard.
15078 * nat/ppc-linux.h: Rename include guard.
15079 * nat/mips-linux-watch.h: Rename include guard.
15080 * nat/linux-waitpid.h: Rename include guard.
15081 * nat/linux-ptrace.h: Rename include guard.
15082 * nat/linux-procfs.h: Rename include guard.
15083 * nat/linux-osdata.h: Rename include guard.
15084 * nat/linux-nat.h: Rename include guard.
15085 * nat/linux-namespaces.h: Rename include guard.
15086 * nat/linux-btrace.h: Rename include guard.
15087 * nat/glibc_thread_db.h: Rename include guard.
15088 * nat/gdb_thread_db.h: Rename include guard.
15089 * nat/gdb_ptrace.h: Rename include guard.
15090 * nat/fork-inferior.h: Rename include guard.
15091 * nat/amd64-linux-siginfo.h: Rename include guard.
15092 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
15093 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
15094 * nat/aarch64-linux.h: Rename include guard.
15095 * nat/aarch64-linux-hw-point.h: Rename include guard.
15096 * mn10300-tdep.h: Add include guard.
15097 * mips-linux-tdep.h: Add include guard.
15098 * mi/mi-parse.h: Rename include guard.
15099 * mi/mi-out.h: Rename include guard.
15100 * mi/mi-main.h: Rename include guard.
15101 * mi/mi-interp.h: Rename include guard.
15102 * mi/mi-getopt.h: Rename include guard.
15103 * mi/mi-console.h: Rename include guard.
15104 * mi/mi-common.h: Rename include guard.
15105 * mi/mi-cmds.h: Rename include guard.
15106 * mi/mi-cmd-break.h: Rename include guard.
15107 * m2-lang.h: Add include guard.
15108 * location.h: Rename include guard.
15109 * linux-record.h: Rename include guard.
15110 * linux-nat.h: Add include guard.
15111 * linux-fork.h: Add include guard.
15112 * i386-darwin-tdep.h: Rename include guard.
15113 * hppa-linux-offsets.h: Add include guard.
15114 * guile/guile.h: Rename include guard.
15115 * guile/guile-internal.h: Rename include guard.
15116 * gnu-nat.h: Rename include guard.
15117 * gdb-stabs.h: Rename include guard.
15118 * frv-tdep.h: Add include guard.
15119 * f-lang.h: Add include guard.
15120 * event-loop.h: Add include guard.
15121 * darwin-nat.h: Rename include guard.
15122 * cp-abi.h: Rename include guard.
15123 * config/sparc/nm-sol2.h: Rename include guard.
15124 * config/nm-nto.h: Rename include guard.
15125 * config/nm-linux.h: Add include guard.
15126 * config/i386/nm-i386gnu.h: Rename include guard.
15127 * config/djgpp/nl_types.h: Rename include guard.
15128 * config/djgpp/langinfo.h: Rename include guard.
15129 * compile/gcc-cp-plugin.h: Add include guard.
15130 * compile/gcc-c-plugin.h: Add include guard.
15131 * compile/compile.h: Rename include guard.
15132 * compile/compile-object-run.h: Rename include guard.
15133 * compile/compile-object-load.h: Rename include guard.
15134 * compile/compile-internal.h: Rename include guard.
15135 * compile/compile-cplus.h: Rename include guard.
15136 * compile/compile-c.h: Rename include guard.
15137 * common/xml-utils.h: Rename include guard.
15138 * common/x86-xstate.h: Rename include guard.
15139 * common/version.h: Rename include guard.
15140 * common/vec.h: Rename include guard.
15141 * common/tdesc.h: Rename include guard.
15142 * common/selftest.h: Rename include guard.
15143 * common/scoped_restore.h: Rename include guard.
15144 * common/scoped_mmap.h: Rename include guard.
15145 * common/scoped_fd.h: Rename include guard.
15146 * common/safe-iterator.h: Rename include guard.
15147 * common/run-time-clock.h: Rename include guard.
15148 * common/refcounted-object.h: Rename include guard.
15149 * common/queue.h: Rename include guard.
15150 * common/ptid.h: Rename include guard.
15151 * common/print-utils.h: Rename include guard.
15152 * common/preprocessor.h: Rename include guard.
15153 * common/pathstuff.h: Rename include guard.
15154 * common/observable.h: Rename include guard.
15155 * common/netstuff.h: Rename include guard.
15156 * common/job-control.h: Rename include guard.
15157 * common/host-defs.h: Rename include guard.
15158 * common/gdb_wait.h: Rename include guard.
15159 * common/gdb_vecs.h: Rename include guard.
15160 * common/gdb_unlinker.h: Rename include guard.
15161 * common/gdb_unique_ptr.h: Rename include guard.
15162 * common/gdb_tilde_expand.h: Rename include guard.
15163 * common/gdb_sys_time.h: Rename include guard.
15164 * common/gdb_string_view.h: Rename include guard.
15165 * common/gdb_splay_tree.h: Rename include guard.
15166 * common/gdb_setjmp.h: Rename include guard.
15167 * common/gdb_ref_ptr.h: Rename include guard.
15168 * common/gdb_optional.h: Rename include guard.
15169 * common/gdb_locale.h: Rename include guard.
15170 * common/gdb_assert.h: Rename include guard.
15171 * common/filtered-iterator.h: Rename include guard.
15172 * common/filestuff.h: Rename include guard.
15173 * common/fileio.h: Rename include guard.
15174 * common/environ.h: Rename include guard.
15175 * common/common-utils.h: Rename include guard.
15176 * common/common-types.h: Rename include guard.
15177 * common/common-regcache.h: Rename include guard.
15178 * common/common-inferior.h: Rename include guard.
15179 * common/common-gdbthread.h: Rename include guard.
15180 * common/common-exceptions.h: Rename include guard.
15181 * common/common-defs.h: Rename include guard.
15182 * common/common-debug.h: Rename include guard.
15183 * common/cleanups.h: Rename include guard.
15184 * common/buffer.h: Rename include guard.
15185 * common/btrace-common.h: Rename include guard.
15186 * common/break-common.h: Rename include guard.
15187 * cli/cli-utils.h: Rename include guard.
15188 * cli/cli-style.h: Rename include guard.
15189 * cli/cli-setshow.h: Rename include guard.
15190 * cli/cli-script.h: Rename include guard.
15191 * cli/cli-interp.h: Rename include guard.
15192 * cli/cli-decode.h: Rename include guard.
15193 * cli/cli-cmds.h: Rename include guard.
15194 * charset-list.h: Add include guard.
15195 * buildsym-legacy.h: Rename include guard.
15196 * bfin-tdep.h: Add include guard.
15197 * ax.h: Rename include guard.
15198 * arm-linux-tdep.h: Add include guard.
15199 * arm-fbsd-tdep.h: Add include guard.
15200 * arch/xtensa.h: Rename include guard.
15201 * arch/tic6x.h: Add include guard.
15202 * arch/i386.h: Add include guard.
15203 * arch/arm.h: Rename include guard.
15204 * arch/arm-linux.h: Rename include guard.
15205 * arch/arm-get-next-pcs.h: Rename include guard.
15206 * arch/amd64.h: Add include guard.
15207 * arch/aarch64-insn.h: Rename include guard.
15208 * arch-utils.h: Rename include guard.
15209 * annotate.h: Add include guard.
15210 * amd64-darwin-tdep.h: Rename include guard.
15211 * aarch64-linux-tdep.h: Add include guard.
15212 * aarch64-fbsd-tdep.h: Add include guard.
15213 * aarch32-linux-nat.h: Add include guard.
15214
ab9268d2
PW
152152019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15216
15217 * macrotab.c (macro_define_internal): New function that
15218 factorizes macro_define_object_internal and macro_define_function
15219 code.
15220 (macro_define_object_internal): Use macro_define_internal.
15221 (macro_define_function): Likewise.
15222
bb0da2b4
PW
152232019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15224
15225 * macrocmd.c (extract_identifier): Return
15226 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
15227 callers.
15228
424eb552
JB
152292019-02-06 John Baldwin <jhb@FreeBSD.org>
15230
15231 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
15232
1688cb29
TT
152332019-02-05 Tom Tromey <tom@tromey.com>
15234
15235 * target.c (target_stack::unpush): Move assertion earlier.
15236
b5eba2d8
TT
152372019-01-30 Tom Tromey <tom@tromey.com>
15238
15239 PR python/23615:
15240 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
15241 (gdbpy_parse_and_eval): Likewise.
15242 * python/python-internal.h (gdbpy_allow_threads): New class.
15243
7054e2ff
JB
152442019-01-28 John Baldwin <jhb@FreeBSD.org>
15245
15246 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
15247 (aarch64_fbsd_fpregmap): Move earlier.
15248 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
15249 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
15250 instead of individual calls to trad_frame_set_reg_addr.
15251 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
15252 earlier.
15253 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
15254 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
15255 instead of individual calls to trad_frame_set_reg_addr.
15256
36c25ffa
AH
152572019-01-28 Alan Hayward <alan.hayward@arm.com>
15258
15259 * CONTRIBUTE: Replace contribution list with wiki link.
15260
a0707f3c
TT
152612019-01-25 Tom Tromey <tom@tromey.com>
15262
15263 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
15264
0747795c
TT
152652019-01-25 Tom Tromey <tom@tromey.com>
15266
15267 * xtensa-linux-nat.c: Fix common/ includes.
15268 * xml-support.h: Fix common/ includes.
15269 * xml-support.c: Fix common/ includes.
15270 * x86-linux-nat.c: Fix common/ includes.
15271 * windows-nat.c: Fix common/ includes.
15272 * varobj.h: Fix common/ includes.
15273 * varobj.c: Fix common/ includes.
15274 * value.c: Fix common/ includes.
15275 * valops.c: Fix common/ includes.
15276 * utils.c: Fix common/ includes.
15277 * unittests/xml-utils-selftests.c: Fix common/ includes.
15278 * unittests/utils-selftests.c: Fix common/ includes.
15279 * unittests/unpack-selftests.c: Fix common/ includes.
15280 * unittests/tracepoint-selftests.c: Fix common/ includes.
15281 * unittests/style-selftests.c: Fix common/ includes.
15282 * unittests/string_view-selftests.c: Fix common/ includes.
15283 * unittests/scoped_restore-selftests.c: Fix common/ includes.
15284 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
15285 * unittests/scoped_fd-selftests.c: Fix common/ includes.
15286 * unittests/rsp-low-selftests.c: Fix common/ includes.
15287 * unittests/parse-connection-spec-selftests.c: Fix common/
15288 includes.
15289 * unittests/optional-selftests.c: Fix common/ includes.
15290 * unittests/offset-type-selftests.c: Fix common/ includes.
15291 * unittests/observable-selftests.c: Fix common/ includes.
15292 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
15293 * unittests/memrange-selftests.c: Fix common/ includes.
15294 * unittests/memory-map-selftests.c: Fix common/ includes.
15295 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
15296 * unittests/function-view-selftests.c: Fix common/ includes.
15297 * unittests/environ-selftests.c: Fix common/ includes.
15298 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
15299 * unittests/common-utils-selftests.c: Fix common/ includes.
15300 * unittests/cli-utils-selftests.c: Fix common/ includes.
15301 * unittests/array-view-selftests.c: Fix common/ includes.
15302 * ui-file.c: Fix common/ includes.
15303 * tui/tui-io.c: Fix common/ includes.
15304 * tracepoint.h: Fix common/ includes.
15305 * tracepoint.c: Fix common/ includes.
15306 * tracefile-tfile.c: Fix common/ includes.
15307 * top.h: Fix common/ includes.
15308 * top.c: Fix common/ includes.
15309 * thread.c: Fix common/ includes.
15310 * target/waitstatus.h: Fix common/ includes.
15311 * target/waitstatus.c: Fix common/ includes.
15312 * target.h: Fix common/ includes.
15313 * target.c: Fix common/ includes.
15314 * target-memory.c: Fix common/ includes.
15315 * target-descriptions.c: Fix common/ includes.
15316 * symtab.h: Fix common/ includes.
15317 * symfile.c: Fix common/ includes.
15318 * stap-probe.c: Fix common/ includes.
15319 * spu-linux-nat.c: Fix common/ includes.
15320 * sparc-nat.c: Fix common/ includes.
15321 * source.c: Fix common/ includes.
15322 * solib.c: Fix common/ includes.
15323 * solib-target.c: Fix common/ includes.
15324 * ser-unix.c: Fix common/ includes.
15325 * ser-tcp.c: Fix common/ includes.
15326 * ser-pipe.c: Fix common/ includes.
15327 * ser-base.c: Fix common/ includes.
15328 * selftest-arch.c: Fix common/ includes.
15329 * s12z-tdep.c: Fix common/ includes.
15330 * rust-exp.y: Fix common/ includes.
15331 * rs6000-aix-tdep.c: Fix common/ includes.
15332 * riscv-tdep.c: Fix common/ includes.
15333 * remote.c: Fix common/ includes.
15334 * remote-notif.h: Fix common/ includes.
15335 * remote-fileio.h: Fix common/ includes.
15336 * remote-fileio.c: Fix common/ includes.
15337 * regcache.h: Fix common/ includes.
15338 * regcache.c: Fix common/ includes.
15339 * record-btrace.c: Fix common/ includes.
15340 * python/python.c: Fix common/ includes.
15341 * python/py-type.c: Fix common/ includes.
15342 * python/py-inferior.c: Fix common/ includes.
15343 * progspace.h: Fix common/ includes.
15344 * producer.c: Fix common/ includes.
15345 * procfs.c: Fix common/ includes.
15346 * proc-api.c: Fix common/ includes.
15347 * printcmd.c: Fix common/ includes.
15348 * ppc-linux-nat.c: Fix common/ includes.
15349 * parser-defs.h: Fix common/ includes.
15350 * osdata.c: Fix common/ includes.
15351 * obsd-nat.c: Fix common/ includes.
15352 * nat/x86-linux.c: Fix common/ includes.
15353 * nat/x86-linux-dregs.c: Fix common/ includes.
15354 * nat/x86-dregs.h: Fix common/ includes.
15355 * nat/x86-dregs.c: Fix common/ includes.
15356 * nat/ppc-linux.c: Fix common/ includes.
15357 * nat/mips-linux-watch.h: Fix common/ includes.
15358 * nat/mips-linux-watch.c: Fix common/ includes.
15359 * nat/linux-waitpid.c: Fix common/ includes.
15360 * nat/linux-ptrace.h: Fix common/ includes.
15361 * nat/linux-ptrace.c: Fix common/ includes.
15362 * nat/linux-procfs.c: Fix common/ includes.
15363 * nat/linux-personality.c: Fix common/ includes.
15364 * nat/linux-osdata.c: Fix common/ includes.
15365 * nat/linux-namespaces.c: Fix common/ includes.
15366 * nat/linux-btrace.h: Fix common/ includes.
15367 * nat/linux-btrace.c: Fix common/ includes.
15368 * nat/fork-inferior.c: Fix common/ includes.
15369 * nat/amd64-linux-siginfo.c: Fix common/ includes.
15370 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
15371 * nat/aarch64-linux.c: Fix common/ includes.
15372 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
15373 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
15374 * namespace.h: Fix common/ includes.
15375 * mips-linux-tdep.c: Fix common/ includes.
15376 * minsyms.c: Fix common/ includes.
15377 * mi/mi-parse.h: Fix common/ includes.
15378 * mi/mi-main.c: Fix common/ includes.
15379 * mi/mi-cmd-env.c: Fix common/ includes.
15380 * memrange.h: Fix common/ includes.
15381 * memattr.c: Fix common/ includes.
15382 * maint.h: Fix common/ includes.
15383 * maint.c: Fix common/ includes.
15384 * main.c: Fix common/ includes.
15385 * machoread.c: Fix common/ includes.
15386 * location.c: Fix common/ includes.
15387 * linux-thread-db.c: Fix common/ includes.
15388 * linux-nat.c: Fix common/ includes.
15389 * linux-fork.c: Fix common/ includes.
15390 * inline-frame.c: Fix common/ includes.
15391 * infrun.c: Fix common/ includes.
15392 * inflow.c: Fix common/ includes.
15393 * inferior.h: Fix common/ includes.
15394 * inferior.c: Fix common/ includes.
15395 * infcmd.c: Fix common/ includes.
15396 * inf-ptrace.c: Fix common/ includes.
15397 * inf-child.c: Fix common/ includes.
15398 * ia64-linux-nat.c: Fix common/ includes.
15399 * i387-tdep.c: Fix common/ includes.
15400 * i386-tdep.c: Fix common/ includes.
15401 * i386-linux-tdep.c: Fix common/ includes.
15402 * i386-linux-nat.c: Fix common/ includes.
15403 * i386-go32-tdep.c: Fix common/ includes.
15404 * i386-fbsd-tdep.c: Fix common/ includes.
15405 * i386-fbsd-nat.c: Fix common/ includes.
15406 * guile/scm-type.c: Fix common/ includes.
15407 * guile/guile.c: Fix common/ includes.
15408 * go32-nat.c: Fix common/ includes.
15409 * gnu-nat.c: Fix common/ includes.
15410 * gdbthread.h: Fix common/ includes.
15411 * gdbarch-selftests.c: Fix common/ includes.
15412 * gdb_usleep.c: Fix common/ includes.
15413 * gdb_select.h: Fix common/ includes.
15414 * gdb_bfd.c: Fix common/ includes.
15415 * gcore.c: Fix common/ includes.
15416 * fork-child.c: Fix common/ includes.
15417 * findvar.c: Fix common/ includes.
15418 * fbsd-nat.c: Fix common/ includes.
15419 * event-top.c: Fix common/ includes.
15420 * event-loop.c: Fix common/ includes.
15421 * dwarf2read.c: Fix common/ includes.
15422 * dwarf2loc.c: Fix common/ includes.
15423 * dwarf2-frame.c: Fix common/ includes.
15424 * dwarf-index-cache.c: Fix common/ includes.
15425 * dtrace-probe.c: Fix common/ includes.
15426 * disasm-selftests.c: Fix common/ includes.
15427 * defs.h: Fix common/ includes.
15428 * csky-tdep.c: Fix common/ includes.
15429 * cp-valprint.c: Fix common/ includes.
15430 * cp-support.h: Fix common/ includes.
15431 * cp-support.c: Fix common/ includes.
15432 * corelow.c: Fix common/ includes.
15433 * completer.h: Fix common/ includes.
15434 * completer.c: Fix common/ includes.
15435 * compile/compile.c: Fix common/ includes.
15436 * compile/compile-loc2c.c: Fix common/ includes.
15437 * compile/compile-cplus-types.c: Fix common/ includes.
15438 * compile/compile-cplus-symbols.c: Fix common/ includes.
15439 * command.h: Fix common/ includes.
15440 * cli/cli-dump.c: Fix common/ includes.
15441 * cli/cli-cmds.c: Fix common/ includes.
15442 * charset.c: Fix common/ includes.
15443 * build-id.c: Fix common/ includes.
15444 * btrace.h: Fix common/ includes.
15445 * btrace.c: Fix common/ includes.
15446 * breakpoint.h: Fix common/ includes.
15447 * breakpoint.c: Fix common/ includes.
15448 * ax.h:
15449 (enum agent_op): Fix common/ includes.
15450 * ax-general.c (struct aop_map): Fix common/ includes.
15451 * ax-gdb.c: Fix common/ includes.
15452 * auxv.c: Fix common/ includes.
15453 * auto-load.c: Fix common/ includes.
15454 * arm-tdep.c: Fix common/ includes.
15455 * arch/riscv.c: Fix common/ includes.
15456 * arch/ppc-linux-common.c: Fix common/ includes.
15457 * arch/i386.c: Fix common/ includes.
15458 * arch/arm.c: Fix common/ includes.
15459 * arch/arm-linux.c: Fix common/ includes.
15460 * arch/arm-get-next-pcs.c: Fix common/ includes.
15461 * arch/amd64.c: Fix common/ includes.
15462 * arch/aarch64.c: Fix common/ includes.
15463 * arch/aarch64-insn.c: Fix common/ includes.
15464 * arch-utils.c: Fix common/ includes.
15465 * amd64-windows-tdep.c: Fix common/ includes.
15466 * amd64-tdep.c: Fix common/ includes.
15467 * amd64-sol2-tdep.c: Fix common/ includes.
15468 * amd64-obsd-tdep.c: Fix common/ includes.
15469 * amd64-nbsd-tdep.c: Fix common/ includes.
15470 * amd64-linux-tdep.c: Fix common/ includes.
15471 * amd64-linux-nat.c: Fix common/ includes.
15472 * amd64-fbsd-tdep.c: Fix common/ includes.
15473 * amd64-fbsd-nat.c: Fix common/ includes.
15474 * amd64-dicos-tdep.c: Fix common/ includes.
15475 * amd64-darwin-tdep.c: Fix common/ includes.
15476 * agent.c: Fix common/ includes.
15477 * ada-lang.h: Fix common/ includes.
15478 * ada-lang.c: Fix common/ includes.
15479 * aarch64-tdep.c: Fix common/ includes.
15480
2f5c153e
TT
154812019-01-25 Tom Tromey <tom@tromey.com>
15482
15483 * common/create-version.sh: Use common/version.h.
15484
adc6a863
PA
154852019-01-24 Pedro Alves <palves@redhat.com>
15486
15487 * infrun.c (signal_stop, signal_print, signal_program)
15488 (signal_catch, signal_pass): Now arrays instead of pointers.
15489 (update_signals_program_target, do_target_resume)
15490 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
15491 * linux-nat.c (linux_nat_target::pass_signals)
15492 (linux_nat_target::create_inferior, linux_nat_target::attach):
15493 Adjust.
15494 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
15495 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
15496 * procfs.c (procfs_target::pass_signals): Adjust.
15497 * record-full.c (record_full_target::resume): Adjust.
15498 * remote.c (remote_target::pass_signals)
15499 (remote_target::program_signals): Adjust.
15500 * target-debug.h (target_debug_print_signals): Now takes a
15501 gdb::array_view as parameter. Adjust.
15502 * target.h (target_ops) <pass_signals, program_signals>: Replace
15503 pointer and length parameters with gdb::array_view.
15504 (target_pass_signals, target_program_signals): Likewise.
15505 * target-delegates.c: Regenerate.
15506
3046d67a
PA
155072019-01-24 Pedro Alves <palves@redhat.com>
15508
15509 * common/forward-scope-exit.h
15510 (forward_scope_exit::forward_scope_exit): Pass arguments to
15511 m_bind_function directly, instead of creating a std::bind and
15512 copying that.
15513
353229bf
AH
155142019-01-24 Alan Hayward <alan.hayward@arm.com>
15515
15516 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15517 for static members.
15518 (pass_in_v_vfp_candidate): Likewise.
15519
311dc83a
TT
155202019-01-23 Tom Tromey <tom@tromey.com>
15521 Pedro Alves <palves@redhat.com>
15522
15523 * regcache.c (class regcache_invalidator): Remove.
15524 (regcache::raw_write): Use make_scope_exit.
15525
296bd123
TT
155262019-01-23 Tom Tromey <tom@tromey.com>
15527
15528 * ui-out.h (class ui_out_emit_type): Update comment.
15529
979a0d13
TT
155302019-01-23 Tom Tromey <tom@tromey.com>
15531
15532 * infrun.c (fetch_inferior_event): Update comment.
15533
d238133d
TT
155342019-01-23 Tom Tromey <tom@tromey.com>
15535 Pedro Alves <palves@redhat.com>
15536
15537 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15538 parameter.
15539 (fetch_inferior_event): Use SCOPE_EXIT.
15540
15541
9885e6bb
TT
155422019-01-23 Tom Tromey <tom@tromey.com>
15543 Pedro Alves <palves@redhat.com>
15544
15545 * infrun.c (disable_thread_events): Delete.
15546 (stop_all_threads): Use SCOPE_EXIT.
15547
286526c1
TT
155482019-01-23 Tom Tromey <tom@tromey.com>
15549 Pedro Alves <palves@redhat.com>
15550
15551 * symfile.c: Include forward-scope-exit.h.
15552 (clear_symtab_users_cleanup): Replace forward declaration with
15553 a FORWARD_SCOPE_EXIT.
15554 (syms_from_objfile_1): Use the forward_scope_exit and
15555 gdb::optional instead of cleanup_function.
15556 (reread_symbols): Use the forward_scope_exit instead of
15557 cleanup_function.
15558 (clear_symtab_users_cleanup): Remove function.
15559
1db93f14
TT
155602019-01-23 Tom Tromey <tom@tromey.com>
15561 Pedro Alves <palves@redhat.com>
15562
15563 * linux-nat.c: Include scope-exit.h.
15564 (cleanup_target_stop): Remove.
15565 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15566 SCOPE_EXIT.
15567
2cc83d1e
TT
155682019-01-23 Tom Tromey <tom@tromey.com>
15569 Pedro Alves <palves@redhat.com>
15570
15571 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15572 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15573
694c6bf5
TT
155742019-01-23 Tom Tromey <tom@tromey.com>
15575 Andrew Burgess <andrew.burgess@embecosm.com>
15576 Pedro Alves <palves@redhat.com>
15577
15578 * infrun.c (fetch_inferior_event): Use scope_exit.
15579 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15580 * top.c (execute_command): Use scope_exit.
15581 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15582 * utils.c (do_bpstat_clear_actions_cleanup)
15583 (make_bpstat_clear_actions_cleanup): Remove.
15584
4c41382a
TT
155852019-01-23 Tom Tromey <tom@tromey.com>
15586 Pedro Alves <palves@redhat.com>
15587
15588 * infrun.c: Include "common/scope-exit.h"
15589 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15590 (wait_for_inferior): Use SCOPE_EXIT.
15591 (fetch_inferior_event): Use scope_exit.
15592
89f8fb50
TT
155932019-01-23 Tom Tromey <tom@tromey.com>
15594 Pedro Alves <palves@redhat.com>
15595
15596 * breakpoint.c (create_breakpoint): Remove cleanup.
15597
5419bdae
TT
155982019-01-23 Tom Tromey <tom@tromey.com>
15599 Andrew Burgess <andrew.burgess@embecosm.com>
15600 Pedro Alves <palves@redhat.com>
15601
e587ef42
PA
156022019-01-23 Pedro Alves <palves@redhat.com>
15603
15604 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15605
77f0e74c
PA
156062019-01-23 Pedro Alves <palves@redhat.com>
15607 Andrew Burgess <andrew.burgess@embecosm.com>
15608
15609 * gdbthread.h: Include "common/forward-scope-exit.h".
15610 (scoped_finish_thread_state): Redefine custom class in terms of
15611 forward_scope_exit.
15612
5b9b3e53
PA
156132019-01-23 Pedro Alves <palves@redhat.com>
15614 Andrew Burgess <andrew.burgess@embecosm.com>
15615
15616 * common/forward-scope-exit.h: New file.
15617
54b65c9b
PA
156182019-01-23 Pedro Alves <palves@redhat.com>
15619 Andrew Burgess <andrew.burgess@embecosm.com>
15620 Tom Tromey <tom@tromey.com>
15621
15622 * common/scope-exit.h: New file.
15623
cf08fb29
PA
156242019-01-23 Pedro Alves <palves@redhat.com>
15625
15626 * common/preprocessor.h (ESC): Rename to ...
15627 (ESC_PARENS): ... this.
15628 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15629 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15630
ae73e2e2
TT
156312019-01-23 Tom Tromey <tom@tromey.com>
15632
15633 * language.h (class scoped_switch_to_sym_language_if_auto):
15634 Initialize m_lang in both cases.
15635
6594e122
AH
156362019-01-23 Alan Hayward <alan.hayward@arm.com>
15637
15638 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15639 with XCNEW.
15640
a7c9855d
TT
156412019-01-22 Tom Tromey <tom@tromey.com>
15642
15643 * corelow.c: Do not include sys/file.h.
15644
93cc1d53
TT
156452019-01-22 Tom Tromey <tom@tromey.com>
15646
15647 * tui/tui-wingeneral.h: Include gdb_curses.h.
15648
38561778
TT
156492019-01-22 Tom Tromey <tom@tromey.com>
15650
15651 * source-cache.h (class source_cache) <get_source_lines,
15652 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15653
37b3ab5b
TT
156542019-01-22 Tom Tromey <tom@tromey.com>
15655
15656 * remote-fileio.h (struct remote_target): Declare.
15657
3fabc016
TT
156582019-01-22 Tom Tromey <tom@tromey.com>
15659
15660 * python/py-arch.c: Do not include py-ref.h.
15661 * python/py-bpevent.c: Do not include py-ref.h.
15662 * python/py-cmd.c: Do not include py-ref.h.
15663 * python/py-continueevent.c: Do not include py-ref.h.
15664 * python/py-event.h: Do not include py-ref.h.
15665 * python/py-evtregistry.c: Do not include py-ref.h.
15666 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15667 * python/py-frame.c: Do not include py-ref.h.
15668 * python/py-framefilter.c: Do not include py-ref.h.
15669 * python/py-function.c: Do not include py-ref.h.
15670 * python/py-infevents.c: Do not include py-ref.h.
15671 * python/py-linetable.c: Do not include py-ref.h.
15672 * python/py-objfile.c: Do not include py-ref.h.
15673 * python/py-param.c: Do not include py-ref.h.
15674 * python/py-prettyprint.c: Do not include py-ref.h.
15675 * python/py-progspace.c: Do not include py-ref.h.
15676 * python/py-symbol.c: Do not include py-ref.h.
15677 * python/py-symtab.c: Do not include py-ref.h.
15678 * python/py-type.c: Do not include py-ref.h.
15679 * python/py-unwind.c: Do not include py-ref.h.
15680 * python/py-utils.c: Do not include py-ref.h.
15681 * python/py-value.c: Do not include py-ref.h.
15682 * python/py-varobj.c: Do not include py-ref.h.
15683 * python/py-xmethods.c: Do not include py-ref.h.
15684 * python/python.c: Do not include py-ref.h.
15685 * varobj.c: Do not include py-ref.h.
15686
6b4d7774
TT
156872019-01-22 Tom Tromey <tom@tromey.com>
15688
15689 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15690 keyword for bcache.
15691
7af7e9b5
TT
156922019-01-22 Tom Tromey <tom@tromey.com>
15693
15694 * compile/compile-cplus-types.c: Remove a comment by #include.
15695
951d1049
TT
156962019-01-22 Tom Tromey <tom@tromey.com>
15697
15698 * compile/gcc-c-plugin.h: Include compile-internal.h.
15699
d65d5705
TT
157002019-01-22 Tom Tromey <tom@tromey.com>
15701
15702 * stabsread.c (EXTERN): Do not define.
15703 (symnum, next_symbol_text_func, processing_gcc_compilation)
15704 (within_function, global_sym_chain, global_stabs)
15705 (previous_stab_code, this_object_header_files)
15706 (n_this_object_header_files)
15707 (n_allocated_this_object_header_files): Define.
15708 * stabsread.h (EXTERN): Never define. Use "extern".
15709
b6fb1ee5
PW
157102019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15711
15712 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15713 history_value.
15714
be6d4f74
TT
157152019-01-21 Tom Tromey <tom@tromey.com>
15716
15717 * ui-out.c: Fix includes.
15718 * tui/tui-source.c: Fix includes.
15719 * target.c: Fix includes.
15720 * remote.c: Fix includes.
15721 * regcache.c: Fix includes.
15722 * python/py-block.c: Fix includes.
15723 * printcmd.c: Fix includes.
15724 * or1k-tdep.c: Fix includes.
15725 * mi/mi-main.c: Fix includes.
15726 * m32r-tdep.c: Fix includes.
15727 * csky-tdep.c: Fix includes.
15728 * compile/compile-cplus-types.c: Fix includes.
15729 * cli/cli-interp.c: Fix includes.
15730
73021deb
AH
157312019-01-21 Alan Hayward <alan.hayward@arm.com>
15732
15733 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15734 for padding.
15735
7932255d
TT
157362019-01-16 Tom Tromey <tom@tromey.com>
15737
15738 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15739 earlier.
15740 (struct objfile) <msymbols_range>: Move from top level.
15741 <msymbols>: New method.
15742 (class objfile_msymbols): Remove.
15743 * symtab.c (default_collect_symbol_completion_matches_break_on):
15744 Update.
15745 * symmisc.c (dump_msymbols): Update.
15746 * stabsread.c (scan_file_globals): Update.
15747 * objc-lang.c (info_selectors_command, info_classes_command)
15748 (find_methods): Update.
15749 * minsyms.c (find_solib_trampoline_target): Update.
15750 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15751 * coffread.c (coff_symfile_read): Update.
15752 * ada-lang.c (ada_lookup_simple_minsym)
15753 (ada_collect_symbol_completion_matches): Update.
15754
604b1bfb
TT
157552019-01-16 Tom Tromey <tom@tromey.com>
15756
15757 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15758 type. Remove no-argument constructor.
15759 <iterator::operator++>: Simplify.
15760 <begin>: Update.
15761 <end>: Use minimal_symbol_count.
15762
f252c6d5
TT
157632019-01-16 Tom Tromey <tom@tromey.com>
15764
15765 * objfiles.h (struct objfile) <psymtabs>: New method.
15766 (class objfile_psymtabs): Remove.
15767 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15768 typedef.
15769 <range>: New method.
15770 (require_partial_symbols): Change return type.
15771 * psymtab.c (require_partial_symbols)
15772 (psym_expand_symtabs_matching): Update.
15773 * mdebugread.c (parse_partial_symbols): Update.
15774 * dbxread.c (dbx_end_psymtab): Update.
15775
b669c953
TT
157762019-01-15 Tom Tromey <tom@tromey.com>
15777
15778 * symtab.c (lookup_objfile_from_block)
15779 (lookup_symbol_in_objfile_symtabs)
15780 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15781 (find_line_symtab, info_sources_command)
15782 (default_collect_symbol_completion_matches_break_on)
15783 (make_source_files_completion_list): Update.
15784 * symmisc.c (print_objfile_statistics, dump_objfile)
15785 (maintenance_print_symbols, maintenance_info_symtabs)
15786 (maintenance_check_symtabs, maintenance_info_line_tables):
15787 Update.
15788 * source.c (select_source_symtab)
15789 (forget_cached_source_info_for_objfile): Update.
15790 * objfiles.h (class objfile_compunits): Remove.
15791 (struct objfile) <compunits_range>: New typedef.
15792 (compunits): New method.
15793 * objfiles.c (objfile_relocate1): Update.
15794 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15795 * maint.c (count_symtabs_and_blocks): Update.
15796 * linespec.c (iterate_over_all_matching_symtabs): Update.
15797 * cp-support.c (add_symbol_overload_list_qualified): Update.
15798 * coffread.c (coff_symtab_read): Update.
15799 * ada-lang.c (add_nonlocal_symbols)
15800 (ada_collect_symbol_completion_matches)
15801 (ada_add_global_exceptions): Update.
15802
7e955d83
TT
158032019-01-15 Tom Tromey <tom@tromey.com>
15804
15805 * progspace.h (program_space) <objfiles_safe_range>: New
15806 typedef.
15807 <objfiles_safe>: New method.
15808 * objfiles.h (class all_objfiles_safe): Remove.
15809 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15810 * jit.c (jit_inferior_exit_hook): Update.
15811
2030c079
TT
158122019-01-17 Tom Tromey <tom@tromey.com>
15813
15814 * progspace.h (program_space) <objfiles_range>: New typedef.
15815 <objfiles>: New method.
15816 <objfiles_head>: Rename from objfiles.
15817 (object_files): Update.
15818 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15819 * guile/scm-pretty-print.c
15820 (ppscm_find_pretty_printer_from_objfiles): Update.
15821 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15822 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15823 Update.
15824 * python/py-progspace.c (pspy_get_objfiles): Update.
15825 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15826 Update.
15827 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15828 (objfpy_lookup_objfile_by_build_id): Update.
15829 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15830 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15831 Update.
15832 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15833 (expand_symtab_containing_pc, lookup_objfile_from_block)
15834 (lookup_static_symbol, basic_lookup_transparent_type)
15835 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15836 (find_line_symtab, info_sources_command)
15837 (default_collect_symbol_completion_matches_break_on)
15838 (make_source_files_completion_list, find_main_name): Update.
15839 * symmisc.c (print_symbol_bcache_statistics)
15840 (print_objfile_statistics, maintenance_print_symbols)
15841 (maintenance_print_msymbols, maintenance_print_objfiles)
15842 (maintenance_info_symtabs, maintenance_check_symtabs)
15843 (maintenance_expand_symtabs, maintenance_info_line_tables):
15844 Update.
15845 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15846 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15847 (map_overlay_command, unmap_overlay_command)
15848 (simple_overlay_update, expand_symtabs_matching)
15849 (map_symbol_filenames): Update.
15850 * symfile-debug.c (set_debug_symfile): Update.
15851 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15852 Update.
15853 * source.c (select_source_symtab, forget_cached_source_info):
15854 Update.
15855 * solib.c (solib_read_symbols): Update.
15856 * solib-spu.c (append_ocl_sos): Update.
15857 * psymtab.c (maintenance_print_psymbols)
15858 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15859 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15860 * printcmd.c (info_symbol_command): Update.
15861 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15862 Update.
15863 * objfiles.h (class all_objfiles): Remove.
15864 * objfiles.c (have_partial_symbols, have_full_symbols)
15865 (have_minimal_symbols, qsort_cmp, update_section_map)
15866 (shared_objfile_contains_address_p)
15867 (default_iterate_over_objfiles_in_search_order): Update.
15868 * objc-lang.c (info_selectors_command, info_classes_command)
15869 (find_methods): Update.
15870 * minsyms.c (find_solib_trampoline_target): Update.
15871 * maint.c (maintenance_info_sections)
15872 (maintenance_translate_address, count_symtabs_and_blocks):
15873 Update.
15874 * main.c (captured_main_1): Update.
15875 * linux-thread-db.c (try_thread_db_load_from_pdir)
15876 (has_libpthread): Update.
15877 * linespec.c (iterate_over_all_matching_symtabs)
15878 (search_minsyms_for_name): Update.
15879 * jit.c (jit_find_objf_with_entry_addr): Update.
15880 * hppa-tdep.c (find_unwind_entry)
15881 (hppa_lookup_stub_minimal_symbol): Update.
15882 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15883 Update.
15884 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15885 (elf_gnu_ifunc_resolve_by_got): Update.
15886 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15887 * dwarf-index-write.c (save_gdb_index_command): Update.
15888 * cp-support.c (add_symbol_overload_list_qualified): Update.
15889 * breakpoint.c (create_overlay_event_breakpoint)
15890 (create_longjmp_master_breakpoint)
15891 (create_std_terminate_master_breakpoint)
15892 (create_exception_master_breakpoint): Update.
15893 * blockframe.c (find_pc_partial_function): Update.
15894 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15895 (ada_collect_symbol_completion_matches)
15896 (ada_add_global_exceptions): Update.
15897
776489e0
TT
158982019-01-17 Tom Tromey <tom@tromey.com>
15899
15900 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15901 declare VEC.
15902 (solib_target_parse_libraries): Change return type.
15903 (library_list_start_segment, library_list_start_section)
15904 (library_list_end_library, library_list_start_library); Update.
15905 (solib_target_free_library_list): Remove.
15906 (solib_target_parse_libraries): Remove cleanup. Change return
15907 type.
15908 (solib_target_current_sos): Update.
15909
6471e7d2
TT
159102019-01-17 Tom Tromey <tromey@bapiya>
15911
15912 * valprint.c: Replace "the the" with "the".
15913 * symtab.c: Replace "the the" with "the".
15914 * solib.c: Replace "the the" with "the".
15915 * solib-dsbt.c: Replace "the the" with "the".
15916 * linespec.c: Replace "the the" with "the".
15917 * dwarf2loc.h: Replace "the the" with "the".
15918 * amd64-windows-tdep.c: Replace "the the" with "the".
15919 * aarch64-tdep.c: Replace "the the" with "the".
15920
c24bdb02
KS
159212019-01-16 Keith Seitz <keiths@redhat.com>
15922
15923 PR gdb/23773
15924 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15925 <builder>: Rename to ..
15926 <m_builder>: ... this and make private.
15927 (dwarf2_cu::get_builder): New method. Change all users of
15928 `builder' to use this method.
15929 (dwarf2_start_symtab): Move to ...
15930 (dwarf2_cu::start_symtab): ... here. Update all callers
15931 (setup_type_unit_groups): Move to ...
15932 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15933 callers.
15934 (dwarf2_cu::reset_builder): New method.
15935 (process_full_compunit, process_full_type_unit): Use
15936 dwarf2_cu::reset_builder.
15937 (follow_die_offset): Record the ancestor CU if it is different
15938 from the followed DIE's CU.
15939 (follow_die_sig_1): Likewise.
15940
8d64371b
TT
159412019-01-15 Tom Tromey <tom@tromey.com>
15942
15943 * remote.c (class remote_state) <buf>: Now a char_vector.
15944 <buf_size>: Remove.
15945 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15946 parameter.
15947 (remote_target::getpkt_or_notif_sane_1)
15948 (remote_target::getpkt_sane)
15949 (remote_target::getpkt_or_notif_sane): Likewise.
15950 (class remote_target) <putpkt>: New overload.
15951 (remote_target::read_frame): Change type of "buf_p". Remove
15952 sizeof_p parameter.
15953 (packet_ok): New overload.
15954 (packet_check_result): New overload.
15955 Update all uses.
15956
bb277751
TT
159572019-01-14 Tom Tromey <tom@tromey.com>
15958
15959 * remote-notif.c (handle_notification, remote_notif_ack)
15960 (remote_notif_parse): Make "buf" const.
15961 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15962 const.
15963 (remote_notif_parse, remote_notif_ack, handle_notification):
15964 Likewise.
15965 * remote.c (remote_notif_stop_parse): Make "buf" const.
15966 (remote_target::remote_parse_stop_reply): Make "buf" const.
15967 (remote_notif_stop_ack): Make "buf" const.
15968
05be00a8
TT
159692019-01-14 Tom Tromey <tom@tromey.com>
15970
15971 * remote.c (remote_console_output): Make parameter const.
15972
491adeca
TT
159732019-01-14 Tom Tromey <tom@tromey.com>
15974
15975 * target-debug.h (target_debug_print_signals): Constify.
15976 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15977 * procfs.c (procfs_target::pass_signals): Update.
15978 * linux-nat.c (linux_nat_target::pass_signals): Update.
15979 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15980 * target-delegates.c: Rebuild.
15981 * remote.c (remote_target::program_signals): Update.
15982 (remote_target::pass_signals): Update.
15983 * target.c (target_pass_signals): Constify argument.
15984 (target_program_signals): Likewise.
15985 * target.h (struct target_ops) <pass_signals, program_signals>:
15986 Constify argument.
15987 (target_pass_signals, target_program_signals): Constify argument.
15988
bbd94648
TT
159892019-01-14 Tom Tromey <tom@tromey.com>
15990
15991 PR tui/28819:
15992 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15993
6f072a10
PFC
159942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15995
15996 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15997 field.
15998 * rs6000-tdep.c: Include reggroups.h.
15999 (IS_V_ALIAS_PSEUDOREG): Define.
16000 (rs6000_register_name): Return names for the "vX" aliases.
16001 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
16002 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
16003 aliases. Call default_register_reggroup_p for all other
16004 pseudo-registers.
16005 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
16006 New functions.
16007 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
16008 Handle "vX" aliases.
16009 (v_alias_pseudo_register_collect): New function.
16010 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
16011 (rs6000_gdbarch_init): Initialize "vX" aliases as
16012 pseudo-registers. Restore registration of
16013 rs6000_pseudo_register_reggroup_p with
16014 set_tdesc_pseudo_register_reggroup_p.
16015
1a782351
MF
160162019-01-13 Max Filippov <jcmvbkbc@gmail.com>
16017
16018 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
16019 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
16020 set_gdbarch_num_pseudo_regs.
16021
d73cff18
PW
160222019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16023
16024 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
16025 Remove arg prefixname, add do_set and do_show.
16026 Add member functions set_list and show_list.
16027 * cli/cli-style.c (class cli_style_option): Update accordingly.
16028 (style_set_list): Move to file scope.
16029 (style_show_list): Likewise.
16030 (set_style): Call help_list.
16031 (show_style): Call cmd_show_list.
16032 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
16033 Update to use the new macro.
16034
60a90376
JB
160352019-10-12 Joel Brobecker <brobecker@adacore.com>
16036
16037 * ada-lang.c (_initialize_ada_language): Expand the help text
16038 for the "catch exception" command.
16039
9d7c67bf
PW
160402019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16041
16042 * symtab.c (matching_obj_sections): Initialize obj,
16043 declare it closer to its usage.
16044
7cf47dc4
TT
160452019-01-10 Tom Tromey <tom@tromey.com>
16046
16047 * thread-iter.h (inf_threads_iterator): Use next_iterator.
16048 (basic_inf_threads_range): Remove.
16049 (inf_threads_range, inf_non_exited_threads_range)
16050 (safe_inf_threads_range): Use next_adapter.
16051
d3cb6808
KS
160522019-01-10 Keith Seitz <keiths@redhat.com>
16053
16054 PR gdb/23712
16055 PR symtab/23010
16056 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
16057 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
16058
63a20375
KS
160592019-01-10 Keith Seitz <keiths@redhat.com>
16060
16061 PR gdb/23712
16062 PR symtab/23010
16063 * dictionary.c (pending_to_vector): Remove.
16064 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
16065 Remove _1 suffix, replacing functions of the same name. Update
16066 all callers.
16067 (dict_create_hashed, dict_create_hashed_expandable)
16068 (dict_create_linear, dict_create_linear_expandable, dict_free)
16069 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
16070 Make functions static.
16071
b026f593
KS
160722019-01-10 Keith Seitz <keiths@redhat.com>
16073
16074 PR gdb/23712
16075 PR symtab/23010
16076 * dictionary.h (struct dictionary): Replace declaration with
16077 multidictionary.
16078 (dict_create_hashed, dict_create_hashed_expandable)
16079 (dict_create_linear, dict_create_linear_expandable)
16080 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
16081 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
16082 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
16083 taking multidictionary argument.
16084 [ALL_DICT_SYMBOLS]: Update for multidictionary.
16085 * block.h (struct block) <dict>: Change to multidictionary
16086 and rename `multidict'.
16087 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
16088 symmisc.c: Update all dictionary references to multidictionary.
16089
c7748ee9
KS
160902019-01-10 Keith Seitz <keiths@redhat.com>
16091
16092 PR gdb/23712
16093 PR symtab/23010
16094 * dictionary.c: Include unordered_map.
16095 (pending_to_vector): New function.
16096 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
16097 Rewrite the non-"_1" functions to take vector instead
16098 of linked list.
16099 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
16100 "new" _1 versions of the same name.
16101 (multidictionary): Define.
16102 (std::hash<enum language): New definition.
16103 (collate_pending_symbols_by_language, mdict_create_hashed)
16104 (mdict_create_hashed_expandable, mdict_create_linear)
16105 (mdict_create_linear_expandable, mdict_free)
16106 (find_language_dictionary, create_new_language_dictionary)
16107 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
16108 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
16109 (mdict_size, mdict_empty): New functions.
16110 * dictionary.h (mdict_iterator): Define.
16111
67aa1f3c
PA
161122019-01-10 Pedro Alves <palves@redhat.com>
16113
16114 * breakpoint.c (read_uploaded_action)
16115 (create_tracepoint_from_upload): Adjust to use
16116 gdb::unique_xmalloc_ptr.
16117 * ctf.c (ctf_write_uploaded_tp):
16118 (SET_ARRAY_FIELD): Use emplace_back.
16119 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
16120 * tracefile-tfile.c (tfile_write_uploaded_tp):
16121 * tracepoint.c (parse_tracepoint_definition): Adjust to use
16122 gdb::unique_xmalloc_ptr.
16123 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
16124 at_string, cond_string, cmd_strings>: Replace char pointers
16125 with gdb::unique_xmalloc_ptr.
16126
2f667667
PA
161272019-01-10 Pedro Alves <palves@redhat.com>
16128
16129 * solib-target.c (library_list_start_library): Don't xstrdup name.
16130
36cb7237
PA
161312019-01-10 Pedro Alves <palves@redhat.com>
16132
16133 * mdebugread.c (parse_partial_symbols): Use
16134 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
16135
da584958
AB
161362019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
16137
16138 * linux-fork.c (scoped_switch_fork_info)
16139 <~scoped_switch_fork_info>: Fix incorrect variable name.
16140
1ef8573c
AB
161412019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
16142
16143 * linux-fork.c (scoped_switch_fork_info)
16144 <scoped_switch_fork_info>: Make explicit.
16145 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
16146
8d7bcccb
TT
161472019-01-10 Tom Tromey <tom@tromey.com>
16148
16149 * objfiles.h (objfile::reset_psymtabs): Update.
16150 * objfiles.c (objfile::objfile): Update.
16151 * psymtab.h (psymtab_storage::obstack): Update.
16152 (psymtab_storage::m_obstack): Use gdb::optional.
16153 (class psymtab_storage): Update comment. Remove objfile
16154 parameter.
16155 * psymtab.c (psymtab_storage::psymtab_storage): Update.
16156
b596a3c7
TT
161572019-01-10 Tom Tromey <tom@tromey.com>
16158
16159 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
16160 <free_psymtabs>: Now private.
16161 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
16162 (allocate_psymtab): Use new method.
16163
a9342b62
TT
161642019-01-10 Tom Tromey <tom@tromey.com>
16165
16166 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
16167 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
16168 * mdebugread.c (parse_partial_symbols): Use
16169 allocate_dependencies.
16170 * dwarf2read.c (dwarf2_create_include_psymtab): Use
16171 allocate_dependencies.
16172 (process_psymtab_comp_unit_reader)
16173 (build_type_psymtab_dependencies): Likewise.
16174 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
16175
5af70966
TT
161762019-01-10 Tom Tromey <tom@tromey.com>
16177
16178 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
16179 PSYMBOL_SET_LANGUAGE.
16180 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
16181
5923a04c
TT
161822019-01-10 Tom Tromey <tom@tromey.com>
16183
16184 * psymtab.h (psymtab_storage::obstack): New method.
16185 <m_obstack>: Rename from obstack; now private.
16186 * psymtab.c (psymtab_storage): Update.
16187 * dwarf2read.c (create_addrmap_from_index)
16188 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
16189 Update.
16190
6d6a12bf
TT
161912019-01-10 Tom Tromey <tom@tromey.com>
16192
16193 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
16194 * objfiles.h (objfile::reset_psymtabs): New method.
16195
d320c2b5
TT
161962019-01-10 Tom Tromey <tom@tromey.com>
16197
16198 * symmisc.c (print_symbol_bcache_statistics): Update.
16199 (print_objfile_statistics): Update.
16200 * symfile.c (reread_symbols): Update.
16201 * psymtab.h (class psymtab_storage): New.
16202 * psymtab.c (psymtab_storage): New constructor.
16203 (~psymtab_storage): New destructor.
16204 (require_partial_symbols): Update.
16205 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
16206 (find_pc_sect_psymtab, find_pc_sect_psymbol)
16207 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
16208 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
16209 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
16210 (start_psymtab_common, end_psymtab_common)
16211 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
16212 (allocate_psymtab): Update.
16213 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
16214 Update.
16215 (dump_psymtab_addrmap, maintenance_print_psymbols)
16216 (maintenance_check_psymtabs): Update.
16217 (class objfile_psymtabs): Move to objfiles.h.
16218 * psympriv.h (discard_psymtab): Now inline.
16219 (psymtab_discarder::psymtab_discarder): Update.
16220 (psymtab_discarder::~psymtab_discarder): Update.
16221 (ALL_OBJFILE_PSYMTABS): Rewrite.
16222 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
16223 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
16224 Remove fields.
16225 <partial_symtabs>: New field.
16226 (class objfile_psymtabs): Move from psymtab.h. Update.
16227 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
16228 psymbol_cache.
16229 (objfile::~objfile): Don't destroy psymbol_cache.
16230 * mdebugread.c (parse_partial_symbols): Update.
16231 * dwarf2read.c (create_addrmap_from_index)
16232 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
16233 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
16234 (add_partial_subprogram, dwarf2_ranges_read): Update.
16235 * dwarf-index-write.c (write_address_map)
16236 (write_one_signatured_type, recursively_write_psymbols)
16237 (class debug_names, class debug_names, write_psymtabs_to_index):
16238 Update.
16239
1d94a5a3
TT
162402019-01-10 Tom Tromey <tom@tromey.com>
16241
16242 * symtab.h (SYMBOL_SET_NAMES): Update.
16243 (symbol_set_names): Update.
16244 (MSYMBOL_SET_NAMES): Update.
16245 * symtab.c (symbol_set_names): Change argument to be an
16246 objfile_per_bfd_storage.
16247 * psymtab.c (add_psymbol_to_bcache): Update.
16248 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
16249
0f14768a
TT
162502019-01-10 Tom Tromey <tom@tromey.com>
16251
16252 * symtab.c (create_demangled_names_hash): Change argument to be an
16253 objfile_per_bfd_storage.
16254 (symbol_set_names): Update.
16255
6eee24ce
TT
162562019-01-10 Tom Tromey <tom@tromey.com>
16257
16258 * xcoffread.c (xcoff_initial_scan): Unconditionally call
16259 init_psymbol_list.
16260 * psymtab.c (init_psymbol_list): Do nothing if already called.
16261 * psympriv.h (init_psymbol_list): Add comment.
16262 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
16263 init_psymbol_list.
16264 * dbxread.c (dbx_symfile_read): Unconditionally call
16265 init_psymbol_list.
16266
75aedd27
TT
162672019-01-10 Tom Tromey <tom@tromey.com>
16268
16269 * xcoffread.c (scan_xcoff_symtab): Update.
16270 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
16271 "where".
16272 * mdebugread.c (parse_partial_symbols)
16273 (handle_psymbol_enumerators): Update.
16274 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
16275 * dbxread.c (read_dbx_symtab): Update.
16276 * psympriv.h (psymbol_placement): New enum.
16277 (add_psymbol_to_list): Update.
16278
939652a5
TT
162792019-01-10 Tom Tromey <tom@tromey.com>
16280
16281 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
16282 static_psymbols parameters.
16283 (scan_xcoff_symtab): Update.
16284 * psymtab.c (start_psymtab_common): Remove global_psymbols and
16285 static_psymbols parameters.
16286 * psympriv.h (start_psymtab_common): Update.
16287 * mdebugread.c (parse_partial_symbols): Update.
16288 * dwarf2read.c (create_partial_symtab): Update.
16289 * dbxread.c (read_dbx_symtab): Update.
16290 (start_psymtab): Remove global_psymbols and static_psymbols
16291 parameters.
16292
baa62830
TT
162932019-01-10 Tom Tromey <tom@tromey.com>
16294
16295 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
16296 * psymtab.c (allocate_psymtab): Add comment.
16297 * psympriv.h (allocate_psymtab): Add comment.
16298 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
16299 initializations.
16300 * dbxread.c (dbx_end_psymtab): Remove some initializations.
16301
0e8f53ba
TT
163022019-01-10 Tom Tromey <tom@tromey.com>
16303
16304 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
16305 Don't declare.
16306 * mipsread.c: Include mdebugread.h.
16307 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
16308 Declare.
16309 * elfread.c: Include mdebugread.h.
16310
b22a7c6a
TT
163112019-01-09 Tom Tromey <tom@tromey.com>
16312
16313 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
16314 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
16315 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
16316 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
16317 (psym_lookup_symbol, psym_find_last_source_symtab)
16318 (psym_forget_cached_source_info, psym_print_stats)
16319 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
16320 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
16321 (psym_map_matching_symbols, psym_expand_symtabs_matching)
16322 (psym_find_compunit_symtab_by_address)
16323 (maintenance_print_psymbols, maintenance_info_psymtabs)
16324 (maintenance_check_psymtabs): Use ranged for.
16325 * psymtab.h (class objfile_psymtabs): New.
16326 (require_partial_symbols): Return objfile_psymtabs.
16327 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
16328
3b9d3ac2
TT
163292019-01-09 Tom Tromey <tom@tromey.com>
16330
16331 * symfile.c (overlay_invalidate_all, find_pc_overlay)
16332 (find_pc_mapped_section, list_overlays_command)
16333 (map_overlay_command, unmap_overlay_command)
16334 (simple_overlay_update): Use all_objfiles.
16335 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
16336 * printcmd.c (info_symbol_command): Use all_objfiles.
16337 * objfiles.h (ALL_OBJSECTIONS): Remove.
16338 * maint.c (maintenance_translate_address): Use all_objfiles.
16339 * gcore.c (gcore_create_callback): Use all_objfiles.
16340 (objfile_find_memory_regions): Likewise.
16341
8b31193a
TT
163422019-01-09 Tom Tromey <tom@tromey.com>
16343
16344 * symtab.c (find_line_symtab, info_sources_command)
16345 (make_source_files_completion_list): Use objfile_compunits.
16346 * source.c (select_source_symtab): Use objfile_compunits.
16347 * objfiles.h (struct objfile): Update comment.
16348 (ALL_OBJFILES): Remove.
16349 (ALL_FILETABS): Remove.
16350 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
16351 objfile_compunits.
16352
d5da8b3c
TT
163532019-01-09 Tom Tromey <tom@tromey.com>
16354
16355 * symmisc.c (print_objfile_statistics, dump_objfile)
16356 (maintenance_print_symbols): Use compunit_filetabs.
16357 * source.c (forget_cached_source_info_for_objfile): Use
16358 compunit_filetabs.
16359 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
16360 (ALL_FILETABS): Use compunit_filetabs.
16361 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
16362 * coffread.c (coff_symtab_read): Use compunit_filetabs.
16363
5accd1a0
TT
163642019-01-09 Tom Tromey <tom@tromey.com>
16365
16366 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
16367 (compunit_filetabs): New.
16368 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
16369 compunit_filetabs.
16370 (info_sources_command, make_source_files_completion_list): Remove
16371 declaration.
16372 * symmisc.c (print_objfile_statistics, dump_objfile)
16373 (maintenance_print_symbols): Remove declaration.
16374 (maintenance_info_symtabs): Use compunit_filetabs.
16375 (maintenance_info_line_tables): Likewise.
16376 * source.c (select_source_symtab): Change local variable name.
16377 (forget_cached_source_info_for_objfile): Remove declaration.
16378 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
16379 * objfiles.c (objfile_relocate1): Remove declaration.
16380 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
16381 declaration.
16382 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
16383 * coffread.c (coff_symtab_read): Remove declaration.
16384 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
16385 compunit_filetabs.
16386
d8aeb77f
TT
163872019-01-09 Tom Tromey <tom@tromey.com>
16388
16389 * symtab.c (lookup_objfile_from_block)
16390 (find_pc_sect_compunit_symtab, search_symbols)
16391 (default_collect_symbol_completion_matches_break_on): Use
16392 objfile_compunits.
16393 * objfiles.h (ALL_COMPUNITS): Remove.
16394 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
16395 * cp-support.c (add_symbol_overload_list_qualified): Use
16396 objfile_compunits.
16397 * ada-lang.c (ada_collect_symbol_completion_matches)
16398 (ada_add_global_exceptions): Use objfile_compunits.
16399
592553c4
TT
164002019-01-09 Tom Tromey <tom@tromey.com>
16401
16402 * source.c (select_source_symtab)
16403 (forget_cached_source_info_for_objfile): Remove declaration.
16404 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
16405 declaration.
16406 * maint.c (count_symtabs_and_blocks): Remove declaration.
16407 * cp-support.c (add_symbol_overload_list_qualified): Remove
16408 declaration.
16409 * coffread.c (coff_symtab_read): Remove declaration.
16410 * symtab.c (lookup_symbol_in_objfile_symtabs)
16411 (basic_lookup_transparent_type_1): Use objfile_compunits.
16412 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
16413 (info_sources_command, search_symbols)
16414 (default_collect_symbol_completion_matches_break_on)
16415 (make_source_files_completion_list): Remove declaration.
16416 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
16417 (ada_collect_symbol_completion_matches)
16418 (ada_add_global_exceptions): Remove declaration.
16419 * linespec.c (iterate_over_all_matching_symtabs): Use
16420 objfile_compunits.
16421 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
16422 (class objfile_compunits): New.
16423 (ALL_COMPUNITS): Use objfile_compunits.
16424 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
16425 (maintenance_check_symtabs, maintenance_info_line_tables): Use
16426 objfile_compunits.
16427 * objfiles.c (objfile_relocate1): Use objfile_compunits.
16428
5325b9bf
TT
164292019-01-09 Tom Tromey <tom@tromey.com>
16430
16431 * symtab.c (search_symbols)
16432 (default_collect_symbol_completion_matches_break_on): Use
16433 objfile_msymbols.
16434 * ada-lang.c (ada_lookup_simple_minsym)
16435 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
16436 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
16437 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
16438 objfile_msymbols.
16439 * coffread.c (coff_symfile_read): Use objfile_msymbols.
16440 * symmisc.c (dump_msymbols): Use objfile_msymbols.
16441 * objc-lang.c (find_methods): Use objfile_msymbols.
16442 (info_selectors_command, info_classes_command): Likewise.
16443 * stabsread.c (scan_file_globals): Use objfile_msymbols.
16444 * objfiles.h (class objfile_msymbols): New.
16445 (ALL_OBJFILE_MSYMBOLS): Remove.
16446 (ALL_MSYMBOLS): Remove.
16447
cac85af2
TT
164482019-01-09 Tom Tromey <tom@tromey.com>
16449
16450 * common/next-iterator.h (next_adapter): Add Iterator template
16451 parameter.
16452 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
16453 (class all_objfiles_safe): New.
16454 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
16455 * objfiles.c (put_objfile_before): Update comment.
16456 (add_separate_debug_objfile): Likewise.
16457 (free_all_objfiles): Use all_objfiles_safe.
16458 (objfile_purge_solibs): Likewise.
16459
aed57c53
TT
164602019-01-09 Tom Tromey <tom@tromey.com>
16461
16462 * symtab.c (iterate_over_symtabs, matching_obj_sections)
16463 (expand_symtab_containing_pc, lookup_static_symbol)
16464 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
16465 (find_symbol_at_address, find_line_symtab, find_main_name): Use
16466 all_objfiles.
16467 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
16468 * breakpoint.c (create_overlay_event_breakpoint)
16469 (create_longjmp_master_breakpoint)
16470 (create_std_terminate_master_breakpoint)
16471 (create_exception_master_breakpoint): Use all_objfiles.
16472 * linux-thread-db.c (try_thread_db_load_from_pdir)
16473 (has_libpthread): Use all_objfiles.
16474 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
16475 * linespec.c (iterate_over_all_matching_symtabs)
16476 (search_minsyms_for_name): Use all_objfiles.
16477 * maint.c (maintenance_info_sections): Use all_objfiles.
16478 * main.c (captured_main_1): Use all_objfiles.
16479 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
16480 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
16481 * guile/scm-pretty-print.c
16482 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
16483 * solib-spu.c (append_ocl_sos): Use all_objfiles.
16484 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
16485 (maintenance_print_msymbols): Use all_objfiles.
16486 * source.c (select_source_symtab): Use all_objfiles.
16487 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
16488 * symfile.c (remove_symbol_file_command)
16489 (expand_symtabs_matching, map_symbol_filenames): Use
16490 all_objfiles.
16491 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
16492 all_objfiles.
16493 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
16494 * objc-lang.c (find_methods): Use all_objfiles.
16495 * objfiles.c (have_partial_symbols, have_full_symbols)
16496 (have_minimal_symbols, qsort_cmp)
16497 (default_iterate_over_objfiles_in_search_order): Use
16498 all_objfiles.
16499 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
16500 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
16501 (maintenance_check_psymtabs): Use all_objfiles.
16502 (ALL_PSYMTABS): Remove.
16503 * compile/compile-object-run.c (do_module_cleanup): Use
16504 all_objfiles.
16505 * blockframe.c (find_pc_partial_function): Use all_objfiles.
16506 * cp-support.c (add_symbol_overload_list_qualified): Use
16507 all_objfiles.
16508 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
16509 Use all_objfiles.
16510 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
16511 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
16512 all_objfiles.
16513 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
16514 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
16515 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
16516 Uses all_objfiles.
16517 * solib.c (solib_read_symbols): Use all_objfiles
16518
99d89cde
TT
165192019-01-09 Tom Tromey <tom@tromey.com>
16520
16521 * probe.c (parse_probes_in_pspace): Use all_objfiles.
16522 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
16523 all_objfiles.
16524 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16525 * symmisc.c (print_symbol_bcache_statistics)
16526 (print_objfile_statistics, maintenance_print_objfiles)
16527 (maintenance_info_symtabs, maintenance_check_symtabs)
16528 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16529 all_objfiles.
16530 * source.c (forget_cached_source_info): Use all_objfiles.
16531 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16532 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16533 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16534 * objfiles.c (update_section_map): Use all_objfiles.
16535 (shared_objfile_contains_address_p): Likewise.
16536 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16537 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16538
21708325
TT
165392019-01-09 Tom Tromey <tom@tromey.com>
16540
16541 * common/next-iterator.h: New file.
16542 * objfiles.h (class all_objfiles): New.
16543 (struct objfile_iterator): New.
16544
669e09f6
PW
165452019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16546
16547 * NEWS: Move the description of the changed "frame", "select-frame",
16548 and "info frame" commands to the Changed commands section.
16549
041be526
SM
165502019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16551
16552 * gdbtypes.c (check_stub_method_group): Remove handling of old
16553 mangling schemes.
16554 * linespec.c (find_methods): Likewise.
16555 * stabsread.c (read_member_functions): Likewise.
16556 * valops.c (search_struct_method): Likewise.
16557 (value_struct_elt_for_reference): Likewise.
16558 * NEWS: Mention this change.
16559
0e2a2133
AB
165602019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16561
16562 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16563 print_source_lines.
16564 * source.c (print_source_lines_base): Update line number check.
16565 (print_source_lines): New function.
16566 (source_lines_range::source_lines_range): New function.
16567 * source.h (class source_lines_range): New class.
16568 (print_source_lines): New declaration.
16569
1055a3b4
PW
165702019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16571
16572 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16573
cfeadda5
TT
165742019-01-08 Tom Tromey <tom@tromey.com>
16575 Simon Marchi <simon.marchi@ericsson.com>
16576
16577 PR gdb/24060
16578 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16579 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16580 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16581 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16582 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16583 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16584
583068ca
AB
165852019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16586
16587 * source.c (select_source_symtab): Move header comment to
16588 declaration in source.h.
16589 (forget_cached_source_info_for_objfile): Likewise.
16590 (forget_cached_source_info): Likewise.
16591 (identify_source_line): Likewise.
16592 * source.h (identify_source_line): Move declaration from symtab.h
16593 and add comment from source.c
16594 (print_source_lines): Likewise.
16595 (forget_cached_source_info_for_objfile): Likewise.
16596 (forget_cached_source_info): Likewise.
16597 (select_source_symtab): Likewise.
16598 (enum print_source_lines_flag): Move definition from symtab.h.
16599 * symtab.h (identify_source_line): Move declaration to source.h.
16600 (print_source_lines): Likewise.
16601 (forget_cached_source_info_for_objfile): Likewise.
16602 (forget_cached_source_info): Likewise.
16603 (select_source_symtab): Likewise.
16604 (enum print_source_lines_flag): Move definition to source.h.
16605 * tui/tui-hooks.c: Add 'source.h' include.
16606
ec98a4ad
AB
166072019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16608
16609 * source.c (print_source_lines_base): Handle requests to print
16610 reverse line number sequences, and guard against empty lines
16611 string.
16612
62ea19c1
AB
166132019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16614
16615 * source.c (print_source_lines_base): Fix skip of '\r' if next
16616 character is '\n'.
16617
9d30e1fd
TT
166182019-01-06 Tom Tromey <tom@tromey.com>
16619
16620 * c-exp.y (struct c_parse_state) <macro_original_text,
16621 expansion_obstack>: New member.
16622 (macro_original_text, expansion_obstack): Remove globals.
16623 (scan_macro_expansion, scanning_macro_expansion)
16624 (finished_macro_expansion): Update.
16625 (scan_macro_cleanup): Remove.
16626 (yylex, c_parse): Update.
16627
c65bac38
TT
166282019-01-06 Tom Tromey <tom@tromey.com>
16629
16630 * c-exp.y (struct c_parse_state) <strings>: New member.
16631 (operator_stoken): Update.
16632
02e12e38
TT
166332019-01-06 Tom Tromey <tom@tromey.com>
16634
16635 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16636 (union type_stack_elt) <typelist_val>: Now a pointer to
16637 std::vector.
16638 (type_stack_cleanup): Don't declare.
16639 (push_typelist): Update.
16640 * parse.c (pop_typelist): Return a std::vector.
16641 (push_typelist): Take a std::vector.
16642 (follow_types): Update. Do not free args.
16643 (type_stack_cleanup): Remove.
16644 * c-exp.y (struct c_parse_state): New.
16645 (cpstate): New global.
16646 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16647 (nonempty_typelist): Update.
16648 (func_mod): Create a new vector.
16649 (c_parse): Create a c_parse_state.
16650 (check_parameter_typelist): Do not delete params.
16651 (function_method): Update. Do not delete type_list.
16652
f097f5ad
TT
166532019-01-06 Tom Tromey <tom@tromey.com>
16654
16655 PR gdb/28155:
16656 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16657 check_typedef.
16658 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16659 (print_return_value): Likewise.
16660
d2adf9f1
TT
166612019-01-05 Tom Tromey <tom@tromey.com>
16662
16663 * contrib/cleanup_check.py: Remove.
16664 * contrib/gcc-with-excheck: Remove.
16665 * contrib/exsummary.py: Remove.
16666 * contrib/excheck.py: Remove.
16667
2eab46b1
JB
166682019-01-05 Joel Brobecker <brobecker@adacore.com>
16669
16670 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16671 NULL. Initialize tpprev to NULL instead of assigning it
16672 to NULL on the next statement.
16673 * windows-nat.c (windows_delete_thread): Remove check for
16674 main_thread_id before printing thread exit notifications.
16675 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16676 Remove thread ID check against main_thread_id.
16677 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16678 windows_delete_thread.
16679 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16680
48c5e7e2
TT
166812019-01-04 Tom Tromey <tom@tromey.com>
16682
16683 * compile/compile.c (_initialize_compile): Use upper case for
16684 metasyntactic variables.
16685 * symmisc.c (_initialize_symmisc): Use upper case for
16686 metasyntactic variables.
16687 * psymtab.c (_initialize_psymtab): Use upper case for
16688 metasyntactic variables.
16689 * demangle.c (demangle_command): Use upper case for metasyntactic
16690 variables.
16691 (_initialize_demangler): Likewise.
16692 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16693 variables.
16694
986041cd
TT
166952019-01-03 Tom Tromey <tom@tromey.com>
16696
16697 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16698
7c711119
TT
166992019-01-03 Tom Tromey <tom@tromey.com>
16700
16701 * python/py-symtab.c (salpy_str): Update.
16702 (struct salpy_sal_object) <symtab>: Now a PyObject.
16703 (salpy_dealloc): Update.
16704 (del_objfile_sal): Use gdbpy_ref.
16705
1b20edf0
TT
167062019-01-03 Tom Tromey <tom@tromey.com>
16707
16708 * python/py-type.c (convert_field): Use new_reference. Return
16709 gdbpy_ref.
16710 (make_fielditem): Return gdbpy_ref.
16711 (typy_fields): Update.
16712 (typy_getitem): Update.
16713 (field_name): Return gdbpy_ref. Use new_reference.
16714 (typy_iterator_iternext): Update.
16715
ea41325b
TT
167162019-01-03 Tom Tromey <tom@tromey.com>
16717
16718 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16719
2a3c71d6
TT
167202019-01-03 Tom Tromey <tom@tromey.com>
16721
16722 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16723 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16724 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16725 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16726 (pspy_set_type_printers): Likewise.
16727 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16728 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16729 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16730 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16731 (objfpy_set_type_printers): Likewise.
16732
5c329e6a
TT
167332019-01-03 Tom Tromey <tom@tromey.com>
16734
16735 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16736 (gdbpy_print_stack): Use gdbpy_err_fetch.
16737 * python/python-internal.h (class gdbpy_err_fetch): New class.
16738 (class gdbpy_enter) <m_error_type, m_error_value,
16739 m_error_traceback>: Remove.
16740 <m_error>: New member.
16741 (gdbpy_exception_to_string): Don't declare.
16742 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16743 * python/py-value.c (convert_value_from_python): Use
16744 gdbpy_err_fetch.
16745 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16746 gdbpy_exception_to_string.
16747 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16748 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16749 gdbpy_err_fetch.
16750
169bb27b
AB
167512019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16752
16753 * linux-nat.c (delete_lwp_cleanup): Delete.
16754 (struct lwp_deleter): New struct.
16755 (lwp_info_up): New typedef.
16756 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16757 lwp_info_up.
16758
a07c8880
AB
167592019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16760
16761 * linux-fork.c (class scoped_switch_fork_info): New class.
16762 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16763
26089c49
AB
167642019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16765
16766 * valops.c (find_overload_match): Remove use of null_cleanup, and
16767 calls to do_cleanups.
16768
06d3e5b0
AB
167692019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16770
16771 * compile/compile-cplus-types.c
16772 (compile_cplus_instance::decl_name): Handle changes to
16773 cp_func_name.
16774 * cp-support.c (cp_func_name): Update header comment, update
16775 return type.
16776 * cp-support.h (cp_func_name): Update return type in declaration.
16777 * valops.c (find_overload_match): Move temp_func local to top
16778 level of function and change its type. Use temp_func to hold and
16779 delete temporary string obtained from cp_func_name.
16780
66644cd3
AB
167812019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16782
16783 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16784 gdb::char_vector, remove cleanup, and update uses of `msg`.
16785
592d8c0a
JW
167862019-01-03 Jim Wilson <jimw@sifive.com>
16787
16788 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16789
c55d06ec
TT
167902019-01-02 Tom Tromey <tom@tromey.com>
16791
16792 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16793 (tdesc_parse_xml): Remove cleanups.
16794 * target-descriptions.h (make_cleanup_free_target_description):
16795 Don't declare.
16796 (target_desc_deleter): New struct.
16797 (target_desc_up): New typedef.
16798 * target-descriptions.c (target_desc_deleter::operator()): Rename
16799 from free_target_description.
16800 (make_cleanup_free_target_description): Remove.
16801
3a6ae42d
TT
168022019-01-02 Tom Tromey <tom@tromey.com>
16803
16804 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16805 constructor, destructor.
16806 (linespec_parser): Remove typedef.
16807 (~linespec_parser): Rename from linespec_parser_delete.
16808 (linespec_lex_to_end, linespec_complete_label)
16809 (linespec_complete): Update.
16810 (decode_line_full): Remove cleanups.
16811 (decode_line_1): Update.
16812
61fd3e73
TT
168132019-01-02 Tom Tromey <tom@tromey.com>
16814
16815 * python/python-internal.h (inferior_to_inferior_object): Change
16816 return type.
16817 * python/py-exitedevent.c (create_exited_event_object): Update.
16818 * python/py-inferior.c (inferior_to_inferior_object): Return
16819 gdbpy_ref.
16820 (python_new_inferior, python_inferior_deleted)
16821 (thread_to_thread_object, delete_thread_object)
16822 (build_inferior_list, gdbpy_selected_inferior): Update.
16823 * python/py-infthread.c (create_thread_object): Update. Also fail
16824 if inferior_to_inferior_object fails.
16825
d20172fc
SM
168262019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16827
16828 * inferior.h (class inferior) <displaced_step_state>: New field.
16829 * infrun.h (struct displaced_step_state): Move here from
16830 infrun.c. Initialize fields, add constructor.
16831 <inf>: Remove field.
16832 <reset>: New method.
16833 * infrun.c (struct displaced_step_inferior_state): Move to
16834 infrun.h.
16835 (displaced_step_inferior_states): Remove.
16836 (get_displaced_stepping_state): Adust.
16837 (displaced_step_in_progress_any_inferior): Adjust.
16838 (displaced_step_in_progress_thread): Adjust.
16839 (displaced_step_in_progress): Adjust.
16840 (add_displaced_stepping_state): Remove.
16841 (get_displaced_step_closure_by_addr): Adjust.
16842 (remove_displaced_stepping_state): Remove.
16843 (infrun_inferior_exit): Call displaced_step_state.reset.
16844 (use_displaced_stepping): Don't check for NULL.
16845 (displaced_step_prepare_throw): Call
16846 get_displaced_stepping_state.
16847 (displaced_step_fixup): Don't check for NULL.
16848 (prepare_for_detach): Don't check for NULL.
16849
e3319240
PW
168502019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16851
16852 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16853 in case of call that did not complete.
16854
5d36dfb9
AU
168552019-01-02 Andrey Utkin <autkin@undo.io>
16856
16857 * symfile.c (find_separate_debug_file): Fix search of debug files for
16858 remote debuggee.
16859
8833fbf0
TT
168602019-01-02 Tom Tromey <tom@tromey.com>
16861
16862 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16863 indentation.
16864 * python/py-frame.c (frapy_older): Remove cast.
16865 (frapy_newer): Likewise.
16866 * python/py-breakpoint.c (local_setattro): Remove cast.
16867 * python/py-arch.c (archpy_name): Remove local variable.
16868 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16869
4ada3dfd
JB
168702019-01-02 Joel Brobecker <brobecker@adacore.com>
16871
16872 * unittests/basic_string_view/element_access/char/empty.cc:
16873 Fix year range in copyright header.
16874
113b7b81
AB
168752019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16876
16877 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16878 Delete.
16879 <operator==>: Update with for removed field.
16880 <hash>: Likewise.
16881 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16882 <isa_features>: ...this.
16883 <abi_features>: New field.
16884 (riscv_isa_flen): Update comment.
16885 (riscv_abi_xlen): New declaration.
16886 (riscv_abi_flen): New declaration.
16887 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16888 isa_features.
16889 (riscv_abi_xlen): New function.
16890 (riscv_isa_flen): Update to get answer from isa_features.
16891 (riscv_abi_flen): New function.
16892 (riscv_has_fp_abi): Update to get answer from abi_features.
16893 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16894 xlen and flen.
16895 (riscv_call_info) <xlen, flen>: Update comment.
16896 (riscv_call_arg_struct): Remove invalid assertions
16897 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16898 is removed.
16899 (riscv_gdbarch_init): Gather isa features and abi features
16900 separately, ensure both match on the gdbarch when reusing an old
16901 gdbarch. Relax an error check to allow 32-bit abi float to run on
16902 a target with 64-bit float hardware.
16903
b18ca514
PW
169042019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16905
16906 * source.c (search_command_helper): Stop reverse search
16907 when line 1 has been searched.
16908
ec70d8db
PW
169092019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16910
16911 * record-full.c (record_full_base_target::close): Rewrite
16912 record_full_core_buf_list free logic.
16913
5b38f9c1
PW
169142019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16915
16916 * break-catch-syscall.c (print_one_catch_syscall): xfree
16917 the last text.
16918
66d91b39
JB
169192019-01-01 Joel Brobecker <brobecker@adacore.com>
16920
16921 * top.c (print_gdb_version): Update Copyright year in version
16922 message.
16923
42a4f53d
JB
169242019-01-01 Joel Brobecker <brobecker@adacore.com>
16925
16926 Update copyright year range in all GDB files.
16927
7e955d83 169282019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16929
5bbd631d 16930 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16931
5bbd631d 16932For older changes see ChangeLog-2018.
c906108c
SS
16933\f
16934Local Variables:
16935mode: change-log
16936left-margin: 8
16937fill-column: 74
16938version-control: never
57da7796 16939coding: utf-8
c906108c 16940End:
5bbd631d 16941
This page took 3.315566 seconds and 4 git commands to generate.