gdb: Support printf 'z' size modifier
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdbsupport/format.c (format_pieces::format_pieces): Support
4 printf 'z' size modifier.
5 * gdbsupport/format.h (enum argclass): Add size_t_arg.
6 * printcmd.c (ui_printf): Handle size_t_arg.
7 * ui-out.c (ui_out::vmessage): Likewise.
8 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
9 function.
10 (run_tests): Call test_format_int_sizes.
11
12 2019-11-12 Christian Biesinger <cbiesinger@google.com>
13
14 * ada-exp.y (write_ambiguous_var): Update.
15 * buildsym.c (add_symbol_to_list): Update.
16 * dwarf2read.c (read_variable): Update.
17 (new_symbol): Update.
18 * jit.c (finalize_symtab): Update.
19 * language.c (language_alloc_type_symbol): Update.
20 * symtab.c (fixup_symbol_section): Update.
21 (initialize_objfile_symbol_1): Move code to...
22 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
23 (allocate_symbol): Update.
24 (allocate_template_symbol): Update.
25 (get_symbol_address): Update.
26 * symtab.h (struct symbol): Inherit from general_symbol_info instead
27 of having as a field, and add a constructor.
28 (SYMBOL_VALUE): Update.
29 (SYMBOL_VALUE_ADDRESS): Update.
30 (SET_SYMBOL_VALUE_ADDRESS): Update.
31 (SYMBOL_VALUE_BYTES): Update.
32 (SYMBOL_VALUE_COMMON_BLOCK): Update.
33 (SYMBOL_BLOCK_VALUE): Update.
34 (SYMBOL_VALUE_CHAIN): Update.
35 (SYMBOL_LANGUAGE): Update.
36 (SYMBOL_SECTION): Update.
37 (SYMBOL_OBJ_SECTION): Update.
38 (SYMBOL_SET_LANGUAGE): Update.
39 (SYMBOL_SET_LINKAGE_NAME): Update.
40 (SYMBOL_SET_NAMES): Update.
41 (SYMBOL_NATURAL_NAME): Update.
42 (SYMBOL_LINKAGE_NAME): Update.
43 (SYMBOL_DEMANGLED_NAME): Update.
44 (SYMBOL_SEARCH_NAME): Update.
45 (SYMBOL_MATCHES_SEARCH_NAME): Update.
46 (struct symbol): Update.
47 (struct template_symbol): Update.
48 (struct rust_vtable_symbol): Update.
49 * xcoffread.c (SYMBOL_DUP): Update.
50
51 2019-11-12 Tom Tromey <tom@tromey.com>
52
53 * tui/tui-layout.c (show_layout): Set current_layout.
54 (show_source_disasm_command, show_data)
55 (show_source_or_disasm_and_command): Don't set current_layout.
56
57 2019-11-12 Tom Tromey <tom@tromey.com>
58
59 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
60
61 2019-11-12 Tom Tromey <tom@tromey.com>
62
63 * tui/tui-win.c (resize_message): New global.
64 (show_tui_resize_message): New function.
65 (tui_async_resize_screen): Print message if requested.
66 (_initialize_tui_win): Add tui-resize-message setting.
67 * NEWS: Add entry for new commands.
68
69 2019-11-11 Tom Tromey <tom@tromey.com>
70
71 * tui/tui.c (tui_initialize_readline): Add new bindable readline
72 functions.
73
74 2019-11-11 Christian Biesinger <cbiesinger@google.com>
75
76 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
77
78 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
81 function.
82 * python/python-internal.h (gdbpy_lookup_static_symbols):
83 Declare new function.
84 * python/python.c (python_GdbMethods): Add
85 gdb.lookup_static_symbols method.
86 * NEWS: Mention gdb.lookup_static_symbols.
87
88 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
91 static block of current object file first. Also fix typo in
92 header comment.
93
94 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * stack.c (set_last_displayed_sal): Delete.
97 (last_displayed_sal_valid): Delete.
98 (last_displayed_pspace): Delete.
99 (last_displayed_addr): Delete.
100 (last_displayed_symtab): Delete.
101 (last_displayed_line): Delete.
102 (class last_displayed_symtab_info_type): New.
103 (last_displayed_symtab_info): New static global variable.
104 (print_frame_info): Call methods on last_displayed_symtab_info.
105 (clear_last_displayed_sal): Update header comment, and make use of
106 last_displayed_symtab_info.
107 (last_displayed_sal_is_valid): Likewise.
108 (get_last_displayed_pspace): Likewise.
109 (get_last_displayed_addr): Likewise.
110 (get_last_displayed_symtab): Likewise.
111 (get_last_displayed_line): Likewise.
112 (get_last_displayed_sal): Likewise.
113 * stack.h (clear_last_displayed_sal): Update header comment.
114 (last_displayed_sal_is_valid): Likewise.
115 (get_last_displayed_pspace): Likewise.
116 (get_last_displayed_addr): Likewise.
117 (get_last_displayed_symtab): Likewise.
118 (get_last_displayed_line): Likewise.
119 (get_last_displayed_sal): Likewise.
120
121 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * stack.c (frame_show_address): Convert return type to bool.
124 * stack.h (frame_show_address): Likewise, and update header
125 comment.
126
127 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
130 * unittests/vec-utils-selftests.c: New file.
131 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
132
133 2019-11-10 Tom Tromey <tom@tromey.com>
134
135 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
136 (tui_highlight_win): Likewise.
137 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
138 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
139 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
140 Don't set can_highlight.
141
142 2019-11-10 Tom Tromey <tom@tromey.com>
143
144 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
145 Remove unused declaration.
146
147 2019-11-08 Tom Tromey <tromey@adacore.com>
148
149 * top.c (read_command_file): Update.
150 (command_line_input): Make return type const.
151 * python/py-gdb-readline.c: Update.
152 * linespec.c (decode_line_2): Update.
153 * defs.h (command_line_input): Make return type const.
154 * cli/cli-script.c (read_next_line): Make return type const.
155 * ada-lang.c (get_selections): Update.
156
157 2019-11-06 Christian Biesinger <cbiesinger@google.com>
158
159 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
160 * mi/mi-main.c (output_cores): Likewise.
161 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
162 (linux_xfer_osdata_modules): Likewise.
163 * remote.c (register_remote_support_xml): Likewise.
164 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
165 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
166
167 2019-11-06 Tom Tromey <tom@tromey.com>
168
169 * tui/tui-interp.c: Don't include readline.h.
170 * tui/tui-hooks.c: Don't include readline.h.
171 * symmisc.c: Include tilde.h, not readline.h.
172 * symfile.c: Include tilde.h, not readline.h.
173 * source.c: Include tilde.h, not readline.h.
174 * solib.c: Include tilde.h, not readline.h.
175 * psymtab.c: Include tilde.h, not readline.h.
176 * exec.c: Include tilde.h, not readline.h.
177 * corelow.c: Include tilde.h, not readline.h.
178 * cli/cli-dump.c: Include tilde.h, not readline.h.
179 * cli/cli-cmds.c: Don't include readline.h.
180
181 2019-11-05 Tom Tromey <tom@tromey.com>
182
183 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
184 (tui_disassemble): Set addr_size.
185 (tui_disasm_window::set_contents): Use addr_size.
186
187 2019-11-05 Tom Tromey <tom@tromey.com>
188
189 * rust-lang.c (rust_language_defn): Update.
190 * python/py-value.c (valpy_string): Call c_get_string.
191 * p-lang.c (pascal_language_defn): Update.
192 * opencl-lang.c (opencl_language_defn): Update.
193 * objc-lang.c (objc_language_defn): Update.
194 * m2-lang.c (m2_language_defn): Update.
195 * language.c (unknown_language_defn, auto_language_defn): Update.
196 (default_get_string): Remove.
197 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
198 * go-lang.c (go_language_defn): Update.
199 * f-lang.c (f_language_defn): Update.
200 * d-lang.c (d_language_defn): Update.
201 * c-lang.c (c_language_defn, cplus_language_defn)
202 (asm_language_defn, minimal_language_defn): Update.
203 * ada-lang.c (ada_language_defn): Update.
204 * language.h (struct language_defn) <la_get_string>: Remove.
205 (LA_GET_STRING): Remove.
206 (default_get_string): Don't declare.
207
208 2019-11-05 Tom Tromey <tom@tromey.com>
209
210 * tui/tui-source.h (struct tui_source_window): Inline
211 constructor. Remove destructor.
212 <style_changed, m_observable>: Move to superclass.
213 * tui/tui-winsource.h (tui_copy_source_line): Declare.
214 (struct tui_source_window_base): Move private members to end.
215 <style_changed, m_observable>: Move from tui_source_window.
216 * tui/tui-winsource.c (tui_copy_source_line): Move from
217 tui-source.c. Rename from copy_source_line. Add special handling
218 for negative line number.
219 (tui_source_window_base::style_changed): Move from
220 tui_source_window.
221 (tui_source_window_base): Register observer.
222 (~tui_source_window_base): New.
223 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
224 rename.
225 (tui_source_window::set_contents): Use tui_copy_source_line.
226 (tui_source_window::tui_source_window): Move to tui-source.h.
227 (tui_source_window::~tui_source_window): Remove.
228 (tui_source_window::style_changed): Move to superclass.
229 * tui/tui-disasm.c (tui_disassemble): Create string file with
230 styling, when possible. Add "addr_size" parameter.
231 (tui_disasm_window::set_contents): Use tui_copy_source_line.
232 Don't compute maximum size.
233 (len_without_escapes): New function
234
235 2019-11-05 Tom Tromey <tom@tromey.com>
236
237 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
238 std::string.
239 * tui/tui-winsource.c (tui_show_source_line): Update.
240 * tui/tui-source.c (tui_source_window::set_contents): Update.
241 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
242
243 2019-11-05 Christian Biesinger <cbiesinger@google.com>
244
245 * symtab.h (gdb_static_assert): Put && operator at the beginning
246 of the line instead of the end.
247
248 2019-11-04 Christian Biesinger <cbiesinger@google.com>
249
250 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
251 and sizeof (symbol).
252 * symtab.h: Add a static_assert for sizeof (partial_symbol).
253
254 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
255
256 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
257 * configure.host: Mark *-*-solaris2.10* obsolete.
258 * configure.tgt: Mark Solaris < 11 obsolete.
259 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
260 Update target triplet.
261
262 2019-11-01 Tom Tromey <tromey@adacore.com>
263
264 * utils.c (print_sys_errmsg): Simplify.
265
266 2019-11-01 Tom Tromey <tromey@adacore.com>
267
268 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
269
270 2019-11-01 Christian Biesinger <cbiesinger@google.com>
271
272 * configure: Regenerate.
273 * configure.ac: Remove check for strerror_r.
274 * gdbsupport/common.m4: Check for strerror_r.
275
276 2019-11-01 Luis Machado <luis.machado@linaro.org>
277
278 PR gdb/25124
279
280 * arm-tdep.c (arm_per_objfile): Rename to ...
281 (arm_per_bfd): ... this.
282 (arm_objfile_data_key): Rename to ...
283 (arm_bfd_data_key): ... this.
284 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
285 data.
286 (arm_record_special_symbol): Likewise.
287
288 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
291 end.
292 * c-typeprint.c (c_print_typedef): Likewise.
293 * f-typeprint.c (f_print_typedef): Likewise.
294 * m2-typeprint.c (m2_print_typedef): Likewise.
295 * p-typeprint.c (pascal_print_typedef): Likewise.
296 * rust-lang.c (rust_print_typedef): Likewise.
297 * symtab.c (print_symbol_info): Print a newline after calling
298 typedef_print.
299
300 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * symtab.c (info_module_cmdlist): New variable.
303 (info_module_command): New function.
304 (search_module_symbols): New function.
305 (info_module_subcommand): New function.
306 (struct info_modules_var_func_options): New struct.
307 (info_modules_var_func_options_defs): New variable.
308 (make_info_modules_var_func_options_def_group): New function.
309 (info_module_functions_command): New function.
310 (info_module_variables_command): New function.
311 (info_module_var_func_command_completer): New function.
312 (_initialize_symtab): Register new 'info module functions' and
313 'info module variables' commands.
314 * symtab.h (typedef symbol_search_in_module): New typedef.
315 (search_module_symbols): Declare new function.
316 * NEWS: Mention new commands.
317
318 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
321 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
322 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
323 MODULES_DOMAIN.
324 (scan_partial_symbols): Only create partial module symbols for non
325 declarations.
326 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
327 and MODULES_DOMAIN.
328 * symtab.c (search_domain_name): Likewise.
329 (search_symbols): Likewise.
330 (print_symbol_info): Likewise.
331 (symtab_symbol_info): Likewise.
332 (info_modules_command): New function.
333 (_initialize_symtab): Register 'info modules' command.
334 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
335 * NEWS: Mention new 'info modules' command.
336
337 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
338
339 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
340 and $_gdb_maint_setting_str.
341
342 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
343
344 * cli/cli-cmds.c (setting_cmd, value_from_setting)
345 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
346 (str_value_from_setting, gdb_setting_str_internal_fn)
347 (gdb_maint_setting_str_internal_fn): New functions.
348 (_initialize_cli_cmds): Define the new convenience functions.
349 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
350 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
351
352 2019-10-31 Christian Biesinger <cbiesinger@google.com>
353
354 * agent.c (set_can_use_agent): When the setting is turned on,
355 look up agent symbols if we don't have them yet.
356 (agent_new_objfile): Don't look up agent symbols when the agent
357 setting is off.
358
359 2019-10-31 Christian Biesinger <cbiesinger@google.com>
360
361 * config.in: Regenerate.
362
363 2019-10-31 Christian Biesinger <cbiesinger@google.com>
364
365 * configure: Regenerate.
366 * configure.ac: Check for strerror_r.
367 * gdbsupport/common-utils.h (safe_strerror): Change return value
368 to const char * and document that this function is now threadsafe.
369 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
370 thread_local and call strerror_r, if available.
371 * utils.c (perror_string): Update.
372 (print_sys_errmsg): Update.
373
374 2019-10-31 Luis Machado <luis.machado@linaro.org>
375
376 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
377 objfile_key.
378 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
379 objfile to fetch per-bfd data.
380 (arm_find_exidx_entry): Likewise.
381
382 2019-10-31 Christian Biesinger <cbiesinger@google.com>
383
384 * gdbsupport/agent.c (debug_agent): Change type to bool.
385 (use_agent): Likewise.
386 (all_agent_symbols_look_up): Likewise.
387 (agent_loaded_p): Change return value to bool.
388 (agent_look_up_symbols): Update.
389 (agent_capability_check): Change return value to bool.
390 * gdbsupport/agent.h (agent_loaded_p): Likewise.
391 (debug_agent): Change type to bool.
392 (use_agent): Likewise.
393 (agent_capability_check): Change return value to bool.
394
395 2019-10-30 Christian Biesinger <cbiesinger@google.com>
396
397 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
398 (build_minimal_symbol_hash_tables): Code to clear the table moved
399 to clear_minimal_symbol_hash_tables.
400 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
401 when needed.
402
403 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
404
405 * infcmd.c: Remove includes.
406 * infrun.c: Remove includes.
407
408 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
409
410 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
411 (grow_vect): Remove declaration.
412 (ada_type_of_array): Remove declaration.
413 (ada_update_initial_language): Remove declaration.
414 (ada_fold_name): Remove declaration.
415 (ada_fill_in_ada_prototype): Remove declaration.
416 (user_select_syms): Remove declaration.
417 (get_selections): Remove declaration.
418 (ada_tag_type): Remove declaration.
419 (ada_value_tag): Remove declaration.
420 (ada_is_others_clause): Remove declaration.
421 (ada_in_variant): Remove declaration.
422 (ada_value_struct_elt): Remove declaration.
423 (ada_attribute_name): Remove declaration.
424 (ada_system_address_type): Remove declaration.
425 * ada-lang.c (ada_watch_location_expression): Make static.
426 (GROW_VECT): Move here from ada-lang.h.
427 (grow_vect): Make static.
428 (ada_update_initial_language): Make static.
429 (ada_fold_name): Make static.
430 (ada_type_of_array): Make static.
431 (encoded_ordered_before): Move up.
432 (sort_choices): Move up.
433 (print_signatures): Move up.
434 (ada_print_symbol_signature): Move up.
435 (get_selections): Move up and make static.
436 (user_select_syms): Move up and make static.
437 (ada_value_struct_elt): Move up and make static.
438 (ada_tag_type): Make static.
439 (ada_value_tag): Make static.
440 (ada_is_others_clause): Make static.
441 (ada_in_variant): Make static.
442 (ada_attribute_name): Make static.
443
444 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
445
446 * ada-lang.c: Remove includes.
447 * ada-typeprint.c: Remove includes.
448 * ada-valprint.c: Remove includes.
449
450 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
451
452 * addrmap.c: Add static assertions of type size, moved from
453 _initialize_addrmap.
454 (_initialize_addrmap): Remove.
455
456 2019-10-29 Christian Biesinger <cbiesinger@google.com>
457
458 * coffread.c (record_minimal_symbol): Update.
459 (process_coff_symbol): Update.
460 * dbxread.c (read_dbx_symtab): Update.
461 * dwarf2read.c (add_partial_symbol): Update.
462 (fixup_go_packaging): Update.
463 (load_partial_dies): Update.
464 (new_symbol): Update.
465 * elfread.c (record_minimal_symbol): Change signature to use
466 gdb::string_view instead of name+len.
467 (elf_symtab_read): Update.
468 (elf_rel_plt_read): Update.
469 * mdebugread.c (parse_partial_symbols): Update.
470 (handle_psymbol_enumerators): Update.
471 (new_symbol): Update.
472 * minsyms.c (minimal_symbol_reader::record_full): Change signature
473 to use gdb::string_view instead of name+len.
474 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
475 * psympriv.h (add_psymbol_to_list): Likewise.
476 * psymtab.c (add_psymbol_to_bcache): Likewise.
477 (add_psymbol_to_list): Likewise.
478 * stabsread.c (define_symbol): Update.
479 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
480 * symtab.h (SYMBOL_SET_NAMES): Likewise.
481 (symbol_set_names): Likewise.
482 * xcoffread.c (scan_xcoff_symtab): Update.
483
484 2019-10-29 Christian Biesinger <cbiesinger@google.com>
485
486 * symtab.h (symbol_set_names): Document that copy_name must be
487 set to true for non-nullterminated strings.
488 * symtab.c (symbol_set_names): Only make a nullterminated copy of
489 linkage_name if the entry was not found and we need to demangle.
490
491 2019-10-29 Christian Biesinger <cbiesinger@google.com>
492
493 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
494 * dwarf2-frame.c (bsearch_fde_cmp): Update.
495 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
496 * gdbsupport/gdb_binary_search.h: New file.
497
498 2019-10-29 Christian Biesinger <cbiesinger@google.com>
499
500 * NEWS: Mention new --with-system-gdbinit-dir option.
501 * config.in: Regenerate.
502 * configure: Regenerate.
503 * configure.ac: Add new option --with-system-gdbinit-dir.
504 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
505 for a ".gdb" suffix.
506 * main.c (get_init_files): Change system_gdbinit argument to
507 a vector and return the files in SYSTEM_GDBINIT_DIR in
508 addition to SYSTEM_GDBINIT.
509 (captured_main_1): Update.
510 (print_gdb_help): Update.
511 * top.c (print_gdb_configuration): Also print the value of
512 SYSTEM_GDBINIT_DIR.
513
514 2019-10-28 Christian Biesinger <cbiesinger@google.com>
515
516 * gdbsupport/common-utils.h (startswith): Add an overloaded version
517 that takes gdb::string_view arguments.
518
519 2019-10-26 Tom de Vries <tdevries@suse.de>
520
521 * aarch64-linux-tdep.c: Fix typos in comments.
522 * aarch64-tdep.c: Same.
523 * ada-lang.c: Same.
524 * amd64-nat.c: Same.
525 * arc-tdep.c: Same.
526 * arch/aarch64-insn.c: Same.
527 * block.c: Same.
528 * breakpoint.h: Same.
529 * btrace.h: Same.
530 * c-varobj.c: Same.
531 * cli/cli-decode.c: Same.
532 * cli/cli-script.c: Same.
533 * cli/cli-utils.h: Same.
534 * coff-pe-read.c: Same.
535 * coffread.c: Same.
536 * compile/compile-cplus-symbols.c: Same.
537 * compile/compile-object-run.c: Same.
538 * completer.c: Same.
539 * corelow.c: Same.
540 * cp-support.c: Same.
541 * demangle.c: Same.
542 * dwarf-index-write.c: Same.
543 * dwarf2-frame.c: Same.
544 * dwarf2-frame.h: Same.
545 * eval.c: Same.
546 * frame-base.h: Same.
547 * frame.h: Same.
548 * gdbcmd.h: Same.
549 * gdbtypes.h: Same.
550 * gnu-nat.c: Same.
551 * guile/scm-objfile.c: Same.
552 * i386-tdep.c: Same.
553 * i386-tdep.h: Same.
554 * infcall.c: Same.
555 * infcall.h: Same.
556 * linux-nat.c: Same.
557 * m68k-tdep.c: Same.
558 * macroexp.c: Same.
559 * memattr.c: Same.
560 * mi/mi-cmd-disas.c: Same.
561 * mi/mi-getopt.h: Same.
562 * mi/mi-main.c: Same.
563 * minsyms.c: Same.
564 * nat/aarch64-sve-linux-sigcontext.h: Same.
565 * objfiles.h: Same.
566 * ppc-linux-nat.c: Same.
567 * ppc-linux-tdep.c: Same.
568 * ppc-tdep.h: Same.
569 * progspace.h: Same.
570 * prologue-value.h: Same.
571 * python/py-evtregistry.c: Same.
572 * python/py-instruction.h: Same.
573 * record-btrace.c: Same.
574 * record-full.c: Same.
575 * remote.c: Same.
576 * rs6000-tdep.c: Same.
577 * ser-tcp.c: Same.
578 * sol-thread.c: Same.
579 * sparc-sol2-tdep.c: Same.
580 * sparc64-tdep.c: Same.
581 * stabsread.c: Same.
582 * symfile.c: Same.
583 * symtab.h: Same.
584 * target.c: Same.
585 * tracepoint.c: Same.
586 * tui/tui-data.h: Same.
587 * tui/tui-io.c: Same.
588 * tui/tui-win.c: Same.
589 * tui/tui.c: Same.
590 * unittests/rsp-low-selftests.c: Same.
591 * user-regs.h: Same.
592 * utils.c: Same.
593 * utils.h: Same.
594 * valarith.c: Same.
595 * valops.c: Same.
596 * valprint.c: Same.
597 * valprint.h: Same.
598 * value.c: Same.
599 * value.h: Same.
600 * varobj.c: Same.
601 * x86-nat.h: Same.
602 * xtensa-tdep.c: Same.
603
604 2019-10-25 Ali Tamur <tamur@google.com>
605
606 * charset.c (find_charset_names): Reflect API change.
607
608 2019-10-25 Christian Biesinger <cbiesinger@google.com>
609
610 * symtab.c (struct demangled_name_entry): Change demangled name
611 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
612 part of the struct anymore.
613 (symbol_set_names): No longer obstack allocate + copy the demangled
614 name, just store the allocated name from bfd.
615
616 2019-10-25 Tom Tromey <tromey@adacore.com>
617
618 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
619 (bsearch_cie_cmp, add_cie): Remove.
620 (find_cie): Reimplement.
621 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
622 (dwarf2_build_frame_info): Update.
623
624 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
625
626 PR gdb/25126
627 * symfile.c (reread_symbols): Call forget_cached_source_info to
628 clear the stale source cache.
629
630 2019-10-24 Christian Biesinger <cbiesinger@google.com>
631
632 * configure: Regenerate.
633 * configure.ac: Remove code that sets python_has_threads.
634
635 2019-10-24 Christian Biesinger <cbiesinger@google.com>
636
637 * config.in: Regenerate.
638 * configure: Regenerate.
639 * configure.ac: Remove the code that uses sed to get the python
640 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
641
642 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * python/py-progspace.c (pspy_block_for_pc): Return None for all
645 error paths.
646
647 2019-10-23 Tom Tromey <tom@tromey.com>
648
649 * arc-tdep.c: Remove ".." from include.
650 * frv-tdep.c: Remove ".." from include.
651 * lm32-tdep.c: Remove ".." from include.
652 * microblaze-tdep.c: Remove ".." from include.
653 * or1k-tdep.h: Remove ".." from include.
654 * s12z-tdep.c: Remove ".." from include.
655 * Makefile.in (OPCODES_CFLAGS): Add comment.
656 (TOP_CFLAGS): New variable.
657 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
658
659 2019-10-23 Tom Tromey <tom@tromey.com>
660
661 * Makefile.in (READLINE_DIR): Update.
662
663 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
664
665 * infcall.c (call_function_by_hand_dummy): Fix the function
666 comment. And extract out a code section into...
667 (reserve_stack_space): ...this new function.
668
669 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
670
671 * infcall.c (value_arg_coerce): Remove an unused parameter.
672 (call_function_by_hand_dummy): Update the call to
673 'value_arg_coerce'.
674
675 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
676
677 * infcall.c (call_function_by_hand_dummy): Refactor.
678
679 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
680
681 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
682
683 2019-10-23 Tom Tromey <tom@tromey.com>
684
685 * configure: Rebuild.
686 * configure.ac: Don't check for sigprocmask.
687 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
688
689 2019-10-23 Tom Tromey <tom@tromey.com>
690
691 * configure: Rebuild.
692 * acinclude.m4: Use m4_include, not sinclude.
693
694 2019-10-23 Tom de Vries <tdevries@suse.de>
695
696 PR breakpoints/24687
697 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
698
699 2019-10-22 Christian Biesinger <cbiesinger@google.com>
700
701 * symtab.c (struct demangled_name_entry) <language>: Change from
702 bitfield to regular variable.
703
704 2019-10-22 Christian Biesinger <cbiesinger@google.com>
705
706 * symtab.c (struct demangled_name_entry): Add a constructor.
707 (free_demangled_name_entry): New function to call the destructor
708 for demangled_name_entry.
709 (create_demangled_names_hash): Pass free_demangled_name_entry to
710 htab_create_alloc.
711 (symbol_set_names): Call placement new for demangled_name_entry.
712 * utils.c: No longer include xxhash.h here, now that fast_hash
713 is inlined in the header.
714 * utils.h: Instead, include it here.
715
716 2019-10-22 Christian Biesinger <cbiesinger@google.com>
717
718 * Makefile.in: Link with libxxhash.
719 * config.in: Regenerate.
720 * configure: Regenerate.
721 * configure.ac: Search for libxxhash.
722 * utils.c (fast_hash): Use xxhash if present.
723
724 2019-10-22 Christian Biesinger <cbiesinger@google.com>
725
726 * utils.h (fast_hash): New function.
727 * symtab.c (hash_demangled_name_entry): Call new function
728 fast_hash.
729
730 2019-10-22 Christian Biesinger <cbiesinger@google.com>
731
732 * symtab.c (struct demangled_name_entry): Change type of mangled
733 to gdb::string_view. Also adds a constructor that takes the
734 mangled name.
735 (hash_demangled_name_entry): Update.
736 (eq_demangled_name_entry): Update.
737 (free_demangled_name_entry): New function to call the destructor
738 now that this is not a POD anymore.
739 (create_demangled_names_hash): Pass free_demangled_name_entry to
740 htab_create_alloc.
741 (symbol_set_names): Update.
742
743 2019-10-21 Ali Tamur <tamu@google.com>
744
745 * dwarf2read.c (dir_index): Change type.
746 (file_name_index): Likewise.
747 (line_header::include_dir_at): Change comment and implementation on
748 whether it is DWARF 5.
749 (line_header::is_valid_file_index): New function.
750 (line_header::file_name_at): Change comment and implementation on
751 whether it is DWARF 5.
752 (line_header::file_names): Change to private field renamed as
753 m_file_names and introduce a new accessor method.
754 (line_header::file_names_size): New method.
755 (line_header::include_dirs): Change to private field and rename as
756 m_include_dirs.
757 (dw2_get_file_names_reader): Define local var at a smaller scope and
758 reflect API change.
759 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
760 (process_structure_scope): Likewise.
761 (line_header::add_include_dir): Change message and reflect renaming.
762 (line_header::add_file_name): Likewise.
763 (read_formatted_entries): Handle DW_FORM_data16.
764 (dwarf_decode_line_header): Fix line header length calculation.
765 (psymtab_include_file_name): Change comment and API.
766 (lnp_state_machine::m_file): Update comment and reflect type change.
767 (lnp_state_machine::record_line): Reflect type change.
768 (dwarf_decode_lines): Reflect API change.
769 (file_file_name): Likewise.
770 (file_full_name): Likewise.
771
772 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
775
776 2019-10-21 Tom Tromey <tom@tromey.com>
777
778 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
779
780 2019-10-21 Tom Tromey <tom@tromey.com>
781
782 * configure.ac (nm.h): Conditionally create nm.h link. Subst
783 NM_H. Use AC_CONFIG_LINKS.
784 * configure: Rebuild.
785 * Makefile.in (NM_H): New variable.
786 (generated_files): Add NM_H. Remove gcore.
787 (nm.h, stamp-nmh): New targets.
788
789 2019-10-20 Tom Tromey <tom@tromey.com>
790
791 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
792 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
793 obsolete comment.
794 (put_objfile_before): Now static.
795
796 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
797
798 * gdbsupport/common-utils.h (startswith): Change return type to
799 bool.
800
801 2019-10-19 Christian Biesinger <cbiesinger@google.com>
802
803 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
804 * breakpoint.c (bp_locations_compare): Rename to...
805 (bp_location_is_less_than): ...this, and change to std::sort semantics.
806 (update_global_location_list): Use std::sort instead of qsort.
807 * buildsym.c (compare_line_numbers): Rename to...
808 (lte_is_less_than): ...this, and change to std::sort semantics.
809 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
810 instead of qsort.
811 * disasm.c (compare_lines): Rename to...
812 (line_is_less_than): ...this, and change to std::sort semantics.
813 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
814 of qsort.
815 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
816 (fde_is_less_than): ...this, and change to std::sort semantics.
817 (dwarf2_build_frame_info): Call std::sort instead of qsort.
818 * mdebugread.c (compare_blocks):
819 (block_is_less_than): ...this, and change to std::sort semantics.
820 (sort_blocks): Call std::sort instead of qsort.
821 * objfiles.c (qsort_cmp): Rename to...
822 (sort_cmp): ...this, and change to std::sort semantics.
823 (update_section_map): Call std::sort instead of qsort.
824 * remote.c (compare_pnums): Remove.
825 (map_regcache_remote_table): Call std::sort instead of qsort.
826 * utils.c (compare_positive_ints): Remove.
827 * utils.h (compare_positive_ints): Remove.
828 * xcoffread.c (compare_lte): Remove.
829 (arrange_linetable): Call std::sort instead of qsort.
830
831 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
832
833 * symfile.c (init_entry_point_info): Fix typo.
834 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
835
836 2019-10-18 Tom de Vries <tdevries@suse.de>
837
838 * aarch64-tdep.c: Fix typos in comments.
839 * ada-lang.c: Same.
840 * ada-tasks.c: Same.
841 * alpha-tdep.c: Same.
842 * alpha-tdep.h: Same.
843 * amd64-nat.c: Same.
844 * amd64-windows-tdep.c: Same.
845 * arc-tdep.c: Same.
846 * arc-tdep.h: Same.
847 * arch-utils.c: Same.
848 * arm-nbsd-tdep.c: Same.
849 * arm-tdep.c: Same.
850 * ax-gdb.c: Same.
851 * blockframe.c: Same.
852 * btrace.c: Same.
853 * c-varobj.c: Same.
854 * coff-pe-read.c: Same.
855 * coffread.c: Same.
856 * cris-tdep.c: Same.
857 * darwin-nat.c: Same.
858 * dbxread.c: Same.
859 * dcache.c: Same.
860 * disasm.c: Same.
861 * dtrace-probe.c: Same.
862 * dwarf-index-write.c: Same.
863 * dwarf2-frame-tailcall.c: Same.
864 * dwarf2-frame.c: Same.
865 * dwarf2read.c: Same.
866 * eval.c: Same.
867 * exceptions.c: Same.
868 * fbsd-tdep.c: Same.
869 * findvar.c: Same.
870 * frame.c: Same.
871 * frv-tdep.c: Same.
872 * gnu-v3-abi.c: Same.
873 * go32-nat.c: Same.
874 * h8300-tdep.c: Same.
875 * hppa-tdep.c: Same.
876 * i386-linux-tdep.c: Same.
877 * i386-tdep.c: Same.
878 * ia64-libunwind-tdep.c: Same.
879 * ia64-tdep.c: Same.
880 * infcmd.c: Same.
881 * infrun.c: Same.
882 * linespec.c: Same.
883 * linux-nat.c: Same.
884 * linux-thread-db.c: Same.
885 * machoread.c: Same.
886 * mdebugread.c: Same.
887 * mep-tdep.c: Same.
888 * mn10300-tdep.c: Same.
889 * namespace.c: Same.
890 * objfiles.c: Same.
891 * opencl-lang.c: Same.
892 * or1k-tdep.c: Same.
893 * osabi.c: Same.
894 * ppc-linux-nat.c: Same.
895 * ppc-linux-tdep.c: Same.
896 * ppc-sysv-tdep.c: Same.
897 * printcmd.c: Same.
898 * procfs.c: Same.
899 * record-btrace.c: Same.
900 * record-full.c: Same.
901 * remote-fileio.c: Same.
902 * remote.c: Same.
903 * rs6000-tdep.c: Same.
904 * s12z-tdep.c: Same.
905 * score-tdep.c: Same.
906 * ser-base.c: Same.
907 * ser-go32.c: Same.
908 * skip.c: Same.
909 * sol-thread.c: Same.
910 * solib-svr4.c: Same.
911 * solib.c: Same.
912 * source.c: Same.
913 * sparc-nat.c: Same.
914 * sparc-sol2-tdep.c: Same.
915 * sparc-tdep.c: Same.
916 * sparc64-tdep.c: Same.
917 * stabsread.c: Same.
918 * stack.c: Same.
919 * symfile.c: Same.
920 * symtab.c: Same.
921 * target-descriptions.c: Same.
922 * target-float.c: Same.
923 * thread.c: Same.
924 * utils.c: Same.
925 * valops.c: Same.
926 * valprint.c: Same.
927 * value.c: Same.
928 * varobj.c: Same.
929 * windows-nat.c: Same.
930 * xcoffread.c: Same.
931 * xstormy16-tdep.c: Same.
932 * xtensa-tdep.c: Same.
933
934 2019-10-17 Tom Tromey <tromey@adacore.com>
935
936 * configure: Rebuild.
937 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
938 in AC_CONFIG_FILES invocation.
939 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
940 new-style config.status invocation.
941
942 2019-10-17 Tom de Vries <tdevries@suse.de>
943
944 * arm-nbsd-nat.c: Fix typos in comments.
945 * arm-tdep.c: Same.
946 * darwin-nat-info.c: Same.
947 * dwarf2read.c: Same.
948 * elfread.c: Same.
949 * event-top.c: Same.
950 * findvar.c: Same.
951 * gdbtypes.c: Same.
952 * hppa-tdep.c: Same.
953 * i386-tdep.c: Same.
954 * jit.c: Same.
955 * main.c: Same.
956 * mdebugread.c: Same.
957 * moxie-tdep.c: Same.
958 * nto-procfs.c: Same.
959 * osabi.c: Same.
960 * ppc-linux-tdep.c: Same.
961 * remote.c: Same.
962 * riscv-tdep.c: Same.
963 * s390-tdep.c: Same.
964 * sh-tdep.c: Same.
965 * sparc-linux-tdep.c: Same.
966 * sparc-nat.c: Same.
967 * stack.c: Same.
968 * target-descriptions.c: Same.
969 * top.c: Same.
970 * varobj.c: Same.
971
972 2019-10-16 Tom Tromey <tom@tromey.com>
973
974 * objfiles.h (struct objfile) <original_name>: Now const.
975
976 2019-10-16 Christian Biesinger <cbiesinger@google.com>
977
978 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
979 pass on to sigsetjmp's second argument.
980 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
981
982 2019-10-16 Keith Seitz <keiths@redhat.com>
983
984 PR gdb/23567
985 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
986 sections whose size is greater than the file size.
987
988 2019-10-16 Jim Wilson <jimw@sifive.com>
989
990 * riscv-tdep.c (riscv_gcc_target_options): New.
991 (riscv_gnu_triplet_regexp): New.
992 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
993 set_gdbarch_gnu_triplet_regexp.
994
995 2019-10-16 Christian Biesinger <cbiesinger@google.com>
996
997 * Makefile.in: Add xml-builtin.h.
998 * features/feature_to_c.sh: Add an include for xml-builtin.h
999 to ensure that the compiler checks that the types match.
1000 * xml-builtin.h: New file.
1001 * xml-support.c (fetch_xml_builtin): Add missing const.
1002 * xml-support.h: Remove declaration of xml_builtins.
1003
1004 2019-10-16 Tom de Vries <tdevries@suse.de>
1005
1006 PR tdep/25096
1007 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1008 (amd64_classify_aggregate): ... here.
1009 (amd64_classify_aggregate_field): Handled fiels of nested structs
1010 recursively.
1011
1012 2019-10-16 Tom de Vries <tdevries@suse.de>
1013
1014 PR tdep/24104
1015 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1016 that handles 'theclass'.
1017
1018 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * linespec.c (decode_digits_ordinary): Update comment.
1021 * make-target-delegates: No longer need to handle VEC case.
1022 * memrange.c (normalize_mem_ranges): Update comment.
1023 * namespace.c (add_using_directive): Update comment.
1024 * objc-lang.c (uniquify_strings): Update comment.
1025 * ppc-linux-nat.c (struct thread_points): Update comment.
1026 * probe.h (find_probes_in_objfile): Update comment.
1027 * target.h (enum flash_preserve_mode): Update comment.
1028 * varobj.c (varobj_restrict_range): Update comment.
1029 * varobj.h (varobj_list_children): Update comment.
1030
1031 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * Makefile.in: Remove references to vec.h and vec.c.
1034 * aarch64-tdep.c: No longer include vec.h.
1035 * ada-lang.c: Likewise.
1036 * ada-lang.h: Likewise.
1037 * arm-tdep.c: Likewise.
1038 * ax.h: Likewise.
1039 * breakpoint.h: Likewise.
1040 * charset.c: Likewise.
1041 * cp-support.h: Likewise.
1042 * dtrace-probe.c: Likewise.
1043 * dwarf2read.c: Likewise.
1044 * extension.h: Likewise.
1045 * gdb_bfd.c: Likewise.
1046 * gdbsupport/gdb_vecs.h: Likewise.
1047 * gdbsupport/vec.c: Remove.
1048 * gdbsupport/vec.h: Remove.
1049 * gdbthread.h: Likewise.
1050 * guile/scm-type.c: Likewise.
1051 * inline-frame.c: Likewise.
1052 * machoread.c: Likewise.
1053 * memattr.c: Likewise.
1054 * memrange.h: Likewise.
1055 * namespace.h: Likewise.
1056 * nat/linux-btrace.h: Likewise.
1057 * osdata.c: Likewise.
1058 * parser-defs.h: Likewise.
1059 * progspace.h: Likewise.
1060 * python/py-type.c: Likewise.
1061 * record-btrace.c: Likewise.
1062 * rust-exp.y: Likewise.
1063 * solib-target.c: Likewise.
1064 * stap-probe.c: Likewise.
1065 * target-descriptions.c: Likewise.
1066 * target-memory.c: Likewise.
1067 * target.h: Likewise.
1068 * varobj.c: Likewise.
1069 * varobj.h: Likewise.
1070 * xml-support.h: Likewise.
1071
1072 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1075 Update for new std::vector based implementation.
1076 (process_psymtab_comp_unit_reader): Likewise.
1077 (scan_partial_symbols): Likewise.
1078 (recursively_compute_inclusions): Likewise.
1079 (compute_compunit_symtab_includes): Likewise.
1080 (process_imported_unit_die): Likewise.
1081 (queue_and_load_dwo_tu): Likewise.
1082 (follow_die_sig_1): Likewise.
1083 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1084 (typedef dwarf2_per_cu_ptr): Remove.
1085 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1086 function.
1087 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1088 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1089 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1090 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1091 std::vector.
1092
1093 2019-10-15 Tom Tromey <tromey@adacore.com>
1094
1095 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1096 TID.
1097
1098 2019-10-15 Tom Tromey <tromey@adacore.com>
1099
1100 * windows-nat.c (windows_nat_target::fetch_registers)
1101 (windows_nat_target::store_registers): Rename "pid" to "tid".
1102
1103 2019-10-15 Tom Tromey <tromey@adacore.com>
1104
1105 * gdbarch.h, gdbarch.c: Rebuild.
1106 * gdbarch.sh (gcc_target_options): Change return type to
1107 std::string.
1108 * compile/compile.c (get_args): Update.
1109 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1110 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1111 std::string.
1112 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1113 std::string.
1114 * arch-utils.c (default_gcc_target_options): Return std::string.
1115 * arch-utils.h (default_gcc_target_options): Return std::string.
1116 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1117
1118 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1119
1120 * breakpoint.c (breakpoint_chain): Make static.
1121 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1122 of accessing breakpoint_chain.
1123
1124 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1125
1126 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1127 to a gdb::function_view and return value to bool.
1128 * breakpoint.h (iterate_over_breakpoints): Likewise.
1129 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1130 (pop_dummy_frame): Update.
1131 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1132 (gdbscm_breakpoints): Update.
1133 * python/py-breakpoint.c (build_bp_list): Update.
1134 (gdbpy_breakpoints): Update.
1135 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1136 Update.
1137 (bpfinishpy_handle_stop): Update.
1138 (bpfinishpy_handle_exit): Update.
1139 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1140 (svr4_update_solib_event_breakpoints): Update.
1141
1142 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1143
1144 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1145 when unwrapping single-field structs.
1146
1147 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1148
1149 * dwarf2read.c: Remove includes.
1150
1151 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1152
1153 * ui-out.c (ui_out::call_do_message): Silence
1154 -Wformat-nonliteral warning.
1155
1156 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1157
1158 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1159 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1160 include: readline/tilde.h.
1161
1162 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1163
1164 * remote.c (remote_target::get_trace_status): Remove declaration of
1165 trace_regblock_size.
1166
1167 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1168
1169 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1170 (show_user): Remove declaration of cmdlist.
1171 * cli/cli-cmds.h (max_user_call_depth): Declare.
1172 * cli/cli-script.c (execute_user_command): Remove declaration
1173 of max_user_call_depth.
1174
1175 2019-10-11 Jim Wilson <jimw@sifive.com>
1176
1177 * gdbsupport/print-utils.h (pulongest): Fix comment.
1178 (plongest): Likewise.
1179 (phex): Add missing comment, mention leading zeros.
1180 (phex_nz): Add mention of no leading zeros to comment.
1181
1182 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1183 plongest instead of unsigned long long cast.
1184
1185 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1186
1187 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1188 for external_editor_command and gdbtk_test.
1189
1190 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1191
1192 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1193 * varobj.c (varobjdebug): Move comment to...
1194 * varobj.h (varobjdebug): ...here, and declare.
1195
1196 2019-10-09 Tom Tromey <tom@tromey.com>
1197
1198 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1199 erase_data_content.
1200
1201 2019-10-09 Tom Tromey <tom@tromey.com>
1202
1203 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1204 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1205 * tui/tui-command.c (tui_cmd_window::resize)
1206 (tui_refresh_cmd_win): Update.
1207 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1208 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1209 * tui/tui-data.c (~tui_gen_win_info): Remove.
1210 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1211 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1212 (tui_redisplay_readline, tui_mld_flush)
1213 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1214 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1215 (tui_data_window::erase_data_content)
1216 (tui_data_item_window::rerender)
1217 (tui_data_item_window::refresh_window): Update.
1218 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1219 (box_win, tui_gen_win_info::make_window)
1220 (tui_gen_win_info::make_visible): Update.
1221 (tui_delete_win): Remove.
1222 * tui/tui-winsource.c
1223 (tui_source_window_base::do_erase_source_content): Update.
1224 (tui_show_source_line, tui_source_window_base::update_tab_width)
1225 (tui_source_window_base::update_exec_info): Update.
1226 * tui/tui-data.h (struct curses_deleter): New.
1227 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1228 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1229
1230 2019-10-09 Tom Tromey <tom@tromey.com>
1231
1232 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1233
1234 2019-10-09 Tom Tromey <tom@tromey.com>
1235
1236 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1237 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1238
1239 2019-10-09 Tom Tromey <tom@tromey.com>
1240
1241 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1242 window height directly.
1243 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1244 declare.
1245 * tui/tui-layout.c (tui_default_win_height): Remove.
1246 (tui_default_win_viewport_height): Remove.
1247
1248 2019-10-09 Tom Tromey <tom@tromey.com>
1249
1250 * tui/tui.h: Remove comments.
1251
1252 2019-10-09 Tom de Vries <tdevries@suse.de>
1253
1254 * python/lib/gdb/printer/bound_registers.py: Use
1255 '^builtin_type_bound128' as regexp argument for
1256 add_builtin_pretty_printer.
1257
1258 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1259
1260 * guile/guile.c (guile_extension_script_ops): Remove forward
1261 declaration and mark as static.
1262 (guile_script_ops): Likewise.
1263 (extension_language_guile): Move further down in the file so
1264 it can reference the definitions for guile_{extension_,}script_ops.
1265
1266 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1267
1268 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1269 except SORTL, DFLTCC, and KDSA.
1270
1271 2019-10-08 Tom Tromey <tromey@adacore.com>
1272
1273 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1274 (struct safe_symbol_file_add_args): Remove.
1275
1276 2019-10-08 Tom Tromey <tromey@adacore.com>
1277
1278 * windows-nat.c: Don't include buildsym-legacy.h.
1279
1280 2019-10-08 Tom Tromey <tromey@adacore.com>
1281
1282 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1283
1284 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1285
1286 * gdbtypes.c (overload_debug): Move comment to header.
1287 * gdbtypes.h (overload_debug): Declare.
1288 * valops.c: Remove declaration of overload_debug, instead
1289 include gdbtypes.h.
1290
1291 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1292
1293 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1294 through _().
1295 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1296 move comment...
1297 * language.h (lang_frame_mismatch_warn): ... here. Also add
1298 declaration.
1299 * top.c (lang_frame_mismatch_warn): Remove declaration.
1300 (check_frame_language_change): Pass lang_frame_mismatch_warn
1301 through _().
1302
1303 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1304
1305 * c-lang.h (vtbl_ptr_name): Declare.
1306 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1307 it from the header.
1308 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1309
1310 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1311
1312 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1313 gdb_static_assert.
1314
1315 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1316
1317 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1318 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1319 * ctfread.c: New file.
1320 * ctfread.h: New file.
1321 * elfread.c: Include ctfread.h.
1322 (struct elfinfo text_p): New member ctfsect.
1323 (elf_locate_sections): Mark CTF section.
1324 (elf_symfile_read): Call elfctf_build_psymtabs.
1325 * Makefile.in (LIBCTF): Add.
1326 (CLIBS): Use it.
1327 (CDEPS): Likewise.
1328 (DIST): Add ctfread.c.
1329
1330 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * ctfread.c (struct nextfield): Renamed to ...
1333 (struct ctf_nextfield): ... this.
1334 (struct field_info): Renamed to ...
1335 (strut ctf_field_info): ... this.
1336 (attach_fields_to_type): Update for renamed structures.
1337 (ctf_add_member_cb): Likewise.
1338 (ctf_add_enum_member_cb): Likewise.
1339 (process_struct_members): Likewise.
1340 (process_enum_type): Likewise.
1341
1342 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1343
1344 * tracectf.h: Rename, was ctf.h.
1345 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1346 * tracefile.c: Likewise.
1347 * tracepoint.c: Remove unused include ctf.h.
1348 * mi/mi-main.c: Likewise.
1349 * Makefile.in Replace ctf.c with tracectf.c.
1350
1351 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1352
1353 * version.in: Change version number to "9.0.50.DATE-git".
1354
1355 2019-10-03 Tom Tromey <tom@tromey.com>
1356
1357 PR rust/24976:
1358 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1359
1360 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1363 cp_search_name_hash.
1364 * NEWS: Add entry about nested function support.
1365
1366 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1367 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1370 for nested static variables when searchin VAR_DOMAIN.
1371 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1372 global scope, update comment.
1373 (add_partial_subprogram): Call add_partial_subprogram recursively
1374 for nested subroutines when processinng Fortran.
1375 (load_partial_dies): Process the child entities of a subprogram
1376 when processing Fortran.
1377 (partial_die_parent_scope): Handle building scope
1378 for Fortran nested functions.
1379 (process_die): Record that nested functions have a scope.
1380 (new_symbol): Always record Fortran subprograms on the global
1381 symbol list.
1382 (determine_prefix): How to build the prefix for Fortran
1383 subprograms.
1384
1385 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1388 have just sent the thread a SIGSTOP and are waiting for it to
1389 arrive.
1390
1391 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * btrace.c (btrace_add_pc): Remove whitespace before the template
1394 parameter in 'std::vector <...>'.
1395 (parse_xml_btrace_block): Likewise.
1396 (btrace_maint_decode_pt): Likewise.
1397 (btrace_maint_update_packets): Likewise.
1398 (btrace_maint_print_packets): Likewise.
1399 * btrace.h (struct btrace_maint_info): Likewise.
1400 * dwarf2read.c (struct type_unit_group): Likewise.
1401 (build_type_psymtabs_reader): Likewise.
1402 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1403 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1404 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1405
1406 2019-10-03 Tom de Vries <tdevries@suse.de>
1407
1408 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1409 the first line of the help text for set/show style metadata.
1410
1411 2019-10-02 Tom Tromey <tromey@adacore.com>
1412
1413 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1414 * gdbsupport/common-inferior.c: New file.
1415 * infcmd.c (startup_with_shell): Don't define.
1416 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1417 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1418 * inferior.h (startup_with_shell): Don't declare.
1419
1420 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1421
1422 * gdbsupport/gdb_assert.h: Include errors.h.
1423 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1424
1425 2019-10-02 Tom Tromey <tromey@adacore.com>
1426
1427 * NEWS: Add $_ada_exception entry.
1428 * ada-lang.c (struct ada_catchpoint): Add constructor.
1429 <m_kind>: New member.
1430 (allocate_location_exception, re_set_exception): Remove
1431 "ex" parameter.
1432 (should_stop_exception): Compute $_ada_exception.
1433 (check_status_exception, print_it_exception)
1434 (print_one_exception, print_mention_exception): Remove
1435 "ex" parameter.
1436 (allocate_location_catch_exception, re_set_catch_exception)
1437 (check_status_exception, print_it_catch_exception)
1438 (print_one_catch_exception, print_mention_catch_exception)
1439 (print_recreate_catch_exception)
1440 (allocate_location_catch_exception_unhandled)
1441 (re_set_catch_exception_unhandled)
1442 (check_status_exception, print_it_catch_exception_unhandled)
1443 (print_one_catch_exception_unhandled)
1444 (print_mention_catch_exception_unhandled)
1445 (print_recreate_catch_exception_unhandled)
1446 (allocate_location_catch_assert, re_set_catch_assert)
1447 (check_status_assert, print_it_catch_assert)
1448 (print_one_catch_assert, print_mention_catch_assert)
1449 (print_recreate_catch_assert)
1450 (allocate_location_catch_handlers, re_set_catch_handlers)
1451 (check_status_handlers, print_it_catch_handlers)
1452 (print_one_catch_handlers, print_mention_catch_handlers)
1453 (print_recreate_catch_handlers): Remove.
1454 (create_ada_exception_catchpoint): Update.
1455 (initialize_ada_catchpoint_ops): Update.
1456
1457 2019-10-02 Tom Tromey <tromey@adacore.com>
1458
1459 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1460 (create_excep_cond_exprs): Simplify exception string computation.
1461 (ada_exception_catchpoint_cond_string): Likewise.
1462
1463 2019-10-02 Tom Tromey <tromey@adacore.com>
1464
1465 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1466 * ada-lang.c (lesseq_defined_than): Handle
1467 LOC_STATIC.
1468 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1469 parameter.
1470 (dwarf2_has_info): Likewise.
1471 (new_symbol): Set maybe_copied on symbol when
1472 appropriate.
1473 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1474 parameter.
1475 <can_copy>: New member.
1476 * elfread.c (record_minimal_symbol): Set maybe_copied
1477 on symbol when appropriate.
1478 (elf_symfile_read): Update call to dwarf2_has_info.
1479 * minsyms.c (lookup_minimal_symbol_linkage): New
1480 function.
1481 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1482 * symtab.c (get_symbol_address, get_msymbol_address):
1483 New functions.
1484 * symtab.h (get_symbol_address, get_msymbol_address):
1485 Declare.
1486 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1487 maybe_copied.
1488 (struct symbol, struct minimal_symbol) <maybe_copied>:
1489 New member.
1490
1491 2019-10-02 Tom Tromey <tromey@adacore.com>
1492
1493 * source.c (struct current_source_location): New.
1494 (current_source_key): New global.
1495 (current_source_symtab, current_source_line)
1496 (current_source_pspace): Remove.
1497 (get_source_location): New function.
1498 (get_current_source_symtab_and_line)
1499 (set_default_source_symtab_and_line)
1500 (set_current_source_symtab_and_line)
1501 (clear_current_source_symtab_and_line, select_source_symtab)
1502 (info_source_command, print_source_lines_base)
1503 (info_line_command, search_command_helper, _initialize_source):
1504 Update.
1505
1506 2019-10-02 Tom Tromey <tromey@adacore.com>
1507
1508 * source.c (select_source_symtab): Don't call
1509 decode_line_with_current_source.
1510
1511 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * symtab.c (lookup_global_symbol): Search global block.
1514
1515 2019-10-02 Tom Tromey <tromey@adacore.com>
1516
1517 * coffread.c (process_coff_symbol): Update.
1518 * dwarf2read.c (var_decode_location, new_symbol): Update.
1519 * mdebugread.c (parse_symbol): Update.
1520 * objfiles.c (relocate_one_symbol): Update.
1521 * stabsread.c (define_symbol, fix_common_block)
1522 (scan_file_globals): Update.
1523 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1524 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1525 * xcoffread.c (process_xcoff_symbol): Update.
1526
1527 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1528
1529 * MAINTAINERS: Update my email address.
1530
1531 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1534 std::vector.
1535 (build_type_psymtabs_reader): Update for std::vector.
1536 (build_type_psymtab_dependencies): Likewise.
1537 * dwarf2read.h: Remove use of DEF_VEC_P.
1538 (typedef sig_type_ptr): Delete.
1539
1540 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1543 to std::vector.
1544 (btrace_maint_decode_pt): Likewise, and move allocation of the
1545 vector outside of the loop.
1546 (btrace_maint_update_packets): Update to handle change from VEC to
1547 std::vector.
1548 (btrace_maint_print_packets): Likewise.
1549 (maint_info_btrace_cmd): Likewise.
1550 * btrace.h: Remove use of DEF_VEC_O.
1551 (typedef btrace_pt_packet_s): Delete.
1552 (struct btrace_maint_info) <packets>: Change fromm VEC to
1553 std::vector.
1554 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1555
1556 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1559 make accesses into the vector constant references.
1560 (btrace_add_pc): Update for std::vector.
1561 (btrace_stitch_bts): Likewise.
1562 (parse_xml_btrace_block): Likewise.
1563 (btrace_maint_update_packets): Likewise.
1564 (btrace_maint_print_packets): Likewise.
1565 (maint_info_btrace_cmd): Likewise.
1566 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1567 std::vector.
1568 (btrace_data::empty): Likewise.
1569 (btrace_data_append): Likewise.
1570 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1571 (typedef btrace_block_s): Delete.
1572 (struct btrace_block): Add constructor.
1573 (struct btrace_data_bts) <blocks>: Change to std::vector.
1574 * nat/linux-btrace.c (perf_event_read_bts): Update for
1575 std::vector.
1576 (linux_read_bts): Likewise.
1577
1578 2019-10-01 Tom Tromey <tom@tromey.com>
1579
1580 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1581
1582 2019-10-01 Tom Tromey <tom@tromey.com>
1583
1584 * stack.c (print_frame, info_frame_command_core): Use
1585 styled_string.
1586 * linux-thread-db.c (try_thread_db_load_1)
1587 (try_thread_db_load_from_pdir_1): Use styled_string.
1588 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1589 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1590 (maybe_print_unsupported_script_warning)
1591 (maybe_print_script_not_found_warning): Use styled_string.
1592 * ada-lang.c (user_select_syms): Use styled_string.
1593
1594 2019-10-01 Tom Tromey <tom@tromey.com>
1595
1596 * p-lang.c (pascal_printstr): Use metadata style.
1597 * value.c (show_convenience): Use metadata style.
1598 * valprint.c (valprint_check_validity, val_print_optimized_out)
1599 (val_print_not_saved, val_print_unavailable)
1600 (val_print_invalid_address, generic_val_print, val_print)
1601 (value_check_printable, val_print_array_elements): Use metadata
1602 style.
1603 * ui-out.h (class ui_out) <field_fmt>: New overload.
1604 <do_field_fmt>: Add style parameter.
1605 * ui-out.c (ui_out::field_fmt): New overload.
1606 * typeprint.c (type_print_unknown_return_type)
1607 (val_print_not_allocated, val_print_not_associated): Use metadata
1608 style.
1609 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1610 parameter.
1611 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1612 * tracepoint.c (tvariables_info_1): Use metadata style.
1613 * stack.c (print_frame_arg, print_frame_info, print_frame)
1614 (info_frame_command_core): Use metadata style.
1615 * skip.c (info_skip_command): Use metadata style.
1616 * rust-lang.c (rust_print_enum): Use metadata style.
1617 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1618 metadata style.
1619 * python/py-framefilter.c (py_print_single_arg): Use metadata
1620 style.
1621 * printcmd.c (do_one_display, print_variable_and_value): Use
1622 metadata style.
1623 * p-valprint.c (pascal_val_print)
1624 (pascal_object_print_value_fields): Use metadata style.
1625 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1626 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1627 parameter.
1628 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1629 * m2-valprint.c (m2_print_long_set): Use metadata style.
1630 * m2-typeprint.c (m2_print_type): Use metadata style.
1631 * infcmd.c (print_return_value_1): Use metadata style.
1632 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1633 * f-valprint.c (info_common_command_for_block): Use metadata
1634 style.
1635 * f-typeprint.c (f_type_print_base): Use metadata style.
1636 * expprint.c (print_subexp_standard): Use metadata style.
1637 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1638 * cli/cli-style.h (class cli_style_option): Add constructor.
1639 (metadata_style): Declare.
1640 * cli/cli-style.c (metadata_style): New global.
1641 (_initialize_cli_style): Register metadata style.
1642 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1643 parameter.
1644 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1645 * c-typeprint.c (c_type_print_base_struct_union)
1646 (c_type_print_base_1): Use metadata style.
1647 * breakpoint.c (watchpoint_value_print)
1648 (print_one_breakpoint_location): Use metadata style.
1649 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1650 style.
1651 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1652 style.
1653 * ada-valprint.c (val_print_packed_array_elements, printstr)
1654 (print_field_values, ada_val_print_ref, ada_val_print): Use
1655 metadata style.
1656 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1657 style.
1658 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1659 style.
1660 * ada-lang.c (user_select_syms): Use metadata style.
1661
1662 2019-10-01 Tom Tromey <tom@tromey.com>
1663
1664 * cli/cli-cmds.c (pwd_command): Style output.
1665
1666 2019-10-01 Pedro Alves <palves@redhat.com>
1667 Tom Tromey <tom@tromey.com>
1668
1669 * symtab.c (print_symbol_info): Use %ps.
1670 (print_msymbol_info): Use %ps.
1671 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1672 * printcmd.c (print_variable_and_value): Use %ps.
1673 * macrocmd.c (show_pp_source_pos): Use %ps.
1674 * infrun.c (print_exited_reason): Use ui_out::message.
1675 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1676 (describe_other_breakpoints): Use ui_out::message and new
1677 formats.
1678 (say_where): Use new formats.
1679 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1680 and new formats.
1681
1682 2019-10-01 Pedro Alves <palves@redhat.com>
1683 Tom Tromey <tom@tromey.com>
1684
1685 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1686 (test_gdb_formats): New function.
1687 (run_tests): Call it.
1688 (test_format_specifier): Update.
1689 * utils.h (fputs_filtered): Update comment.
1690 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1691 (fputs_styled_unfiltered): Declare.
1692 * utils.c (fputs_styled_unfiltered): New function.
1693 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1694 (vfprintf_filtered): Update.
1695 (vfprintf_unfiltered, vprintf_filtered): Update.
1696 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1697 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1698 disallow_ui_out_field>: New constants.
1699 (enum class field_kind): New.
1700 (struct base_field_s, struct signed_field_s): New.
1701 (signed_field): New function.
1702 (struct string_field_s): New.
1703 (string_field): New function.
1704 (struct styled_string_s): New.
1705 (styled_string): New function.
1706 (class ui_out) <message>: Add comment.
1707 <vmessage, call_do_message>: New methods.
1708 <do_message>: Add style parameter.
1709 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1710 methods.
1711 (ui_out::message): Rewrite.
1712 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1713 parameter.
1714 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1715 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1716 gdb_extensions parameter.
1717 (class format_piece): Add parameter to constructor.
1718 (n_int_args): New field.
1719 * gdbsupport/format.c (format_pieces::format_pieces): Add
1720 gdb_extensions parameter. Handle '*'.
1721 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1722 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1723 vfprintf_styled_no_gdbfmt.
1724 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1725 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1726 unfiltered output.
1727 * ui-style.h (struct ui_file_style) <ptr>: New method.
1728
1729 2019-10-01 Tom Tromey <tom@tromey.com>
1730
1731 * unittests/format_pieces-selftests.c: Update. Add final format.
1732 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1733 empty literal pieces.
1734
1735 2019-10-01 Tom Tromey <tom@tromey.com>
1736
1737 * ui-out.h (enum class ui_out_style_kind): Remove.
1738 (class ui_out) <field_string, field_stsream, do_field_string>:
1739 Change type of "style".
1740 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1741 (ui_out::field_string): Update.
1742 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1743 of "style".
1744 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1745 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1746 * stack.c (print_frame_arg, print_frame_info, print_frame):
1747 Update.
1748 * source.c (print_source_lines_base): Update.
1749 * solib.c (info_sharedlibrary_command): Update.
1750 * skip.c (info_skip_command): Update.
1751 * record-btrace.c (btrace_call_history_src_line)
1752 (btrace_call_history): Update.
1753 * python/py-framefilter.c (py_print_frame): Update.
1754 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1755 "style".
1756 * mi/mi-out.c (mi_ui_out::do_table_header)
1757 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1758 (mi_ui_out::do_field_string): Update.
1759 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1760 Update.
1761 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1762 "style".
1763 * cli-out.c (cli_ui_out::do_table_header)
1764 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1765 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1766 (cli_ui_out::do_field_fmt): Update.
1767 * breakpoint.c (print_breakpoint_location): Update.
1768 (update_static_tracepoint): Update.
1769
1770 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1771
1772 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1773 conversion of gdb_datadir.
1774 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1775 remove not needed c_str ().
1776
1777 2019-09-30 Ali Tamur <tamur@google.com>
1778
1779 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1780 (dwarf2_string_attr): Likewise.
1781
1782 2019-09-30 Ali Tamur <tamur@google.com>
1783
1784 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1785 (process_full_type_unit): Likewise.
1786 (dump_die_shallow): Likewise.
1787 (cu_debug_loc_section): Likewise.
1788
1789 2019-09-28 Christian Biesinger <cbiesinger@google.com>
1790
1791 * minsyms.c (compare_minimal_symbols): Rename to...
1792 (minimal_symbol_is_less_than): ...this, and adjust to STL
1793 conventions (return bool, take arguments as references)
1794 (minimal_symbol_reader::install): Call std::sort instead
1795 of qsort.
1796
1797 2019-09-29 Christian Biesinger <cbiesinger@google.com>
1798
1799 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1800 hash and why.
1801 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1802 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1803
1804 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1805
1806 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1807 * psympriv.h (add_psymbol_to_list): Move comment here and update
1808 it.
1809
1810 2019-09-29 Tom de Vries <tdevries@suse.de>
1811
1812 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1813 Use $tmpdir/$(basename "$output_file").dwz instead of
1814 "${output_file}.dwz".
1815
1816 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1817
1818 PR gdb/25045
1819 * hppa-linux-nat.c: Include gdbarch.h.
1820
1821 2019-09-26 Christian Biesinger <cbiesinger@google.com>
1822
1823 * blockframe.c (find_pc_partial_function): Change return type to bool.
1824 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1825 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1826 (stub_gnu_ifunc_resolve_name): Likewise.
1827 * symtab.c (compare_filenames_for_search): Likewise.
1828 (compare_glob_filenames_for_search): Likewise.
1829 (matching_obj_sections): Likewise.
1830 (symbol_matches_domain): Likewise.
1831 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1832 (find_line_pc): Change return type to bool.
1833 (find_line_pc_range): Likewise.
1834 (producer_is_realview): Likewise.
1835 * symtab.h (symbol_matches_domain): Likewise.
1836 (find_pc_partial_function): Likewise.
1837 (find_pc_line_pc_range): Likewise.
1838 (in_gnu_ifunc_stub): Likewise.
1839 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1840 (find_line_pc): Likewise.
1841 (find_line_pc_range): Likewise.
1842 (matching_obj_sections): Likewise.
1843 (find_line_symtab): Change out parameter to bool.
1844 (producer_is_realview): Change return type to bool.
1845 (compare_filenames_for_search): Likewise.
1846 (compare_glob_filenames_for_search): Likewise.
1847
1848 2019-09-26 Tom Tromey <tom@tromey.com>
1849
1850 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1851 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1852 * gdb_usleep.h: Remove.
1853 * gdb_usleep.c: Remove.
1854 * utils.c: Don't include gdb_usleep.h.
1855
1856 2019-09-26 Tom Tromey <tromey@adacore.com>
1857
1858 * python/py-type.c (type_to_type_object): Call check_typedef
1859 for stub types.
1860
1861 2019-09-26 Tom Tromey <tom@tromey.com>
1862
1863 * utils.h (initialize_utils): Don't declare.
1864 * top.c (gdb_init): Don't call initialize_utils.
1865 * utils.c (initialize_utils): Remove. Move contents...
1866 (_initialize_utils): ... here.
1867
1868 2019-09-25 Tom Tromey <tom@tromey.com>
1869
1870 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1871 * utils.h (make_hex_string): Don't declare.
1872 * utils.c (make_hex_string): Remove.
1873
1874 2019-09-24 Tom de Vries <tdevries@suse.de>
1875
1876 PR gdb/23815
1877 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1878 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1879
1880 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1881
1882 * NEWS: Mention new simulator port for PRU.
1883
1884 2019-09-23 Christian Biesinger <cbiesinger@google.com>
1885
1886 * ada-exp.y (write_object_remaining): Update.
1887 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1888 and eliminate the static buffer.
1889 (ada_decode_symbol): Update.
1890 (ada_la_decode): Update.
1891 (ada_sniff_from_mangled_name): Update.
1892 (is_valid_name_for_wild_match): Update.
1893 (ada_lookup_name_info::matches): Update and simplify.
1894 (name_matches_regex): Update.
1895 (ada_add_global_exceptions): Update.
1896 * ada-lang.h (ada_decode): Update signature.
1897 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1898 * dwarf-index-write.c (debug_names::insert): Update.
1899
1900 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1901
1902 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1903 formatting.
1904
1905 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1906
1907 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1908 Change "nonzero" to "true" in documentation.
1909
1910 2019-09-20 Christian Biesinger <cbiesinger@google.com>
1911
1912 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1913 (_initialize_darwin_solib): Don't set
1914 darwin_so_ops.lookup_lib_global_symbol.
1915 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1916 set_gdbarch_iterate_over_objfiles_in_search_order.
1917 (elf_lookup_lib_symbol): Rename to...
1918 (svr4_iterate_over_objfiles_in_search_order): this, and update
1919 to iterate semantics.
1920 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1921 * solib.c (solib_global_lookup): Remove.
1922 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1923 (solib_global_lookup): Remove.
1924 * symtab.c (lookup_global_or_static_symbol): Remove call to
1925 solib_global_lookup.
1926
1927 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1928
1929 * NEWS: Move entries about default MI version now being
1930 version 3, and about the GDB/MI fix for multi-location
1931 breakpoints to the "since GDB 8.3" section.
1932
1933 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1934
1935 GDB 8.3.1 released.
1936
1937 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1938
1939 * NEWS: Mention that Cell/B.E. debugging support was removed.
1940 * MAINTAINERS: Remove spu target.
1941
1942 * config/djgpp/fnchange.lst: Remove entries for removed files.
1943
1944 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1945 spu-multiarch.o, and spu-tdep.o.
1946 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1947 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1948 spu-multiarch.c, and spu-tdep.c.
1949 * spu-linux-nat.c: Remove file.
1950 * spu-multiarch.c: Remove file.
1951 * spu-tdep.c: Remove file.
1952 * spu-tdep.h: Remove file.
1953 * solib-spu.c: Remove file.
1954 * solib-spu.h: Remove file.
1955
1956 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1957 * configure.nat (spu-linux): Remove.
1958 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1959 solib-multiarch.o from gdb_target_obs.
1960 (spu*-*-*): Remove.
1961
1962 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1963 feature flag.
1964 (ppc_linux_no_features): Update.
1965 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1966 Cell/B.E. support.
1967 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1968 (tdesc_powerpc_cell64l): Likewise.
1969 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1970 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1971 Cell/B.E. support.
1972 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1973 Do not include "features/rs6000/powerpc-cell32l.c" or
1974 "features/rs6000/powerpc-cell64l.c".
1975 (ppc_linux_spu_section): Remove.
1976 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1977 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1978 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1979 (ppc_linux_spe_context_lookup): Remove.
1980 (ppc_linux_spe_context_inferior_created): Remove.
1981 (ppc_linux_spe_context_solib_loaded): Remove.
1982 (ppc_linux_spe_context_solib_unloaded): Remove.
1983 (ppc_linux_spe_context): Remove.
1984 (struct ppu2spu_cache): Remove.
1985 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1986 (struct ppu2spu_data): Remove.
1987 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1988 ppu2spu_unwind): Remove.
1989 (ppc_linux_init_abi): Remove Cell/B.E. support.
1990 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1991
1992 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1993 (rs6000/powerpc-cell64l-expedite): Likewise
1994 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1995 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1996 rs6000/powerpc-cell64l.xml.
1997 * features/rs6000/powerpc-cell32l.xml: Remove.
1998 * features/rs6000/powerpc-cell64l.xml: Likewise.
1999 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2000 * features/rs6000/powerpc-cell64l.c: Likewise.
2001 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2002 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2003 * regformats/reg-spu.dat: Remove.
2004
2005 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2006 * corelow.c (struct spuid_list): Remove.
2007 (add_to_spuid_list): Remove.
2008 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2009 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2010 (remote_protocol_features): Remove associated entries.
2011 (_initialize_remote): No longer initialize them.
2012 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2013 * linux-nat.c (SPUFS_MAGIC): Remove.
2014 (linux_proc_xfer_spu): Remove.
2015 (spu_enumerate_spu_ids): Remove.
2016 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2017 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2018 (linux_make_corefile_notes): No longer call it.
2019
2020 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2021 (cooked_write_test): Likewise.
2022
2023 2019-09-20 Tom Tromey <tom@tromey.com>
2024
2025 * NEWS: Mention case-sensitivity of TUI commands.
2026 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2027 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2028 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2029
2030 2019-09-20 Tom Tromey <tom@tromey.com>
2031
2032 * tui/tui-source.c (tui_source_window::set_contents): Use
2033 make_unique_xstrdup.
2034 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2035 make_unique_xstrdup.
2036
2037 2019-09-20 Tom Tromey <tom@tromey.com>
2038
2039 * tui/tui-data.c: Remove separator comments.
2040 * tui/tui-layout.c: Remove separator comments.
2041 * tui/tui-win.c: Remove separator comments.
2042 * tui/tui-wingeneral.c: Remove separator comments.
2043
2044 2019-09-20 Tom Tromey <tom@tromey.com>
2045
2046 * tui/tui.h (strcat_to_buf): Don't declare.
2047 * tui/tui.c (strcat_to_buf): Remove.
2048
2049 2019-09-20 Tom Tromey <tom@tromey.com>
2050
2051 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2052 from "fullname".
2053 * tui/tui-source.c (tui_source_window::set_contents)
2054 (tui_source_window::location_matches_p)
2055 (tui_source_window::maybe_update): Update.
2056
2057 2019-09-20 Tom Tromey <tom@tromey.com>
2058
2059 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2060 Update.
2061 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2062 prefix.
2063 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2064 (tui_data_window::line_from_reg_element_no)
2065 (tui_data_window::first_reg_element_no_inline)
2066 (tui_data_window::show_registers)
2067 (tui_data_window::show_register_group)
2068 (tui_data_window::display_registers_from)
2069 (tui_data_window::display_registers_from_line)
2070 (tui_data_window::first_data_item_displayed)
2071 (tui_data_window::delete_data_content_windows)
2072 (tui_data_window::erase_data_content)
2073 (tui_data_window::do_scroll_vertical)
2074 (tui_data_window::refresh_window)
2075 (tui_data_window::check_register_values): Update.
2076
2077 2019-09-20 Tom Tromey <tom@tromey.com>
2078
2079 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2080 (struct tui_locator_window) <full_name, proc_name>: Now
2081 std::string.
2082 * tui/tui-stack.c (tui_locator_window::make_status_line)
2083 (tui_locator_window::set_locator_fullname)
2084 (tui_locator_window::set_locator_info): Update.
2085 * tui/tui-source.c (tui_source_window::set_contents)
2086 (tui_source_window::showing_source_p): Update.
2087
2088 2019-09-20 Tom Tromey <tom@tromey.com>
2089
2090 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2091 Don't call tui_locator_win_info_ptr.
2092
2093 2019-09-20 Tom Tromey <tom@tromey.com>
2094
2095 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2096
2097 2019-09-20 Tom Tromey <tom@tromey.com>
2098
2099 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2100 height for locator.
2101 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2102 * tui/tui-layout.c (show_source_disasm_command, show_data)
2103 (show_source_or_disasm_and_command): Use 1 as height for locator.
2104
2105 2019-09-20 Tom Tromey <tom@tromey.com>
2106
2107 * tui/tui.c (tui_enable): Update.
2108 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2109 Update.
2110 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2111 Update.
2112 * tui/tui-data.c (win_resized): Now bool.
2113 (tui_win_resized): Return bool.
2114 (tui_set_win_resized_to): Accept a bool.
2115
2116 2019-09-20 Tom Tromey <tom@tromey.com>
2117
2118 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2119 Change type of "refresh_values_only".
2120 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2121 type of "refresh_values_only".
2122
2123 2019-09-20 Tom Tromey <tom@tromey.com>
2124
2125 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2126 std::string.
2127 (tui_disassemble): Add "pos" parameter.
2128 (tui_disasm_window::set_contents): Simplify.
2129
2130 2019-09-20 Tom Tromey <tom@tromey.com>
2131
2132 * tui/tui-winsource.h (struct tui_source_window_base)
2133 <show_source_content>: Now private.
2134 * tui/tui-winsource.c
2135 (tui_source_window_base::show_source_content): Don't handle empty
2136 content case.
2137
2138 2019-09-20 Tom Tromey <tom@tromey.com>
2139
2140 * tui/tui-layout.c (show_source_disasm_command)
2141 (show_source_or_disasm_and_command): Don't call
2142 show_source_content.
2143
2144 2019-09-20 Tom Tromey <tom@tromey.com>
2145
2146 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2147 Declare.
2148 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2149 from tui_make_status_line.
2150 (tui_locator_window::rerender): Update.
2151
2152 2019-09-20 Tom Tromey <tom@tromey.com>
2153
2154 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2155 (tui_locator_window::rerender): Update.
2156
2157 2019-09-20 Tom Tromey <tom@tromey.com>
2158
2159 * tui/tui-winsource.h (struct tui_source_window_base)
2160 <~tui_source_window_base>: Don't declare.
2161 <fullname>: Remove.
2162 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2163 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2164 member.
2165 * tui/tui-source.c (tui_source_window::set_contents): Update.
2166 (tui_source_window::location_matches_p)
2167 (tui_source_window::maybe_update): Update.
2168
2169 2019-09-20 Tom Tromey <tom@tromey.com>
2170
2171 * tui/tui-winsource.h (~tui_source_element): Remove.
2172 (tui_source_element): Update.
2173 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2174 * tui/tui-winsource.c (tui_show_source_line): Update.
2175 * tui/tui-source.c (tui_source_window::set_contents): Update.
2176 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2177
2178 2019-09-20 Tom Tromey <tom@tromey.com>
2179
2180 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2181 declare.
2182 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2183 tui_clear_source_windows_detail.
2184 * tui/tui-winsource.h (struct tui_source_window_base)
2185 <clear_detail>: Don't declare.
2186 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2187 Remove.
2188 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2189
2190 2019-09-20 Tom Tromey <tromey@adacore.com>
2191
2192 PR ada/24919:
2193 * block.c (contained_in): Fix final return value.
2194
2195 2019-09-20 Alan Modra <amodra@gmail.com>
2196
2197 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2198 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2199 (read_indirect_string_from_dwz): Use bfd accessor.
2200 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2201 * machoread.c (macho_symfile_read_all_oso): Likewise.
2202 * solib.c (solib_bfd_open): Likewise.
2203
2204 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2205
2206 * eval.c: Move declaration of overload_resolution to...
2207 * value.h: ...here.
2208
2209 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2210
2211 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2212 * arm-linux-tdep.c: Likewise.
2213 * arm-nbsd-nat.c: Likewise.
2214 * arm-tdep.h: Declare arm_apcs_32.
2215 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2216
2217 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2218
2219 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2220 * dwarf2read.h: Declare dwarf_always_disassemble.
2221
2222 2019-09-19 Tom de Vries <tdevries@suse.de>
2223
2224 PR gdb/25009
2225 * source-cache.c (source_cache::ensure): Catch exception thrown during
2226 construction of the highlighter.
2227
2228 2019-09-18 Alan Modra <amodra@gmail.com>
2229
2230 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2231 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2232 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2233 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2234 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2235 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2236 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2237 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2238 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2239 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2240 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2241 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2242 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2243 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2244 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2245 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2246 * mi/mi-interp.c: Update throughout for bfd section macro and
2247 function changes.
2248 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2249 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2250
2251 2019-09-18 Tom Tromey <tom@tromey.com>
2252
2253 * NEWS: Add entry.
2254 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2255 call rl_initialize.
2256 (tui_enable): Do not call rl_initialize.
2257
2258 2019-09-18 Christian Groessler <chris@groessler.org>
2259
2260 * alpha-linux-nat.c: Include gdbarch.h.
2261
2262 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2263
2264 * ui-file.c: Include cli/cli-style.h.
2265 (term_cli_styling): Remove cli_styling declaration.
2266
2267 2019-09-18 Alan Modra <amodra@gmail.com>
2268
2269 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2270 to bfd_asymbol_section.
2271
2272 2019-09-18 Alan Modra <amodra@gmail.com>
2273
2274 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2275 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2276 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2277
2278 2019-09-18 Alan Modra <amodra@gmail.com>
2279
2280 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2281 * spu-linux-nat.c (spu_bfd_open): Likewise.
2282
2283 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2284
2285 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2286 to bool to match definition in dwarf2read.c.
2287
2288 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2289
2290 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2291 (print_signatures): Likewise.
2292 (trust_pad_over_xvs): Likewise.
2293 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2294 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2295 * arm-linux-nat.c (arm_apcs_32): Likewise.
2296 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2297 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2298 * arm-tdep.c (arm_debug): Likewise.
2299 (arm_apcs_32): Likewise.
2300 * auto-load.c (debug_auto_load): Likewise.
2301 (auto_load_gdb_scripts): Likewise.
2302 (global_auto_load): Likewise.
2303 (auto_load_local_gdbinit): Likewise.
2304 (auto_load_local_gdbinit_loaded): Likewise.
2305 * auto-load.h (global_auto_load): Likewise.
2306 (auto_load_local_gdbinit): Likewise.
2307 (auto_load_local_gdbinit_loaded): Likewise.
2308 * breakpoint.c (disconnected_dprintf): Likewise.
2309 (breakpoint_proceeded): Likewise.
2310 (automatic_hardware_breakpoints): Likewise.
2311 (always_inserted_mode): Likewise.
2312 (target_exact_watchpoints): Likewise.
2313 (_initialize_breakpoint): Update.
2314 * breakpoint.h (target_exact_watchpoints): Change to bool.
2315 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2316 * cli/cli-cmds.c (trace_commands): Likewise.
2317 * cli/cli-cmds.h (trace_commands): Likewise.
2318 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2319 to bool*.
2320 * cli/cli-logging.c (logging_overwrite): Change to bool.
2321 (logging_redirect): Likewise.
2322 (debug_redirect): Likewise.
2323 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2324 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2325 to bool.
2326 <boolean_option_def>: Update.
2327 (struct flag_option_def): Change default type of Context to bool
2328 from int.
2329 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2330 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2331 (get_setshow_command_value_string): Likewise.
2332 * cli/cli-style.c (cli_styling): Change to bool.
2333 (source_styling): Likewise.
2334 * cli/cli-style.h (source_styling): Likewise.
2335 (cli_styling): Likewise.
2336 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2337 to bool.
2338 * command.h (var_types): Update comment.
2339 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2340 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2341 bool.
2342 (debug_compile_cplus_scopes): Likewise.
2343 * compile/compile-internal.h (compile_debug): Likewise.
2344 * compile/compile.c (compile_debug): Likewise.
2345 (struct compile_options) <raw>: Likewise.
2346 * cp-support.c (catch_demangler_crashes): Likewise.
2347 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2348 (usr_cmd_cris_dwarf2_cfi): Likewise.
2349 * csky-tdep.c (csky_debug): Likewise.
2350 * darwin-nat.c (enable_mach_exceptions): Likewise.
2351 * dcache.c (dcache_enabled_p): Likewise.
2352 * defs.h (info_verbose): Likewise.
2353 * demangle.c (demangle): Likewise.
2354 (asm_demangle): Likewise.
2355 * dwarf-index-cache.c (debug_index_cache): Likewise.
2356 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2357 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2358 * dwarf2read.c (check_physname): Likewise.
2359 (use_deprecated_index_sections): Likewise.
2360 (dwarf_always_disassemble): Likewise.
2361 * eval.c (overload_resolution): Likewise.
2362 * event-top.c (set_editing_cmd_var): Likewise.
2363 (exec_done_display_p): Likewise.
2364 * event-top.h (set_editing_cmd_var): Likewise.
2365 (exec_done_display_p): Likewise.
2366 * exec.c (write_files): Likewise.
2367 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2368 (debug_fbsd_nat): Likewise.
2369 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2370 Likewise.
2371 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2372 <backtrace_past_entry> Likewise.
2373 * gdb-demangle.h (demangle): Likewise.
2374 (asm_demangle): Likewise.
2375 * gdb_bfd.c (bfd_sharing): Likewise.
2376 * gdbcore.h (write_files): Likewise.
2377 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2378 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2379 * gdbthread.h (print_thread_events): Likewise.
2380 * gdbtypes.c (opaque_type_resolution): Likewise.
2381 (strict_type_checking): Likewise.
2382 * gnu-nat.c (gnu_debug_flag): Likewise.
2383 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2384 * guile/scm-param.c (pascm_variable): Add boolval.
2385 (add_setshow_generic): Update.
2386 (pascm_param_value): Update.
2387 (pascm_set_param_value_x): Update.
2388 * hppa-tdep.c (hppa_debug): Change to bool..
2389 * infcall.c (may_call_functions_p): Likewise.
2390 (coerce_float_to_double_p): Likewise.
2391 (unwind_on_signal_p): Likewise.
2392 (unwind_on_terminating_exception_p): Likewise.
2393 * infcmd.c (startup_with_shell): Likewise.
2394 * inferior.c (print_inferior_events): Likewise.
2395 * inferior.h (startup_with_shell): Likewise.
2396 (print_inferior_events): Likewise.
2397 * infrun.c (step_stop_if_no_debug): Likewise.
2398 (detach_fork): Likewise.
2399 (debug_displaced): Likewise.
2400 (disable_randomization): Likewise.
2401 (non_stop): Likewise.
2402 (non_stop_1): Likewise.
2403 (observer_mode): Likewise.
2404 (observer_mode_1): Likewise.
2405 (set_observer_mode): Update.
2406 (sched_multi): Change to bool.
2407 * infrun.h (debug_displaced): Likewise.
2408 (sched_multi): Likewise.
2409 (step_stop_if_no_debug): Likewise.
2410 (non_stop): Likewise.
2411 (disable_randomization): Likewise.
2412 * linux-tdep.c (use_coredump_filter): Likewise.
2413 (dump_excluded_mappings): Likewise.
2414 * linux-thread-db.c (auto_load_thread_db): Likewise.
2415 (check_thread_db_on_load): Likewise.
2416 * main.c (captured_main_1): Update.
2417 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2418 xx2_opt, boolean_opt>: Change to bool.
2419 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2420 * maint.c (maintenance_profile_p): Likewise.
2421 (per_command_time): Likewise.
2422 (per_command_space): Likewise.
2423 (per_command_symtab): Likewise.
2424 * memattr.c (inaccessible_by_default): Likewise.
2425 * mi/mi-main.c (mi_async): Likewise.
2426 (mi_async_1): Likewise.
2427 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2428 * nat/fork-inferior.h (startup_with_shell): Likewise.
2429 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2430 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2431 * nios2-tdep.c (nios2_debug): Likewise.
2432 * or1k-tdep.c (or1k_debug): Likewise.
2433 * parse.c (parser_debug): Likewise.
2434 * parser-defs.h (parser_debug): Likewise.
2435 * printcmd.c (print_symbol_filename): Likewise.
2436 * proc-api.c (procfs_trace): Likewise.
2437 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2438 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2439 (set_parameter_value): Update.
2440 (add_setshow_generic): Update.
2441 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2442 to bool*.
2443 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2444 int*.
2445 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2446 * record-btrace.c (record_btrace_target::store_registers): Update.
2447 * record-full.c (record_full_memory_query): Change to bool.
2448 (record_full_stop_at_limit): Likewise.
2449 * record-full.h (record_full_memory_query): Likewise.
2450 * remote-notif.c (notif_debug): Likewise.
2451 * remote-notif.h (notif_debug): Likewise.
2452 * remote.c (use_range_stepping): Likewise.
2453 (interrupt_on_connect): Likewise.
2454 (remote_break): Likewise.
2455 * ser-tcp.c (tcp_auto_retry): Likewise.
2456 * ser-unix.c (serial_hwflow): Likewise.
2457 * skip.c (debug_skip): Likewise.
2458 * solib-aix.c (solib_aix_debug): Likewise.
2459 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2460 (spu_auto_flush_cache_p): Likewise.
2461 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2462 Likewise.
2463 (struct info_print_options) <quiet>: Likewise.
2464 * symfile-debug.c (debug_symfile): Likewise.
2465 * symfile.c (auto_solib_add): Likewise.
2466 (separate_debug_file_debug): Likewise.
2467 * symfile.h (auto_solib_add): Likewise.
2468 (separate_debug_file_debug): Likewise.
2469 * symtab.c (basenames_may_differ): Likewise.
2470 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2471 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2472 (struct info_types_options) <quiet>: Likewise.
2473 * symtab.h (demangle): Likewise.
2474 (basenames_may_differ): Likewise.
2475 * target-dcache.c (stack_cache_enabled_1): Likewise.
2476 (code_cache_enabled_1): Likewise.
2477 * target.c (trust_readonly): Likewise.
2478 (may_write_registers): Likewise.
2479 (may_write_memory): Likewise.
2480 (may_insert_breakpoints): Likewise.
2481 (may_insert_tracepoints): Likewise.
2482 (may_insert_fast_tracepoints): Likewise.
2483 (may_stop): Likewise.
2484 (auto_connect_native_target): Likewise.
2485 (target_stop_and_wait): Update.
2486 (target_async_permitted): Change to bool.
2487 (target_async_permitted_1): Likewise.
2488 (may_write_registers_1): Likewise.
2489 (may_write_memory_1): Likewise.
2490 (may_insert_breakpoints_1): Likewise.
2491 (may_insert_tracepoints_1): Likewise.
2492 (may_insert_fast_tracepoints_1): Likewise.
2493 (may_stop_1): Likewise.
2494 * target.h (target_async_permitted): Likewise.
2495 (may_write_registers): Likewise.
2496 (may_write_memory): Likewise.
2497 (may_insert_breakpoints): Likewise.
2498 (may_insert_tracepoints): Likewise.
2499 (may_insert_fast_tracepoints): Likewise.
2500 (may_stop): Likewise.
2501 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2502 (make_thread_apply_all_options_def_group): Change argument from int*
2503 to bool*.
2504 (thread_apply_all_command): Update.
2505 (print_thread_events): Change to bool.
2506 * top.c (confirm): Likewise.
2507 (command_editing_p): Likewise.
2508 (history_expansion_p): Likewise.
2509 (write_history_p): Likewise.
2510 (info_verbose): Likewise.
2511 * top.h (confirm): Likewise.
2512 (history_expansion_p): Likewise.
2513 * tracepoint.c (disconnected_tracing): Likewise.
2514 (circular_trace_buffer): Likewise.
2515 * typeprint.c (print_methods): Likewise.
2516 (print_typedefs): Likewise.
2517 * utils.c (debug_timestamp): Likewise.
2518 (sevenbit_strings): Likewise.
2519 (pagination_enabled): Likewise.
2520 * utils.h (sevenbit_strings): Likewise.
2521 (pagination_enabled): Likewise.
2522 * valops.c (overload_resolution): Likewise.
2523 * valprint.h (struct value_print_options) <prettyformat_arrays,
2524 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2525 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2526 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2527 Likewise.
2528 * windows-nat.c (new_console): Likewise.
2529 (cygwin_exceptions): Likewise.
2530 (new_group): Likewise.
2531 (debug_exec): Likewise.
2532 (debug_events): Likewise.
2533 (debug_memory): Likewise.
2534 (debug_exceptions): Likewise.
2535 (useshell): Likewise.
2536 * windows-tdep.c (maint_display_all_tib): Likewise.
2537 * xml-support.c (debug_xml): Likewise.
2538
2539 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2540
2541 * source.c (prepare_path_for_appending): New function.
2542 (openp): Make use of new function.
2543 (find_and_open_source): Search for the compilation directory and
2544 source file as a relative path beneath the directory search path.
2545
2546 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * source-cache.c (source_cache::get_line_charpos): Catch
2549 exceptions and return false, this matches the behaviour documented
2550 in the header file.
2551
2552 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2553
2554 * ada-tasks.c (info_task): Remove quoting of the task's name.
2555
2556 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2557
2558 * symfile.c (auto_solib_add): Replace comment with a reference
2559 to the header file.
2560
2561 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2562
2563 * NEWS: Mention that gdb can now be compiled with Python 3
2564 on Windows.
2565
2566 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2567
2568 * maint.c (maint_print_section_data::maint_print_section_data):
2569 Force use of 'float log10 (float)' by casting the argument to
2570 float.
2571
2572 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * maint.c: Add 'cmath' include.
2575 (struct maint_print_section_data): New structure.
2576 (print_section_index): New function.
2577 (print_bfd_section_info): Add header comment, small whitespace
2578 cleanup, and update to call new print_section_index function.
2579 (print_objfile_section_info): Likewise.
2580 (maint_obj_section_from_bfd_section): New function.
2581 (print_bfd_section_info_maybe_relocated): New function.
2582 (maintenance_info_sections): Add header comment, always use
2583 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2584
2585 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2588 inner scope, add check that the objfile has psymtabs before
2589 checking psymtabs_addrmap.
2590 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2591
2592 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2593
2594 * NEWS: Announce that Ada task names are now shown at more places,
2595 and between quotes (except in info task output).
2596 * gdb/ada-tasks.c (task_to_str): New function.
2597 (display_current_task_id): Call task_to_str.
2598 (task_command_1): Likewise.
2599 (print_ada_task_info): In non-mi mode, Properly align headers and data
2600 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2601
2602 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2603
2604 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2605 prstatus.pr_lwp.pr_info instead of making it up.
2606
2607 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2608
2609 * auto-load.c (auto_load_expand_dir_vars): Update.
2610 * defs.h (gdb_datadir): Change to std::string.
2611 (python_libdir): Likewise.
2612 (relocate_gdb_directory): Change return type to std::string.
2613 * guile/guile.c (gdbscm_data_directory): Update.
2614 (initialize_scheme_side): Update.
2615 * jit.c (jit_reader_dir): Change to std::string.
2616 (jit_reader_load_command): Update.
2617 * main.c (gdb_datadir): Change to std::string.
2618 (python_libdir): Likewise.
2619 (set_gdb_data_directory): Update.
2620 (relocate_path): Change to return std::string.
2621 (relocate_gdb_directory): Change to return std::string.
2622 (relocate_gdbinit_path_maybe_in_datadir): Update.
2623 (captured_main_1): Update.
2624 * python/python.c (do_start_initialization): Update.
2625 * top.c (show_gdb_datadir): Update.
2626 * xml-syscall.c (xml_init_syscalls_info): Update.
2627 (init_syscalls_info): Update.
2628
2629 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2630
2631 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2632 out of get_init_files.
2633 (get_init_files): Update.
2634
2635 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2636
2637 * main.c (get_init_files): Change to use std::string.
2638 (captured_main_1): Update.
2639 (print_gdb_help): Update.
2640
2641 2019-09-11 Ali Tamur <tamur@google.com>
2642
2643 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2644 implementation.
2645
2646 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2647
2648 * dbxread.c (read_dbx_symtab): Update.
2649 * dwarf2read.c (load_partial_dies): Update.
2650 * mdebugread.c (parse_partial_symbols): Update.
2651 (handle_psymbol_enumerators): Update.
2652 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2653 * psymtab.c (add_psymbol_to_bcache): Likewise.
2654 (add_psymbol_to_list): Likewise.
2655 * symtab.c (symbol_set_names): Likewise.
2656 * symtab.h (symbol_set_names): Likewise.
2657 * xcoffread.c (scan_xcoff_symtab): Update.
2658
2659 2019-09-11 Tom Tromey <tom@tromey.com>
2660
2661 * symfile-mem.c (symbol_file_add_from_memory): Use
2662 bfd_set_filename.
2663 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2664 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2665
2666 2019-09-10 Tom Tromey <tromey@adacore.com>
2667
2668 * dwarf-index-write.c (write_psymbols): Extend error message.
2669 (debug_names::insert): Add Ada code.
2670 (debug_names::write_psymbols): Remove Ada check.
2671 (debug_names) <m_string_obstack>: New member.
2672 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2673 (gdb_index_symbol_name_matcher::matches): Remove.
2674 (mapped_index_base::find_name_components_bounds): Add "lang"
2675 parameter.
2676 (mapped_index_base::build_name_components): Also split names
2677 according to Ada syntax.
2678 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2679 type of "match_callback".
2680 (check_match, check_find_bounds_finds)
2681 (dw2_expand_symtabs_matching): Update.
2682 (dw2_debug_names_iterator): Add new constructor.
2683 (dw2_debug_names_map_matching_symbols): New function.
2684 (dw2_debug_names_expand_symtabs_matching): Update.
2685 (dwarf2_debug_names_functions): Use
2686 dw2_debug_names_map_matching_symbols.
2687
2688 2019-09-10 Tom Tromey <tromey@adacore.com>
2689
2690 * dwarf2read.c (dw2_get_file_names_reader): Add the
2691 CU's file name to the results.
2692
2693 2019-09-10 Tom Tromey <tromey@adacore.com>
2694
2695 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2696 map_matching_symbols. Update.
2697 * dwarf2read.c (dw2_map_matching_symbols): Update.
2698 * psymtab.c (match_partial_symbol): Change type; update.
2699 (psym_map_matching_symbols): Likewise.
2700 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2701 type; update.
2702 * symfile.h (struct quick_symbol_functions)
2703 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2704 Remove "match".
2705
2706 2019-09-10 Tom Tromey <tromey@adacore.com>
2707
2708 * psymtab.c (map_block): Remove.
2709 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2710 * symtab.c (iterate_over_symbols_terminated): New function.
2711 * symtab.c (iterate_over_symbols_terminated): Declare.
2712
2713 2019-09-10 Tom Tromey <tromey@adacore.com>
2714
2715 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2716 * language.h (struct language_defn) <la_iterate_over_symbols>:
2717 Return bool.
2718 * symtab.c (iterate_over_symbols): Return bool.
2719 * symtab.h (iterate_over_symbols): Return bool.
2720
2721 2019-09-10 Tom Tromey <tromey@adacore.com>
2722
2723 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2724 (add_nonlocal_symbols): Update.
2725 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2726 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2727 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2728 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2729 Change type of "callback". Remove "data".
2730
2731
2732 2019-09-09 Ali Tamur <tamur@google.com>
2733
2734 * dwarf2read.c (comp_unit_head): Update comment.
2735 (dwarf2_dwo_name): New function declaration.
2736 (dwarf_unit_type_name): New function declaration.
2737 (read_comp_unit_head): Add support for new compilation units,
2738 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2739 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2740 (currently named as "signature") in their header. Also clarify error
2741 messages.
2742 (lookup_dwo_id): New function. Returns the dwo id of the given
2743 compile unit.
2744 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2745 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2746 functions.
2747 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2748 (dwarf2_dwo_name): Get the dwo name if present.
2749 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2750 purposes.
2751
2752 2019-09-09 Tom Tromey <tom@tromey.com>
2753
2754 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2755
2756 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2757
2758 * python/python.c (do_start_initialization): Make progname_copy static,
2759 to avoid a leak report.
2760
2761 2019-09-08 Tom Tromey <tom@tromey.com>
2762
2763 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2764
2765 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2766
2767 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2768 Change type to gdb::optional<block_enum>.
2769 (dw2_symtab_iter_init): Change block_index parameter type
2770 to gdb::optional<block_enum>.
2771 (dw2_lookup_symbol): Change block_index parameter
2772 type to block_enum.c
2773 (dw2_debug_names_lookup_symbol): Likewise.
2774 * psymtab.c (psym_lookup_symbol): Likewise.
2775 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2776 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2777 Likewise.
2778
2779 2019-09-06 Christian Biesinger <cbiesinger@google.com>
2780
2781 * defs.h (relocate_gdb_directory): Change int to bool in
2782 signature and rename flag to relocatable.
2783 * main.c (relocate_path): Likewise.
2784 (relocate_gdb_directory): Likewise.
2785
2786 2019-09-06 Alan Modra <amodra@gmail.com>
2787
2788 * coffread.c (coff_symfile_read): Constify filename variable.
2789 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2790 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2791 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2792 * solib.c (reload_shared_libraries_1): Likewise.
2793 * symfile.c (reread_symbols): Likewise.
2794 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2795 * solib-darwin.c (darwin_bfd_open): Likewise.
2796 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2797
2798 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2801 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2802
2803 2019-09-03 Tom Tromey <tromey@adacore.com>
2804
2805 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2806 types.
2807 (has_negatives): Unbias a range type bound.
2808 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2809 * gdbtypes.c (operator==): Handle new field.
2810 (create_range_type): Add "bias" parameter.
2811 (create_static_range_type, resolve_dynamic_range): Update.
2812 * gdbtypes.h (struct range_bounds) <bias>: New member.
2813 (create_range_type): Add bias parameter.
2814 * printcmd.c (print_scalar_formatted): Unbias range types.
2815 * value.c (unpack_long): Unbias range types.
2816 (pack_long): Bias range types.
2817
2818 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2819
2820 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2821 probe arguments.
2822
2823 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2824
2825 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2826 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2827 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2828 (compile_probe_arg): Likewise.
2829 * probe.h (get_argument_count): Likewise.
2830 * solib-svr4.c (solib_event_probe_action): Likewise.
2831 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2832
2833 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2834
2835 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2836 code to here...
2837 (svr4_create_solib_event_breakpoints): ...from here.
2838
2839 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2840
2841 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2842 suffix from warning message.
2843
2844 2019-08-30 Tom Tromey <tom@tromey.com>
2845
2846 * tui/tui-winsource.h (struct tui_source_window_base)
2847 <refresh_all>: Don't declare.
2848 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2849 Remove.
2850 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2851 tui_show_locator_content.
2852 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2853 declare.
2854 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2855 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2856 declare.
2857
2858 2019-08-30 Tom Tromey <tom@tromey.com>
2859
2860 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2861
2862 2019-08-30 Tom Tromey <tom@tromey.com>
2863
2864 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2865 Remove unnecessary forward declarations.
2866
2867 2019-08-30 Tom Tromey <tom@tromey.com>
2868
2869 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2870 rerender.
2871 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2872 tui_show_locator_content.
2873
2874 2019-08-30 Tom Tromey <tom@tromey.com>
2875
2876 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2877 (tui_locator_window::rerender): Rewrite using body of previous
2878 tui_show_locator_content.
2879
2880 2019-08-30 Tom Tromey <tom@tromey.com>
2881
2882 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2883 set_locator_fullname>: New methods.
2884 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2885 Rename from tui_set_locator_fullname.
2886 (tui_locator_window::set_locator_info): Rename from
2887 tui_set_locator_info. Return bool.
2888 (tui_update_locator_fullname, tui_show_frame_info): Update.
2889
2890 2019-08-30 Tom Tromey <tom@tromey.com>
2891
2892 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2893
2894 2019-08-30 Tom Tromey <tom@tromey.com>
2895
2896 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2897 call touchwin.
2898
2899 2019-08-30 Tom Tromey <tom@tromey.com>
2900
2901 * tui/tui-wingeneral.c (box_win): Assume win_info and
2902 win_info->handle cannot be NULL.
2903
2904 2019-08-30 Tom Tromey <tom@tromey.com>
2905
2906 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2907 refresh_window>: Declare.
2908 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2909 resize.
2910 (tui_data_item_window::rerender): Rename from
2911 tui_display_register.
2912 (tui_data_item_window::refresh_window): New method.
2913 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2914 no-op.
2915
2916 2019-08-30 Tom Tromey <tom@tromey.com>
2917
2918 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2919 regs_column_count, current_group>: Move later. Now private.
2920 <get_current_group>: New method.
2921 * tui/tui-regs.c (tui_reg_command): Update.
2922 * tui/tui-layout.c (tui_set_layout): Update.
2923
2924 2019-08-30 Tom Tromey <tom@tromey.com>
2925
2926 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2927 (tui_data_window::rerender): Don't call
2928 check_and_display_highlight_if_needed.
2929 (tui_data_window::refresh_all): Remove call to
2930 erase_data_content.
2931
2932 2019-08-30 Tom Tromey <tom@tromey.com>
2933
2934 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2935 (tui_data_window::display_registers_from)
2936 (tui_data_window::display_reg_element_at_line)
2937 (tui_data_window::display_registers_from_line): Remove checks of
2938 "empty".
2939
2940 2019-08-30 Tom Tromey <tom@tromey.com>
2941
2942 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2943 Don't declare.
2944 * tui/tui-regs.c (tui_data_window::show_registers): Call
2945 rerender.
2946 (tui_data_window::rerender): Rename from display_all_data.
2947 (tui_data_window::rerender): Remove old implementation.
2948
2949 2019-08-30 Tom Tromey <tom@tromey.com>
2950
2951 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2952 text.
2953 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2954
2955 2019-08-29 Bernhard Wodok <barto@gmx.net>
2956 Sergio Durigan Junior <sergiodj@redhat.com>
2957
2958 PR win32/24284
2959 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2960
2961 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2964 when searching for types.
2965
2966 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * f-lang.c (f_language_defn): Use f_print_typedef.
2969 * f-lang.h (f_print_typedef): Declare.
2970 * f-typeprint.c (f_print_typedef): Define.
2971
2972 2019-08-27 Christian Biesinger <cbiesinger@google.com>
2973
2974 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2975
2976 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * cli/cli-utils.c (info_print_options_defs): Delete.
2979 (make_info_print_options_def_group): Delete.
2980 (extract_info_print_options): Delete.
2981 (info_print_command_completer): Delete.
2982 (info_print_args_help): Add extra parameter, and optionally
2983 include text about -n flag.
2984 * cli/cli-utils.h (struct info_print_options): Delete.
2985 (extract_info_print_options): Delete declaration.
2986 (info_print_command_completer): Delete declaration.
2987 (info_print_args_help): Add extra parameter, extend header
2988 comment.
2989 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2990 search_symbols.
2991 * stack.c (struct info_print_options): New type.
2992 (info_print_options_defs): New file scoped variable.
2993 (make_info_print_options_def_group): New static function.
2994 (info_print_command_completer): New static function.
2995 (info_locals_command): Update to use new local functions.
2996 (info_args_command): Likewise.
2997 (_initialize_stack): Add extra parameter to calls to
2998 info_print_args_help.
2999 * symtab.c (search_symbols): Add extra parameter, use this to
3000 possibly excluse non-debug symbols.
3001 (symtab_symbol_info): Add extra parameter, which is passed on to
3002 search_symbols.
3003 (struct info_print_options): New type.
3004 (info_print_options_defs): New file scoped variable.
3005 (make_info_print_options_def_group): New static function.
3006 (info_print_command_completer): New static function.
3007 (info_variables_command): Update to use local functions, and pass
3008 extra parameter through to symtab_symbol_info.
3009 (info_functions_command): Likewise.
3010 (info_types_command): Pass additional argument through to
3011 symtab_symbol_info.
3012 (rbreak_command): Pass extra argument to search_symbols.
3013 (_initialize_symtab): Add extra arguments for calls to
3014 info_print_args_help, and update help text for 'info variables',
3015 'whereis', and 'info functions' commands.
3016 * symtab.h (search_symbols): Add extra argument to declaration.
3017 * NEWS: Mention new flags.
3018
3019 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3020
3021 * symtab.c (lookup_static_symbol): Call the new function (and move
3022 it down to be next to lookup_global_symbol).
3023 (struct global_sym_lookup_data): Add block_enum member and rename to...
3024 (struct global_or_static_sym_lookup_data): ...this.
3025 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3026 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3027 (lookup_symbol_global_or_static_iterator_cb): ...this.
3028 (lookup_global_or_static_symbol): New function.
3029 (lookup_global_symbol): Call new function.
3030
3031 2019-08-26 Tom de Vries <tdevries@suse.de>
3032
3033 PR c++/24852
3034 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3035 when pc_probe.prob == NULL.
3036
3037 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3038
3039 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3040 variable symbol_linkage to symbol_linkage_.
3041
3042 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3043
3044 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3045 represent whether the symbol is static, dynamic, or we don't
3046 know.
3047
3048 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3049
3050 * gdb/rx-tdep.c (rx_register_names): New.
3051 (rx_register_name): Delete.
3052 (rx_psw_type): Delete.
3053 (rx_fpsw_type): Delete.
3054 (rx_register_type): Delete.
3055 (rx_gdbarch_init): Convert target-descriptions.
3056 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3057 * gdb/features/Makefile: Add rx.xml.
3058 * gdb/features/rx.xml: New.
3059 * gdb/features/rx.c: Generated.
3060 * gdb/NEWS: Mention target description support.
3061
3062 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3063
3064 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3065 *slot_ptr.
3066
3067 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3068
3069 * configure.ac: Don't check for 'dlfcn.h' (moved to
3070 gdbsupport/common.m4).
3071 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3072 'gdbsupport/'.
3073 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3074 * compile/compile-c-support.c: Include
3075 'gdbsupport/gdb-dlfcn.h'.
3076 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3077 * gdb-dlfcn.c: Move to...
3078 * gdbsupport/gdb-dlfcn.c: ... here.
3079 * gdb-dlfcn.h: Move to...
3080 * gdbsupport/gdb-dlfcn.h: ... here.
3081
3082 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3083
3084 * nios2-tdep.c (struct reg_value): Improve comments. Make
3085 the offset field signed.
3086
3087 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3088
3089 * python/lib/gdb/__init__.py (_execute_file): New function.
3090 * python/python.c (python_run_simple_file): Call gdb._execute_file
3091 on Windows.
3092
3093 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3096 all uses as this was never set to anything but a zero value.
3097
3098 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3099
3100 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3101
3102 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3103
3104 * tui/tui-data.h (tui_gen_win_info): Add an =default
3105 move constructor, required by some GCC versions.
3106
3107 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3108
3109 * go32-nat.c (go32_sysinfo): Add hygon_p.
3110
3111 2019-08-20 Tom Tromey <tom@tromey.com>
3112
3113 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3114 line_from_reg_element_no, first_reg_element_no_inline,
3115 display_all_data, delete_data_content_windows,
3116 erase_data_content>: Now private.
3117
3118 2019-08-20 Tom Tromey <tom@tromey.com>
3119
3120 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3121 (tui_unhighlight_win, tui_highlight_win)
3122 (tui_win_info::make_window): Update.
3123 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3124
3125 2019-08-20 Tom Tromey <tom@tromey.com>
3126
3127 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3128 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3129 (MAX_PID_WIDTH): Move to tui-stack.c.
3130 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3131 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3132 (MAX_PID_WIDTH): Move from tui-data.h.
3133
3134 2019-08-20 Tom Tromey <tom@tromey.com>
3135
3136 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3137 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3138 (box_win): Update.
3139 (tui_gen_win_info::make_window): Rename from tui_make_window.
3140 (tui_win_info::make_window): New method.
3141 (tui_gen_win_info::make_visible): Update.
3142 * tui/tui-source.c (tui_source_window::set_contents): Update.
3143 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3144 (tui_data_window::display_registers_from): Update.
3145 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3146 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3147 Declare.
3148 <can_box>: Remove.
3149 <title>: Remove.
3150 (struct tui_win_info) <make_window>: Declare.
3151 <can_box>: Now virtual.
3152 <title>: New member.
3153 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3154 * tui/tui-command.c (tui_cmd_window::resize): Update.
3155
3156 2019-08-20 Tom Tromey <tom@tromey.com>
3157
3158 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3159 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3160 (tui_data_window::check_register_values): Update.
3161
3162 2019-08-20 Tom Tromey <tom@tromey.com>
3163
3164 * tui/tui-regs.h (struct tui_data_window): Use
3165 DISABLE_COPY_AND_ASSIGN.
3166 <regs_content>: Change type, removing unique_ptr.
3167 <tui_data_window>: Add move constructor.
3168 * tui/tui-regs.c (tui_data_window::show_registers)
3169 (tui_data_window::show_register_group)
3170 (tui_data_window::display_registers_from)
3171 (tui_data_window::display_registers_from)
3172 (tui_data_window::first_data_item_displayed)
3173 (tui_data_window::delete_data_content_windows)
3174 (tui_data_window::rerender, tui_data_window::refresh_window)
3175 (tui_data_window::check_register_values): Update.
3176
3177 2019-08-20 Tom Tromey <tom@tromey.com>
3178
3179 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3180 show_register_group>: Declare.
3181 (tui_show_register_group): Don't declare.
3182 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3183 tui_show_registers.
3184 (tui_data_window::show_register_group): Rename from
3185 tui_show_register_group.
3186 (tui_data_window::check_register_values, tui_reg_command):
3187 Update.
3188 * tui/tui-layout.c (tui_set_layout): Update.
3189
3190 2019-08-20 Tom Tromey <tom@tromey.com>
3191
3192 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3193 Declare.
3194 (tui_check_register_values): Don't declare.
3195 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3196 from tui_check_register_values.
3197 * tui/tui-hooks.c (tui_register_changed): Update.
3198
3199 2019-08-20 Tom Tromey <tom@tromey.com>
3200
3201 * tui/tui-regs.c (tui_reg_layout): Move later.
3202 (tui_show_registers): Don't enable TUI mode or change layout.
3203
3204 2019-08-20 Tom Tromey <tom@tromey.com>
3205
3206 * tui/tui-regs.h (struct tui_data_item_window)
3207 <~tui_data_item_window>: Remove.
3208 <content>: Now a unique_xmalloc_ptr.
3209 * tui/tui-regs.c (tui_register_format): Return a
3210 unique_xmalloc_ptr.
3211 (tui_get_register): Update.
3212 (~tui_data_item_window): Remove.
3213 (tui_data_window::display_registers_from, tui_display_register):
3214 Update.
3215 * tui/tui-io.h (tui_expand_tabs): Update.
3216 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3217 Remove "col" parameter.
3218
3219 2019-08-20 Tom Tromey <tom@tromey.com>
3220
3221 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3222 field.
3223 * tui/tui-regs.c (~tui_data_item_window): Update.
3224
3225 2019-08-20 Tom Tromey <tom@tromey.com>
3226
3227 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3228 earlier.
3229
3230 2019-08-20 Tom Tromey <tom@tromey.com>
3231
3232 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3233
3234 2019-08-20 Tom Tromey <tom@tromey.com>
3235
3236 * tui/tui-source.h (struct tui_source_window): Update.
3237 * tui/tui-regs.c (tui_show_registers): Update.
3238 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3239 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3240 (NO_REGS_STRING): Remove defines.
3241
3242 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3243
3244 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3245 unnecessary thread walk if remote doesn't support the packet.
3246
3247 2019-08-19 Tom Tromey <tromey@adacore.com>
3248
3249 * python/py-value.c (value_has_field): Fix indentation.
3250
3251 2019-08-19 Tom Tromey <tromey@adacore.com>
3252
3253 * printcmd.c (do_one_display, info_display_command): Update.
3254 * block.h (contained_in): Return bool. Add allow_nested
3255 parameter.
3256 * block.c (contained_in): Return bool. Add allow_nested
3257 parameter.
3258
3259 2019-08-19 Tom Tromey <tom@tromey.com>
3260
3261 * configure: Rebuild.
3262 * configure.ac: Disallow the combination of -static-libstdc++ and
3263 source highlight.
3264 * source-cache.c (get_language_name): Handle rust.
3265 (source_cache::get_source_lines): Ignore highlighting exceptions.
3266
3267 2019-08-16 Tom Tromey <tom@tromey.com>
3268
3269 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3270 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3271 (struct tui_source_window_base) <make_visible, refresh_window,
3272 resize>: Remove methods.
3273 <execution_info>: Remove field.
3274 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3275 (tui_show_source_line, tui_source_window_base)
3276 (~tui_source_window_base): Update.
3277 (tui_source_window_base::resize)
3278 (tui_source_window_base::make_visible)
3279 (tui_source_window_base::refresh_window): Remove.
3280 (tui_source_window_base::update_exec_info): Update.
3281 * tui/tui-source.c (tui_source_window::set_contents): Update.
3282 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3283
3284 2019-08-16 Tom Tromey <tom@tromey.com>
3285
3286 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3287 deprecated_query_hook.
3288
3289 2019-08-16 Tom Tromey <tom@tromey.com>
3290
3291 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3292 (tui_update_source_windows_with_line): Update.
3293 * tui/tui-source.h (struct tui_source_window)
3294 <show_symtab_source>: Declare.
3295 (tui_show_symtab_source): Don't declare.
3296 * tui/tui-source.c (tui_show_symtab_source): Rename from
3297 tui_show_symtab_source.
3298
3299 2019-08-16 Tom Tromey <tom@tromey.com>
3300
3301 * tui/tui-winsource.h (struct tui_source_window_base)
3302 <set_contents>: Declare.
3303 * tui/tui-winsource.c
3304 (tui_source_window_base::update_source_window_as_is): Update.
3305 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3306 Declare.
3307 (tui_set_source_content): Don't declare.
3308 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3309 tui_set_source_content.
3310 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3311 Declare.
3312 (tui_set_disassem_content): Don't declare.
3313 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3314 tui_set_disassem_content.
3315
3316 2019-08-16 Tom Tromey <tom@tromey.com>
3317
3318 * tui/tui-winsource.h (struct tui_source_window_base)
3319 <update_breakpoint_info>: Declare.
3320 (tui_update_breakpoint_info): Don't declare.
3321 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3322 (tui_update_all_breakpoint_info): Update.
3323 (tui_source_window_base::update_breakpoint_info): Rename from
3324 tui_update_breakpoint_info.
3325 (tui_source_window_base::update_exec_info): Update.
3326
3327 2019-08-16 Tom Tromey <tom@tromey.com>
3328
3329 * tui/tui-winsource.h (struct tui_source_window_base)
3330 <update_source_window>: Declare.
3331 (tui_update_source_window): Don't declare.
3332 * tui/tui-winsource.c
3333 (tui_source_window_base::update_source_window): Rename from
3334 tui_update_source_window.
3335 (tui_source_window_base::rerender): Update.
3336 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3337 * tui/tui-disasm.c (tui_show_disassem)
3338 (tui_show_disassem_and_update_source)
3339 (tui_disasm_window::maybe_update): Update.
3340
3341 2019-08-16 Tom Tromey <tom@tromey.com>
3342
3343 * tui/tui-winsource.h (struct tui_source_window_base)
3344 <update_source_window_as_is>: Declare.
3345 (tui_update_source_window_as_is): Don't declare.
3346 * tui/tui-winsource.c (tui_update_source_window): Update
3347 (tui_source_window_base::update_source_window_as_is): Rename from
3348 tui_update_source_window_as_is.
3349 (tui_source_window_base::refill): Update.
3350 * tui/tui-source.c (tui_show_symtab_source): Update.
3351 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3352 Update.
3353
3354 2019-08-16 Tom Tromey <tom@tromey.com>
3355
3356 * tui/tui-winsource.h (tui_update_source_window)
3357 (tui_update_source_window_as_is): Remove "noerror" parameter.
3358 * tui/tui-winsource.c (tui_update_source_window)
3359 (tui_update_source_window_as_is): Remove "noerror" parameter.
3360 (tui_update_source_windows_with_addr)
3361 (tui_update_source_windows_with_line)
3362 (tui_source_window_base::rerender)
3363 (tui_source_window_base::refill): Update.
3364 * tui/tui-source.h (tui_set_source_content)
3365 (tui_show_symtab_source): Remove "noerror" parameter.
3366 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3367 parameter.
3368 (tui_show_symtab_source): Likewise.
3369 (tui_source_window::maybe_update): Update.
3370 * tui/tui-disasm.c (tui_show_disassem)
3371 (tui_show_disassem_and_update_source)
3372 (tui_disasm_window::do_scroll_vertical)
3373 (tui_disasm_window::maybe_update): Update.
3374
3375 2019-08-16 Tom Tromey <tom@tromey.com>
3376
3377 * tui/tui.c (tui_is_window_visible): Update.
3378 * tui/tui-wingeneral.c (tui_make_window)
3379 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3380 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3381 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3382 (tui_set_win_height_command, parse_scrolling_args): Update.
3383 * tui/tui-source.c (tui_source_window::style_changed): Update.
3384 * tui/tui-regs.c (tui_show_registers)
3385 (tui_data_window::first_data_item_displayed)
3386 (tui_data_window::delete_data_content_windows)
3387 (tui_check_register_values, tui_reg_command): Update.
3388 * tui/tui-disasm.c (tui_show_disassem): Update.
3389 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3390 method.
3391 <is_visible>: Remove field.
3392 * tui/tui-data.c (tui_next_win, tui_prev_win)
3393 (tui_delete_invisible_windows): Update.
3394
3395 2019-08-16 Tom Tromey <tom@tromey.com>
3396
3397 * tui/tui-winsource.h (struct tui_source_window_base)
3398 <m_has_locator>: Remove.
3399 * tui/tui-layout.c (show_source_disasm_command, show_data)
3400 (show_source_or_disasm_and_command): Update.
3401
3402 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3403
3404 * NEWS (Other MI changes): New subsection.
3405 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3406 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3407 * arch-utils.c (default_get_pc_address_flags): New function.
3408 * arch-utils.h (default_get_pc_address_flags): New declaration.
3409 * gdbarch.sh: Add get_pc_address_flags.
3410 * gdbarch.c: Regenerate.
3411 * gdbarch.h: Likewise.
3412 * stack.c (print_pc): New function.
3413 (print_frame_info) (print_frame): Call print_pc.
3414
3415 2019-08-16 Tom de Vries <tdevries@suse.de>
3416
3417 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3418 print_objfile_section_info.
3419
3420 2019-08-15 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3423 calling update_cmdwin_start_line.
3424 * tui/tui-winsource.h (struct tui_source_window_base)
3425 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3426 <rerender>: Declare.
3427 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3428 Call rerender.
3429 (tui_source_window_base::set_new_height): Remove.
3430 (tui_source_window_base::rerender): Rename from
3431 do_make_visible_with_new_height.
3432 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3433 resize method.
3434 (tui_win_info::make_invisible_and_set_new_height)
3435 (tui_win_info::make_visible_with_new_height): Remove.
3436 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3437 Declare.
3438 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3439 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3440 do_make_visible_with_new_height>: Don't declare.
3441 <rerender>: Declare.
3442 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3443 set_new_height.
3444 (tui_data_window::do_make_visible_with_new_height): Remove.
3445 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3446 call tui_show_locator_content.
3447 (tui_gen_win_info::resize): Call rerender.
3448 (show_source_or_disasm_and_command): Don't call
3449 tui_show_locator_content.
3450 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3451 method.
3452 (struct tui_win_info) <rerender>: Declare.
3453 <set_new_height, make_invisible_and_set_new_height,
3454 make_visible_with_new_height>: Don't declare.
3455 * tui/tui-data.c (tui_win_list::rerender): New method.
3456 * tui/tui-command.h (struct tui_cmd_window)
3457 <do_make_visible_with_new_height>: Don't declare.
3458 * tui/tui-command.c
3459 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3460
3461 2019-08-15 Tom Tromey <tromey@adacore.com>
3462
3463 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3464 * ada-lang.c (ada_enum_name): Likewise.
3465
3466 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3467
3468 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3469 leading underscore.
3470 (GdbOutputErrorFile): Likewise.
3471 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3472 accordingly.
3473 (execute_unwinders): Rename to have a leading underscore.
3474 (auto_load_packages): Likewise.
3475 (global scope): Adjust call to auto_load_packages accordingly.
3476 (GdbSetPythonDirectory): Likewise.
3477 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3478 instead of execute_unwinders.
3479
3480 2019-08-15 Tom Tromey <tom@tromey.com>
3481
3482 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3483 (show_data): Don't change window visibility.
3484 (tui_gen_win_info::resize): Remove special case for command
3485 window. Use wresize, when available.
3486 (show_source_or_disasm_and_command): Don't change window
3487 visibility.
3488 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3489 <make_visible>: New method.
3490 * tui/tui-command.c (tui_cmd_window::resize): New method.
3491
3492 2019-08-15 Tom Tromey <tom@tromey.com>
3493
3494 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3495 (struct tui_source_windows): New.
3496 * tui/tui-winsource.c (tui_display_main): Update.
3497 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3498 (new_height_ok, parse_scrolling_args): Update.
3499 * tui/tui-layout.c (show_layout, show_data): Update.
3500 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3501 (tui_add_to_source_windows): Don't declare.
3502 * tui/tui-data.c (source_windows, tui_source_windows)
3503 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3504
3505 2019-08-15 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3508 Rename from reset.
3509 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3510 * tui/tui-layout.c (show_source_disasm_command, show_data):
3511 Update.
3512 (tui_gen_win_info::resize): Rename.
3513 (show_source_or_disasm_and_command): Update.
3514 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3515 reset.
3516
3517 2019-08-15 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3520 * tui/tui-interp.c (tui_interp::init): Don't call
3521 tui_initialize_static_data.
3522 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3523
3524 2019-08-15 Tom Tromey <tom@tromey.com>
3525
3526 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3527 examine tui_win_list.
3528
3529 2019-08-15 Tom Tromey <tom@tromey.com>
3530
3531 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3532 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3533 tui_clear_source_content.
3534 (tui_clear_source_content): Remove.
3535 (tui_source_window_base::do_erase_source_content): Hoist call to
3536 content.clear().
3537 * tui/tui-stack.c (tui_show_frame_info): Don't call
3538 tui_clear_source_content.
3539
3540 2019-08-15 Tom Tromey <tom@tromey.com>
3541
3542 * tui/tui-winsource.h (struct tui_source_window_base)
3543 <do_erase_source_content>: New method.
3544 <erase_source_content>: New method.
3545 (tui_erase_source_content): Don't declare.
3546 * tui/tui-winsource.c (tui_clear_source_content): Update.
3547 (tui_source_window_base::do_erase_source_content): Rename from
3548 tui_erase_source_content.
3549 (tui_source_window_base::show_source_content): Update.
3550 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3551 * tui/tui-source.h (struct tui_source_window)
3552 <erase_source_content>: New method.
3553 * tui/tui-disasm.h (struct tui_disasm_window)
3554 <erase_source_content>: New method.
3555
3556 2019-08-15 Tom Tromey <tom@tromey.com>
3557
3558 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3559 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3560 constructor.
3561 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3562 * tui/tui-source.c (tui_set_source_content): Update.
3563 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3564
3565 2019-08-15 Tom Tromey <tom@tromey.com>
3566
3567 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3568 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3569 tui-source.c.
3570 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3571 Declare.
3572 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3573 method.
3574 (tui_source_window::maybe_update): Update.
3575
3576 2019-08-15 Tom Tromey <tom@tromey.com>
3577
3578 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3579 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3580 tui-disasm.c.
3581 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3582 Declare.
3583 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3584 method.
3585 (tui_disasm_window::maybe_update): Update.
3586
3587 2019-08-15 Tom Tromey <tom@tromey.com>
3588
3589 * tui/tui-winsource.h (struct tui_source_window_base)
3590 <maybe_update>: Declare.
3591 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3592 method.
3593 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3594 Declare.
3595 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3596 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3597 Declare.
3598 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3599
3600 2019-08-15 Tom Tromey <tom@tromey.com>
3601
3602 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3603
3604 2019-08-15 Tom Tromey <tom@tromey.com>
3605
3606 * tui/tui-wingeneral.c: Include tui-stack.h.
3607 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3608 (struct tui_locator_window): Move from tui-data.h.
3609 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3610 (tui_initialize_static_data): Move from tui-data.c.
3611 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3612 (struct tui_locator_window): Move to tui-stack.c.
3613 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3614 (tui_initialize_static_data): Move to tui-stack.c.
3615
3616 2019-08-15 Tom Tromey <tom@tromey.com>
3617
3618 * tui/tui-layout.c (show_source_disasm_command)
3619 (show_source_or_disasm_and_command): Use make_visible method, not
3620 tui_make_window.
3621 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3622 Remove.
3623
3624 2019-08-15 Tom Tromey <tom@tromey.com>
3625
3626 * tui/tui-wingeneral.h (tui_make_window): Update.
3627 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3628 parameter.
3629 (tui_gen_win_info::make_visible): Update.
3630 * tui/tui-regs.c (tui_data_window::display_registers_from):
3631 Update.
3632 * tui/tui-layout.c (show_source_disasm_command)
3633 (show_source_or_disasm_and_command): Update.
3634 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3635 (enum tui_box): Remove.
3636 (struct tui_win_info) <can_box>: New method.
3637 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3638 method.
3639
3640 2019-08-15 Tom de Vries <tdevries@suse.de>
3641
3642 * linux-nat-trad.c: Include gdbarch.h.
3643
3644 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3645
3646 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3647 register sizes.
3648
3649 2019-08-14 Tom Tromey <tromey@adacore.com>
3650
3651 * darwin-nat.c: Include gdbarch.h.
3652 * darwin-nat-info.c: Include gdbarch.h.
3653
3654 2019-08-13 Tom Tromey <tom@tromey.com>
3655
3656 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3657 Remove.
3658 * tui/tui-data.c (tui_initialize_static_data): Update.
3659
3660 2019-08-13 Tom Tromey <tom@tromey.com>
3661
3662 * tui/tui-winsource.h (struct tui_exec_info_window)
3663 <~tui_exec_info_window, maybe_allocate_content, get_content,
3664 m_content>: Remove.
3665 (struct tui_source_window_base) <set_exec_info_content,
3666 show_exec_info_content>: Don't declare.
3667 * tui/tui-winsource.c
3668 (tui_exec_info_window::maybe_allocate_content): Remove.
3669 (tui_source_window_base::update_exec_info): Rename from
3670 set_exec_info_content.
3671 (tui_source_window_base::show_exec_info_content)
3672 (tui_source_window_base::update_exec_info): Remove.
3673
3674 2019-08-13 Tom Tromey <tom@tromey.com>
3675
3676 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3677 declare.
3678 * tui/tui-winsource.c (tui_update_source_window_as_is)
3679 (tui_update_source_windows_with_addr, tui_erase_source_content):
3680 Update.
3681 (tui_clear_exec_info_content): Remove.
3682
3683 2019-08-13 Tom Tromey <tom@tromey.com>
3684
3685 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3686 declare.
3687 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3688 call tui_erase_exec_info_content.
3689 (tui_clear_exec_info_content): Rename from
3690 tui_erase_exec_info_content.
3691 (tui_clear_exec_info_content): Delete.
3692
3693 2019-08-13 Tom Tromey <tom@tromey.com>
3694
3695 * tui/tui-winsource.h (struct tui_source_window_base)
3696 <show_exec_info_content>: Declare.
3697 (tui_show_exec_info_content): Don't declare.
3698 * tui/tui-winsource.c
3699 (tui_source_window_base::show_exec_info_content): Rename from
3700 tui_show_exec_info_content.
3701 (tui_source_window_base::update_exec_info): Update.
3702
3703 2019-08-13 Tom Tromey <tom@tromey.com>
3704
3705 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3706 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3707 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3708 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3709 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3710 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3711 ... here.
3712
3713 2019-08-13 Tom Tromey <tom@tromey.com>
3714
3715 * tui/tui-winsource.h (struct tui_source_window_base)
3716 <update_exec_info>: Declare.
3717 (tui_update_exec_info): Don't declare.
3718 * tui/tui-winsource.c (tui_update_source_window_as_is)
3719 (tui_source_window_base::refresh_all)
3720 (tui_update_all_breakpoint_info): Update.
3721 (tui_source_window_base::update_exec_info): Rename from
3722 tui_update_exec_info.
3723 * tui/tui-stack.c (tui_show_frame_info): Update.
3724
3725 2019-08-13 Tom Tromey <tom@tromey.com>
3726
3727 * tui/tui-winsource.h (struct tui_source_window_base)
3728 <set_exec_info_content>: Declare.
3729 (tui_set_exec_info_content): Don't declare.
3730 * tui/tui-winsource.c
3731 (tui_source_window_base::set_exec_info_content): Rename from
3732 tui_set_exec_info_content.
3733 (tui_update_exec_info): Update.
3734
3735 2019-08-13 Tom Tromey <tom@tromey.com>
3736
3737 * tui/tui-winsource.h (struct tui_source_window_base)
3738 <show_source_content>: Declare.
3739 (tui_show_source_content): Don't declare.
3740 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3741 (tui_source_window_base::show_source_content): Rename from
3742 tui_show_source_content.
3743 (tui_source_window_base::refresh_all): Update.
3744 * tui/tui-layout.c (show_source_disasm_command)
3745 (show_source_or_disasm_and_command): Update.
3746
3747 2019-08-13 Tom Tromey <tom@tromey.com>
3748
3749 * tui/tui-winsource.c (tui_erase_source_content)
3750 (tui_show_source_content, tui_source_window_base::refresh_all):
3751 Update.
3752 * tui/tui-wingeneral.h
3753 (tui_check_and_display_highlight_if_needed): Don't declare.
3754 * tui/tui-wingeneral.c
3755 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3756 check_and_display_highlight_if_needed.
3757 * tui/tui-win.c (tui_rehighlight_all)
3758 (tui_win_info::make_visible_with_new_height): Update.
3759 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3760 (tui_data_window::erase_data_content)
3761 (tui_data_window::display_all_data): Update.
3762 * tui/tui-data.h (struct tui_win_info)
3763 <check_and_display_highlight_if_needed>: Declare.
3764
3765 2019-08-13 Tom Tromey <tom@tromey.com>
3766
3767 * tui/tui-win.c (tui_resize_all): Call
3768 tui_delete_invisible_windows.
3769 * tui/tui-layout.c (show_layout): Call
3770 tui_delete_invisible_windows.
3771 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3772 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3773
3774 2019-08-13 Tom Tromey <tom@tromey.com>
3775
3776 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3777 tui_add_win_to_layout.
3778
3779 2019-08-13 Tom Tromey <tom@tromey.com>
3780
3781 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3782 * tui/tui-layout.c (tui_default_win_height): Now static.
3783
3784 2019-08-13 Tom Tromey <tom@tromey.com>
3785
3786 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3787 single switch.
3788 (show_source_disasm_command, show_source_or_disasm_and_command):
3789 Don't check current layout.
3790
3791 2019-08-13 Tom Tromey <tom@tromey.com>
3792
3793 * tui/tui-wingeneral.c (make_all_visible): Remove.
3794 (tui_make_all_invisible): Simplify.
3795 * tui/tui-layout.c (tui_make_all_invisible): Move from
3796 tui-wingeneral.c; simplify.
3797 (show_layout): Hoist call to tui_make_all_invisible.
3798 (show_data): Don't call tui_make_all_invisible.
3799
3800 2019-08-13 Tom Tromey <tom@tromey.com>
3801
3802 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3803 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3804
3805 2019-08-13 Tom Tromey <tom@tromey.com>
3806
3807 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3808 tui-data.c.
3809 (show_source_disasm_command, show_data)
3810 (show_source_or_disasm_and_command): Don't use
3811 tui_set_current_layout_to.
3812 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3813 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3814 tui-layout.c.
3815 (tui_set_current_layout_to): Remove.
3816
3817 2019-08-13 Tom Tromey <tom@tromey.com>
3818
3819 * tui/tui-layout.c (tui_set_layout): Update.
3820 * tui/tui-data.h (struct tui_layout_def): Remove.
3821 (tui_layout_def): Don't declare.
3822 * tui/tui-data.c (layout_def): Remove.
3823 (tui_layout_def): Remove.
3824
3825 2019-08-13 Tom Tromey <tom@tromey.com>
3826
3827 * tui/tui-winsource.h (struct tui_source_window_base)
3828 <clear_detail>: No longer "override".
3829 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3830 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3831 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3832 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3833 Remove.
3834 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3835
3836 2019-08-13 Tom Tromey <tromey@adacore.com>
3837
3838 * tracepoint.c: Don't include readline.h or history.h.
3839
3840 2019-08-12 Tom Tromey <tom@tromey.com>
3841
3842 * configure: Rebuild.
3843 * configure.ac: Check for readline 7.
3844 * NEWS: Mention readline 7 requirement.
3845 * README: Update.
3846
3847 2019-08-12 Tom Tromey <tom@tromey.com>
3848
3849 * mingw-hdep.c (gdb_select): Remove readline hack.
3850
3851 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3852
3853 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3854 when the function fails.
3855
3856 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3857
3858 * s390-tdep.c (s390_type_align): New function.
3859 (s390_gdbarch_init): Set it as type_align gdbarch method.
3860
3861 2019-08-09 Tom de Vries <tdevries@suse.de>
3862
3863 PR gdb/24591
3864 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3865 pc_low with relocation offset.
3866
3867 2019-08-07 Tom Tromey <tromey@adacore.com>
3868
3869 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3870 (print_frame_args): Update.
3871 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3872 Update.
3873 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3874 * frame.h (struct frame_arg): Add initializers.
3875 <error>: Now a unique_xmalloc_ptr.
3876
3877 2019-08-07 Alan Hayward <alan.hayward@arm.com>
3878
3879 * NEWS: Expand the Pointer Authentication entry.
3880 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3881 (aarch64_frame_unmask_lr): ... to this.
3882 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3883 Call aarch64_frame_unmask_lr.
3884 * frame.c (struct frame_info): Add "masked" variable.
3885 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3886 (fprint_frame): Check for masked pc.
3887 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3888 declarations.
3889 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3890 * stack.c (print_frame): Check for masked pc.
3891
3892 2019-08-06 Tom Tromey <tom@tromey.com>
3893
3894 * stabsread.c (patch_block_stabs, read_one_struct_field)
3895 (read_enum_type): Use obstack_strndup.
3896 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3897 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3898 * dwarf2read.c (guess_full_die_structure_name)
3899 (anonymous_struct_prefix): Use obstack_strndup.
3900 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3901 * c-exp.y (yylex): Use obstack_strndup.
3902 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3903 (write_var_or_type): Use obstack_strndup.
3904
3905 2019-08-06 Tom Tromey <tom@tromey.com>
3906
3907 * symfile.c (reread_symbols): Use obstack_strdup.
3908 * stabsread.c (read_type): Use obstack_strdup.
3909 * gdb_obstack.h (obstack_strdup): New overload.
3910 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3911 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3912 (dwarf2_canonicalize_name): Use obstack_strdup.
3913 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3914 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3915 Use obstack_strdup.
3916
3917 2019-08-06 Tom Tromey <tom@tromey.com>
3918
3919 * gdb_obstack.h (obstack_strdup): Define.
3920 * gdb_obstack.c (obstack_strdup): Don't define.
3921
3922 2019-08-06 Tom Tromey <tom@tromey.com>
3923
3924 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3925 obstack_strdup.
3926 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3927 obstack_strdup.
3928 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3929 * stabsread.c (common_block_start): Use obstack_strdup.
3930 * objfiles.c (set_objfile_main_name, objfile): Use
3931 obstack_strdup.
3932 * namespace.c (add_using_directive): Use obstack_strdup.
3933 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3934 * jit.c (finalize_symtab): Use obstack_strdup.
3935 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3936 (guess_partial_die_structure_name, partial_die_info::fixup)
3937 (dwarf2_name): Use obstack_strdup.
3938 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3939 obstack_strdup.
3940 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3941 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3942 obstack_strdup.
3943 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3944
3945 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3946
3947 * unittests/help-doc-selftests.c: New file.
3948 * Makefile.in: Add the new file.
3949
3950 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3951
3952 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3953 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3954 the full first line, except when FOR_VALUE_PREFIX. In this case,
3955 the trailing '.' is not output, and the first character is uppercased.
3956 (print_help_for_command): Update call to print_doc_line.
3957 (print_doc_of_command): Likewise.
3958 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3959 * cli/cli-option.c (append_indented_doc): Do not append newline.
3960 (build_help_option): Append newline after first appended_indented_doc
3961 only if a second call is done.
3962 (build_help): Append 2 new lines before each option, except the first
3963 one.
3964 * compile/compile.c (_initialize_compile): Add new lines after
3965 %OPTIONS%, when not at the end of the help.
3966 Change help doc or code
3967 producing the help doc to respect the invariants.
3968 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3969 Also removed the new line after 'Options:', as all other commands
3970 do not put an empty line between 'Options:' and the first option.
3971 * printcmd.c (_initialize_printcmd): Likewise.
3972 * stack.c (_initialize_stack): Likewise.
3973 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3974 incorrectly telling COMMAND is optional.
3975 * ada-lang.c (_initialize_ada_language): Change help doc or code
3976 producing the help doc to respect the invariants.
3977 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3978 * breakpoint.c (_initialize_breakpoint): Likewise.
3979 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3980 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3981 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3982 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3983 _initialize_cli_style): Likewise.
3984 * corelow.c (core_target_info): Likewise.
3985 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3986 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3987 * filesystem.c (_initialize_filesystem): Likewise.
3988 * frame.c (_initialize_frame): Likewise.
3989 * gnu-nat.c (add_task_commands): Likewise.
3990 * infcall.c (_initialize_infcall): Likewise.
3991 * infcmd.c (_initialize_infcmd): Likewise.
3992 * interps.c (_initialize_interpreter): Likewise.
3993 * language.c (_initialize_language): Likewise.
3994 * linux-fork.c (_initialize_linux_fork): Likewise.
3995 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3996 * maint.c (_initialize_maint_cmds): Likewise.
3997 * memattr.c (_initialize_mem): Likewise.
3998 * printcmd.c (_initialize_printcmd): Likewise.
3999 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4000 _RegEx): Likewise.
4001 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4002 * record-btrace.c (_initialize_record_btrace): Likewise.
4003 * record-full.c (_initialize_record_full): Likewise.
4004 * record.c (_initialize_record): Likewise.
4005 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4006 * regcache.c (_initialize_regcache): Likewise.
4007 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4008 _initialize_remote): Likewise.
4009 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4010 * serial.c (_initialize_serial): Likewise.
4011 * skip.c (_initialize_step_skip): Likewise.
4012 * source.c (_initialize_source): Likewise.
4013 * stack.c (_initialize_stack): Likewise.
4014 * symfile.c (_initialize_symfile): Likewise.
4015 * symtab.c (_initialize_symtab): Likewise.
4016 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4017 * top.c (init_main): Likewise.
4018 * tracefile-tfile.c (tfile_target_info): Likewise.
4019 * tracepoint.c (_initialize_tracepoint): Likewise.
4020 * tui/tui-win.c (_initialize_tui_win): Likewise.
4021 * utils.c (add_internal_problem_command): Likewise.
4022 * valprint.c (value_print_option_defs): Likewise.
4023
4024 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4025
4026 PR build/24886
4027 * configure.ac: Drop enable-libmcheck support.
4028 * configure, config.in: Rebuild.
4029 * libmcheck.m4: Remove.
4030 * acinclude.m4: Don't include it.
4031 * Makefile.in: Don't distribute it.
4032 * top.c (print_gdb_configuration): Don't mention it.
4033
4034 2019-08-06 Tom Tromey <tom@tromey.com>
4035
4036 * utils.c (set_output_style): Sometimes pass stream to
4037 emit_style_escape.
4038 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4039 * record-btrace.c (btrace_insn_history): Update.
4040 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4041 method.
4042 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4043 Update initializers.
4044 <m_uiout>: New field.
4045 <m_di>: Move lower.
4046 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4047 Remove "uiout" parameter.
4048 (dump_insns): Update.
4049 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4050 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4051
4052 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4053
4054 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4055 (error_in_psymtab_expansion): Likewise.
4056 (lookup_symbol_via_quick_fns): Likewise.
4057 (basic_lookup_transparent_type_quick): Likewise.
4058 (basic_lookup_transparent_type_1): Likewise.
4059
4060 2019-08-06 Tom Tromey <tromey@adacore.com>
4061
4062 * source.c (last_source_error): Now bool.
4063 (print_source_lines_base): Make "noprint" bool. Only open
4064 source file when last_source_visited changes.
4065
4066 2019-08-06 Tom Tromey <tromey@adacore.com>
4067
4068 * annotate.c (annotate_source_line): Use g_source_cache.
4069 * source-cache.c (source_cache::get_plain_source_lines): Change
4070 parameters. Populate m_offset_cache.
4071 (source_cache::ensure): New method.
4072 (source_cache::get_line_charpos): New method.
4073 (extract_lines): Move lower. Change parameters.
4074 (source_cache::get_source_lines): Move lower.
4075 * source-cache.h (class source_cache): Update comment.
4076 <get_line_charpos>: New method.
4077 <get_source_lines>: Update comment.
4078 <clear>: Clear m_offset_cache.
4079 <get_plain_source_lines>: Change parameters.
4080 <ensure>: New method
4081 <m_offset_cache>: New member.
4082 * source.c (forget_cached_source_info_for_objfile): Update.
4083 (info_source_command): Use g_source_cache.
4084 (find_source_lines, open_source_file_with_line_charpos): Remove.
4085 (print_source_lines_base, search_command_helper): Use g_source_cache.
4086 * source.h (open_source_file_with_line_charpos): Don't declare.
4087 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4088 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4089 Use g_source_cache.
4090
4091 2019-08-06 Tom Tromey <tromey@adacore.com>
4092
4093 * source-cache.c (source_cache::get_plain_source_lines):
4094 Remove "first_line" and "last_line" parameters.
4095 (source_cache::get_source_lines): Cache plain text.
4096 * source-cache.h (class source_cache)
4097 <get_plain_source_lines>: Update.
4098
4099 2019-08-06 Tom Tromey <tromey@adacore.com>
4100
4101 * source-cache.c (extract_lines): No longer a method.
4102 Changed type of parameter. Include final newline.
4103 (selftests::extract_lines_test): New function.
4104 (_initialize_source_cache): Likewise.
4105 * source-cache.h (class source_cache)
4106 <extract_lines>: Don't declare.
4107
4108 2019-08-06 Tom Tromey <tromey@adacore.com>
4109
4110 * breakpoint.c (init_breakpoint_sal): Update.
4111 (breakpoint): Update.
4112 * breakpoint.h (struct breakpoint) <filter>: Now a
4113 unique_xmalloc_ptr.
4114
4115 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4116
4117 * NEWS: Mention dictionary access on blocks.
4118 * python/py-block.c (blpy_getitem): New function.
4119 (block_object_as_mapping): New struct.
4120 (block_object_type): Use new struct for tp_as_mapping field.
4121
4122 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4123
4124 * objfiles.h (objfile): Add a comment describing partial symbols.
4125
4126 2019-08-05 Tom Tromey <tromey@adacore.com>
4127
4128 * compile/compile.c (_initialize_compile): Use _(), not N_().
4129 * thread.c (_initialize_thread): Use _(), not N_().
4130 * stack.c (_initialize_stack): Use _(), not N_().
4131 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4132
4133 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4134
4135 * dwarf2read.c (struct dw2_symtab_iterator):
4136 <want_specific_block>: Remove.
4137 <block_index>: Change type to gdb::optional.
4138 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4139 change type of BLOCK_INDEX parameter to gdb::optional.
4140 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4141 (dw2_lookup_symbol): Don't pass argument for
4142 WANT_SPECIFIC_BLOCK.
4143 (dw2_expand_symtabs_for_function): Don't pass argument for
4144 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4145 (class dw2_debug_names_iterator)
4146 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4147 parameter, change BLOCK_INDEX type to gdb::optional.
4148 <m_want_specific_block>: Remove.
4149 <m_block_index>: Change type to gdb::optional.
4150 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4151 gdb::optional. Re-write in function of gdb::optional.
4152 (dw2_debug_names_lookup_symbol): Don't pass argument for
4153 WANT_SPECIFIC_BLOCK.
4154 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4155 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4156 BLOCK_INDEX.
4157
4158 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4159
4160 * NEWS: Mention changes to "info sources" command.
4161
4162 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4163
4164 * symtab.c (filename_partial_match_opts): New struct type.
4165 (struct output_source_filename_data): New members
4166 regexp, c_regexp, partial_match.
4167 (output_source_filename): Use new members to decide to print file.
4168 (info_sources_option_defs): New variable.
4169 (make_info_sources_options_def_group, print_info_sources_header,
4170 info_sources_command_completer):
4171 New functions.
4172 (info_sources_command): Read new optional arguments.
4173 (_initialize_symtab): Update info sources help.
4174
4175 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4176
4177 * ada-lang.c (exception_support_info_v0): Renamed from...
4178 (default_exception_support_info): ... this. Create new
4179 definition for v1.
4180 (ada_has_this_exception_support): Look up catch_handlers_sym.
4181 (ada_exception_support_info_sniffer): Try v0 after default.
4182
4183 2019-08-01 Tom Tromey <tromey@adacore.com>
4184
4185 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4186 gdbarch.h.
4187
4188 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4189
4190 * s12z-tdep.c: Fix include path for s12z-opc.h.
4191
4192 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4193
4194 * NEWS: Require GNU make 3.82.
4195
4196 2019-07-16 Tom Tromey <tom@tromey.com>
4197
4198 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4199 declare.
4200
4201 2019-07-30 Tom Tromey <tromey@adacore.com>
4202
4203 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4204
4205 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4206
4207 * printcmd.c (print_address_symbolic): Print negative offsets.
4208 (build_address_symbolic): Force signed arithmetic when computing
4209 offset.
4210
4211 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4212
4213 PR/24474: Add a function to lookup static variables.
4214 * NEWS: Mention this new function.
4215 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4216 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4217 * python/python.c (python_GdbMethods): Add new function.
4218
4219 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4220
4221 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4222 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4223 (objfpy_lookup_static_symbol): New function.
4224 (objfile_object_methods): Add new functions.
4225
4226 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4227
4228 * NEWS: Mention 'set|show print frame-info'. Mention new
4229 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4230 backtrace argument. Mention that python frame filtering code
4231 is now consistent with what 'backtrace' command prints.
4232
4233 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4234
4235 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4236 comments.
4237 (print_frame_info_auto, print_frame_info_source_line,
4238 print_frame_info_location, print_frame_info_source_and_location,
4239 print_frame_info_location_and_address, print_frame_info_short_location):
4240 New declarations.
4241 (struct frame_print_options): New member print_frame_info.
4242 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4243 * stack.h (get_user_print_what_frame_info): New declaration.
4244 (frame_show_address): New declaration.
4245 * stack.c (print_frame_arguments_choices): New value 'presence'.
4246 (print_frame_info_auto, print_frame_info_source_line,
4247 print_frame_info_location, print_frame_info_source_and_location,
4248 print_frame_info_location_and_address, print_frame_info_short_location,
4249 print_frame_info_choices, print_frame_info_print_what): New definitions.
4250 (print_frame_args): Only print dots for args if print frame-arguments
4251 is 'presence'.
4252 (frame_print_option_defs): New element for "frame-info".
4253 (get_user_print_what_frame_info): New function.
4254 (frame_show_address): Make non static. Move comment to stack.h.
4255 (print_frame_info_to_print_what): New function.
4256 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4257 to decide what to print.
4258 (backtrace_command_1): Handle the new print_frame_arguments_presence
4259 value.
4260 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4261 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4262 (py_print_frame): In non-mi mode, use LOCATION as default for
4263 print_what, similarly to frame information printed directly by
4264 backtrace command. Handle frame-info user option in non MI mode.
4265
4266 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4267
4268 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4269 Add case for debugging 32-bit target on 64-bit host. Revise
4270 comment.
4271
4272 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4273
4274 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4275 instead of find_function_entry_range_from_pc.
4276
4277 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4278
4279 * stack.c (find_frame_funname): Remove code which preferred
4280 minsym over symtab sym in "certain pathological cases".
4281
4282 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4283 parameter. Change type of "do_demangle" to bool.
4284 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4285 Pass suitable "prefer_sym_over_minsym" flag to
4286 build_address_symbolic(). Don't output "+" for negative offsets.
4287 * printcmd.c (print_address_symbolic): Update invocation of
4288 build_address_symbolic to include a "prefer_sym_over_minsym"
4289 flag.
4290 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4291 Restrict cases in which use of minimal symbol is preferred to that
4292 of a found symbol. Update comments.
4293
4294 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4295 for entry pc when entry pc is out of range for that FDE.
4296
4297 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4298
4299 PR gdb/24839:
4300 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4301 type.
4302
4303 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4304
4305 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4306 this function's Python signature.
4307
4308
4309 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4310
4311 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4312 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4313 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4314 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4315 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4316
4317
4318 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4319
4320 * h8300-tdep.c (h8300_register_name_common): New.
4321 h8300_register_name): Use h8300_register_name_common.
4322 (h8300s_register_name): Likewise.
4323 (h8300sx_register_name): Likewise.
4324 (h8300h_register_nam): New.
4325 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4326
4327
4328 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4329
4330 * arm-tdep.c (arm_skip_cmse_entry): New function.
4331 (arm_is_sgstubs_section): New function.
4332 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4333
4334 2019-07-22 Tom Tromey <tom@tromey.com>
4335
4336 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4337 Don't self-assign.
4338
4339 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4342 type_print.
4343
4344 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4347 so that GDB doesn't match any msymbols when searching in the
4348 TYPES_DOMAIN.
4349 (print_symbol_info): Print using typedef_print or type_print based
4350 on the type of the symbol. Add updated FIXME comment moved from...
4351 (_initialize_symtab): ... move and update FIXME comment to above.
4352
4353 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * NEWS: Mention adding -q option to "info types".
4356 * symtab.c (struct info_types_options): New struct.
4357 (info_types_options_defs): New variable.
4358 (make_info_types_options_def_group): New function.
4359 (info_types_command): Use gdb::option framework to parse options.
4360 (info_types_command_completer): New function.
4361 (_initialize_symtab): Extend the help text on "info types" and
4362 register command completer.
4363
4364 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4365
4366 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4367 (lookup_symbol_in_objfile): Change int to block_enum and add a
4368 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4369
4370 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4371
4372 * MAINTAINERS (Write After Approval): Add self.
4373
4374 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4377 instruction to the dummy code region.
4378
4379 2019-07-19 Tom Tromey <tromey@adacore.com>
4380
4381 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4382 (ARGSUSED, PARAMS, __func__): Remove rules.
4383
4384 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4385
4386 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4387 * features/arm/arm-with-iwmmxt.c: Remove.
4388 * features/arm/arm-with-iwmmxt.xml: Remove.
4389 * features/arm/arm-with-m-fpa-layout.c: Remove.
4390 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4391 * features/arm/arm-with-m-vfp-d16.c: Remove.
4392 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4393 * features/arm/arm-with-m.c: Remove.
4394 * features/arm/arm-with-m.xml: Remove.
4395 * features/arm/arm-with-neon.c: Remove.
4396 * features/arm/arm-with-neon.xml: Remove.
4397 * features/arm/arm-with-vfpv2.c: Remove.
4398 * features/arm/arm-with-vfpv2.xml: Remove.
4399 * features/arm/arm-with-vfpv3.c: Remove.
4400 * features/arm/arm-with-vfpv3.xml: Remove.
4401
4402 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4403
4404 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4405
4406 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4407
4408 * arch/aarch32.c (aarch32_create_target_description): Create
4409 target descriptions using features.
4410 * arch/arm.c (arm_create_target_description)
4411 (arm_create_mprofile_target_description): Likewise.
4412 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4413
4414 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4415
4416 * Makefile.in: Add new files.
4417 * aarch32-tdep.c: New file.
4418 * aarch32-tdep.h: New file.
4419 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4420 Call aarch32_read_description.
4421 * arch/aarch32.c: New file.
4422 * arch/aarch32.h: New file.
4423 * arch/arm.c (arm_create_target_description)
4424 (arm_create_mprofile_target_description): New function.
4425 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4426 (arm_create_target_description)
4427 (arm_create_mprofile_target_description): New declaration.
4428 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4429 read_description functions.
4430 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4431 Likewise.
4432 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4433 * arm-tdep.c (tdesc_arm_list): New variable.
4434 (arm_register_g_packet_guesses): Call create description functions.
4435 (arm_read_description) (arm_read_mprofile_description): New
4436 function.
4437 * arm-tdep.h (arm_read_description)
4438 (arm_read_mprofile_description): Add declaration.
4439 * configure.tgt: Add new files.
4440
4441 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4442
4443 * top.c (new_ui_command): Open specified terminal just once.
4444
4445 2019-07-18 Tom Tromey <tromey@adacore.com>
4446
4447 * symtab.c (main_name): Constify return type.
4448 * symfile.c (set_initial_language): Update.
4449 * symtab.h (main_name): Constify return type.
4450
4451 2019-07-17 Tom Tromey <tom@tromey.com>
4452
4453 * tui/tui-winsource.c (tui_update_source_window)
4454 (tui_update_source_window_as_is)
4455 (tui_update_source_windows_with_line): Remove return.
4456 * tui/tui-disasm.c (tui_show_disassem)
4457 (tui_show_disassem_and_update_source): Remove return.
4458 * tui/tui.c (tui_reset): Remove return.
4459 * tui/tui-wingeneral.c
4460 (tui_check_and_display_highlight_if_needed): Remove return.
4461
4462 2019-07-17 Tom Tromey <tom@tromey.com>
4463
4464 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4465
4466 2019-07-17 Tom Tromey <tom@tromey.com>
4467
4468 * tui/tui-winsource.h (struct tui_exec_info_window)
4469 (struct tui_source_window_base): Move from tui-data.h.
4470 * tui/tui-winsource.c: Move many method definitions from
4471 elsewhere. Remove "structuring" comments.
4472 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4473 (tui_source_window_base::refresh_window): Move to
4474 tui-winsource.c.
4475 * tui/tui-win.c (tui_source_window_base::refresh_all)
4476 (tui_source_window_base::update_tab_width)
4477 (tui_source_window_base::set_new_height)
4478 (tui_source_window_base::do_make_visible_with_new_height): Move to
4479 tui-winsource.c.
4480 * tui/tui-source.h: Update.
4481 * tui/tui-source.c (tui_source_window_base::reset): Move to
4482 tui-winsource.c.
4483 * tui/tui-disasm.h: Update.
4484 * tui/tui-data.h (struct tui_exec_info_window): Move to
4485 tui-winsource.h.
4486 (struct tui_source_window_base): Likewise.
4487 * tui/tui-data.c (tui_source_window_base::clear_detail)
4488 (tui_source_window_base, ~tui_source_window_base): Move to
4489 tui-winsource.c.
4490
4491 2019-07-17 Tom Tromey <tom@tromey.com>
4492
4493 * tui/tui-win.c (tui_resize_all)
4494 (tui_source_window_base::update_tab_width)
4495 (tui_adjust_win_heights): Update.
4496 (tui_win_info::make_invisible_and_set_new_height): Rename from
4497 make_invisible_and_set_new_height.
4498 * tui/tui-data.h (struct tui_win_info)
4499 <make_invisible_and_set_new_height>: New method.
4500
4501 2019-07-17 Tom Tromey <tom@tromey.com>
4502
4503 * tui/tui.c: Update.
4504 * tui/tui-source.h (struct tui_source_window): Move from
4505 tui-data.h.
4506 * tui/tui-layout.c: Update.
4507 * tui/tui-disasm.c: Update.
4508 * tui/tui-data.h (struct tui_source_window): Move to
4509 tui-source.h.
4510
4511 2019-07-17 Tom Tromey <tom@tromey.com>
4512
4513 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4514 tui-data.h.
4515 * tui/tui-data.h (struct tui_disasm_window): Move to
4516 tui-disasm.h.
4517
4518 2019-07-17 Tom Tromey <tom@tromey.com>
4519
4520 * tui/tui-regs.h (struct tui_data_item_window): Move from
4521 tui-data.h.
4522 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4523 * tui/tui-data.h (struct tui_data_item_window): Move to
4524 tui-regs.h.
4525 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4526
4527 2019-07-17 Tom Tromey <tom@tromey.com>
4528
4529 * tui/tui.c: Update.
4530 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4531 (tui_cmd_window::max_height): Move to tui-command.c.
4532 * tui/tui-layout.c: Update.
4533 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4534 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4535 tui-command.c.
4536 * tui/tui-command.h (struct tui_cmd_window): Move from
4537 tui-data.h.
4538 * tui/tui-command.c: Remove "structuring" comments.
4539 (tui_cmd_window::clear_detail)
4540 (tui_cmd_window::do_make_visible_with_new_height)
4541 (tui_cmd_window::max_height): Move from elsewhere.
4542
4543 2019-07-17 Tom Tromey <tom@tromey.com>
4544
4545 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4546 Now static.
4547 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4548 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4549
4550 2019-07-17 Tom Tromey <tom@tromey.com>
4551
4552 * tui/tui.c: Update.
4553 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4554 tui-regs.c.
4555 * tui/tui-windata.h: Remove file.
4556 * tui/tui-windata.c: Remove file.
4557 * tui/tui-win.c (tui_data_window::set_new_height)
4558 (tui_data_window::do_make_visible_with_new_height): Move to
4559 tui-regs.c.
4560 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4561 * tui/tui-regs.c: Remove "structuring" comments.
4562 (tui_data_window::first_data_item_displayed)
4563 (tui_data_window::delete_data_content_windows)
4564 (tui_data_window::erase_data_content)
4565 (tui_data_window::display_all_data)
4566 (tui_data_window::refresh_all)
4567 (tui_data_window::do_scroll_vertical)
4568 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4569 (tui_data_window::do_make_visible_with_new_height)
4570 (tui_data_window::refresh_window): Move from elsewhere.
4571 (_initialize_tui_regs): Move to end of file.
4572 * tui/tui-layout.c: Update.
4573 * tui/tui-hooks.c: Update.
4574 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4575 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4576 tui-regs.c.
4577 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4578
4579 2019-07-17 Tom Tromey <tom@tromey.com>
4580
4581 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4582 seen.
4583
4584 2019-07-17 Tom Tromey <tom@tromey.com>
4585
4586 * tui/tui-win.c (tui_source_window_base::set_new_height)
4587 (tui_source_window_base::do_make_visible_with_new_height): Use
4588 m_has_locator field directly.
4589 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4590 method.
4591 (struct tui_source_window_base) <has_locator>: Likewise.
4592
4593 2019-07-17 Tom Tromey <tom@tromey.com>
4594
4595 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4596 Don't declare.
4597 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4598 Remove.
4599 * tui/tui-win.c (tui_source_window_base::set_new_height)
4600 (tui_source_window_base::set_new_height)
4601 (make_invisible_and_set_new_height)
4602 (tui_source_window_base::do_make_visible_with_new_height)
4603 (tui_source_window_base::do_make_visible_with_new_height):
4604 Update.
4605 * tui/tui-layout.c (show_source_disasm_command, show_data)
4606 (show_source_or_disasm_and_command): Update.
4607 * tui/tui-layout.c (show_layout): Update.
4608
4609 2019-07-17 Tom Tromey <tom@tromey.com>
4610
4611 * tui/tui-layout.c (make_data_window): Remove.
4612 (show_data): Unify creation and re-initialization cases.
4613
4614 2019-07-17 Tom Tromey <tom@tromey.com>
4615
4616 * tui/tui-layout.c (make_source_window, make_disasm_window):
4617 Remove.
4618 (show_data): Unify creation and re-initialization cases.
4619
4620 2019-07-17 Tom Tromey <tom@tromey.com>
4621
4622 * tui/tui-layout.c (make_command_window): Remove.
4623 (show_source_disasm_command, show_source_or_disasm_and_command):
4624 Unify creation and re-initialization cases.
4625
4626 2019-07-17 Tom Tromey <tom@tromey.com>
4627
4628 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4629 creation and re-initialization cases.
4630
4631 2019-07-17 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui-regs.c (tui_get_register): Return void.
4634
4635 2019-07-17 Tom Tromey <tom@tromey.com>
4636
4637 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4638 Simplify.
4639
4640 2019-07-17 Tom Tromey <tom@tromey.com>
4641
4642 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4643 resetting.
4644
4645 2019-07-17 Tom Tromey <tom@tromey.com>
4646
4647 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4648 * tui/tui-regs.c (tui_reg_layout): New function.
4649 (tui_show_registers, tui_reg_command): Use it.
4650 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4651 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4652 parameters.
4653 (tui_layout_command): Remove.
4654
4655 2019-07-17 Tom Tromey <tom@tromey.com>
4656
4657 * tui/tui-layout.h (tui/tui-layout): Return void.
4658 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4659
4660 2019-07-17 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui-layout.c (show_source_disasm_command, show_data):
4663 Update.
4664 (reset_locator): Remove.
4665 (show_source_or_disasm_and_command): Update.
4666
4667 2019-07-17 Tom Tromey <tom@tromey.com>
4668
4669 * tui/tui-source.c (tui_source_window_base::reset): Remove
4670 win_type parameter.
4671 * tui/tui-layout.c (make_command_window, make_source_window)
4672 (make_disasm_window, make_data_window)
4673 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4674 (reset_locator, show_source_or_disasm_and_command): Update.
4675 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4676 win_type parameter.
4677 (struct tui_source_window_base) <reset>: Likewise.
4678
4679 2019-07-17 Tom Tromey <tom@tromey.com>
4680
4681 * tui/tui-layout.c (show_source_disasm_command): Use
4682 reset_locator.
4683 (reset_locator): New function.
4684 (init_and_make_win): Remove.
4685 (show_source_or_disasm_and_command): Use reset_locator.
4686
4687 2019-07-17 Tom Tromey <tom@tromey.com>
4688
4689 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4690 condition.
4691 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4692 Remove condition.
4693 * tui/tui-source.c (tui_source_window_base::reset): New method.
4694 * tui/tui-layout.c (make_command_window): Don't call
4695 init_and_make_win.
4696 (make_source_window, make_disasm_window): Don't call
4697 make_source_or_disasm_window.
4698 (make_data_window): Don't call init_and_make_win. Change calling
4699 convention.
4700 (show_source_disasm_command, show_data): Simplify.
4701 (make_source_or_disasm_window): Remove.
4702 (show_source_or_disasm_and_command): Simplify.
4703 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4704 (struct tui_source_window_base) <reset>: Likewise.
4705 <execution_info>: Remove initializer.
4706 * tui/tui-data.c (tui_source_window_base): Initialize
4707 execution_info.
4708
4709 2019-07-17 Tom Tromey <tom@tromey.com>
4710
4711 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4712 variable.
4713
4714 2019-07-17 Tom Tromey <tom@tromey.com>
4715
4716 * tui/tui.c (tui_rl_other_window): Update.
4717 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4718 superclass method first. Always iterate over regs_content.
4719 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4720 method.
4721 * tui/tui-win.c (tui_set_focus_command): Update.
4722
4723 2019-07-17 Tom Tromey <tom@tromey.com>
4724
4725 * tui/tui-win.c (tui_set_focus_command): Rename from
4726 tui_set_focus. Call tui_enable.
4727 (tui_set_focus_command): Remove.
4728
4729 2019-07-17 Tom Tromey <tom@tromey.com>
4730
4731 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4732 refresh_window.
4733 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4734 touchwin.
4735 (tui_data_window::refresh_window): Call refresh_window on data
4736 items. Always call superclass refresh_window.
4737 (tui_win_info::refresh): Remove.
4738 (tui_source_window_base::refresh_window): Update.
4739 (tui_refresh_all): Update.
4740 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4741 refresh_window.
4742 (show_source_or_disasm_and_command): Likewise.
4743 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4744 (struct tui_source_window_base) <refresh>: Likewise.
4745
4746 2019-07-17 Tom Tromey <tom@tromey.com>
4747
4748 * tui/tui-winsource.c (tui_clear_source_content)
4749 (tui_show_source_content): Update.
4750 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4751 whether content is empty.
4752 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4753 Remove.
4754
4755 2019-07-17 Tom Tromey <tom@tromey.com>
4756
4757 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4758 window's contents.
4759 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4760 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4761
4762 2019-07-17 Tom Tromey <tom@tromey.com>
4763
4764 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4765 (struct tui_data_item_window): Update.
4766
4767 2019-07-17 Tom Tromey <tom@tromey.com>
4768
4769 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4770 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4771 defines.
4772
4773 2019-07-17 Tom Tromey <tom@tromey.com>
4774
4775 * tui/tui-winsource.h (tui_erase_source_content)
4776 (tui_clear_source_content): Remove "display_prompt" parameter.
4777 * tui/tui-winsource.c (tui_update_source_window_as_is)
4778 (tui_update_source_windows_with_addr): Update.
4779 (tui_clear_source_content): Remove "display_prompt" parameter.
4780 (tui_erase_source_content): Likewise. Simplify.
4781 (tui_show_source_content): Update.
4782 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4783 * tui/tui-stack.c (tui_show_frame_info): Update.
4784 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4785 Remove defines.
4786
4787 2019-07-17 Tom Tromey <tom@tromey.com>
4788
4789 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4790 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4791 parameter.
4792 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4793 parameter.
4794
4795 2019-07-17 Tom Tromey <tom@tromey.com>
4796
4797 * tui/tui-winsource.c (tui_clear_source_content)
4798 (tui_show_source_content, tui_show_exec_info_content)
4799 (tui_clear_exec_info_content): Update.
4800 * tui/tui-stack.c (tui_show_locator_content): Update.
4801 (tui_show_frame_info): Update.
4802 * tui/tui-source.h (tui_source_window): Don't declare.
4803 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4804 from tui_source_is_displayed.
4805 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4806 Remove field.
4807 (struct tui_source_window_base) <content_in_use>: New field. Now
4808 bool.
4809 (struct tui_source_window) <showing_source_p>: New method.
4810 (TUI_SRC_WIN): Change cast.
4811 * tui/tui-data.c (tui_initialize_static_data): Update.
4812
4813 2019-07-17 Tom Tromey <tom@tromey.com>
4814
4815 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4816 location_matches_p.
4817 * tui/tui-source.c (tui_source_window::location_matches_p): New
4818 method.
4819 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4820 method.
4821 * tui/tui-data.h (struct tui_source_window_base)
4822 <location_matches_p>: New method.
4823 (struct tui_source_window, struct tui_disasm_window)
4824 <location_matches_p>: Likewise.
4825
4826 2019-07-17 Tom Tromey <tom@tromey.com>
4827
4828 * tui/tui-win.c (tui_set_win_height_command): Rename from
4829 tui_set_win_height.
4830 (tui_set_win_height_command): Remove.
4831
4832 2019-07-17 Tom Tromey <tom@tromey.com>
4833
4834 * tui/tui-source.c (tui_source_window): New constructor. Add
4835 observer.
4836 (~tui_source_window): New destructor.
4837 (tui_source_window::style_changed): New method.
4838 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4839 (tui_attach_detach_observers): Update.
4840 * tui/tui-data.h (struct tui_source_window): Make constructor not
4841 inline. Add destructor.
4842 (struct tui_source_window) <style_changed>: New method.
4843 <m_observable>: New member.
4844
4845 2019-07-17 Tom Tromey <tom@tromey.com>
4846
4847 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4848 * tui/tui-win.c (tui_resize_all): Fix typo.
4849
4850 2019-07-17 Tom Tromey <tom@tromey.com>
4851
4852 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4853 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4854 (tui_refresh_all): Remove "list" parameter. Use foreach.
4855 * tui/tui-win.c (window_name_completer): Use foreach.
4856 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4857 (update_tab_width): Likewise.
4858 * tui/tui-layout.c (show_layout): Update.
4859 * tui/tui-data.h (class tui_window_iterator): New.
4860 (struct all_tui_windows): New.
4861 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4862
4863 2019-07-17 Tom Tromey <tom@tromey.com>
4864
4865 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4866 parameter. Don't reference globals.
4867 (tui_reg_command): Update.
4868
4869 2019-07-17 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-regs.c (tui_show_registers): Simplify.
4872
4873 2019-07-17 Tom Tromey <tom@tromey.com>
4874
4875 * tui/tui-regs.c (tui_show_registers): Update.
4876 (tui_show_register_group): Add win_info parameter.
4877
4878 2019-07-17 Tom Tromey <tom@tromey.com>
4879
4880 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4881 Rename from tui_display_reg_element_at_line.
4882 (tui_data_window::display_registers_from_line): Update.
4883 * tui/tui-data.h (struct tui_data_window)
4884 <display_reg_element_at_line>: New method.
4885
4886 2019-07-17 Tom Tromey <tom@tromey.com>
4887
4888 * tui/tui-regs.h (tui_display_registers_from)
4889 (tui_display_registers_from_line): Don't declare.
4890 * tui/tui-windata.c (tui_data_window::display_all_data)
4891 (tui_data_window::refresh_all)
4892 (tui_data_window::do_scroll_vertical): Update.
4893 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4894 from tui_display_registers_from.
4895 (tui_display_reg_element_at_line): Update.
4896 (tui_data_window::display_registers_from_line): Rename from
4897 tui_display_registers_from_line.
4898 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4899 display_registers_from_line>: New methods.
4900
4901 2019-07-17 Tom Tromey <tom@tromey.com>
4902
4903 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4904 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4905 from tui_erase_data_content.
4906 (tui_data_window::display_all_data)
4907 (tui_data_window::refresh_all)
4908 (tui_data_window::do_scroll_vertical): Update.
4909 * tui/tui-regs.c (tui_show_registers): Update.
4910 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4911 New method.
4912
4913 2019-07-17 Tom Tromey <tom@tromey.com>
4914
4915 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4916 declare.
4917 * tui/tui-windata.c
4918 (tui_data_window::delete_data_content_windows): Rename from
4919 tui_delete_data_content_windows.
4920 (tui_data_window::display_all_data)
4921 (tui_data_window::do_scroll_vertical): Update.
4922 * tui/tui-data.h (struct tui_data_window)
4923 <delete_data_content_windows>: New method.
4924
4925 2019-07-17 Tom Tromey <tom@tromey.com>
4926
4927 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4928 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4929
4930 2019-07-17 Tom Tromey <tom@tromey.com>
4931
4932 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4933 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4934 from tui_display_all_data.
4935 * tui/tui-win.c
4936 (tui_data_window::do_make_visible_with_new_height): Update.
4937 * tui/tui-regs.c (tui_show_registers): Update.
4938 * tui/tui-layout.c (tui_set_layout): Update.
4939 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4940 method.
4941
4942 2019-07-17 Tom Tromey <tom@tromey.com>
4943
4944 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4945 * tui/tui-windata.c (tui_display_data_from): Remove.
4946 (tui_data_window::refresh_all): Update.
4947
4948 2019-07-17 Tom Tromey <tom@tromey.com>
4949
4950 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4951 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4952 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4953 tui_display_registers_from_line.
4954 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4955 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4956 "force_display" parameter.
4957
4958 2019-07-17 Tom Tromey <tom@tromey.com>
4959
4960 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4961 declare.
4962 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4963 Rename from tui_first_reg_element_no_inline.
4964 (tui_display_reg_element_at_line)
4965 (tui_display_registers_from_line): Update.
4966 * tui/tui-data.h (struct tui_data_window)
4967 <first_reg_element_no_inline>: New method.
4968
4969 2019-07-17 Tom Tromey <tom@tromey.com>
4970
4971 * tui/tui-windata.c (tui_display_data_from)
4972 (tui_data_window::do_scroll_vertical): Update.
4973 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4974 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4975 Rename from tui_line_from_reg_element_no.
4976 (tui_display_registers_from_line): Update.
4977 * tui/tui-data.h (struct tui_data_window)
4978 <line_from_reg_element_no>: New method.
4979
4980 2019-07-17 Tom Tromey <tom@tromey.com>
4981
4982 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4983 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4984 tui_last_regs_line_no.
4985 (tui_display_reg_element_at_line)
4986 (tui_display_registers_from_line): Update.
4987 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4988 method.
4989
4990 2019-07-17 Tom Tromey <tom@tromey.com>
4991
4992 PR tui/24722:
4993 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4994 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4995 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4996 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4997 (tui_update_breakpoint_info): Likewise.
4998 * tui/tui-hooks.c (tui_event_create_breakpoint)
4999 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5000 Update.
5001
5002 2019-07-17 Tom Tromey <tom@tromey.com>
5003
5004 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5005
5006 2019-07-17 Tom Tromey <tom@tromey.com>
5007
5008 * tui/tui-winsource.c (tui_update_source_window_as_is)
5009 (tui_update_source_windows_with_addr): Update.
5010 * tui/tui-source.h (tui_set_source_content)
5011 (tui_show_symtab_source): Add "win_info" parameter.
5012 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5013 parameter.
5014 (tui_show_symtab_source): Likewise.
5015
5016 2019-07-17 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-wingeneral.c
5019 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5020
5021 2019-07-17 Tom Tromey <tom@tromey.com>
5022
5023 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5024 (struct tui_cmd_window) <can_scroll>: New method.
5025 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5026 method.
5027
5028 2019-07-17 Tom Tromey <tromey@adacore.com>
5029
5030 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5031 do_field_signed>: Rename. Change type of "value".
5032 * ui-out.c (ui_out::field_signed): Rename from field_int.
5033 Change type of "value".
5034 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5035 type of "value".
5036 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5037 do_field_int. Change type of "value".
5038 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5039 do_field_int. Change type of "value".
5040 * tracepoint.c (trace_status_mi, tfind_1)
5041 (print_one_static_tracepoint_marker): Update.
5042 * thread.c (print_thread_info_1, print_selected_thread_frame):
5043 Update.
5044 * stack.c (print_frame, print_frame_info): Update.
5045 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5046 Update.
5047 * source.c (print_source_lines_base): Update.
5048 * skip.c (info_skip_command): Update.
5049 * record-btrace.c (btrace_ui_out_decode_error)
5050 (btrace_call_history_src_line): Update.
5051 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5052 Update.
5053 * progspace.c (print_program_space): Update.
5054 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5055 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5056 do_field_int. Change type of "value".
5057 * mi/mi-out.c (mi_ui_out::do_table_begin)
5058 (mi_ui_out::do_table_header): Update.
5059 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5060 type of "value".
5061 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5062 (mi_cmd_data_list_changed_registers, output_register)
5063 (mi_cmd_data_read_memory, mi_load_progress)
5064 (mi_cmd_trace_frame_collected): Update.
5065 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5066 Update.
5067 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5068 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5069 (mi_cmd_var_list_children, varobj_update_one): Update.
5070 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5071 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5072 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5073 * inferior.c (print_inferior): Update.
5074 * gdb_bfd.c (print_one_bfd): Update.
5075 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5076 Update.
5077 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5078 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5079 do_field_int. Change type of "value".
5080 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5081 do_field_int. Change type of "value".
5082 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5083 (print_one_breakpoint_location, print_it_catch_fork)
5084 (print_one_catch_fork, print_it_catch_vfork)
5085 (print_one_catch_vfork, print_it_catch_solib)
5086 (print_it_catch_exec, print_it_ranged_breakpoint)
5087 (print_mention_watchpoint, print_mention_masked_watchpoint)
5088 (bkpt_print_it, update_static_tracepoint): Update.
5089 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5090 * break-catch-syscall.c (print_it_catch_syscall): Update.
5091 * ada-tasks.c (print_ada_task_info): Update.
5092 * ada-lang.c (print_it_exception, print_mention_exception):
5093 Update.
5094
5095 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 PR breakpoints/24541
5098 * gdbarch.c: Regenerate.
5099 * gdbarch.h: Regenerate.
5100 * gdbarch.sh: Adjust return type and parameter types for
5101 'stap_adjust_register'.
5102 (i386_stap_adjust_register): Adjust signature and return new
5103 register name.
5104 * stap-probe.c (stap_parse_register_operand): Adjust use of
5105 'gdbarch_stap_adjust_register'.
5106
5107 2019-07-17 Tom Tromey <tromey@adacore.com>
5108
5109 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5110 declare VEC.
5111 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5112 std::vector.
5113 (struct s390_process_info): Add initializers.
5114 (s390_add_process): Use new.
5115 (s390_linux_nat_target::low_forget_process): Use delete.
5116 (s390_linux_nat_target::low_new_fork)
5117 (s390_linux_nat_target::stopped_by_watchpoint)
5118 (s390_linux_nat_target::low_prepare_to_resume)
5119 (s390_linux_nat_target::insert_watchpoint)
5120 (s390_linux_nat_target::insert_hw_breakpoint)
5121 (s390_linux_nat_target::remove_watchpoint)
5122 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5123
5124 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5125
5126 * aarch64-fbsd-nat.c: Include regcache.h.
5127 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5128 argument.
5129 (aarch64_fbsd_nat_target::fetch_registers)
5130 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5131 variable.
5132 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5133
5134 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5135
5136 * fbsd-nat.c: Include gdbarch.h.
5137
5138 2019-07-15 Tom Tromey <tromey@adacore.com>
5139
5140 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5141
5142 2019-07-15 Tom Tromey <tromey@adacore.com>
5143
5144 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5145 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5146 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5147 * cli-out.c (cli_ui_out::do_field_int): New method.
5148 * ui-out.c (ui_out::field_unsigned): New method.
5149 * symfile.c (generic_load): Use field_unsigned.
5150 (print_transfer_performance): Likewise.
5151 * record-btrace.c (ui_out_field_uint): Remove.
5152 (btrace_call_history_insn_range, btrace_call_history): Use
5153 field_unsigned.
5154 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5155 field_unsigned.
5156 * ui-out.h (class ui_out) <field_unsigned>: New method.
5157 <do_field_unsigned>: Likewise.
5158
5159 2019-07-15 Tom Tromey <tromey@adacore.com>
5160
5161 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5162 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5163 * target.c (flash_erase_command): Use field_string.
5164 * infrun.c (print_signal_received_reason): Use field_string.
5165 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5166 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5167 field_string.
5168 * ada-tasks.c (print_ada_task_info): Use field_string.
5169
5170 2019-07-15 Tom Tromey <tromey@adacore.com>
5171
5172 * target.c (flash_erase_command): Use field_core_addr.
5173 * symfile.c (generic_load): Use field_core_addr.
5174 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5175 Use field_core_addr.
5176 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5177 field_core_addr.
5178
5179 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5180
5181 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5182 value if its desired type is smaller than a CORE_ADDR and signed.
5183
5184 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5185
5186 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5187 of changes to field names, and use new is_reference field to
5188 decide if a property is a reference or not.
5189 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5190 field.
5191 (struct dwarf2_property_baton): Update header comment, rename
5192 'referenced_type' to 'property_type' and update comments.
5193 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5194 default property type, store in property baton, update to take
5195 accound of renamed field.
5196 (read_func_scope): Update call to attr_to_dynamic_prop.
5197 (read_array_type): Likewise.
5198 (dwarf2_per_cu_addr_sized_int_type): New function.
5199 (read_subrange_index_type): Move type finding code to
5200 dwarf2_per_cu_addr_sized_int_type.
5201 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5202 (dwarf2_per_cu_addr_type): New function.
5203 (set_die_type): Update calls to attr_to_dynamic_prop.
5204
5205 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * dwarf2read.c (read_subrange_index_type): New function.
5208 (read_subrange_type): Move code into new function and call it.
5209 * gdbtypes.c (create_range_type): Add some asserts.
5210
5211 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5212
5213 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5214 update return statements.
5215 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5216 declaration, and update comment to match.
5217 * gdbtypes.c (resolve_dynamic_array): Update call to
5218 dwarf2_evaluate_property to match new return type.
5219
5220 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * valarith.c (value_subscripted_rvalue): Change lowerbound
5223 parameter type from int to LONGEST.
5224 * value.h (value_subscripted_rvalue): Likewise in declaration.
5225
5226 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * cli/cli-utils.c (info_print_command_completer): New function.
5229 * cli/cli-utils.h: Add 'completer.h' include, and forward
5230 declaration for 'struct cmd_list_element'.
5231 (info_print_command_completer): Declare.
5232 * stack.c (_initialize_stack): Add completer for 'info locals' and
5233 'info args'.
5234 * symtab.c (_initialize_symtab): Add completer for 'info
5235 variables' and 'info functions'.
5236 * NEWS: Mention completion for additional info commands.
5237
5238 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 * cli/cli-utils.c (extract_info_print_args): Delete.
5241 (extract_arg_maybe_quoted): Delete.
5242 (info_print_options_defs): New variable.
5243 (make_info_print_options_def_group): New function.
5244 (extract_info_print_options): Define new function.
5245 * cli/cli-utils.h (extract_info_print_args): Delete.
5246 (struct info_print_options): New structure.
5247 (extract_info_print_options): Declare new function.
5248 * stack.c (info_locals_command): Update to use new
5249 extract_info_print_options, also add a header comment.
5250 (info_args_command): Likewise.
5251 * symtab.c (info_variables_command): Likewise.
5252 (info_functions_command): Likewise.
5253
5254 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5255
5256 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5257 to extract string arguments.
5258 * common/common-utils.c (extract_string_maybe_quoted): New function.
5259 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5260
5261 2019-07-11 Tom Tromey <tromey@adacore.com>
5262
5263 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5264 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5265 * top.h (gdbinit): Don't declare.
5266 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5267 into...
5268 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5269 * top.c (gdb_init): Don't call init_cli_cmds.
5270 (gdbinit): Remove.
5271 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5272
5273 2019-07-11 Tom Tromey <tromey@adacore.com>
5274
5275 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5276 after it has been moved.
5277
5278 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5279
5280 * valops.c (value_must_coerce_to_target): Change return type to
5281 bool.
5282 * value.h (value_must_coerce_to_target): Likewise.
5283
5284 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5285
5286 * breakpoint.c (is_hardware_watchpoint): Remove
5287 forward-declaration.
5288 (is_masked_watchpoint): Change return type to bool.
5289 (is_tracepoint): Likewise.
5290 (is_breakpoint): Likewise.
5291 (is_hardware_watchpoint): Likewise.
5292 (is_watchpoint): Likewise.
5293 (is_no_memory_software_watchpoint): Likewise.
5294 (is_catchpoint): Likewise.
5295 (breakpoint_1): Make FILTER parameter's return type bool.
5296 is_masked_watchpoint): Change return type to bool.
5297 (save_breakpoints): Make FILTER parameter's return type bool.
5298 * breakpoint.h (is_breakpoint): Change return type to bool.
5299 (is_watchpoint): Likewise.
5300 (is_catchpoint): Likewise.
5301 (is_tracepoint): Likewise.
5302
5303 2019-07-10 Tom Tromey <tom@tromey.com>
5304
5305 * defs.h: Don't include gdbarch.h.
5306 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5307 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5308 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5309 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5310 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5311 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5312 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5313 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5314 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5315 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5316 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5317 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5318 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5319 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5320 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5321 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5322 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5323 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5324 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5325 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5326 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5327 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5328 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5329 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5330 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5331 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5332 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5333
5334 2019-07-10 Tom Tromey <tromey@adacore.com>
5335
5336 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5337 * breakpoint.c (init_ada_exception_breakpoint): Register as
5338 bp_catchpoint.
5339 (print_one_breakpoint_location, print_one_breakpoint): Use
5340 is_ada_exception_catchpoint.
5341 * ada-lang.c (class ada_catchpoint_location): Pass
5342 bp_loc_software_breakpoint to bp_location constructor.
5343 (is_ada_exception_catchpoint): New function.
5344
5345 2019-07-10 Tom Tromey <tromey@adacore.com>
5346
5347 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5348 VEC.
5349 (struct arm_exidx_entry): New method operator<.
5350 (struct arm_exidx_data) <section_maps>: Change type.
5351 (arm_exidx_data_free): Remove.
5352 (arm_exidx_data_key): Change type. Move lower.
5353 (arm_exidx_new_objfile): Update.
5354 (arm_compare_exidx_entries): Remove.
5355 (arm_find_exidx_entry, _initialize_arm_tdep)
5356
5357 2019-07-10 Tom Tromey <tromey@adacore.com>
5358
5359 * solib-spu.c (ocl_program_data_key): Change type.
5360 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5361 Update.
5362
5363 2019-07-10 Tom Tromey <tromey@adacore.com>
5364
5365 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5366 (struct solib_aix_inferior_data) <library_list>: Change type.
5367 (solib_aix_inferior_data_handle): Change type.
5368 (get_solib_aix_inferior_data): Update.
5369 (solib_aix_free_library_list): Remove.
5370 (library_list_start_library): Update.
5371 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5372 return type.
5373 (solib_aix_get_library_list)
5374 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5375 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5376
5377 2019-07-10 Tom Tromey <tromey@adacore.com>
5378
5379 * solib-dsbt.c (struct dsbt_info): Add initializers.
5380 (solib_dsbt_pspace_data): Change type.
5381 (dsbt_pspace_data_cleanup): Remove.
5382 (get_dsbt_info, _initialize_dsbt_solib): Update.
5383
5384 2019-07-10 Tom Tromey <tromey@adacore.com>
5385
5386 * spu-tdep.c (spu_overlay_data): Change type.
5387 (spu_get_overlay_table, spu_overlay_new_objfile)
5388 (_initialize_spu_tdep): Update.
5389
5390 2019-07-10 Tom Tromey <tromey@adacore.com>
5391
5392 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5393 destructor.
5394 (dbx_objfile_data_key): Change type and declare later.
5395 (DBX_SYMFILE_INFO): Rewrite.
5396 * dbxread.c (dbx_objfile_data_key): Change type.
5397 (dbx_symfile_init): Update.
5398 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5399 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5400 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5401
5402 2019-07-10 Tom Tromey <tromey@adacore.com>
5403
5404 * jit.c (jit_program_space_key): Change type. Move lower.
5405 (get_jit_program_space_data): Update.
5406 (jit_program_space_data_cleanup): Remove.
5407 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5408 Update.
5409 (struct jit_program_space_data): Add initializers.
5410
5411 2019-07-10 Tom Tromey <tromey@adacore.com>
5412
5413 * solib-darwin.c (struct darwin_info): Add initializers.
5414 (solib_darwin_pspace_data): Change type.
5415 (darwin_pspace_data_cleanup): Remove.
5416 (get_darwin_info, _initialize_darwin_solib): Update.
5417
5418 2019-07-10 Tom Tromey <tromey@adacore.com>
5419
5420 * remote-sim.c (struct sim_inferior_data): Add initializers,
5421 constructor, and destructor.
5422 (sim_inferior_data_key): Change type. Move lower.
5423 (check_for_duplicate_sim_descriptor): Update.
5424 (get_sim_inferior_data): Use new. Update.
5425 (~sim_inferior_data_cleanup): Rename from
5426 sim_inferior_data_cleanup. Simplify.
5427 (gdbsim_close_inferior, simulator_command)
5428 (sim_command_completer, _initialize_remote_sim): Update.
5429 (next_pid, INITIAL_PID): Move earlier.
5430
5431 2019-07-10 Tom Tromey <tromey@adacore.com>
5432
5433 * python/python-internal.h (create_thread_object): Return
5434 gdbpy_ref.
5435 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5436 * python/py-inferior.c (struct threadlist_entry): Add
5437 constructor.
5438 <thread_obj>: Now a gdbpy_ref.
5439 (thread_to_thread_object): Update.
5440 (add_thread_object): Use new.
5441 (delete_thread_object): Use delete.
5442 (infpy_threads): Update.
5443 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5444 GIL.
5445
5446 2019-07-10 Tom Tromey <tromey@adacore.com>
5447
5448 * valops.c (value_cast): Specialize error message for Ada.
5449
5450 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5451
5452 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5453
5454 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5455
5456 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5457 bpstat_should_step): Return bool, adjust comments.
5458 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5459 bpstat_should_step): Likewise.
5460
5461 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5462
5463 * features/Makefile: Use feature target descriptions for Arm.
5464 * features/arm/arm-core.c: Generate new file.
5465 * features/arm/arm-fpa.c: Likewise.
5466 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5467 * features/arm/arm-m-profile.c: Likewise.
5468 * features/arm/arm-vfpv2.c: Likewise.
5469 * features/arm/arm-vfpv3.c: Likewise.
5470 * features/arm/xscale-iwmmxt.c: Likewise.
5471 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5472
5473 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5474
5475 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5476 ptrace earlier.
5477
5478 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5479
5480 * features/aarch64-pauth.c: Regenerate.
5481
5482 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5483
5484 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5485 bool.
5486 (bpstat_what): Use false instead of 0.
5487
5488 2019-07-09 Pedro Alves <palves@redhat.com>
5489
5490 * break-catch-throw.c (is_exception_catchpoint): New.
5491 * breakpoint.c (print_one_breakpoint_location): New parameter
5492 'raw_loc'. Handle it. Use
5493 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5494 looking at the breakpoint's type.
5495 (print_one_breakpoint): If handling "maint info breakpoints", also
5496 print locations of exception catchpoints.
5497 * breakpoint.h (is_exception_catchpoint): Declare.
5498
5499 2019-07-09 Pedro Alves <palves@redhat.com>
5500
5501 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5502 "addr" field.
5503 (allocate_location_exception_catchpoint): New.
5504 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5505 (initialize_throw_catchpoint_ops): Install
5506 allocate_location_exception_catchpoint as allocate_location
5507 method.
5508 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5509 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5510 bp_loc_other.
5511 (breakpoint_address_is_meaningful): Delete.
5512 (bl_address_is_meaningful): New.
5513 (breakpoint_locations_match): Adjust comment.
5514 (bp_location_from_bp_type): New, factored out of...
5515 (bp_location::bp_location(breakpoint *)): ... this.
5516 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5517 factored out of...
5518 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5519 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5520 breakpoint_address_is_meaningful.
5521 (bp_locations_compare): Adjust comment.
5522 (update_global_location_list): Use bl_address_is_meaningful
5523 instead of breakpoint_address_is_meaningful.
5524 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5525 explicit.
5526 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5527 * python/py-breakpoint.c (bppy_get_location): No longer check
5528 whether location is null.
5529
5530 2019-07-09 Pedro Alves <palves@redhat.com>
5531
5532 PR c++/15468
5533 * breakpoint.c (print_one_breakpoint_location): Remove
5534 single-location assert.
5535
5536 2019-07-09 Tom Tromey <tom@tromey.com>
5537
5538 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5539 * configure: Rebuild.
5540 * configure.ac: Change common to gdbsupport.
5541 * gdbsupport: Rename from common.
5542 * acinclude.m4: Change common to gdbsupport.
5543 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5544 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5545 gdbsupport.
5546 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5547 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5548 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5549 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5550 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5551 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5552 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5553 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5554 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5555 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5556 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5557 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5558 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5559 coff-pe-read.c, command.h, compile/compile-c-support.c,
5560 compile/compile-c.h, compile/compile-cplus-symbols.c,
5561 compile/compile-cplus-types.c, compile/compile-cplus.h,
5562 compile/compile-loc2c.c, compile/compile.c, completer.c,
5563 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5564 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5565 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5566 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5567 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5568 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5569 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5570 features/aarch64-core.c, features/aarch64-fpu.c,
5571 features/aarch64-pauth.c, features/aarch64-sve.c,
5572 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5573 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5574 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5575 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5576 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5577 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5578 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5579 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5580 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5581 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5582 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5583 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5584 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5585 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5586 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5587 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5588 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5589 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5590 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5591 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5592 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5593 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5594 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5595 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5596 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5597 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5598 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5599 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5600 minsyms.c, mips-linux-tdep.c, namespace.h,
5601 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5602 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5603 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5604 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5605 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5606 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5607 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5608 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5609 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5610 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5611 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5612 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5613 procfs.c, producer.c, progspace.h, psymtab.h,
5614 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5615 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5616 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5617 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5618 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5619 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5620 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5621 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5622 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5623 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5624 target-memory.c, target.c, target.h, target/waitstatus.c,
5625 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5626 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5627 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5628 unittests/array-view-selftests.c,
5629 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5630 unittests/common-utils-selftests.c,
5631 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5632 unittests/format_pieces-selftests.c,
5633 unittests/function-view-selftests.c,
5634 unittests/lookup_name_info-selftests.c,
5635 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5636 unittests/mkdir-recursive-selftests.c,
5637 unittests/observable-selftests.c,
5638 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5639 unittests/parse-connection-spec-selftests.c,
5640 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5641 unittests/scoped_fd-selftests.c,
5642 unittests/scoped_mmap-selftests.c,
5643 unittests/scoped_restore-selftests.c,
5644 unittests/string_view-selftests.c, unittests/style-selftests.c,
5645 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5646 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5647 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5648 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5649 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5650 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5651
5652 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5653
5654 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5655 bool value.
5656 (decode_digits_ordinary): Set explicit_line field in sal.
5657 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5658 symtab_and_line that was set on an explicit line number in
5659 assembler code. Do always update the recorded symtab and line if
5660 we do skip the prologue.
5661
5662 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * breakpoint.c (set_breakpoint_location_function): Remove
5665 explicit_loc parameter.
5666 (momentary_breakpoint_from_master): Update call to
5667 set_breakpoint_location_function.
5668 (add_location_to_breakpoint): Likewise.
5669
5670 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5671
5672 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5673 required features based on default bfd type when no specific bfd
5674 is present.
5675
5676 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5677
5678 * NEWS: Mention that GDB printf and eval commands can now print
5679 C-style and Ada-style convenience var strings without
5680 calling the inferior.
5681 * printcmd.c (printf_c_string): Locally print GDB internal var
5682 instead of transiting via the inferior.
5683 (printf_wide_c_string): Likewise.
5684
5685 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5686
5687 PR breakpoints/25011
5688 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5689
5690 2019-07-04 Tom Tromey <tom@tromey.com>
5691
5692 PR tui/24724:
5693 * tui/tui-winsource.c (tui_clear_source_content): Update.
5694 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5695 (tui_update_breakpoint_info): Update.
5696 (tui_set_exec_info_content): Update.
5697 * tui/tui-source.c (tui_set_source_content_nil): Update.
5698 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5699 has_break.
5700 * tui/tui-data.h (enum tui_bp_flag): New.
5701 (tui_bp_flags): New enum flags type.
5702 (struct tui_source_element) <break_mode>: Change type. Rename
5703 from has_break.
5704 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5705 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5706 constants.
5707 * tui/tui-winsource.h: Fix comment.
5708
5709 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5710
5711 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5712 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5713 (store_fpregs_to_thread)
5714 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5715 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5716 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5717 (IWMMXT_REGS_SIZE): Add define.
5718 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5719 (fetch_vfp_regs, store_vfp_regs)
5720 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5721 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5722
5723 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5724
5725 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5726 defines.
5727 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5728 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5729 (ARM_INT_REGISTER_SIZE): ...to this.
5730 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5731 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5732 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5733 (arm_linux_collect_gregset, supply_nwfpe_register)
5734 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5735 defines.
5736 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5737 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5738 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5739 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5740 (arm_return_in_memory, arm_store_return_value)
5741 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5742 (arm_record_ld_st_multiple): Likewise.
5743 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5744 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5745
5746 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5747
5748 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5749 AARCH64_DISPLACED_MODIFIED_INSNS.
5750 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5751 (aarch64_displaced_step_copy_insn): Likewise.
5752 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5753 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5754 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5755 ARM_DISPLACED_MODIFIED_INSNS.
5756 * arm-tdep.c (arm_gdbarch_init): Likewise.
5757 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5758 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5759 (struct arm_displaced_step_closure): Use
5760 ARM_DISPLACED_MODIFIED_INSNS.
5761
5762 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5763
5764 * features/Makefile: Remove unused xml files.
5765 * features/aarch64.xml: Remove.
5766 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5767 * features/i386/amd64-avx-avx512.xml: Remove.
5768 * features/i386/amd64-avx-linux.xml: Remove.
5769 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5770 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5771 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5772 * features/i386/amd64-avx-mpx.xml: Remove.
5773 * features/i386/amd64-avx.xml: Remove.
5774 * features/i386/amd64-linux.xml: Remove.
5775 * features/i386/amd64-mpx-linux.xml: Remove.
5776 * features/i386/amd64-mpx.xml: Remove.
5777 * features/i386/amd64.xml: Remove.
5778 * features/i386/i386-avx-avx512-linux.xml: Remove.
5779 * features/i386/i386-avx-avx512.xml: Remove.
5780 * features/i386/i386-avx-linux.xml: Remove.
5781 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5782 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5783 * features/i386/i386-avx-mpx-linux.xml: Remove.
5784 * features/i386/i386-avx-mpx.xml: Remove.
5785 * features/i386/i386-avx.xml: Remove.
5786 * features/i386/i386-linux.xml: Remove.
5787 * features/i386/i386-mmx-linux.xml: Remove.
5788 * features/i386/i386-mmx.xml: Remove.
5789 * features/i386/i386-mpx-linux.xml: Remove.
5790 * features/i386/i386-mpx.xml: Remove.
5791 * features/i386/i386.xml: Remove.
5792 * features/i386/x32-avx-avx512-linux.xml: Remove.
5793 * features/i386/x32-avx-linux.xml: Remove.
5794 * features/i386/x32-linux.xml: Remove.
5795
5796 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5797
5798 * regformats/aarch64.dat: Remove.
5799 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5800 * regformats/i386/amd64-avx-linux.dat: Remove.
5801 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5802 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5803 * regformats/i386/amd64-linux.dat: Remove.
5804 * regformats/i386/amd64-mpx-linux.dat: Remove.
5805 * regformats/i386/amd64.dat: Remove.
5806 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5807 * regformats/i386/i386-avx-linux.dat: Remove.
5808 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5809 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5810 * regformats/i386/i386-linux.dat: Remove.
5811 * regformats/i386/i386-mmx-linux.dat: Remove.
5812 * regformats/i386/i386-mpx-linux.dat: Remove.
5813 * regformats/i386/i386.dat: Remove.
5814 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5815 * regformats/i386/x32-avx-linux.dat: Remove.
5816 * regformats/i386/x32-linux.dat: Remove.
5817
5818 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5819
5820 * aarch64-tdep.c: Remove xml self tests.
5821 * amd64-linux-tdep.c: Likewise.
5822 * amd64-tdep.c: Likewise.
5823 * i386-linux-tdep.c: Likewise.
5824 * i386-tdep.c: Likewise.
5825
5826 2019-07-03 Pedro Alves <palves@redhat.com>
5827
5828 PR cli/24732
5829 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5830 (pipe_cmd_option_defs): New.
5831 (make_pipe_cmd_options_def_group): New.
5832 (pipe_command): Use gdb::option::process_options.
5833 (pipe_command_completer): New function.
5834 (_initialize_cli_cmds): Install completer for "pipe" command.
5835
5836 2019-07-03 Pedro Alves <palves@redhat.com>
5837
5838 * cli/cli-option.c (union option_value) <string>: New field.
5839 (struct option_def_and_value): Add ctor, move ctor, dtor and
5840 use DISABLE_COPY_AND_ASSIGN.
5841 (option_def_and_value::clear_value): New.
5842 (parse_option, save_option_value_in_ctx, get_val_type_str)
5843 (add_setshow_cmds_for_options): Handle var_string.
5844 * cli-option.h (union option_def::var_address) <string>: New
5845 field.
5846 (struct string_option_def): New.
5847 * maint-test-options.c (struct test_options_opts): Add default
5848 ctor and use DISABLE_COPY_AND_ASSIGN.
5849 <string_opt>: New field.
5850 (test_options_opts::~test_options_opts): New.
5851 (test_options_opts::dump): Also dump "-string".
5852 (test_options_option_defs): Install "string.
5853
5854 2019-07-03 Pedro Alves <palves@redhat.com>
5855
5856 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5857 option_value with a null enumeration.
5858 (complete_options): Save the option values in the context.
5859 (save_option_value_in_ctx): New, factored out from ...
5860 (process_options): ... here.
5861 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5862 of the function.
5863 * maint-test-options.c (test_options_opts::dump): New, factored
5864 out from ...
5865 (maintenance_test_options_command_mode): ... here.
5866 (maintenance_test_options_command_completion_result): Delete.
5867 (maintenance_test_options_command_completion_text): Update
5868 comment.
5869 (maintenance_show_test_options_completion_result): Change
5870 prototype. Just print
5871 maintenance_test_options_command_completion_text.
5872 (save_completion_result): New.
5873 (maintenance_test_options_completer_mode): Pass options context to
5874 complete_options, and then save a dump.
5875 (_initialize_maint_test_options): Use add_cmd to install "maint
5876 show test-options-completion-result".
5877
5878 2019-07-03 Pedro Alves <palves@redhat.com>
5879
5880 * NEWS (New commands): Mention "with" and "maint with".
5881 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5882 (with_command, with_command_completer): New.
5883 (pipe_command): Adjust to new repeat_previous
5884 interface.
5885 (_initialize_cli_cmds): Install the "with" command and its "w"
5886 alias.
5887 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5888 declarations.
5889 * cli/cli-setshow.c (parse_cli_var_uinteger)
5890 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5891 argument strings for all var_types.
5892 (get_setshow_command_value_string): New, factored out from ...
5893 (do_show_command): ... this.
5894 * cli/cli-setshow.h: Include <string>.
5895 (get_setshow_command_value_string): Declare.
5896 * command.h (repeat_previous): Now returns const char *. Adjust
5897 comment.
5898 * maint.c: Include "cli/cli-cmds.h".
5899 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5900 (_initialize_maint_cmds): Register the "maintenance with" command.
5901 * top.c (repeat_previous): Move bits from pipe_command here:
5902 Return the saved command line, if any; error out if there's no
5903 command to relaunch.
5904
5905 2019-07-03 Pedro Alves <palves@redhat.com>
5906
5907 * NEWS (New commands): Mention "maint set/show test-settings"
5908 instead of "maint test-settings".
5909 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5910 (maintenance_test_settings_set_list): Rename to ...
5911 (maintenance_set_test_settings_list): ... this.
5912 (maintenance_test_settings_show_list): Rename to ...
5913 (maintenance_show_test_settings_list): ... this.
5914 (maintenance_test_settings_cmd): Delete.
5915 (maintenance_test_settings_set_cmd): ...
5916 (maintenance_set_test_settings_cmd): ... this.
5917 (maintenance_test_settings_show_cmd): ...
5918 (maintenance_show_test_settings_cmd): ... this.
5919 (maintenance_test_settings_show_value_cmd):
5920 (maintenance_show_test_settings_value_cmd): ... this.
5921 (_initialize_maint_test_settings): No longer install the "maint
5922 test-settings" prefix command. Rename "maint test-settings set"
5923 to "maint set test-settings", and "maint test-settings show" to
5924 "maint show test-settings". Adjust all subcommands.
5925
5926 2019-07-03 Pedro Alves <palves@redhat.com>
5927
5928 * maint-test-settings.c: Fix file's intro comment. Replace all
5929 references to "test-options" with references to "test-settings",
5930 in comments.
5931
5932 2019-07-03 Pedro Alves <palves@redhat.com>
5933
5934 * maint-test-settings.c (maintenance_test_settings_xxx)
5935 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5936 New.
5937 (maintenance_test_settings_enums): Use them.
5938 (maintenance_test_settings_enum): Default to
5939 maintenance_test_settings_xxx.
5940 (_initialize_maint_test_settings): Initialize
5941 MAINTENANCE_TEST_SETTINGS_FILENAME.
5942
5943 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5944
5945 * breakpoint.h (remove_breakpoints_inf): Change return type to
5946 void, move function documentation here.
5947 * breakpoint.c (remove_breakpoints_inf): Change return type to
5948 void, move function documentation to header.
5949
5950 2019-07-02 Pedro Alves <palves@redhat.com>
5951
5952 * NEWS (Completion improvements): Mention "info threads".
5953 * thread.c (struct info_threads_opts, info_threads_option_defs)
5954 (make_info_threads_options_def_group): New.
5955 (info_threads_command): Use gdb::option::process_options.
5956 (info_threads_command_completer): New.
5957 (_initialize_thread): Use gdb::option::build_help to build the
5958 help text for "info threads".
5959
5960 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5961
5962 * defs.h (generic_load): Move from here...
5963 * symfile.h (generic_load): ... to here. Rename name parameter
5964 to args.
5965 * symfile.c (generic_load): Add comment.
5966
5967 2019-07-01 Tom Tromey <tromey@adacore.com>
5968
5969 * dwarf2read.c
5970 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5971 declaration of without_params. Fix formatting.
5972
5973 2019-07-01 Tom Tromey <tromey@adacore.com>
5974
5975 * ada-exp.y (find_primitive_type): Update.
5976 * ada-lang.h (ada_lookup_symbol): Update.
5977 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5978 parameter.
5979 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5980
5981 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5982
5983 PR breakpoints/24541
5984 * gdbarch.c: Regenerate.
5985 * gdbarch.h: Regenerate.
5986 * gdbarch.sh: Add 'stap_adjust_register'.
5987 * i386-tdep.c: Include '<unordered_set>'.
5988 (i386_stap_adjust_register): New function.
5989 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5990 * stap-probe.c (stap_parse_register_operand): Call
5991 'gdbarch_stap_adjust_register'.
5992
5993 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5994
5995 PR python/24742
5996 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5997 * python/python.c (do_start_initialization): Use 'xmalloc'
5998 instead of 'PyMem_Malloc'.
5999
6000 2019-06-28 Tom Tromey <tromey@adacore.com>
6001
6002 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6003 for Ada.
6004
6005 2019-06-27 Tom Tromey <tromey@adacore.com>
6006
6007 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6008 objfile_key.
6009 (arm_find_mapping_symbol, arm_record_special_symbol)
6010 (_initialize_arm_tdep): Update.
6011 (arm_objfile_data_free): Remove.
6012
6013 2019-06-27 Tom Tromey <tromey@adacore.com>
6014
6015 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6016 to cp_print_static_field.
6017
6018 2019-06-26 Tom Tromey <tromey@adacore.com>
6019
6020 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6021 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6022 declare.
6023
6024 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6025
6026 * features/aarch64-core.c (create_feature_aarch64_core):
6027 Regenerate.
6028 * features/aarch64-core.xml: Add cpsr flags.
6029
6030 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6031
6032 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6033 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6034
6035 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6036
6037 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6038 field.
6039 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6040 use.
6041 (arm_record_special_symbol): Don't insert new symbol in sorted
6042 position, push it at the end.
6043
6044 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6045
6046 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6047 (arm_mapping_symbol_s): Remove.
6048 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6049 (arm_mapping_symbol_vec): New typedef.
6050 (struct arm_per_objfile): Add constructor.
6051 <section_maps>: Change type to
6052 std::unique_ptr<arm_mapping_symbol_vec[]>.
6053 (arm_compare_mapping_symbols): Remove.
6054 (arm_find_mapping_symbol): Adjust to section_maps type change.
6055 (arm_objfile_data_free): Call delete on arm_per_objfile.
6056 (arm_record_special_symbol): Adjust to section_maps type change.
6057 Allocate arm_per_objfile with new.
6058
6059 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6060
6061 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6062 with the command prefix.
6063
6064 2019-06-25 Tom Tromey <tom@tromey.com>
6065
6066 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6067 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6068
6069 2019-06-25 Tom Tromey <tom@tromey.com>
6070
6071 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6072 type.
6073 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6074 protected.
6075
6076 2019-06-25 Tom Tromey <tom@tromey.com>
6077
6078 * tui/tui-winsource.c
6079 (tui_source_window_base::set_is_exec_point_at): Add check against
6080 LOA_ADDRESS.
6081
6082 2019-06-25 Tom Tromey <tom@tromey.com>
6083
6084 * tui/tui-source.c (tui_set_source_content): Don't check before
6085 xfree.
6086 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6087
6088 2019-06-25 Tom Tromey <tom@tromey.com>
6089
6090 * tui/tui-winsource.h (tui_update_source_window_as_is)
6091 (tui_alloc_source_buffer, tui_line_is_displayed)
6092 (tui_addr_is_displayed): Change type of win_info.
6093 * tui/tui-winsource.c (tui_update_source_window_as_is)
6094 (tui_clear_source_content, tui_show_source_line)
6095 (tui_show_source_content, tui_source_window_base::refill)
6096 (tui_source_window_base::set_is_exec_point_at)
6097 (tui_source_window_base::set_is_exec_point_at)
6098 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6099 (tui_alloc_source_buffer, tui_line_is_displayed)
6100 (tui_addr_is_displayed): Change type of win_info. Update.
6101 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6102 (tui_source_window_base::do_make_visible_with_new_height):
6103 Update.
6104 * tui/tui-source.c (tui_set_source_content)
6105 (tui_set_source_content_nil)
6106 (tui_source_window::do_scroll_vertical): Update.
6107 * tui/tui-layout.c (show_layout): Update.
6108 * tui/tui-disasm.c (tui_set_disassem_content)
6109 (tui_disasm_window::do_scroll_vertical): Update.
6110 * tui/tui-data.h (tui_win_content): Remove.
6111 (struct tui_gen_win_info) <content, content_size>: Remove.
6112 (struct tui_source_element): Add initializers and destructor.
6113 (union tui_which_element, struct tui_win_element): Remove.
6114 (struct tui_source_window_base) <content>: New field.
6115 (struct tui_data_window): Remove destructor.
6116 (tui_alloc_content, tui_free_win_content)
6117 (tui_free_all_source_wins_content): Don't declare.
6118 * tui/tui-data.c (tui_initialize_static_data): Update.
6119 (init_content_element, tui_alloc_content): Remove.
6120 (~tui_gen_win_info): Update.
6121 (~tui_data_window, tui_free_all_source_wins_content)
6122 (tui_free_win_content, free_content, free_content_elements):
6123 Remove.
6124
6125 2019-06-25 Tom Tromey <tom@tromey.com>
6126
6127 * tui/tui-winsource.h (tui_clear_source_content)
6128 (tui_erase_source_content, tui_show_source_content): Change type
6129 of win_info.
6130 * tui/tui-winsource.c (tui_clear_source_content)
6131 (tui_erase_source_content, tui_show_source_content): Change type
6132 of win_info.
6133 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6134 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6135 win_info.
6136 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6137 win_info.
6138 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6139
6140 2019-06-25 Tom Tromey <tom@tromey.com>
6141
6142 * tui/tui-winsource.c (tui_clear_source_content)
6143 (tui_source_window_base::set_is_exec_point_at): Update.
6144 * tui/tui-source.c (tui_set_source_content_nil): Update.
6145 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6146 a bool.
6147 * tui/tui-data.c (init_content_element): Update.
6148
6149 2019-06-25 Tom Tromey <tom@tromey.com>
6150
6151 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6152 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6153 * tui/tui-layout.c (init_and_make_win): Update.
6154 * tui/tui.h (enum tui_win_type): Update.
6155 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6156 tui_win_is_auxillary.
6157 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6158 tui_win_is_auxillary.
6159
6160 2019-06-25 Tom Tromey <tom@tromey.com>
6161
6162 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6163 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6164 (tui_delete_data_content_windows, tui_display_all_data)
6165 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6166 Update.
6167 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6168 * tui/tui-regs.c (tui_last_regs_line_no)
6169 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6170 (tui_show_registers): Update.
6171 (tui_show_register_group): Return void. Update.
6172 (tui_display_registers_from, tui_display_reg_element_at_line)
6173 (tui_display_registers_from_line, tui_check_register_values):
6174 Update.
6175 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6176 member.
6177 (struct tui_data_window) <regs_content>: Now a std::vector.
6178 <regs_content_count>: Remove.
6179 (tui_add_content_elements, tui_free_data_content): Don't declare.
6180 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6181 (init_content_element): Remove DATA_WIN case. Add assert.
6182 (tui_add_content_elements): Remove.
6183 (tui_data_window): Update.
6184 (tui_free_data_content): Remove.
6185 (free_content_elements): Remove DATA_WIN case.
6186
6187 2019-06-25 Tom Tromey <tom@tromey.com>
6188
6189 * tui/tui-data.c (tui_data_item_window): Update.
6190 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6191 * tui/tui-windata.c (tui_display_all_data)
6192 (tui_display_data_from_line): Update.
6193 (tui_check_data_values): Remove.
6194 * tui/tui-regs.c (tui_show_register_group)
6195 (tui_display_reg_element_at_line): Update.
6196 * tui/tui-hooks.c (tui_register_changed)
6197 (tui_refresh_frame_and_register_information): Call
6198 tui_check_register_values.
6199 * tui/tui-data.h (struct tui_data_window) <data_content,
6200 data_content_count, data_type>: Remove.
6201 (enum tui_data_type): Remove.
6202
6203 * tui/tui-data.c (tui_data_window::clear_detail)
6204 (~tui_data_window): Update.
6205
6206 2019-06-25 Tom Tromey <tom@tromey.com>
6207
6208 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6209 declare.
6210 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6211 Rename from tui_first_data_item_displayed. Update.
6212 (tui_data_window::refresh_all)
6213 (tui_data_window::do_scroll_vertical): Update.
6214 * tui/tui-data.h (struct tui_data_window)
6215 <first_data_item_displayed>: Declare new method.
6216
6217 2019-06-25 Tom Tromey <tom@tromey.com>
6218
6219 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6220 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6221 contents...
6222 (tui_initialize_static_data): ...here.
6223
6224 2019-06-25 Tom Tromey <tom@tromey.com>
6225
6226 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6227 (tui_display_registers_from, tui_check_register_values): Update.
6228 (tui_display_register): Remove win_info parameter; update.
6229 (tui_get_register): Change type of parameters.
6230 * tui/tui-data.h (struct tui_data_element): Remove.
6231 (union tui_which_element) <data>: Remove.
6232 <data_window>: Change type.
6233 (struct tui_data_item_window): New.
6234 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6235 case. Add assert.
6236 (~tui_data_item_window): New destructor.
6237 (free_content_elements): Remove DATA_ITEM_WIN case.
6238
6239 2019-06-25 Tom Tromey <tom@tromey.com>
6240
6241 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6242 Remove.
6243
6244 2019-06-25 Tom Tromey <tom@tromey.com>
6245
6246 * tui/tui-data.h (struct tui_command_element): Remove.
6247 (union tui_which_element) <command>: Remove.
6248 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6249 assert.
6250 (free_content_elements): Remove CMD_WIN case.
6251
6252 2019-06-25 Tom Tromey <tom@tromey.com>
6253
6254 * tui/tui-layout.c (tui_set_layout): Update.
6255 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6256 * tui/tui-data.c (layout_def): Update.
6257
6258 2019-06-25 Tom Tromey <tom@tromey.com>
6259
6260 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6261 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6262 (tui_source_window_base::set_new_height): Update.
6263 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6264 Update.
6265 (tui_set_locator_fullname, tui_set_locator_info)
6266 (tui_show_frame_info): Update.
6267 * tui/tui-source.c (tui_set_source_content)
6268 (tui_source_is_displayed): Update.
6269 * tui/tui-layout.c (show_source_disasm_command, show_data)
6270 (show_source_or_disasm_and_command): Update.
6271 * tui/tui-disasm.c (tui_set_disassem_content)
6272 (tui_get_begin_asm_address): Update.
6273 * tui/tui-data.h (struct tui_locator_element): Remove.
6274 (union tui_which_element) <locator>: Remove.
6275 (struct tui_locator_window): New.
6276 (tui_locator_win_info_ptr): Change return type.
6277 * tui/tui-data.c (_locator): Change type.
6278 (tui_locator_win_info_ptr): Change return type.
6279 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6280 (tui_alloc_content): Add assert.
6281
6282 2019-06-25 Tom Tromey <tom@tromey.com>
6283
6284 * tui/tui-winsource.c
6285 (tui_exec_info_window::maybe_allocate_content): New method.
6286 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6287 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6288 (make_source_or_disasm_window): Add cast.
6289 * tui/tui-data.h (union tui_which_element) <simple_string>:
6290 Remove.
6291 (struct tui_source_info): New.
6292 (struct tui_source_window_base) <execution_info>: Change type.
6293 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6294 case, and add assert.
6295 (tui_alloc_content): Add assert.
6296
6297 2019-06-25 Tom Tromey <tom@tromey.com>
6298
6299 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6300 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6301 * tui/tui-data.c (tui_alloc_win_info): Remove.
6302
6303 2019-06-25 Tom Tromey <tom@tromey.com>
6304
6305 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6306 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6307 can_highlight.
6308
6309 2019-06-25 Tom Tromey <tom@tromey.com>
6310
6311 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6312 make_visible_with_new_height method.
6313 (tui_win_info::make_visible_with_new_height): New method.
6314 (tui_source_window_base::do_make_visible_with_new_height)
6315 (tui_data_window::do_make_visible_with_new_height)
6316 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6317 (make_visible_with_new_height): Remove.
6318 (tui_resize_all, tui_adjust_win_heights): Use
6319 make_visible_with_new_height method.
6320 * tui/tui-data.h (struct tui_win_info)
6321 <do_make_visible_with_new_height, make_visible_with_new_height>:
6322 New methods.
6323 (struct tui_source_window_base, struct tui_data_window)
6324 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6325 methods.
6326
6327 2019-06-25 Tom Tromey <tom@tromey.com>
6328
6329 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6330 method.
6331 (update_tab_width): Call update_tab_width method.
6332 * tui/tui-data.h (struct tui_win_info)
6333 (struct tui_source_window_base) <update_tab_width>: New methods.
6334
6335 2019-06-25 Tom Tromey <tom@tromey.com>
6336
6337 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6338 parameter.
6339 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6340 parameter.
6341 (tui_gen_win_info::make_visible): Update.
6342 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6343 parameter.
6344 * tui/tui-data.h (enum tui_box): New enum.
6345 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6346
6347 2019-06-25 Tom Tromey <tom@tromey.com>
6348
6349 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6350 init_and_make_win for EXEC_INFO_WIN.
6351 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6352 longer inline.
6353 (struct tui_win_info) <~tui_win_info>: Inline.
6354 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6355 Don't declare.
6356 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6357 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6358 Remove.
6359 (tui_initialize_static_data): Update.
6360 (~tui_gen_win_info): Handle more cleanup here.
6361 (~tui_source_window_base): Delete "execution_info".
6362 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6363
6364 2019-06-25 Tom Tromey <tom@tromey.com>
6365
6366 * tui/tui-layout.c (make_command_window): Don't set
6367 can_highlight.
6368 (show_source_disasm_command): Call the reset method.
6369 (show_data): Don't set can_highlight. Call the reset method.
6370 (tui_gen_win_info::reset): Rename from init_gen_win_info
6371 (init_and_make_win): Simplify. Return tui_gen_win_info.
6372 (show_source_or_disasm_and_command): Call the reset method.
6373 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6374 (struct tui_cmd_window): Set can_highlight.
6375
6376 2019-06-25 Tom Tromey <tom@tromey.com>
6377
6378 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6379 from make_visible.
6380 (tui_make_visible, tui_make_invisible): Rewrite.
6381 (tui_win_info::make_visible): Remove.
6382 (tui_source_window_base::make_visible): Update.
6383 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6384 method. Moved from...
6385 (struct tui_win_info) <make_visible>: ...here.
6386
6387 2019-06-25 Tom Tromey <tom@tromey.com>
6388
6389 * tui/tui-winsource.c
6390 (tui_source_window_base::do_scroll_horizontal): Remove direction
6391 parameter.
6392 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6393 direction parameter.
6394 * tui/tui-win.c (tui_win_info::forward_scroll)
6395 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6396 (tui_win_info::right_scroll): Update.
6397 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6398 direction parameter.
6399 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6400 direction parameter.
6401 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6402 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6403 Remove direction parameter.
6404 (struct tui_source_window_base, struct tui_source_window)
6405 (struct tui_disasm_window, struct tui_data_window)
6406 (struct tui_cmd_window): Update.
6407
6408 2019-06-25 Tom Tromey <tom@tromey.com>
6409
6410 * tui/tui-winsource.h (tui_set_exec_info_content)
6411 (tui_show_exec_info_content, tui_erase_exec_info_content)
6412 (tui_clear_exec_info_content, tui_update_exec_info): Change
6413 argument to tui_source_window_base.
6414 * tui/tui-winsource.c (tui_set_exec_info_content)
6415 (tui_show_exec_info_content, tui_erase_exec_info_content)
6416 (tui_clear_exec_info_content, tui_update_exec_info): Change
6417 argument to tui_source_window_base.
6418
6419 2019-06-25 Tom Tromey <tom@tromey.com>
6420
6421 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6422 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6423
6424 2019-06-25 Tom Tromey <tom@tromey.com>
6425
6426 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6427 check.
6428
6429 2019-06-25 Tom Tromey <tom@tromey.com>
6430
6431 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6432 type to void.
6433 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6434 type to void.
6435 * tui/tui-source.c (tui_set_source_content): Update.
6436 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6437
6438 2019-06-25 Tom Tromey <tom@tromey.com>
6439
6440 * tui/tui-win.c (window_name_completer, tui_set_focus)
6441 (tui_all_windows_info): Use name method.
6442 * tui/tui-data.h (struct tui_gen_win_info)
6443 (struct tui_source_window, struct tui_disasm_window)
6444 (struct tui_data_window, struct tui_cmd_window) <name>: New
6445 method.
6446 (tui_win_name): Don't declare.
6447 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6448 (tui_win_name): Remove.
6449
6450 2019-06-25 Tom Tromey <tom@tromey.com>
6451
6452 * tui/tui-winsource.h (tui_update_source_window)
6453 (tui_update_source_window_as_is): Change parameter type.
6454 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6455 to be a tui_source_window_base.
6456 (tui_update_source_window_as_is): Likewise.
6457 * tui/tui-win.c (make_visible_with_new_height): Update.
6458
6459 2019-06-25 Tom Tromey <tom@tromey.com>
6460
6461 * tui/tui-winsource.c (tui_erase_source_content)
6462 (tui_show_source_content, tui_show_exec_info_content)
6463 (tui_erase_exec_info_content): Use refresh_window method.
6464 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6465 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6466 from tui_refresh_win.
6467 (tui_data_window::refresh_window): New method.
6468 (tui_win_info::refresh, tui_source_window_base::refresh)
6469 (tui_refresh_all): Use refresh_window method.
6470 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6471 method.
6472 * tui/tui-regs.c (tui_display_register): Call refresh_window
6473 method.
6474 * tui/tui-layout.c (show_source_disasm_command)
6475 (show_source_or_disasm_and_command): Call refresh_window method.
6476 * tui/tui-data.h (struct tui_gen_win_info)
6477 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6478 New method.
6479
6480 2019-06-25 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui.c (tui_rl_other_window, tui_enable)
6483 (tui_is_window_visible, tui_get_command_dimension): Update.
6484 * tui/tui-winsource.c (tui_update_source_window_as_is)
6485 (tui_clear_source_content, tui_erase_source_content)
6486 (tui_show_source_line, tui_source_window_base::refill)
6487 (tui_source_window_base::do_scroll_horizontal)
6488 (tui_source_window_base::set_is_exec_point_at)
6489 (tui_update_breakpoint_info, tui_set_exec_info_content)
6490 (tui_alloc_source_buffer, tui_line_is_displayed)
6491 (tui_addr_is_displayed): Update.
6492 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6493 (tui_check_and_display_highlight_if_needed)
6494 (tui_win_info::make_visible, tui_win_info::refresh)
6495 (tui_refresh_all): Update.
6496 * tui/tui-windata.c (tui_first_data_item_displayed)
6497 (tui_delete_data_content_windows, tui_erase_data_content)
6498 (tui_display_all_data, tui_data_window::refresh_all)
6499 (tui_check_data_values): Update.
6500 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6501 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6502 (tui_win_info::backward_scroll, tui_refresh_all_win)
6503 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6504 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6505 (tui_source_window_base::set_new_height)
6506 (tui_data_window::set_new_height)
6507 (make_invisible_and_set_new_height)
6508 (make_visible_with_new_height, new_height_ok)
6509 (parse_scrolling_args): Update.
6510 * tui/tui-stack.c (tui_show_frame_info): Update.
6511 * tui/tui-source.c (tui_set_source_content)
6512 (tui_set_source_content_nil, tui_source_is_displayed)
6513 (tui_source_window::do_scroll_vertical): Update.
6514 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6515 (tui_display_registers_from, tui_display_reg_element_at_line)
6516 (tui_check_register_values, tui_reg_command): Update.
6517 * tui/tui-layout.c (tui_default_win_height)
6518 (show_source_disasm_command, show_data, init_and_make_win)
6519 (show_source_or_disasm_and_command): Update.
6520 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6521 (tui_redisplay_readline, tui_mld_flush)
6522 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6523 (tui_getc): Update.
6524 * tui/tui-disasm.c (tui_set_disassem_content)
6525 (tui_disasm_window::do_scroll_vertical): Update.
6526 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6527 Now virtual.
6528 (struct tui_win_info): Derive from tui_gen_win_info.
6529 <~tui_win_info>: Mark as override.
6530 <generic>: Remove member.
6531 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6532 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6533 (~tui_data_window, ~tui_win_info)
6534 (tui_free_all_source_wins_content): Update.
6535 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6536
6537 2019-06-25 Tom Tromey <tom@tromey.com>
6538
6539 * tui/tui-layout.c (init_and_make_win): Use new.
6540 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6541 destructor, initializers.
6542 (tui_alloc_generic_win_info): Don't declare.
6543 * tui/tui-data.c (_locator): Add argument to constructor.
6544 (source_win, disasm_win): New globals.
6545 (exec_info): Remove.
6546 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6547 Update.
6548 (tui_alloc_generic_win_info): Remove.
6549 (init_content_element): Use new.
6550 (tui_win_info::tui_win_info): Update.
6551 (free_content_elements) <case DATA_WIN>: Use delete.
6552
6553 2019-06-25 Tom Tromey <tom@tromey.com>
6554
6555 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6556 * tui/tui-windata.c (tui_first_data_item_displayed)
6557 (tui_delete_data_content_windows): Update.
6558 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6559 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6560 (tui_display_registers_from, tui_check_register_values): Update.
6561 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6562 pointer.
6563 * tui/tui-data.c (init_content_element): Update. Allocate the new
6564 window.
6565 (tui_free_data_content): Update.
6566 (free_content_elements) <case DATA_WIN>: Free the window.
6567
6568 2019-06-25 Tom Tromey <tom@tromey.com>
6569
6570 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6571 Update.
6572 * tui/tui-layout.c (make_command_window)
6573 (show_source_disasm_command, show_data, init_and_make_win)
6574 (show_source_or_disasm_and_command): Update.
6575 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6576 method.
6577 <can_highight, is_highlighted>: Now bool.
6578 (tui_set_win_highlight): Don't declare.
6579 * tui/tui-data.c (tui_set_win_highlight): Remove.
6580
6581 2019-06-25 Tom Tromey <tom@tromey.com>
6582
6583 * tui/tui-wingeneral.c (make_visible): Remove check of window
6584 type.
6585
6586 2019-06-25 Tom Tromey <tom@tromey.com>
6587
6588 * tui/tui-win.c (tui_win_info::max_height)
6589 (tui_cmd_window::max_height): New methods.
6590 (new_height_ok): Call max_height.
6591 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6592 <max_height>: New method.
6593
6594 2019-06-25 Tom Tromey <tom@tromey.com>
6595
6596 * tui/tui-win.c (tui_source_window_base::set_new_height)
6597 (tui_data_window::set_new_height): New methods.
6598 (make_invisible_and_set_new_height): Call set_new_height method.
6599 * tui/tui-data.h (struct tui_win_info)
6600 (struct tui_source_window_base, struct tui_data_window)
6601 <set_new_height>: New method.
6602
6603 2019-06-25 Tom Tromey <tom@tromey.com>
6604
6605 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6606 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6607 tui_refresh_data_win.
6608 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6609 method.
6610 (tui_refresh_all_win): Call the refresh_all method.
6611 (tui_set_focus): Likewise.
6612 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6613 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6614 Likewise.
6615
6616 2019-06-25 Tom Tromey <tom@tromey.com>
6617
6618 * tui/tui-winsource.h (tui_refill_source_window)
6619 (tui_set_is_exec_point_at): Don't declare.
6620 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6621 (tui_source_window_base::refill): Rename from
6622 tui_refill_source_window.
6623 (tui_source_window_base::do_scroll_horizontal): Update.
6624 (tui_source_window_base::set_is_exec_point_at): Rename from
6625 tui_set_is_exec_point_at.
6626 (tui_update_all_breakpoint_info): Update.
6627 * tui/tui-stack.c (tui_show_frame_info): Update.
6628 * tui/tui-layout.c (show_data): Add cast.
6629 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6630 * tui/tui-data.h (struct tui_source_window_base) <refill,
6631 set_is_exec_point_at>: New methods.
6632 (tui_source_windows, tui_add_to_source_windows): Update types.
6633 (tui_add_to_source_windows): Remove redundant declaration.
6634 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6635 (tui_source_windows): Change return type.
6636 (tui_clear_source_windows_detail): Update.
6637 (tui_add_to_source_windows): Change type of parameter.
6638 (tui_free_all_source_wins_content): Update.
6639
6640 2019-06-25 Tom Tromey <tom@tromey.com>
6641
6642 * tui/tui-wingeneral.c (tui_win_info::refresh)
6643 (tui_source_window_base::refresh): New methods.
6644 (tui_refresh_all): Call the refresh method.
6645 * tui/tui-data.h (struct tui_win_info)
6646 (struct tui_source_window_base) <refresh>: New method.
6647
6648 2019-06-25 Tom Tromey <tom@tromey.com>
6649
6650 * tui/tui.h (tui_is_window_visible): Return bool.
6651 * tui/tui.c (tui_is_window_visible): Return bool.
6652 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6653 (tui_make_visible, tui_make_invisible)
6654 (tui_win_info::make_visible)
6655 (tui_source_window_base::make_visible, make_all_visible)
6656 (tui_make_all_visible, tui_make_all_invisible): Update.
6657 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6658 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6659 bool.
6660 (struct tui_win_info, struct tui_source_window_base)
6661 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6662 * tui/tui-data.c (tui_init_generic_part): Update.
6663
6664 2019-06-25 Tom Tromey <tom@tromey.com>
6665
6666 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6667 (tui_source_window_base::make_visible): New methods.
6668 (make_all_visible): Make method call.
6669 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6670 (struct tui_source_window_base, struct tui_cmd_window): Override
6671 make_visible.
6672 (tui_win_is_source_type): Don't declare.
6673 * tui/tui-data.c (tui_win_is_source_type): Remove.
6674
6675 2019-06-25 Tom Tromey <tom@tromey.com>
6676
6677 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6678 NULL check.
6679
6680 2019-06-25 Tom Tromey <tom@tromey.com>
6681
6682 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6683 Inline constructor. Add initializers for members.
6684 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6685 constructors; now inline in class.
6686
6687 2019-06-25 Tom Tromey <tom@tromey.com>
6688
6689 * tui/tui-regs.c (tui_show_registers): Update.
6690 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6691 bool.
6692 * tui/tui-data.c (tui_data_window::clear_detail)
6693 (tui_data_window): Update.
6694
6695 2019-06-25 Tom Tromey <tom@tromey.com>
6696
6697 * tui/tui-windata.c (tui_display_all_data)
6698 (tui_display_data_from_line, tui_display_data_from)
6699 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6700 Update.
6701 * tui/tui-regs.c (tui_last_regs_line_no)
6702 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6703 (tui_show_registers, tui_show_register_group)
6704 (tui_display_registers_from, tui_display_reg_element_at_line)
6705 (tui_display_registers_from_line, tui_check_register_values)
6706 (tui_reg_next, tui_reg_prev): Update.
6707 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6708 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6709 tui_data_window.
6710 (struct tui_win_info) <detail>: Remove. Add new fields from
6711 tui_data_info.
6712 (TUI_DATA_WIN): Add cast.
6713 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6714 (~tui_data_window): Simplify.
6715
6716 2019-06-25 Tom Tromey <tom@tromey.com>
6717
6718 * tui/tui-layout.c (show_source_disasm_command)
6719 (show_source_or_disasm_and_command): Update.
6720 * tui/tui-io.c (update_cmdwin_start_line)
6721 (tui_redisplay_readline): Update.
6722 * tui/tui-data.h (struct tui_command_info): Remove.
6723 (struct tui_win_info) <detail>: Remove command_info member.
6724 (struct tui_data_window) <start_line>: New member, from
6725 tui_command_info.
6726 (TUI_CMD_WIN): Add casts.
6727
6728 2019-06-25 Tom Tromey <tom@tromey.com>
6729
6730 * tui/tui-winsource.c (tui_update_source_window)
6731 (tui_refill_source_window)
6732 (tui_source_window_base::do_scroll_horizontal)
6733 (tui_update_breakpoint_info, tui_set_exec_info_content)
6734 (tui_show_exec_info_content, tui_erase_exec_info_content)
6735 (tui_clear_exec_info_content): Update.
6736 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6737 Update.
6738 * tui/tui-win.c (make_invisible_and_set_new_height)
6739 (make_visible_with_new_height): Update.
6740 * tui/tui-source.c (tui_set_source_content)
6741 (tui_show_symtab_source): Update.
6742 * tui/tui-layout.c (extract_display_start_addr)
6743 (show_source_disasm_command, show_data)
6744 (make_source_or_disasm_window)
6745 (show_source_or_disasm_and_command): Update.
6746 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6747 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6748 "gdbarch".
6749 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6750 to tui_source_window_base.
6751 (struct tui_win_info) <detail>: Remove source_info member.
6752 (struct tui_source_window_base) <has_locator>: Inline.
6753 Move contents from tui_source_info; rename has_locator member to
6754 m_has_locator.
6755 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6756 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6757 header file.
6758 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6759 Simplify.
6760 (tui_free_all_source_wins_content): Cast to
6761 tui_source_window_base.
6762
6763 2019-06-25 Tom Tromey <tom@tromey.com>
6764
6765 * tui/tui-win.c (make_invisible_and_set_new_height)
6766 (make_visible_with_new_height): Call has_locator method.
6767 * tui/tui-layout.c (show_source_disasm_command, show_data)
6768 (show_source_or_disasm_and_command): Update for bool change.
6769 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6770 (tui_win_info) <has_locator>: New method.
6771 (struct tui_source_window_base) <has_locator>: New method.
6772 (tui_win_has_locator): Don't declare.
6773 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6774 from tui_win_has_locator.
6775 (tui_source_window_base): Use false, not FALSE.
6776
6777 2019-06-25 Tom Tromey <tom@tromey.com>
6778
6779 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6780 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6781 clear_detail method directly.
6782 (tui_clear_win_detail): Remove.
6783
6784 2019-06-25 Tom Tromey <tom@tromey.com>
6785
6786 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6787 "this", not TUI_DISASM_WIN.
6788
6789 2019-06-25 Tom Tromey <tom@tromey.com>
6790
6791 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6792 declare.
6793 * tui/tui-winsource.c
6794 (tui_source_window_base::do_scroll_horizontal): Rename from
6795 tui_horizontal_source_scroll.
6796 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6797 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6798 from tui_vertical_data_scroll.
6799 * tui/tui-win.h (tui_scroll): Don't declare.
6800 * tui/tui-win.c (tui_win_info::forward_scroll)
6801 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6802 (tui_win_info::right_scroll): Rename and update.
6803 (tui_scroll_forward_command, tui_scroll_backward_command)
6804 (tui_scroll_left_command, tui_scroll_right_command): Update.
6805 (tui_scroll): Remove.
6806 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6807 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6808 from tui_vertical_source_scroll.
6809 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6810 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6811 from tui_vertical_disassem_scroll.
6812 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6813 do_scroll_horizontal>: New methods.
6814 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6815 Likewise.
6816 (struct tui_source_window_base): Add do_scroll_horizontal.
6817 (struct tui_source_window, struct tui_disasm_window): Add
6818 do_scroll_vertical.
6819 (struct tui_data_window, struct tui_cmd_window): Add
6820 do_scroll_horizontal and do_scroll_vertical.
6821 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6822
6823 2019-06-25 Tom Tromey <tom@tromey.com>
6824
6825 * tui/tui-data.h (struct tui_source_window_base): New struct.
6826 (struct tui_source_window): Derive from tui_source_window_base.
6827 (struct tui_disasm_window): New struct.
6828 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6829 from tui_source_window::clear_detail.
6830 (tui_source_window_base): Rename from tui_source_window.
6831 (~tui_source_window_base): Rename from ~tui_source_window.
6832 (tui_alloc_win_info): Create a tui_disasm_window.
6833
6834 2019-06-25 Tom Tromey <tom@tromey.com>
6835
6836 * tui/tui-data.h (struct tui_source_window)
6837 (struct tui_data_window): Declare destructors.
6838 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6839 destructors.
6840 (tui_win_info): Simplify.
6841
6842 2019-06-25 Tom Tromey <tom@tromey.com>
6843
6844 * tui/tui-winsource.c (tui_display_main)
6845 (tui_update_source_windows_with_addr)
6846 (tui_update_all_breakpoint_info): Update.
6847 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6848 (new_height_ok, parse_scrolling_args): Update.
6849 * tui/tui-stack.c (tui_show_frame_info): Update.
6850 * tui/tui-data.h (struct tui_list): Remove.
6851 (tui_source_windows): Return a reference to a std::vector.
6852 * tui/tui-data.c (source_windows): Now a std::vector.
6853 (tui_source_windows): Change return type.
6854 (tui_clear_source_windows): Rewrite.
6855 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6856 (tui_free_all_source_wins_content): Rewrite.
6857
6858 2019-06-25 Tom Tromey <tom@tromey.com>
6859
6860 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6861 (struct tui_data_window, struct tui_cmd_window): Declare
6862 clear_detail method.
6863 * tui/tui-data.c (tui_source_window::clear_detail)
6864 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6865 methods.
6866 (tui_clear_win_detail): Simplify.
6867
6868 2019-06-25 Tom Tromey <tom@tromey.com>
6869
6870 * tui/tui-layout.c (make_source_window, make_disasm_window)
6871 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6872 Return the new window.
6873 (show_source_disasm_command, show_data)
6874 (show_source_or_disasm_and_command): Update.
6875
6876 2019-06-25 Tom Tromey <tom@tromey.com>
6877
6878 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6879 parameter. Return the new window.
6880 (show_source_disasm_command): Update and remove NULL check.
6881 (show_source_or_disasm_and_command): Update.
6882
6883 2019-06-25 Tom Tromey <tom@tromey.com>
6884
6885 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6886
6887 2019-06-25 Tom Tromey <tom@tromey.com>
6888
6889 * tui/tui-data.h (struct tui_win_info): Make constructor
6890 protected. Make destructor virtual. Add initializers.
6891 (tui_source_window, tui_data_window, tui_cmd_window): New
6892 classes.
6893 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6894 constructor. Add "type" parameter.
6895 (tui_source_window, tui_data_window, tui_cmd_window): New
6896 constructors.
6897 (tui_alloc_win_info): Instantiate the appropriate subclass.
6898
6899 2019-06-25 Tom Tromey <tom@tromey.com>
6900
6901 * tui/tui-win.c (tui_resize_all): Use delete.
6902 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6903 destructor.
6904 (tui_free_window): Don't declare.
6905 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6906 Update.
6907
6908 2019-06-25 Tom Tromey <tom@tromey.com>
6909
6910 * tui/tui-data.h (struct tui_win_info): Add constructor.
6911 * tui/tui-data.c (tui_alloc_win_info): Use new.
6912 (tui_free_window): Use delete.
6913
6914 2019-06-22 Tom Tromey <tom@tromey.com>
6915
6916 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6917 declare.
6918 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6919
6920 2019-06-22 Tom Tromey <tom@tromey.com>
6921
6922 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6923 declare.
6924 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6925
6926 2019-06-22 Tom de Vries <tdevries@suse.de>
6927
6928 * dwarf2read.c (create_addrmap_from_aranges)
6929 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6930 instead of '%zu'.
6931
6932 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
6933
6934 * dwarf2read.h (dwarf2_section_info_def): Remove.
6935 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6936 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6937 std::vector<dwarf2_section_info>.
6938 (struct dwo_file) <~dwo_file>: Remove.
6939 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6940 types field.
6941 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6942 (dwarf2_read_debug_names): Likewise.
6943 (create_debug_types_hash_table): Change parameter type to
6944 array_view, adjust code accordingly.
6945 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6946 (partial_die_info::fixup): Likewise.
6947 (determine_prefix): Likewise.
6948 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6949
6950 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6951
6952 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6953 gdb_bfd_ref_ptr.
6954 <~dwo_file>: Remove call to gdb_bfd_unref.
6955 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6956 gdb_bfd_ref_ptr::get.
6957
6958 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6959
6960 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6961 type to htab_up.
6962 * dwarf2read.c (struct dwo_file): Initialize fields.
6963 <~dwo_file>: New.
6964 (free_dwo_file): Remove, move content to ~dwo_file.
6965 (struct dwo_file_deleter): Remove.
6966 (dwo_file_up>: Remove custom deleter.
6967 (free_dwo_files): Remove.
6968 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6969 dwo_files.
6970 (process_skeletonless_type_units): Call unique_ptr::get.
6971 (allocate_dwo_file_hash_table): Add deleter to created hash
6972 table. Change return type to htab_up.
6973 (lookup_dwo_file_slot): Don't memset dwo_file, call
6974 unique_ptr::get.
6975 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6976 (create_dwo_unit_in_dwp_v2): Likewise.
6977 (open_and_init_dwo_file): Likewise.
6978 (free_dwo_file_from_slot): Remove.
6979
6980 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6981
6982 * dwarf2read.h (struct dwarf2_section_info) <readin,
6983 is_virtual>: Change type to bool.
6984 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6985 true instead of 1.
6986
6987 2019-06-19 Tom Tromey <tom@tromey.com>
6988
6989 * tui/tui-data.h (tui_init_content_element): Don't declare.
6990
6991 2019-06-19 Tom Tromey <tom@tromey.com>
6992
6993 * tui/tui-data.h (tui_init_win_info): Don't declare.
6994
6995 2019-06-19 Tom de Vries <tdevries@suse.de>
6996
6997 * dwarf2read.h (abstract_to_concrete): Change type to
6998 std::unordered_map<sect_offset, std::vector<sect_offset>,
6999 gdb::hash_enum<sect_offset>>.
7000
7001 2019-06-19 Tom Tromey <tromey@adacore.com>
7002
7003 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7004 EVAL_AVOID_SIDE_EFFECTS specially.
7005
7006 2019-06-19 Tom Tromey <tromey@adacore.com>
7007
7008 * source-cache.c (highlighter): New global.
7009 (source_cache::get_source_lines): Create a highlighter on demand.
7010
7011 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7012
7013 * defs.h (deprecated_interactive_hook): Delete declaration.
7014 * interps.c (clear_interpreter_hooks): Remove use of
7015 deprecated_interactive_hook.
7016 * top.c (deprecated_interactive_hook): Delete definition.
7017 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7018
7019 2019-06-18 Tom de Vries <tdevries@suse.de>
7020
7021 PR gdb/24515
7022 * dwarf2read.h (abstract_to_concrete): Change type from
7023 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7024 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7025 * dwarf2read.c (read_variable): Update.
7026 (dwarf2_fetch_die_loc_sect_off): Update.
7027
7028 2019-06-17 Tom de Vries <tdevries@suse.de>
7029
7030 PR gdb/24617
7031 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7032 accessing parent[parent_len - 1].
7033
7034 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7035
7036 PR gdb/24364
7037 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7038 call dtrace_process_dof with NULL dof.
7039
7040 2019-06-16 Tom de Vries <tdevries@suse.de>
7041
7042 PR gdb/24445
7043 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7044
7045 2019-06-16 Tom Tromey <tom@tromey.com>
7046
7047 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7048 (make_all_visible): Use address of member.
7049
7050 2019-06-16 Tom Tromey <tom@tromey.com>
7051
7052 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7053 (tui_free_window, free_content, free_content_elements): Remove
7054 unnecessary cast.
7055 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7056 cast.
7057 * tui/tui-regs.c (tui_show_register_group)
7058 (tui_display_registers_from, tui_display_reg_element_at_line):
7059 Remove unnecessary cast.
7060
7061 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7062
7063 * linux-nat.c (normal_mask): Delete.
7064 (_initialize_linux_nat): Don't initialise normal_mask.
7065
7066 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7067
7068 PR gdb/24445
7069 * dwarf-index-write.h (write_psymtabs_to_index): Add
7070 dwz_basename parameter.
7071 * dwarf-index-write.c (write_gdbindex): Move file writing to
7072 write_gdbindex_1. Change return type void.
7073 (assert_file_size): Move up, remove filename parameter.
7074 (write_gdbindex_1): New function.
7075 (write_debug_names): Change return type to void, call
7076 assert_file_size.
7077 (struct index_wip_file): New struct.
7078 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7079 file logic to index_wip_file. Write index for dwz file if
7080 needed.
7081 (save_gdb_index_command): Pass basename of dwz file, if present.
7082 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7083 build-id of dwz file, if present.
7084 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7085 (dwarf2_get_dwz_file): Likewise.
7086 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7087 (dwarf2_get_dwz_file): Likewise.
7088
7089 2019-06-16 Tom Tromey <tom@tromey.com>
7090
7091 * coffread.c (process_coff_symbol): Use xstrdup.
7092 * value.c (create_internalvar): Use xstrdup.
7093
7094 2019-06-16 Tom Tromey <tom@tromey.com>
7095
7096 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7097 * breakpoint.c (stopin_command, stopat_command)
7098 (until_break_command, decode_location_default): Remove unnecessary
7099 cast.
7100 * utils.c (subset_compare): Remove unnecessary cast.
7101 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7102 cast.
7103 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7104 cast.
7105 * infcmd.c (path_command): Remove unnecessary cast.
7106 * coffread.c (decode_type): Remove unnecessary cast.
7107 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7108 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7109 * tui/tui-stack.c (tui_show_locator_content)
7110 (tui_show_frame_info): Remove unnecessary cast.
7111 * tui/tui-win.c (tui_scroll_forward_command)
7112 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7113 (parse_scrolling_args): Remove unnecessary cast.
7114 * tui/tui-data.c (init_win_info, tui_del_window)
7115 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7116 (free_content_elements): Remove unnecessary cast.
7117 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7118 unnecessary cast.
7119 * tui/tui-source.c (tui_set_source_content)
7120 (tui_vertical_source_scroll): Remove unnecessary cast.
7121 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7122 cast.
7123 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7124 * tui/tui-regs.c (tui_display_registers_from)
7125 (tui_display_register): Remove unnecessary cast.
7126 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7127 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7128 (make_visible): Remove unnecessary cast.
7129 * tui/tui-winsource.c (tui_erase_source_content)
7130 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7131 unnecessary cast.
7132 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7133 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7134 * stabsread.c (read_type, read_array_type, read_range_type):
7135 Remove unnecessary cast.
7136 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7137 (parse_symbol, parse_type, upgrade_type, parse_external)
7138 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7139 unnecessary cast.
7140 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7141
7142 2019-06-16 Tom Tromey <tom@tromey.com>
7143
7144 * tui/tui-data.c (tui_alloc_generic_win_info)
7145 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7146 checks.
7147
7148 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7149 Andrew Burgess <andrew.burgess@embecosm.com>
7150
7151 * f-typeprint.c (f_print_type): Don't return early for not
7152 associated or not allocated types.
7153 (f_type_print_varspec_suffix): Add print_rank parameter and print
7154 ranks of array types in case they dangling.
7155 (f_type_print_base): Add print_rank parameter.
7156
7157 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7158
7159 * NEWS: Mention new MI commands.
7160 * break-catch-throw.c (enum exception_event_kind): Move to
7161 breakpoint.h.
7162 (print_mention_exception_catchpoint): Output text as a single
7163 message.
7164 (catch_exception_command_1): Rename to...
7165 (catch_exception_event): ...this, make non-static, update header
7166 command, and change some parameter types.
7167 (catch_catch_command): Update for changes to
7168 catch_exception_command_1.
7169 (catch_throw_command): Likewise.
7170 (catch_rethrow_command): Likewise.
7171 * breakpoint.c (enum exception_event_kind): Delete.
7172 * breakpoint.h (enum exception_event_kind): Moved here from
7173 break-catch-throw.c.
7174 (catch_exception_event): Declare.
7175 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7176 (mi_cmd_catch_throw): New function.
7177 (mi_cmd_catch_rethrow): New function.
7178 (mi_cmd_catch_catch): New function.
7179 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7180 'catch-catch' entries.
7181 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7182 (mi_cmd_catch_rethrow): Declare.
7183 (mi_cmd_catch_catch): Declare.
7184
7185 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7186
7187 * annotate.c (annotate_source_line): Change return type to void,
7188 update implementation to match.
7189 * annotate.h (annotate_source_line): Change return type to void,
7190 update header comment.
7191 * stack.c (print_frame_info): Don't change what frame information
7192 is printed based on whether annotations are on or not.
7193
7194 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7195
7196 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7197 (annotate_source): Make static.
7198 (annotate_source_line): Moved from source.c and renamed from
7199 identify_source_line. Update the return type.
7200 * annotate.h (annotate_source): Delete declaration.
7201 (annotate_source_line): Declaration moved from source.h, and
7202 renamed from identify_source_line. Return type updated.
7203 * source.c (identify_source_line): Moved to annotate.c and renamed
7204 to annotate_source_line.
7205 (info_line_command): Remove check of annotation_level.
7206 * source.h (identify_source_line): Move declaration to annotate.h
7207 and rename to annotate_source_line.
7208 * stack.c: Add 'annotate.h' include.
7209 (print_frame_info): Remove check of annotation_level before
7210 calling annotate_source_line.
7211
7212 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7213
7214 * source-cache.c (source_cache::get_plain_source_lines): Use
7215 open_source_file_with_line_charpos instead of just
7216 open_source_file, remove call to find_source_lines.
7217 (source_cache::get_source_lines): Likewise.
7218 * source.c (find_source_lines): Make static.
7219 (get_filename_and_charpos): Renamed into...
7220 (open_source_file_with_line_charpos): ..this along with changes to
7221 return a scoped_fd, and some other minor clean ups.
7222 (identify_source_line): Use open_source_file_with_line_charpos.
7223 (search_command_helper): Use open_source_file_with_line_charpos
7224 instead of just open_source_file, remove call to
7225 find_source_lines.
7226 * source.h (open_source_file_with_line_charpos): Declare new
7227 function.
7228 (find_source_lines): Delete declaration.
7229
7230 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7231
7232 * source.c (get_filename_and_charpos): Remove fullname
7233 parameter.
7234 (identify_source_line): Update call to get_filename_and_charpos.
7235
7236 2019-06-14 Tom Tromey <tromey@adacore.com>
7237
7238 PR gdb/24502:
7239 * ui-style.h (skip_ansi_escape): Update comment.
7240 * ui-file.h (class no_terminal_escape_file): New class.
7241 * ui-file.c (no_terminal_escape_file::write)
7242 (no_terminal_escape_file::puts): New methods.
7243 * cli/cli-logging.c (handle_redirections): Use
7244 no_terminal_escape_file.
7245
7246 2019-06-14 Tom Tromey <tromey@adacore.com>
7247
7248 * NEWS: Move convenience variable news above Python news.
7249
7250 2019-06-14 Tom Tromey <tom@tromey.com>
7251
7252 * gnulib: Move directory to top-level.
7253 * configure.ac: Don't configure gnulib.
7254 * configure: Rebuild.
7255 * common/common-defs.h: Use new path to gnulib.
7256 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7257 (GNULIB_H): Remove.
7258 (INCGNU): Look in new gnulib location.
7259 (HFILES_NO_SRCDIR): Remove gnulib files.
7260 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7261 (generated_files): Remove GNULIB_H.
7262 ($(LIBGNU), all-lib): Remove targets.
7263 (distclean): Don't mention GNULIB_BUILDDIR.
7264 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7265
7266 2019-06-14 Tom Tromey <tromey@adacore.com>
7267
7268 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7269 Warn if symbol file does not provide any symbols.
7270
7271 2019-06-14 Tom Tromey <tromey@adacore.com>
7272
7273 * source.c (find_and_open_source): Respect basenames_may_differ.
7274
7275 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7276
7277 * annotate.c (annotate_breakpoints_invalid): Make use of
7278 scoped_restore_terminal_state.
7279 (annotate_frames_invalid): Likewise.
7280
7281 2019-06-14 Tom Tromey <tromey@adacore.com>
7282
7283 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7284 allow assignment to an internalvar.
7285
7286 2019-06-14 Tom Tromey <tromey@adacore.com>
7287
7288 * ada-lex.l: Allow "_" in attribute names.
7289
7290 2019-06-14 Tom Tromey <tromey@adacore.com>
7291
7292 PR gdb/24653:
7293 * regcache.c (registers_changed): Don't call alloca.
7294 * top.c (execute_command): Don't call alloca.
7295
7296 2019-06-13 Pedro Alves <palves@redhat.com>
7297
7298 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7299 'expression'. When parsing an expression, error out if there's
7300 junk after "unlimited".
7301 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7302 (do_set_command): Adjust calls to is_unlimited_literal.
7303
7304 2019-06-13 Pedro Alves <palves@redhat.com>
7305
7306 * compile/compile.c (make_compile_options_def_group): Add braces
7307 around array_view initializer.
7308 * thread.c (make_thread_apply_all_options_def_group)
7309 (make_thread_apply_all_options_def_group): Likewise.
7310
7311 2019-06-13 Pedro Alves <palves@redhat.com>
7312
7313 * NEWS (New commands): Mention "maint test-options
7314 require-delimiter", "maint test-options unknown-is-error", "maint
7315 test-options unknown-is-operand" and "maint show
7316 test-options-completion-result".
7317 (New command options, command completion): New section.
7318 (Completion improvements): New section.
7319 Mention that you can abbreviate "unlimited".
7320
7321 2019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7324 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7325 * unittests/cli-utils-selftests.c (test_parse_flags)
7326 (test_parse_flags_qcs): Delete.
7327 (test_cli_utils): Don't call deleted functions.
7328
7329 2019-06-13 Pedro Alves <palves@redhat.com>
7330
7331 * thread.c: Include "cli/cli-option.h".
7332 (tp_array_compar_ascending): Global.
7333 (tp_array_compar): Delete function.
7334 (tp_array_compar_ascending, tp_array_compar_descending): New
7335 functions.
7336 (ascending_option_def, qcs_flag_option_def)
7337 (thr_qcs_flags_option_defs)
7338 (make_thread_apply_all_options_def_group)
7339 (make_thread_apply_options_def_group): New.
7340 (thread_apply_all_command): Use gdb::option::process_options.
7341 (thread_apply_command_completer)
7342 (thread_apply_all_command_completer): New.
7343 (thread_apply_command): Use gdb::option::process_options.
7344 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7345 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7346 to generate help text of "thread apply". Adjust "taas"'s help.
7347 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7348 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7349
7350 2019-06-13 Pedro Alves <palves@redhat.com>
7351
7352 * thread.c (thread_apply_command): Check for invalid TID with
7353 isdigit instead of !isalpha.
7354
7355 2019-06-13 Pedro Alves <palves@redhat.com>
7356
7357 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7358 (validate_flags_qcs): New.
7359 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7360 (validate_flags_qcs): Declare.
7361 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7362 (make_frame_apply_options_def_group): New.
7363 (frame_apply_command_count): Process options with
7364 gdb::option::process_options.
7365 (frame_apply_completer): New.
7366 (frame_apply_level_completer, frame_apply_all_completer)
7367 (frame_apply_completer): New.
7368 (_initialize_stack): Update help of "frame apply", "frame apply
7369 level", "frame apply all" and "faas" to mention supported options
7370 and install command completers.
7371 * stack.h (frame_apply_all_completer): Declare.
7372 * thread.c: Include "stack.h".
7373 (tfaas_command): Add "--".
7374 (_initialize_thread): Update help "tfaas" to mention supported
7375 options and install command completer.
7376
7377 2019-06-13 Pedro Alves <palves@redhat.com>
7378
7379 * completer.c (complete_nested_command_line): New.
7380 (gdb_completion_word_break_characters_throw): Add assertion.
7381 * completer.h (complete_nested_command_line): Declare.
7382
7383 2019-06-13 Pedro Alves <palves@redhat.com>
7384
7385 * stack.c (parse_backtrace_qualifiers): New.
7386 (backtrace_command): Use it.
7387 (backtrace_command_completer): Complete on qualifiers.
7388
7389 2019-06-13 Pedro Alves <palves@redhat.com>
7390
7391 * frame.c: Include "cli/cli-option.h.
7392 (user_set_backtrace_options): New.
7393 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7394 Delete.
7395 (get_prev_frame): Adjust.
7396 (boolean_option_def, uinteger_option_def)
7397 (set_backtrace_option_defs): New.
7398 (_initialize_frame): Adjust and use
7399 gdb::option::add_setshow_cmds_for_options to install "set
7400 backtrace past-main" and "set backtrace past-entry".
7401 * frame.h: Include "cli/cli-option.h".
7402 (struct frame_print_options): Forward declare.
7403 (print_frame_arguments_all, print_frame_arguments_scalars)
7404 (print_frame_arguments_none): Declare.
7405 (print_entry_values): Delete declaration.
7406 (struct frame_print_options, user_frame_print_options): New.
7407 (struct set_backtrace_options): New.
7408 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7409 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7410 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7411 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7412 (list_args_or_locals): Add frame_print_options parameter.
7413 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7414 * python/py-framefilter.c (enumerate_args): Pass down
7415 USER_FRAME_PRINT_OPTIONS.
7416 * stack.c: Include "cli/cli-option.h".
7417 (print_frame_arguments_all, print_frame_arguments_scalars)
7418 (print_frame_arguments_none): Declare.
7419 (print_raw_frame_arguments, print_entry_values): Delete.
7420 (user_frame_print_options): New.
7421 (boolean_option_def, enum_option_def, frame_print_option_defs):
7422 New.
7423 (struct backtrace_cmd_options): New.
7424 (bt_flag_option_def): New.
7425 (backtrace_command_option_defs): New.
7426 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7427 (print_frame_arg, read_frame_arg, print_frame_args)
7428 (print_frame_info, print_frame): Add frame_print_options parameter
7429 and use it.
7430 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7431 (backtrace_command_1): Add frame_print_options and
7432 backtrace_cmd_options parameters and use them.
7433 (make_backtrace_options_def_group): New.
7434 (backtrace_command): Process command options with
7435 gdb::option::process_options.
7436 (backtrace_command_completer): New.
7437 (_initialize_stack): Extend "backtrace"'s help to mention
7438 supported options. Install completer for "backtrace".
7439 Install some settings commands with add_setshow_cmds_for_options.
7440
7441 2019-06-13 Pedro Alves <palves@redhat.com>
7442
7443 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7444 and that "set/show print raw frame-arguments" are now deprecated.
7445
7446 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7447 command.
7448 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7449 * stack.c (_initialize_stack): Install "set/show print
7450 raw-frame-arguments", and deprecate "set/show print raw
7451 frame-arguments".
7452 * valprint.c (_initialize_valprint): Deprecate "set/show print
7453 raw".
7454
7455 2019-06-13 Pedro Alves <palves@redhat.com>
7456
7457 * compile/compile.c (struct compile_options): New.
7458 (compile_flag_option_def, compile_command_option_defs)
7459 (make_compile_options_def_group): New.
7460 (compile_file_command): Handle options with
7461 gdb::option::process_options.
7462 (compile_file_command_completer): New function.
7463 (compile_code_command): Handle options with
7464 gdb::option::process_options.
7465 (compile_code_command_completer): New function.
7466 (_initialize_compiler): Install completers for "compile code" and
7467 "compile file". Mention available options in "compile code" and
7468 "compile code"'s help.
7469 * completer.c (advance_to_completion_word): New, factored out from
7470 ...
7471 (advance_to_expression_complete_word_point): ... this.
7472 (advance_to_filename_complete_word_point): New.
7473 * completer.h (advance_to_filename_complete_word_point): New
7474 declaration.
7475
7476 2019-06-13 Pedro Alves <palves@redhat.com>
7477
7478 * compile/compile.c: Include "cli/cli-option.h".
7479 (compile_print_value): Scope data pointer is now a
7480 value_print_options pointer; adjust.
7481 (compile_print_command): Process options. Scope data pointer is
7482 now a value_print_options pointer; adjust.
7483 (_initialize_compile): Update "compile print"'s help to include
7484 supported options. Install a completer for "compile print".
7485 * cp-valprint.c (show_vtblprint, show_objectprint)
7486 (show_static_field_print): Delete.
7487 (_initialize_cp_valprint): Don't install "set print
7488 static-members", "set print vtbl", "set print object" here.
7489 * printcmd.c: Include "cli/cli-option.h" and
7490 "common/gdb_optional.h".
7491 (print_command_parse_format): Rework to fill in a
7492 value_print_options instead of a format_data.
7493 (print_value): Change parameter type from format_data pointer to
7494 value_print_options reference. Adjust.
7495 (print_command_1): Process options. Adjust to pass down a
7496 value_print_options.
7497 (print_command_completer): New.
7498 (_initialize_printcmd): Install print_command_completer as
7499 handle_brkchars completer for the "print" command. Update
7500 "print"'s help to include supported options.
7501 * valprint.c: Include "cli/cli-option.h".
7502 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7503 here from cp-valprint.c.
7504 (boolean_option_def, uinteger_option_def)
7505 (value_print_option_defs, make_value_print_options_def_group):
7506 New. Use gdb::option::add_setshow_cmds_for_options to install
7507 "set print elements", "set print null-stop", "set print repeats",
7508 "set print pretty", "set print union", "set print array", "set
7509 print address", "set print symbol", "set print array-indexes".
7510 * valprint.h: Include <string> and "cli/cli-option.h".
7511 (make_value_print_options_def_group): Declare.
7512 (print_value): Change parameter type from format_data pointer to
7513 value_print_options reference.
7514 (print_command_completer): Declare.
7515
7516 2019-06-13 Pedro Alves <palves@redhat.com>
7517
7518 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7519 (COMMON_SFILES): Add maint-test-settings.c.
7520 * cli/cli-decode.c (boolean_enums): New global, factored out from
7521 ...
7522 (add_setshow_boolean_cmd): ... here.
7523 * cli/cli-decode.h (boolean_enums): Declare.
7524 * cli/cli-option.c: New file.
7525 * cli/cli-option.h: New file.
7526 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7527 factored out from ...
7528 (parse_cli_boolean_value(const char *)): ... this.
7529 (is_unlimited_literal): Change parameter type to pointer to
7530 pointer. Adjust and advance ARG pointer.
7531 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7532 (parse_cli_var_enum): New, factored out from ...
7533 (do_set_command): ... this. Adjust.
7534 * cli/cli-setshow.h (parse_cli_boolean_value)
7535 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7536 (parse_cli_var_enum): Declare.
7537 * cli/cli-utils.c: Include "cli/cli-option.h".
7538 (get_ulongest): New.
7539 * cli/cli-utils.h (get_ulongest): Declare.
7540 (check_for_argument): New overloads.
7541 * maint-test-options.c: New file.
7542
7543 2019-06-13 Pedro Alves <palves@redhat.com>
7544
7545 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7546 parse a range if "-" is at the end of the string.
7547
7548 2019-06-13 Pedro Alves <palves@redhat.com>
7549
7550 * cli/cli-setshow.c (parse_auto_binary_operation)
7551 (parse_cli_boolean_value): Don't allow "o".
7552
7553 2019-06-13 Pedro Alves <palves@redhat.com>
7554
7555 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7556 * NEWS: Mention maint test-settings KIND.
7557 * maint-test-settings.c: New file.
7558
7559 2019-06-13 Pedro Alves <palves@redhat.com>
7560
7561 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7562 completer.
7563 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7564 "set" completers.
7565
7566 2019-06-13 Pedro Alves <palves@redhat.com>
7567
7568 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7569 after item.
7570
7571 2019-06-13 Pedro Alves <palves@redhat.com>
7572
7573 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7574
7575 2019-06-13 Pedro Alves <palves@redhat.com>
7576
7577 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7578 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7579 call.
7580 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7581 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7582 calls.
7583 (check_for_argument): Skip spaces after argument.
7584
7585 2019-06-13 Pedro Alves <palves@redhat.com>
7586
7587 * thread.c (thread_apply_command): Adjust TID parsing.
7588 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7589 detected before end of string.
7590 (tid_is_in_list): Error out if LIST is invalid.
7591
7592 2019-06-13 Pedro Alves <palves@redhat.com>
7593
7594 * completer.c (complete_line_internal_1): Rewind completion word
7595 point.
7596 (completion_tracker::advance_custom_word_point_by): Change
7597 parameter type to int.
7598 * completer.h (completion_tracker::advance_custom_word_point_by):
7599 Likewise.
7600
7601 2019-06-13 Pedro Alves <palves@redhat.com>
7602
7603 * completer.c (advance_to_completion_word): Handle delimiters.
7604
7605 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7606
7607 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7608
7609 2019-06-11 Tom Tromey <tom@tromey.com>
7610
7611 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7612 (xmalloc_failed): Move to alloc.c.
7613 * alloc.c: New file.
7614 * Makefile.in (COMMON_SFILES): Add alloc.c.
7615
7616 2019-06-11 Tom Tromey <tom@tromey.com>
7617
7618 * nat/linux-waitpid.c: Don't include server.h.
7619 (linux_debug): Remove.
7620 (my_waitpid): Update.
7621
7622 2019-06-11 Tom Tromey <tromey@adacore.com>
7623
7624 * infcall.c (_initialize_infcall): Remove trailing newline from
7625 help.
7626 * user-regs.c (_initialize_user_regs): Remove trailing newline
7627 from help.
7628 * typeprint.c (_initialize_typeprint): Remove trailing newline
7629 from help.
7630 * reverse.c (_initialize_reverse): Remove trailing newlines from
7631 help.
7632 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7633 from help.
7634 * language.c (add_set_language_command): Remove trailing newline
7635 from help.
7636 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7637 help.
7638 * disasm.c (_initialize_disasm): Remove trailing newline from
7639 help.
7640 * top.c (init_main): Remove trailing newline from help.
7641 * interps.c (_initialize_interpreter): Remove trailing newline
7642 from help.
7643 * btrace.c (_initialize_btrace): Remove trailing newlines from
7644 help.
7645 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7646 from help.
7647 * python/python.c (_initialize_python): Remove trailing newline
7648 from help.
7649 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7650 help.
7651 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7652 from help. Reformat some text.
7653 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7654 from help.
7655 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7656 newline from help.
7657
7658 2019-06-11 Tom Tromey <tromey@adacore.com>
7659
7660 * darwin-nat.c (darwin_decode_exception_message)
7661 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7662
7663 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7664
7665 * valops.c (value_slice): Check for not allocated or not
7666 associated values.
7667
7668 2019-06-10 Tom de Vries <tdevries@suse.de>
7669
7670 PR gdb/24618
7671 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7672 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7673 invalid.
7674
7675 2019-06-10 Tom de Vries <tdevries@suse.de>
7676
7677 PR gdb/24611
7678 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7679 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7680
7681 2019-06-10 Tom de Vries <tdevries@suse.de>
7682
7683 PR symtab/24545
7684 * symtab.c (struct demangled_name_entry): Add language field.
7685 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7686 static minimal symbol". Set and use language field.
7687
7688 2019-06-10 Tom Tromey <tromey@adacore.com>
7689
7690 * ada-lang.c (_initialize_ada_language): Update help text.
7691
7692 2019-06-10 Tom Tromey <tromey@adacore.com>
7693
7694 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7695 with a newline.
7696 * guile/guile.c (handle_boot_error): Don't end warning with a
7697 newline.
7698 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7699 warning with a newline.
7700 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7701 newline.
7702 (s12z_frame_cache): Likewise.
7703 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7704 a newline.
7705 * solib-svr4.c (disable_probes_interface): Don't end warning with
7706 a newline.
7707 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7708 newline.
7709 * python/python.c (do_finish_initialization): Don't end warning
7710 with a newline.
7711
7712 2019-06-10 Tom Tromey <tom@tromey.com>
7713
7714 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7715 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7716 gdbpy_enter.
7717
7718 2019-06-10 Tom Tromey <tromey@adacore.com>
7719
7720 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7721 data.
7722 (elf_new_init): Don't call stabsread_new_init.
7723 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7724 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7725 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7726
7727 2019-06-10 Tom de Vries <tdevries@suse.de>
7728
7729 PR symtab/16264
7730 PR symtab/24517
7731 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7732
7733 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7734
7735 * source.c (find_and_open_source): Also rewrite relative file
7736 names.
7737
7738 2019-04-26 Amos Bird <amosbird@gmail.com>
7739
7740 * annotate.c (annotate_thread_exited): Add "thread-exited"
7741 annotation.
7742
7743 2019-06-06 Tom Tromey <tromey@adacore.com>
7744
7745 * maint.h (class scoped_command_stats): Use
7746 DISABLE_COPY_AND_ASSIGN.
7747 <print_time>: New method.
7748 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7749 print_time.
7750 (scoped_command_stats::print_time): New method.
7751
7752 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7753
7754 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7755 instructions of lengths 6 or 8 bytes.
7756
7757 2019-06-04 Pedro Alves <palves@redhat.com>
7758
7759 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7760
7761 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7762 * breakpoint.c (condition_completer): Likewise.
7763 * cli/cli-dump.c (scan_expression): Likewise.
7764 * common/filestuff.c (mkdir_recursive): Likewise.
7765 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7766 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7767 (gdb_abspath): Likewise.
7768 * compile/compile-cplus-types.c
7769 (compile_cplus_instance::decl_name): Likewise.
7770 * completer.c (complete_explicit_location):
7771 (signal_completer, reg_or_group_completer_1): Likewise.
7772 * cp-support.c (cp_remove_params_if_any): Likewise.
7773 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7774 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7775 * infcmd.c (strip_bg_char): Likewise.
7776 * linespec.c (copy_token_string): Likewise.
7777 * mi/mi-main.c (output_cores): Likewise.
7778 * psymtab.c (psymtab_search_name):
7779 * symfile.c (test_set_ext_lang_command): Likewise.
7780 * target.c (target_fileio_read_stralloc): Likewise.
7781 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7782 * value.c (complete_internalvar): Likewise.
7783
7784 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7785
7786 Add objfile property to gdb.Type.
7787 * NEWS: Mention Python API addition.
7788 * python/py-type.c (typy_get_objfile): New method.
7789
7790 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7791
7792 * NEWS: Mention the new set|show style [title|highlight].
7793 Mention changes to "show style", "help" and "apropos".
7794
7795 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7796
7797 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7798 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7799 instead of print_help_for_command.
7800 (print_doc_of_command): New function.
7801 (help_list): Add 'apropos -v word' suggestion.
7802 (print_help_for_command): Style the command name using title style.
7803 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7804 (_initialize_cli_cmds): Describe -v in apropos_command help.
7805
7806 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7807
7808 * cli/cli-style.h (cli_style_option): Add name in constructor,
7809 add m_name class member, add constructor with intensity,
7810 add name class function.
7811 (cli_style_option::add_setshow_commands): Remove name argument.
7812 (highlight_style, title_style): New styles.
7813 * cli/cli-style.c (do_show): New function that shows a style
7814 characteristic styling the style name with itself.
7815 (set_style_name): New function.
7816 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7817 Update all callers according to the changes in cli/cli-style.h.
7818 * utils.h (fputs_highlighted): New function.
7819 * utils.c (fputs_highlighted): Likewise.
7820
7821 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7822
7823 * NEWS: Mention new pipe command and new convenience variables.
7824
7825 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7826
7827 * cli/cli-cmds.c (pipe_command): New function.
7828 (_initialize_cli_cmds): Call add_com for pipe_command.
7829 Define | as an alias for pipe.
7830 (exit_status_set_internal_vars): New function.
7831 (shell_escape): Call exit_status_set_internal_vars.
7832 cli/cli-decode.c (find_command_name_length): Recognize | as
7833 a single character command.
7834
7835 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7836
7837 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7838 top.c (execute_command_to_ui_file): New function, mostly a copy
7839 of execute_command_to_string.
7840 (execute_command_to_string): Implement by calling
7841 execute_command_to_ui_file.
7842
7843 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7844
7845 * top.h (saved_command_line): Remove declaration.
7846 * top.c (previous_saved_command_line, previous_repeat_arguments):
7847 New variables.
7848 (saved_command_line): Make static, define together with other
7849 'repeat variables'.
7850 (dont_repeat): Clear repeat_arguments.
7851 (repeat_previous, get_saved_command_line, save_command_line):
7852 New functions.
7853 (gdb_init): Initialize saved_command_line
7854 and previous_saved_command_line.
7855 * main.c (captured_main_1): Remove saved_command_line initialization.
7856 * event-top.c (handle_line_of_input): Update to use
7857 the new 'repeat' related functions instead of direct access to
7858 saved_command_line.
7859 * command.h (repeat_previous, get_saved_command_line,
7860 save_command_line): New declarations.
7861 (dont_repeat): Add comment.
7862
7863 2019-05-30 Tom Tromey <tromey@adacore.com>
7864
7865 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7866 Fix comment.
7867 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7868
7869 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7870
7871 PR cli/24587
7872 * completer.c (complete): Initialize variable word.
7873
7874 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7875
7876 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7877 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7878 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7879 'body' is NULL to the outter 'if', protecting the '!is_define'
7880 situation as well.
7881
7882 2019-05-29 Tom Tromey <tromey@adacore.com>
7883
7884 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7885 (dwarf_unknown): New function.
7886 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7887 (dwarf_type_encoding_name): Use dwarf_unknown.
7888
7889 2019-05-29 Tom Tromey <tromey@adacore.com>
7890
7891 PR c++/20020:
7892 * cp-valprint.c (cp_print_value_fields): Call
7893 cp_print_static_field inside "try".
7894
7895 2019-05-29 Tom Tromey <tromey@adacore.com>
7896
7897 * inflow.c (struct terminal_info): Add default operator=.
7898 * configure: Rebuild.
7899 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7900 -Wdeprecated-copy-dtor, -Wredundant-move.
7901
7902 2019-05-29 Tom Tromey <tromey@adacore.com>
7903
7904 * NEWS: Add entry.
7905 * infcmd.c (print_return_value_1): Handle finish_print
7906 option.
7907 (show_print_finish): New function.
7908 (_initialize_infcmd): Add "set/show print finish" commands.
7909 * valprint.c (user_print_options): Initialize new member.
7910 * valprint.h (struct value_print_options) <finish_print>: New
7911 member.
7912
7913 2019-05-28 Tom Tromey <tromey@adacore.com>
7914
7915 * ada-lang.c (ada_remove_Xbn_suffix)
7916 (find_old_style_renaming_symbol)
7917 (parse_old_style_renaming): Remove.
7918 (ada_find_renaming_symbol): Don't call
7919 find_old_style_renaming_symbol.
7920 (ada_is_renaming_symbol): Rename from
7921 ada_find_renaming_symbol. Remove "block" parameter. Return
7922 bool. Now static.
7923 (ada_read_var_value): Update and simplify.
7924 * ada-exp.y (write_var_or_type): Remove old code.
7925
7926 2019-05-28 Alan Hayward <alan.hayward@arm.com>
7927
7928 PR gdb/25010
7929 * event-top.c: Remove include comment.
7930 * inflow.c (class scoped_ignore_sigttou): Move from here...
7931 * inflow.h (class scoped_ignore_sigttou): ...to here.
7932 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7933 * top.c: Remove include comment.
7934
7935 2019-05-27 Tom Tromey <tom@tromey.com>
7936
7937 * NEWS: Fix typo.
7938
7939 2019-05-22 Tom Tromey <tromey@adacore.com>
7940
7941 * target.c (target_follow_exec): Constify parameter.
7942 * target-delegates.c: Rebuild.
7943 * remote.c (remote_target::follow_exec): Constify parameter.
7944 * infrun.c (follow_exec): Constify parameter.
7945 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7946 (target_follow_exec): Likewise.
7947
7948 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7949
7950 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7951 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7952
7953 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7954
7955 * NEWS: Add debugredirect and testsuite sections.
7956
7957 2019-05-22 Simon Cook <simon.cook@embecosm.com>
7958
7959 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7960 target descriptions using exclusively floating point register name
7961 aliases.
7962
7963 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7964
7965 PR gdb/18644:
7966 * f-lang.c (build_fortran_types): Handle the case where
7967 gdbarch_floatformat_for_type returns a nullptr.
7968
7969 2019-05-21 Tom de Vries <tdevries@suse.de>
7970
7971 PR cli/24587
7972 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7973
7974 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7975
7976 PR gdb/18644:
7977 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7978 16-byte floats.
7979 * i386-tdep.c (i386_floatformat_for_type): Use
7980 floatformats_ia64_quad for the 16-byte floating point component
7981 within a fortran 32-byte complex number.
7982
7983 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7984
7985 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7986 delete default constructor.
7987 (find_partial_die): Update to return const struct.
7988 (partial_die_parent_scope): Move variable declaration into scope
7989 of its use and change its type to auto.
7990 (guess_partial_die_structure_name): Likewise.
7991 (partial_die_info::fixup): Likewise.
7992
7993 2019-05-17 Tom Tromey <tromey@adacore.com>
7994
7995 * source.c (find_and_open_source): Remove cast.
7996
7997 2019-05-17 Tom Tromey <tromey@adacore.com>
7998
7999 * annotate.c (annotate_source): Make "filename" const.
8000 * annotate.h (annotate_source): Use const.
8001
8002 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8003
8004 * disasm.c (set_disassembler_options): Send errors to stderr.
8005
8006 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8007
8008 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8009 (cli_interp_base::set_logging): Check debug_redirect.
8010 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8011 * cli/cli-logging.c (debug_redirect): Add static variable.
8012 (pop_output_files): Add default param.
8013 (handle_redirections): Print debug setting.
8014 (show_logging_command): Likewise.
8015 (_initialize_cli_logging): Add debugredirect command.
8016 * interps.c (current_interp_set_logging): Add debug_redirect
8017 parameter.
8018 * interps.h (set_logging): Add debug_redirect parameter.
8019 (current_interp_set_logging): Likewise.
8020 * mi/mi-common.h: Likewise.
8021 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8022
8023 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8024 Tom Tromey <tromey@adacore.com>
8025
8026 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8027 directly.
8028 * cli/cli-interp.h (make_logging_output): Remove declaration.
8029 * cli/cli-logging.c (make_logging_output): Remove function.
8030 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8031 directly.
8032 * ui-file.c (tee_file::tee_file): Remove bools.
8033 (tee_file::~tee_file): Remove deletes.
8034 * ui-file.h (tee_file): Remove bools.
8035
8036 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8037
8038 * mi/mi-cmds.h (mi_cmd_complete): New function.
8039 * mi/mi-main.c (mi_cmd_complete): Likewise.
8040 * mi/mi-cmds.c: Define new MI command -complete.
8041 * NEWS: Mention new -complete command.
8042
8043 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8044
8045 * completer.h (complete): New function.
8046 * completer.c (complete): Likewise.
8047 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8048 function defined in completer.h.
8049
8050 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8051
8052 * MAINTAINERS (Write After Approval): Add myself.
8053
8054 2019-05-17 Tom de Vries <tdevries@suse.de>
8055
8056 PR gdb/24094
8057 * dwarf2read.c (struct cu_partial_die_info): New struct.
8058 (find_partial_die): Return cu_partial_die_info.
8059 (partial_die_parent_scope, guess_partial_die_structure_name)
8060 (partial_die_info::fixup): Handle new return type of find_partial_die.
8061
8062 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8063
8064 PR breakpoints/24541
8065 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8066 "std::string", simplifying the algorithm.
8067
8068 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8069
8070 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8071 (stap_static_probe_ops::get_probes): Likewise.
8072
8073 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8074
8075 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8076 '-')" and "else if".
8077 (stap_parse_single_operand): Join checks for
8078 "gdbarch_stap_parse_special_token_p" and
8079 "gdbarch_stap_parse_special_token" in the same "if" statement.
8080 Invert check when verifying for operation on register
8081 displacement.
8082
8083 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8084
8085 * stap-probe.c (stap_get_opcode): Update comment.
8086 (stap_get_expected_argument_type): Likewise.
8087 (handle_stap_probe): Likewise.
8088
8089 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8090
8091 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8092 return type to 'bool'. Adjust comment. Use 'bool' when
8093 appropriate.
8094 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8095 * stap-probe.c (stap_parse_argument_1): Likewise.
8096 (stap_is_operator): Likewise.
8097 (stap_is_generic_prefix): Likewise.
8098 (stap_is_register_prefix): Likewise.
8099 (stap_is_register_indirection_prefix): Likewise.
8100 (stap_is_integer_prefix): Likewise.
8101 (stap_generic_check_suffix): Likewise.
8102 (stap_check_integer_suffix): Likewise.
8103 (stap_check_register_suffix): Likewise.
8104 (stap_check_register_indirection_suffix): Likewise.
8105 (stap_parse_register_operand): Likewise.
8106 (stap_parse_single_operand): Likewise.
8107 (stap_parse_argument_1): Likewise.
8108 (stap_probe::get_argument_count): Likewise.
8109 (stap_is_operator): Likewise.
8110
8111 2019-05-16 Tom Tromey <tromey@adacore.com>
8112
8113 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8114 keyword to foreach.
8115
8116 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8117
8118 * linux-thread-db.c (try_thread_db_load_1): Change return type
8119 to bool.
8120 (try_thread_db_load): Likewise.
8121 (try_thread_db_load_from_pdir_1): Likewise.
8122 (try_thread_db_load_from_pdir): Likewise.
8123 (try_thread_db_load_from_sdir): Likewise.
8124 (try_thread_db_load_from_dir): Likewise.
8125 (thread_db_load_search): Likewise.
8126 (has_libpthread): Likewise.
8127 (thread_db_load): Likewise.
8128
8129 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8130
8131 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8132 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8133 NULL, and complain/return if that's the case.
8134
8135 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8136
8137 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8138 (advance, posn, abstract_read_memory): New functions.
8139 [struct mem_read_abstraction]: New struct.
8140 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8141
8142 2019-05-14 Tom Tromey <tromey@adacore.com>
8143
8144 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8145 value is not lval_memory.
8146
8147 2019-05-14 Tom Tromey <tromey@adacore.com>
8148
8149 * solib.c (info_sharedlibrary_command): Style the file name.
8150
8151 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8152
8153 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8154 (aarch64_vnv_type): Likewise.
8155 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8156 * common/tdesc.c: Likewise.
8157 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8158 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8159 * features/aarch64-fpu.xml: Add ieee half view.
8160 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8161 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8162 * gdbtypes.h (struct builtin_type): Likewise.
8163 (struct objfile_type): Likewise.
8164
8165 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8166
8167 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8168 typo.
8169 * location.h (string_to_event_location): Likewise.
8170
8171 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8172
8173 GDB 8.3 released.
8174
8175 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8176
8177 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8178 New variable declaration.
8179 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8180 New variable.
8181 (print_one_breakpoint): Use ui_out::test_flags and new global
8182 variable to compute use_fixed_output.
8183 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8184 Remove.
8185 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8186 (mi_multi_location_breakpoint_output_fixed): Remove.
8187 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8188 new variable.
8189 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8190 fix_multi_location_breakpoint_output flag if version >= 3.
8191 * ui-out.h (enum ui_out_flag)
8192 <fix_multi_location_breakpoint_output>: New enumerator.
8193
8194 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8195
8196 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8197
8198 2019-05-10 Tom Tromey <tromey@adacore.com>
8199
8200 * ada-lang.c (catch_ada_completer): New function.
8201 (_initialize_ada_language): Use it.
8202
8203 2019-05-10 Tom Tromey <tromey@adacore.com>
8204
8205 * thread.c (print_thread_info): Make "requested_threads" const.
8206 * gdbthread.h (print_thread_info): Make "requested_threads"
8207 const.
8208 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8209 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8210
8211 2019-05-08 Tom Tromey <tom@tromey.com>
8212
8213 * gdbtypes.c (objfile_type_data): Change type.
8214 (objfile_type, _initialize_gdbtypes): Update.
8215
8216 2019-05-08 Tom Tromey <tom@tromey.com>
8217
8218 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8219 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8220 (_initialize_dwarf2_frame): Update.
8221
8222 2019-05-08 Tom Tromey <tom@tromey.com>
8223
8224 * objc-lang.c (objc_objfile_data): Change type.
8225 (find_methods): Update.
8226 (_initialize_objc_lang): Remove.
8227
8228 2019-05-08 Tom Tromey <tom@tromey.com>
8229
8230 * stabsread.c (rs6000_builtin_type_data): Change type.
8231 (rs6000_builtin_type, _initialize_stabsread): Update.
8232
8233 2019-05-08 Tom Tromey <tom@tromey.com>
8234
8235 * mips-tdep.c (mips_pdr_data): Remove.
8236 (_initialize_mips_tdep): Update.
8237
8238 2019-05-08 Tom Tromey <tom@tromey.com>
8239
8240 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8241 (hppa_init_objfile_priv_data, read_unwind_info)
8242 (find_unwind_entry, _initialize_hppa_tdep): Update.
8243
8244 2019-05-08 Tom Tromey <tom@tromey.com>
8245
8246 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8247 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8248 on obstack.
8249 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8250
8251 2019-05-08 Tom Tromey <tom@tromey.com>
8252
8253 * mdebugread.c (basic_type_data): Change type.
8254 (basic_type, _initialize_mdebugread): Update.
8255
8256 2019-05-08 Tom Tromey <tom@tromey.com>
8257
8258 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8259
8260 2019-05-08 Tom Tromey <tom@tromey.com>
8261
8262 * nto-tdep.c (nto_inferior_data_reg): Change type.
8263 (nto_inferior_data): Update.
8264 (nto_inferior_data_cleanup, nto_new_inferior_data)
8265 (_initialize_nto_tdep): Remove.
8266 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8267
8268 2019-05-08 Tom Tromey <tom@tromey.com>
8269
8270 * ada-lang.c (struct ada_inferior_data): Add initializers.
8271 (ada_inferior_data): Change type.
8272 (ada_inferior_data_cleanup): Remove.
8273 (get_ada_inferior_data, ada_inferior_exit)
8274 (struct ada_pspace_data): Add initializers, destructor.
8275 (ada_pspace_data_handle): Change type.
8276 (get_ada_pspace_data): Update.
8277 (ada_pspace_data_cleanup): Remove.
8278
8279 2019-05-08 Tom Tromey <tom@tromey.com>
8280
8281 * coffread.c (struct coff_symfile_info): Add initializers.
8282 (coff_objfile_data_key): Move lower. Change type.
8283 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8284 Update.
8285 (coff_free_info): Remove.
8286
8287 2019-05-08 Tom Tromey <tom@tromey.com>
8288
8289 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8290 (fbsd_pspace_data_handle): Move lower. Change type.
8291 (get_fbsd_pspace_data): Update.
8292 (fbsd_pspace_data_cleanup): Remove.
8293 (_initialize_fbsd_tdep): Update.
8294
8295 2019-05-08 Tom Tromey <tom@tromey.com>
8296
8297 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8298 (get_ada_tasks_pspace_data): Update.
8299 (ada_tasks_pspace_data_cleanup): Remove.
8300 (_initialize_tasks): Update.
8301 (ada_tasks_inferior_data_handle): Change type.
8302 (get_ada_tasks_inferior_data): Update.
8303 (ada_tasks_inferior_data_cleanup): Remove.
8304 (struct ada_tasks_pspace_data): Add initializers.
8305
8306 2019-05-08 Tom Tromey <tom@tromey.com>
8307
8308 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8309 * symfile-debug.c (debug_sym_get_probes): Change type.
8310 * stap-probe.c (handle_stap_probe):
8311 (stap_static_probe_ops::get_probes): Change type.
8312 * probe.h (class static_probe_ops) <get_probes>: Change type.
8313 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8314 (parse_probes_in_pspace): Update.
8315 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8316 Update.
8317 (any_static_probe_ops::get_probes): Change type.
8318 * elfread.c (elfread_data): New typedef.
8319 (probe_key): Change type.
8320 (elf_get_probes): Likewise. Update.
8321 (probe_key_free): Remove.
8322 (_initialize_elfread): Update.
8323 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8324 Change type.
8325 (dtrace_process_dof_probe, dtrace_process_dof)
8326 (dtrace_static_probe_ops::get_probe): Change type.
8327
8328 2019-05-08 Tom Tromey <tom@tromey.com>
8329
8330 * xcoffread.c (struct xcoff_symfile_info): Rename from
8331 coff_symfile_info. Add initializers.
8332 (xcoff_objfile_data_key): Move lower. Change type.
8333 (XCOFF_DATA): Rewrite.
8334 (xcoff_free_info): Remove.
8335 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8336 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8337 (xcoff_initial_scan): Update.
8338
8339 2019-05-08 Tom Tromey <tom@tromey.com>
8340
8341 * solib-svr4.c (struct svr4_info): Add initializers and
8342 destructor.
8343 <probes_table>: Now an htab_up.
8344 (solib_svr4_pspace_data): Change type.
8345 (free_probes_table): Simplify.
8346 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8347 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8348 (probes_table_remove_objfile_probes, register_solib_event_probe)
8349 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8350 (_initialize_svr4_solib): Update.
8351
8352 2019-05-08 Tom Tromey <tom@tromey.com>
8353
8354 * remote.c (remote_pspace_data): Change type.
8355 (remote_pspace_data_cleanup): Remove.
8356 (get_remote_exec_file, set_pspace_remote_exec_file)
8357 (_initialize_remote): Update.
8358
8359 2019-05-08 Tom Tromey <tom@tromey.com>
8360
8361 * breakpoint.c (breakpoint_objfile_key): Change type.
8362 (get_breakpoint_objfile_data): Update.
8363 (free_breakpoint_objfile_data): Remove.
8364 (_initialize_breakpoint): Update.
8365
8366 2019-05-08 Tom Tromey <tom@tromey.com>
8367
8368 * linux-tdep.c (struct linux_info): Add initializers.
8369 (linux_inferior_data): Move. Change type.
8370 (invalidate_linux_cache_inf): Update.
8371 (linux_inferior_data_cleanup): Remove.
8372 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8373
8374 2019-05-08 Tom Tromey <tom@tromey.com>
8375
8376 * auxv.c (auxv_inferior_data): Move. Change type.
8377 (auxv_inferior_data_cleanup): Remove.
8378 (invalidate_auxv_cache_inf): Rewrite.
8379 (get_auxv_inferior_data, _initialize_auxv): Update.
8380
8381 2019-05-08 Tom Tromey <tom@tromey.com>
8382
8383 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8384 (symfile_debug_objfile_data_key): Change type.
8385 (symfile_debug_installed, debug_qf_has_symbols)
8386 (debug_qf_find_last_source_symtab)
8387 (debug_qf_forget_cached_source_info)
8388 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8389 (debug_qf_print_stats, debug_qf_dump)
8390 (debug_qf_expand_symtabs_for_function)
8391 (debug_qf_expand_all_symtabs)
8392 (debug_qf_expand_symtabs_with_fullname)
8393 (debug_qf_map_matching_symbols)
8394 (debug_qf_expand_symtabs_matching)
8395 (debug_qf_find_pc_sect_compunit_symtab)
8396 (debug_qf_map_symbol_filenames)
8397 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8398 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8399 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8400 (debug_sym_read_linetable, debug_sym_relocate): Update.
8401 (symfile_debug_free_objfile): Remove.
8402 (install_symfile_debug_logging, _initialize_symfile_debug):
8403 Update.
8404
8405 2019-05-08 Tom Tromey <tom@tromey.com>
8406
8407 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8408 allocate_on_obstack.
8409 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8410 (get_dwarf2_per_objfile): Update.
8411 (set_dwarf2_per_objfile): Remove.
8412 (dwarf2_has_info, dwarf2_get_section_info): Update.
8413 (dwarf2_free_objfile): Remove.
8414 (_initialize_dwarf2_read): Update.
8415
8416 2019-05-08 Tom Tromey <tom@tromey.com>
8417
8418 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8419 initializers.
8420 <unsupported_script_warning_printed,
8421 script_not_found_warning_printed>: Now bool.
8422 (auto_load_pspace_data): Change type.
8423 (~auto_load_pspace_info): Rename from
8424 auto_load_pspace_data_cleanup.
8425 (get_auto_load_pspace_data, init_loaded_scripts_info)
8426 (clear_section_scripts, maybe_print_unsupported_script_warning)
8427 (maybe_print_script_not_found_warning, _initialize_auto_load):
8428 Update.
8429
8430 2019-05-08 Tom Tromey <tom@tromey.com>
8431
8432 * objfiles.c (objfile_pspace_info): Add destructor and
8433 initializers.
8434 (objfiles_pspace_data): Change type.
8435 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8436 (get_objfile_pspace_data): Update.
8437 (objfiles_bfd_data): Change type.
8438 (get_objfile_bfd_data): Update.
8439 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8440
8441 2019-05-08 Tom Tromey <tom@tromey.com>
8442
8443 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8444 Change type.
8445 (get_catch_syscall_inferior_data): Update.
8446 (catch_syscall_inferior_data_cleanup): Remove.
8447 (_initialize_break_catch_syscall): Update.
8448
8449 2019-05-08 Tom Tromey <tom@tromey.com>
8450
8451 * inflow.c (struct terminal_info): Add destructor and
8452 initializers.
8453 (inflow_inferior_data): Change type.
8454 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8455 (get_inflow_inferior_data, inflow_inferior_exit)
8456 (swap_terminal_info, _initialize_inflow): Update.
8457
8458 2019-05-08 Tom Tromey <tom@tromey.com>
8459
8460 * target-dcache.c (target_dcache_cleanup): Remove.
8461 (target_dcache_aspace_key): Change type.
8462 (target_dcache_init_p, target_dcache_invalidate)
8463 (target_dcache_get, target_dcache_get_or_init)
8464 (_initialize_target_dcache): Update.
8465 * dcache.h (struct dcache_deleter): New.
8466
8467 2019-05-08 Tom Tromey <tom@tromey.com>
8468
8469 * symtab.c (struct symbol_cache): Add destructor and
8470 initializers.
8471 (symbol_cache_key): Move. Change type.
8472 (make_symbol_cache, free_symbol_cache): Remove.
8473 (get_symbol_cache): Update.
8474 (symbol_cache_cleanup): Remove.
8475 (ALL_PSPACES, symbol_cache_flush)
8476 (maintenance_print_symbol_cache)
8477 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8478 Update.
8479
8480 2019-05-08 Tom Tromey <tom@tromey.com>
8481
8482 * symtab.c (struct main_info): Add destructor and initializers.
8483 (main_progspace_key): Move. Change type.
8484 (get_main_info): Update.
8485 (main_info_cleanup): Remove.
8486 (_initialize_symtab): Update.
8487
8488 2019-05-08 Tom Tromey <tom@tromey.com>
8489
8490 * registry.h (DECLARE_REGISTRY): Define the _key class.
8491
8492 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8493
8494 * NEWS: Merge two 'New commands' sections.
8495
8496 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8497
8498 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8499 parameter and use Ada language definition instead.
8500 (ada_val_print_ptr): Remove unused language parameter.
8501 (ada_val_print_num): Remove language parameter and use Ada language
8502 definition instead.
8503 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8504 parameter.
8505 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8506 parameter and use Ada language definition instead.
8507 (ada_val_print_1): Update all ada_val_print_xxx calls.
8508 Remove language parameter.
8509 (ada_val_print): Update ada_val_print_1 call.
8510
8511 2019-05-08 Tom Tromey <tromey@adacore.com>
8512
8513 * remote.c (remote_hw_watchpoint_limit)
8514 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8515 Now static.
8516
8517 2019-05-08 Tom Tromey <tromey@adacore.com>
8518
8519 * maint.c (_initialize_maint_cmds): Move initialization code to
8520 remote.c.
8521 (watchdog, show_watchdog): Move to remote.c.
8522 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8523 "watchdog" static.
8524 (_initialize_remote): Move initialization code from maint.c.
8525 * defs.h (watchdog): Don't declare.
8526
8527 2019-05-08 Tom Tromey <tromey@adacore.com>
8528
8529 * tui/tui-interp.c: Include main.h.
8530 * interps.c: Include main.h.
8531 * main.h (interpreter_p): Declare.
8532 * defs.h (interpreter_p): Don't declare.
8533
8534 2019-05-08 Tom Tromey <tromey@adacore.com>
8535
8536 * dwarf2loc.c: Include dwarf2read.h.
8537 * defs.h (read_unsigned_leb128): Don't declare.
8538 * dwarf2read.h (read_unsigned_leb128): Declare.
8539
8540 2019-05-08 Tom Tromey <tromey@adacore.com>
8541
8542 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8543 method.
8544
8545 2019-05-08 Tom Tromey <tromey@adacore.com>
8546
8547 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8548 when no wrap column is set.
8549
8550 2019-05-08 Tom Tromey <tromey@adacore.com>
8551
8552 * c-lang.c (c_get_string): Handle non-C-style arrays.
8553
8554 2019-05-08 Tom Tromey <tromey@adacore.com>
8555
8556 * typeprint.c (print_offset_data::update): Print the bit offset,
8557 not the number of bits remaining.
8558
8559 2019-05-08 Tom Tromey <tromey@adacore.com>
8560
8561 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8562 padding at end of comment.
8563
8564 2019-05-08 Tom Tromey <tromey@adacore.com>
8565
8566 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8567 Compare main types.
8568
8569 2019-05-06 Tom Tromey <tom@tromey.com>
8570
8571 * common/scoped_mmap.c: Include common-defs.h.
8572 * common/scoped_mmap.h: Don't include config.h.
8573
8574 2019-05-04 Tom Tromey <tom@tromey.com>
8575
8576 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8577 (struct aarch64_call_info): Add initializers.
8578 <si>: Now a std::vector.
8579 (pass_on_stack, aarch64_push_dummy_call): Update.
8580
8581 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8582 Tom Tromey <tom@tromey.com>
8583
8584 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8585 (ppc_threads): Now a std::vector. Now static.
8586 (hwdebug_find_thread_points_by_tid)
8587 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8588 Update.
8589
8590 2019-05-04 Tom Tromey <tom@tromey.com>
8591
8592 * arc-tdep.c (arc_tdesc_init): Return bool.
8593
8594 2019-05-04 Tom Tromey <tom@tromey.com>
8595
8596 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8597 Use gdb_assert_not_reached.
8598
8599 2019-05-04 Tom Tromey <tom@tromey.com>
8600
8601 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8602 "false".
8603
8604 2019-05-04 Tom Tromey <tom@tromey.com>
8605
8606 * arc-tdep.c (arc_tdesc_init): Use bool.
8607
8608 2019-05-04 Tom Tromey <tom@tromey.com>
8609
8610 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8611
8612 2019-05-04 Tom Tromey <tom@tromey.com>
8613
8614 * cli/cli-cmds.c (valid_command_p): Return bool.
8615
8616 2019-05-04 Tom Tromey <tom@tromey.com>
8617
8618 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8619 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8620
8621 2019-05-04 Raul Tambre <raul@tambre.ee>
8622
8623 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8624 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8625 operator for comparison.
8626
8627 2019-05-04 Tom Tromey <tom@tromey.com>
8628
8629 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8630 (lookup_partial_symbol, print_partial_symbols)
8631 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8632 (psymbol_compare): Update.
8633 (add_psymbol_to_bcache): Clear the entire psymbol.
8634 (maintenance_check_psymtabs): Update.
8635 * psympriv.h (struct partial_symbol): Don't derive from
8636 general_symbol_info.
8637 <obj_section, unrelocated_address, address,
8638 set_unrelocated_address>: Update.
8639 <ginfo>: New member.
8640 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8641 (debug_names::write_psymbols): Update.
8642
8643 2019-05-04 Tom de Vries <tdevries@suse.de>
8644
8645 * contrib/cc-with-tweaks.sh: Support -n arg.
8646
8647 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8648
8649 * corelow.c (core_target::detach): Ensure frame cache and
8650 register caches are cleared.
8651 inferior.c (exit_inferior_1): Likewise.
8652
8653 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8654 Tom Tromey <tom@tromey.com>
8655
8656 * dictionary.c (collate_pending_symbols_by_language): Remove
8657 "struct" from foreach.
8658 * symtab.c (lookup_global_symbol_from_objfile)
8659 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8660 foreach.
8661 * ser-tcp.c (net_open): Remove "struct" from foreach.
8662 * objfiles.c (objfile_relocate, objfile_rebase)
8663 (objfile_has_symbols): Remove "struct" from foreach.
8664 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8665 from foreach.
8666 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8667 foreach.
8668 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8669 "struct" from foreach.
8670 * ada-lang.c (create_excep_cond_exprs)
8671 (ada_exception_catchpoint_cond_string): Remove "struct" from
8672 foreach.
8673
8674 2019-05-03 Tom Tromey <tromey@adacore.com>
8675
8676 * ada-exp.y (convert_char_literal): Check suffix of each
8677 enumerator.
8678
8679 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8680
8681 PR ada/21406:
8682 * ada-exp.y (yywrap): Don't define.
8683 * ada-lex.l (%option): Add noyywrap
8684 (yywrap): Remove.
8685
8686 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8687
8688 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8689 _WIN32_WINNT to the XP level, unless already defined to a higher
8690 level.
8691
8692 * unittests/parse-connection-spec-selftests.c:
8693 * ser-tcp.c:
8694 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8695 override.
8696
8697 * symfile.c (find_separate_debug_file): Remove colon from the
8698 drive spec of DOS/Windows file names of the target, so that the
8699 file name produced from DEBUGDIR and the target's directory will
8700 be valid on DOS/Windows systems.
8701
8702 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8703
8704 * rust-lang.c (val_print_struct): Handle printing structures
8705 containing strings.
8706
8707 2019-05-02 Tom Tromey <tromey@adacore.com>
8708
8709 * valarith.c (_initialize_valarith): Remove.
8710
8711 2019-05-01 Tom Tromey <tromey@adacore.com>
8712
8713 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8714 bitfields.
8715
8716 2019-05-01 Tom Tromey <tromey@adacore.com>
8717
8718 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8719 for big-endian copies.
8720
8721 2019-04-30 Ali Tamur <tamur@google.com>
8722 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8723 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8724 (read_3_bytes): New function.
8725
8726 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8727
8728 * windows-nat.c (main_thread_id): Delete.
8729 (handle_output_debug_string): Replace main_thread_id by
8730 current_event.dwThreadId.
8731 (fake_create_process): Likewise.
8732 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8733 Do not set main_thread_id.
8734 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8735 current_event.dwThreadId.
8736 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8737
8738 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8739
8740 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8741 Use current_event.dwThreadId instead of main_thread_id.
8742
8743 2019-04-30 Tom Tromey <tromey@adacore.com>
8744
8745 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8746 (create_excep_cond_exprs): Iterate over program spaces.
8747 (ada_exception_catchpoint_cond_string): Examine all minimal
8748 symbols for exception types.
8749
8750 2019-04-30 Tom Tromey <tromey@adacore.com>
8751
8752 PR c++/24470:
8753 * dwarf2read.c (process_structure_scope): Handle case where type
8754 has template parameters but no symbol was created.
8755
8756 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8757 Chris January <chris.january@arm.com>
8758
8759 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8760 qualifier.
8761 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8762
8763 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8764
8765 * f-typeprint.c (f_print_type): Update rules for printing
8766 whitespace.
8767 (f_type_print_varspec_suffix): Likewise.
8768
8769 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8770 Chris January <chris.january@arm.com>
8771
8772 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8773 function arguments.
8774
8775 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8776
8777 * f-lang.c (build_fortran_types): Change name of void type to
8778 lower case.
8779 * f-typeprint.c (f_type_print_base): Print the name of the void
8780 type, rather than a fixed string.
8781 * f-valprint.c (f_decorations): Use lower case void string.
8782
8783 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8784 Chris January <chris.january@arm.com>
8785
8786 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8787 types for Fortran.
8788
8789 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8790 Chris January <chris.january@arm.com>
8791 David Lecomber <david.lecomber@arm.com>
8792
8793 * f-exp.y (BINOP_INTRINSIC): New token.
8794 (exp): New parser rule handling BINOP_INTRINSIC.
8795 (f77_keywords): Add new builtin procedures.
8796 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8797 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8798 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8799 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8800 (print_unop_subexp_f): New function.
8801 (print_binop_subexp_f): New function.
8802 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8803 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8804 (dump_subexp_body_f): Likewise.
8805 (operator_check_f): Likewise.
8806 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8807 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8808
8809 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8810
8811 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8812 UNOP_KIND.
8813 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8814 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8815 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8816 (operator_length_f): New fuction.
8817 (print_subexp_f): New function.
8818 (op_name_f): New function.
8819 (dump_subexp_body_f): New function.
8820 (operator_check_f): New function.
8821 (exp_descriptor_f): Replace standard expression handling functions
8822 with new functions.
8823 * gdb/fortran-operator.def: New file.
8824 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8825 * gdb/std-operator.def: Remove UNOP_KIND.
8826
8827 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8828
8829 * std-operator.def: Remove unbalanced, stray double quote
8830 character.
8831
8832 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8833 Chris January <chris.january@arm.com>
8834 Daniel Everett <daniel.everett@arm.com>
8835 Nick Forrington <nick.forrington@arm.com>
8836 Richard Bunt <richard.bunt@arm.com>
8837
8838 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8839 of depth when printing anonymous structs or unions.
8840 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8841 Don't print either the top-level value, or the children if the
8842 max-depth is exceeded.
8843 (ppscm_print_children): When printing the key of a map, allow one
8844 extra level of depth.
8845 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8846 print either the top-level value, or the children if the max-depth
8847 is exceeded.
8848 (print_children): When printing the key of a map, allow one extra
8849 level of depth.
8850 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8851 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8852 (user_print_options): Initialise max_depth field.
8853 (val_print_scalar_or_string_type_p): New function.
8854 (val_print): Check to see if the max depth has been reached.
8855 (val_print_check_max_depth): Define new function.
8856 (show_print_max_depth): New function.
8857 (_initialize_valprint): Add 'print max-depth' option.
8858 * valprint.h (struct value_print_options) <max_depth>: New field.
8859 (val_print_check_max_depth): Declare new function.
8860 * NEWS: Document new feature.
8861
8862 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8863
8864 * ada-lang.c (ada_language_defn): Initialise new field.
8865 * c-lang.c (c_is_string_type_p): New function.
8866 (c_language_defn): Initialise new field.
8867 (cplus_language_defn): Initialise new field.
8868 (asm_language_defn): Initialise new field.
8869 (minimal_language_defn): Initialise new field.
8870 * c-lang.h (c_is_string_type_p): Declare new function.
8871 * d-lang.c (d_language_defn): Initialise new field.
8872 * f-lang.c (f_is_string_type_p): New function.
8873 (f_language_defn): Initialise new field.
8874 * go-lang.c (go_is_string_type_p): New function.
8875 (go_language_defn): Initialise new field.
8876 * language.c (default_is_string_type_p): New function.
8877 (unknown_language_defn): Initialise new field.
8878 (auto_language_defn): Initialise new field.
8879 * language.h (struct language_defn) <la_is_string_type_p>: New
8880 member variable.
8881 (default_is_string_type_p): Declare new function.
8882 * m2-lang.c (m2_language_defn): Initialise new field.
8883 * objc-lang.c (objc_language_defn): Initialise new field.
8884 * opencl-lang.c (opencl_language_defn): Initialise new field.
8885 * p-lang.c (pascal_is_string_type_p): New function.
8886 (pascal_language_defn): Initialise new field.
8887 * rust-lang.c (rust_is_string_type_p): New function.
8888 (rust_language_defn): Initialise new field.
8889
8890 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8891
8892 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8893 New field.
8894 * ada-lang.c (ada_language_defn): Initialise new field.
8895 * c-lang.c (c_language_defn): Likewise.
8896 (cplus_language_defn): Likewise.
8897 (asm_language_defn): Likewise.
8898 (minimal_language_defn): Likewise.
8899 * d-lang.c (d_language_defn): Likewise.
8900 * f-lang.c (f_language_defn): Likewise.
8901 * go-lang.c (go_language_defn): Likewise.
8902 * language.c (unknown_language_defn): Likewise.
8903 (auto_language_defn): Likewise.
8904 * m2-lang.c (m2_language_defn): Likewise.
8905 * objc-lang.c (objc_language_defn): Likewise.
8906 * opencl-lang.c (opencl_language_defn): Likewise.
8907 * p-lang.c (pascal_language_defn): Likewise.
8908 * rust-lang.c (rust_language_defn): Likewise.
8909
8910 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8911
8912 * ada-lang.c (ada_is_character_type): Change return type to bool.
8913 (ada_is_string_type): Likewise.
8914 * ada-lang.h (ada_is_character_type): Update declaration
8915 (ada_is_string_type): Likewise.
8916
8917 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8918
8919 Support style in 'frame|thread apply'
8920
8921 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8922 * record.c (record_start, record_stop): Update callers of
8923 execute_command_to_string with false.
8924 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8925 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8926 methods.
8927 (class string_file): New constructor with term_out parameter.
8928 Override methods term_out and can_emit_style_escape. New member
8929 term_out.
8930 (class stdio_file): Override can_emit_style_escape.
8931 (class tee_file): Override term_out and can_emit_style_escape.
8932 * utils.h (can_emit_style_escape): Remove.
8933 * utils.c (can_emit_style_escape): Likewise.
8934 Update all callers of can_emit_style_escape (SOMESTREAM) to
8935 SOMESTREAM->can_emit_style_escape.
8936 * source-cache.c (source_cache::get_source_lines): Likewise.
8937 * stack.c (frame_apply_command_count): Call execute_command_to_string
8938 passing the term_out characteristic of the current gdb_stdout.
8939 * thread.c (thr_try_catch_cmd): Likewise.
8940 * top.c (execute_command_to_string): pass term_out parameter
8941 to construct the string_file for the command output.
8942 * ui-file.c (term_cli_styling): New function (most code moved
8943 from utils.c can_emit_style_escape).
8944 (string_file::string_file, string_file::can_emit_style_escape,
8945 stdio_file::can_emit_style_escape, tee_file::term_out,
8946 tee_file::can_emit_style_escape): New functions.
8947
8948 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8949
8950 * NEWS: Mention the new set|show may-call-functions.
8951 * infcall.c (may_call_functions_p): New variable.
8952 (show_may_call_functions_p): New function.
8953 (call_function_by_hand_dummy): Throws an error if not
8954 may-call-functions.
8955 (_initialize_infcall): Call add_setshow_boolean_cmd for
8956 may-call-functions.
8957
8958 2019-04-25 Keith Seitz <keiths@redhat.com>
8959
8960 PR c++/24367
8961 * cp-support.c (inspect_type): Don't attempt substitutions
8962 of symbol with the same name.
8963
8964 2019-04-25 Tom Tromey <tromey@adacore.com>
8965
8966 PR gdb/24475:
8967 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8968 static.
8969
8970 2019-04-25 Tom Tromey <tromey@adacore.com>
8971
8972 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8973 rvalue reference.
8974 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8975 (gdb_xml_parser::parse): Use std::move.
8976 * python/python-internal.h (gdbpy_convert_exception): Take a const
8977 reference.
8978 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8979 std::move.
8980 * python/py-utils.c (gdbpy_convert_exception): Take a const
8981 reference.
8982 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8983 Use std::move.
8984 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8985 Use std::move.
8986 * mi/mi-main.c (mi_print_exception): Take a const reference.
8987 * main.c (handle_command_errors): Take a const reference.
8988 * linespec.c (parse_linespec): Use std::move.
8989 * infcall.c (run_inferior_call): Use std::move.
8990 (call_function_by_hand_dummy): Use std::move.
8991 * exec.c (try_open_exec_file): Use std::move.
8992 * exceptions.h (exception_print, exception_fprintf)
8993 (exception_print_same): Update.
8994 * exceptions.c (print_exception, exception_print)
8995 (exception_fprintf, exception_print_same): Change parameters to
8996 const reference.
8997 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8998 * common/new-op.c: Use std::move.
8999 * common/common-exceptions.h (struct gdb_exception): Add move
9000 constructor.
9001 (struct gdb_exception_error, struct gdb_exception_quit, struct
9002 gdb_quit_bad_alloc): Change constructor to move constructor.
9003 (throw_exception): Change parameter to rvalue reference.
9004 * common/common-exceptions.c (throw_exception): Take rvalue
9005 reference.
9006 * cli/cli-interp.c (safe_execute_command): Use std::move.
9007 * breakpoint.c (insert_bp_location, location_to_sals): Use
9008 std::move.
9009
9010 2019-04-25 Tom Tromey <tromey@adacore.com>
9011
9012 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9013 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9014 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9015 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9016 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9017 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9018 guile/scm-value.c: Use unpack.
9019 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9020 gdbscm_gdb_exception.
9021 (gdbscm_throw_gdb_exception): Likewise.
9022 (struct gdbscm_gdb_exception): New.
9023 (unpack): New function.
9024 (gdbscm_wrap): Use unpack.
9025
9026 2019-04-25 Tom Tromey <tromey@adacore.com>
9027
9028 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9029 (gdb_rl_callback_handler): Use std::move.
9030 * common/common-exceptions.h (struct gdb_exception): Add move
9031 assignment operator.
9032 (throw_exception_sjlj): Change "exception" to const reference.
9033 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9034 (throw_exception_sjlj): Change "exception" to const reference.
9035
9036 2019-04-25 Tom Tromey <tromey@adacore.com>
9037
9038 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9039 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9040 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9041 Update.
9042 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9043 Update.
9044 * mi/mi-interp.c (mi_interp::exec): Update.
9045 * linespec.c (parse_linespec): Update.
9046 * infcall.c (run_inferior_call): Update.
9047 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9048 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9049 (gdbscm_lookup_global_symbol): Update.
9050 * guile/scm-param.c (gdbscm_parameter_value): Update.
9051 * guile/scm-frame.c (gdbscm_frame_read_register)
9052 (gdbscm_frame_read_var): Update.
9053 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9054 * exec.c (try_open_exec_file): Update.
9055 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9056 (gdb_rl_callback_handler): Update.
9057 * common/common-exceptions.h (exception_none): Don't declare.
9058 * common/common-exceptions.c (exception_none): Don't define.
9059 (struct catcher) <exception>: Update.
9060 * cli/cli-interp.c (safe_execute_command): Update.
9061 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9062
9063 2019-04-25 Ali Tamur <tamur@google.com>
9064
9065 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9066 (read_attribute_value): Likewise.
9067 (dwarf2_read_addr_index): Update comment.
9068 (read_str_index): Add DW_FORM_strx.
9069 (dwarf2_string_attr): Likewise.
9070 (dwarf2_const_value_attr): Likewise.
9071 (dump_die_shallow): Likewise.
9072 (dwarf2_fetch_constant_bytes): Likewise.
9073 (skip_form_bytes): Likewise.
9074 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9075
9076 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9077
9078 PR corefiles/11608
9079 PR corefiles/18187
9080 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9081 OFFSET. Verify if current mapping contains an ELF header.
9082 (linux_find_memory_regions_full): Adjust call to
9083 dump_mapping_p.
9084
9085 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9086 Kang Li <kanglictf@gmail.com>
9087
9088 PR gdb/21600
9089
9090 * dwarf2-frame.c (read_initial_length): Be consistent about using
9091 unsigned representation of length.
9092 (decode_frame_entry_1): Likewise. Check for wraparound of
9093 end pointer as well as buffer overflow.
9094
9095 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9096
9097 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9098 "vq".
9099
9100 2019-04-24 Tom Tromey <tromey@adacore.com>
9101
9102 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9103
9104 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9105
9106 * s12z-tdep.c (s12z_unwind_pc): Delete.
9107 (s12z_unwind_sp): Delete.
9108 (s12z_gdbarch_init): Don't register deleted functions with
9109 gdbarch.
9110
9111 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * rl78-tdep.c (rl78_unwind_sp): Delete.
9114 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9115
9116 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9117
9118 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9119 (xstormy16_unwind_pc): Delete.
9120 (xstormy16_dummy_id): Delete.
9121 (xstormy16_gdbarch_init): Don't register deleted functions with
9122 gdbarch.
9123
9124 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9125
9126 * vax-tdep.c (vax_unwind_pc): Delete.
9127 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9128
9129 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9130
9131 * v850-tdep.c (v850_unwind_sp): Delete.
9132 (v850_unwind_pc): Delete.
9133 (v850_dummy_id): Delete.
9134 (v850_gdbarch_init): Don't register deleted functions with
9135 gdbarch.
9136
9137 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9138
9139 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9140 (tilegx_unwind_pc): Delete.
9141 (tilegx_unwind_dummy_id): Delete.
9142 (tilegx_gdbarch_init): Don't register deleted functions with
9143 gdbarch.
9144
9145 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9146
9147 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9148 (tic6x_dummy_id): Delete.
9149 (tic6x_gdbarch_init): Don't register deleted functions with
9150 gdbarch.
9151
9152 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9153
9154 * sparc-tdep.c (sparc_unwind_pc): Delete.
9155 (sparc32_gdbarch_init): Don't register deleted function with
9156 gdbarch.
9157
9158 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9159
9160 * sh-tdep.c (sh_unwind_sp): Delete.
9161 (sh_unwind_pc): Delete.
9162 (sh_dummy_id): Delete.
9163 (sh_gdbarch_init): Don't register deleted functions with
9164 gdbarch.
9165
9166 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9167
9168 * score-tdep.c (score_unwind_sp): Delete.
9169 (score_unwind_pc): Delete.
9170 (score_dummy_id): Delete.
9171 (score_gdbarch_init): Don't register deleted functions with
9172 gdbarch.
9173
9174 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9175
9176 * rx-tdep.c (rx_unwind_pc): Delete.
9177 (rx_unwind_sp): Delete.
9178 (rx_dummy_id): Delete.
9179 (rx_gdbarch_init): Don't register deleted functions with
9180 gdbarch. Update comment.
9181
9182 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9183
9184 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9185 (rs6000_dummy_id): Delete.
9186 (rs6000_gdbarch_init): Don't register deleted functions with
9187 gdbarch.
9188
9189 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9190
9191 * or1k-tdep.c (or1k_dummy_id): Delete.
9192 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9193
9194 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 * nios2-tdep.c (nios2_dummy_id): Delete.
9197 (nios2_unwind_sp): Delete.
9198 (nios2_gdbarch_init): Don't register deleted functions with
9199 gdbarch.
9200
9201 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9202
9203 * nds32-tdep.c (nds32_dummy_id): Delete.
9204 (nds32_unwind_pc): Delete.
9205 (nds32_unwind_sp): Delete.
9206 (nds32_gdbarch_init): Don't register deleted functions with
9207 gdbarch.
9208
9209 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9210
9211 * msp430-tdep.c (msp430_unwind_pc): Delete.
9212 (msp430_unwind_sp): Delete.
9213 (msp430_dummy_id): Delete.
9214 (msp430_gdbarch_init): Don't register deleted functions with
9215 gdbarch.
9216
9217 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9218
9219 * moxie-tdep.c (moxie_unwind_sp): Delete.
9220 (moxie_unwind_pc): Delete.
9221 (moxie_dummy_id): Delete.
9222 (moxie_gdbarch_init): Don't register deleted functions with
9223 gdbarch.
9224
9225 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9226
9227 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9228 (mn10300_unwind_pc): Delete.
9229 (mn10300_unwind_sp): Delete.
9230 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9231 mn10300_unwind_sp.
9232 (mn10300_frame_unwind_init): Don't register deleted functions with
9233 gdbarch.
9234
9235 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9236
9237 * mep-tdep.c (mep_unwind_pc): Delete.
9238 (mep_unwind_sp): Delete.
9239 (mep_dummy_id): Delete.
9240 (mep_gdbarch_init): Don't register deleted functions with
9241 gdbarch.
9242
9243 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9244
9245 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9246 (m68hc11_unwind_sp): Delete.
9247 (m68hc11_gdbarch_init): Don't register deleted functions with
9248 gdbarch.
9249
9250 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9251
9252 * m32r-tdep.c (m32r_unwind_sp): Delete.
9253 (m32r_unwind_pc): Delete.
9254 (m32r_dummy_id): Delete.
9255 (m32r_gdbarch_init): Don't register deleted functions with
9256 gdbarch.
9257
9258 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9259
9260 * m32c-tdep.c (m32c_unwind_pc): Delete.
9261 (m32c_unwind_sp): Delete.
9262 (m32c_dummy_id): Delete.
9263 (m32c_gdbarch_init): Don't register deleted functions with
9264 gdbarch.
9265
9266 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9267
9268 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9269 (lm32_unwind_pc): Delete.
9270 (lm32_dummy_id): Delete.
9271 (lm32_gdbarch_init): Don't register deleted functions with
9272 gdbarch.
9273
9274 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9275
9276 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9277 (iq2000_unwind_pc): Delete.
9278 (iq2000_dummy_id): Delete.
9279 (iq2000_gdbarch_init): Don't register deleted functions with
9280 gdbarch.
9281
9282 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9283
9284 * nds32-tdep.c (nds32_type_align): Delete.
9285 (nds32_push_dummy_call): Use type_align instead.
9286
9287 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9288
9289 * arm-tdep.c (arm_type_align): Only handle vector override case.
9290 (arm_push_dummy_call): Use type_align.
9291 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9292
9293 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9296 case.
9297 (pass_on_stack): Use type_align.
9298 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9299 function.
9300
9301 2019-04-23 Tom Tromey <tromey@adacore.com>
9302
9303 * dwarf2read.c (line_header::file_name_at): Remove unused
9304 overload.
9305
9306 2019-04-23 Tom de Vries <tdevries@suse.de>
9307
9308 PR gdb/24438
9309 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9310 invocation.
9311
9312
9313 2019-03-27 Ali Tamur <tamur@google.com>
9314
9315 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9316 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9317 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9318 (dwarf_expr_context::get_addr_index): Likewise
9319 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9320 (symbol_needs_eval_context::get_addr_index): Likewise
9321 (disassemble_dwarf_expression): Add DW_OP_addrx
9322 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9323 (read_cutu_die_from_dwo): Update comment
9324 (skip_one_die): Add DW_FORM_addrx
9325 (read_attribute_value): Likewise
9326 (var_decode_location): Add DW_OP_addrx
9327 (dwarf2_const_value_attr): Add DW_FORM_addrx
9328 (dump_die_shallow): Likewise
9329 (dwarf2_fetch_constant_bytes): Likewise
9330 (decode_locdesc): Add DW_OP_addrx
9331 (skip_form_bytes): Add DW_FORM_addrx
9332
9333 2019-04-22 Ali Tamur <tamur@google.com>
9334
9335 * MAINTAINERS (Write After Approval): Add self.
9336
9337 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9338
9339 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9340 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9341 (open_symbol_file_object): Likewise.
9342 (svr4_default_sos): Add info parameter.
9343 (svr4_read_so_list): Likewise.
9344 (svr4_current_sos_direct): Adjust functions calls to pass down
9345 info.
9346 (svr4_current_sos_1): Add info parameter.
9347 (svr4_current_sos): Call get_svr4_info, pass info down to
9348 svr4_current_sos_1.
9349 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9350 get_svr4_info.
9351 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9352 get_svr4_info.
9353 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9354 to get_svr4_info.
9355 (probes_table_remove_objfile_probes): Likewise.
9356 (register_solib_event_probe): Add info parameter.
9357 (solist_update_incremental): Pass info parameter down to
9358 svr4_read_so_list.
9359 (disable_probes_interface): Add info parameter.
9360 (svr4_handle_solib_event): Pass current_program_space to
9361 get_svr4_info. Adjust disable_probes_interface cleanup.
9362 (svr4_create_probe_breakpoints): Add info parameter, pass it
9363 down to register_solib_event_probe.
9364 (svr4_create_solib_event_breakpoints): Add info parameter,
9365 pass it down to svr4_create_probe_breakpoints.
9366 (enable_break): Pass info down to
9367 svr4_create_solib_event_breakpoints.
9368 (svr4_solib_create_inferior_hook): Pass current_program_space to
9369 get_svr4_info.
9370 (svr4_clear_solib): Likewise.
9371
9372 2019-04-22 Pedro Alves <palves@redhat.com>
9373
9374 * solib-svr4.c (svr4_free_objfile_observer): New.
9375 (probe_and_action::objfile): New field.
9376 (probes_table_htab_remove_objfile_probes)
9377 (probes_table_remove_objfile_probes): New functions.
9378 (register_solib_event_probe): Add 'objfile' parameter. Store it
9379 in the new probe_and_action. Don't store the probe in 'lookup'.
9380 (svr4_create_probe_breakpoints): Pass objfile to
9381 register_solib_event_probe.
9382 (_initialize_svr4_solib): Register a free_objfile observer.
9383
9384 2019-04-19 Tom Tromey <tom@tromey.com>
9385
9386 * common/queue.h: Remove.
9387
9388 2019-04-19 Tom Tromey <tom@tromey.com>
9389
9390 * event-loop.c: Don't include "common/queue.h".
9391
9392 2019-04-19 Tom Tromey <tom@tromey.com>
9393
9394 * remote.c (remote_target): Use delete.
9395 * remote-notif.h: Include <list>, not "common/queue.h".
9396 (notif_client_p): Remove typedef.
9397 (remote_notif_state): Add constructor, destructor, initializer.
9398 <notif_queue>: Now a std::list.
9399 (remote_notif_state_xfree): Don't declare.
9400 * remote-notif.c (remote_notif_process, handle_notification)
9401 (remote_notif_state_allocate): Update.
9402 (~remote_notif_state): Rename from remote_notif_state_xfree.
9403
9404 2019-04-19 Tom Tromey <tom@tromey.com>
9405
9406 * symfile.c (reread_symbols): Update.
9407 * objfiles.c (objfile_register_static_link)
9408 (objfile_lookup_static_link): Update
9409 (~objfile) Don't delete static_links.
9410 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9411
9412 2019-04-19 Tom Tromey <tom@tromey.com>
9413
9414 * type-stack.h (struct type_stack) <insert>: Constify string.
9415 * type-stack.c (type_stack::insert): Constify string.
9416 * gdbtypes.h (lookup_template_type): Update.
9417 (address_space_name_to_int): Update.
9418 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9419 const.
9420 (lookup_template_type): Make name const.
9421 * c-exp.y: Update rules.
9422 (lex_one_token, classify_name, classify_inner_name)
9423 (c_print_token): Update.
9424 * p-exp.y: Update rules.
9425 (yylex): Update.
9426 * f-exp.y: Update rules.
9427 (yylex): Update.
9428 * d-exp.y: Update rules.
9429 (lex_one_token, classify_name, classify_inner_name): Update.
9430 * parse.c (write_dollar_variable, copy_name): Return std::string.
9431 * parser-defs.h (copy_name): Change return type.
9432 * m2-exp.y: Update rules.
9433 (yylex): Update.
9434 * go-exp.y (lex_one_token): Update.
9435 Update rules.
9436 (classify_unsafe_function, classify_packaged_name)
9437 (classify_name, yylex): Update.
9438
9439 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9440
9441 * configure.ac: add --enable-source-highlight switch.
9442 * configure: Regenerate.
9443 * top.c (print_gdb_version): plumb --enable-source-highlight
9444 status to "show configuration".
9445
9446 2019-04-19 Tom Tromey <tromey@adacore.com>
9447
9448 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9449 Check ADA_TYPE_P.
9450 (empty_record, ada_template_to_fixed_record_type_1)
9451 (template_to_static_fixed_type)
9452 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9453 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9454 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9455 macros.
9456
9457 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9458
9459 PR symtab/24423:
9460 * source.c (print_source_lines_base): Advance "iter" when a
9461 control character is seen.
9462
9463 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9464
9465 * inferior.h (struct infcall_suspend_state_deleter):
9466 Catch exception in destructor to avoid crash.
9467
9468 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9469
9470 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9471 close to the add_com "shell".
9472
9473 2019-04-18 Tom Tromey <tromey@adacore.com>
9474
9475 * process-stratum-target.h (class process_stratum_target)
9476 <stratum>: Add "final".
9477
9478 2019-04-17 Tom Tromey <tromey@adacore.com>
9479
9480 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9481 against nullptr before use.
9482
9483 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9484
9485 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9486
9487 2019-04-17 Jim Wilson <jimw@sifive.com>
9488 Andrew Burgess <andrew.burgess@embecosm.com>
9489
9490 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9491 code read might fail, assume 4-byte breakpoint in that case.
9492
9493 2019-04-15 Leszek Swirski <leszeks@google.com>
9494
9495 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9496 rather than a hand-rolled POD check when checking for forced MEMORY
9497 classification.
9498
9499 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9500
9501 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9502 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9503 function.
9504 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9505 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9506 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9507 declaration.
9508
9509 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9510
9511 * aarch64-linux-nat.c
9512 (aarch64_linux_nat_target::thread_architecture): Add override.
9513 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9514 each VQ.
9515
9516 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9517
9518 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9519
9520 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9521
9522 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9523 target types of size 96-bits, add some additional comments, and
9524 check that the builtin type we found was the correct size.
9525
9526 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9527
9528 * utils.c (prompt_for_continue): Don't restore the styling at the
9529 end, as applied_style has the wrong value. This fixes styling in
9530 long lists of file names that are interrupted by the "Continue?"
9531 prompt.
9532
9533 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9534
9535 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9536 * c-lang.c (c_language_defn): Likewise.
9537 (cplus_language_defn): Likewise.
9538 (asm_language_defn): Likewise.
9539 (minimal_language_defn): Likewise.
9540 * d-lang.c (d_language_defn): Likewise.
9541 * f-lang.c (f_language_defn): Likewise.
9542 * go-lang.c (go_language_defn): Likewise.
9543 * language.c (unknown_language_defn): Likewise.
9544 (auto_language_defn): Likewise.
9545 * language.h (struct language_defn): Remove la_magic field.
9546 (LANG_MAGIC): Delete.
9547 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9548 * objc-lang.c (objc_language_defn): Likewise.
9549 * opencl-lang.c (opencl_language_defn): Likewise.
9550 * p-lang.c (pascal_language_defn): Likewise.
9551 * rust-lang.c (rust_language_defn): Likewise.
9552
9553 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9554
9555 * riscv-tdep.c (riscv_type_align): New function.
9556 (riscv_type_alignment): Delete.
9557 (riscv_arg_location): Use 'type_align'.
9558 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9559
9560 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9561
9562 * gdbtypes.c (type_align): A struct with no non-static fields also
9563 has alignment of 1.
9564
9565 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9566
9567 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9568 component to 0.
9569 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9570 member.
9571 (riscv_struct_info::analyse): New implementation using new
9572 analyse_inner member function.
9573 (riscv_struct_info::field_offset): New member function.
9574 (riscv_struct_info::m_offsets): New member variable.
9575 (riscv_struct_info::analyse_inner): New private member function,
9576 takes the old implementation of riscv_struct_info::analyse but
9577 extended to track field offsets.
9578 (riscv_call_arg_struct): Update the struct folding special cases
9579 to handle cases where empty C++ structs, which are non-zero
9580 length, are found.
9581 (riscv_arg_location): Initialise the length of each location, a
9582 non-zero length now indicates the location is in use.
9583 (riscv_push_dummy_call): Allow for the first location having a
9584 non-zero offset when setting up arguments.
9585 (riscv_return_value): Likewise, but for return values.
9586
9587 2019-04-11 Tom Tromey <tromey@adacore.com>
9588
9589 * utils.c (internal_vproblem): Make "msg" const.
9590
9591 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9592
9593 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9594 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9595 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9596 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9597
9598 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9599
9600 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9601 function.
9602 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9603 of amd64_collect_native_gregset.
9604 (amd64_linux_nat_target::store_registers): Likewise.
9605
9606 2019-04-10 Tom Tromey <tom@tromey.com>
9607
9608 * symtab.c (lookup_global_symbol_from_objfile)
9609 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9610 * objfiles.h (class separate_debug_iterator): New.
9611 (class separate_debug_range): New.
9612 (struct objfile) <separate_debug_objfiles>: New method.
9613 (objfile_separate_debug_iterate): Don't declare.
9614 * objfiles.c (separate_debug_iterator::operator++): Rename from
9615 objfile_separate_debug_iterate.
9616 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9617 iterator.
9618 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9619 iterator.
9620
9621 2019-04-10 Tom Tromey <tom@tromey.com>
9622
9623 * symfile.c (reread_symbols): Remove old comment.
9624 * objfiles.c (free_all_objfiles): Fix a typo.
9625
9626 2019-04-10 Tom Tromey <tom@tromey.com>
9627
9628 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9629 * minsyms.c (lookup_minimal_symbol): Use foreach.
9630 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9631 (lookup_minimal_symbol_solib_trampoline): Likewise.
9632 * symfile.c (reread_symbols): Use foreach.
9633
9634 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9635 Tom Tromey <tromey@adacore.com>
9636
9637 PR rust/24414:
9638 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9639 (rust_lex_int_test): Change "value" to be LONGEST.
9640 (rust_lex_tests): Add test for long integer literal.
9641
9642 2019-04-09 Tom Tromey <tromey@adacore.com>
9643
9644 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9645 to bool.
9646 (extended_remote_target::attach): Update.
9647 (remote_target::remote_notice_new_inferior): Update.
9648 (remote_target::add_current_inferior_and_thread): Update.
9649 * inferior.c (exit_inferior_1): Use "false".
9650 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9651
9652 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9653
9654 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9655 the "start" command.
9656
9657 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9658
9659 * python/py-inferior.c (infpy_thread_from_thread_handle):
9660 Adjust comments to reflect renaming of thread_from_thread_handle
9661 to thread_from_handle. Adjust keywords. Fix type error message.
9662 (inferior_object_methods): Add thread_from_handle. Retain
9663 thread_from_thread_handle, but mark it as deprecated.
9664
9665 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9666
9667 * gdbthread.h (find_thread_by_handle): Revise declaration.
9668 * thread.c (find_thread_by_handle): Likewise. Adjust
9669 implementation too.
9670 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9671 support for buffer objects as handles.
9672
9673 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9674
9675 * python/py-infthread.c (thpy_thread_handle): New function.
9676 (thread_object_methods): Register thpy_thread_handle.
9677
9678 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9679
9680 * gdbthread.h (thread_to_thread_handle): Declare.
9681 * thread.c (gdbtypes.h): Include.
9682 (thread_to_thread_handle): New function.
9683
9684 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9685 (target_thread_info_to_thread_handle): Declare.
9686 * target.c (target_thread_info_to_thread_handle): New function.
9687 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9688 * target-delegates.c: Regenerate.
9689
9690 * linux-thread-db.c (class thread_db_target): Add method
9691 thread_info_to_thread_handle.
9692 (thread_db_target::thread_info_to_thread_handle): Define.
9693 * remote.c (class remote_target): Add new method
9694 thread_info_to_thread_handle.
9695 (remote_target::thread_info_to_thread_handle): Define.
9696
9697 2019-04-08 Pedro Alves <palves@redhat.com>
9698
9699 * common/common-exceptions.c (throw_exception): Don't create
9700 named object to throw; throw directly.
9701 (throw_it): Likewise. Don't initialize gdb_exception::message
9702 here, with new; pass FMT and AP to the ctor instead.
9703 * common/common-exceptions.h: Include <string>.
9704 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9705 const char *, va_list)): New ctor. Use std::make_shared.
9706 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9707 errors)): Delete.
9708 (gdb_exception_error::gdb_exception_error(enum errors, const char
9709 *, va_list)): New.
9710 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9711 Add assertion.
9712 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9713 errors)): Delete.
9714 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9715 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9716 Add assertion.
9717
9718 2019-04-08 Tom Tromey <tom@tromey.com>
9719
9720 * valops.c (value_rtti_indirect_type): Replace throw_exception
9721 with throw.
9722 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9723 with throw.
9724 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9725 throw.
9726 * target.c (target_translate_tls_address): Replace throw_exception
9727 with throw.
9728 * stack.c (frame_apply_command_count): Replace throw_exception
9729 with throw.
9730 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9731 throw.
9732 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9733 with throw.
9734 * rs6000-tdep.c (rs6000_frame_cache)
9735 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9736 * remote.c: Replace throw_exception with throw.
9737 * record-full.c (record_full_message, record_full_wait_1)
9738 (record_full_restore): Replace throw_exception with throw.
9739 * record-btrace.c:
9740 (get_thread_current_frame_id, record_btrace_start_replaying)
9741 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9742 (cmd_record_btrace_start): Replace throw_exception with throw.
9743 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9744 throw.
9745 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9746 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9747 * linespec.c:
9748 (find_linespec_symbols): Replace throw_exception with throw.
9749 * infrun.c (displaced_step_prepare, resume): Replace
9750 throw_exception with throw.
9751 * infcmd.c (post_create_inferior): Replace throw_exception with
9752 throw.
9753 * inf-loop.c (inferior_event_handler): Replace throw_exception
9754 with throw.
9755 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9756 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9757 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9758 (get_prev_frame_always, get_frame_pc_if_available)
9759 (get_frame_address_in_block_if_available, get_frame_language):
9760 Replace throw_exception with throw.
9761 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9762 throw_exception with throw.
9763 * eval.c (fetch_subexp_value, evaluate_var_value)
9764 (evaluate_funcall, evaluate_subexp_standard): Replace
9765 throw_exception with throw.
9766 * dwarf2loc.c (call_site_find_chain)
9767 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9768 Replace throw_exception with throw.
9769 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9770 with throw.
9771 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9772 throw.
9773 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9774 * completer.c (complete_line_internal): Replace throw_exception
9775 with throw.
9776 * compile/compile-object-run.c (compile_object_run): Replace
9777 throw_exception with throw.
9778 * cli/cli-script.c (process_next_line): Replace throw_exception
9779 with throw.
9780 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9781 (btrace_enable, btrace_maint_update_pt_packets): Replace
9782 throw_exception with throw.
9783 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9784 throw_exception with throw.
9785 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9786 throw_exception with throw.
9787 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9788 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9789 * aarch64-tdep.c (aarch64_make_prologue_cache)
9790 (aarch64_make_stub_cache): Replace throw_exception with throw.
9791
9792 2019-04-08 Tom Tromey <tom@tromey.com>
9793
9794 * common/common-exceptions.c (throw_exception): Rename from
9795 throw_exception_cxx. Remove old copy. Make argument const.
9796 (throw_it): Create and throw exception objects directly.
9797 * common/common-exceptions.h (throw_exception): Make argument
9798 const.
9799 (struct gdb_exception_error): Add constructor.
9800 (struct gdb_exception_quit): Add constructor.
9801
9802 2019-04-08 Tom Tromey <tom@tromey.com>
9803
9804 * common/common-exceptions.h (exception_rethrow): Don't declare.
9805 (TRY_SJLJ): Update comment.
9806 (TRY, CATCH, END_CATCH): Remove.
9807 * common/common-exceptions.c (exception_rethrow): Remove.
9808
9809 2019-04-08 Tom Tromey <tom@tromey.com>
9810
9811 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9812 Remove.
9813 (gdb_exception_error): Rename from
9814 gdb_exception_RETURN_MASK_ERROR.
9815 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9816 (gdb_quit_bad_alloc): Update.
9817 * aarch64-tdep.c: Update.
9818 * ada-lang.c: Update.
9819 * ada-typeprint.c: Update.
9820 * ada-valprint.c: Update.
9821 * amd64-tdep.c: Update.
9822 * arch-utils.c: Update.
9823 * break-catch-throw.c: Update.
9824 * breakpoint.c: Update.
9825 * btrace.c: Update.
9826 * c-varobj.c: Update.
9827 * cli/cli-cmds.c: Update.
9828 * cli/cli-interp.c: Update.
9829 * cli/cli-script.c: Update.
9830 * common/common-exceptions.c: Update.
9831 * common/new-op.c: Update.
9832 * common/selftest.c: Update.
9833 * compile/compile-c-symbols.c: Update.
9834 * compile/compile-cplus-symbols.c: Update.
9835 * compile/compile-object-load.c: Update.
9836 * compile/compile-object-run.c: Update.
9837 * completer.c: Update.
9838 * corelow.c: Update.
9839 * cp-abi.c: Update.
9840 * cp-support.c: Update.
9841 * cp-valprint.c: Update.
9842 * darwin-nat.c: Update.
9843 * disasm-selftests.c: Update.
9844 * dtrace-probe.c: Update.
9845 * dwarf-index-cache.c: Update.
9846 * dwarf-index-write.c: Update.
9847 * dwarf2-frame-tailcall.c: Update.
9848 * dwarf2-frame.c: Update.
9849 * dwarf2loc.c: Update.
9850 * dwarf2read.c: Update.
9851 * eval.c: Update.
9852 * event-loop.c: Update.
9853 * event-top.c: Update.
9854 * exec.c: Update.
9855 * f-valprint.c: Update.
9856 * fbsd-tdep.c: Update.
9857 * frame-unwind.c: Update.
9858 * frame.c: Update.
9859 * gdbtypes.c: Update.
9860 * gnu-v3-abi.c: Update.
9861 * guile/guile-internal.h: Update.
9862 * guile/scm-block.c: Update.
9863 * guile/scm-breakpoint.c: Update.
9864 * guile/scm-cmd.c: Update.
9865 * guile/scm-disasm.c: Update.
9866 * guile/scm-frame.c: Update.
9867 * guile/scm-lazy-string.c: Update.
9868 * guile/scm-math.c: Update.
9869 * guile/scm-param.c: Update.
9870 * guile/scm-ports.c: Update.
9871 * guile/scm-pretty-print.c: Update.
9872 * guile/scm-symbol.c: Update.
9873 * guile/scm-symtab.c: Update.
9874 * guile/scm-type.c: Update.
9875 * guile/scm-value.c: Update.
9876 * i386-linux-tdep.c: Update.
9877 * i386-tdep.c: Update.
9878 * inf-loop.c: Update.
9879 * infcall.c: Update.
9880 * infcmd.c: Update.
9881 * infrun.c: Update.
9882 * jit.c: Update.
9883 * language.c: Update.
9884 * linespec.c: Update.
9885 * linux-fork.c: Update.
9886 * linux-nat.c: Update.
9887 * linux-tdep.c: Update.
9888 * linux-thread-db.c: Update.
9889 * main.c: Update.
9890 * mi/mi-cmd-break.c: Update.
9891 * mi/mi-cmd-stack.c: Update.
9892 * mi/mi-interp.c: Update.
9893 * mi/mi-main.c: Update.
9894 * objc-lang.c: Update.
9895 * p-valprint.c: Update.
9896 * parse.c: Update.
9897 * ppc-linux-tdep.c: Update.
9898 * printcmd.c: Update.
9899 * python/py-arch.c: Update.
9900 * python/py-breakpoint.c: Update.
9901 * python/py-cmd.c: Update.
9902 * python/py-finishbreakpoint.c: Update.
9903 * python/py-frame.c: Update.
9904 * python/py-framefilter.c: Update.
9905 * python/py-gdb-readline.c: Update.
9906 * python/py-inferior.c: Update.
9907 * python/py-infthread.c: Update.
9908 * python/py-lazy-string.c: Update.
9909 * python/py-linetable.c: Update.
9910 * python/py-objfile.c: Update.
9911 * python/py-param.c: Update.
9912 * python/py-prettyprint.c: Update.
9913 * python/py-progspace.c: Update.
9914 * python/py-record-btrace.c: Update.
9915 * python/py-record.c: Update.
9916 * python/py-symbol.c: Update.
9917 * python/py-type.c: Update.
9918 * python/py-unwind.c: Update.
9919 * python/py-utils.c: Update.
9920 * python/py-value.c: Update.
9921 * python/python.c: Update.
9922 * record-btrace.c: Update.
9923 * record-full.c: Update.
9924 * remote-fileio.c: Update.
9925 * remote.c: Update.
9926 * riscv-tdep.c: Update.
9927 * rs6000-aix-tdep.c: Update.
9928 * rs6000-tdep.c: Update.
9929 * rust-exp.y: Update.
9930 * rust-lang.c: Update.
9931 * s390-tdep.c: Update.
9932 * selftest-arch.c: Update.
9933 * solib-dsbt.c: Update.
9934 * solib-frv.c: Update.
9935 * solib-spu.c: Update.
9936 * solib-svr4.c: Update.
9937 * solib.c: Update.
9938 * sparc64-linux-tdep.c: Update.
9939 * stack.c: Update.
9940 * symfile-mem.c: Update.
9941 * symmisc.c: Update.
9942 * target.c: Update.
9943 * thread.c: Update.
9944 * top.c: Update.
9945 * tracefile-tfile.c: Update.
9946 * tui/tui.c: Update.
9947 * typeprint.c: Update.
9948 * unittests/cli-utils-selftests.c: Update.
9949 * unittests/parse-connection-spec-selftests.c: Update.
9950 * valops.c: Update.
9951 * valprint.c: Update.
9952 * value.c: Update.
9953 * varobj.c: Update.
9954 * windows-nat.c: Update.
9955 * x86-linux-nat.c: Update.
9956 * xml-support.c: Update.
9957
9958 2019-04-08 Tom Tromey <tom@tromey.com>
9959
9960 * xml-support.c: Use C++ exception handling.
9961 * x86-linux-nat.c: Use C++ exception handling.
9962 * windows-nat.c: Use C++ exception handling.
9963 * varobj.c: Use C++ exception handling.
9964 * value.c: Use C++ exception handling.
9965 * valprint.c: Use C++ exception handling.
9966 * valops.c: Use C++ exception handling.
9967 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9968 handling.
9969 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9970 * typeprint.c: Use C++ exception handling.
9971 * tui/tui.c: Use C++ exception handling.
9972 * tracefile-tfile.c: Use C++ exception handling.
9973 * top.c: Use C++ exception handling.
9974 * thread.c: Use C++ exception handling.
9975 * target.c: Use C++ exception handling.
9976 * symmisc.c: Use C++ exception handling.
9977 * symfile-mem.c: Use C++ exception handling.
9978 * stack.c: Use C++ exception handling.
9979 * sparc64-linux-tdep.c: Use C++ exception handling.
9980 * solib.c: Use C++ exception handling.
9981 * solib-svr4.c: Use C++ exception handling.
9982 * solib-spu.c: Use C++ exception handling.
9983 * solib-frv.c: Use C++ exception handling.
9984 * solib-dsbt.c: Use C++ exception handling.
9985 * selftest-arch.c: Use C++ exception handling.
9986 * s390-tdep.c: Use C++ exception handling.
9987 * rust-lang.c: Use C++ exception handling.
9988 * rust-exp.y: Use C++ exception handling.
9989 * rs6000-tdep.c: Use C++ exception handling.
9990 * rs6000-aix-tdep.c: Use C++ exception handling.
9991 * riscv-tdep.c: Use C++ exception handling.
9992 * remote.c: Use C++ exception handling.
9993 * remote-fileio.c: Use C++ exception handling.
9994 * record-full.c: Use C++ exception handling.
9995 * record-btrace.c: Use C++ exception handling.
9996 * python/python.c: Use C++ exception handling.
9997 * python/py-value.c: Use C++ exception handling.
9998 * python/py-utils.c: Use C++ exception handling.
9999 * python/py-unwind.c: Use C++ exception handling.
10000 * python/py-type.c: Use C++ exception handling.
10001 * python/py-symbol.c: Use C++ exception handling.
10002 * python/py-record.c: Use C++ exception handling.
10003 * python/py-record-btrace.c: Use C++ exception handling.
10004 * python/py-progspace.c: Use C++ exception handling.
10005 * python/py-prettyprint.c: Use C++ exception handling.
10006 * python/py-param.c: Use C++ exception handling.
10007 * python/py-objfile.c: Use C++ exception handling.
10008 * python/py-linetable.c: Use C++ exception handling.
10009 * python/py-lazy-string.c: Use C++ exception handling.
10010 * python/py-infthread.c: Use C++ exception handling.
10011 * python/py-inferior.c: Use C++ exception handling.
10012 * python/py-gdb-readline.c: Use C++ exception handling.
10013 * python/py-framefilter.c: Use C++ exception handling.
10014 * python/py-frame.c: Use C++ exception handling.
10015 * python/py-finishbreakpoint.c: Use C++ exception handling.
10016 * python/py-cmd.c: Use C++ exception handling.
10017 * python/py-breakpoint.c: Use C++ exception handling.
10018 * python/py-arch.c: Use C++ exception handling.
10019 * printcmd.c: Use C++ exception handling.
10020 * ppc-linux-tdep.c: Use C++ exception handling.
10021 * parse.c: Use C++ exception handling.
10022 * p-valprint.c: Use C++ exception handling.
10023 * objc-lang.c: Use C++ exception handling.
10024 * mi/mi-main.c: Use C++ exception handling.
10025 * mi/mi-interp.c: Use C++ exception handling.
10026 * mi/mi-cmd-stack.c: Use C++ exception handling.
10027 * mi/mi-cmd-break.c: Use C++ exception handling.
10028 * main.c: Use C++ exception handling.
10029 * linux-thread-db.c: Use C++ exception handling.
10030 * linux-tdep.c: Use C++ exception handling.
10031 * linux-nat.c: Use C++ exception handling.
10032 * linux-fork.c: Use C++ exception handling.
10033 * linespec.c: Use C++ exception handling.
10034 * language.c: Use C++ exception handling.
10035 * jit.c: Use C++ exception handling.
10036 * infrun.c: Use C++ exception handling.
10037 * infcmd.c: Use C++ exception handling.
10038 * infcall.c: Use C++ exception handling.
10039 * inf-loop.c: Use C++ exception handling.
10040 * i386-tdep.c: Use C++ exception handling.
10041 * i386-linux-tdep.c: Use C++ exception handling.
10042 * guile/scm-value.c: Use C++ exception handling.
10043 * guile/scm-type.c: Use C++ exception handling.
10044 * guile/scm-symtab.c: Use C++ exception handling.
10045 * guile/scm-symbol.c: Use C++ exception handling.
10046 * guile/scm-pretty-print.c: Use C++ exception handling.
10047 * guile/scm-ports.c: Use C++ exception handling.
10048 * guile/scm-param.c: Use C++ exception handling.
10049 * guile/scm-math.c: Use C++ exception handling.
10050 * guile/scm-lazy-string.c: Use C++ exception handling.
10051 * guile/scm-frame.c: Use C++ exception handling.
10052 * guile/scm-disasm.c: Use C++ exception handling.
10053 * guile/scm-cmd.c: Use C++ exception handling.
10054 * guile/scm-breakpoint.c: Use C++ exception handling.
10055 * guile/scm-block.c: Use C++ exception handling.
10056 * guile/guile-internal.h: Use C++ exception handling.
10057 * gnu-v3-abi.c: Use C++ exception handling.
10058 * gdbtypes.c: Use C++ exception handling.
10059 * frame.c: Use C++ exception handling.
10060 * frame-unwind.c: Use C++ exception handling.
10061 * fbsd-tdep.c: Use C++ exception handling.
10062 * f-valprint.c: Use C++ exception handling.
10063 * exec.c: Use C++ exception handling.
10064 * event-top.c: Use C++ exception handling.
10065 * event-loop.c: Use C++ exception handling.
10066 * eval.c: Use C++ exception handling.
10067 * dwarf2read.c: Use C++ exception handling.
10068 * dwarf2loc.c: Use C++ exception handling.
10069 * dwarf2-frame.c: Use C++ exception handling.
10070 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10071 * dwarf-index-write.c: Use C++ exception handling.
10072 * dwarf-index-cache.c: Use C++ exception handling.
10073 * dtrace-probe.c: Use C++ exception handling.
10074 * disasm-selftests.c: Use C++ exception handling.
10075 * darwin-nat.c: Use C++ exception handling.
10076 * cp-valprint.c: Use C++ exception handling.
10077 * cp-support.c: Use C++ exception handling.
10078 * cp-abi.c: Use C++ exception handling.
10079 * corelow.c: Use C++ exception handling.
10080 * completer.c: Use C++ exception handling.
10081 * compile/compile-object-run.c: Use C++ exception handling.
10082 * compile/compile-object-load.c: Use C++ exception handling.
10083 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10084 * compile/compile-c-symbols.c: Use C++ exception handling.
10085 * common/selftest.c: Use C++ exception handling.
10086 * common/new-op.c: Use C++ exception handling.
10087 * cli/cli-script.c: Use C++ exception handling.
10088 * cli/cli-interp.c: Use C++ exception handling.
10089 * cli/cli-cmds.c: Use C++ exception handling.
10090 * c-varobj.c: Use C++ exception handling.
10091 * btrace.c: Use C++ exception handling.
10092 * breakpoint.c: Use C++ exception handling.
10093 * break-catch-throw.c: Use C++ exception handling.
10094 * arch-utils.c: Use C++ exception handling.
10095 * amd64-tdep.c: Use C++ exception handling.
10096 * ada-valprint.c: Use C++ exception handling.
10097 * ada-typeprint.c: Use C++ exception handling.
10098 * ada-lang.c: Use C++ exception handling.
10099 * aarch64-tdep.c: Use C++ exception handling.
10100
10101 2019-04-08 Tom Tromey <tom@tromey.com>
10102
10103 * xml-support.c (gdb_xml_parser::parse): Update.
10104 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10105 * value.c (show_convenience): Update.
10106 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10107 (test_parse_flags_qcs): Update.
10108 * thread.c (thr_try_catch_cmd): Update.
10109 * target.c (target_translate_tls_address): Update.
10110 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10111 (info_frame_command_core, frame_apply_command_count): Update.
10112 * rust-exp.y (rust_lex_exception_test): Update.
10113 * riscv-tdep.c (riscv_print_one_register_info): Update.
10114 * remote.c (remote_target::enable_btrace): Update.
10115 * record-btrace.c (record_btrace_enable_warn): Update.
10116 * python/py-utils.c (gdbpy_convert_exception): Update.
10117 * printcmd.c (do_one_display, print_variable_and_value): Update.
10118 * mi/mi-main.c (mi_print_exception): Update.
10119 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10120 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10121 * linux-nat.c (linux_nat_target::attach): Update.
10122 * linux-fork.c (class scoped_switch_fork_info): Update.
10123 * infrun.c (displaced_step_prepare): Update.
10124 * infcall.c (call_function_by_hand_dummy): Update.
10125 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10126 * gnu-v3-abi.c (print_one_vtable): Update.
10127 * frame.c (get_prev_frame_always): Update.
10128 * f-valprint.c (info_common_command_for_block): Update.
10129 * exec.c (try_open_exec_file): Update.
10130 * exceptions.c (print_exception, exception_print)
10131 (exception_fprintf, exception_print_same): Update.
10132 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10133 * dwarf-index-cache.c (index_cache::store)
10134 (index_cache::lookup_gdb_index): Update.
10135 * darwin-nat.c (maybe_cache_shell): Update.
10136 * cp-valprint.c (cp_print_value_fields): Update.
10137 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10138 (gcc_cplus_symbol_address): Update.
10139 * compile/compile-c-symbols.c (gcc_convert_symbol)
10140 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10141 * common/selftest.c: Update.
10142 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10143 a std::string.
10144 (exception_try_scope_entry, exception_try_scope_exit): Don't
10145 declare.
10146 (struct exception_try_scope): Remove.
10147 (TRY): Don't use exception_try_scope.
10148 (struct gdb_exception): Add constructor, operator=.
10149 <what>: New method.
10150 (struct gdb_exception_RETURN_MASK_ALL)
10151 (struct gdb_exception_RETURN_MASK_ERROR)
10152 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10153 (struct gdb_quit_bad_alloc): Update.
10154 * common/common-exceptions.c (exception_none): Change
10155 initializer.
10156 (struct catcher) <state, exception>: Initialize inline.
10157 <prev>: Remove member.
10158 (current_catcher): Remove.
10159 (catchers): New global.
10160 (exceptions_state_mc_init): Simplify.
10161 (catcher_pop): Remove.
10162 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10163 (try_scope_depth, exception_try_scope_entry)
10164 (exception_try_scope_exit): Remove.
10165 (throw_exception_sjlj): Update.
10166 (exception_messages, exception_messages_size): Remove.
10167 (throw_it): Simplify.
10168 (gdb_exception_sliced_copy): Remove.
10169 (throw_exception_cxx): Update.
10170 * cli/cli-script.c (script_from_file): Update.
10171 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10172 Update.
10173 * ada-valprint.c (ada_val_print): Update.
10174 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10175 (create_excep_cond_exprs): Update.
10176
10177 2019-04-08 Tom Tromey <tom@tromey.com>
10178
10179 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10180 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10181 (TRY, CATCH, END_CATCH): Remove some definitions.
10182 * common/common-exceptions.c: Don't use GDB_XCPT.
10183 (catcher_list_size): Remove.
10184 (throw_exception, throw_it): Simplify.
10185
10186 2019-04-05 Tom Tromey <tom@tromey.com>
10187
10188 Revert the header-sorting patch.
10189 * ft32-tdep.c: Revert.
10190 * frv-tdep.c: Revert.
10191 * frv-linux-tdep.c: Revert.
10192 * frame.c: Revert.
10193 * frame-unwind.c: Revert.
10194 * frame-base.c: Revert.
10195 * fork-child.c: Revert.
10196 * findvar.c: Revert.
10197 * findcmd.c: Revert.
10198 * filesystem.c: Revert.
10199 * filename-seen-cache.h: Revert.
10200 * filename-seen-cache.c: Revert.
10201 * fbsd-tdep.c: Revert.
10202 * fbsd-nat.h: Revert.
10203 * fbsd-nat.c: Revert.
10204 * f-valprint.c: Revert.
10205 * f-typeprint.c: Revert.
10206 * f-lang.c: Revert.
10207 * extension.h: Revert.
10208 * extension.c: Revert.
10209 * extension-priv.h: Revert.
10210 * expprint.c: Revert.
10211 * exec.h: Revert.
10212 * exec.c: Revert.
10213 * exceptions.c: Revert.
10214 * event-top.c: Revert.
10215 * event-loop.c: Revert.
10216 * eval.c: Revert.
10217 * elfread.c: Revert.
10218 * dwarf2read.h: Revert.
10219 * dwarf2read.c: Revert.
10220 * dwarf2loc.c: Revert.
10221 * dwarf2expr.h: Revert.
10222 * dwarf2expr.c: Revert.
10223 * dwarf2-frame.c: Revert.
10224 * dwarf2-frame-tailcall.c: Revert.
10225 * dwarf-index-write.h: Revert.
10226 * dwarf-index-write.c: Revert.
10227 * dwarf-index-common.c: Revert.
10228 * dwarf-index-cache.h: Revert.
10229 * dwarf-index-cache.c: Revert.
10230 * dummy-frame.c: Revert.
10231 * dtrace-probe.c: Revert.
10232 * disasm.h: Revert.
10233 * disasm.c: Revert.
10234 * disasm-selftests.c: Revert.
10235 * dictionary.c: Revert.
10236 * dicos-tdep.c: Revert.
10237 * demangle.c: Revert.
10238 * dcache.h: Revert.
10239 * dcache.c: Revert.
10240 * darwin-nat.h: Revert.
10241 * darwin-nat.c: Revert.
10242 * darwin-nat-info.c: Revert.
10243 * d-valprint.c: Revert.
10244 * d-namespace.c: Revert.
10245 * d-lang.c: Revert.
10246 * ctf.c: Revert.
10247 * csky-tdep.c: Revert.
10248 * csky-linux-tdep.c: Revert.
10249 * cris-tdep.c: Revert.
10250 * cris-linux-tdep.c: Revert.
10251 * cp-valprint.c: Revert.
10252 * cp-support.c: Revert.
10253 * cp-namespace.c: Revert.
10254 * cp-abi.c: Revert.
10255 * corelow.c: Revert.
10256 * corefile.c: Revert.
10257 * continuations.c: Revert.
10258 * completer.h: Revert.
10259 * completer.c: Revert.
10260 * complaints.c: Revert.
10261 * coffread.c: Revert.
10262 * coff-pe-read.c: Revert.
10263 * cli-out.h: Revert.
10264 * cli-out.c: Revert.
10265 * charset.c: Revert.
10266 * c-varobj.c: Revert.
10267 * c-valprint.c: Revert.
10268 * c-typeprint.c: Revert.
10269 * c-lang.c: Revert.
10270 * buildsym.c: Revert.
10271 * buildsym-legacy.c: Revert.
10272 * build-id.h: Revert.
10273 * build-id.c: Revert.
10274 * btrace.c: Revert.
10275 * bsd-uthread.c: Revert.
10276 * breakpoint.h: Revert.
10277 * breakpoint.c: Revert.
10278 * break-catch-throw.c: Revert.
10279 * break-catch-syscall.c: Revert.
10280 * break-catch-sig.c: Revert.
10281 * blockframe.c: Revert.
10282 * block.c: Revert.
10283 * bfin-tdep.c: Revert.
10284 * bfin-linux-tdep.c: Revert.
10285 * bfd-target.c: Revert.
10286 * bcache.c: Revert.
10287 * ax-general.c: Revert.
10288 * ax-gdb.h: Revert.
10289 * ax-gdb.c: Revert.
10290 * avr-tdep.c: Revert.
10291 * auxv.c: Revert.
10292 * auto-load.c: Revert.
10293 * arm-wince-tdep.c: Revert.
10294 * arm-tdep.c: Revert.
10295 * arm-symbian-tdep.c: Revert.
10296 * arm-pikeos-tdep.c: Revert.
10297 * arm-obsd-tdep.c: Revert.
10298 * arm-nbsd-tdep.c: Revert.
10299 * arm-nbsd-nat.c: Revert.
10300 * arm-linux-tdep.c: Revert.
10301 * arm-linux-nat.c: Revert.
10302 * arm-fbsd-tdep.c: Revert.
10303 * arm-fbsd-nat.c: Revert.
10304 * arm-bsd-tdep.c: Revert.
10305 * arch-utils.c: Revert.
10306 * arc-tdep.c: Revert.
10307 * arc-newlib-tdep.c: Revert.
10308 * annotate.h: Revert.
10309 * annotate.c: Revert.
10310 * amd64-windows-tdep.c: Revert.
10311 * amd64-windows-nat.c: Revert.
10312 * amd64-tdep.c: Revert.
10313 * amd64-sol2-tdep.c: Revert.
10314 * amd64-obsd-tdep.c: Revert.
10315 * amd64-obsd-nat.c: Revert.
10316 * amd64-nbsd-tdep.c: Revert.
10317 * amd64-nbsd-nat.c: Revert.
10318 * amd64-nat.c: Revert.
10319 * amd64-linux-tdep.c: Revert.
10320 * amd64-linux-nat.c: Revert.
10321 * amd64-fbsd-tdep.c: Revert.
10322 * amd64-fbsd-nat.c: Revert.
10323 * amd64-dicos-tdep.c: Revert.
10324 * amd64-darwin-tdep.c: Revert.
10325 * amd64-bsd-nat.c: Revert.
10326 * alpha-tdep.c: Revert.
10327 * alpha-obsd-tdep.c: Revert.
10328 * alpha-nbsd-tdep.c: Revert.
10329 * alpha-mdebug-tdep.c: Revert.
10330 * alpha-linux-tdep.c: Revert.
10331 * alpha-linux-nat.c: Revert.
10332 * alpha-bsd-tdep.c: Revert.
10333 * alpha-bsd-nat.c: Revert.
10334 * aix-thread.c: Revert.
10335 * agent.c: Revert.
10336 * addrmap.c: Revert.
10337 * ada-varobj.c: Revert.
10338 * ada-valprint.c: Revert.
10339 * ada-typeprint.c: Revert.
10340 * ada-tasks.c: Revert.
10341 * ada-lang.c: Revert.
10342 * aarch64-tdep.c: Revert.
10343 * aarch64-ravenscar-thread.c: Revert.
10344 * aarch64-newlib-tdep.c: Revert.
10345 * aarch64-linux-tdep.c: Revert.
10346 * aarch64-linux-nat.c: Revert.
10347 * aarch64-fbsd-tdep.c: Revert.
10348 * aarch64-fbsd-nat.c: Revert.
10349 * aarch32-linux-nat.c: Revert.
10350
10351 2019-04-05 Tom Tromey <tom@tromey.com>
10352
10353 * ft32-tdep.c: Sort headers.
10354 * frv-tdep.c: Sort headers.
10355 * frv-linux-tdep.c: Sort headers.
10356 * frame.c: Sort headers.
10357 * frame-unwind.c: Sort headers.
10358 * frame-base.c: Sort headers.
10359 * fork-child.c: Sort headers.
10360 * findvar.c: Sort headers.
10361 * findcmd.c: Sort headers.
10362 * filesystem.c: Sort headers.
10363 * filename-seen-cache.h: Sort headers.
10364 * filename-seen-cache.c: Sort headers.
10365 * fbsd-tdep.c: Sort headers.
10366 * fbsd-nat.h: Sort headers.
10367 * fbsd-nat.c: Sort headers.
10368 * f-valprint.c: Sort headers.
10369 * f-typeprint.c: Sort headers.
10370 * f-lang.c: Sort headers.
10371 * extension.h: Sort headers.
10372 * extension.c: Sort headers.
10373 * extension-priv.h: Sort headers.
10374 * expprint.c: Sort headers.
10375 * exec.h: Sort headers.
10376 * exec.c: Sort headers.
10377 * exceptions.c: Sort headers.
10378 * event-top.c: Sort headers.
10379 * event-loop.c: Sort headers.
10380 * eval.c: Sort headers.
10381 * elfread.c: Sort headers.
10382 * dwarf2read.h: Sort headers.
10383 * dwarf2read.c: Sort headers.
10384 * dwarf2loc.c: Sort headers.
10385 * dwarf2expr.h: Sort headers.
10386 * dwarf2expr.c: Sort headers.
10387 * dwarf2-frame.c: Sort headers.
10388 * dwarf2-frame-tailcall.c: Sort headers.
10389 * dwarf-index-write.h: Sort headers.
10390 * dwarf-index-write.c: Sort headers.
10391 * dwarf-index-common.c: Sort headers.
10392 * dwarf-index-cache.h: Sort headers.
10393 * dwarf-index-cache.c: Sort headers.
10394 * dummy-frame.c: Sort headers.
10395 * dtrace-probe.c: Sort headers.
10396 * disasm.h: Sort headers.
10397 * disasm.c: Sort headers.
10398 * disasm-selftests.c: Sort headers.
10399 * dictionary.c: Sort headers.
10400 * dicos-tdep.c: Sort headers.
10401 * demangle.c: Sort headers.
10402 * dcache.h: Sort headers.
10403 * dcache.c: Sort headers.
10404 * darwin-nat.h: Sort headers.
10405 * darwin-nat.c: Sort headers.
10406 * darwin-nat-info.c: Sort headers.
10407 * d-valprint.c: Sort headers.
10408 * d-namespace.c: Sort headers.
10409 * d-lang.c: Sort headers.
10410 * ctf.c: Sort headers.
10411 * csky-tdep.c: Sort headers.
10412 * csky-linux-tdep.c: Sort headers.
10413 * cris-tdep.c: Sort headers.
10414 * cris-linux-tdep.c: Sort headers.
10415 * cp-valprint.c: Sort headers.
10416 * cp-support.c: Sort headers.
10417 * cp-namespace.c: Sort headers.
10418 * cp-abi.c: Sort headers.
10419 * corelow.c: Sort headers.
10420 * corefile.c: Sort headers.
10421 * continuations.c: Sort headers.
10422 * completer.h: Sort headers.
10423 * completer.c: Sort headers.
10424 * complaints.c: Sort headers.
10425 * coffread.c: Sort headers.
10426 * coff-pe-read.c: Sort headers.
10427 * cli-out.h: Sort headers.
10428 * cli-out.c: Sort headers.
10429 * charset.c: Sort headers.
10430 * c-varobj.c: Sort headers.
10431 * c-valprint.c: Sort headers.
10432 * c-typeprint.c: Sort headers.
10433 * c-lang.c: Sort headers.
10434 * buildsym.c: Sort headers.
10435 * buildsym-legacy.c: Sort headers.
10436 * build-id.h: Sort headers.
10437 * build-id.c: Sort headers.
10438 * btrace.c: Sort headers.
10439 * bsd-uthread.c: Sort headers.
10440 * breakpoint.h: Sort headers.
10441 * breakpoint.c: Sort headers.
10442 * break-catch-throw.c: Sort headers.
10443 * break-catch-syscall.c: Sort headers.
10444 * break-catch-sig.c: Sort headers.
10445 * blockframe.c: Sort headers.
10446 * block.c: Sort headers.
10447 * bfin-tdep.c: Sort headers.
10448 * bfin-linux-tdep.c: Sort headers.
10449 * bfd-target.c: Sort headers.
10450 * bcache.c: Sort headers.
10451 * ax-general.c: Sort headers.
10452 * ax-gdb.h: Sort headers.
10453 * ax-gdb.c: Sort headers.
10454 * avr-tdep.c: Sort headers.
10455 * auxv.c: Sort headers.
10456 * auto-load.c: Sort headers.
10457 * arm-wince-tdep.c: Sort headers.
10458 * arm-tdep.c: Sort headers.
10459 * arm-symbian-tdep.c: Sort headers.
10460 * arm-pikeos-tdep.c: Sort headers.
10461 * arm-obsd-tdep.c: Sort headers.
10462 * arm-nbsd-tdep.c: Sort headers.
10463 * arm-nbsd-nat.c: Sort headers.
10464 * arm-linux-tdep.c: Sort headers.
10465 * arm-linux-nat.c: Sort headers.
10466 * arm-fbsd-tdep.c: Sort headers.
10467 * arm-fbsd-nat.c: Sort headers.
10468 * arm-bsd-tdep.c: Sort headers.
10469 * arch-utils.c: Sort headers.
10470 * arc-tdep.c: Sort headers.
10471 * arc-newlib-tdep.c: Sort headers.
10472 * annotate.h: Sort headers.
10473 * annotate.c: Sort headers.
10474 * amd64-windows-tdep.c: Sort headers.
10475 * amd64-windows-nat.c: Sort headers.
10476 * amd64-tdep.c: Sort headers.
10477 * amd64-sol2-tdep.c: Sort headers.
10478 * amd64-obsd-tdep.c: Sort headers.
10479 * amd64-obsd-nat.c: Sort headers.
10480 * amd64-nbsd-tdep.c: Sort headers.
10481 * amd64-nbsd-nat.c: Sort headers.
10482 * amd64-nat.c: Sort headers.
10483 * amd64-linux-tdep.c: Sort headers.
10484 * amd64-linux-nat.c: Sort headers.
10485 * amd64-fbsd-tdep.c: Sort headers.
10486 * amd64-fbsd-nat.c: Sort headers.
10487 * amd64-dicos-tdep.c: Sort headers.
10488 * amd64-darwin-tdep.c: Sort headers.
10489 * amd64-bsd-nat.c: Sort headers.
10490 * alpha-tdep.c: Sort headers.
10491 * alpha-obsd-tdep.c: Sort headers.
10492 * alpha-nbsd-tdep.c: Sort headers.
10493 * alpha-mdebug-tdep.c: Sort headers.
10494 * alpha-linux-tdep.c: Sort headers.
10495 * alpha-linux-nat.c: Sort headers.
10496 * alpha-bsd-tdep.c: Sort headers.
10497 * alpha-bsd-nat.c: Sort headers.
10498 * aix-thread.c: Sort headers.
10499 * agent.c: Sort headers.
10500 * addrmap.c: Sort headers.
10501 * ada-varobj.c: Sort headers.
10502 * ada-valprint.c: Sort headers.
10503 * ada-typeprint.c: Sort headers.
10504 * ada-tasks.c: Sort headers.
10505 * ada-lang.c: Sort headers.
10506 * aarch64-tdep.c: Sort headers.
10507 * aarch64-ravenscar-thread.c: Sort headers.
10508 * aarch64-newlib-tdep.c: Sort headers.
10509 * aarch64-linux-tdep.c: Sort headers.
10510 * aarch64-linux-nat.c: Sort headers.
10511 * aarch64-fbsd-tdep.c: Sort headers.
10512 * aarch64-fbsd-nat.c: Sort headers.
10513 * aarch32-linux-nat.c: Sort headers.
10514
10515 2019-04-04 Tom Tromey <tom@tromey.com>
10516
10517 * varobj.c (varobj_create): Update.
10518 * rust-exp.y (struct rust_parser) <update_innermost_block,
10519 lookup_symbol>: New methods.
10520 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10521 Rename.
10522 (rust_parser::rust_lookup_type)
10523 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10524 * printcmd.c (display_command, do_one_display): Update.
10525 * parser-defs.h (struct parser_state) <parser_state>: Add
10526 "tracker" parameter.
10527 (block_tracker): New member.
10528 (class innermost_block_tracker) <innermost_block_tracker>: Add
10529 "types" parameter.
10530 <reset>: Remove method.
10531 (innermost_block): Don't declare.
10532 (null_post_parser): Update.
10533 * parse.c (innermost_block): Remove global.
10534 (write_dollar_variable): Update.
10535 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10536 Remove "tracker_types" parameter.
10537 (parse_expression): Add "tracker" parameter.
10538 (parse_expression_for_completion): Update.
10539 (null_post_parser): Add "tracker" parameter.
10540 * p-exp.y: Update rules.
10541 * m2-exp.y: Update rules.
10542 * language.h (struct language_defn) <la_post_parser>: Add
10543 "tracker" parameter.
10544 * go-exp.y: Update rules.
10545 * f-exp.y: Update rules.
10546 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10547 parameter.
10548 * d-exp.y: Update rules.
10549 * c-exp.y: Update rules.
10550 * breakpoint.c (set_breakpoint_condition): Create an
10551 innermost_block_tracker.
10552 (watch_command_1): Likewise.
10553 * ada-lang.c (resolve): Add "tracker" parameter.
10554 (resolve_subexp): Likewise.
10555 * ada-exp.y (write_var_from_sym): Update.
10556
10557 2019-04-04 Tom Tromey <tom@tromey.com>
10558
10559 * type-stack.h: New file.
10560 * type-stack.c: New file.
10561 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10562 type-stack.h.
10563 (insert_into_type_stack, insert_type, push_type, push_type_int)
10564 (insert_type_address_space, pop_type, pop_type_int)
10565 (pop_typelist, pop_type_stack, append_type_stack)
10566 (push_type_stack, get_type_stack, push_typelist)
10567 (follow_type_instance_flags, follow_types): Don't declare.
10568 * parse.c (type_stack): Remove global.
10569 (parse_exp_in_context): Update.
10570 (insert_into_type_stack, insert_type, push_type, push_type_int)
10571 (insert_type_address_space, pop_type, pop_type_int)
10572 (pop_typelist, pop_type_stack, append_type_stack)
10573 (push_type_stack, get_type_stack, push_typelist)
10574 (follow_type_instance_flags, follow_types): Remove (moved to
10575 type-stack.c).
10576 * f-exp.y (type_stack): New global.
10577 Update rules.
10578 (push_kind_type, f_parse): Update.
10579 * d-exp.y (type_stack): New global.
10580 Update rules.
10581 (d_parse): Update.
10582 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10583 Update rules.
10584 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10585 (HFILES_NO_SRCDIR): Add type-stack.h.
10586
10587 2019-04-04 Tom Tromey <tom@tromey.com>
10588
10589 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10590 (rust_parser::convert_ast_to_expression, rust_parse)
10591 (rust_lex_test_completion, rust_lex_tests): Update.
10592 * parser-defs.h (struct expr_completion_state): New.
10593 (struct parser_state) <parser_state>: Add completion parameter.
10594 <mark_struct_expression, mark_completion_tag>: New methods.
10595 <parse_completion, m_completion_state>: New members.
10596 (prefixify_expression, null_post_parser): Update.
10597 (mark_struct_expression, mark_completion_tag): Don't declare.
10598 * parse.c (parse_completion, expout_last_struct)
10599 (expout_tag_completion_type, expout_completion_name): Remove
10600 globals.
10601 (parser_state::mark_struct_expression)
10602 (parser_state::mark_completion_tag): Now methods.
10603 (prefixify_expression): Add last_struct parameter.
10604 (prefixify_subexp): Likewise.
10605 (parse_exp_1): Update.
10606 (parse_exp_in_context): Add cstate parameter. Update.
10607 (parse_expression_for_completion): Create an
10608 expr_completion_state.
10609 (null_post_parser): Add "completion" parameter.
10610 * p-exp.y: Update rules.
10611 (yylex): Update.
10612 * language.h (struct language_defn) <la_post_parser>: Add
10613 "completing" parameter.
10614 * go-exp.y: Update rules.
10615 (lex_one_token): Update.
10616 * expression.h (parse_completion): Don't declare.
10617 * d-exp.y: Update rules.
10618 (lex_one_token): Update rules.
10619 * c-exp.y: Update rules.
10620 (lex_one_token): Update.
10621 * ada-lang.c (resolve): Add "parse_completion" parameter.
10622 (resolve_subexp): Likewise.
10623 (ada_resolve_function): Likewise.
10624
10625 2019-04-04 Tom Tromey <tom@tromey.com>
10626
10627 * parser-defs.h (struct parser_state) <start_arglist,
10628 end_arglist>: New methods.
10629 <arglist_len, m_funcall_chain>: New members.
10630 (arglist_len, start_arglist, end_arglist): Don't declare.
10631 * parse.c (arglist_len, funcall_chain): Remove global.
10632 (start_arglist, end_arglist): Remove functions.
10633 (parse_exp_in_context): Update.
10634 * p-exp.y: Update rules.
10635 * m2-exp.y: Update rules.
10636 * go-exp.y: Update rules.
10637 * f-exp.y: Update rules.
10638 * d-exp.y: Update rules.
10639 * c-exp.y: Update rules.
10640
10641 2019-04-04 Tom Tromey <tom@tromey.com>
10642
10643 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10644 lex_operator, push_back>: New methods.
10645 Update all rules.
10646 (rust_parser::lex_hex, lex_escape): Rename and update.
10647 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10648 (rust_parser::lex_operator): Rename and update.
10649 (rust_parser::lex_number, rustyylex, rustyyerror)
10650 (rust_lex_test_init, rust_lex_test_sequence)
10651 (rust_lex_test_push_back, rust_lex_tests): Update.
10652 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10653 parameter.
10654 <lexptr, prev_lexptr>: New members.
10655 (lexptr, prev_lexptr): Don't declare.
10656 * parse.c (lexptr, prev_lexptr): Remove globals.
10657 (parse_exp_in_context): Update.
10658 * p-exp.y (yylex, yyerror): Update.
10659 * m2-exp.y (parse_number, yylex, yyerror): Update.
10660 * go-exp.y (lex_one_token, yyerror): Update.
10661 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10662 * d-exp.y (lex_one_token, yyerror): Update.
10663 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10664 (lex_one_token, yyerror): Update.
10665 * ada-lex.l (YY_INPUT): Update.
10666 (rewind_to_char): Update.
10667 * ada-exp.y (yyerror): Update.
10668
10669 2019-04-04 Tom Tromey <tom@tromey.com>
10670
10671 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10672 * parser-defs.h (struct parser_state) <parser_state>: Add new
10673 parameter.
10674 <comma_terminates>: New member.
10675 (comma_terminates): Don't declare global.
10676 * parse.c (comma_terminates): Remove global.
10677 (parse_exp_in_context): Update.
10678 * p-exp.y (yylex): Update.
10679 * m2-exp.y (yylex): Update.
10680 * go-exp.y (lex_one_token): Update.
10681 * f-exp.y (yylex): Update.
10682 * d-exp.y (lex_one_token): Update.
10683 * c-exp.y (lex_one_token): Update.
10684 * ada-lex.l: Update.
10685
10686 2019-04-04 Tom Tromey <tom@tromey.com>
10687
10688 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10689 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10690 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10691 * parser-defs.h (paren_depth): Don't declare.
10692 * parse.c (paren_depth): Remove global.
10693 (parse_exp_in_context): Update.
10694 * p-exp.y (paren_depth): New global.
10695 (pascal_parse): Initialize it.
10696 * m2-exp.y (paren_depth): New global.
10697 (m2_parse): Initialize it.
10698 * go-exp.y (paren_depth): New global.
10699 (go_parse): Initialize it.
10700 * f-exp.y (paren_depth): New global.
10701 (f_parse): Initialize it.
10702 * d-exp.y (paren_depth): New global.
10703 (d_parse): Initialize it.
10704 * c-exp.y (paren_depth): New global.
10705 (c_parse): Initialize it.
10706 * ada-lex.l (paren_depth): New global.
10707 (lexer_init): Initialize it.
10708
10709 2019-04-04 Tom Tromey <tom@tromey.com>
10710
10711 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10712 (rust_parser::convert_ast_to_type)
10713 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10714 * parser-defs.h (struct parser_state) <parser_state>: Add
10715 parameters. Initialize new members.
10716 <expression_context_block, expression_context_pc>: New members.
10717 * parse.c (expression_context_block, expression_context_pc):
10718 Remove globals.
10719 (parse_exp_in_context): Update.
10720 * p-exp.y: Update all rules.
10721 (yylex): Update.
10722 * m2-exp.y: Update all rules.
10723 (yylex): Update.
10724 * go-exp.y (yylex): Update.
10725 * f-exp.y (yylex): Update.
10726 * d-exp.y: Update all rules.
10727 (yylex): Update.
10728 * c-exp.y: Update all rules.
10729 (lex_one_token, classify_name, yylex, c_parse): Update.
10730 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10731
10732 2019-04-04 Tom Tromey <tom@tromey.com>
10733
10734 * gdbarch.h, gdbarch.c: Rebuild.
10735 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10736 * stap-probe.h:
10737 (struct stap_parse_info): Replace "parser_state" with
10738 "expr_builder".
10739 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10740 (parser_state): New class.
10741 * parse.c (expr_builder): Rename.
10742 (expr_builder::release): Rename.
10743 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10744 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10745 (write_exp_elt_longcst, write_exp_elt_floatcst)
10746 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10747 (write_exp_string_vector, write_exp_bitstring)
10748 (write_exp_msymbol, mark_struct_expression)
10749 (write_dollar_variable)
10750 (insert_type_address_space, increase_expout_size): Replace
10751 "parser_state" with "expr_builder".
10752 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10753 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10754 "parser_state" with "expr_builder".
10755
10756 2019-04-04 Tom Tromey <tom@tromey.com>
10757
10758 * rust-exp.y: Replace "parse_language" with method call.
10759 * p-exp.y:
10760 (yylex): Replace "parse_language" with method call.
10761 * m2-exp.y:
10762 (yylex): Replace "parse_language" with method call.
10763 * go-exp.y (classify_name): Replace "parse_language" with method
10764 call.
10765 * f-exp.y (yylex): Replace "parse_language" with method call.
10766 * d-exp.y (lex_one_token): Replace "parse_language" with method
10767 call.
10768 * c-exp.y:
10769 (lex_one_token, classify_name, yylex): Replace "parse_language"
10770 with method call.
10771 * ada-exp.y (find_primitive_type, type_char)
10772 (type_system_address): Replace "parse_language" with method call.
10773
10774 2019-04-04 Tom Tromey <tom@tromey.com>
10775
10776 * rust-exp.y: Replace "parse_gdbarch" with method call.
10777 * parse.c (write_dollar_variable, insert_type_address_space):
10778 Replace "parse_gdbarch" with method call.
10779 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10780 call.
10781 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10782 call.
10783 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10784 "parse_gdbarch" with method call.
10785 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10786 with method call.
10787 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10788 "parse_gdbarch" with method call.
10789 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10790 "parse_gdbarch" with method call.
10791 * c-exp.y (parse_type, parse_number, classify_name): Replace
10792 "parse_gdbarch" with method call.
10793 * ada-lex.l: Replace "parse_gdbarch" with method call.
10794 * ada-exp.y (parse_type, find_primitive_type, type_char)
10795 (type_system_address): Replace "parse_gdbarch" with method call.
10796
10797 2019-04-04 Tom Tromey <tom@tromey.com>
10798
10799 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10800 * stap-probe.c (stap_parse_argument): Update.
10801 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10802 initial_size parameter.
10803 * rust-exp.y (rust_lex_tests): Update.
10804 * parse.c (parser_state): Update.
10805 (parse_exp_in_context): Update.
10806 * parser-defs.h (struct parser_state) <parser_state>: Remove
10807 "initial_size" parameter.
10808
10809 2019-04-04 Tom Tromey <tom@tromey.com>
10810
10811 * parser-defs.h (increase_expout_size): Don't declare.
10812 * parse.c (increase_expout_size): Now static.
10813
10814 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10815
10816 * gnu-nat.c (gnu_nat_target::wait): Fix
10817 target_waitstatus_to_string call.
10818
10819 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10820
10821 * eval.c (evaluate_subexp_standard): Handle internal functions
10822 during Fortran function call handling.
10823
10824 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10825
10826 * NEWS: Mention new internal functions.
10827 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10828 (read_base_type): Use dwarf2_init_complex_target_type.
10829 * value.c (creal_internal_fn): New function.
10830 (cimag_internal_fn): New function.
10831 (_initialize_values): Register new internal functions.
10832
10833 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10834
10835 * infrun.c (stop_all_threads): If debug_infrun, always
10836 trace the wait status after wait_one, using
10837 target_waitstatus_to_string and target_pid_to_str.
10838 (handle_inferior_event): Replace various trace of
10839 wait status kind by a single trace.
10840 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10841 wait status kind image by target_waitstatus_to_string.
10842 * target/waitstatus.c (target_waitstatus_to_string): Fix
10843 obsolete comment.
10844
10845 2019-04-01 Tom Tromey <tromey@adacore.com>
10846
10847 PR symtab/23331:
10848 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10849
10850 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10851 Pedro Alves <palves@redhat.com>
10852
10853 * top.c (quit_force): Call 'finalize_values'.
10854 * value.c (finalize_values): New function.
10855 * value.h (finalize_values): Declare.
10856
10857 2019-03-30 Eli Zaretskii <eliz@gnu.org>
10858
10859 * NEWS: Announce $_gdb_major and $_gdb_minor.
10860
10861 * top.c (init_gdb_version_vars): New function.
10862 (gdb_init): Call init_gdb_version_vars.
10863
10864 2019-03-29 Tom Tromey <tromey@adacore.com>
10865
10866 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10867 help text. Remove dead code.
10868
10869 2019-03-29 Keith Seitz <keiths@redhat.com>
10870
10871 From Siddhesh Poyarekar:
10872 * f-lang.h (f77_get_upperbound): Return LONGEST.
10873 (f77_get_lowerbound): Likewise.
10874 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10875 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10876 print them.
10877 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10878 plongest to format print it.
10879 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10880 (f77_get_upperbound): Likewise.
10881 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10882 LOWER_BOUND to LONGEST.
10883 (f77_create_arrayprint_offset_tbl): Likewise.
10884
10885 2019-03-29 Keith Seitz <keiths@redhat.com>
10886
10887 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10888 %s/pulongest for TYPE_LENGTH instead of %d in format
10889 strings.
10890 * ada-typerint.c (ada_print_type): Likewise.
10891 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10892 * compile/compile-c-support.c (generate_register_struct): Likewise.
10893 * gdbtypes.c (recursive_dump_type): Likewise.
10894 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10895 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10896 instead of %d in format strings.
10897 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10898 to std::min to ULONGEST.
10899 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10900 instead of %d in format strings.
10901 * tracepoint.c (info_scope_command): Likewise.
10902 * typeprint.c (print_offset_data::update)
10903 (print_offset_data::finish): Likewise.
10904 * xtensa-tdep.c (xtensa_store_return_value)
10905 (xtensa_push_dummy_call): Likewise.
10906
10907 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10908
10909 * windows-nat.c (display_selector): Fixed format specifications
10910 for 64-bit Cygwin.
10911
10912 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10913
10914 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10915
10916 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10917
10918 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10919 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10920 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10921 (nios2_linux_init_abi): Install it.
10922
10923 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10924
10925 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10926
10927 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10928
10929 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10930
10931 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10932 Tom Tromey <tromey@adacore.com>
10933
10934 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10935
10936 2019-03-26 Joel Brobecker <brobecker@adacore.com>
10937
10938 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10939 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10940 method to compute the bounds of range types. Also print "[evaluated]"
10941 if the bounds' values come from a dynamic evaluation.
10942
10943 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10944
10945 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10946 whitespace when pretty printing is on.
10947
10948 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10949
10950 * ppc-linux-nat.c: Add include.
10951
10952 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10953
10954 * NEWS: Mention AArch64 Pointer Authentication.
10955
10956 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10957
10958 * arm-linux-nat.c: Add include.
10959
10960 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10961
10962 * source-cache.c (source_cache::get_source_lines): Re-read
10963 fullname after calling open_source_file.
10964
10965 2019-03-25 John Baldwin <jhb@FreeBSD.org>
10966
10967 * NEWS: Mention TLS support for FreeBSD.
10968
10969 2019-03-25 Tom Tromey <tromey@adacore.com>
10970
10971 * minsyms.c (BUNCH_SIZE): Update comment.
10972 (~minimal_symbol_reader): Remove old comment.
10973 (compact_minimal_symbols): Update comment.
10974 (minimal_symbol_reader::install): Remove old comment. Update
10975 other comments.
10976
10977 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10978
10979 * s390-linux-nat.c: Add include.
10980
10981 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10982
10983 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10984 Call linux_get_hwcap.
10985 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10986 Likewise.
10987 (aarch64_linux_get_hwcap): Remove function.
10988 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10989 declaration.
10990 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10991 linux_get_hwcap.
10992 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10993 * linux-tdep.c (linux_get_hwcap): Add function.
10994 (linux_get_hwcap2): Likewise.
10995 * linux-tdep.h (linux_get_hwcap): Add declaration.
10996 (linux_get_hwcap2): Likewise.
10997 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10998 (ppc_linux_get_hwcap2): Likewise.
10999 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11000 linux_get_hwcap.
11001 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11002 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11003 (ppc_linux_nat_target::read_description): Likewise.
11004 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11005 * s390-linux-nat.c: Likewise.
11006 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11007
11008 2019-03-24 Tom Tromey <tom@tromey.com>
11009
11010 * ada-lang.c (standard_lookup): Simplify initialization.
11011 (ada_lookup_symbol_nonlocal): Simplify return.
11012 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11013 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11014 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11015 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11016 initialization.
11017 * solib.c (solib_global_lookup): Simplify.
11018 * symtab.c (null_block_symbol): Remove.
11019 (symbol_cache_lookup): Simplify returns.
11020 (lookup_language_this): Simplify returns.
11021 (lookup_symbol_aux): Simplify return.
11022 (lookup_local_symbol): Simplify returns.
11023 (lookup_global_symbol_from_objfile): Simplify return.
11024 (lookup_symbol_in_objfile_symtabs)
11025 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11026 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11027 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11028 * cp-namespace.c (cp_lookup_bare_symbol)
11029 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11030 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11031 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11032 (cp_lookup_symbol_via_imports): Simplify initialization.
11033 (find_symbol_in_baseclass): Likewise.
11034 * symtab.h (null_block_symbol): Remove.
11035 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11036 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11037 (d_lookup_symbol_module): Likewise.
11038 (find_symbol_in_baseclass): Simplify initialization.
11039
11040 2019-03-24 Tom Tromey <tom@tromey.com>
11041
11042 * expression.h: Don't include symtab.h.
11043 (struct block): Forward declare.
11044
11045 2019-03-24 Tom Tromey <tom@tromey.com>
11046
11047 * c-exp.y (typebase): Remove casts.
11048 * gdbtypes.c (lookup_unsigned_typename, )
11049 (lookup_signed_typename): Remove cast.
11050 * eval.c (parse_to_comma_and_eval): Remove cast.
11051 * parse.c (write_dollar_variable): Remove cast.
11052 * block.h (struct block) <superblock>: Now const.
11053 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11054 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11055 (map_block): Make "block" const.
11056 * symfile.h (struct quick_symbol_functions)
11057 <map_matching_symbols>: Constify block argument to "callback".
11058 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11059 const.
11060 (find_pc_sect_compunit_symtab): Make "b" const.
11061 (find_symbol_at_address): Likewise.
11062 (search_symbols): Likewise.
11063 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11064 (dw2_debug_names_lookup_symbol): Likewise.
11065 (dw2_map_matching_symbols): Update.
11066 * p-valprint.c (pascal_val_print): Remove "block".
11067 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11068 (aux_add_nonlocal_symbols): Make "block" const.
11069 (resolve_subexp): Remove cast.
11070 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11071 const.
11072 (iterate_over_file_blocks): Likewise.
11073 * f-exp.y (%union) <bval>: Remove.
11074 * coffread.c (patch_opaque_types): Make "b" const.
11075 * spu-tdep.c (spu_catch_start): Make "block" const.
11076 * c-valprint.c (print_unpacked_pointer): Remove "block".
11077 * symmisc.c (dump_symtab_1): Make "b" const.
11078 (block_depth): Make "block" const.
11079 * d-exp.y (%union) <bval>: Remove.
11080 * cp-support.h (cp_lookup_rtti_type): Update.
11081 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11082 * psymtab.c (psym_lookup_symbol): Make "block" const.
11083 (maintenance_check_psymtabs): Make "b" const.
11084 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11085 (enumerate_locals, enumerate_args): Update.
11086 * python/py-symtab.c (stpy_global_block): Make "block" const.
11087 (stpy_static_block): Likewise.
11088 * inline-frame.c (block_starting_point_at): Make "new_block"
11089 const.
11090 * block.c (find_block_in_blockvector): Make return type const.
11091 (blockvector_for_pc_sect): Make "b" const.
11092 (find_block_in_blockvector): Make "b" const.
11093
11094 2019-03-23 Tom Tromey <tom@tromey.com>
11095
11096 * varobj.c (varobj_create): Update.
11097 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11098 * printcmd.c (display_command, do_one_display): Don't reset
11099 innermost_block.
11100 * parser-defs.h (enum innermost_block_tracker_type): Move to
11101 expression.h.
11102 (innermost_block): Update comment.
11103 * parse.c (parse_exp_1): Add tracker_types parameter.
11104 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11105 tracker_types parameter. Reset innermost_block.
11106 (parse_exp_in_context): Remove.
11107 (parse_expression_for_completion): Update.
11108 * objfiles.c (~objfile): Don't reset expression_context_block or
11109 innermost_block.
11110 * expression.h (enum innermost_block_tracker_type): Move from
11111 parser-defs.h.
11112 (parse_exp_1): Add tracker_types parameter.
11113 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11114 reset innermost_block.
11115
11116 2019-03-23 Tom Tromey <tom@tromey.com>
11117
11118 * objfiles.h: Include bcache.h.
11119
11120 2019-03-23 Tom Tromey <tom@tromey.com>
11121
11122 * linespec.c (get_current_search_block): Use
11123 scoped_restore_current_language.
11124 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11125
11126 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11127 Jiong Wang <jiong.wang@arm.com>
11128
11129 * aarch64-linux-tdep.c
11130 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11131 section.
11132 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11133
11134 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11135 Jiong Wang <jiong.wang@arm.com>
11136
11137 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11138 instructions.
11139 (aarch64_analyze_prologue_test): Add PACIASP test.
11140 (aarch64_prologue_prev_register): Unmask PC value.
11141
11142 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11143 Jiong Wang <jiong.wang@arm.com>
11144
11145 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11146 (aarch64_dwarf2_prev_register): Unmask PC value.
11147 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11148 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11149 DW_CFA_AARCH64_negate_ra_state.
11150 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11151
11152 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11153 Jiong Wang <jiong.wang@arm.com>
11154
11155 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11156 registers.
11157 (aarch64_pseudo_register_name): Likewise.
11158 (aarch64_pseudo_register_type): Likewise.
11159 (aarch64_pseudo_register_reggroup_p): Likewise.
11160 (aarch64_gdbarch_init): Add pauth registers.
11161 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11162 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11163 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11164 (struct gdbarch_tdep): Add regnum for ra_state.
11165
11166 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11167 Jiong Wang <jiong.wang@arm.com>
11168
11169 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11170
11171 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11172 Jiong Wang <jiong.wang@arm.com>
11173
11174 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11175 function.
11176 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11177 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11178 (aarch64_gdbarch_init): Add puth registers.
11179 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11180 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11181 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11182
11183 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11184 Jiong Wang <jiong.wang@arm.com>
11185
11186 * aarch64-linux-nat.c
11187 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11188 * aarch64-linux-tdep.c
11189 (aarch64_linux_core_read_description): Likewise.
11190 (aarch64_linux_get_hwcap): New function.
11191 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11192 (aarch64_linux_get_hwcap): New declaration.
11193
11194 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11195 Jiong Wang <jiong.wang@arm.com>
11196
11197 * aarch64-linux-nat.c
11198 (aarch64_linux_nat_target::read_description): Add pauth param.
11199 * aarch64-linux-tdep.c
11200 (aarch64_linux_core_read_description): Likewise.
11201 * aarch64-tdep.c (struct target_desc): Add in pauth.
11202 (aarch64_read_description): Add pauth param.
11203 (aarch64_gdbarch_init): Likewise.
11204 * aarch64-tdep.h (aarch64_read_description): Likewise.
11205 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11206 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11207 * features/Makefile: Add new files.
11208 * features/aarch64-pauth.c: New file.
11209 * features/aarch64-pauth.xml: New file.
11210
11211 2019-03-20 Tom Tromey <tromey@adacore.com>
11212
11213 * infrun.c (handle_inferior_event): Rename from
11214 handle_inferior_event_1. Create a scoped_value_mark.
11215 (handle_inferior_event): Remove.
11216
11217 2019-03-19 Tom Tromey <tromey@adacore.com>
11218
11219 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11220 * infrun.h (print_stop_event): Add "displays" parameter.
11221 * infrun.c (print_stop_event): Add "displays" parameter.
11222
11223 2019-03-19 Pedro Alves <palves@redhat.com>
11224
11225 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11226 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11227 to -1. Fix TABs vs spaces.
11228 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11229 * tui/tui-out.h (tui_ui_out) Add intro comments.
11230 <m_line, m_start_of_line>: In-class initialize, and add describing
11231 comment.
11232
11233 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11234
11235 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11236 variable names.
11237 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11238
11239 2019-03-18 Pedro Alves <palves@redhat.com>
11240 Eli Zaretskii <eliz@gnu.org>
11241
11242 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11243 m_line and m_start_of_line.
11244
11245 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11246
11247 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11248 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11249 it returns a newline. This fixes a regression in TU mode, whereby
11250 the next line is output on the same screen line as the user input.
11251
11252 2019-03-18 Tom Tromey <tromey@adacore.com>
11253
11254 * minsyms.c (minimal_symbol_reader::install): Remove call to
11255 obstack_blank.
11256
11257 2019-03-18 Pedro Alves <palves@redhat.com>
11258
11259 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11260 New globals.
11261 (apply_style): New, factored out from ...
11262 (apply_ansi_escape): ... this. Handle reverse video mode.
11263 (tui_set_reverse_mode): New function.
11264 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11265 * tui/tui-winsource.c (tui_show_source_line): Use
11266 tui_set_reverse_mode instead of setting A_STANDOUT.
11267 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11268 New setter methods.
11269
11270 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11271
11272 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11273 Handle tabs.
11274
11275 2019-03-18 Tom Tromey <tromey@adacore.com>
11276
11277 * ada-lang.c (empty_array): Add "high" parameter.
11278 (ada_evaluate_subexp): Update.
11279
11280 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11281
11282 * unittests/string_view-selftests.c: Define
11283 _initialize_string_view_selftests unconditionally.
11284
11285 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11286
11287 PR gdb/24350
11288 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11289
11290 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11291
11292 PR gdb/24351
11293 * windows-nat.c (display_selector): Fix format specifiers.
11294
11295 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11296
11297 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11298 tui_refill_source_window instead of tui_refresh_win, to update the
11299 current execution line. This fixes redisplay of the current line
11300 when stepping through the code with "next" or "step".
11301
11302 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11303
11304 * source-cache.c (source_cache::get_source_lines): Call
11305 find_source_lines to initialize s->nlines. This fixes vertical
11306 scrolling of TUI source window when the DOWN arrow is pressed.
11307
11308 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11309
11310 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11311 linux-thread-db.c (_initialize_thread_db): Likewise.
11312
11313 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11314
11315 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11316 wclrtoeol in tui_show_source_line". This reverts changes made in
11317 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11318
11319 2019-03-15 Tom Tromey <tom@tromey.com>
11320
11321 * symtab.h (struct minimal_symbol): Derive from
11322 general_symbol_info.
11323 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11324 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11325 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11326 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11327 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11328 (MSYMBOL_SEARCH_NAME): Update.
11329 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11330 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11331 * minsyms.c (minimal_symbol_reader::record_full): Update.
11332
11333 2019-03-15 Tom Tromey <tom@tromey.com>
11334
11335 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11336
11337 2019-03-15 Tom Tromey <tom@tromey.com>
11338
11339 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11340 unique_xmalloc_ptr.
11341 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11342 Update.
11343 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11344 (build_minimal_symbol_hash_tables)
11345 (minimal_symbol_reader::install): Update.
11346
11347 2019-03-15 Tom Tromey <tom@tromey.com>
11348
11349 * symtab.c (create_demangled_names_hash): Update.
11350 (symbol_set_names): Update.
11351 * objfiles.h (struct objfile_per_bfd_storage)
11352 <demangled_names_hash>: Now an htab_up.
11353 * objfiles.c (objfile_per_bfd_storage): Simplify.
11354
11355 2019-03-15 Tom Tromey <tom@tromey.com>
11356
11357 * objfiles.h (struct objfile_per_bfd_storage): Declare
11358 destructor.
11359 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11360 New.
11361 (get_objfile_bfd_data): Use new. Don't initialize
11362 language_of_main.
11363 (free_objfile_per_bfd_storage): Remove.
11364 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11365
11366 2019-03-15 Tom Tromey <tom@tromey.com>
11367
11368 * symfile.c (reread_symbols): Update.
11369 * objfiles.c (objfile::objfile): Update.
11370 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11371 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11372 comment.
11373 (minimal_symbol_reader::install): Update.
11374 (terminate_minimal_symbol_table): Remove.
11375 * jit.c (jit_object_close_impl): Update.
11376
11377 2019-03-15 Tom Tromey <tom@tromey.com>
11378
11379 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11380 initializations.
11381
11382 2019-03-15 Tom Tromey <tom@tromey.com>
11383
11384 * objfiles.h (struct objfile_per_bfd_storage)
11385 <demangled_hash_languages>: Now a bitset.
11386 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11387 (lookup_minimal_symbol): Update.
11388
11389 2019-03-15 Tom Tromey <tom@tromey.com>
11390
11391 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11392 Don't return the symbol.
11393 * coffread.c (record_minimal_symbol): Use record_full.
11394
11395 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11396
11397 The MS-Windows port of ncurses fails to switch to a color pair if
11398 one or both of the colors are the implicit default colors. This
11399 change records the default colors when TUI is initialized, and
11400 then specifies them explicitly when a color pair uses the default
11401 colors. This allows color styling in TUI mode on MS-Windows.
11402
11403 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11404 ncurses_norm_attr.
11405 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11406 colors in ncurses_norm_attr.
11407 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11408 "none", replace it with the default color recorded in
11409 ncurses_norm_attr.
11410
11411 2019-03-14 Tom Tromey <tromey@adacore.com>
11412
11413 * source-cache.h (class source_cache) <get_source_lines>: Return
11414 std::string.
11415 * source-cache.c (source_cache::extract_lines): Handle case where
11416 first_pos==npos. Return std::string.
11417 (source_cache::get_source_lines): Update.
11418
11419 2019-03-14 Tom Tromey <tromey@adacore.com>
11420
11421 * NEWS: Add item for "style sources" commands.
11422 * source-cache.c (source_cache::get_source_lines): Check
11423 source_styling.
11424 * cli/cli-style.c (source_styling): New global.
11425 (_initialize_cli_style): Add "style sources" commands.
11426 (show_style_sources): New function.
11427 * cli/cli-style.h (source_styling): Declare.
11428
11429 2019-03-14 Pedro Alves <palves@redhat.com>
11430 Tom Tromey <tromey@adacore.com>
11431
11432 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11433 * tui/tui-winsource.c (tui_refill_source_window): New function,
11434 from...
11435 (tui_horizontal_source_scroll): ... here. Move some logic.
11436 * cli/cli-style.c (set_style_enabled): Notify new observable.
11437 * tui/tui-hooks.c (tui_redisplay_source): New function.
11438 (tui_attach_detach_observers): Attach or detach
11439 tui_redisplay_source.
11440 * observable.h (source_styling_changed): New observable.
11441 * observable.c: Define source_styling_changed observable.
11442
11443 2019-03-13 Tom Tromey <tromey@adacore.com>
11444
11445 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11446 (i386_gnu_nat_target::store_registers): Update.
11447 * target-debug.h (target_debug_print_std_string): New macro.
11448 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11449 * windows-tdep.c (display_one_tib): Update.
11450 * tui/tui-stack.c (tui_make_status_line): Update.
11451 * top.c (print_inferior_quit_action): Update.
11452 * thread.c (thr_try_catch_cmd): Update.
11453 (add_thread_with_info): Update.
11454 (thread_target_id_str): Update.
11455 (thr_try_catch_cmd): Update.
11456 (thread_command): Update.
11457 (thread_find_command): Update.
11458 * record-btrace.c (record_btrace_target::info_record)
11459 (record_btrace_resume_thread, record_btrace_target::resume)
11460 (record_btrace_cancel_resume, record_btrace_step_thread)
11461 (record_btrace_target::wait, record_btrace_target::wait)
11462 (record_btrace_target::wait, record_btrace_target::stop): Update.
11463 * progspace.c (print_program_space): Update.
11464 * process-stratum-target.c
11465 (process_stratum_target::thread_address_space): Update.
11466 * linux-fork.c (linux_fork_mourn_inferior)
11467 (detach_checkpoint_command, info_checkpoints_command)
11468 (linux_fork_context): Update.
11469 (linux_fork_detach): Update.
11470 (class scoped_switch_fork_info): Update.
11471 (delete_checkpoint_command): Update.
11472 * infrun.c (follow_fork_inferior): Update.
11473 (follow_fork_inferior): Update.
11474 (proceed_after_vfork_done): Update.
11475 (handle_vfork_child_exec_or_exit): Update.
11476 (follow_exec): Update.
11477 (displaced_step_prepare_throw): Update.
11478 (displaced_step_restore): Update.
11479 (start_step_over): Update.
11480 (resume_1): Update.
11481 (clear_proceed_status_thread): Update.
11482 (proceed): Update.
11483 (print_target_wait_results): Update.
11484 (do_target_wait): Update.
11485 (context_switch): Update.
11486 (stop_all_threads): Update.
11487 (restart_threads): Update.
11488 (finish_step_over): Update.
11489 (handle_signal_stop): Update.
11490 (switch_back_to_stepped_thread): Update.
11491 (keep_going_pass_signal): Update.
11492 (print_exited_reason): Update.
11493 (normal_stop): Update.
11494 * inferior.c (inferior_pid_to_str): Change return type.
11495 (print_selected_inferior): Update.
11496 (add_inferior): Update.
11497 (detach_inferior): Update.
11498 * dummy-frame.c (fprint_dummy_frames): Update.
11499 * dcache.c (dcache_info_1): Update.
11500 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11501 (btrace_fetch, btrace_clear): Update.
11502 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11503 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11504 type.
11505 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11506 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11507 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11508 * gdbarch.c, gdbarch.h: Rebuild.
11509 * gdbarch.sh (core_pid_to_str): Change return type.
11510 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11511 return type.
11512 (windows_nat_target::pid_to_str): Change return type.
11513 (windows_delete_thread): Update.
11514 (windows_nat_target::attach): Update.
11515 (windows_nat_target::files_info): Update.
11516 * target-delegates.c: Rebuild.
11517 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11518 return type.
11519 (sol_thread_target::pid_to_str): Change return type.
11520 * remote.c (class remote_target) <pid_to_str>: Change return
11521 type.
11522 (remote_target::pid_to_str): Change return type.
11523 (extended_remote_target::attach, remote_target::remote_stop_ns)
11524 (remote_target::remote_notif_remove_queued_reply)
11525 (remote_target::push_stop_reply, remote_target::disable_btrace):
11526 Update.
11527 (extended_remote_target::attach): Update.
11528 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11529 type.
11530 (gdbsim_target::pid_to_str): Change return type.
11531 * ravenscar-thread.c (struct ravenscar_thread_target)
11532 <pid_to_str>: Change return type.
11533 (ravenscar_thread_target::pid_to_str): Change return type.
11534 * procfs.c (class procfs_target) <pid_to_str>: Change return
11535 type.
11536 (procfs_target::pid_to_str): Change return type.
11537 (procfs_target::attach): Update.
11538 (procfs_target::detach): Update.
11539 (procfs_target::fetch_registers): Update.
11540 (procfs_target::store_registers): Update.
11541 (procfs_target::wait): Update.
11542 (procfs_target::files_info): Update.
11543 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11544 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11545 return type.
11546 (nto_procfs_target::pid_to_str): Change return type.
11547 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11548 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11549 return type.
11550 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11551 (exit_lwp): Update.
11552 (attach_proc_task_lwp_callback, get_detach_signal)
11553 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11554 (linux_nat_target::resume, wait_lwp, stop_callback)
11555 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11556 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11557 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11558 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11559 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11560 type.
11561 (inf_ptrace_target::attach): Update.
11562 (inf_ptrace_target::files_info): Update.
11563 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11564 type.
11565 (go32_nat_target::pid_to_str): Change return type.
11566 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11567 (gnu_nat_target::wait): Update.
11568 (gnu_nat_target::wait): Update.
11569 (gnu_nat_target::resume): Update.
11570 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11571 (fbsd_nat_target::wait): Update.
11572 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11573 type.
11574 (darwin_nat_target::attach): Update.
11575 * corelow.c (class core_target) <pid_to_str>: Change return type.
11576 (core_target::pid_to_str): Change return type.
11577 * target.c (normal_pid_to_str): Change return type.
11578 (default_pid_to_str): Likewise.
11579 (target_pid_to_str): Change return type.
11580 (target_translate_tls_address): Update.
11581 (target_announce_detach): Update.
11582 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11583 return type.
11584 (bsd_uthread_target::pid_to_str): Change return type.
11585 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11586 type.
11587 (bsd_kvm_target::pid_to_str): Change return type.
11588 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11589 return type.
11590 (aix_thread_target::pid_to_str): Change return type.
11591 * target.h (struct target_ops) <pid_to_str>: Change return type.
11592 (target_pid_to_str, normal_pid_to_str): Likewise.
11593 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11594 type.
11595 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11596 type.
11597 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11598 return type.
11599 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11600 type.
11601 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11602 type.
11603 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11604 return type.
11605
11606 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * NEWS: Mention that the new default MI version is 3. Mention
11609 changes to the output of commands and events that deal with
11610 multi-location breakpoints.
11611 * breakpoint.c: Include "mi/mi-out.h".
11612 (print_one_breakpoint): Change output syntax if using MI version
11613 >= 3.
11614 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11615 New.
11616 (mi_multi_location_breakpoint_output_fixed): New.
11617 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11618 (mi_cmd_fix_multi_location_breakpoint_output): New.
11619 (mi_multi_location_breakpoint_output_fixed): New.
11620 * mi/mi-cmds.c (mi_cmds): Register command
11621 -fix-multi-location-breakpoint-output.
11622 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11623 interpreter "mi".
11624
11625 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11626
11627 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11628 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11629 instantiate mi_ui_out based on interpreter name.
11630 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11631 * mi/mi-main.c (mi_load_progress): Likewise.
11632
11633 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11634
11635 * NEWS: Combine separate "New targets" sections for 8.3.
11636
11637 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11638
11639 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11640 (ppcfbsd_init_abi): Install gdbarch
11641 "fetch_tls_load_module_address" and "get_thread_local_address"
11642 methods.
11643
11644 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11645
11646 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11647 (riscv_fbsd_init_abi): Install gdbarch
11648 "fetch_tls_load_module_address" and "get_thread_local_address"
11649 methods.
11650
11651 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11652
11653 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11654 (i386fbsd_init_abi): Install gdbarch
11655 "fetch_tls_load_module_address" and "get_thread_local_address"
11656 methods.
11657
11658 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11659
11660 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11661 (amd64fbsd_init_abi): Install gdbarch
11662 "fetch_tls_load_module_address" and "get_thread_local_address"
11663 methods.
11664
11665 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11666
11667 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11668 (struct fbsd_pspace_data): New type.
11669 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11670 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11671 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11672 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11673 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11674
11675 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11676
11677 * gdbtypes.c (lookup_struct_elt): New function.
11678 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11679 * gdbtypes.h (struct struct_elt): New type.
11680 (lookup_struct_elt): New prototype.
11681
11682 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11683
11684 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11685 remove disabled code block.
11686
11687 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11688
11689 * gdbarch.sh (get_thread_local_address): New method.
11690 * gdbarch.h, gdbarch.c: Regenerate.
11691 * target.c (target_translate_tls_address): Use
11692 gdbarch_get_thread_local_address if present instead of
11693 target::get_thread_local_address.
11694
11695 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11696
11697 * target.h (target::get_thread_local_address): Update comment.
11698
11699 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11700
11701 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11702 objfile->separate_debug_objfile_backlink if not NULL.
11703
11704 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11705
11706 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11707 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11708 (amd64bsd_store_inferior_registers): Likewise.
11709 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11710 Enable segment base registers.
11711 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11712 PT_GETFSBASE and PT_GETGSBASE.
11713 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11714 PT_SETGSBASE.
11715 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11716 segment base registers.
11717 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11718
11719 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11720
11721 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11722 Update calls to i386_target_description to add 'segments'
11723 parameter.
11724 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11725 add segment base registers.
11726 * arch/i386.c (i386_create_target_description): Add 'segments'
11727 parameter to enable segment base registers.
11728 * arch/i386.h (i386_create_target_description): Likewise.
11729 * features/i386/32bit-segments.xml: New file.
11730 * features/i386/32bit-segments.c: Generate.
11731 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11732 call to i386_target_description to add 'segments' parameter.
11733 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11734 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11735 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11736 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11737 if feature is present.
11738 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11739 Add 'segments' parameter to call to i386_target_description.
11740 (i386_target_description): Add 'segments' parameter to enable
11741 segment base registers.
11742 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11743 to call to i386_target_description.
11744 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11745 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11746 Define I386_NUM_REGS.
11747 (i386_target_description): Add 'segments' parameter to enable
11748 segment base registers.
11749
11750 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11751
11752 PR/24325
11753 * source-cache.c: #undef open and close, to avoid unresolved
11754 externals during linking.
11755
11756 2019-03-12 Tom Tromey <tromey@adacore.com>
11757
11758 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11759 const. Add initializers.
11760 (_initialize_remote): Don't initialize ptid globals.
11761
11762 2019-03-12 Pedro Alves <palves@redhat.com>
11763
11764 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11765
11766 2019-03-12 Pedro Alves <palves@redhat.com>
11767
11768 * cp-name-parser.y (main): Remove unused 'len' variable.
11769
11770 2019-03-12 Tom Tromey <tromey@adacore.com>
11771
11772 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11773 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11774
11775 2019-03-12 Tom Tromey <tromey@adacore.com>
11776
11777 * linux-nat.c (iterate_over_lwps): Update.
11778 (stop_callback): Remove parameter.
11779 (stop_wait_callback, detach_callback, resume_set_callback)
11780 (select_singlestep_lwp_callback, set_ignore_sigint)
11781 (status_callback, resumed_callback, resume_clear_callback)
11782 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11783 data parameter.
11784 (linux_nat_target::detach, linux_nat_target::resume)
11785 (linux_stop_and_wait_all_lwps, select_event_lwp)
11786 (linux_nat_filter_event, linux_nat_wait_1)
11787 (linux_nat_target::kill, linux_nat_target::stop)
11788 (linux_nat_target::stop): Update.
11789 (linux_nat_resume_callback): Change type.
11790 (resume_stopped_resumed_lwps, count_events_callback)
11791 (select_event_lwp_callback): Likewise.
11792 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11793 * arm-linux-nat.c (struct update_registers_data): Remove.
11794 (update_registers_callback): Change type.
11795 (arm_linux_insert_hw_breakpoint1): Update.
11796 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11797 parameter.
11798 (x86_linux_dr_set_addr): Update.
11799 (x86_linux_dr_set_control): Update.
11800 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11801 (iterate_over_lwps): Use gdb::function_view.
11802 * nat/aarch64-linux-hw-point.c (struct
11803 aarch64_dr_update_callback_param): Remove.
11804 (debug_reg_change_callback): Change type.
11805 (aarch64_notify_debug_reg_change): Update.
11806 * s390-linux-nat.c (s390_refresh_per_info): Update.
11807
11808 2019-03-11 Tom Tromey <tromey@adacore.com>
11809
11810 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11811 redundant assignment to "this_cu".
11812
11813 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11814
11815 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11816
11817 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11818
11819 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11820 from...
11821 (rank_one_type): ... this.
11822
11823 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11824
11825 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11826 from...
11827 (rank_one_type): ... this.
11828
11829 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11830
11831 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11832 from...
11833 (rank_one_type): ... this.
11834
11835 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11836
11837 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11838 from...
11839 (rank_one_type): ... this.
11840
11841 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11842
11843 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11844 from...
11845 (rank_one_type): ... this.
11846
11847 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11848
11849 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11850 from...
11851 (rank_one_type): ... this.
11852
11853 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11854
11855 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11856 from...
11857 (rank_one_type): ... this.
11858
11859 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11860
11861 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11862 from...
11863 (rank_one_type): ... this.
11864
11865 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11866
11867 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11868 from...
11869 (rank_one_type): ... this.
11870
11871 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11872
11873 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11874 from...
11875 (rank_one_type): ... this.
11876
11877 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11878
11879 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11880 from...
11881 (rank_one_type): ... this.
11882
11883 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11884
11885 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11886 from...
11887 (rank_one_type): ... this.
11888
11889 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11890
11891 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11892 inferior-events' shows the example events.
11893
11894 2019-03-08 Eli Zaretskii <eliz@gnu.org>
11895
11896 Support styling on native MS-Windows console
11897
11898 PR/24315
11899 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11900 on MS-Windows if $TERM is not defined.
11901
11902 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11903
11904 * posix-hdep.c (gdb_console_fputs):
11905 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11906 functions.
11907 * ui-file.h (gdb_console_fputs): Add prototype.
11908
11909 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11910 back to fputs only if the former returns zero.
11911
11912 2019-03-07 Tom Tromey <tom@tromey.com>
11913
11914 * symmisc.c (print_symbol_bcache_statistics): Update.
11915 (print_objfile_statistics): Update.
11916 * symfile.c (allocate_symtab): Update.
11917 * stabsread.c: Don't include bcache.h.
11918 * psymtab.h (struct psymbol_bcache): Don't declare.
11919 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11920 (psymbol_bcache_init, psymbol_bcache_free)
11921 (psymbol_bcache_get_bcache): Don't declare.
11922 * psymtab.c (struct psymbol_bcache): Remove.
11923 (psymtab_storage::psymtab_storage): Update.
11924 (psymtab_storage::~psymtab_storage): Update.
11925 (psymbol_bcache_init, psymbol_bcache_free)
11926 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11927 (add_psymbol_to_bcache): Update.
11928 (allocate_psymtab): Update.
11929 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11930 macro_cache>: No longer pointers.
11931 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11932 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11933 * macrotab.c (macro_bcache): Update.
11934 * macroexp.c: Don't include bcache.h.
11935 * gdbtypes.c (check_types_worklist): Update.
11936 (types_deeply_equal): Remove TRY/CATCH. Update.
11937 * elfread.c (elf_symtab_read): Update.
11938 * dwarf2read.c: Don't include bcache.h.
11939 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11940 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11941 (print_bcache_statistics, bcache_memory_used): Don't declare.
11942 (struct bcache): Move from bcache.c. Add constructor, destructor,
11943 methods. Rename all data members.
11944 * bcache.c (struct bcache): Move to bcache.h.
11945 (bcache::expand_hash_table): Rename from expand_hash_table.
11946 (bcache): Remove.
11947 (bcache::insert): Rename from bcache_full.
11948 (bcache::compare): Rename from bcache_compare.
11949 (bcache_xmalloc): Remove.
11950 (bcache::~bcache): Rename from bcache_xfree.
11951 (bcache::print_statistics): Rename from print_bcache_statistics.
11952 (bcache::memory_used): Rename from bcache_memory_used.
11953
11954 2019-03-07 Pedro Alves <palves@redhat.com>
11955
11956 * infrun.c (normal_stop): Also check for
11957 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11958
11959 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11960
11961 * f-lang.c (value_from_host_double): Moved to...
11962 * value.c (value_from_host_double): ...here.
11963 * value.h (value_from_host_double): Declare.
11964 * guile/scm-math.c (vlscm_convert_typed_number): Use
11965 value_from_host_double.
11966 (vlscm_convert_number): Likewise.
11967 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11968 * python/py-value.c (convert_value_from_python): Likewise.
11969
11970 2019-03-06 Tom Tromey <tom@tromey.com>
11971
11972 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11973
11974 2019-03-06 Tom Tromey <tom@tromey.com>
11975
11976 * utils.h (free_current_contents): Don't declare.
11977 * utils.c (free_current_contents): Remove.
11978
11979 2019-03-06 Tom Tromey <tom@tromey.com>
11980
11981 * top.c (quit_force): Update.
11982 * main.c (captured_command_loop): Update.
11983 * common/new-op.c (operator new): Update.
11984 * common/common-exceptions.c (struct catcher)
11985 <save_cleanup_chain>: Remove member.
11986 (exceptions_state_mc_init): Update.
11987 (exception_try_scope_entry): Return nullptr.
11988 (exception_try_scope_exit, exception_rethrow)
11989 (throw_exception_sjlj, throw_exception_cxx): Update.
11990 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11991 (all_cleanups, do_cleanups, discard_cleanups)
11992 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11993 (restore_cleanups, restore_final_cleanups): Don't declare.
11994 (do_final_cleanups): Remove parameter.
11995 * common/cleanups.c (cleanup_chain, make_cleanup)
11996 (make_cleanup_dtor, all_cleanups, do_cleanups)
11997 (discard_my_cleanups, discard_cleanups)
11998 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11999 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12000 (null_cleanup): Remove.
12001 (do_final_cleanups): Remove parameter.
12002
12003 2019-03-06 Tom Tromey <tom@tromey.com>
12004
12005 * remote.c (remote_target::remote_parse_stop_reply): Use
12006 unique_xmalloc_ptr.
12007
12008 2019-03-06 Tom Tromey <tom@tromey.com>
12009
12010 * stabsread.c (struct stabs_field_info): Rename from field_info.
12011 <list, fnlist>: Add initializers.
12012 <obstack>: New member.
12013 (read_member_functions, read_struct_fields, read_baseclasses):
12014 Allocate on obstack. Don't use cleanups.
12015 (read_one_struct_field, read_member_functions, read_struct_fields)
12016 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12017 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12018 (read_struct_type): Update.
12019
12020 2019-03-06 Tom Tromey <tom@tromey.com>
12021
12022 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12023 * common/filestuff.h (make_cleanup_close): Don't declare.
12024 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12025 Remove.
12026
12027 2019-03-06 Tom Tromey <tom@tromey.com>
12028
12029 * solib-aix.c: Use make_scope_exit.
12030
12031 2019-03-06 Tom Tromey <tom@tromey.com>
12032
12033 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12034 Use make_scope_exit.
12035
12036 2019-03-06 Tom Tromey <tom@tromey.com>
12037
12038 * solib-svr4.c (disable_probes_interface): Remove parameter.
12039 (svr4_handle_solib_event): Use make_scope_exit.
12040
12041 2019-03-06 Tom Tromey <tom@tromey.com>
12042
12043 * remote.c (struct stop_reply_deleter): Remove.
12044 (stop_reply_up): Update.
12045 (struct stop_reply): Derive from notif_event. Don't typedef.
12046 <regcache>: Now a std::vector.
12047 (stop_reply_xfree): Remove.
12048 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12049 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12050 (remote_target::discard_pending_stop_replies): Use delete.
12051 (remote_target::remote_parse_stop_reply): Update.
12052 (remote_target::process_stop_reply): Update.
12053 * remote-notif.h (struct notif_event): Add virtual destructor.
12054 Remove "dtr" member.
12055 (struct notif_client) <alloc_event>: Return a unique_ptr.
12056 (notif_event_xfree): Don't declare.
12057 (notif_event_up): New typedef.
12058 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12059 (notif_event_xfree, do_notif_event_xfree): Remove.
12060 (remote_notif_state_xfree): Update.
12061
12062 2019-03-06 Tom Tromey <tom@tromey.com>
12063
12064 * infrun.c (displaced_step_clear_cleanup): Now a
12065 forward_scope_exit type.
12066 (displaced_step_prepare_throw): Update.
12067 (displaced_step_fixup): Update.
12068
12069 2019-03-06 Tom Tromey <tom@tromey.com>
12070
12071 * inferior.h (class inferior): Update comment.
12072 * gdbthread.h (class thread_info): Update comment.
12073
12074 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12075 Tom Tromey <tom@tromey.com>
12076
12077 * stabsread.h (struct stab_section_list): Remove.
12078 (coffstab_build_psymtabs): Update.
12079 * dbxread.c (symbuf_sections): Now a std::vector.
12080 (sect_idx): New global.
12081 (fill_symbuf): Update.
12082 (coffstab_build_psymtabs): Change type of stabsects parameter.
12083 Update.
12084 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12085 std::vector.
12086 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12087 (coff_locate_sections): Update.
12088 (coff_symfile_read): Remove cleanups. Update.
12089 (init_stringtab): Add storage parameter.
12090 (free_stringtab, free_stringtab_cleanup): Remove.
12091 (init_lineno): Add storage parameter.
12092 (free_linetab, free_linetab_cleanup): Remove.
12093
12094 2019-03-06 Pedro Alves <palves@redhat.com>
12095
12096 * linux-fork.c (fork_info::clobber_regs): Delete.
12097 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12098 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12099 comment. Adjust.
12100 (scoped_switch_fork_info::scoped_switch_fork_info)
12101 (checkpoint_command, linux_fork_context): Adjust
12102 fork_save_infrun_state calls.
12103
12104 2019-03-06 Pedro Alves <palves@redhat.com>
12105
12106 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12107 (inf_has_multiple_threads): Return 'bool' and rewrite using
12108 inferior_info::threads().
12109
12110 2019-03-06 Pedro Alves <palves@redhat.com>
12111
12112 * linux-fork.c: Include <list>.
12113 (fork_list): Now a std::list instance.
12114 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12115 (forks_exist_p, find_last_fork): Adjust.
12116 (new_fork): Delete.
12117 (one_fork_p): New.
12118 (add_fork): Adjust.
12119 (free_fork): Delete, folded into fork_info::~fork_info().
12120 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12121 Adjust.
12122 (init_fork_list): Delete.
12123 (linux_fork_killall, linux_fork_mourn_inferior)
12124 (linux_fork_detach, info_checkpoints_command): Adjust.
12125 (_initialize_linux_fork): No longer call init_fork_list.
12126
12127 2019-03-06 Pedro Alves <palves@redhat.com>
12128
12129 * linux-fork.c (new_fork): New, split out of ...
12130 (add_fork): ... this. Return void. Move "first fork" special
12131 case from here, to ...
12132 (checkpoint_command): ... here.
12133 * linux-linux.h (add_fork): Return void.
12134
12135 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12136
12137 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12138
12139 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12140 Chris January <chris.january@arm.com>
12141 David Lecomber <david.lecomber@arm.com>
12142
12143 * f-exp.y: New token, UNOP_INTRINSIC.
12144 (exp): New pattern using UNOP_INTRINSIC token.
12145 (f77_keywords): Add 'abs' keyword.
12146 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12147 (value_from_host_double): New function.
12148 (evaluate_subexp_f): Support UNOP_ABS.
12149
12150 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12151
12152 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12153 types.
12154
12155 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12156
12157 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12158 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12159 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12160
12161 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12162
12163 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12164
12165 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12166 Chris January <chris.january@arm.com>
12167
12168 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12169 * f-exp.y: Define 'KIND' token.
12170 (exp): New pattern for KIND expressions.
12171 (ptype): Handle types with a kind extension.
12172 (direct_abs_decl): Extend to spot kind extensions.
12173 (f77_keywords): Add 'kind' to the list.
12174 (push_kind_type): New function.
12175 (convert_to_kind_type): New function.
12176 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12177 * parse.c (operator_length_standard): Likewise.
12178 * parser-defs.h (enum type_pieces): Add tp_kind.
12179 * std-operator.def: Add UNOP_KIND.
12180
12181 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12182
12183 * f-exp.y (f_parse): Set yydebug.
12184
12185 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12186
12187 * f-lang.c (evaluate_subexp_f): New function.
12188 (exp_descriptor_f): New global.
12189 (f_language_defn): Use exp_descriptor_f instead of
12190 exp_descriptor_standard.
12191
12192 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12193
12194 * f-exp.y (struct token): Add comments.
12195 (dot_ops): Remove uppercase versions and the end marker.
12196 (f77_keywords): Likewise.
12197 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12198 entries in the dot_ops array are case insensitive, and use
12199 strncasecmp to compare strings. Also some whitespace cleanup in
12200 this area. Similar for the f77_keywords array, except entries in
12201 this list might be case sensitive.
12202
12203 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12204
12205 * f-exp.y (struct f77_boolean_val): Add comments.
12206 (boolean_values): Remove uppercase versions, and end marker.
12207 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12208 and use strncasecmp to achieve case insensitivity. Additionally,
12209 perform whitespace cleanup around this code.
12210
12211 2019-03-06 Tom Tromey <tromey@adacore.com>
12212
12213 * remote-sim.c (gdbsim_target_open): Use result of
12214 gdb_argv::release.
12215
12216 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12217 Dirk Schubert <dirk.schubert@arm.com>
12218 Chris January <chris.january@arm.com>
12219
12220 * eval.c (evaluate_subexp_standard): Call Fortran argument
12221 wrapping logic.
12222 * f-lang.c (struct value): A value which can be passed into a
12223 Fortran function call.
12224 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12225 where appropriate.
12226 (struct type): Value ready for a Fortran function call.
12227 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12228 is needed.
12229 * f-lang.h (fortran_argument_convert): Declaration.
12230 (fortran_preserve_arg_pointer): Declaration.
12231 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12232
12233 2019-03-05 Tom Tromey <tromey@adacore.com>
12234
12235 * python/py-prettyprint.c (print_string_repr): Remove #if.
12236 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12237
12238 2019-03-05 Tom Tromey <tromey@adacore.com>
12239
12240 * target.c (the_dummy_target): Move later. Change type to
12241 "dummy_target".
12242 (initialize_targets): Don't initialize the_dummy_target.
12243
12244 2019-03-05 Tom Tromey <tromey@adacore.com>
12245
12246 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12247 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12248
12249 2019-03-05 Tom Tromey <tromey@adacore.com>
12250
12251 * windows-nat.c (windows_nat_target::attach)
12252 (windows_nat_target::detach): Don't call gdb_flush.
12253 * valprint.c (generic_val_print, val_print, val_print_string):
12254 Don't call gdb_flush.
12255 * utils.c (defaulted_query): Don't call gdb_flush.
12256 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12257 * target.c (target_announce_detach): Don't call gdb_flush.
12258 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12259 * remote.c (extended_remote_target::attach): Don't call
12260 gdb_flush.
12261 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12262 * printcmd.c (do_examine): Don't call gdb_flush.
12263 (info_display_command): Don't call gdb_flush.
12264 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12265 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12266 * memattr.c (info_mem_command): Don't call gdb_flush.
12267 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12268 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12269 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12270 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12271 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12272 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12273 (gnu_nat_target::detach): Don't call gdb_flush.
12274 * f-valprint.c (f_val_print): Don't call gdb_flush.
12275 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12276 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12277 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12278 gdb_flush.
12279 * c-valprint.c (c_val_print): Don't call gdb_flush.
12280 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12281
12282 2019-03-05 Tom Tromey <tromey@adacore.com>
12283
12284 * varobj.c (update_dynamic_varobj_children): Update.
12285 (install_default_visualizer): Use reset, not release.
12286 * value.c (set_internalvar): Update.
12287 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12288 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12289 ATTRIBUTE_UNUSED_RESULT.
12290
12291 2019-03-05 Tom Tromey <tromey@adacore.com>
12292
12293 * remote.c (class scoped_remote_fd) <release>: Add
12294 ATTRIBUTE_UNUSED_RESULT.
12295
12296 2019-03-05 Tom Tromey <tromey@adacore.com>
12297
12298 * macroexp.c (struct macro_buffer) <release>: Add
12299 ATTRIBUTE_UNUSED_RESULT.
12300
12301 2019-03-05 Tom Tromey <tromey@adacore.com>
12302
12303 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12304 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12305 ATTRIBUTE_UNUSED_RESULT.
12306
12307 2019-03-05 Tom Tromey <tromey@adacore.com>
12308
12309 * common/scoped_fd.h (class scoped_fd) <release>: Add
12310 ATTRIBUTE_UNUSED_RESULT.
12311
12312 2019-03-05 Tom Tromey <tromey@adacore.com>
12313
12314 * parser-defs.h (struct parser_state) <release>: Add
12315 ATTRIBUTE_UNUSED_RESULT.
12316
12317 2019-03-05 Tom Tromey <tromey@adacore.com>
12318
12319 * utils.h (class gdb_argv) <release>: Add
12320 ATTRIBUTE_UNUSED_RESULT.
12321 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12322
12323 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12324
12325 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12326 for-loop range, to avoid compiler warnings.
12327
12328 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12329 avoid compiler warnings about unused variables.
12330
12331 * NEWS: Mention end of support for native debugging on MS-Windows
12332 before XP.
12333
12334 PR gdb/24292
12335 * common/netstuff.c:
12336 * gdbserver/gdbreplay.c
12337 * gdbserver/remote-utils.c:
12338 * ser-tcp.c:
12339 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12340 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12341 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12342 'getaddrinfo' and 'freeaddrinfo' were not available before
12343 Windows XP, and mingw.org's MinGW headers by default define
12344 _WIN32_WINNT to 0x500.
12345
12346 2019-03-01 Gary Benson <gbenson@redhat.com>
12347
12348 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12349
12350 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12351 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12352
12353 PR gdb/8527
12354 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12355 set_sigint_trap, clear_sigint_trap.
12356
12357 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12358
12359 * target.c (target_detach): Clear the regcache and the
12360 frame cache.
12361
12362 2019-02-27 Pedro Alves <palves@redhat.com>
12363
12364 * utils.c (set_screen_size): When we cap the height/width sizes,
12365 tweak the corresponding command variable to show "unlimited":
12366
12367 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12368 Pedro Alves <palves@redhat.com>
12369
12370 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12371 before calling rl_set_screen_size.
12372
12373 2019-02-27 Tom Tromey <tromey@adacore.com>
12374
12375 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12376 define.
12377 * python/py-value.c: Remove Python 2.4 workaround.
12378 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12379 workaround.
12380 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12381 Python 2.4 workaround.
12382 * python/python-internal.h: Remove Python 2.4 comment.
12383 (Py_ssize_t): Don't define.
12384 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12385 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12386 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12387 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12388 * python/python.c (do_start_initialization): Remove Python 2.4
12389 workaround.
12390 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12391 (print_children): Remove Python 2.4 workaround.
12392 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12393 workaround.
12394 (CHARBUFFERPROC_NAME): Remove.
12395 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12396 Python 2.4 workaround.
12397
12398 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12399
12400 * NEWS: Note minimum Python version.
12401
12402 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12403
12404 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12405 code from these functions. Remove corresponding ifdefs. Use
12406 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12407 Remove gotos and target of gotos.
12408 (infpy_search_memory): Likewise.
12409
12410 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12411
12412 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12413 (hppa_gdbarch_init): Don't register deleted functions with
12414 gdbarch.
12415
12416 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12417
12418 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12419 (h8300_unwind_sp): Delete.
12420 (h8300_dummy_id): Delete.
12421 (h8300_gdbarch_init): Don't register deleted functions with
12422 gdbarch.
12423
12424 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12425
12426 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12427 (ft32_unwind_pc): Delete.
12428 (ft32_unwind_sp): Delete.
12429 (ft32_gdbarch_init): Don't register deleted functions with
12430 gdbarch.
12431
12432 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12433
12434 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12435 (frv_unwind_pc): Delete.
12436 (frv_unwind_sp): Delete.
12437 (frv_gdbarch_init): Don't register deleted functions with
12438 gdbarch.
12439
12440 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12441
12442 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12443 (riscv_unwind_pc): Delete.
12444 (riscv_unwind_sp): Delete.
12445 (riscv_gdbarch_init): Don't register deleted functions with
12446 gdbarch.
12447
12448 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12449
12450 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12451 (csky_unwind_pc): Delete.
12452 (csky_unwind_sp): Delete.
12453 (csky_gdbarch_init): Don't register deleted functions with
12454 gdbarch.
12455
12456 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12457
12458 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12459 (cris_unwind_pc): Delete.
12460 (cris_unwind_sp): Delete.
12461 (cris_gdbarch_init): Don't register deleted functions with
12462 gdbarch.
12463
12464 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12465
12466 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12467 (bfin_unwind_pc): Delete.
12468 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12469
12470 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12471
12472 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12473 (arm_unwind_pc): Delete.
12474 (arm_unwind_sp): Delete.
12475 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12476
12477 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12478
12479 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12480 (arc_unwind_pc): Delete.
12481 (arc_unwind_sp): Delete.
12482 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12483
12484 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12485
12486 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12487 (alpha_unwind_pc): Delete.
12488 (alpha_gdbarch_init): Don't register deleted functions with
12489 gdbarch.
12490
12491 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12492
12493 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12494 (aarch64_unwind_pc): Delete.
12495 (aarch64_unwind_sp): Delete.
12496 (aarch64_gdbarch_init): Don't register deleted functions with
12497 gdbarch.
12498
12499 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12500
12501 * gdbtypes.c (type_align): Don't consider static members when
12502 computing structure alignment.
12503
12504 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12505
12506 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12507 return 0 for other types.
12508 * arch-utils.c (default_type_align): Always return 0.
12509 * gdbarch.h: Regenerate.
12510 * gdbarch.sh (type_align): Extend comment.
12511 * gdbtypes.c (type_align): Add additional comments, always call
12512 gdbarch_type_align before applying the default rules.
12513 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12514 generic code will then apply a suitable default.
12515 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12516 types, return 0 for other types.
12517
12518 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12519
12520 * NEWS: Create a new section for the next release branch.
12521 Rename the section of the current branch, now that it has
12522 been cut.
12523
12524 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12525
12526 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12527 * version.in: Bump version to 8.3.50.DATE-git.
12528
12529 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12530
12531 * aix-thread.c (ptid_cmp): Remove unused variable.
12532 (get_signaled_thread): Likewise.
12533 (store_regs_user_thread): Likewise.
12534 (store_regs_kernel_thread): Likewise.
12535 (fetch_regs_kernel_thread): Remove shadowed variable.
12536
12537 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12538
12539 * features/riscv/32bit-cpu.xml: Add register numbers.
12540 * features/riscv/32bit-fpu.c: Regenerate.
12541 * features/riscv/32bit-fpu.xml: Add register numbers.
12542 * features/riscv/64bit-cpu.xml: Add register numbers.
12543 * features/riscv/64bit-fpu.c: Regenerate.
12544 * features/riscv/64bit-fpu.xml: Add register numbers.
12545
12546 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12547
12548 * NEWS: Mention two argument form of gdb.Value constructor.
12549 * python/py-value.c (convert_buffer_and_type_to_value): New
12550 function.
12551 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12552 Add support for handling an optional second argument. Call
12553 convert_buffer_and_type_to_value as appropriate.
12554 * python/python-internal.h (Py_buffer_deleter): New struct.
12555 (Py_buffer_up): New typedef.
12556
12557 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12558
12559 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12560 instead of releasing ownership.
12561
12562 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12563
12564 * dwarf2read.c (open_and_init_dwp_file): Call
12565 elf_numsections instead of bfd_count_sections to initialize
12566 dwp_file->num_sections.
12567
12568 2019-02-25 Tom Tromey <tromey@adacore.com>
12569
12570 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12571
12572 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12573
12574 * gcore.in: Add '--readnever' option when invoking GDB.
12575
12576 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12577
12578 * MAINTAINERS: Update my email address.
12579
12580 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12581
12582 * build-id.c (build_id_to_debug_bfd_1): New function.
12583 (build_id_to_debug_bfd): Look for separate debug file in
12584 sysroot.
12585
12586 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12587
12588 * gdbarch.sh: Update the copyright year range that is placed into
12589 generated files.
12590
12591 2019-02-22 Keith Seitz <keiths@redhat.com>
12592
12593 PR symtab/23853
12594 * linespec.c (create_sals_line_offset): Search for the default
12595 symtab's filename instead of its fullname.
12596
12597 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12598
12599 * NEWS: Update style defaults.
12600
12601 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12602
12603 * main.c (captured_main_1): Disable styling in batch mode.
12604
12605 2019-02-20 Tom Tromey <tom@tromey.com>
12606
12607 * symtab.c (symtab_symbol_info): Fix typos.
12608
12609 2019-02-20 Tom Tromey <tromey@adacore.com>
12610
12611 * findcmd.c (_initialize_mem_search): Use upper case for
12612 metasyntactic variables.
12613
12614 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12615
12616 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12617 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12618
12619 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12620
12621 * top.h (source_file_name): Change to std::string.
12622 * top.c (source_file_name): Likewise.
12623 (command_line_input): Adjust.
12624 * cli/cli-script.c (script_from_file): Adjust.
12625
12626 2019-02-19 Tom Tromey <tromey@adacore.com>
12627
12628 * ravenscar-thread.c
12629 (ravenscar_thread_target::update_thread_list): Don't call
12630 ada_build_task_list.
12631 * ada-lang.h (ada_build_task_list): Don't declare.
12632 * ada-tasks.c (struct ada_tasks_inferior_data)
12633 <task_list_valid_p>: Now bool.
12634 (read_known_tasks, ada_task_list_changed)
12635 (ada_tasks_invalidate_inferior_data): Update.
12636 (read_known_tasks_array): Return bool.
12637 (read_known_tasks_list): Likewise.
12638 (read_known_tasks): Return void.
12639 (ada_build_task_list): Now static.
12640
12641 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12642
12643 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12644 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12645
12646 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12647
12648 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12649 variant for ada_tasks_pspace_data_handle and
12650 ada_tasks_inferior_data_handle.
12651 (ada_tasks_pspace_data_cleanup): New function.
12652 (ada_tasks_inferior_data_cleanup): New function.
12653
12654 2019-02-17 Tom Tromey <tom@tromey.com>
12655
12656 * macrotab.h (macro_source_fullname): Return a std::string.
12657 * macrotab.c (macro_include, check_for_redefinition)
12658 (macro_undef, macro_lookup_definition, foreach_macro)
12659 (foreach_macro_in_scope): Update.
12660 (macro_source_fullname): Return a std::string.
12661 * macrocmd.c (show_pp_source_pos): Update.
12662
12663 2019-02-17 Tom Tromey <tom@tromey.com>
12664
12665 * macrocmd.c (show_pp_source_pos): Style the file names.
12666
12667 2019-02-17 Tom Tromey <tom@tromey.com>
12668
12669 PR tui/24197:
12670 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12671
12672 2019-02-17 Tom Tromey <tom@tromey.com>
12673
12674 * ada-lang.c (user_select_syms): Use filtered printing.
12675 * utils.c (wrap_style): New global.
12676 (desired_style): Remove.
12677 (emit_style_escape): Add stream parameter.
12678 (set_output_style, reset_terminal_style, prompt_for_continue):
12679 Update.
12680 (flush_wrap_buffer): Only flush gdb_stdout.
12681 (wrap_here): Set wrap_style.
12682 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12683 treat escape sequences as a character. Change when wrap buffer is
12684 flushed.
12685 (fputs_styled): Do not set the output style when the default is
12686 requested.
12687 * ui-style.h (struct ui_file_style) <is_default>: New method.
12688 * source.c (print_source_lines_base): Emit escape sequences in one
12689 piece.
12690
12691 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12692
12693 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12694 integers and enumeration types.
12695
12696 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12697
12698 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12699 instead of lookup_symbol_in_language
12700 (do_exact_match): New function.
12701 (ada_get_symbol_name_matcher): Return do_exact_match when
12702 doing a verbatim match.
12703
12704 2019-02-15 Tom Tromey <tromey@adacore.com>
12705
12706 * ravenscar-thread.c (ravenscar_thread_target::resume)
12707 (ravenscar_thread_target::wait): Special case wildcard requests.
12708
12709 2019-02-15 Tom Tromey <tromey@adacore.com>
12710
12711 * ravenscar-thread.c (base_ptid): Remove.
12712 (struct ravenscar_thread_target) <close>: New method.
12713 <m_base_ptid>: New member.
12714 <update_inferior_ptid, active_task, task_is_currently_active,
12715 runtime_initialized>: Declare methods.
12716 <ravenscar_thread_target>: Add constructor.
12717 (ravenscar_thread_target::task_is_currently_active)
12718 (ravenscar_thread_target::update_inferior_ptid)
12719 (ravenscar_runtime_initialized): Rename. Now methods.
12720 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12721 (ravenscar_thread_target::update_thread_list): Update.
12722 (ravenscar_thread_target::active_task): Now method.
12723 (ravenscar_thread_target::store_registers)
12724 (ravenscar_thread_target::prepare_to_store)
12725 (ravenscar_thread_target::prepare_to_store)
12726 (ravenscar_thread_target::mourn_inferior): Update.
12727 (ravenscar_inferior_created): Use "new" to create target.
12728 (ravenscar_thread_target::get_ada_task_ptid): Update.
12729 (_initialize_ravenscar): Don't initialize base_ptid.
12730 (ravenscar_ops): Remove global.
12731
12732 2019-02-15 Tom Tromey <tromey@adacore.com>
12733
12734 * target.h (push_target): Declare new overload.
12735 * target.c (push_target): New overload, taking an rvalue reference.
12736 * remote.c (remote_target::open_1): Use push_target overload.
12737 * corelow.c (core_target_open): Use push_target overload.
12738
12739 2019-02-15 Tom Tromey <tromey@adacore.com>
12740
12741 * ravenscar-thread.c (is_ravenscar_task)
12742 (ravenscar_task_is_currently_active): Return bool.
12743 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12744 (_initialize_ravenscar): Remove "(void)".
12745 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12746 Return bool.
12747
12748 2019-02-15 Tom Tromey <tromey@adacore.com>
12749
12750 * ravenscar-thread.c (ravenscar_runtime_initializer)
12751 (has_ravenscar_runtime, get_running_thread_id)
12752 (ravenscar_thread_target::resume): Fix indentation.
12753
12754 2019-02-15 Tom Tromey <tromey@adacore.com>
12755
12756 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12757 from ravenscar_arch_ops.
12758 (sparc_ravenscar_ops::fetch_registers)
12759 (sparc_ravenscar_ops::store_registers): Now methods.
12760 (sparc_ravenscar_prepare_to_store): Remove.
12761 (sparc_ravenscar_ops): Redefine.
12762 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12763 methods and destructor. Remove members.
12764 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12765 (ravenscar_thread_target::store_registers)
12766 (ravenscar_thread_target::prepare_to_store): Update.
12767 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12768 Remove.
12769 (struct ppc_ravenscar_powerpc_ops): Derive from
12770 ravenscar_arch_ops.
12771 (ppc_ravenscar_powerpc_ops::fetch_registers)
12772 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12773 (ppc_ravenscar_powerpc_ops): Redefine.
12774 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12775 (ppc_ravenscar_e500_ops::fetch_registers)
12776 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12777 (ppc_ravenscar_e500_ops): Redefine.
12778 * aarch64-ravenscar-thread.c
12779 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12780 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12781 (aarch64_ravenscar_fetch_registers)
12782 (aarch64_ravenscar_store_registers): Now methods.
12783 (aarch64_ravenscar_ops): Redefine.
12784
12785 2019-02-15 Tom Tromey <tromey@adacore.com>
12786
12787 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12788 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12789 (ravenscar_thread_target::stopped_by_watchpoint)
12790 (ravenscar_thread_target::stopped_data_address)
12791 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12792
12793 2019-02-15 Tom Tromey <tromey@adacore.com>
12794
12795 * ravenscar-thread.c: Fix some typos.
12796
12797 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12798 Tom Tromey <tromey@adacore.com>
12799
12800 * ada-lang.c (ada_exception_sal): Change addr_string to a
12801 std::string.
12802 (create_ada_exception_catchpoint): Update.
12803
12804 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12805 Tom Tromey <tromey@adacore.com>
12806
12807 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12808 (bp_location_ops): Remove.
12809 (base_breakpoint_allocate_location): Update.
12810 (free_bp_location): Update.
12811 * ada-lang.c (class ada_catchpoint_location)
12812 <ada_catchpoint_location>: Remove ops parameter.
12813 (ada_catchpoint_location_dtor): Remove.
12814 (ada_catchpoint_location_ops): Remove.
12815 (allocate_location_exception): Update.
12816 * breakpoint.h (struct bp_location_ops): Remove.
12817 (class bp_location) <bp_location>: Remove bp_location_ops
12818 parameter.
12819 <~bp_location>: Add destructor.
12820 <ops>: Remove.
12821
12822 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12823 Pedro Alves <palves@redhat.com>
12824
12825 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12826 'PATH_MAX'.
12827
12828 2019-02-14 David Michael <fedora.dm0@gmail.com>
12829 Samuel Thibault <samuel.thibault@gnu.org>
12830 Thomas Schwinge <thomas@codesourcery.com>
12831
12832 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12833 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12834
12835 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12836
12837 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12838 (check_empty): Use "const char *".
12839
12840 * gnu-nat.c (gnu_nat_target::detach): Instead of
12841 'detach_inferior (pid)' call
12842 'detach_inferior (find_inferior_pid (pid))'.
12843
12844 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12845 'nat/fork-inferior.o'.
12846 * gnu-nat.c: #include "nat/fork-inferior.h".
12847
12848 * gnu-nat.c (gnu_nat_target::detach): Instead of
12849 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12850 * gnu-nat.h: #include "inf-child.h".
12851 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12852 'i386_gnu_nat_target::fetch_registers'.
12853 (gnu_store_registers): Rename/move to
12854 'i386_gnu_nat_target::store_registers'.
12855
12856 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12857 * gnu-nat.h (mach_thread_info): New function.
12858 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12859
12860 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12861
12862 2019-02-14 Frederic Konrad <konrad@adacore.com>
12863
12864 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12865
12866 2019-02-14 Joel Brobecker <brobecker@adacore.com>
12867
12868 * windows-nat.c (windows_add_thread): Add new parameter
12869 "main_thread_p" with default value set to false. Update
12870 function documentation as well as all callers.
12871 (windows_delete_thread): Likewise.
12872 (fake_create_process): Update call to windows_add_thread.
12873 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12874 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12875 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12876 call to windows_delete_thread.
12877
12878 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12879
12880 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12881
12882 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12883
12884 * symfile.c (find_separate_debug_file): Use canonical path of
12885 sysroot with child_path instead of gdb_sysroot if it is valid.
12886
12887 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12888
12889 * symfile.c (find_separate_debug_file): Use child_path to
12890 determine if an object file is under a sysroot.
12891
12892 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12893
12894 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12895 unittests/child-path-selftests.c.
12896 * common/pathstuff.c (child_path): New function.
12897 * common/pathstuff.h (child_path): New prototype.
12898 * unittests/child-path-selftests.c: New file.
12899
12900 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12901
12902 * symfile.c (find_separate_debug_file): Look for separate debug
12903 files in debug directories under the sysroot.
12904
12905 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12906
12907 * symtab.h (struct minimal_symbol data_p): New const method.
12908 (struct minimal_symbol text_p): Likewise.
12909 * symtab.c (output_source_filename): Use file name style
12910 to print file name.
12911 (print_symbol_info): Likewise.
12912 (print_msymbol_info): Use address style to print addresses.
12913 Use function name style to print executable text symbols.
12914 (expand_symtab_containing_pc): Use data_p.
12915 (find_pc_sect_compunit_symtab): Likewise.
12916
12917 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12918
12919 * breakpoint.c (describe_other_breakpoints): Use address style
12920 to print addresses.
12921 (say_where): Likewise.
12922
12923 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12924
12925 * ada-typeprint.c (print_func_type): Print function name
12926 style to print function name.
12927 * c-typeprint.c (c_print_type_1): Likewise.
12928
12929 2019-02-11 Alan Hayward <alan.hayward@arm.com>
12930
12931 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12932 for execve.
12933
12934 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12935
12936 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12937 type_stack.
12938
12939 2019-02-10 Joel Brobecker <brobecker@adacore.com>
12940
12941 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12942 TYPE_CODE_REF types.
12943
12944 2019-02-08 Jim Wilson <jimw@sifive.com>
12945
12946 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12947 (riscv_linux_fregset): New.
12948 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12949
12950 2019-02-07 Tom Tromey <tom@tromey.com>
12951
12952 * thread.c (thread_cancel_execution_command): Update.
12953 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12954 methods.
12955 (struct thread_fsm_ops): Remove.
12956 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12957 (thread_fsm_should_stop, thread_fsm_return_value)
12958 (thread_fsm_set_finished, thread_fsm_finished_p)
12959 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12960 Don't declare.
12961 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12962 * infrun.c (clear_proceed_status_thread)
12963 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12964 (print_stop_event): Update.
12965 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12966 Add constructor.
12967 (step_command_fsm_ops): Remove.
12968 (new_step_command_fsm): Remove.
12969 (step_1): Update.
12970 (step_command_fsm::should_stop): Rename from
12971 step_command_fsm_should_stop.
12972 (step_command_fsm::clean_up): Rename from
12973 step_command_fsm_clean_up.
12974 (step_command_fsm::do_async_reply_reason): Rename from
12975 step_command_fsm_async_reply_reason.
12976 (struct until_next_fsm): Inherit from thread_fsm. Add
12977 constructor.
12978 (until_next_fsm_ops): Remove.
12979 (new_until_next_fsm): Remove.
12980 (until_next_fsm::should_stop): Rename from
12981 until_next_fsm_should_stop.
12982 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12983 (until_next_fsm::do_async_reply_reason): Rename from
12984 until_next_fsm_async_reply_reason.
12985 (struct finish_command_fsm): Inherit from thread_fsm. Add
12986 constructor. Change type of breakpoint.
12987 (finish_command_fsm_ops): Remove.
12988 (new_finish_command_fsm): Remove.
12989 (finish_command_fsm::should_stop): Rename from
12990 finish_command_fsm_should_stop.
12991 (finish_command_fsm::clean_up): Rename from
12992 finish_command_fsm_clean_up.
12993 (finish_command_fsm::return_value): Rename from
12994 finish_command_fsm_return_value.
12995 (finish_command_fsm::do_async_reply_reason): Rename from
12996 finish_command_fsm_async_reply_reason.
12997 (finish_command): Update.
12998 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12999 Add constructor.
13000 (call_thread_fsm_ops): Remove.
13001 (call_thread_fsm::call_thread_fsm): Rename from
13002 new_call_thread_fsm.
13003 (call_thread_fsm::should_stop): Rename from
13004 call_thread_fsm_should_stop.
13005 (call_thread_fsm::should_notify_stop): Rename from
13006 call_thread_fsm_should_notify_stop.
13007 (run_inferior_call, call_function_by_hand_dummy): Update.
13008 * cli/cli-interp.c (should_print_stop_to_console): Update.
13009 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13010 Add constructor. Change type of location_breakpoint,
13011 caller_breakpoint.
13012 (until_break_fsm_ops): Remove.
13013 (new_until_break_fsm): Remove.
13014 (until_break_fsm::should_stop): Rename from
13015 until_break_fsm_should_stop.
13016 (until_break_fsm::clean_up): Rename from
13017 until_break_fsm_clean_up.
13018 (until_break_fsm::do_async_reply_reason): Rename from
13019 until_break_fsm_async_reply_reason.
13020 (until_break_command): Update.
13021 * thread-fsm.c: Remove.
13022 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13023
13024 2019-02-07 Tom Tromey <tom@tromey.com>
13025
13026 * yy-remap.h: Add include guard.
13027 * xtensa-tdep.h: Add include guard.
13028 * xcoffread.h: Rename include guard.
13029 * varobj-iter.h: Add include guard.
13030 * tui/tui.h: Rename include guard.
13031 * tui/tui-winsource.h: Rename include guard.
13032 * tui/tui-wingeneral.h: Rename include guard.
13033 * tui/tui-windata.h: Rename include guard.
13034 * tui/tui-win.h: Rename include guard.
13035 * tui/tui-stack.h: Rename include guard.
13036 * tui/tui-source.h: Rename include guard.
13037 * tui/tui-regs.h: Rename include guard.
13038 * tui/tui-out.h: Rename include guard.
13039 * tui/tui-layout.h: Rename include guard.
13040 * tui/tui-io.h: Rename include guard.
13041 * tui/tui-hooks.h: Rename include guard.
13042 * tui/tui-file.h: Rename include guard.
13043 * tui/tui-disasm.h: Rename include guard.
13044 * tui/tui-data.h: Rename include guard.
13045 * tui/tui-command.h: Rename include guard.
13046 * tic6x-tdep.h: Add include guard.
13047 * target/waitstatus.h: Rename include guard.
13048 * target/wait.h: Rename include guard.
13049 * target/target.h: Rename include guard.
13050 * target/resume.h: Rename include guard.
13051 * target-float.h: Rename include guard.
13052 * stabsread.h: Add include guard.
13053 * rs6000-tdep.h: Add include guard.
13054 * riscv-fbsd-tdep.h: Add include guard.
13055 * regformats/regdef.h: Rename include guard.
13056 * record.h: Rename include guard.
13057 * python/python.h: Rename include guard.
13058 * python/python-internal.h: Rename include guard.
13059 * python/py-stopevent.h: Rename include guard.
13060 * python/py-ref.h: Rename include guard.
13061 * python/py-record.h: Rename include guard.
13062 * python/py-record-full.h: Rename include guard.
13063 * python/py-record-btrace.h: Rename include guard.
13064 * python/py-instruction.h: Rename include guard.
13065 * python/py-events.h: Rename include guard.
13066 * python/py-event.h: Rename include guard.
13067 * procfs.h: Add include guard.
13068 * proc-utils.h: Add include guard.
13069 * p-lang.h: Add include guard.
13070 * or1k-tdep.h: Rename include guard.
13071 * observable.h: Rename include guard.
13072 * nto-tdep.h: Rename include guard.
13073 * nat/x86-linux.h: Rename include guard.
13074 * nat/x86-linux-dregs.h: Rename include guard.
13075 * nat/x86-gcc-cpuid.h: Add include guard.
13076 * nat/x86-dregs.h: Rename include guard.
13077 * nat/x86-cpuid.h: Rename include guard.
13078 * nat/ppc-linux.h: Rename include guard.
13079 * nat/mips-linux-watch.h: Rename include guard.
13080 * nat/linux-waitpid.h: Rename include guard.
13081 * nat/linux-ptrace.h: Rename include guard.
13082 * nat/linux-procfs.h: Rename include guard.
13083 * nat/linux-osdata.h: Rename include guard.
13084 * nat/linux-nat.h: Rename include guard.
13085 * nat/linux-namespaces.h: Rename include guard.
13086 * nat/linux-btrace.h: Rename include guard.
13087 * nat/glibc_thread_db.h: Rename include guard.
13088 * nat/gdb_thread_db.h: Rename include guard.
13089 * nat/gdb_ptrace.h: Rename include guard.
13090 * nat/fork-inferior.h: Rename include guard.
13091 * nat/amd64-linux-siginfo.h: Rename include guard.
13092 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13093 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13094 * nat/aarch64-linux.h: Rename include guard.
13095 * nat/aarch64-linux-hw-point.h: Rename include guard.
13096 * mn10300-tdep.h: Add include guard.
13097 * mips-linux-tdep.h: Add include guard.
13098 * mi/mi-parse.h: Rename include guard.
13099 * mi/mi-out.h: Rename include guard.
13100 * mi/mi-main.h: Rename include guard.
13101 * mi/mi-interp.h: Rename include guard.
13102 * mi/mi-getopt.h: Rename include guard.
13103 * mi/mi-console.h: Rename include guard.
13104 * mi/mi-common.h: Rename include guard.
13105 * mi/mi-cmds.h: Rename include guard.
13106 * mi/mi-cmd-break.h: Rename include guard.
13107 * m2-lang.h: Add include guard.
13108 * location.h: Rename include guard.
13109 * linux-record.h: Rename include guard.
13110 * linux-nat.h: Add include guard.
13111 * linux-fork.h: Add include guard.
13112 * i386-darwin-tdep.h: Rename include guard.
13113 * hppa-linux-offsets.h: Add include guard.
13114 * guile/guile.h: Rename include guard.
13115 * guile/guile-internal.h: Rename include guard.
13116 * gnu-nat.h: Rename include guard.
13117 * gdb-stabs.h: Rename include guard.
13118 * frv-tdep.h: Add include guard.
13119 * f-lang.h: Add include guard.
13120 * event-loop.h: Add include guard.
13121 * darwin-nat.h: Rename include guard.
13122 * cp-abi.h: Rename include guard.
13123 * config/sparc/nm-sol2.h: Rename include guard.
13124 * config/nm-nto.h: Rename include guard.
13125 * config/nm-linux.h: Add include guard.
13126 * config/i386/nm-i386gnu.h: Rename include guard.
13127 * config/djgpp/nl_types.h: Rename include guard.
13128 * config/djgpp/langinfo.h: Rename include guard.
13129 * compile/gcc-cp-plugin.h: Add include guard.
13130 * compile/gcc-c-plugin.h: Add include guard.
13131 * compile/compile.h: Rename include guard.
13132 * compile/compile-object-run.h: Rename include guard.
13133 * compile/compile-object-load.h: Rename include guard.
13134 * compile/compile-internal.h: Rename include guard.
13135 * compile/compile-cplus.h: Rename include guard.
13136 * compile/compile-c.h: Rename include guard.
13137 * common/xml-utils.h: Rename include guard.
13138 * common/x86-xstate.h: Rename include guard.
13139 * common/version.h: Rename include guard.
13140 * common/vec.h: Rename include guard.
13141 * common/tdesc.h: Rename include guard.
13142 * common/selftest.h: Rename include guard.
13143 * common/scoped_restore.h: Rename include guard.
13144 * common/scoped_mmap.h: Rename include guard.
13145 * common/scoped_fd.h: Rename include guard.
13146 * common/safe-iterator.h: Rename include guard.
13147 * common/run-time-clock.h: Rename include guard.
13148 * common/refcounted-object.h: Rename include guard.
13149 * common/queue.h: Rename include guard.
13150 * common/ptid.h: Rename include guard.
13151 * common/print-utils.h: Rename include guard.
13152 * common/preprocessor.h: Rename include guard.
13153 * common/pathstuff.h: Rename include guard.
13154 * common/observable.h: Rename include guard.
13155 * common/netstuff.h: Rename include guard.
13156 * common/job-control.h: Rename include guard.
13157 * common/host-defs.h: Rename include guard.
13158 * common/gdb_wait.h: Rename include guard.
13159 * common/gdb_vecs.h: Rename include guard.
13160 * common/gdb_unlinker.h: Rename include guard.
13161 * common/gdb_unique_ptr.h: Rename include guard.
13162 * common/gdb_tilde_expand.h: Rename include guard.
13163 * common/gdb_sys_time.h: Rename include guard.
13164 * common/gdb_string_view.h: Rename include guard.
13165 * common/gdb_splay_tree.h: Rename include guard.
13166 * common/gdb_setjmp.h: Rename include guard.
13167 * common/gdb_ref_ptr.h: Rename include guard.
13168 * common/gdb_optional.h: Rename include guard.
13169 * common/gdb_locale.h: Rename include guard.
13170 * common/gdb_assert.h: Rename include guard.
13171 * common/filtered-iterator.h: Rename include guard.
13172 * common/filestuff.h: Rename include guard.
13173 * common/fileio.h: Rename include guard.
13174 * common/environ.h: Rename include guard.
13175 * common/common-utils.h: Rename include guard.
13176 * common/common-types.h: Rename include guard.
13177 * common/common-regcache.h: Rename include guard.
13178 * common/common-inferior.h: Rename include guard.
13179 * common/common-gdbthread.h: Rename include guard.
13180 * common/common-exceptions.h: Rename include guard.
13181 * common/common-defs.h: Rename include guard.
13182 * common/common-debug.h: Rename include guard.
13183 * common/cleanups.h: Rename include guard.
13184 * common/buffer.h: Rename include guard.
13185 * common/btrace-common.h: Rename include guard.
13186 * common/break-common.h: Rename include guard.
13187 * cli/cli-utils.h: Rename include guard.
13188 * cli/cli-style.h: Rename include guard.
13189 * cli/cli-setshow.h: Rename include guard.
13190 * cli/cli-script.h: Rename include guard.
13191 * cli/cli-interp.h: Rename include guard.
13192 * cli/cli-decode.h: Rename include guard.
13193 * cli/cli-cmds.h: Rename include guard.
13194 * charset-list.h: Add include guard.
13195 * buildsym-legacy.h: Rename include guard.
13196 * bfin-tdep.h: Add include guard.
13197 * ax.h: Rename include guard.
13198 * arm-linux-tdep.h: Add include guard.
13199 * arm-fbsd-tdep.h: Add include guard.
13200 * arch/xtensa.h: Rename include guard.
13201 * arch/tic6x.h: Add include guard.
13202 * arch/i386.h: Add include guard.
13203 * arch/arm.h: Rename include guard.
13204 * arch/arm-linux.h: Rename include guard.
13205 * arch/arm-get-next-pcs.h: Rename include guard.
13206 * arch/amd64.h: Add include guard.
13207 * arch/aarch64-insn.h: Rename include guard.
13208 * arch-utils.h: Rename include guard.
13209 * annotate.h: Add include guard.
13210 * amd64-darwin-tdep.h: Rename include guard.
13211 * aarch64-linux-tdep.h: Add include guard.
13212 * aarch64-fbsd-tdep.h: Add include guard.
13213 * aarch32-linux-nat.h: Add include guard.
13214
13215 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13216
13217 * macrotab.c (macro_define_internal): New function that
13218 factorizes macro_define_object_internal and macro_define_function
13219 code.
13220 (macro_define_object_internal): Use macro_define_internal.
13221 (macro_define_function): Likewise.
13222
13223 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13224
13225 * macrocmd.c (extract_identifier): Return
13226 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13227 callers.
13228
13229 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13230
13231 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13232
13233 2019-02-05 Tom Tromey <tom@tromey.com>
13234
13235 * target.c (target_stack::unpush): Move assertion earlier.
13236
13237 2019-01-30 Tom Tromey <tom@tromey.com>
13238
13239 PR python/23615:
13240 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13241 (gdbpy_parse_and_eval): Likewise.
13242 * python/python-internal.h (gdbpy_allow_threads): New class.
13243
13244 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13245
13246 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13247 (aarch64_fbsd_fpregmap): Move earlier.
13248 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13249 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13250 instead of individual calls to trad_frame_set_reg_addr.
13251 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13252 earlier.
13253 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13254 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13255 instead of individual calls to trad_frame_set_reg_addr.
13256
13257 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13258
13259 * CONTRIBUTE: Replace contribution list with wiki link.
13260
13261 2019-01-25 Tom Tromey <tom@tromey.com>
13262
13263 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13264
13265 2019-01-25 Tom Tromey <tom@tromey.com>
13266
13267 * xtensa-linux-nat.c: Fix common/ includes.
13268 * xml-support.h: Fix common/ includes.
13269 * xml-support.c: Fix common/ includes.
13270 * x86-linux-nat.c: Fix common/ includes.
13271 * windows-nat.c: Fix common/ includes.
13272 * varobj.h: Fix common/ includes.
13273 * varobj.c: Fix common/ includes.
13274 * value.c: Fix common/ includes.
13275 * valops.c: Fix common/ includes.
13276 * utils.c: Fix common/ includes.
13277 * unittests/xml-utils-selftests.c: Fix common/ includes.
13278 * unittests/utils-selftests.c: Fix common/ includes.
13279 * unittests/unpack-selftests.c: Fix common/ includes.
13280 * unittests/tracepoint-selftests.c: Fix common/ includes.
13281 * unittests/style-selftests.c: Fix common/ includes.
13282 * unittests/string_view-selftests.c: Fix common/ includes.
13283 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13284 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13285 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13286 * unittests/rsp-low-selftests.c: Fix common/ includes.
13287 * unittests/parse-connection-spec-selftests.c: Fix common/
13288 includes.
13289 * unittests/optional-selftests.c: Fix common/ includes.
13290 * unittests/offset-type-selftests.c: Fix common/ includes.
13291 * unittests/observable-selftests.c: Fix common/ includes.
13292 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13293 * unittests/memrange-selftests.c: Fix common/ includes.
13294 * unittests/memory-map-selftests.c: Fix common/ includes.
13295 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13296 * unittests/function-view-selftests.c: Fix common/ includes.
13297 * unittests/environ-selftests.c: Fix common/ includes.
13298 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13299 * unittests/common-utils-selftests.c: Fix common/ includes.
13300 * unittests/cli-utils-selftests.c: Fix common/ includes.
13301 * unittests/array-view-selftests.c: Fix common/ includes.
13302 * ui-file.c: Fix common/ includes.
13303 * tui/tui-io.c: Fix common/ includes.
13304 * tracepoint.h: Fix common/ includes.
13305 * tracepoint.c: Fix common/ includes.
13306 * tracefile-tfile.c: Fix common/ includes.
13307 * top.h: Fix common/ includes.
13308 * top.c: Fix common/ includes.
13309 * thread.c: Fix common/ includes.
13310 * target/waitstatus.h: Fix common/ includes.
13311 * target/waitstatus.c: Fix common/ includes.
13312 * target.h: Fix common/ includes.
13313 * target.c: Fix common/ includes.
13314 * target-memory.c: Fix common/ includes.
13315 * target-descriptions.c: Fix common/ includes.
13316 * symtab.h: Fix common/ includes.
13317 * symfile.c: Fix common/ includes.
13318 * stap-probe.c: Fix common/ includes.
13319 * spu-linux-nat.c: Fix common/ includes.
13320 * sparc-nat.c: Fix common/ includes.
13321 * source.c: Fix common/ includes.
13322 * solib.c: Fix common/ includes.
13323 * solib-target.c: Fix common/ includes.
13324 * ser-unix.c: Fix common/ includes.
13325 * ser-tcp.c: Fix common/ includes.
13326 * ser-pipe.c: Fix common/ includes.
13327 * ser-base.c: Fix common/ includes.
13328 * selftest-arch.c: Fix common/ includes.
13329 * s12z-tdep.c: Fix common/ includes.
13330 * rust-exp.y: Fix common/ includes.
13331 * rs6000-aix-tdep.c: Fix common/ includes.
13332 * riscv-tdep.c: Fix common/ includes.
13333 * remote.c: Fix common/ includes.
13334 * remote-notif.h: Fix common/ includes.
13335 * remote-fileio.h: Fix common/ includes.
13336 * remote-fileio.c: Fix common/ includes.
13337 * regcache.h: Fix common/ includes.
13338 * regcache.c: Fix common/ includes.
13339 * record-btrace.c: Fix common/ includes.
13340 * python/python.c: Fix common/ includes.
13341 * python/py-type.c: Fix common/ includes.
13342 * python/py-inferior.c: Fix common/ includes.
13343 * progspace.h: Fix common/ includes.
13344 * producer.c: Fix common/ includes.
13345 * procfs.c: Fix common/ includes.
13346 * proc-api.c: Fix common/ includes.
13347 * printcmd.c: Fix common/ includes.
13348 * ppc-linux-nat.c: Fix common/ includes.
13349 * parser-defs.h: Fix common/ includes.
13350 * osdata.c: Fix common/ includes.
13351 * obsd-nat.c: Fix common/ includes.
13352 * nat/x86-linux.c: Fix common/ includes.
13353 * nat/x86-linux-dregs.c: Fix common/ includes.
13354 * nat/x86-dregs.h: Fix common/ includes.
13355 * nat/x86-dregs.c: Fix common/ includes.
13356 * nat/ppc-linux.c: Fix common/ includes.
13357 * nat/mips-linux-watch.h: Fix common/ includes.
13358 * nat/mips-linux-watch.c: Fix common/ includes.
13359 * nat/linux-waitpid.c: Fix common/ includes.
13360 * nat/linux-ptrace.h: Fix common/ includes.
13361 * nat/linux-ptrace.c: Fix common/ includes.
13362 * nat/linux-procfs.c: Fix common/ includes.
13363 * nat/linux-personality.c: Fix common/ includes.
13364 * nat/linux-osdata.c: Fix common/ includes.
13365 * nat/linux-namespaces.c: Fix common/ includes.
13366 * nat/linux-btrace.h: Fix common/ includes.
13367 * nat/linux-btrace.c: Fix common/ includes.
13368 * nat/fork-inferior.c: Fix common/ includes.
13369 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13370 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13371 * nat/aarch64-linux.c: Fix common/ includes.
13372 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13373 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13374 * namespace.h: Fix common/ includes.
13375 * mips-linux-tdep.c: Fix common/ includes.
13376 * minsyms.c: Fix common/ includes.
13377 * mi/mi-parse.h: Fix common/ includes.
13378 * mi/mi-main.c: Fix common/ includes.
13379 * mi/mi-cmd-env.c: Fix common/ includes.
13380 * memrange.h: Fix common/ includes.
13381 * memattr.c: Fix common/ includes.
13382 * maint.h: Fix common/ includes.
13383 * maint.c: Fix common/ includes.
13384 * main.c: Fix common/ includes.
13385 * machoread.c: Fix common/ includes.
13386 * location.c: Fix common/ includes.
13387 * linux-thread-db.c: Fix common/ includes.
13388 * linux-nat.c: Fix common/ includes.
13389 * linux-fork.c: Fix common/ includes.
13390 * inline-frame.c: Fix common/ includes.
13391 * infrun.c: Fix common/ includes.
13392 * inflow.c: Fix common/ includes.
13393 * inferior.h: Fix common/ includes.
13394 * inferior.c: Fix common/ includes.
13395 * infcmd.c: Fix common/ includes.
13396 * inf-ptrace.c: Fix common/ includes.
13397 * inf-child.c: Fix common/ includes.
13398 * ia64-linux-nat.c: Fix common/ includes.
13399 * i387-tdep.c: Fix common/ includes.
13400 * i386-tdep.c: Fix common/ includes.
13401 * i386-linux-tdep.c: Fix common/ includes.
13402 * i386-linux-nat.c: Fix common/ includes.
13403 * i386-go32-tdep.c: Fix common/ includes.
13404 * i386-fbsd-tdep.c: Fix common/ includes.
13405 * i386-fbsd-nat.c: Fix common/ includes.
13406 * guile/scm-type.c: Fix common/ includes.
13407 * guile/guile.c: Fix common/ includes.
13408 * go32-nat.c: Fix common/ includes.
13409 * gnu-nat.c: Fix common/ includes.
13410 * gdbthread.h: Fix common/ includes.
13411 * gdbarch-selftests.c: Fix common/ includes.
13412 * gdb_usleep.c: Fix common/ includes.
13413 * gdb_select.h: Fix common/ includes.
13414 * gdb_bfd.c: Fix common/ includes.
13415 * gcore.c: Fix common/ includes.
13416 * fork-child.c: Fix common/ includes.
13417 * findvar.c: Fix common/ includes.
13418 * fbsd-nat.c: Fix common/ includes.
13419 * event-top.c: Fix common/ includes.
13420 * event-loop.c: Fix common/ includes.
13421 * dwarf2read.c: Fix common/ includes.
13422 * dwarf2loc.c: Fix common/ includes.
13423 * dwarf2-frame.c: Fix common/ includes.
13424 * dwarf-index-cache.c: Fix common/ includes.
13425 * dtrace-probe.c: Fix common/ includes.
13426 * disasm-selftests.c: Fix common/ includes.
13427 * defs.h: Fix common/ includes.
13428 * csky-tdep.c: Fix common/ includes.
13429 * cp-valprint.c: Fix common/ includes.
13430 * cp-support.h: Fix common/ includes.
13431 * cp-support.c: Fix common/ includes.
13432 * corelow.c: Fix common/ includes.
13433 * completer.h: Fix common/ includes.
13434 * completer.c: Fix common/ includes.
13435 * compile/compile.c: Fix common/ includes.
13436 * compile/compile-loc2c.c: Fix common/ includes.
13437 * compile/compile-cplus-types.c: Fix common/ includes.
13438 * compile/compile-cplus-symbols.c: Fix common/ includes.
13439 * command.h: Fix common/ includes.
13440 * cli/cli-dump.c: Fix common/ includes.
13441 * cli/cli-cmds.c: Fix common/ includes.
13442 * charset.c: Fix common/ includes.
13443 * build-id.c: Fix common/ includes.
13444 * btrace.h: Fix common/ includes.
13445 * btrace.c: Fix common/ includes.
13446 * breakpoint.h: Fix common/ includes.
13447 * breakpoint.c: Fix common/ includes.
13448 * ax.h:
13449 (enum agent_op): Fix common/ includes.
13450 * ax-general.c (struct aop_map): Fix common/ includes.
13451 * ax-gdb.c: Fix common/ includes.
13452 * auxv.c: Fix common/ includes.
13453 * auto-load.c: Fix common/ includes.
13454 * arm-tdep.c: Fix common/ includes.
13455 * arch/riscv.c: Fix common/ includes.
13456 * arch/ppc-linux-common.c: Fix common/ includes.
13457 * arch/i386.c: Fix common/ includes.
13458 * arch/arm.c: Fix common/ includes.
13459 * arch/arm-linux.c: Fix common/ includes.
13460 * arch/arm-get-next-pcs.c: Fix common/ includes.
13461 * arch/amd64.c: Fix common/ includes.
13462 * arch/aarch64.c: Fix common/ includes.
13463 * arch/aarch64-insn.c: Fix common/ includes.
13464 * arch-utils.c: Fix common/ includes.
13465 * amd64-windows-tdep.c: Fix common/ includes.
13466 * amd64-tdep.c: Fix common/ includes.
13467 * amd64-sol2-tdep.c: Fix common/ includes.
13468 * amd64-obsd-tdep.c: Fix common/ includes.
13469 * amd64-nbsd-tdep.c: Fix common/ includes.
13470 * amd64-linux-tdep.c: Fix common/ includes.
13471 * amd64-linux-nat.c: Fix common/ includes.
13472 * amd64-fbsd-tdep.c: Fix common/ includes.
13473 * amd64-fbsd-nat.c: Fix common/ includes.
13474 * amd64-dicos-tdep.c: Fix common/ includes.
13475 * amd64-darwin-tdep.c: Fix common/ includes.
13476 * agent.c: Fix common/ includes.
13477 * ada-lang.h: Fix common/ includes.
13478 * ada-lang.c: Fix common/ includes.
13479 * aarch64-tdep.c: Fix common/ includes.
13480
13481 2019-01-25 Tom Tromey <tom@tromey.com>
13482
13483 * common/create-version.sh: Use common/version.h.
13484
13485 2019-01-24 Pedro Alves <palves@redhat.com>
13486
13487 * infrun.c (signal_stop, signal_print, signal_program)
13488 (signal_catch, signal_pass): Now arrays instead of pointers.
13489 (update_signals_program_target, do_target_resume)
13490 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13491 * linux-nat.c (linux_nat_target::pass_signals)
13492 (linux_nat_target::create_inferior, linux_nat_target::attach):
13493 Adjust.
13494 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13495 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13496 * procfs.c (procfs_target::pass_signals): Adjust.
13497 * record-full.c (record_full_target::resume): Adjust.
13498 * remote.c (remote_target::pass_signals)
13499 (remote_target::program_signals): Adjust.
13500 * target-debug.h (target_debug_print_signals): Now takes a
13501 gdb::array_view as parameter. Adjust.
13502 * target.h (target_ops) <pass_signals, program_signals>: Replace
13503 pointer and length parameters with gdb::array_view.
13504 (target_pass_signals, target_program_signals): Likewise.
13505 * target-delegates.c: Regenerate.
13506
13507 2019-01-24 Pedro Alves <palves@redhat.com>
13508
13509 * common/forward-scope-exit.h
13510 (forward_scope_exit::forward_scope_exit): Pass arguments to
13511 m_bind_function directly, instead of creating a std::bind and
13512 copying that.
13513
13514 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13515
13516 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13517 for static members.
13518 (pass_in_v_vfp_candidate): Likewise.
13519
13520 2019-01-23 Tom Tromey <tom@tromey.com>
13521 Pedro Alves <palves@redhat.com>
13522
13523 * regcache.c (class regcache_invalidator): Remove.
13524 (regcache::raw_write): Use make_scope_exit.
13525
13526 2019-01-23 Tom Tromey <tom@tromey.com>
13527
13528 * ui-out.h (class ui_out_emit_type): Update comment.
13529
13530 2019-01-23 Tom Tromey <tom@tromey.com>
13531
13532 * infrun.c (fetch_inferior_event): Update comment.
13533
13534 2019-01-23 Tom Tromey <tom@tromey.com>
13535 Pedro Alves <palves@redhat.com>
13536
13537 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13538 parameter.
13539 (fetch_inferior_event): Use SCOPE_EXIT.
13540
13541
13542 2019-01-23 Tom Tromey <tom@tromey.com>
13543 Pedro Alves <palves@redhat.com>
13544
13545 * infrun.c (disable_thread_events): Delete.
13546 (stop_all_threads): Use SCOPE_EXIT.
13547
13548 2019-01-23 Tom Tromey <tom@tromey.com>
13549 Pedro Alves <palves@redhat.com>
13550
13551 * symfile.c: Include forward-scope-exit.h.
13552 (clear_symtab_users_cleanup): Replace forward declaration with
13553 a FORWARD_SCOPE_EXIT.
13554 (syms_from_objfile_1): Use the forward_scope_exit and
13555 gdb::optional instead of cleanup_function.
13556 (reread_symbols): Use the forward_scope_exit instead of
13557 cleanup_function.
13558 (clear_symtab_users_cleanup): Remove function.
13559
13560 2019-01-23 Tom Tromey <tom@tromey.com>
13561 Pedro Alves <palves@redhat.com>
13562
13563 * linux-nat.c: Include scope-exit.h.
13564 (cleanup_target_stop): Remove.
13565 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13566 SCOPE_EXIT.
13567
13568 2019-01-23 Tom Tromey <tom@tromey.com>
13569 Pedro Alves <palves@redhat.com>
13570
13571 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13572 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13573
13574 2019-01-23 Tom Tromey <tom@tromey.com>
13575 Andrew Burgess <andrew.burgess@embecosm.com>
13576 Pedro Alves <palves@redhat.com>
13577
13578 * infrun.c (fetch_inferior_event): Use scope_exit.
13579 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13580 * top.c (execute_command): Use scope_exit.
13581 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13582 * utils.c (do_bpstat_clear_actions_cleanup)
13583 (make_bpstat_clear_actions_cleanup): Remove.
13584
13585 2019-01-23 Tom Tromey <tom@tromey.com>
13586 Pedro Alves <palves@redhat.com>
13587
13588 * infrun.c: Include "common/scope-exit.h"
13589 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13590 (wait_for_inferior): Use SCOPE_EXIT.
13591 (fetch_inferior_event): Use scope_exit.
13592
13593 2019-01-23 Tom Tromey <tom@tromey.com>
13594 Pedro Alves <palves@redhat.com>
13595
13596 * breakpoint.c (create_breakpoint): Remove cleanup.
13597
13598 2019-01-23 Tom Tromey <tom@tromey.com>
13599 Andrew Burgess <andrew.burgess@embecosm.com>
13600 Pedro Alves <palves@redhat.com>
13601
13602 2019-01-23 Pedro Alves <palves@redhat.com>
13603
13604 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13605
13606 2019-01-23 Pedro Alves <palves@redhat.com>
13607 Andrew Burgess <andrew.burgess@embecosm.com>
13608
13609 * gdbthread.h: Include "common/forward-scope-exit.h".
13610 (scoped_finish_thread_state): Redefine custom class in terms of
13611 forward_scope_exit.
13612
13613 2019-01-23 Pedro Alves <palves@redhat.com>
13614 Andrew Burgess <andrew.burgess@embecosm.com>
13615
13616 * common/forward-scope-exit.h: New file.
13617
13618 2019-01-23 Pedro Alves <palves@redhat.com>
13619 Andrew Burgess <andrew.burgess@embecosm.com>
13620 Tom Tromey <tom@tromey.com>
13621
13622 * common/scope-exit.h: New file.
13623
13624 2019-01-23 Pedro Alves <palves@redhat.com>
13625
13626 * common/preprocessor.h (ESC): Rename to ...
13627 (ESC_PARENS): ... this.
13628 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13629 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13630
13631 2019-01-23 Tom Tromey <tom@tromey.com>
13632
13633 * language.h (class scoped_switch_to_sym_language_if_auto):
13634 Initialize m_lang in both cases.
13635
13636 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13637
13638 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13639 with XCNEW.
13640
13641 2019-01-22 Tom Tromey <tom@tromey.com>
13642
13643 * corelow.c: Do not include sys/file.h.
13644
13645 2019-01-22 Tom Tromey <tom@tromey.com>
13646
13647 * tui/tui-wingeneral.h: Include gdb_curses.h.
13648
13649 2019-01-22 Tom Tromey <tom@tromey.com>
13650
13651 * source-cache.h (class source_cache) <get_source_lines,
13652 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13653
13654 2019-01-22 Tom Tromey <tom@tromey.com>
13655
13656 * remote-fileio.h (struct remote_target): Declare.
13657
13658 2019-01-22 Tom Tromey <tom@tromey.com>
13659
13660 * python/py-arch.c: Do not include py-ref.h.
13661 * python/py-bpevent.c: Do not include py-ref.h.
13662 * python/py-cmd.c: Do not include py-ref.h.
13663 * python/py-continueevent.c: Do not include py-ref.h.
13664 * python/py-event.h: Do not include py-ref.h.
13665 * python/py-evtregistry.c: Do not include py-ref.h.
13666 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13667 * python/py-frame.c: Do not include py-ref.h.
13668 * python/py-framefilter.c: Do not include py-ref.h.
13669 * python/py-function.c: Do not include py-ref.h.
13670 * python/py-infevents.c: Do not include py-ref.h.
13671 * python/py-linetable.c: Do not include py-ref.h.
13672 * python/py-objfile.c: Do not include py-ref.h.
13673 * python/py-param.c: Do not include py-ref.h.
13674 * python/py-prettyprint.c: Do not include py-ref.h.
13675 * python/py-progspace.c: Do not include py-ref.h.
13676 * python/py-symbol.c: Do not include py-ref.h.
13677 * python/py-symtab.c: Do not include py-ref.h.
13678 * python/py-type.c: Do not include py-ref.h.
13679 * python/py-unwind.c: Do not include py-ref.h.
13680 * python/py-utils.c: Do not include py-ref.h.
13681 * python/py-value.c: Do not include py-ref.h.
13682 * python/py-varobj.c: Do not include py-ref.h.
13683 * python/py-xmethods.c: Do not include py-ref.h.
13684 * python/python.c: Do not include py-ref.h.
13685 * varobj.c: Do not include py-ref.h.
13686
13687 2019-01-22 Tom Tromey <tom@tromey.com>
13688
13689 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13690 keyword for bcache.
13691
13692 2019-01-22 Tom Tromey <tom@tromey.com>
13693
13694 * compile/compile-cplus-types.c: Remove a comment by #include.
13695
13696 2019-01-22 Tom Tromey <tom@tromey.com>
13697
13698 * compile/gcc-c-plugin.h: Include compile-internal.h.
13699
13700 2019-01-22 Tom Tromey <tom@tromey.com>
13701
13702 * stabsread.c (EXTERN): Do not define.
13703 (symnum, next_symbol_text_func, processing_gcc_compilation)
13704 (within_function, global_sym_chain, global_stabs)
13705 (previous_stab_code, this_object_header_files)
13706 (n_this_object_header_files)
13707 (n_allocated_this_object_header_files): Define.
13708 * stabsread.h (EXTERN): Never define. Use "extern".
13709
13710 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13711
13712 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13713 history_value.
13714
13715 2019-01-21 Tom Tromey <tom@tromey.com>
13716
13717 * ui-out.c: Fix includes.
13718 * tui/tui-source.c: Fix includes.
13719 * target.c: Fix includes.
13720 * remote.c: Fix includes.
13721 * regcache.c: Fix includes.
13722 * python/py-block.c: Fix includes.
13723 * printcmd.c: Fix includes.
13724 * or1k-tdep.c: Fix includes.
13725 * mi/mi-main.c: Fix includes.
13726 * m32r-tdep.c: Fix includes.
13727 * csky-tdep.c: Fix includes.
13728 * compile/compile-cplus-types.c: Fix includes.
13729 * cli/cli-interp.c: Fix includes.
13730
13731 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13732
13733 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13734 for padding.
13735
13736 2019-01-16 Tom Tromey <tom@tromey.com>
13737
13738 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13739 earlier.
13740 (struct objfile) <msymbols_range>: Move from top level.
13741 <msymbols>: New method.
13742 (class objfile_msymbols): Remove.
13743 * symtab.c (default_collect_symbol_completion_matches_break_on):
13744 Update.
13745 * symmisc.c (dump_msymbols): Update.
13746 * stabsread.c (scan_file_globals): Update.
13747 * objc-lang.c (info_selectors_command, info_classes_command)
13748 (find_methods): Update.
13749 * minsyms.c (find_solib_trampoline_target): Update.
13750 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13751 * coffread.c (coff_symfile_read): Update.
13752 * ada-lang.c (ada_lookup_simple_minsym)
13753 (ada_collect_symbol_completion_matches): Update.
13754
13755 2019-01-16 Tom Tromey <tom@tromey.com>
13756
13757 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13758 type. Remove no-argument constructor.
13759 <iterator::operator++>: Simplify.
13760 <begin>: Update.
13761 <end>: Use minimal_symbol_count.
13762
13763 2019-01-16 Tom Tromey <tom@tromey.com>
13764
13765 * objfiles.h (struct objfile) <psymtabs>: New method.
13766 (class objfile_psymtabs): Remove.
13767 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13768 typedef.
13769 <range>: New method.
13770 (require_partial_symbols): Change return type.
13771 * psymtab.c (require_partial_symbols)
13772 (psym_expand_symtabs_matching): Update.
13773 * mdebugread.c (parse_partial_symbols): Update.
13774 * dbxread.c (dbx_end_psymtab): Update.
13775
13776 2019-01-15 Tom Tromey <tom@tromey.com>
13777
13778 * symtab.c (lookup_objfile_from_block)
13779 (lookup_symbol_in_objfile_symtabs)
13780 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13781 (find_line_symtab, info_sources_command)
13782 (default_collect_symbol_completion_matches_break_on)
13783 (make_source_files_completion_list): Update.
13784 * symmisc.c (print_objfile_statistics, dump_objfile)
13785 (maintenance_print_symbols, maintenance_info_symtabs)
13786 (maintenance_check_symtabs, maintenance_info_line_tables):
13787 Update.
13788 * source.c (select_source_symtab)
13789 (forget_cached_source_info_for_objfile): Update.
13790 * objfiles.h (class objfile_compunits): Remove.
13791 (struct objfile) <compunits_range>: New typedef.
13792 (compunits): New method.
13793 * objfiles.c (objfile_relocate1): Update.
13794 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13795 * maint.c (count_symtabs_and_blocks): Update.
13796 * linespec.c (iterate_over_all_matching_symtabs): Update.
13797 * cp-support.c (add_symbol_overload_list_qualified): Update.
13798 * coffread.c (coff_symtab_read): Update.
13799 * ada-lang.c (add_nonlocal_symbols)
13800 (ada_collect_symbol_completion_matches)
13801 (ada_add_global_exceptions): Update.
13802
13803 2019-01-15 Tom Tromey <tom@tromey.com>
13804
13805 * progspace.h (program_space) <objfiles_safe_range>: New
13806 typedef.
13807 <objfiles_safe>: New method.
13808 * objfiles.h (class all_objfiles_safe): Remove.
13809 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13810 * jit.c (jit_inferior_exit_hook): Update.
13811
13812 2019-01-17 Tom Tromey <tom@tromey.com>
13813
13814 * progspace.h (program_space) <objfiles_range>: New typedef.
13815 <objfiles>: New method.
13816 <objfiles_head>: Rename from objfiles.
13817 (object_files): Update.
13818 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13819 * guile/scm-pretty-print.c
13820 (ppscm_find_pretty_printer_from_objfiles): Update.
13821 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13822 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13823 Update.
13824 * python/py-progspace.c (pspy_get_objfiles): Update.
13825 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13826 Update.
13827 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13828 (objfpy_lookup_objfile_by_build_id): Update.
13829 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13830 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13831 Update.
13832 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13833 (expand_symtab_containing_pc, lookup_objfile_from_block)
13834 (lookup_static_symbol, basic_lookup_transparent_type)
13835 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13836 (find_line_symtab, info_sources_command)
13837 (default_collect_symbol_completion_matches_break_on)
13838 (make_source_files_completion_list, find_main_name): Update.
13839 * symmisc.c (print_symbol_bcache_statistics)
13840 (print_objfile_statistics, maintenance_print_symbols)
13841 (maintenance_print_msymbols, maintenance_print_objfiles)
13842 (maintenance_info_symtabs, maintenance_check_symtabs)
13843 (maintenance_expand_symtabs, maintenance_info_line_tables):
13844 Update.
13845 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13846 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13847 (map_overlay_command, unmap_overlay_command)
13848 (simple_overlay_update, expand_symtabs_matching)
13849 (map_symbol_filenames): Update.
13850 * symfile-debug.c (set_debug_symfile): Update.
13851 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13852 Update.
13853 * source.c (select_source_symtab, forget_cached_source_info):
13854 Update.
13855 * solib.c (solib_read_symbols): Update.
13856 * solib-spu.c (append_ocl_sos): Update.
13857 * psymtab.c (maintenance_print_psymbols)
13858 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13859 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13860 * printcmd.c (info_symbol_command): Update.
13861 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13862 Update.
13863 * objfiles.h (class all_objfiles): Remove.
13864 * objfiles.c (have_partial_symbols, have_full_symbols)
13865 (have_minimal_symbols, qsort_cmp, update_section_map)
13866 (shared_objfile_contains_address_p)
13867 (default_iterate_over_objfiles_in_search_order): Update.
13868 * objc-lang.c (info_selectors_command, info_classes_command)
13869 (find_methods): Update.
13870 * minsyms.c (find_solib_trampoline_target): Update.
13871 * maint.c (maintenance_info_sections)
13872 (maintenance_translate_address, count_symtabs_and_blocks):
13873 Update.
13874 * main.c (captured_main_1): Update.
13875 * linux-thread-db.c (try_thread_db_load_from_pdir)
13876 (has_libpthread): Update.
13877 * linespec.c (iterate_over_all_matching_symtabs)
13878 (search_minsyms_for_name): Update.
13879 * jit.c (jit_find_objf_with_entry_addr): Update.
13880 * hppa-tdep.c (find_unwind_entry)
13881 (hppa_lookup_stub_minimal_symbol): Update.
13882 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13883 Update.
13884 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13885 (elf_gnu_ifunc_resolve_by_got): Update.
13886 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13887 * dwarf-index-write.c (save_gdb_index_command): Update.
13888 * cp-support.c (add_symbol_overload_list_qualified): Update.
13889 * breakpoint.c (create_overlay_event_breakpoint)
13890 (create_longjmp_master_breakpoint)
13891 (create_std_terminate_master_breakpoint)
13892 (create_exception_master_breakpoint): Update.
13893 * blockframe.c (find_pc_partial_function): Update.
13894 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13895 (ada_collect_symbol_completion_matches)
13896 (ada_add_global_exceptions): Update.
13897
13898 2019-01-17 Tom Tromey <tom@tromey.com>
13899
13900 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13901 declare VEC.
13902 (solib_target_parse_libraries): Change return type.
13903 (library_list_start_segment, library_list_start_section)
13904 (library_list_end_library, library_list_start_library); Update.
13905 (solib_target_free_library_list): Remove.
13906 (solib_target_parse_libraries): Remove cleanup. Change return
13907 type.
13908 (solib_target_current_sos): Update.
13909
13910 2019-01-17 Tom Tromey <tromey@bapiya>
13911
13912 * valprint.c: Replace "the the" with "the".
13913 * symtab.c: Replace "the the" with "the".
13914 * solib.c: Replace "the the" with "the".
13915 * solib-dsbt.c: Replace "the the" with "the".
13916 * linespec.c: Replace "the the" with "the".
13917 * dwarf2loc.h: Replace "the the" with "the".
13918 * amd64-windows-tdep.c: Replace "the the" with "the".
13919 * aarch64-tdep.c: Replace "the the" with "the".
13920
13921 2019-01-16 Keith Seitz <keiths@redhat.com>
13922
13923 PR gdb/23773
13924 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13925 <builder>: Rename to ..
13926 <m_builder>: ... this and make private.
13927 (dwarf2_cu::get_builder): New method. Change all users of
13928 `builder' to use this method.
13929 (dwarf2_start_symtab): Move to ...
13930 (dwarf2_cu::start_symtab): ... here. Update all callers
13931 (setup_type_unit_groups): Move to ...
13932 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13933 callers.
13934 (dwarf2_cu::reset_builder): New method.
13935 (process_full_compunit, process_full_type_unit): Use
13936 dwarf2_cu::reset_builder.
13937 (follow_die_offset): Record the ancestor CU if it is different
13938 from the followed DIE's CU.
13939 (follow_die_sig_1): Likewise.
13940
13941 2019-01-15 Tom Tromey <tom@tromey.com>
13942
13943 * remote.c (class remote_state) <buf>: Now a char_vector.
13944 <buf_size>: Remove.
13945 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13946 parameter.
13947 (remote_target::getpkt_or_notif_sane_1)
13948 (remote_target::getpkt_sane)
13949 (remote_target::getpkt_or_notif_sane): Likewise.
13950 (class remote_target) <putpkt>: New overload.
13951 (remote_target::read_frame): Change type of "buf_p". Remove
13952 sizeof_p parameter.
13953 (packet_ok): New overload.
13954 (packet_check_result): New overload.
13955 Update all uses.
13956
13957 2019-01-14 Tom Tromey <tom@tromey.com>
13958
13959 * remote-notif.c (handle_notification, remote_notif_ack)
13960 (remote_notif_parse): Make "buf" const.
13961 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13962 const.
13963 (remote_notif_parse, remote_notif_ack, handle_notification):
13964 Likewise.
13965 * remote.c (remote_notif_stop_parse): Make "buf" const.
13966 (remote_target::remote_parse_stop_reply): Make "buf" const.
13967 (remote_notif_stop_ack): Make "buf" const.
13968
13969 2019-01-14 Tom Tromey <tom@tromey.com>
13970
13971 * remote.c (remote_console_output): Make parameter const.
13972
13973 2019-01-14 Tom Tromey <tom@tromey.com>
13974
13975 * target-debug.h (target_debug_print_signals): Constify.
13976 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13977 * procfs.c (procfs_target::pass_signals): Update.
13978 * linux-nat.c (linux_nat_target::pass_signals): Update.
13979 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13980 * target-delegates.c: Rebuild.
13981 * remote.c (remote_target::program_signals): Update.
13982 (remote_target::pass_signals): Update.
13983 * target.c (target_pass_signals): Constify argument.
13984 (target_program_signals): Likewise.
13985 * target.h (struct target_ops) <pass_signals, program_signals>:
13986 Constify argument.
13987 (target_pass_signals, target_program_signals): Constify argument.
13988
13989 2019-01-14 Tom Tromey <tom@tromey.com>
13990
13991 PR tui/28819:
13992 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13993
13994 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13995
13996 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13997 field.
13998 * rs6000-tdep.c: Include reggroups.h.
13999 (IS_V_ALIAS_PSEUDOREG): Define.
14000 (rs6000_register_name): Return names for the "vX" aliases.
14001 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14002 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14003 aliases. Call default_register_reggroup_p for all other
14004 pseudo-registers.
14005 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14006 New functions.
14007 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14008 Handle "vX" aliases.
14009 (v_alias_pseudo_register_collect): New function.
14010 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14011 (rs6000_gdbarch_init): Initialize "vX" aliases as
14012 pseudo-registers. Restore registration of
14013 rs6000_pseudo_register_reggroup_p with
14014 set_tdesc_pseudo_register_reggroup_p.
14015
14016 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14017
14018 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14019 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14020 set_gdbarch_num_pseudo_regs.
14021
14022 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14023
14024 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14025 Remove arg prefixname, add do_set and do_show.
14026 Add member functions set_list and show_list.
14027 * cli/cli-style.c (class cli_style_option): Update accordingly.
14028 (style_set_list): Move to file scope.
14029 (style_show_list): Likewise.
14030 (set_style): Call help_list.
14031 (show_style): Call cmd_show_list.
14032 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14033 Update to use the new macro.
14034
14035 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14036
14037 * ada-lang.c (_initialize_ada_language): Expand the help text
14038 for the "catch exception" command.
14039
14040 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14041
14042 * symtab.c (matching_obj_sections): Initialize obj,
14043 declare it closer to its usage.
14044
14045 2019-01-10 Tom Tromey <tom@tromey.com>
14046
14047 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14048 (basic_inf_threads_range): Remove.
14049 (inf_threads_range, inf_non_exited_threads_range)
14050 (safe_inf_threads_range): Use next_adapter.
14051
14052 2019-01-10 Keith Seitz <keiths@redhat.com>
14053
14054 PR gdb/23712
14055 PR symtab/23010
14056 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14057 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14058
14059 2019-01-10 Keith Seitz <keiths@redhat.com>
14060
14061 PR gdb/23712
14062 PR symtab/23010
14063 * dictionary.c (pending_to_vector): Remove.
14064 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14065 Remove _1 suffix, replacing functions of the same name. Update
14066 all callers.
14067 (dict_create_hashed, dict_create_hashed_expandable)
14068 (dict_create_linear, dict_create_linear_expandable, dict_free)
14069 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14070 Make functions static.
14071
14072 2019-01-10 Keith Seitz <keiths@redhat.com>
14073
14074 PR gdb/23712
14075 PR symtab/23010
14076 * dictionary.h (struct dictionary): Replace declaration with
14077 multidictionary.
14078 (dict_create_hashed, dict_create_hashed_expandable)
14079 (dict_create_linear, dict_create_linear_expandable)
14080 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14081 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14082 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14083 taking multidictionary argument.
14084 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14085 * block.h (struct block) <dict>: Change to multidictionary
14086 and rename `multidict'.
14087 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14088 symmisc.c: Update all dictionary references to multidictionary.
14089
14090 2019-01-10 Keith Seitz <keiths@redhat.com>
14091
14092 PR gdb/23712
14093 PR symtab/23010
14094 * dictionary.c: Include unordered_map.
14095 (pending_to_vector): New function.
14096 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14097 Rewrite the non-"_1" functions to take vector instead
14098 of linked list.
14099 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14100 "new" _1 versions of the same name.
14101 (multidictionary): Define.
14102 (std::hash<enum language): New definition.
14103 (collate_pending_symbols_by_language, mdict_create_hashed)
14104 (mdict_create_hashed_expandable, mdict_create_linear)
14105 (mdict_create_linear_expandable, mdict_free)
14106 (find_language_dictionary, create_new_language_dictionary)
14107 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14108 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14109 (mdict_size, mdict_empty): New functions.
14110 * dictionary.h (mdict_iterator): Define.
14111
14112 2019-01-10 Pedro Alves <palves@redhat.com>
14113
14114 * breakpoint.c (read_uploaded_action)
14115 (create_tracepoint_from_upload): Adjust to use
14116 gdb::unique_xmalloc_ptr.
14117 * ctf.c (ctf_write_uploaded_tp):
14118 (SET_ARRAY_FIELD): Use emplace_back.
14119 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14120 * tracefile-tfile.c (tfile_write_uploaded_tp):
14121 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14122 gdb::unique_xmalloc_ptr.
14123 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14124 at_string, cond_string, cmd_strings>: Replace char pointers
14125 with gdb::unique_xmalloc_ptr.
14126
14127 2019-01-10 Pedro Alves <palves@redhat.com>
14128
14129 * solib-target.c (library_list_start_library): Don't xstrdup name.
14130
14131 2019-01-10 Pedro Alves <palves@redhat.com>
14132
14133 * mdebugread.c (parse_partial_symbols): Use
14134 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14135
14136 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14137
14138 * linux-fork.c (scoped_switch_fork_info)
14139 <~scoped_switch_fork_info>: Fix incorrect variable name.
14140
14141 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14142
14143 * linux-fork.c (scoped_switch_fork_info)
14144 <scoped_switch_fork_info>: Make explicit.
14145 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14146
14147 2019-01-10 Tom Tromey <tom@tromey.com>
14148
14149 * objfiles.h (objfile::reset_psymtabs): Update.
14150 * objfiles.c (objfile::objfile): Update.
14151 * psymtab.h (psymtab_storage::obstack): Update.
14152 (psymtab_storage::m_obstack): Use gdb::optional.
14153 (class psymtab_storage): Update comment. Remove objfile
14154 parameter.
14155 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14156
14157 2019-01-10 Tom Tromey <tom@tromey.com>
14158
14159 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14160 <free_psymtabs>: Now private.
14161 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14162 (allocate_psymtab): Use new method.
14163
14164 2019-01-10 Tom Tromey <tom@tromey.com>
14165
14166 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14167 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14168 * mdebugread.c (parse_partial_symbols): Use
14169 allocate_dependencies.
14170 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14171 allocate_dependencies.
14172 (process_psymtab_comp_unit_reader)
14173 (build_type_psymtab_dependencies): Likewise.
14174 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14175
14176 2019-01-10 Tom Tromey <tom@tromey.com>
14177
14178 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14179 PSYMBOL_SET_LANGUAGE.
14180 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14181
14182 2019-01-10 Tom Tromey <tom@tromey.com>
14183
14184 * psymtab.h (psymtab_storage::obstack): New method.
14185 <m_obstack>: Rename from obstack; now private.
14186 * psymtab.c (psymtab_storage): Update.
14187 * dwarf2read.c (create_addrmap_from_index)
14188 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14189 Update.
14190
14191 2019-01-10 Tom Tromey <tom@tromey.com>
14192
14193 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14194 * objfiles.h (objfile::reset_psymtabs): New method.
14195
14196 2019-01-10 Tom Tromey <tom@tromey.com>
14197
14198 * symmisc.c (print_symbol_bcache_statistics): Update.
14199 (print_objfile_statistics): Update.
14200 * symfile.c (reread_symbols): Update.
14201 * psymtab.h (class psymtab_storage): New.
14202 * psymtab.c (psymtab_storage): New constructor.
14203 (~psymtab_storage): New destructor.
14204 (require_partial_symbols): Update.
14205 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14206 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14207 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14208 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14209 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14210 (start_psymtab_common, end_psymtab_common)
14211 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14212 (allocate_psymtab): Update.
14213 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14214 Update.
14215 (dump_psymtab_addrmap, maintenance_print_psymbols)
14216 (maintenance_check_psymtabs): Update.
14217 (class objfile_psymtabs): Move to objfiles.h.
14218 * psympriv.h (discard_psymtab): Now inline.
14219 (psymtab_discarder::psymtab_discarder): Update.
14220 (psymtab_discarder::~psymtab_discarder): Update.
14221 (ALL_OBJFILE_PSYMTABS): Rewrite.
14222 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14223 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14224 Remove fields.
14225 <partial_symtabs>: New field.
14226 (class objfile_psymtabs): Move from psymtab.h. Update.
14227 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14228 psymbol_cache.
14229 (objfile::~objfile): Don't destroy psymbol_cache.
14230 * mdebugread.c (parse_partial_symbols): Update.
14231 * dwarf2read.c (create_addrmap_from_index)
14232 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14233 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14234 (add_partial_subprogram, dwarf2_ranges_read): Update.
14235 * dwarf-index-write.c (write_address_map)
14236 (write_one_signatured_type, recursively_write_psymbols)
14237 (class debug_names, class debug_names, write_psymtabs_to_index):
14238 Update.
14239
14240 2019-01-10 Tom Tromey <tom@tromey.com>
14241
14242 * symtab.h (SYMBOL_SET_NAMES): Update.
14243 (symbol_set_names): Update.
14244 (MSYMBOL_SET_NAMES): Update.
14245 * symtab.c (symbol_set_names): Change argument to be an
14246 objfile_per_bfd_storage.
14247 * psymtab.c (add_psymbol_to_bcache): Update.
14248 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14249
14250 2019-01-10 Tom Tromey <tom@tromey.com>
14251
14252 * symtab.c (create_demangled_names_hash): Change argument to be an
14253 objfile_per_bfd_storage.
14254 (symbol_set_names): Update.
14255
14256 2019-01-10 Tom Tromey <tom@tromey.com>
14257
14258 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14259 init_psymbol_list.
14260 * psymtab.c (init_psymbol_list): Do nothing if already called.
14261 * psympriv.h (init_psymbol_list): Add comment.
14262 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14263 init_psymbol_list.
14264 * dbxread.c (dbx_symfile_read): Unconditionally call
14265 init_psymbol_list.
14266
14267 2019-01-10 Tom Tromey <tom@tromey.com>
14268
14269 * xcoffread.c (scan_xcoff_symtab): Update.
14270 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14271 "where".
14272 * mdebugread.c (parse_partial_symbols)
14273 (handle_psymbol_enumerators): Update.
14274 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14275 * dbxread.c (read_dbx_symtab): Update.
14276 * psympriv.h (psymbol_placement): New enum.
14277 (add_psymbol_to_list): Update.
14278
14279 2019-01-10 Tom Tromey <tom@tromey.com>
14280
14281 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14282 static_psymbols parameters.
14283 (scan_xcoff_symtab): Update.
14284 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14285 static_psymbols parameters.
14286 * psympriv.h (start_psymtab_common): Update.
14287 * mdebugread.c (parse_partial_symbols): Update.
14288 * dwarf2read.c (create_partial_symtab): Update.
14289 * dbxread.c (read_dbx_symtab): Update.
14290 (start_psymtab): Remove global_psymbols and static_psymbols
14291 parameters.
14292
14293 2019-01-10 Tom Tromey <tom@tromey.com>
14294
14295 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14296 * psymtab.c (allocate_psymtab): Add comment.
14297 * psympriv.h (allocate_psymtab): Add comment.
14298 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14299 initializations.
14300 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14301
14302 2019-01-10 Tom Tromey <tom@tromey.com>
14303
14304 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14305 Don't declare.
14306 * mipsread.c: Include mdebugread.h.
14307 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14308 Declare.
14309 * elfread.c: Include mdebugread.h.
14310
14311 2019-01-09 Tom Tromey <tom@tromey.com>
14312
14313 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14314 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14315 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14316 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14317 (psym_lookup_symbol, psym_find_last_source_symtab)
14318 (psym_forget_cached_source_info, psym_print_stats)
14319 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14320 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14321 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14322 (psym_find_compunit_symtab_by_address)
14323 (maintenance_print_psymbols, maintenance_info_psymtabs)
14324 (maintenance_check_psymtabs): Use ranged for.
14325 * psymtab.h (class objfile_psymtabs): New.
14326 (require_partial_symbols): Return objfile_psymtabs.
14327 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14328
14329 2019-01-09 Tom Tromey <tom@tromey.com>
14330
14331 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14332 (find_pc_mapped_section, list_overlays_command)
14333 (map_overlay_command, unmap_overlay_command)
14334 (simple_overlay_update): Use all_objfiles.
14335 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14336 * printcmd.c (info_symbol_command): Use all_objfiles.
14337 * objfiles.h (ALL_OBJSECTIONS): Remove.
14338 * maint.c (maintenance_translate_address): Use all_objfiles.
14339 * gcore.c (gcore_create_callback): Use all_objfiles.
14340 (objfile_find_memory_regions): Likewise.
14341
14342 2019-01-09 Tom Tromey <tom@tromey.com>
14343
14344 * symtab.c (find_line_symtab, info_sources_command)
14345 (make_source_files_completion_list): Use objfile_compunits.
14346 * source.c (select_source_symtab): Use objfile_compunits.
14347 * objfiles.h (struct objfile): Update comment.
14348 (ALL_OBJFILES): Remove.
14349 (ALL_FILETABS): Remove.
14350 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14351 objfile_compunits.
14352
14353 2019-01-09 Tom Tromey <tom@tromey.com>
14354
14355 * symmisc.c (print_objfile_statistics, dump_objfile)
14356 (maintenance_print_symbols): Use compunit_filetabs.
14357 * source.c (forget_cached_source_info_for_objfile): Use
14358 compunit_filetabs.
14359 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14360 (ALL_FILETABS): Use compunit_filetabs.
14361 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14362 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14363
14364 2019-01-09 Tom Tromey <tom@tromey.com>
14365
14366 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14367 (compunit_filetabs): New.
14368 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14369 compunit_filetabs.
14370 (info_sources_command, make_source_files_completion_list): Remove
14371 declaration.
14372 * symmisc.c (print_objfile_statistics, dump_objfile)
14373 (maintenance_print_symbols): Remove declaration.
14374 (maintenance_info_symtabs): Use compunit_filetabs.
14375 (maintenance_info_line_tables): Likewise.
14376 * source.c (select_source_symtab): Change local variable name.
14377 (forget_cached_source_info_for_objfile): Remove declaration.
14378 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14379 * objfiles.c (objfile_relocate1): Remove declaration.
14380 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14381 declaration.
14382 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14383 * coffread.c (coff_symtab_read): Remove declaration.
14384 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14385 compunit_filetabs.
14386
14387 2019-01-09 Tom Tromey <tom@tromey.com>
14388
14389 * symtab.c (lookup_objfile_from_block)
14390 (find_pc_sect_compunit_symtab, search_symbols)
14391 (default_collect_symbol_completion_matches_break_on): Use
14392 objfile_compunits.
14393 * objfiles.h (ALL_COMPUNITS): Remove.
14394 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14395 * cp-support.c (add_symbol_overload_list_qualified): Use
14396 objfile_compunits.
14397 * ada-lang.c (ada_collect_symbol_completion_matches)
14398 (ada_add_global_exceptions): Use objfile_compunits.
14399
14400 2019-01-09 Tom Tromey <tom@tromey.com>
14401
14402 * source.c (select_source_symtab)
14403 (forget_cached_source_info_for_objfile): Remove declaration.
14404 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14405 declaration.
14406 * maint.c (count_symtabs_and_blocks): Remove declaration.
14407 * cp-support.c (add_symbol_overload_list_qualified): Remove
14408 declaration.
14409 * coffread.c (coff_symtab_read): Remove declaration.
14410 * symtab.c (lookup_symbol_in_objfile_symtabs)
14411 (basic_lookup_transparent_type_1): Use objfile_compunits.
14412 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14413 (info_sources_command, search_symbols)
14414 (default_collect_symbol_completion_matches_break_on)
14415 (make_source_files_completion_list): Remove declaration.
14416 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14417 (ada_collect_symbol_completion_matches)
14418 (ada_add_global_exceptions): Remove declaration.
14419 * linespec.c (iterate_over_all_matching_symtabs): Use
14420 objfile_compunits.
14421 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14422 (class objfile_compunits): New.
14423 (ALL_COMPUNITS): Use objfile_compunits.
14424 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14425 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14426 objfile_compunits.
14427 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14428
14429 2019-01-09 Tom Tromey <tom@tromey.com>
14430
14431 * symtab.c (search_symbols)
14432 (default_collect_symbol_completion_matches_break_on): Use
14433 objfile_msymbols.
14434 * ada-lang.c (ada_lookup_simple_minsym)
14435 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14436 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14437 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14438 objfile_msymbols.
14439 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14440 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14441 * objc-lang.c (find_methods): Use objfile_msymbols.
14442 (info_selectors_command, info_classes_command): Likewise.
14443 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14444 * objfiles.h (class objfile_msymbols): New.
14445 (ALL_OBJFILE_MSYMBOLS): Remove.
14446 (ALL_MSYMBOLS): Remove.
14447
14448 2019-01-09 Tom Tromey <tom@tromey.com>
14449
14450 * common/next-iterator.h (next_adapter): Add Iterator template
14451 parameter.
14452 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14453 (class all_objfiles_safe): New.
14454 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14455 * objfiles.c (put_objfile_before): Update comment.
14456 (add_separate_debug_objfile): Likewise.
14457 (free_all_objfiles): Use all_objfiles_safe.
14458 (objfile_purge_solibs): Likewise.
14459
14460 2019-01-09 Tom Tromey <tom@tromey.com>
14461
14462 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14463 (expand_symtab_containing_pc, lookup_static_symbol)
14464 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14465 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14466 all_objfiles.
14467 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14468 * breakpoint.c (create_overlay_event_breakpoint)
14469 (create_longjmp_master_breakpoint)
14470 (create_std_terminate_master_breakpoint)
14471 (create_exception_master_breakpoint): Use all_objfiles.
14472 * linux-thread-db.c (try_thread_db_load_from_pdir)
14473 (has_libpthread): Use all_objfiles.
14474 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14475 * linespec.c (iterate_over_all_matching_symtabs)
14476 (search_minsyms_for_name): Use all_objfiles.
14477 * maint.c (maintenance_info_sections): Use all_objfiles.
14478 * main.c (captured_main_1): Use all_objfiles.
14479 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14480 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14481 * guile/scm-pretty-print.c
14482 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14483 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14484 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14485 (maintenance_print_msymbols): Use all_objfiles.
14486 * source.c (select_source_symtab): Use all_objfiles.
14487 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14488 * symfile.c (remove_symbol_file_command)
14489 (expand_symtabs_matching, map_symbol_filenames): Use
14490 all_objfiles.
14491 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14492 all_objfiles.
14493 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14494 * objc-lang.c (find_methods): Use all_objfiles.
14495 * objfiles.c (have_partial_symbols, have_full_symbols)
14496 (have_minimal_symbols, qsort_cmp)
14497 (default_iterate_over_objfiles_in_search_order): Use
14498 all_objfiles.
14499 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14500 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14501 (maintenance_check_psymtabs): Use all_objfiles.
14502 (ALL_PSYMTABS): Remove.
14503 * compile/compile-object-run.c (do_module_cleanup): Use
14504 all_objfiles.
14505 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14506 * cp-support.c (add_symbol_overload_list_qualified): Use
14507 all_objfiles.
14508 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14509 Use all_objfiles.
14510 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14511 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14512 all_objfiles.
14513 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14514 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14515 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14516 Uses all_objfiles.
14517 * solib.c (solib_read_symbols): Use all_objfiles
14518
14519 2019-01-09 Tom Tromey <tom@tromey.com>
14520
14521 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14522 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14523 all_objfiles.
14524 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14525 * symmisc.c (print_symbol_bcache_statistics)
14526 (print_objfile_statistics, maintenance_print_objfiles)
14527 (maintenance_info_symtabs, maintenance_check_symtabs)
14528 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14529 all_objfiles.
14530 * source.c (forget_cached_source_info): Use all_objfiles.
14531 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14532 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14533 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14534 * objfiles.c (update_section_map): Use all_objfiles.
14535 (shared_objfile_contains_address_p): Likewise.
14536 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14537 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14538
14539 2019-01-09 Tom Tromey <tom@tromey.com>
14540
14541 * common/next-iterator.h: New file.
14542 * objfiles.h (class all_objfiles): New.
14543 (struct objfile_iterator): New.
14544
14545 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14546
14547 * NEWS: Move the description of the changed "frame", "select-frame",
14548 and "info frame" commands to the Changed commands section.
14549
14550 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14551
14552 * gdbtypes.c (check_stub_method_group): Remove handling of old
14553 mangling schemes.
14554 * linespec.c (find_methods): Likewise.
14555 * stabsread.c (read_member_functions): Likewise.
14556 * valops.c (search_struct_method): Likewise.
14557 (value_struct_elt_for_reference): Likewise.
14558 * NEWS: Mention this change.
14559
14560 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14561
14562 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14563 print_source_lines.
14564 * source.c (print_source_lines_base): Update line number check.
14565 (print_source_lines): New function.
14566 (source_lines_range::source_lines_range): New function.
14567 * source.h (class source_lines_range): New class.
14568 (print_source_lines): New declaration.
14569
14570 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14571
14572 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14573
14574 2019-01-08 Tom Tromey <tom@tromey.com>
14575 Simon Marchi <simon.marchi@ericsson.com>
14576
14577 PR gdb/24060
14578 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14579 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14580 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14581 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14582 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14583 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14584
14585 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14586
14587 * source.c (select_source_symtab): Move header comment to
14588 declaration in source.h.
14589 (forget_cached_source_info_for_objfile): Likewise.
14590 (forget_cached_source_info): Likewise.
14591 (identify_source_line): Likewise.
14592 * source.h (identify_source_line): Move declaration from symtab.h
14593 and add comment from source.c
14594 (print_source_lines): Likewise.
14595 (forget_cached_source_info_for_objfile): Likewise.
14596 (forget_cached_source_info): Likewise.
14597 (select_source_symtab): Likewise.
14598 (enum print_source_lines_flag): Move definition from symtab.h.
14599 * symtab.h (identify_source_line): Move declaration to source.h.
14600 (print_source_lines): Likewise.
14601 (forget_cached_source_info_for_objfile): Likewise.
14602 (forget_cached_source_info): Likewise.
14603 (select_source_symtab): Likewise.
14604 (enum print_source_lines_flag): Move definition to source.h.
14605 * tui/tui-hooks.c: Add 'source.h' include.
14606
14607 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14608
14609 * source.c (print_source_lines_base): Handle requests to print
14610 reverse line number sequences, and guard against empty lines
14611 string.
14612
14613 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14614
14615 * source.c (print_source_lines_base): Fix skip of '\r' if next
14616 character is '\n'.
14617
14618 2019-01-06 Tom Tromey <tom@tromey.com>
14619
14620 * c-exp.y (struct c_parse_state) <macro_original_text,
14621 expansion_obstack>: New member.
14622 (macro_original_text, expansion_obstack): Remove globals.
14623 (scan_macro_expansion, scanning_macro_expansion)
14624 (finished_macro_expansion): Update.
14625 (scan_macro_cleanup): Remove.
14626 (yylex, c_parse): Update.
14627
14628 2019-01-06 Tom Tromey <tom@tromey.com>
14629
14630 * c-exp.y (struct c_parse_state) <strings>: New member.
14631 (operator_stoken): Update.
14632
14633 2019-01-06 Tom Tromey <tom@tromey.com>
14634
14635 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14636 (union type_stack_elt) <typelist_val>: Now a pointer to
14637 std::vector.
14638 (type_stack_cleanup): Don't declare.
14639 (push_typelist): Update.
14640 * parse.c (pop_typelist): Return a std::vector.
14641 (push_typelist): Take a std::vector.
14642 (follow_types): Update. Do not free args.
14643 (type_stack_cleanup): Remove.
14644 * c-exp.y (struct c_parse_state): New.
14645 (cpstate): New global.
14646 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14647 (nonempty_typelist): Update.
14648 (func_mod): Create a new vector.
14649 (c_parse): Create a c_parse_state.
14650 (check_parameter_typelist): Do not delete params.
14651 (function_method): Update. Do not delete type_list.
14652
14653 2019-01-06 Tom Tromey <tom@tromey.com>
14654
14655 PR gdb/28155:
14656 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14657 check_typedef.
14658 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14659 (print_return_value): Likewise.
14660
14661 2019-01-05 Tom Tromey <tom@tromey.com>
14662
14663 * contrib/cleanup_check.py: Remove.
14664 * contrib/gcc-with-excheck: Remove.
14665 * contrib/exsummary.py: Remove.
14666 * contrib/excheck.py: Remove.
14667
14668 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14669
14670 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14671 NULL. Initialize tpprev to NULL instead of assigning it
14672 to NULL on the next statement.
14673 * windows-nat.c (windows_delete_thread): Remove check for
14674 main_thread_id before printing thread exit notifications.
14675 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14676 Remove thread ID check against main_thread_id.
14677 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14678 windows_delete_thread.
14679 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14680
14681 2019-01-04 Tom Tromey <tom@tromey.com>
14682
14683 * compile/compile.c (_initialize_compile): Use upper case for
14684 metasyntactic variables.
14685 * symmisc.c (_initialize_symmisc): Use upper case for
14686 metasyntactic variables.
14687 * psymtab.c (_initialize_psymtab): Use upper case for
14688 metasyntactic variables.
14689 * demangle.c (demangle_command): Use upper case for metasyntactic
14690 variables.
14691 (_initialize_demangler): Likewise.
14692 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14693 variables.
14694
14695 2019-01-03 Tom Tromey <tom@tromey.com>
14696
14697 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14698
14699 2019-01-03 Tom Tromey <tom@tromey.com>
14700
14701 * python/py-symtab.c (salpy_str): Update.
14702 (struct salpy_sal_object) <symtab>: Now a PyObject.
14703 (salpy_dealloc): Update.
14704 (del_objfile_sal): Use gdbpy_ref.
14705
14706 2019-01-03 Tom Tromey <tom@tromey.com>
14707
14708 * python/py-type.c (convert_field): Use new_reference. Return
14709 gdbpy_ref.
14710 (make_fielditem): Return gdbpy_ref.
14711 (typy_fields): Update.
14712 (typy_getitem): Update.
14713 (field_name): Return gdbpy_ref. Use new_reference.
14714 (typy_iterator_iternext): Update.
14715
14716 2019-01-03 Tom Tromey <tom@tromey.com>
14717
14718 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14719
14720 2019-01-03 Tom Tromey <tom@tromey.com>
14721
14722 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14723 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14724 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14725 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14726 (pspy_set_type_printers): Likewise.
14727 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14728 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14729 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14730 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14731 (objfpy_set_type_printers): Likewise.
14732
14733 2019-01-03 Tom Tromey <tom@tromey.com>
14734
14735 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14736 (gdbpy_print_stack): Use gdbpy_err_fetch.
14737 * python/python-internal.h (class gdbpy_err_fetch): New class.
14738 (class gdbpy_enter) <m_error_type, m_error_value,
14739 m_error_traceback>: Remove.
14740 <m_error>: New member.
14741 (gdbpy_exception_to_string): Don't declare.
14742 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14743 * python/py-value.c (convert_value_from_python): Use
14744 gdbpy_err_fetch.
14745 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14746 gdbpy_exception_to_string.
14747 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14748 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14749 gdbpy_err_fetch.
14750
14751 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14752
14753 * linux-nat.c (delete_lwp_cleanup): Delete.
14754 (struct lwp_deleter): New struct.
14755 (lwp_info_up): New typedef.
14756 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14757 lwp_info_up.
14758
14759 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14760
14761 * linux-fork.c (class scoped_switch_fork_info): New class.
14762 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14763
14764 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14765
14766 * valops.c (find_overload_match): Remove use of null_cleanup, and
14767 calls to do_cleanups.
14768
14769 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14770
14771 * compile/compile-cplus-types.c
14772 (compile_cplus_instance::decl_name): Handle changes to
14773 cp_func_name.
14774 * cp-support.c (cp_func_name): Update header comment, update
14775 return type.
14776 * cp-support.h (cp_func_name): Update return type in declaration.
14777 * valops.c (find_overload_match): Move temp_func local to top
14778 level of function and change its type. Use temp_func to hold and
14779 delete temporary string obtained from cp_func_name.
14780
14781 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14782
14783 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14784 gdb::char_vector, remove cleanup, and update uses of `msg`.
14785
14786 2019-01-03 Jim Wilson <jimw@sifive.com>
14787
14788 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14789
14790 2019-01-02 Tom Tromey <tom@tromey.com>
14791
14792 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14793 (tdesc_parse_xml): Remove cleanups.
14794 * target-descriptions.h (make_cleanup_free_target_description):
14795 Don't declare.
14796 (target_desc_deleter): New struct.
14797 (target_desc_up): New typedef.
14798 * target-descriptions.c (target_desc_deleter::operator()): Rename
14799 from free_target_description.
14800 (make_cleanup_free_target_description): Remove.
14801
14802 2019-01-02 Tom Tromey <tom@tromey.com>
14803
14804 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14805 constructor, destructor.
14806 (linespec_parser): Remove typedef.
14807 (~linespec_parser): Rename from linespec_parser_delete.
14808 (linespec_lex_to_end, linespec_complete_label)
14809 (linespec_complete): Update.
14810 (decode_line_full): Remove cleanups.
14811 (decode_line_1): Update.
14812
14813 2019-01-02 Tom Tromey <tom@tromey.com>
14814
14815 * python/python-internal.h (inferior_to_inferior_object): Change
14816 return type.
14817 * python/py-exitedevent.c (create_exited_event_object): Update.
14818 * python/py-inferior.c (inferior_to_inferior_object): Return
14819 gdbpy_ref.
14820 (python_new_inferior, python_inferior_deleted)
14821 (thread_to_thread_object, delete_thread_object)
14822 (build_inferior_list, gdbpy_selected_inferior): Update.
14823 * python/py-infthread.c (create_thread_object): Update. Also fail
14824 if inferior_to_inferior_object fails.
14825
14826 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14827
14828 * inferior.h (class inferior) <displaced_step_state>: New field.
14829 * infrun.h (struct displaced_step_state): Move here from
14830 infrun.c. Initialize fields, add constructor.
14831 <inf>: Remove field.
14832 <reset>: New method.
14833 * infrun.c (struct displaced_step_inferior_state): Move to
14834 infrun.h.
14835 (displaced_step_inferior_states): Remove.
14836 (get_displaced_stepping_state): Adust.
14837 (displaced_step_in_progress_any_inferior): Adjust.
14838 (displaced_step_in_progress_thread): Adjust.
14839 (displaced_step_in_progress): Adjust.
14840 (add_displaced_stepping_state): Remove.
14841 (get_displaced_step_closure_by_addr): Adjust.
14842 (remove_displaced_stepping_state): Remove.
14843 (infrun_inferior_exit): Call displaced_step_state.reset.
14844 (use_displaced_stepping): Don't check for NULL.
14845 (displaced_step_prepare_throw): Call
14846 get_displaced_stepping_state.
14847 (displaced_step_fixup): Don't check for NULL.
14848 (prepare_for_detach): Don't check for NULL.
14849
14850 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14851
14852 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14853 in case of call that did not complete.
14854
14855 2019-01-02 Andrey Utkin <autkin@undo.io>
14856
14857 * symfile.c (find_separate_debug_file): Fix search of debug files for
14858 remote debuggee.
14859
14860 2019-01-02 Tom Tromey <tom@tromey.com>
14861
14862 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14863 indentation.
14864 * python/py-frame.c (frapy_older): Remove cast.
14865 (frapy_newer): Likewise.
14866 * python/py-breakpoint.c (local_setattro): Remove cast.
14867 * python/py-arch.c (archpy_name): Remove local variable.
14868 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14869
14870 2019-01-02 Joel Brobecker <brobecker@adacore.com>
14871
14872 * unittests/basic_string_view/element_access/char/empty.cc:
14873 Fix year range in copyright header.
14874
14875 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14876
14877 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14878 Delete.
14879 <operator==>: Update with for removed field.
14880 <hash>: Likewise.
14881 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14882 <isa_features>: ...this.
14883 <abi_features>: New field.
14884 (riscv_isa_flen): Update comment.
14885 (riscv_abi_xlen): New declaration.
14886 (riscv_abi_flen): New declaration.
14887 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14888 isa_features.
14889 (riscv_abi_xlen): New function.
14890 (riscv_isa_flen): Update to get answer from isa_features.
14891 (riscv_abi_flen): New function.
14892 (riscv_has_fp_abi): Update to get answer from abi_features.
14893 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14894 xlen and flen.
14895 (riscv_call_info) <xlen, flen>: Update comment.
14896 (riscv_call_arg_struct): Remove invalid assertions
14897 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14898 is removed.
14899 (riscv_gdbarch_init): Gather isa features and abi features
14900 separately, ensure both match on the gdbarch when reusing an old
14901 gdbarch. Relax an error check to allow 32-bit abi float to run on
14902 a target with 64-bit float hardware.
14903
14904 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14905
14906 * source.c (search_command_helper): Stop reverse search
14907 when line 1 has been searched.
14908
14909 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14910
14911 * record-full.c (record_full_base_target::close): Rewrite
14912 record_full_core_buf_list free logic.
14913
14914 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14915
14916 * break-catch-syscall.c (print_one_catch_syscall): xfree
14917 the last text.
14918
14919 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14920
14921 * top.c (print_gdb_version): Update Copyright year in version
14922 message.
14923
14924 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14925
14926 Update copyright year range in all GDB files.
14927
14928 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
14929
14930 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
14931
14932 For older changes see ChangeLog-2018.
14933 \f
14934 Local Variables:
14935 mode: change-log
14936 left-margin: 8
14937 fill-column: 74
14938 version-control: never
14939 coding: utf-8
14940 End:
14941
This page took 0.390897 seconds and 4 git commands to generate.