Update README
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-14 Christian Biesinger <cbiesinger@google.com>
2
3 * README (`configure' options): Update.
4
5 2019-11-14 Tom Tromey <tromey@adacore.com>
6
7 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
8 expected type for the RHS if the LHS is a convenience variable.
9
10 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
11
12 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
13 Provide explicit default and copy constructor.
14
15 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16
17 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
18 only call Py_INCREF (newbp) in the bppy_pending_object case.
19
20 2019-11-13 Tom Tromey <tromey@adacore.com>
21
22 PR build/25182:
23 * psympriv.h (partial_symbol): Remove static assert.
24 * symtab.h (general_symbol_info, symbol): Remove static assert.
25
26 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdbsupport/format.c (format_pieces::format_pieces): Support
29 printf 'z' size modifier.
30 * gdbsupport/format.h (enum argclass): Add size_t_arg.
31 * printcmd.c (ui_printf): Handle size_t_arg.
32 * ui-out.c (ui_out::vmessage): Likewise.
33 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
34 function.
35 (run_tests): Call test_format_int_sizes.
36
37 2019-11-12 Christian Biesinger <cbiesinger@google.com>
38
39 * ada-exp.y (write_ambiguous_var): Update.
40 * buildsym.c (add_symbol_to_list): Update.
41 * dwarf2read.c (read_variable): Update.
42 (new_symbol): Update.
43 * jit.c (finalize_symtab): Update.
44 * language.c (language_alloc_type_symbol): Update.
45 * symtab.c (fixup_symbol_section): Update.
46 (initialize_objfile_symbol_1): Move code to...
47 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
48 (allocate_symbol): Update.
49 (allocate_template_symbol): Update.
50 (get_symbol_address): Update.
51 * symtab.h (struct symbol): Inherit from general_symbol_info instead
52 of having as a field, and add a constructor.
53 (SYMBOL_VALUE): Update.
54 (SYMBOL_VALUE_ADDRESS): Update.
55 (SET_SYMBOL_VALUE_ADDRESS): Update.
56 (SYMBOL_VALUE_BYTES): Update.
57 (SYMBOL_VALUE_COMMON_BLOCK): Update.
58 (SYMBOL_BLOCK_VALUE): Update.
59 (SYMBOL_VALUE_CHAIN): Update.
60 (SYMBOL_LANGUAGE): Update.
61 (SYMBOL_SECTION): Update.
62 (SYMBOL_OBJ_SECTION): Update.
63 (SYMBOL_SET_LANGUAGE): Update.
64 (SYMBOL_SET_LINKAGE_NAME): Update.
65 (SYMBOL_SET_NAMES): Update.
66 (SYMBOL_NATURAL_NAME): Update.
67 (SYMBOL_LINKAGE_NAME): Update.
68 (SYMBOL_DEMANGLED_NAME): Update.
69 (SYMBOL_SEARCH_NAME): Update.
70 (SYMBOL_MATCHES_SEARCH_NAME): Update.
71 (struct symbol): Update.
72 (struct template_symbol): Update.
73 (struct rust_vtable_symbol): Update.
74 * xcoffread.c (SYMBOL_DUP): Update.
75
76 2019-11-12 Tom Tromey <tom@tromey.com>
77
78 * tui/tui-layout.c (show_layout): Set current_layout.
79 (show_source_disasm_command, show_data)
80 (show_source_or_disasm_and_command): Don't set current_layout.
81
82 2019-11-12 Tom Tromey <tom@tromey.com>
83
84 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
85
86 2019-11-12 Tom Tromey <tom@tromey.com>
87
88 * tui/tui-win.c (resize_message): New global.
89 (show_tui_resize_message): New function.
90 (tui_async_resize_screen): Print message if requested.
91 (_initialize_tui_win): Add tui-resize-message setting.
92 * NEWS: Add entry for new commands.
93
94 2019-11-11 Tom Tromey <tom@tromey.com>
95
96 * tui/tui.c (tui_initialize_readline): Add new bindable readline
97 functions.
98
99 2019-11-11 Christian Biesinger <cbiesinger@google.com>
100
101 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
102
103 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
106 function.
107 * python/python-internal.h (gdbpy_lookup_static_symbols):
108 Declare new function.
109 * python/python.c (python_GdbMethods): Add
110 gdb.lookup_static_symbols method.
111 * NEWS: Mention gdb.lookup_static_symbols.
112
113 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
116 static block of current object file first. Also fix typo in
117 header comment.
118
119 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * stack.c (set_last_displayed_sal): Delete.
122 (last_displayed_sal_valid): Delete.
123 (last_displayed_pspace): Delete.
124 (last_displayed_addr): Delete.
125 (last_displayed_symtab): Delete.
126 (last_displayed_line): Delete.
127 (class last_displayed_symtab_info_type): New.
128 (last_displayed_symtab_info): New static global variable.
129 (print_frame_info): Call methods on last_displayed_symtab_info.
130 (clear_last_displayed_sal): Update header comment, and make use of
131 last_displayed_symtab_info.
132 (last_displayed_sal_is_valid): Likewise.
133 (get_last_displayed_pspace): Likewise.
134 (get_last_displayed_addr): Likewise.
135 (get_last_displayed_symtab): Likewise.
136 (get_last_displayed_line): Likewise.
137 (get_last_displayed_sal): Likewise.
138 * stack.h (clear_last_displayed_sal): Update header comment.
139 (last_displayed_sal_is_valid): Likewise.
140 (get_last_displayed_pspace): Likewise.
141 (get_last_displayed_addr): Likewise.
142 (get_last_displayed_symtab): Likewise.
143 (get_last_displayed_line): Likewise.
144 (get_last_displayed_sal): Likewise.
145
146 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * stack.c (frame_show_address): Convert return type to bool.
149 * stack.h (frame_show_address): Likewise, and update header
150 comment.
151
152 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
155 * unittests/vec-utils-selftests.c: New file.
156 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
157
158 2019-11-10 Tom Tromey <tom@tromey.com>
159
160 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
161 (tui_highlight_win): Likewise.
162 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
163 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
164 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
165 Don't set can_highlight.
166
167 2019-11-10 Tom Tromey <tom@tromey.com>
168
169 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
170 Remove unused declaration.
171
172 2019-11-08 Tom Tromey <tromey@adacore.com>
173
174 * top.c (read_command_file): Update.
175 (command_line_input): Make return type const.
176 * python/py-gdb-readline.c: Update.
177 * linespec.c (decode_line_2): Update.
178 * defs.h (command_line_input): Make return type const.
179 * cli/cli-script.c (read_next_line): Make return type const.
180 * ada-lang.c (get_selections): Update.
181
182 2019-11-06 Christian Biesinger <cbiesinger@google.com>
183
184 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
185 * mi/mi-main.c (output_cores): Likewise.
186 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
187 (linux_xfer_osdata_modules): Likewise.
188 * remote.c (register_remote_support_xml): Likewise.
189 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
190 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
191
192 2019-11-06 Tom Tromey <tom@tromey.com>
193
194 * tui/tui-interp.c: Don't include readline.h.
195 * tui/tui-hooks.c: Don't include readline.h.
196 * symmisc.c: Include tilde.h, not readline.h.
197 * symfile.c: Include tilde.h, not readline.h.
198 * source.c: Include tilde.h, not readline.h.
199 * solib.c: Include tilde.h, not readline.h.
200 * psymtab.c: Include tilde.h, not readline.h.
201 * exec.c: Include tilde.h, not readline.h.
202 * corelow.c: Include tilde.h, not readline.h.
203 * cli/cli-dump.c: Include tilde.h, not readline.h.
204 * cli/cli-cmds.c: Don't include readline.h.
205
206 2019-11-05 Tom Tromey <tom@tromey.com>
207
208 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
209 (tui_disassemble): Set addr_size.
210 (tui_disasm_window::set_contents): Use addr_size.
211
212 2019-11-05 Tom Tromey <tom@tromey.com>
213
214 * rust-lang.c (rust_language_defn): Update.
215 * python/py-value.c (valpy_string): Call c_get_string.
216 * p-lang.c (pascal_language_defn): Update.
217 * opencl-lang.c (opencl_language_defn): Update.
218 * objc-lang.c (objc_language_defn): Update.
219 * m2-lang.c (m2_language_defn): Update.
220 * language.c (unknown_language_defn, auto_language_defn): Update.
221 (default_get_string): Remove.
222 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
223 * go-lang.c (go_language_defn): Update.
224 * f-lang.c (f_language_defn): Update.
225 * d-lang.c (d_language_defn): Update.
226 * c-lang.c (c_language_defn, cplus_language_defn)
227 (asm_language_defn, minimal_language_defn): Update.
228 * ada-lang.c (ada_language_defn): Update.
229 * language.h (struct language_defn) <la_get_string>: Remove.
230 (LA_GET_STRING): Remove.
231 (default_get_string): Don't declare.
232
233 2019-11-05 Tom Tromey <tom@tromey.com>
234
235 * tui/tui-source.h (struct tui_source_window): Inline
236 constructor. Remove destructor.
237 <style_changed, m_observable>: Move to superclass.
238 * tui/tui-winsource.h (tui_copy_source_line): Declare.
239 (struct tui_source_window_base): Move private members to end.
240 <style_changed, m_observable>: Move from tui_source_window.
241 * tui/tui-winsource.c (tui_copy_source_line): Move from
242 tui-source.c. Rename from copy_source_line. Add special handling
243 for negative line number.
244 (tui_source_window_base::style_changed): Move from
245 tui_source_window.
246 (tui_source_window_base): Register observer.
247 (~tui_source_window_base): New.
248 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
249 rename.
250 (tui_source_window::set_contents): Use tui_copy_source_line.
251 (tui_source_window::tui_source_window): Move to tui-source.h.
252 (tui_source_window::~tui_source_window): Remove.
253 (tui_source_window::style_changed): Move to superclass.
254 * tui/tui-disasm.c (tui_disassemble): Create string file with
255 styling, when possible. Add "addr_size" parameter.
256 (tui_disasm_window::set_contents): Use tui_copy_source_line.
257 Don't compute maximum size.
258 (len_without_escapes): New function
259
260 2019-11-05 Tom Tromey <tom@tromey.com>
261
262 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
263 std::string.
264 * tui/tui-winsource.c (tui_show_source_line): Update.
265 * tui/tui-source.c (tui_source_window::set_contents): Update.
266 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
267
268 2019-11-05 Christian Biesinger <cbiesinger@google.com>
269
270 * symtab.h (gdb_static_assert): Put && operator at the beginning
271 of the line instead of the end.
272
273 2019-11-04 Christian Biesinger <cbiesinger@google.com>
274
275 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
276 and sizeof (symbol).
277 * symtab.h: Add a static_assert for sizeof (partial_symbol).
278
279 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
280
281 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
282 * configure.host: Mark *-*-solaris2.10* obsolete.
283 * configure.tgt: Mark Solaris < 11 obsolete.
284 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
285 Update target triplet.
286
287 2019-11-01 Tom Tromey <tromey@adacore.com>
288
289 * utils.c (print_sys_errmsg): Simplify.
290
291 2019-11-01 Tom Tromey <tromey@adacore.com>
292
293 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
294
295 2019-11-01 Christian Biesinger <cbiesinger@google.com>
296
297 * configure: Regenerate.
298 * configure.ac: Remove check for strerror_r.
299 * gdbsupport/common.m4: Check for strerror_r.
300
301 2019-11-01 Luis Machado <luis.machado@linaro.org>
302
303 PR gdb/25124
304
305 * arm-tdep.c (arm_per_objfile): Rename to ...
306 (arm_per_bfd): ... this.
307 (arm_objfile_data_key): Rename to ...
308 (arm_bfd_data_key): ... this.
309 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
310 data.
311 (arm_record_special_symbol): Likewise.
312
313 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
316 end.
317 * c-typeprint.c (c_print_typedef): Likewise.
318 * f-typeprint.c (f_print_typedef): Likewise.
319 * m2-typeprint.c (m2_print_typedef): Likewise.
320 * p-typeprint.c (pascal_print_typedef): Likewise.
321 * rust-lang.c (rust_print_typedef): Likewise.
322 * symtab.c (print_symbol_info): Print a newline after calling
323 typedef_print.
324
325 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * symtab.c (info_module_cmdlist): New variable.
328 (info_module_command): New function.
329 (search_module_symbols): New function.
330 (info_module_subcommand): New function.
331 (struct info_modules_var_func_options): New struct.
332 (info_modules_var_func_options_defs): New variable.
333 (make_info_modules_var_func_options_def_group): New function.
334 (info_module_functions_command): New function.
335 (info_module_variables_command): New function.
336 (info_module_var_func_command_completer): New function.
337 (_initialize_symtab): Register new 'info module functions' and
338 'info module variables' commands.
339 * symtab.h (typedef symbol_search_in_module): New typedef.
340 (search_module_symbols): Declare new function.
341 * NEWS: Mention new commands.
342
343 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
346 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
347 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
348 MODULES_DOMAIN.
349 (scan_partial_symbols): Only create partial module symbols for non
350 declarations.
351 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
352 and MODULES_DOMAIN.
353 * symtab.c (search_domain_name): Likewise.
354 (search_symbols): Likewise.
355 (print_symbol_info): Likewise.
356 (symtab_symbol_info): Likewise.
357 (info_modules_command): New function.
358 (_initialize_symtab): Register 'info modules' command.
359 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
360 * NEWS: Mention new 'info modules' command.
361
362 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
363
364 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
365 and $_gdb_maint_setting_str.
366
367 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
368
369 * cli/cli-cmds.c (setting_cmd, value_from_setting)
370 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
371 (str_value_from_setting, gdb_setting_str_internal_fn)
372 (gdb_maint_setting_str_internal_fn): New functions.
373 (_initialize_cli_cmds): Define the new convenience functions.
374 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
375 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
376
377 2019-10-31 Christian Biesinger <cbiesinger@google.com>
378
379 * agent.c (set_can_use_agent): When the setting is turned on,
380 look up agent symbols if we don't have them yet.
381 (agent_new_objfile): Don't look up agent symbols when the agent
382 setting is off.
383
384 2019-10-31 Christian Biesinger <cbiesinger@google.com>
385
386 * config.in: Regenerate.
387
388 2019-10-31 Christian Biesinger <cbiesinger@google.com>
389
390 * configure: Regenerate.
391 * configure.ac: Check for strerror_r.
392 * gdbsupport/common-utils.h (safe_strerror): Change return value
393 to const char * and document that this function is now threadsafe.
394 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
395 thread_local and call strerror_r, if available.
396 * utils.c (perror_string): Update.
397 (print_sys_errmsg): Update.
398
399 2019-10-31 Luis Machado <luis.machado@linaro.org>
400
401 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
402 objfile_key.
403 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
404 objfile to fetch per-bfd data.
405 (arm_find_exidx_entry): Likewise.
406
407 2019-10-31 Christian Biesinger <cbiesinger@google.com>
408
409 * gdbsupport/agent.c (debug_agent): Change type to bool.
410 (use_agent): Likewise.
411 (all_agent_symbols_look_up): Likewise.
412 (agent_loaded_p): Change return value to bool.
413 (agent_look_up_symbols): Update.
414 (agent_capability_check): Change return value to bool.
415 * gdbsupport/agent.h (agent_loaded_p): Likewise.
416 (debug_agent): Change type to bool.
417 (use_agent): Likewise.
418 (agent_capability_check): Change return value to bool.
419
420 2019-10-30 Christian Biesinger <cbiesinger@google.com>
421
422 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
423 (build_minimal_symbol_hash_tables): Code to clear the table moved
424 to clear_minimal_symbol_hash_tables.
425 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
426 when needed.
427
428 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
429
430 * infcmd.c: Remove includes.
431 * infrun.c: Remove includes.
432
433 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
434
435 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
436 (grow_vect): Remove declaration.
437 (ada_type_of_array): Remove declaration.
438 (ada_update_initial_language): Remove declaration.
439 (ada_fold_name): Remove declaration.
440 (ada_fill_in_ada_prototype): Remove declaration.
441 (user_select_syms): Remove declaration.
442 (get_selections): Remove declaration.
443 (ada_tag_type): Remove declaration.
444 (ada_value_tag): Remove declaration.
445 (ada_is_others_clause): Remove declaration.
446 (ada_in_variant): Remove declaration.
447 (ada_value_struct_elt): Remove declaration.
448 (ada_attribute_name): Remove declaration.
449 (ada_system_address_type): Remove declaration.
450 * ada-lang.c (ada_watch_location_expression): Make static.
451 (GROW_VECT): Move here from ada-lang.h.
452 (grow_vect): Make static.
453 (ada_update_initial_language): Make static.
454 (ada_fold_name): Make static.
455 (ada_type_of_array): Make static.
456 (encoded_ordered_before): Move up.
457 (sort_choices): Move up.
458 (print_signatures): Move up.
459 (ada_print_symbol_signature): Move up.
460 (get_selections): Move up and make static.
461 (user_select_syms): Move up and make static.
462 (ada_value_struct_elt): Move up and make static.
463 (ada_tag_type): Make static.
464 (ada_value_tag): Make static.
465 (ada_is_others_clause): Make static.
466 (ada_in_variant): Make static.
467 (ada_attribute_name): Make static.
468
469 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
470
471 * ada-lang.c: Remove includes.
472 * ada-typeprint.c: Remove includes.
473 * ada-valprint.c: Remove includes.
474
475 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
476
477 * addrmap.c: Add static assertions of type size, moved from
478 _initialize_addrmap.
479 (_initialize_addrmap): Remove.
480
481 2019-10-29 Christian Biesinger <cbiesinger@google.com>
482
483 * coffread.c (record_minimal_symbol): Update.
484 (process_coff_symbol): Update.
485 * dbxread.c (read_dbx_symtab): Update.
486 * dwarf2read.c (add_partial_symbol): Update.
487 (fixup_go_packaging): Update.
488 (load_partial_dies): Update.
489 (new_symbol): Update.
490 * elfread.c (record_minimal_symbol): Change signature to use
491 gdb::string_view instead of name+len.
492 (elf_symtab_read): Update.
493 (elf_rel_plt_read): Update.
494 * mdebugread.c (parse_partial_symbols): Update.
495 (handle_psymbol_enumerators): Update.
496 (new_symbol): Update.
497 * minsyms.c (minimal_symbol_reader::record_full): Change signature
498 to use gdb::string_view instead of name+len.
499 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
500 * psympriv.h (add_psymbol_to_list): Likewise.
501 * psymtab.c (add_psymbol_to_bcache): Likewise.
502 (add_psymbol_to_list): Likewise.
503 * stabsread.c (define_symbol): Update.
504 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
505 * symtab.h (SYMBOL_SET_NAMES): Likewise.
506 (symbol_set_names): Likewise.
507 * xcoffread.c (scan_xcoff_symtab): Update.
508
509 2019-10-29 Christian Biesinger <cbiesinger@google.com>
510
511 * symtab.h (symbol_set_names): Document that copy_name must be
512 set to true for non-nullterminated strings.
513 * symtab.c (symbol_set_names): Only make a nullterminated copy of
514 linkage_name if the entry was not found and we need to demangle.
515
516 2019-10-29 Christian Biesinger <cbiesinger@google.com>
517
518 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
519 * dwarf2-frame.c (bsearch_fde_cmp): Update.
520 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
521 * gdbsupport/gdb_binary_search.h: New file.
522
523 2019-10-29 Christian Biesinger <cbiesinger@google.com>
524
525 * NEWS: Mention new --with-system-gdbinit-dir option.
526 * config.in: Regenerate.
527 * configure: Regenerate.
528 * configure.ac: Add new option --with-system-gdbinit-dir.
529 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
530 for a ".gdb" suffix.
531 * main.c (get_init_files): Change system_gdbinit argument to
532 a vector and return the files in SYSTEM_GDBINIT_DIR in
533 addition to SYSTEM_GDBINIT.
534 (captured_main_1): Update.
535 (print_gdb_help): Update.
536 * top.c (print_gdb_configuration): Also print the value of
537 SYSTEM_GDBINIT_DIR.
538
539 2019-10-28 Christian Biesinger <cbiesinger@google.com>
540
541 * gdbsupport/common-utils.h (startswith): Add an overloaded version
542 that takes gdb::string_view arguments.
543
544 2019-10-26 Tom de Vries <tdevries@suse.de>
545
546 * aarch64-linux-tdep.c: Fix typos in comments.
547 * aarch64-tdep.c: Same.
548 * ada-lang.c: Same.
549 * amd64-nat.c: Same.
550 * arc-tdep.c: Same.
551 * arch/aarch64-insn.c: Same.
552 * block.c: Same.
553 * breakpoint.h: Same.
554 * btrace.h: Same.
555 * c-varobj.c: Same.
556 * cli/cli-decode.c: Same.
557 * cli/cli-script.c: Same.
558 * cli/cli-utils.h: Same.
559 * coff-pe-read.c: Same.
560 * coffread.c: Same.
561 * compile/compile-cplus-symbols.c: Same.
562 * compile/compile-object-run.c: Same.
563 * completer.c: Same.
564 * corelow.c: Same.
565 * cp-support.c: Same.
566 * demangle.c: Same.
567 * dwarf-index-write.c: Same.
568 * dwarf2-frame.c: Same.
569 * dwarf2-frame.h: Same.
570 * eval.c: Same.
571 * frame-base.h: Same.
572 * frame.h: Same.
573 * gdbcmd.h: Same.
574 * gdbtypes.h: Same.
575 * gnu-nat.c: Same.
576 * guile/scm-objfile.c: Same.
577 * i386-tdep.c: Same.
578 * i386-tdep.h: Same.
579 * infcall.c: Same.
580 * infcall.h: Same.
581 * linux-nat.c: Same.
582 * m68k-tdep.c: Same.
583 * macroexp.c: Same.
584 * memattr.c: Same.
585 * mi/mi-cmd-disas.c: Same.
586 * mi/mi-getopt.h: Same.
587 * mi/mi-main.c: Same.
588 * minsyms.c: Same.
589 * nat/aarch64-sve-linux-sigcontext.h: Same.
590 * objfiles.h: Same.
591 * ppc-linux-nat.c: Same.
592 * ppc-linux-tdep.c: Same.
593 * ppc-tdep.h: Same.
594 * progspace.h: Same.
595 * prologue-value.h: Same.
596 * python/py-evtregistry.c: Same.
597 * python/py-instruction.h: Same.
598 * record-btrace.c: Same.
599 * record-full.c: Same.
600 * remote.c: Same.
601 * rs6000-tdep.c: Same.
602 * ser-tcp.c: Same.
603 * sol-thread.c: Same.
604 * sparc-sol2-tdep.c: Same.
605 * sparc64-tdep.c: Same.
606 * stabsread.c: Same.
607 * symfile.c: Same.
608 * symtab.h: Same.
609 * target.c: Same.
610 * tracepoint.c: Same.
611 * tui/tui-data.h: Same.
612 * tui/tui-io.c: Same.
613 * tui/tui-win.c: Same.
614 * tui/tui.c: Same.
615 * unittests/rsp-low-selftests.c: Same.
616 * user-regs.h: Same.
617 * utils.c: Same.
618 * utils.h: Same.
619 * valarith.c: Same.
620 * valops.c: Same.
621 * valprint.c: Same.
622 * valprint.h: Same.
623 * value.c: Same.
624 * value.h: Same.
625 * varobj.c: Same.
626 * x86-nat.h: Same.
627 * xtensa-tdep.c: Same.
628
629 2019-10-25 Ali Tamur <tamur@google.com>
630
631 * charset.c (find_charset_names): Reflect API change.
632
633 2019-10-25 Christian Biesinger <cbiesinger@google.com>
634
635 * symtab.c (struct demangled_name_entry): Change demangled name
636 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
637 part of the struct anymore.
638 (symbol_set_names): No longer obstack allocate + copy the demangled
639 name, just store the allocated name from bfd.
640
641 2019-10-25 Tom Tromey <tromey@adacore.com>
642
643 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
644 (bsearch_cie_cmp, add_cie): Remove.
645 (find_cie): Reimplement.
646 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
647 (dwarf2_build_frame_info): Update.
648
649 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
650
651 PR gdb/25126
652 * symfile.c (reread_symbols): Call forget_cached_source_info to
653 clear the stale source cache.
654
655 2019-10-24 Christian Biesinger <cbiesinger@google.com>
656
657 * configure: Regenerate.
658 * configure.ac: Remove code that sets python_has_threads.
659
660 2019-10-24 Christian Biesinger <cbiesinger@google.com>
661
662 * config.in: Regenerate.
663 * configure: Regenerate.
664 * configure.ac: Remove the code that uses sed to get the python
665 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
666
667 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * python/py-progspace.c (pspy_block_for_pc): Return None for all
670 error paths.
671
672 2019-10-23 Tom Tromey <tom@tromey.com>
673
674 * arc-tdep.c: Remove ".." from include.
675 * frv-tdep.c: Remove ".." from include.
676 * lm32-tdep.c: Remove ".." from include.
677 * microblaze-tdep.c: Remove ".." from include.
678 * or1k-tdep.h: Remove ".." from include.
679 * s12z-tdep.c: Remove ".." from include.
680 * Makefile.in (OPCODES_CFLAGS): Add comment.
681 (TOP_CFLAGS): New variable.
682 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
683
684 2019-10-23 Tom Tromey <tom@tromey.com>
685
686 * Makefile.in (READLINE_DIR): Update.
687
688 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
689
690 * infcall.c (call_function_by_hand_dummy): Fix the function
691 comment. And extract out a code section into...
692 (reserve_stack_space): ...this new function.
693
694 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
695
696 * infcall.c (value_arg_coerce): Remove an unused parameter.
697 (call_function_by_hand_dummy): Update the call to
698 'value_arg_coerce'.
699
700 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
701
702 * infcall.c (call_function_by_hand_dummy): Refactor.
703
704 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
705
706 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
707
708 2019-10-23 Tom Tromey <tom@tromey.com>
709
710 * configure: Rebuild.
711 * configure.ac: Don't check for sigprocmask.
712 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
713
714 2019-10-23 Tom Tromey <tom@tromey.com>
715
716 * configure: Rebuild.
717 * acinclude.m4: Use m4_include, not sinclude.
718
719 2019-10-23 Tom de Vries <tdevries@suse.de>
720
721 PR breakpoints/24687
722 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
723
724 2019-10-22 Christian Biesinger <cbiesinger@google.com>
725
726 * symtab.c (struct demangled_name_entry) <language>: Change from
727 bitfield to regular variable.
728
729 2019-10-22 Christian Biesinger <cbiesinger@google.com>
730
731 * symtab.c (struct demangled_name_entry): Add a constructor.
732 (free_demangled_name_entry): New function to call the destructor
733 for demangled_name_entry.
734 (create_demangled_names_hash): Pass free_demangled_name_entry to
735 htab_create_alloc.
736 (symbol_set_names): Call placement new for demangled_name_entry.
737 * utils.c: No longer include xxhash.h here, now that fast_hash
738 is inlined in the header.
739 * utils.h: Instead, include it here.
740
741 2019-10-22 Christian Biesinger <cbiesinger@google.com>
742
743 * Makefile.in: Link with libxxhash.
744 * config.in: Regenerate.
745 * configure: Regenerate.
746 * configure.ac: Search for libxxhash.
747 * utils.c (fast_hash): Use xxhash if present.
748
749 2019-10-22 Christian Biesinger <cbiesinger@google.com>
750
751 * utils.h (fast_hash): New function.
752 * symtab.c (hash_demangled_name_entry): Call new function
753 fast_hash.
754
755 2019-10-22 Christian Biesinger <cbiesinger@google.com>
756
757 * symtab.c (struct demangled_name_entry): Change type of mangled
758 to gdb::string_view. Also adds a constructor that takes the
759 mangled name.
760 (hash_demangled_name_entry): Update.
761 (eq_demangled_name_entry): Update.
762 (free_demangled_name_entry): New function to call the destructor
763 now that this is not a POD anymore.
764 (create_demangled_names_hash): Pass free_demangled_name_entry to
765 htab_create_alloc.
766 (symbol_set_names): Update.
767
768 2019-10-21 Ali Tamur <tamu@google.com>
769
770 * dwarf2read.c (dir_index): Change type.
771 (file_name_index): Likewise.
772 (line_header::include_dir_at): Change comment and implementation on
773 whether it is DWARF 5.
774 (line_header::is_valid_file_index): New function.
775 (line_header::file_name_at): Change comment and implementation on
776 whether it is DWARF 5.
777 (line_header::file_names): Change to private field renamed as
778 m_file_names and introduce a new accessor method.
779 (line_header::file_names_size): New method.
780 (line_header::include_dirs): Change to private field and rename as
781 m_include_dirs.
782 (dw2_get_file_names_reader): Define local var at a smaller scope and
783 reflect API change.
784 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
785 (process_structure_scope): Likewise.
786 (line_header::add_include_dir): Change message and reflect renaming.
787 (line_header::add_file_name): Likewise.
788 (read_formatted_entries): Handle DW_FORM_data16.
789 (dwarf_decode_line_header): Fix line header length calculation.
790 (psymtab_include_file_name): Change comment and API.
791 (lnp_state_machine::m_file): Update comment and reflect type change.
792 (lnp_state_machine::record_line): Reflect type change.
793 (dwarf_decode_lines): Reflect API change.
794 (file_file_name): Likewise.
795 (file_full_name): Likewise.
796
797 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
800
801 2019-10-21 Tom Tromey <tom@tromey.com>
802
803 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
804
805 2019-10-21 Tom Tromey <tom@tromey.com>
806
807 * configure.ac (nm.h): Conditionally create nm.h link. Subst
808 NM_H. Use AC_CONFIG_LINKS.
809 * configure: Rebuild.
810 * Makefile.in (NM_H): New variable.
811 (generated_files): Add NM_H. Remove gcore.
812 (nm.h, stamp-nmh): New targets.
813
814 2019-10-20 Tom Tromey <tom@tromey.com>
815
816 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
817 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
818 obsolete comment.
819 (put_objfile_before): Now static.
820
821 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
822
823 * gdbsupport/common-utils.h (startswith): Change return type to
824 bool.
825
826 2019-10-19 Christian Biesinger <cbiesinger@google.com>
827
828 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
829 * breakpoint.c (bp_locations_compare): Rename to...
830 (bp_location_is_less_than): ...this, and change to std::sort semantics.
831 (update_global_location_list): Use std::sort instead of qsort.
832 * buildsym.c (compare_line_numbers): Rename to...
833 (lte_is_less_than): ...this, and change to std::sort semantics.
834 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
835 instead of qsort.
836 * disasm.c (compare_lines): Rename to...
837 (line_is_less_than): ...this, and change to std::sort semantics.
838 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
839 of qsort.
840 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
841 (fde_is_less_than): ...this, and change to std::sort semantics.
842 (dwarf2_build_frame_info): Call std::sort instead of qsort.
843 * mdebugread.c (compare_blocks):
844 (block_is_less_than): ...this, and change to std::sort semantics.
845 (sort_blocks): Call std::sort instead of qsort.
846 * objfiles.c (qsort_cmp): Rename to...
847 (sort_cmp): ...this, and change to std::sort semantics.
848 (update_section_map): Call std::sort instead of qsort.
849 * remote.c (compare_pnums): Remove.
850 (map_regcache_remote_table): Call std::sort instead of qsort.
851 * utils.c (compare_positive_ints): Remove.
852 * utils.h (compare_positive_ints): Remove.
853 * xcoffread.c (compare_lte): Remove.
854 (arrange_linetable): Call std::sort instead of qsort.
855
856 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
857
858 * symfile.c (init_entry_point_info): Fix typo.
859 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
860
861 2019-10-18 Tom de Vries <tdevries@suse.de>
862
863 * aarch64-tdep.c: Fix typos in comments.
864 * ada-lang.c: Same.
865 * ada-tasks.c: Same.
866 * alpha-tdep.c: Same.
867 * alpha-tdep.h: Same.
868 * amd64-nat.c: Same.
869 * amd64-windows-tdep.c: Same.
870 * arc-tdep.c: Same.
871 * arc-tdep.h: Same.
872 * arch-utils.c: Same.
873 * arm-nbsd-tdep.c: Same.
874 * arm-tdep.c: Same.
875 * ax-gdb.c: Same.
876 * blockframe.c: Same.
877 * btrace.c: Same.
878 * c-varobj.c: Same.
879 * coff-pe-read.c: Same.
880 * coffread.c: Same.
881 * cris-tdep.c: Same.
882 * darwin-nat.c: Same.
883 * dbxread.c: Same.
884 * dcache.c: Same.
885 * disasm.c: Same.
886 * dtrace-probe.c: Same.
887 * dwarf-index-write.c: Same.
888 * dwarf2-frame-tailcall.c: Same.
889 * dwarf2-frame.c: Same.
890 * dwarf2read.c: Same.
891 * eval.c: Same.
892 * exceptions.c: Same.
893 * fbsd-tdep.c: Same.
894 * findvar.c: Same.
895 * frame.c: Same.
896 * frv-tdep.c: Same.
897 * gnu-v3-abi.c: Same.
898 * go32-nat.c: Same.
899 * h8300-tdep.c: Same.
900 * hppa-tdep.c: Same.
901 * i386-linux-tdep.c: Same.
902 * i386-tdep.c: Same.
903 * ia64-libunwind-tdep.c: Same.
904 * ia64-tdep.c: Same.
905 * infcmd.c: Same.
906 * infrun.c: Same.
907 * linespec.c: Same.
908 * linux-nat.c: Same.
909 * linux-thread-db.c: Same.
910 * machoread.c: Same.
911 * mdebugread.c: Same.
912 * mep-tdep.c: Same.
913 * mn10300-tdep.c: Same.
914 * namespace.c: Same.
915 * objfiles.c: Same.
916 * opencl-lang.c: Same.
917 * or1k-tdep.c: Same.
918 * osabi.c: Same.
919 * ppc-linux-nat.c: Same.
920 * ppc-linux-tdep.c: Same.
921 * ppc-sysv-tdep.c: Same.
922 * printcmd.c: Same.
923 * procfs.c: Same.
924 * record-btrace.c: Same.
925 * record-full.c: Same.
926 * remote-fileio.c: Same.
927 * remote.c: Same.
928 * rs6000-tdep.c: Same.
929 * s12z-tdep.c: Same.
930 * score-tdep.c: Same.
931 * ser-base.c: Same.
932 * ser-go32.c: Same.
933 * skip.c: Same.
934 * sol-thread.c: Same.
935 * solib-svr4.c: Same.
936 * solib.c: Same.
937 * source.c: Same.
938 * sparc-nat.c: Same.
939 * sparc-sol2-tdep.c: Same.
940 * sparc-tdep.c: Same.
941 * sparc64-tdep.c: Same.
942 * stabsread.c: Same.
943 * stack.c: Same.
944 * symfile.c: Same.
945 * symtab.c: Same.
946 * target-descriptions.c: Same.
947 * target-float.c: Same.
948 * thread.c: Same.
949 * utils.c: Same.
950 * valops.c: Same.
951 * valprint.c: Same.
952 * value.c: Same.
953 * varobj.c: Same.
954 * windows-nat.c: Same.
955 * xcoffread.c: Same.
956 * xstormy16-tdep.c: Same.
957 * xtensa-tdep.c: Same.
958
959 2019-10-17 Tom Tromey <tromey@adacore.com>
960
961 * configure: Rebuild.
962 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
963 in AC_CONFIG_FILES invocation.
964 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
965 new-style config.status invocation.
966
967 2019-10-17 Tom de Vries <tdevries@suse.de>
968
969 * arm-nbsd-nat.c: Fix typos in comments.
970 * arm-tdep.c: Same.
971 * darwin-nat-info.c: Same.
972 * dwarf2read.c: Same.
973 * elfread.c: Same.
974 * event-top.c: Same.
975 * findvar.c: Same.
976 * gdbtypes.c: Same.
977 * hppa-tdep.c: Same.
978 * i386-tdep.c: Same.
979 * jit.c: Same.
980 * main.c: Same.
981 * mdebugread.c: Same.
982 * moxie-tdep.c: Same.
983 * nto-procfs.c: Same.
984 * osabi.c: Same.
985 * ppc-linux-tdep.c: Same.
986 * remote.c: Same.
987 * riscv-tdep.c: Same.
988 * s390-tdep.c: Same.
989 * sh-tdep.c: Same.
990 * sparc-linux-tdep.c: Same.
991 * sparc-nat.c: Same.
992 * stack.c: Same.
993 * target-descriptions.c: Same.
994 * top.c: Same.
995 * varobj.c: Same.
996
997 2019-10-16 Tom Tromey <tom@tromey.com>
998
999 * objfiles.h (struct objfile) <original_name>: Now const.
1000
1001 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1002
1003 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1004 pass on to sigsetjmp's second argument.
1005 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1006
1007 2019-10-16 Keith Seitz <keiths@redhat.com>
1008
1009 PR gdb/23567
1010 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1011 sections whose size is greater than the file size.
1012
1013 2019-10-16 Jim Wilson <jimw@sifive.com>
1014
1015 * riscv-tdep.c (riscv_gcc_target_options): New.
1016 (riscv_gnu_triplet_regexp): New.
1017 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1018 set_gdbarch_gnu_triplet_regexp.
1019
1020 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1021
1022 * Makefile.in: Add xml-builtin.h.
1023 * features/feature_to_c.sh: Add an include for xml-builtin.h
1024 to ensure that the compiler checks that the types match.
1025 * xml-builtin.h: New file.
1026 * xml-support.c (fetch_xml_builtin): Add missing const.
1027 * xml-support.h: Remove declaration of xml_builtins.
1028
1029 2019-10-16 Tom de Vries <tdevries@suse.de>
1030
1031 PR tdep/25096
1032 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1033 (amd64_classify_aggregate): ... here.
1034 (amd64_classify_aggregate_field): Handled fiels of nested structs
1035 recursively.
1036
1037 2019-10-16 Tom de Vries <tdevries@suse.de>
1038
1039 PR tdep/24104
1040 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1041 that handles 'theclass'.
1042
1043 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * linespec.c (decode_digits_ordinary): Update comment.
1046 * make-target-delegates: No longer need to handle VEC case.
1047 * memrange.c (normalize_mem_ranges): Update comment.
1048 * namespace.c (add_using_directive): Update comment.
1049 * objc-lang.c (uniquify_strings): Update comment.
1050 * ppc-linux-nat.c (struct thread_points): Update comment.
1051 * probe.h (find_probes_in_objfile): Update comment.
1052 * target.h (enum flash_preserve_mode): Update comment.
1053 * varobj.c (varobj_restrict_range): Update comment.
1054 * varobj.h (varobj_list_children): Update comment.
1055
1056 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * Makefile.in: Remove references to vec.h and vec.c.
1059 * aarch64-tdep.c: No longer include vec.h.
1060 * ada-lang.c: Likewise.
1061 * ada-lang.h: Likewise.
1062 * arm-tdep.c: Likewise.
1063 * ax.h: Likewise.
1064 * breakpoint.h: Likewise.
1065 * charset.c: Likewise.
1066 * cp-support.h: Likewise.
1067 * dtrace-probe.c: Likewise.
1068 * dwarf2read.c: Likewise.
1069 * extension.h: Likewise.
1070 * gdb_bfd.c: Likewise.
1071 * gdbsupport/gdb_vecs.h: Likewise.
1072 * gdbsupport/vec.c: Remove.
1073 * gdbsupport/vec.h: Remove.
1074 * gdbthread.h: Likewise.
1075 * guile/scm-type.c: Likewise.
1076 * inline-frame.c: Likewise.
1077 * machoread.c: Likewise.
1078 * memattr.c: Likewise.
1079 * memrange.h: Likewise.
1080 * namespace.h: Likewise.
1081 * nat/linux-btrace.h: Likewise.
1082 * osdata.c: Likewise.
1083 * parser-defs.h: Likewise.
1084 * progspace.h: Likewise.
1085 * python/py-type.c: Likewise.
1086 * record-btrace.c: Likewise.
1087 * rust-exp.y: Likewise.
1088 * solib-target.c: Likewise.
1089 * stap-probe.c: Likewise.
1090 * target-descriptions.c: Likewise.
1091 * target-memory.c: Likewise.
1092 * target.h: Likewise.
1093 * varobj.c: Likewise.
1094 * varobj.h: Likewise.
1095 * xml-support.h: Likewise.
1096
1097 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1100 Update for new std::vector based implementation.
1101 (process_psymtab_comp_unit_reader): Likewise.
1102 (scan_partial_symbols): Likewise.
1103 (recursively_compute_inclusions): Likewise.
1104 (compute_compunit_symtab_includes): Likewise.
1105 (process_imported_unit_die): Likewise.
1106 (queue_and_load_dwo_tu): Likewise.
1107 (follow_die_sig_1): Likewise.
1108 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1109 (typedef dwarf2_per_cu_ptr): Remove.
1110 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1111 function.
1112 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1113 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1114 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1115 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1116 std::vector.
1117
1118 2019-10-15 Tom Tromey <tromey@adacore.com>
1119
1120 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1121 TID.
1122
1123 2019-10-15 Tom Tromey <tromey@adacore.com>
1124
1125 * windows-nat.c (windows_nat_target::fetch_registers)
1126 (windows_nat_target::store_registers): Rename "pid" to "tid".
1127
1128 2019-10-15 Tom Tromey <tromey@adacore.com>
1129
1130 * gdbarch.h, gdbarch.c: Rebuild.
1131 * gdbarch.sh (gcc_target_options): Change return type to
1132 std::string.
1133 * compile/compile.c (get_args): Update.
1134 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1135 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1136 std::string.
1137 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1138 std::string.
1139 * arch-utils.c (default_gcc_target_options): Return std::string.
1140 * arch-utils.h (default_gcc_target_options): Return std::string.
1141 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1142
1143 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1144
1145 * breakpoint.c (breakpoint_chain): Make static.
1146 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1147 of accessing breakpoint_chain.
1148
1149 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1150
1151 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1152 to a gdb::function_view and return value to bool.
1153 * breakpoint.h (iterate_over_breakpoints): Likewise.
1154 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1155 (pop_dummy_frame): Update.
1156 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1157 (gdbscm_breakpoints): Update.
1158 * python/py-breakpoint.c (build_bp_list): Update.
1159 (gdbpy_breakpoints): Update.
1160 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1161 Update.
1162 (bpfinishpy_handle_stop): Update.
1163 (bpfinishpy_handle_exit): Update.
1164 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1165 (svr4_update_solib_event_breakpoints): Update.
1166
1167 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1168
1169 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1170 when unwrapping single-field structs.
1171
1172 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1173
1174 * dwarf2read.c: Remove includes.
1175
1176 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1177
1178 * ui-out.c (ui_out::call_do_message): Silence
1179 -Wformat-nonliteral warning.
1180
1181 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1182
1183 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1184 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1185 include: readline/tilde.h.
1186
1187 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1188
1189 * remote.c (remote_target::get_trace_status): Remove declaration of
1190 trace_regblock_size.
1191
1192 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1193
1194 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1195 (show_user): Remove declaration of cmdlist.
1196 * cli/cli-cmds.h (max_user_call_depth): Declare.
1197 * cli/cli-script.c (execute_user_command): Remove declaration
1198 of max_user_call_depth.
1199
1200 2019-10-11 Jim Wilson <jimw@sifive.com>
1201
1202 * gdbsupport/print-utils.h (pulongest): Fix comment.
1203 (plongest): Likewise.
1204 (phex): Add missing comment, mention leading zeros.
1205 (phex_nz): Add mention of no leading zeros to comment.
1206
1207 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1208 plongest instead of unsigned long long cast.
1209
1210 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1211
1212 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1213 for external_editor_command and gdbtk_test.
1214
1215 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1216
1217 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1218 * varobj.c (varobjdebug): Move comment to...
1219 * varobj.h (varobjdebug): ...here, and declare.
1220
1221 2019-10-09 Tom Tromey <tom@tromey.com>
1222
1223 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1224 erase_data_content.
1225
1226 2019-10-09 Tom Tromey <tom@tromey.com>
1227
1228 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1229 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1230 * tui/tui-command.c (tui_cmd_window::resize)
1231 (tui_refresh_cmd_win): Update.
1232 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1233 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1234 * tui/tui-data.c (~tui_gen_win_info): Remove.
1235 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1236 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1237 (tui_redisplay_readline, tui_mld_flush)
1238 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1239 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1240 (tui_data_window::erase_data_content)
1241 (tui_data_item_window::rerender)
1242 (tui_data_item_window::refresh_window): Update.
1243 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1244 (box_win, tui_gen_win_info::make_window)
1245 (tui_gen_win_info::make_visible): Update.
1246 (tui_delete_win): Remove.
1247 * tui/tui-winsource.c
1248 (tui_source_window_base::do_erase_source_content): Update.
1249 (tui_show_source_line, tui_source_window_base::update_tab_width)
1250 (tui_source_window_base::update_exec_info): Update.
1251 * tui/tui-data.h (struct curses_deleter): New.
1252 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1253 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1254
1255 2019-10-09 Tom Tromey <tom@tromey.com>
1256
1257 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1258
1259 2019-10-09 Tom Tromey <tom@tromey.com>
1260
1261 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1262 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1263
1264 2019-10-09 Tom Tromey <tom@tromey.com>
1265
1266 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1267 window height directly.
1268 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1269 declare.
1270 * tui/tui-layout.c (tui_default_win_height): Remove.
1271 (tui_default_win_viewport_height): Remove.
1272
1273 2019-10-09 Tom Tromey <tom@tromey.com>
1274
1275 * tui/tui.h: Remove comments.
1276
1277 2019-10-09 Tom de Vries <tdevries@suse.de>
1278
1279 * python/lib/gdb/printer/bound_registers.py: Use
1280 '^builtin_type_bound128' as regexp argument for
1281 add_builtin_pretty_printer.
1282
1283 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1284
1285 * guile/guile.c (guile_extension_script_ops): Remove forward
1286 declaration and mark as static.
1287 (guile_script_ops): Likewise.
1288 (extension_language_guile): Move further down in the file so
1289 it can reference the definitions for guile_{extension_,}script_ops.
1290
1291 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1292
1293 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1294 except SORTL, DFLTCC, and KDSA.
1295
1296 2019-10-08 Tom Tromey <tromey@adacore.com>
1297
1298 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1299 (struct safe_symbol_file_add_args): Remove.
1300
1301 2019-10-08 Tom Tromey <tromey@adacore.com>
1302
1303 * windows-nat.c: Don't include buildsym-legacy.h.
1304
1305 2019-10-08 Tom Tromey <tromey@adacore.com>
1306
1307 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1308
1309 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1310
1311 * gdbtypes.c (overload_debug): Move comment to header.
1312 * gdbtypes.h (overload_debug): Declare.
1313 * valops.c: Remove declaration of overload_debug, instead
1314 include gdbtypes.h.
1315
1316 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1317
1318 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1319 through _().
1320 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1321 move comment...
1322 * language.h (lang_frame_mismatch_warn): ... here. Also add
1323 declaration.
1324 * top.c (lang_frame_mismatch_warn): Remove declaration.
1325 (check_frame_language_change): Pass lang_frame_mismatch_warn
1326 through _().
1327
1328 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1329
1330 * c-lang.h (vtbl_ptr_name): Declare.
1331 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1332 it from the header.
1333 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1334
1335 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1336
1337 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1338 gdb_static_assert.
1339
1340 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1341
1342 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1343 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1344 * ctfread.c: New file.
1345 * ctfread.h: New file.
1346 * elfread.c: Include ctfread.h.
1347 (struct elfinfo text_p): New member ctfsect.
1348 (elf_locate_sections): Mark CTF section.
1349 (elf_symfile_read): Call elfctf_build_psymtabs.
1350 * Makefile.in (LIBCTF): Add.
1351 (CLIBS): Use it.
1352 (CDEPS): Likewise.
1353 (DIST): Add ctfread.c.
1354
1355 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * ctfread.c (struct nextfield): Renamed to ...
1358 (struct ctf_nextfield): ... this.
1359 (struct field_info): Renamed to ...
1360 (strut ctf_field_info): ... this.
1361 (attach_fields_to_type): Update for renamed structures.
1362 (ctf_add_member_cb): Likewise.
1363 (ctf_add_enum_member_cb): Likewise.
1364 (process_struct_members): Likewise.
1365 (process_enum_type): Likewise.
1366
1367 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1368
1369 * tracectf.h: Rename, was ctf.h.
1370 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1371 * tracefile.c: Likewise.
1372 * tracepoint.c: Remove unused include ctf.h.
1373 * mi/mi-main.c: Likewise.
1374 * Makefile.in Replace ctf.c with tracectf.c.
1375
1376 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1377
1378 * version.in: Change version number to "9.0.50.DATE-git".
1379
1380 2019-10-03 Tom Tromey <tom@tromey.com>
1381
1382 PR rust/24976:
1383 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1384
1385 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1388 cp_search_name_hash.
1389 * NEWS: Add entry about nested function support.
1390
1391 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1392 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1395 for nested static variables when searchin VAR_DOMAIN.
1396 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1397 global scope, update comment.
1398 (add_partial_subprogram): Call add_partial_subprogram recursively
1399 for nested subroutines when processinng Fortran.
1400 (load_partial_dies): Process the child entities of a subprogram
1401 when processing Fortran.
1402 (partial_die_parent_scope): Handle building scope
1403 for Fortran nested functions.
1404 (process_die): Record that nested functions have a scope.
1405 (new_symbol): Always record Fortran subprograms on the global
1406 symbol list.
1407 (determine_prefix): How to build the prefix for Fortran
1408 subprograms.
1409
1410 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1413 have just sent the thread a SIGSTOP and are waiting for it to
1414 arrive.
1415
1416 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * btrace.c (btrace_add_pc): Remove whitespace before the template
1419 parameter in 'std::vector <...>'.
1420 (parse_xml_btrace_block): Likewise.
1421 (btrace_maint_decode_pt): Likewise.
1422 (btrace_maint_update_packets): Likewise.
1423 (btrace_maint_print_packets): Likewise.
1424 * btrace.h (struct btrace_maint_info): Likewise.
1425 * dwarf2read.c (struct type_unit_group): Likewise.
1426 (build_type_psymtabs_reader): Likewise.
1427 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1428 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1429 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1430
1431 2019-10-03 Tom de Vries <tdevries@suse.de>
1432
1433 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1434 the first line of the help text for set/show style metadata.
1435
1436 2019-10-02 Tom Tromey <tromey@adacore.com>
1437
1438 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1439 * gdbsupport/common-inferior.c: New file.
1440 * infcmd.c (startup_with_shell): Don't define.
1441 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1442 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1443 * inferior.h (startup_with_shell): Don't declare.
1444
1445 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1446
1447 * gdbsupport/gdb_assert.h: Include errors.h.
1448 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1449
1450 2019-10-02 Tom Tromey <tromey@adacore.com>
1451
1452 * NEWS: Add $_ada_exception entry.
1453 * ada-lang.c (struct ada_catchpoint): Add constructor.
1454 <m_kind>: New member.
1455 (allocate_location_exception, re_set_exception): Remove
1456 "ex" parameter.
1457 (should_stop_exception): Compute $_ada_exception.
1458 (check_status_exception, print_it_exception)
1459 (print_one_exception, print_mention_exception): Remove
1460 "ex" parameter.
1461 (allocate_location_catch_exception, re_set_catch_exception)
1462 (check_status_exception, print_it_catch_exception)
1463 (print_one_catch_exception, print_mention_catch_exception)
1464 (print_recreate_catch_exception)
1465 (allocate_location_catch_exception_unhandled)
1466 (re_set_catch_exception_unhandled)
1467 (check_status_exception, print_it_catch_exception_unhandled)
1468 (print_one_catch_exception_unhandled)
1469 (print_mention_catch_exception_unhandled)
1470 (print_recreate_catch_exception_unhandled)
1471 (allocate_location_catch_assert, re_set_catch_assert)
1472 (check_status_assert, print_it_catch_assert)
1473 (print_one_catch_assert, print_mention_catch_assert)
1474 (print_recreate_catch_assert)
1475 (allocate_location_catch_handlers, re_set_catch_handlers)
1476 (check_status_handlers, print_it_catch_handlers)
1477 (print_one_catch_handlers, print_mention_catch_handlers)
1478 (print_recreate_catch_handlers): Remove.
1479 (create_ada_exception_catchpoint): Update.
1480 (initialize_ada_catchpoint_ops): Update.
1481
1482 2019-10-02 Tom Tromey <tromey@adacore.com>
1483
1484 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1485 (create_excep_cond_exprs): Simplify exception string computation.
1486 (ada_exception_catchpoint_cond_string): Likewise.
1487
1488 2019-10-02 Tom Tromey <tromey@adacore.com>
1489
1490 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1491 * ada-lang.c (lesseq_defined_than): Handle
1492 LOC_STATIC.
1493 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1494 parameter.
1495 (dwarf2_has_info): Likewise.
1496 (new_symbol): Set maybe_copied on symbol when
1497 appropriate.
1498 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1499 parameter.
1500 <can_copy>: New member.
1501 * elfread.c (record_minimal_symbol): Set maybe_copied
1502 on symbol when appropriate.
1503 (elf_symfile_read): Update call to dwarf2_has_info.
1504 * minsyms.c (lookup_minimal_symbol_linkage): New
1505 function.
1506 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1507 * symtab.c (get_symbol_address, get_msymbol_address):
1508 New functions.
1509 * symtab.h (get_symbol_address, get_msymbol_address):
1510 Declare.
1511 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1512 maybe_copied.
1513 (struct symbol, struct minimal_symbol) <maybe_copied>:
1514 New member.
1515
1516 2019-10-02 Tom Tromey <tromey@adacore.com>
1517
1518 * source.c (struct current_source_location): New.
1519 (current_source_key): New global.
1520 (current_source_symtab, current_source_line)
1521 (current_source_pspace): Remove.
1522 (get_source_location): New function.
1523 (get_current_source_symtab_and_line)
1524 (set_default_source_symtab_and_line)
1525 (set_current_source_symtab_and_line)
1526 (clear_current_source_symtab_and_line, select_source_symtab)
1527 (info_source_command, print_source_lines_base)
1528 (info_line_command, search_command_helper, _initialize_source):
1529 Update.
1530
1531 2019-10-02 Tom Tromey <tromey@adacore.com>
1532
1533 * source.c (select_source_symtab): Don't call
1534 decode_line_with_current_source.
1535
1536 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * symtab.c (lookup_global_symbol): Search global block.
1539
1540 2019-10-02 Tom Tromey <tromey@adacore.com>
1541
1542 * coffread.c (process_coff_symbol): Update.
1543 * dwarf2read.c (var_decode_location, new_symbol): Update.
1544 * mdebugread.c (parse_symbol): Update.
1545 * objfiles.c (relocate_one_symbol): Update.
1546 * stabsread.c (define_symbol, fix_common_block)
1547 (scan_file_globals): Update.
1548 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1549 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1550 * xcoffread.c (process_xcoff_symbol): Update.
1551
1552 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1553
1554 * MAINTAINERS: Update my email address.
1555
1556 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1559 std::vector.
1560 (build_type_psymtabs_reader): Update for std::vector.
1561 (build_type_psymtab_dependencies): Likewise.
1562 * dwarf2read.h: Remove use of DEF_VEC_P.
1563 (typedef sig_type_ptr): Delete.
1564
1565 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1568 to std::vector.
1569 (btrace_maint_decode_pt): Likewise, and move allocation of the
1570 vector outside of the loop.
1571 (btrace_maint_update_packets): Update to handle change from VEC to
1572 std::vector.
1573 (btrace_maint_print_packets): Likewise.
1574 (maint_info_btrace_cmd): Likewise.
1575 * btrace.h: Remove use of DEF_VEC_O.
1576 (typedef btrace_pt_packet_s): Delete.
1577 (struct btrace_maint_info) <packets>: Change fromm VEC to
1578 std::vector.
1579 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1580
1581 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1584 make accesses into the vector constant references.
1585 (btrace_add_pc): Update for std::vector.
1586 (btrace_stitch_bts): Likewise.
1587 (parse_xml_btrace_block): Likewise.
1588 (btrace_maint_update_packets): Likewise.
1589 (btrace_maint_print_packets): Likewise.
1590 (maint_info_btrace_cmd): Likewise.
1591 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1592 std::vector.
1593 (btrace_data::empty): Likewise.
1594 (btrace_data_append): Likewise.
1595 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1596 (typedef btrace_block_s): Delete.
1597 (struct btrace_block): Add constructor.
1598 (struct btrace_data_bts) <blocks>: Change to std::vector.
1599 * nat/linux-btrace.c (perf_event_read_bts): Update for
1600 std::vector.
1601 (linux_read_bts): Likewise.
1602
1603 2019-10-01 Tom Tromey <tom@tromey.com>
1604
1605 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1606
1607 2019-10-01 Tom Tromey <tom@tromey.com>
1608
1609 * stack.c (print_frame, info_frame_command_core): Use
1610 styled_string.
1611 * linux-thread-db.c (try_thread_db_load_1)
1612 (try_thread_db_load_from_pdir_1): Use styled_string.
1613 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1614 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1615 (maybe_print_unsupported_script_warning)
1616 (maybe_print_script_not_found_warning): Use styled_string.
1617 * ada-lang.c (user_select_syms): Use styled_string.
1618
1619 2019-10-01 Tom Tromey <tom@tromey.com>
1620
1621 * p-lang.c (pascal_printstr): Use metadata style.
1622 * value.c (show_convenience): Use metadata style.
1623 * valprint.c (valprint_check_validity, val_print_optimized_out)
1624 (val_print_not_saved, val_print_unavailable)
1625 (val_print_invalid_address, generic_val_print, val_print)
1626 (value_check_printable, val_print_array_elements): Use metadata
1627 style.
1628 * ui-out.h (class ui_out) <field_fmt>: New overload.
1629 <do_field_fmt>: Add style parameter.
1630 * ui-out.c (ui_out::field_fmt): New overload.
1631 * typeprint.c (type_print_unknown_return_type)
1632 (val_print_not_allocated, val_print_not_associated): Use metadata
1633 style.
1634 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1635 parameter.
1636 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1637 * tracepoint.c (tvariables_info_1): Use metadata style.
1638 * stack.c (print_frame_arg, print_frame_info, print_frame)
1639 (info_frame_command_core): Use metadata style.
1640 * skip.c (info_skip_command): Use metadata style.
1641 * rust-lang.c (rust_print_enum): Use metadata style.
1642 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1643 metadata style.
1644 * python/py-framefilter.c (py_print_single_arg): Use metadata
1645 style.
1646 * printcmd.c (do_one_display, print_variable_and_value): Use
1647 metadata style.
1648 * p-valprint.c (pascal_val_print)
1649 (pascal_object_print_value_fields): Use metadata style.
1650 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1651 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1652 parameter.
1653 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1654 * m2-valprint.c (m2_print_long_set): Use metadata style.
1655 * m2-typeprint.c (m2_print_type): Use metadata style.
1656 * infcmd.c (print_return_value_1): Use metadata style.
1657 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1658 * f-valprint.c (info_common_command_for_block): Use metadata
1659 style.
1660 * f-typeprint.c (f_type_print_base): Use metadata style.
1661 * expprint.c (print_subexp_standard): Use metadata style.
1662 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1663 * cli/cli-style.h (class cli_style_option): Add constructor.
1664 (metadata_style): Declare.
1665 * cli/cli-style.c (metadata_style): New global.
1666 (_initialize_cli_style): Register metadata style.
1667 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1668 parameter.
1669 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1670 * c-typeprint.c (c_type_print_base_struct_union)
1671 (c_type_print_base_1): Use metadata style.
1672 * breakpoint.c (watchpoint_value_print)
1673 (print_one_breakpoint_location): Use metadata style.
1674 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1675 style.
1676 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1677 style.
1678 * ada-valprint.c (val_print_packed_array_elements, printstr)
1679 (print_field_values, ada_val_print_ref, ada_val_print): Use
1680 metadata style.
1681 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1682 style.
1683 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1684 style.
1685 * ada-lang.c (user_select_syms): Use metadata style.
1686
1687 2019-10-01 Tom Tromey <tom@tromey.com>
1688
1689 * cli/cli-cmds.c (pwd_command): Style output.
1690
1691 2019-10-01 Pedro Alves <palves@redhat.com>
1692 Tom Tromey <tom@tromey.com>
1693
1694 * symtab.c (print_symbol_info): Use %ps.
1695 (print_msymbol_info): Use %ps.
1696 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1697 * printcmd.c (print_variable_and_value): Use %ps.
1698 * macrocmd.c (show_pp_source_pos): Use %ps.
1699 * infrun.c (print_exited_reason): Use ui_out::message.
1700 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1701 (describe_other_breakpoints): Use ui_out::message and new
1702 formats.
1703 (say_where): Use new formats.
1704 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1705 and new formats.
1706
1707 2019-10-01 Pedro Alves <palves@redhat.com>
1708 Tom Tromey <tom@tromey.com>
1709
1710 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1711 (test_gdb_formats): New function.
1712 (run_tests): Call it.
1713 (test_format_specifier): Update.
1714 * utils.h (fputs_filtered): Update comment.
1715 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1716 (fputs_styled_unfiltered): Declare.
1717 * utils.c (fputs_styled_unfiltered): New function.
1718 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1719 (vfprintf_filtered): Update.
1720 (vfprintf_unfiltered, vprintf_filtered): Update.
1721 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1722 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1723 disallow_ui_out_field>: New constants.
1724 (enum class field_kind): New.
1725 (struct base_field_s, struct signed_field_s): New.
1726 (signed_field): New function.
1727 (struct string_field_s): New.
1728 (string_field): New function.
1729 (struct styled_string_s): New.
1730 (styled_string): New function.
1731 (class ui_out) <message>: Add comment.
1732 <vmessage, call_do_message>: New methods.
1733 <do_message>: Add style parameter.
1734 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1735 methods.
1736 (ui_out::message): Rewrite.
1737 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1738 parameter.
1739 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1740 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1741 gdb_extensions parameter.
1742 (class format_piece): Add parameter to constructor.
1743 (n_int_args): New field.
1744 * gdbsupport/format.c (format_pieces::format_pieces): Add
1745 gdb_extensions parameter. Handle '*'.
1746 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1747 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1748 vfprintf_styled_no_gdbfmt.
1749 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1750 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1751 unfiltered output.
1752 * ui-style.h (struct ui_file_style) <ptr>: New method.
1753
1754 2019-10-01 Tom Tromey <tom@tromey.com>
1755
1756 * unittests/format_pieces-selftests.c: Update. Add final format.
1757 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1758 empty literal pieces.
1759
1760 2019-10-01 Tom Tromey <tom@tromey.com>
1761
1762 * ui-out.h (enum class ui_out_style_kind): Remove.
1763 (class ui_out) <field_string, field_stsream, do_field_string>:
1764 Change type of "style".
1765 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1766 (ui_out::field_string): Update.
1767 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1768 of "style".
1769 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1770 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1771 * stack.c (print_frame_arg, print_frame_info, print_frame):
1772 Update.
1773 * source.c (print_source_lines_base): Update.
1774 * solib.c (info_sharedlibrary_command): Update.
1775 * skip.c (info_skip_command): Update.
1776 * record-btrace.c (btrace_call_history_src_line)
1777 (btrace_call_history): Update.
1778 * python/py-framefilter.c (py_print_frame): Update.
1779 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1780 "style".
1781 * mi/mi-out.c (mi_ui_out::do_table_header)
1782 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1783 (mi_ui_out::do_field_string): Update.
1784 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1785 Update.
1786 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1787 "style".
1788 * cli-out.c (cli_ui_out::do_table_header)
1789 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1790 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1791 (cli_ui_out::do_field_fmt): Update.
1792 * breakpoint.c (print_breakpoint_location): Update.
1793 (update_static_tracepoint): Update.
1794
1795 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1796
1797 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1798 conversion of gdb_datadir.
1799 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1800 remove not needed c_str ().
1801
1802 2019-09-30 Ali Tamur <tamur@google.com>
1803
1804 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1805 (dwarf2_string_attr): Likewise.
1806
1807 2019-09-30 Ali Tamur <tamur@google.com>
1808
1809 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1810 (process_full_type_unit): Likewise.
1811 (dump_die_shallow): Likewise.
1812 (cu_debug_loc_section): Likewise.
1813
1814 2019-09-28 Christian Biesinger <cbiesinger@google.com>
1815
1816 * minsyms.c (compare_minimal_symbols): Rename to...
1817 (minimal_symbol_is_less_than): ...this, and adjust to STL
1818 conventions (return bool, take arguments as references)
1819 (minimal_symbol_reader::install): Call std::sort instead
1820 of qsort.
1821
1822 2019-09-29 Christian Biesinger <cbiesinger@google.com>
1823
1824 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1825 hash and why.
1826 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1827 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1828
1829 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1830
1831 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1832 * psympriv.h (add_psymbol_to_list): Move comment here and update
1833 it.
1834
1835 2019-09-29 Tom de Vries <tdevries@suse.de>
1836
1837 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1838 Use $tmpdir/$(basename "$output_file").dwz instead of
1839 "${output_file}.dwz".
1840
1841 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1842
1843 PR gdb/25045
1844 * hppa-linux-nat.c: Include gdbarch.h.
1845
1846 2019-09-26 Christian Biesinger <cbiesinger@google.com>
1847
1848 * blockframe.c (find_pc_partial_function): Change return type to bool.
1849 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1850 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1851 (stub_gnu_ifunc_resolve_name): Likewise.
1852 * symtab.c (compare_filenames_for_search): Likewise.
1853 (compare_glob_filenames_for_search): Likewise.
1854 (matching_obj_sections): Likewise.
1855 (symbol_matches_domain): Likewise.
1856 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1857 (find_line_pc): Change return type to bool.
1858 (find_line_pc_range): Likewise.
1859 (producer_is_realview): Likewise.
1860 * symtab.h (symbol_matches_domain): Likewise.
1861 (find_pc_partial_function): Likewise.
1862 (find_pc_line_pc_range): Likewise.
1863 (in_gnu_ifunc_stub): Likewise.
1864 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1865 (find_line_pc): Likewise.
1866 (find_line_pc_range): Likewise.
1867 (matching_obj_sections): Likewise.
1868 (find_line_symtab): Change out parameter to bool.
1869 (producer_is_realview): Change return type to bool.
1870 (compare_filenames_for_search): Likewise.
1871 (compare_glob_filenames_for_search): Likewise.
1872
1873 2019-09-26 Tom Tromey <tom@tromey.com>
1874
1875 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1876 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1877 * gdb_usleep.h: Remove.
1878 * gdb_usleep.c: Remove.
1879 * utils.c: Don't include gdb_usleep.h.
1880
1881 2019-09-26 Tom Tromey <tromey@adacore.com>
1882
1883 * python/py-type.c (type_to_type_object): Call check_typedef
1884 for stub types.
1885
1886 2019-09-26 Tom Tromey <tom@tromey.com>
1887
1888 * utils.h (initialize_utils): Don't declare.
1889 * top.c (gdb_init): Don't call initialize_utils.
1890 * utils.c (initialize_utils): Remove. Move contents...
1891 (_initialize_utils): ... here.
1892
1893 2019-09-25 Tom Tromey <tom@tromey.com>
1894
1895 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1896 * utils.h (make_hex_string): Don't declare.
1897 * utils.c (make_hex_string): Remove.
1898
1899 2019-09-24 Tom de Vries <tdevries@suse.de>
1900
1901 PR gdb/23815
1902 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1903 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1904
1905 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1906
1907 * NEWS: Mention new simulator port for PRU.
1908
1909 2019-09-23 Christian Biesinger <cbiesinger@google.com>
1910
1911 * ada-exp.y (write_object_remaining): Update.
1912 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1913 and eliminate the static buffer.
1914 (ada_decode_symbol): Update.
1915 (ada_la_decode): Update.
1916 (ada_sniff_from_mangled_name): Update.
1917 (is_valid_name_for_wild_match): Update.
1918 (ada_lookup_name_info::matches): Update and simplify.
1919 (name_matches_regex): Update.
1920 (ada_add_global_exceptions): Update.
1921 * ada-lang.h (ada_decode): Update signature.
1922 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1923 * dwarf-index-write.c (debug_names::insert): Update.
1924
1925 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1926
1927 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1928 formatting.
1929
1930 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1931
1932 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1933 Change "nonzero" to "true" in documentation.
1934
1935 2019-09-20 Christian Biesinger <cbiesinger@google.com>
1936
1937 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1938 (_initialize_darwin_solib): Don't set
1939 darwin_so_ops.lookup_lib_global_symbol.
1940 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1941 set_gdbarch_iterate_over_objfiles_in_search_order.
1942 (elf_lookup_lib_symbol): Rename to...
1943 (svr4_iterate_over_objfiles_in_search_order): this, and update
1944 to iterate semantics.
1945 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1946 * solib.c (solib_global_lookup): Remove.
1947 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1948 (solib_global_lookup): Remove.
1949 * symtab.c (lookup_global_or_static_symbol): Remove call to
1950 solib_global_lookup.
1951
1952 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1953
1954 * NEWS: Move entries about default MI version now being
1955 version 3, and about the GDB/MI fix for multi-location
1956 breakpoints to the "since GDB 8.3" section.
1957
1958 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1959
1960 GDB 8.3.1 released.
1961
1962 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1963
1964 * NEWS: Mention that Cell/B.E. debugging support was removed.
1965 * MAINTAINERS: Remove spu target.
1966
1967 * config/djgpp/fnchange.lst: Remove entries for removed files.
1968
1969 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1970 spu-multiarch.o, and spu-tdep.o.
1971 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1972 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1973 spu-multiarch.c, and spu-tdep.c.
1974 * spu-linux-nat.c: Remove file.
1975 * spu-multiarch.c: Remove file.
1976 * spu-tdep.c: Remove file.
1977 * spu-tdep.h: Remove file.
1978 * solib-spu.c: Remove file.
1979 * solib-spu.h: Remove file.
1980
1981 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1982 * configure.nat (spu-linux): Remove.
1983 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1984 solib-multiarch.o from gdb_target_obs.
1985 (spu*-*-*): Remove.
1986
1987 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1988 feature flag.
1989 (ppc_linux_no_features): Update.
1990 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1991 Cell/B.E. support.
1992 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1993 (tdesc_powerpc_cell64l): Likewise.
1994 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1995 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1996 Cell/B.E. support.
1997 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1998 Do not include "features/rs6000/powerpc-cell32l.c" or
1999 "features/rs6000/powerpc-cell64l.c".
2000 (ppc_linux_spu_section): Remove.
2001 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2002 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2003 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2004 (ppc_linux_spe_context_lookup): Remove.
2005 (ppc_linux_spe_context_inferior_created): Remove.
2006 (ppc_linux_spe_context_solib_loaded): Remove.
2007 (ppc_linux_spe_context_solib_unloaded): Remove.
2008 (ppc_linux_spe_context): Remove.
2009 (struct ppu2spu_cache): Remove.
2010 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2011 (struct ppu2spu_data): Remove.
2012 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2013 ppu2spu_unwind): Remove.
2014 (ppc_linux_init_abi): Remove Cell/B.E. support.
2015 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2016
2017 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2018 (rs6000/powerpc-cell64l-expedite): Likewise
2019 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2020 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2021 rs6000/powerpc-cell64l.xml.
2022 * features/rs6000/powerpc-cell32l.xml: Remove.
2023 * features/rs6000/powerpc-cell64l.xml: Likewise.
2024 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2025 * features/rs6000/powerpc-cell64l.c: Likewise.
2026 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2027 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2028 * regformats/reg-spu.dat: Remove.
2029
2030 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2031 * corelow.c (struct spuid_list): Remove.
2032 (add_to_spuid_list): Remove.
2033 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2034 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2035 (remote_protocol_features): Remove associated entries.
2036 (_initialize_remote): No longer initialize them.
2037 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2038 * linux-nat.c (SPUFS_MAGIC): Remove.
2039 (linux_proc_xfer_spu): Remove.
2040 (spu_enumerate_spu_ids): Remove.
2041 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2042 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2043 (linux_make_corefile_notes): No longer call it.
2044
2045 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2046 (cooked_write_test): Likewise.
2047
2048 2019-09-20 Tom Tromey <tom@tromey.com>
2049
2050 * NEWS: Mention case-sensitivity of TUI commands.
2051 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2052 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2053 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2054
2055 2019-09-20 Tom Tromey <tom@tromey.com>
2056
2057 * tui/tui-source.c (tui_source_window::set_contents): Use
2058 make_unique_xstrdup.
2059 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2060 make_unique_xstrdup.
2061
2062 2019-09-20 Tom Tromey <tom@tromey.com>
2063
2064 * tui/tui-data.c: Remove separator comments.
2065 * tui/tui-layout.c: Remove separator comments.
2066 * tui/tui-win.c: Remove separator comments.
2067 * tui/tui-wingeneral.c: Remove separator comments.
2068
2069 2019-09-20 Tom Tromey <tom@tromey.com>
2070
2071 * tui/tui.h (strcat_to_buf): Don't declare.
2072 * tui/tui.c (strcat_to_buf): Remove.
2073
2074 2019-09-20 Tom Tromey <tom@tromey.com>
2075
2076 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2077 from "fullname".
2078 * tui/tui-source.c (tui_source_window::set_contents)
2079 (tui_source_window::location_matches_p)
2080 (tui_source_window::maybe_update): Update.
2081
2082 2019-09-20 Tom Tromey <tom@tromey.com>
2083
2084 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2085 Update.
2086 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2087 prefix.
2088 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2089 (tui_data_window::line_from_reg_element_no)
2090 (tui_data_window::first_reg_element_no_inline)
2091 (tui_data_window::show_registers)
2092 (tui_data_window::show_register_group)
2093 (tui_data_window::display_registers_from)
2094 (tui_data_window::display_registers_from_line)
2095 (tui_data_window::first_data_item_displayed)
2096 (tui_data_window::delete_data_content_windows)
2097 (tui_data_window::erase_data_content)
2098 (tui_data_window::do_scroll_vertical)
2099 (tui_data_window::refresh_window)
2100 (tui_data_window::check_register_values): Update.
2101
2102 2019-09-20 Tom Tromey <tom@tromey.com>
2103
2104 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2105 (struct tui_locator_window) <full_name, proc_name>: Now
2106 std::string.
2107 * tui/tui-stack.c (tui_locator_window::make_status_line)
2108 (tui_locator_window::set_locator_fullname)
2109 (tui_locator_window::set_locator_info): Update.
2110 * tui/tui-source.c (tui_source_window::set_contents)
2111 (tui_source_window::showing_source_p): Update.
2112
2113 2019-09-20 Tom Tromey <tom@tromey.com>
2114
2115 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2116 Don't call tui_locator_win_info_ptr.
2117
2118 2019-09-20 Tom Tromey <tom@tromey.com>
2119
2120 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2121
2122 2019-09-20 Tom Tromey <tom@tromey.com>
2123
2124 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2125 height for locator.
2126 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2127 * tui/tui-layout.c (show_source_disasm_command, show_data)
2128 (show_source_or_disasm_and_command): Use 1 as height for locator.
2129
2130 2019-09-20 Tom Tromey <tom@tromey.com>
2131
2132 * tui/tui.c (tui_enable): Update.
2133 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2134 Update.
2135 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2136 Update.
2137 * tui/tui-data.c (win_resized): Now bool.
2138 (tui_win_resized): Return bool.
2139 (tui_set_win_resized_to): Accept a bool.
2140
2141 2019-09-20 Tom Tromey <tom@tromey.com>
2142
2143 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2144 Change type of "refresh_values_only".
2145 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2146 type of "refresh_values_only".
2147
2148 2019-09-20 Tom Tromey <tom@tromey.com>
2149
2150 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2151 std::string.
2152 (tui_disassemble): Add "pos" parameter.
2153 (tui_disasm_window::set_contents): Simplify.
2154
2155 2019-09-20 Tom Tromey <tom@tromey.com>
2156
2157 * tui/tui-winsource.h (struct tui_source_window_base)
2158 <show_source_content>: Now private.
2159 * tui/tui-winsource.c
2160 (tui_source_window_base::show_source_content): Don't handle empty
2161 content case.
2162
2163 2019-09-20 Tom Tromey <tom@tromey.com>
2164
2165 * tui/tui-layout.c (show_source_disasm_command)
2166 (show_source_or_disasm_and_command): Don't call
2167 show_source_content.
2168
2169 2019-09-20 Tom Tromey <tom@tromey.com>
2170
2171 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2172 Declare.
2173 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2174 from tui_make_status_line.
2175 (tui_locator_window::rerender): Update.
2176
2177 2019-09-20 Tom Tromey <tom@tromey.com>
2178
2179 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2180 (tui_locator_window::rerender): Update.
2181
2182 2019-09-20 Tom Tromey <tom@tromey.com>
2183
2184 * tui/tui-winsource.h (struct tui_source_window_base)
2185 <~tui_source_window_base>: Don't declare.
2186 <fullname>: Remove.
2187 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2188 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2189 member.
2190 * tui/tui-source.c (tui_source_window::set_contents): Update.
2191 (tui_source_window::location_matches_p)
2192 (tui_source_window::maybe_update): Update.
2193
2194 2019-09-20 Tom Tromey <tom@tromey.com>
2195
2196 * tui/tui-winsource.h (~tui_source_element): Remove.
2197 (tui_source_element): Update.
2198 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2199 * tui/tui-winsource.c (tui_show_source_line): Update.
2200 * tui/tui-source.c (tui_source_window::set_contents): Update.
2201 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2202
2203 2019-09-20 Tom Tromey <tom@tromey.com>
2204
2205 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2206 declare.
2207 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2208 tui_clear_source_windows_detail.
2209 * tui/tui-winsource.h (struct tui_source_window_base)
2210 <clear_detail>: Don't declare.
2211 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2212 Remove.
2213 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2214
2215 2019-09-20 Tom Tromey <tromey@adacore.com>
2216
2217 PR ada/24919:
2218 * block.c (contained_in): Fix final return value.
2219
2220 2019-09-20 Alan Modra <amodra@gmail.com>
2221
2222 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2223 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2224 (read_indirect_string_from_dwz): Use bfd accessor.
2225 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2226 * machoread.c (macho_symfile_read_all_oso): Likewise.
2227 * solib.c (solib_bfd_open): Likewise.
2228
2229 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2230
2231 * eval.c: Move declaration of overload_resolution to...
2232 * value.h: ...here.
2233
2234 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2235
2236 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2237 * arm-linux-tdep.c: Likewise.
2238 * arm-nbsd-nat.c: Likewise.
2239 * arm-tdep.h: Declare arm_apcs_32.
2240 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2241
2242 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2243
2244 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2245 * dwarf2read.h: Declare dwarf_always_disassemble.
2246
2247 2019-09-19 Tom de Vries <tdevries@suse.de>
2248
2249 PR gdb/25009
2250 * source-cache.c (source_cache::ensure): Catch exception thrown during
2251 construction of the highlighter.
2252
2253 2019-09-18 Alan Modra <amodra@gmail.com>
2254
2255 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2256 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2257 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2258 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2259 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2260 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2261 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2262 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2263 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2264 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2265 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2266 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2267 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2268 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2269 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2270 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2271 * mi/mi-interp.c: Update throughout for bfd section macro and
2272 function changes.
2273 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2274 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2275
2276 2019-09-18 Tom Tromey <tom@tromey.com>
2277
2278 * NEWS: Add entry.
2279 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2280 call rl_initialize.
2281 (tui_enable): Do not call rl_initialize.
2282
2283 2019-09-18 Christian Groessler <chris@groessler.org>
2284
2285 * alpha-linux-nat.c: Include gdbarch.h.
2286
2287 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2288
2289 * ui-file.c: Include cli/cli-style.h.
2290 (term_cli_styling): Remove cli_styling declaration.
2291
2292 2019-09-18 Alan Modra <amodra@gmail.com>
2293
2294 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2295 to bfd_asymbol_section.
2296
2297 2019-09-18 Alan Modra <amodra@gmail.com>
2298
2299 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2300 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2301 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2302
2303 2019-09-18 Alan Modra <amodra@gmail.com>
2304
2305 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2306 * spu-linux-nat.c (spu_bfd_open): Likewise.
2307
2308 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2309
2310 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2311 to bool to match definition in dwarf2read.c.
2312
2313 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2314
2315 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2316 (print_signatures): Likewise.
2317 (trust_pad_over_xvs): Likewise.
2318 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2319 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2320 * arm-linux-nat.c (arm_apcs_32): Likewise.
2321 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2322 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2323 * arm-tdep.c (arm_debug): Likewise.
2324 (arm_apcs_32): Likewise.
2325 * auto-load.c (debug_auto_load): Likewise.
2326 (auto_load_gdb_scripts): Likewise.
2327 (global_auto_load): Likewise.
2328 (auto_load_local_gdbinit): Likewise.
2329 (auto_load_local_gdbinit_loaded): Likewise.
2330 * auto-load.h (global_auto_load): Likewise.
2331 (auto_load_local_gdbinit): Likewise.
2332 (auto_load_local_gdbinit_loaded): Likewise.
2333 * breakpoint.c (disconnected_dprintf): Likewise.
2334 (breakpoint_proceeded): Likewise.
2335 (automatic_hardware_breakpoints): Likewise.
2336 (always_inserted_mode): Likewise.
2337 (target_exact_watchpoints): Likewise.
2338 (_initialize_breakpoint): Update.
2339 * breakpoint.h (target_exact_watchpoints): Change to bool.
2340 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2341 * cli/cli-cmds.c (trace_commands): Likewise.
2342 * cli/cli-cmds.h (trace_commands): Likewise.
2343 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2344 to bool*.
2345 * cli/cli-logging.c (logging_overwrite): Change to bool.
2346 (logging_redirect): Likewise.
2347 (debug_redirect): Likewise.
2348 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2349 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2350 to bool.
2351 <boolean_option_def>: Update.
2352 (struct flag_option_def): Change default type of Context to bool
2353 from int.
2354 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2355 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2356 (get_setshow_command_value_string): Likewise.
2357 * cli/cli-style.c (cli_styling): Change to bool.
2358 (source_styling): Likewise.
2359 * cli/cli-style.h (source_styling): Likewise.
2360 (cli_styling): Likewise.
2361 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2362 to bool.
2363 * command.h (var_types): Update comment.
2364 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2365 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2366 bool.
2367 (debug_compile_cplus_scopes): Likewise.
2368 * compile/compile-internal.h (compile_debug): Likewise.
2369 * compile/compile.c (compile_debug): Likewise.
2370 (struct compile_options) <raw>: Likewise.
2371 * cp-support.c (catch_demangler_crashes): Likewise.
2372 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2373 (usr_cmd_cris_dwarf2_cfi): Likewise.
2374 * csky-tdep.c (csky_debug): Likewise.
2375 * darwin-nat.c (enable_mach_exceptions): Likewise.
2376 * dcache.c (dcache_enabled_p): Likewise.
2377 * defs.h (info_verbose): Likewise.
2378 * demangle.c (demangle): Likewise.
2379 (asm_demangle): Likewise.
2380 * dwarf-index-cache.c (debug_index_cache): Likewise.
2381 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2382 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2383 * dwarf2read.c (check_physname): Likewise.
2384 (use_deprecated_index_sections): Likewise.
2385 (dwarf_always_disassemble): Likewise.
2386 * eval.c (overload_resolution): Likewise.
2387 * event-top.c (set_editing_cmd_var): Likewise.
2388 (exec_done_display_p): Likewise.
2389 * event-top.h (set_editing_cmd_var): Likewise.
2390 (exec_done_display_p): Likewise.
2391 * exec.c (write_files): Likewise.
2392 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2393 (debug_fbsd_nat): Likewise.
2394 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2395 Likewise.
2396 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2397 <backtrace_past_entry> Likewise.
2398 * gdb-demangle.h (demangle): Likewise.
2399 (asm_demangle): Likewise.
2400 * gdb_bfd.c (bfd_sharing): Likewise.
2401 * gdbcore.h (write_files): Likewise.
2402 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2403 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2404 * gdbthread.h (print_thread_events): Likewise.
2405 * gdbtypes.c (opaque_type_resolution): Likewise.
2406 (strict_type_checking): Likewise.
2407 * gnu-nat.c (gnu_debug_flag): Likewise.
2408 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2409 * guile/scm-param.c (pascm_variable): Add boolval.
2410 (add_setshow_generic): Update.
2411 (pascm_param_value): Update.
2412 (pascm_set_param_value_x): Update.
2413 * hppa-tdep.c (hppa_debug): Change to bool..
2414 * infcall.c (may_call_functions_p): Likewise.
2415 (coerce_float_to_double_p): Likewise.
2416 (unwind_on_signal_p): Likewise.
2417 (unwind_on_terminating_exception_p): Likewise.
2418 * infcmd.c (startup_with_shell): Likewise.
2419 * inferior.c (print_inferior_events): Likewise.
2420 * inferior.h (startup_with_shell): Likewise.
2421 (print_inferior_events): Likewise.
2422 * infrun.c (step_stop_if_no_debug): Likewise.
2423 (detach_fork): Likewise.
2424 (debug_displaced): Likewise.
2425 (disable_randomization): Likewise.
2426 (non_stop): Likewise.
2427 (non_stop_1): Likewise.
2428 (observer_mode): Likewise.
2429 (observer_mode_1): Likewise.
2430 (set_observer_mode): Update.
2431 (sched_multi): Change to bool.
2432 * infrun.h (debug_displaced): Likewise.
2433 (sched_multi): Likewise.
2434 (step_stop_if_no_debug): Likewise.
2435 (non_stop): Likewise.
2436 (disable_randomization): Likewise.
2437 * linux-tdep.c (use_coredump_filter): Likewise.
2438 (dump_excluded_mappings): Likewise.
2439 * linux-thread-db.c (auto_load_thread_db): Likewise.
2440 (check_thread_db_on_load): Likewise.
2441 * main.c (captured_main_1): Update.
2442 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2443 xx2_opt, boolean_opt>: Change to bool.
2444 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2445 * maint.c (maintenance_profile_p): Likewise.
2446 (per_command_time): Likewise.
2447 (per_command_space): Likewise.
2448 (per_command_symtab): Likewise.
2449 * memattr.c (inaccessible_by_default): Likewise.
2450 * mi/mi-main.c (mi_async): Likewise.
2451 (mi_async_1): Likewise.
2452 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2453 * nat/fork-inferior.h (startup_with_shell): Likewise.
2454 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2455 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2456 * nios2-tdep.c (nios2_debug): Likewise.
2457 * or1k-tdep.c (or1k_debug): Likewise.
2458 * parse.c (parser_debug): Likewise.
2459 * parser-defs.h (parser_debug): Likewise.
2460 * printcmd.c (print_symbol_filename): Likewise.
2461 * proc-api.c (procfs_trace): Likewise.
2462 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2463 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2464 (set_parameter_value): Update.
2465 (add_setshow_generic): Update.
2466 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2467 to bool*.
2468 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2469 int*.
2470 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2471 * record-btrace.c (record_btrace_target::store_registers): Update.
2472 * record-full.c (record_full_memory_query): Change to bool.
2473 (record_full_stop_at_limit): Likewise.
2474 * record-full.h (record_full_memory_query): Likewise.
2475 * remote-notif.c (notif_debug): Likewise.
2476 * remote-notif.h (notif_debug): Likewise.
2477 * remote.c (use_range_stepping): Likewise.
2478 (interrupt_on_connect): Likewise.
2479 (remote_break): Likewise.
2480 * ser-tcp.c (tcp_auto_retry): Likewise.
2481 * ser-unix.c (serial_hwflow): Likewise.
2482 * skip.c (debug_skip): Likewise.
2483 * solib-aix.c (solib_aix_debug): Likewise.
2484 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2485 (spu_auto_flush_cache_p): Likewise.
2486 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2487 Likewise.
2488 (struct info_print_options) <quiet>: Likewise.
2489 * symfile-debug.c (debug_symfile): Likewise.
2490 * symfile.c (auto_solib_add): Likewise.
2491 (separate_debug_file_debug): Likewise.
2492 * symfile.h (auto_solib_add): Likewise.
2493 (separate_debug_file_debug): Likewise.
2494 * symtab.c (basenames_may_differ): Likewise.
2495 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2496 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2497 (struct info_types_options) <quiet>: Likewise.
2498 * symtab.h (demangle): Likewise.
2499 (basenames_may_differ): Likewise.
2500 * target-dcache.c (stack_cache_enabled_1): Likewise.
2501 (code_cache_enabled_1): Likewise.
2502 * target.c (trust_readonly): Likewise.
2503 (may_write_registers): Likewise.
2504 (may_write_memory): Likewise.
2505 (may_insert_breakpoints): Likewise.
2506 (may_insert_tracepoints): Likewise.
2507 (may_insert_fast_tracepoints): Likewise.
2508 (may_stop): Likewise.
2509 (auto_connect_native_target): Likewise.
2510 (target_stop_and_wait): Update.
2511 (target_async_permitted): Change to bool.
2512 (target_async_permitted_1): Likewise.
2513 (may_write_registers_1): Likewise.
2514 (may_write_memory_1): Likewise.
2515 (may_insert_breakpoints_1): Likewise.
2516 (may_insert_tracepoints_1): Likewise.
2517 (may_insert_fast_tracepoints_1): Likewise.
2518 (may_stop_1): Likewise.
2519 * target.h (target_async_permitted): Likewise.
2520 (may_write_registers): Likewise.
2521 (may_write_memory): Likewise.
2522 (may_insert_breakpoints): Likewise.
2523 (may_insert_tracepoints): Likewise.
2524 (may_insert_fast_tracepoints): Likewise.
2525 (may_stop): Likewise.
2526 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2527 (make_thread_apply_all_options_def_group): Change argument from int*
2528 to bool*.
2529 (thread_apply_all_command): Update.
2530 (print_thread_events): Change to bool.
2531 * top.c (confirm): Likewise.
2532 (command_editing_p): Likewise.
2533 (history_expansion_p): Likewise.
2534 (write_history_p): Likewise.
2535 (info_verbose): Likewise.
2536 * top.h (confirm): Likewise.
2537 (history_expansion_p): Likewise.
2538 * tracepoint.c (disconnected_tracing): Likewise.
2539 (circular_trace_buffer): Likewise.
2540 * typeprint.c (print_methods): Likewise.
2541 (print_typedefs): Likewise.
2542 * utils.c (debug_timestamp): Likewise.
2543 (sevenbit_strings): Likewise.
2544 (pagination_enabled): Likewise.
2545 * utils.h (sevenbit_strings): Likewise.
2546 (pagination_enabled): Likewise.
2547 * valops.c (overload_resolution): Likewise.
2548 * valprint.h (struct value_print_options) <prettyformat_arrays,
2549 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2550 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2551 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2552 Likewise.
2553 * windows-nat.c (new_console): Likewise.
2554 (cygwin_exceptions): Likewise.
2555 (new_group): Likewise.
2556 (debug_exec): Likewise.
2557 (debug_events): Likewise.
2558 (debug_memory): Likewise.
2559 (debug_exceptions): Likewise.
2560 (useshell): Likewise.
2561 * windows-tdep.c (maint_display_all_tib): Likewise.
2562 * xml-support.c (debug_xml): Likewise.
2563
2564 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2565
2566 * source.c (prepare_path_for_appending): New function.
2567 (openp): Make use of new function.
2568 (find_and_open_source): Search for the compilation directory and
2569 source file as a relative path beneath the directory search path.
2570
2571 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2572
2573 * source-cache.c (source_cache::get_line_charpos): Catch
2574 exceptions and return false, this matches the behaviour documented
2575 in the header file.
2576
2577 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2578
2579 * ada-tasks.c (info_task): Remove quoting of the task's name.
2580
2581 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2582
2583 * symfile.c (auto_solib_add): Replace comment with a reference
2584 to the header file.
2585
2586 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2587
2588 * NEWS: Mention that gdb can now be compiled with Python 3
2589 on Windows.
2590
2591 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 * maint.c (maint_print_section_data::maint_print_section_data):
2594 Force use of 'float log10 (float)' by casting the argument to
2595 float.
2596
2597 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * maint.c: Add 'cmath' include.
2600 (struct maint_print_section_data): New structure.
2601 (print_section_index): New function.
2602 (print_bfd_section_info): Add header comment, small whitespace
2603 cleanup, and update to call new print_section_index function.
2604 (print_objfile_section_info): Likewise.
2605 (maint_obj_section_from_bfd_section): New function.
2606 (print_bfd_section_info_maybe_relocated): New function.
2607 (maintenance_info_sections): Add header comment, always use
2608 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2609
2610 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2613 inner scope, add check that the objfile has psymtabs before
2614 checking psymtabs_addrmap.
2615 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2616
2617 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2618
2619 * NEWS: Announce that Ada task names are now shown at more places,
2620 and between quotes (except in info task output).
2621 * gdb/ada-tasks.c (task_to_str): New function.
2622 (display_current_task_id): Call task_to_str.
2623 (task_command_1): Likewise.
2624 (print_ada_task_info): In non-mi mode, Properly align headers and data
2625 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2626
2627 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2628
2629 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2630 prstatus.pr_lwp.pr_info instead of making it up.
2631
2632 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2633
2634 * auto-load.c (auto_load_expand_dir_vars): Update.
2635 * defs.h (gdb_datadir): Change to std::string.
2636 (python_libdir): Likewise.
2637 (relocate_gdb_directory): Change return type to std::string.
2638 * guile/guile.c (gdbscm_data_directory): Update.
2639 (initialize_scheme_side): Update.
2640 * jit.c (jit_reader_dir): Change to std::string.
2641 (jit_reader_load_command): Update.
2642 * main.c (gdb_datadir): Change to std::string.
2643 (python_libdir): Likewise.
2644 (set_gdb_data_directory): Update.
2645 (relocate_path): Change to return std::string.
2646 (relocate_gdb_directory): Change to return std::string.
2647 (relocate_gdbinit_path_maybe_in_datadir): Update.
2648 (captured_main_1): Update.
2649 * python/python.c (do_start_initialization): Update.
2650 * top.c (show_gdb_datadir): Update.
2651 * xml-syscall.c (xml_init_syscalls_info): Update.
2652 (init_syscalls_info): Update.
2653
2654 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2655
2656 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2657 out of get_init_files.
2658 (get_init_files): Update.
2659
2660 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2661
2662 * main.c (get_init_files): Change to use std::string.
2663 (captured_main_1): Update.
2664 (print_gdb_help): Update.
2665
2666 2019-09-11 Ali Tamur <tamur@google.com>
2667
2668 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2669 implementation.
2670
2671 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2672
2673 * dbxread.c (read_dbx_symtab): Update.
2674 * dwarf2read.c (load_partial_dies): Update.
2675 * mdebugread.c (parse_partial_symbols): Update.
2676 (handle_psymbol_enumerators): Update.
2677 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2678 * psymtab.c (add_psymbol_to_bcache): Likewise.
2679 (add_psymbol_to_list): Likewise.
2680 * symtab.c (symbol_set_names): Likewise.
2681 * symtab.h (symbol_set_names): Likewise.
2682 * xcoffread.c (scan_xcoff_symtab): Update.
2683
2684 2019-09-11 Tom Tromey <tom@tromey.com>
2685
2686 * symfile-mem.c (symbol_file_add_from_memory): Use
2687 bfd_set_filename.
2688 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2689 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2690
2691 2019-09-10 Tom Tromey <tromey@adacore.com>
2692
2693 * dwarf-index-write.c (write_psymbols): Extend error message.
2694 (debug_names::insert): Add Ada code.
2695 (debug_names::write_psymbols): Remove Ada check.
2696 (debug_names) <m_string_obstack>: New member.
2697 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2698 (gdb_index_symbol_name_matcher::matches): Remove.
2699 (mapped_index_base::find_name_components_bounds): Add "lang"
2700 parameter.
2701 (mapped_index_base::build_name_components): Also split names
2702 according to Ada syntax.
2703 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2704 type of "match_callback".
2705 (check_match, check_find_bounds_finds)
2706 (dw2_expand_symtabs_matching): Update.
2707 (dw2_debug_names_iterator): Add new constructor.
2708 (dw2_debug_names_map_matching_symbols): New function.
2709 (dw2_debug_names_expand_symtabs_matching): Update.
2710 (dwarf2_debug_names_functions): Use
2711 dw2_debug_names_map_matching_symbols.
2712
2713 2019-09-10 Tom Tromey <tromey@adacore.com>
2714
2715 * dwarf2read.c (dw2_get_file_names_reader): Add the
2716 CU's file name to the results.
2717
2718 2019-09-10 Tom Tromey <tromey@adacore.com>
2719
2720 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2721 map_matching_symbols. Update.
2722 * dwarf2read.c (dw2_map_matching_symbols): Update.
2723 * psymtab.c (match_partial_symbol): Change type; update.
2724 (psym_map_matching_symbols): Likewise.
2725 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2726 type; update.
2727 * symfile.h (struct quick_symbol_functions)
2728 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2729 Remove "match".
2730
2731 2019-09-10 Tom Tromey <tromey@adacore.com>
2732
2733 * psymtab.c (map_block): Remove.
2734 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2735 * symtab.c (iterate_over_symbols_terminated): New function.
2736 * symtab.c (iterate_over_symbols_terminated): Declare.
2737
2738 2019-09-10 Tom Tromey <tromey@adacore.com>
2739
2740 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2741 * language.h (struct language_defn) <la_iterate_over_symbols>:
2742 Return bool.
2743 * symtab.c (iterate_over_symbols): Return bool.
2744 * symtab.h (iterate_over_symbols): Return bool.
2745
2746 2019-09-10 Tom Tromey <tromey@adacore.com>
2747
2748 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2749 (add_nonlocal_symbols): Update.
2750 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2751 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2752 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2753 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2754 Change type of "callback". Remove "data".
2755
2756
2757 2019-09-09 Ali Tamur <tamur@google.com>
2758
2759 * dwarf2read.c (comp_unit_head): Update comment.
2760 (dwarf2_dwo_name): New function declaration.
2761 (dwarf_unit_type_name): New function declaration.
2762 (read_comp_unit_head): Add support for new compilation units,
2763 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2764 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2765 (currently named as "signature") in their header. Also clarify error
2766 messages.
2767 (lookup_dwo_id): New function. Returns the dwo id of the given
2768 compile unit.
2769 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2770 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2771 functions.
2772 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2773 (dwarf2_dwo_name): Get the dwo name if present.
2774 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2775 purposes.
2776
2777 2019-09-09 Tom Tromey <tom@tromey.com>
2778
2779 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2780
2781 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2782
2783 * python/python.c (do_start_initialization): Make progname_copy static,
2784 to avoid a leak report.
2785
2786 2019-09-08 Tom Tromey <tom@tromey.com>
2787
2788 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2789
2790 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2791
2792 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2793 Change type to gdb::optional<block_enum>.
2794 (dw2_symtab_iter_init): Change block_index parameter type
2795 to gdb::optional<block_enum>.
2796 (dw2_lookup_symbol): Change block_index parameter
2797 type to block_enum.c
2798 (dw2_debug_names_lookup_symbol): Likewise.
2799 * psymtab.c (psym_lookup_symbol): Likewise.
2800 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2801 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2802 Likewise.
2803
2804 2019-09-06 Christian Biesinger <cbiesinger@google.com>
2805
2806 * defs.h (relocate_gdb_directory): Change int to bool in
2807 signature and rename flag to relocatable.
2808 * main.c (relocate_path): Likewise.
2809 (relocate_gdb_directory): Likewise.
2810
2811 2019-09-06 Alan Modra <amodra@gmail.com>
2812
2813 * coffread.c (coff_symfile_read): Constify filename variable.
2814 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2815 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2816 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2817 * solib.c (reload_shared_libraries_1): Likewise.
2818 * symfile.c (reread_symbols): Likewise.
2819 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2820 * solib-darwin.c (darwin_bfd_open): Likewise.
2821 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2822
2823 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2824
2825 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2826 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2827
2828 2019-09-03 Tom Tromey <tromey@adacore.com>
2829
2830 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2831 types.
2832 (has_negatives): Unbias a range type bound.
2833 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2834 * gdbtypes.c (operator==): Handle new field.
2835 (create_range_type): Add "bias" parameter.
2836 (create_static_range_type, resolve_dynamic_range): Update.
2837 * gdbtypes.h (struct range_bounds) <bias>: New member.
2838 (create_range_type): Add bias parameter.
2839 * printcmd.c (print_scalar_formatted): Unbias range types.
2840 * value.c (unpack_long): Unbias range types.
2841 (pack_long): Bias range types.
2842
2843 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2844
2845 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2846 probe arguments.
2847
2848 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2849
2850 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2851 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2852 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2853 (compile_probe_arg): Likewise.
2854 * probe.h (get_argument_count): Likewise.
2855 * solib-svr4.c (solib_event_probe_action): Likewise.
2856 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2857
2858 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2859
2860 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2861 code to here...
2862 (svr4_create_solib_event_breakpoints): ...from here.
2863
2864 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2865
2866 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2867 suffix from warning message.
2868
2869 2019-08-30 Tom Tromey <tom@tromey.com>
2870
2871 * tui/tui-winsource.h (struct tui_source_window_base)
2872 <refresh_all>: Don't declare.
2873 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2874 Remove.
2875 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2876 tui_show_locator_content.
2877 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2878 declare.
2879 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2880 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2881 declare.
2882
2883 2019-08-30 Tom Tromey <tom@tromey.com>
2884
2885 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2886
2887 2019-08-30 Tom Tromey <tom@tromey.com>
2888
2889 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2890 Remove unnecessary forward declarations.
2891
2892 2019-08-30 Tom Tromey <tom@tromey.com>
2893
2894 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2895 rerender.
2896 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2897 tui_show_locator_content.
2898
2899 2019-08-30 Tom Tromey <tom@tromey.com>
2900
2901 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2902 (tui_locator_window::rerender): Rewrite using body of previous
2903 tui_show_locator_content.
2904
2905 2019-08-30 Tom Tromey <tom@tromey.com>
2906
2907 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2908 set_locator_fullname>: New methods.
2909 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2910 Rename from tui_set_locator_fullname.
2911 (tui_locator_window::set_locator_info): Rename from
2912 tui_set_locator_info. Return bool.
2913 (tui_update_locator_fullname, tui_show_frame_info): Update.
2914
2915 2019-08-30 Tom Tromey <tom@tromey.com>
2916
2917 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2918
2919 2019-08-30 Tom Tromey <tom@tromey.com>
2920
2921 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2922 call touchwin.
2923
2924 2019-08-30 Tom Tromey <tom@tromey.com>
2925
2926 * tui/tui-wingeneral.c (box_win): Assume win_info and
2927 win_info->handle cannot be NULL.
2928
2929 2019-08-30 Tom Tromey <tom@tromey.com>
2930
2931 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2932 refresh_window>: Declare.
2933 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2934 resize.
2935 (tui_data_item_window::rerender): Rename from
2936 tui_display_register.
2937 (tui_data_item_window::refresh_window): New method.
2938 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2939 no-op.
2940
2941 2019-08-30 Tom Tromey <tom@tromey.com>
2942
2943 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2944 regs_column_count, current_group>: Move later. Now private.
2945 <get_current_group>: New method.
2946 * tui/tui-regs.c (tui_reg_command): Update.
2947 * tui/tui-layout.c (tui_set_layout): Update.
2948
2949 2019-08-30 Tom Tromey <tom@tromey.com>
2950
2951 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2952 (tui_data_window::rerender): Don't call
2953 check_and_display_highlight_if_needed.
2954 (tui_data_window::refresh_all): Remove call to
2955 erase_data_content.
2956
2957 2019-08-30 Tom Tromey <tom@tromey.com>
2958
2959 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2960 (tui_data_window::display_registers_from)
2961 (tui_data_window::display_reg_element_at_line)
2962 (tui_data_window::display_registers_from_line): Remove checks of
2963 "empty".
2964
2965 2019-08-30 Tom Tromey <tom@tromey.com>
2966
2967 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2968 Don't declare.
2969 * tui/tui-regs.c (tui_data_window::show_registers): Call
2970 rerender.
2971 (tui_data_window::rerender): Rename from display_all_data.
2972 (tui_data_window::rerender): Remove old implementation.
2973
2974 2019-08-30 Tom Tromey <tom@tromey.com>
2975
2976 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2977 text.
2978 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2979
2980 2019-08-29 Bernhard Wodok <barto@gmx.net>
2981 Sergio Durigan Junior <sergiodj@redhat.com>
2982
2983 PR win32/24284
2984 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2985
2986 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2989 when searching for types.
2990
2991 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * f-lang.c (f_language_defn): Use f_print_typedef.
2994 * f-lang.h (f_print_typedef): Declare.
2995 * f-typeprint.c (f_print_typedef): Define.
2996
2997 2019-08-27 Christian Biesinger <cbiesinger@google.com>
2998
2999 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3000
3001 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * cli/cli-utils.c (info_print_options_defs): Delete.
3004 (make_info_print_options_def_group): Delete.
3005 (extract_info_print_options): Delete.
3006 (info_print_command_completer): Delete.
3007 (info_print_args_help): Add extra parameter, and optionally
3008 include text about -n flag.
3009 * cli/cli-utils.h (struct info_print_options): Delete.
3010 (extract_info_print_options): Delete declaration.
3011 (info_print_command_completer): Delete declaration.
3012 (info_print_args_help): Add extra parameter, extend header
3013 comment.
3014 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3015 search_symbols.
3016 * stack.c (struct info_print_options): New type.
3017 (info_print_options_defs): New file scoped variable.
3018 (make_info_print_options_def_group): New static function.
3019 (info_print_command_completer): New static function.
3020 (info_locals_command): Update to use new local functions.
3021 (info_args_command): Likewise.
3022 (_initialize_stack): Add extra parameter to calls to
3023 info_print_args_help.
3024 * symtab.c (search_symbols): Add extra parameter, use this to
3025 possibly excluse non-debug symbols.
3026 (symtab_symbol_info): Add extra parameter, which is passed on to
3027 search_symbols.
3028 (struct info_print_options): New type.
3029 (info_print_options_defs): New file scoped variable.
3030 (make_info_print_options_def_group): New static function.
3031 (info_print_command_completer): New static function.
3032 (info_variables_command): Update to use local functions, and pass
3033 extra parameter through to symtab_symbol_info.
3034 (info_functions_command): Likewise.
3035 (info_types_command): Pass additional argument through to
3036 symtab_symbol_info.
3037 (rbreak_command): Pass extra argument to search_symbols.
3038 (_initialize_symtab): Add extra arguments for calls to
3039 info_print_args_help, and update help text for 'info variables',
3040 'whereis', and 'info functions' commands.
3041 * symtab.h (search_symbols): Add extra argument to declaration.
3042 * NEWS: Mention new flags.
3043
3044 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3045
3046 * symtab.c (lookup_static_symbol): Call the new function (and move
3047 it down to be next to lookup_global_symbol).
3048 (struct global_sym_lookup_data): Add block_enum member and rename to...
3049 (struct global_or_static_sym_lookup_data): ...this.
3050 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3051 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3052 (lookup_symbol_global_or_static_iterator_cb): ...this.
3053 (lookup_global_or_static_symbol): New function.
3054 (lookup_global_symbol): Call new function.
3055
3056 2019-08-26 Tom de Vries <tdevries@suse.de>
3057
3058 PR c++/24852
3059 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3060 when pc_probe.prob == NULL.
3061
3062 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3063
3064 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3065 variable symbol_linkage to symbol_linkage_.
3066
3067 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3068
3069 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3070 represent whether the symbol is static, dynamic, or we don't
3071 know.
3072
3073 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3074
3075 * gdb/rx-tdep.c (rx_register_names): New.
3076 (rx_register_name): Delete.
3077 (rx_psw_type): Delete.
3078 (rx_fpsw_type): Delete.
3079 (rx_register_type): Delete.
3080 (rx_gdbarch_init): Convert target-descriptions.
3081 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3082 * gdb/features/Makefile: Add rx.xml.
3083 * gdb/features/rx.xml: New.
3084 * gdb/features/rx.c: Generated.
3085 * gdb/NEWS: Mention target description support.
3086
3087 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3088
3089 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3090 *slot_ptr.
3091
3092 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3093
3094 * configure.ac: Don't check for 'dlfcn.h' (moved to
3095 gdbsupport/common.m4).
3096 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3097 'gdbsupport/'.
3098 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3099 * compile/compile-c-support.c: Include
3100 'gdbsupport/gdb-dlfcn.h'.
3101 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3102 * gdb-dlfcn.c: Move to...
3103 * gdbsupport/gdb-dlfcn.c: ... here.
3104 * gdb-dlfcn.h: Move to...
3105 * gdbsupport/gdb-dlfcn.h: ... here.
3106
3107 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3108
3109 * nios2-tdep.c (struct reg_value): Improve comments. Make
3110 the offset field signed.
3111
3112 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3113
3114 * python/lib/gdb/__init__.py (_execute_file): New function.
3115 * python/python.c (python_run_simple_file): Call gdb._execute_file
3116 on Windows.
3117
3118 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3119
3120 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3121 all uses as this was never set to anything but a zero value.
3122
3123 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3124
3125 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3126
3127 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3128
3129 * tui/tui-data.h (tui_gen_win_info): Add an =default
3130 move constructor, required by some GCC versions.
3131
3132 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3133
3134 * go32-nat.c (go32_sysinfo): Add hygon_p.
3135
3136 2019-08-20 Tom Tromey <tom@tromey.com>
3137
3138 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3139 line_from_reg_element_no, first_reg_element_no_inline,
3140 display_all_data, delete_data_content_windows,
3141 erase_data_content>: Now private.
3142
3143 2019-08-20 Tom Tromey <tom@tromey.com>
3144
3145 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3146 (tui_unhighlight_win, tui_highlight_win)
3147 (tui_win_info::make_window): Update.
3148 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3149
3150 2019-08-20 Tom Tromey <tom@tromey.com>
3151
3152 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3153 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3154 (MAX_PID_WIDTH): Move to tui-stack.c.
3155 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3156 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3157 (MAX_PID_WIDTH): Move from tui-data.h.
3158
3159 2019-08-20 Tom Tromey <tom@tromey.com>
3160
3161 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3162 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3163 (box_win): Update.
3164 (tui_gen_win_info::make_window): Rename from tui_make_window.
3165 (tui_win_info::make_window): New method.
3166 (tui_gen_win_info::make_visible): Update.
3167 * tui/tui-source.c (tui_source_window::set_contents): Update.
3168 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3169 (tui_data_window::display_registers_from): Update.
3170 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3171 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3172 Declare.
3173 <can_box>: Remove.
3174 <title>: Remove.
3175 (struct tui_win_info) <make_window>: Declare.
3176 <can_box>: Now virtual.
3177 <title>: New member.
3178 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3179 * tui/tui-command.c (tui_cmd_window::resize): Update.
3180
3181 2019-08-20 Tom Tromey <tom@tromey.com>
3182
3183 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3184 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3185 (tui_data_window::check_register_values): Update.
3186
3187 2019-08-20 Tom Tromey <tom@tromey.com>
3188
3189 * tui/tui-regs.h (struct tui_data_window): Use
3190 DISABLE_COPY_AND_ASSIGN.
3191 <regs_content>: Change type, removing unique_ptr.
3192 <tui_data_window>: Add move constructor.
3193 * tui/tui-regs.c (tui_data_window::show_registers)
3194 (tui_data_window::show_register_group)
3195 (tui_data_window::display_registers_from)
3196 (tui_data_window::display_registers_from)
3197 (tui_data_window::first_data_item_displayed)
3198 (tui_data_window::delete_data_content_windows)
3199 (tui_data_window::rerender, tui_data_window::refresh_window)
3200 (tui_data_window::check_register_values): Update.
3201
3202 2019-08-20 Tom Tromey <tom@tromey.com>
3203
3204 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3205 show_register_group>: Declare.
3206 (tui_show_register_group): Don't declare.
3207 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3208 tui_show_registers.
3209 (tui_data_window::show_register_group): Rename from
3210 tui_show_register_group.
3211 (tui_data_window::check_register_values, tui_reg_command):
3212 Update.
3213 * tui/tui-layout.c (tui_set_layout): Update.
3214
3215 2019-08-20 Tom Tromey <tom@tromey.com>
3216
3217 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3218 Declare.
3219 (tui_check_register_values): Don't declare.
3220 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3221 from tui_check_register_values.
3222 * tui/tui-hooks.c (tui_register_changed): Update.
3223
3224 2019-08-20 Tom Tromey <tom@tromey.com>
3225
3226 * tui/tui-regs.c (tui_reg_layout): Move later.
3227 (tui_show_registers): Don't enable TUI mode or change layout.
3228
3229 2019-08-20 Tom Tromey <tom@tromey.com>
3230
3231 * tui/tui-regs.h (struct tui_data_item_window)
3232 <~tui_data_item_window>: Remove.
3233 <content>: Now a unique_xmalloc_ptr.
3234 * tui/tui-regs.c (tui_register_format): Return a
3235 unique_xmalloc_ptr.
3236 (tui_get_register): Update.
3237 (~tui_data_item_window): Remove.
3238 (tui_data_window::display_registers_from, tui_display_register):
3239 Update.
3240 * tui/tui-io.h (tui_expand_tabs): Update.
3241 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3242 Remove "col" parameter.
3243
3244 2019-08-20 Tom Tromey <tom@tromey.com>
3245
3246 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3247 field.
3248 * tui/tui-regs.c (~tui_data_item_window): Update.
3249
3250 2019-08-20 Tom Tromey <tom@tromey.com>
3251
3252 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3253 earlier.
3254
3255 2019-08-20 Tom Tromey <tom@tromey.com>
3256
3257 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3258
3259 2019-08-20 Tom Tromey <tom@tromey.com>
3260
3261 * tui/tui-source.h (struct tui_source_window): Update.
3262 * tui/tui-regs.c (tui_show_registers): Update.
3263 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3264 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3265 (NO_REGS_STRING): Remove defines.
3266
3267 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3268
3269 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3270 unnecessary thread walk if remote doesn't support the packet.
3271
3272 2019-08-19 Tom Tromey <tromey@adacore.com>
3273
3274 * python/py-value.c (value_has_field): Fix indentation.
3275
3276 2019-08-19 Tom Tromey <tromey@adacore.com>
3277
3278 * printcmd.c (do_one_display, info_display_command): Update.
3279 * block.h (contained_in): Return bool. Add allow_nested
3280 parameter.
3281 * block.c (contained_in): Return bool. Add allow_nested
3282 parameter.
3283
3284 2019-08-19 Tom Tromey <tom@tromey.com>
3285
3286 * configure: Rebuild.
3287 * configure.ac: Disallow the combination of -static-libstdc++ and
3288 source highlight.
3289 * source-cache.c (get_language_name): Handle rust.
3290 (source_cache::get_source_lines): Ignore highlighting exceptions.
3291
3292 2019-08-16 Tom Tromey <tom@tromey.com>
3293
3294 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3295 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3296 (struct tui_source_window_base) <make_visible, refresh_window,
3297 resize>: Remove methods.
3298 <execution_info>: Remove field.
3299 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3300 (tui_show_source_line, tui_source_window_base)
3301 (~tui_source_window_base): Update.
3302 (tui_source_window_base::resize)
3303 (tui_source_window_base::make_visible)
3304 (tui_source_window_base::refresh_window): Remove.
3305 (tui_source_window_base::update_exec_info): Update.
3306 * tui/tui-source.c (tui_source_window::set_contents): Update.
3307 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3308
3309 2019-08-16 Tom Tromey <tom@tromey.com>
3310
3311 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3312 deprecated_query_hook.
3313
3314 2019-08-16 Tom Tromey <tom@tromey.com>
3315
3316 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3317 (tui_update_source_windows_with_line): Update.
3318 * tui/tui-source.h (struct tui_source_window)
3319 <show_symtab_source>: Declare.
3320 (tui_show_symtab_source): Don't declare.
3321 * tui/tui-source.c (tui_show_symtab_source): Rename from
3322 tui_show_symtab_source.
3323
3324 2019-08-16 Tom Tromey <tom@tromey.com>
3325
3326 * tui/tui-winsource.h (struct tui_source_window_base)
3327 <set_contents>: Declare.
3328 * tui/tui-winsource.c
3329 (tui_source_window_base::update_source_window_as_is): Update.
3330 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3331 Declare.
3332 (tui_set_source_content): Don't declare.
3333 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3334 tui_set_source_content.
3335 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3336 Declare.
3337 (tui_set_disassem_content): Don't declare.
3338 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3339 tui_set_disassem_content.
3340
3341 2019-08-16 Tom Tromey <tom@tromey.com>
3342
3343 * tui/tui-winsource.h (struct tui_source_window_base)
3344 <update_breakpoint_info>: Declare.
3345 (tui_update_breakpoint_info): Don't declare.
3346 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3347 (tui_update_all_breakpoint_info): Update.
3348 (tui_source_window_base::update_breakpoint_info): Rename from
3349 tui_update_breakpoint_info.
3350 (tui_source_window_base::update_exec_info): Update.
3351
3352 2019-08-16 Tom Tromey <tom@tromey.com>
3353
3354 * tui/tui-winsource.h (struct tui_source_window_base)
3355 <update_source_window>: Declare.
3356 (tui_update_source_window): Don't declare.
3357 * tui/tui-winsource.c
3358 (tui_source_window_base::update_source_window): Rename from
3359 tui_update_source_window.
3360 (tui_source_window_base::rerender): Update.
3361 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3362 * tui/tui-disasm.c (tui_show_disassem)
3363 (tui_show_disassem_and_update_source)
3364 (tui_disasm_window::maybe_update): Update.
3365
3366 2019-08-16 Tom Tromey <tom@tromey.com>
3367
3368 * tui/tui-winsource.h (struct tui_source_window_base)
3369 <update_source_window_as_is>: Declare.
3370 (tui_update_source_window_as_is): Don't declare.
3371 * tui/tui-winsource.c (tui_update_source_window): Update
3372 (tui_source_window_base::update_source_window_as_is): Rename from
3373 tui_update_source_window_as_is.
3374 (tui_source_window_base::refill): Update.
3375 * tui/tui-source.c (tui_show_symtab_source): Update.
3376 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3377 Update.
3378
3379 2019-08-16 Tom Tromey <tom@tromey.com>
3380
3381 * tui/tui-winsource.h (tui_update_source_window)
3382 (tui_update_source_window_as_is): Remove "noerror" parameter.
3383 * tui/tui-winsource.c (tui_update_source_window)
3384 (tui_update_source_window_as_is): Remove "noerror" parameter.
3385 (tui_update_source_windows_with_addr)
3386 (tui_update_source_windows_with_line)
3387 (tui_source_window_base::rerender)
3388 (tui_source_window_base::refill): Update.
3389 * tui/tui-source.h (tui_set_source_content)
3390 (tui_show_symtab_source): Remove "noerror" parameter.
3391 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3392 parameter.
3393 (tui_show_symtab_source): Likewise.
3394 (tui_source_window::maybe_update): Update.
3395 * tui/tui-disasm.c (tui_show_disassem)
3396 (tui_show_disassem_and_update_source)
3397 (tui_disasm_window::do_scroll_vertical)
3398 (tui_disasm_window::maybe_update): Update.
3399
3400 2019-08-16 Tom Tromey <tom@tromey.com>
3401
3402 * tui/tui.c (tui_is_window_visible): Update.
3403 * tui/tui-wingeneral.c (tui_make_window)
3404 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3405 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3406 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3407 (tui_set_win_height_command, parse_scrolling_args): Update.
3408 * tui/tui-source.c (tui_source_window::style_changed): Update.
3409 * tui/tui-regs.c (tui_show_registers)
3410 (tui_data_window::first_data_item_displayed)
3411 (tui_data_window::delete_data_content_windows)
3412 (tui_check_register_values, tui_reg_command): Update.
3413 * tui/tui-disasm.c (tui_show_disassem): Update.
3414 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3415 method.
3416 <is_visible>: Remove field.
3417 * tui/tui-data.c (tui_next_win, tui_prev_win)
3418 (tui_delete_invisible_windows): Update.
3419
3420 2019-08-16 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui-winsource.h (struct tui_source_window_base)
3423 <m_has_locator>: Remove.
3424 * tui/tui-layout.c (show_source_disasm_command, show_data)
3425 (show_source_or_disasm_and_command): Update.
3426
3427 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3428
3429 * NEWS (Other MI changes): New subsection.
3430 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3431 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3432 * arch-utils.c (default_get_pc_address_flags): New function.
3433 * arch-utils.h (default_get_pc_address_flags): New declaration.
3434 * gdbarch.sh: Add get_pc_address_flags.
3435 * gdbarch.c: Regenerate.
3436 * gdbarch.h: Likewise.
3437 * stack.c (print_pc): New function.
3438 (print_frame_info) (print_frame): Call print_pc.
3439
3440 2019-08-16 Tom de Vries <tdevries@suse.de>
3441
3442 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3443 print_objfile_section_info.
3444
3445 2019-08-15 Tom Tromey <tom@tromey.com>
3446
3447 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3448 calling update_cmdwin_start_line.
3449 * tui/tui-winsource.h (struct tui_source_window_base)
3450 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3451 <rerender>: Declare.
3452 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3453 Call rerender.
3454 (tui_source_window_base::set_new_height): Remove.
3455 (tui_source_window_base::rerender): Rename from
3456 do_make_visible_with_new_height.
3457 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3458 resize method.
3459 (tui_win_info::make_invisible_and_set_new_height)
3460 (tui_win_info::make_visible_with_new_height): Remove.
3461 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3462 Declare.
3463 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3464 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3465 do_make_visible_with_new_height>: Don't declare.
3466 <rerender>: Declare.
3467 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3468 set_new_height.
3469 (tui_data_window::do_make_visible_with_new_height): Remove.
3470 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3471 call tui_show_locator_content.
3472 (tui_gen_win_info::resize): Call rerender.
3473 (show_source_or_disasm_and_command): Don't call
3474 tui_show_locator_content.
3475 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3476 method.
3477 (struct tui_win_info) <rerender>: Declare.
3478 <set_new_height, make_invisible_and_set_new_height,
3479 make_visible_with_new_height>: Don't declare.
3480 * tui/tui-data.c (tui_win_list::rerender): New method.
3481 * tui/tui-command.h (struct tui_cmd_window)
3482 <do_make_visible_with_new_height>: Don't declare.
3483 * tui/tui-command.c
3484 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3485
3486 2019-08-15 Tom Tromey <tromey@adacore.com>
3487
3488 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3489 * ada-lang.c (ada_enum_name): Likewise.
3490
3491 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3492
3493 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3494 leading underscore.
3495 (GdbOutputErrorFile): Likewise.
3496 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3497 accordingly.
3498 (execute_unwinders): Rename to have a leading underscore.
3499 (auto_load_packages): Likewise.
3500 (global scope): Adjust call to auto_load_packages accordingly.
3501 (GdbSetPythonDirectory): Likewise.
3502 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3503 instead of execute_unwinders.
3504
3505 2019-08-15 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3508 (show_data): Don't change window visibility.
3509 (tui_gen_win_info::resize): Remove special case for command
3510 window. Use wresize, when available.
3511 (show_source_or_disasm_and_command): Don't change window
3512 visibility.
3513 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3514 <make_visible>: New method.
3515 * tui/tui-command.c (tui_cmd_window::resize): New method.
3516
3517 2019-08-15 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3520 (struct tui_source_windows): New.
3521 * tui/tui-winsource.c (tui_display_main): Update.
3522 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3523 (new_height_ok, parse_scrolling_args): Update.
3524 * tui/tui-layout.c (show_layout, show_data): Update.
3525 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3526 (tui_add_to_source_windows): Don't declare.
3527 * tui/tui-data.c (source_windows, tui_source_windows)
3528 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3529
3530 2019-08-15 Tom Tromey <tom@tromey.com>
3531
3532 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3533 Rename from reset.
3534 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3535 * tui/tui-layout.c (show_source_disasm_command, show_data):
3536 Update.
3537 (tui_gen_win_info::resize): Rename.
3538 (show_source_or_disasm_and_command): Update.
3539 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3540 reset.
3541
3542 2019-08-15 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3545 * tui/tui-interp.c (tui_interp::init): Don't call
3546 tui_initialize_static_data.
3547 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3548
3549 2019-08-15 Tom Tromey <tom@tromey.com>
3550
3551 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3552 examine tui_win_list.
3553
3554 2019-08-15 Tom Tromey <tom@tromey.com>
3555
3556 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3557 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3558 tui_clear_source_content.
3559 (tui_clear_source_content): Remove.
3560 (tui_source_window_base::do_erase_source_content): Hoist call to
3561 content.clear().
3562 * tui/tui-stack.c (tui_show_frame_info): Don't call
3563 tui_clear_source_content.
3564
3565 2019-08-15 Tom Tromey <tom@tromey.com>
3566
3567 * tui/tui-winsource.h (struct tui_source_window_base)
3568 <do_erase_source_content>: New method.
3569 <erase_source_content>: New method.
3570 (tui_erase_source_content): Don't declare.
3571 * tui/tui-winsource.c (tui_clear_source_content): Update.
3572 (tui_source_window_base::do_erase_source_content): Rename from
3573 tui_erase_source_content.
3574 (tui_source_window_base::show_source_content): Update.
3575 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3576 * tui/tui-source.h (struct tui_source_window)
3577 <erase_source_content>: New method.
3578 * tui/tui-disasm.h (struct tui_disasm_window)
3579 <erase_source_content>: New method.
3580
3581 2019-08-15 Tom Tromey <tom@tromey.com>
3582
3583 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3584 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3585 constructor.
3586 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3587 * tui/tui-source.c (tui_set_source_content): Update.
3588 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3589
3590 2019-08-15 Tom Tromey <tom@tromey.com>
3591
3592 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3593 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3594 tui-source.c.
3595 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3596 Declare.
3597 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3598 method.
3599 (tui_source_window::maybe_update): Update.
3600
3601 2019-08-15 Tom Tromey <tom@tromey.com>
3602
3603 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3604 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3605 tui-disasm.c.
3606 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3607 Declare.
3608 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3609 method.
3610 (tui_disasm_window::maybe_update): Update.
3611
3612 2019-08-15 Tom Tromey <tom@tromey.com>
3613
3614 * tui/tui-winsource.h (struct tui_source_window_base)
3615 <maybe_update>: Declare.
3616 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3617 method.
3618 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3619 Declare.
3620 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3621 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3622 Declare.
3623 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3624
3625 2019-08-15 Tom Tromey <tom@tromey.com>
3626
3627 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3628
3629 2019-08-15 Tom Tromey <tom@tromey.com>
3630
3631 * tui/tui-wingeneral.c: Include tui-stack.h.
3632 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3633 (struct tui_locator_window): Move from tui-data.h.
3634 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3635 (tui_initialize_static_data): Move from tui-data.c.
3636 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3637 (struct tui_locator_window): Move to tui-stack.c.
3638 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3639 (tui_initialize_static_data): Move to tui-stack.c.
3640
3641 2019-08-15 Tom Tromey <tom@tromey.com>
3642
3643 * tui/tui-layout.c (show_source_disasm_command)
3644 (show_source_or_disasm_and_command): Use make_visible method, not
3645 tui_make_window.
3646 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3647 Remove.
3648
3649 2019-08-15 Tom Tromey <tom@tromey.com>
3650
3651 * tui/tui-wingeneral.h (tui_make_window): Update.
3652 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3653 parameter.
3654 (tui_gen_win_info::make_visible): Update.
3655 * tui/tui-regs.c (tui_data_window::display_registers_from):
3656 Update.
3657 * tui/tui-layout.c (show_source_disasm_command)
3658 (show_source_or_disasm_and_command): Update.
3659 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3660 (enum tui_box): Remove.
3661 (struct tui_win_info) <can_box>: New method.
3662 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3663 method.
3664
3665 2019-08-15 Tom de Vries <tdevries@suse.de>
3666
3667 * linux-nat-trad.c: Include gdbarch.h.
3668
3669 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3670
3671 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3672 register sizes.
3673
3674 2019-08-14 Tom Tromey <tromey@adacore.com>
3675
3676 * darwin-nat.c: Include gdbarch.h.
3677 * darwin-nat-info.c: Include gdbarch.h.
3678
3679 2019-08-13 Tom Tromey <tom@tromey.com>
3680
3681 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3682 Remove.
3683 * tui/tui-data.c (tui_initialize_static_data): Update.
3684
3685 2019-08-13 Tom Tromey <tom@tromey.com>
3686
3687 * tui/tui-winsource.h (struct tui_exec_info_window)
3688 <~tui_exec_info_window, maybe_allocate_content, get_content,
3689 m_content>: Remove.
3690 (struct tui_source_window_base) <set_exec_info_content,
3691 show_exec_info_content>: Don't declare.
3692 * tui/tui-winsource.c
3693 (tui_exec_info_window::maybe_allocate_content): Remove.
3694 (tui_source_window_base::update_exec_info): Rename from
3695 set_exec_info_content.
3696 (tui_source_window_base::show_exec_info_content)
3697 (tui_source_window_base::update_exec_info): Remove.
3698
3699 2019-08-13 Tom Tromey <tom@tromey.com>
3700
3701 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3702 declare.
3703 * tui/tui-winsource.c (tui_update_source_window_as_is)
3704 (tui_update_source_windows_with_addr, tui_erase_source_content):
3705 Update.
3706 (tui_clear_exec_info_content): Remove.
3707
3708 2019-08-13 Tom Tromey <tom@tromey.com>
3709
3710 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3711 declare.
3712 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3713 call tui_erase_exec_info_content.
3714 (tui_clear_exec_info_content): Rename from
3715 tui_erase_exec_info_content.
3716 (tui_clear_exec_info_content): Delete.
3717
3718 2019-08-13 Tom Tromey <tom@tromey.com>
3719
3720 * tui/tui-winsource.h (struct tui_source_window_base)
3721 <show_exec_info_content>: Declare.
3722 (tui_show_exec_info_content): Don't declare.
3723 * tui/tui-winsource.c
3724 (tui_source_window_base::show_exec_info_content): Rename from
3725 tui_show_exec_info_content.
3726 (tui_source_window_base::update_exec_info): Update.
3727
3728 2019-08-13 Tom Tromey <tom@tromey.com>
3729
3730 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3731 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3732 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3733 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3734 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3735 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3736 ... here.
3737
3738 2019-08-13 Tom Tromey <tom@tromey.com>
3739
3740 * tui/tui-winsource.h (struct tui_source_window_base)
3741 <update_exec_info>: Declare.
3742 (tui_update_exec_info): Don't declare.
3743 * tui/tui-winsource.c (tui_update_source_window_as_is)
3744 (tui_source_window_base::refresh_all)
3745 (tui_update_all_breakpoint_info): Update.
3746 (tui_source_window_base::update_exec_info): Rename from
3747 tui_update_exec_info.
3748 * tui/tui-stack.c (tui_show_frame_info): Update.
3749
3750 2019-08-13 Tom Tromey <tom@tromey.com>
3751
3752 * tui/tui-winsource.h (struct tui_source_window_base)
3753 <set_exec_info_content>: Declare.
3754 (tui_set_exec_info_content): Don't declare.
3755 * tui/tui-winsource.c
3756 (tui_source_window_base::set_exec_info_content): Rename from
3757 tui_set_exec_info_content.
3758 (tui_update_exec_info): Update.
3759
3760 2019-08-13 Tom Tromey <tom@tromey.com>
3761
3762 * tui/tui-winsource.h (struct tui_source_window_base)
3763 <show_source_content>: Declare.
3764 (tui_show_source_content): Don't declare.
3765 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3766 (tui_source_window_base::show_source_content): Rename from
3767 tui_show_source_content.
3768 (tui_source_window_base::refresh_all): Update.
3769 * tui/tui-layout.c (show_source_disasm_command)
3770 (show_source_or_disasm_and_command): Update.
3771
3772 2019-08-13 Tom Tromey <tom@tromey.com>
3773
3774 * tui/tui-winsource.c (tui_erase_source_content)
3775 (tui_show_source_content, tui_source_window_base::refresh_all):
3776 Update.
3777 * tui/tui-wingeneral.h
3778 (tui_check_and_display_highlight_if_needed): Don't declare.
3779 * tui/tui-wingeneral.c
3780 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3781 check_and_display_highlight_if_needed.
3782 * tui/tui-win.c (tui_rehighlight_all)
3783 (tui_win_info::make_visible_with_new_height): Update.
3784 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3785 (tui_data_window::erase_data_content)
3786 (tui_data_window::display_all_data): Update.
3787 * tui/tui-data.h (struct tui_win_info)
3788 <check_and_display_highlight_if_needed>: Declare.
3789
3790 2019-08-13 Tom Tromey <tom@tromey.com>
3791
3792 * tui/tui-win.c (tui_resize_all): Call
3793 tui_delete_invisible_windows.
3794 * tui/tui-layout.c (show_layout): Call
3795 tui_delete_invisible_windows.
3796 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3797 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3798
3799 2019-08-13 Tom Tromey <tom@tromey.com>
3800
3801 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3802 tui_add_win_to_layout.
3803
3804 2019-08-13 Tom Tromey <tom@tromey.com>
3805
3806 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3807 * tui/tui-layout.c (tui_default_win_height): Now static.
3808
3809 2019-08-13 Tom Tromey <tom@tromey.com>
3810
3811 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3812 single switch.
3813 (show_source_disasm_command, show_source_or_disasm_and_command):
3814 Don't check current layout.
3815
3816 2019-08-13 Tom Tromey <tom@tromey.com>
3817
3818 * tui/tui-wingeneral.c (make_all_visible): Remove.
3819 (tui_make_all_invisible): Simplify.
3820 * tui/tui-layout.c (tui_make_all_invisible): Move from
3821 tui-wingeneral.c; simplify.
3822 (show_layout): Hoist call to tui_make_all_invisible.
3823 (show_data): Don't call tui_make_all_invisible.
3824
3825 2019-08-13 Tom Tromey <tom@tromey.com>
3826
3827 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3828 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3829
3830 2019-08-13 Tom Tromey <tom@tromey.com>
3831
3832 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3833 tui-data.c.
3834 (show_source_disasm_command, show_data)
3835 (show_source_or_disasm_and_command): Don't use
3836 tui_set_current_layout_to.
3837 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3838 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3839 tui-layout.c.
3840 (tui_set_current_layout_to): Remove.
3841
3842 2019-08-13 Tom Tromey <tom@tromey.com>
3843
3844 * tui/tui-layout.c (tui_set_layout): Update.
3845 * tui/tui-data.h (struct tui_layout_def): Remove.
3846 (tui_layout_def): Don't declare.
3847 * tui/tui-data.c (layout_def): Remove.
3848 (tui_layout_def): Remove.
3849
3850 2019-08-13 Tom Tromey <tom@tromey.com>
3851
3852 * tui/tui-winsource.h (struct tui_source_window_base)
3853 <clear_detail>: No longer "override".
3854 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3855 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3856 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3857 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3858 Remove.
3859 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3860
3861 2019-08-13 Tom Tromey <tromey@adacore.com>
3862
3863 * tracepoint.c: Don't include readline.h or history.h.
3864
3865 2019-08-12 Tom Tromey <tom@tromey.com>
3866
3867 * configure: Rebuild.
3868 * configure.ac: Check for readline 7.
3869 * NEWS: Mention readline 7 requirement.
3870 * README: Update.
3871
3872 2019-08-12 Tom Tromey <tom@tromey.com>
3873
3874 * mingw-hdep.c (gdb_select): Remove readline hack.
3875
3876 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3877
3878 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3879 when the function fails.
3880
3881 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3882
3883 * s390-tdep.c (s390_type_align): New function.
3884 (s390_gdbarch_init): Set it as type_align gdbarch method.
3885
3886 2019-08-09 Tom de Vries <tdevries@suse.de>
3887
3888 PR gdb/24591
3889 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3890 pc_low with relocation offset.
3891
3892 2019-08-07 Tom Tromey <tromey@adacore.com>
3893
3894 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3895 (print_frame_args): Update.
3896 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3897 Update.
3898 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3899 * frame.h (struct frame_arg): Add initializers.
3900 <error>: Now a unique_xmalloc_ptr.
3901
3902 2019-08-07 Alan Hayward <alan.hayward@arm.com>
3903
3904 * NEWS: Expand the Pointer Authentication entry.
3905 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3906 (aarch64_frame_unmask_lr): ... to this.
3907 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3908 Call aarch64_frame_unmask_lr.
3909 * frame.c (struct frame_info): Add "masked" variable.
3910 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3911 (fprint_frame): Check for masked pc.
3912 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3913 declarations.
3914 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3915 * stack.c (print_frame): Check for masked pc.
3916
3917 2019-08-06 Tom Tromey <tom@tromey.com>
3918
3919 * stabsread.c (patch_block_stabs, read_one_struct_field)
3920 (read_enum_type): Use obstack_strndup.
3921 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3922 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3923 * dwarf2read.c (guess_full_die_structure_name)
3924 (anonymous_struct_prefix): Use obstack_strndup.
3925 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3926 * c-exp.y (yylex): Use obstack_strndup.
3927 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3928 (write_var_or_type): Use obstack_strndup.
3929
3930 2019-08-06 Tom Tromey <tom@tromey.com>
3931
3932 * symfile.c (reread_symbols): Use obstack_strdup.
3933 * stabsread.c (read_type): Use obstack_strdup.
3934 * gdb_obstack.h (obstack_strdup): New overload.
3935 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3936 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3937 (dwarf2_canonicalize_name): Use obstack_strdup.
3938 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3939 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3940 Use obstack_strdup.
3941
3942 2019-08-06 Tom Tromey <tom@tromey.com>
3943
3944 * gdb_obstack.h (obstack_strdup): Define.
3945 * gdb_obstack.c (obstack_strdup): Don't define.
3946
3947 2019-08-06 Tom Tromey <tom@tromey.com>
3948
3949 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3950 obstack_strdup.
3951 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3952 obstack_strdup.
3953 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3954 * stabsread.c (common_block_start): Use obstack_strdup.
3955 * objfiles.c (set_objfile_main_name, objfile): Use
3956 obstack_strdup.
3957 * namespace.c (add_using_directive): Use obstack_strdup.
3958 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3959 * jit.c (finalize_symtab): Use obstack_strdup.
3960 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3961 (guess_partial_die_structure_name, partial_die_info::fixup)
3962 (dwarf2_name): Use obstack_strdup.
3963 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3964 obstack_strdup.
3965 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3966 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3967 obstack_strdup.
3968 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3969
3970 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3971
3972 * unittests/help-doc-selftests.c: New file.
3973 * Makefile.in: Add the new file.
3974
3975 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3976
3977 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3978 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3979 the full first line, except when FOR_VALUE_PREFIX. In this case,
3980 the trailing '.' is not output, and the first character is uppercased.
3981 (print_help_for_command): Update call to print_doc_line.
3982 (print_doc_of_command): Likewise.
3983 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3984 * cli/cli-option.c (append_indented_doc): Do not append newline.
3985 (build_help_option): Append newline after first appended_indented_doc
3986 only if a second call is done.
3987 (build_help): Append 2 new lines before each option, except the first
3988 one.
3989 * compile/compile.c (_initialize_compile): Add new lines after
3990 %OPTIONS%, when not at the end of the help.
3991 Change help doc or code
3992 producing the help doc to respect the invariants.
3993 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3994 Also removed the new line after 'Options:', as all other commands
3995 do not put an empty line between 'Options:' and the first option.
3996 * printcmd.c (_initialize_printcmd): Likewise.
3997 * stack.c (_initialize_stack): Likewise.
3998 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3999 incorrectly telling COMMAND is optional.
4000 * ada-lang.c (_initialize_ada_language): Change help doc or code
4001 producing the help doc to respect the invariants.
4002 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4003 * breakpoint.c (_initialize_breakpoint): Likewise.
4004 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4005 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4006 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4007 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4008 _initialize_cli_style): Likewise.
4009 * corelow.c (core_target_info): Likewise.
4010 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4011 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4012 * filesystem.c (_initialize_filesystem): Likewise.
4013 * frame.c (_initialize_frame): Likewise.
4014 * gnu-nat.c (add_task_commands): Likewise.
4015 * infcall.c (_initialize_infcall): Likewise.
4016 * infcmd.c (_initialize_infcmd): Likewise.
4017 * interps.c (_initialize_interpreter): Likewise.
4018 * language.c (_initialize_language): Likewise.
4019 * linux-fork.c (_initialize_linux_fork): Likewise.
4020 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4021 * maint.c (_initialize_maint_cmds): Likewise.
4022 * memattr.c (_initialize_mem): Likewise.
4023 * printcmd.c (_initialize_printcmd): Likewise.
4024 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4025 _RegEx): Likewise.
4026 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4027 * record-btrace.c (_initialize_record_btrace): Likewise.
4028 * record-full.c (_initialize_record_full): Likewise.
4029 * record.c (_initialize_record): Likewise.
4030 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4031 * regcache.c (_initialize_regcache): Likewise.
4032 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4033 _initialize_remote): Likewise.
4034 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4035 * serial.c (_initialize_serial): Likewise.
4036 * skip.c (_initialize_step_skip): Likewise.
4037 * source.c (_initialize_source): Likewise.
4038 * stack.c (_initialize_stack): Likewise.
4039 * symfile.c (_initialize_symfile): Likewise.
4040 * symtab.c (_initialize_symtab): Likewise.
4041 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4042 * top.c (init_main): Likewise.
4043 * tracefile-tfile.c (tfile_target_info): Likewise.
4044 * tracepoint.c (_initialize_tracepoint): Likewise.
4045 * tui/tui-win.c (_initialize_tui_win): Likewise.
4046 * utils.c (add_internal_problem_command): Likewise.
4047 * valprint.c (value_print_option_defs): Likewise.
4048
4049 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4050
4051 PR build/24886
4052 * configure.ac: Drop enable-libmcheck support.
4053 * configure, config.in: Rebuild.
4054 * libmcheck.m4: Remove.
4055 * acinclude.m4: Don't include it.
4056 * Makefile.in: Don't distribute it.
4057 * top.c (print_gdb_configuration): Don't mention it.
4058
4059 2019-08-06 Tom Tromey <tom@tromey.com>
4060
4061 * utils.c (set_output_style): Sometimes pass stream to
4062 emit_style_escape.
4063 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4064 * record-btrace.c (btrace_insn_history): Update.
4065 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4066 method.
4067 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4068 Update initializers.
4069 <m_uiout>: New field.
4070 <m_di>: Move lower.
4071 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4072 Remove "uiout" parameter.
4073 (dump_insns): Update.
4074 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4075 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4076
4077 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4078
4079 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4080 (error_in_psymtab_expansion): Likewise.
4081 (lookup_symbol_via_quick_fns): Likewise.
4082 (basic_lookup_transparent_type_quick): Likewise.
4083 (basic_lookup_transparent_type_1): Likewise.
4084
4085 2019-08-06 Tom Tromey <tromey@adacore.com>
4086
4087 * source.c (last_source_error): Now bool.
4088 (print_source_lines_base): Make "noprint" bool. Only open
4089 source file when last_source_visited changes.
4090
4091 2019-08-06 Tom Tromey <tromey@adacore.com>
4092
4093 * annotate.c (annotate_source_line): Use g_source_cache.
4094 * source-cache.c (source_cache::get_plain_source_lines): Change
4095 parameters. Populate m_offset_cache.
4096 (source_cache::ensure): New method.
4097 (source_cache::get_line_charpos): New method.
4098 (extract_lines): Move lower. Change parameters.
4099 (source_cache::get_source_lines): Move lower.
4100 * source-cache.h (class source_cache): Update comment.
4101 <get_line_charpos>: New method.
4102 <get_source_lines>: Update comment.
4103 <clear>: Clear m_offset_cache.
4104 <get_plain_source_lines>: Change parameters.
4105 <ensure>: New method
4106 <m_offset_cache>: New member.
4107 * source.c (forget_cached_source_info_for_objfile): Update.
4108 (info_source_command): Use g_source_cache.
4109 (find_source_lines, open_source_file_with_line_charpos): Remove.
4110 (print_source_lines_base, search_command_helper): Use g_source_cache.
4111 * source.h (open_source_file_with_line_charpos): Don't declare.
4112 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4113 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4114 Use g_source_cache.
4115
4116 2019-08-06 Tom Tromey <tromey@adacore.com>
4117
4118 * source-cache.c (source_cache::get_plain_source_lines):
4119 Remove "first_line" and "last_line" parameters.
4120 (source_cache::get_source_lines): Cache plain text.
4121 * source-cache.h (class source_cache)
4122 <get_plain_source_lines>: Update.
4123
4124 2019-08-06 Tom Tromey <tromey@adacore.com>
4125
4126 * source-cache.c (extract_lines): No longer a method.
4127 Changed type of parameter. Include final newline.
4128 (selftests::extract_lines_test): New function.
4129 (_initialize_source_cache): Likewise.
4130 * source-cache.h (class source_cache)
4131 <extract_lines>: Don't declare.
4132
4133 2019-08-06 Tom Tromey <tromey@adacore.com>
4134
4135 * breakpoint.c (init_breakpoint_sal): Update.
4136 (breakpoint): Update.
4137 * breakpoint.h (struct breakpoint) <filter>: Now a
4138 unique_xmalloc_ptr.
4139
4140 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4141
4142 * NEWS: Mention dictionary access on blocks.
4143 * python/py-block.c (blpy_getitem): New function.
4144 (block_object_as_mapping): New struct.
4145 (block_object_type): Use new struct for tp_as_mapping field.
4146
4147 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4148
4149 * objfiles.h (objfile): Add a comment describing partial symbols.
4150
4151 2019-08-05 Tom Tromey <tromey@adacore.com>
4152
4153 * compile/compile.c (_initialize_compile): Use _(), not N_().
4154 * thread.c (_initialize_thread): Use _(), not N_().
4155 * stack.c (_initialize_stack): Use _(), not N_().
4156 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4157
4158 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4159
4160 * dwarf2read.c (struct dw2_symtab_iterator):
4161 <want_specific_block>: Remove.
4162 <block_index>: Change type to gdb::optional.
4163 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4164 change type of BLOCK_INDEX parameter to gdb::optional.
4165 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4166 (dw2_lookup_symbol): Don't pass argument for
4167 WANT_SPECIFIC_BLOCK.
4168 (dw2_expand_symtabs_for_function): Don't pass argument for
4169 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4170 (class dw2_debug_names_iterator)
4171 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4172 parameter, change BLOCK_INDEX type to gdb::optional.
4173 <m_want_specific_block>: Remove.
4174 <m_block_index>: Change type to gdb::optional.
4175 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4176 gdb::optional. Re-write in function of gdb::optional.
4177 (dw2_debug_names_lookup_symbol): Don't pass argument for
4178 WANT_SPECIFIC_BLOCK.
4179 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4180 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4181 BLOCK_INDEX.
4182
4183 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4184
4185 * NEWS: Mention changes to "info sources" command.
4186
4187 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4188
4189 * symtab.c (filename_partial_match_opts): New struct type.
4190 (struct output_source_filename_data): New members
4191 regexp, c_regexp, partial_match.
4192 (output_source_filename): Use new members to decide to print file.
4193 (info_sources_option_defs): New variable.
4194 (make_info_sources_options_def_group, print_info_sources_header,
4195 info_sources_command_completer):
4196 New functions.
4197 (info_sources_command): Read new optional arguments.
4198 (_initialize_symtab): Update info sources help.
4199
4200 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4201
4202 * ada-lang.c (exception_support_info_v0): Renamed from...
4203 (default_exception_support_info): ... this. Create new
4204 definition for v1.
4205 (ada_has_this_exception_support): Look up catch_handlers_sym.
4206 (ada_exception_support_info_sniffer): Try v0 after default.
4207
4208 2019-08-01 Tom Tromey <tromey@adacore.com>
4209
4210 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4211 gdbarch.h.
4212
4213 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4214
4215 * s12z-tdep.c: Fix include path for s12z-opc.h.
4216
4217 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4218
4219 * NEWS: Require GNU make 3.82.
4220
4221 2019-07-16 Tom Tromey <tom@tromey.com>
4222
4223 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4224 declare.
4225
4226 2019-07-30 Tom Tromey <tromey@adacore.com>
4227
4228 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4229
4230 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4231
4232 * printcmd.c (print_address_symbolic): Print negative offsets.
4233 (build_address_symbolic): Force signed arithmetic when computing
4234 offset.
4235
4236 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4237
4238 PR/24474: Add a function to lookup static variables.
4239 * NEWS: Mention this new function.
4240 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4241 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4242 * python/python.c (python_GdbMethods): Add new function.
4243
4244 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4245
4246 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4247 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4248 (objfpy_lookup_static_symbol): New function.
4249 (objfile_object_methods): Add new functions.
4250
4251 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4252
4253 * NEWS: Mention 'set|show print frame-info'. Mention new
4254 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4255 backtrace argument. Mention that python frame filtering code
4256 is now consistent with what 'backtrace' command prints.
4257
4258 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4259
4260 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4261 comments.
4262 (print_frame_info_auto, print_frame_info_source_line,
4263 print_frame_info_location, print_frame_info_source_and_location,
4264 print_frame_info_location_and_address, print_frame_info_short_location):
4265 New declarations.
4266 (struct frame_print_options): New member print_frame_info.
4267 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4268 * stack.h (get_user_print_what_frame_info): New declaration.
4269 (frame_show_address): New declaration.
4270 * stack.c (print_frame_arguments_choices): New value 'presence'.
4271 (print_frame_info_auto, print_frame_info_source_line,
4272 print_frame_info_location, print_frame_info_source_and_location,
4273 print_frame_info_location_and_address, print_frame_info_short_location,
4274 print_frame_info_choices, print_frame_info_print_what): New definitions.
4275 (print_frame_args): Only print dots for args if print frame-arguments
4276 is 'presence'.
4277 (frame_print_option_defs): New element for "frame-info".
4278 (get_user_print_what_frame_info): New function.
4279 (frame_show_address): Make non static. Move comment to stack.h.
4280 (print_frame_info_to_print_what): New function.
4281 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4282 to decide what to print.
4283 (backtrace_command_1): Handle the new print_frame_arguments_presence
4284 value.
4285 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4286 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4287 (py_print_frame): In non-mi mode, use LOCATION as default for
4288 print_what, similarly to frame information printed directly by
4289 backtrace command. Handle frame-info user option in non MI mode.
4290
4291 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4292
4293 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4294 Add case for debugging 32-bit target on 64-bit host. Revise
4295 comment.
4296
4297 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4298
4299 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4300 instead of find_function_entry_range_from_pc.
4301
4302 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4303
4304 * stack.c (find_frame_funname): Remove code which preferred
4305 minsym over symtab sym in "certain pathological cases".
4306
4307 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4308 parameter. Change type of "do_demangle" to bool.
4309 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4310 Pass suitable "prefer_sym_over_minsym" flag to
4311 build_address_symbolic(). Don't output "+" for negative offsets.
4312 * printcmd.c (print_address_symbolic): Update invocation of
4313 build_address_symbolic to include a "prefer_sym_over_minsym"
4314 flag.
4315 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4316 Restrict cases in which use of minimal symbol is preferred to that
4317 of a found symbol. Update comments.
4318
4319 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4320 for entry pc when entry pc is out of range for that FDE.
4321
4322 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4323
4324 PR gdb/24839:
4325 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4326 type.
4327
4328 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4329
4330 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4331 this function's Python signature.
4332
4333
4334 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4335
4336 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4337 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4338 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4339 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4340 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4341
4342
4343 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4344
4345 * h8300-tdep.c (h8300_register_name_common): New.
4346 h8300_register_name): Use h8300_register_name_common.
4347 (h8300s_register_name): Likewise.
4348 (h8300sx_register_name): Likewise.
4349 (h8300h_register_nam): New.
4350 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4351
4352
4353 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4354
4355 * arm-tdep.c (arm_skip_cmse_entry): New function.
4356 (arm_is_sgstubs_section): New function.
4357 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4358
4359 2019-07-22 Tom Tromey <tom@tromey.com>
4360
4361 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4362 Don't self-assign.
4363
4364 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4367 type_print.
4368
4369 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4372 so that GDB doesn't match any msymbols when searching in the
4373 TYPES_DOMAIN.
4374 (print_symbol_info): Print using typedef_print or type_print based
4375 on the type of the symbol. Add updated FIXME comment moved from...
4376 (_initialize_symtab): ... move and update FIXME comment to above.
4377
4378 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * NEWS: Mention adding -q option to "info types".
4381 * symtab.c (struct info_types_options): New struct.
4382 (info_types_options_defs): New variable.
4383 (make_info_types_options_def_group): New function.
4384 (info_types_command): Use gdb::option framework to parse options.
4385 (info_types_command_completer): New function.
4386 (_initialize_symtab): Extend the help text on "info types" and
4387 register command completer.
4388
4389 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4390
4391 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4392 (lookup_symbol_in_objfile): Change int to block_enum and add a
4393 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4394
4395 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4396
4397 * MAINTAINERS (Write After Approval): Add self.
4398
4399 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4400
4401 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4402 instruction to the dummy code region.
4403
4404 2019-07-19 Tom Tromey <tromey@adacore.com>
4405
4406 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4407 (ARGSUSED, PARAMS, __func__): Remove rules.
4408
4409 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4410
4411 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4412 * features/arm/arm-with-iwmmxt.c: Remove.
4413 * features/arm/arm-with-iwmmxt.xml: Remove.
4414 * features/arm/arm-with-m-fpa-layout.c: Remove.
4415 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4416 * features/arm/arm-with-m-vfp-d16.c: Remove.
4417 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4418 * features/arm/arm-with-m.c: Remove.
4419 * features/arm/arm-with-m.xml: Remove.
4420 * features/arm/arm-with-neon.c: Remove.
4421 * features/arm/arm-with-neon.xml: Remove.
4422 * features/arm/arm-with-vfpv2.c: Remove.
4423 * features/arm/arm-with-vfpv2.xml: Remove.
4424 * features/arm/arm-with-vfpv3.c: Remove.
4425 * features/arm/arm-with-vfpv3.xml: Remove.
4426
4427 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4428
4429 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4430
4431 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4432
4433 * arch/aarch32.c (aarch32_create_target_description): Create
4434 target descriptions using features.
4435 * arch/arm.c (arm_create_target_description)
4436 (arm_create_mprofile_target_description): Likewise.
4437 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4438
4439 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4440
4441 * Makefile.in: Add new files.
4442 * aarch32-tdep.c: New file.
4443 * aarch32-tdep.h: New file.
4444 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4445 Call aarch32_read_description.
4446 * arch/aarch32.c: New file.
4447 * arch/aarch32.h: New file.
4448 * arch/arm.c (arm_create_target_description)
4449 (arm_create_mprofile_target_description): New function.
4450 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4451 (arm_create_target_description)
4452 (arm_create_mprofile_target_description): New declaration.
4453 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4454 read_description functions.
4455 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4456 Likewise.
4457 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4458 * arm-tdep.c (tdesc_arm_list): New variable.
4459 (arm_register_g_packet_guesses): Call create description functions.
4460 (arm_read_description) (arm_read_mprofile_description): New
4461 function.
4462 * arm-tdep.h (arm_read_description)
4463 (arm_read_mprofile_description): Add declaration.
4464 * configure.tgt: Add new files.
4465
4466 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4467
4468 * top.c (new_ui_command): Open specified terminal just once.
4469
4470 2019-07-18 Tom Tromey <tromey@adacore.com>
4471
4472 * symtab.c (main_name): Constify return type.
4473 * symfile.c (set_initial_language): Update.
4474 * symtab.h (main_name): Constify return type.
4475
4476 2019-07-17 Tom Tromey <tom@tromey.com>
4477
4478 * tui/tui-winsource.c (tui_update_source_window)
4479 (tui_update_source_window_as_is)
4480 (tui_update_source_windows_with_line): Remove return.
4481 * tui/tui-disasm.c (tui_show_disassem)
4482 (tui_show_disassem_and_update_source): Remove return.
4483 * tui/tui.c (tui_reset): Remove return.
4484 * tui/tui-wingeneral.c
4485 (tui_check_and_display_highlight_if_needed): Remove return.
4486
4487 2019-07-17 Tom Tromey <tom@tromey.com>
4488
4489 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4490
4491 2019-07-17 Tom Tromey <tom@tromey.com>
4492
4493 * tui/tui-winsource.h (struct tui_exec_info_window)
4494 (struct tui_source_window_base): Move from tui-data.h.
4495 * tui/tui-winsource.c: Move many method definitions from
4496 elsewhere. Remove "structuring" comments.
4497 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4498 (tui_source_window_base::refresh_window): Move to
4499 tui-winsource.c.
4500 * tui/tui-win.c (tui_source_window_base::refresh_all)
4501 (tui_source_window_base::update_tab_width)
4502 (tui_source_window_base::set_new_height)
4503 (tui_source_window_base::do_make_visible_with_new_height): Move to
4504 tui-winsource.c.
4505 * tui/tui-source.h: Update.
4506 * tui/tui-source.c (tui_source_window_base::reset): Move to
4507 tui-winsource.c.
4508 * tui/tui-disasm.h: Update.
4509 * tui/tui-data.h (struct tui_exec_info_window): Move to
4510 tui-winsource.h.
4511 (struct tui_source_window_base): Likewise.
4512 * tui/tui-data.c (tui_source_window_base::clear_detail)
4513 (tui_source_window_base, ~tui_source_window_base): Move to
4514 tui-winsource.c.
4515
4516 2019-07-17 Tom Tromey <tom@tromey.com>
4517
4518 * tui/tui-win.c (tui_resize_all)
4519 (tui_source_window_base::update_tab_width)
4520 (tui_adjust_win_heights): Update.
4521 (tui_win_info::make_invisible_and_set_new_height): Rename from
4522 make_invisible_and_set_new_height.
4523 * tui/tui-data.h (struct tui_win_info)
4524 <make_invisible_and_set_new_height>: New method.
4525
4526 2019-07-17 Tom Tromey <tom@tromey.com>
4527
4528 * tui/tui.c: Update.
4529 * tui/tui-source.h (struct tui_source_window): Move from
4530 tui-data.h.
4531 * tui/tui-layout.c: Update.
4532 * tui/tui-disasm.c: Update.
4533 * tui/tui-data.h (struct tui_source_window): Move to
4534 tui-source.h.
4535
4536 2019-07-17 Tom Tromey <tom@tromey.com>
4537
4538 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4539 tui-data.h.
4540 * tui/tui-data.h (struct tui_disasm_window): Move to
4541 tui-disasm.h.
4542
4543 2019-07-17 Tom Tromey <tom@tromey.com>
4544
4545 * tui/tui-regs.h (struct tui_data_item_window): Move from
4546 tui-data.h.
4547 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4548 * tui/tui-data.h (struct tui_data_item_window): Move to
4549 tui-regs.h.
4550 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4551
4552 2019-07-17 Tom Tromey <tom@tromey.com>
4553
4554 * tui/tui.c: Update.
4555 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4556 (tui_cmd_window::max_height): Move to tui-command.c.
4557 * tui/tui-layout.c: Update.
4558 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4559 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4560 tui-command.c.
4561 * tui/tui-command.h (struct tui_cmd_window): Move from
4562 tui-data.h.
4563 * tui/tui-command.c: Remove "structuring" comments.
4564 (tui_cmd_window::clear_detail)
4565 (tui_cmd_window::do_make_visible_with_new_height)
4566 (tui_cmd_window::max_height): Move from elsewhere.
4567
4568 2019-07-17 Tom Tromey <tom@tromey.com>
4569
4570 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4571 Now static.
4572 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4573 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4574
4575 2019-07-17 Tom Tromey <tom@tromey.com>
4576
4577 * tui/tui.c: Update.
4578 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4579 tui-regs.c.
4580 * tui/tui-windata.h: Remove file.
4581 * tui/tui-windata.c: Remove file.
4582 * tui/tui-win.c (tui_data_window::set_new_height)
4583 (tui_data_window::do_make_visible_with_new_height): Move to
4584 tui-regs.c.
4585 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4586 * tui/tui-regs.c: Remove "structuring" comments.
4587 (tui_data_window::first_data_item_displayed)
4588 (tui_data_window::delete_data_content_windows)
4589 (tui_data_window::erase_data_content)
4590 (tui_data_window::display_all_data)
4591 (tui_data_window::refresh_all)
4592 (tui_data_window::do_scroll_vertical)
4593 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4594 (tui_data_window::do_make_visible_with_new_height)
4595 (tui_data_window::refresh_window): Move from elsewhere.
4596 (_initialize_tui_regs): Move to end of file.
4597 * tui/tui-layout.c: Update.
4598 * tui/tui-hooks.c: Update.
4599 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4600 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4601 tui-regs.c.
4602 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4603
4604 2019-07-17 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4607 seen.
4608
4609 2019-07-17 Tom Tromey <tom@tromey.com>
4610
4611 * tui/tui-win.c (tui_source_window_base::set_new_height)
4612 (tui_source_window_base::do_make_visible_with_new_height): Use
4613 m_has_locator field directly.
4614 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4615 method.
4616 (struct tui_source_window_base) <has_locator>: Likewise.
4617
4618 2019-07-17 Tom Tromey <tom@tromey.com>
4619
4620 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4621 Don't declare.
4622 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4623 Remove.
4624 * tui/tui-win.c (tui_source_window_base::set_new_height)
4625 (tui_source_window_base::set_new_height)
4626 (make_invisible_and_set_new_height)
4627 (tui_source_window_base::do_make_visible_with_new_height)
4628 (tui_source_window_base::do_make_visible_with_new_height):
4629 Update.
4630 * tui/tui-layout.c (show_source_disasm_command, show_data)
4631 (show_source_or_disasm_and_command): Update.
4632 * tui/tui-layout.c (show_layout): Update.
4633
4634 2019-07-17 Tom Tromey <tom@tromey.com>
4635
4636 * tui/tui-layout.c (make_data_window): Remove.
4637 (show_data): Unify creation and re-initialization cases.
4638
4639 2019-07-17 Tom Tromey <tom@tromey.com>
4640
4641 * tui/tui-layout.c (make_source_window, make_disasm_window):
4642 Remove.
4643 (show_data): Unify creation and re-initialization cases.
4644
4645 2019-07-17 Tom Tromey <tom@tromey.com>
4646
4647 * tui/tui-layout.c (make_command_window): Remove.
4648 (show_source_disasm_command, show_source_or_disasm_and_command):
4649 Unify creation and re-initialization cases.
4650
4651 2019-07-17 Tom Tromey <tom@tromey.com>
4652
4653 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4654 creation and re-initialization cases.
4655
4656 2019-07-17 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui-regs.c (tui_get_register): Return void.
4659
4660 2019-07-17 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4663 Simplify.
4664
4665 2019-07-17 Tom Tromey <tom@tromey.com>
4666
4667 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4668 resetting.
4669
4670 2019-07-17 Tom Tromey <tom@tromey.com>
4671
4672 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4673 * tui/tui-regs.c (tui_reg_layout): New function.
4674 (tui_show_registers, tui_reg_command): Use it.
4675 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4676 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4677 parameters.
4678 (tui_layout_command): Remove.
4679
4680 2019-07-17 Tom Tromey <tom@tromey.com>
4681
4682 * tui/tui-layout.h (tui/tui-layout): Return void.
4683 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4684
4685 2019-07-17 Tom Tromey <tom@tromey.com>
4686
4687 * tui/tui-layout.c (show_source_disasm_command, show_data):
4688 Update.
4689 (reset_locator): Remove.
4690 (show_source_or_disasm_and_command): Update.
4691
4692 2019-07-17 Tom Tromey <tom@tromey.com>
4693
4694 * tui/tui-source.c (tui_source_window_base::reset): Remove
4695 win_type parameter.
4696 * tui/tui-layout.c (make_command_window, make_source_window)
4697 (make_disasm_window, make_data_window)
4698 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4699 (reset_locator, show_source_or_disasm_and_command): Update.
4700 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4701 win_type parameter.
4702 (struct tui_source_window_base) <reset>: Likewise.
4703
4704 2019-07-17 Tom Tromey <tom@tromey.com>
4705
4706 * tui/tui-layout.c (show_source_disasm_command): Use
4707 reset_locator.
4708 (reset_locator): New function.
4709 (init_and_make_win): Remove.
4710 (show_source_or_disasm_and_command): Use reset_locator.
4711
4712 2019-07-17 Tom Tromey <tom@tromey.com>
4713
4714 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4715 condition.
4716 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4717 Remove condition.
4718 * tui/tui-source.c (tui_source_window_base::reset): New method.
4719 * tui/tui-layout.c (make_command_window): Don't call
4720 init_and_make_win.
4721 (make_source_window, make_disasm_window): Don't call
4722 make_source_or_disasm_window.
4723 (make_data_window): Don't call init_and_make_win. Change calling
4724 convention.
4725 (show_source_disasm_command, show_data): Simplify.
4726 (make_source_or_disasm_window): Remove.
4727 (show_source_or_disasm_and_command): Simplify.
4728 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4729 (struct tui_source_window_base) <reset>: Likewise.
4730 <execution_info>: Remove initializer.
4731 * tui/tui-data.c (tui_source_window_base): Initialize
4732 execution_info.
4733
4734 2019-07-17 Tom Tromey <tom@tromey.com>
4735
4736 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4737 variable.
4738
4739 2019-07-17 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui.c (tui_rl_other_window): Update.
4742 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4743 superclass method first. Always iterate over regs_content.
4744 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4745 method.
4746 * tui/tui-win.c (tui_set_focus_command): Update.
4747
4748 2019-07-17 Tom Tromey <tom@tromey.com>
4749
4750 * tui/tui-win.c (tui_set_focus_command): Rename from
4751 tui_set_focus. Call tui_enable.
4752 (tui_set_focus_command): Remove.
4753
4754 2019-07-17 Tom Tromey <tom@tromey.com>
4755
4756 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4757 refresh_window.
4758 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4759 touchwin.
4760 (tui_data_window::refresh_window): Call refresh_window on data
4761 items. Always call superclass refresh_window.
4762 (tui_win_info::refresh): Remove.
4763 (tui_source_window_base::refresh_window): Update.
4764 (tui_refresh_all): Update.
4765 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4766 refresh_window.
4767 (show_source_or_disasm_and_command): Likewise.
4768 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4769 (struct tui_source_window_base) <refresh>: Likewise.
4770
4771 2019-07-17 Tom Tromey <tom@tromey.com>
4772
4773 * tui/tui-winsource.c (tui_clear_source_content)
4774 (tui_show_source_content): Update.
4775 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4776 whether content is empty.
4777 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4778 Remove.
4779
4780 2019-07-17 Tom Tromey <tom@tromey.com>
4781
4782 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4783 window's contents.
4784 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4785 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4786
4787 2019-07-17 Tom Tromey <tom@tromey.com>
4788
4789 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4790 (struct tui_data_item_window): Update.
4791
4792 2019-07-17 Tom Tromey <tom@tromey.com>
4793
4794 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4795 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4796 defines.
4797
4798 2019-07-17 Tom Tromey <tom@tromey.com>
4799
4800 * tui/tui-winsource.h (tui_erase_source_content)
4801 (tui_clear_source_content): Remove "display_prompt" parameter.
4802 * tui/tui-winsource.c (tui_update_source_window_as_is)
4803 (tui_update_source_windows_with_addr): Update.
4804 (tui_clear_source_content): Remove "display_prompt" parameter.
4805 (tui_erase_source_content): Likewise. Simplify.
4806 (tui_show_source_content): Update.
4807 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4808 * tui/tui-stack.c (tui_show_frame_info): Update.
4809 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4810 Remove defines.
4811
4812 2019-07-17 Tom Tromey <tom@tromey.com>
4813
4814 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4815 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4816 parameter.
4817 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4818 parameter.
4819
4820 2019-07-17 Tom Tromey <tom@tromey.com>
4821
4822 * tui/tui-winsource.c (tui_clear_source_content)
4823 (tui_show_source_content, tui_show_exec_info_content)
4824 (tui_clear_exec_info_content): Update.
4825 * tui/tui-stack.c (tui_show_locator_content): Update.
4826 (tui_show_frame_info): Update.
4827 * tui/tui-source.h (tui_source_window): Don't declare.
4828 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4829 from tui_source_is_displayed.
4830 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4831 Remove field.
4832 (struct tui_source_window_base) <content_in_use>: New field. Now
4833 bool.
4834 (struct tui_source_window) <showing_source_p>: New method.
4835 (TUI_SRC_WIN): Change cast.
4836 * tui/tui-data.c (tui_initialize_static_data): Update.
4837
4838 2019-07-17 Tom Tromey <tom@tromey.com>
4839
4840 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4841 location_matches_p.
4842 * tui/tui-source.c (tui_source_window::location_matches_p): New
4843 method.
4844 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4845 method.
4846 * tui/tui-data.h (struct tui_source_window_base)
4847 <location_matches_p>: New method.
4848 (struct tui_source_window, struct tui_disasm_window)
4849 <location_matches_p>: Likewise.
4850
4851 2019-07-17 Tom Tromey <tom@tromey.com>
4852
4853 * tui/tui-win.c (tui_set_win_height_command): Rename from
4854 tui_set_win_height.
4855 (tui_set_win_height_command): Remove.
4856
4857 2019-07-17 Tom Tromey <tom@tromey.com>
4858
4859 * tui/tui-source.c (tui_source_window): New constructor. Add
4860 observer.
4861 (~tui_source_window): New destructor.
4862 (tui_source_window::style_changed): New method.
4863 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4864 (tui_attach_detach_observers): Update.
4865 * tui/tui-data.h (struct tui_source_window): Make constructor not
4866 inline. Add destructor.
4867 (struct tui_source_window) <style_changed>: New method.
4868 <m_observable>: New member.
4869
4870 2019-07-17 Tom Tromey <tom@tromey.com>
4871
4872 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4873 * tui/tui-win.c (tui_resize_all): Fix typo.
4874
4875 2019-07-17 Tom Tromey <tom@tromey.com>
4876
4877 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4878 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4879 (tui_refresh_all): Remove "list" parameter. Use foreach.
4880 * tui/tui-win.c (window_name_completer): Use foreach.
4881 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4882 (update_tab_width): Likewise.
4883 * tui/tui-layout.c (show_layout): Update.
4884 * tui/tui-data.h (class tui_window_iterator): New.
4885 (struct all_tui_windows): New.
4886 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4887
4888 2019-07-17 Tom Tromey <tom@tromey.com>
4889
4890 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4891 parameter. Don't reference globals.
4892 (tui_reg_command): Update.
4893
4894 2019-07-17 Tom Tromey <tom@tromey.com>
4895
4896 * tui/tui-regs.c (tui_show_registers): Simplify.
4897
4898 2019-07-17 Tom Tromey <tom@tromey.com>
4899
4900 * tui/tui-regs.c (tui_show_registers): Update.
4901 (tui_show_register_group): Add win_info parameter.
4902
4903 2019-07-17 Tom Tromey <tom@tromey.com>
4904
4905 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4906 Rename from tui_display_reg_element_at_line.
4907 (tui_data_window::display_registers_from_line): Update.
4908 * tui/tui-data.h (struct tui_data_window)
4909 <display_reg_element_at_line>: New method.
4910
4911 2019-07-17 Tom Tromey <tom@tromey.com>
4912
4913 * tui/tui-regs.h (tui_display_registers_from)
4914 (tui_display_registers_from_line): Don't declare.
4915 * tui/tui-windata.c (tui_data_window::display_all_data)
4916 (tui_data_window::refresh_all)
4917 (tui_data_window::do_scroll_vertical): Update.
4918 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4919 from tui_display_registers_from.
4920 (tui_display_reg_element_at_line): Update.
4921 (tui_data_window::display_registers_from_line): Rename from
4922 tui_display_registers_from_line.
4923 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4924 display_registers_from_line>: New methods.
4925
4926 2019-07-17 Tom Tromey <tom@tromey.com>
4927
4928 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4929 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4930 from tui_erase_data_content.
4931 (tui_data_window::display_all_data)
4932 (tui_data_window::refresh_all)
4933 (tui_data_window::do_scroll_vertical): Update.
4934 * tui/tui-regs.c (tui_show_registers): Update.
4935 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4936 New method.
4937
4938 2019-07-17 Tom Tromey <tom@tromey.com>
4939
4940 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4941 declare.
4942 * tui/tui-windata.c
4943 (tui_data_window::delete_data_content_windows): Rename from
4944 tui_delete_data_content_windows.
4945 (tui_data_window::display_all_data)
4946 (tui_data_window::do_scroll_vertical): Update.
4947 * tui/tui-data.h (struct tui_data_window)
4948 <delete_data_content_windows>: New method.
4949
4950 2019-07-17 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4953 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4954
4955 2019-07-17 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4958 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4959 from tui_display_all_data.
4960 * tui/tui-win.c
4961 (tui_data_window::do_make_visible_with_new_height): Update.
4962 * tui/tui-regs.c (tui_show_registers): Update.
4963 * tui/tui-layout.c (tui_set_layout): Update.
4964 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4965 method.
4966
4967 2019-07-17 Tom Tromey <tom@tromey.com>
4968
4969 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4970 * tui/tui-windata.c (tui_display_data_from): Remove.
4971 (tui_data_window::refresh_all): Update.
4972
4973 2019-07-17 Tom Tromey <tom@tromey.com>
4974
4975 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4976 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4977 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4978 tui_display_registers_from_line.
4979 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4980 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4981 "force_display" parameter.
4982
4983 2019-07-17 Tom Tromey <tom@tromey.com>
4984
4985 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4986 declare.
4987 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4988 Rename from tui_first_reg_element_no_inline.
4989 (tui_display_reg_element_at_line)
4990 (tui_display_registers_from_line): Update.
4991 * tui/tui-data.h (struct tui_data_window)
4992 <first_reg_element_no_inline>: New method.
4993
4994 2019-07-17 Tom Tromey <tom@tromey.com>
4995
4996 * tui/tui-windata.c (tui_display_data_from)
4997 (tui_data_window::do_scroll_vertical): Update.
4998 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4999 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5000 Rename from tui_line_from_reg_element_no.
5001 (tui_display_registers_from_line): Update.
5002 * tui/tui-data.h (struct tui_data_window)
5003 <line_from_reg_element_no>: New method.
5004
5005 2019-07-17 Tom Tromey <tom@tromey.com>
5006
5007 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5008 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5009 tui_last_regs_line_no.
5010 (tui_display_reg_element_at_line)
5011 (tui_display_registers_from_line): Update.
5012 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5013 method.
5014
5015 2019-07-17 Tom Tromey <tom@tromey.com>
5016
5017 PR tui/24722:
5018 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5019 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5020 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5021 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5022 (tui_update_breakpoint_info): Likewise.
5023 * tui/tui-hooks.c (tui_event_create_breakpoint)
5024 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5025 Update.
5026
5027 2019-07-17 Tom Tromey <tom@tromey.com>
5028
5029 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5030
5031 2019-07-17 Tom Tromey <tom@tromey.com>
5032
5033 * tui/tui-winsource.c (tui_update_source_window_as_is)
5034 (tui_update_source_windows_with_addr): Update.
5035 * tui/tui-source.h (tui_set_source_content)
5036 (tui_show_symtab_source): Add "win_info" parameter.
5037 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5038 parameter.
5039 (tui_show_symtab_source): Likewise.
5040
5041 2019-07-17 Tom Tromey <tom@tromey.com>
5042
5043 * tui/tui-wingeneral.c
5044 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5045
5046 2019-07-17 Tom Tromey <tom@tromey.com>
5047
5048 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5049 (struct tui_cmd_window) <can_scroll>: New method.
5050 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5051 method.
5052
5053 2019-07-17 Tom Tromey <tromey@adacore.com>
5054
5055 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5056 do_field_signed>: Rename. Change type of "value".
5057 * ui-out.c (ui_out::field_signed): Rename from field_int.
5058 Change type of "value".
5059 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5060 type of "value".
5061 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5062 do_field_int. Change type of "value".
5063 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5064 do_field_int. Change type of "value".
5065 * tracepoint.c (trace_status_mi, tfind_1)
5066 (print_one_static_tracepoint_marker): Update.
5067 * thread.c (print_thread_info_1, print_selected_thread_frame):
5068 Update.
5069 * stack.c (print_frame, print_frame_info): Update.
5070 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5071 Update.
5072 * source.c (print_source_lines_base): Update.
5073 * skip.c (info_skip_command): Update.
5074 * record-btrace.c (btrace_ui_out_decode_error)
5075 (btrace_call_history_src_line): Update.
5076 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5077 Update.
5078 * progspace.c (print_program_space): Update.
5079 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5080 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5081 do_field_int. Change type of "value".
5082 * mi/mi-out.c (mi_ui_out::do_table_begin)
5083 (mi_ui_out::do_table_header): Update.
5084 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5085 type of "value".
5086 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5087 (mi_cmd_data_list_changed_registers, output_register)
5088 (mi_cmd_data_read_memory, mi_load_progress)
5089 (mi_cmd_trace_frame_collected): Update.
5090 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5091 Update.
5092 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5093 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5094 (mi_cmd_var_list_children, varobj_update_one): Update.
5095 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5096 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5097 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5098 * inferior.c (print_inferior): Update.
5099 * gdb_bfd.c (print_one_bfd): Update.
5100 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5101 Update.
5102 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5103 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5104 do_field_int. Change type of "value".
5105 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5106 do_field_int. Change type of "value".
5107 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5108 (print_one_breakpoint_location, print_it_catch_fork)
5109 (print_one_catch_fork, print_it_catch_vfork)
5110 (print_one_catch_vfork, print_it_catch_solib)
5111 (print_it_catch_exec, print_it_ranged_breakpoint)
5112 (print_mention_watchpoint, print_mention_masked_watchpoint)
5113 (bkpt_print_it, update_static_tracepoint): Update.
5114 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5115 * break-catch-syscall.c (print_it_catch_syscall): Update.
5116 * ada-tasks.c (print_ada_task_info): Update.
5117 * ada-lang.c (print_it_exception, print_mention_exception):
5118 Update.
5119
5120 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5121
5122 PR breakpoints/24541
5123 * gdbarch.c: Regenerate.
5124 * gdbarch.h: Regenerate.
5125 * gdbarch.sh: Adjust return type and parameter types for
5126 'stap_adjust_register'.
5127 (i386_stap_adjust_register): Adjust signature and return new
5128 register name.
5129 * stap-probe.c (stap_parse_register_operand): Adjust use of
5130 'gdbarch_stap_adjust_register'.
5131
5132 2019-07-17 Tom Tromey <tromey@adacore.com>
5133
5134 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5135 declare VEC.
5136 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5137 std::vector.
5138 (struct s390_process_info): Add initializers.
5139 (s390_add_process): Use new.
5140 (s390_linux_nat_target::low_forget_process): Use delete.
5141 (s390_linux_nat_target::low_new_fork)
5142 (s390_linux_nat_target::stopped_by_watchpoint)
5143 (s390_linux_nat_target::low_prepare_to_resume)
5144 (s390_linux_nat_target::insert_watchpoint)
5145 (s390_linux_nat_target::insert_hw_breakpoint)
5146 (s390_linux_nat_target::remove_watchpoint)
5147 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5148
5149 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5150
5151 * aarch64-fbsd-nat.c: Include regcache.h.
5152 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5153 argument.
5154 (aarch64_fbsd_nat_target::fetch_registers)
5155 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5156 variable.
5157 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5158
5159 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5160
5161 * fbsd-nat.c: Include gdbarch.h.
5162
5163 2019-07-15 Tom Tromey <tromey@adacore.com>
5164
5165 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5166
5167 2019-07-15 Tom Tromey <tromey@adacore.com>
5168
5169 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5170 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5171 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5172 * cli-out.c (cli_ui_out::do_field_int): New method.
5173 * ui-out.c (ui_out::field_unsigned): New method.
5174 * symfile.c (generic_load): Use field_unsigned.
5175 (print_transfer_performance): Likewise.
5176 * record-btrace.c (ui_out_field_uint): Remove.
5177 (btrace_call_history_insn_range, btrace_call_history): Use
5178 field_unsigned.
5179 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5180 field_unsigned.
5181 * ui-out.h (class ui_out) <field_unsigned>: New method.
5182 <do_field_unsigned>: Likewise.
5183
5184 2019-07-15 Tom Tromey <tromey@adacore.com>
5185
5186 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5187 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5188 * target.c (flash_erase_command): Use field_string.
5189 * infrun.c (print_signal_received_reason): Use field_string.
5190 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5191 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5192 field_string.
5193 * ada-tasks.c (print_ada_task_info): Use field_string.
5194
5195 2019-07-15 Tom Tromey <tromey@adacore.com>
5196
5197 * target.c (flash_erase_command): Use field_core_addr.
5198 * symfile.c (generic_load): Use field_core_addr.
5199 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5200 Use field_core_addr.
5201 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5202 field_core_addr.
5203
5204 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5205
5206 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5207 value if its desired type is smaller than a CORE_ADDR and signed.
5208
5209 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5212 of changes to field names, and use new is_reference field to
5213 decide if a property is a reference or not.
5214 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5215 field.
5216 (struct dwarf2_property_baton): Update header comment, rename
5217 'referenced_type' to 'property_type' and update comments.
5218 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5219 default property type, store in property baton, update to take
5220 accound of renamed field.
5221 (read_func_scope): Update call to attr_to_dynamic_prop.
5222 (read_array_type): Likewise.
5223 (dwarf2_per_cu_addr_sized_int_type): New function.
5224 (read_subrange_index_type): Move type finding code to
5225 dwarf2_per_cu_addr_sized_int_type.
5226 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5227 (dwarf2_per_cu_addr_type): New function.
5228 (set_die_type): Update calls to attr_to_dynamic_prop.
5229
5230 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5231
5232 * dwarf2read.c (read_subrange_index_type): New function.
5233 (read_subrange_type): Move code into new function and call it.
5234 * gdbtypes.c (create_range_type): Add some asserts.
5235
5236 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5237
5238 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5239 update return statements.
5240 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5241 declaration, and update comment to match.
5242 * gdbtypes.c (resolve_dynamic_array): Update call to
5243 dwarf2_evaluate_property to match new return type.
5244
5245 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5246
5247 * valarith.c (value_subscripted_rvalue): Change lowerbound
5248 parameter type from int to LONGEST.
5249 * value.h (value_subscripted_rvalue): Likewise in declaration.
5250
5251 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 * cli/cli-utils.c (info_print_command_completer): New function.
5254 * cli/cli-utils.h: Add 'completer.h' include, and forward
5255 declaration for 'struct cmd_list_element'.
5256 (info_print_command_completer): Declare.
5257 * stack.c (_initialize_stack): Add completer for 'info locals' and
5258 'info args'.
5259 * symtab.c (_initialize_symtab): Add completer for 'info
5260 variables' and 'info functions'.
5261 * NEWS: Mention completion for additional info commands.
5262
5263 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5264
5265 * cli/cli-utils.c (extract_info_print_args): Delete.
5266 (extract_arg_maybe_quoted): Delete.
5267 (info_print_options_defs): New variable.
5268 (make_info_print_options_def_group): New function.
5269 (extract_info_print_options): Define new function.
5270 * cli/cli-utils.h (extract_info_print_args): Delete.
5271 (struct info_print_options): New structure.
5272 (extract_info_print_options): Declare new function.
5273 * stack.c (info_locals_command): Update to use new
5274 extract_info_print_options, also add a header comment.
5275 (info_args_command): Likewise.
5276 * symtab.c (info_variables_command): Likewise.
5277 (info_functions_command): Likewise.
5278
5279 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5282 to extract string arguments.
5283 * common/common-utils.c (extract_string_maybe_quoted): New function.
5284 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5285
5286 2019-07-11 Tom Tromey <tromey@adacore.com>
5287
5288 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5289 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5290 * top.h (gdbinit): Don't declare.
5291 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5292 into...
5293 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5294 * top.c (gdb_init): Don't call init_cli_cmds.
5295 (gdbinit): Remove.
5296 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5297
5298 2019-07-11 Tom Tromey <tromey@adacore.com>
5299
5300 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5301 after it has been moved.
5302
5303 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5304
5305 * valops.c (value_must_coerce_to_target): Change return type to
5306 bool.
5307 * value.h (value_must_coerce_to_target): Likewise.
5308
5309 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5310
5311 * breakpoint.c (is_hardware_watchpoint): Remove
5312 forward-declaration.
5313 (is_masked_watchpoint): Change return type to bool.
5314 (is_tracepoint): Likewise.
5315 (is_breakpoint): Likewise.
5316 (is_hardware_watchpoint): Likewise.
5317 (is_watchpoint): Likewise.
5318 (is_no_memory_software_watchpoint): Likewise.
5319 (is_catchpoint): Likewise.
5320 (breakpoint_1): Make FILTER parameter's return type bool.
5321 is_masked_watchpoint): Change return type to bool.
5322 (save_breakpoints): Make FILTER parameter's return type bool.
5323 * breakpoint.h (is_breakpoint): Change return type to bool.
5324 (is_watchpoint): Likewise.
5325 (is_catchpoint): Likewise.
5326 (is_tracepoint): Likewise.
5327
5328 2019-07-10 Tom Tromey <tom@tromey.com>
5329
5330 * defs.h: Don't include gdbarch.h.
5331 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5332 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5333 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5334 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5335 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5336 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5337 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5338 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5339 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5340 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5341 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5342 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5343 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5344 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5345 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5346 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5347 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5348 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5349 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5350 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5351 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5352 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5353 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5354 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5355 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5356 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5357 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5358
5359 2019-07-10 Tom Tromey <tromey@adacore.com>
5360
5361 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5362 * breakpoint.c (init_ada_exception_breakpoint): Register as
5363 bp_catchpoint.
5364 (print_one_breakpoint_location, print_one_breakpoint): Use
5365 is_ada_exception_catchpoint.
5366 * ada-lang.c (class ada_catchpoint_location): Pass
5367 bp_loc_software_breakpoint to bp_location constructor.
5368 (is_ada_exception_catchpoint): New function.
5369
5370 2019-07-10 Tom Tromey <tromey@adacore.com>
5371
5372 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5373 VEC.
5374 (struct arm_exidx_entry): New method operator<.
5375 (struct arm_exidx_data) <section_maps>: Change type.
5376 (arm_exidx_data_free): Remove.
5377 (arm_exidx_data_key): Change type. Move lower.
5378 (arm_exidx_new_objfile): Update.
5379 (arm_compare_exidx_entries): Remove.
5380 (arm_find_exidx_entry, _initialize_arm_tdep)
5381
5382 2019-07-10 Tom Tromey <tromey@adacore.com>
5383
5384 * solib-spu.c (ocl_program_data_key): Change type.
5385 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5386 Update.
5387
5388 2019-07-10 Tom Tromey <tromey@adacore.com>
5389
5390 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5391 (struct solib_aix_inferior_data) <library_list>: Change type.
5392 (solib_aix_inferior_data_handle): Change type.
5393 (get_solib_aix_inferior_data): Update.
5394 (solib_aix_free_library_list): Remove.
5395 (library_list_start_library): Update.
5396 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5397 return type.
5398 (solib_aix_get_library_list)
5399 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5400 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5401
5402 2019-07-10 Tom Tromey <tromey@adacore.com>
5403
5404 * solib-dsbt.c (struct dsbt_info): Add initializers.
5405 (solib_dsbt_pspace_data): Change type.
5406 (dsbt_pspace_data_cleanup): Remove.
5407 (get_dsbt_info, _initialize_dsbt_solib): Update.
5408
5409 2019-07-10 Tom Tromey <tromey@adacore.com>
5410
5411 * spu-tdep.c (spu_overlay_data): Change type.
5412 (spu_get_overlay_table, spu_overlay_new_objfile)
5413 (_initialize_spu_tdep): Update.
5414
5415 2019-07-10 Tom Tromey <tromey@adacore.com>
5416
5417 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5418 destructor.
5419 (dbx_objfile_data_key): Change type and declare later.
5420 (DBX_SYMFILE_INFO): Rewrite.
5421 * dbxread.c (dbx_objfile_data_key): Change type.
5422 (dbx_symfile_init): Update.
5423 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5424 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5425 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5426
5427 2019-07-10 Tom Tromey <tromey@adacore.com>
5428
5429 * jit.c (jit_program_space_key): Change type. Move lower.
5430 (get_jit_program_space_data): Update.
5431 (jit_program_space_data_cleanup): Remove.
5432 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5433 Update.
5434 (struct jit_program_space_data): Add initializers.
5435
5436 2019-07-10 Tom Tromey <tromey@adacore.com>
5437
5438 * solib-darwin.c (struct darwin_info): Add initializers.
5439 (solib_darwin_pspace_data): Change type.
5440 (darwin_pspace_data_cleanup): Remove.
5441 (get_darwin_info, _initialize_darwin_solib): Update.
5442
5443 2019-07-10 Tom Tromey <tromey@adacore.com>
5444
5445 * remote-sim.c (struct sim_inferior_data): Add initializers,
5446 constructor, and destructor.
5447 (sim_inferior_data_key): Change type. Move lower.
5448 (check_for_duplicate_sim_descriptor): Update.
5449 (get_sim_inferior_data): Use new. Update.
5450 (~sim_inferior_data_cleanup): Rename from
5451 sim_inferior_data_cleanup. Simplify.
5452 (gdbsim_close_inferior, simulator_command)
5453 (sim_command_completer, _initialize_remote_sim): Update.
5454 (next_pid, INITIAL_PID): Move earlier.
5455
5456 2019-07-10 Tom Tromey <tromey@adacore.com>
5457
5458 * python/python-internal.h (create_thread_object): Return
5459 gdbpy_ref.
5460 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5461 * python/py-inferior.c (struct threadlist_entry): Add
5462 constructor.
5463 <thread_obj>: Now a gdbpy_ref.
5464 (thread_to_thread_object): Update.
5465 (add_thread_object): Use new.
5466 (delete_thread_object): Use delete.
5467 (infpy_threads): Update.
5468 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5469 GIL.
5470
5471 2019-07-10 Tom Tromey <tromey@adacore.com>
5472
5473 * valops.c (value_cast): Specialize error message for Ada.
5474
5475 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5476
5477 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5478
5479 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5480
5481 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5482 bpstat_should_step): Return bool, adjust comments.
5483 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5484 bpstat_should_step): Likewise.
5485
5486 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5487
5488 * features/Makefile: Use feature target descriptions for Arm.
5489 * features/arm/arm-core.c: Generate new file.
5490 * features/arm/arm-fpa.c: Likewise.
5491 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5492 * features/arm/arm-m-profile.c: Likewise.
5493 * features/arm/arm-vfpv2.c: Likewise.
5494 * features/arm/arm-vfpv3.c: Likewise.
5495 * features/arm/xscale-iwmmxt.c: Likewise.
5496 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5497
5498 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5499
5500 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5501 ptrace earlier.
5502
5503 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5504
5505 * features/aarch64-pauth.c: Regenerate.
5506
5507 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5508
5509 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5510 bool.
5511 (bpstat_what): Use false instead of 0.
5512
5513 2019-07-09 Pedro Alves <palves@redhat.com>
5514
5515 * break-catch-throw.c (is_exception_catchpoint): New.
5516 * breakpoint.c (print_one_breakpoint_location): New parameter
5517 'raw_loc'. Handle it. Use
5518 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5519 looking at the breakpoint's type.
5520 (print_one_breakpoint): If handling "maint info breakpoints", also
5521 print locations of exception catchpoints.
5522 * breakpoint.h (is_exception_catchpoint): Declare.
5523
5524 2019-07-09 Pedro Alves <palves@redhat.com>
5525
5526 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5527 "addr" field.
5528 (allocate_location_exception_catchpoint): New.
5529 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5530 (initialize_throw_catchpoint_ops): Install
5531 allocate_location_exception_catchpoint as allocate_location
5532 method.
5533 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5534 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5535 bp_loc_other.
5536 (breakpoint_address_is_meaningful): Delete.
5537 (bl_address_is_meaningful): New.
5538 (breakpoint_locations_match): Adjust comment.
5539 (bp_location_from_bp_type): New, factored out of...
5540 (bp_location::bp_location(breakpoint *)): ... this.
5541 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5542 factored out of...
5543 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5544 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5545 breakpoint_address_is_meaningful.
5546 (bp_locations_compare): Adjust comment.
5547 (update_global_location_list): Use bl_address_is_meaningful
5548 instead of breakpoint_address_is_meaningful.
5549 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5550 explicit.
5551 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5552 * python/py-breakpoint.c (bppy_get_location): No longer check
5553 whether location is null.
5554
5555 2019-07-09 Pedro Alves <palves@redhat.com>
5556
5557 PR c++/15468
5558 * breakpoint.c (print_one_breakpoint_location): Remove
5559 single-location assert.
5560
5561 2019-07-09 Tom Tromey <tom@tromey.com>
5562
5563 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5564 * configure: Rebuild.
5565 * configure.ac: Change common to gdbsupport.
5566 * gdbsupport: Rename from common.
5567 * acinclude.m4: Change common to gdbsupport.
5568 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5569 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5570 gdbsupport.
5571 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5572 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5573 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5574 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5575 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5576 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5577 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5578 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5579 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5580 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5581 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5582 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5583 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5584 coff-pe-read.c, command.h, compile/compile-c-support.c,
5585 compile/compile-c.h, compile/compile-cplus-symbols.c,
5586 compile/compile-cplus-types.c, compile/compile-cplus.h,
5587 compile/compile-loc2c.c, compile/compile.c, completer.c,
5588 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5589 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5590 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5591 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5592 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5593 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5594 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5595 features/aarch64-core.c, features/aarch64-fpu.c,
5596 features/aarch64-pauth.c, features/aarch64-sve.c,
5597 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5598 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5599 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5600 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5601 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5602 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5603 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5604 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5605 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5606 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5607 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5608 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5609 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5610 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5611 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5612 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5613 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5614 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5615 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5616 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5617 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5618 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5619 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5620 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5621 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5622 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5623 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5624 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5625 minsyms.c, mips-linux-tdep.c, namespace.h,
5626 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5627 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5628 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5629 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5630 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5631 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5632 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5633 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5634 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5635 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5636 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5637 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5638 procfs.c, producer.c, progspace.h, psymtab.h,
5639 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5640 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5641 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5642 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5643 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5644 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5645 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5646 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5647 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5648 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5649 target-memory.c, target.c, target.h, target/waitstatus.c,
5650 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5651 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5652 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5653 unittests/array-view-selftests.c,
5654 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5655 unittests/common-utils-selftests.c,
5656 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5657 unittests/format_pieces-selftests.c,
5658 unittests/function-view-selftests.c,
5659 unittests/lookup_name_info-selftests.c,
5660 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5661 unittests/mkdir-recursive-selftests.c,
5662 unittests/observable-selftests.c,
5663 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5664 unittests/parse-connection-spec-selftests.c,
5665 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5666 unittests/scoped_fd-selftests.c,
5667 unittests/scoped_mmap-selftests.c,
5668 unittests/scoped_restore-selftests.c,
5669 unittests/string_view-selftests.c, unittests/style-selftests.c,
5670 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5671 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5672 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5673 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5674 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5675 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5676
5677 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5680 bool value.
5681 (decode_digits_ordinary): Set explicit_line field in sal.
5682 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5683 symtab_and_line that was set on an explicit line number in
5684 assembler code. Do always update the recorded symtab and line if
5685 we do skip the prologue.
5686
5687 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5688
5689 * breakpoint.c (set_breakpoint_location_function): Remove
5690 explicit_loc parameter.
5691 (momentary_breakpoint_from_master): Update call to
5692 set_breakpoint_location_function.
5693 (add_location_to_breakpoint): Likewise.
5694
5695 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5696
5697 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5698 required features based on default bfd type when no specific bfd
5699 is present.
5700
5701 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5702
5703 * NEWS: Mention that GDB printf and eval commands can now print
5704 C-style and Ada-style convenience var strings without
5705 calling the inferior.
5706 * printcmd.c (printf_c_string): Locally print GDB internal var
5707 instead of transiting via the inferior.
5708 (printf_wide_c_string): Likewise.
5709
5710 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5711
5712 PR breakpoints/25011
5713 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5714
5715 2019-07-04 Tom Tromey <tom@tromey.com>
5716
5717 PR tui/24724:
5718 * tui/tui-winsource.c (tui_clear_source_content): Update.
5719 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5720 (tui_update_breakpoint_info): Update.
5721 (tui_set_exec_info_content): Update.
5722 * tui/tui-source.c (tui_set_source_content_nil): Update.
5723 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5724 has_break.
5725 * tui/tui-data.h (enum tui_bp_flag): New.
5726 (tui_bp_flags): New enum flags type.
5727 (struct tui_source_element) <break_mode>: Change type. Rename
5728 from has_break.
5729 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5730 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5731 constants.
5732 * tui/tui-winsource.h: Fix comment.
5733
5734 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5735
5736 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5737 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5738 (store_fpregs_to_thread)
5739 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5740 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5741 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5742 (IWMMXT_REGS_SIZE): Add define.
5743 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5744 (fetch_vfp_regs, store_vfp_regs)
5745 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5746 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5747
5748 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5749
5750 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5751 defines.
5752 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5753 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5754 (ARM_INT_REGISTER_SIZE): ...to this.
5755 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5756 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5757 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5758 (arm_linux_collect_gregset, supply_nwfpe_register)
5759 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5760 defines.
5761 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5762 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5763 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5764 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5765 (arm_return_in_memory, arm_store_return_value)
5766 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5767 (arm_record_ld_st_multiple): Likewise.
5768 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5769 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5770
5771 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5772
5773 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5774 AARCH64_DISPLACED_MODIFIED_INSNS.
5775 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5776 (aarch64_displaced_step_copy_insn): Likewise.
5777 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5778 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5779 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5780 ARM_DISPLACED_MODIFIED_INSNS.
5781 * arm-tdep.c (arm_gdbarch_init): Likewise.
5782 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5783 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5784 (struct arm_displaced_step_closure): Use
5785 ARM_DISPLACED_MODIFIED_INSNS.
5786
5787 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5788
5789 * features/Makefile: Remove unused xml files.
5790 * features/aarch64.xml: Remove.
5791 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5792 * features/i386/amd64-avx-avx512.xml: Remove.
5793 * features/i386/amd64-avx-linux.xml: Remove.
5794 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5795 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5796 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5797 * features/i386/amd64-avx-mpx.xml: Remove.
5798 * features/i386/amd64-avx.xml: Remove.
5799 * features/i386/amd64-linux.xml: Remove.
5800 * features/i386/amd64-mpx-linux.xml: Remove.
5801 * features/i386/amd64-mpx.xml: Remove.
5802 * features/i386/amd64.xml: Remove.
5803 * features/i386/i386-avx-avx512-linux.xml: Remove.
5804 * features/i386/i386-avx-avx512.xml: Remove.
5805 * features/i386/i386-avx-linux.xml: Remove.
5806 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5807 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5808 * features/i386/i386-avx-mpx-linux.xml: Remove.
5809 * features/i386/i386-avx-mpx.xml: Remove.
5810 * features/i386/i386-avx.xml: Remove.
5811 * features/i386/i386-linux.xml: Remove.
5812 * features/i386/i386-mmx-linux.xml: Remove.
5813 * features/i386/i386-mmx.xml: Remove.
5814 * features/i386/i386-mpx-linux.xml: Remove.
5815 * features/i386/i386-mpx.xml: Remove.
5816 * features/i386/i386.xml: Remove.
5817 * features/i386/x32-avx-avx512-linux.xml: Remove.
5818 * features/i386/x32-avx-linux.xml: Remove.
5819 * features/i386/x32-linux.xml: Remove.
5820
5821 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5822
5823 * regformats/aarch64.dat: Remove.
5824 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5825 * regformats/i386/amd64-avx-linux.dat: Remove.
5826 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5827 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5828 * regformats/i386/amd64-linux.dat: Remove.
5829 * regformats/i386/amd64-mpx-linux.dat: Remove.
5830 * regformats/i386/amd64.dat: Remove.
5831 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5832 * regformats/i386/i386-avx-linux.dat: Remove.
5833 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5834 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5835 * regformats/i386/i386-linux.dat: Remove.
5836 * regformats/i386/i386-mmx-linux.dat: Remove.
5837 * regformats/i386/i386-mpx-linux.dat: Remove.
5838 * regformats/i386/i386.dat: Remove.
5839 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5840 * regformats/i386/x32-avx-linux.dat: Remove.
5841 * regformats/i386/x32-linux.dat: Remove.
5842
5843 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5844
5845 * aarch64-tdep.c: Remove xml self tests.
5846 * amd64-linux-tdep.c: Likewise.
5847 * amd64-tdep.c: Likewise.
5848 * i386-linux-tdep.c: Likewise.
5849 * i386-tdep.c: Likewise.
5850
5851 2019-07-03 Pedro Alves <palves@redhat.com>
5852
5853 PR cli/24732
5854 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5855 (pipe_cmd_option_defs): New.
5856 (make_pipe_cmd_options_def_group): New.
5857 (pipe_command): Use gdb::option::process_options.
5858 (pipe_command_completer): New function.
5859 (_initialize_cli_cmds): Install completer for "pipe" command.
5860
5861 2019-07-03 Pedro Alves <palves@redhat.com>
5862
5863 * cli/cli-option.c (union option_value) <string>: New field.
5864 (struct option_def_and_value): Add ctor, move ctor, dtor and
5865 use DISABLE_COPY_AND_ASSIGN.
5866 (option_def_and_value::clear_value): New.
5867 (parse_option, save_option_value_in_ctx, get_val_type_str)
5868 (add_setshow_cmds_for_options): Handle var_string.
5869 * cli-option.h (union option_def::var_address) <string>: New
5870 field.
5871 (struct string_option_def): New.
5872 * maint-test-options.c (struct test_options_opts): Add default
5873 ctor and use DISABLE_COPY_AND_ASSIGN.
5874 <string_opt>: New field.
5875 (test_options_opts::~test_options_opts): New.
5876 (test_options_opts::dump): Also dump "-string".
5877 (test_options_option_defs): Install "string.
5878
5879 2019-07-03 Pedro Alves <palves@redhat.com>
5880
5881 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5882 option_value with a null enumeration.
5883 (complete_options): Save the option values in the context.
5884 (save_option_value_in_ctx): New, factored out from ...
5885 (process_options): ... here.
5886 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5887 of the function.
5888 * maint-test-options.c (test_options_opts::dump): New, factored
5889 out from ...
5890 (maintenance_test_options_command_mode): ... here.
5891 (maintenance_test_options_command_completion_result): Delete.
5892 (maintenance_test_options_command_completion_text): Update
5893 comment.
5894 (maintenance_show_test_options_completion_result): Change
5895 prototype. Just print
5896 maintenance_test_options_command_completion_text.
5897 (save_completion_result): New.
5898 (maintenance_test_options_completer_mode): Pass options context to
5899 complete_options, and then save a dump.
5900 (_initialize_maint_test_options): Use add_cmd to install "maint
5901 show test-options-completion-result".
5902
5903 2019-07-03 Pedro Alves <palves@redhat.com>
5904
5905 * NEWS (New commands): Mention "with" and "maint with".
5906 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5907 (with_command, with_command_completer): New.
5908 (pipe_command): Adjust to new repeat_previous
5909 interface.
5910 (_initialize_cli_cmds): Install the "with" command and its "w"
5911 alias.
5912 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5913 declarations.
5914 * cli/cli-setshow.c (parse_cli_var_uinteger)
5915 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5916 argument strings for all var_types.
5917 (get_setshow_command_value_string): New, factored out from ...
5918 (do_show_command): ... this.
5919 * cli/cli-setshow.h: Include <string>.
5920 (get_setshow_command_value_string): Declare.
5921 * command.h (repeat_previous): Now returns const char *. Adjust
5922 comment.
5923 * maint.c: Include "cli/cli-cmds.h".
5924 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5925 (_initialize_maint_cmds): Register the "maintenance with" command.
5926 * top.c (repeat_previous): Move bits from pipe_command here:
5927 Return the saved command line, if any; error out if there's no
5928 command to relaunch.
5929
5930 2019-07-03 Pedro Alves <palves@redhat.com>
5931
5932 * NEWS (New commands): Mention "maint set/show test-settings"
5933 instead of "maint test-settings".
5934 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5935 (maintenance_test_settings_set_list): Rename to ...
5936 (maintenance_set_test_settings_list): ... this.
5937 (maintenance_test_settings_show_list): Rename to ...
5938 (maintenance_show_test_settings_list): ... this.
5939 (maintenance_test_settings_cmd): Delete.
5940 (maintenance_test_settings_set_cmd): ...
5941 (maintenance_set_test_settings_cmd): ... this.
5942 (maintenance_test_settings_show_cmd): ...
5943 (maintenance_show_test_settings_cmd): ... this.
5944 (maintenance_test_settings_show_value_cmd):
5945 (maintenance_show_test_settings_value_cmd): ... this.
5946 (_initialize_maint_test_settings): No longer install the "maint
5947 test-settings" prefix command. Rename "maint test-settings set"
5948 to "maint set test-settings", and "maint test-settings show" to
5949 "maint show test-settings". Adjust all subcommands.
5950
5951 2019-07-03 Pedro Alves <palves@redhat.com>
5952
5953 * maint-test-settings.c: Fix file's intro comment. Replace all
5954 references to "test-options" with references to "test-settings",
5955 in comments.
5956
5957 2019-07-03 Pedro Alves <palves@redhat.com>
5958
5959 * maint-test-settings.c (maintenance_test_settings_xxx)
5960 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5961 New.
5962 (maintenance_test_settings_enums): Use them.
5963 (maintenance_test_settings_enum): Default to
5964 maintenance_test_settings_xxx.
5965 (_initialize_maint_test_settings): Initialize
5966 MAINTENANCE_TEST_SETTINGS_FILENAME.
5967
5968 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5969
5970 * breakpoint.h (remove_breakpoints_inf): Change return type to
5971 void, move function documentation here.
5972 * breakpoint.c (remove_breakpoints_inf): Change return type to
5973 void, move function documentation to header.
5974
5975 2019-07-02 Pedro Alves <palves@redhat.com>
5976
5977 * NEWS (Completion improvements): Mention "info threads".
5978 * thread.c (struct info_threads_opts, info_threads_option_defs)
5979 (make_info_threads_options_def_group): New.
5980 (info_threads_command): Use gdb::option::process_options.
5981 (info_threads_command_completer): New.
5982 (_initialize_thread): Use gdb::option::build_help to build the
5983 help text for "info threads".
5984
5985 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5986
5987 * defs.h (generic_load): Move from here...
5988 * symfile.h (generic_load): ... to here. Rename name parameter
5989 to args.
5990 * symfile.c (generic_load): Add comment.
5991
5992 2019-07-01 Tom Tromey <tromey@adacore.com>
5993
5994 * dwarf2read.c
5995 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5996 declaration of without_params. Fix formatting.
5997
5998 2019-07-01 Tom Tromey <tromey@adacore.com>
5999
6000 * ada-exp.y (find_primitive_type): Update.
6001 * ada-lang.h (ada_lookup_symbol): Update.
6002 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6003 parameter.
6004 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6005
6006 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6007
6008 PR breakpoints/24541
6009 * gdbarch.c: Regenerate.
6010 * gdbarch.h: Regenerate.
6011 * gdbarch.sh: Add 'stap_adjust_register'.
6012 * i386-tdep.c: Include '<unordered_set>'.
6013 (i386_stap_adjust_register): New function.
6014 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6015 * stap-probe.c (stap_parse_register_operand): Call
6016 'gdbarch_stap_adjust_register'.
6017
6018 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6019
6020 PR python/24742
6021 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6022 * python/python.c (do_start_initialization): Use 'xmalloc'
6023 instead of 'PyMem_Malloc'.
6024
6025 2019-06-28 Tom Tromey <tromey@adacore.com>
6026
6027 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6028 for Ada.
6029
6030 2019-06-27 Tom Tromey <tromey@adacore.com>
6031
6032 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6033 objfile_key.
6034 (arm_find_mapping_symbol, arm_record_special_symbol)
6035 (_initialize_arm_tdep): Update.
6036 (arm_objfile_data_free): Remove.
6037
6038 2019-06-27 Tom Tromey <tromey@adacore.com>
6039
6040 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6041 to cp_print_static_field.
6042
6043 2019-06-26 Tom Tromey <tromey@adacore.com>
6044
6045 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6046 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6047 declare.
6048
6049 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6050
6051 * features/aarch64-core.c (create_feature_aarch64_core):
6052 Regenerate.
6053 * features/aarch64-core.xml: Add cpsr flags.
6054
6055 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6056
6057 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6058 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6059
6060 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6061
6062 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6063 field.
6064 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6065 use.
6066 (arm_record_special_symbol): Don't insert new symbol in sorted
6067 position, push it at the end.
6068
6069 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6070
6071 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6072 (arm_mapping_symbol_s): Remove.
6073 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6074 (arm_mapping_symbol_vec): New typedef.
6075 (struct arm_per_objfile): Add constructor.
6076 <section_maps>: Change type to
6077 std::unique_ptr<arm_mapping_symbol_vec[]>.
6078 (arm_compare_mapping_symbols): Remove.
6079 (arm_find_mapping_symbol): Adjust to section_maps type change.
6080 (arm_objfile_data_free): Call delete on arm_per_objfile.
6081 (arm_record_special_symbol): Adjust to section_maps type change.
6082 Allocate arm_per_objfile with new.
6083
6084 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6085
6086 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6087 with the command prefix.
6088
6089 2019-06-25 Tom Tromey <tom@tromey.com>
6090
6091 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6092 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6093
6094 2019-06-25 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6097 type.
6098 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6099 protected.
6100
6101 2019-06-25 Tom Tromey <tom@tromey.com>
6102
6103 * tui/tui-winsource.c
6104 (tui_source_window_base::set_is_exec_point_at): Add check against
6105 LOA_ADDRESS.
6106
6107 2019-06-25 Tom Tromey <tom@tromey.com>
6108
6109 * tui/tui-source.c (tui_set_source_content): Don't check before
6110 xfree.
6111 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6112
6113 2019-06-25 Tom Tromey <tom@tromey.com>
6114
6115 * tui/tui-winsource.h (tui_update_source_window_as_is)
6116 (tui_alloc_source_buffer, tui_line_is_displayed)
6117 (tui_addr_is_displayed): Change type of win_info.
6118 * tui/tui-winsource.c (tui_update_source_window_as_is)
6119 (tui_clear_source_content, tui_show_source_line)
6120 (tui_show_source_content, tui_source_window_base::refill)
6121 (tui_source_window_base::set_is_exec_point_at)
6122 (tui_source_window_base::set_is_exec_point_at)
6123 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6124 (tui_alloc_source_buffer, tui_line_is_displayed)
6125 (tui_addr_is_displayed): Change type of win_info. Update.
6126 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6127 (tui_source_window_base::do_make_visible_with_new_height):
6128 Update.
6129 * tui/tui-source.c (tui_set_source_content)
6130 (tui_set_source_content_nil)
6131 (tui_source_window::do_scroll_vertical): Update.
6132 * tui/tui-layout.c (show_layout): Update.
6133 * tui/tui-disasm.c (tui_set_disassem_content)
6134 (tui_disasm_window::do_scroll_vertical): Update.
6135 * tui/tui-data.h (tui_win_content): Remove.
6136 (struct tui_gen_win_info) <content, content_size>: Remove.
6137 (struct tui_source_element): Add initializers and destructor.
6138 (union tui_which_element, struct tui_win_element): Remove.
6139 (struct tui_source_window_base) <content>: New field.
6140 (struct tui_data_window): Remove destructor.
6141 (tui_alloc_content, tui_free_win_content)
6142 (tui_free_all_source_wins_content): Don't declare.
6143 * tui/tui-data.c (tui_initialize_static_data): Update.
6144 (init_content_element, tui_alloc_content): Remove.
6145 (~tui_gen_win_info): Update.
6146 (~tui_data_window, tui_free_all_source_wins_content)
6147 (tui_free_win_content, free_content, free_content_elements):
6148 Remove.
6149
6150 2019-06-25 Tom Tromey <tom@tromey.com>
6151
6152 * tui/tui-winsource.h (tui_clear_source_content)
6153 (tui_erase_source_content, tui_show_source_content): Change type
6154 of win_info.
6155 * tui/tui-winsource.c (tui_clear_source_content)
6156 (tui_erase_source_content, tui_show_source_content): Change type
6157 of win_info.
6158 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6159 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6160 win_info.
6161 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6162 win_info.
6163 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6164
6165 2019-06-25 Tom Tromey <tom@tromey.com>
6166
6167 * tui/tui-winsource.c (tui_clear_source_content)
6168 (tui_source_window_base::set_is_exec_point_at): Update.
6169 * tui/tui-source.c (tui_set_source_content_nil): Update.
6170 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6171 a bool.
6172 * tui/tui-data.c (init_content_element): Update.
6173
6174 2019-06-25 Tom Tromey <tom@tromey.com>
6175
6176 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6177 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6178 * tui/tui-layout.c (init_and_make_win): Update.
6179 * tui/tui.h (enum tui_win_type): Update.
6180 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6181 tui_win_is_auxillary.
6182 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6183 tui_win_is_auxillary.
6184
6185 2019-06-25 Tom Tromey <tom@tromey.com>
6186
6187 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6188 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6189 (tui_delete_data_content_windows, tui_display_all_data)
6190 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6191 Update.
6192 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6193 * tui/tui-regs.c (tui_last_regs_line_no)
6194 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6195 (tui_show_registers): Update.
6196 (tui_show_register_group): Return void. Update.
6197 (tui_display_registers_from, tui_display_reg_element_at_line)
6198 (tui_display_registers_from_line, tui_check_register_values):
6199 Update.
6200 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6201 member.
6202 (struct tui_data_window) <regs_content>: Now a std::vector.
6203 <regs_content_count>: Remove.
6204 (tui_add_content_elements, tui_free_data_content): Don't declare.
6205 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6206 (init_content_element): Remove DATA_WIN case. Add assert.
6207 (tui_add_content_elements): Remove.
6208 (tui_data_window): Update.
6209 (tui_free_data_content): Remove.
6210 (free_content_elements): Remove DATA_WIN case.
6211
6212 2019-06-25 Tom Tromey <tom@tromey.com>
6213
6214 * tui/tui-data.c (tui_data_item_window): Update.
6215 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6216 * tui/tui-windata.c (tui_display_all_data)
6217 (tui_display_data_from_line): Update.
6218 (tui_check_data_values): Remove.
6219 * tui/tui-regs.c (tui_show_register_group)
6220 (tui_display_reg_element_at_line): Update.
6221 * tui/tui-hooks.c (tui_register_changed)
6222 (tui_refresh_frame_and_register_information): Call
6223 tui_check_register_values.
6224 * tui/tui-data.h (struct tui_data_window) <data_content,
6225 data_content_count, data_type>: Remove.
6226 (enum tui_data_type): Remove.
6227
6228 * tui/tui-data.c (tui_data_window::clear_detail)
6229 (~tui_data_window): Update.
6230
6231 2019-06-25 Tom Tromey <tom@tromey.com>
6232
6233 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6234 declare.
6235 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6236 Rename from tui_first_data_item_displayed. Update.
6237 (tui_data_window::refresh_all)
6238 (tui_data_window::do_scroll_vertical): Update.
6239 * tui/tui-data.h (struct tui_data_window)
6240 <first_data_item_displayed>: Declare new method.
6241
6242 2019-06-25 Tom Tromey <tom@tromey.com>
6243
6244 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6245 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6246 contents...
6247 (tui_initialize_static_data): ...here.
6248
6249 2019-06-25 Tom Tromey <tom@tromey.com>
6250
6251 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6252 (tui_display_registers_from, tui_check_register_values): Update.
6253 (tui_display_register): Remove win_info parameter; update.
6254 (tui_get_register): Change type of parameters.
6255 * tui/tui-data.h (struct tui_data_element): Remove.
6256 (union tui_which_element) <data>: Remove.
6257 <data_window>: Change type.
6258 (struct tui_data_item_window): New.
6259 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6260 case. Add assert.
6261 (~tui_data_item_window): New destructor.
6262 (free_content_elements): Remove DATA_ITEM_WIN case.
6263
6264 2019-06-25 Tom Tromey <tom@tromey.com>
6265
6266 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6267 Remove.
6268
6269 2019-06-25 Tom Tromey <tom@tromey.com>
6270
6271 * tui/tui-data.h (struct tui_command_element): Remove.
6272 (union tui_which_element) <command>: Remove.
6273 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6274 assert.
6275 (free_content_elements): Remove CMD_WIN case.
6276
6277 2019-06-25 Tom Tromey <tom@tromey.com>
6278
6279 * tui/tui-layout.c (tui_set_layout): Update.
6280 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6281 * tui/tui-data.c (layout_def): Update.
6282
6283 2019-06-25 Tom Tromey <tom@tromey.com>
6284
6285 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6286 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6287 (tui_source_window_base::set_new_height): Update.
6288 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6289 Update.
6290 (tui_set_locator_fullname, tui_set_locator_info)
6291 (tui_show_frame_info): Update.
6292 * tui/tui-source.c (tui_set_source_content)
6293 (tui_source_is_displayed): Update.
6294 * tui/tui-layout.c (show_source_disasm_command, show_data)
6295 (show_source_or_disasm_and_command): Update.
6296 * tui/tui-disasm.c (tui_set_disassem_content)
6297 (tui_get_begin_asm_address): Update.
6298 * tui/tui-data.h (struct tui_locator_element): Remove.
6299 (union tui_which_element) <locator>: Remove.
6300 (struct tui_locator_window): New.
6301 (tui_locator_win_info_ptr): Change return type.
6302 * tui/tui-data.c (_locator): Change type.
6303 (tui_locator_win_info_ptr): Change return type.
6304 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6305 (tui_alloc_content): Add assert.
6306
6307 2019-06-25 Tom Tromey <tom@tromey.com>
6308
6309 * tui/tui-winsource.c
6310 (tui_exec_info_window::maybe_allocate_content): New method.
6311 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6312 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6313 (make_source_or_disasm_window): Add cast.
6314 * tui/tui-data.h (union tui_which_element) <simple_string>:
6315 Remove.
6316 (struct tui_source_info): New.
6317 (struct tui_source_window_base) <execution_info>: Change type.
6318 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6319 case, and add assert.
6320 (tui_alloc_content): Add assert.
6321
6322 2019-06-25 Tom Tromey <tom@tromey.com>
6323
6324 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6325 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6326 * tui/tui-data.c (tui_alloc_win_info): Remove.
6327
6328 2019-06-25 Tom Tromey <tom@tromey.com>
6329
6330 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6331 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6332 can_highlight.
6333
6334 2019-06-25 Tom Tromey <tom@tromey.com>
6335
6336 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6337 make_visible_with_new_height method.
6338 (tui_win_info::make_visible_with_new_height): New method.
6339 (tui_source_window_base::do_make_visible_with_new_height)
6340 (tui_data_window::do_make_visible_with_new_height)
6341 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6342 (make_visible_with_new_height): Remove.
6343 (tui_resize_all, tui_adjust_win_heights): Use
6344 make_visible_with_new_height method.
6345 * tui/tui-data.h (struct tui_win_info)
6346 <do_make_visible_with_new_height, make_visible_with_new_height>:
6347 New methods.
6348 (struct tui_source_window_base, struct tui_data_window)
6349 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6350 methods.
6351
6352 2019-06-25 Tom Tromey <tom@tromey.com>
6353
6354 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6355 method.
6356 (update_tab_width): Call update_tab_width method.
6357 * tui/tui-data.h (struct tui_win_info)
6358 (struct tui_source_window_base) <update_tab_width>: New methods.
6359
6360 2019-06-25 Tom Tromey <tom@tromey.com>
6361
6362 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6363 parameter.
6364 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6365 parameter.
6366 (tui_gen_win_info::make_visible): Update.
6367 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6368 parameter.
6369 * tui/tui-data.h (enum tui_box): New enum.
6370 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6371
6372 2019-06-25 Tom Tromey <tom@tromey.com>
6373
6374 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6375 init_and_make_win for EXEC_INFO_WIN.
6376 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6377 longer inline.
6378 (struct tui_win_info) <~tui_win_info>: Inline.
6379 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6380 Don't declare.
6381 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6382 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6383 Remove.
6384 (tui_initialize_static_data): Update.
6385 (~tui_gen_win_info): Handle more cleanup here.
6386 (~tui_source_window_base): Delete "execution_info".
6387 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6388
6389 2019-06-25 Tom Tromey <tom@tromey.com>
6390
6391 * tui/tui-layout.c (make_command_window): Don't set
6392 can_highlight.
6393 (show_source_disasm_command): Call the reset method.
6394 (show_data): Don't set can_highlight. Call the reset method.
6395 (tui_gen_win_info::reset): Rename from init_gen_win_info
6396 (init_and_make_win): Simplify. Return tui_gen_win_info.
6397 (show_source_or_disasm_and_command): Call the reset method.
6398 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6399 (struct tui_cmd_window): Set can_highlight.
6400
6401 2019-06-25 Tom Tromey <tom@tromey.com>
6402
6403 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6404 from make_visible.
6405 (tui_make_visible, tui_make_invisible): Rewrite.
6406 (tui_win_info::make_visible): Remove.
6407 (tui_source_window_base::make_visible): Update.
6408 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6409 method. Moved from...
6410 (struct tui_win_info) <make_visible>: ...here.
6411
6412 2019-06-25 Tom Tromey <tom@tromey.com>
6413
6414 * tui/tui-winsource.c
6415 (tui_source_window_base::do_scroll_horizontal): Remove direction
6416 parameter.
6417 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6418 direction parameter.
6419 * tui/tui-win.c (tui_win_info::forward_scroll)
6420 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6421 (tui_win_info::right_scroll): Update.
6422 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6423 direction parameter.
6424 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6425 direction parameter.
6426 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6427 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6428 Remove direction parameter.
6429 (struct tui_source_window_base, struct tui_source_window)
6430 (struct tui_disasm_window, struct tui_data_window)
6431 (struct tui_cmd_window): Update.
6432
6433 2019-06-25 Tom Tromey <tom@tromey.com>
6434
6435 * tui/tui-winsource.h (tui_set_exec_info_content)
6436 (tui_show_exec_info_content, tui_erase_exec_info_content)
6437 (tui_clear_exec_info_content, tui_update_exec_info): Change
6438 argument to tui_source_window_base.
6439 * tui/tui-winsource.c (tui_set_exec_info_content)
6440 (tui_show_exec_info_content, tui_erase_exec_info_content)
6441 (tui_clear_exec_info_content, tui_update_exec_info): Change
6442 argument to tui_source_window_base.
6443
6444 2019-06-25 Tom Tromey <tom@tromey.com>
6445
6446 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6447 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6448
6449 2019-06-25 Tom Tromey <tom@tromey.com>
6450
6451 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6452 check.
6453
6454 2019-06-25 Tom Tromey <tom@tromey.com>
6455
6456 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6457 type to void.
6458 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6459 type to void.
6460 * tui/tui-source.c (tui_set_source_content): Update.
6461 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6462
6463 2019-06-25 Tom Tromey <tom@tromey.com>
6464
6465 * tui/tui-win.c (window_name_completer, tui_set_focus)
6466 (tui_all_windows_info): Use name method.
6467 * tui/tui-data.h (struct tui_gen_win_info)
6468 (struct tui_source_window, struct tui_disasm_window)
6469 (struct tui_data_window, struct tui_cmd_window) <name>: New
6470 method.
6471 (tui_win_name): Don't declare.
6472 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6473 (tui_win_name): Remove.
6474
6475 2019-06-25 Tom Tromey <tom@tromey.com>
6476
6477 * tui/tui-winsource.h (tui_update_source_window)
6478 (tui_update_source_window_as_is): Change parameter type.
6479 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6480 to be a tui_source_window_base.
6481 (tui_update_source_window_as_is): Likewise.
6482 * tui/tui-win.c (make_visible_with_new_height): Update.
6483
6484 2019-06-25 Tom Tromey <tom@tromey.com>
6485
6486 * tui/tui-winsource.c (tui_erase_source_content)
6487 (tui_show_source_content, tui_show_exec_info_content)
6488 (tui_erase_exec_info_content): Use refresh_window method.
6489 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6490 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6491 from tui_refresh_win.
6492 (tui_data_window::refresh_window): New method.
6493 (tui_win_info::refresh, tui_source_window_base::refresh)
6494 (tui_refresh_all): Use refresh_window method.
6495 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6496 method.
6497 * tui/tui-regs.c (tui_display_register): Call refresh_window
6498 method.
6499 * tui/tui-layout.c (show_source_disasm_command)
6500 (show_source_or_disasm_and_command): Call refresh_window method.
6501 * tui/tui-data.h (struct tui_gen_win_info)
6502 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6503 New method.
6504
6505 2019-06-25 Tom Tromey <tom@tromey.com>
6506
6507 * tui/tui.c (tui_rl_other_window, tui_enable)
6508 (tui_is_window_visible, tui_get_command_dimension): Update.
6509 * tui/tui-winsource.c (tui_update_source_window_as_is)
6510 (tui_clear_source_content, tui_erase_source_content)
6511 (tui_show_source_line, tui_source_window_base::refill)
6512 (tui_source_window_base::do_scroll_horizontal)
6513 (tui_source_window_base::set_is_exec_point_at)
6514 (tui_update_breakpoint_info, tui_set_exec_info_content)
6515 (tui_alloc_source_buffer, tui_line_is_displayed)
6516 (tui_addr_is_displayed): Update.
6517 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6518 (tui_check_and_display_highlight_if_needed)
6519 (tui_win_info::make_visible, tui_win_info::refresh)
6520 (tui_refresh_all): Update.
6521 * tui/tui-windata.c (tui_first_data_item_displayed)
6522 (tui_delete_data_content_windows, tui_erase_data_content)
6523 (tui_display_all_data, tui_data_window::refresh_all)
6524 (tui_check_data_values): Update.
6525 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6526 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6527 (tui_win_info::backward_scroll, tui_refresh_all_win)
6528 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6529 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6530 (tui_source_window_base::set_new_height)
6531 (tui_data_window::set_new_height)
6532 (make_invisible_and_set_new_height)
6533 (make_visible_with_new_height, new_height_ok)
6534 (parse_scrolling_args): Update.
6535 * tui/tui-stack.c (tui_show_frame_info): Update.
6536 * tui/tui-source.c (tui_set_source_content)
6537 (tui_set_source_content_nil, tui_source_is_displayed)
6538 (tui_source_window::do_scroll_vertical): Update.
6539 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6540 (tui_display_registers_from, tui_display_reg_element_at_line)
6541 (tui_check_register_values, tui_reg_command): Update.
6542 * tui/tui-layout.c (tui_default_win_height)
6543 (show_source_disasm_command, show_data, init_and_make_win)
6544 (show_source_or_disasm_and_command): Update.
6545 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6546 (tui_redisplay_readline, tui_mld_flush)
6547 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6548 (tui_getc): Update.
6549 * tui/tui-disasm.c (tui_set_disassem_content)
6550 (tui_disasm_window::do_scroll_vertical): Update.
6551 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6552 Now virtual.
6553 (struct tui_win_info): Derive from tui_gen_win_info.
6554 <~tui_win_info>: Mark as override.
6555 <generic>: Remove member.
6556 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6557 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6558 (~tui_data_window, ~tui_win_info)
6559 (tui_free_all_source_wins_content): Update.
6560 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6561
6562 2019-06-25 Tom Tromey <tom@tromey.com>
6563
6564 * tui/tui-layout.c (init_and_make_win): Use new.
6565 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6566 destructor, initializers.
6567 (tui_alloc_generic_win_info): Don't declare.
6568 * tui/tui-data.c (_locator): Add argument to constructor.
6569 (source_win, disasm_win): New globals.
6570 (exec_info): Remove.
6571 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6572 Update.
6573 (tui_alloc_generic_win_info): Remove.
6574 (init_content_element): Use new.
6575 (tui_win_info::tui_win_info): Update.
6576 (free_content_elements) <case DATA_WIN>: Use delete.
6577
6578 2019-06-25 Tom Tromey <tom@tromey.com>
6579
6580 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6581 * tui/tui-windata.c (tui_first_data_item_displayed)
6582 (tui_delete_data_content_windows): Update.
6583 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6584 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6585 (tui_display_registers_from, tui_check_register_values): Update.
6586 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6587 pointer.
6588 * tui/tui-data.c (init_content_element): Update. Allocate the new
6589 window.
6590 (tui_free_data_content): Update.
6591 (free_content_elements) <case DATA_WIN>: Free the window.
6592
6593 2019-06-25 Tom Tromey <tom@tromey.com>
6594
6595 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6596 Update.
6597 * tui/tui-layout.c (make_command_window)
6598 (show_source_disasm_command, show_data, init_and_make_win)
6599 (show_source_or_disasm_and_command): Update.
6600 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6601 method.
6602 <can_highight, is_highlighted>: Now bool.
6603 (tui_set_win_highlight): Don't declare.
6604 * tui/tui-data.c (tui_set_win_highlight): Remove.
6605
6606 2019-06-25 Tom Tromey <tom@tromey.com>
6607
6608 * tui/tui-wingeneral.c (make_visible): Remove check of window
6609 type.
6610
6611 2019-06-25 Tom Tromey <tom@tromey.com>
6612
6613 * tui/tui-win.c (tui_win_info::max_height)
6614 (tui_cmd_window::max_height): New methods.
6615 (new_height_ok): Call max_height.
6616 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6617 <max_height>: New method.
6618
6619 2019-06-25 Tom Tromey <tom@tromey.com>
6620
6621 * tui/tui-win.c (tui_source_window_base::set_new_height)
6622 (tui_data_window::set_new_height): New methods.
6623 (make_invisible_and_set_new_height): Call set_new_height method.
6624 * tui/tui-data.h (struct tui_win_info)
6625 (struct tui_source_window_base, struct tui_data_window)
6626 <set_new_height>: New method.
6627
6628 2019-06-25 Tom Tromey <tom@tromey.com>
6629
6630 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6631 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6632 tui_refresh_data_win.
6633 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6634 method.
6635 (tui_refresh_all_win): Call the refresh_all method.
6636 (tui_set_focus): Likewise.
6637 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6638 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6639 Likewise.
6640
6641 2019-06-25 Tom Tromey <tom@tromey.com>
6642
6643 * tui/tui-winsource.h (tui_refill_source_window)
6644 (tui_set_is_exec_point_at): Don't declare.
6645 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6646 (tui_source_window_base::refill): Rename from
6647 tui_refill_source_window.
6648 (tui_source_window_base::do_scroll_horizontal): Update.
6649 (tui_source_window_base::set_is_exec_point_at): Rename from
6650 tui_set_is_exec_point_at.
6651 (tui_update_all_breakpoint_info): Update.
6652 * tui/tui-stack.c (tui_show_frame_info): Update.
6653 * tui/tui-layout.c (show_data): Add cast.
6654 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6655 * tui/tui-data.h (struct tui_source_window_base) <refill,
6656 set_is_exec_point_at>: New methods.
6657 (tui_source_windows, tui_add_to_source_windows): Update types.
6658 (tui_add_to_source_windows): Remove redundant declaration.
6659 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6660 (tui_source_windows): Change return type.
6661 (tui_clear_source_windows_detail): Update.
6662 (tui_add_to_source_windows): Change type of parameter.
6663 (tui_free_all_source_wins_content): Update.
6664
6665 2019-06-25 Tom Tromey <tom@tromey.com>
6666
6667 * tui/tui-wingeneral.c (tui_win_info::refresh)
6668 (tui_source_window_base::refresh): New methods.
6669 (tui_refresh_all): Call the refresh method.
6670 * tui/tui-data.h (struct tui_win_info)
6671 (struct tui_source_window_base) <refresh>: New method.
6672
6673 2019-06-25 Tom Tromey <tom@tromey.com>
6674
6675 * tui/tui.h (tui_is_window_visible): Return bool.
6676 * tui/tui.c (tui_is_window_visible): Return bool.
6677 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6678 (tui_make_visible, tui_make_invisible)
6679 (tui_win_info::make_visible)
6680 (tui_source_window_base::make_visible, make_all_visible)
6681 (tui_make_all_visible, tui_make_all_invisible): Update.
6682 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6683 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6684 bool.
6685 (struct tui_win_info, struct tui_source_window_base)
6686 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6687 * tui/tui-data.c (tui_init_generic_part): Update.
6688
6689 2019-06-25 Tom Tromey <tom@tromey.com>
6690
6691 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6692 (tui_source_window_base::make_visible): New methods.
6693 (make_all_visible): Make method call.
6694 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6695 (struct tui_source_window_base, struct tui_cmd_window): Override
6696 make_visible.
6697 (tui_win_is_source_type): Don't declare.
6698 * tui/tui-data.c (tui_win_is_source_type): Remove.
6699
6700 2019-06-25 Tom Tromey <tom@tromey.com>
6701
6702 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6703 NULL check.
6704
6705 2019-06-25 Tom Tromey <tom@tromey.com>
6706
6707 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6708 Inline constructor. Add initializers for members.
6709 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6710 constructors; now inline in class.
6711
6712 2019-06-25 Tom Tromey <tom@tromey.com>
6713
6714 * tui/tui-regs.c (tui_show_registers): Update.
6715 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6716 bool.
6717 * tui/tui-data.c (tui_data_window::clear_detail)
6718 (tui_data_window): Update.
6719
6720 2019-06-25 Tom Tromey <tom@tromey.com>
6721
6722 * tui/tui-windata.c (tui_display_all_data)
6723 (tui_display_data_from_line, tui_display_data_from)
6724 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6725 Update.
6726 * tui/tui-regs.c (tui_last_regs_line_no)
6727 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6728 (tui_show_registers, tui_show_register_group)
6729 (tui_display_registers_from, tui_display_reg_element_at_line)
6730 (tui_display_registers_from_line, tui_check_register_values)
6731 (tui_reg_next, tui_reg_prev): Update.
6732 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6733 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6734 tui_data_window.
6735 (struct tui_win_info) <detail>: Remove. Add new fields from
6736 tui_data_info.
6737 (TUI_DATA_WIN): Add cast.
6738 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6739 (~tui_data_window): Simplify.
6740
6741 2019-06-25 Tom Tromey <tom@tromey.com>
6742
6743 * tui/tui-layout.c (show_source_disasm_command)
6744 (show_source_or_disasm_and_command): Update.
6745 * tui/tui-io.c (update_cmdwin_start_line)
6746 (tui_redisplay_readline): Update.
6747 * tui/tui-data.h (struct tui_command_info): Remove.
6748 (struct tui_win_info) <detail>: Remove command_info member.
6749 (struct tui_data_window) <start_line>: New member, from
6750 tui_command_info.
6751 (TUI_CMD_WIN): Add casts.
6752
6753 2019-06-25 Tom Tromey <tom@tromey.com>
6754
6755 * tui/tui-winsource.c (tui_update_source_window)
6756 (tui_refill_source_window)
6757 (tui_source_window_base::do_scroll_horizontal)
6758 (tui_update_breakpoint_info, tui_set_exec_info_content)
6759 (tui_show_exec_info_content, tui_erase_exec_info_content)
6760 (tui_clear_exec_info_content): Update.
6761 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6762 Update.
6763 * tui/tui-win.c (make_invisible_and_set_new_height)
6764 (make_visible_with_new_height): Update.
6765 * tui/tui-source.c (tui_set_source_content)
6766 (tui_show_symtab_source): Update.
6767 * tui/tui-layout.c (extract_display_start_addr)
6768 (show_source_disasm_command, show_data)
6769 (make_source_or_disasm_window)
6770 (show_source_or_disasm_and_command): Update.
6771 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6772 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6773 "gdbarch".
6774 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6775 to tui_source_window_base.
6776 (struct tui_win_info) <detail>: Remove source_info member.
6777 (struct tui_source_window_base) <has_locator>: Inline.
6778 Move contents from tui_source_info; rename has_locator member to
6779 m_has_locator.
6780 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6781 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6782 header file.
6783 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6784 Simplify.
6785 (tui_free_all_source_wins_content): Cast to
6786 tui_source_window_base.
6787
6788 2019-06-25 Tom Tromey <tom@tromey.com>
6789
6790 * tui/tui-win.c (make_invisible_and_set_new_height)
6791 (make_visible_with_new_height): Call has_locator method.
6792 * tui/tui-layout.c (show_source_disasm_command, show_data)
6793 (show_source_or_disasm_and_command): Update for bool change.
6794 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6795 (tui_win_info) <has_locator>: New method.
6796 (struct tui_source_window_base) <has_locator>: New method.
6797 (tui_win_has_locator): Don't declare.
6798 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6799 from tui_win_has_locator.
6800 (tui_source_window_base): Use false, not FALSE.
6801
6802 2019-06-25 Tom Tromey <tom@tromey.com>
6803
6804 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6805 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6806 clear_detail method directly.
6807 (tui_clear_win_detail): Remove.
6808
6809 2019-06-25 Tom Tromey <tom@tromey.com>
6810
6811 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6812 "this", not TUI_DISASM_WIN.
6813
6814 2019-06-25 Tom Tromey <tom@tromey.com>
6815
6816 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6817 declare.
6818 * tui/tui-winsource.c
6819 (tui_source_window_base::do_scroll_horizontal): Rename from
6820 tui_horizontal_source_scroll.
6821 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6822 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6823 from tui_vertical_data_scroll.
6824 * tui/tui-win.h (tui_scroll): Don't declare.
6825 * tui/tui-win.c (tui_win_info::forward_scroll)
6826 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6827 (tui_win_info::right_scroll): Rename and update.
6828 (tui_scroll_forward_command, tui_scroll_backward_command)
6829 (tui_scroll_left_command, tui_scroll_right_command): Update.
6830 (tui_scroll): Remove.
6831 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6832 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6833 from tui_vertical_source_scroll.
6834 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6835 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6836 from tui_vertical_disassem_scroll.
6837 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6838 do_scroll_horizontal>: New methods.
6839 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6840 Likewise.
6841 (struct tui_source_window_base): Add do_scroll_horizontal.
6842 (struct tui_source_window, struct tui_disasm_window): Add
6843 do_scroll_vertical.
6844 (struct tui_data_window, struct tui_cmd_window): Add
6845 do_scroll_horizontal and do_scroll_vertical.
6846 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6847
6848 2019-06-25 Tom Tromey <tom@tromey.com>
6849
6850 * tui/tui-data.h (struct tui_source_window_base): New struct.
6851 (struct tui_source_window): Derive from tui_source_window_base.
6852 (struct tui_disasm_window): New struct.
6853 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6854 from tui_source_window::clear_detail.
6855 (tui_source_window_base): Rename from tui_source_window.
6856 (~tui_source_window_base): Rename from ~tui_source_window.
6857 (tui_alloc_win_info): Create a tui_disasm_window.
6858
6859 2019-06-25 Tom Tromey <tom@tromey.com>
6860
6861 * tui/tui-data.h (struct tui_source_window)
6862 (struct tui_data_window): Declare destructors.
6863 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6864 destructors.
6865 (tui_win_info): Simplify.
6866
6867 2019-06-25 Tom Tromey <tom@tromey.com>
6868
6869 * tui/tui-winsource.c (tui_display_main)
6870 (tui_update_source_windows_with_addr)
6871 (tui_update_all_breakpoint_info): Update.
6872 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6873 (new_height_ok, parse_scrolling_args): Update.
6874 * tui/tui-stack.c (tui_show_frame_info): Update.
6875 * tui/tui-data.h (struct tui_list): Remove.
6876 (tui_source_windows): Return a reference to a std::vector.
6877 * tui/tui-data.c (source_windows): Now a std::vector.
6878 (tui_source_windows): Change return type.
6879 (tui_clear_source_windows): Rewrite.
6880 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6881 (tui_free_all_source_wins_content): Rewrite.
6882
6883 2019-06-25 Tom Tromey <tom@tromey.com>
6884
6885 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6886 (struct tui_data_window, struct tui_cmd_window): Declare
6887 clear_detail method.
6888 * tui/tui-data.c (tui_source_window::clear_detail)
6889 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6890 methods.
6891 (tui_clear_win_detail): Simplify.
6892
6893 2019-06-25 Tom Tromey <tom@tromey.com>
6894
6895 * tui/tui-layout.c (make_source_window, make_disasm_window)
6896 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6897 Return the new window.
6898 (show_source_disasm_command, show_data)
6899 (show_source_or_disasm_and_command): Update.
6900
6901 2019-06-25 Tom Tromey <tom@tromey.com>
6902
6903 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6904 parameter. Return the new window.
6905 (show_source_disasm_command): Update and remove NULL check.
6906 (show_source_or_disasm_and_command): Update.
6907
6908 2019-06-25 Tom Tromey <tom@tromey.com>
6909
6910 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6911
6912 2019-06-25 Tom Tromey <tom@tromey.com>
6913
6914 * tui/tui-data.h (struct tui_win_info): Make constructor
6915 protected. Make destructor virtual. Add initializers.
6916 (tui_source_window, tui_data_window, tui_cmd_window): New
6917 classes.
6918 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6919 constructor. Add "type" parameter.
6920 (tui_source_window, tui_data_window, tui_cmd_window): New
6921 constructors.
6922 (tui_alloc_win_info): Instantiate the appropriate subclass.
6923
6924 2019-06-25 Tom Tromey <tom@tromey.com>
6925
6926 * tui/tui-win.c (tui_resize_all): Use delete.
6927 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6928 destructor.
6929 (tui_free_window): Don't declare.
6930 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6931 Update.
6932
6933 2019-06-25 Tom Tromey <tom@tromey.com>
6934
6935 * tui/tui-data.h (struct tui_win_info): Add constructor.
6936 * tui/tui-data.c (tui_alloc_win_info): Use new.
6937 (tui_free_window): Use delete.
6938
6939 2019-06-22 Tom Tromey <tom@tromey.com>
6940
6941 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6942 declare.
6943 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6944
6945 2019-06-22 Tom Tromey <tom@tromey.com>
6946
6947 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6948 declare.
6949 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6950
6951 2019-06-22 Tom de Vries <tdevries@suse.de>
6952
6953 * dwarf2read.c (create_addrmap_from_aranges)
6954 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6955 instead of '%zu'.
6956
6957 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
6958
6959 * dwarf2read.h (dwarf2_section_info_def): Remove.
6960 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6961 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6962 std::vector<dwarf2_section_info>.
6963 (struct dwo_file) <~dwo_file>: Remove.
6964 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6965 types field.
6966 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6967 (dwarf2_read_debug_names): Likewise.
6968 (create_debug_types_hash_table): Change parameter type to
6969 array_view, adjust code accordingly.
6970 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6971 (partial_die_info::fixup): Likewise.
6972 (determine_prefix): Likewise.
6973 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6974
6975 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6976
6977 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6978 gdb_bfd_ref_ptr.
6979 <~dwo_file>: Remove call to gdb_bfd_unref.
6980 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6981 gdb_bfd_ref_ptr::get.
6982
6983 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6984
6985 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6986 type to htab_up.
6987 * dwarf2read.c (struct dwo_file): Initialize fields.
6988 <~dwo_file>: New.
6989 (free_dwo_file): Remove, move content to ~dwo_file.
6990 (struct dwo_file_deleter): Remove.
6991 (dwo_file_up>: Remove custom deleter.
6992 (free_dwo_files): Remove.
6993 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6994 dwo_files.
6995 (process_skeletonless_type_units): Call unique_ptr::get.
6996 (allocate_dwo_file_hash_table): Add deleter to created hash
6997 table. Change return type to htab_up.
6998 (lookup_dwo_file_slot): Don't memset dwo_file, call
6999 unique_ptr::get.
7000 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7001 (create_dwo_unit_in_dwp_v2): Likewise.
7002 (open_and_init_dwo_file): Likewise.
7003 (free_dwo_file_from_slot): Remove.
7004
7005 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7006
7007 * dwarf2read.h (struct dwarf2_section_info) <readin,
7008 is_virtual>: Change type to bool.
7009 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7010 true instead of 1.
7011
7012 2019-06-19 Tom Tromey <tom@tromey.com>
7013
7014 * tui/tui-data.h (tui_init_content_element): Don't declare.
7015
7016 2019-06-19 Tom Tromey <tom@tromey.com>
7017
7018 * tui/tui-data.h (tui_init_win_info): Don't declare.
7019
7020 2019-06-19 Tom de Vries <tdevries@suse.de>
7021
7022 * dwarf2read.h (abstract_to_concrete): Change type to
7023 std::unordered_map<sect_offset, std::vector<sect_offset>,
7024 gdb::hash_enum<sect_offset>>.
7025
7026 2019-06-19 Tom Tromey <tromey@adacore.com>
7027
7028 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7029 EVAL_AVOID_SIDE_EFFECTS specially.
7030
7031 2019-06-19 Tom Tromey <tromey@adacore.com>
7032
7033 * source-cache.c (highlighter): New global.
7034 (source_cache::get_source_lines): Create a highlighter on demand.
7035
7036 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7037
7038 * defs.h (deprecated_interactive_hook): Delete declaration.
7039 * interps.c (clear_interpreter_hooks): Remove use of
7040 deprecated_interactive_hook.
7041 * top.c (deprecated_interactive_hook): Delete definition.
7042 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7043
7044 2019-06-18 Tom de Vries <tdevries@suse.de>
7045
7046 PR gdb/24515
7047 * dwarf2read.h (abstract_to_concrete): Change type from
7048 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7049 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7050 * dwarf2read.c (read_variable): Update.
7051 (dwarf2_fetch_die_loc_sect_off): Update.
7052
7053 2019-06-17 Tom de Vries <tdevries@suse.de>
7054
7055 PR gdb/24617
7056 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7057 accessing parent[parent_len - 1].
7058
7059 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7060
7061 PR gdb/24364
7062 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7063 call dtrace_process_dof with NULL dof.
7064
7065 2019-06-16 Tom de Vries <tdevries@suse.de>
7066
7067 PR gdb/24445
7068 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7069
7070 2019-06-16 Tom Tromey <tom@tromey.com>
7071
7072 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7073 (make_all_visible): Use address of member.
7074
7075 2019-06-16 Tom Tromey <tom@tromey.com>
7076
7077 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7078 (tui_free_window, free_content, free_content_elements): Remove
7079 unnecessary cast.
7080 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7081 cast.
7082 * tui/tui-regs.c (tui_show_register_group)
7083 (tui_display_registers_from, tui_display_reg_element_at_line):
7084 Remove unnecessary cast.
7085
7086 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 * linux-nat.c (normal_mask): Delete.
7089 (_initialize_linux_nat): Don't initialise normal_mask.
7090
7091 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7092
7093 PR gdb/24445
7094 * dwarf-index-write.h (write_psymtabs_to_index): Add
7095 dwz_basename parameter.
7096 * dwarf-index-write.c (write_gdbindex): Move file writing to
7097 write_gdbindex_1. Change return type void.
7098 (assert_file_size): Move up, remove filename parameter.
7099 (write_gdbindex_1): New function.
7100 (write_debug_names): Change return type to void, call
7101 assert_file_size.
7102 (struct index_wip_file): New struct.
7103 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7104 file logic to index_wip_file. Write index for dwz file if
7105 needed.
7106 (save_gdb_index_command): Pass basename of dwz file, if present.
7107 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7108 build-id of dwz file, if present.
7109 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7110 (dwarf2_get_dwz_file): Likewise.
7111 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7112 (dwarf2_get_dwz_file): Likewise.
7113
7114 2019-06-16 Tom Tromey <tom@tromey.com>
7115
7116 * coffread.c (process_coff_symbol): Use xstrdup.
7117 * value.c (create_internalvar): Use xstrdup.
7118
7119 2019-06-16 Tom Tromey <tom@tromey.com>
7120
7121 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7122 * breakpoint.c (stopin_command, stopat_command)
7123 (until_break_command, decode_location_default): Remove unnecessary
7124 cast.
7125 * utils.c (subset_compare): Remove unnecessary cast.
7126 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7127 cast.
7128 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7129 cast.
7130 * infcmd.c (path_command): Remove unnecessary cast.
7131 * coffread.c (decode_type): Remove unnecessary cast.
7132 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7133 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7134 * tui/tui-stack.c (tui_show_locator_content)
7135 (tui_show_frame_info): Remove unnecessary cast.
7136 * tui/tui-win.c (tui_scroll_forward_command)
7137 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7138 (parse_scrolling_args): Remove unnecessary cast.
7139 * tui/tui-data.c (init_win_info, tui_del_window)
7140 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7141 (free_content_elements): Remove unnecessary cast.
7142 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7143 unnecessary cast.
7144 * tui/tui-source.c (tui_set_source_content)
7145 (tui_vertical_source_scroll): Remove unnecessary cast.
7146 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7147 cast.
7148 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7149 * tui/tui-regs.c (tui_display_registers_from)
7150 (tui_display_register): Remove unnecessary cast.
7151 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7152 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7153 (make_visible): Remove unnecessary cast.
7154 * tui/tui-winsource.c (tui_erase_source_content)
7155 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7156 unnecessary cast.
7157 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7158 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7159 * stabsread.c (read_type, read_array_type, read_range_type):
7160 Remove unnecessary cast.
7161 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7162 (parse_symbol, parse_type, upgrade_type, parse_external)
7163 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7164 unnecessary cast.
7165 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7166
7167 2019-06-16 Tom Tromey <tom@tromey.com>
7168
7169 * tui/tui-data.c (tui_alloc_generic_win_info)
7170 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7171 checks.
7172
7173 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7174 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * f-typeprint.c (f_print_type): Don't return early for not
7177 associated or not allocated types.
7178 (f_type_print_varspec_suffix): Add print_rank parameter and print
7179 ranks of array types in case they dangling.
7180 (f_type_print_base): Add print_rank parameter.
7181
7182 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7183
7184 * NEWS: Mention new MI commands.
7185 * break-catch-throw.c (enum exception_event_kind): Move to
7186 breakpoint.h.
7187 (print_mention_exception_catchpoint): Output text as a single
7188 message.
7189 (catch_exception_command_1): Rename to...
7190 (catch_exception_event): ...this, make non-static, update header
7191 command, and change some parameter types.
7192 (catch_catch_command): Update for changes to
7193 catch_exception_command_1.
7194 (catch_throw_command): Likewise.
7195 (catch_rethrow_command): Likewise.
7196 * breakpoint.c (enum exception_event_kind): Delete.
7197 * breakpoint.h (enum exception_event_kind): Moved here from
7198 break-catch-throw.c.
7199 (catch_exception_event): Declare.
7200 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7201 (mi_cmd_catch_throw): New function.
7202 (mi_cmd_catch_rethrow): New function.
7203 (mi_cmd_catch_catch): New function.
7204 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7205 'catch-catch' entries.
7206 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7207 (mi_cmd_catch_rethrow): Declare.
7208 (mi_cmd_catch_catch): Declare.
7209
7210 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7211
7212 * annotate.c (annotate_source_line): Change return type to void,
7213 update implementation to match.
7214 * annotate.h (annotate_source_line): Change return type to void,
7215 update header comment.
7216 * stack.c (print_frame_info): Don't change what frame information
7217 is printed based on whether annotations are on or not.
7218
7219 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7220
7221 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7222 (annotate_source): Make static.
7223 (annotate_source_line): Moved from source.c and renamed from
7224 identify_source_line. Update the return type.
7225 * annotate.h (annotate_source): Delete declaration.
7226 (annotate_source_line): Declaration moved from source.h, and
7227 renamed from identify_source_line. Return type updated.
7228 * source.c (identify_source_line): Moved to annotate.c and renamed
7229 to annotate_source_line.
7230 (info_line_command): Remove check of annotation_level.
7231 * source.h (identify_source_line): Move declaration to annotate.h
7232 and rename to annotate_source_line.
7233 * stack.c: Add 'annotate.h' include.
7234 (print_frame_info): Remove check of annotation_level before
7235 calling annotate_source_line.
7236
7237 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7238
7239 * source-cache.c (source_cache::get_plain_source_lines): Use
7240 open_source_file_with_line_charpos instead of just
7241 open_source_file, remove call to find_source_lines.
7242 (source_cache::get_source_lines): Likewise.
7243 * source.c (find_source_lines): Make static.
7244 (get_filename_and_charpos): Renamed into...
7245 (open_source_file_with_line_charpos): ..this along with changes to
7246 return a scoped_fd, and some other minor clean ups.
7247 (identify_source_line): Use open_source_file_with_line_charpos.
7248 (search_command_helper): Use open_source_file_with_line_charpos
7249 instead of just open_source_file, remove call to
7250 find_source_lines.
7251 * source.h (open_source_file_with_line_charpos): Declare new
7252 function.
7253 (find_source_lines): Delete declaration.
7254
7255 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7256
7257 * source.c (get_filename_and_charpos): Remove fullname
7258 parameter.
7259 (identify_source_line): Update call to get_filename_and_charpos.
7260
7261 2019-06-14 Tom Tromey <tromey@adacore.com>
7262
7263 PR gdb/24502:
7264 * ui-style.h (skip_ansi_escape): Update comment.
7265 * ui-file.h (class no_terminal_escape_file): New class.
7266 * ui-file.c (no_terminal_escape_file::write)
7267 (no_terminal_escape_file::puts): New methods.
7268 * cli/cli-logging.c (handle_redirections): Use
7269 no_terminal_escape_file.
7270
7271 2019-06-14 Tom Tromey <tromey@adacore.com>
7272
7273 * NEWS: Move convenience variable news above Python news.
7274
7275 2019-06-14 Tom Tromey <tom@tromey.com>
7276
7277 * gnulib: Move directory to top-level.
7278 * configure.ac: Don't configure gnulib.
7279 * configure: Rebuild.
7280 * common/common-defs.h: Use new path to gnulib.
7281 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7282 (GNULIB_H): Remove.
7283 (INCGNU): Look in new gnulib location.
7284 (HFILES_NO_SRCDIR): Remove gnulib files.
7285 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7286 (generated_files): Remove GNULIB_H.
7287 ($(LIBGNU), all-lib): Remove targets.
7288 (distclean): Don't mention GNULIB_BUILDDIR.
7289 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7290
7291 2019-06-14 Tom Tromey <tromey@adacore.com>
7292
7293 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7294 Warn if symbol file does not provide any symbols.
7295
7296 2019-06-14 Tom Tromey <tromey@adacore.com>
7297
7298 * source.c (find_and_open_source): Respect basenames_may_differ.
7299
7300 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * annotate.c (annotate_breakpoints_invalid): Make use of
7303 scoped_restore_terminal_state.
7304 (annotate_frames_invalid): Likewise.
7305
7306 2019-06-14 Tom Tromey <tromey@adacore.com>
7307
7308 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7309 allow assignment to an internalvar.
7310
7311 2019-06-14 Tom Tromey <tromey@adacore.com>
7312
7313 * ada-lex.l: Allow "_" in attribute names.
7314
7315 2019-06-14 Tom Tromey <tromey@adacore.com>
7316
7317 PR gdb/24653:
7318 * regcache.c (registers_changed): Don't call alloca.
7319 * top.c (execute_command): Don't call alloca.
7320
7321 2019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7324 'expression'. When parsing an expression, error out if there's
7325 junk after "unlimited".
7326 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7327 (do_set_command): Adjust calls to is_unlimited_literal.
7328
7329 2019-06-13 Pedro Alves <palves@redhat.com>
7330
7331 * compile/compile.c (make_compile_options_def_group): Add braces
7332 around array_view initializer.
7333 * thread.c (make_thread_apply_all_options_def_group)
7334 (make_thread_apply_all_options_def_group): Likewise.
7335
7336 2019-06-13 Pedro Alves <palves@redhat.com>
7337
7338 * NEWS (New commands): Mention "maint test-options
7339 require-delimiter", "maint test-options unknown-is-error", "maint
7340 test-options unknown-is-operand" and "maint show
7341 test-options-completion-result".
7342 (New command options, command completion): New section.
7343 (Completion improvements): New section.
7344 Mention that you can abbreviate "unlimited".
7345
7346 2019-06-13 Pedro Alves <palves@redhat.com>
7347
7348 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7349 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7350 * unittests/cli-utils-selftests.c (test_parse_flags)
7351 (test_parse_flags_qcs): Delete.
7352 (test_cli_utils): Don't call deleted functions.
7353
7354 2019-06-13 Pedro Alves <palves@redhat.com>
7355
7356 * thread.c: Include "cli/cli-option.h".
7357 (tp_array_compar_ascending): Global.
7358 (tp_array_compar): Delete function.
7359 (tp_array_compar_ascending, tp_array_compar_descending): New
7360 functions.
7361 (ascending_option_def, qcs_flag_option_def)
7362 (thr_qcs_flags_option_defs)
7363 (make_thread_apply_all_options_def_group)
7364 (make_thread_apply_options_def_group): New.
7365 (thread_apply_all_command): Use gdb::option::process_options.
7366 (thread_apply_command_completer)
7367 (thread_apply_all_command_completer): New.
7368 (thread_apply_command): Use gdb::option::process_options.
7369 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7370 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7371 to generate help text of "thread apply". Adjust "taas"'s help.
7372 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7373 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7374
7375 2019-06-13 Pedro Alves <palves@redhat.com>
7376
7377 * thread.c (thread_apply_command): Check for invalid TID with
7378 isdigit instead of !isalpha.
7379
7380 2019-06-13 Pedro Alves <palves@redhat.com>
7381
7382 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7383 (validate_flags_qcs): New.
7384 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7385 (validate_flags_qcs): Declare.
7386 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7387 (make_frame_apply_options_def_group): New.
7388 (frame_apply_command_count): Process options with
7389 gdb::option::process_options.
7390 (frame_apply_completer): New.
7391 (frame_apply_level_completer, frame_apply_all_completer)
7392 (frame_apply_completer): New.
7393 (_initialize_stack): Update help of "frame apply", "frame apply
7394 level", "frame apply all" and "faas" to mention supported options
7395 and install command completers.
7396 * stack.h (frame_apply_all_completer): Declare.
7397 * thread.c: Include "stack.h".
7398 (tfaas_command): Add "--".
7399 (_initialize_thread): Update help "tfaas" to mention supported
7400 options and install command completer.
7401
7402 2019-06-13 Pedro Alves <palves@redhat.com>
7403
7404 * completer.c (complete_nested_command_line): New.
7405 (gdb_completion_word_break_characters_throw): Add assertion.
7406 * completer.h (complete_nested_command_line): Declare.
7407
7408 2019-06-13 Pedro Alves <palves@redhat.com>
7409
7410 * stack.c (parse_backtrace_qualifiers): New.
7411 (backtrace_command): Use it.
7412 (backtrace_command_completer): Complete on qualifiers.
7413
7414 2019-06-13 Pedro Alves <palves@redhat.com>
7415
7416 * frame.c: Include "cli/cli-option.h.
7417 (user_set_backtrace_options): New.
7418 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7419 Delete.
7420 (get_prev_frame): Adjust.
7421 (boolean_option_def, uinteger_option_def)
7422 (set_backtrace_option_defs): New.
7423 (_initialize_frame): Adjust and use
7424 gdb::option::add_setshow_cmds_for_options to install "set
7425 backtrace past-main" and "set backtrace past-entry".
7426 * frame.h: Include "cli/cli-option.h".
7427 (struct frame_print_options): Forward declare.
7428 (print_frame_arguments_all, print_frame_arguments_scalars)
7429 (print_frame_arguments_none): Declare.
7430 (print_entry_values): Delete declaration.
7431 (struct frame_print_options, user_frame_print_options): New.
7432 (struct set_backtrace_options): New.
7433 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7434 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7435 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7436 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7437 (list_args_or_locals): Add frame_print_options parameter.
7438 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7439 * python/py-framefilter.c (enumerate_args): Pass down
7440 USER_FRAME_PRINT_OPTIONS.
7441 * stack.c: Include "cli/cli-option.h".
7442 (print_frame_arguments_all, print_frame_arguments_scalars)
7443 (print_frame_arguments_none): Declare.
7444 (print_raw_frame_arguments, print_entry_values): Delete.
7445 (user_frame_print_options): New.
7446 (boolean_option_def, enum_option_def, frame_print_option_defs):
7447 New.
7448 (struct backtrace_cmd_options): New.
7449 (bt_flag_option_def): New.
7450 (backtrace_command_option_defs): New.
7451 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7452 (print_frame_arg, read_frame_arg, print_frame_args)
7453 (print_frame_info, print_frame): Add frame_print_options parameter
7454 and use it.
7455 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7456 (backtrace_command_1): Add frame_print_options and
7457 backtrace_cmd_options parameters and use them.
7458 (make_backtrace_options_def_group): New.
7459 (backtrace_command): Process command options with
7460 gdb::option::process_options.
7461 (backtrace_command_completer): New.
7462 (_initialize_stack): Extend "backtrace"'s help to mention
7463 supported options. Install completer for "backtrace".
7464 Install some settings commands with add_setshow_cmds_for_options.
7465
7466 2019-06-13 Pedro Alves <palves@redhat.com>
7467
7468 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7469 and that "set/show print raw frame-arguments" are now deprecated.
7470
7471 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7472 command.
7473 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7474 * stack.c (_initialize_stack): Install "set/show print
7475 raw-frame-arguments", and deprecate "set/show print raw
7476 frame-arguments".
7477 * valprint.c (_initialize_valprint): Deprecate "set/show print
7478 raw".
7479
7480 2019-06-13 Pedro Alves <palves@redhat.com>
7481
7482 * compile/compile.c (struct compile_options): New.
7483 (compile_flag_option_def, compile_command_option_defs)
7484 (make_compile_options_def_group): New.
7485 (compile_file_command): Handle options with
7486 gdb::option::process_options.
7487 (compile_file_command_completer): New function.
7488 (compile_code_command): Handle options with
7489 gdb::option::process_options.
7490 (compile_code_command_completer): New function.
7491 (_initialize_compiler): Install completers for "compile code" and
7492 "compile file". Mention available options in "compile code" and
7493 "compile code"'s help.
7494 * completer.c (advance_to_completion_word): New, factored out from
7495 ...
7496 (advance_to_expression_complete_word_point): ... this.
7497 (advance_to_filename_complete_word_point): New.
7498 * completer.h (advance_to_filename_complete_word_point): New
7499 declaration.
7500
7501 2019-06-13 Pedro Alves <palves@redhat.com>
7502
7503 * compile/compile.c: Include "cli/cli-option.h".
7504 (compile_print_value): Scope data pointer is now a
7505 value_print_options pointer; adjust.
7506 (compile_print_command): Process options. Scope data pointer is
7507 now a value_print_options pointer; adjust.
7508 (_initialize_compile): Update "compile print"'s help to include
7509 supported options. Install a completer for "compile print".
7510 * cp-valprint.c (show_vtblprint, show_objectprint)
7511 (show_static_field_print): Delete.
7512 (_initialize_cp_valprint): Don't install "set print
7513 static-members", "set print vtbl", "set print object" here.
7514 * printcmd.c: Include "cli/cli-option.h" and
7515 "common/gdb_optional.h".
7516 (print_command_parse_format): Rework to fill in a
7517 value_print_options instead of a format_data.
7518 (print_value): Change parameter type from format_data pointer to
7519 value_print_options reference. Adjust.
7520 (print_command_1): Process options. Adjust to pass down a
7521 value_print_options.
7522 (print_command_completer): New.
7523 (_initialize_printcmd): Install print_command_completer as
7524 handle_brkchars completer for the "print" command. Update
7525 "print"'s help to include supported options.
7526 * valprint.c: Include "cli/cli-option.h".
7527 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7528 here from cp-valprint.c.
7529 (boolean_option_def, uinteger_option_def)
7530 (value_print_option_defs, make_value_print_options_def_group):
7531 New. Use gdb::option::add_setshow_cmds_for_options to install
7532 "set print elements", "set print null-stop", "set print repeats",
7533 "set print pretty", "set print union", "set print array", "set
7534 print address", "set print symbol", "set print array-indexes".
7535 * valprint.h: Include <string> and "cli/cli-option.h".
7536 (make_value_print_options_def_group): Declare.
7537 (print_value): Change parameter type from format_data pointer to
7538 value_print_options reference.
7539 (print_command_completer): Declare.
7540
7541 2019-06-13 Pedro Alves <palves@redhat.com>
7542
7543 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7544 (COMMON_SFILES): Add maint-test-settings.c.
7545 * cli/cli-decode.c (boolean_enums): New global, factored out from
7546 ...
7547 (add_setshow_boolean_cmd): ... here.
7548 * cli/cli-decode.h (boolean_enums): Declare.
7549 * cli/cli-option.c: New file.
7550 * cli/cli-option.h: New file.
7551 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7552 factored out from ...
7553 (parse_cli_boolean_value(const char *)): ... this.
7554 (is_unlimited_literal): Change parameter type to pointer to
7555 pointer. Adjust and advance ARG pointer.
7556 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7557 (parse_cli_var_enum): New, factored out from ...
7558 (do_set_command): ... this. Adjust.
7559 * cli/cli-setshow.h (parse_cli_boolean_value)
7560 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7561 (parse_cli_var_enum): Declare.
7562 * cli/cli-utils.c: Include "cli/cli-option.h".
7563 (get_ulongest): New.
7564 * cli/cli-utils.h (get_ulongest): Declare.
7565 (check_for_argument): New overloads.
7566 * maint-test-options.c: New file.
7567
7568 2019-06-13 Pedro Alves <palves@redhat.com>
7569
7570 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7571 parse a range if "-" is at the end of the string.
7572
7573 2019-06-13 Pedro Alves <palves@redhat.com>
7574
7575 * cli/cli-setshow.c (parse_auto_binary_operation)
7576 (parse_cli_boolean_value): Don't allow "o".
7577
7578 2019-06-13 Pedro Alves <palves@redhat.com>
7579
7580 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7581 * NEWS: Mention maint test-settings KIND.
7582 * maint-test-settings.c: New file.
7583
7584 2019-06-13 Pedro Alves <palves@redhat.com>
7585
7586 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7587 completer.
7588 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7589 "set" completers.
7590
7591 2019-06-13 Pedro Alves <palves@redhat.com>
7592
7593 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7594 after item.
7595
7596 2019-06-13 Pedro Alves <palves@redhat.com>
7597
7598 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7599
7600 2019-06-13 Pedro Alves <palves@redhat.com>
7601
7602 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7603 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7604 call.
7605 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7606 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7607 calls.
7608 (check_for_argument): Skip spaces after argument.
7609
7610 2019-06-13 Pedro Alves <palves@redhat.com>
7611
7612 * thread.c (thread_apply_command): Adjust TID parsing.
7613 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7614 detected before end of string.
7615 (tid_is_in_list): Error out if LIST is invalid.
7616
7617 2019-06-13 Pedro Alves <palves@redhat.com>
7618
7619 * completer.c (complete_line_internal_1): Rewind completion word
7620 point.
7621 (completion_tracker::advance_custom_word_point_by): Change
7622 parameter type to int.
7623 * completer.h (completion_tracker::advance_custom_word_point_by):
7624 Likewise.
7625
7626 2019-06-13 Pedro Alves <palves@redhat.com>
7627
7628 * completer.c (advance_to_completion_word): Handle delimiters.
7629
7630 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7631
7632 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7633
7634 2019-06-11 Tom Tromey <tom@tromey.com>
7635
7636 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7637 (xmalloc_failed): Move to alloc.c.
7638 * alloc.c: New file.
7639 * Makefile.in (COMMON_SFILES): Add alloc.c.
7640
7641 2019-06-11 Tom Tromey <tom@tromey.com>
7642
7643 * nat/linux-waitpid.c: Don't include server.h.
7644 (linux_debug): Remove.
7645 (my_waitpid): Update.
7646
7647 2019-06-11 Tom Tromey <tromey@adacore.com>
7648
7649 * infcall.c (_initialize_infcall): Remove trailing newline from
7650 help.
7651 * user-regs.c (_initialize_user_regs): Remove trailing newline
7652 from help.
7653 * typeprint.c (_initialize_typeprint): Remove trailing newline
7654 from help.
7655 * reverse.c (_initialize_reverse): Remove trailing newlines from
7656 help.
7657 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7658 from help.
7659 * language.c (add_set_language_command): Remove trailing newline
7660 from help.
7661 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7662 help.
7663 * disasm.c (_initialize_disasm): Remove trailing newline from
7664 help.
7665 * top.c (init_main): Remove trailing newline from help.
7666 * interps.c (_initialize_interpreter): Remove trailing newline
7667 from help.
7668 * btrace.c (_initialize_btrace): Remove trailing newlines from
7669 help.
7670 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7671 from help.
7672 * python/python.c (_initialize_python): Remove trailing newline
7673 from help.
7674 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7675 help.
7676 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7677 from help. Reformat some text.
7678 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7679 from help.
7680 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7681 newline from help.
7682
7683 2019-06-11 Tom Tromey <tromey@adacore.com>
7684
7685 * darwin-nat.c (darwin_decode_exception_message)
7686 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7687
7688 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7689
7690 * valops.c (value_slice): Check for not allocated or not
7691 associated values.
7692
7693 2019-06-10 Tom de Vries <tdevries@suse.de>
7694
7695 PR gdb/24618
7696 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7697 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7698 invalid.
7699
7700 2019-06-10 Tom de Vries <tdevries@suse.de>
7701
7702 PR gdb/24611
7703 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7704 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7705
7706 2019-06-10 Tom de Vries <tdevries@suse.de>
7707
7708 PR symtab/24545
7709 * symtab.c (struct demangled_name_entry): Add language field.
7710 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7711 static minimal symbol". Set and use language field.
7712
7713 2019-06-10 Tom Tromey <tromey@adacore.com>
7714
7715 * ada-lang.c (_initialize_ada_language): Update help text.
7716
7717 2019-06-10 Tom Tromey <tromey@adacore.com>
7718
7719 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7720 with a newline.
7721 * guile/guile.c (handle_boot_error): Don't end warning with a
7722 newline.
7723 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7724 warning with a newline.
7725 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7726 newline.
7727 (s12z_frame_cache): Likewise.
7728 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7729 a newline.
7730 * solib-svr4.c (disable_probes_interface): Don't end warning with
7731 a newline.
7732 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7733 newline.
7734 * python/python.c (do_finish_initialization): Don't end warning
7735 with a newline.
7736
7737 2019-06-10 Tom Tromey <tom@tromey.com>
7738
7739 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7740 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7741 gdbpy_enter.
7742
7743 2019-06-10 Tom Tromey <tromey@adacore.com>
7744
7745 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7746 data.
7747 (elf_new_init): Don't call stabsread_new_init.
7748 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7749 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7750 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7751
7752 2019-06-10 Tom de Vries <tdevries@suse.de>
7753
7754 PR symtab/16264
7755 PR symtab/24517
7756 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7757
7758 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7759
7760 * source.c (find_and_open_source): Also rewrite relative file
7761 names.
7762
7763 2019-04-26 Amos Bird <amosbird@gmail.com>
7764
7765 * annotate.c (annotate_thread_exited): Add "thread-exited"
7766 annotation.
7767
7768 2019-06-06 Tom Tromey <tromey@adacore.com>
7769
7770 * maint.h (class scoped_command_stats): Use
7771 DISABLE_COPY_AND_ASSIGN.
7772 <print_time>: New method.
7773 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7774 print_time.
7775 (scoped_command_stats::print_time): New method.
7776
7777 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7778
7779 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7780 instructions of lengths 6 or 8 bytes.
7781
7782 2019-06-04 Pedro Alves <palves@redhat.com>
7783
7784 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7785
7786 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7787 * breakpoint.c (condition_completer): Likewise.
7788 * cli/cli-dump.c (scan_expression): Likewise.
7789 * common/filestuff.c (mkdir_recursive): Likewise.
7790 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7791 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7792 (gdb_abspath): Likewise.
7793 * compile/compile-cplus-types.c
7794 (compile_cplus_instance::decl_name): Likewise.
7795 * completer.c (complete_explicit_location):
7796 (signal_completer, reg_or_group_completer_1): Likewise.
7797 * cp-support.c (cp_remove_params_if_any): Likewise.
7798 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7799 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7800 * infcmd.c (strip_bg_char): Likewise.
7801 * linespec.c (copy_token_string): Likewise.
7802 * mi/mi-main.c (output_cores): Likewise.
7803 * psymtab.c (psymtab_search_name):
7804 * symfile.c (test_set_ext_lang_command): Likewise.
7805 * target.c (target_fileio_read_stralloc): Likewise.
7806 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7807 * value.c (complete_internalvar): Likewise.
7808
7809 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7810
7811 Add objfile property to gdb.Type.
7812 * NEWS: Mention Python API addition.
7813 * python/py-type.c (typy_get_objfile): New method.
7814
7815 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7816
7817 * NEWS: Mention the new set|show style [title|highlight].
7818 Mention changes to "show style", "help" and "apropos".
7819
7820 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7821
7822 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7823 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7824 instead of print_help_for_command.
7825 (print_doc_of_command): New function.
7826 (help_list): Add 'apropos -v word' suggestion.
7827 (print_help_for_command): Style the command name using title style.
7828 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7829 (_initialize_cli_cmds): Describe -v in apropos_command help.
7830
7831 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7832
7833 * cli/cli-style.h (cli_style_option): Add name in constructor,
7834 add m_name class member, add constructor with intensity,
7835 add name class function.
7836 (cli_style_option::add_setshow_commands): Remove name argument.
7837 (highlight_style, title_style): New styles.
7838 * cli/cli-style.c (do_show): New function that shows a style
7839 characteristic styling the style name with itself.
7840 (set_style_name): New function.
7841 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7842 Update all callers according to the changes in cli/cli-style.h.
7843 * utils.h (fputs_highlighted): New function.
7844 * utils.c (fputs_highlighted): Likewise.
7845
7846 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7847
7848 * NEWS: Mention new pipe command and new convenience variables.
7849
7850 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7851
7852 * cli/cli-cmds.c (pipe_command): New function.
7853 (_initialize_cli_cmds): Call add_com for pipe_command.
7854 Define | as an alias for pipe.
7855 (exit_status_set_internal_vars): New function.
7856 (shell_escape): Call exit_status_set_internal_vars.
7857 cli/cli-decode.c (find_command_name_length): Recognize | as
7858 a single character command.
7859
7860 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7861
7862 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7863 top.c (execute_command_to_ui_file): New function, mostly a copy
7864 of execute_command_to_string.
7865 (execute_command_to_string): Implement by calling
7866 execute_command_to_ui_file.
7867
7868 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7869
7870 * top.h (saved_command_line): Remove declaration.
7871 * top.c (previous_saved_command_line, previous_repeat_arguments):
7872 New variables.
7873 (saved_command_line): Make static, define together with other
7874 'repeat variables'.
7875 (dont_repeat): Clear repeat_arguments.
7876 (repeat_previous, get_saved_command_line, save_command_line):
7877 New functions.
7878 (gdb_init): Initialize saved_command_line
7879 and previous_saved_command_line.
7880 * main.c (captured_main_1): Remove saved_command_line initialization.
7881 * event-top.c (handle_line_of_input): Update to use
7882 the new 'repeat' related functions instead of direct access to
7883 saved_command_line.
7884 * command.h (repeat_previous, get_saved_command_line,
7885 save_command_line): New declarations.
7886 (dont_repeat): Add comment.
7887
7888 2019-05-30 Tom Tromey <tromey@adacore.com>
7889
7890 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7891 Fix comment.
7892 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7893
7894 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7895
7896 PR cli/24587
7897 * completer.c (complete): Initialize variable word.
7898
7899 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7900
7901 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7902 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7903 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7904 'body' is NULL to the outter 'if', protecting the '!is_define'
7905 situation as well.
7906
7907 2019-05-29 Tom Tromey <tromey@adacore.com>
7908
7909 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7910 (dwarf_unknown): New function.
7911 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7912 (dwarf_type_encoding_name): Use dwarf_unknown.
7913
7914 2019-05-29 Tom Tromey <tromey@adacore.com>
7915
7916 PR c++/20020:
7917 * cp-valprint.c (cp_print_value_fields): Call
7918 cp_print_static_field inside "try".
7919
7920 2019-05-29 Tom Tromey <tromey@adacore.com>
7921
7922 * inflow.c (struct terminal_info): Add default operator=.
7923 * configure: Rebuild.
7924 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7925 -Wdeprecated-copy-dtor, -Wredundant-move.
7926
7927 2019-05-29 Tom Tromey <tromey@adacore.com>
7928
7929 * NEWS: Add entry.
7930 * infcmd.c (print_return_value_1): Handle finish_print
7931 option.
7932 (show_print_finish): New function.
7933 (_initialize_infcmd): Add "set/show print finish" commands.
7934 * valprint.c (user_print_options): Initialize new member.
7935 * valprint.h (struct value_print_options) <finish_print>: New
7936 member.
7937
7938 2019-05-28 Tom Tromey <tromey@adacore.com>
7939
7940 * ada-lang.c (ada_remove_Xbn_suffix)
7941 (find_old_style_renaming_symbol)
7942 (parse_old_style_renaming): Remove.
7943 (ada_find_renaming_symbol): Don't call
7944 find_old_style_renaming_symbol.
7945 (ada_is_renaming_symbol): Rename from
7946 ada_find_renaming_symbol. Remove "block" parameter. Return
7947 bool. Now static.
7948 (ada_read_var_value): Update and simplify.
7949 * ada-exp.y (write_var_or_type): Remove old code.
7950
7951 2019-05-28 Alan Hayward <alan.hayward@arm.com>
7952
7953 PR gdb/25010
7954 * event-top.c: Remove include comment.
7955 * inflow.c (class scoped_ignore_sigttou): Move from here...
7956 * inflow.h (class scoped_ignore_sigttou): ...to here.
7957 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7958 * top.c: Remove include comment.
7959
7960 2019-05-27 Tom Tromey <tom@tromey.com>
7961
7962 * NEWS: Fix typo.
7963
7964 2019-05-22 Tom Tromey <tromey@adacore.com>
7965
7966 * target.c (target_follow_exec): Constify parameter.
7967 * target-delegates.c: Rebuild.
7968 * remote.c (remote_target::follow_exec): Constify parameter.
7969 * infrun.c (follow_exec): Constify parameter.
7970 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7971 (target_follow_exec): Likewise.
7972
7973 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7974
7975 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7976 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7977
7978 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7979
7980 * NEWS: Add debugredirect and testsuite sections.
7981
7982 2019-05-22 Simon Cook <simon.cook@embecosm.com>
7983
7984 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7985 target descriptions using exclusively floating point register name
7986 aliases.
7987
7988 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 PR gdb/18644:
7991 * f-lang.c (build_fortran_types): Handle the case where
7992 gdbarch_floatformat_for_type returns a nullptr.
7993
7994 2019-05-21 Tom de Vries <tdevries@suse.de>
7995
7996 PR cli/24587
7997 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7998
7999 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8000
8001 PR gdb/18644:
8002 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8003 16-byte floats.
8004 * i386-tdep.c (i386_floatformat_for_type): Use
8005 floatformats_ia64_quad for the 16-byte floating point component
8006 within a fortran 32-byte complex number.
8007
8008 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8009
8010 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8011 delete default constructor.
8012 (find_partial_die): Update to return const struct.
8013 (partial_die_parent_scope): Move variable declaration into scope
8014 of its use and change its type to auto.
8015 (guess_partial_die_structure_name): Likewise.
8016 (partial_die_info::fixup): Likewise.
8017
8018 2019-05-17 Tom Tromey <tromey@adacore.com>
8019
8020 * source.c (find_and_open_source): Remove cast.
8021
8022 2019-05-17 Tom Tromey <tromey@adacore.com>
8023
8024 * annotate.c (annotate_source): Make "filename" const.
8025 * annotate.h (annotate_source): Use const.
8026
8027 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8028
8029 * disasm.c (set_disassembler_options): Send errors to stderr.
8030
8031 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8032
8033 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8034 (cli_interp_base::set_logging): Check debug_redirect.
8035 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8036 * cli/cli-logging.c (debug_redirect): Add static variable.
8037 (pop_output_files): Add default param.
8038 (handle_redirections): Print debug setting.
8039 (show_logging_command): Likewise.
8040 (_initialize_cli_logging): Add debugredirect command.
8041 * interps.c (current_interp_set_logging): Add debug_redirect
8042 parameter.
8043 * interps.h (set_logging): Add debug_redirect parameter.
8044 (current_interp_set_logging): Likewise.
8045 * mi/mi-common.h: Likewise.
8046 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8047
8048 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8049 Tom Tromey <tromey@adacore.com>
8050
8051 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8052 directly.
8053 * cli/cli-interp.h (make_logging_output): Remove declaration.
8054 * cli/cli-logging.c (make_logging_output): Remove function.
8055 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8056 directly.
8057 * ui-file.c (tee_file::tee_file): Remove bools.
8058 (tee_file::~tee_file): Remove deletes.
8059 * ui-file.h (tee_file): Remove bools.
8060
8061 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8062
8063 * mi/mi-cmds.h (mi_cmd_complete): New function.
8064 * mi/mi-main.c (mi_cmd_complete): Likewise.
8065 * mi/mi-cmds.c: Define new MI command -complete.
8066 * NEWS: Mention new -complete command.
8067
8068 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8069
8070 * completer.h (complete): New function.
8071 * completer.c (complete): Likewise.
8072 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8073 function defined in completer.h.
8074
8075 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8076
8077 * MAINTAINERS (Write After Approval): Add myself.
8078
8079 2019-05-17 Tom de Vries <tdevries@suse.de>
8080
8081 PR gdb/24094
8082 * dwarf2read.c (struct cu_partial_die_info): New struct.
8083 (find_partial_die): Return cu_partial_die_info.
8084 (partial_die_parent_scope, guess_partial_die_structure_name)
8085 (partial_die_info::fixup): Handle new return type of find_partial_die.
8086
8087 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8088
8089 PR breakpoints/24541
8090 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8091 "std::string", simplifying the algorithm.
8092
8093 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8094
8095 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8096 (stap_static_probe_ops::get_probes): Likewise.
8097
8098 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8099
8100 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8101 '-')" and "else if".
8102 (stap_parse_single_operand): Join checks for
8103 "gdbarch_stap_parse_special_token_p" and
8104 "gdbarch_stap_parse_special_token" in the same "if" statement.
8105 Invert check when verifying for operation on register
8106 displacement.
8107
8108 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8109
8110 * stap-probe.c (stap_get_opcode): Update comment.
8111 (stap_get_expected_argument_type): Likewise.
8112 (handle_stap_probe): Likewise.
8113
8114 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8115
8116 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8117 return type to 'bool'. Adjust comment. Use 'bool' when
8118 appropriate.
8119 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8120 * stap-probe.c (stap_parse_argument_1): Likewise.
8121 (stap_is_operator): Likewise.
8122 (stap_is_generic_prefix): Likewise.
8123 (stap_is_register_prefix): Likewise.
8124 (stap_is_register_indirection_prefix): Likewise.
8125 (stap_is_integer_prefix): Likewise.
8126 (stap_generic_check_suffix): Likewise.
8127 (stap_check_integer_suffix): Likewise.
8128 (stap_check_register_suffix): Likewise.
8129 (stap_check_register_indirection_suffix): Likewise.
8130 (stap_parse_register_operand): Likewise.
8131 (stap_parse_single_operand): Likewise.
8132 (stap_parse_argument_1): Likewise.
8133 (stap_probe::get_argument_count): Likewise.
8134 (stap_is_operator): Likewise.
8135
8136 2019-05-16 Tom Tromey <tromey@adacore.com>
8137
8138 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8139 keyword to foreach.
8140
8141 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8142
8143 * linux-thread-db.c (try_thread_db_load_1): Change return type
8144 to bool.
8145 (try_thread_db_load): Likewise.
8146 (try_thread_db_load_from_pdir_1): Likewise.
8147 (try_thread_db_load_from_pdir): Likewise.
8148 (try_thread_db_load_from_sdir): Likewise.
8149 (try_thread_db_load_from_dir): Likewise.
8150 (thread_db_load_search): Likewise.
8151 (has_libpthread): Likewise.
8152 (thread_db_load): Likewise.
8153
8154 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8155
8156 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8157 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8158 NULL, and complain/return if that's the case.
8159
8160 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8161
8162 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8163 (advance, posn, abstract_read_memory): New functions.
8164 [struct mem_read_abstraction]: New struct.
8165 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8166
8167 2019-05-14 Tom Tromey <tromey@adacore.com>
8168
8169 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8170 value is not lval_memory.
8171
8172 2019-05-14 Tom Tromey <tromey@adacore.com>
8173
8174 * solib.c (info_sharedlibrary_command): Style the file name.
8175
8176 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8177
8178 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8179 (aarch64_vnv_type): Likewise.
8180 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8181 * common/tdesc.c: Likewise.
8182 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8183 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8184 * features/aarch64-fpu.xml: Add ieee half view.
8185 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8186 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8187 * gdbtypes.h (struct builtin_type): Likewise.
8188 (struct objfile_type): Likewise.
8189
8190 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8191
8192 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8193 typo.
8194 * location.h (string_to_event_location): Likewise.
8195
8196 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8197
8198 GDB 8.3 released.
8199
8200 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8201
8202 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8203 New variable declaration.
8204 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8205 New variable.
8206 (print_one_breakpoint): Use ui_out::test_flags and new global
8207 variable to compute use_fixed_output.
8208 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8209 Remove.
8210 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8211 (mi_multi_location_breakpoint_output_fixed): Remove.
8212 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8213 new variable.
8214 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8215 fix_multi_location_breakpoint_output flag if version >= 3.
8216 * ui-out.h (enum ui_out_flag)
8217 <fix_multi_location_breakpoint_output>: New enumerator.
8218
8219 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8220
8221 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8222
8223 2019-05-10 Tom Tromey <tromey@adacore.com>
8224
8225 * ada-lang.c (catch_ada_completer): New function.
8226 (_initialize_ada_language): Use it.
8227
8228 2019-05-10 Tom Tromey <tromey@adacore.com>
8229
8230 * thread.c (print_thread_info): Make "requested_threads" const.
8231 * gdbthread.h (print_thread_info): Make "requested_threads"
8232 const.
8233 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8234 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8235
8236 2019-05-08 Tom Tromey <tom@tromey.com>
8237
8238 * gdbtypes.c (objfile_type_data): Change type.
8239 (objfile_type, _initialize_gdbtypes): Update.
8240
8241 2019-05-08 Tom Tromey <tom@tromey.com>
8242
8243 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8244 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8245 (_initialize_dwarf2_frame): Update.
8246
8247 2019-05-08 Tom Tromey <tom@tromey.com>
8248
8249 * objc-lang.c (objc_objfile_data): Change type.
8250 (find_methods): Update.
8251 (_initialize_objc_lang): Remove.
8252
8253 2019-05-08 Tom Tromey <tom@tromey.com>
8254
8255 * stabsread.c (rs6000_builtin_type_data): Change type.
8256 (rs6000_builtin_type, _initialize_stabsread): Update.
8257
8258 2019-05-08 Tom Tromey <tom@tromey.com>
8259
8260 * mips-tdep.c (mips_pdr_data): Remove.
8261 (_initialize_mips_tdep): Update.
8262
8263 2019-05-08 Tom Tromey <tom@tromey.com>
8264
8265 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8266 (hppa_init_objfile_priv_data, read_unwind_info)
8267 (find_unwind_entry, _initialize_hppa_tdep): Update.
8268
8269 2019-05-08 Tom Tromey <tom@tromey.com>
8270
8271 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8272 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8273 on obstack.
8274 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8275
8276 2019-05-08 Tom Tromey <tom@tromey.com>
8277
8278 * mdebugread.c (basic_type_data): Change type.
8279 (basic_type, _initialize_mdebugread): Update.
8280
8281 2019-05-08 Tom Tromey <tom@tromey.com>
8282
8283 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8284
8285 2019-05-08 Tom Tromey <tom@tromey.com>
8286
8287 * nto-tdep.c (nto_inferior_data_reg): Change type.
8288 (nto_inferior_data): Update.
8289 (nto_inferior_data_cleanup, nto_new_inferior_data)
8290 (_initialize_nto_tdep): Remove.
8291 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8292
8293 2019-05-08 Tom Tromey <tom@tromey.com>
8294
8295 * ada-lang.c (struct ada_inferior_data): Add initializers.
8296 (ada_inferior_data): Change type.
8297 (ada_inferior_data_cleanup): Remove.
8298 (get_ada_inferior_data, ada_inferior_exit)
8299 (struct ada_pspace_data): Add initializers, destructor.
8300 (ada_pspace_data_handle): Change type.
8301 (get_ada_pspace_data): Update.
8302 (ada_pspace_data_cleanup): Remove.
8303
8304 2019-05-08 Tom Tromey <tom@tromey.com>
8305
8306 * coffread.c (struct coff_symfile_info): Add initializers.
8307 (coff_objfile_data_key): Move lower. Change type.
8308 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8309 Update.
8310 (coff_free_info): Remove.
8311
8312 2019-05-08 Tom Tromey <tom@tromey.com>
8313
8314 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8315 (fbsd_pspace_data_handle): Move lower. Change type.
8316 (get_fbsd_pspace_data): Update.
8317 (fbsd_pspace_data_cleanup): Remove.
8318 (_initialize_fbsd_tdep): Update.
8319
8320 2019-05-08 Tom Tromey <tom@tromey.com>
8321
8322 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8323 (get_ada_tasks_pspace_data): Update.
8324 (ada_tasks_pspace_data_cleanup): Remove.
8325 (_initialize_tasks): Update.
8326 (ada_tasks_inferior_data_handle): Change type.
8327 (get_ada_tasks_inferior_data): Update.
8328 (ada_tasks_inferior_data_cleanup): Remove.
8329 (struct ada_tasks_pspace_data): Add initializers.
8330
8331 2019-05-08 Tom Tromey <tom@tromey.com>
8332
8333 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8334 * symfile-debug.c (debug_sym_get_probes): Change type.
8335 * stap-probe.c (handle_stap_probe):
8336 (stap_static_probe_ops::get_probes): Change type.
8337 * probe.h (class static_probe_ops) <get_probes>: Change type.
8338 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8339 (parse_probes_in_pspace): Update.
8340 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8341 Update.
8342 (any_static_probe_ops::get_probes): Change type.
8343 * elfread.c (elfread_data): New typedef.
8344 (probe_key): Change type.
8345 (elf_get_probes): Likewise. Update.
8346 (probe_key_free): Remove.
8347 (_initialize_elfread): Update.
8348 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8349 Change type.
8350 (dtrace_process_dof_probe, dtrace_process_dof)
8351 (dtrace_static_probe_ops::get_probe): Change type.
8352
8353 2019-05-08 Tom Tromey <tom@tromey.com>
8354
8355 * xcoffread.c (struct xcoff_symfile_info): Rename from
8356 coff_symfile_info. Add initializers.
8357 (xcoff_objfile_data_key): Move lower. Change type.
8358 (XCOFF_DATA): Rewrite.
8359 (xcoff_free_info): Remove.
8360 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8361 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8362 (xcoff_initial_scan): Update.
8363
8364 2019-05-08 Tom Tromey <tom@tromey.com>
8365
8366 * solib-svr4.c (struct svr4_info): Add initializers and
8367 destructor.
8368 <probes_table>: Now an htab_up.
8369 (solib_svr4_pspace_data): Change type.
8370 (free_probes_table): Simplify.
8371 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8372 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8373 (probes_table_remove_objfile_probes, register_solib_event_probe)
8374 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8375 (_initialize_svr4_solib): Update.
8376
8377 2019-05-08 Tom Tromey <tom@tromey.com>
8378
8379 * remote.c (remote_pspace_data): Change type.
8380 (remote_pspace_data_cleanup): Remove.
8381 (get_remote_exec_file, set_pspace_remote_exec_file)
8382 (_initialize_remote): Update.
8383
8384 2019-05-08 Tom Tromey <tom@tromey.com>
8385
8386 * breakpoint.c (breakpoint_objfile_key): Change type.
8387 (get_breakpoint_objfile_data): Update.
8388 (free_breakpoint_objfile_data): Remove.
8389 (_initialize_breakpoint): Update.
8390
8391 2019-05-08 Tom Tromey <tom@tromey.com>
8392
8393 * linux-tdep.c (struct linux_info): Add initializers.
8394 (linux_inferior_data): Move. Change type.
8395 (invalidate_linux_cache_inf): Update.
8396 (linux_inferior_data_cleanup): Remove.
8397 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8398
8399 2019-05-08 Tom Tromey <tom@tromey.com>
8400
8401 * auxv.c (auxv_inferior_data): Move. Change type.
8402 (auxv_inferior_data_cleanup): Remove.
8403 (invalidate_auxv_cache_inf): Rewrite.
8404 (get_auxv_inferior_data, _initialize_auxv): Update.
8405
8406 2019-05-08 Tom Tromey <tom@tromey.com>
8407
8408 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8409 (symfile_debug_objfile_data_key): Change type.
8410 (symfile_debug_installed, debug_qf_has_symbols)
8411 (debug_qf_find_last_source_symtab)
8412 (debug_qf_forget_cached_source_info)
8413 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8414 (debug_qf_print_stats, debug_qf_dump)
8415 (debug_qf_expand_symtabs_for_function)
8416 (debug_qf_expand_all_symtabs)
8417 (debug_qf_expand_symtabs_with_fullname)
8418 (debug_qf_map_matching_symbols)
8419 (debug_qf_expand_symtabs_matching)
8420 (debug_qf_find_pc_sect_compunit_symtab)
8421 (debug_qf_map_symbol_filenames)
8422 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8423 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8424 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8425 (debug_sym_read_linetable, debug_sym_relocate): Update.
8426 (symfile_debug_free_objfile): Remove.
8427 (install_symfile_debug_logging, _initialize_symfile_debug):
8428 Update.
8429
8430 2019-05-08 Tom Tromey <tom@tromey.com>
8431
8432 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8433 allocate_on_obstack.
8434 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8435 (get_dwarf2_per_objfile): Update.
8436 (set_dwarf2_per_objfile): Remove.
8437 (dwarf2_has_info, dwarf2_get_section_info): Update.
8438 (dwarf2_free_objfile): Remove.
8439 (_initialize_dwarf2_read): Update.
8440
8441 2019-05-08 Tom Tromey <tom@tromey.com>
8442
8443 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8444 initializers.
8445 <unsupported_script_warning_printed,
8446 script_not_found_warning_printed>: Now bool.
8447 (auto_load_pspace_data): Change type.
8448 (~auto_load_pspace_info): Rename from
8449 auto_load_pspace_data_cleanup.
8450 (get_auto_load_pspace_data, init_loaded_scripts_info)
8451 (clear_section_scripts, maybe_print_unsupported_script_warning)
8452 (maybe_print_script_not_found_warning, _initialize_auto_load):
8453 Update.
8454
8455 2019-05-08 Tom Tromey <tom@tromey.com>
8456
8457 * objfiles.c (objfile_pspace_info): Add destructor and
8458 initializers.
8459 (objfiles_pspace_data): Change type.
8460 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8461 (get_objfile_pspace_data): Update.
8462 (objfiles_bfd_data): Change type.
8463 (get_objfile_bfd_data): Update.
8464 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8465
8466 2019-05-08 Tom Tromey <tom@tromey.com>
8467
8468 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8469 Change type.
8470 (get_catch_syscall_inferior_data): Update.
8471 (catch_syscall_inferior_data_cleanup): Remove.
8472 (_initialize_break_catch_syscall): Update.
8473
8474 2019-05-08 Tom Tromey <tom@tromey.com>
8475
8476 * inflow.c (struct terminal_info): Add destructor and
8477 initializers.
8478 (inflow_inferior_data): Change type.
8479 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8480 (get_inflow_inferior_data, inflow_inferior_exit)
8481 (swap_terminal_info, _initialize_inflow): Update.
8482
8483 2019-05-08 Tom Tromey <tom@tromey.com>
8484
8485 * target-dcache.c (target_dcache_cleanup): Remove.
8486 (target_dcache_aspace_key): Change type.
8487 (target_dcache_init_p, target_dcache_invalidate)
8488 (target_dcache_get, target_dcache_get_or_init)
8489 (_initialize_target_dcache): Update.
8490 * dcache.h (struct dcache_deleter): New.
8491
8492 2019-05-08 Tom Tromey <tom@tromey.com>
8493
8494 * symtab.c (struct symbol_cache): Add destructor and
8495 initializers.
8496 (symbol_cache_key): Move. Change type.
8497 (make_symbol_cache, free_symbol_cache): Remove.
8498 (get_symbol_cache): Update.
8499 (symbol_cache_cleanup): Remove.
8500 (ALL_PSPACES, symbol_cache_flush)
8501 (maintenance_print_symbol_cache)
8502 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8503 Update.
8504
8505 2019-05-08 Tom Tromey <tom@tromey.com>
8506
8507 * symtab.c (struct main_info): Add destructor and initializers.
8508 (main_progspace_key): Move. Change type.
8509 (get_main_info): Update.
8510 (main_info_cleanup): Remove.
8511 (_initialize_symtab): Update.
8512
8513 2019-05-08 Tom Tromey <tom@tromey.com>
8514
8515 * registry.h (DECLARE_REGISTRY): Define the _key class.
8516
8517 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8518
8519 * NEWS: Merge two 'New commands' sections.
8520
8521 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8522
8523 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8524 parameter and use Ada language definition instead.
8525 (ada_val_print_ptr): Remove unused language parameter.
8526 (ada_val_print_num): Remove language parameter and use Ada language
8527 definition instead.
8528 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8529 parameter.
8530 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8531 parameter and use Ada language definition instead.
8532 (ada_val_print_1): Update all ada_val_print_xxx calls.
8533 Remove language parameter.
8534 (ada_val_print): Update ada_val_print_1 call.
8535
8536 2019-05-08 Tom Tromey <tromey@adacore.com>
8537
8538 * remote.c (remote_hw_watchpoint_limit)
8539 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8540 Now static.
8541
8542 2019-05-08 Tom Tromey <tromey@adacore.com>
8543
8544 * maint.c (_initialize_maint_cmds): Move initialization code to
8545 remote.c.
8546 (watchdog, show_watchdog): Move to remote.c.
8547 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8548 "watchdog" static.
8549 (_initialize_remote): Move initialization code from maint.c.
8550 * defs.h (watchdog): Don't declare.
8551
8552 2019-05-08 Tom Tromey <tromey@adacore.com>
8553
8554 * tui/tui-interp.c: Include main.h.
8555 * interps.c: Include main.h.
8556 * main.h (interpreter_p): Declare.
8557 * defs.h (interpreter_p): Don't declare.
8558
8559 2019-05-08 Tom Tromey <tromey@adacore.com>
8560
8561 * dwarf2loc.c: Include dwarf2read.h.
8562 * defs.h (read_unsigned_leb128): Don't declare.
8563 * dwarf2read.h (read_unsigned_leb128): Declare.
8564
8565 2019-05-08 Tom Tromey <tromey@adacore.com>
8566
8567 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8568 method.
8569
8570 2019-05-08 Tom Tromey <tromey@adacore.com>
8571
8572 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8573 when no wrap column is set.
8574
8575 2019-05-08 Tom Tromey <tromey@adacore.com>
8576
8577 * c-lang.c (c_get_string): Handle non-C-style arrays.
8578
8579 2019-05-08 Tom Tromey <tromey@adacore.com>
8580
8581 * typeprint.c (print_offset_data::update): Print the bit offset,
8582 not the number of bits remaining.
8583
8584 2019-05-08 Tom Tromey <tromey@adacore.com>
8585
8586 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8587 padding at end of comment.
8588
8589 2019-05-08 Tom Tromey <tromey@adacore.com>
8590
8591 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8592 Compare main types.
8593
8594 2019-05-06 Tom Tromey <tom@tromey.com>
8595
8596 * common/scoped_mmap.c: Include common-defs.h.
8597 * common/scoped_mmap.h: Don't include config.h.
8598
8599 2019-05-04 Tom Tromey <tom@tromey.com>
8600
8601 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8602 (struct aarch64_call_info): Add initializers.
8603 <si>: Now a std::vector.
8604 (pass_on_stack, aarch64_push_dummy_call): Update.
8605
8606 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8607 Tom Tromey <tom@tromey.com>
8608
8609 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8610 (ppc_threads): Now a std::vector. Now static.
8611 (hwdebug_find_thread_points_by_tid)
8612 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8613 Update.
8614
8615 2019-05-04 Tom Tromey <tom@tromey.com>
8616
8617 * arc-tdep.c (arc_tdesc_init): Return bool.
8618
8619 2019-05-04 Tom Tromey <tom@tromey.com>
8620
8621 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8622 Use gdb_assert_not_reached.
8623
8624 2019-05-04 Tom Tromey <tom@tromey.com>
8625
8626 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8627 "false".
8628
8629 2019-05-04 Tom Tromey <tom@tromey.com>
8630
8631 * arc-tdep.c (arc_tdesc_init): Use bool.
8632
8633 2019-05-04 Tom Tromey <tom@tromey.com>
8634
8635 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8636
8637 2019-05-04 Tom Tromey <tom@tromey.com>
8638
8639 * cli/cli-cmds.c (valid_command_p): Return bool.
8640
8641 2019-05-04 Tom Tromey <tom@tromey.com>
8642
8643 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8644 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8645
8646 2019-05-04 Raul Tambre <raul@tambre.ee>
8647
8648 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8649 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8650 operator for comparison.
8651
8652 2019-05-04 Tom Tromey <tom@tromey.com>
8653
8654 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8655 (lookup_partial_symbol, print_partial_symbols)
8656 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8657 (psymbol_compare): Update.
8658 (add_psymbol_to_bcache): Clear the entire psymbol.
8659 (maintenance_check_psymtabs): Update.
8660 * psympriv.h (struct partial_symbol): Don't derive from
8661 general_symbol_info.
8662 <obj_section, unrelocated_address, address,
8663 set_unrelocated_address>: Update.
8664 <ginfo>: New member.
8665 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8666 (debug_names::write_psymbols): Update.
8667
8668 2019-05-04 Tom de Vries <tdevries@suse.de>
8669
8670 * contrib/cc-with-tweaks.sh: Support -n arg.
8671
8672 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8673
8674 * corelow.c (core_target::detach): Ensure frame cache and
8675 register caches are cleared.
8676 inferior.c (exit_inferior_1): Likewise.
8677
8678 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8679 Tom Tromey <tom@tromey.com>
8680
8681 * dictionary.c (collate_pending_symbols_by_language): Remove
8682 "struct" from foreach.
8683 * symtab.c (lookup_global_symbol_from_objfile)
8684 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8685 foreach.
8686 * ser-tcp.c (net_open): Remove "struct" from foreach.
8687 * objfiles.c (objfile_relocate, objfile_rebase)
8688 (objfile_has_symbols): Remove "struct" from foreach.
8689 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8690 from foreach.
8691 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8692 foreach.
8693 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8694 "struct" from foreach.
8695 * ada-lang.c (create_excep_cond_exprs)
8696 (ada_exception_catchpoint_cond_string): Remove "struct" from
8697 foreach.
8698
8699 2019-05-03 Tom Tromey <tromey@adacore.com>
8700
8701 * ada-exp.y (convert_char_literal): Check suffix of each
8702 enumerator.
8703
8704 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8705
8706 PR ada/21406:
8707 * ada-exp.y (yywrap): Don't define.
8708 * ada-lex.l (%option): Add noyywrap
8709 (yywrap): Remove.
8710
8711 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8712
8713 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8714 _WIN32_WINNT to the XP level, unless already defined to a higher
8715 level.
8716
8717 * unittests/parse-connection-spec-selftests.c:
8718 * ser-tcp.c:
8719 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8720 override.
8721
8722 * symfile.c (find_separate_debug_file): Remove colon from the
8723 drive spec of DOS/Windows file names of the target, so that the
8724 file name produced from DEBUGDIR and the target's directory will
8725 be valid on DOS/Windows systems.
8726
8727 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8728
8729 * rust-lang.c (val_print_struct): Handle printing structures
8730 containing strings.
8731
8732 2019-05-02 Tom Tromey <tromey@adacore.com>
8733
8734 * valarith.c (_initialize_valarith): Remove.
8735
8736 2019-05-01 Tom Tromey <tromey@adacore.com>
8737
8738 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8739 bitfields.
8740
8741 2019-05-01 Tom Tromey <tromey@adacore.com>
8742
8743 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8744 for big-endian copies.
8745
8746 2019-04-30 Ali Tamur <tamur@google.com>
8747 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8748 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8749 (read_3_bytes): New function.
8750
8751 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8752
8753 * windows-nat.c (main_thread_id): Delete.
8754 (handle_output_debug_string): Replace main_thread_id by
8755 current_event.dwThreadId.
8756 (fake_create_process): Likewise.
8757 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8758 Do not set main_thread_id.
8759 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8760 current_event.dwThreadId.
8761 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8762
8763 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8764
8765 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8766 Use current_event.dwThreadId instead of main_thread_id.
8767
8768 2019-04-30 Tom Tromey <tromey@adacore.com>
8769
8770 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8771 (create_excep_cond_exprs): Iterate over program spaces.
8772 (ada_exception_catchpoint_cond_string): Examine all minimal
8773 symbols for exception types.
8774
8775 2019-04-30 Tom Tromey <tromey@adacore.com>
8776
8777 PR c++/24470:
8778 * dwarf2read.c (process_structure_scope): Handle case where type
8779 has template parameters but no symbol was created.
8780
8781 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8782 Chris January <chris.january@arm.com>
8783
8784 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8785 qualifier.
8786 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8787
8788 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8789
8790 * f-typeprint.c (f_print_type): Update rules for printing
8791 whitespace.
8792 (f_type_print_varspec_suffix): Likewise.
8793
8794 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8795 Chris January <chris.january@arm.com>
8796
8797 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8798 function arguments.
8799
8800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8801
8802 * f-lang.c (build_fortran_types): Change name of void type to
8803 lower case.
8804 * f-typeprint.c (f_type_print_base): Print the name of the void
8805 type, rather than a fixed string.
8806 * f-valprint.c (f_decorations): Use lower case void string.
8807
8808 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8809 Chris January <chris.january@arm.com>
8810
8811 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8812 types for Fortran.
8813
8814 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8815 Chris January <chris.january@arm.com>
8816 David Lecomber <david.lecomber@arm.com>
8817
8818 * f-exp.y (BINOP_INTRINSIC): New token.
8819 (exp): New parser rule handling BINOP_INTRINSIC.
8820 (f77_keywords): Add new builtin procedures.
8821 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8822 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8823 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8824 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8825 (print_unop_subexp_f): New function.
8826 (print_binop_subexp_f): New function.
8827 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8828 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8829 (dump_subexp_body_f): Likewise.
8830 (operator_check_f): Likewise.
8831 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8832 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8833
8834 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8835
8836 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8837 UNOP_KIND.
8838 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8839 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8840 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8841 (operator_length_f): New fuction.
8842 (print_subexp_f): New function.
8843 (op_name_f): New function.
8844 (dump_subexp_body_f): New function.
8845 (operator_check_f): New function.
8846 (exp_descriptor_f): Replace standard expression handling functions
8847 with new functions.
8848 * gdb/fortran-operator.def: New file.
8849 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8850 * gdb/std-operator.def: Remove UNOP_KIND.
8851
8852 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8853
8854 * std-operator.def: Remove unbalanced, stray double quote
8855 character.
8856
8857 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8858 Chris January <chris.january@arm.com>
8859 Daniel Everett <daniel.everett@arm.com>
8860 Nick Forrington <nick.forrington@arm.com>
8861 Richard Bunt <richard.bunt@arm.com>
8862
8863 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8864 of depth when printing anonymous structs or unions.
8865 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8866 Don't print either the top-level value, or the children if the
8867 max-depth is exceeded.
8868 (ppscm_print_children): When printing the key of a map, allow one
8869 extra level of depth.
8870 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8871 print either the top-level value, or the children if the max-depth
8872 is exceeded.
8873 (print_children): When printing the key of a map, allow one extra
8874 level of depth.
8875 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8876 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8877 (user_print_options): Initialise max_depth field.
8878 (val_print_scalar_or_string_type_p): New function.
8879 (val_print): Check to see if the max depth has been reached.
8880 (val_print_check_max_depth): Define new function.
8881 (show_print_max_depth): New function.
8882 (_initialize_valprint): Add 'print max-depth' option.
8883 * valprint.h (struct value_print_options) <max_depth>: New field.
8884 (val_print_check_max_depth): Declare new function.
8885 * NEWS: Document new feature.
8886
8887 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8888
8889 * ada-lang.c (ada_language_defn): Initialise new field.
8890 * c-lang.c (c_is_string_type_p): New function.
8891 (c_language_defn): Initialise new field.
8892 (cplus_language_defn): Initialise new field.
8893 (asm_language_defn): Initialise new field.
8894 (minimal_language_defn): Initialise new field.
8895 * c-lang.h (c_is_string_type_p): Declare new function.
8896 * d-lang.c (d_language_defn): Initialise new field.
8897 * f-lang.c (f_is_string_type_p): New function.
8898 (f_language_defn): Initialise new field.
8899 * go-lang.c (go_is_string_type_p): New function.
8900 (go_language_defn): Initialise new field.
8901 * language.c (default_is_string_type_p): New function.
8902 (unknown_language_defn): Initialise new field.
8903 (auto_language_defn): Initialise new field.
8904 * language.h (struct language_defn) <la_is_string_type_p>: New
8905 member variable.
8906 (default_is_string_type_p): Declare new function.
8907 * m2-lang.c (m2_language_defn): Initialise new field.
8908 * objc-lang.c (objc_language_defn): Initialise new field.
8909 * opencl-lang.c (opencl_language_defn): Initialise new field.
8910 * p-lang.c (pascal_is_string_type_p): New function.
8911 (pascal_language_defn): Initialise new field.
8912 * rust-lang.c (rust_is_string_type_p): New function.
8913 (rust_language_defn): Initialise new field.
8914
8915 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8916
8917 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8918 New field.
8919 * ada-lang.c (ada_language_defn): Initialise new field.
8920 * c-lang.c (c_language_defn): Likewise.
8921 (cplus_language_defn): Likewise.
8922 (asm_language_defn): Likewise.
8923 (minimal_language_defn): Likewise.
8924 * d-lang.c (d_language_defn): Likewise.
8925 * f-lang.c (f_language_defn): Likewise.
8926 * go-lang.c (go_language_defn): Likewise.
8927 * language.c (unknown_language_defn): Likewise.
8928 (auto_language_defn): Likewise.
8929 * m2-lang.c (m2_language_defn): Likewise.
8930 * objc-lang.c (objc_language_defn): Likewise.
8931 * opencl-lang.c (opencl_language_defn): Likewise.
8932 * p-lang.c (pascal_language_defn): Likewise.
8933 * rust-lang.c (rust_language_defn): Likewise.
8934
8935 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8936
8937 * ada-lang.c (ada_is_character_type): Change return type to bool.
8938 (ada_is_string_type): Likewise.
8939 * ada-lang.h (ada_is_character_type): Update declaration
8940 (ada_is_string_type): Likewise.
8941
8942 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8943
8944 Support style in 'frame|thread apply'
8945
8946 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8947 * record.c (record_start, record_stop): Update callers of
8948 execute_command_to_string with false.
8949 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8950 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8951 methods.
8952 (class string_file): New constructor with term_out parameter.
8953 Override methods term_out and can_emit_style_escape. New member
8954 term_out.
8955 (class stdio_file): Override can_emit_style_escape.
8956 (class tee_file): Override term_out and can_emit_style_escape.
8957 * utils.h (can_emit_style_escape): Remove.
8958 * utils.c (can_emit_style_escape): Likewise.
8959 Update all callers of can_emit_style_escape (SOMESTREAM) to
8960 SOMESTREAM->can_emit_style_escape.
8961 * source-cache.c (source_cache::get_source_lines): Likewise.
8962 * stack.c (frame_apply_command_count): Call execute_command_to_string
8963 passing the term_out characteristic of the current gdb_stdout.
8964 * thread.c (thr_try_catch_cmd): Likewise.
8965 * top.c (execute_command_to_string): pass term_out parameter
8966 to construct the string_file for the command output.
8967 * ui-file.c (term_cli_styling): New function (most code moved
8968 from utils.c can_emit_style_escape).
8969 (string_file::string_file, string_file::can_emit_style_escape,
8970 stdio_file::can_emit_style_escape, tee_file::term_out,
8971 tee_file::can_emit_style_escape): New functions.
8972
8973 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8974
8975 * NEWS: Mention the new set|show may-call-functions.
8976 * infcall.c (may_call_functions_p): New variable.
8977 (show_may_call_functions_p): New function.
8978 (call_function_by_hand_dummy): Throws an error if not
8979 may-call-functions.
8980 (_initialize_infcall): Call add_setshow_boolean_cmd for
8981 may-call-functions.
8982
8983 2019-04-25 Keith Seitz <keiths@redhat.com>
8984
8985 PR c++/24367
8986 * cp-support.c (inspect_type): Don't attempt substitutions
8987 of symbol with the same name.
8988
8989 2019-04-25 Tom Tromey <tromey@adacore.com>
8990
8991 PR gdb/24475:
8992 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8993 static.
8994
8995 2019-04-25 Tom Tromey <tromey@adacore.com>
8996
8997 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8998 rvalue reference.
8999 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9000 (gdb_xml_parser::parse): Use std::move.
9001 * python/python-internal.h (gdbpy_convert_exception): Take a const
9002 reference.
9003 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9004 std::move.
9005 * python/py-utils.c (gdbpy_convert_exception): Take a const
9006 reference.
9007 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9008 Use std::move.
9009 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9010 Use std::move.
9011 * mi/mi-main.c (mi_print_exception): Take a const reference.
9012 * main.c (handle_command_errors): Take a const reference.
9013 * linespec.c (parse_linespec): Use std::move.
9014 * infcall.c (run_inferior_call): Use std::move.
9015 (call_function_by_hand_dummy): Use std::move.
9016 * exec.c (try_open_exec_file): Use std::move.
9017 * exceptions.h (exception_print, exception_fprintf)
9018 (exception_print_same): Update.
9019 * exceptions.c (print_exception, exception_print)
9020 (exception_fprintf, exception_print_same): Change parameters to
9021 const reference.
9022 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9023 * common/new-op.c: Use std::move.
9024 * common/common-exceptions.h (struct gdb_exception): Add move
9025 constructor.
9026 (struct gdb_exception_error, struct gdb_exception_quit, struct
9027 gdb_quit_bad_alloc): Change constructor to move constructor.
9028 (throw_exception): Change parameter to rvalue reference.
9029 * common/common-exceptions.c (throw_exception): Take rvalue
9030 reference.
9031 * cli/cli-interp.c (safe_execute_command): Use std::move.
9032 * breakpoint.c (insert_bp_location, location_to_sals): Use
9033 std::move.
9034
9035 2019-04-25 Tom Tromey <tromey@adacore.com>
9036
9037 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9038 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9039 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9040 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9041 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9042 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9043 guile/scm-value.c: Use unpack.
9044 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9045 gdbscm_gdb_exception.
9046 (gdbscm_throw_gdb_exception): Likewise.
9047 (struct gdbscm_gdb_exception): New.
9048 (unpack): New function.
9049 (gdbscm_wrap): Use unpack.
9050
9051 2019-04-25 Tom Tromey <tromey@adacore.com>
9052
9053 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9054 (gdb_rl_callback_handler): Use std::move.
9055 * common/common-exceptions.h (struct gdb_exception): Add move
9056 assignment operator.
9057 (throw_exception_sjlj): Change "exception" to const reference.
9058 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9059 (throw_exception_sjlj): Change "exception" to const reference.
9060
9061 2019-04-25 Tom Tromey <tromey@adacore.com>
9062
9063 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9064 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9065 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9066 Update.
9067 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9068 Update.
9069 * mi/mi-interp.c (mi_interp::exec): Update.
9070 * linespec.c (parse_linespec): Update.
9071 * infcall.c (run_inferior_call): Update.
9072 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9073 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9074 (gdbscm_lookup_global_symbol): Update.
9075 * guile/scm-param.c (gdbscm_parameter_value): Update.
9076 * guile/scm-frame.c (gdbscm_frame_read_register)
9077 (gdbscm_frame_read_var): Update.
9078 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9079 * exec.c (try_open_exec_file): Update.
9080 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9081 (gdb_rl_callback_handler): Update.
9082 * common/common-exceptions.h (exception_none): Don't declare.
9083 * common/common-exceptions.c (exception_none): Don't define.
9084 (struct catcher) <exception>: Update.
9085 * cli/cli-interp.c (safe_execute_command): Update.
9086 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9087
9088 2019-04-25 Ali Tamur <tamur@google.com>
9089
9090 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9091 (read_attribute_value): Likewise.
9092 (dwarf2_read_addr_index): Update comment.
9093 (read_str_index): Add DW_FORM_strx.
9094 (dwarf2_string_attr): Likewise.
9095 (dwarf2_const_value_attr): Likewise.
9096 (dump_die_shallow): Likewise.
9097 (dwarf2_fetch_constant_bytes): Likewise.
9098 (skip_form_bytes): Likewise.
9099 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9100
9101 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9102
9103 PR corefiles/11608
9104 PR corefiles/18187
9105 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9106 OFFSET. Verify if current mapping contains an ELF header.
9107 (linux_find_memory_regions_full): Adjust call to
9108 dump_mapping_p.
9109
9110 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9111 Kang Li <kanglictf@gmail.com>
9112
9113 PR gdb/21600
9114
9115 * dwarf2-frame.c (read_initial_length): Be consistent about using
9116 unsigned representation of length.
9117 (decode_frame_entry_1): Likewise. Check for wraparound of
9118 end pointer as well as buffer overflow.
9119
9120 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9121
9122 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9123 "vq".
9124
9125 2019-04-24 Tom Tromey <tromey@adacore.com>
9126
9127 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9128
9129 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9130
9131 * s12z-tdep.c (s12z_unwind_pc): Delete.
9132 (s12z_unwind_sp): Delete.
9133 (s12z_gdbarch_init): Don't register deleted functions with
9134 gdbarch.
9135
9136 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9137
9138 * rl78-tdep.c (rl78_unwind_sp): Delete.
9139 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9140
9141 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9142
9143 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9144 (xstormy16_unwind_pc): Delete.
9145 (xstormy16_dummy_id): Delete.
9146 (xstormy16_gdbarch_init): Don't register deleted functions with
9147 gdbarch.
9148
9149 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9150
9151 * vax-tdep.c (vax_unwind_pc): Delete.
9152 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9153
9154 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9155
9156 * v850-tdep.c (v850_unwind_sp): Delete.
9157 (v850_unwind_pc): Delete.
9158 (v850_dummy_id): Delete.
9159 (v850_gdbarch_init): Don't register deleted functions with
9160 gdbarch.
9161
9162 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9163
9164 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9165 (tilegx_unwind_pc): Delete.
9166 (tilegx_unwind_dummy_id): Delete.
9167 (tilegx_gdbarch_init): Don't register deleted functions with
9168 gdbarch.
9169
9170 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9171
9172 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9173 (tic6x_dummy_id): Delete.
9174 (tic6x_gdbarch_init): Don't register deleted functions with
9175 gdbarch.
9176
9177 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * sparc-tdep.c (sparc_unwind_pc): Delete.
9180 (sparc32_gdbarch_init): Don't register deleted function with
9181 gdbarch.
9182
9183 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9184
9185 * sh-tdep.c (sh_unwind_sp): Delete.
9186 (sh_unwind_pc): Delete.
9187 (sh_dummy_id): Delete.
9188 (sh_gdbarch_init): Don't register deleted functions with
9189 gdbarch.
9190
9191 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9192
9193 * score-tdep.c (score_unwind_sp): Delete.
9194 (score_unwind_pc): Delete.
9195 (score_dummy_id): Delete.
9196 (score_gdbarch_init): Don't register deleted functions with
9197 gdbarch.
9198
9199 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9200
9201 * rx-tdep.c (rx_unwind_pc): Delete.
9202 (rx_unwind_sp): Delete.
9203 (rx_dummy_id): Delete.
9204 (rx_gdbarch_init): Don't register deleted functions with
9205 gdbarch. Update comment.
9206
9207 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9208
9209 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9210 (rs6000_dummy_id): Delete.
9211 (rs6000_gdbarch_init): Don't register deleted functions with
9212 gdbarch.
9213
9214 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9215
9216 * or1k-tdep.c (or1k_dummy_id): Delete.
9217 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9218
9219 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9220
9221 * nios2-tdep.c (nios2_dummy_id): Delete.
9222 (nios2_unwind_sp): Delete.
9223 (nios2_gdbarch_init): Don't register deleted functions with
9224 gdbarch.
9225
9226 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9227
9228 * nds32-tdep.c (nds32_dummy_id): Delete.
9229 (nds32_unwind_pc): Delete.
9230 (nds32_unwind_sp): Delete.
9231 (nds32_gdbarch_init): Don't register deleted functions with
9232 gdbarch.
9233
9234 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9235
9236 * msp430-tdep.c (msp430_unwind_pc): Delete.
9237 (msp430_unwind_sp): Delete.
9238 (msp430_dummy_id): Delete.
9239 (msp430_gdbarch_init): Don't register deleted functions with
9240 gdbarch.
9241
9242 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9243
9244 * moxie-tdep.c (moxie_unwind_sp): Delete.
9245 (moxie_unwind_pc): Delete.
9246 (moxie_dummy_id): Delete.
9247 (moxie_gdbarch_init): Don't register deleted functions with
9248 gdbarch.
9249
9250 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9251
9252 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9253 (mn10300_unwind_pc): Delete.
9254 (mn10300_unwind_sp): Delete.
9255 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9256 mn10300_unwind_sp.
9257 (mn10300_frame_unwind_init): Don't register deleted functions with
9258 gdbarch.
9259
9260 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9261
9262 * mep-tdep.c (mep_unwind_pc): Delete.
9263 (mep_unwind_sp): Delete.
9264 (mep_dummy_id): Delete.
9265 (mep_gdbarch_init): Don't register deleted functions with
9266 gdbarch.
9267
9268 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9269
9270 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9271 (m68hc11_unwind_sp): Delete.
9272 (m68hc11_gdbarch_init): Don't register deleted functions with
9273 gdbarch.
9274
9275 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9276
9277 * m32r-tdep.c (m32r_unwind_sp): Delete.
9278 (m32r_unwind_pc): Delete.
9279 (m32r_dummy_id): Delete.
9280 (m32r_gdbarch_init): Don't register deleted functions with
9281 gdbarch.
9282
9283 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9284
9285 * m32c-tdep.c (m32c_unwind_pc): Delete.
9286 (m32c_unwind_sp): Delete.
9287 (m32c_dummy_id): Delete.
9288 (m32c_gdbarch_init): Don't register deleted functions with
9289 gdbarch.
9290
9291 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9292
9293 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9294 (lm32_unwind_pc): Delete.
9295 (lm32_dummy_id): Delete.
9296 (lm32_gdbarch_init): Don't register deleted functions with
9297 gdbarch.
9298
9299 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9300
9301 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9302 (iq2000_unwind_pc): Delete.
9303 (iq2000_dummy_id): Delete.
9304 (iq2000_gdbarch_init): Don't register deleted functions with
9305 gdbarch.
9306
9307 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9308
9309 * nds32-tdep.c (nds32_type_align): Delete.
9310 (nds32_push_dummy_call): Use type_align instead.
9311
9312 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9313
9314 * arm-tdep.c (arm_type_align): Only handle vector override case.
9315 (arm_push_dummy_call): Use type_align.
9316 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9317
9318 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9319
9320 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9321 case.
9322 (pass_on_stack): Use type_align.
9323 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9324 function.
9325
9326 2019-04-23 Tom Tromey <tromey@adacore.com>
9327
9328 * dwarf2read.c (line_header::file_name_at): Remove unused
9329 overload.
9330
9331 2019-04-23 Tom de Vries <tdevries@suse.de>
9332
9333 PR gdb/24438
9334 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9335 invocation.
9336
9337
9338 2019-03-27 Ali Tamur <tamur@google.com>
9339
9340 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9341 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9342 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9343 (dwarf_expr_context::get_addr_index): Likewise
9344 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9345 (symbol_needs_eval_context::get_addr_index): Likewise
9346 (disassemble_dwarf_expression): Add DW_OP_addrx
9347 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9348 (read_cutu_die_from_dwo): Update comment
9349 (skip_one_die): Add DW_FORM_addrx
9350 (read_attribute_value): Likewise
9351 (var_decode_location): Add DW_OP_addrx
9352 (dwarf2_const_value_attr): Add DW_FORM_addrx
9353 (dump_die_shallow): Likewise
9354 (dwarf2_fetch_constant_bytes): Likewise
9355 (decode_locdesc): Add DW_OP_addrx
9356 (skip_form_bytes): Add DW_FORM_addrx
9357
9358 2019-04-22 Ali Tamur <tamur@google.com>
9359
9360 * MAINTAINERS (Write After Approval): Add self.
9361
9362 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9363
9364 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9365 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9366 (open_symbol_file_object): Likewise.
9367 (svr4_default_sos): Add info parameter.
9368 (svr4_read_so_list): Likewise.
9369 (svr4_current_sos_direct): Adjust functions calls to pass down
9370 info.
9371 (svr4_current_sos_1): Add info parameter.
9372 (svr4_current_sos): Call get_svr4_info, pass info down to
9373 svr4_current_sos_1.
9374 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9375 get_svr4_info.
9376 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9377 get_svr4_info.
9378 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9379 to get_svr4_info.
9380 (probes_table_remove_objfile_probes): Likewise.
9381 (register_solib_event_probe): Add info parameter.
9382 (solist_update_incremental): Pass info parameter down to
9383 svr4_read_so_list.
9384 (disable_probes_interface): Add info parameter.
9385 (svr4_handle_solib_event): Pass current_program_space to
9386 get_svr4_info. Adjust disable_probes_interface cleanup.
9387 (svr4_create_probe_breakpoints): Add info parameter, pass it
9388 down to register_solib_event_probe.
9389 (svr4_create_solib_event_breakpoints): Add info parameter,
9390 pass it down to svr4_create_probe_breakpoints.
9391 (enable_break): Pass info down to
9392 svr4_create_solib_event_breakpoints.
9393 (svr4_solib_create_inferior_hook): Pass current_program_space to
9394 get_svr4_info.
9395 (svr4_clear_solib): Likewise.
9396
9397 2019-04-22 Pedro Alves <palves@redhat.com>
9398
9399 * solib-svr4.c (svr4_free_objfile_observer): New.
9400 (probe_and_action::objfile): New field.
9401 (probes_table_htab_remove_objfile_probes)
9402 (probes_table_remove_objfile_probes): New functions.
9403 (register_solib_event_probe): Add 'objfile' parameter. Store it
9404 in the new probe_and_action. Don't store the probe in 'lookup'.
9405 (svr4_create_probe_breakpoints): Pass objfile to
9406 register_solib_event_probe.
9407 (_initialize_svr4_solib): Register a free_objfile observer.
9408
9409 2019-04-19 Tom Tromey <tom@tromey.com>
9410
9411 * common/queue.h: Remove.
9412
9413 2019-04-19 Tom Tromey <tom@tromey.com>
9414
9415 * event-loop.c: Don't include "common/queue.h".
9416
9417 2019-04-19 Tom Tromey <tom@tromey.com>
9418
9419 * remote.c (remote_target): Use delete.
9420 * remote-notif.h: Include <list>, not "common/queue.h".
9421 (notif_client_p): Remove typedef.
9422 (remote_notif_state): Add constructor, destructor, initializer.
9423 <notif_queue>: Now a std::list.
9424 (remote_notif_state_xfree): Don't declare.
9425 * remote-notif.c (remote_notif_process, handle_notification)
9426 (remote_notif_state_allocate): Update.
9427 (~remote_notif_state): Rename from remote_notif_state_xfree.
9428
9429 2019-04-19 Tom Tromey <tom@tromey.com>
9430
9431 * symfile.c (reread_symbols): Update.
9432 * objfiles.c (objfile_register_static_link)
9433 (objfile_lookup_static_link): Update
9434 (~objfile) Don't delete static_links.
9435 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9436
9437 2019-04-19 Tom Tromey <tom@tromey.com>
9438
9439 * type-stack.h (struct type_stack) <insert>: Constify string.
9440 * type-stack.c (type_stack::insert): Constify string.
9441 * gdbtypes.h (lookup_template_type): Update.
9442 (address_space_name_to_int): Update.
9443 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9444 const.
9445 (lookup_template_type): Make name const.
9446 * c-exp.y: Update rules.
9447 (lex_one_token, classify_name, classify_inner_name)
9448 (c_print_token): Update.
9449 * p-exp.y: Update rules.
9450 (yylex): Update.
9451 * f-exp.y: Update rules.
9452 (yylex): Update.
9453 * d-exp.y: Update rules.
9454 (lex_one_token, classify_name, classify_inner_name): Update.
9455 * parse.c (write_dollar_variable, copy_name): Return std::string.
9456 * parser-defs.h (copy_name): Change return type.
9457 * m2-exp.y: Update rules.
9458 (yylex): Update.
9459 * go-exp.y (lex_one_token): Update.
9460 Update rules.
9461 (classify_unsafe_function, classify_packaged_name)
9462 (classify_name, yylex): Update.
9463
9464 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9465
9466 * configure.ac: add --enable-source-highlight switch.
9467 * configure: Regenerate.
9468 * top.c (print_gdb_version): plumb --enable-source-highlight
9469 status to "show configuration".
9470
9471 2019-04-19 Tom Tromey <tromey@adacore.com>
9472
9473 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9474 Check ADA_TYPE_P.
9475 (empty_record, ada_template_to_fixed_record_type_1)
9476 (template_to_static_fixed_type)
9477 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9478 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9479 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9480 macros.
9481
9482 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9483
9484 PR symtab/24423:
9485 * source.c (print_source_lines_base): Advance "iter" when a
9486 control character is seen.
9487
9488 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9489
9490 * inferior.h (struct infcall_suspend_state_deleter):
9491 Catch exception in destructor to avoid crash.
9492
9493 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9494
9495 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9496 close to the add_com "shell".
9497
9498 2019-04-18 Tom Tromey <tromey@adacore.com>
9499
9500 * process-stratum-target.h (class process_stratum_target)
9501 <stratum>: Add "final".
9502
9503 2019-04-17 Tom Tromey <tromey@adacore.com>
9504
9505 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9506 against nullptr before use.
9507
9508 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9509
9510 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9511
9512 2019-04-17 Jim Wilson <jimw@sifive.com>
9513 Andrew Burgess <andrew.burgess@embecosm.com>
9514
9515 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9516 code read might fail, assume 4-byte breakpoint in that case.
9517
9518 2019-04-15 Leszek Swirski <leszeks@google.com>
9519
9520 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9521 rather than a hand-rolled POD check when checking for forced MEMORY
9522 classification.
9523
9524 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9525
9526 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9527 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9528 function.
9529 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9530 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9531 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9532 declaration.
9533
9534 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9535
9536 * aarch64-linux-nat.c
9537 (aarch64_linux_nat_target::thread_architecture): Add override.
9538 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9539 each VQ.
9540
9541 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9542
9543 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9544
9545 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9546
9547 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9548 target types of size 96-bits, add some additional comments, and
9549 check that the builtin type we found was the correct size.
9550
9551 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9552
9553 * utils.c (prompt_for_continue): Don't restore the styling at the
9554 end, as applied_style has the wrong value. This fixes styling in
9555 long lists of file names that are interrupted by the "Continue?"
9556 prompt.
9557
9558 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9559
9560 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9561 * c-lang.c (c_language_defn): Likewise.
9562 (cplus_language_defn): Likewise.
9563 (asm_language_defn): Likewise.
9564 (minimal_language_defn): Likewise.
9565 * d-lang.c (d_language_defn): Likewise.
9566 * f-lang.c (f_language_defn): Likewise.
9567 * go-lang.c (go_language_defn): Likewise.
9568 * language.c (unknown_language_defn): Likewise.
9569 (auto_language_defn): Likewise.
9570 * language.h (struct language_defn): Remove la_magic field.
9571 (LANG_MAGIC): Delete.
9572 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9573 * objc-lang.c (objc_language_defn): Likewise.
9574 * opencl-lang.c (opencl_language_defn): Likewise.
9575 * p-lang.c (pascal_language_defn): Likewise.
9576 * rust-lang.c (rust_language_defn): Likewise.
9577
9578 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9579
9580 * riscv-tdep.c (riscv_type_align): New function.
9581 (riscv_type_alignment): Delete.
9582 (riscv_arg_location): Use 'type_align'.
9583 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9584
9585 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9586
9587 * gdbtypes.c (type_align): A struct with no non-static fields also
9588 has alignment of 1.
9589
9590 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9591
9592 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9593 component to 0.
9594 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9595 member.
9596 (riscv_struct_info::analyse): New implementation using new
9597 analyse_inner member function.
9598 (riscv_struct_info::field_offset): New member function.
9599 (riscv_struct_info::m_offsets): New member variable.
9600 (riscv_struct_info::analyse_inner): New private member function,
9601 takes the old implementation of riscv_struct_info::analyse but
9602 extended to track field offsets.
9603 (riscv_call_arg_struct): Update the struct folding special cases
9604 to handle cases where empty C++ structs, which are non-zero
9605 length, are found.
9606 (riscv_arg_location): Initialise the length of each location, a
9607 non-zero length now indicates the location is in use.
9608 (riscv_push_dummy_call): Allow for the first location having a
9609 non-zero offset when setting up arguments.
9610 (riscv_return_value): Likewise, but for return values.
9611
9612 2019-04-11 Tom Tromey <tromey@adacore.com>
9613
9614 * utils.c (internal_vproblem): Make "msg" const.
9615
9616 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9617
9618 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9619 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9620 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9621 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9622
9623 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9624
9625 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9626 function.
9627 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9628 of amd64_collect_native_gregset.
9629 (amd64_linux_nat_target::store_registers): Likewise.
9630
9631 2019-04-10 Tom Tromey <tom@tromey.com>
9632
9633 * symtab.c (lookup_global_symbol_from_objfile)
9634 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9635 * objfiles.h (class separate_debug_iterator): New.
9636 (class separate_debug_range): New.
9637 (struct objfile) <separate_debug_objfiles>: New method.
9638 (objfile_separate_debug_iterate): Don't declare.
9639 * objfiles.c (separate_debug_iterator::operator++): Rename from
9640 objfile_separate_debug_iterate.
9641 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9642 iterator.
9643 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9644 iterator.
9645
9646 2019-04-10 Tom Tromey <tom@tromey.com>
9647
9648 * symfile.c (reread_symbols): Remove old comment.
9649 * objfiles.c (free_all_objfiles): Fix a typo.
9650
9651 2019-04-10 Tom Tromey <tom@tromey.com>
9652
9653 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9654 * minsyms.c (lookup_minimal_symbol): Use foreach.
9655 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9656 (lookup_minimal_symbol_solib_trampoline): Likewise.
9657 * symfile.c (reread_symbols): Use foreach.
9658
9659 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9660 Tom Tromey <tromey@adacore.com>
9661
9662 PR rust/24414:
9663 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9664 (rust_lex_int_test): Change "value" to be LONGEST.
9665 (rust_lex_tests): Add test for long integer literal.
9666
9667 2019-04-09 Tom Tromey <tromey@adacore.com>
9668
9669 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9670 to bool.
9671 (extended_remote_target::attach): Update.
9672 (remote_target::remote_notice_new_inferior): Update.
9673 (remote_target::add_current_inferior_and_thread): Update.
9674 * inferior.c (exit_inferior_1): Use "false".
9675 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9676
9677 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9678
9679 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9680 the "start" command.
9681
9682 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9683
9684 * python/py-inferior.c (infpy_thread_from_thread_handle):
9685 Adjust comments to reflect renaming of thread_from_thread_handle
9686 to thread_from_handle. Adjust keywords. Fix type error message.
9687 (inferior_object_methods): Add thread_from_handle. Retain
9688 thread_from_thread_handle, but mark it as deprecated.
9689
9690 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9691
9692 * gdbthread.h (find_thread_by_handle): Revise declaration.
9693 * thread.c (find_thread_by_handle): Likewise. Adjust
9694 implementation too.
9695 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9696 support for buffer objects as handles.
9697
9698 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9699
9700 * python/py-infthread.c (thpy_thread_handle): New function.
9701 (thread_object_methods): Register thpy_thread_handle.
9702
9703 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9704
9705 * gdbthread.h (thread_to_thread_handle): Declare.
9706 * thread.c (gdbtypes.h): Include.
9707 (thread_to_thread_handle): New function.
9708
9709 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9710 (target_thread_info_to_thread_handle): Declare.
9711 * target.c (target_thread_info_to_thread_handle): New function.
9712 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9713 * target-delegates.c: Regenerate.
9714
9715 * linux-thread-db.c (class thread_db_target): Add method
9716 thread_info_to_thread_handle.
9717 (thread_db_target::thread_info_to_thread_handle): Define.
9718 * remote.c (class remote_target): Add new method
9719 thread_info_to_thread_handle.
9720 (remote_target::thread_info_to_thread_handle): Define.
9721
9722 2019-04-08 Pedro Alves <palves@redhat.com>
9723
9724 * common/common-exceptions.c (throw_exception): Don't create
9725 named object to throw; throw directly.
9726 (throw_it): Likewise. Don't initialize gdb_exception::message
9727 here, with new; pass FMT and AP to the ctor instead.
9728 * common/common-exceptions.h: Include <string>.
9729 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9730 const char *, va_list)): New ctor. Use std::make_shared.
9731 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9732 errors)): Delete.
9733 (gdb_exception_error::gdb_exception_error(enum errors, const char
9734 *, va_list)): New.
9735 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9736 Add assertion.
9737 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9738 errors)): Delete.
9739 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9740 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9741 Add assertion.
9742
9743 2019-04-08 Tom Tromey <tom@tromey.com>
9744
9745 * valops.c (value_rtti_indirect_type): Replace throw_exception
9746 with throw.
9747 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9748 with throw.
9749 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9750 throw.
9751 * target.c (target_translate_tls_address): Replace throw_exception
9752 with throw.
9753 * stack.c (frame_apply_command_count): Replace throw_exception
9754 with throw.
9755 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9756 throw.
9757 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9758 with throw.
9759 * rs6000-tdep.c (rs6000_frame_cache)
9760 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9761 * remote.c: Replace throw_exception with throw.
9762 * record-full.c (record_full_message, record_full_wait_1)
9763 (record_full_restore): Replace throw_exception with throw.
9764 * record-btrace.c:
9765 (get_thread_current_frame_id, record_btrace_start_replaying)
9766 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9767 (cmd_record_btrace_start): Replace throw_exception with throw.
9768 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9769 throw.
9770 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9771 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9772 * linespec.c:
9773 (find_linespec_symbols): Replace throw_exception with throw.
9774 * infrun.c (displaced_step_prepare, resume): Replace
9775 throw_exception with throw.
9776 * infcmd.c (post_create_inferior): Replace throw_exception with
9777 throw.
9778 * inf-loop.c (inferior_event_handler): Replace throw_exception
9779 with throw.
9780 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9781 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9782 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9783 (get_prev_frame_always, get_frame_pc_if_available)
9784 (get_frame_address_in_block_if_available, get_frame_language):
9785 Replace throw_exception with throw.
9786 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9787 throw_exception with throw.
9788 * eval.c (fetch_subexp_value, evaluate_var_value)
9789 (evaluate_funcall, evaluate_subexp_standard): Replace
9790 throw_exception with throw.
9791 * dwarf2loc.c (call_site_find_chain)
9792 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9793 Replace throw_exception with throw.
9794 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9795 with throw.
9796 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9797 throw.
9798 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9799 * completer.c (complete_line_internal): Replace throw_exception
9800 with throw.
9801 * compile/compile-object-run.c (compile_object_run): Replace
9802 throw_exception with throw.
9803 * cli/cli-script.c (process_next_line): Replace throw_exception
9804 with throw.
9805 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9806 (btrace_enable, btrace_maint_update_pt_packets): Replace
9807 throw_exception with throw.
9808 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9809 throw_exception with throw.
9810 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9811 throw_exception with throw.
9812 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9813 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9814 * aarch64-tdep.c (aarch64_make_prologue_cache)
9815 (aarch64_make_stub_cache): Replace throw_exception with throw.
9816
9817 2019-04-08 Tom Tromey <tom@tromey.com>
9818
9819 * common/common-exceptions.c (throw_exception): Rename from
9820 throw_exception_cxx. Remove old copy. Make argument const.
9821 (throw_it): Create and throw exception objects directly.
9822 * common/common-exceptions.h (throw_exception): Make argument
9823 const.
9824 (struct gdb_exception_error): Add constructor.
9825 (struct gdb_exception_quit): Add constructor.
9826
9827 2019-04-08 Tom Tromey <tom@tromey.com>
9828
9829 * common/common-exceptions.h (exception_rethrow): Don't declare.
9830 (TRY_SJLJ): Update comment.
9831 (TRY, CATCH, END_CATCH): Remove.
9832 * common/common-exceptions.c (exception_rethrow): Remove.
9833
9834 2019-04-08 Tom Tromey <tom@tromey.com>
9835
9836 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9837 Remove.
9838 (gdb_exception_error): Rename from
9839 gdb_exception_RETURN_MASK_ERROR.
9840 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9841 (gdb_quit_bad_alloc): Update.
9842 * aarch64-tdep.c: Update.
9843 * ada-lang.c: Update.
9844 * ada-typeprint.c: Update.
9845 * ada-valprint.c: Update.
9846 * amd64-tdep.c: Update.
9847 * arch-utils.c: Update.
9848 * break-catch-throw.c: Update.
9849 * breakpoint.c: Update.
9850 * btrace.c: Update.
9851 * c-varobj.c: Update.
9852 * cli/cli-cmds.c: Update.
9853 * cli/cli-interp.c: Update.
9854 * cli/cli-script.c: Update.
9855 * common/common-exceptions.c: Update.
9856 * common/new-op.c: Update.
9857 * common/selftest.c: Update.
9858 * compile/compile-c-symbols.c: Update.
9859 * compile/compile-cplus-symbols.c: Update.
9860 * compile/compile-object-load.c: Update.
9861 * compile/compile-object-run.c: Update.
9862 * completer.c: Update.
9863 * corelow.c: Update.
9864 * cp-abi.c: Update.
9865 * cp-support.c: Update.
9866 * cp-valprint.c: Update.
9867 * darwin-nat.c: Update.
9868 * disasm-selftests.c: Update.
9869 * dtrace-probe.c: Update.
9870 * dwarf-index-cache.c: Update.
9871 * dwarf-index-write.c: Update.
9872 * dwarf2-frame-tailcall.c: Update.
9873 * dwarf2-frame.c: Update.
9874 * dwarf2loc.c: Update.
9875 * dwarf2read.c: Update.
9876 * eval.c: Update.
9877 * event-loop.c: Update.
9878 * event-top.c: Update.
9879 * exec.c: Update.
9880 * f-valprint.c: Update.
9881 * fbsd-tdep.c: Update.
9882 * frame-unwind.c: Update.
9883 * frame.c: Update.
9884 * gdbtypes.c: Update.
9885 * gnu-v3-abi.c: Update.
9886 * guile/guile-internal.h: Update.
9887 * guile/scm-block.c: Update.
9888 * guile/scm-breakpoint.c: Update.
9889 * guile/scm-cmd.c: Update.
9890 * guile/scm-disasm.c: Update.
9891 * guile/scm-frame.c: Update.
9892 * guile/scm-lazy-string.c: Update.
9893 * guile/scm-math.c: Update.
9894 * guile/scm-param.c: Update.
9895 * guile/scm-ports.c: Update.
9896 * guile/scm-pretty-print.c: Update.
9897 * guile/scm-symbol.c: Update.
9898 * guile/scm-symtab.c: Update.
9899 * guile/scm-type.c: Update.
9900 * guile/scm-value.c: Update.
9901 * i386-linux-tdep.c: Update.
9902 * i386-tdep.c: Update.
9903 * inf-loop.c: Update.
9904 * infcall.c: Update.
9905 * infcmd.c: Update.
9906 * infrun.c: Update.
9907 * jit.c: Update.
9908 * language.c: Update.
9909 * linespec.c: Update.
9910 * linux-fork.c: Update.
9911 * linux-nat.c: Update.
9912 * linux-tdep.c: Update.
9913 * linux-thread-db.c: Update.
9914 * main.c: Update.
9915 * mi/mi-cmd-break.c: Update.
9916 * mi/mi-cmd-stack.c: Update.
9917 * mi/mi-interp.c: Update.
9918 * mi/mi-main.c: Update.
9919 * objc-lang.c: Update.
9920 * p-valprint.c: Update.
9921 * parse.c: Update.
9922 * ppc-linux-tdep.c: Update.
9923 * printcmd.c: Update.
9924 * python/py-arch.c: Update.
9925 * python/py-breakpoint.c: Update.
9926 * python/py-cmd.c: Update.
9927 * python/py-finishbreakpoint.c: Update.
9928 * python/py-frame.c: Update.
9929 * python/py-framefilter.c: Update.
9930 * python/py-gdb-readline.c: Update.
9931 * python/py-inferior.c: Update.
9932 * python/py-infthread.c: Update.
9933 * python/py-lazy-string.c: Update.
9934 * python/py-linetable.c: Update.
9935 * python/py-objfile.c: Update.
9936 * python/py-param.c: Update.
9937 * python/py-prettyprint.c: Update.
9938 * python/py-progspace.c: Update.
9939 * python/py-record-btrace.c: Update.
9940 * python/py-record.c: Update.
9941 * python/py-symbol.c: Update.
9942 * python/py-type.c: Update.
9943 * python/py-unwind.c: Update.
9944 * python/py-utils.c: Update.
9945 * python/py-value.c: Update.
9946 * python/python.c: Update.
9947 * record-btrace.c: Update.
9948 * record-full.c: Update.
9949 * remote-fileio.c: Update.
9950 * remote.c: Update.
9951 * riscv-tdep.c: Update.
9952 * rs6000-aix-tdep.c: Update.
9953 * rs6000-tdep.c: Update.
9954 * rust-exp.y: Update.
9955 * rust-lang.c: Update.
9956 * s390-tdep.c: Update.
9957 * selftest-arch.c: Update.
9958 * solib-dsbt.c: Update.
9959 * solib-frv.c: Update.
9960 * solib-spu.c: Update.
9961 * solib-svr4.c: Update.
9962 * solib.c: Update.
9963 * sparc64-linux-tdep.c: Update.
9964 * stack.c: Update.
9965 * symfile-mem.c: Update.
9966 * symmisc.c: Update.
9967 * target.c: Update.
9968 * thread.c: Update.
9969 * top.c: Update.
9970 * tracefile-tfile.c: Update.
9971 * tui/tui.c: Update.
9972 * typeprint.c: Update.
9973 * unittests/cli-utils-selftests.c: Update.
9974 * unittests/parse-connection-spec-selftests.c: Update.
9975 * valops.c: Update.
9976 * valprint.c: Update.
9977 * value.c: Update.
9978 * varobj.c: Update.
9979 * windows-nat.c: Update.
9980 * x86-linux-nat.c: Update.
9981 * xml-support.c: Update.
9982
9983 2019-04-08 Tom Tromey <tom@tromey.com>
9984
9985 * xml-support.c: Use C++ exception handling.
9986 * x86-linux-nat.c: Use C++ exception handling.
9987 * windows-nat.c: Use C++ exception handling.
9988 * varobj.c: Use C++ exception handling.
9989 * value.c: Use C++ exception handling.
9990 * valprint.c: Use C++ exception handling.
9991 * valops.c: Use C++ exception handling.
9992 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9993 handling.
9994 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9995 * typeprint.c: Use C++ exception handling.
9996 * tui/tui.c: Use C++ exception handling.
9997 * tracefile-tfile.c: Use C++ exception handling.
9998 * top.c: Use C++ exception handling.
9999 * thread.c: Use C++ exception handling.
10000 * target.c: Use C++ exception handling.
10001 * symmisc.c: Use C++ exception handling.
10002 * symfile-mem.c: Use C++ exception handling.
10003 * stack.c: Use C++ exception handling.
10004 * sparc64-linux-tdep.c: Use C++ exception handling.
10005 * solib.c: Use C++ exception handling.
10006 * solib-svr4.c: Use C++ exception handling.
10007 * solib-spu.c: Use C++ exception handling.
10008 * solib-frv.c: Use C++ exception handling.
10009 * solib-dsbt.c: Use C++ exception handling.
10010 * selftest-arch.c: Use C++ exception handling.
10011 * s390-tdep.c: Use C++ exception handling.
10012 * rust-lang.c: Use C++ exception handling.
10013 * rust-exp.y: Use C++ exception handling.
10014 * rs6000-tdep.c: Use C++ exception handling.
10015 * rs6000-aix-tdep.c: Use C++ exception handling.
10016 * riscv-tdep.c: Use C++ exception handling.
10017 * remote.c: Use C++ exception handling.
10018 * remote-fileio.c: Use C++ exception handling.
10019 * record-full.c: Use C++ exception handling.
10020 * record-btrace.c: Use C++ exception handling.
10021 * python/python.c: Use C++ exception handling.
10022 * python/py-value.c: Use C++ exception handling.
10023 * python/py-utils.c: Use C++ exception handling.
10024 * python/py-unwind.c: Use C++ exception handling.
10025 * python/py-type.c: Use C++ exception handling.
10026 * python/py-symbol.c: Use C++ exception handling.
10027 * python/py-record.c: Use C++ exception handling.
10028 * python/py-record-btrace.c: Use C++ exception handling.
10029 * python/py-progspace.c: Use C++ exception handling.
10030 * python/py-prettyprint.c: Use C++ exception handling.
10031 * python/py-param.c: Use C++ exception handling.
10032 * python/py-objfile.c: Use C++ exception handling.
10033 * python/py-linetable.c: Use C++ exception handling.
10034 * python/py-lazy-string.c: Use C++ exception handling.
10035 * python/py-infthread.c: Use C++ exception handling.
10036 * python/py-inferior.c: Use C++ exception handling.
10037 * python/py-gdb-readline.c: Use C++ exception handling.
10038 * python/py-framefilter.c: Use C++ exception handling.
10039 * python/py-frame.c: Use C++ exception handling.
10040 * python/py-finishbreakpoint.c: Use C++ exception handling.
10041 * python/py-cmd.c: Use C++ exception handling.
10042 * python/py-breakpoint.c: Use C++ exception handling.
10043 * python/py-arch.c: Use C++ exception handling.
10044 * printcmd.c: Use C++ exception handling.
10045 * ppc-linux-tdep.c: Use C++ exception handling.
10046 * parse.c: Use C++ exception handling.
10047 * p-valprint.c: Use C++ exception handling.
10048 * objc-lang.c: Use C++ exception handling.
10049 * mi/mi-main.c: Use C++ exception handling.
10050 * mi/mi-interp.c: Use C++ exception handling.
10051 * mi/mi-cmd-stack.c: Use C++ exception handling.
10052 * mi/mi-cmd-break.c: Use C++ exception handling.
10053 * main.c: Use C++ exception handling.
10054 * linux-thread-db.c: Use C++ exception handling.
10055 * linux-tdep.c: Use C++ exception handling.
10056 * linux-nat.c: Use C++ exception handling.
10057 * linux-fork.c: Use C++ exception handling.
10058 * linespec.c: Use C++ exception handling.
10059 * language.c: Use C++ exception handling.
10060 * jit.c: Use C++ exception handling.
10061 * infrun.c: Use C++ exception handling.
10062 * infcmd.c: Use C++ exception handling.
10063 * infcall.c: Use C++ exception handling.
10064 * inf-loop.c: Use C++ exception handling.
10065 * i386-tdep.c: Use C++ exception handling.
10066 * i386-linux-tdep.c: Use C++ exception handling.
10067 * guile/scm-value.c: Use C++ exception handling.
10068 * guile/scm-type.c: Use C++ exception handling.
10069 * guile/scm-symtab.c: Use C++ exception handling.
10070 * guile/scm-symbol.c: Use C++ exception handling.
10071 * guile/scm-pretty-print.c: Use C++ exception handling.
10072 * guile/scm-ports.c: Use C++ exception handling.
10073 * guile/scm-param.c: Use C++ exception handling.
10074 * guile/scm-math.c: Use C++ exception handling.
10075 * guile/scm-lazy-string.c: Use C++ exception handling.
10076 * guile/scm-frame.c: Use C++ exception handling.
10077 * guile/scm-disasm.c: Use C++ exception handling.
10078 * guile/scm-cmd.c: Use C++ exception handling.
10079 * guile/scm-breakpoint.c: Use C++ exception handling.
10080 * guile/scm-block.c: Use C++ exception handling.
10081 * guile/guile-internal.h: Use C++ exception handling.
10082 * gnu-v3-abi.c: Use C++ exception handling.
10083 * gdbtypes.c: Use C++ exception handling.
10084 * frame.c: Use C++ exception handling.
10085 * frame-unwind.c: Use C++ exception handling.
10086 * fbsd-tdep.c: Use C++ exception handling.
10087 * f-valprint.c: Use C++ exception handling.
10088 * exec.c: Use C++ exception handling.
10089 * event-top.c: Use C++ exception handling.
10090 * event-loop.c: Use C++ exception handling.
10091 * eval.c: Use C++ exception handling.
10092 * dwarf2read.c: Use C++ exception handling.
10093 * dwarf2loc.c: Use C++ exception handling.
10094 * dwarf2-frame.c: Use C++ exception handling.
10095 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10096 * dwarf-index-write.c: Use C++ exception handling.
10097 * dwarf-index-cache.c: Use C++ exception handling.
10098 * dtrace-probe.c: Use C++ exception handling.
10099 * disasm-selftests.c: Use C++ exception handling.
10100 * darwin-nat.c: Use C++ exception handling.
10101 * cp-valprint.c: Use C++ exception handling.
10102 * cp-support.c: Use C++ exception handling.
10103 * cp-abi.c: Use C++ exception handling.
10104 * corelow.c: Use C++ exception handling.
10105 * completer.c: Use C++ exception handling.
10106 * compile/compile-object-run.c: Use C++ exception handling.
10107 * compile/compile-object-load.c: Use C++ exception handling.
10108 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10109 * compile/compile-c-symbols.c: Use C++ exception handling.
10110 * common/selftest.c: Use C++ exception handling.
10111 * common/new-op.c: Use C++ exception handling.
10112 * cli/cli-script.c: Use C++ exception handling.
10113 * cli/cli-interp.c: Use C++ exception handling.
10114 * cli/cli-cmds.c: Use C++ exception handling.
10115 * c-varobj.c: Use C++ exception handling.
10116 * btrace.c: Use C++ exception handling.
10117 * breakpoint.c: Use C++ exception handling.
10118 * break-catch-throw.c: Use C++ exception handling.
10119 * arch-utils.c: Use C++ exception handling.
10120 * amd64-tdep.c: Use C++ exception handling.
10121 * ada-valprint.c: Use C++ exception handling.
10122 * ada-typeprint.c: Use C++ exception handling.
10123 * ada-lang.c: Use C++ exception handling.
10124 * aarch64-tdep.c: Use C++ exception handling.
10125
10126 2019-04-08 Tom Tromey <tom@tromey.com>
10127
10128 * xml-support.c (gdb_xml_parser::parse): Update.
10129 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10130 * value.c (show_convenience): Update.
10131 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10132 (test_parse_flags_qcs): Update.
10133 * thread.c (thr_try_catch_cmd): Update.
10134 * target.c (target_translate_tls_address): Update.
10135 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10136 (info_frame_command_core, frame_apply_command_count): Update.
10137 * rust-exp.y (rust_lex_exception_test): Update.
10138 * riscv-tdep.c (riscv_print_one_register_info): Update.
10139 * remote.c (remote_target::enable_btrace): Update.
10140 * record-btrace.c (record_btrace_enable_warn): Update.
10141 * python/py-utils.c (gdbpy_convert_exception): Update.
10142 * printcmd.c (do_one_display, print_variable_and_value): Update.
10143 * mi/mi-main.c (mi_print_exception): Update.
10144 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10145 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10146 * linux-nat.c (linux_nat_target::attach): Update.
10147 * linux-fork.c (class scoped_switch_fork_info): Update.
10148 * infrun.c (displaced_step_prepare): Update.
10149 * infcall.c (call_function_by_hand_dummy): Update.
10150 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10151 * gnu-v3-abi.c (print_one_vtable): Update.
10152 * frame.c (get_prev_frame_always): Update.
10153 * f-valprint.c (info_common_command_for_block): Update.
10154 * exec.c (try_open_exec_file): Update.
10155 * exceptions.c (print_exception, exception_print)
10156 (exception_fprintf, exception_print_same): Update.
10157 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10158 * dwarf-index-cache.c (index_cache::store)
10159 (index_cache::lookup_gdb_index): Update.
10160 * darwin-nat.c (maybe_cache_shell): Update.
10161 * cp-valprint.c (cp_print_value_fields): Update.
10162 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10163 (gcc_cplus_symbol_address): Update.
10164 * compile/compile-c-symbols.c (gcc_convert_symbol)
10165 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10166 * common/selftest.c: Update.
10167 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10168 a std::string.
10169 (exception_try_scope_entry, exception_try_scope_exit): Don't
10170 declare.
10171 (struct exception_try_scope): Remove.
10172 (TRY): Don't use exception_try_scope.
10173 (struct gdb_exception): Add constructor, operator=.
10174 <what>: New method.
10175 (struct gdb_exception_RETURN_MASK_ALL)
10176 (struct gdb_exception_RETURN_MASK_ERROR)
10177 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10178 (struct gdb_quit_bad_alloc): Update.
10179 * common/common-exceptions.c (exception_none): Change
10180 initializer.
10181 (struct catcher) <state, exception>: Initialize inline.
10182 <prev>: Remove member.
10183 (current_catcher): Remove.
10184 (catchers): New global.
10185 (exceptions_state_mc_init): Simplify.
10186 (catcher_pop): Remove.
10187 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10188 (try_scope_depth, exception_try_scope_entry)
10189 (exception_try_scope_exit): Remove.
10190 (throw_exception_sjlj): Update.
10191 (exception_messages, exception_messages_size): Remove.
10192 (throw_it): Simplify.
10193 (gdb_exception_sliced_copy): Remove.
10194 (throw_exception_cxx): Update.
10195 * cli/cli-script.c (script_from_file): Update.
10196 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10197 Update.
10198 * ada-valprint.c (ada_val_print): Update.
10199 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10200 (create_excep_cond_exprs): Update.
10201
10202 2019-04-08 Tom Tromey <tom@tromey.com>
10203
10204 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10205 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10206 (TRY, CATCH, END_CATCH): Remove some definitions.
10207 * common/common-exceptions.c: Don't use GDB_XCPT.
10208 (catcher_list_size): Remove.
10209 (throw_exception, throw_it): Simplify.
10210
10211 2019-04-05 Tom Tromey <tom@tromey.com>
10212
10213 Revert the header-sorting patch.
10214 * ft32-tdep.c: Revert.
10215 * frv-tdep.c: Revert.
10216 * frv-linux-tdep.c: Revert.
10217 * frame.c: Revert.
10218 * frame-unwind.c: Revert.
10219 * frame-base.c: Revert.
10220 * fork-child.c: Revert.
10221 * findvar.c: Revert.
10222 * findcmd.c: Revert.
10223 * filesystem.c: Revert.
10224 * filename-seen-cache.h: Revert.
10225 * filename-seen-cache.c: Revert.
10226 * fbsd-tdep.c: Revert.
10227 * fbsd-nat.h: Revert.
10228 * fbsd-nat.c: Revert.
10229 * f-valprint.c: Revert.
10230 * f-typeprint.c: Revert.
10231 * f-lang.c: Revert.
10232 * extension.h: Revert.
10233 * extension.c: Revert.
10234 * extension-priv.h: Revert.
10235 * expprint.c: Revert.
10236 * exec.h: Revert.
10237 * exec.c: Revert.
10238 * exceptions.c: Revert.
10239 * event-top.c: Revert.
10240 * event-loop.c: Revert.
10241 * eval.c: Revert.
10242 * elfread.c: Revert.
10243 * dwarf2read.h: Revert.
10244 * dwarf2read.c: Revert.
10245 * dwarf2loc.c: Revert.
10246 * dwarf2expr.h: Revert.
10247 * dwarf2expr.c: Revert.
10248 * dwarf2-frame.c: Revert.
10249 * dwarf2-frame-tailcall.c: Revert.
10250 * dwarf-index-write.h: Revert.
10251 * dwarf-index-write.c: Revert.
10252 * dwarf-index-common.c: Revert.
10253 * dwarf-index-cache.h: Revert.
10254 * dwarf-index-cache.c: Revert.
10255 * dummy-frame.c: Revert.
10256 * dtrace-probe.c: Revert.
10257 * disasm.h: Revert.
10258 * disasm.c: Revert.
10259 * disasm-selftests.c: Revert.
10260 * dictionary.c: Revert.
10261 * dicos-tdep.c: Revert.
10262 * demangle.c: Revert.
10263 * dcache.h: Revert.
10264 * dcache.c: Revert.
10265 * darwin-nat.h: Revert.
10266 * darwin-nat.c: Revert.
10267 * darwin-nat-info.c: Revert.
10268 * d-valprint.c: Revert.
10269 * d-namespace.c: Revert.
10270 * d-lang.c: Revert.
10271 * ctf.c: Revert.
10272 * csky-tdep.c: Revert.
10273 * csky-linux-tdep.c: Revert.
10274 * cris-tdep.c: Revert.
10275 * cris-linux-tdep.c: Revert.
10276 * cp-valprint.c: Revert.
10277 * cp-support.c: Revert.
10278 * cp-namespace.c: Revert.
10279 * cp-abi.c: Revert.
10280 * corelow.c: Revert.
10281 * corefile.c: Revert.
10282 * continuations.c: Revert.
10283 * completer.h: Revert.
10284 * completer.c: Revert.
10285 * complaints.c: Revert.
10286 * coffread.c: Revert.
10287 * coff-pe-read.c: Revert.
10288 * cli-out.h: Revert.
10289 * cli-out.c: Revert.
10290 * charset.c: Revert.
10291 * c-varobj.c: Revert.
10292 * c-valprint.c: Revert.
10293 * c-typeprint.c: Revert.
10294 * c-lang.c: Revert.
10295 * buildsym.c: Revert.
10296 * buildsym-legacy.c: Revert.
10297 * build-id.h: Revert.
10298 * build-id.c: Revert.
10299 * btrace.c: Revert.
10300 * bsd-uthread.c: Revert.
10301 * breakpoint.h: Revert.
10302 * breakpoint.c: Revert.
10303 * break-catch-throw.c: Revert.
10304 * break-catch-syscall.c: Revert.
10305 * break-catch-sig.c: Revert.
10306 * blockframe.c: Revert.
10307 * block.c: Revert.
10308 * bfin-tdep.c: Revert.
10309 * bfin-linux-tdep.c: Revert.
10310 * bfd-target.c: Revert.
10311 * bcache.c: Revert.
10312 * ax-general.c: Revert.
10313 * ax-gdb.h: Revert.
10314 * ax-gdb.c: Revert.
10315 * avr-tdep.c: Revert.
10316 * auxv.c: Revert.
10317 * auto-load.c: Revert.
10318 * arm-wince-tdep.c: Revert.
10319 * arm-tdep.c: Revert.
10320 * arm-symbian-tdep.c: Revert.
10321 * arm-pikeos-tdep.c: Revert.
10322 * arm-obsd-tdep.c: Revert.
10323 * arm-nbsd-tdep.c: Revert.
10324 * arm-nbsd-nat.c: Revert.
10325 * arm-linux-tdep.c: Revert.
10326 * arm-linux-nat.c: Revert.
10327 * arm-fbsd-tdep.c: Revert.
10328 * arm-fbsd-nat.c: Revert.
10329 * arm-bsd-tdep.c: Revert.
10330 * arch-utils.c: Revert.
10331 * arc-tdep.c: Revert.
10332 * arc-newlib-tdep.c: Revert.
10333 * annotate.h: Revert.
10334 * annotate.c: Revert.
10335 * amd64-windows-tdep.c: Revert.
10336 * amd64-windows-nat.c: Revert.
10337 * amd64-tdep.c: Revert.
10338 * amd64-sol2-tdep.c: Revert.
10339 * amd64-obsd-tdep.c: Revert.
10340 * amd64-obsd-nat.c: Revert.
10341 * amd64-nbsd-tdep.c: Revert.
10342 * amd64-nbsd-nat.c: Revert.
10343 * amd64-nat.c: Revert.
10344 * amd64-linux-tdep.c: Revert.
10345 * amd64-linux-nat.c: Revert.
10346 * amd64-fbsd-tdep.c: Revert.
10347 * amd64-fbsd-nat.c: Revert.
10348 * amd64-dicos-tdep.c: Revert.
10349 * amd64-darwin-tdep.c: Revert.
10350 * amd64-bsd-nat.c: Revert.
10351 * alpha-tdep.c: Revert.
10352 * alpha-obsd-tdep.c: Revert.
10353 * alpha-nbsd-tdep.c: Revert.
10354 * alpha-mdebug-tdep.c: Revert.
10355 * alpha-linux-tdep.c: Revert.
10356 * alpha-linux-nat.c: Revert.
10357 * alpha-bsd-tdep.c: Revert.
10358 * alpha-bsd-nat.c: Revert.
10359 * aix-thread.c: Revert.
10360 * agent.c: Revert.
10361 * addrmap.c: Revert.
10362 * ada-varobj.c: Revert.
10363 * ada-valprint.c: Revert.
10364 * ada-typeprint.c: Revert.
10365 * ada-tasks.c: Revert.
10366 * ada-lang.c: Revert.
10367 * aarch64-tdep.c: Revert.
10368 * aarch64-ravenscar-thread.c: Revert.
10369 * aarch64-newlib-tdep.c: Revert.
10370 * aarch64-linux-tdep.c: Revert.
10371 * aarch64-linux-nat.c: Revert.
10372 * aarch64-fbsd-tdep.c: Revert.
10373 * aarch64-fbsd-nat.c: Revert.
10374 * aarch32-linux-nat.c: Revert.
10375
10376 2019-04-05 Tom Tromey <tom@tromey.com>
10377
10378 * ft32-tdep.c: Sort headers.
10379 * frv-tdep.c: Sort headers.
10380 * frv-linux-tdep.c: Sort headers.
10381 * frame.c: Sort headers.
10382 * frame-unwind.c: Sort headers.
10383 * frame-base.c: Sort headers.
10384 * fork-child.c: Sort headers.
10385 * findvar.c: Sort headers.
10386 * findcmd.c: Sort headers.
10387 * filesystem.c: Sort headers.
10388 * filename-seen-cache.h: Sort headers.
10389 * filename-seen-cache.c: Sort headers.
10390 * fbsd-tdep.c: Sort headers.
10391 * fbsd-nat.h: Sort headers.
10392 * fbsd-nat.c: Sort headers.
10393 * f-valprint.c: Sort headers.
10394 * f-typeprint.c: Sort headers.
10395 * f-lang.c: Sort headers.
10396 * extension.h: Sort headers.
10397 * extension.c: Sort headers.
10398 * extension-priv.h: Sort headers.
10399 * expprint.c: Sort headers.
10400 * exec.h: Sort headers.
10401 * exec.c: Sort headers.
10402 * exceptions.c: Sort headers.
10403 * event-top.c: Sort headers.
10404 * event-loop.c: Sort headers.
10405 * eval.c: Sort headers.
10406 * elfread.c: Sort headers.
10407 * dwarf2read.h: Sort headers.
10408 * dwarf2read.c: Sort headers.
10409 * dwarf2loc.c: Sort headers.
10410 * dwarf2expr.h: Sort headers.
10411 * dwarf2expr.c: Sort headers.
10412 * dwarf2-frame.c: Sort headers.
10413 * dwarf2-frame-tailcall.c: Sort headers.
10414 * dwarf-index-write.h: Sort headers.
10415 * dwarf-index-write.c: Sort headers.
10416 * dwarf-index-common.c: Sort headers.
10417 * dwarf-index-cache.h: Sort headers.
10418 * dwarf-index-cache.c: Sort headers.
10419 * dummy-frame.c: Sort headers.
10420 * dtrace-probe.c: Sort headers.
10421 * disasm.h: Sort headers.
10422 * disasm.c: Sort headers.
10423 * disasm-selftests.c: Sort headers.
10424 * dictionary.c: Sort headers.
10425 * dicos-tdep.c: Sort headers.
10426 * demangle.c: Sort headers.
10427 * dcache.h: Sort headers.
10428 * dcache.c: Sort headers.
10429 * darwin-nat.h: Sort headers.
10430 * darwin-nat.c: Sort headers.
10431 * darwin-nat-info.c: Sort headers.
10432 * d-valprint.c: Sort headers.
10433 * d-namespace.c: Sort headers.
10434 * d-lang.c: Sort headers.
10435 * ctf.c: Sort headers.
10436 * csky-tdep.c: Sort headers.
10437 * csky-linux-tdep.c: Sort headers.
10438 * cris-tdep.c: Sort headers.
10439 * cris-linux-tdep.c: Sort headers.
10440 * cp-valprint.c: Sort headers.
10441 * cp-support.c: Sort headers.
10442 * cp-namespace.c: Sort headers.
10443 * cp-abi.c: Sort headers.
10444 * corelow.c: Sort headers.
10445 * corefile.c: Sort headers.
10446 * continuations.c: Sort headers.
10447 * completer.h: Sort headers.
10448 * completer.c: Sort headers.
10449 * complaints.c: Sort headers.
10450 * coffread.c: Sort headers.
10451 * coff-pe-read.c: Sort headers.
10452 * cli-out.h: Sort headers.
10453 * cli-out.c: Sort headers.
10454 * charset.c: Sort headers.
10455 * c-varobj.c: Sort headers.
10456 * c-valprint.c: Sort headers.
10457 * c-typeprint.c: Sort headers.
10458 * c-lang.c: Sort headers.
10459 * buildsym.c: Sort headers.
10460 * buildsym-legacy.c: Sort headers.
10461 * build-id.h: Sort headers.
10462 * build-id.c: Sort headers.
10463 * btrace.c: Sort headers.
10464 * bsd-uthread.c: Sort headers.
10465 * breakpoint.h: Sort headers.
10466 * breakpoint.c: Sort headers.
10467 * break-catch-throw.c: Sort headers.
10468 * break-catch-syscall.c: Sort headers.
10469 * break-catch-sig.c: Sort headers.
10470 * blockframe.c: Sort headers.
10471 * block.c: Sort headers.
10472 * bfin-tdep.c: Sort headers.
10473 * bfin-linux-tdep.c: Sort headers.
10474 * bfd-target.c: Sort headers.
10475 * bcache.c: Sort headers.
10476 * ax-general.c: Sort headers.
10477 * ax-gdb.h: Sort headers.
10478 * ax-gdb.c: Sort headers.
10479 * avr-tdep.c: Sort headers.
10480 * auxv.c: Sort headers.
10481 * auto-load.c: Sort headers.
10482 * arm-wince-tdep.c: Sort headers.
10483 * arm-tdep.c: Sort headers.
10484 * arm-symbian-tdep.c: Sort headers.
10485 * arm-pikeos-tdep.c: Sort headers.
10486 * arm-obsd-tdep.c: Sort headers.
10487 * arm-nbsd-tdep.c: Sort headers.
10488 * arm-nbsd-nat.c: Sort headers.
10489 * arm-linux-tdep.c: Sort headers.
10490 * arm-linux-nat.c: Sort headers.
10491 * arm-fbsd-tdep.c: Sort headers.
10492 * arm-fbsd-nat.c: Sort headers.
10493 * arm-bsd-tdep.c: Sort headers.
10494 * arch-utils.c: Sort headers.
10495 * arc-tdep.c: Sort headers.
10496 * arc-newlib-tdep.c: Sort headers.
10497 * annotate.h: Sort headers.
10498 * annotate.c: Sort headers.
10499 * amd64-windows-tdep.c: Sort headers.
10500 * amd64-windows-nat.c: Sort headers.
10501 * amd64-tdep.c: Sort headers.
10502 * amd64-sol2-tdep.c: Sort headers.
10503 * amd64-obsd-tdep.c: Sort headers.
10504 * amd64-obsd-nat.c: Sort headers.
10505 * amd64-nbsd-tdep.c: Sort headers.
10506 * amd64-nbsd-nat.c: Sort headers.
10507 * amd64-nat.c: Sort headers.
10508 * amd64-linux-tdep.c: Sort headers.
10509 * amd64-linux-nat.c: Sort headers.
10510 * amd64-fbsd-tdep.c: Sort headers.
10511 * amd64-fbsd-nat.c: Sort headers.
10512 * amd64-dicos-tdep.c: Sort headers.
10513 * amd64-darwin-tdep.c: Sort headers.
10514 * amd64-bsd-nat.c: Sort headers.
10515 * alpha-tdep.c: Sort headers.
10516 * alpha-obsd-tdep.c: Sort headers.
10517 * alpha-nbsd-tdep.c: Sort headers.
10518 * alpha-mdebug-tdep.c: Sort headers.
10519 * alpha-linux-tdep.c: Sort headers.
10520 * alpha-linux-nat.c: Sort headers.
10521 * alpha-bsd-tdep.c: Sort headers.
10522 * alpha-bsd-nat.c: Sort headers.
10523 * aix-thread.c: Sort headers.
10524 * agent.c: Sort headers.
10525 * addrmap.c: Sort headers.
10526 * ada-varobj.c: Sort headers.
10527 * ada-valprint.c: Sort headers.
10528 * ada-typeprint.c: Sort headers.
10529 * ada-tasks.c: Sort headers.
10530 * ada-lang.c: Sort headers.
10531 * aarch64-tdep.c: Sort headers.
10532 * aarch64-ravenscar-thread.c: Sort headers.
10533 * aarch64-newlib-tdep.c: Sort headers.
10534 * aarch64-linux-tdep.c: Sort headers.
10535 * aarch64-linux-nat.c: Sort headers.
10536 * aarch64-fbsd-tdep.c: Sort headers.
10537 * aarch64-fbsd-nat.c: Sort headers.
10538 * aarch32-linux-nat.c: Sort headers.
10539
10540 2019-04-04 Tom Tromey <tom@tromey.com>
10541
10542 * varobj.c (varobj_create): Update.
10543 * rust-exp.y (struct rust_parser) <update_innermost_block,
10544 lookup_symbol>: New methods.
10545 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10546 Rename.
10547 (rust_parser::rust_lookup_type)
10548 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10549 * printcmd.c (display_command, do_one_display): Update.
10550 * parser-defs.h (struct parser_state) <parser_state>: Add
10551 "tracker" parameter.
10552 (block_tracker): New member.
10553 (class innermost_block_tracker) <innermost_block_tracker>: Add
10554 "types" parameter.
10555 <reset>: Remove method.
10556 (innermost_block): Don't declare.
10557 (null_post_parser): Update.
10558 * parse.c (innermost_block): Remove global.
10559 (write_dollar_variable): Update.
10560 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10561 Remove "tracker_types" parameter.
10562 (parse_expression): Add "tracker" parameter.
10563 (parse_expression_for_completion): Update.
10564 (null_post_parser): Add "tracker" parameter.
10565 * p-exp.y: Update rules.
10566 * m2-exp.y: Update rules.
10567 * language.h (struct language_defn) <la_post_parser>: Add
10568 "tracker" parameter.
10569 * go-exp.y: Update rules.
10570 * f-exp.y: Update rules.
10571 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10572 parameter.
10573 * d-exp.y: Update rules.
10574 * c-exp.y: Update rules.
10575 * breakpoint.c (set_breakpoint_condition): Create an
10576 innermost_block_tracker.
10577 (watch_command_1): Likewise.
10578 * ada-lang.c (resolve): Add "tracker" parameter.
10579 (resolve_subexp): Likewise.
10580 * ada-exp.y (write_var_from_sym): Update.
10581
10582 2019-04-04 Tom Tromey <tom@tromey.com>
10583
10584 * type-stack.h: New file.
10585 * type-stack.c: New file.
10586 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10587 type-stack.h.
10588 (insert_into_type_stack, insert_type, push_type, push_type_int)
10589 (insert_type_address_space, pop_type, pop_type_int)
10590 (pop_typelist, pop_type_stack, append_type_stack)
10591 (push_type_stack, get_type_stack, push_typelist)
10592 (follow_type_instance_flags, follow_types): Don't declare.
10593 * parse.c (type_stack): Remove global.
10594 (parse_exp_in_context): Update.
10595 (insert_into_type_stack, insert_type, push_type, push_type_int)
10596 (insert_type_address_space, pop_type, pop_type_int)
10597 (pop_typelist, pop_type_stack, append_type_stack)
10598 (push_type_stack, get_type_stack, push_typelist)
10599 (follow_type_instance_flags, follow_types): Remove (moved to
10600 type-stack.c).
10601 * f-exp.y (type_stack): New global.
10602 Update rules.
10603 (push_kind_type, f_parse): Update.
10604 * d-exp.y (type_stack): New global.
10605 Update rules.
10606 (d_parse): Update.
10607 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10608 Update rules.
10609 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10610 (HFILES_NO_SRCDIR): Add type-stack.h.
10611
10612 2019-04-04 Tom Tromey <tom@tromey.com>
10613
10614 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10615 (rust_parser::convert_ast_to_expression, rust_parse)
10616 (rust_lex_test_completion, rust_lex_tests): Update.
10617 * parser-defs.h (struct expr_completion_state): New.
10618 (struct parser_state) <parser_state>: Add completion parameter.
10619 <mark_struct_expression, mark_completion_tag>: New methods.
10620 <parse_completion, m_completion_state>: New members.
10621 (prefixify_expression, null_post_parser): Update.
10622 (mark_struct_expression, mark_completion_tag): Don't declare.
10623 * parse.c (parse_completion, expout_last_struct)
10624 (expout_tag_completion_type, expout_completion_name): Remove
10625 globals.
10626 (parser_state::mark_struct_expression)
10627 (parser_state::mark_completion_tag): Now methods.
10628 (prefixify_expression): Add last_struct parameter.
10629 (prefixify_subexp): Likewise.
10630 (parse_exp_1): Update.
10631 (parse_exp_in_context): Add cstate parameter. Update.
10632 (parse_expression_for_completion): Create an
10633 expr_completion_state.
10634 (null_post_parser): Add "completion" parameter.
10635 * p-exp.y: Update rules.
10636 (yylex): Update.
10637 * language.h (struct language_defn) <la_post_parser>: Add
10638 "completing" parameter.
10639 * go-exp.y: Update rules.
10640 (lex_one_token): Update.
10641 * expression.h (parse_completion): Don't declare.
10642 * d-exp.y: Update rules.
10643 (lex_one_token): Update rules.
10644 * c-exp.y: Update rules.
10645 (lex_one_token): Update.
10646 * ada-lang.c (resolve): Add "parse_completion" parameter.
10647 (resolve_subexp): Likewise.
10648 (ada_resolve_function): Likewise.
10649
10650 2019-04-04 Tom Tromey <tom@tromey.com>
10651
10652 * parser-defs.h (struct parser_state) <start_arglist,
10653 end_arglist>: New methods.
10654 <arglist_len, m_funcall_chain>: New members.
10655 (arglist_len, start_arglist, end_arglist): Don't declare.
10656 * parse.c (arglist_len, funcall_chain): Remove global.
10657 (start_arglist, end_arglist): Remove functions.
10658 (parse_exp_in_context): Update.
10659 * p-exp.y: Update rules.
10660 * m2-exp.y: Update rules.
10661 * go-exp.y: Update rules.
10662 * f-exp.y: Update rules.
10663 * d-exp.y: Update rules.
10664 * c-exp.y: Update rules.
10665
10666 2019-04-04 Tom Tromey <tom@tromey.com>
10667
10668 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10669 lex_operator, push_back>: New methods.
10670 Update all rules.
10671 (rust_parser::lex_hex, lex_escape): Rename and update.
10672 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10673 (rust_parser::lex_operator): Rename and update.
10674 (rust_parser::lex_number, rustyylex, rustyyerror)
10675 (rust_lex_test_init, rust_lex_test_sequence)
10676 (rust_lex_test_push_back, rust_lex_tests): Update.
10677 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10678 parameter.
10679 <lexptr, prev_lexptr>: New members.
10680 (lexptr, prev_lexptr): Don't declare.
10681 * parse.c (lexptr, prev_lexptr): Remove globals.
10682 (parse_exp_in_context): Update.
10683 * p-exp.y (yylex, yyerror): Update.
10684 * m2-exp.y (parse_number, yylex, yyerror): Update.
10685 * go-exp.y (lex_one_token, yyerror): Update.
10686 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10687 * d-exp.y (lex_one_token, yyerror): Update.
10688 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10689 (lex_one_token, yyerror): Update.
10690 * ada-lex.l (YY_INPUT): Update.
10691 (rewind_to_char): Update.
10692 * ada-exp.y (yyerror): Update.
10693
10694 2019-04-04 Tom Tromey <tom@tromey.com>
10695
10696 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10697 * parser-defs.h (struct parser_state) <parser_state>: Add new
10698 parameter.
10699 <comma_terminates>: New member.
10700 (comma_terminates): Don't declare global.
10701 * parse.c (comma_terminates): Remove global.
10702 (parse_exp_in_context): Update.
10703 * p-exp.y (yylex): Update.
10704 * m2-exp.y (yylex): Update.
10705 * go-exp.y (lex_one_token): Update.
10706 * f-exp.y (yylex): Update.
10707 * d-exp.y (lex_one_token): Update.
10708 * c-exp.y (lex_one_token): Update.
10709 * ada-lex.l: Update.
10710
10711 2019-04-04 Tom Tromey <tom@tromey.com>
10712
10713 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10714 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10715 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10716 * parser-defs.h (paren_depth): Don't declare.
10717 * parse.c (paren_depth): Remove global.
10718 (parse_exp_in_context): Update.
10719 * p-exp.y (paren_depth): New global.
10720 (pascal_parse): Initialize it.
10721 * m2-exp.y (paren_depth): New global.
10722 (m2_parse): Initialize it.
10723 * go-exp.y (paren_depth): New global.
10724 (go_parse): Initialize it.
10725 * f-exp.y (paren_depth): New global.
10726 (f_parse): Initialize it.
10727 * d-exp.y (paren_depth): New global.
10728 (d_parse): Initialize it.
10729 * c-exp.y (paren_depth): New global.
10730 (c_parse): Initialize it.
10731 * ada-lex.l (paren_depth): New global.
10732 (lexer_init): Initialize it.
10733
10734 2019-04-04 Tom Tromey <tom@tromey.com>
10735
10736 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10737 (rust_parser::convert_ast_to_type)
10738 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10739 * parser-defs.h (struct parser_state) <parser_state>: Add
10740 parameters. Initialize new members.
10741 <expression_context_block, expression_context_pc>: New members.
10742 * parse.c (expression_context_block, expression_context_pc):
10743 Remove globals.
10744 (parse_exp_in_context): Update.
10745 * p-exp.y: Update all rules.
10746 (yylex): Update.
10747 * m2-exp.y: Update all rules.
10748 (yylex): Update.
10749 * go-exp.y (yylex): Update.
10750 * f-exp.y (yylex): Update.
10751 * d-exp.y: Update all rules.
10752 (yylex): Update.
10753 * c-exp.y: Update all rules.
10754 (lex_one_token, classify_name, yylex, c_parse): Update.
10755 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10756
10757 2019-04-04 Tom Tromey <tom@tromey.com>
10758
10759 * gdbarch.h, gdbarch.c: Rebuild.
10760 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10761 * stap-probe.h:
10762 (struct stap_parse_info): Replace "parser_state" with
10763 "expr_builder".
10764 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10765 (parser_state): New class.
10766 * parse.c (expr_builder): Rename.
10767 (expr_builder::release): Rename.
10768 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10769 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10770 (write_exp_elt_longcst, write_exp_elt_floatcst)
10771 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10772 (write_exp_string_vector, write_exp_bitstring)
10773 (write_exp_msymbol, mark_struct_expression)
10774 (write_dollar_variable)
10775 (insert_type_address_space, increase_expout_size): Replace
10776 "parser_state" with "expr_builder".
10777 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10778 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10779 "parser_state" with "expr_builder".
10780
10781 2019-04-04 Tom Tromey <tom@tromey.com>
10782
10783 * rust-exp.y: Replace "parse_language" with method call.
10784 * p-exp.y:
10785 (yylex): Replace "parse_language" with method call.
10786 * m2-exp.y:
10787 (yylex): Replace "parse_language" with method call.
10788 * go-exp.y (classify_name): Replace "parse_language" with method
10789 call.
10790 * f-exp.y (yylex): Replace "parse_language" with method call.
10791 * d-exp.y (lex_one_token): Replace "parse_language" with method
10792 call.
10793 * c-exp.y:
10794 (lex_one_token, classify_name, yylex): Replace "parse_language"
10795 with method call.
10796 * ada-exp.y (find_primitive_type, type_char)
10797 (type_system_address): Replace "parse_language" with method call.
10798
10799 2019-04-04 Tom Tromey <tom@tromey.com>
10800
10801 * rust-exp.y: Replace "parse_gdbarch" with method call.
10802 * parse.c (write_dollar_variable, insert_type_address_space):
10803 Replace "parse_gdbarch" with method call.
10804 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10805 call.
10806 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10807 call.
10808 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10809 "parse_gdbarch" with method call.
10810 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10811 with method call.
10812 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10813 "parse_gdbarch" with method call.
10814 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10815 "parse_gdbarch" with method call.
10816 * c-exp.y (parse_type, parse_number, classify_name): Replace
10817 "parse_gdbarch" with method call.
10818 * ada-lex.l: Replace "parse_gdbarch" with method call.
10819 * ada-exp.y (parse_type, find_primitive_type, type_char)
10820 (type_system_address): Replace "parse_gdbarch" with method call.
10821
10822 2019-04-04 Tom Tromey <tom@tromey.com>
10823
10824 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10825 * stap-probe.c (stap_parse_argument): Update.
10826 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10827 initial_size parameter.
10828 * rust-exp.y (rust_lex_tests): Update.
10829 * parse.c (parser_state): Update.
10830 (parse_exp_in_context): Update.
10831 * parser-defs.h (struct parser_state) <parser_state>: Remove
10832 "initial_size" parameter.
10833
10834 2019-04-04 Tom Tromey <tom@tromey.com>
10835
10836 * parser-defs.h (increase_expout_size): Don't declare.
10837 * parse.c (increase_expout_size): Now static.
10838
10839 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10840
10841 * gnu-nat.c (gnu_nat_target::wait): Fix
10842 target_waitstatus_to_string call.
10843
10844 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10845
10846 * eval.c (evaluate_subexp_standard): Handle internal functions
10847 during Fortran function call handling.
10848
10849 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10850
10851 * NEWS: Mention new internal functions.
10852 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10853 (read_base_type): Use dwarf2_init_complex_target_type.
10854 * value.c (creal_internal_fn): New function.
10855 (cimag_internal_fn): New function.
10856 (_initialize_values): Register new internal functions.
10857
10858 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10859
10860 * infrun.c (stop_all_threads): If debug_infrun, always
10861 trace the wait status after wait_one, using
10862 target_waitstatus_to_string and target_pid_to_str.
10863 (handle_inferior_event): Replace various trace of
10864 wait status kind by a single trace.
10865 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10866 wait status kind image by target_waitstatus_to_string.
10867 * target/waitstatus.c (target_waitstatus_to_string): Fix
10868 obsolete comment.
10869
10870 2019-04-01 Tom Tromey <tromey@adacore.com>
10871
10872 PR symtab/23331:
10873 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10874
10875 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10876 Pedro Alves <palves@redhat.com>
10877
10878 * top.c (quit_force): Call 'finalize_values'.
10879 * value.c (finalize_values): New function.
10880 * value.h (finalize_values): Declare.
10881
10882 2019-03-30 Eli Zaretskii <eliz@gnu.org>
10883
10884 * NEWS: Announce $_gdb_major and $_gdb_minor.
10885
10886 * top.c (init_gdb_version_vars): New function.
10887 (gdb_init): Call init_gdb_version_vars.
10888
10889 2019-03-29 Tom Tromey <tromey@adacore.com>
10890
10891 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10892 help text. Remove dead code.
10893
10894 2019-03-29 Keith Seitz <keiths@redhat.com>
10895
10896 From Siddhesh Poyarekar:
10897 * f-lang.h (f77_get_upperbound): Return LONGEST.
10898 (f77_get_lowerbound): Likewise.
10899 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10900 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10901 print them.
10902 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10903 plongest to format print it.
10904 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10905 (f77_get_upperbound): Likewise.
10906 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10907 LOWER_BOUND to LONGEST.
10908 (f77_create_arrayprint_offset_tbl): Likewise.
10909
10910 2019-03-29 Keith Seitz <keiths@redhat.com>
10911
10912 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10913 %s/pulongest for TYPE_LENGTH instead of %d in format
10914 strings.
10915 * ada-typerint.c (ada_print_type): Likewise.
10916 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10917 * compile/compile-c-support.c (generate_register_struct): Likewise.
10918 * gdbtypes.c (recursive_dump_type): Likewise.
10919 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10920 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10921 instead of %d in format strings.
10922 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10923 to std::min to ULONGEST.
10924 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10925 instead of %d in format strings.
10926 * tracepoint.c (info_scope_command): Likewise.
10927 * typeprint.c (print_offset_data::update)
10928 (print_offset_data::finish): Likewise.
10929 * xtensa-tdep.c (xtensa_store_return_value)
10930 (xtensa_push_dummy_call): Likewise.
10931
10932 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10933
10934 * windows-nat.c (display_selector): Fixed format specifications
10935 for 64-bit Cygwin.
10936
10937 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10938
10939 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10940
10941 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10942
10943 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10944 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10945 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10946 (nios2_linux_init_abi): Install it.
10947
10948 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10949
10950 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10951
10952 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10953
10954 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10955
10956 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10957 Tom Tromey <tromey@adacore.com>
10958
10959 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10960
10961 2019-03-26 Joel Brobecker <brobecker@adacore.com>
10962
10963 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10964 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10965 method to compute the bounds of range types. Also print "[evaluated]"
10966 if the bounds' values come from a dynamic evaluation.
10967
10968 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10969
10970 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10971 whitespace when pretty printing is on.
10972
10973 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10974
10975 * ppc-linux-nat.c: Add include.
10976
10977 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10978
10979 * NEWS: Mention AArch64 Pointer Authentication.
10980
10981 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10982
10983 * arm-linux-nat.c: Add include.
10984
10985 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10986
10987 * source-cache.c (source_cache::get_source_lines): Re-read
10988 fullname after calling open_source_file.
10989
10990 2019-03-25 John Baldwin <jhb@FreeBSD.org>
10991
10992 * NEWS: Mention TLS support for FreeBSD.
10993
10994 2019-03-25 Tom Tromey <tromey@adacore.com>
10995
10996 * minsyms.c (BUNCH_SIZE): Update comment.
10997 (~minimal_symbol_reader): Remove old comment.
10998 (compact_minimal_symbols): Update comment.
10999 (minimal_symbol_reader::install): Remove old comment. Update
11000 other comments.
11001
11002 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11003
11004 * s390-linux-nat.c: Add include.
11005
11006 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11007
11008 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11009 Call linux_get_hwcap.
11010 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11011 Likewise.
11012 (aarch64_linux_get_hwcap): Remove function.
11013 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11014 declaration.
11015 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11016 linux_get_hwcap.
11017 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11018 * linux-tdep.c (linux_get_hwcap): Add function.
11019 (linux_get_hwcap2): Likewise.
11020 * linux-tdep.h (linux_get_hwcap): Add declaration.
11021 (linux_get_hwcap2): Likewise.
11022 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11023 (ppc_linux_get_hwcap2): Likewise.
11024 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11025 linux_get_hwcap.
11026 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11027 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11028 (ppc_linux_nat_target::read_description): Likewise.
11029 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11030 * s390-linux-nat.c: Likewise.
11031 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11032
11033 2019-03-24 Tom Tromey <tom@tromey.com>
11034
11035 * ada-lang.c (standard_lookup): Simplify initialization.
11036 (ada_lookup_symbol_nonlocal): Simplify return.
11037 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11038 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11039 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11040 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11041 initialization.
11042 * solib.c (solib_global_lookup): Simplify.
11043 * symtab.c (null_block_symbol): Remove.
11044 (symbol_cache_lookup): Simplify returns.
11045 (lookup_language_this): Simplify returns.
11046 (lookup_symbol_aux): Simplify return.
11047 (lookup_local_symbol): Simplify returns.
11048 (lookup_global_symbol_from_objfile): Simplify return.
11049 (lookup_symbol_in_objfile_symtabs)
11050 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11051 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11052 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11053 * cp-namespace.c (cp_lookup_bare_symbol)
11054 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11055 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11056 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11057 (cp_lookup_symbol_via_imports): Simplify initialization.
11058 (find_symbol_in_baseclass): Likewise.
11059 * symtab.h (null_block_symbol): Remove.
11060 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11061 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11062 (d_lookup_symbol_module): Likewise.
11063 (find_symbol_in_baseclass): Simplify initialization.
11064
11065 2019-03-24 Tom Tromey <tom@tromey.com>
11066
11067 * expression.h: Don't include symtab.h.
11068 (struct block): Forward declare.
11069
11070 2019-03-24 Tom Tromey <tom@tromey.com>
11071
11072 * c-exp.y (typebase): Remove casts.
11073 * gdbtypes.c (lookup_unsigned_typename, )
11074 (lookup_signed_typename): Remove cast.
11075 * eval.c (parse_to_comma_and_eval): Remove cast.
11076 * parse.c (write_dollar_variable): Remove cast.
11077 * block.h (struct block) <superblock>: Now const.
11078 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11079 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11080 (map_block): Make "block" const.
11081 * symfile.h (struct quick_symbol_functions)
11082 <map_matching_symbols>: Constify block argument to "callback".
11083 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11084 const.
11085 (find_pc_sect_compunit_symtab): Make "b" const.
11086 (find_symbol_at_address): Likewise.
11087 (search_symbols): Likewise.
11088 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11089 (dw2_debug_names_lookup_symbol): Likewise.
11090 (dw2_map_matching_symbols): Update.
11091 * p-valprint.c (pascal_val_print): Remove "block".
11092 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11093 (aux_add_nonlocal_symbols): Make "block" const.
11094 (resolve_subexp): Remove cast.
11095 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11096 const.
11097 (iterate_over_file_blocks): Likewise.
11098 * f-exp.y (%union) <bval>: Remove.
11099 * coffread.c (patch_opaque_types): Make "b" const.
11100 * spu-tdep.c (spu_catch_start): Make "block" const.
11101 * c-valprint.c (print_unpacked_pointer): Remove "block".
11102 * symmisc.c (dump_symtab_1): Make "b" const.
11103 (block_depth): Make "block" const.
11104 * d-exp.y (%union) <bval>: Remove.
11105 * cp-support.h (cp_lookup_rtti_type): Update.
11106 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11107 * psymtab.c (psym_lookup_symbol): Make "block" const.
11108 (maintenance_check_psymtabs): Make "b" const.
11109 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11110 (enumerate_locals, enumerate_args): Update.
11111 * python/py-symtab.c (stpy_global_block): Make "block" const.
11112 (stpy_static_block): Likewise.
11113 * inline-frame.c (block_starting_point_at): Make "new_block"
11114 const.
11115 * block.c (find_block_in_blockvector): Make return type const.
11116 (blockvector_for_pc_sect): Make "b" const.
11117 (find_block_in_blockvector): Make "b" const.
11118
11119 2019-03-23 Tom Tromey <tom@tromey.com>
11120
11121 * varobj.c (varobj_create): Update.
11122 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11123 * printcmd.c (display_command, do_one_display): Don't reset
11124 innermost_block.
11125 * parser-defs.h (enum innermost_block_tracker_type): Move to
11126 expression.h.
11127 (innermost_block): Update comment.
11128 * parse.c (parse_exp_1): Add tracker_types parameter.
11129 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11130 tracker_types parameter. Reset innermost_block.
11131 (parse_exp_in_context): Remove.
11132 (parse_expression_for_completion): Update.
11133 * objfiles.c (~objfile): Don't reset expression_context_block or
11134 innermost_block.
11135 * expression.h (enum innermost_block_tracker_type): Move from
11136 parser-defs.h.
11137 (parse_exp_1): Add tracker_types parameter.
11138 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11139 reset innermost_block.
11140
11141 2019-03-23 Tom Tromey <tom@tromey.com>
11142
11143 * objfiles.h: Include bcache.h.
11144
11145 2019-03-23 Tom Tromey <tom@tromey.com>
11146
11147 * linespec.c (get_current_search_block): Use
11148 scoped_restore_current_language.
11149 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11150
11151 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11152 Jiong Wang <jiong.wang@arm.com>
11153
11154 * aarch64-linux-tdep.c
11155 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11156 section.
11157 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11158
11159 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11160 Jiong Wang <jiong.wang@arm.com>
11161
11162 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11163 instructions.
11164 (aarch64_analyze_prologue_test): Add PACIASP test.
11165 (aarch64_prologue_prev_register): Unmask PC value.
11166
11167 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11168 Jiong Wang <jiong.wang@arm.com>
11169
11170 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11171 (aarch64_dwarf2_prev_register): Unmask PC value.
11172 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11173 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11174 DW_CFA_AARCH64_negate_ra_state.
11175 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11176
11177 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11178 Jiong Wang <jiong.wang@arm.com>
11179
11180 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11181 registers.
11182 (aarch64_pseudo_register_name): Likewise.
11183 (aarch64_pseudo_register_type): Likewise.
11184 (aarch64_pseudo_register_reggroup_p): Likewise.
11185 (aarch64_gdbarch_init): Add pauth registers.
11186 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11187 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11188 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11189 (struct gdbarch_tdep): Add regnum for ra_state.
11190
11191 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11192 Jiong Wang <jiong.wang@arm.com>
11193
11194 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11195
11196 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11197 Jiong Wang <jiong.wang@arm.com>
11198
11199 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11200 function.
11201 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11202 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11203 (aarch64_gdbarch_init): Add puth registers.
11204 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11205 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11206 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11207
11208 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11209 Jiong Wang <jiong.wang@arm.com>
11210
11211 * aarch64-linux-nat.c
11212 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11213 * aarch64-linux-tdep.c
11214 (aarch64_linux_core_read_description): Likewise.
11215 (aarch64_linux_get_hwcap): New function.
11216 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11217 (aarch64_linux_get_hwcap): New declaration.
11218
11219 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11220 Jiong Wang <jiong.wang@arm.com>
11221
11222 * aarch64-linux-nat.c
11223 (aarch64_linux_nat_target::read_description): Add pauth param.
11224 * aarch64-linux-tdep.c
11225 (aarch64_linux_core_read_description): Likewise.
11226 * aarch64-tdep.c (struct target_desc): Add in pauth.
11227 (aarch64_read_description): Add pauth param.
11228 (aarch64_gdbarch_init): Likewise.
11229 * aarch64-tdep.h (aarch64_read_description): Likewise.
11230 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11231 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11232 * features/Makefile: Add new files.
11233 * features/aarch64-pauth.c: New file.
11234 * features/aarch64-pauth.xml: New file.
11235
11236 2019-03-20 Tom Tromey <tromey@adacore.com>
11237
11238 * infrun.c (handle_inferior_event): Rename from
11239 handle_inferior_event_1. Create a scoped_value_mark.
11240 (handle_inferior_event): Remove.
11241
11242 2019-03-19 Tom Tromey <tromey@adacore.com>
11243
11244 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11245 * infrun.h (print_stop_event): Add "displays" parameter.
11246 * infrun.c (print_stop_event): Add "displays" parameter.
11247
11248 2019-03-19 Pedro Alves <palves@redhat.com>
11249
11250 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11251 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11252 to -1. Fix TABs vs spaces.
11253 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11254 * tui/tui-out.h (tui_ui_out) Add intro comments.
11255 <m_line, m_start_of_line>: In-class initialize, and add describing
11256 comment.
11257
11258 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11259
11260 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11261 variable names.
11262 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11263
11264 2019-03-18 Pedro Alves <palves@redhat.com>
11265 Eli Zaretskii <eliz@gnu.org>
11266
11267 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11268 m_line and m_start_of_line.
11269
11270 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11271
11272 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11273 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11274 it returns a newline. This fixes a regression in TU mode, whereby
11275 the next line is output on the same screen line as the user input.
11276
11277 2019-03-18 Tom Tromey <tromey@adacore.com>
11278
11279 * minsyms.c (minimal_symbol_reader::install): Remove call to
11280 obstack_blank.
11281
11282 2019-03-18 Pedro Alves <palves@redhat.com>
11283
11284 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11285 New globals.
11286 (apply_style): New, factored out from ...
11287 (apply_ansi_escape): ... this. Handle reverse video mode.
11288 (tui_set_reverse_mode): New function.
11289 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11290 * tui/tui-winsource.c (tui_show_source_line): Use
11291 tui_set_reverse_mode instead of setting A_STANDOUT.
11292 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11293 New setter methods.
11294
11295 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11296
11297 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11298 Handle tabs.
11299
11300 2019-03-18 Tom Tromey <tromey@adacore.com>
11301
11302 * ada-lang.c (empty_array): Add "high" parameter.
11303 (ada_evaluate_subexp): Update.
11304
11305 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11306
11307 * unittests/string_view-selftests.c: Define
11308 _initialize_string_view_selftests unconditionally.
11309
11310 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11311
11312 PR gdb/24350
11313 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11314
11315 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11316
11317 PR gdb/24351
11318 * windows-nat.c (display_selector): Fix format specifiers.
11319
11320 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11321
11322 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11323 tui_refill_source_window instead of tui_refresh_win, to update the
11324 current execution line. This fixes redisplay of the current line
11325 when stepping through the code with "next" or "step".
11326
11327 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11328
11329 * source-cache.c (source_cache::get_source_lines): Call
11330 find_source_lines to initialize s->nlines. This fixes vertical
11331 scrolling of TUI source window when the DOWN arrow is pressed.
11332
11333 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11334
11335 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11336 linux-thread-db.c (_initialize_thread_db): Likewise.
11337
11338 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11339
11340 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11341 wclrtoeol in tui_show_source_line". This reverts changes made in
11342 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11343
11344 2019-03-15 Tom Tromey <tom@tromey.com>
11345
11346 * symtab.h (struct minimal_symbol): Derive from
11347 general_symbol_info.
11348 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11349 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11350 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11351 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11352 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11353 (MSYMBOL_SEARCH_NAME): Update.
11354 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11355 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11356 * minsyms.c (minimal_symbol_reader::record_full): Update.
11357
11358 2019-03-15 Tom Tromey <tom@tromey.com>
11359
11360 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11361
11362 2019-03-15 Tom Tromey <tom@tromey.com>
11363
11364 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11365 unique_xmalloc_ptr.
11366 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11367 Update.
11368 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11369 (build_minimal_symbol_hash_tables)
11370 (minimal_symbol_reader::install): Update.
11371
11372 2019-03-15 Tom Tromey <tom@tromey.com>
11373
11374 * symtab.c (create_demangled_names_hash): Update.
11375 (symbol_set_names): Update.
11376 * objfiles.h (struct objfile_per_bfd_storage)
11377 <demangled_names_hash>: Now an htab_up.
11378 * objfiles.c (objfile_per_bfd_storage): Simplify.
11379
11380 2019-03-15 Tom Tromey <tom@tromey.com>
11381
11382 * objfiles.h (struct objfile_per_bfd_storage): Declare
11383 destructor.
11384 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11385 New.
11386 (get_objfile_bfd_data): Use new. Don't initialize
11387 language_of_main.
11388 (free_objfile_per_bfd_storage): Remove.
11389 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11390
11391 2019-03-15 Tom Tromey <tom@tromey.com>
11392
11393 * symfile.c (reread_symbols): Update.
11394 * objfiles.c (objfile::objfile): Update.
11395 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11396 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11397 comment.
11398 (minimal_symbol_reader::install): Update.
11399 (terminate_minimal_symbol_table): Remove.
11400 * jit.c (jit_object_close_impl): Update.
11401
11402 2019-03-15 Tom Tromey <tom@tromey.com>
11403
11404 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11405 initializations.
11406
11407 2019-03-15 Tom Tromey <tom@tromey.com>
11408
11409 * objfiles.h (struct objfile_per_bfd_storage)
11410 <demangled_hash_languages>: Now a bitset.
11411 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11412 (lookup_minimal_symbol): Update.
11413
11414 2019-03-15 Tom Tromey <tom@tromey.com>
11415
11416 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11417 Don't return the symbol.
11418 * coffread.c (record_minimal_symbol): Use record_full.
11419
11420 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11421
11422 The MS-Windows port of ncurses fails to switch to a color pair if
11423 one or both of the colors are the implicit default colors. This
11424 change records the default colors when TUI is initialized, and
11425 then specifies them explicitly when a color pair uses the default
11426 colors. This allows color styling in TUI mode on MS-Windows.
11427
11428 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11429 ncurses_norm_attr.
11430 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11431 colors in ncurses_norm_attr.
11432 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11433 "none", replace it with the default color recorded in
11434 ncurses_norm_attr.
11435
11436 2019-03-14 Tom Tromey <tromey@adacore.com>
11437
11438 * source-cache.h (class source_cache) <get_source_lines>: Return
11439 std::string.
11440 * source-cache.c (source_cache::extract_lines): Handle case where
11441 first_pos==npos. Return std::string.
11442 (source_cache::get_source_lines): Update.
11443
11444 2019-03-14 Tom Tromey <tromey@adacore.com>
11445
11446 * NEWS: Add item for "style sources" commands.
11447 * source-cache.c (source_cache::get_source_lines): Check
11448 source_styling.
11449 * cli/cli-style.c (source_styling): New global.
11450 (_initialize_cli_style): Add "style sources" commands.
11451 (show_style_sources): New function.
11452 * cli/cli-style.h (source_styling): Declare.
11453
11454 2019-03-14 Pedro Alves <palves@redhat.com>
11455 Tom Tromey <tromey@adacore.com>
11456
11457 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11458 * tui/tui-winsource.c (tui_refill_source_window): New function,
11459 from...
11460 (tui_horizontal_source_scroll): ... here. Move some logic.
11461 * cli/cli-style.c (set_style_enabled): Notify new observable.
11462 * tui/tui-hooks.c (tui_redisplay_source): New function.
11463 (tui_attach_detach_observers): Attach or detach
11464 tui_redisplay_source.
11465 * observable.h (source_styling_changed): New observable.
11466 * observable.c: Define source_styling_changed observable.
11467
11468 2019-03-13 Tom Tromey <tromey@adacore.com>
11469
11470 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11471 (i386_gnu_nat_target::store_registers): Update.
11472 * target-debug.h (target_debug_print_std_string): New macro.
11473 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11474 * windows-tdep.c (display_one_tib): Update.
11475 * tui/tui-stack.c (tui_make_status_line): Update.
11476 * top.c (print_inferior_quit_action): Update.
11477 * thread.c (thr_try_catch_cmd): Update.
11478 (add_thread_with_info): Update.
11479 (thread_target_id_str): Update.
11480 (thr_try_catch_cmd): Update.
11481 (thread_command): Update.
11482 (thread_find_command): Update.
11483 * record-btrace.c (record_btrace_target::info_record)
11484 (record_btrace_resume_thread, record_btrace_target::resume)
11485 (record_btrace_cancel_resume, record_btrace_step_thread)
11486 (record_btrace_target::wait, record_btrace_target::wait)
11487 (record_btrace_target::wait, record_btrace_target::stop): Update.
11488 * progspace.c (print_program_space): Update.
11489 * process-stratum-target.c
11490 (process_stratum_target::thread_address_space): Update.
11491 * linux-fork.c (linux_fork_mourn_inferior)
11492 (detach_checkpoint_command, info_checkpoints_command)
11493 (linux_fork_context): Update.
11494 (linux_fork_detach): Update.
11495 (class scoped_switch_fork_info): Update.
11496 (delete_checkpoint_command): Update.
11497 * infrun.c (follow_fork_inferior): Update.
11498 (follow_fork_inferior): Update.
11499 (proceed_after_vfork_done): Update.
11500 (handle_vfork_child_exec_or_exit): Update.
11501 (follow_exec): Update.
11502 (displaced_step_prepare_throw): Update.
11503 (displaced_step_restore): Update.
11504 (start_step_over): Update.
11505 (resume_1): Update.
11506 (clear_proceed_status_thread): Update.
11507 (proceed): Update.
11508 (print_target_wait_results): Update.
11509 (do_target_wait): Update.
11510 (context_switch): Update.
11511 (stop_all_threads): Update.
11512 (restart_threads): Update.
11513 (finish_step_over): Update.
11514 (handle_signal_stop): Update.
11515 (switch_back_to_stepped_thread): Update.
11516 (keep_going_pass_signal): Update.
11517 (print_exited_reason): Update.
11518 (normal_stop): Update.
11519 * inferior.c (inferior_pid_to_str): Change return type.
11520 (print_selected_inferior): Update.
11521 (add_inferior): Update.
11522 (detach_inferior): Update.
11523 * dummy-frame.c (fprint_dummy_frames): Update.
11524 * dcache.c (dcache_info_1): Update.
11525 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11526 (btrace_fetch, btrace_clear): Update.
11527 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11528 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11529 type.
11530 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11531 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11532 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11533 * gdbarch.c, gdbarch.h: Rebuild.
11534 * gdbarch.sh (core_pid_to_str): Change return type.
11535 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11536 return type.
11537 (windows_nat_target::pid_to_str): Change return type.
11538 (windows_delete_thread): Update.
11539 (windows_nat_target::attach): Update.
11540 (windows_nat_target::files_info): Update.
11541 * target-delegates.c: Rebuild.
11542 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11543 return type.
11544 (sol_thread_target::pid_to_str): Change return type.
11545 * remote.c (class remote_target) <pid_to_str>: Change return
11546 type.
11547 (remote_target::pid_to_str): Change return type.
11548 (extended_remote_target::attach, remote_target::remote_stop_ns)
11549 (remote_target::remote_notif_remove_queued_reply)
11550 (remote_target::push_stop_reply, remote_target::disable_btrace):
11551 Update.
11552 (extended_remote_target::attach): Update.
11553 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11554 type.
11555 (gdbsim_target::pid_to_str): Change return type.
11556 * ravenscar-thread.c (struct ravenscar_thread_target)
11557 <pid_to_str>: Change return type.
11558 (ravenscar_thread_target::pid_to_str): Change return type.
11559 * procfs.c (class procfs_target) <pid_to_str>: Change return
11560 type.
11561 (procfs_target::pid_to_str): Change return type.
11562 (procfs_target::attach): Update.
11563 (procfs_target::detach): Update.
11564 (procfs_target::fetch_registers): Update.
11565 (procfs_target::store_registers): Update.
11566 (procfs_target::wait): Update.
11567 (procfs_target::files_info): Update.
11568 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11569 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11570 return type.
11571 (nto_procfs_target::pid_to_str): Change return type.
11572 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11573 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11574 return type.
11575 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11576 (exit_lwp): Update.
11577 (attach_proc_task_lwp_callback, get_detach_signal)
11578 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11579 (linux_nat_target::resume, wait_lwp, stop_callback)
11580 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11581 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11582 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11583 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11584 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11585 type.
11586 (inf_ptrace_target::attach): Update.
11587 (inf_ptrace_target::files_info): Update.
11588 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11589 type.
11590 (go32_nat_target::pid_to_str): Change return type.
11591 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11592 (gnu_nat_target::wait): Update.
11593 (gnu_nat_target::wait): Update.
11594 (gnu_nat_target::resume): Update.
11595 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11596 (fbsd_nat_target::wait): Update.
11597 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11598 type.
11599 (darwin_nat_target::attach): Update.
11600 * corelow.c (class core_target) <pid_to_str>: Change return type.
11601 (core_target::pid_to_str): Change return type.
11602 * target.c (normal_pid_to_str): Change return type.
11603 (default_pid_to_str): Likewise.
11604 (target_pid_to_str): Change return type.
11605 (target_translate_tls_address): Update.
11606 (target_announce_detach): Update.
11607 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11608 return type.
11609 (bsd_uthread_target::pid_to_str): Change return type.
11610 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11611 type.
11612 (bsd_kvm_target::pid_to_str): Change return type.
11613 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11614 return type.
11615 (aix_thread_target::pid_to_str): Change return type.
11616 * target.h (struct target_ops) <pid_to_str>: Change return type.
11617 (target_pid_to_str, normal_pid_to_str): Likewise.
11618 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11619 type.
11620 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11621 type.
11622 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11623 return type.
11624 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11625 type.
11626 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11627 type.
11628 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11629 return type.
11630
11631 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11632
11633 * NEWS: Mention that the new default MI version is 3. Mention
11634 changes to the output of commands and events that deal with
11635 multi-location breakpoints.
11636 * breakpoint.c: Include "mi/mi-out.h".
11637 (print_one_breakpoint): Change output syntax if using MI version
11638 >= 3.
11639 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11640 New.
11641 (mi_multi_location_breakpoint_output_fixed): New.
11642 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11643 (mi_cmd_fix_multi_location_breakpoint_output): New.
11644 (mi_multi_location_breakpoint_output_fixed): New.
11645 * mi/mi-cmds.c (mi_cmds): Register command
11646 -fix-multi-location-breakpoint-output.
11647 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11648 interpreter "mi".
11649
11650 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11651
11652 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11653 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11654 instantiate mi_ui_out based on interpreter name.
11655 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11656 * mi/mi-main.c (mi_load_progress): Likewise.
11657
11658 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11659
11660 * NEWS: Combine separate "New targets" sections for 8.3.
11661
11662 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11663
11664 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11665 (ppcfbsd_init_abi): Install gdbarch
11666 "fetch_tls_load_module_address" and "get_thread_local_address"
11667 methods.
11668
11669 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11670
11671 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11672 (riscv_fbsd_init_abi): Install gdbarch
11673 "fetch_tls_load_module_address" and "get_thread_local_address"
11674 methods.
11675
11676 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11677
11678 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11679 (i386fbsd_init_abi): Install gdbarch
11680 "fetch_tls_load_module_address" and "get_thread_local_address"
11681 methods.
11682
11683 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11684
11685 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11686 (amd64fbsd_init_abi): Install gdbarch
11687 "fetch_tls_load_module_address" and "get_thread_local_address"
11688 methods.
11689
11690 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11691
11692 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11693 (struct fbsd_pspace_data): New type.
11694 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11695 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11696 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11697 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11698 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11699
11700 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11701
11702 * gdbtypes.c (lookup_struct_elt): New function.
11703 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11704 * gdbtypes.h (struct struct_elt): New type.
11705 (lookup_struct_elt): New prototype.
11706
11707 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11708
11709 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11710 remove disabled code block.
11711
11712 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11713
11714 * gdbarch.sh (get_thread_local_address): New method.
11715 * gdbarch.h, gdbarch.c: Regenerate.
11716 * target.c (target_translate_tls_address): Use
11717 gdbarch_get_thread_local_address if present instead of
11718 target::get_thread_local_address.
11719
11720 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11721
11722 * target.h (target::get_thread_local_address): Update comment.
11723
11724 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11725
11726 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11727 objfile->separate_debug_objfile_backlink if not NULL.
11728
11729 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11730
11731 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11732 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11733 (amd64bsd_store_inferior_registers): Likewise.
11734 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11735 Enable segment base registers.
11736 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11737 PT_GETFSBASE and PT_GETGSBASE.
11738 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11739 PT_SETGSBASE.
11740 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11741 segment base registers.
11742 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11743
11744 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11745
11746 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11747 Update calls to i386_target_description to add 'segments'
11748 parameter.
11749 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11750 add segment base registers.
11751 * arch/i386.c (i386_create_target_description): Add 'segments'
11752 parameter to enable segment base registers.
11753 * arch/i386.h (i386_create_target_description): Likewise.
11754 * features/i386/32bit-segments.xml: New file.
11755 * features/i386/32bit-segments.c: Generate.
11756 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11757 call to i386_target_description to add 'segments' parameter.
11758 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11759 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11760 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11761 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11762 if feature is present.
11763 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11764 Add 'segments' parameter to call to i386_target_description.
11765 (i386_target_description): Add 'segments' parameter to enable
11766 segment base registers.
11767 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11768 to call to i386_target_description.
11769 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11770 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11771 Define I386_NUM_REGS.
11772 (i386_target_description): Add 'segments' parameter to enable
11773 segment base registers.
11774
11775 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11776
11777 PR/24325
11778 * source-cache.c: #undef open and close, to avoid unresolved
11779 externals during linking.
11780
11781 2019-03-12 Tom Tromey <tromey@adacore.com>
11782
11783 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11784 const. Add initializers.
11785 (_initialize_remote): Don't initialize ptid globals.
11786
11787 2019-03-12 Pedro Alves <palves@redhat.com>
11788
11789 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11790
11791 2019-03-12 Pedro Alves <palves@redhat.com>
11792
11793 * cp-name-parser.y (main): Remove unused 'len' variable.
11794
11795 2019-03-12 Tom Tromey <tromey@adacore.com>
11796
11797 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11798 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11799
11800 2019-03-12 Tom Tromey <tromey@adacore.com>
11801
11802 * linux-nat.c (iterate_over_lwps): Update.
11803 (stop_callback): Remove parameter.
11804 (stop_wait_callback, detach_callback, resume_set_callback)
11805 (select_singlestep_lwp_callback, set_ignore_sigint)
11806 (status_callback, resumed_callback, resume_clear_callback)
11807 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11808 data parameter.
11809 (linux_nat_target::detach, linux_nat_target::resume)
11810 (linux_stop_and_wait_all_lwps, select_event_lwp)
11811 (linux_nat_filter_event, linux_nat_wait_1)
11812 (linux_nat_target::kill, linux_nat_target::stop)
11813 (linux_nat_target::stop): Update.
11814 (linux_nat_resume_callback): Change type.
11815 (resume_stopped_resumed_lwps, count_events_callback)
11816 (select_event_lwp_callback): Likewise.
11817 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11818 * arm-linux-nat.c (struct update_registers_data): Remove.
11819 (update_registers_callback): Change type.
11820 (arm_linux_insert_hw_breakpoint1): Update.
11821 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11822 parameter.
11823 (x86_linux_dr_set_addr): Update.
11824 (x86_linux_dr_set_control): Update.
11825 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11826 (iterate_over_lwps): Use gdb::function_view.
11827 * nat/aarch64-linux-hw-point.c (struct
11828 aarch64_dr_update_callback_param): Remove.
11829 (debug_reg_change_callback): Change type.
11830 (aarch64_notify_debug_reg_change): Update.
11831 * s390-linux-nat.c (s390_refresh_per_info): Update.
11832
11833 2019-03-11 Tom Tromey <tromey@adacore.com>
11834
11835 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11836 redundant assignment to "this_cu".
11837
11838 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11839
11840 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11841
11842 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11843
11844 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11845 from...
11846 (rank_one_type): ... this.
11847
11848 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11849
11850 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11851 from...
11852 (rank_one_type): ... this.
11853
11854 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11855
11856 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11857 from...
11858 (rank_one_type): ... this.
11859
11860 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11861
11862 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11863 from...
11864 (rank_one_type): ... this.
11865
11866 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11867
11868 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11869 from...
11870 (rank_one_type): ... this.
11871
11872 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11873
11874 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11875 from...
11876 (rank_one_type): ... this.
11877
11878 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11879
11880 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11881 from...
11882 (rank_one_type): ... this.
11883
11884 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11885
11886 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11887 from...
11888 (rank_one_type): ... this.
11889
11890 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11891
11892 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11893 from...
11894 (rank_one_type): ... this.
11895
11896 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11897
11898 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11899 from...
11900 (rank_one_type): ... this.
11901
11902 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11903
11904 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11905 from...
11906 (rank_one_type): ... this.
11907
11908 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11909
11910 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11911 from...
11912 (rank_one_type): ... this.
11913
11914 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11915
11916 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11917 inferior-events' shows the example events.
11918
11919 2019-03-08 Eli Zaretskii <eliz@gnu.org>
11920
11921 Support styling on native MS-Windows console
11922
11923 PR/24315
11924 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11925 on MS-Windows if $TERM is not defined.
11926
11927 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11928
11929 * posix-hdep.c (gdb_console_fputs):
11930 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11931 functions.
11932 * ui-file.h (gdb_console_fputs): Add prototype.
11933
11934 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11935 back to fputs only if the former returns zero.
11936
11937 2019-03-07 Tom Tromey <tom@tromey.com>
11938
11939 * symmisc.c (print_symbol_bcache_statistics): Update.
11940 (print_objfile_statistics): Update.
11941 * symfile.c (allocate_symtab): Update.
11942 * stabsread.c: Don't include bcache.h.
11943 * psymtab.h (struct psymbol_bcache): Don't declare.
11944 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11945 (psymbol_bcache_init, psymbol_bcache_free)
11946 (psymbol_bcache_get_bcache): Don't declare.
11947 * psymtab.c (struct psymbol_bcache): Remove.
11948 (psymtab_storage::psymtab_storage): Update.
11949 (psymtab_storage::~psymtab_storage): Update.
11950 (psymbol_bcache_init, psymbol_bcache_free)
11951 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11952 (add_psymbol_to_bcache): Update.
11953 (allocate_psymtab): Update.
11954 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11955 macro_cache>: No longer pointers.
11956 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11957 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11958 * macrotab.c (macro_bcache): Update.
11959 * macroexp.c: Don't include bcache.h.
11960 * gdbtypes.c (check_types_worklist): Update.
11961 (types_deeply_equal): Remove TRY/CATCH. Update.
11962 * elfread.c (elf_symtab_read): Update.
11963 * dwarf2read.c: Don't include bcache.h.
11964 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11965 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11966 (print_bcache_statistics, bcache_memory_used): Don't declare.
11967 (struct bcache): Move from bcache.c. Add constructor, destructor,
11968 methods. Rename all data members.
11969 * bcache.c (struct bcache): Move to bcache.h.
11970 (bcache::expand_hash_table): Rename from expand_hash_table.
11971 (bcache): Remove.
11972 (bcache::insert): Rename from bcache_full.
11973 (bcache::compare): Rename from bcache_compare.
11974 (bcache_xmalloc): Remove.
11975 (bcache::~bcache): Rename from bcache_xfree.
11976 (bcache::print_statistics): Rename from print_bcache_statistics.
11977 (bcache::memory_used): Rename from bcache_memory_used.
11978
11979 2019-03-07 Pedro Alves <palves@redhat.com>
11980
11981 * infrun.c (normal_stop): Also check for
11982 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11983
11984 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11985
11986 * f-lang.c (value_from_host_double): Moved to...
11987 * value.c (value_from_host_double): ...here.
11988 * value.h (value_from_host_double): Declare.
11989 * guile/scm-math.c (vlscm_convert_typed_number): Use
11990 value_from_host_double.
11991 (vlscm_convert_number): Likewise.
11992 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11993 * python/py-value.c (convert_value_from_python): Likewise.
11994
11995 2019-03-06 Tom Tromey <tom@tromey.com>
11996
11997 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11998
11999 2019-03-06 Tom Tromey <tom@tromey.com>
12000
12001 * utils.h (free_current_contents): Don't declare.
12002 * utils.c (free_current_contents): Remove.
12003
12004 2019-03-06 Tom Tromey <tom@tromey.com>
12005
12006 * top.c (quit_force): Update.
12007 * main.c (captured_command_loop): Update.
12008 * common/new-op.c (operator new): Update.
12009 * common/common-exceptions.c (struct catcher)
12010 <save_cleanup_chain>: Remove member.
12011 (exceptions_state_mc_init): Update.
12012 (exception_try_scope_entry): Return nullptr.
12013 (exception_try_scope_exit, exception_rethrow)
12014 (throw_exception_sjlj, throw_exception_cxx): Update.
12015 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12016 (all_cleanups, do_cleanups, discard_cleanups)
12017 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12018 (restore_cleanups, restore_final_cleanups): Don't declare.
12019 (do_final_cleanups): Remove parameter.
12020 * common/cleanups.c (cleanup_chain, make_cleanup)
12021 (make_cleanup_dtor, all_cleanups, do_cleanups)
12022 (discard_my_cleanups, discard_cleanups)
12023 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12024 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12025 (null_cleanup): Remove.
12026 (do_final_cleanups): Remove parameter.
12027
12028 2019-03-06 Tom Tromey <tom@tromey.com>
12029
12030 * remote.c (remote_target::remote_parse_stop_reply): Use
12031 unique_xmalloc_ptr.
12032
12033 2019-03-06 Tom Tromey <tom@tromey.com>
12034
12035 * stabsread.c (struct stabs_field_info): Rename from field_info.
12036 <list, fnlist>: Add initializers.
12037 <obstack>: New member.
12038 (read_member_functions, read_struct_fields, read_baseclasses):
12039 Allocate on obstack. Don't use cleanups.
12040 (read_one_struct_field, read_member_functions, read_struct_fields)
12041 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12042 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12043 (read_struct_type): Update.
12044
12045 2019-03-06 Tom Tromey <tom@tromey.com>
12046
12047 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12048 * common/filestuff.h (make_cleanup_close): Don't declare.
12049 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12050 Remove.
12051
12052 2019-03-06 Tom Tromey <tom@tromey.com>
12053
12054 * solib-aix.c: Use make_scope_exit.
12055
12056 2019-03-06 Tom Tromey <tom@tromey.com>
12057
12058 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12059 Use make_scope_exit.
12060
12061 2019-03-06 Tom Tromey <tom@tromey.com>
12062
12063 * solib-svr4.c (disable_probes_interface): Remove parameter.
12064 (svr4_handle_solib_event): Use make_scope_exit.
12065
12066 2019-03-06 Tom Tromey <tom@tromey.com>
12067
12068 * remote.c (struct stop_reply_deleter): Remove.
12069 (stop_reply_up): Update.
12070 (struct stop_reply): Derive from notif_event. Don't typedef.
12071 <regcache>: Now a std::vector.
12072 (stop_reply_xfree): Remove.
12073 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12074 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12075 (remote_target::discard_pending_stop_replies): Use delete.
12076 (remote_target::remote_parse_stop_reply): Update.
12077 (remote_target::process_stop_reply): Update.
12078 * remote-notif.h (struct notif_event): Add virtual destructor.
12079 Remove "dtr" member.
12080 (struct notif_client) <alloc_event>: Return a unique_ptr.
12081 (notif_event_xfree): Don't declare.
12082 (notif_event_up): New typedef.
12083 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12084 (notif_event_xfree, do_notif_event_xfree): Remove.
12085 (remote_notif_state_xfree): Update.
12086
12087 2019-03-06 Tom Tromey <tom@tromey.com>
12088
12089 * infrun.c (displaced_step_clear_cleanup): Now a
12090 forward_scope_exit type.
12091 (displaced_step_prepare_throw): Update.
12092 (displaced_step_fixup): Update.
12093
12094 2019-03-06 Tom Tromey <tom@tromey.com>
12095
12096 * inferior.h (class inferior): Update comment.
12097 * gdbthread.h (class thread_info): Update comment.
12098
12099 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12100 Tom Tromey <tom@tromey.com>
12101
12102 * stabsread.h (struct stab_section_list): Remove.
12103 (coffstab_build_psymtabs): Update.
12104 * dbxread.c (symbuf_sections): Now a std::vector.
12105 (sect_idx): New global.
12106 (fill_symbuf): Update.
12107 (coffstab_build_psymtabs): Change type of stabsects parameter.
12108 Update.
12109 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12110 std::vector.
12111 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12112 (coff_locate_sections): Update.
12113 (coff_symfile_read): Remove cleanups. Update.
12114 (init_stringtab): Add storage parameter.
12115 (free_stringtab, free_stringtab_cleanup): Remove.
12116 (init_lineno): Add storage parameter.
12117 (free_linetab, free_linetab_cleanup): Remove.
12118
12119 2019-03-06 Pedro Alves <palves@redhat.com>
12120
12121 * linux-fork.c (fork_info::clobber_regs): Delete.
12122 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12123 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12124 comment. Adjust.
12125 (scoped_switch_fork_info::scoped_switch_fork_info)
12126 (checkpoint_command, linux_fork_context): Adjust
12127 fork_save_infrun_state calls.
12128
12129 2019-03-06 Pedro Alves <palves@redhat.com>
12130
12131 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12132 (inf_has_multiple_threads): Return 'bool' and rewrite using
12133 inferior_info::threads().
12134
12135 2019-03-06 Pedro Alves <palves@redhat.com>
12136
12137 * linux-fork.c: Include <list>.
12138 (fork_list): Now a std::list instance.
12139 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12140 (forks_exist_p, find_last_fork): Adjust.
12141 (new_fork): Delete.
12142 (one_fork_p): New.
12143 (add_fork): Adjust.
12144 (free_fork): Delete, folded into fork_info::~fork_info().
12145 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12146 Adjust.
12147 (init_fork_list): Delete.
12148 (linux_fork_killall, linux_fork_mourn_inferior)
12149 (linux_fork_detach, info_checkpoints_command): Adjust.
12150 (_initialize_linux_fork): No longer call init_fork_list.
12151
12152 2019-03-06 Pedro Alves <palves@redhat.com>
12153
12154 * linux-fork.c (new_fork): New, split out of ...
12155 (add_fork): ... this. Return void. Move "first fork" special
12156 case from here, to ...
12157 (checkpoint_command): ... here.
12158 * linux-linux.h (add_fork): Return void.
12159
12160 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12161
12162 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12163
12164 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12165 Chris January <chris.january@arm.com>
12166 David Lecomber <david.lecomber@arm.com>
12167
12168 * f-exp.y: New token, UNOP_INTRINSIC.
12169 (exp): New pattern using UNOP_INTRINSIC token.
12170 (f77_keywords): Add 'abs' keyword.
12171 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12172 (value_from_host_double): New function.
12173 (evaluate_subexp_f): Support UNOP_ABS.
12174
12175 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12176
12177 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12178 types.
12179
12180 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12181
12182 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12183 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12184 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12185
12186 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12187
12188 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12189
12190 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12191 Chris January <chris.january@arm.com>
12192
12193 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12194 * f-exp.y: Define 'KIND' token.
12195 (exp): New pattern for KIND expressions.
12196 (ptype): Handle types with a kind extension.
12197 (direct_abs_decl): Extend to spot kind extensions.
12198 (f77_keywords): Add 'kind' to the list.
12199 (push_kind_type): New function.
12200 (convert_to_kind_type): New function.
12201 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12202 * parse.c (operator_length_standard): Likewise.
12203 * parser-defs.h (enum type_pieces): Add tp_kind.
12204 * std-operator.def: Add UNOP_KIND.
12205
12206 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12207
12208 * f-exp.y (f_parse): Set yydebug.
12209
12210 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12211
12212 * f-lang.c (evaluate_subexp_f): New function.
12213 (exp_descriptor_f): New global.
12214 (f_language_defn): Use exp_descriptor_f instead of
12215 exp_descriptor_standard.
12216
12217 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12218
12219 * f-exp.y (struct token): Add comments.
12220 (dot_ops): Remove uppercase versions and the end marker.
12221 (f77_keywords): Likewise.
12222 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12223 entries in the dot_ops array are case insensitive, and use
12224 strncasecmp to compare strings. Also some whitespace cleanup in
12225 this area. Similar for the f77_keywords array, except entries in
12226 this list might be case sensitive.
12227
12228 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12229
12230 * f-exp.y (struct f77_boolean_val): Add comments.
12231 (boolean_values): Remove uppercase versions, and end marker.
12232 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12233 and use strncasecmp to achieve case insensitivity. Additionally,
12234 perform whitespace cleanup around this code.
12235
12236 2019-03-06 Tom Tromey <tromey@adacore.com>
12237
12238 * remote-sim.c (gdbsim_target_open): Use result of
12239 gdb_argv::release.
12240
12241 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12242 Dirk Schubert <dirk.schubert@arm.com>
12243 Chris January <chris.january@arm.com>
12244
12245 * eval.c (evaluate_subexp_standard): Call Fortran argument
12246 wrapping logic.
12247 * f-lang.c (struct value): A value which can be passed into a
12248 Fortran function call.
12249 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12250 where appropriate.
12251 (struct type): Value ready for a Fortran function call.
12252 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12253 is needed.
12254 * f-lang.h (fortran_argument_convert): Declaration.
12255 (fortran_preserve_arg_pointer): Declaration.
12256 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12257
12258 2019-03-05 Tom Tromey <tromey@adacore.com>
12259
12260 * python/py-prettyprint.c (print_string_repr): Remove #if.
12261 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12262
12263 2019-03-05 Tom Tromey <tromey@adacore.com>
12264
12265 * target.c (the_dummy_target): Move later. Change type to
12266 "dummy_target".
12267 (initialize_targets): Don't initialize the_dummy_target.
12268
12269 2019-03-05 Tom Tromey <tromey@adacore.com>
12270
12271 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12272 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12273
12274 2019-03-05 Tom Tromey <tromey@adacore.com>
12275
12276 * windows-nat.c (windows_nat_target::attach)
12277 (windows_nat_target::detach): Don't call gdb_flush.
12278 * valprint.c (generic_val_print, val_print, val_print_string):
12279 Don't call gdb_flush.
12280 * utils.c (defaulted_query): Don't call gdb_flush.
12281 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12282 * target.c (target_announce_detach): Don't call gdb_flush.
12283 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12284 * remote.c (extended_remote_target::attach): Don't call
12285 gdb_flush.
12286 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12287 * printcmd.c (do_examine): Don't call gdb_flush.
12288 (info_display_command): Don't call gdb_flush.
12289 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12290 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12291 * memattr.c (info_mem_command): Don't call gdb_flush.
12292 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12293 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12294 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12295 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12296 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12297 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12298 (gnu_nat_target::detach): Don't call gdb_flush.
12299 * f-valprint.c (f_val_print): Don't call gdb_flush.
12300 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12301 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12302 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12303 gdb_flush.
12304 * c-valprint.c (c_val_print): Don't call gdb_flush.
12305 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12306
12307 2019-03-05 Tom Tromey <tromey@adacore.com>
12308
12309 * varobj.c (update_dynamic_varobj_children): Update.
12310 (install_default_visualizer): Use reset, not release.
12311 * value.c (set_internalvar): Update.
12312 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12313 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12314 ATTRIBUTE_UNUSED_RESULT.
12315
12316 2019-03-05 Tom Tromey <tromey@adacore.com>
12317
12318 * remote.c (class scoped_remote_fd) <release>: Add
12319 ATTRIBUTE_UNUSED_RESULT.
12320
12321 2019-03-05 Tom Tromey <tromey@adacore.com>
12322
12323 * macroexp.c (struct macro_buffer) <release>: Add
12324 ATTRIBUTE_UNUSED_RESULT.
12325
12326 2019-03-05 Tom Tromey <tromey@adacore.com>
12327
12328 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12329 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12330 ATTRIBUTE_UNUSED_RESULT.
12331
12332 2019-03-05 Tom Tromey <tromey@adacore.com>
12333
12334 * common/scoped_fd.h (class scoped_fd) <release>: Add
12335 ATTRIBUTE_UNUSED_RESULT.
12336
12337 2019-03-05 Tom Tromey <tromey@adacore.com>
12338
12339 * parser-defs.h (struct parser_state) <release>: Add
12340 ATTRIBUTE_UNUSED_RESULT.
12341
12342 2019-03-05 Tom Tromey <tromey@adacore.com>
12343
12344 * utils.h (class gdb_argv) <release>: Add
12345 ATTRIBUTE_UNUSED_RESULT.
12346 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12347
12348 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12349
12350 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12351 for-loop range, to avoid compiler warnings.
12352
12353 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12354 avoid compiler warnings about unused variables.
12355
12356 * NEWS: Mention end of support for native debugging on MS-Windows
12357 before XP.
12358
12359 PR gdb/24292
12360 * common/netstuff.c:
12361 * gdbserver/gdbreplay.c
12362 * gdbserver/remote-utils.c:
12363 * ser-tcp.c:
12364 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12365 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12366 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12367 'getaddrinfo' and 'freeaddrinfo' were not available before
12368 Windows XP, and mingw.org's MinGW headers by default define
12369 _WIN32_WINNT to 0x500.
12370
12371 2019-03-01 Gary Benson <gbenson@redhat.com>
12372
12373 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12374
12375 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12376 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12377
12378 PR gdb/8527
12379 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12380 set_sigint_trap, clear_sigint_trap.
12381
12382 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12383
12384 * target.c (target_detach): Clear the regcache and the
12385 frame cache.
12386
12387 2019-02-27 Pedro Alves <palves@redhat.com>
12388
12389 * utils.c (set_screen_size): When we cap the height/width sizes,
12390 tweak the corresponding command variable to show "unlimited":
12391
12392 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12393 Pedro Alves <palves@redhat.com>
12394
12395 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12396 before calling rl_set_screen_size.
12397
12398 2019-02-27 Tom Tromey <tromey@adacore.com>
12399
12400 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12401 define.
12402 * python/py-value.c: Remove Python 2.4 workaround.
12403 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12404 workaround.
12405 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12406 Python 2.4 workaround.
12407 * python/python-internal.h: Remove Python 2.4 comment.
12408 (Py_ssize_t): Don't define.
12409 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12410 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12411 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12412 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12413 * python/python.c (do_start_initialization): Remove Python 2.4
12414 workaround.
12415 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12416 (print_children): Remove Python 2.4 workaround.
12417 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12418 workaround.
12419 (CHARBUFFERPROC_NAME): Remove.
12420 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12421 Python 2.4 workaround.
12422
12423 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12424
12425 * NEWS: Note minimum Python version.
12426
12427 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12428
12429 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12430 code from these functions. Remove corresponding ifdefs. Use
12431 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12432 Remove gotos and target of gotos.
12433 (infpy_search_memory): Likewise.
12434
12435 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12436
12437 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12438 (hppa_gdbarch_init): Don't register deleted functions with
12439 gdbarch.
12440
12441 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12442
12443 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12444 (h8300_unwind_sp): Delete.
12445 (h8300_dummy_id): Delete.
12446 (h8300_gdbarch_init): Don't register deleted functions with
12447 gdbarch.
12448
12449 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12450
12451 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12452 (ft32_unwind_pc): Delete.
12453 (ft32_unwind_sp): Delete.
12454 (ft32_gdbarch_init): Don't register deleted functions with
12455 gdbarch.
12456
12457 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12458
12459 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12460 (frv_unwind_pc): Delete.
12461 (frv_unwind_sp): Delete.
12462 (frv_gdbarch_init): Don't register deleted functions with
12463 gdbarch.
12464
12465 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12466
12467 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12468 (riscv_unwind_pc): Delete.
12469 (riscv_unwind_sp): Delete.
12470 (riscv_gdbarch_init): Don't register deleted functions with
12471 gdbarch.
12472
12473 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12474
12475 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12476 (csky_unwind_pc): Delete.
12477 (csky_unwind_sp): Delete.
12478 (csky_gdbarch_init): Don't register deleted functions with
12479 gdbarch.
12480
12481 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12482
12483 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12484 (cris_unwind_pc): Delete.
12485 (cris_unwind_sp): Delete.
12486 (cris_gdbarch_init): Don't register deleted functions with
12487 gdbarch.
12488
12489 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12490
12491 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12492 (bfin_unwind_pc): Delete.
12493 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12494
12495 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12496
12497 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12498 (arm_unwind_pc): Delete.
12499 (arm_unwind_sp): Delete.
12500 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12501
12502 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12503
12504 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12505 (arc_unwind_pc): Delete.
12506 (arc_unwind_sp): Delete.
12507 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12508
12509 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12510
12511 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12512 (alpha_unwind_pc): Delete.
12513 (alpha_gdbarch_init): Don't register deleted functions with
12514 gdbarch.
12515
12516 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12517
12518 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12519 (aarch64_unwind_pc): Delete.
12520 (aarch64_unwind_sp): Delete.
12521 (aarch64_gdbarch_init): Don't register deleted functions with
12522 gdbarch.
12523
12524 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12525
12526 * gdbtypes.c (type_align): Don't consider static members when
12527 computing structure alignment.
12528
12529 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12530
12531 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12532 return 0 for other types.
12533 * arch-utils.c (default_type_align): Always return 0.
12534 * gdbarch.h: Regenerate.
12535 * gdbarch.sh (type_align): Extend comment.
12536 * gdbtypes.c (type_align): Add additional comments, always call
12537 gdbarch_type_align before applying the default rules.
12538 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12539 generic code will then apply a suitable default.
12540 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12541 types, return 0 for other types.
12542
12543 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12544
12545 * NEWS: Create a new section for the next release branch.
12546 Rename the section of the current branch, now that it has
12547 been cut.
12548
12549 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12550
12551 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12552 * version.in: Bump version to 8.3.50.DATE-git.
12553
12554 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12555
12556 * aix-thread.c (ptid_cmp): Remove unused variable.
12557 (get_signaled_thread): Likewise.
12558 (store_regs_user_thread): Likewise.
12559 (store_regs_kernel_thread): Likewise.
12560 (fetch_regs_kernel_thread): Remove shadowed variable.
12561
12562 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12563
12564 * features/riscv/32bit-cpu.xml: Add register numbers.
12565 * features/riscv/32bit-fpu.c: Regenerate.
12566 * features/riscv/32bit-fpu.xml: Add register numbers.
12567 * features/riscv/64bit-cpu.xml: Add register numbers.
12568 * features/riscv/64bit-fpu.c: Regenerate.
12569 * features/riscv/64bit-fpu.xml: Add register numbers.
12570
12571 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12572
12573 * NEWS: Mention two argument form of gdb.Value constructor.
12574 * python/py-value.c (convert_buffer_and_type_to_value): New
12575 function.
12576 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12577 Add support for handling an optional second argument. Call
12578 convert_buffer_and_type_to_value as appropriate.
12579 * python/python-internal.h (Py_buffer_deleter): New struct.
12580 (Py_buffer_up): New typedef.
12581
12582 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12583
12584 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12585 instead of releasing ownership.
12586
12587 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12588
12589 * dwarf2read.c (open_and_init_dwp_file): Call
12590 elf_numsections instead of bfd_count_sections to initialize
12591 dwp_file->num_sections.
12592
12593 2019-02-25 Tom Tromey <tromey@adacore.com>
12594
12595 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12596
12597 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12598
12599 * gcore.in: Add '--readnever' option when invoking GDB.
12600
12601 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12602
12603 * MAINTAINERS: Update my email address.
12604
12605 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12606
12607 * build-id.c (build_id_to_debug_bfd_1): New function.
12608 (build_id_to_debug_bfd): Look for separate debug file in
12609 sysroot.
12610
12611 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12612
12613 * gdbarch.sh: Update the copyright year range that is placed into
12614 generated files.
12615
12616 2019-02-22 Keith Seitz <keiths@redhat.com>
12617
12618 PR symtab/23853
12619 * linespec.c (create_sals_line_offset): Search for the default
12620 symtab's filename instead of its fullname.
12621
12622 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12623
12624 * NEWS: Update style defaults.
12625
12626 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12627
12628 * main.c (captured_main_1): Disable styling in batch mode.
12629
12630 2019-02-20 Tom Tromey <tom@tromey.com>
12631
12632 * symtab.c (symtab_symbol_info): Fix typos.
12633
12634 2019-02-20 Tom Tromey <tromey@adacore.com>
12635
12636 * findcmd.c (_initialize_mem_search): Use upper case for
12637 metasyntactic variables.
12638
12639 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12640
12641 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12642 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12643
12644 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12645
12646 * top.h (source_file_name): Change to std::string.
12647 * top.c (source_file_name): Likewise.
12648 (command_line_input): Adjust.
12649 * cli/cli-script.c (script_from_file): Adjust.
12650
12651 2019-02-19 Tom Tromey <tromey@adacore.com>
12652
12653 * ravenscar-thread.c
12654 (ravenscar_thread_target::update_thread_list): Don't call
12655 ada_build_task_list.
12656 * ada-lang.h (ada_build_task_list): Don't declare.
12657 * ada-tasks.c (struct ada_tasks_inferior_data)
12658 <task_list_valid_p>: Now bool.
12659 (read_known_tasks, ada_task_list_changed)
12660 (ada_tasks_invalidate_inferior_data): Update.
12661 (read_known_tasks_array): Return bool.
12662 (read_known_tasks_list): Likewise.
12663 (read_known_tasks): Return void.
12664 (ada_build_task_list): Now static.
12665
12666 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12667
12668 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12669 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12670
12671 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12672
12673 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12674 variant for ada_tasks_pspace_data_handle and
12675 ada_tasks_inferior_data_handle.
12676 (ada_tasks_pspace_data_cleanup): New function.
12677 (ada_tasks_inferior_data_cleanup): New function.
12678
12679 2019-02-17 Tom Tromey <tom@tromey.com>
12680
12681 * macrotab.h (macro_source_fullname): Return a std::string.
12682 * macrotab.c (macro_include, check_for_redefinition)
12683 (macro_undef, macro_lookup_definition, foreach_macro)
12684 (foreach_macro_in_scope): Update.
12685 (macro_source_fullname): Return a std::string.
12686 * macrocmd.c (show_pp_source_pos): Update.
12687
12688 2019-02-17 Tom Tromey <tom@tromey.com>
12689
12690 * macrocmd.c (show_pp_source_pos): Style the file names.
12691
12692 2019-02-17 Tom Tromey <tom@tromey.com>
12693
12694 PR tui/24197:
12695 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12696
12697 2019-02-17 Tom Tromey <tom@tromey.com>
12698
12699 * ada-lang.c (user_select_syms): Use filtered printing.
12700 * utils.c (wrap_style): New global.
12701 (desired_style): Remove.
12702 (emit_style_escape): Add stream parameter.
12703 (set_output_style, reset_terminal_style, prompt_for_continue):
12704 Update.
12705 (flush_wrap_buffer): Only flush gdb_stdout.
12706 (wrap_here): Set wrap_style.
12707 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12708 treat escape sequences as a character. Change when wrap buffer is
12709 flushed.
12710 (fputs_styled): Do not set the output style when the default is
12711 requested.
12712 * ui-style.h (struct ui_file_style) <is_default>: New method.
12713 * source.c (print_source_lines_base): Emit escape sequences in one
12714 piece.
12715
12716 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12717
12718 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12719 integers and enumeration types.
12720
12721 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12722
12723 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12724 instead of lookup_symbol_in_language
12725 (do_exact_match): New function.
12726 (ada_get_symbol_name_matcher): Return do_exact_match when
12727 doing a verbatim match.
12728
12729 2019-02-15 Tom Tromey <tromey@adacore.com>
12730
12731 * ravenscar-thread.c (ravenscar_thread_target::resume)
12732 (ravenscar_thread_target::wait): Special case wildcard requests.
12733
12734 2019-02-15 Tom Tromey <tromey@adacore.com>
12735
12736 * ravenscar-thread.c (base_ptid): Remove.
12737 (struct ravenscar_thread_target) <close>: New method.
12738 <m_base_ptid>: New member.
12739 <update_inferior_ptid, active_task, task_is_currently_active,
12740 runtime_initialized>: Declare methods.
12741 <ravenscar_thread_target>: Add constructor.
12742 (ravenscar_thread_target::task_is_currently_active)
12743 (ravenscar_thread_target::update_inferior_ptid)
12744 (ravenscar_runtime_initialized): Rename. Now methods.
12745 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12746 (ravenscar_thread_target::update_thread_list): Update.
12747 (ravenscar_thread_target::active_task): Now method.
12748 (ravenscar_thread_target::store_registers)
12749 (ravenscar_thread_target::prepare_to_store)
12750 (ravenscar_thread_target::prepare_to_store)
12751 (ravenscar_thread_target::mourn_inferior): Update.
12752 (ravenscar_inferior_created): Use "new" to create target.
12753 (ravenscar_thread_target::get_ada_task_ptid): Update.
12754 (_initialize_ravenscar): Don't initialize base_ptid.
12755 (ravenscar_ops): Remove global.
12756
12757 2019-02-15 Tom Tromey <tromey@adacore.com>
12758
12759 * target.h (push_target): Declare new overload.
12760 * target.c (push_target): New overload, taking an rvalue reference.
12761 * remote.c (remote_target::open_1): Use push_target overload.
12762 * corelow.c (core_target_open): Use push_target overload.
12763
12764 2019-02-15 Tom Tromey <tromey@adacore.com>
12765
12766 * ravenscar-thread.c (is_ravenscar_task)
12767 (ravenscar_task_is_currently_active): Return bool.
12768 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12769 (_initialize_ravenscar): Remove "(void)".
12770 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12771 Return bool.
12772
12773 2019-02-15 Tom Tromey <tromey@adacore.com>
12774
12775 * ravenscar-thread.c (ravenscar_runtime_initializer)
12776 (has_ravenscar_runtime, get_running_thread_id)
12777 (ravenscar_thread_target::resume): Fix indentation.
12778
12779 2019-02-15 Tom Tromey <tromey@adacore.com>
12780
12781 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12782 from ravenscar_arch_ops.
12783 (sparc_ravenscar_ops::fetch_registers)
12784 (sparc_ravenscar_ops::store_registers): Now methods.
12785 (sparc_ravenscar_prepare_to_store): Remove.
12786 (sparc_ravenscar_ops): Redefine.
12787 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12788 methods and destructor. Remove members.
12789 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12790 (ravenscar_thread_target::store_registers)
12791 (ravenscar_thread_target::prepare_to_store): Update.
12792 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12793 Remove.
12794 (struct ppc_ravenscar_powerpc_ops): Derive from
12795 ravenscar_arch_ops.
12796 (ppc_ravenscar_powerpc_ops::fetch_registers)
12797 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12798 (ppc_ravenscar_powerpc_ops): Redefine.
12799 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12800 (ppc_ravenscar_e500_ops::fetch_registers)
12801 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12802 (ppc_ravenscar_e500_ops): Redefine.
12803 * aarch64-ravenscar-thread.c
12804 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12805 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12806 (aarch64_ravenscar_fetch_registers)
12807 (aarch64_ravenscar_store_registers): Now methods.
12808 (aarch64_ravenscar_ops): Redefine.
12809
12810 2019-02-15 Tom Tromey <tromey@adacore.com>
12811
12812 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12813 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12814 (ravenscar_thread_target::stopped_by_watchpoint)
12815 (ravenscar_thread_target::stopped_data_address)
12816 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12817
12818 2019-02-15 Tom Tromey <tromey@adacore.com>
12819
12820 * ravenscar-thread.c: Fix some typos.
12821
12822 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12823 Tom Tromey <tromey@adacore.com>
12824
12825 * ada-lang.c (ada_exception_sal): Change addr_string to a
12826 std::string.
12827 (create_ada_exception_catchpoint): Update.
12828
12829 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12830 Tom Tromey <tromey@adacore.com>
12831
12832 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12833 (bp_location_ops): Remove.
12834 (base_breakpoint_allocate_location): Update.
12835 (free_bp_location): Update.
12836 * ada-lang.c (class ada_catchpoint_location)
12837 <ada_catchpoint_location>: Remove ops parameter.
12838 (ada_catchpoint_location_dtor): Remove.
12839 (ada_catchpoint_location_ops): Remove.
12840 (allocate_location_exception): Update.
12841 * breakpoint.h (struct bp_location_ops): Remove.
12842 (class bp_location) <bp_location>: Remove bp_location_ops
12843 parameter.
12844 <~bp_location>: Add destructor.
12845 <ops>: Remove.
12846
12847 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12848 Pedro Alves <palves@redhat.com>
12849
12850 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12851 'PATH_MAX'.
12852
12853 2019-02-14 David Michael <fedora.dm0@gmail.com>
12854 Samuel Thibault <samuel.thibault@gnu.org>
12855 Thomas Schwinge <thomas@codesourcery.com>
12856
12857 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12858 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12859
12860 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12861
12862 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12863 (check_empty): Use "const char *".
12864
12865 * gnu-nat.c (gnu_nat_target::detach): Instead of
12866 'detach_inferior (pid)' call
12867 'detach_inferior (find_inferior_pid (pid))'.
12868
12869 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12870 'nat/fork-inferior.o'.
12871 * gnu-nat.c: #include "nat/fork-inferior.h".
12872
12873 * gnu-nat.c (gnu_nat_target::detach): Instead of
12874 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12875 * gnu-nat.h: #include "inf-child.h".
12876 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12877 'i386_gnu_nat_target::fetch_registers'.
12878 (gnu_store_registers): Rename/move to
12879 'i386_gnu_nat_target::store_registers'.
12880
12881 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12882 * gnu-nat.h (mach_thread_info): New function.
12883 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12884
12885 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12886
12887 2019-02-14 Frederic Konrad <konrad@adacore.com>
12888
12889 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12890
12891 2019-02-14 Joel Brobecker <brobecker@adacore.com>
12892
12893 * windows-nat.c (windows_add_thread): Add new parameter
12894 "main_thread_p" with default value set to false. Update
12895 function documentation as well as all callers.
12896 (windows_delete_thread): Likewise.
12897 (fake_create_process): Update call to windows_add_thread.
12898 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12899 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12900 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12901 call to windows_delete_thread.
12902
12903 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12904
12905 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12906
12907 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12908
12909 * symfile.c (find_separate_debug_file): Use canonical path of
12910 sysroot with child_path instead of gdb_sysroot if it is valid.
12911
12912 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12913
12914 * symfile.c (find_separate_debug_file): Use child_path to
12915 determine if an object file is under a sysroot.
12916
12917 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12918
12919 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12920 unittests/child-path-selftests.c.
12921 * common/pathstuff.c (child_path): New function.
12922 * common/pathstuff.h (child_path): New prototype.
12923 * unittests/child-path-selftests.c: New file.
12924
12925 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12926
12927 * symfile.c (find_separate_debug_file): Look for separate debug
12928 files in debug directories under the sysroot.
12929
12930 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12931
12932 * symtab.h (struct minimal_symbol data_p): New const method.
12933 (struct minimal_symbol text_p): Likewise.
12934 * symtab.c (output_source_filename): Use file name style
12935 to print file name.
12936 (print_symbol_info): Likewise.
12937 (print_msymbol_info): Use address style to print addresses.
12938 Use function name style to print executable text symbols.
12939 (expand_symtab_containing_pc): Use data_p.
12940 (find_pc_sect_compunit_symtab): Likewise.
12941
12942 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12943
12944 * breakpoint.c (describe_other_breakpoints): Use address style
12945 to print addresses.
12946 (say_where): Likewise.
12947
12948 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12949
12950 * ada-typeprint.c (print_func_type): Print function name
12951 style to print function name.
12952 * c-typeprint.c (c_print_type_1): Likewise.
12953
12954 2019-02-11 Alan Hayward <alan.hayward@arm.com>
12955
12956 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12957 for execve.
12958
12959 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12960
12961 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12962 type_stack.
12963
12964 2019-02-10 Joel Brobecker <brobecker@adacore.com>
12965
12966 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12967 TYPE_CODE_REF types.
12968
12969 2019-02-08 Jim Wilson <jimw@sifive.com>
12970
12971 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12972 (riscv_linux_fregset): New.
12973 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12974
12975 2019-02-07 Tom Tromey <tom@tromey.com>
12976
12977 * thread.c (thread_cancel_execution_command): Update.
12978 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12979 methods.
12980 (struct thread_fsm_ops): Remove.
12981 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12982 (thread_fsm_should_stop, thread_fsm_return_value)
12983 (thread_fsm_set_finished, thread_fsm_finished_p)
12984 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12985 Don't declare.
12986 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12987 * infrun.c (clear_proceed_status_thread)
12988 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12989 (print_stop_event): Update.
12990 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12991 Add constructor.
12992 (step_command_fsm_ops): Remove.
12993 (new_step_command_fsm): Remove.
12994 (step_1): Update.
12995 (step_command_fsm::should_stop): Rename from
12996 step_command_fsm_should_stop.
12997 (step_command_fsm::clean_up): Rename from
12998 step_command_fsm_clean_up.
12999 (step_command_fsm::do_async_reply_reason): Rename from
13000 step_command_fsm_async_reply_reason.
13001 (struct until_next_fsm): Inherit from thread_fsm. Add
13002 constructor.
13003 (until_next_fsm_ops): Remove.
13004 (new_until_next_fsm): Remove.
13005 (until_next_fsm::should_stop): Rename from
13006 until_next_fsm_should_stop.
13007 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13008 (until_next_fsm::do_async_reply_reason): Rename from
13009 until_next_fsm_async_reply_reason.
13010 (struct finish_command_fsm): Inherit from thread_fsm. Add
13011 constructor. Change type of breakpoint.
13012 (finish_command_fsm_ops): Remove.
13013 (new_finish_command_fsm): Remove.
13014 (finish_command_fsm::should_stop): Rename from
13015 finish_command_fsm_should_stop.
13016 (finish_command_fsm::clean_up): Rename from
13017 finish_command_fsm_clean_up.
13018 (finish_command_fsm::return_value): Rename from
13019 finish_command_fsm_return_value.
13020 (finish_command_fsm::do_async_reply_reason): Rename from
13021 finish_command_fsm_async_reply_reason.
13022 (finish_command): Update.
13023 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13024 Add constructor.
13025 (call_thread_fsm_ops): Remove.
13026 (call_thread_fsm::call_thread_fsm): Rename from
13027 new_call_thread_fsm.
13028 (call_thread_fsm::should_stop): Rename from
13029 call_thread_fsm_should_stop.
13030 (call_thread_fsm::should_notify_stop): Rename from
13031 call_thread_fsm_should_notify_stop.
13032 (run_inferior_call, call_function_by_hand_dummy): Update.
13033 * cli/cli-interp.c (should_print_stop_to_console): Update.
13034 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13035 Add constructor. Change type of location_breakpoint,
13036 caller_breakpoint.
13037 (until_break_fsm_ops): Remove.
13038 (new_until_break_fsm): Remove.
13039 (until_break_fsm::should_stop): Rename from
13040 until_break_fsm_should_stop.
13041 (until_break_fsm::clean_up): Rename from
13042 until_break_fsm_clean_up.
13043 (until_break_fsm::do_async_reply_reason): Rename from
13044 until_break_fsm_async_reply_reason.
13045 (until_break_command): Update.
13046 * thread-fsm.c: Remove.
13047 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13048
13049 2019-02-07 Tom Tromey <tom@tromey.com>
13050
13051 * yy-remap.h: Add include guard.
13052 * xtensa-tdep.h: Add include guard.
13053 * xcoffread.h: Rename include guard.
13054 * varobj-iter.h: Add include guard.
13055 * tui/tui.h: Rename include guard.
13056 * tui/tui-winsource.h: Rename include guard.
13057 * tui/tui-wingeneral.h: Rename include guard.
13058 * tui/tui-windata.h: Rename include guard.
13059 * tui/tui-win.h: Rename include guard.
13060 * tui/tui-stack.h: Rename include guard.
13061 * tui/tui-source.h: Rename include guard.
13062 * tui/tui-regs.h: Rename include guard.
13063 * tui/tui-out.h: Rename include guard.
13064 * tui/tui-layout.h: Rename include guard.
13065 * tui/tui-io.h: Rename include guard.
13066 * tui/tui-hooks.h: Rename include guard.
13067 * tui/tui-file.h: Rename include guard.
13068 * tui/tui-disasm.h: Rename include guard.
13069 * tui/tui-data.h: Rename include guard.
13070 * tui/tui-command.h: Rename include guard.
13071 * tic6x-tdep.h: Add include guard.
13072 * target/waitstatus.h: Rename include guard.
13073 * target/wait.h: Rename include guard.
13074 * target/target.h: Rename include guard.
13075 * target/resume.h: Rename include guard.
13076 * target-float.h: Rename include guard.
13077 * stabsread.h: Add include guard.
13078 * rs6000-tdep.h: Add include guard.
13079 * riscv-fbsd-tdep.h: Add include guard.
13080 * regformats/regdef.h: Rename include guard.
13081 * record.h: Rename include guard.
13082 * python/python.h: Rename include guard.
13083 * python/python-internal.h: Rename include guard.
13084 * python/py-stopevent.h: Rename include guard.
13085 * python/py-ref.h: Rename include guard.
13086 * python/py-record.h: Rename include guard.
13087 * python/py-record-full.h: Rename include guard.
13088 * python/py-record-btrace.h: Rename include guard.
13089 * python/py-instruction.h: Rename include guard.
13090 * python/py-events.h: Rename include guard.
13091 * python/py-event.h: Rename include guard.
13092 * procfs.h: Add include guard.
13093 * proc-utils.h: Add include guard.
13094 * p-lang.h: Add include guard.
13095 * or1k-tdep.h: Rename include guard.
13096 * observable.h: Rename include guard.
13097 * nto-tdep.h: Rename include guard.
13098 * nat/x86-linux.h: Rename include guard.
13099 * nat/x86-linux-dregs.h: Rename include guard.
13100 * nat/x86-gcc-cpuid.h: Add include guard.
13101 * nat/x86-dregs.h: Rename include guard.
13102 * nat/x86-cpuid.h: Rename include guard.
13103 * nat/ppc-linux.h: Rename include guard.
13104 * nat/mips-linux-watch.h: Rename include guard.
13105 * nat/linux-waitpid.h: Rename include guard.
13106 * nat/linux-ptrace.h: Rename include guard.
13107 * nat/linux-procfs.h: Rename include guard.
13108 * nat/linux-osdata.h: Rename include guard.
13109 * nat/linux-nat.h: Rename include guard.
13110 * nat/linux-namespaces.h: Rename include guard.
13111 * nat/linux-btrace.h: Rename include guard.
13112 * nat/glibc_thread_db.h: Rename include guard.
13113 * nat/gdb_thread_db.h: Rename include guard.
13114 * nat/gdb_ptrace.h: Rename include guard.
13115 * nat/fork-inferior.h: Rename include guard.
13116 * nat/amd64-linux-siginfo.h: Rename include guard.
13117 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13118 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13119 * nat/aarch64-linux.h: Rename include guard.
13120 * nat/aarch64-linux-hw-point.h: Rename include guard.
13121 * mn10300-tdep.h: Add include guard.
13122 * mips-linux-tdep.h: Add include guard.
13123 * mi/mi-parse.h: Rename include guard.
13124 * mi/mi-out.h: Rename include guard.
13125 * mi/mi-main.h: Rename include guard.
13126 * mi/mi-interp.h: Rename include guard.
13127 * mi/mi-getopt.h: Rename include guard.
13128 * mi/mi-console.h: Rename include guard.
13129 * mi/mi-common.h: Rename include guard.
13130 * mi/mi-cmds.h: Rename include guard.
13131 * mi/mi-cmd-break.h: Rename include guard.
13132 * m2-lang.h: Add include guard.
13133 * location.h: Rename include guard.
13134 * linux-record.h: Rename include guard.
13135 * linux-nat.h: Add include guard.
13136 * linux-fork.h: Add include guard.
13137 * i386-darwin-tdep.h: Rename include guard.
13138 * hppa-linux-offsets.h: Add include guard.
13139 * guile/guile.h: Rename include guard.
13140 * guile/guile-internal.h: Rename include guard.
13141 * gnu-nat.h: Rename include guard.
13142 * gdb-stabs.h: Rename include guard.
13143 * frv-tdep.h: Add include guard.
13144 * f-lang.h: Add include guard.
13145 * event-loop.h: Add include guard.
13146 * darwin-nat.h: Rename include guard.
13147 * cp-abi.h: Rename include guard.
13148 * config/sparc/nm-sol2.h: Rename include guard.
13149 * config/nm-nto.h: Rename include guard.
13150 * config/nm-linux.h: Add include guard.
13151 * config/i386/nm-i386gnu.h: Rename include guard.
13152 * config/djgpp/nl_types.h: Rename include guard.
13153 * config/djgpp/langinfo.h: Rename include guard.
13154 * compile/gcc-cp-plugin.h: Add include guard.
13155 * compile/gcc-c-plugin.h: Add include guard.
13156 * compile/compile.h: Rename include guard.
13157 * compile/compile-object-run.h: Rename include guard.
13158 * compile/compile-object-load.h: Rename include guard.
13159 * compile/compile-internal.h: Rename include guard.
13160 * compile/compile-cplus.h: Rename include guard.
13161 * compile/compile-c.h: Rename include guard.
13162 * common/xml-utils.h: Rename include guard.
13163 * common/x86-xstate.h: Rename include guard.
13164 * common/version.h: Rename include guard.
13165 * common/vec.h: Rename include guard.
13166 * common/tdesc.h: Rename include guard.
13167 * common/selftest.h: Rename include guard.
13168 * common/scoped_restore.h: Rename include guard.
13169 * common/scoped_mmap.h: Rename include guard.
13170 * common/scoped_fd.h: Rename include guard.
13171 * common/safe-iterator.h: Rename include guard.
13172 * common/run-time-clock.h: Rename include guard.
13173 * common/refcounted-object.h: Rename include guard.
13174 * common/queue.h: Rename include guard.
13175 * common/ptid.h: Rename include guard.
13176 * common/print-utils.h: Rename include guard.
13177 * common/preprocessor.h: Rename include guard.
13178 * common/pathstuff.h: Rename include guard.
13179 * common/observable.h: Rename include guard.
13180 * common/netstuff.h: Rename include guard.
13181 * common/job-control.h: Rename include guard.
13182 * common/host-defs.h: Rename include guard.
13183 * common/gdb_wait.h: Rename include guard.
13184 * common/gdb_vecs.h: Rename include guard.
13185 * common/gdb_unlinker.h: Rename include guard.
13186 * common/gdb_unique_ptr.h: Rename include guard.
13187 * common/gdb_tilde_expand.h: Rename include guard.
13188 * common/gdb_sys_time.h: Rename include guard.
13189 * common/gdb_string_view.h: Rename include guard.
13190 * common/gdb_splay_tree.h: Rename include guard.
13191 * common/gdb_setjmp.h: Rename include guard.
13192 * common/gdb_ref_ptr.h: Rename include guard.
13193 * common/gdb_optional.h: Rename include guard.
13194 * common/gdb_locale.h: Rename include guard.
13195 * common/gdb_assert.h: Rename include guard.
13196 * common/filtered-iterator.h: Rename include guard.
13197 * common/filestuff.h: Rename include guard.
13198 * common/fileio.h: Rename include guard.
13199 * common/environ.h: Rename include guard.
13200 * common/common-utils.h: Rename include guard.
13201 * common/common-types.h: Rename include guard.
13202 * common/common-regcache.h: Rename include guard.
13203 * common/common-inferior.h: Rename include guard.
13204 * common/common-gdbthread.h: Rename include guard.
13205 * common/common-exceptions.h: Rename include guard.
13206 * common/common-defs.h: Rename include guard.
13207 * common/common-debug.h: Rename include guard.
13208 * common/cleanups.h: Rename include guard.
13209 * common/buffer.h: Rename include guard.
13210 * common/btrace-common.h: Rename include guard.
13211 * common/break-common.h: Rename include guard.
13212 * cli/cli-utils.h: Rename include guard.
13213 * cli/cli-style.h: Rename include guard.
13214 * cli/cli-setshow.h: Rename include guard.
13215 * cli/cli-script.h: Rename include guard.
13216 * cli/cli-interp.h: Rename include guard.
13217 * cli/cli-decode.h: Rename include guard.
13218 * cli/cli-cmds.h: Rename include guard.
13219 * charset-list.h: Add include guard.
13220 * buildsym-legacy.h: Rename include guard.
13221 * bfin-tdep.h: Add include guard.
13222 * ax.h: Rename include guard.
13223 * arm-linux-tdep.h: Add include guard.
13224 * arm-fbsd-tdep.h: Add include guard.
13225 * arch/xtensa.h: Rename include guard.
13226 * arch/tic6x.h: Add include guard.
13227 * arch/i386.h: Add include guard.
13228 * arch/arm.h: Rename include guard.
13229 * arch/arm-linux.h: Rename include guard.
13230 * arch/arm-get-next-pcs.h: Rename include guard.
13231 * arch/amd64.h: Add include guard.
13232 * arch/aarch64-insn.h: Rename include guard.
13233 * arch-utils.h: Rename include guard.
13234 * annotate.h: Add include guard.
13235 * amd64-darwin-tdep.h: Rename include guard.
13236 * aarch64-linux-tdep.h: Add include guard.
13237 * aarch64-fbsd-tdep.h: Add include guard.
13238 * aarch32-linux-nat.h: Add include guard.
13239
13240 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13241
13242 * macrotab.c (macro_define_internal): New function that
13243 factorizes macro_define_object_internal and macro_define_function
13244 code.
13245 (macro_define_object_internal): Use macro_define_internal.
13246 (macro_define_function): Likewise.
13247
13248 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13249
13250 * macrocmd.c (extract_identifier): Return
13251 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13252 callers.
13253
13254 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13255
13256 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13257
13258 2019-02-05 Tom Tromey <tom@tromey.com>
13259
13260 * target.c (target_stack::unpush): Move assertion earlier.
13261
13262 2019-01-30 Tom Tromey <tom@tromey.com>
13263
13264 PR python/23615:
13265 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13266 (gdbpy_parse_and_eval): Likewise.
13267 * python/python-internal.h (gdbpy_allow_threads): New class.
13268
13269 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13270
13271 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13272 (aarch64_fbsd_fpregmap): Move earlier.
13273 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13274 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13275 instead of individual calls to trad_frame_set_reg_addr.
13276 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13277 earlier.
13278 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13279 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13280 instead of individual calls to trad_frame_set_reg_addr.
13281
13282 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13283
13284 * CONTRIBUTE: Replace contribution list with wiki link.
13285
13286 2019-01-25 Tom Tromey <tom@tromey.com>
13287
13288 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13289
13290 2019-01-25 Tom Tromey <tom@tromey.com>
13291
13292 * xtensa-linux-nat.c: Fix common/ includes.
13293 * xml-support.h: Fix common/ includes.
13294 * xml-support.c: Fix common/ includes.
13295 * x86-linux-nat.c: Fix common/ includes.
13296 * windows-nat.c: Fix common/ includes.
13297 * varobj.h: Fix common/ includes.
13298 * varobj.c: Fix common/ includes.
13299 * value.c: Fix common/ includes.
13300 * valops.c: Fix common/ includes.
13301 * utils.c: Fix common/ includes.
13302 * unittests/xml-utils-selftests.c: Fix common/ includes.
13303 * unittests/utils-selftests.c: Fix common/ includes.
13304 * unittests/unpack-selftests.c: Fix common/ includes.
13305 * unittests/tracepoint-selftests.c: Fix common/ includes.
13306 * unittests/style-selftests.c: Fix common/ includes.
13307 * unittests/string_view-selftests.c: Fix common/ includes.
13308 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13309 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13310 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13311 * unittests/rsp-low-selftests.c: Fix common/ includes.
13312 * unittests/parse-connection-spec-selftests.c: Fix common/
13313 includes.
13314 * unittests/optional-selftests.c: Fix common/ includes.
13315 * unittests/offset-type-selftests.c: Fix common/ includes.
13316 * unittests/observable-selftests.c: Fix common/ includes.
13317 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13318 * unittests/memrange-selftests.c: Fix common/ includes.
13319 * unittests/memory-map-selftests.c: Fix common/ includes.
13320 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13321 * unittests/function-view-selftests.c: Fix common/ includes.
13322 * unittests/environ-selftests.c: Fix common/ includes.
13323 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13324 * unittests/common-utils-selftests.c: Fix common/ includes.
13325 * unittests/cli-utils-selftests.c: Fix common/ includes.
13326 * unittests/array-view-selftests.c: Fix common/ includes.
13327 * ui-file.c: Fix common/ includes.
13328 * tui/tui-io.c: Fix common/ includes.
13329 * tracepoint.h: Fix common/ includes.
13330 * tracepoint.c: Fix common/ includes.
13331 * tracefile-tfile.c: Fix common/ includes.
13332 * top.h: Fix common/ includes.
13333 * top.c: Fix common/ includes.
13334 * thread.c: Fix common/ includes.
13335 * target/waitstatus.h: Fix common/ includes.
13336 * target/waitstatus.c: Fix common/ includes.
13337 * target.h: Fix common/ includes.
13338 * target.c: Fix common/ includes.
13339 * target-memory.c: Fix common/ includes.
13340 * target-descriptions.c: Fix common/ includes.
13341 * symtab.h: Fix common/ includes.
13342 * symfile.c: Fix common/ includes.
13343 * stap-probe.c: Fix common/ includes.
13344 * spu-linux-nat.c: Fix common/ includes.
13345 * sparc-nat.c: Fix common/ includes.
13346 * source.c: Fix common/ includes.
13347 * solib.c: Fix common/ includes.
13348 * solib-target.c: Fix common/ includes.
13349 * ser-unix.c: Fix common/ includes.
13350 * ser-tcp.c: Fix common/ includes.
13351 * ser-pipe.c: Fix common/ includes.
13352 * ser-base.c: Fix common/ includes.
13353 * selftest-arch.c: Fix common/ includes.
13354 * s12z-tdep.c: Fix common/ includes.
13355 * rust-exp.y: Fix common/ includes.
13356 * rs6000-aix-tdep.c: Fix common/ includes.
13357 * riscv-tdep.c: Fix common/ includes.
13358 * remote.c: Fix common/ includes.
13359 * remote-notif.h: Fix common/ includes.
13360 * remote-fileio.h: Fix common/ includes.
13361 * remote-fileio.c: Fix common/ includes.
13362 * regcache.h: Fix common/ includes.
13363 * regcache.c: Fix common/ includes.
13364 * record-btrace.c: Fix common/ includes.
13365 * python/python.c: Fix common/ includes.
13366 * python/py-type.c: Fix common/ includes.
13367 * python/py-inferior.c: Fix common/ includes.
13368 * progspace.h: Fix common/ includes.
13369 * producer.c: Fix common/ includes.
13370 * procfs.c: Fix common/ includes.
13371 * proc-api.c: Fix common/ includes.
13372 * printcmd.c: Fix common/ includes.
13373 * ppc-linux-nat.c: Fix common/ includes.
13374 * parser-defs.h: Fix common/ includes.
13375 * osdata.c: Fix common/ includes.
13376 * obsd-nat.c: Fix common/ includes.
13377 * nat/x86-linux.c: Fix common/ includes.
13378 * nat/x86-linux-dregs.c: Fix common/ includes.
13379 * nat/x86-dregs.h: Fix common/ includes.
13380 * nat/x86-dregs.c: Fix common/ includes.
13381 * nat/ppc-linux.c: Fix common/ includes.
13382 * nat/mips-linux-watch.h: Fix common/ includes.
13383 * nat/mips-linux-watch.c: Fix common/ includes.
13384 * nat/linux-waitpid.c: Fix common/ includes.
13385 * nat/linux-ptrace.h: Fix common/ includes.
13386 * nat/linux-ptrace.c: Fix common/ includes.
13387 * nat/linux-procfs.c: Fix common/ includes.
13388 * nat/linux-personality.c: Fix common/ includes.
13389 * nat/linux-osdata.c: Fix common/ includes.
13390 * nat/linux-namespaces.c: Fix common/ includes.
13391 * nat/linux-btrace.h: Fix common/ includes.
13392 * nat/linux-btrace.c: Fix common/ includes.
13393 * nat/fork-inferior.c: Fix common/ includes.
13394 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13395 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13396 * nat/aarch64-linux.c: Fix common/ includes.
13397 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13398 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13399 * namespace.h: Fix common/ includes.
13400 * mips-linux-tdep.c: Fix common/ includes.
13401 * minsyms.c: Fix common/ includes.
13402 * mi/mi-parse.h: Fix common/ includes.
13403 * mi/mi-main.c: Fix common/ includes.
13404 * mi/mi-cmd-env.c: Fix common/ includes.
13405 * memrange.h: Fix common/ includes.
13406 * memattr.c: Fix common/ includes.
13407 * maint.h: Fix common/ includes.
13408 * maint.c: Fix common/ includes.
13409 * main.c: Fix common/ includes.
13410 * machoread.c: Fix common/ includes.
13411 * location.c: Fix common/ includes.
13412 * linux-thread-db.c: Fix common/ includes.
13413 * linux-nat.c: Fix common/ includes.
13414 * linux-fork.c: Fix common/ includes.
13415 * inline-frame.c: Fix common/ includes.
13416 * infrun.c: Fix common/ includes.
13417 * inflow.c: Fix common/ includes.
13418 * inferior.h: Fix common/ includes.
13419 * inferior.c: Fix common/ includes.
13420 * infcmd.c: Fix common/ includes.
13421 * inf-ptrace.c: Fix common/ includes.
13422 * inf-child.c: Fix common/ includes.
13423 * ia64-linux-nat.c: Fix common/ includes.
13424 * i387-tdep.c: Fix common/ includes.
13425 * i386-tdep.c: Fix common/ includes.
13426 * i386-linux-tdep.c: Fix common/ includes.
13427 * i386-linux-nat.c: Fix common/ includes.
13428 * i386-go32-tdep.c: Fix common/ includes.
13429 * i386-fbsd-tdep.c: Fix common/ includes.
13430 * i386-fbsd-nat.c: Fix common/ includes.
13431 * guile/scm-type.c: Fix common/ includes.
13432 * guile/guile.c: Fix common/ includes.
13433 * go32-nat.c: Fix common/ includes.
13434 * gnu-nat.c: Fix common/ includes.
13435 * gdbthread.h: Fix common/ includes.
13436 * gdbarch-selftests.c: Fix common/ includes.
13437 * gdb_usleep.c: Fix common/ includes.
13438 * gdb_select.h: Fix common/ includes.
13439 * gdb_bfd.c: Fix common/ includes.
13440 * gcore.c: Fix common/ includes.
13441 * fork-child.c: Fix common/ includes.
13442 * findvar.c: Fix common/ includes.
13443 * fbsd-nat.c: Fix common/ includes.
13444 * event-top.c: Fix common/ includes.
13445 * event-loop.c: Fix common/ includes.
13446 * dwarf2read.c: Fix common/ includes.
13447 * dwarf2loc.c: Fix common/ includes.
13448 * dwarf2-frame.c: Fix common/ includes.
13449 * dwarf-index-cache.c: Fix common/ includes.
13450 * dtrace-probe.c: Fix common/ includes.
13451 * disasm-selftests.c: Fix common/ includes.
13452 * defs.h: Fix common/ includes.
13453 * csky-tdep.c: Fix common/ includes.
13454 * cp-valprint.c: Fix common/ includes.
13455 * cp-support.h: Fix common/ includes.
13456 * cp-support.c: Fix common/ includes.
13457 * corelow.c: Fix common/ includes.
13458 * completer.h: Fix common/ includes.
13459 * completer.c: Fix common/ includes.
13460 * compile/compile.c: Fix common/ includes.
13461 * compile/compile-loc2c.c: Fix common/ includes.
13462 * compile/compile-cplus-types.c: Fix common/ includes.
13463 * compile/compile-cplus-symbols.c: Fix common/ includes.
13464 * command.h: Fix common/ includes.
13465 * cli/cli-dump.c: Fix common/ includes.
13466 * cli/cli-cmds.c: Fix common/ includes.
13467 * charset.c: Fix common/ includes.
13468 * build-id.c: Fix common/ includes.
13469 * btrace.h: Fix common/ includes.
13470 * btrace.c: Fix common/ includes.
13471 * breakpoint.h: Fix common/ includes.
13472 * breakpoint.c: Fix common/ includes.
13473 * ax.h:
13474 (enum agent_op): Fix common/ includes.
13475 * ax-general.c (struct aop_map): Fix common/ includes.
13476 * ax-gdb.c: Fix common/ includes.
13477 * auxv.c: Fix common/ includes.
13478 * auto-load.c: Fix common/ includes.
13479 * arm-tdep.c: Fix common/ includes.
13480 * arch/riscv.c: Fix common/ includes.
13481 * arch/ppc-linux-common.c: Fix common/ includes.
13482 * arch/i386.c: Fix common/ includes.
13483 * arch/arm.c: Fix common/ includes.
13484 * arch/arm-linux.c: Fix common/ includes.
13485 * arch/arm-get-next-pcs.c: Fix common/ includes.
13486 * arch/amd64.c: Fix common/ includes.
13487 * arch/aarch64.c: Fix common/ includes.
13488 * arch/aarch64-insn.c: Fix common/ includes.
13489 * arch-utils.c: Fix common/ includes.
13490 * amd64-windows-tdep.c: Fix common/ includes.
13491 * amd64-tdep.c: Fix common/ includes.
13492 * amd64-sol2-tdep.c: Fix common/ includes.
13493 * amd64-obsd-tdep.c: Fix common/ includes.
13494 * amd64-nbsd-tdep.c: Fix common/ includes.
13495 * amd64-linux-tdep.c: Fix common/ includes.
13496 * amd64-linux-nat.c: Fix common/ includes.
13497 * amd64-fbsd-tdep.c: Fix common/ includes.
13498 * amd64-fbsd-nat.c: Fix common/ includes.
13499 * amd64-dicos-tdep.c: Fix common/ includes.
13500 * amd64-darwin-tdep.c: Fix common/ includes.
13501 * agent.c: Fix common/ includes.
13502 * ada-lang.h: Fix common/ includes.
13503 * ada-lang.c: Fix common/ includes.
13504 * aarch64-tdep.c: Fix common/ includes.
13505
13506 2019-01-25 Tom Tromey <tom@tromey.com>
13507
13508 * common/create-version.sh: Use common/version.h.
13509
13510 2019-01-24 Pedro Alves <palves@redhat.com>
13511
13512 * infrun.c (signal_stop, signal_print, signal_program)
13513 (signal_catch, signal_pass): Now arrays instead of pointers.
13514 (update_signals_program_target, do_target_resume)
13515 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13516 * linux-nat.c (linux_nat_target::pass_signals)
13517 (linux_nat_target::create_inferior, linux_nat_target::attach):
13518 Adjust.
13519 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13520 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13521 * procfs.c (procfs_target::pass_signals): Adjust.
13522 * record-full.c (record_full_target::resume): Adjust.
13523 * remote.c (remote_target::pass_signals)
13524 (remote_target::program_signals): Adjust.
13525 * target-debug.h (target_debug_print_signals): Now takes a
13526 gdb::array_view as parameter. Adjust.
13527 * target.h (target_ops) <pass_signals, program_signals>: Replace
13528 pointer and length parameters with gdb::array_view.
13529 (target_pass_signals, target_program_signals): Likewise.
13530 * target-delegates.c: Regenerate.
13531
13532 2019-01-24 Pedro Alves <palves@redhat.com>
13533
13534 * common/forward-scope-exit.h
13535 (forward_scope_exit::forward_scope_exit): Pass arguments to
13536 m_bind_function directly, instead of creating a std::bind and
13537 copying that.
13538
13539 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13540
13541 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13542 for static members.
13543 (pass_in_v_vfp_candidate): Likewise.
13544
13545 2019-01-23 Tom Tromey <tom@tromey.com>
13546 Pedro Alves <palves@redhat.com>
13547
13548 * regcache.c (class regcache_invalidator): Remove.
13549 (regcache::raw_write): Use make_scope_exit.
13550
13551 2019-01-23 Tom Tromey <tom@tromey.com>
13552
13553 * ui-out.h (class ui_out_emit_type): Update comment.
13554
13555 2019-01-23 Tom Tromey <tom@tromey.com>
13556
13557 * infrun.c (fetch_inferior_event): Update comment.
13558
13559 2019-01-23 Tom Tromey <tom@tromey.com>
13560 Pedro Alves <palves@redhat.com>
13561
13562 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13563 parameter.
13564 (fetch_inferior_event): Use SCOPE_EXIT.
13565
13566
13567 2019-01-23 Tom Tromey <tom@tromey.com>
13568 Pedro Alves <palves@redhat.com>
13569
13570 * infrun.c (disable_thread_events): Delete.
13571 (stop_all_threads): Use SCOPE_EXIT.
13572
13573 2019-01-23 Tom Tromey <tom@tromey.com>
13574 Pedro Alves <palves@redhat.com>
13575
13576 * symfile.c: Include forward-scope-exit.h.
13577 (clear_symtab_users_cleanup): Replace forward declaration with
13578 a FORWARD_SCOPE_EXIT.
13579 (syms_from_objfile_1): Use the forward_scope_exit and
13580 gdb::optional instead of cleanup_function.
13581 (reread_symbols): Use the forward_scope_exit instead of
13582 cleanup_function.
13583 (clear_symtab_users_cleanup): Remove function.
13584
13585 2019-01-23 Tom Tromey <tom@tromey.com>
13586 Pedro Alves <palves@redhat.com>
13587
13588 * linux-nat.c: Include scope-exit.h.
13589 (cleanup_target_stop): Remove.
13590 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13591 SCOPE_EXIT.
13592
13593 2019-01-23 Tom Tromey <tom@tromey.com>
13594 Pedro Alves <palves@redhat.com>
13595
13596 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13597 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13598
13599 2019-01-23 Tom Tromey <tom@tromey.com>
13600 Andrew Burgess <andrew.burgess@embecosm.com>
13601 Pedro Alves <palves@redhat.com>
13602
13603 * infrun.c (fetch_inferior_event): Use scope_exit.
13604 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13605 * top.c (execute_command): Use scope_exit.
13606 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13607 * utils.c (do_bpstat_clear_actions_cleanup)
13608 (make_bpstat_clear_actions_cleanup): Remove.
13609
13610 2019-01-23 Tom Tromey <tom@tromey.com>
13611 Pedro Alves <palves@redhat.com>
13612
13613 * infrun.c: Include "common/scope-exit.h"
13614 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13615 (wait_for_inferior): Use SCOPE_EXIT.
13616 (fetch_inferior_event): Use scope_exit.
13617
13618 2019-01-23 Tom Tromey <tom@tromey.com>
13619 Pedro Alves <palves@redhat.com>
13620
13621 * breakpoint.c (create_breakpoint): Remove cleanup.
13622
13623 2019-01-23 Tom Tromey <tom@tromey.com>
13624 Andrew Burgess <andrew.burgess@embecosm.com>
13625 Pedro Alves <palves@redhat.com>
13626
13627 2019-01-23 Pedro Alves <palves@redhat.com>
13628
13629 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13630
13631 2019-01-23 Pedro Alves <palves@redhat.com>
13632 Andrew Burgess <andrew.burgess@embecosm.com>
13633
13634 * gdbthread.h: Include "common/forward-scope-exit.h".
13635 (scoped_finish_thread_state): Redefine custom class in terms of
13636 forward_scope_exit.
13637
13638 2019-01-23 Pedro Alves <palves@redhat.com>
13639 Andrew Burgess <andrew.burgess@embecosm.com>
13640
13641 * common/forward-scope-exit.h: New file.
13642
13643 2019-01-23 Pedro Alves <palves@redhat.com>
13644 Andrew Burgess <andrew.burgess@embecosm.com>
13645 Tom Tromey <tom@tromey.com>
13646
13647 * common/scope-exit.h: New file.
13648
13649 2019-01-23 Pedro Alves <palves@redhat.com>
13650
13651 * common/preprocessor.h (ESC): Rename to ...
13652 (ESC_PARENS): ... this.
13653 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13654 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13655
13656 2019-01-23 Tom Tromey <tom@tromey.com>
13657
13658 * language.h (class scoped_switch_to_sym_language_if_auto):
13659 Initialize m_lang in both cases.
13660
13661 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13662
13663 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13664 with XCNEW.
13665
13666 2019-01-22 Tom Tromey <tom@tromey.com>
13667
13668 * corelow.c: Do not include sys/file.h.
13669
13670 2019-01-22 Tom Tromey <tom@tromey.com>
13671
13672 * tui/tui-wingeneral.h: Include gdb_curses.h.
13673
13674 2019-01-22 Tom Tromey <tom@tromey.com>
13675
13676 * source-cache.h (class source_cache) <get_source_lines,
13677 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13678
13679 2019-01-22 Tom Tromey <tom@tromey.com>
13680
13681 * remote-fileio.h (struct remote_target): Declare.
13682
13683 2019-01-22 Tom Tromey <tom@tromey.com>
13684
13685 * python/py-arch.c: Do not include py-ref.h.
13686 * python/py-bpevent.c: Do not include py-ref.h.
13687 * python/py-cmd.c: Do not include py-ref.h.
13688 * python/py-continueevent.c: Do not include py-ref.h.
13689 * python/py-event.h: Do not include py-ref.h.
13690 * python/py-evtregistry.c: Do not include py-ref.h.
13691 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13692 * python/py-frame.c: Do not include py-ref.h.
13693 * python/py-framefilter.c: Do not include py-ref.h.
13694 * python/py-function.c: Do not include py-ref.h.
13695 * python/py-infevents.c: Do not include py-ref.h.
13696 * python/py-linetable.c: Do not include py-ref.h.
13697 * python/py-objfile.c: Do not include py-ref.h.
13698 * python/py-param.c: Do not include py-ref.h.
13699 * python/py-prettyprint.c: Do not include py-ref.h.
13700 * python/py-progspace.c: Do not include py-ref.h.
13701 * python/py-symbol.c: Do not include py-ref.h.
13702 * python/py-symtab.c: Do not include py-ref.h.
13703 * python/py-type.c: Do not include py-ref.h.
13704 * python/py-unwind.c: Do not include py-ref.h.
13705 * python/py-utils.c: Do not include py-ref.h.
13706 * python/py-value.c: Do not include py-ref.h.
13707 * python/py-varobj.c: Do not include py-ref.h.
13708 * python/py-xmethods.c: Do not include py-ref.h.
13709 * python/python.c: Do not include py-ref.h.
13710 * varobj.c: Do not include py-ref.h.
13711
13712 2019-01-22 Tom Tromey <tom@tromey.com>
13713
13714 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13715 keyword for bcache.
13716
13717 2019-01-22 Tom Tromey <tom@tromey.com>
13718
13719 * compile/compile-cplus-types.c: Remove a comment by #include.
13720
13721 2019-01-22 Tom Tromey <tom@tromey.com>
13722
13723 * compile/gcc-c-plugin.h: Include compile-internal.h.
13724
13725 2019-01-22 Tom Tromey <tom@tromey.com>
13726
13727 * stabsread.c (EXTERN): Do not define.
13728 (symnum, next_symbol_text_func, processing_gcc_compilation)
13729 (within_function, global_sym_chain, global_stabs)
13730 (previous_stab_code, this_object_header_files)
13731 (n_this_object_header_files)
13732 (n_allocated_this_object_header_files): Define.
13733 * stabsread.h (EXTERN): Never define. Use "extern".
13734
13735 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13736
13737 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13738 history_value.
13739
13740 2019-01-21 Tom Tromey <tom@tromey.com>
13741
13742 * ui-out.c: Fix includes.
13743 * tui/tui-source.c: Fix includes.
13744 * target.c: Fix includes.
13745 * remote.c: Fix includes.
13746 * regcache.c: Fix includes.
13747 * python/py-block.c: Fix includes.
13748 * printcmd.c: Fix includes.
13749 * or1k-tdep.c: Fix includes.
13750 * mi/mi-main.c: Fix includes.
13751 * m32r-tdep.c: Fix includes.
13752 * csky-tdep.c: Fix includes.
13753 * compile/compile-cplus-types.c: Fix includes.
13754 * cli/cli-interp.c: Fix includes.
13755
13756 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13757
13758 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13759 for padding.
13760
13761 2019-01-16 Tom Tromey <tom@tromey.com>
13762
13763 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13764 earlier.
13765 (struct objfile) <msymbols_range>: Move from top level.
13766 <msymbols>: New method.
13767 (class objfile_msymbols): Remove.
13768 * symtab.c (default_collect_symbol_completion_matches_break_on):
13769 Update.
13770 * symmisc.c (dump_msymbols): Update.
13771 * stabsread.c (scan_file_globals): Update.
13772 * objc-lang.c (info_selectors_command, info_classes_command)
13773 (find_methods): Update.
13774 * minsyms.c (find_solib_trampoline_target): Update.
13775 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13776 * coffread.c (coff_symfile_read): Update.
13777 * ada-lang.c (ada_lookup_simple_minsym)
13778 (ada_collect_symbol_completion_matches): Update.
13779
13780 2019-01-16 Tom Tromey <tom@tromey.com>
13781
13782 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13783 type. Remove no-argument constructor.
13784 <iterator::operator++>: Simplify.
13785 <begin>: Update.
13786 <end>: Use minimal_symbol_count.
13787
13788 2019-01-16 Tom Tromey <tom@tromey.com>
13789
13790 * objfiles.h (struct objfile) <psymtabs>: New method.
13791 (class objfile_psymtabs): Remove.
13792 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13793 typedef.
13794 <range>: New method.
13795 (require_partial_symbols): Change return type.
13796 * psymtab.c (require_partial_symbols)
13797 (psym_expand_symtabs_matching): Update.
13798 * mdebugread.c (parse_partial_symbols): Update.
13799 * dbxread.c (dbx_end_psymtab): Update.
13800
13801 2019-01-15 Tom Tromey <tom@tromey.com>
13802
13803 * symtab.c (lookup_objfile_from_block)
13804 (lookup_symbol_in_objfile_symtabs)
13805 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13806 (find_line_symtab, info_sources_command)
13807 (default_collect_symbol_completion_matches_break_on)
13808 (make_source_files_completion_list): Update.
13809 * symmisc.c (print_objfile_statistics, dump_objfile)
13810 (maintenance_print_symbols, maintenance_info_symtabs)
13811 (maintenance_check_symtabs, maintenance_info_line_tables):
13812 Update.
13813 * source.c (select_source_symtab)
13814 (forget_cached_source_info_for_objfile): Update.
13815 * objfiles.h (class objfile_compunits): Remove.
13816 (struct objfile) <compunits_range>: New typedef.
13817 (compunits): New method.
13818 * objfiles.c (objfile_relocate1): Update.
13819 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13820 * maint.c (count_symtabs_and_blocks): Update.
13821 * linespec.c (iterate_over_all_matching_symtabs): Update.
13822 * cp-support.c (add_symbol_overload_list_qualified): Update.
13823 * coffread.c (coff_symtab_read): Update.
13824 * ada-lang.c (add_nonlocal_symbols)
13825 (ada_collect_symbol_completion_matches)
13826 (ada_add_global_exceptions): Update.
13827
13828 2019-01-15 Tom Tromey <tom@tromey.com>
13829
13830 * progspace.h (program_space) <objfiles_safe_range>: New
13831 typedef.
13832 <objfiles_safe>: New method.
13833 * objfiles.h (class all_objfiles_safe): Remove.
13834 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13835 * jit.c (jit_inferior_exit_hook): Update.
13836
13837 2019-01-17 Tom Tromey <tom@tromey.com>
13838
13839 * progspace.h (program_space) <objfiles_range>: New typedef.
13840 <objfiles>: New method.
13841 <objfiles_head>: Rename from objfiles.
13842 (object_files): Update.
13843 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13844 * guile/scm-pretty-print.c
13845 (ppscm_find_pretty_printer_from_objfiles): Update.
13846 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13847 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13848 Update.
13849 * python/py-progspace.c (pspy_get_objfiles): Update.
13850 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13851 Update.
13852 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13853 (objfpy_lookup_objfile_by_build_id): Update.
13854 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13855 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13856 Update.
13857 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13858 (expand_symtab_containing_pc, lookup_objfile_from_block)
13859 (lookup_static_symbol, basic_lookup_transparent_type)
13860 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13861 (find_line_symtab, info_sources_command)
13862 (default_collect_symbol_completion_matches_break_on)
13863 (make_source_files_completion_list, find_main_name): Update.
13864 * symmisc.c (print_symbol_bcache_statistics)
13865 (print_objfile_statistics, maintenance_print_symbols)
13866 (maintenance_print_msymbols, maintenance_print_objfiles)
13867 (maintenance_info_symtabs, maintenance_check_symtabs)
13868 (maintenance_expand_symtabs, maintenance_info_line_tables):
13869 Update.
13870 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13871 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13872 (map_overlay_command, unmap_overlay_command)
13873 (simple_overlay_update, expand_symtabs_matching)
13874 (map_symbol_filenames): Update.
13875 * symfile-debug.c (set_debug_symfile): Update.
13876 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13877 Update.
13878 * source.c (select_source_symtab, forget_cached_source_info):
13879 Update.
13880 * solib.c (solib_read_symbols): Update.
13881 * solib-spu.c (append_ocl_sos): Update.
13882 * psymtab.c (maintenance_print_psymbols)
13883 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13884 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13885 * printcmd.c (info_symbol_command): Update.
13886 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13887 Update.
13888 * objfiles.h (class all_objfiles): Remove.
13889 * objfiles.c (have_partial_symbols, have_full_symbols)
13890 (have_minimal_symbols, qsort_cmp, update_section_map)
13891 (shared_objfile_contains_address_p)
13892 (default_iterate_over_objfiles_in_search_order): Update.
13893 * objc-lang.c (info_selectors_command, info_classes_command)
13894 (find_methods): Update.
13895 * minsyms.c (find_solib_trampoline_target): Update.
13896 * maint.c (maintenance_info_sections)
13897 (maintenance_translate_address, count_symtabs_and_blocks):
13898 Update.
13899 * main.c (captured_main_1): Update.
13900 * linux-thread-db.c (try_thread_db_load_from_pdir)
13901 (has_libpthread): Update.
13902 * linespec.c (iterate_over_all_matching_symtabs)
13903 (search_minsyms_for_name): Update.
13904 * jit.c (jit_find_objf_with_entry_addr): Update.
13905 * hppa-tdep.c (find_unwind_entry)
13906 (hppa_lookup_stub_minimal_symbol): Update.
13907 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13908 Update.
13909 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13910 (elf_gnu_ifunc_resolve_by_got): Update.
13911 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13912 * dwarf-index-write.c (save_gdb_index_command): Update.
13913 * cp-support.c (add_symbol_overload_list_qualified): Update.
13914 * breakpoint.c (create_overlay_event_breakpoint)
13915 (create_longjmp_master_breakpoint)
13916 (create_std_terminate_master_breakpoint)
13917 (create_exception_master_breakpoint): Update.
13918 * blockframe.c (find_pc_partial_function): Update.
13919 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13920 (ada_collect_symbol_completion_matches)
13921 (ada_add_global_exceptions): Update.
13922
13923 2019-01-17 Tom Tromey <tom@tromey.com>
13924
13925 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13926 declare VEC.
13927 (solib_target_parse_libraries): Change return type.
13928 (library_list_start_segment, library_list_start_section)
13929 (library_list_end_library, library_list_start_library); Update.
13930 (solib_target_free_library_list): Remove.
13931 (solib_target_parse_libraries): Remove cleanup. Change return
13932 type.
13933 (solib_target_current_sos): Update.
13934
13935 2019-01-17 Tom Tromey <tromey@bapiya>
13936
13937 * valprint.c: Replace "the the" with "the".
13938 * symtab.c: Replace "the the" with "the".
13939 * solib.c: Replace "the the" with "the".
13940 * solib-dsbt.c: Replace "the the" with "the".
13941 * linespec.c: Replace "the the" with "the".
13942 * dwarf2loc.h: Replace "the the" with "the".
13943 * amd64-windows-tdep.c: Replace "the the" with "the".
13944 * aarch64-tdep.c: Replace "the the" with "the".
13945
13946 2019-01-16 Keith Seitz <keiths@redhat.com>
13947
13948 PR gdb/23773
13949 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13950 <builder>: Rename to ..
13951 <m_builder>: ... this and make private.
13952 (dwarf2_cu::get_builder): New method. Change all users of
13953 `builder' to use this method.
13954 (dwarf2_start_symtab): Move to ...
13955 (dwarf2_cu::start_symtab): ... here. Update all callers
13956 (setup_type_unit_groups): Move to ...
13957 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13958 callers.
13959 (dwarf2_cu::reset_builder): New method.
13960 (process_full_compunit, process_full_type_unit): Use
13961 dwarf2_cu::reset_builder.
13962 (follow_die_offset): Record the ancestor CU if it is different
13963 from the followed DIE's CU.
13964 (follow_die_sig_1): Likewise.
13965
13966 2019-01-15 Tom Tromey <tom@tromey.com>
13967
13968 * remote.c (class remote_state) <buf>: Now a char_vector.
13969 <buf_size>: Remove.
13970 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13971 parameter.
13972 (remote_target::getpkt_or_notif_sane_1)
13973 (remote_target::getpkt_sane)
13974 (remote_target::getpkt_or_notif_sane): Likewise.
13975 (class remote_target) <putpkt>: New overload.
13976 (remote_target::read_frame): Change type of "buf_p". Remove
13977 sizeof_p parameter.
13978 (packet_ok): New overload.
13979 (packet_check_result): New overload.
13980 Update all uses.
13981
13982 2019-01-14 Tom Tromey <tom@tromey.com>
13983
13984 * remote-notif.c (handle_notification, remote_notif_ack)
13985 (remote_notif_parse): Make "buf" const.
13986 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13987 const.
13988 (remote_notif_parse, remote_notif_ack, handle_notification):
13989 Likewise.
13990 * remote.c (remote_notif_stop_parse): Make "buf" const.
13991 (remote_target::remote_parse_stop_reply): Make "buf" const.
13992 (remote_notif_stop_ack): Make "buf" const.
13993
13994 2019-01-14 Tom Tromey <tom@tromey.com>
13995
13996 * remote.c (remote_console_output): Make parameter const.
13997
13998 2019-01-14 Tom Tromey <tom@tromey.com>
13999
14000 * target-debug.h (target_debug_print_signals): Constify.
14001 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14002 * procfs.c (procfs_target::pass_signals): Update.
14003 * linux-nat.c (linux_nat_target::pass_signals): Update.
14004 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14005 * target-delegates.c: Rebuild.
14006 * remote.c (remote_target::program_signals): Update.
14007 (remote_target::pass_signals): Update.
14008 * target.c (target_pass_signals): Constify argument.
14009 (target_program_signals): Likewise.
14010 * target.h (struct target_ops) <pass_signals, program_signals>:
14011 Constify argument.
14012 (target_pass_signals, target_program_signals): Constify argument.
14013
14014 2019-01-14 Tom Tromey <tom@tromey.com>
14015
14016 PR tui/28819:
14017 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14018
14019 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14020
14021 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14022 field.
14023 * rs6000-tdep.c: Include reggroups.h.
14024 (IS_V_ALIAS_PSEUDOREG): Define.
14025 (rs6000_register_name): Return names for the "vX" aliases.
14026 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14027 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14028 aliases. Call default_register_reggroup_p for all other
14029 pseudo-registers.
14030 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14031 New functions.
14032 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14033 Handle "vX" aliases.
14034 (v_alias_pseudo_register_collect): New function.
14035 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14036 (rs6000_gdbarch_init): Initialize "vX" aliases as
14037 pseudo-registers. Restore registration of
14038 rs6000_pseudo_register_reggroup_p with
14039 set_tdesc_pseudo_register_reggroup_p.
14040
14041 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14042
14043 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14044 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14045 set_gdbarch_num_pseudo_regs.
14046
14047 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14048
14049 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14050 Remove arg prefixname, add do_set and do_show.
14051 Add member functions set_list and show_list.
14052 * cli/cli-style.c (class cli_style_option): Update accordingly.
14053 (style_set_list): Move to file scope.
14054 (style_show_list): Likewise.
14055 (set_style): Call help_list.
14056 (show_style): Call cmd_show_list.
14057 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14058 Update to use the new macro.
14059
14060 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14061
14062 * ada-lang.c (_initialize_ada_language): Expand the help text
14063 for the "catch exception" command.
14064
14065 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14066
14067 * symtab.c (matching_obj_sections): Initialize obj,
14068 declare it closer to its usage.
14069
14070 2019-01-10 Tom Tromey <tom@tromey.com>
14071
14072 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14073 (basic_inf_threads_range): Remove.
14074 (inf_threads_range, inf_non_exited_threads_range)
14075 (safe_inf_threads_range): Use next_adapter.
14076
14077 2019-01-10 Keith Seitz <keiths@redhat.com>
14078
14079 PR gdb/23712
14080 PR symtab/23010
14081 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14082 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14083
14084 2019-01-10 Keith Seitz <keiths@redhat.com>
14085
14086 PR gdb/23712
14087 PR symtab/23010
14088 * dictionary.c (pending_to_vector): Remove.
14089 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14090 Remove _1 suffix, replacing functions of the same name. Update
14091 all callers.
14092 (dict_create_hashed, dict_create_hashed_expandable)
14093 (dict_create_linear, dict_create_linear_expandable, dict_free)
14094 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14095 Make functions static.
14096
14097 2019-01-10 Keith Seitz <keiths@redhat.com>
14098
14099 PR gdb/23712
14100 PR symtab/23010
14101 * dictionary.h (struct dictionary): Replace declaration with
14102 multidictionary.
14103 (dict_create_hashed, dict_create_hashed_expandable)
14104 (dict_create_linear, dict_create_linear_expandable)
14105 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14106 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14107 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14108 taking multidictionary argument.
14109 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14110 * block.h (struct block) <dict>: Change to multidictionary
14111 and rename `multidict'.
14112 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14113 symmisc.c: Update all dictionary references to multidictionary.
14114
14115 2019-01-10 Keith Seitz <keiths@redhat.com>
14116
14117 PR gdb/23712
14118 PR symtab/23010
14119 * dictionary.c: Include unordered_map.
14120 (pending_to_vector): New function.
14121 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14122 Rewrite the non-"_1" functions to take vector instead
14123 of linked list.
14124 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14125 "new" _1 versions of the same name.
14126 (multidictionary): Define.
14127 (std::hash<enum language): New definition.
14128 (collate_pending_symbols_by_language, mdict_create_hashed)
14129 (mdict_create_hashed_expandable, mdict_create_linear)
14130 (mdict_create_linear_expandable, mdict_free)
14131 (find_language_dictionary, create_new_language_dictionary)
14132 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14133 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14134 (mdict_size, mdict_empty): New functions.
14135 * dictionary.h (mdict_iterator): Define.
14136
14137 2019-01-10 Pedro Alves <palves@redhat.com>
14138
14139 * breakpoint.c (read_uploaded_action)
14140 (create_tracepoint_from_upload): Adjust to use
14141 gdb::unique_xmalloc_ptr.
14142 * ctf.c (ctf_write_uploaded_tp):
14143 (SET_ARRAY_FIELD): Use emplace_back.
14144 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14145 * tracefile-tfile.c (tfile_write_uploaded_tp):
14146 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14147 gdb::unique_xmalloc_ptr.
14148 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14149 at_string, cond_string, cmd_strings>: Replace char pointers
14150 with gdb::unique_xmalloc_ptr.
14151
14152 2019-01-10 Pedro Alves <palves@redhat.com>
14153
14154 * solib-target.c (library_list_start_library): Don't xstrdup name.
14155
14156 2019-01-10 Pedro Alves <palves@redhat.com>
14157
14158 * mdebugread.c (parse_partial_symbols): Use
14159 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14160
14161 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14162
14163 * linux-fork.c (scoped_switch_fork_info)
14164 <~scoped_switch_fork_info>: Fix incorrect variable name.
14165
14166 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14167
14168 * linux-fork.c (scoped_switch_fork_info)
14169 <scoped_switch_fork_info>: Make explicit.
14170 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14171
14172 2019-01-10 Tom Tromey <tom@tromey.com>
14173
14174 * objfiles.h (objfile::reset_psymtabs): Update.
14175 * objfiles.c (objfile::objfile): Update.
14176 * psymtab.h (psymtab_storage::obstack): Update.
14177 (psymtab_storage::m_obstack): Use gdb::optional.
14178 (class psymtab_storage): Update comment. Remove objfile
14179 parameter.
14180 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14181
14182 2019-01-10 Tom Tromey <tom@tromey.com>
14183
14184 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14185 <free_psymtabs>: Now private.
14186 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14187 (allocate_psymtab): Use new method.
14188
14189 2019-01-10 Tom Tromey <tom@tromey.com>
14190
14191 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14192 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14193 * mdebugread.c (parse_partial_symbols): Use
14194 allocate_dependencies.
14195 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14196 allocate_dependencies.
14197 (process_psymtab_comp_unit_reader)
14198 (build_type_psymtab_dependencies): Likewise.
14199 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14200
14201 2019-01-10 Tom Tromey <tom@tromey.com>
14202
14203 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14204 PSYMBOL_SET_LANGUAGE.
14205 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14206
14207 2019-01-10 Tom Tromey <tom@tromey.com>
14208
14209 * psymtab.h (psymtab_storage::obstack): New method.
14210 <m_obstack>: Rename from obstack; now private.
14211 * psymtab.c (psymtab_storage): Update.
14212 * dwarf2read.c (create_addrmap_from_index)
14213 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14214 Update.
14215
14216 2019-01-10 Tom Tromey <tom@tromey.com>
14217
14218 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14219 * objfiles.h (objfile::reset_psymtabs): New method.
14220
14221 2019-01-10 Tom Tromey <tom@tromey.com>
14222
14223 * symmisc.c (print_symbol_bcache_statistics): Update.
14224 (print_objfile_statistics): Update.
14225 * symfile.c (reread_symbols): Update.
14226 * psymtab.h (class psymtab_storage): New.
14227 * psymtab.c (psymtab_storage): New constructor.
14228 (~psymtab_storage): New destructor.
14229 (require_partial_symbols): Update.
14230 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14231 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14232 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14233 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14234 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14235 (start_psymtab_common, end_psymtab_common)
14236 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14237 (allocate_psymtab): Update.
14238 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14239 Update.
14240 (dump_psymtab_addrmap, maintenance_print_psymbols)
14241 (maintenance_check_psymtabs): Update.
14242 (class objfile_psymtabs): Move to objfiles.h.
14243 * psympriv.h (discard_psymtab): Now inline.
14244 (psymtab_discarder::psymtab_discarder): Update.
14245 (psymtab_discarder::~psymtab_discarder): Update.
14246 (ALL_OBJFILE_PSYMTABS): Rewrite.
14247 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14248 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14249 Remove fields.
14250 <partial_symtabs>: New field.
14251 (class objfile_psymtabs): Move from psymtab.h. Update.
14252 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14253 psymbol_cache.
14254 (objfile::~objfile): Don't destroy psymbol_cache.
14255 * mdebugread.c (parse_partial_symbols): Update.
14256 * dwarf2read.c (create_addrmap_from_index)
14257 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14258 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14259 (add_partial_subprogram, dwarf2_ranges_read): Update.
14260 * dwarf-index-write.c (write_address_map)
14261 (write_one_signatured_type, recursively_write_psymbols)
14262 (class debug_names, class debug_names, write_psymtabs_to_index):
14263 Update.
14264
14265 2019-01-10 Tom Tromey <tom@tromey.com>
14266
14267 * symtab.h (SYMBOL_SET_NAMES): Update.
14268 (symbol_set_names): Update.
14269 (MSYMBOL_SET_NAMES): Update.
14270 * symtab.c (symbol_set_names): Change argument to be an
14271 objfile_per_bfd_storage.
14272 * psymtab.c (add_psymbol_to_bcache): Update.
14273 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14274
14275 2019-01-10 Tom Tromey <tom@tromey.com>
14276
14277 * symtab.c (create_demangled_names_hash): Change argument to be an
14278 objfile_per_bfd_storage.
14279 (symbol_set_names): Update.
14280
14281 2019-01-10 Tom Tromey <tom@tromey.com>
14282
14283 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14284 init_psymbol_list.
14285 * psymtab.c (init_psymbol_list): Do nothing if already called.
14286 * psympriv.h (init_psymbol_list): Add comment.
14287 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14288 init_psymbol_list.
14289 * dbxread.c (dbx_symfile_read): Unconditionally call
14290 init_psymbol_list.
14291
14292 2019-01-10 Tom Tromey <tom@tromey.com>
14293
14294 * xcoffread.c (scan_xcoff_symtab): Update.
14295 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14296 "where".
14297 * mdebugread.c (parse_partial_symbols)
14298 (handle_psymbol_enumerators): Update.
14299 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14300 * dbxread.c (read_dbx_symtab): Update.
14301 * psympriv.h (psymbol_placement): New enum.
14302 (add_psymbol_to_list): Update.
14303
14304 2019-01-10 Tom Tromey <tom@tromey.com>
14305
14306 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14307 static_psymbols parameters.
14308 (scan_xcoff_symtab): Update.
14309 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14310 static_psymbols parameters.
14311 * psympriv.h (start_psymtab_common): Update.
14312 * mdebugread.c (parse_partial_symbols): Update.
14313 * dwarf2read.c (create_partial_symtab): Update.
14314 * dbxread.c (read_dbx_symtab): Update.
14315 (start_psymtab): Remove global_psymbols and static_psymbols
14316 parameters.
14317
14318 2019-01-10 Tom Tromey <tom@tromey.com>
14319
14320 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14321 * psymtab.c (allocate_psymtab): Add comment.
14322 * psympriv.h (allocate_psymtab): Add comment.
14323 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14324 initializations.
14325 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14326
14327 2019-01-10 Tom Tromey <tom@tromey.com>
14328
14329 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14330 Don't declare.
14331 * mipsread.c: Include mdebugread.h.
14332 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14333 Declare.
14334 * elfread.c: Include mdebugread.h.
14335
14336 2019-01-09 Tom Tromey <tom@tromey.com>
14337
14338 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14339 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14340 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14341 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14342 (psym_lookup_symbol, psym_find_last_source_symtab)
14343 (psym_forget_cached_source_info, psym_print_stats)
14344 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14345 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14346 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14347 (psym_find_compunit_symtab_by_address)
14348 (maintenance_print_psymbols, maintenance_info_psymtabs)
14349 (maintenance_check_psymtabs): Use ranged for.
14350 * psymtab.h (class objfile_psymtabs): New.
14351 (require_partial_symbols): Return objfile_psymtabs.
14352 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14353
14354 2019-01-09 Tom Tromey <tom@tromey.com>
14355
14356 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14357 (find_pc_mapped_section, list_overlays_command)
14358 (map_overlay_command, unmap_overlay_command)
14359 (simple_overlay_update): Use all_objfiles.
14360 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14361 * printcmd.c (info_symbol_command): Use all_objfiles.
14362 * objfiles.h (ALL_OBJSECTIONS): Remove.
14363 * maint.c (maintenance_translate_address): Use all_objfiles.
14364 * gcore.c (gcore_create_callback): Use all_objfiles.
14365 (objfile_find_memory_regions): Likewise.
14366
14367 2019-01-09 Tom Tromey <tom@tromey.com>
14368
14369 * symtab.c (find_line_symtab, info_sources_command)
14370 (make_source_files_completion_list): Use objfile_compunits.
14371 * source.c (select_source_symtab): Use objfile_compunits.
14372 * objfiles.h (struct objfile): Update comment.
14373 (ALL_OBJFILES): Remove.
14374 (ALL_FILETABS): Remove.
14375 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14376 objfile_compunits.
14377
14378 2019-01-09 Tom Tromey <tom@tromey.com>
14379
14380 * symmisc.c (print_objfile_statistics, dump_objfile)
14381 (maintenance_print_symbols): Use compunit_filetabs.
14382 * source.c (forget_cached_source_info_for_objfile): Use
14383 compunit_filetabs.
14384 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14385 (ALL_FILETABS): Use compunit_filetabs.
14386 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14387 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14388
14389 2019-01-09 Tom Tromey <tom@tromey.com>
14390
14391 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14392 (compunit_filetabs): New.
14393 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14394 compunit_filetabs.
14395 (info_sources_command, make_source_files_completion_list): Remove
14396 declaration.
14397 * symmisc.c (print_objfile_statistics, dump_objfile)
14398 (maintenance_print_symbols): Remove declaration.
14399 (maintenance_info_symtabs): Use compunit_filetabs.
14400 (maintenance_info_line_tables): Likewise.
14401 * source.c (select_source_symtab): Change local variable name.
14402 (forget_cached_source_info_for_objfile): Remove declaration.
14403 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14404 * objfiles.c (objfile_relocate1): Remove declaration.
14405 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14406 declaration.
14407 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14408 * coffread.c (coff_symtab_read): Remove declaration.
14409 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14410 compunit_filetabs.
14411
14412 2019-01-09 Tom Tromey <tom@tromey.com>
14413
14414 * symtab.c (lookup_objfile_from_block)
14415 (find_pc_sect_compunit_symtab, search_symbols)
14416 (default_collect_symbol_completion_matches_break_on): Use
14417 objfile_compunits.
14418 * objfiles.h (ALL_COMPUNITS): Remove.
14419 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14420 * cp-support.c (add_symbol_overload_list_qualified): Use
14421 objfile_compunits.
14422 * ada-lang.c (ada_collect_symbol_completion_matches)
14423 (ada_add_global_exceptions): Use objfile_compunits.
14424
14425 2019-01-09 Tom Tromey <tom@tromey.com>
14426
14427 * source.c (select_source_symtab)
14428 (forget_cached_source_info_for_objfile): Remove declaration.
14429 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14430 declaration.
14431 * maint.c (count_symtabs_and_blocks): Remove declaration.
14432 * cp-support.c (add_symbol_overload_list_qualified): Remove
14433 declaration.
14434 * coffread.c (coff_symtab_read): Remove declaration.
14435 * symtab.c (lookup_symbol_in_objfile_symtabs)
14436 (basic_lookup_transparent_type_1): Use objfile_compunits.
14437 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14438 (info_sources_command, search_symbols)
14439 (default_collect_symbol_completion_matches_break_on)
14440 (make_source_files_completion_list): Remove declaration.
14441 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14442 (ada_collect_symbol_completion_matches)
14443 (ada_add_global_exceptions): Remove declaration.
14444 * linespec.c (iterate_over_all_matching_symtabs): Use
14445 objfile_compunits.
14446 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14447 (class objfile_compunits): New.
14448 (ALL_COMPUNITS): Use objfile_compunits.
14449 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14450 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14451 objfile_compunits.
14452 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14453
14454 2019-01-09 Tom Tromey <tom@tromey.com>
14455
14456 * symtab.c (search_symbols)
14457 (default_collect_symbol_completion_matches_break_on): Use
14458 objfile_msymbols.
14459 * ada-lang.c (ada_lookup_simple_minsym)
14460 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14461 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14462 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14463 objfile_msymbols.
14464 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14465 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14466 * objc-lang.c (find_methods): Use objfile_msymbols.
14467 (info_selectors_command, info_classes_command): Likewise.
14468 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14469 * objfiles.h (class objfile_msymbols): New.
14470 (ALL_OBJFILE_MSYMBOLS): Remove.
14471 (ALL_MSYMBOLS): Remove.
14472
14473 2019-01-09 Tom Tromey <tom@tromey.com>
14474
14475 * common/next-iterator.h (next_adapter): Add Iterator template
14476 parameter.
14477 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14478 (class all_objfiles_safe): New.
14479 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14480 * objfiles.c (put_objfile_before): Update comment.
14481 (add_separate_debug_objfile): Likewise.
14482 (free_all_objfiles): Use all_objfiles_safe.
14483 (objfile_purge_solibs): Likewise.
14484
14485 2019-01-09 Tom Tromey <tom@tromey.com>
14486
14487 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14488 (expand_symtab_containing_pc, lookup_static_symbol)
14489 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14490 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14491 all_objfiles.
14492 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14493 * breakpoint.c (create_overlay_event_breakpoint)
14494 (create_longjmp_master_breakpoint)
14495 (create_std_terminate_master_breakpoint)
14496 (create_exception_master_breakpoint): Use all_objfiles.
14497 * linux-thread-db.c (try_thread_db_load_from_pdir)
14498 (has_libpthread): Use all_objfiles.
14499 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14500 * linespec.c (iterate_over_all_matching_symtabs)
14501 (search_minsyms_for_name): Use all_objfiles.
14502 * maint.c (maintenance_info_sections): Use all_objfiles.
14503 * main.c (captured_main_1): Use all_objfiles.
14504 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14505 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14506 * guile/scm-pretty-print.c
14507 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14508 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14509 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14510 (maintenance_print_msymbols): Use all_objfiles.
14511 * source.c (select_source_symtab): Use all_objfiles.
14512 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14513 * symfile.c (remove_symbol_file_command)
14514 (expand_symtabs_matching, map_symbol_filenames): Use
14515 all_objfiles.
14516 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14517 all_objfiles.
14518 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14519 * objc-lang.c (find_methods): Use all_objfiles.
14520 * objfiles.c (have_partial_symbols, have_full_symbols)
14521 (have_minimal_symbols, qsort_cmp)
14522 (default_iterate_over_objfiles_in_search_order): Use
14523 all_objfiles.
14524 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14525 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14526 (maintenance_check_psymtabs): Use all_objfiles.
14527 (ALL_PSYMTABS): Remove.
14528 * compile/compile-object-run.c (do_module_cleanup): Use
14529 all_objfiles.
14530 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14531 * cp-support.c (add_symbol_overload_list_qualified): Use
14532 all_objfiles.
14533 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14534 Use all_objfiles.
14535 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14536 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14537 all_objfiles.
14538 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14539 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14540 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14541 Uses all_objfiles.
14542 * solib.c (solib_read_symbols): Use all_objfiles
14543
14544 2019-01-09 Tom Tromey <tom@tromey.com>
14545
14546 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14547 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14548 all_objfiles.
14549 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14550 * symmisc.c (print_symbol_bcache_statistics)
14551 (print_objfile_statistics, maintenance_print_objfiles)
14552 (maintenance_info_symtabs, maintenance_check_symtabs)
14553 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14554 all_objfiles.
14555 * source.c (forget_cached_source_info): Use all_objfiles.
14556 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14557 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14558 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14559 * objfiles.c (update_section_map): Use all_objfiles.
14560 (shared_objfile_contains_address_p): Likewise.
14561 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14562 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14563
14564 2019-01-09 Tom Tromey <tom@tromey.com>
14565
14566 * common/next-iterator.h: New file.
14567 * objfiles.h (class all_objfiles): New.
14568 (struct objfile_iterator): New.
14569
14570 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14571
14572 * NEWS: Move the description of the changed "frame", "select-frame",
14573 and "info frame" commands to the Changed commands section.
14574
14575 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14576
14577 * gdbtypes.c (check_stub_method_group): Remove handling of old
14578 mangling schemes.
14579 * linespec.c (find_methods): Likewise.
14580 * stabsread.c (read_member_functions): Likewise.
14581 * valops.c (search_struct_method): Likewise.
14582 (value_struct_elt_for_reference): Likewise.
14583 * NEWS: Mention this change.
14584
14585 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14586
14587 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14588 print_source_lines.
14589 * source.c (print_source_lines_base): Update line number check.
14590 (print_source_lines): New function.
14591 (source_lines_range::source_lines_range): New function.
14592 * source.h (class source_lines_range): New class.
14593 (print_source_lines): New declaration.
14594
14595 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14596
14597 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14598
14599 2019-01-08 Tom Tromey <tom@tromey.com>
14600 Simon Marchi <simon.marchi@ericsson.com>
14601
14602 PR gdb/24060
14603 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14604 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14605 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14606 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14607 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14608 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14609
14610 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14611
14612 * source.c (select_source_symtab): Move header comment to
14613 declaration in source.h.
14614 (forget_cached_source_info_for_objfile): Likewise.
14615 (forget_cached_source_info): Likewise.
14616 (identify_source_line): Likewise.
14617 * source.h (identify_source_line): Move declaration from symtab.h
14618 and add comment from source.c
14619 (print_source_lines): Likewise.
14620 (forget_cached_source_info_for_objfile): Likewise.
14621 (forget_cached_source_info): Likewise.
14622 (select_source_symtab): Likewise.
14623 (enum print_source_lines_flag): Move definition from symtab.h.
14624 * symtab.h (identify_source_line): Move declaration to source.h.
14625 (print_source_lines): Likewise.
14626 (forget_cached_source_info_for_objfile): Likewise.
14627 (forget_cached_source_info): Likewise.
14628 (select_source_symtab): Likewise.
14629 (enum print_source_lines_flag): Move definition to source.h.
14630 * tui/tui-hooks.c: Add 'source.h' include.
14631
14632 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14633
14634 * source.c (print_source_lines_base): Handle requests to print
14635 reverse line number sequences, and guard against empty lines
14636 string.
14637
14638 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14639
14640 * source.c (print_source_lines_base): Fix skip of '\r' if next
14641 character is '\n'.
14642
14643 2019-01-06 Tom Tromey <tom@tromey.com>
14644
14645 * c-exp.y (struct c_parse_state) <macro_original_text,
14646 expansion_obstack>: New member.
14647 (macro_original_text, expansion_obstack): Remove globals.
14648 (scan_macro_expansion, scanning_macro_expansion)
14649 (finished_macro_expansion): Update.
14650 (scan_macro_cleanup): Remove.
14651 (yylex, c_parse): Update.
14652
14653 2019-01-06 Tom Tromey <tom@tromey.com>
14654
14655 * c-exp.y (struct c_parse_state) <strings>: New member.
14656 (operator_stoken): Update.
14657
14658 2019-01-06 Tom Tromey <tom@tromey.com>
14659
14660 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14661 (union type_stack_elt) <typelist_val>: Now a pointer to
14662 std::vector.
14663 (type_stack_cleanup): Don't declare.
14664 (push_typelist): Update.
14665 * parse.c (pop_typelist): Return a std::vector.
14666 (push_typelist): Take a std::vector.
14667 (follow_types): Update. Do not free args.
14668 (type_stack_cleanup): Remove.
14669 * c-exp.y (struct c_parse_state): New.
14670 (cpstate): New global.
14671 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14672 (nonempty_typelist): Update.
14673 (func_mod): Create a new vector.
14674 (c_parse): Create a c_parse_state.
14675 (check_parameter_typelist): Do not delete params.
14676 (function_method): Update. Do not delete type_list.
14677
14678 2019-01-06 Tom Tromey <tom@tromey.com>
14679
14680 PR gdb/28155:
14681 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14682 check_typedef.
14683 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14684 (print_return_value): Likewise.
14685
14686 2019-01-05 Tom Tromey <tom@tromey.com>
14687
14688 * contrib/cleanup_check.py: Remove.
14689 * contrib/gcc-with-excheck: Remove.
14690 * contrib/exsummary.py: Remove.
14691 * contrib/excheck.py: Remove.
14692
14693 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14694
14695 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14696 NULL. Initialize tpprev to NULL instead of assigning it
14697 to NULL on the next statement.
14698 * windows-nat.c (windows_delete_thread): Remove check for
14699 main_thread_id before printing thread exit notifications.
14700 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14701 Remove thread ID check against main_thread_id.
14702 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14703 windows_delete_thread.
14704 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14705
14706 2019-01-04 Tom Tromey <tom@tromey.com>
14707
14708 * compile/compile.c (_initialize_compile): Use upper case for
14709 metasyntactic variables.
14710 * symmisc.c (_initialize_symmisc): Use upper case for
14711 metasyntactic variables.
14712 * psymtab.c (_initialize_psymtab): Use upper case for
14713 metasyntactic variables.
14714 * demangle.c (demangle_command): Use upper case for metasyntactic
14715 variables.
14716 (_initialize_demangler): Likewise.
14717 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14718 variables.
14719
14720 2019-01-03 Tom Tromey <tom@tromey.com>
14721
14722 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14723
14724 2019-01-03 Tom Tromey <tom@tromey.com>
14725
14726 * python/py-symtab.c (salpy_str): Update.
14727 (struct salpy_sal_object) <symtab>: Now a PyObject.
14728 (salpy_dealloc): Update.
14729 (del_objfile_sal): Use gdbpy_ref.
14730
14731 2019-01-03 Tom Tromey <tom@tromey.com>
14732
14733 * python/py-type.c (convert_field): Use new_reference. Return
14734 gdbpy_ref.
14735 (make_fielditem): Return gdbpy_ref.
14736 (typy_fields): Update.
14737 (typy_getitem): Update.
14738 (field_name): Return gdbpy_ref. Use new_reference.
14739 (typy_iterator_iternext): Update.
14740
14741 2019-01-03 Tom Tromey <tom@tromey.com>
14742
14743 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14744
14745 2019-01-03 Tom Tromey <tom@tromey.com>
14746
14747 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14748 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14749 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14750 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14751 (pspy_set_type_printers): Likewise.
14752 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14753 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14754 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14755 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14756 (objfpy_set_type_printers): Likewise.
14757
14758 2019-01-03 Tom Tromey <tom@tromey.com>
14759
14760 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14761 (gdbpy_print_stack): Use gdbpy_err_fetch.
14762 * python/python-internal.h (class gdbpy_err_fetch): New class.
14763 (class gdbpy_enter) <m_error_type, m_error_value,
14764 m_error_traceback>: Remove.
14765 <m_error>: New member.
14766 (gdbpy_exception_to_string): Don't declare.
14767 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14768 * python/py-value.c (convert_value_from_python): Use
14769 gdbpy_err_fetch.
14770 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14771 gdbpy_exception_to_string.
14772 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14773 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14774 gdbpy_err_fetch.
14775
14776 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14777
14778 * linux-nat.c (delete_lwp_cleanup): Delete.
14779 (struct lwp_deleter): New struct.
14780 (lwp_info_up): New typedef.
14781 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14782 lwp_info_up.
14783
14784 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14785
14786 * linux-fork.c (class scoped_switch_fork_info): New class.
14787 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14788
14789 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14790
14791 * valops.c (find_overload_match): Remove use of null_cleanup, and
14792 calls to do_cleanups.
14793
14794 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14795
14796 * compile/compile-cplus-types.c
14797 (compile_cplus_instance::decl_name): Handle changes to
14798 cp_func_name.
14799 * cp-support.c (cp_func_name): Update header comment, update
14800 return type.
14801 * cp-support.h (cp_func_name): Update return type in declaration.
14802 * valops.c (find_overload_match): Move temp_func local to top
14803 level of function and change its type. Use temp_func to hold and
14804 delete temporary string obtained from cp_func_name.
14805
14806 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14807
14808 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14809 gdb::char_vector, remove cleanup, and update uses of `msg`.
14810
14811 2019-01-03 Jim Wilson <jimw@sifive.com>
14812
14813 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14814
14815 2019-01-02 Tom Tromey <tom@tromey.com>
14816
14817 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14818 (tdesc_parse_xml): Remove cleanups.
14819 * target-descriptions.h (make_cleanup_free_target_description):
14820 Don't declare.
14821 (target_desc_deleter): New struct.
14822 (target_desc_up): New typedef.
14823 * target-descriptions.c (target_desc_deleter::operator()): Rename
14824 from free_target_description.
14825 (make_cleanup_free_target_description): Remove.
14826
14827 2019-01-02 Tom Tromey <tom@tromey.com>
14828
14829 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14830 constructor, destructor.
14831 (linespec_parser): Remove typedef.
14832 (~linespec_parser): Rename from linespec_parser_delete.
14833 (linespec_lex_to_end, linespec_complete_label)
14834 (linespec_complete): Update.
14835 (decode_line_full): Remove cleanups.
14836 (decode_line_1): Update.
14837
14838 2019-01-02 Tom Tromey <tom@tromey.com>
14839
14840 * python/python-internal.h (inferior_to_inferior_object): Change
14841 return type.
14842 * python/py-exitedevent.c (create_exited_event_object): Update.
14843 * python/py-inferior.c (inferior_to_inferior_object): Return
14844 gdbpy_ref.
14845 (python_new_inferior, python_inferior_deleted)
14846 (thread_to_thread_object, delete_thread_object)
14847 (build_inferior_list, gdbpy_selected_inferior): Update.
14848 * python/py-infthread.c (create_thread_object): Update. Also fail
14849 if inferior_to_inferior_object fails.
14850
14851 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14852
14853 * inferior.h (class inferior) <displaced_step_state>: New field.
14854 * infrun.h (struct displaced_step_state): Move here from
14855 infrun.c. Initialize fields, add constructor.
14856 <inf>: Remove field.
14857 <reset>: New method.
14858 * infrun.c (struct displaced_step_inferior_state): Move to
14859 infrun.h.
14860 (displaced_step_inferior_states): Remove.
14861 (get_displaced_stepping_state): Adust.
14862 (displaced_step_in_progress_any_inferior): Adjust.
14863 (displaced_step_in_progress_thread): Adjust.
14864 (displaced_step_in_progress): Adjust.
14865 (add_displaced_stepping_state): Remove.
14866 (get_displaced_step_closure_by_addr): Adjust.
14867 (remove_displaced_stepping_state): Remove.
14868 (infrun_inferior_exit): Call displaced_step_state.reset.
14869 (use_displaced_stepping): Don't check for NULL.
14870 (displaced_step_prepare_throw): Call
14871 get_displaced_stepping_state.
14872 (displaced_step_fixup): Don't check for NULL.
14873 (prepare_for_detach): Don't check for NULL.
14874
14875 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14876
14877 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14878 in case of call that did not complete.
14879
14880 2019-01-02 Andrey Utkin <autkin@undo.io>
14881
14882 * symfile.c (find_separate_debug_file): Fix search of debug files for
14883 remote debuggee.
14884
14885 2019-01-02 Tom Tromey <tom@tromey.com>
14886
14887 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14888 indentation.
14889 * python/py-frame.c (frapy_older): Remove cast.
14890 (frapy_newer): Likewise.
14891 * python/py-breakpoint.c (local_setattro): Remove cast.
14892 * python/py-arch.c (archpy_name): Remove local variable.
14893 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14894
14895 2019-01-02 Joel Brobecker <brobecker@adacore.com>
14896
14897 * unittests/basic_string_view/element_access/char/empty.cc:
14898 Fix year range in copyright header.
14899
14900 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14901
14902 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14903 Delete.
14904 <operator==>: Update with for removed field.
14905 <hash>: Likewise.
14906 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14907 <isa_features>: ...this.
14908 <abi_features>: New field.
14909 (riscv_isa_flen): Update comment.
14910 (riscv_abi_xlen): New declaration.
14911 (riscv_abi_flen): New declaration.
14912 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14913 isa_features.
14914 (riscv_abi_xlen): New function.
14915 (riscv_isa_flen): Update to get answer from isa_features.
14916 (riscv_abi_flen): New function.
14917 (riscv_has_fp_abi): Update to get answer from abi_features.
14918 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14919 xlen and flen.
14920 (riscv_call_info) <xlen, flen>: Update comment.
14921 (riscv_call_arg_struct): Remove invalid assertions
14922 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14923 is removed.
14924 (riscv_gdbarch_init): Gather isa features and abi features
14925 separately, ensure both match on the gdbarch when reusing an old
14926 gdbarch. Relax an error check to allow 32-bit abi float to run on
14927 a target with 64-bit float hardware.
14928
14929 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14930
14931 * source.c (search_command_helper): Stop reverse search
14932 when line 1 has been searched.
14933
14934 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14935
14936 * record-full.c (record_full_base_target::close): Rewrite
14937 record_full_core_buf_list free logic.
14938
14939 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14940
14941 * break-catch-syscall.c (print_one_catch_syscall): xfree
14942 the last text.
14943
14944 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14945
14946 * top.c (print_gdb_version): Update Copyright year in version
14947 message.
14948
14949 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14950
14951 Update copyright year range in all GDB files.
14952
14953 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
14954
14955 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
14956
14957 For older changes see ChangeLog-2018.
14958 \f
14959 Local Variables:
14960 mode: change-log
14961 left-margin: 8
14962 fill-column: 74
14963 version-control: never
14964 coding: utf-8
14965 End:
14966
This page took 0.326302 seconds and 5 git commands to generate.