Fix python gdbpy_breakpoint_object leak.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
4 only call Py_INCREF (newbp) in the bppy_pending_object case.
5
6 2019-11-13 Tom Tromey <tromey@adacore.com>
7
8 PR build/25182:
9 * psympriv.h (partial_symbol): Remove static assert.
10 * symtab.h (general_symbol_info, symbol): Remove static assert.
11
12 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdbsupport/format.c (format_pieces::format_pieces): Support
15 printf 'z' size modifier.
16 * gdbsupport/format.h (enum argclass): Add size_t_arg.
17 * printcmd.c (ui_printf): Handle size_t_arg.
18 * ui-out.c (ui_out::vmessage): Likewise.
19 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
20 function.
21 (run_tests): Call test_format_int_sizes.
22
23 2019-11-12 Christian Biesinger <cbiesinger@google.com>
24
25 * ada-exp.y (write_ambiguous_var): Update.
26 * buildsym.c (add_symbol_to_list): Update.
27 * dwarf2read.c (read_variable): Update.
28 (new_symbol): Update.
29 * jit.c (finalize_symtab): Update.
30 * language.c (language_alloc_type_symbol): Update.
31 * symtab.c (fixup_symbol_section): Update.
32 (initialize_objfile_symbol_1): Move code to...
33 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
34 (allocate_symbol): Update.
35 (allocate_template_symbol): Update.
36 (get_symbol_address): Update.
37 * symtab.h (struct symbol): Inherit from general_symbol_info instead
38 of having as a field, and add a constructor.
39 (SYMBOL_VALUE): Update.
40 (SYMBOL_VALUE_ADDRESS): Update.
41 (SET_SYMBOL_VALUE_ADDRESS): Update.
42 (SYMBOL_VALUE_BYTES): Update.
43 (SYMBOL_VALUE_COMMON_BLOCK): Update.
44 (SYMBOL_BLOCK_VALUE): Update.
45 (SYMBOL_VALUE_CHAIN): Update.
46 (SYMBOL_LANGUAGE): Update.
47 (SYMBOL_SECTION): Update.
48 (SYMBOL_OBJ_SECTION): Update.
49 (SYMBOL_SET_LANGUAGE): Update.
50 (SYMBOL_SET_LINKAGE_NAME): Update.
51 (SYMBOL_SET_NAMES): Update.
52 (SYMBOL_NATURAL_NAME): Update.
53 (SYMBOL_LINKAGE_NAME): Update.
54 (SYMBOL_DEMANGLED_NAME): Update.
55 (SYMBOL_SEARCH_NAME): Update.
56 (SYMBOL_MATCHES_SEARCH_NAME): Update.
57 (struct symbol): Update.
58 (struct template_symbol): Update.
59 (struct rust_vtable_symbol): Update.
60 * xcoffread.c (SYMBOL_DUP): Update.
61
62 2019-11-12 Tom Tromey <tom@tromey.com>
63
64 * tui/tui-layout.c (show_layout): Set current_layout.
65 (show_source_disasm_command, show_data)
66 (show_source_or_disasm_and_command): Don't set current_layout.
67
68 2019-11-12 Tom Tromey <tom@tromey.com>
69
70 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
71
72 2019-11-12 Tom Tromey <tom@tromey.com>
73
74 * tui/tui-win.c (resize_message): New global.
75 (show_tui_resize_message): New function.
76 (tui_async_resize_screen): Print message if requested.
77 (_initialize_tui_win): Add tui-resize-message setting.
78 * NEWS: Add entry for new commands.
79
80 2019-11-11 Tom Tromey <tom@tromey.com>
81
82 * tui/tui.c (tui_initialize_readline): Add new bindable readline
83 functions.
84
85 2019-11-11 Christian Biesinger <cbiesinger@google.com>
86
87 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
88
89 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
92 function.
93 * python/python-internal.h (gdbpy_lookup_static_symbols):
94 Declare new function.
95 * python/python.c (python_GdbMethods): Add
96 gdb.lookup_static_symbols method.
97 * NEWS: Mention gdb.lookup_static_symbols.
98
99 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
102 static block of current object file first. Also fix typo in
103 header comment.
104
105 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * stack.c (set_last_displayed_sal): Delete.
108 (last_displayed_sal_valid): Delete.
109 (last_displayed_pspace): Delete.
110 (last_displayed_addr): Delete.
111 (last_displayed_symtab): Delete.
112 (last_displayed_line): Delete.
113 (class last_displayed_symtab_info_type): New.
114 (last_displayed_symtab_info): New static global variable.
115 (print_frame_info): Call methods on last_displayed_symtab_info.
116 (clear_last_displayed_sal): Update header comment, and make use of
117 last_displayed_symtab_info.
118 (last_displayed_sal_is_valid): Likewise.
119 (get_last_displayed_pspace): Likewise.
120 (get_last_displayed_addr): Likewise.
121 (get_last_displayed_symtab): Likewise.
122 (get_last_displayed_line): Likewise.
123 (get_last_displayed_sal): Likewise.
124 * stack.h (clear_last_displayed_sal): Update header comment.
125 (last_displayed_sal_is_valid): Likewise.
126 (get_last_displayed_pspace): Likewise.
127 (get_last_displayed_addr): Likewise.
128 (get_last_displayed_symtab): Likewise.
129 (get_last_displayed_line): Likewise.
130 (get_last_displayed_sal): Likewise.
131
132 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * stack.c (frame_show_address): Convert return type to bool.
135 * stack.h (frame_show_address): Likewise, and update header
136 comment.
137
138 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
141 * unittests/vec-utils-selftests.c: New file.
142 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
143
144 2019-11-10 Tom Tromey <tom@tromey.com>
145
146 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
147 (tui_highlight_win): Likewise.
148 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
149 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
150 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
151 Don't set can_highlight.
152
153 2019-11-10 Tom Tromey <tom@tromey.com>
154
155 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
156 Remove unused declaration.
157
158 2019-11-08 Tom Tromey <tromey@adacore.com>
159
160 * top.c (read_command_file): Update.
161 (command_line_input): Make return type const.
162 * python/py-gdb-readline.c: Update.
163 * linespec.c (decode_line_2): Update.
164 * defs.h (command_line_input): Make return type const.
165 * cli/cli-script.c (read_next_line): Make return type const.
166 * ada-lang.c (get_selections): Update.
167
168 2019-11-06 Christian Biesinger <cbiesinger@google.com>
169
170 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
171 * mi/mi-main.c (output_cores): Likewise.
172 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
173 (linux_xfer_osdata_modules): Likewise.
174 * remote.c (register_remote_support_xml): Likewise.
175 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
176 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
177
178 2019-11-06 Tom Tromey <tom@tromey.com>
179
180 * tui/tui-interp.c: Don't include readline.h.
181 * tui/tui-hooks.c: Don't include readline.h.
182 * symmisc.c: Include tilde.h, not readline.h.
183 * symfile.c: Include tilde.h, not readline.h.
184 * source.c: Include tilde.h, not readline.h.
185 * solib.c: Include tilde.h, not readline.h.
186 * psymtab.c: Include tilde.h, not readline.h.
187 * exec.c: Include tilde.h, not readline.h.
188 * corelow.c: Include tilde.h, not readline.h.
189 * cli/cli-dump.c: Include tilde.h, not readline.h.
190 * cli/cli-cmds.c: Don't include readline.h.
191
192 2019-11-05 Tom Tromey <tom@tromey.com>
193
194 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
195 (tui_disassemble): Set addr_size.
196 (tui_disasm_window::set_contents): Use addr_size.
197
198 2019-11-05 Tom Tromey <tom@tromey.com>
199
200 * rust-lang.c (rust_language_defn): Update.
201 * python/py-value.c (valpy_string): Call c_get_string.
202 * p-lang.c (pascal_language_defn): Update.
203 * opencl-lang.c (opencl_language_defn): Update.
204 * objc-lang.c (objc_language_defn): Update.
205 * m2-lang.c (m2_language_defn): Update.
206 * language.c (unknown_language_defn, auto_language_defn): Update.
207 (default_get_string): Remove.
208 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
209 * go-lang.c (go_language_defn): Update.
210 * f-lang.c (f_language_defn): Update.
211 * d-lang.c (d_language_defn): Update.
212 * c-lang.c (c_language_defn, cplus_language_defn)
213 (asm_language_defn, minimal_language_defn): Update.
214 * ada-lang.c (ada_language_defn): Update.
215 * language.h (struct language_defn) <la_get_string>: Remove.
216 (LA_GET_STRING): Remove.
217 (default_get_string): Don't declare.
218
219 2019-11-05 Tom Tromey <tom@tromey.com>
220
221 * tui/tui-source.h (struct tui_source_window): Inline
222 constructor. Remove destructor.
223 <style_changed, m_observable>: Move to superclass.
224 * tui/tui-winsource.h (tui_copy_source_line): Declare.
225 (struct tui_source_window_base): Move private members to end.
226 <style_changed, m_observable>: Move from tui_source_window.
227 * tui/tui-winsource.c (tui_copy_source_line): Move from
228 tui-source.c. Rename from copy_source_line. Add special handling
229 for negative line number.
230 (tui_source_window_base::style_changed): Move from
231 tui_source_window.
232 (tui_source_window_base): Register observer.
233 (~tui_source_window_base): New.
234 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
235 rename.
236 (tui_source_window::set_contents): Use tui_copy_source_line.
237 (tui_source_window::tui_source_window): Move to tui-source.h.
238 (tui_source_window::~tui_source_window): Remove.
239 (tui_source_window::style_changed): Move to superclass.
240 * tui/tui-disasm.c (tui_disassemble): Create string file with
241 styling, when possible. Add "addr_size" parameter.
242 (tui_disasm_window::set_contents): Use tui_copy_source_line.
243 Don't compute maximum size.
244 (len_without_escapes): New function
245
246 2019-11-05 Tom Tromey <tom@tromey.com>
247
248 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
249 std::string.
250 * tui/tui-winsource.c (tui_show_source_line): Update.
251 * tui/tui-source.c (tui_source_window::set_contents): Update.
252 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
253
254 2019-11-05 Christian Biesinger <cbiesinger@google.com>
255
256 * symtab.h (gdb_static_assert): Put && operator at the beginning
257 of the line instead of the end.
258
259 2019-11-04 Christian Biesinger <cbiesinger@google.com>
260
261 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
262 and sizeof (symbol).
263 * symtab.h: Add a static_assert for sizeof (partial_symbol).
264
265 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
266
267 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
268 * configure.host: Mark *-*-solaris2.10* obsolete.
269 * configure.tgt: Mark Solaris < 11 obsolete.
270 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
271 Update target triplet.
272
273 2019-11-01 Tom Tromey <tromey@adacore.com>
274
275 * utils.c (print_sys_errmsg): Simplify.
276
277 2019-11-01 Tom Tromey <tromey@adacore.com>
278
279 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
280
281 2019-11-01 Christian Biesinger <cbiesinger@google.com>
282
283 * configure: Regenerate.
284 * configure.ac: Remove check for strerror_r.
285 * gdbsupport/common.m4: Check for strerror_r.
286
287 2019-11-01 Luis Machado <luis.machado@linaro.org>
288
289 PR gdb/25124
290
291 * arm-tdep.c (arm_per_objfile): Rename to ...
292 (arm_per_bfd): ... this.
293 (arm_objfile_data_key): Rename to ...
294 (arm_bfd_data_key): ... this.
295 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
296 data.
297 (arm_record_special_symbol): Likewise.
298
299 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
302 end.
303 * c-typeprint.c (c_print_typedef): Likewise.
304 * f-typeprint.c (f_print_typedef): Likewise.
305 * m2-typeprint.c (m2_print_typedef): Likewise.
306 * p-typeprint.c (pascal_print_typedef): Likewise.
307 * rust-lang.c (rust_print_typedef): Likewise.
308 * symtab.c (print_symbol_info): Print a newline after calling
309 typedef_print.
310
311 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * symtab.c (info_module_cmdlist): New variable.
314 (info_module_command): New function.
315 (search_module_symbols): New function.
316 (info_module_subcommand): New function.
317 (struct info_modules_var_func_options): New struct.
318 (info_modules_var_func_options_defs): New variable.
319 (make_info_modules_var_func_options_def_group): New function.
320 (info_module_functions_command): New function.
321 (info_module_variables_command): New function.
322 (info_module_var_func_command_completer): New function.
323 (_initialize_symtab): Register new 'info module functions' and
324 'info module variables' commands.
325 * symtab.h (typedef symbol_search_in_module): New typedef.
326 (search_module_symbols): Declare new function.
327 * NEWS: Mention new commands.
328
329 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
332 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
333 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
334 MODULES_DOMAIN.
335 (scan_partial_symbols): Only create partial module symbols for non
336 declarations.
337 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
338 and MODULES_DOMAIN.
339 * symtab.c (search_domain_name): Likewise.
340 (search_symbols): Likewise.
341 (print_symbol_info): Likewise.
342 (symtab_symbol_info): Likewise.
343 (info_modules_command): New function.
344 (_initialize_symtab): Register 'info modules' command.
345 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
346 * NEWS: Mention new 'info modules' command.
347
348 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
349
350 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
351 and $_gdb_maint_setting_str.
352
353 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
354
355 * cli/cli-cmds.c (setting_cmd, value_from_setting)
356 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
357 (str_value_from_setting, gdb_setting_str_internal_fn)
358 (gdb_maint_setting_str_internal_fn): New functions.
359 (_initialize_cli_cmds): Define the new convenience functions.
360 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
361 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
362
363 2019-10-31 Christian Biesinger <cbiesinger@google.com>
364
365 * agent.c (set_can_use_agent): When the setting is turned on,
366 look up agent symbols if we don't have them yet.
367 (agent_new_objfile): Don't look up agent symbols when the agent
368 setting is off.
369
370 2019-10-31 Christian Biesinger <cbiesinger@google.com>
371
372 * config.in: Regenerate.
373
374 2019-10-31 Christian Biesinger <cbiesinger@google.com>
375
376 * configure: Regenerate.
377 * configure.ac: Check for strerror_r.
378 * gdbsupport/common-utils.h (safe_strerror): Change return value
379 to const char * and document that this function is now threadsafe.
380 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
381 thread_local and call strerror_r, if available.
382 * utils.c (perror_string): Update.
383 (print_sys_errmsg): Update.
384
385 2019-10-31 Luis Machado <luis.machado@linaro.org>
386
387 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
388 objfile_key.
389 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
390 objfile to fetch per-bfd data.
391 (arm_find_exidx_entry): Likewise.
392
393 2019-10-31 Christian Biesinger <cbiesinger@google.com>
394
395 * gdbsupport/agent.c (debug_agent): Change type to bool.
396 (use_agent): Likewise.
397 (all_agent_symbols_look_up): Likewise.
398 (agent_loaded_p): Change return value to bool.
399 (agent_look_up_symbols): Update.
400 (agent_capability_check): Change return value to bool.
401 * gdbsupport/agent.h (agent_loaded_p): Likewise.
402 (debug_agent): Change type to bool.
403 (use_agent): Likewise.
404 (agent_capability_check): Change return value to bool.
405
406 2019-10-30 Christian Biesinger <cbiesinger@google.com>
407
408 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
409 (build_minimal_symbol_hash_tables): Code to clear the table moved
410 to clear_minimal_symbol_hash_tables.
411 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
412 when needed.
413
414 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
415
416 * infcmd.c: Remove includes.
417 * infrun.c: Remove includes.
418
419 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
422 (grow_vect): Remove declaration.
423 (ada_type_of_array): Remove declaration.
424 (ada_update_initial_language): Remove declaration.
425 (ada_fold_name): Remove declaration.
426 (ada_fill_in_ada_prototype): Remove declaration.
427 (user_select_syms): Remove declaration.
428 (get_selections): Remove declaration.
429 (ada_tag_type): Remove declaration.
430 (ada_value_tag): Remove declaration.
431 (ada_is_others_clause): Remove declaration.
432 (ada_in_variant): Remove declaration.
433 (ada_value_struct_elt): Remove declaration.
434 (ada_attribute_name): Remove declaration.
435 (ada_system_address_type): Remove declaration.
436 * ada-lang.c (ada_watch_location_expression): Make static.
437 (GROW_VECT): Move here from ada-lang.h.
438 (grow_vect): Make static.
439 (ada_update_initial_language): Make static.
440 (ada_fold_name): Make static.
441 (ada_type_of_array): Make static.
442 (encoded_ordered_before): Move up.
443 (sort_choices): Move up.
444 (print_signatures): Move up.
445 (ada_print_symbol_signature): Move up.
446 (get_selections): Move up and make static.
447 (user_select_syms): Move up and make static.
448 (ada_value_struct_elt): Move up and make static.
449 (ada_tag_type): Make static.
450 (ada_value_tag): Make static.
451 (ada_is_others_clause): Make static.
452 (ada_in_variant): Make static.
453 (ada_attribute_name): Make static.
454
455 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * ada-lang.c: Remove includes.
458 * ada-typeprint.c: Remove includes.
459 * ada-valprint.c: Remove includes.
460
461 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
462
463 * addrmap.c: Add static assertions of type size, moved from
464 _initialize_addrmap.
465 (_initialize_addrmap): Remove.
466
467 2019-10-29 Christian Biesinger <cbiesinger@google.com>
468
469 * coffread.c (record_minimal_symbol): Update.
470 (process_coff_symbol): Update.
471 * dbxread.c (read_dbx_symtab): Update.
472 * dwarf2read.c (add_partial_symbol): Update.
473 (fixup_go_packaging): Update.
474 (load_partial_dies): Update.
475 (new_symbol): Update.
476 * elfread.c (record_minimal_symbol): Change signature to use
477 gdb::string_view instead of name+len.
478 (elf_symtab_read): Update.
479 (elf_rel_plt_read): Update.
480 * mdebugread.c (parse_partial_symbols): Update.
481 (handle_psymbol_enumerators): Update.
482 (new_symbol): Update.
483 * minsyms.c (minimal_symbol_reader::record_full): Change signature
484 to use gdb::string_view instead of name+len.
485 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
486 * psympriv.h (add_psymbol_to_list): Likewise.
487 * psymtab.c (add_psymbol_to_bcache): Likewise.
488 (add_psymbol_to_list): Likewise.
489 * stabsread.c (define_symbol): Update.
490 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
491 * symtab.h (SYMBOL_SET_NAMES): Likewise.
492 (symbol_set_names): Likewise.
493 * xcoffread.c (scan_xcoff_symtab): Update.
494
495 2019-10-29 Christian Biesinger <cbiesinger@google.com>
496
497 * symtab.h (symbol_set_names): Document that copy_name must be
498 set to true for non-nullterminated strings.
499 * symtab.c (symbol_set_names): Only make a nullterminated copy of
500 linkage_name if the entry was not found and we need to demangle.
501
502 2019-10-29 Christian Biesinger <cbiesinger@google.com>
503
504 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
505 * dwarf2-frame.c (bsearch_fde_cmp): Update.
506 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
507 * gdbsupport/gdb_binary_search.h: New file.
508
509 2019-10-29 Christian Biesinger <cbiesinger@google.com>
510
511 * NEWS: Mention new --with-system-gdbinit-dir option.
512 * config.in: Regenerate.
513 * configure: Regenerate.
514 * configure.ac: Add new option --with-system-gdbinit-dir.
515 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
516 for a ".gdb" suffix.
517 * main.c (get_init_files): Change system_gdbinit argument to
518 a vector and return the files in SYSTEM_GDBINIT_DIR in
519 addition to SYSTEM_GDBINIT.
520 (captured_main_1): Update.
521 (print_gdb_help): Update.
522 * top.c (print_gdb_configuration): Also print the value of
523 SYSTEM_GDBINIT_DIR.
524
525 2019-10-28 Christian Biesinger <cbiesinger@google.com>
526
527 * gdbsupport/common-utils.h (startswith): Add an overloaded version
528 that takes gdb::string_view arguments.
529
530 2019-10-26 Tom de Vries <tdevries@suse.de>
531
532 * aarch64-linux-tdep.c: Fix typos in comments.
533 * aarch64-tdep.c: Same.
534 * ada-lang.c: Same.
535 * amd64-nat.c: Same.
536 * arc-tdep.c: Same.
537 * arch/aarch64-insn.c: Same.
538 * block.c: Same.
539 * breakpoint.h: Same.
540 * btrace.h: Same.
541 * c-varobj.c: Same.
542 * cli/cli-decode.c: Same.
543 * cli/cli-script.c: Same.
544 * cli/cli-utils.h: Same.
545 * coff-pe-read.c: Same.
546 * coffread.c: Same.
547 * compile/compile-cplus-symbols.c: Same.
548 * compile/compile-object-run.c: Same.
549 * completer.c: Same.
550 * corelow.c: Same.
551 * cp-support.c: Same.
552 * demangle.c: Same.
553 * dwarf-index-write.c: Same.
554 * dwarf2-frame.c: Same.
555 * dwarf2-frame.h: Same.
556 * eval.c: Same.
557 * frame-base.h: Same.
558 * frame.h: Same.
559 * gdbcmd.h: Same.
560 * gdbtypes.h: Same.
561 * gnu-nat.c: Same.
562 * guile/scm-objfile.c: Same.
563 * i386-tdep.c: Same.
564 * i386-tdep.h: Same.
565 * infcall.c: Same.
566 * infcall.h: Same.
567 * linux-nat.c: Same.
568 * m68k-tdep.c: Same.
569 * macroexp.c: Same.
570 * memattr.c: Same.
571 * mi/mi-cmd-disas.c: Same.
572 * mi/mi-getopt.h: Same.
573 * mi/mi-main.c: Same.
574 * minsyms.c: Same.
575 * nat/aarch64-sve-linux-sigcontext.h: Same.
576 * objfiles.h: Same.
577 * ppc-linux-nat.c: Same.
578 * ppc-linux-tdep.c: Same.
579 * ppc-tdep.h: Same.
580 * progspace.h: Same.
581 * prologue-value.h: Same.
582 * python/py-evtregistry.c: Same.
583 * python/py-instruction.h: Same.
584 * record-btrace.c: Same.
585 * record-full.c: Same.
586 * remote.c: Same.
587 * rs6000-tdep.c: Same.
588 * ser-tcp.c: Same.
589 * sol-thread.c: Same.
590 * sparc-sol2-tdep.c: Same.
591 * sparc64-tdep.c: Same.
592 * stabsread.c: Same.
593 * symfile.c: Same.
594 * symtab.h: Same.
595 * target.c: Same.
596 * tracepoint.c: Same.
597 * tui/tui-data.h: Same.
598 * tui/tui-io.c: Same.
599 * tui/tui-win.c: Same.
600 * tui/tui.c: Same.
601 * unittests/rsp-low-selftests.c: Same.
602 * user-regs.h: Same.
603 * utils.c: Same.
604 * utils.h: Same.
605 * valarith.c: Same.
606 * valops.c: Same.
607 * valprint.c: Same.
608 * valprint.h: Same.
609 * value.c: Same.
610 * value.h: Same.
611 * varobj.c: Same.
612 * x86-nat.h: Same.
613 * xtensa-tdep.c: Same.
614
615 2019-10-25 Ali Tamur <tamur@google.com>
616
617 * charset.c (find_charset_names): Reflect API change.
618
619 2019-10-25 Christian Biesinger <cbiesinger@google.com>
620
621 * symtab.c (struct demangled_name_entry): Change demangled name
622 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
623 part of the struct anymore.
624 (symbol_set_names): No longer obstack allocate + copy the demangled
625 name, just store the allocated name from bfd.
626
627 2019-10-25 Tom Tromey <tromey@adacore.com>
628
629 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
630 (bsearch_cie_cmp, add_cie): Remove.
631 (find_cie): Reimplement.
632 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
633 (dwarf2_build_frame_info): Update.
634
635 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
636
637 PR gdb/25126
638 * symfile.c (reread_symbols): Call forget_cached_source_info to
639 clear the stale source cache.
640
641 2019-10-24 Christian Biesinger <cbiesinger@google.com>
642
643 * configure: Regenerate.
644 * configure.ac: Remove code that sets python_has_threads.
645
646 2019-10-24 Christian Biesinger <cbiesinger@google.com>
647
648 * config.in: Regenerate.
649 * configure: Regenerate.
650 * configure.ac: Remove the code that uses sed to get the python
651 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
652
653 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * python/py-progspace.c (pspy_block_for_pc): Return None for all
656 error paths.
657
658 2019-10-23 Tom Tromey <tom@tromey.com>
659
660 * arc-tdep.c: Remove ".." from include.
661 * frv-tdep.c: Remove ".." from include.
662 * lm32-tdep.c: Remove ".." from include.
663 * microblaze-tdep.c: Remove ".." from include.
664 * or1k-tdep.h: Remove ".." from include.
665 * s12z-tdep.c: Remove ".." from include.
666 * Makefile.in (OPCODES_CFLAGS): Add comment.
667 (TOP_CFLAGS): New variable.
668 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
669
670 2019-10-23 Tom Tromey <tom@tromey.com>
671
672 * Makefile.in (READLINE_DIR): Update.
673
674 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
675
676 * infcall.c (call_function_by_hand_dummy): Fix the function
677 comment. And extract out a code section into...
678 (reserve_stack_space): ...this new function.
679
680 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
681
682 * infcall.c (value_arg_coerce): Remove an unused parameter.
683 (call_function_by_hand_dummy): Update the call to
684 'value_arg_coerce'.
685
686 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
687
688 * infcall.c (call_function_by_hand_dummy): Refactor.
689
690 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
691
692 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
693
694 2019-10-23 Tom Tromey <tom@tromey.com>
695
696 * configure: Rebuild.
697 * configure.ac: Don't check for sigprocmask.
698 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
699
700 2019-10-23 Tom Tromey <tom@tromey.com>
701
702 * configure: Rebuild.
703 * acinclude.m4: Use m4_include, not sinclude.
704
705 2019-10-23 Tom de Vries <tdevries@suse.de>
706
707 PR breakpoints/24687
708 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
709
710 2019-10-22 Christian Biesinger <cbiesinger@google.com>
711
712 * symtab.c (struct demangled_name_entry) <language>: Change from
713 bitfield to regular variable.
714
715 2019-10-22 Christian Biesinger <cbiesinger@google.com>
716
717 * symtab.c (struct demangled_name_entry): Add a constructor.
718 (free_demangled_name_entry): New function to call the destructor
719 for demangled_name_entry.
720 (create_demangled_names_hash): Pass free_demangled_name_entry to
721 htab_create_alloc.
722 (symbol_set_names): Call placement new for demangled_name_entry.
723 * utils.c: No longer include xxhash.h here, now that fast_hash
724 is inlined in the header.
725 * utils.h: Instead, include it here.
726
727 2019-10-22 Christian Biesinger <cbiesinger@google.com>
728
729 * Makefile.in: Link with libxxhash.
730 * config.in: Regenerate.
731 * configure: Regenerate.
732 * configure.ac: Search for libxxhash.
733 * utils.c (fast_hash): Use xxhash if present.
734
735 2019-10-22 Christian Biesinger <cbiesinger@google.com>
736
737 * utils.h (fast_hash): New function.
738 * symtab.c (hash_demangled_name_entry): Call new function
739 fast_hash.
740
741 2019-10-22 Christian Biesinger <cbiesinger@google.com>
742
743 * symtab.c (struct demangled_name_entry): Change type of mangled
744 to gdb::string_view. Also adds a constructor that takes the
745 mangled name.
746 (hash_demangled_name_entry): Update.
747 (eq_demangled_name_entry): Update.
748 (free_demangled_name_entry): New function to call the destructor
749 now that this is not a POD anymore.
750 (create_demangled_names_hash): Pass free_demangled_name_entry to
751 htab_create_alloc.
752 (symbol_set_names): Update.
753
754 2019-10-21 Ali Tamur <tamu@google.com>
755
756 * dwarf2read.c (dir_index): Change type.
757 (file_name_index): Likewise.
758 (line_header::include_dir_at): Change comment and implementation on
759 whether it is DWARF 5.
760 (line_header::is_valid_file_index): New function.
761 (line_header::file_name_at): Change comment and implementation on
762 whether it is DWARF 5.
763 (line_header::file_names): Change to private field renamed as
764 m_file_names and introduce a new accessor method.
765 (line_header::file_names_size): New method.
766 (line_header::include_dirs): Change to private field and rename as
767 m_include_dirs.
768 (dw2_get_file_names_reader): Define local var at a smaller scope and
769 reflect API change.
770 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
771 (process_structure_scope): Likewise.
772 (line_header::add_include_dir): Change message and reflect renaming.
773 (line_header::add_file_name): Likewise.
774 (read_formatted_entries): Handle DW_FORM_data16.
775 (dwarf_decode_line_header): Fix line header length calculation.
776 (psymtab_include_file_name): Change comment and API.
777 (lnp_state_machine::m_file): Update comment and reflect type change.
778 (lnp_state_machine::record_line): Reflect type change.
779 (dwarf_decode_lines): Reflect API change.
780 (file_file_name): Likewise.
781 (file_full_name): Likewise.
782
783 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
786
787 2019-10-21 Tom Tromey <tom@tromey.com>
788
789 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
790
791 2019-10-21 Tom Tromey <tom@tromey.com>
792
793 * configure.ac (nm.h): Conditionally create nm.h link. Subst
794 NM_H. Use AC_CONFIG_LINKS.
795 * configure: Rebuild.
796 * Makefile.in (NM_H): New variable.
797 (generated_files): Add NM_H. Remove gcore.
798 (nm.h, stamp-nmh): New targets.
799
800 2019-10-20 Tom Tromey <tom@tromey.com>
801
802 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
803 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
804 obsolete comment.
805 (put_objfile_before): Now static.
806
807 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
808
809 * gdbsupport/common-utils.h (startswith): Change return type to
810 bool.
811
812 2019-10-19 Christian Biesinger <cbiesinger@google.com>
813
814 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
815 * breakpoint.c (bp_locations_compare): Rename to...
816 (bp_location_is_less_than): ...this, and change to std::sort semantics.
817 (update_global_location_list): Use std::sort instead of qsort.
818 * buildsym.c (compare_line_numbers): Rename to...
819 (lte_is_less_than): ...this, and change to std::sort semantics.
820 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
821 instead of qsort.
822 * disasm.c (compare_lines): Rename to...
823 (line_is_less_than): ...this, and change to std::sort semantics.
824 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
825 of qsort.
826 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
827 (fde_is_less_than): ...this, and change to std::sort semantics.
828 (dwarf2_build_frame_info): Call std::sort instead of qsort.
829 * mdebugread.c (compare_blocks):
830 (block_is_less_than): ...this, and change to std::sort semantics.
831 (sort_blocks): Call std::sort instead of qsort.
832 * objfiles.c (qsort_cmp): Rename to...
833 (sort_cmp): ...this, and change to std::sort semantics.
834 (update_section_map): Call std::sort instead of qsort.
835 * remote.c (compare_pnums): Remove.
836 (map_regcache_remote_table): Call std::sort instead of qsort.
837 * utils.c (compare_positive_ints): Remove.
838 * utils.h (compare_positive_ints): Remove.
839 * xcoffread.c (compare_lte): Remove.
840 (arrange_linetable): Call std::sort instead of qsort.
841
842 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
843
844 * symfile.c (init_entry_point_info): Fix typo.
845 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
846
847 2019-10-18 Tom de Vries <tdevries@suse.de>
848
849 * aarch64-tdep.c: Fix typos in comments.
850 * ada-lang.c: Same.
851 * ada-tasks.c: Same.
852 * alpha-tdep.c: Same.
853 * alpha-tdep.h: Same.
854 * amd64-nat.c: Same.
855 * amd64-windows-tdep.c: Same.
856 * arc-tdep.c: Same.
857 * arc-tdep.h: Same.
858 * arch-utils.c: Same.
859 * arm-nbsd-tdep.c: Same.
860 * arm-tdep.c: Same.
861 * ax-gdb.c: Same.
862 * blockframe.c: Same.
863 * btrace.c: Same.
864 * c-varobj.c: Same.
865 * coff-pe-read.c: Same.
866 * coffread.c: Same.
867 * cris-tdep.c: Same.
868 * darwin-nat.c: Same.
869 * dbxread.c: Same.
870 * dcache.c: Same.
871 * disasm.c: Same.
872 * dtrace-probe.c: Same.
873 * dwarf-index-write.c: Same.
874 * dwarf2-frame-tailcall.c: Same.
875 * dwarf2-frame.c: Same.
876 * dwarf2read.c: Same.
877 * eval.c: Same.
878 * exceptions.c: Same.
879 * fbsd-tdep.c: Same.
880 * findvar.c: Same.
881 * frame.c: Same.
882 * frv-tdep.c: Same.
883 * gnu-v3-abi.c: Same.
884 * go32-nat.c: Same.
885 * h8300-tdep.c: Same.
886 * hppa-tdep.c: Same.
887 * i386-linux-tdep.c: Same.
888 * i386-tdep.c: Same.
889 * ia64-libunwind-tdep.c: Same.
890 * ia64-tdep.c: Same.
891 * infcmd.c: Same.
892 * infrun.c: Same.
893 * linespec.c: Same.
894 * linux-nat.c: Same.
895 * linux-thread-db.c: Same.
896 * machoread.c: Same.
897 * mdebugread.c: Same.
898 * mep-tdep.c: Same.
899 * mn10300-tdep.c: Same.
900 * namespace.c: Same.
901 * objfiles.c: Same.
902 * opencl-lang.c: Same.
903 * or1k-tdep.c: Same.
904 * osabi.c: Same.
905 * ppc-linux-nat.c: Same.
906 * ppc-linux-tdep.c: Same.
907 * ppc-sysv-tdep.c: Same.
908 * printcmd.c: Same.
909 * procfs.c: Same.
910 * record-btrace.c: Same.
911 * record-full.c: Same.
912 * remote-fileio.c: Same.
913 * remote.c: Same.
914 * rs6000-tdep.c: Same.
915 * s12z-tdep.c: Same.
916 * score-tdep.c: Same.
917 * ser-base.c: Same.
918 * ser-go32.c: Same.
919 * skip.c: Same.
920 * sol-thread.c: Same.
921 * solib-svr4.c: Same.
922 * solib.c: Same.
923 * source.c: Same.
924 * sparc-nat.c: Same.
925 * sparc-sol2-tdep.c: Same.
926 * sparc-tdep.c: Same.
927 * sparc64-tdep.c: Same.
928 * stabsread.c: Same.
929 * stack.c: Same.
930 * symfile.c: Same.
931 * symtab.c: Same.
932 * target-descriptions.c: Same.
933 * target-float.c: Same.
934 * thread.c: Same.
935 * utils.c: Same.
936 * valops.c: Same.
937 * valprint.c: Same.
938 * value.c: Same.
939 * varobj.c: Same.
940 * windows-nat.c: Same.
941 * xcoffread.c: Same.
942 * xstormy16-tdep.c: Same.
943 * xtensa-tdep.c: Same.
944
945 2019-10-17 Tom Tromey <tromey@adacore.com>
946
947 * configure: Rebuild.
948 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
949 in AC_CONFIG_FILES invocation.
950 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
951 new-style config.status invocation.
952
953 2019-10-17 Tom de Vries <tdevries@suse.de>
954
955 * arm-nbsd-nat.c: Fix typos in comments.
956 * arm-tdep.c: Same.
957 * darwin-nat-info.c: Same.
958 * dwarf2read.c: Same.
959 * elfread.c: Same.
960 * event-top.c: Same.
961 * findvar.c: Same.
962 * gdbtypes.c: Same.
963 * hppa-tdep.c: Same.
964 * i386-tdep.c: Same.
965 * jit.c: Same.
966 * main.c: Same.
967 * mdebugread.c: Same.
968 * moxie-tdep.c: Same.
969 * nto-procfs.c: Same.
970 * osabi.c: Same.
971 * ppc-linux-tdep.c: Same.
972 * remote.c: Same.
973 * riscv-tdep.c: Same.
974 * s390-tdep.c: Same.
975 * sh-tdep.c: Same.
976 * sparc-linux-tdep.c: Same.
977 * sparc-nat.c: Same.
978 * stack.c: Same.
979 * target-descriptions.c: Same.
980 * top.c: Same.
981 * varobj.c: Same.
982
983 2019-10-16 Tom Tromey <tom@tromey.com>
984
985 * objfiles.h (struct objfile) <original_name>: Now const.
986
987 2019-10-16 Christian Biesinger <cbiesinger@google.com>
988
989 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
990 pass on to sigsetjmp's second argument.
991 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
992
993 2019-10-16 Keith Seitz <keiths@redhat.com>
994
995 PR gdb/23567
996 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
997 sections whose size is greater than the file size.
998
999 2019-10-16 Jim Wilson <jimw@sifive.com>
1000
1001 * riscv-tdep.c (riscv_gcc_target_options): New.
1002 (riscv_gnu_triplet_regexp): New.
1003 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1004 set_gdbarch_gnu_triplet_regexp.
1005
1006 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1007
1008 * Makefile.in: Add xml-builtin.h.
1009 * features/feature_to_c.sh: Add an include for xml-builtin.h
1010 to ensure that the compiler checks that the types match.
1011 * xml-builtin.h: New file.
1012 * xml-support.c (fetch_xml_builtin): Add missing const.
1013 * xml-support.h: Remove declaration of xml_builtins.
1014
1015 2019-10-16 Tom de Vries <tdevries@suse.de>
1016
1017 PR tdep/25096
1018 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1019 (amd64_classify_aggregate): ... here.
1020 (amd64_classify_aggregate_field): Handled fiels of nested structs
1021 recursively.
1022
1023 2019-10-16 Tom de Vries <tdevries@suse.de>
1024
1025 PR tdep/24104
1026 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1027 that handles 'theclass'.
1028
1029 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * linespec.c (decode_digits_ordinary): Update comment.
1032 * make-target-delegates: No longer need to handle VEC case.
1033 * memrange.c (normalize_mem_ranges): Update comment.
1034 * namespace.c (add_using_directive): Update comment.
1035 * objc-lang.c (uniquify_strings): Update comment.
1036 * ppc-linux-nat.c (struct thread_points): Update comment.
1037 * probe.h (find_probes_in_objfile): Update comment.
1038 * target.h (enum flash_preserve_mode): Update comment.
1039 * varobj.c (varobj_restrict_range): Update comment.
1040 * varobj.h (varobj_list_children): Update comment.
1041
1042 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * Makefile.in: Remove references to vec.h and vec.c.
1045 * aarch64-tdep.c: No longer include vec.h.
1046 * ada-lang.c: Likewise.
1047 * ada-lang.h: Likewise.
1048 * arm-tdep.c: Likewise.
1049 * ax.h: Likewise.
1050 * breakpoint.h: Likewise.
1051 * charset.c: Likewise.
1052 * cp-support.h: Likewise.
1053 * dtrace-probe.c: Likewise.
1054 * dwarf2read.c: Likewise.
1055 * extension.h: Likewise.
1056 * gdb_bfd.c: Likewise.
1057 * gdbsupport/gdb_vecs.h: Likewise.
1058 * gdbsupport/vec.c: Remove.
1059 * gdbsupport/vec.h: Remove.
1060 * gdbthread.h: Likewise.
1061 * guile/scm-type.c: Likewise.
1062 * inline-frame.c: Likewise.
1063 * machoread.c: Likewise.
1064 * memattr.c: Likewise.
1065 * memrange.h: Likewise.
1066 * namespace.h: Likewise.
1067 * nat/linux-btrace.h: Likewise.
1068 * osdata.c: Likewise.
1069 * parser-defs.h: Likewise.
1070 * progspace.h: Likewise.
1071 * python/py-type.c: Likewise.
1072 * record-btrace.c: Likewise.
1073 * rust-exp.y: Likewise.
1074 * solib-target.c: Likewise.
1075 * stap-probe.c: Likewise.
1076 * target-descriptions.c: Likewise.
1077 * target-memory.c: Likewise.
1078 * target.h: Likewise.
1079 * varobj.c: Likewise.
1080 * varobj.h: Likewise.
1081 * xml-support.h: Likewise.
1082
1083 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1086 Update for new std::vector based implementation.
1087 (process_psymtab_comp_unit_reader): Likewise.
1088 (scan_partial_symbols): Likewise.
1089 (recursively_compute_inclusions): Likewise.
1090 (compute_compunit_symtab_includes): Likewise.
1091 (process_imported_unit_die): Likewise.
1092 (queue_and_load_dwo_tu): Likewise.
1093 (follow_die_sig_1): Likewise.
1094 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1095 (typedef dwarf2_per_cu_ptr): Remove.
1096 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1097 function.
1098 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1099 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1100 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1101 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1102 std::vector.
1103
1104 2019-10-15 Tom Tromey <tromey@adacore.com>
1105
1106 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1107 TID.
1108
1109 2019-10-15 Tom Tromey <tromey@adacore.com>
1110
1111 * windows-nat.c (windows_nat_target::fetch_registers)
1112 (windows_nat_target::store_registers): Rename "pid" to "tid".
1113
1114 2019-10-15 Tom Tromey <tromey@adacore.com>
1115
1116 * gdbarch.h, gdbarch.c: Rebuild.
1117 * gdbarch.sh (gcc_target_options): Change return type to
1118 std::string.
1119 * compile/compile.c (get_args): Update.
1120 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1121 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1122 std::string.
1123 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1124 std::string.
1125 * arch-utils.c (default_gcc_target_options): Return std::string.
1126 * arch-utils.h (default_gcc_target_options): Return std::string.
1127 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1128
1129 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1130
1131 * breakpoint.c (breakpoint_chain): Make static.
1132 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1133 of accessing breakpoint_chain.
1134
1135 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1136
1137 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1138 to a gdb::function_view and return value to bool.
1139 * breakpoint.h (iterate_over_breakpoints): Likewise.
1140 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1141 (pop_dummy_frame): Update.
1142 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1143 (gdbscm_breakpoints): Update.
1144 * python/py-breakpoint.c (build_bp_list): Update.
1145 (gdbpy_breakpoints): Update.
1146 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1147 Update.
1148 (bpfinishpy_handle_stop): Update.
1149 (bpfinishpy_handle_exit): Update.
1150 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1151 (svr4_update_solib_event_breakpoints): Update.
1152
1153 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1154
1155 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1156 when unwrapping single-field structs.
1157
1158 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1159
1160 * dwarf2read.c: Remove includes.
1161
1162 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1163
1164 * ui-out.c (ui_out::call_do_message): Silence
1165 -Wformat-nonliteral warning.
1166
1167 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1168
1169 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1170 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1171 include: readline/tilde.h.
1172
1173 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1174
1175 * remote.c (remote_target::get_trace_status): Remove declaration of
1176 trace_regblock_size.
1177
1178 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1179
1180 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1181 (show_user): Remove declaration of cmdlist.
1182 * cli/cli-cmds.h (max_user_call_depth): Declare.
1183 * cli/cli-script.c (execute_user_command): Remove declaration
1184 of max_user_call_depth.
1185
1186 2019-10-11 Jim Wilson <jimw@sifive.com>
1187
1188 * gdbsupport/print-utils.h (pulongest): Fix comment.
1189 (plongest): Likewise.
1190 (phex): Add missing comment, mention leading zeros.
1191 (phex_nz): Add mention of no leading zeros to comment.
1192
1193 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1194 plongest instead of unsigned long long cast.
1195
1196 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1197
1198 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1199 for external_editor_command and gdbtk_test.
1200
1201 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1202
1203 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1204 * varobj.c (varobjdebug): Move comment to...
1205 * varobj.h (varobjdebug): ...here, and declare.
1206
1207 2019-10-09 Tom Tromey <tom@tromey.com>
1208
1209 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1210 erase_data_content.
1211
1212 2019-10-09 Tom Tromey <tom@tromey.com>
1213
1214 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1215 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1216 * tui/tui-command.c (tui_cmd_window::resize)
1217 (tui_refresh_cmd_win): Update.
1218 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1219 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1220 * tui/tui-data.c (~tui_gen_win_info): Remove.
1221 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1222 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1223 (tui_redisplay_readline, tui_mld_flush)
1224 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1225 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1226 (tui_data_window::erase_data_content)
1227 (tui_data_item_window::rerender)
1228 (tui_data_item_window::refresh_window): Update.
1229 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1230 (box_win, tui_gen_win_info::make_window)
1231 (tui_gen_win_info::make_visible): Update.
1232 (tui_delete_win): Remove.
1233 * tui/tui-winsource.c
1234 (tui_source_window_base::do_erase_source_content): Update.
1235 (tui_show_source_line, tui_source_window_base::update_tab_width)
1236 (tui_source_window_base::update_exec_info): Update.
1237 * tui/tui-data.h (struct curses_deleter): New.
1238 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1239 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1240
1241 2019-10-09 Tom Tromey <tom@tromey.com>
1242
1243 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1244
1245 2019-10-09 Tom Tromey <tom@tromey.com>
1246
1247 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1248 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1249
1250 2019-10-09 Tom Tromey <tom@tromey.com>
1251
1252 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1253 window height directly.
1254 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1255 declare.
1256 * tui/tui-layout.c (tui_default_win_height): Remove.
1257 (tui_default_win_viewport_height): Remove.
1258
1259 2019-10-09 Tom Tromey <tom@tromey.com>
1260
1261 * tui/tui.h: Remove comments.
1262
1263 2019-10-09 Tom de Vries <tdevries@suse.de>
1264
1265 * python/lib/gdb/printer/bound_registers.py: Use
1266 '^builtin_type_bound128' as regexp argument for
1267 add_builtin_pretty_printer.
1268
1269 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1270
1271 * guile/guile.c (guile_extension_script_ops): Remove forward
1272 declaration and mark as static.
1273 (guile_script_ops): Likewise.
1274 (extension_language_guile): Move further down in the file so
1275 it can reference the definitions for guile_{extension_,}script_ops.
1276
1277 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1278
1279 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1280 except SORTL, DFLTCC, and KDSA.
1281
1282 2019-10-08 Tom Tromey <tromey@adacore.com>
1283
1284 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1285 (struct safe_symbol_file_add_args): Remove.
1286
1287 2019-10-08 Tom Tromey <tromey@adacore.com>
1288
1289 * windows-nat.c: Don't include buildsym-legacy.h.
1290
1291 2019-10-08 Tom Tromey <tromey@adacore.com>
1292
1293 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1294
1295 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1296
1297 * gdbtypes.c (overload_debug): Move comment to header.
1298 * gdbtypes.h (overload_debug): Declare.
1299 * valops.c: Remove declaration of overload_debug, instead
1300 include gdbtypes.h.
1301
1302 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1303
1304 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1305 through _().
1306 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1307 move comment...
1308 * language.h (lang_frame_mismatch_warn): ... here. Also add
1309 declaration.
1310 * top.c (lang_frame_mismatch_warn): Remove declaration.
1311 (check_frame_language_change): Pass lang_frame_mismatch_warn
1312 through _().
1313
1314 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1315
1316 * c-lang.h (vtbl_ptr_name): Declare.
1317 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1318 it from the header.
1319 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1320
1321 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1322
1323 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1324 gdb_static_assert.
1325
1326 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1327
1328 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1329 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1330 * ctfread.c: New file.
1331 * ctfread.h: New file.
1332 * elfread.c: Include ctfread.h.
1333 (struct elfinfo text_p): New member ctfsect.
1334 (elf_locate_sections): Mark CTF section.
1335 (elf_symfile_read): Call elfctf_build_psymtabs.
1336 * Makefile.in (LIBCTF): Add.
1337 (CLIBS): Use it.
1338 (CDEPS): Likewise.
1339 (DIST): Add ctfread.c.
1340
1341 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * ctfread.c (struct nextfield): Renamed to ...
1344 (struct ctf_nextfield): ... this.
1345 (struct field_info): Renamed to ...
1346 (strut ctf_field_info): ... this.
1347 (attach_fields_to_type): Update for renamed structures.
1348 (ctf_add_member_cb): Likewise.
1349 (ctf_add_enum_member_cb): Likewise.
1350 (process_struct_members): Likewise.
1351 (process_enum_type): Likewise.
1352
1353 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1354
1355 * tracectf.h: Rename, was ctf.h.
1356 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1357 * tracefile.c: Likewise.
1358 * tracepoint.c: Remove unused include ctf.h.
1359 * mi/mi-main.c: Likewise.
1360 * Makefile.in Replace ctf.c with tracectf.c.
1361
1362 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1363
1364 * version.in: Change version number to "9.0.50.DATE-git".
1365
1366 2019-10-03 Tom Tromey <tom@tromey.com>
1367
1368 PR rust/24976:
1369 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1370
1371 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1374 cp_search_name_hash.
1375 * NEWS: Add entry about nested function support.
1376
1377 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1378 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1381 for nested static variables when searchin VAR_DOMAIN.
1382 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1383 global scope, update comment.
1384 (add_partial_subprogram): Call add_partial_subprogram recursively
1385 for nested subroutines when processinng Fortran.
1386 (load_partial_dies): Process the child entities of a subprogram
1387 when processing Fortran.
1388 (partial_die_parent_scope): Handle building scope
1389 for Fortran nested functions.
1390 (process_die): Record that nested functions have a scope.
1391 (new_symbol): Always record Fortran subprograms on the global
1392 symbol list.
1393 (determine_prefix): How to build the prefix for Fortran
1394 subprograms.
1395
1396 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1399 have just sent the thread a SIGSTOP and are waiting for it to
1400 arrive.
1401
1402 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * btrace.c (btrace_add_pc): Remove whitespace before the template
1405 parameter in 'std::vector <...>'.
1406 (parse_xml_btrace_block): Likewise.
1407 (btrace_maint_decode_pt): Likewise.
1408 (btrace_maint_update_packets): Likewise.
1409 (btrace_maint_print_packets): Likewise.
1410 * btrace.h (struct btrace_maint_info): Likewise.
1411 * dwarf2read.c (struct type_unit_group): Likewise.
1412 (build_type_psymtabs_reader): Likewise.
1413 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1414 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1415 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1416
1417 2019-10-03 Tom de Vries <tdevries@suse.de>
1418
1419 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1420 the first line of the help text for set/show style metadata.
1421
1422 2019-10-02 Tom Tromey <tromey@adacore.com>
1423
1424 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1425 * gdbsupport/common-inferior.c: New file.
1426 * infcmd.c (startup_with_shell): Don't define.
1427 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1428 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1429 * inferior.h (startup_with_shell): Don't declare.
1430
1431 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1432
1433 * gdbsupport/gdb_assert.h: Include errors.h.
1434 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1435
1436 2019-10-02 Tom Tromey <tromey@adacore.com>
1437
1438 * NEWS: Add $_ada_exception entry.
1439 * ada-lang.c (struct ada_catchpoint): Add constructor.
1440 <m_kind>: New member.
1441 (allocate_location_exception, re_set_exception): Remove
1442 "ex" parameter.
1443 (should_stop_exception): Compute $_ada_exception.
1444 (check_status_exception, print_it_exception)
1445 (print_one_exception, print_mention_exception): Remove
1446 "ex" parameter.
1447 (allocate_location_catch_exception, re_set_catch_exception)
1448 (check_status_exception, print_it_catch_exception)
1449 (print_one_catch_exception, print_mention_catch_exception)
1450 (print_recreate_catch_exception)
1451 (allocate_location_catch_exception_unhandled)
1452 (re_set_catch_exception_unhandled)
1453 (check_status_exception, print_it_catch_exception_unhandled)
1454 (print_one_catch_exception_unhandled)
1455 (print_mention_catch_exception_unhandled)
1456 (print_recreate_catch_exception_unhandled)
1457 (allocate_location_catch_assert, re_set_catch_assert)
1458 (check_status_assert, print_it_catch_assert)
1459 (print_one_catch_assert, print_mention_catch_assert)
1460 (print_recreate_catch_assert)
1461 (allocate_location_catch_handlers, re_set_catch_handlers)
1462 (check_status_handlers, print_it_catch_handlers)
1463 (print_one_catch_handlers, print_mention_catch_handlers)
1464 (print_recreate_catch_handlers): Remove.
1465 (create_ada_exception_catchpoint): Update.
1466 (initialize_ada_catchpoint_ops): Update.
1467
1468 2019-10-02 Tom Tromey <tromey@adacore.com>
1469
1470 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1471 (create_excep_cond_exprs): Simplify exception string computation.
1472 (ada_exception_catchpoint_cond_string): Likewise.
1473
1474 2019-10-02 Tom Tromey <tromey@adacore.com>
1475
1476 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1477 * ada-lang.c (lesseq_defined_than): Handle
1478 LOC_STATIC.
1479 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1480 parameter.
1481 (dwarf2_has_info): Likewise.
1482 (new_symbol): Set maybe_copied on symbol when
1483 appropriate.
1484 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1485 parameter.
1486 <can_copy>: New member.
1487 * elfread.c (record_minimal_symbol): Set maybe_copied
1488 on symbol when appropriate.
1489 (elf_symfile_read): Update call to dwarf2_has_info.
1490 * minsyms.c (lookup_minimal_symbol_linkage): New
1491 function.
1492 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1493 * symtab.c (get_symbol_address, get_msymbol_address):
1494 New functions.
1495 * symtab.h (get_symbol_address, get_msymbol_address):
1496 Declare.
1497 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1498 maybe_copied.
1499 (struct symbol, struct minimal_symbol) <maybe_copied>:
1500 New member.
1501
1502 2019-10-02 Tom Tromey <tromey@adacore.com>
1503
1504 * source.c (struct current_source_location): New.
1505 (current_source_key): New global.
1506 (current_source_symtab, current_source_line)
1507 (current_source_pspace): Remove.
1508 (get_source_location): New function.
1509 (get_current_source_symtab_and_line)
1510 (set_default_source_symtab_and_line)
1511 (set_current_source_symtab_and_line)
1512 (clear_current_source_symtab_and_line, select_source_symtab)
1513 (info_source_command, print_source_lines_base)
1514 (info_line_command, search_command_helper, _initialize_source):
1515 Update.
1516
1517 2019-10-02 Tom Tromey <tromey@adacore.com>
1518
1519 * source.c (select_source_symtab): Don't call
1520 decode_line_with_current_source.
1521
1522 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 * symtab.c (lookup_global_symbol): Search global block.
1525
1526 2019-10-02 Tom Tromey <tromey@adacore.com>
1527
1528 * coffread.c (process_coff_symbol): Update.
1529 * dwarf2read.c (var_decode_location, new_symbol): Update.
1530 * mdebugread.c (parse_symbol): Update.
1531 * objfiles.c (relocate_one_symbol): Update.
1532 * stabsread.c (define_symbol, fix_common_block)
1533 (scan_file_globals): Update.
1534 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1535 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1536 * xcoffread.c (process_xcoff_symbol): Update.
1537
1538 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1539
1540 * MAINTAINERS: Update my email address.
1541
1542 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1545 std::vector.
1546 (build_type_psymtabs_reader): Update for std::vector.
1547 (build_type_psymtab_dependencies): Likewise.
1548 * dwarf2read.h: Remove use of DEF_VEC_P.
1549 (typedef sig_type_ptr): Delete.
1550
1551 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1554 to std::vector.
1555 (btrace_maint_decode_pt): Likewise, and move allocation of the
1556 vector outside of the loop.
1557 (btrace_maint_update_packets): Update to handle change from VEC to
1558 std::vector.
1559 (btrace_maint_print_packets): Likewise.
1560 (maint_info_btrace_cmd): Likewise.
1561 * btrace.h: Remove use of DEF_VEC_O.
1562 (typedef btrace_pt_packet_s): Delete.
1563 (struct btrace_maint_info) <packets>: Change fromm VEC to
1564 std::vector.
1565 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1566
1567 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1570 make accesses into the vector constant references.
1571 (btrace_add_pc): Update for std::vector.
1572 (btrace_stitch_bts): Likewise.
1573 (parse_xml_btrace_block): Likewise.
1574 (btrace_maint_update_packets): Likewise.
1575 (btrace_maint_print_packets): Likewise.
1576 (maint_info_btrace_cmd): Likewise.
1577 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1578 std::vector.
1579 (btrace_data::empty): Likewise.
1580 (btrace_data_append): Likewise.
1581 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1582 (typedef btrace_block_s): Delete.
1583 (struct btrace_block): Add constructor.
1584 (struct btrace_data_bts) <blocks>: Change to std::vector.
1585 * nat/linux-btrace.c (perf_event_read_bts): Update for
1586 std::vector.
1587 (linux_read_bts): Likewise.
1588
1589 2019-10-01 Tom Tromey <tom@tromey.com>
1590
1591 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1592
1593 2019-10-01 Tom Tromey <tom@tromey.com>
1594
1595 * stack.c (print_frame, info_frame_command_core): Use
1596 styled_string.
1597 * linux-thread-db.c (try_thread_db_load_1)
1598 (try_thread_db_load_from_pdir_1): Use styled_string.
1599 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1600 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1601 (maybe_print_unsupported_script_warning)
1602 (maybe_print_script_not_found_warning): Use styled_string.
1603 * ada-lang.c (user_select_syms): Use styled_string.
1604
1605 2019-10-01 Tom Tromey <tom@tromey.com>
1606
1607 * p-lang.c (pascal_printstr): Use metadata style.
1608 * value.c (show_convenience): Use metadata style.
1609 * valprint.c (valprint_check_validity, val_print_optimized_out)
1610 (val_print_not_saved, val_print_unavailable)
1611 (val_print_invalid_address, generic_val_print, val_print)
1612 (value_check_printable, val_print_array_elements): Use metadata
1613 style.
1614 * ui-out.h (class ui_out) <field_fmt>: New overload.
1615 <do_field_fmt>: Add style parameter.
1616 * ui-out.c (ui_out::field_fmt): New overload.
1617 * typeprint.c (type_print_unknown_return_type)
1618 (val_print_not_allocated, val_print_not_associated): Use metadata
1619 style.
1620 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1621 parameter.
1622 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1623 * tracepoint.c (tvariables_info_1): Use metadata style.
1624 * stack.c (print_frame_arg, print_frame_info, print_frame)
1625 (info_frame_command_core): Use metadata style.
1626 * skip.c (info_skip_command): Use metadata style.
1627 * rust-lang.c (rust_print_enum): Use metadata style.
1628 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1629 metadata style.
1630 * python/py-framefilter.c (py_print_single_arg): Use metadata
1631 style.
1632 * printcmd.c (do_one_display, print_variable_and_value): Use
1633 metadata style.
1634 * p-valprint.c (pascal_val_print)
1635 (pascal_object_print_value_fields): Use metadata style.
1636 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1637 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1638 parameter.
1639 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1640 * m2-valprint.c (m2_print_long_set): Use metadata style.
1641 * m2-typeprint.c (m2_print_type): Use metadata style.
1642 * infcmd.c (print_return_value_1): Use metadata style.
1643 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1644 * f-valprint.c (info_common_command_for_block): Use metadata
1645 style.
1646 * f-typeprint.c (f_type_print_base): Use metadata style.
1647 * expprint.c (print_subexp_standard): Use metadata style.
1648 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1649 * cli/cli-style.h (class cli_style_option): Add constructor.
1650 (metadata_style): Declare.
1651 * cli/cli-style.c (metadata_style): New global.
1652 (_initialize_cli_style): Register metadata style.
1653 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1654 parameter.
1655 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1656 * c-typeprint.c (c_type_print_base_struct_union)
1657 (c_type_print_base_1): Use metadata style.
1658 * breakpoint.c (watchpoint_value_print)
1659 (print_one_breakpoint_location): Use metadata style.
1660 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1661 style.
1662 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1663 style.
1664 * ada-valprint.c (val_print_packed_array_elements, printstr)
1665 (print_field_values, ada_val_print_ref, ada_val_print): Use
1666 metadata style.
1667 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1668 style.
1669 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1670 style.
1671 * ada-lang.c (user_select_syms): Use metadata style.
1672
1673 2019-10-01 Tom Tromey <tom@tromey.com>
1674
1675 * cli/cli-cmds.c (pwd_command): Style output.
1676
1677 2019-10-01 Pedro Alves <palves@redhat.com>
1678 Tom Tromey <tom@tromey.com>
1679
1680 * symtab.c (print_symbol_info): Use %ps.
1681 (print_msymbol_info): Use %ps.
1682 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1683 * printcmd.c (print_variable_and_value): Use %ps.
1684 * macrocmd.c (show_pp_source_pos): Use %ps.
1685 * infrun.c (print_exited_reason): Use ui_out::message.
1686 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1687 (describe_other_breakpoints): Use ui_out::message and new
1688 formats.
1689 (say_where): Use new formats.
1690 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1691 and new formats.
1692
1693 2019-10-01 Pedro Alves <palves@redhat.com>
1694 Tom Tromey <tom@tromey.com>
1695
1696 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1697 (test_gdb_formats): New function.
1698 (run_tests): Call it.
1699 (test_format_specifier): Update.
1700 * utils.h (fputs_filtered): Update comment.
1701 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1702 (fputs_styled_unfiltered): Declare.
1703 * utils.c (fputs_styled_unfiltered): New function.
1704 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1705 (vfprintf_filtered): Update.
1706 (vfprintf_unfiltered, vprintf_filtered): Update.
1707 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1708 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1709 disallow_ui_out_field>: New constants.
1710 (enum class field_kind): New.
1711 (struct base_field_s, struct signed_field_s): New.
1712 (signed_field): New function.
1713 (struct string_field_s): New.
1714 (string_field): New function.
1715 (struct styled_string_s): New.
1716 (styled_string): New function.
1717 (class ui_out) <message>: Add comment.
1718 <vmessage, call_do_message>: New methods.
1719 <do_message>: Add style parameter.
1720 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1721 methods.
1722 (ui_out::message): Rewrite.
1723 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1724 parameter.
1725 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1726 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1727 gdb_extensions parameter.
1728 (class format_piece): Add parameter to constructor.
1729 (n_int_args): New field.
1730 * gdbsupport/format.c (format_pieces::format_pieces): Add
1731 gdb_extensions parameter. Handle '*'.
1732 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1733 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1734 vfprintf_styled_no_gdbfmt.
1735 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1736 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1737 unfiltered output.
1738 * ui-style.h (struct ui_file_style) <ptr>: New method.
1739
1740 2019-10-01 Tom Tromey <tom@tromey.com>
1741
1742 * unittests/format_pieces-selftests.c: Update. Add final format.
1743 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1744 empty literal pieces.
1745
1746 2019-10-01 Tom Tromey <tom@tromey.com>
1747
1748 * ui-out.h (enum class ui_out_style_kind): Remove.
1749 (class ui_out) <field_string, field_stsream, do_field_string>:
1750 Change type of "style".
1751 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1752 (ui_out::field_string): Update.
1753 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1754 of "style".
1755 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1756 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1757 * stack.c (print_frame_arg, print_frame_info, print_frame):
1758 Update.
1759 * source.c (print_source_lines_base): Update.
1760 * solib.c (info_sharedlibrary_command): Update.
1761 * skip.c (info_skip_command): Update.
1762 * record-btrace.c (btrace_call_history_src_line)
1763 (btrace_call_history): Update.
1764 * python/py-framefilter.c (py_print_frame): Update.
1765 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1766 "style".
1767 * mi/mi-out.c (mi_ui_out::do_table_header)
1768 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1769 (mi_ui_out::do_field_string): Update.
1770 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1771 Update.
1772 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1773 "style".
1774 * cli-out.c (cli_ui_out::do_table_header)
1775 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1776 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1777 (cli_ui_out::do_field_fmt): Update.
1778 * breakpoint.c (print_breakpoint_location): Update.
1779 (update_static_tracepoint): Update.
1780
1781 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1782
1783 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1784 conversion of gdb_datadir.
1785 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1786 remove not needed c_str ().
1787
1788 2019-09-30 Ali Tamur <tamur@google.com>
1789
1790 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1791 (dwarf2_string_attr): Likewise.
1792
1793 2019-09-30 Ali Tamur <tamur@google.com>
1794
1795 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1796 (process_full_type_unit): Likewise.
1797 (dump_die_shallow): Likewise.
1798 (cu_debug_loc_section): Likewise.
1799
1800 2019-09-28 Christian Biesinger <cbiesinger@google.com>
1801
1802 * minsyms.c (compare_minimal_symbols): Rename to...
1803 (minimal_symbol_is_less_than): ...this, and adjust to STL
1804 conventions (return bool, take arguments as references)
1805 (minimal_symbol_reader::install): Call std::sort instead
1806 of qsort.
1807
1808 2019-09-29 Christian Biesinger <cbiesinger@google.com>
1809
1810 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1811 hash and why.
1812 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1813 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1814
1815 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1816
1817 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1818 * psympriv.h (add_psymbol_to_list): Move comment here and update
1819 it.
1820
1821 2019-09-29 Tom de Vries <tdevries@suse.de>
1822
1823 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1824 Use $tmpdir/$(basename "$output_file").dwz instead of
1825 "${output_file}.dwz".
1826
1827 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1828
1829 PR gdb/25045
1830 * hppa-linux-nat.c: Include gdbarch.h.
1831
1832 2019-09-26 Christian Biesinger <cbiesinger@google.com>
1833
1834 * blockframe.c (find_pc_partial_function): Change return type to bool.
1835 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1836 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1837 (stub_gnu_ifunc_resolve_name): Likewise.
1838 * symtab.c (compare_filenames_for_search): Likewise.
1839 (compare_glob_filenames_for_search): Likewise.
1840 (matching_obj_sections): Likewise.
1841 (symbol_matches_domain): Likewise.
1842 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1843 (find_line_pc): Change return type to bool.
1844 (find_line_pc_range): Likewise.
1845 (producer_is_realview): Likewise.
1846 * symtab.h (symbol_matches_domain): Likewise.
1847 (find_pc_partial_function): Likewise.
1848 (find_pc_line_pc_range): Likewise.
1849 (in_gnu_ifunc_stub): Likewise.
1850 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1851 (find_line_pc): Likewise.
1852 (find_line_pc_range): Likewise.
1853 (matching_obj_sections): Likewise.
1854 (find_line_symtab): Change out parameter to bool.
1855 (producer_is_realview): Change return type to bool.
1856 (compare_filenames_for_search): Likewise.
1857 (compare_glob_filenames_for_search): Likewise.
1858
1859 2019-09-26 Tom Tromey <tom@tromey.com>
1860
1861 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1862 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1863 * gdb_usleep.h: Remove.
1864 * gdb_usleep.c: Remove.
1865 * utils.c: Don't include gdb_usleep.h.
1866
1867 2019-09-26 Tom Tromey <tromey@adacore.com>
1868
1869 * python/py-type.c (type_to_type_object): Call check_typedef
1870 for stub types.
1871
1872 2019-09-26 Tom Tromey <tom@tromey.com>
1873
1874 * utils.h (initialize_utils): Don't declare.
1875 * top.c (gdb_init): Don't call initialize_utils.
1876 * utils.c (initialize_utils): Remove. Move contents...
1877 (_initialize_utils): ... here.
1878
1879 2019-09-25 Tom Tromey <tom@tromey.com>
1880
1881 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1882 * utils.h (make_hex_string): Don't declare.
1883 * utils.c (make_hex_string): Remove.
1884
1885 2019-09-24 Tom de Vries <tdevries@suse.de>
1886
1887 PR gdb/23815
1888 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1889 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1890
1891 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1892
1893 * NEWS: Mention new simulator port for PRU.
1894
1895 2019-09-23 Christian Biesinger <cbiesinger@google.com>
1896
1897 * ada-exp.y (write_object_remaining): Update.
1898 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1899 and eliminate the static buffer.
1900 (ada_decode_symbol): Update.
1901 (ada_la_decode): Update.
1902 (ada_sniff_from_mangled_name): Update.
1903 (is_valid_name_for_wild_match): Update.
1904 (ada_lookup_name_info::matches): Update and simplify.
1905 (name_matches_regex): Update.
1906 (ada_add_global_exceptions): Update.
1907 * ada-lang.h (ada_decode): Update signature.
1908 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1909 * dwarf-index-write.c (debug_names::insert): Update.
1910
1911 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1912
1913 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1914 formatting.
1915
1916 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1917
1918 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1919 Change "nonzero" to "true" in documentation.
1920
1921 2019-09-20 Christian Biesinger <cbiesinger@google.com>
1922
1923 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1924 (_initialize_darwin_solib): Don't set
1925 darwin_so_ops.lookup_lib_global_symbol.
1926 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1927 set_gdbarch_iterate_over_objfiles_in_search_order.
1928 (elf_lookup_lib_symbol): Rename to...
1929 (svr4_iterate_over_objfiles_in_search_order): this, and update
1930 to iterate semantics.
1931 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1932 * solib.c (solib_global_lookup): Remove.
1933 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1934 (solib_global_lookup): Remove.
1935 * symtab.c (lookup_global_or_static_symbol): Remove call to
1936 solib_global_lookup.
1937
1938 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1939
1940 * NEWS: Move entries about default MI version now being
1941 version 3, and about the GDB/MI fix for multi-location
1942 breakpoints to the "since GDB 8.3" section.
1943
1944 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1945
1946 GDB 8.3.1 released.
1947
1948 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1949
1950 * NEWS: Mention that Cell/B.E. debugging support was removed.
1951 * MAINTAINERS: Remove spu target.
1952
1953 * config/djgpp/fnchange.lst: Remove entries for removed files.
1954
1955 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1956 spu-multiarch.o, and spu-tdep.o.
1957 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1958 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1959 spu-multiarch.c, and spu-tdep.c.
1960 * spu-linux-nat.c: Remove file.
1961 * spu-multiarch.c: Remove file.
1962 * spu-tdep.c: Remove file.
1963 * spu-tdep.h: Remove file.
1964 * solib-spu.c: Remove file.
1965 * solib-spu.h: Remove file.
1966
1967 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1968 * configure.nat (spu-linux): Remove.
1969 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1970 solib-multiarch.o from gdb_target_obs.
1971 (spu*-*-*): Remove.
1972
1973 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1974 feature flag.
1975 (ppc_linux_no_features): Update.
1976 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1977 Cell/B.E. support.
1978 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1979 (tdesc_powerpc_cell64l): Likewise.
1980 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1981 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1982 Cell/B.E. support.
1983 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1984 Do not include "features/rs6000/powerpc-cell32l.c" or
1985 "features/rs6000/powerpc-cell64l.c".
1986 (ppc_linux_spu_section): Remove.
1987 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1988 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1989 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1990 (ppc_linux_spe_context_lookup): Remove.
1991 (ppc_linux_spe_context_inferior_created): Remove.
1992 (ppc_linux_spe_context_solib_loaded): Remove.
1993 (ppc_linux_spe_context_solib_unloaded): Remove.
1994 (ppc_linux_spe_context): Remove.
1995 (struct ppu2spu_cache): Remove.
1996 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1997 (struct ppu2spu_data): Remove.
1998 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1999 ppu2spu_unwind): Remove.
2000 (ppc_linux_init_abi): Remove Cell/B.E. support.
2001 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2002
2003 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2004 (rs6000/powerpc-cell64l-expedite): Likewise
2005 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2006 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2007 rs6000/powerpc-cell64l.xml.
2008 * features/rs6000/powerpc-cell32l.xml: Remove.
2009 * features/rs6000/powerpc-cell64l.xml: Likewise.
2010 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2011 * features/rs6000/powerpc-cell64l.c: Likewise.
2012 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2013 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2014 * regformats/reg-spu.dat: Remove.
2015
2016 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2017 * corelow.c (struct spuid_list): Remove.
2018 (add_to_spuid_list): Remove.
2019 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2020 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2021 (remote_protocol_features): Remove associated entries.
2022 (_initialize_remote): No longer initialize them.
2023 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2024 * linux-nat.c (SPUFS_MAGIC): Remove.
2025 (linux_proc_xfer_spu): Remove.
2026 (spu_enumerate_spu_ids): Remove.
2027 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2028 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2029 (linux_make_corefile_notes): No longer call it.
2030
2031 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2032 (cooked_write_test): Likewise.
2033
2034 2019-09-20 Tom Tromey <tom@tromey.com>
2035
2036 * NEWS: Mention case-sensitivity of TUI commands.
2037 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2038 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2039 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2040
2041 2019-09-20 Tom Tromey <tom@tromey.com>
2042
2043 * tui/tui-source.c (tui_source_window::set_contents): Use
2044 make_unique_xstrdup.
2045 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2046 make_unique_xstrdup.
2047
2048 2019-09-20 Tom Tromey <tom@tromey.com>
2049
2050 * tui/tui-data.c: Remove separator comments.
2051 * tui/tui-layout.c: Remove separator comments.
2052 * tui/tui-win.c: Remove separator comments.
2053 * tui/tui-wingeneral.c: Remove separator comments.
2054
2055 2019-09-20 Tom Tromey <tom@tromey.com>
2056
2057 * tui/tui.h (strcat_to_buf): Don't declare.
2058 * tui/tui.c (strcat_to_buf): Remove.
2059
2060 2019-09-20 Tom Tromey <tom@tromey.com>
2061
2062 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2063 from "fullname".
2064 * tui/tui-source.c (tui_source_window::set_contents)
2065 (tui_source_window::location_matches_p)
2066 (tui_source_window::maybe_update): Update.
2067
2068 2019-09-20 Tom Tromey <tom@tromey.com>
2069
2070 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2071 Update.
2072 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2073 prefix.
2074 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2075 (tui_data_window::line_from_reg_element_no)
2076 (tui_data_window::first_reg_element_no_inline)
2077 (tui_data_window::show_registers)
2078 (tui_data_window::show_register_group)
2079 (tui_data_window::display_registers_from)
2080 (tui_data_window::display_registers_from_line)
2081 (tui_data_window::first_data_item_displayed)
2082 (tui_data_window::delete_data_content_windows)
2083 (tui_data_window::erase_data_content)
2084 (tui_data_window::do_scroll_vertical)
2085 (tui_data_window::refresh_window)
2086 (tui_data_window::check_register_values): Update.
2087
2088 2019-09-20 Tom Tromey <tom@tromey.com>
2089
2090 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2091 (struct tui_locator_window) <full_name, proc_name>: Now
2092 std::string.
2093 * tui/tui-stack.c (tui_locator_window::make_status_line)
2094 (tui_locator_window::set_locator_fullname)
2095 (tui_locator_window::set_locator_info): Update.
2096 * tui/tui-source.c (tui_source_window::set_contents)
2097 (tui_source_window::showing_source_p): Update.
2098
2099 2019-09-20 Tom Tromey <tom@tromey.com>
2100
2101 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2102 Don't call tui_locator_win_info_ptr.
2103
2104 2019-09-20 Tom Tromey <tom@tromey.com>
2105
2106 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2107
2108 2019-09-20 Tom Tromey <tom@tromey.com>
2109
2110 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2111 height for locator.
2112 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2113 * tui/tui-layout.c (show_source_disasm_command, show_data)
2114 (show_source_or_disasm_and_command): Use 1 as height for locator.
2115
2116 2019-09-20 Tom Tromey <tom@tromey.com>
2117
2118 * tui/tui.c (tui_enable): Update.
2119 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2120 Update.
2121 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2122 Update.
2123 * tui/tui-data.c (win_resized): Now bool.
2124 (tui_win_resized): Return bool.
2125 (tui_set_win_resized_to): Accept a bool.
2126
2127 2019-09-20 Tom Tromey <tom@tromey.com>
2128
2129 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2130 Change type of "refresh_values_only".
2131 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2132 type of "refresh_values_only".
2133
2134 2019-09-20 Tom Tromey <tom@tromey.com>
2135
2136 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2137 std::string.
2138 (tui_disassemble): Add "pos" parameter.
2139 (tui_disasm_window::set_contents): Simplify.
2140
2141 2019-09-20 Tom Tromey <tom@tromey.com>
2142
2143 * tui/tui-winsource.h (struct tui_source_window_base)
2144 <show_source_content>: Now private.
2145 * tui/tui-winsource.c
2146 (tui_source_window_base::show_source_content): Don't handle empty
2147 content case.
2148
2149 2019-09-20 Tom Tromey <tom@tromey.com>
2150
2151 * tui/tui-layout.c (show_source_disasm_command)
2152 (show_source_or_disasm_and_command): Don't call
2153 show_source_content.
2154
2155 2019-09-20 Tom Tromey <tom@tromey.com>
2156
2157 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2158 Declare.
2159 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2160 from tui_make_status_line.
2161 (tui_locator_window::rerender): Update.
2162
2163 2019-09-20 Tom Tromey <tom@tromey.com>
2164
2165 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2166 (tui_locator_window::rerender): Update.
2167
2168 2019-09-20 Tom Tromey <tom@tromey.com>
2169
2170 * tui/tui-winsource.h (struct tui_source_window_base)
2171 <~tui_source_window_base>: Don't declare.
2172 <fullname>: Remove.
2173 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2174 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2175 member.
2176 * tui/tui-source.c (tui_source_window::set_contents): Update.
2177 (tui_source_window::location_matches_p)
2178 (tui_source_window::maybe_update): Update.
2179
2180 2019-09-20 Tom Tromey <tom@tromey.com>
2181
2182 * tui/tui-winsource.h (~tui_source_element): Remove.
2183 (tui_source_element): Update.
2184 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2185 * tui/tui-winsource.c (tui_show_source_line): Update.
2186 * tui/tui-source.c (tui_source_window::set_contents): Update.
2187 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2188
2189 2019-09-20 Tom Tromey <tom@tromey.com>
2190
2191 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2192 declare.
2193 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2194 tui_clear_source_windows_detail.
2195 * tui/tui-winsource.h (struct tui_source_window_base)
2196 <clear_detail>: Don't declare.
2197 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2198 Remove.
2199 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2200
2201 2019-09-20 Tom Tromey <tromey@adacore.com>
2202
2203 PR ada/24919:
2204 * block.c (contained_in): Fix final return value.
2205
2206 2019-09-20 Alan Modra <amodra@gmail.com>
2207
2208 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2209 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2210 (read_indirect_string_from_dwz): Use bfd accessor.
2211 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2212 * machoread.c (macho_symfile_read_all_oso): Likewise.
2213 * solib.c (solib_bfd_open): Likewise.
2214
2215 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2216
2217 * eval.c: Move declaration of overload_resolution to...
2218 * value.h: ...here.
2219
2220 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2221
2222 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2223 * arm-linux-tdep.c: Likewise.
2224 * arm-nbsd-nat.c: Likewise.
2225 * arm-tdep.h: Declare arm_apcs_32.
2226 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2227
2228 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2229
2230 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2231 * dwarf2read.h: Declare dwarf_always_disassemble.
2232
2233 2019-09-19 Tom de Vries <tdevries@suse.de>
2234
2235 PR gdb/25009
2236 * source-cache.c (source_cache::ensure): Catch exception thrown during
2237 construction of the highlighter.
2238
2239 2019-09-18 Alan Modra <amodra@gmail.com>
2240
2241 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2242 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2243 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2244 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2245 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2246 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2247 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2248 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2249 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2250 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2251 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2252 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2253 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2254 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2255 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2256 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2257 * mi/mi-interp.c: Update throughout for bfd section macro and
2258 function changes.
2259 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2260 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2261
2262 2019-09-18 Tom Tromey <tom@tromey.com>
2263
2264 * NEWS: Add entry.
2265 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2266 call rl_initialize.
2267 (tui_enable): Do not call rl_initialize.
2268
2269 2019-09-18 Christian Groessler <chris@groessler.org>
2270
2271 * alpha-linux-nat.c: Include gdbarch.h.
2272
2273 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2274
2275 * ui-file.c: Include cli/cli-style.h.
2276 (term_cli_styling): Remove cli_styling declaration.
2277
2278 2019-09-18 Alan Modra <amodra@gmail.com>
2279
2280 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2281 to bfd_asymbol_section.
2282
2283 2019-09-18 Alan Modra <amodra@gmail.com>
2284
2285 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2286 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2287 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2288
2289 2019-09-18 Alan Modra <amodra@gmail.com>
2290
2291 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2292 * spu-linux-nat.c (spu_bfd_open): Likewise.
2293
2294 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2295
2296 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2297 to bool to match definition in dwarf2read.c.
2298
2299 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2300
2301 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2302 (print_signatures): Likewise.
2303 (trust_pad_over_xvs): Likewise.
2304 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2305 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2306 * arm-linux-nat.c (arm_apcs_32): Likewise.
2307 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2308 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2309 * arm-tdep.c (arm_debug): Likewise.
2310 (arm_apcs_32): Likewise.
2311 * auto-load.c (debug_auto_load): Likewise.
2312 (auto_load_gdb_scripts): Likewise.
2313 (global_auto_load): Likewise.
2314 (auto_load_local_gdbinit): Likewise.
2315 (auto_load_local_gdbinit_loaded): Likewise.
2316 * auto-load.h (global_auto_load): Likewise.
2317 (auto_load_local_gdbinit): Likewise.
2318 (auto_load_local_gdbinit_loaded): Likewise.
2319 * breakpoint.c (disconnected_dprintf): Likewise.
2320 (breakpoint_proceeded): Likewise.
2321 (automatic_hardware_breakpoints): Likewise.
2322 (always_inserted_mode): Likewise.
2323 (target_exact_watchpoints): Likewise.
2324 (_initialize_breakpoint): Update.
2325 * breakpoint.h (target_exact_watchpoints): Change to bool.
2326 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2327 * cli/cli-cmds.c (trace_commands): Likewise.
2328 * cli/cli-cmds.h (trace_commands): Likewise.
2329 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2330 to bool*.
2331 * cli/cli-logging.c (logging_overwrite): Change to bool.
2332 (logging_redirect): Likewise.
2333 (debug_redirect): Likewise.
2334 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2335 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2336 to bool.
2337 <boolean_option_def>: Update.
2338 (struct flag_option_def): Change default type of Context to bool
2339 from int.
2340 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2341 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2342 (get_setshow_command_value_string): Likewise.
2343 * cli/cli-style.c (cli_styling): Change to bool.
2344 (source_styling): Likewise.
2345 * cli/cli-style.h (source_styling): Likewise.
2346 (cli_styling): Likewise.
2347 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2348 to bool.
2349 * command.h (var_types): Update comment.
2350 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2351 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2352 bool.
2353 (debug_compile_cplus_scopes): Likewise.
2354 * compile/compile-internal.h (compile_debug): Likewise.
2355 * compile/compile.c (compile_debug): Likewise.
2356 (struct compile_options) <raw>: Likewise.
2357 * cp-support.c (catch_demangler_crashes): Likewise.
2358 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2359 (usr_cmd_cris_dwarf2_cfi): Likewise.
2360 * csky-tdep.c (csky_debug): Likewise.
2361 * darwin-nat.c (enable_mach_exceptions): Likewise.
2362 * dcache.c (dcache_enabled_p): Likewise.
2363 * defs.h (info_verbose): Likewise.
2364 * demangle.c (demangle): Likewise.
2365 (asm_demangle): Likewise.
2366 * dwarf-index-cache.c (debug_index_cache): Likewise.
2367 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2368 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2369 * dwarf2read.c (check_physname): Likewise.
2370 (use_deprecated_index_sections): Likewise.
2371 (dwarf_always_disassemble): Likewise.
2372 * eval.c (overload_resolution): Likewise.
2373 * event-top.c (set_editing_cmd_var): Likewise.
2374 (exec_done_display_p): Likewise.
2375 * event-top.h (set_editing_cmd_var): Likewise.
2376 (exec_done_display_p): Likewise.
2377 * exec.c (write_files): Likewise.
2378 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2379 (debug_fbsd_nat): Likewise.
2380 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2381 Likewise.
2382 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2383 <backtrace_past_entry> Likewise.
2384 * gdb-demangle.h (demangle): Likewise.
2385 (asm_demangle): Likewise.
2386 * gdb_bfd.c (bfd_sharing): Likewise.
2387 * gdbcore.h (write_files): Likewise.
2388 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2389 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2390 * gdbthread.h (print_thread_events): Likewise.
2391 * gdbtypes.c (opaque_type_resolution): Likewise.
2392 (strict_type_checking): Likewise.
2393 * gnu-nat.c (gnu_debug_flag): Likewise.
2394 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2395 * guile/scm-param.c (pascm_variable): Add boolval.
2396 (add_setshow_generic): Update.
2397 (pascm_param_value): Update.
2398 (pascm_set_param_value_x): Update.
2399 * hppa-tdep.c (hppa_debug): Change to bool..
2400 * infcall.c (may_call_functions_p): Likewise.
2401 (coerce_float_to_double_p): Likewise.
2402 (unwind_on_signal_p): Likewise.
2403 (unwind_on_terminating_exception_p): Likewise.
2404 * infcmd.c (startup_with_shell): Likewise.
2405 * inferior.c (print_inferior_events): Likewise.
2406 * inferior.h (startup_with_shell): Likewise.
2407 (print_inferior_events): Likewise.
2408 * infrun.c (step_stop_if_no_debug): Likewise.
2409 (detach_fork): Likewise.
2410 (debug_displaced): Likewise.
2411 (disable_randomization): Likewise.
2412 (non_stop): Likewise.
2413 (non_stop_1): Likewise.
2414 (observer_mode): Likewise.
2415 (observer_mode_1): Likewise.
2416 (set_observer_mode): Update.
2417 (sched_multi): Change to bool.
2418 * infrun.h (debug_displaced): Likewise.
2419 (sched_multi): Likewise.
2420 (step_stop_if_no_debug): Likewise.
2421 (non_stop): Likewise.
2422 (disable_randomization): Likewise.
2423 * linux-tdep.c (use_coredump_filter): Likewise.
2424 (dump_excluded_mappings): Likewise.
2425 * linux-thread-db.c (auto_load_thread_db): Likewise.
2426 (check_thread_db_on_load): Likewise.
2427 * main.c (captured_main_1): Update.
2428 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2429 xx2_opt, boolean_opt>: Change to bool.
2430 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2431 * maint.c (maintenance_profile_p): Likewise.
2432 (per_command_time): Likewise.
2433 (per_command_space): Likewise.
2434 (per_command_symtab): Likewise.
2435 * memattr.c (inaccessible_by_default): Likewise.
2436 * mi/mi-main.c (mi_async): Likewise.
2437 (mi_async_1): Likewise.
2438 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2439 * nat/fork-inferior.h (startup_with_shell): Likewise.
2440 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2441 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2442 * nios2-tdep.c (nios2_debug): Likewise.
2443 * or1k-tdep.c (or1k_debug): Likewise.
2444 * parse.c (parser_debug): Likewise.
2445 * parser-defs.h (parser_debug): Likewise.
2446 * printcmd.c (print_symbol_filename): Likewise.
2447 * proc-api.c (procfs_trace): Likewise.
2448 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2449 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2450 (set_parameter_value): Update.
2451 (add_setshow_generic): Update.
2452 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2453 to bool*.
2454 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2455 int*.
2456 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2457 * record-btrace.c (record_btrace_target::store_registers): Update.
2458 * record-full.c (record_full_memory_query): Change to bool.
2459 (record_full_stop_at_limit): Likewise.
2460 * record-full.h (record_full_memory_query): Likewise.
2461 * remote-notif.c (notif_debug): Likewise.
2462 * remote-notif.h (notif_debug): Likewise.
2463 * remote.c (use_range_stepping): Likewise.
2464 (interrupt_on_connect): Likewise.
2465 (remote_break): Likewise.
2466 * ser-tcp.c (tcp_auto_retry): Likewise.
2467 * ser-unix.c (serial_hwflow): Likewise.
2468 * skip.c (debug_skip): Likewise.
2469 * solib-aix.c (solib_aix_debug): Likewise.
2470 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2471 (spu_auto_flush_cache_p): Likewise.
2472 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2473 Likewise.
2474 (struct info_print_options) <quiet>: Likewise.
2475 * symfile-debug.c (debug_symfile): Likewise.
2476 * symfile.c (auto_solib_add): Likewise.
2477 (separate_debug_file_debug): Likewise.
2478 * symfile.h (auto_solib_add): Likewise.
2479 (separate_debug_file_debug): Likewise.
2480 * symtab.c (basenames_may_differ): Likewise.
2481 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2482 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2483 (struct info_types_options) <quiet>: Likewise.
2484 * symtab.h (demangle): Likewise.
2485 (basenames_may_differ): Likewise.
2486 * target-dcache.c (stack_cache_enabled_1): Likewise.
2487 (code_cache_enabled_1): Likewise.
2488 * target.c (trust_readonly): Likewise.
2489 (may_write_registers): Likewise.
2490 (may_write_memory): Likewise.
2491 (may_insert_breakpoints): Likewise.
2492 (may_insert_tracepoints): Likewise.
2493 (may_insert_fast_tracepoints): Likewise.
2494 (may_stop): Likewise.
2495 (auto_connect_native_target): Likewise.
2496 (target_stop_and_wait): Update.
2497 (target_async_permitted): Change to bool.
2498 (target_async_permitted_1): Likewise.
2499 (may_write_registers_1): Likewise.
2500 (may_write_memory_1): Likewise.
2501 (may_insert_breakpoints_1): Likewise.
2502 (may_insert_tracepoints_1): Likewise.
2503 (may_insert_fast_tracepoints_1): Likewise.
2504 (may_stop_1): Likewise.
2505 * target.h (target_async_permitted): Likewise.
2506 (may_write_registers): Likewise.
2507 (may_write_memory): Likewise.
2508 (may_insert_breakpoints): Likewise.
2509 (may_insert_tracepoints): Likewise.
2510 (may_insert_fast_tracepoints): Likewise.
2511 (may_stop): Likewise.
2512 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2513 (make_thread_apply_all_options_def_group): Change argument from int*
2514 to bool*.
2515 (thread_apply_all_command): Update.
2516 (print_thread_events): Change to bool.
2517 * top.c (confirm): Likewise.
2518 (command_editing_p): Likewise.
2519 (history_expansion_p): Likewise.
2520 (write_history_p): Likewise.
2521 (info_verbose): Likewise.
2522 * top.h (confirm): Likewise.
2523 (history_expansion_p): Likewise.
2524 * tracepoint.c (disconnected_tracing): Likewise.
2525 (circular_trace_buffer): Likewise.
2526 * typeprint.c (print_methods): Likewise.
2527 (print_typedefs): Likewise.
2528 * utils.c (debug_timestamp): Likewise.
2529 (sevenbit_strings): Likewise.
2530 (pagination_enabled): Likewise.
2531 * utils.h (sevenbit_strings): Likewise.
2532 (pagination_enabled): Likewise.
2533 * valops.c (overload_resolution): Likewise.
2534 * valprint.h (struct value_print_options) <prettyformat_arrays,
2535 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2536 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2537 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2538 Likewise.
2539 * windows-nat.c (new_console): Likewise.
2540 (cygwin_exceptions): Likewise.
2541 (new_group): Likewise.
2542 (debug_exec): Likewise.
2543 (debug_events): Likewise.
2544 (debug_memory): Likewise.
2545 (debug_exceptions): Likewise.
2546 (useshell): Likewise.
2547 * windows-tdep.c (maint_display_all_tib): Likewise.
2548 * xml-support.c (debug_xml): Likewise.
2549
2550 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2551
2552 * source.c (prepare_path_for_appending): New function.
2553 (openp): Make use of new function.
2554 (find_and_open_source): Search for the compilation directory and
2555 source file as a relative path beneath the directory search path.
2556
2557 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * source-cache.c (source_cache::get_line_charpos): Catch
2560 exceptions and return false, this matches the behaviour documented
2561 in the header file.
2562
2563 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2564
2565 * ada-tasks.c (info_task): Remove quoting of the task's name.
2566
2567 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2568
2569 * symfile.c (auto_solib_add): Replace comment with a reference
2570 to the header file.
2571
2572 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2573
2574 * NEWS: Mention that gdb can now be compiled with Python 3
2575 on Windows.
2576
2577 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * maint.c (maint_print_section_data::maint_print_section_data):
2580 Force use of 'float log10 (float)' by casting the argument to
2581 float.
2582
2583 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * maint.c: Add 'cmath' include.
2586 (struct maint_print_section_data): New structure.
2587 (print_section_index): New function.
2588 (print_bfd_section_info): Add header comment, small whitespace
2589 cleanup, and update to call new print_section_index function.
2590 (print_objfile_section_info): Likewise.
2591 (maint_obj_section_from_bfd_section): New function.
2592 (print_bfd_section_info_maybe_relocated): New function.
2593 (maintenance_info_sections): Add header comment, always use
2594 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2595
2596 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2599 inner scope, add check that the objfile has psymtabs before
2600 checking psymtabs_addrmap.
2601 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2602
2603 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2604
2605 * NEWS: Announce that Ada task names are now shown at more places,
2606 and between quotes (except in info task output).
2607 * gdb/ada-tasks.c (task_to_str): New function.
2608 (display_current_task_id): Call task_to_str.
2609 (task_command_1): Likewise.
2610 (print_ada_task_info): In non-mi mode, Properly align headers and data
2611 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2612
2613 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2614
2615 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2616 prstatus.pr_lwp.pr_info instead of making it up.
2617
2618 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2619
2620 * auto-load.c (auto_load_expand_dir_vars): Update.
2621 * defs.h (gdb_datadir): Change to std::string.
2622 (python_libdir): Likewise.
2623 (relocate_gdb_directory): Change return type to std::string.
2624 * guile/guile.c (gdbscm_data_directory): Update.
2625 (initialize_scheme_side): Update.
2626 * jit.c (jit_reader_dir): Change to std::string.
2627 (jit_reader_load_command): Update.
2628 * main.c (gdb_datadir): Change to std::string.
2629 (python_libdir): Likewise.
2630 (set_gdb_data_directory): Update.
2631 (relocate_path): Change to return std::string.
2632 (relocate_gdb_directory): Change to return std::string.
2633 (relocate_gdbinit_path_maybe_in_datadir): Update.
2634 (captured_main_1): Update.
2635 * python/python.c (do_start_initialization): Update.
2636 * top.c (show_gdb_datadir): Update.
2637 * xml-syscall.c (xml_init_syscalls_info): Update.
2638 (init_syscalls_info): Update.
2639
2640 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2641
2642 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2643 out of get_init_files.
2644 (get_init_files): Update.
2645
2646 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2647
2648 * main.c (get_init_files): Change to use std::string.
2649 (captured_main_1): Update.
2650 (print_gdb_help): Update.
2651
2652 2019-09-11 Ali Tamur <tamur@google.com>
2653
2654 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2655 implementation.
2656
2657 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2658
2659 * dbxread.c (read_dbx_symtab): Update.
2660 * dwarf2read.c (load_partial_dies): Update.
2661 * mdebugread.c (parse_partial_symbols): Update.
2662 (handle_psymbol_enumerators): Update.
2663 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2664 * psymtab.c (add_psymbol_to_bcache): Likewise.
2665 (add_psymbol_to_list): Likewise.
2666 * symtab.c (symbol_set_names): Likewise.
2667 * symtab.h (symbol_set_names): Likewise.
2668 * xcoffread.c (scan_xcoff_symtab): Update.
2669
2670 2019-09-11 Tom Tromey <tom@tromey.com>
2671
2672 * symfile-mem.c (symbol_file_add_from_memory): Use
2673 bfd_set_filename.
2674 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2675 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2676
2677 2019-09-10 Tom Tromey <tromey@adacore.com>
2678
2679 * dwarf-index-write.c (write_psymbols): Extend error message.
2680 (debug_names::insert): Add Ada code.
2681 (debug_names::write_psymbols): Remove Ada check.
2682 (debug_names) <m_string_obstack>: New member.
2683 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2684 (gdb_index_symbol_name_matcher::matches): Remove.
2685 (mapped_index_base::find_name_components_bounds): Add "lang"
2686 parameter.
2687 (mapped_index_base::build_name_components): Also split names
2688 according to Ada syntax.
2689 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2690 type of "match_callback".
2691 (check_match, check_find_bounds_finds)
2692 (dw2_expand_symtabs_matching): Update.
2693 (dw2_debug_names_iterator): Add new constructor.
2694 (dw2_debug_names_map_matching_symbols): New function.
2695 (dw2_debug_names_expand_symtabs_matching): Update.
2696 (dwarf2_debug_names_functions): Use
2697 dw2_debug_names_map_matching_symbols.
2698
2699 2019-09-10 Tom Tromey <tromey@adacore.com>
2700
2701 * dwarf2read.c (dw2_get_file_names_reader): Add the
2702 CU's file name to the results.
2703
2704 2019-09-10 Tom Tromey <tromey@adacore.com>
2705
2706 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2707 map_matching_symbols. Update.
2708 * dwarf2read.c (dw2_map_matching_symbols): Update.
2709 * psymtab.c (match_partial_symbol): Change type; update.
2710 (psym_map_matching_symbols): Likewise.
2711 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2712 type; update.
2713 * symfile.h (struct quick_symbol_functions)
2714 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2715 Remove "match".
2716
2717 2019-09-10 Tom Tromey <tromey@adacore.com>
2718
2719 * psymtab.c (map_block): Remove.
2720 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2721 * symtab.c (iterate_over_symbols_terminated): New function.
2722 * symtab.c (iterate_over_symbols_terminated): Declare.
2723
2724 2019-09-10 Tom Tromey <tromey@adacore.com>
2725
2726 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2727 * language.h (struct language_defn) <la_iterate_over_symbols>:
2728 Return bool.
2729 * symtab.c (iterate_over_symbols): Return bool.
2730 * symtab.h (iterate_over_symbols): Return bool.
2731
2732 2019-09-10 Tom Tromey <tromey@adacore.com>
2733
2734 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2735 (add_nonlocal_symbols): Update.
2736 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2737 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2738 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2739 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2740 Change type of "callback". Remove "data".
2741
2742
2743 2019-09-09 Ali Tamur <tamur@google.com>
2744
2745 * dwarf2read.c (comp_unit_head): Update comment.
2746 (dwarf2_dwo_name): New function declaration.
2747 (dwarf_unit_type_name): New function declaration.
2748 (read_comp_unit_head): Add support for new compilation units,
2749 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2750 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2751 (currently named as "signature") in their header. Also clarify error
2752 messages.
2753 (lookup_dwo_id): New function. Returns the dwo id of the given
2754 compile unit.
2755 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2756 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2757 functions.
2758 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2759 (dwarf2_dwo_name): Get the dwo name if present.
2760 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2761 purposes.
2762
2763 2019-09-09 Tom Tromey <tom@tromey.com>
2764
2765 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2766
2767 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2768
2769 * python/python.c (do_start_initialization): Make progname_copy static,
2770 to avoid a leak report.
2771
2772 2019-09-08 Tom Tromey <tom@tromey.com>
2773
2774 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2775
2776 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2777
2778 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2779 Change type to gdb::optional<block_enum>.
2780 (dw2_symtab_iter_init): Change block_index parameter type
2781 to gdb::optional<block_enum>.
2782 (dw2_lookup_symbol): Change block_index parameter
2783 type to block_enum.c
2784 (dw2_debug_names_lookup_symbol): Likewise.
2785 * psymtab.c (psym_lookup_symbol): Likewise.
2786 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2787 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2788 Likewise.
2789
2790 2019-09-06 Christian Biesinger <cbiesinger@google.com>
2791
2792 * defs.h (relocate_gdb_directory): Change int to bool in
2793 signature and rename flag to relocatable.
2794 * main.c (relocate_path): Likewise.
2795 (relocate_gdb_directory): Likewise.
2796
2797 2019-09-06 Alan Modra <amodra@gmail.com>
2798
2799 * coffread.c (coff_symfile_read): Constify filename variable.
2800 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2801 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2802 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2803 * solib.c (reload_shared_libraries_1): Likewise.
2804 * symfile.c (reread_symbols): Likewise.
2805 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2806 * solib-darwin.c (darwin_bfd_open): Likewise.
2807 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2808
2809 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2812 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2813
2814 2019-09-03 Tom Tromey <tromey@adacore.com>
2815
2816 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2817 types.
2818 (has_negatives): Unbias a range type bound.
2819 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2820 * gdbtypes.c (operator==): Handle new field.
2821 (create_range_type): Add "bias" parameter.
2822 (create_static_range_type, resolve_dynamic_range): Update.
2823 * gdbtypes.h (struct range_bounds) <bias>: New member.
2824 (create_range_type): Add bias parameter.
2825 * printcmd.c (print_scalar_formatted): Unbias range types.
2826 * value.c (unpack_long): Unbias range types.
2827 (pack_long): Bias range types.
2828
2829 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2830
2831 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2832 probe arguments.
2833
2834 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2835
2836 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2837 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2838 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2839 (compile_probe_arg): Likewise.
2840 * probe.h (get_argument_count): Likewise.
2841 * solib-svr4.c (solib_event_probe_action): Likewise.
2842 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2843
2844 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2845
2846 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2847 code to here...
2848 (svr4_create_solib_event_breakpoints): ...from here.
2849
2850 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2851
2852 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2853 suffix from warning message.
2854
2855 2019-08-30 Tom Tromey <tom@tromey.com>
2856
2857 * tui/tui-winsource.h (struct tui_source_window_base)
2858 <refresh_all>: Don't declare.
2859 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2860 Remove.
2861 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2862 tui_show_locator_content.
2863 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2864 declare.
2865 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2866 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2867 declare.
2868
2869 2019-08-30 Tom Tromey <tom@tromey.com>
2870
2871 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2872
2873 2019-08-30 Tom Tromey <tom@tromey.com>
2874
2875 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2876 Remove unnecessary forward declarations.
2877
2878 2019-08-30 Tom Tromey <tom@tromey.com>
2879
2880 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2881 rerender.
2882 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2883 tui_show_locator_content.
2884
2885 2019-08-30 Tom Tromey <tom@tromey.com>
2886
2887 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2888 (tui_locator_window::rerender): Rewrite using body of previous
2889 tui_show_locator_content.
2890
2891 2019-08-30 Tom Tromey <tom@tromey.com>
2892
2893 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2894 set_locator_fullname>: New methods.
2895 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2896 Rename from tui_set_locator_fullname.
2897 (tui_locator_window::set_locator_info): Rename from
2898 tui_set_locator_info. Return bool.
2899 (tui_update_locator_fullname, tui_show_frame_info): Update.
2900
2901 2019-08-30 Tom Tromey <tom@tromey.com>
2902
2903 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2904
2905 2019-08-30 Tom Tromey <tom@tromey.com>
2906
2907 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2908 call touchwin.
2909
2910 2019-08-30 Tom Tromey <tom@tromey.com>
2911
2912 * tui/tui-wingeneral.c (box_win): Assume win_info and
2913 win_info->handle cannot be NULL.
2914
2915 2019-08-30 Tom Tromey <tom@tromey.com>
2916
2917 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2918 refresh_window>: Declare.
2919 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2920 resize.
2921 (tui_data_item_window::rerender): Rename from
2922 tui_display_register.
2923 (tui_data_item_window::refresh_window): New method.
2924 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2925 no-op.
2926
2927 2019-08-30 Tom Tromey <tom@tromey.com>
2928
2929 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2930 regs_column_count, current_group>: Move later. Now private.
2931 <get_current_group>: New method.
2932 * tui/tui-regs.c (tui_reg_command): Update.
2933 * tui/tui-layout.c (tui_set_layout): Update.
2934
2935 2019-08-30 Tom Tromey <tom@tromey.com>
2936
2937 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2938 (tui_data_window::rerender): Don't call
2939 check_and_display_highlight_if_needed.
2940 (tui_data_window::refresh_all): Remove call to
2941 erase_data_content.
2942
2943 2019-08-30 Tom Tromey <tom@tromey.com>
2944
2945 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2946 (tui_data_window::display_registers_from)
2947 (tui_data_window::display_reg_element_at_line)
2948 (tui_data_window::display_registers_from_line): Remove checks of
2949 "empty".
2950
2951 2019-08-30 Tom Tromey <tom@tromey.com>
2952
2953 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2954 Don't declare.
2955 * tui/tui-regs.c (tui_data_window::show_registers): Call
2956 rerender.
2957 (tui_data_window::rerender): Rename from display_all_data.
2958 (tui_data_window::rerender): Remove old implementation.
2959
2960 2019-08-30 Tom Tromey <tom@tromey.com>
2961
2962 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2963 text.
2964 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2965
2966 2019-08-29 Bernhard Wodok <barto@gmx.net>
2967 Sergio Durigan Junior <sergiodj@redhat.com>
2968
2969 PR win32/24284
2970 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2971
2972 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2975 when searching for types.
2976
2977 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * f-lang.c (f_language_defn): Use f_print_typedef.
2980 * f-lang.h (f_print_typedef): Declare.
2981 * f-typeprint.c (f_print_typedef): Define.
2982
2983 2019-08-27 Christian Biesinger <cbiesinger@google.com>
2984
2985 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2986
2987 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * cli/cli-utils.c (info_print_options_defs): Delete.
2990 (make_info_print_options_def_group): Delete.
2991 (extract_info_print_options): Delete.
2992 (info_print_command_completer): Delete.
2993 (info_print_args_help): Add extra parameter, and optionally
2994 include text about -n flag.
2995 * cli/cli-utils.h (struct info_print_options): Delete.
2996 (extract_info_print_options): Delete declaration.
2997 (info_print_command_completer): Delete declaration.
2998 (info_print_args_help): Add extra parameter, extend header
2999 comment.
3000 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3001 search_symbols.
3002 * stack.c (struct info_print_options): New type.
3003 (info_print_options_defs): New file scoped variable.
3004 (make_info_print_options_def_group): New static function.
3005 (info_print_command_completer): New static function.
3006 (info_locals_command): Update to use new local functions.
3007 (info_args_command): Likewise.
3008 (_initialize_stack): Add extra parameter to calls to
3009 info_print_args_help.
3010 * symtab.c (search_symbols): Add extra parameter, use this to
3011 possibly excluse non-debug symbols.
3012 (symtab_symbol_info): Add extra parameter, which is passed on to
3013 search_symbols.
3014 (struct info_print_options): New type.
3015 (info_print_options_defs): New file scoped variable.
3016 (make_info_print_options_def_group): New static function.
3017 (info_print_command_completer): New static function.
3018 (info_variables_command): Update to use local functions, and pass
3019 extra parameter through to symtab_symbol_info.
3020 (info_functions_command): Likewise.
3021 (info_types_command): Pass additional argument through to
3022 symtab_symbol_info.
3023 (rbreak_command): Pass extra argument to search_symbols.
3024 (_initialize_symtab): Add extra arguments for calls to
3025 info_print_args_help, and update help text for 'info variables',
3026 'whereis', and 'info functions' commands.
3027 * symtab.h (search_symbols): Add extra argument to declaration.
3028 * NEWS: Mention new flags.
3029
3030 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3031
3032 * symtab.c (lookup_static_symbol): Call the new function (and move
3033 it down to be next to lookup_global_symbol).
3034 (struct global_sym_lookup_data): Add block_enum member and rename to...
3035 (struct global_or_static_sym_lookup_data): ...this.
3036 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3037 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3038 (lookup_symbol_global_or_static_iterator_cb): ...this.
3039 (lookup_global_or_static_symbol): New function.
3040 (lookup_global_symbol): Call new function.
3041
3042 2019-08-26 Tom de Vries <tdevries@suse.de>
3043
3044 PR c++/24852
3045 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3046 when pc_probe.prob == NULL.
3047
3048 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3049
3050 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3051 variable symbol_linkage to symbol_linkage_.
3052
3053 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3054
3055 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3056 represent whether the symbol is static, dynamic, or we don't
3057 know.
3058
3059 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3060
3061 * gdb/rx-tdep.c (rx_register_names): New.
3062 (rx_register_name): Delete.
3063 (rx_psw_type): Delete.
3064 (rx_fpsw_type): Delete.
3065 (rx_register_type): Delete.
3066 (rx_gdbarch_init): Convert target-descriptions.
3067 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3068 * gdb/features/Makefile: Add rx.xml.
3069 * gdb/features/rx.xml: New.
3070 * gdb/features/rx.c: Generated.
3071 * gdb/NEWS: Mention target description support.
3072
3073 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3074
3075 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3076 *slot_ptr.
3077
3078 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3079
3080 * configure.ac: Don't check for 'dlfcn.h' (moved to
3081 gdbsupport/common.m4).
3082 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3083 'gdbsupport/'.
3084 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3085 * compile/compile-c-support.c: Include
3086 'gdbsupport/gdb-dlfcn.h'.
3087 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3088 * gdb-dlfcn.c: Move to...
3089 * gdbsupport/gdb-dlfcn.c: ... here.
3090 * gdb-dlfcn.h: Move to...
3091 * gdbsupport/gdb-dlfcn.h: ... here.
3092
3093 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3094
3095 * nios2-tdep.c (struct reg_value): Improve comments. Make
3096 the offset field signed.
3097
3098 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3099
3100 * python/lib/gdb/__init__.py (_execute_file): New function.
3101 * python/python.c (python_run_simple_file): Call gdb._execute_file
3102 on Windows.
3103
3104 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3107 all uses as this was never set to anything but a zero value.
3108
3109 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3110
3111 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3112
3113 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3114
3115 * tui/tui-data.h (tui_gen_win_info): Add an =default
3116 move constructor, required by some GCC versions.
3117
3118 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3119
3120 * go32-nat.c (go32_sysinfo): Add hygon_p.
3121
3122 2019-08-20 Tom Tromey <tom@tromey.com>
3123
3124 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3125 line_from_reg_element_no, first_reg_element_no_inline,
3126 display_all_data, delete_data_content_windows,
3127 erase_data_content>: Now private.
3128
3129 2019-08-20 Tom Tromey <tom@tromey.com>
3130
3131 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3132 (tui_unhighlight_win, tui_highlight_win)
3133 (tui_win_info::make_window): Update.
3134 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3135
3136 2019-08-20 Tom Tromey <tom@tromey.com>
3137
3138 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3139 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3140 (MAX_PID_WIDTH): Move to tui-stack.c.
3141 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3142 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3143 (MAX_PID_WIDTH): Move from tui-data.h.
3144
3145 2019-08-20 Tom Tromey <tom@tromey.com>
3146
3147 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3148 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3149 (box_win): Update.
3150 (tui_gen_win_info::make_window): Rename from tui_make_window.
3151 (tui_win_info::make_window): New method.
3152 (tui_gen_win_info::make_visible): Update.
3153 * tui/tui-source.c (tui_source_window::set_contents): Update.
3154 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3155 (tui_data_window::display_registers_from): Update.
3156 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3157 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3158 Declare.
3159 <can_box>: Remove.
3160 <title>: Remove.
3161 (struct tui_win_info) <make_window>: Declare.
3162 <can_box>: Now virtual.
3163 <title>: New member.
3164 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3165 * tui/tui-command.c (tui_cmd_window::resize): Update.
3166
3167 2019-08-20 Tom Tromey <tom@tromey.com>
3168
3169 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3170 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3171 (tui_data_window::check_register_values): Update.
3172
3173 2019-08-20 Tom Tromey <tom@tromey.com>
3174
3175 * tui/tui-regs.h (struct tui_data_window): Use
3176 DISABLE_COPY_AND_ASSIGN.
3177 <regs_content>: Change type, removing unique_ptr.
3178 <tui_data_window>: Add move constructor.
3179 * tui/tui-regs.c (tui_data_window::show_registers)
3180 (tui_data_window::show_register_group)
3181 (tui_data_window::display_registers_from)
3182 (tui_data_window::display_registers_from)
3183 (tui_data_window::first_data_item_displayed)
3184 (tui_data_window::delete_data_content_windows)
3185 (tui_data_window::rerender, tui_data_window::refresh_window)
3186 (tui_data_window::check_register_values): Update.
3187
3188 2019-08-20 Tom Tromey <tom@tromey.com>
3189
3190 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3191 show_register_group>: Declare.
3192 (tui_show_register_group): Don't declare.
3193 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3194 tui_show_registers.
3195 (tui_data_window::show_register_group): Rename from
3196 tui_show_register_group.
3197 (tui_data_window::check_register_values, tui_reg_command):
3198 Update.
3199 * tui/tui-layout.c (tui_set_layout): Update.
3200
3201 2019-08-20 Tom Tromey <tom@tromey.com>
3202
3203 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3204 Declare.
3205 (tui_check_register_values): Don't declare.
3206 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3207 from tui_check_register_values.
3208 * tui/tui-hooks.c (tui_register_changed): Update.
3209
3210 2019-08-20 Tom Tromey <tom@tromey.com>
3211
3212 * tui/tui-regs.c (tui_reg_layout): Move later.
3213 (tui_show_registers): Don't enable TUI mode or change layout.
3214
3215 2019-08-20 Tom Tromey <tom@tromey.com>
3216
3217 * tui/tui-regs.h (struct tui_data_item_window)
3218 <~tui_data_item_window>: Remove.
3219 <content>: Now a unique_xmalloc_ptr.
3220 * tui/tui-regs.c (tui_register_format): Return a
3221 unique_xmalloc_ptr.
3222 (tui_get_register): Update.
3223 (~tui_data_item_window): Remove.
3224 (tui_data_window::display_registers_from, tui_display_register):
3225 Update.
3226 * tui/tui-io.h (tui_expand_tabs): Update.
3227 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3228 Remove "col" parameter.
3229
3230 2019-08-20 Tom Tromey <tom@tromey.com>
3231
3232 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3233 field.
3234 * tui/tui-regs.c (~tui_data_item_window): Update.
3235
3236 2019-08-20 Tom Tromey <tom@tromey.com>
3237
3238 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3239 earlier.
3240
3241 2019-08-20 Tom Tromey <tom@tromey.com>
3242
3243 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3244
3245 2019-08-20 Tom Tromey <tom@tromey.com>
3246
3247 * tui/tui-source.h (struct tui_source_window): Update.
3248 * tui/tui-regs.c (tui_show_registers): Update.
3249 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3250 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3251 (NO_REGS_STRING): Remove defines.
3252
3253 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3254
3255 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3256 unnecessary thread walk if remote doesn't support the packet.
3257
3258 2019-08-19 Tom Tromey <tromey@adacore.com>
3259
3260 * python/py-value.c (value_has_field): Fix indentation.
3261
3262 2019-08-19 Tom Tromey <tromey@adacore.com>
3263
3264 * printcmd.c (do_one_display, info_display_command): Update.
3265 * block.h (contained_in): Return bool. Add allow_nested
3266 parameter.
3267 * block.c (contained_in): Return bool. Add allow_nested
3268 parameter.
3269
3270 2019-08-19 Tom Tromey <tom@tromey.com>
3271
3272 * configure: Rebuild.
3273 * configure.ac: Disallow the combination of -static-libstdc++ and
3274 source highlight.
3275 * source-cache.c (get_language_name): Handle rust.
3276 (source_cache::get_source_lines): Ignore highlighting exceptions.
3277
3278 2019-08-16 Tom Tromey <tom@tromey.com>
3279
3280 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3281 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3282 (struct tui_source_window_base) <make_visible, refresh_window,
3283 resize>: Remove methods.
3284 <execution_info>: Remove field.
3285 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3286 (tui_show_source_line, tui_source_window_base)
3287 (~tui_source_window_base): Update.
3288 (tui_source_window_base::resize)
3289 (tui_source_window_base::make_visible)
3290 (tui_source_window_base::refresh_window): Remove.
3291 (tui_source_window_base::update_exec_info): Update.
3292 * tui/tui-source.c (tui_source_window::set_contents): Update.
3293 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3294
3295 2019-08-16 Tom Tromey <tom@tromey.com>
3296
3297 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3298 deprecated_query_hook.
3299
3300 2019-08-16 Tom Tromey <tom@tromey.com>
3301
3302 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3303 (tui_update_source_windows_with_line): Update.
3304 * tui/tui-source.h (struct tui_source_window)
3305 <show_symtab_source>: Declare.
3306 (tui_show_symtab_source): Don't declare.
3307 * tui/tui-source.c (tui_show_symtab_source): Rename from
3308 tui_show_symtab_source.
3309
3310 2019-08-16 Tom Tromey <tom@tromey.com>
3311
3312 * tui/tui-winsource.h (struct tui_source_window_base)
3313 <set_contents>: Declare.
3314 * tui/tui-winsource.c
3315 (tui_source_window_base::update_source_window_as_is): Update.
3316 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3317 Declare.
3318 (tui_set_source_content): Don't declare.
3319 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3320 tui_set_source_content.
3321 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3322 Declare.
3323 (tui_set_disassem_content): Don't declare.
3324 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3325 tui_set_disassem_content.
3326
3327 2019-08-16 Tom Tromey <tom@tromey.com>
3328
3329 * tui/tui-winsource.h (struct tui_source_window_base)
3330 <update_breakpoint_info>: Declare.
3331 (tui_update_breakpoint_info): Don't declare.
3332 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3333 (tui_update_all_breakpoint_info): Update.
3334 (tui_source_window_base::update_breakpoint_info): Rename from
3335 tui_update_breakpoint_info.
3336 (tui_source_window_base::update_exec_info): Update.
3337
3338 2019-08-16 Tom Tromey <tom@tromey.com>
3339
3340 * tui/tui-winsource.h (struct tui_source_window_base)
3341 <update_source_window>: Declare.
3342 (tui_update_source_window): Don't declare.
3343 * tui/tui-winsource.c
3344 (tui_source_window_base::update_source_window): Rename from
3345 tui_update_source_window.
3346 (tui_source_window_base::rerender): Update.
3347 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3348 * tui/tui-disasm.c (tui_show_disassem)
3349 (tui_show_disassem_and_update_source)
3350 (tui_disasm_window::maybe_update): Update.
3351
3352 2019-08-16 Tom Tromey <tom@tromey.com>
3353
3354 * tui/tui-winsource.h (struct tui_source_window_base)
3355 <update_source_window_as_is>: Declare.
3356 (tui_update_source_window_as_is): Don't declare.
3357 * tui/tui-winsource.c (tui_update_source_window): Update
3358 (tui_source_window_base::update_source_window_as_is): Rename from
3359 tui_update_source_window_as_is.
3360 (tui_source_window_base::refill): Update.
3361 * tui/tui-source.c (tui_show_symtab_source): Update.
3362 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3363 Update.
3364
3365 2019-08-16 Tom Tromey <tom@tromey.com>
3366
3367 * tui/tui-winsource.h (tui_update_source_window)
3368 (tui_update_source_window_as_is): Remove "noerror" parameter.
3369 * tui/tui-winsource.c (tui_update_source_window)
3370 (tui_update_source_window_as_is): Remove "noerror" parameter.
3371 (tui_update_source_windows_with_addr)
3372 (tui_update_source_windows_with_line)
3373 (tui_source_window_base::rerender)
3374 (tui_source_window_base::refill): Update.
3375 * tui/tui-source.h (tui_set_source_content)
3376 (tui_show_symtab_source): Remove "noerror" parameter.
3377 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3378 parameter.
3379 (tui_show_symtab_source): Likewise.
3380 (tui_source_window::maybe_update): Update.
3381 * tui/tui-disasm.c (tui_show_disassem)
3382 (tui_show_disassem_and_update_source)
3383 (tui_disasm_window::do_scroll_vertical)
3384 (tui_disasm_window::maybe_update): Update.
3385
3386 2019-08-16 Tom Tromey <tom@tromey.com>
3387
3388 * tui/tui.c (tui_is_window_visible): Update.
3389 * tui/tui-wingeneral.c (tui_make_window)
3390 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3391 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3392 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3393 (tui_set_win_height_command, parse_scrolling_args): Update.
3394 * tui/tui-source.c (tui_source_window::style_changed): Update.
3395 * tui/tui-regs.c (tui_show_registers)
3396 (tui_data_window::first_data_item_displayed)
3397 (tui_data_window::delete_data_content_windows)
3398 (tui_check_register_values, tui_reg_command): Update.
3399 * tui/tui-disasm.c (tui_show_disassem): Update.
3400 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3401 method.
3402 <is_visible>: Remove field.
3403 * tui/tui-data.c (tui_next_win, tui_prev_win)
3404 (tui_delete_invisible_windows): Update.
3405
3406 2019-08-16 Tom Tromey <tom@tromey.com>
3407
3408 * tui/tui-winsource.h (struct tui_source_window_base)
3409 <m_has_locator>: Remove.
3410 * tui/tui-layout.c (show_source_disasm_command, show_data)
3411 (show_source_or_disasm_and_command): Update.
3412
3413 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3414
3415 * NEWS (Other MI changes): New subsection.
3416 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3417 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3418 * arch-utils.c (default_get_pc_address_flags): New function.
3419 * arch-utils.h (default_get_pc_address_flags): New declaration.
3420 * gdbarch.sh: Add get_pc_address_flags.
3421 * gdbarch.c: Regenerate.
3422 * gdbarch.h: Likewise.
3423 * stack.c (print_pc): New function.
3424 (print_frame_info) (print_frame): Call print_pc.
3425
3426 2019-08-16 Tom de Vries <tdevries@suse.de>
3427
3428 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3429 print_objfile_section_info.
3430
3431 2019-08-15 Tom Tromey <tom@tromey.com>
3432
3433 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3434 calling update_cmdwin_start_line.
3435 * tui/tui-winsource.h (struct tui_source_window_base)
3436 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3437 <rerender>: Declare.
3438 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3439 Call rerender.
3440 (tui_source_window_base::set_new_height): Remove.
3441 (tui_source_window_base::rerender): Rename from
3442 do_make_visible_with_new_height.
3443 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3444 resize method.
3445 (tui_win_info::make_invisible_and_set_new_height)
3446 (tui_win_info::make_visible_with_new_height): Remove.
3447 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3448 Declare.
3449 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3450 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3451 do_make_visible_with_new_height>: Don't declare.
3452 <rerender>: Declare.
3453 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3454 set_new_height.
3455 (tui_data_window::do_make_visible_with_new_height): Remove.
3456 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3457 call tui_show_locator_content.
3458 (tui_gen_win_info::resize): Call rerender.
3459 (show_source_or_disasm_and_command): Don't call
3460 tui_show_locator_content.
3461 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3462 method.
3463 (struct tui_win_info) <rerender>: Declare.
3464 <set_new_height, make_invisible_and_set_new_height,
3465 make_visible_with_new_height>: Don't declare.
3466 * tui/tui-data.c (tui_win_list::rerender): New method.
3467 * tui/tui-command.h (struct tui_cmd_window)
3468 <do_make_visible_with_new_height>: Don't declare.
3469 * tui/tui-command.c
3470 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3471
3472 2019-08-15 Tom Tromey <tromey@adacore.com>
3473
3474 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3475 * ada-lang.c (ada_enum_name): Likewise.
3476
3477 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3478
3479 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3480 leading underscore.
3481 (GdbOutputErrorFile): Likewise.
3482 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3483 accordingly.
3484 (execute_unwinders): Rename to have a leading underscore.
3485 (auto_load_packages): Likewise.
3486 (global scope): Adjust call to auto_load_packages accordingly.
3487 (GdbSetPythonDirectory): Likewise.
3488 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3489 instead of execute_unwinders.
3490
3491 2019-08-15 Tom Tromey <tom@tromey.com>
3492
3493 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3494 (show_data): Don't change window visibility.
3495 (tui_gen_win_info::resize): Remove special case for command
3496 window. Use wresize, when available.
3497 (show_source_or_disasm_and_command): Don't change window
3498 visibility.
3499 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3500 <make_visible>: New method.
3501 * tui/tui-command.c (tui_cmd_window::resize): New method.
3502
3503 2019-08-15 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3506 (struct tui_source_windows): New.
3507 * tui/tui-winsource.c (tui_display_main): Update.
3508 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3509 (new_height_ok, parse_scrolling_args): Update.
3510 * tui/tui-layout.c (show_layout, show_data): Update.
3511 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3512 (tui_add_to_source_windows): Don't declare.
3513 * tui/tui-data.c (source_windows, tui_source_windows)
3514 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3515
3516 2019-08-15 Tom Tromey <tom@tromey.com>
3517
3518 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3519 Rename from reset.
3520 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3521 * tui/tui-layout.c (show_source_disasm_command, show_data):
3522 Update.
3523 (tui_gen_win_info::resize): Rename.
3524 (show_source_or_disasm_and_command): Update.
3525 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3526 reset.
3527
3528 2019-08-15 Tom Tromey <tom@tromey.com>
3529
3530 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3531 * tui/tui-interp.c (tui_interp::init): Don't call
3532 tui_initialize_static_data.
3533 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3534
3535 2019-08-15 Tom Tromey <tom@tromey.com>
3536
3537 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3538 examine tui_win_list.
3539
3540 2019-08-15 Tom Tromey <tom@tromey.com>
3541
3542 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3543 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3544 tui_clear_source_content.
3545 (tui_clear_source_content): Remove.
3546 (tui_source_window_base::do_erase_source_content): Hoist call to
3547 content.clear().
3548 * tui/tui-stack.c (tui_show_frame_info): Don't call
3549 tui_clear_source_content.
3550
3551 2019-08-15 Tom Tromey <tom@tromey.com>
3552
3553 * tui/tui-winsource.h (struct tui_source_window_base)
3554 <do_erase_source_content>: New method.
3555 <erase_source_content>: New method.
3556 (tui_erase_source_content): Don't declare.
3557 * tui/tui-winsource.c (tui_clear_source_content): Update.
3558 (tui_source_window_base::do_erase_source_content): Rename from
3559 tui_erase_source_content.
3560 (tui_source_window_base::show_source_content): Update.
3561 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3562 * tui/tui-source.h (struct tui_source_window)
3563 <erase_source_content>: New method.
3564 * tui/tui-disasm.h (struct tui_disasm_window)
3565 <erase_source_content>: New method.
3566
3567 2019-08-15 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3570 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3571 constructor.
3572 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3573 * tui/tui-source.c (tui_set_source_content): Update.
3574 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3575
3576 2019-08-15 Tom Tromey <tom@tromey.com>
3577
3578 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3579 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3580 tui-source.c.
3581 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3582 Declare.
3583 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3584 method.
3585 (tui_source_window::maybe_update): Update.
3586
3587 2019-08-15 Tom Tromey <tom@tromey.com>
3588
3589 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3590 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3591 tui-disasm.c.
3592 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3593 Declare.
3594 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3595 method.
3596 (tui_disasm_window::maybe_update): Update.
3597
3598 2019-08-15 Tom Tromey <tom@tromey.com>
3599
3600 * tui/tui-winsource.h (struct tui_source_window_base)
3601 <maybe_update>: Declare.
3602 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3603 method.
3604 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3605 Declare.
3606 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3607 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3608 Declare.
3609 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3610
3611 2019-08-15 Tom Tromey <tom@tromey.com>
3612
3613 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3614
3615 2019-08-15 Tom Tromey <tom@tromey.com>
3616
3617 * tui/tui-wingeneral.c: Include tui-stack.h.
3618 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3619 (struct tui_locator_window): Move from tui-data.h.
3620 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3621 (tui_initialize_static_data): Move from tui-data.c.
3622 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3623 (struct tui_locator_window): Move to tui-stack.c.
3624 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3625 (tui_initialize_static_data): Move to tui-stack.c.
3626
3627 2019-08-15 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui-layout.c (show_source_disasm_command)
3630 (show_source_or_disasm_and_command): Use make_visible method, not
3631 tui_make_window.
3632 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3633 Remove.
3634
3635 2019-08-15 Tom Tromey <tom@tromey.com>
3636
3637 * tui/tui-wingeneral.h (tui_make_window): Update.
3638 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3639 parameter.
3640 (tui_gen_win_info::make_visible): Update.
3641 * tui/tui-regs.c (tui_data_window::display_registers_from):
3642 Update.
3643 * tui/tui-layout.c (show_source_disasm_command)
3644 (show_source_or_disasm_and_command): Update.
3645 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3646 (enum tui_box): Remove.
3647 (struct tui_win_info) <can_box>: New method.
3648 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3649 method.
3650
3651 2019-08-15 Tom de Vries <tdevries@suse.de>
3652
3653 * linux-nat-trad.c: Include gdbarch.h.
3654
3655 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3656
3657 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3658 register sizes.
3659
3660 2019-08-14 Tom Tromey <tromey@adacore.com>
3661
3662 * darwin-nat.c: Include gdbarch.h.
3663 * darwin-nat-info.c: Include gdbarch.h.
3664
3665 2019-08-13 Tom Tromey <tom@tromey.com>
3666
3667 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3668 Remove.
3669 * tui/tui-data.c (tui_initialize_static_data): Update.
3670
3671 2019-08-13 Tom Tromey <tom@tromey.com>
3672
3673 * tui/tui-winsource.h (struct tui_exec_info_window)
3674 <~tui_exec_info_window, maybe_allocate_content, get_content,
3675 m_content>: Remove.
3676 (struct tui_source_window_base) <set_exec_info_content,
3677 show_exec_info_content>: Don't declare.
3678 * tui/tui-winsource.c
3679 (tui_exec_info_window::maybe_allocate_content): Remove.
3680 (tui_source_window_base::update_exec_info): Rename from
3681 set_exec_info_content.
3682 (tui_source_window_base::show_exec_info_content)
3683 (tui_source_window_base::update_exec_info): Remove.
3684
3685 2019-08-13 Tom Tromey <tom@tromey.com>
3686
3687 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3688 declare.
3689 * tui/tui-winsource.c (tui_update_source_window_as_is)
3690 (tui_update_source_windows_with_addr, tui_erase_source_content):
3691 Update.
3692 (tui_clear_exec_info_content): Remove.
3693
3694 2019-08-13 Tom Tromey <tom@tromey.com>
3695
3696 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3697 declare.
3698 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3699 call tui_erase_exec_info_content.
3700 (tui_clear_exec_info_content): Rename from
3701 tui_erase_exec_info_content.
3702 (tui_clear_exec_info_content): Delete.
3703
3704 2019-08-13 Tom Tromey <tom@tromey.com>
3705
3706 * tui/tui-winsource.h (struct tui_source_window_base)
3707 <show_exec_info_content>: Declare.
3708 (tui_show_exec_info_content): Don't declare.
3709 * tui/tui-winsource.c
3710 (tui_source_window_base::show_exec_info_content): Rename from
3711 tui_show_exec_info_content.
3712 (tui_source_window_base::update_exec_info): Update.
3713
3714 2019-08-13 Tom Tromey <tom@tromey.com>
3715
3716 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3717 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3718 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3719 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3720 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3721 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3722 ... here.
3723
3724 2019-08-13 Tom Tromey <tom@tromey.com>
3725
3726 * tui/tui-winsource.h (struct tui_source_window_base)
3727 <update_exec_info>: Declare.
3728 (tui_update_exec_info): Don't declare.
3729 * tui/tui-winsource.c (tui_update_source_window_as_is)
3730 (tui_source_window_base::refresh_all)
3731 (tui_update_all_breakpoint_info): Update.
3732 (tui_source_window_base::update_exec_info): Rename from
3733 tui_update_exec_info.
3734 * tui/tui-stack.c (tui_show_frame_info): Update.
3735
3736 2019-08-13 Tom Tromey <tom@tromey.com>
3737
3738 * tui/tui-winsource.h (struct tui_source_window_base)
3739 <set_exec_info_content>: Declare.
3740 (tui_set_exec_info_content): Don't declare.
3741 * tui/tui-winsource.c
3742 (tui_source_window_base::set_exec_info_content): Rename from
3743 tui_set_exec_info_content.
3744 (tui_update_exec_info): Update.
3745
3746 2019-08-13 Tom Tromey <tom@tromey.com>
3747
3748 * tui/tui-winsource.h (struct tui_source_window_base)
3749 <show_source_content>: Declare.
3750 (tui_show_source_content): Don't declare.
3751 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3752 (tui_source_window_base::show_source_content): Rename from
3753 tui_show_source_content.
3754 (tui_source_window_base::refresh_all): Update.
3755 * tui/tui-layout.c (show_source_disasm_command)
3756 (show_source_or_disasm_and_command): Update.
3757
3758 2019-08-13 Tom Tromey <tom@tromey.com>
3759
3760 * tui/tui-winsource.c (tui_erase_source_content)
3761 (tui_show_source_content, tui_source_window_base::refresh_all):
3762 Update.
3763 * tui/tui-wingeneral.h
3764 (tui_check_and_display_highlight_if_needed): Don't declare.
3765 * tui/tui-wingeneral.c
3766 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3767 check_and_display_highlight_if_needed.
3768 * tui/tui-win.c (tui_rehighlight_all)
3769 (tui_win_info::make_visible_with_new_height): Update.
3770 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3771 (tui_data_window::erase_data_content)
3772 (tui_data_window::display_all_data): Update.
3773 * tui/tui-data.h (struct tui_win_info)
3774 <check_and_display_highlight_if_needed>: Declare.
3775
3776 2019-08-13 Tom Tromey <tom@tromey.com>
3777
3778 * tui/tui-win.c (tui_resize_all): Call
3779 tui_delete_invisible_windows.
3780 * tui/tui-layout.c (show_layout): Call
3781 tui_delete_invisible_windows.
3782 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3783 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3784
3785 2019-08-13 Tom Tromey <tom@tromey.com>
3786
3787 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3788 tui_add_win_to_layout.
3789
3790 2019-08-13 Tom Tromey <tom@tromey.com>
3791
3792 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3793 * tui/tui-layout.c (tui_default_win_height): Now static.
3794
3795 2019-08-13 Tom Tromey <tom@tromey.com>
3796
3797 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3798 single switch.
3799 (show_source_disasm_command, show_source_or_disasm_and_command):
3800 Don't check current layout.
3801
3802 2019-08-13 Tom Tromey <tom@tromey.com>
3803
3804 * tui/tui-wingeneral.c (make_all_visible): Remove.
3805 (tui_make_all_invisible): Simplify.
3806 * tui/tui-layout.c (tui_make_all_invisible): Move from
3807 tui-wingeneral.c; simplify.
3808 (show_layout): Hoist call to tui_make_all_invisible.
3809 (show_data): Don't call tui_make_all_invisible.
3810
3811 2019-08-13 Tom Tromey <tom@tromey.com>
3812
3813 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3814 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3815
3816 2019-08-13 Tom Tromey <tom@tromey.com>
3817
3818 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3819 tui-data.c.
3820 (show_source_disasm_command, show_data)
3821 (show_source_or_disasm_and_command): Don't use
3822 tui_set_current_layout_to.
3823 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3824 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3825 tui-layout.c.
3826 (tui_set_current_layout_to): Remove.
3827
3828 2019-08-13 Tom Tromey <tom@tromey.com>
3829
3830 * tui/tui-layout.c (tui_set_layout): Update.
3831 * tui/tui-data.h (struct tui_layout_def): Remove.
3832 (tui_layout_def): Don't declare.
3833 * tui/tui-data.c (layout_def): Remove.
3834 (tui_layout_def): Remove.
3835
3836 2019-08-13 Tom Tromey <tom@tromey.com>
3837
3838 * tui/tui-winsource.h (struct tui_source_window_base)
3839 <clear_detail>: No longer "override".
3840 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3841 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3842 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3843 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3844 Remove.
3845 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3846
3847 2019-08-13 Tom Tromey <tromey@adacore.com>
3848
3849 * tracepoint.c: Don't include readline.h or history.h.
3850
3851 2019-08-12 Tom Tromey <tom@tromey.com>
3852
3853 * configure: Rebuild.
3854 * configure.ac: Check for readline 7.
3855 * NEWS: Mention readline 7 requirement.
3856 * README: Update.
3857
3858 2019-08-12 Tom Tromey <tom@tromey.com>
3859
3860 * mingw-hdep.c (gdb_select): Remove readline hack.
3861
3862 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3863
3864 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3865 when the function fails.
3866
3867 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3868
3869 * s390-tdep.c (s390_type_align): New function.
3870 (s390_gdbarch_init): Set it as type_align gdbarch method.
3871
3872 2019-08-09 Tom de Vries <tdevries@suse.de>
3873
3874 PR gdb/24591
3875 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3876 pc_low with relocation offset.
3877
3878 2019-08-07 Tom Tromey <tromey@adacore.com>
3879
3880 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3881 (print_frame_args): Update.
3882 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3883 Update.
3884 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3885 * frame.h (struct frame_arg): Add initializers.
3886 <error>: Now a unique_xmalloc_ptr.
3887
3888 2019-08-07 Alan Hayward <alan.hayward@arm.com>
3889
3890 * NEWS: Expand the Pointer Authentication entry.
3891 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3892 (aarch64_frame_unmask_lr): ... to this.
3893 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3894 Call aarch64_frame_unmask_lr.
3895 * frame.c (struct frame_info): Add "masked" variable.
3896 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3897 (fprint_frame): Check for masked pc.
3898 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3899 declarations.
3900 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3901 * stack.c (print_frame): Check for masked pc.
3902
3903 2019-08-06 Tom Tromey <tom@tromey.com>
3904
3905 * stabsread.c (patch_block_stabs, read_one_struct_field)
3906 (read_enum_type): Use obstack_strndup.
3907 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3908 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3909 * dwarf2read.c (guess_full_die_structure_name)
3910 (anonymous_struct_prefix): Use obstack_strndup.
3911 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3912 * c-exp.y (yylex): Use obstack_strndup.
3913 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3914 (write_var_or_type): Use obstack_strndup.
3915
3916 2019-08-06 Tom Tromey <tom@tromey.com>
3917
3918 * symfile.c (reread_symbols): Use obstack_strdup.
3919 * stabsread.c (read_type): Use obstack_strdup.
3920 * gdb_obstack.h (obstack_strdup): New overload.
3921 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3922 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3923 (dwarf2_canonicalize_name): Use obstack_strdup.
3924 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3925 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3926 Use obstack_strdup.
3927
3928 2019-08-06 Tom Tromey <tom@tromey.com>
3929
3930 * gdb_obstack.h (obstack_strdup): Define.
3931 * gdb_obstack.c (obstack_strdup): Don't define.
3932
3933 2019-08-06 Tom Tromey <tom@tromey.com>
3934
3935 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3936 obstack_strdup.
3937 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3938 obstack_strdup.
3939 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3940 * stabsread.c (common_block_start): Use obstack_strdup.
3941 * objfiles.c (set_objfile_main_name, objfile): Use
3942 obstack_strdup.
3943 * namespace.c (add_using_directive): Use obstack_strdup.
3944 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3945 * jit.c (finalize_symtab): Use obstack_strdup.
3946 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3947 (guess_partial_die_structure_name, partial_die_info::fixup)
3948 (dwarf2_name): Use obstack_strdup.
3949 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3950 obstack_strdup.
3951 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3952 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3953 obstack_strdup.
3954 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3955
3956 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3957
3958 * unittests/help-doc-selftests.c: New file.
3959 * Makefile.in: Add the new file.
3960
3961 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3962
3963 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3964 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3965 the full first line, except when FOR_VALUE_PREFIX. In this case,
3966 the trailing '.' is not output, and the first character is uppercased.
3967 (print_help_for_command): Update call to print_doc_line.
3968 (print_doc_of_command): Likewise.
3969 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3970 * cli/cli-option.c (append_indented_doc): Do not append newline.
3971 (build_help_option): Append newline after first appended_indented_doc
3972 only if a second call is done.
3973 (build_help): Append 2 new lines before each option, except the first
3974 one.
3975 * compile/compile.c (_initialize_compile): Add new lines after
3976 %OPTIONS%, when not at the end of the help.
3977 Change help doc or code
3978 producing the help doc to respect the invariants.
3979 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3980 Also removed the new line after 'Options:', as all other commands
3981 do not put an empty line between 'Options:' and the first option.
3982 * printcmd.c (_initialize_printcmd): Likewise.
3983 * stack.c (_initialize_stack): Likewise.
3984 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3985 incorrectly telling COMMAND is optional.
3986 * ada-lang.c (_initialize_ada_language): Change help doc or code
3987 producing the help doc to respect the invariants.
3988 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3989 * breakpoint.c (_initialize_breakpoint): Likewise.
3990 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3991 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3992 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3993 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3994 _initialize_cli_style): Likewise.
3995 * corelow.c (core_target_info): Likewise.
3996 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3997 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3998 * filesystem.c (_initialize_filesystem): Likewise.
3999 * frame.c (_initialize_frame): Likewise.
4000 * gnu-nat.c (add_task_commands): Likewise.
4001 * infcall.c (_initialize_infcall): Likewise.
4002 * infcmd.c (_initialize_infcmd): Likewise.
4003 * interps.c (_initialize_interpreter): Likewise.
4004 * language.c (_initialize_language): Likewise.
4005 * linux-fork.c (_initialize_linux_fork): Likewise.
4006 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4007 * maint.c (_initialize_maint_cmds): Likewise.
4008 * memattr.c (_initialize_mem): Likewise.
4009 * printcmd.c (_initialize_printcmd): Likewise.
4010 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4011 _RegEx): Likewise.
4012 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4013 * record-btrace.c (_initialize_record_btrace): Likewise.
4014 * record-full.c (_initialize_record_full): Likewise.
4015 * record.c (_initialize_record): Likewise.
4016 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4017 * regcache.c (_initialize_regcache): Likewise.
4018 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4019 _initialize_remote): Likewise.
4020 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4021 * serial.c (_initialize_serial): Likewise.
4022 * skip.c (_initialize_step_skip): Likewise.
4023 * source.c (_initialize_source): Likewise.
4024 * stack.c (_initialize_stack): Likewise.
4025 * symfile.c (_initialize_symfile): Likewise.
4026 * symtab.c (_initialize_symtab): Likewise.
4027 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4028 * top.c (init_main): Likewise.
4029 * tracefile-tfile.c (tfile_target_info): Likewise.
4030 * tracepoint.c (_initialize_tracepoint): Likewise.
4031 * tui/tui-win.c (_initialize_tui_win): Likewise.
4032 * utils.c (add_internal_problem_command): Likewise.
4033 * valprint.c (value_print_option_defs): Likewise.
4034
4035 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4036
4037 PR build/24886
4038 * configure.ac: Drop enable-libmcheck support.
4039 * configure, config.in: Rebuild.
4040 * libmcheck.m4: Remove.
4041 * acinclude.m4: Don't include it.
4042 * Makefile.in: Don't distribute it.
4043 * top.c (print_gdb_configuration): Don't mention it.
4044
4045 2019-08-06 Tom Tromey <tom@tromey.com>
4046
4047 * utils.c (set_output_style): Sometimes pass stream to
4048 emit_style_escape.
4049 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4050 * record-btrace.c (btrace_insn_history): Update.
4051 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4052 method.
4053 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4054 Update initializers.
4055 <m_uiout>: New field.
4056 <m_di>: Move lower.
4057 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4058 Remove "uiout" parameter.
4059 (dump_insns): Update.
4060 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4061 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4062
4063 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4064
4065 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4066 (error_in_psymtab_expansion): Likewise.
4067 (lookup_symbol_via_quick_fns): Likewise.
4068 (basic_lookup_transparent_type_quick): Likewise.
4069 (basic_lookup_transparent_type_1): Likewise.
4070
4071 2019-08-06 Tom Tromey <tromey@adacore.com>
4072
4073 * source.c (last_source_error): Now bool.
4074 (print_source_lines_base): Make "noprint" bool. Only open
4075 source file when last_source_visited changes.
4076
4077 2019-08-06 Tom Tromey <tromey@adacore.com>
4078
4079 * annotate.c (annotate_source_line): Use g_source_cache.
4080 * source-cache.c (source_cache::get_plain_source_lines): Change
4081 parameters. Populate m_offset_cache.
4082 (source_cache::ensure): New method.
4083 (source_cache::get_line_charpos): New method.
4084 (extract_lines): Move lower. Change parameters.
4085 (source_cache::get_source_lines): Move lower.
4086 * source-cache.h (class source_cache): Update comment.
4087 <get_line_charpos>: New method.
4088 <get_source_lines>: Update comment.
4089 <clear>: Clear m_offset_cache.
4090 <get_plain_source_lines>: Change parameters.
4091 <ensure>: New method
4092 <m_offset_cache>: New member.
4093 * source.c (forget_cached_source_info_for_objfile): Update.
4094 (info_source_command): Use g_source_cache.
4095 (find_source_lines, open_source_file_with_line_charpos): Remove.
4096 (print_source_lines_base, search_command_helper): Use g_source_cache.
4097 * source.h (open_source_file_with_line_charpos): Don't declare.
4098 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4099 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4100 Use g_source_cache.
4101
4102 2019-08-06 Tom Tromey <tromey@adacore.com>
4103
4104 * source-cache.c (source_cache::get_plain_source_lines):
4105 Remove "first_line" and "last_line" parameters.
4106 (source_cache::get_source_lines): Cache plain text.
4107 * source-cache.h (class source_cache)
4108 <get_plain_source_lines>: Update.
4109
4110 2019-08-06 Tom Tromey <tromey@adacore.com>
4111
4112 * source-cache.c (extract_lines): No longer a method.
4113 Changed type of parameter. Include final newline.
4114 (selftests::extract_lines_test): New function.
4115 (_initialize_source_cache): Likewise.
4116 * source-cache.h (class source_cache)
4117 <extract_lines>: Don't declare.
4118
4119 2019-08-06 Tom Tromey <tromey@adacore.com>
4120
4121 * breakpoint.c (init_breakpoint_sal): Update.
4122 (breakpoint): Update.
4123 * breakpoint.h (struct breakpoint) <filter>: Now a
4124 unique_xmalloc_ptr.
4125
4126 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4127
4128 * NEWS: Mention dictionary access on blocks.
4129 * python/py-block.c (blpy_getitem): New function.
4130 (block_object_as_mapping): New struct.
4131 (block_object_type): Use new struct for tp_as_mapping field.
4132
4133 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4134
4135 * objfiles.h (objfile): Add a comment describing partial symbols.
4136
4137 2019-08-05 Tom Tromey <tromey@adacore.com>
4138
4139 * compile/compile.c (_initialize_compile): Use _(), not N_().
4140 * thread.c (_initialize_thread): Use _(), not N_().
4141 * stack.c (_initialize_stack): Use _(), not N_().
4142 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4143
4144 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4145
4146 * dwarf2read.c (struct dw2_symtab_iterator):
4147 <want_specific_block>: Remove.
4148 <block_index>: Change type to gdb::optional.
4149 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4150 change type of BLOCK_INDEX parameter to gdb::optional.
4151 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4152 (dw2_lookup_symbol): Don't pass argument for
4153 WANT_SPECIFIC_BLOCK.
4154 (dw2_expand_symtabs_for_function): Don't pass argument for
4155 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4156 (class dw2_debug_names_iterator)
4157 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4158 parameter, change BLOCK_INDEX type to gdb::optional.
4159 <m_want_specific_block>: Remove.
4160 <m_block_index>: Change type to gdb::optional.
4161 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4162 gdb::optional. Re-write in function of gdb::optional.
4163 (dw2_debug_names_lookup_symbol): Don't pass argument for
4164 WANT_SPECIFIC_BLOCK.
4165 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4166 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4167 BLOCK_INDEX.
4168
4169 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4170
4171 * NEWS: Mention changes to "info sources" command.
4172
4173 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4174
4175 * symtab.c (filename_partial_match_opts): New struct type.
4176 (struct output_source_filename_data): New members
4177 regexp, c_regexp, partial_match.
4178 (output_source_filename): Use new members to decide to print file.
4179 (info_sources_option_defs): New variable.
4180 (make_info_sources_options_def_group, print_info_sources_header,
4181 info_sources_command_completer):
4182 New functions.
4183 (info_sources_command): Read new optional arguments.
4184 (_initialize_symtab): Update info sources help.
4185
4186 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4187
4188 * ada-lang.c (exception_support_info_v0): Renamed from...
4189 (default_exception_support_info): ... this. Create new
4190 definition for v1.
4191 (ada_has_this_exception_support): Look up catch_handlers_sym.
4192 (ada_exception_support_info_sniffer): Try v0 after default.
4193
4194 2019-08-01 Tom Tromey <tromey@adacore.com>
4195
4196 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4197 gdbarch.h.
4198
4199 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4200
4201 * s12z-tdep.c: Fix include path for s12z-opc.h.
4202
4203 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4204
4205 * NEWS: Require GNU make 3.82.
4206
4207 2019-07-16 Tom Tromey <tom@tromey.com>
4208
4209 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4210 declare.
4211
4212 2019-07-30 Tom Tromey <tromey@adacore.com>
4213
4214 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4215
4216 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4217
4218 * printcmd.c (print_address_symbolic): Print negative offsets.
4219 (build_address_symbolic): Force signed arithmetic when computing
4220 offset.
4221
4222 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4223
4224 PR/24474: Add a function to lookup static variables.
4225 * NEWS: Mention this new function.
4226 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4227 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4228 * python/python.c (python_GdbMethods): Add new function.
4229
4230 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4231
4232 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4233 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4234 (objfpy_lookup_static_symbol): New function.
4235 (objfile_object_methods): Add new functions.
4236
4237 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4238
4239 * NEWS: Mention 'set|show print frame-info'. Mention new
4240 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4241 backtrace argument. Mention that python frame filtering code
4242 is now consistent with what 'backtrace' command prints.
4243
4244 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4245
4246 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4247 comments.
4248 (print_frame_info_auto, print_frame_info_source_line,
4249 print_frame_info_location, print_frame_info_source_and_location,
4250 print_frame_info_location_and_address, print_frame_info_short_location):
4251 New declarations.
4252 (struct frame_print_options): New member print_frame_info.
4253 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4254 * stack.h (get_user_print_what_frame_info): New declaration.
4255 (frame_show_address): New declaration.
4256 * stack.c (print_frame_arguments_choices): New value 'presence'.
4257 (print_frame_info_auto, print_frame_info_source_line,
4258 print_frame_info_location, print_frame_info_source_and_location,
4259 print_frame_info_location_and_address, print_frame_info_short_location,
4260 print_frame_info_choices, print_frame_info_print_what): New definitions.
4261 (print_frame_args): Only print dots for args if print frame-arguments
4262 is 'presence'.
4263 (frame_print_option_defs): New element for "frame-info".
4264 (get_user_print_what_frame_info): New function.
4265 (frame_show_address): Make non static. Move comment to stack.h.
4266 (print_frame_info_to_print_what): New function.
4267 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4268 to decide what to print.
4269 (backtrace_command_1): Handle the new print_frame_arguments_presence
4270 value.
4271 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4272 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4273 (py_print_frame): In non-mi mode, use LOCATION as default for
4274 print_what, similarly to frame information printed directly by
4275 backtrace command. Handle frame-info user option in non MI mode.
4276
4277 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4278
4279 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4280 Add case for debugging 32-bit target on 64-bit host. Revise
4281 comment.
4282
4283 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4284
4285 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4286 instead of find_function_entry_range_from_pc.
4287
4288 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4289
4290 * stack.c (find_frame_funname): Remove code which preferred
4291 minsym over symtab sym in "certain pathological cases".
4292
4293 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4294 parameter. Change type of "do_demangle" to bool.
4295 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4296 Pass suitable "prefer_sym_over_minsym" flag to
4297 build_address_symbolic(). Don't output "+" for negative offsets.
4298 * printcmd.c (print_address_symbolic): Update invocation of
4299 build_address_symbolic to include a "prefer_sym_over_minsym"
4300 flag.
4301 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4302 Restrict cases in which use of minimal symbol is preferred to that
4303 of a found symbol. Update comments.
4304
4305 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4306 for entry pc when entry pc is out of range for that FDE.
4307
4308 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4309
4310 PR gdb/24839:
4311 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4312 type.
4313
4314 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4315
4316 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4317 this function's Python signature.
4318
4319
4320 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4321
4322 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4323 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4324 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4325 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4326 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4327
4328
4329 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4330
4331 * h8300-tdep.c (h8300_register_name_common): New.
4332 h8300_register_name): Use h8300_register_name_common.
4333 (h8300s_register_name): Likewise.
4334 (h8300sx_register_name): Likewise.
4335 (h8300h_register_nam): New.
4336 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4337
4338
4339 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4340
4341 * arm-tdep.c (arm_skip_cmse_entry): New function.
4342 (arm_is_sgstubs_section): New function.
4343 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4344
4345 2019-07-22 Tom Tromey <tom@tromey.com>
4346
4347 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4348 Don't self-assign.
4349
4350 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4353 type_print.
4354
4355 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4358 so that GDB doesn't match any msymbols when searching in the
4359 TYPES_DOMAIN.
4360 (print_symbol_info): Print using typedef_print or type_print based
4361 on the type of the symbol. Add updated FIXME comment moved from...
4362 (_initialize_symtab): ... move and update FIXME comment to above.
4363
4364 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * NEWS: Mention adding -q option to "info types".
4367 * symtab.c (struct info_types_options): New struct.
4368 (info_types_options_defs): New variable.
4369 (make_info_types_options_def_group): New function.
4370 (info_types_command): Use gdb::option framework to parse options.
4371 (info_types_command_completer): New function.
4372 (_initialize_symtab): Extend the help text on "info types" and
4373 register command completer.
4374
4375 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4376
4377 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4378 (lookup_symbol_in_objfile): Change int to block_enum and add a
4379 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4380
4381 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4382
4383 * MAINTAINERS (Write After Approval): Add self.
4384
4385 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4388 instruction to the dummy code region.
4389
4390 2019-07-19 Tom Tromey <tromey@adacore.com>
4391
4392 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4393 (ARGSUSED, PARAMS, __func__): Remove rules.
4394
4395 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4396
4397 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4398 * features/arm/arm-with-iwmmxt.c: Remove.
4399 * features/arm/arm-with-iwmmxt.xml: Remove.
4400 * features/arm/arm-with-m-fpa-layout.c: Remove.
4401 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4402 * features/arm/arm-with-m-vfp-d16.c: Remove.
4403 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4404 * features/arm/arm-with-m.c: Remove.
4405 * features/arm/arm-with-m.xml: Remove.
4406 * features/arm/arm-with-neon.c: Remove.
4407 * features/arm/arm-with-neon.xml: Remove.
4408 * features/arm/arm-with-vfpv2.c: Remove.
4409 * features/arm/arm-with-vfpv2.xml: Remove.
4410 * features/arm/arm-with-vfpv3.c: Remove.
4411 * features/arm/arm-with-vfpv3.xml: Remove.
4412
4413 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4414
4415 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4416
4417 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4418
4419 * arch/aarch32.c (aarch32_create_target_description): Create
4420 target descriptions using features.
4421 * arch/arm.c (arm_create_target_description)
4422 (arm_create_mprofile_target_description): Likewise.
4423 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4424
4425 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4426
4427 * Makefile.in: Add new files.
4428 * aarch32-tdep.c: New file.
4429 * aarch32-tdep.h: New file.
4430 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4431 Call aarch32_read_description.
4432 * arch/aarch32.c: New file.
4433 * arch/aarch32.h: New file.
4434 * arch/arm.c (arm_create_target_description)
4435 (arm_create_mprofile_target_description): New function.
4436 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4437 (arm_create_target_description)
4438 (arm_create_mprofile_target_description): New declaration.
4439 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4440 read_description functions.
4441 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4442 Likewise.
4443 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4444 * arm-tdep.c (tdesc_arm_list): New variable.
4445 (arm_register_g_packet_guesses): Call create description functions.
4446 (arm_read_description) (arm_read_mprofile_description): New
4447 function.
4448 * arm-tdep.h (arm_read_description)
4449 (arm_read_mprofile_description): Add declaration.
4450 * configure.tgt: Add new files.
4451
4452 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4453
4454 * top.c (new_ui_command): Open specified terminal just once.
4455
4456 2019-07-18 Tom Tromey <tromey@adacore.com>
4457
4458 * symtab.c (main_name): Constify return type.
4459 * symfile.c (set_initial_language): Update.
4460 * symtab.h (main_name): Constify return type.
4461
4462 2019-07-17 Tom Tromey <tom@tromey.com>
4463
4464 * tui/tui-winsource.c (tui_update_source_window)
4465 (tui_update_source_window_as_is)
4466 (tui_update_source_windows_with_line): Remove return.
4467 * tui/tui-disasm.c (tui_show_disassem)
4468 (tui_show_disassem_and_update_source): Remove return.
4469 * tui/tui.c (tui_reset): Remove return.
4470 * tui/tui-wingeneral.c
4471 (tui_check_and_display_highlight_if_needed): Remove return.
4472
4473 2019-07-17 Tom Tromey <tom@tromey.com>
4474
4475 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4476
4477 2019-07-17 Tom Tromey <tom@tromey.com>
4478
4479 * tui/tui-winsource.h (struct tui_exec_info_window)
4480 (struct tui_source_window_base): Move from tui-data.h.
4481 * tui/tui-winsource.c: Move many method definitions from
4482 elsewhere. Remove "structuring" comments.
4483 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4484 (tui_source_window_base::refresh_window): Move to
4485 tui-winsource.c.
4486 * tui/tui-win.c (tui_source_window_base::refresh_all)
4487 (tui_source_window_base::update_tab_width)
4488 (tui_source_window_base::set_new_height)
4489 (tui_source_window_base::do_make_visible_with_new_height): Move to
4490 tui-winsource.c.
4491 * tui/tui-source.h: Update.
4492 * tui/tui-source.c (tui_source_window_base::reset): Move to
4493 tui-winsource.c.
4494 * tui/tui-disasm.h: Update.
4495 * tui/tui-data.h (struct tui_exec_info_window): Move to
4496 tui-winsource.h.
4497 (struct tui_source_window_base): Likewise.
4498 * tui/tui-data.c (tui_source_window_base::clear_detail)
4499 (tui_source_window_base, ~tui_source_window_base): Move to
4500 tui-winsource.c.
4501
4502 2019-07-17 Tom Tromey <tom@tromey.com>
4503
4504 * tui/tui-win.c (tui_resize_all)
4505 (tui_source_window_base::update_tab_width)
4506 (tui_adjust_win_heights): Update.
4507 (tui_win_info::make_invisible_and_set_new_height): Rename from
4508 make_invisible_and_set_new_height.
4509 * tui/tui-data.h (struct tui_win_info)
4510 <make_invisible_and_set_new_height>: New method.
4511
4512 2019-07-17 Tom Tromey <tom@tromey.com>
4513
4514 * tui/tui.c: Update.
4515 * tui/tui-source.h (struct tui_source_window): Move from
4516 tui-data.h.
4517 * tui/tui-layout.c: Update.
4518 * tui/tui-disasm.c: Update.
4519 * tui/tui-data.h (struct tui_source_window): Move to
4520 tui-source.h.
4521
4522 2019-07-17 Tom Tromey <tom@tromey.com>
4523
4524 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4525 tui-data.h.
4526 * tui/tui-data.h (struct tui_disasm_window): Move to
4527 tui-disasm.h.
4528
4529 2019-07-17 Tom Tromey <tom@tromey.com>
4530
4531 * tui/tui-regs.h (struct tui_data_item_window): Move from
4532 tui-data.h.
4533 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4534 * tui/tui-data.h (struct tui_data_item_window): Move to
4535 tui-regs.h.
4536 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4537
4538 2019-07-17 Tom Tromey <tom@tromey.com>
4539
4540 * tui/tui.c: Update.
4541 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4542 (tui_cmd_window::max_height): Move to tui-command.c.
4543 * tui/tui-layout.c: Update.
4544 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4545 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4546 tui-command.c.
4547 * tui/tui-command.h (struct tui_cmd_window): Move from
4548 tui-data.h.
4549 * tui/tui-command.c: Remove "structuring" comments.
4550 (tui_cmd_window::clear_detail)
4551 (tui_cmd_window::do_make_visible_with_new_height)
4552 (tui_cmd_window::max_height): Move from elsewhere.
4553
4554 2019-07-17 Tom Tromey <tom@tromey.com>
4555
4556 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4557 Now static.
4558 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4559 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4560
4561 2019-07-17 Tom Tromey <tom@tromey.com>
4562
4563 * tui/tui.c: Update.
4564 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4565 tui-regs.c.
4566 * tui/tui-windata.h: Remove file.
4567 * tui/tui-windata.c: Remove file.
4568 * tui/tui-win.c (tui_data_window::set_new_height)
4569 (tui_data_window::do_make_visible_with_new_height): Move to
4570 tui-regs.c.
4571 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4572 * tui/tui-regs.c: Remove "structuring" comments.
4573 (tui_data_window::first_data_item_displayed)
4574 (tui_data_window::delete_data_content_windows)
4575 (tui_data_window::erase_data_content)
4576 (tui_data_window::display_all_data)
4577 (tui_data_window::refresh_all)
4578 (tui_data_window::do_scroll_vertical)
4579 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4580 (tui_data_window::do_make_visible_with_new_height)
4581 (tui_data_window::refresh_window): Move from elsewhere.
4582 (_initialize_tui_regs): Move to end of file.
4583 * tui/tui-layout.c: Update.
4584 * tui/tui-hooks.c: Update.
4585 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4586 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4587 tui-regs.c.
4588 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4589
4590 2019-07-17 Tom Tromey <tom@tromey.com>
4591
4592 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4593 seen.
4594
4595 2019-07-17 Tom Tromey <tom@tromey.com>
4596
4597 * tui/tui-win.c (tui_source_window_base::set_new_height)
4598 (tui_source_window_base::do_make_visible_with_new_height): Use
4599 m_has_locator field directly.
4600 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4601 method.
4602 (struct tui_source_window_base) <has_locator>: Likewise.
4603
4604 2019-07-17 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4607 Don't declare.
4608 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4609 Remove.
4610 * tui/tui-win.c (tui_source_window_base::set_new_height)
4611 (tui_source_window_base::set_new_height)
4612 (make_invisible_and_set_new_height)
4613 (tui_source_window_base::do_make_visible_with_new_height)
4614 (tui_source_window_base::do_make_visible_with_new_height):
4615 Update.
4616 * tui/tui-layout.c (show_source_disasm_command, show_data)
4617 (show_source_or_disasm_and_command): Update.
4618 * tui/tui-layout.c (show_layout): Update.
4619
4620 2019-07-17 Tom Tromey <tom@tromey.com>
4621
4622 * tui/tui-layout.c (make_data_window): Remove.
4623 (show_data): Unify creation and re-initialization cases.
4624
4625 2019-07-17 Tom Tromey <tom@tromey.com>
4626
4627 * tui/tui-layout.c (make_source_window, make_disasm_window):
4628 Remove.
4629 (show_data): Unify creation and re-initialization cases.
4630
4631 2019-07-17 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui-layout.c (make_command_window): Remove.
4634 (show_source_disasm_command, show_source_or_disasm_and_command):
4635 Unify creation and re-initialization cases.
4636
4637 2019-07-17 Tom Tromey <tom@tromey.com>
4638
4639 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4640 creation and re-initialization cases.
4641
4642 2019-07-17 Tom Tromey <tom@tromey.com>
4643
4644 * tui/tui-regs.c (tui_get_register): Return void.
4645
4646 2019-07-17 Tom Tromey <tom@tromey.com>
4647
4648 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4649 Simplify.
4650
4651 2019-07-17 Tom Tromey <tom@tromey.com>
4652
4653 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4654 resetting.
4655
4656 2019-07-17 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4659 * tui/tui-regs.c (tui_reg_layout): New function.
4660 (tui_show_registers, tui_reg_command): Use it.
4661 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4662 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4663 parameters.
4664 (tui_layout_command): Remove.
4665
4666 2019-07-17 Tom Tromey <tom@tromey.com>
4667
4668 * tui/tui-layout.h (tui/tui-layout): Return void.
4669 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4670
4671 2019-07-17 Tom Tromey <tom@tromey.com>
4672
4673 * tui/tui-layout.c (show_source_disasm_command, show_data):
4674 Update.
4675 (reset_locator): Remove.
4676 (show_source_or_disasm_and_command): Update.
4677
4678 2019-07-17 Tom Tromey <tom@tromey.com>
4679
4680 * tui/tui-source.c (tui_source_window_base::reset): Remove
4681 win_type parameter.
4682 * tui/tui-layout.c (make_command_window, make_source_window)
4683 (make_disasm_window, make_data_window)
4684 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4685 (reset_locator, show_source_or_disasm_and_command): Update.
4686 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4687 win_type parameter.
4688 (struct tui_source_window_base) <reset>: Likewise.
4689
4690 2019-07-17 Tom Tromey <tom@tromey.com>
4691
4692 * tui/tui-layout.c (show_source_disasm_command): Use
4693 reset_locator.
4694 (reset_locator): New function.
4695 (init_and_make_win): Remove.
4696 (show_source_or_disasm_and_command): Use reset_locator.
4697
4698 2019-07-17 Tom Tromey <tom@tromey.com>
4699
4700 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4701 condition.
4702 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4703 Remove condition.
4704 * tui/tui-source.c (tui_source_window_base::reset): New method.
4705 * tui/tui-layout.c (make_command_window): Don't call
4706 init_and_make_win.
4707 (make_source_window, make_disasm_window): Don't call
4708 make_source_or_disasm_window.
4709 (make_data_window): Don't call init_and_make_win. Change calling
4710 convention.
4711 (show_source_disasm_command, show_data): Simplify.
4712 (make_source_or_disasm_window): Remove.
4713 (show_source_or_disasm_and_command): Simplify.
4714 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4715 (struct tui_source_window_base) <reset>: Likewise.
4716 <execution_info>: Remove initializer.
4717 * tui/tui-data.c (tui_source_window_base): Initialize
4718 execution_info.
4719
4720 2019-07-17 Tom Tromey <tom@tromey.com>
4721
4722 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4723 variable.
4724
4725 2019-07-17 Tom Tromey <tom@tromey.com>
4726
4727 * tui/tui.c (tui_rl_other_window): Update.
4728 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4729 superclass method first. Always iterate over regs_content.
4730 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4731 method.
4732 * tui/tui-win.c (tui_set_focus_command): Update.
4733
4734 2019-07-17 Tom Tromey <tom@tromey.com>
4735
4736 * tui/tui-win.c (tui_set_focus_command): Rename from
4737 tui_set_focus. Call tui_enable.
4738 (tui_set_focus_command): Remove.
4739
4740 2019-07-17 Tom Tromey <tom@tromey.com>
4741
4742 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4743 refresh_window.
4744 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4745 touchwin.
4746 (tui_data_window::refresh_window): Call refresh_window on data
4747 items. Always call superclass refresh_window.
4748 (tui_win_info::refresh): Remove.
4749 (tui_source_window_base::refresh_window): Update.
4750 (tui_refresh_all): Update.
4751 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4752 refresh_window.
4753 (show_source_or_disasm_and_command): Likewise.
4754 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4755 (struct tui_source_window_base) <refresh>: Likewise.
4756
4757 2019-07-17 Tom Tromey <tom@tromey.com>
4758
4759 * tui/tui-winsource.c (tui_clear_source_content)
4760 (tui_show_source_content): Update.
4761 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4762 whether content is empty.
4763 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4764 Remove.
4765
4766 2019-07-17 Tom Tromey <tom@tromey.com>
4767
4768 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4769 window's contents.
4770 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4771 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4772
4773 2019-07-17 Tom Tromey <tom@tromey.com>
4774
4775 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4776 (struct tui_data_item_window): Update.
4777
4778 2019-07-17 Tom Tromey <tom@tromey.com>
4779
4780 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4781 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4782 defines.
4783
4784 2019-07-17 Tom Tromey <tom@tromey.com>
4785
4786 * tui/tui-winsource.h (tui_erase_source_content)
4787 (tui_clear_source_content): Remove "display_prompt" parameter.
4788 * tui/tui-winsource.c (tui_update_source_window_as_is)
4789 (tui_update_source_windows_with_addr): Update.
4790 (tui_clear_source_content): Remove "display_prompt" parameter.
4791 (tui_erase_source_content): Likewise. Simplify.
4792 (tui_show_source_content): Update.
4793 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4794 * tui/tui-stack.c (tui_show_frame_info): Update.
4795 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4796 Remove defines.
4797
4798 2019-07-17 Tom Tromey <tom@tromey.com>
4799
4800 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4801 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4802 parameter.
4803 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4804 parameter.
4805
4806 2019-07-17 Tom Tromey <tom@tromey.com>
4807
4808 * tui/tui-winsource.c (tui_clear_source_content)
4809 (tui_show_source_content, tui_show_exec_info_content)
4810 (tui_clear_exec_info_content): Update.
4811 * tui/tui-stack.c (tui_show_locator_content): Update.
4812 (tui_show_frame_info): Update.
4813 * tui/tui-source.h (tui_source_window): Don't declare.
4814 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4815 from tui_source_is_displayed.
4816 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4817 Remove field.
4818 (struct tui_source_window_base) <content_in_use>: New field. Now
4819 bool.
4820 (struct tui_source_window) <showing_source_p>: New method.
4821 (TUI_SRC_WIN): Change cast.
4822 * tui/tui-data.c (tui_initialize_static_data): Update.
4823
4824 2019-07-17 Tom Tromey <tom@tromey.com>
4825
4826 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4827 location_matches_p.
4828 * tui/tui-source.c (tui_source_window::location_matches_p): New
4829 method.
4830 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4831 method.
4832 * tui/tui-data.h (struct tui_source_window_base)
4833 <location_matches_p>: New method.
4834 (struct tui_source_window, struct tui_disasm_window)
4835 <location_matches_p>: Likewise.
4836
4837 2019-07-17 Tom Tromey <tom@tromey.com>
4838
4839 * tui/tui-win.c (tui_set_win_height_command): Rename from
4840 tui_set_win_height.
4841 (tui_set_win_height_command): Remove.
4842
4843 2019-07-17 Tom Tromey <tom@tromey.com>
4844
4845 * tui/tui-source.c (tui_source_window): New constructor. Add
4846 observer.
4847 (~tui_source_window): New destructor.
4848 (tui_source_window::style_changed): New method.
4849 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4850 (tui_attach_detach_observers): Update.
4851 * tui/tui-data.h (struct tui_source_window): Make constructor not
4852 inline. Add destructor.
4853 (struct tui_source_window) <style_changed>: New method.
4854 <m_observable>: New member.
4855
4856 2019-07-17 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4859 * tui/tui-win.c (tui_resize_all): Fix typo.
4860
4861 2019-07-17 Tom Tromey <tom@tromey.com>
4862
4863 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4864 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4865 (tui_refresh_all): Remove "list" parameter. Use foreach.
4866 * tui/tui-win.c (window_name_completer): Use foreach.
4867 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4868 (update_tab_width): Likewise.
4869 * tui/tui-layout.c (show_layout): Update.
4870 * tui/tui-data.h (class tui_window_iterator): New.
4871 (struct all_tui_windows): New.
4872 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4873
4874 2019-07-17 Tom Tromey <tom@tromey.com>
4875
4876 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4877 parameter. Don't reference globals.
4878 (tui_reg_command): Update.
4879
4880 2019-07-17 Tom Tromey <tom@tromey.com>
4881
4882 * tui/tui-regs.c (tui_show_registers): Simplify.
4883
4884 2019-07-17 Tom Tromey <tom@tromey.com>
4885
4886 * tui/tui-regs.c (tui_show_registers): Update.
4887 (tui_show_register_group): Add win_info parameter.
4888
4889 2019-07-17 Tom Tromey <tom@tromey.com>
4890
4891 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4892 Rename from tui_display_reg_element_at_line.
4893 (tui_data_window::display_registers_from_line): Update.
4894 * tui/tui-data.h (struct tui_data_window)
4895 <display_reg_element_at_line>: New method.
4896
4897 2019-07-17 Tom Tromey <tom@tromey.com>
4898
4899 * tui/tui-regs.h (tui_display_registers_from)
4900 (tui_display_registers_from_line): Don't declare.
4901 * tui/tui-windata.c (tui_data_window::display_all_data)
4902 (tui_data_window::refresh_all)
4903 (tui_data_window::do_scroll_vertical): Update.
4904 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4905 from tui_display_registers_from.
4906 (tui_display_reg_element_at_line): Update.
4907 (tui_data_window::display_registers_from_line): Rename from
4908 tui_display_registers_from_line.
4909 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4910 display_registers_from_line>: New methods.
4911
4912 2019-07-17 Tom Tromey <tom@tromey.com>
4913
4914 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4915 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4916 from tui_erase_data_content.
4917 (tui_data_window::display_all_data)
4918 (tui_data_window::refresh_all)
4919 (tui_data_window::do_scroll_vertical): Update.
4920 * tui/tui-regs.c (tui_show_registers): Update.
4921 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4922 New method.
4923
4924 2019-07-17 Tom Tromey <tom@tromey.com>
4925
4926 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4927 declare.
4928 * tui/tui-windata.c
4929 (tui_data_window::delete_data_content_windows): Rename from
4930 tui_delete_data_content_windows.
4931 (tui_data_window::display_all_data)
4932 (tui_data_window::do_scroll_vertical): Update.
4933 * tui/tui-data.h (struct tui_data_window)
4934 <delete_data_content_windows>: New method.
4935
4936 2019-07-17 Tom Tromey <tom@tromey.com>
4937
4938 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4939 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4940
4941 2019-07-17 Tom Tromey <tom@tromey.com>
4942
4943 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4944 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4945 from tui_display_all_data.
4946 * tui/tui-win.c
4947 (tui_data_window::do_make_visible_with_new_height): Update.
4948 * tui/tui-regs.c (tui_show_registers): Update.
4949 * tui/tui-layout.c (tui_set_layout): Update.
4950 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4951 method.
4952
4953 2019-07-17 Tom Tromey <tom@tromey.com>
4954
4955 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4956 * tui/tui-windata.c (tui_display_data_from): Remove.
4957 (tui_data_window::refresh_all): Update.
4958
4959 2019-07-17 Tom Tromey <tom@tromey.com>
4960
4961 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4962 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4963 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4964 tui_display_registers_from_line.
4965 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4966 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4967 "force_display" parameter.
4968
4969 2019-07-17 Tom Tromey <tom@tromey.com>
4970
4971 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4972 declare.
4973 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4974 Rename from tui_first_reg_element_no_inline.
4975 (tui_display_reg_element_at_line)
4976 (tui_display_registers_from_line): Update.
4977 * tui/tui-data.h (struct tui_data_window)
4978 <first_reg_element_no_inline>: New method.
4979
4980 2019-07-17 Tom Tromey <tom@tromey.com>
4981
4982 * tui/tui-windata.c (tui_display_data_from)
4983 (tui_data_window::do_scroll_vertical): Update.
4984 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4985 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4986 Rename from tui_line_from_reg_element_no.
4987 (tui_display_registers_from_line): Update.
4988 * tui/tui-data.h (struct tui_data_window)
4989 <line_from_reg_element_no>: New method.
4990
4991 2019-07-17 Tom Tromey <tom@tromey.com>
4992
4993 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4994 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4995 tui_last_regs_line_no.
4996 (tui_display_reg_element_at_line)
4997 (tui_display_registers_from_line): Update.
4998 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4999 method.
5000
5001 2019-07-17 Tom Tromey <tom@tromey.com>
5002
5003 PR tui/24722:
5004 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5005 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5006 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5007 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5008 (tui_update_breakpoint_info): Likewise.
5009 * tui/tui-hooks.c (tui_event_create_breakpoint)
5010 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5011 Update.
5012
5013 2019-07-17 Tom Tromey <tom@tromey.com>
5014
5015 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5016
5017 2019-07-17 Tom Tromey <tom@tromey.com>
5018
5019 * tui/tui-winsource.c (tui_update_source_window_as_is)
5020 (tui_update_source_windows_with_addr): Update.
5021 * tui/tui-source.h (tui_set_source_content)
5022 (tui_show_symtab_source): Add "win_info" parameter.
5023 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5024 parameter.
5025 (tui_show_symtab_source): Likewise.
5026
5027 2019-07-17 Tom Tromey <tom@tromey.com>
5028
5029 * tui/tui-wingeneral.c
5030 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5031
5032 2019-07-17 Tom Tromey <tom@tromey.com>
5033
5034 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5035 (struct tui_cmd_window) <can_scroll>: New method.
5036 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5037 method.
5038
5039 2019-07-17 Tom Tromey <tromey@adacore.com>
5040
5041 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5042 do_field_signed>: Rename. Change type of "value".
5043 * ui-out.c (ui_out::field_signed): Rename from field_int.
5044 Change type of "value".
5045 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5046 type of "value".
5047 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5048 do_field_int. Change type of "value".
5049 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5050 do_field_int. Change type of "value".
5051 * tracepoint.c (trace_status_mi, tfind_1)
5052 (print_one_static_tracepoint_marker): Update.
5053 * thread.c (print_thread_info_1, print_selected_thread_frame):
5054 Update.
5055 * stack.c (print_frame, print_frame_info): Update.
5056 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5057 Update.
5058 * source.c (print_source_lines_base): Update.
5059 * skip.c (info_skip_command): Update.
5060 * record-btrace.c (btrace_ui_out_decode_error)
5061 (btrace_call_history_src_line): Update.
5062 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5063 Update.
5064 * progspace.c (print_program_space): Update.
5065 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5066 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5067 do_field_int. Change type of "value".
5068 * mi/mi-out.c (mi_ui_out::do_table_begin)
5069 (mi_ui_out::do_table_header): Update.
5070 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5071 type of "value".
5072 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5073 (mi_cmd_data_list_changed_registers, output_register)
5074 (mi_cmd_data_read_memory, mi_load_progress)
5075 (mi_cmd_trace_frame_collected): Update.
5076 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5077 Update.
5078 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5079 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5080 (mi_cmd_var_list_children, varobj_update_one): Update.
5081 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5082 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5083 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5084 * inferior.c (print_inferior): Update.
5085 * gdb_bfd.c (print_one_bfd): Update.
5086 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5087 Update.
5088 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5089 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5090 do_field_int. Change type of "value".
5091 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5092 do_field_int. Change type of "value".
5093 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5094 (print_one_breakpoint_location, print_it_catch_fork)
5095 (print_one_catch_fork, print_it_catch_vfork)
5096 (print_one_catch_vfork, print_it_catch_solib)
5097 (print_it_catch_exec, print_it_ranged_breakpoint)
5098 (print_mention_watchpoint, print_mention_masked_watchpoint)
5099 (bkpt_print_it, update_static_tracepoint): Update.
5100 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5101 * break-catch-syscall.c (print_it_catch_syscall): Update.
5102 * ada-tasks.c (print_ada_task_info): Update.
5103 * ada-lang.c (print_it_exception, print_mention_exception):
5104 Update.
5105
5106 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 PR breakpoints/24541
5109 * gdbarch.c: Regenerate.
5110 * gdbarch.h: Regenerate.
5111 * gdbarch.sh: Adjust return type and parameter types for
5112 'stap_adjust_register'.
5113 (i386_stap_adjust_register): Adjust signature and return new
5114 register name.
5115 * stap-probe.c (stap_parse_register_operand): Adjust use of
5116 'gdbarch_stap_adjust_register'.
5117
5118 2019-07-17 Tom Tromey <tromey@adacore.com>
5119
5120 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5121 declare VEC.
5122 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5123 std::vector.
5124 (struct s390_process_info): Add initializers.
5125 (s390_add_process): Use new.
5126 (s390_linux_nat_target::low_forget_process): Use delete.
5127 (s390_linux_nat_target::low_new_fork)
5128 (s390_linux_nat_target::stopped_by_watchpoint)
5129 (s390_linux_nat_target::low_prepare_to_resume)
5130 (s390_linux_nat_target::insert_watchpoint)
5131 (s390_linux_nat_target::insert_hw_breakpoint)
5132 (s390_linux_nat_target::remove_watchpoint)
5133 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5134
5135 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5136
5137 * aarch64-fbsd-nat.c: Include regcache.h.
5138 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5139 argument.
5140 (aarch64_fbsd_nat_target::fetch_registers)
5141 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5142 variable.
5143 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5144
5145 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5146
5147 * fbsd-nat.c: Include gdbarch.h.
5148
5149 2019-07-15 Tom Tromey <tromey@adacore.com>
5150
5151 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5152
5153 2019-07-15 Tom Tromey <tromey@adacore.com>
5154
5155 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5156 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5157 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5158 * cli-out.c (cli_ui_out::do_field_int): New method.
5159 * ui-out.c (ui_out::field_unsigned): New method.
5160 * symfile.c (generic_load): Use field_unsigned.
5161 (print_transfer_performance): Likewise.
5162 * record-btrace.c (ui_out_field_uint): Remove.
5163 (btrace_call_history_insn_range, btrace_call_history): Use
5164 field_unsigned.
5165 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5166 field_unsigned.
5167 * ui-out.h (class ui_out) <field_unsigned>: New method.
5168 <do_field_unsigned>: Likewise.
5169
5170 2019-07-15 Tom Tromey <tromey@adacore.com>
5171
5172 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5173 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5174 * target.c (flash_erase_command): Use field_string.
5175 * infrun.c (print_signal_received_reason): Use field_string.
5176 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5177 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5178 field_string.
5179 * ada-tasks.c (print_ada_task_info): Use field_string.
5180
5181 2019-07-15 Tom Tromey <tromey@adacore.com>
5182
5183 * target.c (flash_erase_command): Use field_core_addr.
5184 * symfile.c (generic_load): Use field_core_addr.
5185 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5186 Use field_core_addr.
5187 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5188 field_core_addr.
5189
5190 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5191
5192 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5193 value if its desired type is smaller than a CORE_ADDR and signed.
5194
5195 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5198 of changes to field names, and use new is_reference field to
5199 decide if a property is a reference or not.
5200 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5201 field.
5202 (struct dwarf2_property_baton): Update header comment, rename
5203 'referenced_type' to 'property_type' and update comments.
5204 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5205 default property type, store in property baton, update to take
5206 accound of renamed field.
5207 (read_func_scope): Update call to attr_to_dynamic_prop.
5208 (read_array_type): Likewise.
5209 (dwarf2_per_cu_addr_sized_int_type): New function.
5210 (read_subrange_index_type): Move type finding code to
5211 dwarf2_per_cu_addr_sized_int_type.
5212 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5213 (dwarf2_per_cu_addr_type): New function.
5214 (set_die_type): Update calls to attr_to_dynamic_prop.
5215
5216 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * dwarf2read.c (read_subrange_index_type): New function.
5219 (read_subrange_type): Move code into new function and call it.
5220 * gdbtypes.c (create_range_type): Add some asserts.
5221
5222 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5223
5224 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5225 update return statements.
5226 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5227 declaration, and update comment to match.
5228 * gdbtypes.c (resolve_dynamic_array): Update call to
5229 dwarf2_evaluate_property to match new return type.
5230
5231 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * valarith.c (value_subscripted_rvalue): Change lowerbound
5234 parameter type from int to LONGEST.
5235 * value.h (value_subscripted_rvalue): Likewise in declaration.
5236
5237 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5238
5239 * cli/cli-utils.c (info_print_command_completer): New function.
5240 * cli/cli-utils.h: Add 'completer.h' include, and forward
5241 declaration for 'struct cmd_list_element'.
5242 (info_print_command_completer): Declare.
5243 * stack.c (_initialize_stack): Add completer for 'info locals' and
5244 'info args'.
5245 * symtab.c (_initialize_symtab): Add completer for 'info
5246 variables' and 'info functions'.
5247 * NEWS: Mention completion for additional info commands.
5248
5249 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * cli/cli-utils.c (extract_info_print_args): Delete.
5252 (extract_arg_maybe_quoted): Delete.
5253 (info_print_options_defs): New variable.
5254 (make_info_print_options_def_group): New function.
5255 (extract_info_print_options): Define new function.
5256 * cli/cli-utils.h (extract_info_print_args): Delete.
5257 (struct info_print_options): New structure.
5258 (extract_info_print_options): Declare new function.
5259 * stack.c (info_locals_command): Update to use new
5260 extract_info_print_options, also add a header comment.
5261 (info_args_command): Likewise.
5262 * symtab.c (info_variables_command): Likewise.
5263 (info_functions_command): Likewise.
5264
5265 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5268 to extract string arguments.
5269 * common/common-utils.c (extract_string_maybe_quoted): New function.
5270 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5271
5272 2019-07-11 Tom Tromey <tromey@adacore.com>
5273
5274 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5275 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5276 * top.h (gdbinit): Don't declare.
5277 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5278 into...
5279 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5280 * top.c (gdb_init): Don't call init_cli_cmds.
5281 (gdbinit): Remove.
5282 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5283
5284 2019-07-11 Tom Tromey <tromey@adacore.com>
5285
5286 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5287 after it has been moved.
5288
5289 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5290
5291 * valops.c (value_must_coerce_to_target): Change return type to
5292 bool.
5293 * value.h (value_must_coerce_to_target): Likewise.
5294
5295 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5296
5297 * breakpoint.c (is_hardware_watchpoint): Remove
5298 forward-declaration.
5299 (is_masked_watchpoint): Change return type to bool.
5300 (is_tracepoint): Likewise.
5301 (is_breakpoint): Likewise.
5302 (is_hardware_watchpoint): Likewise.
5303 (is_watchpoint): Likewise.
5304 (is_no_memory_software_watchpoint): Likewise.
5305 (is_catchpoint): Likewise.
5306 (breakpoint_1): Make FILTER parameter's return type bool.
5307 is_masked_watchpoint): Change return type to bool.
5308 (save_breakpoints): Make FILTER parameter's return type bool.
5309 * breakpoint.h (is_breakpoint): Change return type to bool.
5310 (is_watchpoint): Likewise.
5311 (is_catchpoint): Likewise.
5312 (is_tracepoint): Likewise.
5313
5314 2019-07-10 Tom Tromey <tom@tromey.com>
5315
5316 * defs.h: Don't include gdbarch.h.
5317 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5318 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5319 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5320 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5321 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5322 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5323 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5324 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5325 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5326 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5327 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5328 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5329 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5330 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5331 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5332 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5333 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5334 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5335 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5336 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5337 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5338 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5339 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5340 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5341 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5342 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5343 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5344
5345 2019-07-10 Tom Tromey <tromey@adacore.com>
5346
5347 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5348 * breakpoint.c (init_ada_exception_breakpoint): Register as
5349 bp_catchpoint.
5350 (print_one_breakpoint_location, print_one_breakpoint): Use
5351 is_ada_exception_catchpoint.
5352 * ada-lang.c (class ada_catchpoint_location): Pass
5353 bp_loc_software_breakpoint to bp_location constructor.
5354 (is_ada_exception_catchpoint): New function.
5355
5356 2019-07-10 Tom Tromey <tromey@adacore.com>
5357
5358 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5359 VEC.
5360 (struct arm_exidx_entry): New method operator<.
5361 (struct arm_exidx_data) <section_maps>: Change type.
5362 (arm_exidx_data_free): Remove.
5363 (arm_exidx_data_key): Change type. Move lower.
5364 (arm_exidx_new_objfile): Update.
5365 (arm_compare_exidx_entries): Remove.
5366 (arm_find_exidx_entry, _initialize_arm_tdep)
5367
5368 2019-07-10 Tom Tromey <tromey@adacore.com>
5369
5370 * solib-spu.c (ocl_program_data_key): Change type.
5371 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5372 Update.
5373
5374 2019-07-10 Tom Tromey <tromey@adacore.com>
5375
5376 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5377 (struct solib_aix_inferior_data) <library_list>: Change type.
5378 (solib_aix_inferior_data_handle): Change type.
5379 (get_solib_aix_inferior_data): Update.
5380 (solib_aix_free_library_list): Remove.
5381 (library_list_start_library): Update.
5382 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5383 return type.
5384 (solib_aix_get_library_list)
5385 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5386 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5387
5388 2019-07-10 Tom Tromey <tromey@adacore.com>
5389
5390 * solib-dsbt.c (struct dsbt_info): Add initializers.
5391 (solib_dsbt_pspace_data): Change type.
5392 (dsbt_pspace_data_cleanup): Remove.
5393 (get_dsbt_info, _initialize_dsbt_solib): Update.
5394
5395 2019-07-10 Tom Tromey <tromey@adacore.com>
5396
5397 * spu-tdep.c (spu_overlay_data): Change type.
5398 (spu_get_overlay_table, spu_overlay_new_objfile)
5399 (_initialize_spu_tdep): Update.
5400
5401 2019-07-10 Tom Tromey <tromey@adacore.com>
5402
5403 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5404 destructor.
5405 (dbx_objfile_data_key): Change type and declare later.
5406 (DBX_SYMFILE_INFO): Rewrite.
5407 * dbxread.c (dbx_objfile_data_key): Change type.
5408 (dbx_symfile_init): Update.
5409 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5410 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5411 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5412
5413 2019-07-10 Tom Tromey <tromey@adacore.com>
5414
5415 * jit.c (jit_program_space_key): Change type. Move lower.
5416 (get_jit_program_space_data): Update.
5417 (jit_program_space_data_cleanup): Remove.
5418 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5419 Update.
5420 (struct jit_program_space_data): Add initializers.
5421
5422 2019-07-10 Tom Tromey <tromey@adacore.com>
5423
5424 * solib-darwin.c (struct darwin_info): Add initializers.
5425 (solib_darwin_pspace_data): Change type.
5426 (darwin_pspace_data_cleanup): Remove.
5427 (get_darwin_info, _initialize_darwin_solib): Update.
5428
5429 2019-07-10 Tom Tromey <tromey@adacore.com>
5430
5431 * remote-sim.c (struct sim_inferior_data): Add initializers,
5432 constructor, and destructor.
5433 (sim_inferior_data_key): Change type. Move lower.
5434 (check_for_duplicate_sim_descriptor): Update.
5435 (get_sim_inferior_data): Use new. Update.
5436 (~sim_inferior_data_cleanup): Rename from
5437 sim_inferior_data_cleanup. Simplify.
5438 (gdbsim_close_inferior, simulator_command)
5439 (sim_command_completer, _initialize_remote_sim): Update.
5440 (next_pid, INITIAL_PID): Move earlier.
5441
5442 2019-07-10 Tom Tromey <tromey@adacore.com>
5443
5444 * python/python-internal.h (create_thread_object): Return
5445 gdbpy_ref.
5446 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5447 * python/py-inferior.c (struct threadlist_entry): Add
5448 constructor.
5449 <thread_obj>: Now a gdbpy_ref.
5450 (thread_to_thread_object): Update.
5451 (add_thread_object): Use new.
5452 (delete_thread_object): Use delete.
5453 (infpy_threads): Update.
5454 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5455 GIL.
5456
5457 2019-07-10 Tom Tromey <tromey@adacore.com>
5458
5459 * valops.c (value_cast): Specialize error message for Ada.
5460
5461 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5462
5463 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5464
5465 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5466
5467 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5468 bpstat_should_step): Return bool, adjust comments.
5469 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5470 bpstat_should_step): Likewise.
5471
5472 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5473
5474 * features/Makefile: Use feature target descriptions for Arm.
5475 * features/arm/arm-core.c: Generate new file.
5476 * features/arm/arm-fpa.c: Likewise.
5477 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5478 * features/arm/arm-m-profile.c: Likewise.
5479 * features/arm/arm-vfpv2.c: Likewise.
5480 * features/arm/arm-vfpv3.c: Likewise.
5481 * features/arm/xscale-iwmmxt.c: Likewise.
5482 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5483
5484 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5485
5486 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5487 ptrace earlier.
5488
5489 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5490
5491 * features/aarch64-pauth.c: Regenerate.
5492
5493 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5494
5495 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5496 bool.
5497 (bpstat_what): Use false instead of 0.
5498
5499 2019-07-09 Pedro Alves <palves@redhat.com>
5500
5501 * break-catch-throw.c (is_exception_catchpoint): New.
5502 * breakpoint.c (print_one_breakpoint_location): New parameter
5503 'raw_loc'. Handle it. Use
5504 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5505 looking at the breakpoint's type.
5506 (print_one_breakpoint): If handling "maint info breakpoints", also
5507 print locations of exception catchpoints.
5508 * breakpoint.h (is_exception_catchpoint): Declare.
5509
5510 2019-07-09 Pedro Alves <palves@redhat.com>
5511
5512 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5513 "addr" field.
5514 (allocate_location_exception_catchpoint): New.
5515 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5516 (initialize_throw_catchpoint_ops): Install
5517 allocate_location_exception_catchpoint as allocate_location
5518 method.
5519 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5520 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5521 bp_loc_other.
5522 (breakpoint_address_is_meaningful): Delete.
5523 (bl_address_is_meaningful): New.
5524 (breakpoint_locations_match): Adjust comment.
5525 (bp_location_from_bp_type): New, factored out of...
5526 (bp_location::bp_location(breakpoint *)): ... this.
5527 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5528 factored out of...
5529 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5530 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5531 breakpoint_address_is_meaningful.
5532 (bp_locations_compare): Adjust comment.
5533 (update_global_location_list): Use bl_address_is_meaningful
5534 instead of breakpoint_address_is_meaningful.
5535 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5536 explicit.
5537 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5538 * python/py-breakpoint.c (bppy_get_location): No longer check
5539 whether location is null.
5540
5541 2019-07-09 Pedro Alves <palves@redhat.com>
5542
5543 PR c++/15468
5544 * breakpoint.c (print_one_breakpoint_location): Remove
5545 single-location assert.
5546
5547 2019-07-09 Tom Tromey <tom@tromey.com>
5548
5549 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5550 * configure: Rebuild.
5551 * configure.ac: Change common to gdbsupport.
5552 * gdbsupport: Rename from common.
5553 * acinclude.m4: Change common to gdbsupport.
5554 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5555 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5556 gdbsupport.
5557 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5558 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5559 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5560 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5561 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5562 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5563 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5564 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5565 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5566 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5567 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5568 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5569 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5570 coff-pe-read.c, command.h, compile/compile-c-support.c,
5571 compile/compile-c.h, compile/compile-cplus-symbols.c,
5572 compile/compile-cplus-types.c, compile/compile-cplus.h,
5573 compile/compile-loc2c.c, compile/compile.c, completer.c,
5574 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5575 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5576 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5577 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5578 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5579 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5580 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5581 features/aarch64-core.c, features/aarch64-fpu.c,
5582 features/aarch64-pauth.c, features/aarch64-sve.c,
5583 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5584 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5585 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5586 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5587 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5588 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5589 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5590 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5591 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5592 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5593 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5594 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5595 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5596 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5597 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5598 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5599 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5600 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5601 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5602 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5603 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5604 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5605 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5606 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5607 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5608 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5609 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5610 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5611 minsyms.c, mips-linux-tdep.c, namespace.h,
5612 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5613 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5614 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5615 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5616 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5617 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5618 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5619 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5620 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5621 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5622 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5623 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5624 procfs.c, producer.c, progspace.h, psymtab.h,
5625 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5626 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5627 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5628 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5629 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5630 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5631 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5632 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5633 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5634 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5635 target-memory.c, target.c, target.h, target/waitstatus.c,
5636 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5637 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5638 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5639 unittests/array-view-selftests.c,
5640 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5641 unittests/common-utils-selftests.c,
5642 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5643 unittests/format_pieces-selftests.c,
5644 unittests/function-view-selftests.c,
5645 unittests/lookup_name_info-selftests.c,
5646 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5647 unittests/mkdir-recursive-selftests.c,
5648 unittests/observable-selftests.c,
5649 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5650 unittests/parse-connection-spec-selftests.c,
5651 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5652 unittests/scoped_fd-selftests.c,
5653 unittests/scoped_mmap-selftests.c,
5654 unittests/scoped_restore-selftests.c,
5655 unittests/string_view-selftests.c, unittests/style-selftests.c,
5656 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5657 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5658 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5659 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5660 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5661 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5662
5663 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5666 bool value.
5667 (decode_digits_ordinary): Set explicit_line field in sal.
5668 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5669 symtab_and_line that was set on an explicit line number in
5670 assembler code. Do always update the recorded symtab and line if
5671 we do skip the prologue.
5672
5673 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * breakpoint.c (set_breakpoint_location_function): Remove
5676 explicit_loc parameter.
5677 (momentary_breakpoint_from_master): Update call to
5678 set_breakpoint_location_function.
5679 (add_location_to_breakpoint): Likewise.
5680
5681 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5684 required features based on default bfd type when no specific bfd
5685 is present.
5686
5687 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5688
5689 * NEWS: Mention that GDB printf and eval commands can now print
5690 C-style and Ada-style convenience var strings without
5691 calling the inferior.
5692 * printcmd.c (printf_c_string): Locally print GDB internal var
5693 instead of transiting via the inferior.
5694 (printf_wide_c_string): Likewise.
5695
5696 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5697
5698 PR breakpoints/25011
5699 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5700
5701 2019-07-04 Tom Tromey <tom@tromey.com>
5702
5703 PR tui/24724:
5704 * tui/tui-winsource.c (tui_clear_source_content): Update.
5705 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5706 (tui_update_breakpoint_info): Update.
5707 (tui_set_exec_info_content): Update.
5708 * tui/tui-source.c (tui_set_source_content_nil): Update.
5709 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5710 has_break.
5711 * tui/tui-data.h (enum tui_bp_flag): New.
5712 (tui_bp_flags): New enum flags type.
5713 (struct tui_source_element) <break_mode>: Change type. Rename
5714 from has_break.
5715 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5716 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5717 constants.
5718 * tui/tui-winsource.h: Fix comment.
5719
5720 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5721
5722 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5723 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5724 (store_fpregs_to_thread)
5725 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5726 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5727 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5728 (IWMMXT_REGS_SIZE): Add define.
5729 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5730 (fetch_vfp_regs, store_vfp_regs)
5731 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5732 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5733
5734 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5735
5736 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5737 defines.
5738 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5739 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5740 (ARM_INT_REGISTER_SIZE): ...to this.
5741 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5742 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5743 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5744 (arm_linux_collect_gregset, supply_nwfpe_register)
5745 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5746 defines.
5747 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5748 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5749 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5750 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5751 (arm_return_in_memory, arm_store_return_value)
5752 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5753 (arm_record_ld_st_multiple): Likewise.
5754 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5755 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5756
5757 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5758
5759 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5760 AARCH64_DISPLACED_MODIFIED_INSNS.
5761 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5762 (aarch64_displaced_step_copy_insn): Likewise.
5763 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5764 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5765 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5766 ARM_DISPLACED_MODIFIED_INSNS.
5767 * arm-tdep.c (arm_gdbarch_init): Likewise.
5768 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5769 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5770 (struct arm_displaced_step_closure): Use
5771 ARM_DISPLACED_MODIFIED_INSNS.
5772
5773 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5774
5775 * features/Makefile: Remove unused xml files.
5776 * features/aarch64.xml: Remove.
5777 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5778 * features/i386/amd64-avx-avx512.xml: Remove.
5779 * features/i386/amd64-avx-linux.xml: Remove.
5780 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5781 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5782 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5783 * features/i386/amd64-avx-mpx.xml: Remove.
5784 * features/i386/amd64-avx.xml: Remove.
5785 * features/i386/amd64-linux.xml: Remove.
5786 * features/i386/amd64-mpx-linux.xml: Remove.
5787 * features/i386/amd64-mpx.xml: Remove.
5788 * features/i386/amd64.xml: Remove.
5789 * features/i386/i386-avx-avx512-linux.xml: Remove.
5790 * features/i386/i386-avx-avx512.xml: Remove.
5791 * features/i386/i386-avx-linux.xml: Remove.
5792 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5793 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5794 * features/i386/i386-avx-mpx-linux.xml: Remove.
5795 * features/i386/i386-avx-mpx.xml: Remove.
5796 * features/i386/i386-avx.xml: Remove.
5797 * features/i386/i386-linux.xml: Remove.
5798 * features/i386/i386-mmx-linux.xml: Remove.
5799 * features/i386/i386-mmx.xml: Remove.
5800 * features/i386/i386-mpx-linux.xml: Remove.
5801 * features/i386/i386-mpx.xml: Remove.
5802 * features/i386/i386.xml: Remove.
5803 * features/i386/x32-avx-avx512-linux.xml: Remove.
5804 * features/i386/x32-avx-linux.xml: Remove.
5805 * features/i386/x32-linux.xml: Remove.
5806
5807 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5808
5809 * regformats/aarch64.dat: Remove.
5810 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5811 * regformats/i386/amd64-avx-linux.dat: Remove.
5812 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5813 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5814 * regformats/i386/amd64-linux.dat: Remove.
5815 * regformats/i386/amd64-mpx-linux.dat: Remove.
5816 * regformats/i386/amd64.dat: Remove.
5817 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5818 * regformats/i386/i386-avx-linux.dat: Remove.
5819 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5820 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5821 * regformats/i386/i386-linux.dat: Remove.
5822 * regformats/i386/i386-mmx-linux.dat: Remove.
5823 * regformats/i386/i386-mpx-linux.dat: Remove.
5824 * regformats/i386/i386.dat: Remove.
5825 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5826 * regformats/i386/x32-avx-linux.dat: Remove.
5827 * regformats/i386/x32-linux.dat: Remove.
5828
5829 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5830
5831 * aarch64-tdep.c: Remove xml self tests.
5832 * amd64-linux-tdep.c: Likewise.
5833 * amd64-tdep.c: Likewise.
5834 * i386-linux-tdep.c: Likewise.
5835 * i386-tdep.c: Likewise.
5836
5837 2019-07-03 Pedro Alves <palves@redhat.com>
5838
5839 PR cli/24732
5840 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5841 (pipe_cmd_option_defs): New.
5842 (make_pipe_cmd_options_def_group): New.
5843 (pipe_command): Use gdb::option::process_options.
5844 (pipe_command_completer): New function.
5845 (_initialize_cli_cmds): Install completer for "pipe" command.
5846
5847 2019-07-03 Pedro Alves <palves@redhat.com>
5848
5849 * cli/cli-option.c (union option_value) <string>: New field.
5850 (struct option_def_and_value): Add ctor, move ctor, dtor and
5851 use DISABLE_COPY_AND_ASSIGN.
5852 (option_def_and_value::clear_value): New.
5853 (parse_option, save_option_value_in_ctx, get_val_type_str)
5854 (add_setshow_cmds_for_options): Handle var_string.
5855 * cli-option.h (union option_def::var_address) <string>: New
5856 field.
5857 (struct string_option_def): New.
5858 * maint-test-options.c (struct test_options_opts): Add default
5859 ctor and use DISABLE_COPY_AND_ASSIGN.
5860 <string_opt>: New field.
5861 (test_options_opts::~test_options_opts): New.
5862 (test_options_opts::dump): Also dump "-string".
5863 (test_options_option_defs): Install "string.
5864
5865 2019-07-03 Pedro Alves <palves@redhat.com>
5866
5867 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5868 option_value with a null enumeration.
5869 (complete_options): Save the option values in the context.
5870 (save_option_value_in_ctx): New, factored out from ...
5871 (process_options): ... here.
5872 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5873 of the function.
5874 * maint-test-options.c (test_options_opts::dump): New, factored
5875 out from ...
5876 (maintenance_test_options_command_mode): ... here.
5877 (maintenance_test_options_command_completion_result): Delete.
5878 (maintenance_test_options_command_completion_text): Update
5879 comment.
5880 (maintenance_show_test_options_completion_result): Change
5881 prototype. Just print
5882 maintenance_test_options_command_completion_text.
5883 (save_completion_result): New.
5884 (maintenance_test_options_completer_mode): Pass options context to
5885 complete_options, and then save a dump.
5886 (_initialize_maint_test_options): Use add_cmd to install "maint
5887 show test-options-completion-result".
5888
5889 2019-07-03 Pedro Alves <palves@redhat.com>
5890
5891 * NEWS (New commands): Mention "with" and "maint with".
5892 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5893 (with_command, with_command_completer): New.
5894 (pipe_command): Adjust to new repeat_previous
5895 interface.
5896 (_initialize_cli_cmds): Install the "with" command and its "w"
5897 alias.
5898 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5899 declarations.
5900 * cli/cli-setshow.c (parse_cli_var_uinteger)
5901 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5902 argument strings for all var_types.
5903 (get_setshow_command_value_string): New, factored out from ...
5904 (do_show_command): ... this.
5905 * cli/cli-setshow.h: Include <string>.
5906 (get_setshow_command_value_string): Declare.
5907 * command.h (repeat_previous): Now returns const char *. Adjust
5908 comment.
5909 * maint.c: Include "cli/cli-cmds.h".
5910 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5911 (_initialize_maint_cmds): Register the "maintenance with" command.
5912 * top.c (repeat_previous): Move bits from pipe_command here:
5913 Return the saved command line, if any; error out if there's no
5914 command to relaunch.
5915
5916 2019-07-03 Pedro Alves <palves@redhat.com>
5917
5918 * NEWS (New commands): Mention "maint set/show test-settings"
5919 instead of "maint test-settings".
5920 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5921 (maintenance_test_settings_set_list): Rename to ...
5922 (maintenance_set_test_settings_list): ... this.
5923 (maintenance_test_settings_show_list): Rename to ...
5924 (maintenance_show_test_settings_list): ... this.
5925 (maintenance_test_settings_cmd): Delete.
5926 (maintenance_test_settings_set_cmd): ...
5927 (maintenance_set_test_settings_cmd): ... this.
5928 (maintenance_test_settings_show_cmd): ...
5929 (maintenance_show_test_settings_cmd): ... this.
5930 (maintenance_test_settings_show_value_cmd):
5931 (maintenance_show_test_settings_value_cmd): ... this.
5932 (_initialize_maint_test_settings): No longer install the "maint
5933 test-settings" prefix command. Rename "maint test-settings set"
5934 to "maint set test-settings", and "maint test-settings show" to
5935 "maint show test-settings". Adjust all subcommands.
5936
5937 2019-07-03 Pedro Alves <palves@redhat.com>
5938
5939 * maint-test-settings.c: Fix file's intro comment. Replace all
5940 references to "test-options" with references to "test-settings",
5941 in comments.
5942
5943 2019-07-03 Pedro Alves <palves@redhat.com>
5944
5945 * maint-test-settings.c (maintenance_test_settings_xxx)
5946 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5947 New.
5948 (maintenance_test_settings_enums): Use them.
5949 (maintenance_test_settings_enum): Default to
5950 maintenance_test_settings_xxx.
5951 (_initialize_maint_test_settings): Initialize
5952 MAINTENANCE_TEST_SETTINGS_FILENAME.
5953
5954 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5955
5956 * breakpoint.h (remove_breakpoints_inf): Change return type to
5957 void, move function documentation here.
5958 * breakpoint.c (remove_breakpoints_inf): Change return type to
5959 void, move function documentation to header.
5960
5961 2019-07-02 Pedro Alves <palves@redhat.com>
5962
5963 * NEWS (Completion improvements): Mention "info threads".
5964 * thread.c (struct info_threads_opts, info_threads_option_defs)
5965 (make_info_threads_options_def_group): New.
5966 (info_threads_command): Use gdb::option::process_options.
5967 (info_threads_command_completer): New.
5968 (_initialize_thread): Use gdb::option::build_help to build the
5969 help text for "info threads".
5970
5971 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5972
5973 * defs.h (generic_load): Move from here...
5974 * symfile.h (generic_load): ... to here. Rename name parameter
5975 to args.
5976 * symfile.c (generic_load): Add comment.
5977
5978 2019-07-01 Tom Tromey <tromey@adacore.com>
5979
5980 * dwarf2read.c
5981 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5982 declaration of without_params. Fix formatting.
5983
5984 2019-07-01 Tom Tromey <tromey@adacore.com>
5985
5986 * ada-exp.y (find_primitive_type): Update.
5987 * ada-lang.h (ada_lookup_symbol): Update.
5988 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5989 parameter.
5990 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5991
5992 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5993
5994 PR breakpoints/24541
5995 * gdbarch.c: Regenerate.
5996 * gdbarch.h: Regenerate.
5997 * gdbarch.sh: Add 'stap_adjust_register'.
5998 * i386-tdep.c: Include '<unordered_set>'.
5999 (i386_stap_adjust_register): New function.
6000 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6001 * stap-probe.c (stap_parse_register_operand): Call
6002 'gdbarch_stap_adjust_register'.
6003
6004 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6005
6006 PR python/24742
6007 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6008 * python/python.c (do_start_initialization): Use 'xmalloc'
6009 instead of 'PyMem_Malloc'.
6010
6011 2019-06-28 Tom Tromey <tromey@adacore.com>
6012
6013 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6014 for Ada.
6015
6016 2019-06-27 Tom Tromey <tromey@adacore.com>
6017
6018 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6019 objfile_key.
6020 (arm_find_mapping_symbol, arm_record_special_symbol)
6021 (_initialize_arm_tdep): Update.
6022 (arm_objfile_data_free): Remove.
6023
6024 2019-06-27 Tom Tromey <tromey@adacore.com>
6025
6026 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6027 to cp_print_static_field.
6028
6029 2019-06-26 Tom Tromey <tromey@adacore.com>
6030
6031 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6032 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6033 declare.
6034
6035 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6036
6037 * features/aarch64-core.c (create_feature_aarch64_core):
6038 Regenerate.
6039 * features/aarch64-core.xml: Add cpsr flags.
6040
6041 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6042
6043 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6044 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6045
6046 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6047
6048 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6049 field.
6050 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6051 use.
6052 (arm_record_special_symbol): Don't insert new symbol in sorted
6053 position, push it at the end.
6054
6055 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6056
6057 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6058 (arm_mapping_symbol_s): Remove.
6059 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6060 (arm_mapping_symbol_vec): New typedef.
6061 (struct arm_per_objfile): Add constructor.
6062 <section_maps>: Change type to
6063 std::unique_ptr<arm_mapping_symbol_vec[]>.
6064 (arm_compare_mapping_symbols): Remove.
6065 (arm_find_mapping_symbol): Adjust to section_maps type change.
6066 (arm_objfile_data_free): Call delete on arm_per_objfile.
6067 (arm_record_special_symbol): Adjust to section_maps type change.
6068 Allocate arm_per_objfile with new.
6069
6070 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6071
6072 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6073 with the command prefix.
6074
6075 2019-06-25 Tom Tromey <tom@tromey.com>
6076
6077 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6078 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6079
6080 2019-06-25 Tom Tromey <tom@tromey.com>
6081
6082 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6083 type.
6084 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6085 protected.
6086
6087 2019-06-25 Tom Tromey <tom@tromey.com>
6088
6089 * tui/tui-winsource.c
6090 (tui_source_window_base::set_is_exec_point_at): Add check against
6091 LOA_ADDRESS.
6092
6093 2019-06-25 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-source.c (tui_set_source_content): Don't check before
6096 xfree.
6097 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6098
6099 2019-06-25 Tom Tromey <tom@tromey.com>
6100
6101 * tui/tui-winsource.h (tui_update_source_window_as_is)
6102 (tui_alloc_source_buffer, tui_line_is_displayed)
6103 (tui_addr_is_displayed): Change type of win_info.
6104 * tui/tui-winsource.c (tui_update_source_window_as_is)
6105 (tui_clear_source_content, tui_show_source_line)
6106 (tui_show_source_content, tui_source_window_base::refill)
6107 (tui_source_window_base::set_is_exec_point_at)
6108 (tui_source_window_base::set_is_exec_point_at)
6109 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6110 (tui_alloc_source_buffer, tui_line_is_displayed)
6111 (tui_addr_is_displayed): Change type of win_info. Update.
6112 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6113 (tui_source_window_base::do_make_visible_with_new_height):
6114 Update.
6115 * tui/tui-source.c (tui_set_source_content)
6116 (tui_set_source_content_nil)
6117 (tui_source_window::do_scroll_vertical): Update.
6118 * tui/tui-layout.c (show_layout): Update.
6119 * tui/tui-disasm.c (tui_set_disassem_content)
6120 (tui_disasm_window::do_scroll_vertical): Update.
6121 * tui/tui-data.h (tui_win_content): Remove.
6122 (struct tui_gen_win_info) <content, content_size>: Remove.
6123 (struct tui_source_element): Add initializers and destructor.
6124 (union tui_which_element, struct tui_win_element): Remove.
6125 (struct tui_source_window_base) <content>: New field.
6126 (struct tui_data_window): Remove destructor.
6127 (tui_alloc_content, tui_free_win_content)
6128 (tui_free_all_source_wins_content): Don't declare.
6129 * tui/tui-data.c (tui_initialize_static_data): Update.
6130 (init_content_element, tui_alloc_content): Remove.
6131 (~tui_gen_win_info): Update.
6132 (~tui_data_window, tui_free_all_source_wins_content)
6133 (tui_free_win_content, free_content, free_content_elements):
6134 Remove.
6135
6136 2019-06-25 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-winsource.h (tui_clear_source_content)
6139 (tui_erase_source_content, tui_show_source_content): Change type
6140 of win_info.
6141 * tui/tui-winsource.c (tui_clear_source_content)
6142 (tui_erase_source_content, tui_show_source_content): Change type
6143 of win_info.
6144 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6145 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6146 win_info.
6147 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6148 win_info.
6149 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6150
6151 2019-06-25 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-winsource.c (tui_clear_source_content)
6154 (tui_source_window_base::set_is_exec_point_at): Update.
6155 * tui/tui-source.c (tui_set_source_content_nil): Update.
6156 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6157 a bool.
6158 * tui/tui-data.c (init_content_element): Update.
6159
6160 2019-06-25 Tom Tromey <tom@tromey.com>
6161
6162 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6163 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6164 * tui/tui-layout.c (init_and_make_win): Update.
6165 * tui/tui.h (enum tui_win_type): Update.
6166 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6167 tui_win_is_auxillary.
6168 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6169 tui_win_is_auxillary.
6170
6171 2019-06-25 Tom Tromey <tom@tromey.com>
6172
6173 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6174 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6175 (tui_delete_data_content_windows, tui_display_all_data)
6176 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6177 Update.
6178 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6179 * tui/tui-regs.c (tui_last_regs_line_no)
6180 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6181 (tui_show_registers): Update.
6182 (tui_show_register_group): Return void. Update.
6183 (tui_display_registers_from, tui_display_reg_element_at_line)
6184 (tui_display_registers_from_line, tui_check_register_values):
6185 Update.
6186 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6187 member.
6188 (struct tui_data_window) <regs_content>: Now a std::vector.
6189 <regs_content_count>: Remove.
6190 (tui_add_content_elements, tui_free_data_content): Don't declare.
6191 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6192 (init_content_element): Remove DATA_WIN case. Add assert.
6193 (tui_add_content_elements): Remove.
6194 (tui_data_window): Update.
6195 (tui_free_data_content): Remove.
6196 (free_content_elements): Remove DATA_WIN case.
6197
6198 2019-06-25 Tom Tromey <tom@tromey.com>
6199
6200 * tui/tui-data.c (tui_data_item_window): Update.
6201 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6202 * tui/tui-windata.c (tui_display_all_data)
6203 (tui_display_data_from_line): Update.
6204 (tui_check_data_values): Remove.
6205 * tui/tui-regs.c (tui_show_register_group)
6206 (tui_display_reg_element_at_line): Update.
6207 * tui/tui-hooks.c (tui_register_changed)
6208 (tui_refresh_frame_and_register_information): Call
6209 tui_check_register_values.
6210 * tui/tui-data.h (struct tui_data_window) <data_content,
6211 data_content_count, data_type>: Remove.
6212 (enum tui_data_type): Remove.
6213
6214 * tui/tui-data.c (tui_data_window::clear_detail)
6215 (~tui_data_window): Update.
6216
6217 2019-06-25 Tom Tromey <tom@tromey.com>
6218
6219 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6220 declare.
6221 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6222 Rename from tui_first_data_item_displayed. Update.
6223 (tui_data_window::refresh_all)
6224 (tui_data_window::do_scroll_vertical): Update.
6225 * tui/tui-data.h (struct tui_data_window)
6226 <first_data_item_displayed>: Declare new method.
6227
6228 2019-06-25 Tom Tromey <tom@tromey.com>
6229
6230 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6231 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6232 contents...
6233 (tui_initialize_static_data): ...here.
6234
6235 2019-06-25 Tom Tromey <tom@tromey.com>
6236
6237 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6238 (tui_display_registers_from, tui_check_register_values): Update.
6239 (tui_display_register): Remove win_info parameter; update.
6240 (tui_get_register): Change type of parameters.
6241 * tui/tui-data.h (struct tui_data_element): Remove.
6242 (union tui_which_element) <data>: Remove.
6243 <data_window>: Change type.
6244 (struct tui_data_item_window): New.
6245 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6246 case. Add assert.
6247 (~tui_data_item_window): New destructor.
6248 (free_content_elements): Remove DATA_ITEM_WIN case.
6249
6250 2019-06-25 Tom Tromey <tom@tromey.com>
6251
6252 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6253 Remove.
6254
6255 2019-06-25 Tom Tromey <tom@tromey.com>
6256
6257 * tui/tui-data.h (struct tui_command_element): Remove.
6258 (union tui_which_element) <command>: Remove.
6259 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6260 assert.
6261 (free_content_elements): Remove CMD_WIN case.
6262
6263 2019-06-25 Tom Tromey <tom@tromey.com>
6264
6265 * tui/tui-layout.c (tui_set_layout): Update.
6266 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6267 * tui/tui-data.c (layout_def): Update.
6268
6269 2019-06-25 Tom Tromey <tom@tromey.com>
6270
6271 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6272 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6273 (tui_source_window_base::set_new_height): Update.
6274 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6275 Update.
6276 (tui_set_locator_fullname, tui_set_locator_info)
6277 (tui_show_frame_info): Update.
6278 * tui/tui-source.c (tui_set_source_content)
6279 (tui_source_is_displayed): Update.
6280 * tui/tui-layout.c (show_source_disasm_command, show_data)
6281 (show_source_or_disasm_and_command): Update.
6282 * tui/tui-disasm.c (tui_set_disassem_content)
6283 (tui_get_begin_asm_address): Update.
6284 * tui/tui-data.h (struct tui_locator_element): Remove.
6285 (union tui_which_element) <locator>: Remove.
6286 (struct tui_locator_window): New.
6287 (tui_locator_win_info_ptr): Change return type.
6288 * tui/tui-data.c (_locator): Change type.
6289 (tui_locator_win_info_ptr): Change return type.
6290 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6291 (tui_alloc_content): Add assert.
6292
6293 2019-06-25 Tom Tromey <tom@tromey.com>
6294
6295 * tui/tui-winsource.c
6296 (tui_exec_info_window::maybe_allocate_content): New method.
6297 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6298 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6299 (make_source_or_disasm_window): Add cast.
6300 * tui/tui-data.h (union tui_which_element) <simple_string>:
6301 Remove.
6302 (struct tui_source_info): New.
6303 (struct tui_source_window_base) <execution_info>: Change type.
6304 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6305 case, and add assert.
6306 (tui_alloc_content): Add assert.
6307
6308 2019-06-25 Tom Tromey <tom@tromey.com>
6309
6310 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6311 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6312 * tui/tui-data.c (tui_alloc_win_info): Remove.
6313
6314 2019-06-25 Tom Tromey <tom@tromey.com>
6315
6316 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6317 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6318 can_highlight.
6319
6320 2019-06-25 Tom Tromey <tom@tromey.com>
6321
6322 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6323 make_visible_with_new_height method.
6324 (tui_win_info::make_visible_with_new_height): New method.
6325 (tui_source_window_base::do_make_visible_with_new_height)
6326 (tui_data_window::do_make_visible_with_new_height)
6327 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6328 (make_visible_with_new_height): Remove.
6329 (tui_resize_all, tui_adjust_win_heights): Use
6330 make_visible_with_new_height method.
6331 * tui/tui-data.h (struct tui_win_info)
6332 <do_make_visible_with_new_height, make_visible_with_new_height>:
6333 New methods.
6334 (struct tui_source_window_base, struct tui_data_window)
6335 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6336 methods.
6337
6338 2019-06-25 Tom Tromey <tom@tromey.com>
6339
6340 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6341 method.
6342 (update_tab_width): Call update_tab_width method.
6343 * tui/tui-data.h (struct tui_win_info)
6344 (struct tui_source_window_base) <update_tab_width>: New methods.
6345
6346 2019-06-25 Tom Tromey <tom@tromey.com>
6347
6348 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6349 parameter.
6350 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6351 parameter.
6352 (tui_gen_win_info::make_visible): Update.
6353 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6354 parameter.
6355 * tui/tui-data.h (enum tui_box): New enum.
6356 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6357
6358 2019-06-25 Tom Tromey <tom@tromey.com>
6359
6360 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6361 init_and_make_win for EXEC_INFO_WIN.
6362 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6363 longer inline.
6364 (struct tui_win_info) <~tui_win_info>: Inline.
6365 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6366 Don't declare.
6367 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6368 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6369 Remove.
6370 (tui_initialize_static_data): Update.
6371 (~tui_gen_win_info): Handle more cleanup here.
6372 (~tui_source_window_base): Delete "execution_info".
6373 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6374
6375 2019-06-25 Tom Tromey <tom@tromey.com>
6376
6377 * tui/tui-layout.c (make_command_window): Don't set
6378 can_highlight.
6379 (show_source_disasm_command): Call the reset method.
6380 (show_data): Don't set can_highlight. Call the reset method.
6381 (tui_gen_win_info::reset): Rename from init_gen_win_info
6382 (init_and_make_win): Simplify. Return tui_gen_win_info.
6383 (show_source_or_disasm_and_command): Call the reset method.
6384 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6385 (struct tui_cmd_window): Set can_highlight.
6386
6387 2019-06-25 Tom Tromey <tom@tromey.com>
6388
6389 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6390 from make_visible.
6391 (tui_make_visible, tui_make_invisible): Rewrite.
6392 (tui_win_info::make_visible): Remove.
6393 (tui_source_window_base::make_visible): Update.
6394 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6395 method. Moved from...
6396 (struct tui_win_info) <make_visible>: ...here.
6397
6398 2019-06-25 Tom Tromey <tom@tromey.com>
6399
6400 * tui/tui-winsource.c
6401 (tui_source_window_base::do_scroll_horizontal): Remove direction
6402 parameter.
6403 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6404 direction parameter.
6405 * tui/tui-win.c (tui_win_info::forward_scroll)
6406 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6407 (tui_win_info::right_scroll): Update.
6408 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6409 direction parameter.
6410 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6411 direction parameter.
6412 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6413 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6414 Remove direction parameter.
6415 (struct tui_source_window_base, struct tui_source_window)
6416 (struct tui_disasm_window, struct tui_data_window)
6417 (struct tui_cmd_window): Update.
6418
6419 2019-06-25 Tom Tromey <tom@tromey.com>
6420
6421 * tui/tui-winsource.h (tui_set_exec_info_content)
6422 (tui_show_exec_info_content, tui_erase_exec_info_content)
6423 (tui_clear_exec_info_content, tui_update_exec_info): Change
6424 argument to tui_source_window_base.
6425 * tui/tui-winsource.c (tui_set_exec_info_content)
6426 (tui_show_exec_info_content, tui_erase_exec_info_content)
6427 (tui_clear_exec_info_content, tui_update_exec_info): Change
6428 argument to tui_source_window_base.
6429
6430 2019-06-25 Tom Tromey <tom@tromey.com>
6431
6432 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6433 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6434
6435 2019-06-25 Tom Tromey <tom@tromey.com>
6436
6437 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6438 check.
6439
6440 2019-06-25 Tom Tromey <tom@tromey.com>
6441
6442 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6443 type to void.
6444 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6445 type to void.
6446 * tui/tui-source.c (tui_set_source_content): Update.
6447 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6448
6449 2019-06-25 Tom Tromey <tom@tromey.com>
6450
6451 * tui/tui-win.c (window_name_completer, tui_set_focus)
6452 (tui_all_windows_info): Use name method.
6453 * tui/tui-data.h (struct tui_gen_win_info)
6454 (struct tui_source_window, struct tui_disasm_window)
6455 (struct tui_data_window, struct tui_cmd_window) <name>: New
6456 method.
6457 (tui_win_name): Don't declare.
6458 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6459 (tui_win_name): Remove.
6460
6461 2019-06-25 Tom Tromey <tom@tromey.com>
6462
6463 * tui/tui-winsource.h (tui_update_source_window)
6464 (tui_update_source_window_as_is): Change parameter type.
6465 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6466 to be a tui_source_window_base.
6467 (tui_update_source_window_as_is): Likewise.
6468 * tui/tui-win.c (make_visible_with_new_height): Update.
6469
6470 2019-06-25 Tom Tromey <tom@tromey.com>
6471
6472 * tui/tui-winsource.c (tui_erase_source_content)
6473 (tui_show_source_content, tui_show_exec_info_content)
6474 (tui_erase_exec_info_content): Use refresh_window method.
6475 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6476 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6477 from tui_refresh_win.
6478 (tui_data_window::refresh_window): New method.
6479 (tui_win_info::refresh, tui_source_window_base::refresh)
6480 (tui_refresh_all): Use refresh_window method.
6481 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6482 method.
6483 * tui/tui-regs.c (tui_display_register): Call refresh_window
6484 method.
6485 * tui/tui-layout.c (show_source_disasm_command)
6486 (show_source_or_disasm_and_command): Call refresh_window method.
6487 * tui/tui-data.h (struct tui_gen_win_info)
6488 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6489 New method.
6490
6491 2019-06-25 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui.c (tui_rl_other_window, tui_enable)
6494 (tui_is_window_visible, tui_get_command_dimension): Update.
6495 * tui/tui-winsource.c (tui_update_source_window_as_is)
6496 (tui_clear_source_content, tui_erase_source_content)
6497 (tui_show_source_line, tui_source_window_base::refill)
6498 (tui_source_window_base::do_scroll_horizontal)
6499 (tui_source_window_base::set_is_exec_point_at)
6500 (tui_update_breakpoint_info, tui_set_exec_info_content)
6501 (tui_alloc_source_buffer, tui_line_is_displayed)
6502 (tui_addr_is_displayed): Update.
6503 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6504 (tui_check_and_display_highlight_if_needed)
6505 (tui_win_info::make_visible, tui_win_info::refresh)
6506 (tui_refresh_all): Update.
6507 * tui/tui-windata.c (tui_first_data_item_displayed)
6508 (tui_delete_data_content_windows, tui_erase_data_content)
6509 (tui_display_all_data, tui_data_window::refresh_all)
6510 (tui_check_data_values): Update.
6511 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6512 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6513 (tui_win_info::backward_scroll, tui_refresh_all_win)
6514 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6515 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6516 (tui_source_window_base::set_new_height)
6517 (tui_data_window::set_new_height)
6518 (make_invisible_and_set_new_height)
6519 (make_visible_with_new_height, new_height_ok)
6520 (parse_scrolling_args): Update.
6521 * tui/tui-stack.c (tui_show_frame_info): Update.
6522 * tui/tui-source.c (tui_set_source_content)
6523 (tui_set_source_content_nil, tui_source_is_displayed)
6524 (tui_source_window::do_scroll_vertical): Update.
6525 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6526 (tui_display_registers_from, tui_display_reg_element_at_line)
6527 (tui_check_register_values, tui_reg_command): Update.
6528 * tui/tui-layout.c (tui_default_win_height)
6529 (show_source_disasm_command, show_data, init_and_make_win)
6530 (show_source_or_disasm_and_command): Update.
6531 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6532 (tui_redisplay_readline, tui_mld_flush)
6533 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6534 (tui_getc): Update.
6535 * tui/tui-disasm.c (tui_set_disassem_content)
6536 (tui_disasm_window::do_scroll_vertical): Update.
6537 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6538 Now virtual.
6539 (struct tui_win_info): Derive from tui_gen_win_info.
6540 <~tui_win_info>: Mark as override.
6541 <generic>: Remove member.
6542 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6543 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6544 (~tui_data_window, ~tui_win_info)
6545 (tui_free_all_source_wins_content): Update.
6546 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6547
6548 2019-06-25 Tom Tromey <tom@tromey.com>
6549
6550 * tui/tui-layout.c (init_and_make_win): Use new.
6551 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6552 destructor, initializers.
6553 (tui_alloc_generic_win_info): Don't declare.
6554 * tui/tui-data.c (_locator): Add argument to constructor.
6555 (source_win, disasm_win): New globals.
6556 (exec_info): Remove.
6557 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6558 Update.
6559 (tui_alloc_generic_win_info): Remove.
6560 (init_content_element): Use new.
6561 (tui_win_info::tui_win_info): Update.
6562 (free_content_elements) <case DATA_WIN>: Use delete.
6563
6564 2019-06-25 Tom Tromey <tom@tromey.com>
6565
6566 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6567 * tui/tui-windata.c (tui_first_data_item_displayed)
6568 (tui_delete_data_content_windows): Update.
6569 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6570 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6571 (tui_display_registers_from, tui_check_register_values): Update.
6572 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6573 pointer.
6574 * tui/tui-data.c (init_content_element): Update. Allocate the new
6575 window.
6576 (tui_free_data_content): Update.
6577 (free_content_elements) <case DATA_WIN>: Free the window.
6578
6579 2019-06-25 Tom Tromey <tom@tromey.com>
6580
6581 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6582 Update.
6583 * tui/tui-layout.c (make_command_window)
6584 (show_source_disasm_command, show_data, init_and_make_win)
6585 (show_source_or_disasm_and_command): Update.
6586 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6587 method.
6588 <can_highight, is_highlighted>: Now bool.
6589 (tui_set_win_highlight): Don't declare.
6590 * tui/tui-data.c (tui_set_win_highlight): Remove.
6591
6592 2019-06-25 Tom Tromey <tom@tromey.com>
6593
6594 * tui/tui-wingeneral.c (make_visible): Remove check of window
6595 type.
6596
6597 2019-06-25 Tom Tromey <tom@tromey.com>
6598
6599 * tui/tui-win.c (tui_win_info::max_height)
6600 (tui_cmd_window::max_height): New methods.
6601 (new_height_ok): Call max_height.
6602 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6603 <max_height>: New method.
6604
6605 2019-06-25 Tom Tromey <tom@tromey.com>
6606
6607 * tui/tui-win.c (tui_source_window_base::set_new_height)
6608 (tui_data_window::set_new_height): New methods.
6609 (make_invisible_and_set_new_height): Call set_new_height method.
6610 * tui/tui-data.h (struct tui_win_info)
6611 (struct tui_source_window_base, struct tui_data_window)
6612 <set_new_height>: New method.
6613
6614 2019-06-25 Tom Tromey <tom@tromey.com>
6615
6616 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6617 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6618 tui_refresh_data_win.
6619 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6620 method.
6621 (tui_refresh_all_win): Call the refresh_all method.
6622 (tui_set_focus): Likewise.
6623 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6624 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6625 Likewise.
6626
6627 2019-06-25 Tom Tromey <tom@tromey.com>
6628
6629 * tui/tui-winsource.h (tui_refill_source_window)
6630 (tui_set_is_exec_point_at): Don't declare.
6631 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6632 (tui_source_window_base::refill): Rename from
6633 tui_refill_source_window.
6634 (tui_source_window_base::do_scroll_horizontal): Update.
6635 (tui_source_window_base::set_is_exec_point_at): Rename from
6636 tui_set_is_exec_point_at.
6637 (tui_update_all_breakpoint_info): Update.
6638 * tui/tui-stack.c (tui_show_frame_info): Update.
6639 * tui/tui-layout.c (show_data): Add cast.
6640 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6641 * tui/tui-data.h (struct tui_source_window_base) <refill,
6642 set_is_exec_point_at>: New methods.
6643 (tui_source_windows, tui_add_to_source_windows): Update types.
6644 (tui_add_to_source_windows): Remove redundant declaration.
6645 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6646 (tui_source_windows): Change return type.
6647 (tui_clear_source_windows_detail): Update.
6648 (tui_add_to_source_windows): Change type of parameter.
6649 (tui_free_all_source_wins_content): Update.
6650
6651 2019-06-25 Tom Tromey <tom@tromey.com>
6652
6653 * tui/tui-wingeneral.c (tui_win_info::refresh)
6654 (tui_source_window_base::refresh): New methods.
6655 (tui_refresh_all): Call the refresh method.
6656 * tui/tui-data.h (struct tui_win_info)
6657 (struct tui_source_window_base) <refresh>: New method.
6658
6659 2019-06-25 Tom Tromey <tom@tromey.com>
6660
6661 * tui/tui.h (tui_is_window_visible): Return bool.
6662 * tui/tui.c (tui_is_window_visible): Return bool.
6663 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6664 (tui_make_visible, tui_make_invisible)
6665 (tui_win_info::make_visible)
6666 (tui_source_window_base::make_visible, make_all_visible)
6667 (tui_make_all_visible, tui_make_all_invisible): Update.
6668 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6669 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6670 bool.
6671 (struct tui_win_info, struct tui_source_window_base)
6672 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6673 * tui/tui-data.c (tui_init_generic_part): Update.
6674
6675 2019-06-25 Tom Tromey <tom@tromey.com>
6676
6677 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6678 (tui_source_window_base::make_visible): New methods.
6679 (make_all_visible): Make method call.
6680 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6681 (struct tui_source_window_base, struct tui_cmd_window): Override
6682 make_visible.
6683 (tui_win_is_source_type): Don't declare.
6684 * tui/tui-data.c (tui_win_is_source_type): Remove.
6685
6686 2019-06-25 Tom Tromey <tom@tromey.com>
6687
6688 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6689 NULL check.
6690
6691 2019-06-25 Tom Tromey <tom@tromey.com>
6692
6693 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6694 Inline constructor. Add initializers for members.
6695 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6696 constructors; now inline in class.
6697
6698 2019-06-25 Tom Tromey <tom@tromey.com>
6699
6700 * tui/tui-regs.c (tui_show_registers): Update.
6701 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6702 bool.
6703 * tui/tui-data.c (tui_data_window::clear_detail)
6704 (tui_data_window): Update.
6705
6706 2019-06-25 Tom Tromey <tom@tromey.com>
6707
6708 * tui/tui-windata.c (tui_display_all_data)
6709 (tui_display_data_from_line, tui_display_data_from)
6710 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6711 Update.
6712 * tui/tui-regs.c (tui_last_regs_line_no)
6713 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6714 (tui_show_registers, tui_show_register_group)
6715 (tui_display_registers_from, tui_display_reg_element_at_line)
6716 (tui_display_registers_from_line, tui_check_register_values)
6717 (tui_reg_next, tui_reg_prev): Update.
6718 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6719 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6720 tui_data_window.
6721 (struct tui_win_info) <detail>: Remove. Add new fields from
6722 tui_data_info.
6723 (TUI_DATA_WIN): Add cast.
6724 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6725 (~tui_data_window): Simplify.
6726
6727 2019-06-25 Tom Tromey <tom@tromey.com>
6728
6729 * tui/tui-layout.c (show_source_disasm_command)
6730 (show_source_or_disasm_and_command): Update.
6731 * tui/tui-io.c (update_cmdwin_start_line)
6732 (tui_redisplay_readline): Update.
6733 * tui/tui-data.h (struct tui_command_info): Remove.
6734 (struct tui_win_info) <detail>: Remove command_info member.
6735 (struct tui_data_window) <start_line>: New member, from
6736 tui_command_info.
6737 (TUI_CMD_WIN): Add casts.
6738
6739 2019-06-25 Tom Tromey <tom@tromey.com>
6740
6741 * tui/tui-winsource.c (tui_update_source_window)
6742 (tui_refill_source_window)
6743 (tui_source_window_base::do_scroll_horizontal)
6744 (tui_update_breakpoint_info, tui_set_exec_info_content)
6745 (tui_show_exec_info_content, tui_erase_exec_info_content)
6746 (tui_clear_exec_info_content): Update.
6747 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6748 Update.
6749 * tui/tui-win.c (make_invisible_and_set_new_height)
6750 (make_visible_with_new_height): Update.
6751 * tui/tui-source.c (tui_set_source_content)
6752 (tui_show_symtab_source): Update.
6753 * tui/tui-layout.c (extract_display_start_addr)
6754 (show_source_disasm_command, show_data)
6755 (make_source_or_disasm_window)
6756 (show_source_or_disasm_and_command): Update.
6757 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6758 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6759 "gdbarch".
6760 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6761 to tui_source_window_base.
6762 (struct tui_win_info) <detail>: Remove source_info member.
6763 (struct tui_source_window_base) <has_locator>: Inline.
6764 Move contents from tui_source_info; rename has_locator member to
6765 m_has_locator.
6766 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6767 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6768 header file.
6769 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6770 Simplify.
6771 (tui_free_all_source_wins_content): Cast to
6772 tui_source_window_base.
6773
6774 2019-06-25 Tom Tromey <tom@tromey.com>
6775
6776 * tui/tui-win.c (make_invisible_and_set_new_height)
6777 (make_visible_with_new_height): Call has_locator method.
6778 * tui/tui-layout.c (show_source_disasm_command, show_data)
6779 (show_source_or_disasm_and_command): Update for bool change.
6780 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6781 (tui_win_info) <has_locator>: New method.
6782 (struct tui_source_window_base) <has_locator>: New method.
6783 (tui_win_has_locator): Don't declare.
6784 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6785 from tui_win_has_locator.
6786 (tui_source_window_base): Use false, not FALSE.
6787
6788 2019-06-25 Tom Tromey <tom@tromey.com>
6789
6790 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6791 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6792 clear_detail method directly.
6793 (tui_clear_win_detail): Remove.
6794
6795 2019-06-25 Tom Tromey <tom@tromey.com>
6796
6797 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6798 "this", not TUI_DISASM_WIN.
6799
6800 2019-06-25 Tom Tromey <tom@tromey.com>
6801
6802 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6803 declare.
6804 * tui/tui-winsource.c
6805 (tui_source_window_base::do_scroll_horizontal): Rename from
6806 tui_horizontal_source_scroll.
6807 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6808 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6809 from tui_vertical_data_scroll.
6810 * tui/tui-win.h (tui_scroll): Don't declare.
6811 * tui/tui-win.c (tui_win_info::forward_scroll)
6812 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6813 (tui_win_info::right_scroll): Rename and update.
6814 (tui_scroll_forward_command, tui_scroll_backward_command)
6815 (tui_scroll_left_command, tui_scroll_right_command): Update.
6816 (tui_scroll): Remove.
6817 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6818 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6819 from tui_vertical_source_scroll.
6820 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6821 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6822 from tui_vertical_disassem_scroll.
6823 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6824 do_scroll_horizontal>: New methods.
6825 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6826 Likewise.
6827 (struct tui_source_window_base): Add do_scroll_horizontal.
6828 (struct tui_source_window, struct tui_disasm_window): Add
6829 do_scroll_vertical.
6830 (struct tui_data_window, struct tui_cmd_window): Add
6831 do_scroll_horizontal and do_scroll_vertical.
6832 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6833
6834 2019-06-25 Tom Tromey <tom@tromey.com>
6835
6836 * tui/tui-data.h (struct tui_source_window_base): New struct.
6837 (struct tui_source_window): Derive from tui_source_window_base.
6838 (struct tui_disasm_window): New struct.
6839 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6840 from tui_source_window::clear_detail.
6841 (tui_source_window_base): Rename from tui_source_window.
6842 (~tui_source_window_base): Rename from ~tui_source_window.
6843 (tui_alloc_win_info): Create a tui_disasm_window.
6844
6845 2019-06-25 Tom Tromey <tom@tromey.com>
6846
6847 * tui/tui-data.h (struct tui_source_window)
6848 (struct tui_data_window): Declare destructors.
6849 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6850 destructors.
6851 (tui_win_info): Simplify.
6852
6853 2019-06-25 Tom Tromey <tom@tromey.com>
6854
6855 * tui/tui-winsource.c (tui_display_main)
6856 (tui_update_source_windows_with_addr)
6857 (tui_update_all_breakpoint_info): Update.
6858 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6859 (new_height_ok, parse_scrolling_args): Update.
6860 * tui/tui-stack.c (tui_show_frame_info): Update.
6861 * tui/tui-data.h (struct tui_list): Remove.
6862 (tui_source_windows): Return a reference to a std::vector.
6863 * tui/tui-data.c (source_windows): Now a std::vector.
6864 (tui_source_windows): Change return type.
6865 (tui_clear_source_windows): Rewrite.
6866 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6867 (tui_free_all_source_wins_content): Rewrite.
6868
6869 2019-06-25 Tom Tromey <tom@tromey.com>
6870
6871 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6872 (struct tui_data_window, struct tui_cmd_window): Declare
6873 clear_detail method.
6874 * tui/tui-data.c (tui_source_window::clear_detail)
6875 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6876 methods.
6877 (tui_clear_win_detail): Simplify.
6878
6879 2019-06-25 Tom Tromey <tom@tromey.com>
6880
6881 * tui/tui-layout.c (make_source_window, make_disasm_window)
6882 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6883 Return the new window.
6884 (show_source_disasm_command, show_data)
6885 (show_source_or_disasm_and_command): Update.
6886
6887 2019-06-25 Tom Tromey <tom@tromey.com>
6888
6889 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6890 parameter. Return the new window.
6891 (show_source_disasm_command): Update and remove NULL check.
6892 (show_source_or_disasm_and_command): Update.
6893
6894 2019-06-25 Tom Tromey <tom@tromey.com>
6895
6896 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6897
6898 2019-06-25 Tom Tromey <tom@tromey.com>
6899
6900 * tui/tui-data.h (struct tui_win_info): Make constructor
6901 protected. Make destructor virtual. Add initializers.
6902 (tui_source_window, tui_data_window, tui_cmd_window): New
6903 classes.
6904 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6905 constructor. Add "type" parameter.
6906 (tui_source_window, tui_data_window, tui_cmd_window): New
6907 constructors.
6908 (tui_alloc_win_info): Instantiate the appropriate subclass.
6909
6910 2019-06-25 Tom Tromey <tom@tromey.com>
6911
6912 * tui/tui-win.c (tui_resize_all): Use delete.
6913 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6914 destructor.
6915 (tui_free_window): Don't declare.
6916 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6917 Update.
6918
6919 2019-06-25 Tom Tromey <tom@tromey.com>
6920
6921 * tui/tui-data.h (struct tui_win_info): Add constructor.
6922 * tui/tui-data.c (tui_alloc_win_info): Use new.
6923 (tui_free_window): Use delete.
6924
6925 2019-06-22 Tom Tromey <tom@tromey.com>
6926
6927 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6928 declare.
6929 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6930
6931 2019-06-22 Tom Tromey <tom@tromey.com>
6932
6933 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6934 declare.
6935 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6936
6937 2019-06-22 Tom de Vries <tdevries@suse.de>
6938
6939 * dwarf2read.c (create_addrmap_from_aranges)
6940 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6941 instead of '%zu'.
6942
6943 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
6944
6945 * dwarf2read.h (dwarf2_section_info_def): Remove.
6946 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6947 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6948 std::vector<dwarf2_section_info>.
6949 (struct dwo_file) <~dwo_file>: Remove.
6950 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6951 types field.
6952 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6953 (dwarf2_read_debug_names): Likewise.
6954 (create_debug_types_hash_table): Change parameter type to
6955 array_view, adjust code accordingly.
6956 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6957 (partial_die_info::fixup): Likewise.
6958 (determine_prefix): Likewise.
6959 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6960
6961 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6962
6963 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6964 gdb_bfd_ref_ptr.
6965 <~dwo_file>: Remove call to gdb_bfd_unref.
6966 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6967 gdb_bfd_ref_ptr::get.
6968
6969 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6970
6971 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6972 type to htab_up.
6973 * dwarf2read.c (struct dwo_file): Initialize fields.
6974 <~dwo_file>: New.
6975 (free_dwo_file): Remove, move content to ~dwo_file.
6976 (struct dwo_file_deleter): Remove.
6977 (dwo_file_up>: Remove custom deleter.
6978 (free_dwo_files): Remove.
6979 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6980 dwo_files.
6981 (process_skeletonless_type_units): Call unique_ptr::get.
6982 (allocate_dwo_file_hash_table): Add deleter to created hash
6983 table. Change return type to htab_up.
6984 (lookup_dwo_file_slot): Don't memset dwo_file, call
6985 unique_ptr::get.
6986 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6987 (create_dwo_unit_in_dwp_v2): Likewise.
6988 (open_and_init_dwo_file): Likewise.
6989 (free_dwo_file_from_slot): Remove.
6990
6991 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6992
6993 * dwarf2read.h (struct dwarf2_section_info) <readin,
6994 is_virtual>: Change type to bool.
6995 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6996 true instead of 1.
6997
6998 2019-06-19 Tom Tromey <tom@tromey.com>
6999
7000 * tui/tui-data.h (tui_init_content_element): Don't declare.
7001
7002 2019-06-19 Tom Tromey <tom@tromey.com>
7003
7004 * tui/tui-data.h (tui_init_win_info): Don't declare.
7005
7006 2019-06-19 Tom de Vries <tdevries@suse.de>
7007
7008 * dwarf2read.h (abstract_to_concrete): Change type to
7009 std::unordered_map<sect_offset, std::vector<sect_offset>,
7010 gdb::hash_enum<sect_offset>>.
7011
7012 2019-06-19 Tom Tromey <tromey@adacore.com>
7013
7014 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7015 EVAL_AVOID_SIDE_EFFECTS specially.
7016
7017 2019-06-19 Tom Tromey <tromey@adacore.com>
7018
7019 * source-cache.c (highlighter): New global.
7020 (source_cache::get_source_lines): Create a highlighter on demand.
7021
7022 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7023
7024 * defs.h (deprecated_interactive_hook): Delete declaration.
7025 * interps.c (clear_interpreter_hooks): Remove use of
7026 deprecated_interactive_hook.
7027 * top.c (deprecated_interactive_hook): Delete definition.
7028 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7029
7030 2019-06-18 Tom de Vries <tdevries@suse.de>
7031
7032 PR gdb/24515
7033 * dwarf2read.h (abstract_to_concrete): Change type from
7034 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7035 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7036 * dwarf2read.c (read_variable): Update.
7037 (dwarf2_fetch_die_loc_sect_off): Update.
7038
7039 2019-06-17 Tom de Vries <tdevries@suse.de>
7040
7041 PR gdb/24617
7042 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7043 accessing parent[parent_len - 1].
7044
7045 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7046
7047 PR gdb/24364
7048 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7049 call dtrace_process_dof with NULL dof.
7050
7051 2019-06-16 Tom de Vries <tdevries@suse.de>
7052
7053 PR gdb/24445
7054 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7055
7056 2019-06-16 Tom Tromey <tom@tromey.com>
7057
7058 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7059 (make_all_visible): Use address of member.
7060
7061 2019-06-16 Tom Tromey <tom@tromey.com>
7062
7063 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7064 (tui_free_window, free_content, free_content_elements): Remove
7065 unnecessary cast.
7066 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7067 cast.
7068 * tui/tui-regs.c (tui_show_register_group)
7069 (tui_display_registers_from, tui_display_reg_element_at_line):
7070 Remove unnecessary cast.
7071
7072 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7073
7074 * linux-nat.c (normal_mask): Delete.
7075 (_initialize_linux_nat): Don't initialise normal_mask.
7076
7077 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7078
7079 PR gdb/24445
7080 * dwarf-index-write.h (write_psymtabs_to_index): Add
7081 dwz_basename parameter.
7082 * dwarf-index-write.c (write_gdbindex): Move file writing to
7083 write_gdbindex_1. Change return type void.
7084 (assert_file_size): Move up, remove filename parameter.
7085 (write_gdbindex_1): New function.
7086 (write_debug_names): Change return type to void, call
7087 assert_file_size.
7088 (struct index_wip_file): New struct.
7089 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7090 file logic to index_wip_file. Write index for dwz file if
7091 needed.
7092 (save_gdb_index_command): Pass basename of dwz file, if present.
7093 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7094 build-id of dwz file, if present.
7095 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7096 (dwarf2_get_dwz_file): Likewise.
7097 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7098 (dwarf2_get_dwz_file): Likewise.
7099
7100 2019-06-16 Tom Tromey <tom@tromey.com>
7101
7102 * coffread.c (process_coff_symbol): Use xstrdup.
7103 * value.c (create_internalvar): Use xstrdup.
7104
7105 2019-06-16 Tom Tromey <tom@tromey.com>
7106
7107 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7108 * breakpoint.c (stopin_command, stopat_command)
7109 (until_break_command, decode_location_default): Remove unnecessary
7110 cast.
7111 * utils.c (subset_compare): Remove unnecessary cast.
7112 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7113 cast.
7114 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7115 cast.
7116 * infcmd.c (path_command): Remove unnecessary cast.
7117 * coffread.c (decode_type): Remove unnecessary cast.
7118 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7119 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7120 * tui/tui-stack.c (tui_show_locator_content)
7121 (tui_show_frame_info): Remove unnecessary cast.
7122 * tui/tui-win.c (tui_scroll_forward_command)
7123 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7124 (parse_scrolling_args): Remove unnecessary cast.
7125 * tui/tui-data.c (init_win_info, tui_del_window)
7126 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7127 (free_content_elements): Remove unnecessary cast.
7128 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7129 unnecessary cast.
7130 * tui/tui-source.c (tui_set_source_content)
7131 (tui_vertical_source_scroll): Remove unnecessary cast.
7132 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7133 cast.
7134 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7135 * tui/tui-regs.c (tui_display_registers_from)
7136 (tui_display_register): Remove unnecessary cast.
7137 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7138 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7139 (make_visible): Remove unnecessary cast.
7140 * tui/tui-winsource.c (tui_erase_source_content)
7141 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7142 unnecessary cast.
7143 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7144 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7145 * stabsread.c (read_type, read_array_type, read_range_type):
7146 Remove unnecessary cast.
7147 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7148 (parse_symbol, parse_type, upgrade_type, parse_external)
7149 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7150 unnecessary cast.
7151 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7152
7153 2019-06-16 Tom Tromey <tom@tromey.com>
7154
7155 * tui/tui-data.c (tui_alloc_generic_win_info)
7156 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7157 checks.
7158
7159 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7160 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * f-typeprint.c (f_print_type): Don't return early for not
7163 associated or not allocated types.
7164 (f_type_print_varspec_suffix): Add print_rank parameter and print
7165 ranks of array types in case they dangling.
7166 (f_type_print_base): Add print_rank parameter.
7167
7168 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7169
7170 * NEWS: Mention new MI commands.
7171 * break-catch-throw.c (enum exception_event_kind): Move to
7172 breakpoint.h.
7173 (print_mention_exception_catchpoint): Output text as a single
7174 message.
7175 (catch_exception_command_1): Rename to...
7176 (catch_exception_event): ...this, make non-static, update header
7177 command, and change some parameter types.
7178 (catch_catch_command): Update for changes to
7179 catch_exception_command_1.
7180 (catch_throw_command): Likewise.
7181 (catch_rethrow_command): Likewise.
7182 * breakpoint.c (enum exception_event_kind): Delete.
7183 * breakpoint.h (enum exception_event_kind): Moved here from
7184 break-catch-throw.c.
7185 (catch_exception_event): Declare.
7186 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7187 (mi_cmd_catch_throw): New function.
7188 (mi_cmd_catch_rethrow): New function.
7189 (mi_cmd_catch_catch): New function.
7190 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7191 'catch-catch' entries.
7192 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7193 (mi_cmd_catch_rethrow): Declare.
7194 (mi_cmd_catch_catch): Declare.
7195
7196 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7197
7198 * annotate.c (annotate_source_line): Change return type to void,
7199 update implementation to match.
7200 * annotate.h (annotate_source_line): Change return type to void,
7201 update header comment.
7202 * stack.c (print_frame_info): Don't change what frame information
7203 is printed based on whether annotations are on or not.
7204
7205 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7208 (annotate_source): Make static.
7209 (annotate_source_line): Moved from source.c and renamed from
7210 identify_source_line. Update the return type.
7211 * annotate.h (annotate_source): Delete declaration.
7212 (annotate_source_line): Declaration moved from source.h, and
7213 renamed from identify_source_line. Return type updated.
7214 * source.c (identify_source_line): Moved to annotate.c and renamed
7215 to annotate_source_line.
7216 (info_line_command): Remove check of annotation_level.
7217 * source.h (identify_source_line): Move declaration to annotate.h
7218 and rename to annotate_source_line.
7219 * stack.c: Add 'annotate.h' include.
7220 (print_frame_info): Remove check of annotation_level before
7221 calling annotate_source_line.
7222
7223 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * source-cache.c (source_cache::get_plain_source_lines): Use
7226 open_source_file_with_line_charpos instead of just
7227 open_source_file, remove call to find_source_lines.
7228 (source_cache::get_source_lines): Likewise.
7229 * source.c (find_source_lines): Make static.
7230 (get_filename_and_charpos): Renamed into...
7231 (open_source_file_with_line_charpos): ..this along with changes to
7232 return a scoped_fd, and some other minor clean ups.
7233 (identify_source_line): Use open_source_file_with_line_charpos.
7234 (search_command_helper): Use open_source_file_with_line_charpos
7235 instead of just open_source_file, remove call to
7236 find_source_lines.
7237 * source.h (open_source_file_with_line_charpos): Declare new
7238 function.
7239 (find_source_lines): Delete declaration.
7240
7241 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * source.c (get_filename_and_charpos): Remove fullname
7244 parameter.
7245 (identify_source_line): Update call to get_filename_and_charpos.
7246
7247 2019-06-14 Tom Tromey <tromey@adacore.com>
7248
7249 PR gdb/24502:
7250 * ui-style.h (skip_ansi_escape): Update comment.
7251 * ui-file.h (class no_terminal_escape_file): New class.
7252 * ui-file.c (no_terminal_escape_file::write)
7253 (no_terminal_escape_file::puts): New methods.
7254 * cli/cli-logging.c (handle_redirections): Use
7255 no_terminal_escape_file.
7256
7257 2019-06-14 Tom Tromey <tromey@adacore.com>
7258
7259 * NEWS: Move convenience variable news above Python news.
7260
7261 2019-06-14 Tom Tromey <tom@tromey.com>
7262
7263 * gnulib: Move directory to top-level.
7264 * configure.ac: Don't configure gnulib.
7265 * configure: Rebuild.
7266 * common/common-defs.h: Use new path to gnulib.
7267 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7268 (GNULIB_H): Remove.
7269 (INCGNU): Look in new gnulib location.
7270 (HFILES_NO_SRCDIR): Remove gnulib files.
7271 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7272 (generated_files): Remove GNULIB_H.
7273 ($(LIBGNU), all-lib): Remove targets.
7274 (distclean): Don't mention GNULIB_BUILDDIR.
7275 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7276
7277 2019-06-14 Tom Tromey <tromey@adacore.com>
7278
7279 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7280 Warn if symbol file does not provide any symbols.
7281
7282 2019-06-14 Tom Tromey <tromey@adacore.com>
7283
7284 * source.c (find_and_open_source): Respect basenames_may_differ.
7285
7286 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7287
7288 * annotate.c (annotate_breakpoints_invalid): Make use of
7289 scoped_restore_terminal_state.
7290 (annotate_frames_invalid): Likewise.
7291
7292 2019-06-14 Tom Tromey <tromey@adacore.com>
7293
7294 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7295 allow assignment to an internalvar.
7296
7297 2019-06-14 Tom Tromey <tromey@adacore.com>
7298
7299 * ada-lex.l: Allow "_" in attribute names.
7300
7301 2019-06-14 Tom Tromey <tromey@adacore.com>
7302
7303 PR gdb/24653:
7304 * regcache.c (registers_changed): Don't call alloca.
7305 * top.c (execute_command): Don't call alloca.
7306
7307 2019-06-13 Pedro Alves <palves@redhat.com>
7308
7309 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7310 'expression'. When parsing an expression, error out if there's
7311 junk after "unlimited".
7312 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7313 (do_set_command): Adjust calls to is_unlimited_literal.
7314
7315 2019-06-13 Pedro Alves <palves@redhat.com>
7316
7317 * compile/compile.c (make_compile_options_def_group): Add braces
7318 around array_view initializer.
7319 * thread.c (make_thread_apply_all_options_def_group)
7320 (make_thread_apply_all_options_def_group): Likewise.
7321
7322 2019-06-13 Pedro Alves <palves@redhat.com>
7323
7324 * NEWS (New commands): Mention "maint test-options
7325 require-delimiter", "maint test-options unknown-is-error", "maint
7326 test-options unknown-is-operand" and "maint show
7327 test-options-completion-result".
7328 (New command options, command completion): New section.
7329 (Completion improvements): New section.
7330 Mention that you can abbreviate "unlimited".
7331
7332 2019-06-13 Pedro Alves <palves@redhat.com>
7333
7334 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7335 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7336 * unittests/cli-utils-selftests.c (test_parse_flags)
7337 (test_parse_flags_qcs): Delete.
7338 (test_cli_utils): Don't call deleted functions.
7339
7340 2019-06-13 Pedro Alves <palves@redhat.com>
7341
7342 * thread.c: Include "cli/cli-option.h".
7343 (tp_array_compar_ascending): Global.
7344 (tp_array_compar): Delete function.
7345 (tp_array_compar_ascending, tp_array_compar_descending): New
7346 functions.
7347 (ascending_option_def, qcs_flag_option_def)
7348 (thr_qcs_flags_option_defs)
7349 (make_thread_apply_all_options_def_group)
7350 (make_thread_apply_options_def_group): New.
7351 (thread_apply_all_command): Use gdb::option::process_options.
7352 (thread_apply_command_completer)
7353 (thread_apply_all_command_completer): New.
7354 (thread_apply_command): Use gdb::option::process_options.
7355 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7356 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7357 to generate help text of "thread apply". Adjust "taas"'s help.
7358 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7359 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7360
7361 2019-06-13 Pedro Alves <palves@redhat.com>
7362
7363 * thread.c (thread_apply_command): Check for invalid TID with
7364 isdigit instead of !isalpha.
7365
7366 2019-06-13 Pedro Alves <palves@redhat.com>
7367
7368 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7369 (validate_flags_qcs): New.
7370 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7371 (validate_flags_qcs): Declare.
7372 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7373 (make_frame_apply_options_def_group): New.
7374 (frame_apply_command_count): Process options with
7375 gdb::option::process_options.
7376 (frame_apply_completer): New.
7377 (frame_apply_level_completer, frame_apply_all_completer)
7378 (frame_apply_completer): New.
7379 (_initialize_stack): Update help of "frame apply", "frame apply
7380 level", "frame apply all" and "faas" to mention supported options
7381 and install command completers.
7382 * stack.h (frame_apply_all_completer): Declare.
7383 * thread.c: Include "stack.h".
7384 (tfaas_command): Add "--".
7385 (_initialize_thread): Update help "tfaas" to mention supported
7386 options and install command completer.
7387
7388 2019-06-13 Pedro Alves <palves@redhat.com>
7389
7390 * completer.c (complete_nested_command_line): New.
7391 (gdb_completion_word_break_characters_throw): Add assertion.
7392 * completer.h (complete_nested_command_line): Declare.
7393
7394 2019-06-13 Pedro Alves <palves@redhat.com>
7395
7396 * stack.c (parse_backtrace_qualifiers): New.
7397 (backtrace_command): Use it.
7398 (backtrace_command_completer): Complete on qualifiers.
7399
7400 2019-06-13 Pedro Alves <palves@redhat.com>
7401
7402 * frame.c: Include "cli/cli-option.h.
7403 (user_set_backtrace_options): New.
7404 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7405 Delete.
7406 (get_prev_frame): Adjust.
7407 (boolean_option_def, uinteger_option_def)
7408 (set_backtrace_option_defs): New.
7409 (_initialize_frame): Adjust and use
7410 gdb::option::add_setshow_cmds_for_options to install "set
7411 backtrace past-main" and "set backtrace past-entry".
7412 * frame.h: Include "cli/cli-option.h".
7413 (struct frame_print_options): Forward declare.
7414 (print_frame_arguments_all, print_frame_arguments_scalars)
7415 (print_frame_arguments_none): Declare.
7416 (print_entry_values): Delete declaration.
7417 (struct frame_print_options, user_frame_print_options): New.
7418 (struct set_backtrace_options): New.
7419 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7420 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7421 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7422 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7423 (list_args_or_locals): Add frame_print_options parameter.
7424 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7425 * python/py-framefilter.c (enumerate_args): Pass down
7426 USER_FRAME_PRINT_OPTIONS.
7427 * stack.c: Include "cli/cli-option.h".
7428 (print_frame_arguments_all, print_frame_arguments_scalars)
7429 (print_frame_arguments_none): Declare.
7430 (print_raw_frame_arguments, print_entry_values): Delete.
7431 (user_frame_print_options): New.
7432 (boolean_option_def, enum_option_def, frame_print_option_defs):
7433 New.
7434 (struct backtrace_cmd_options): New.
7435 (bt_flag_option_def): New.
7436 (backtrace_command_option_defs): New.
7437 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7438 (print_frame_arg, read_frame_arg, print_frame_args)
7439 (print_frame_info, print_frame): Add frame_print_options parameter
7440 and use it.
7441 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7442 (backtrace_command_1): Add frame_print_options and
7443 backtrace_cmd_options parameters and use them.
7444 (make_backtrace_options_def_group): New.
7445 (backtrace_command): Process command options with
7446 gdb::option::process_options.
7447 (backtrace_command_completer): New.
7448 (_initialize_stack): Extend "backtrace"'s help to mention
7449 supported options. Install completer for "backtrace".
7450 Install some settings commands with add_setshow_cmds_for_options.
7451
7452 2019-06-13 Pedro Alves <palves@redhat.com>
7453
7454 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7455 and that "set/show print raw frame-arguments" are now deprecated.
7456
7457 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7458 command.
7459 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7460 * stack.c (_initialize_stack): Install "set/show print
7461 raw-frame-arguments", and deprecate "set/show print raw
7462 frame-arguments".
7463 * valprint.c (_initialize_valprint): Deprecate "set/show print
7464 raw".
7465
7466 2019-06-13 Pedro Alves <palves@redhat.com>
7467
7468 * compile/compile.c (struct compile_options): New.
7469 (compile_flag_option_def, compile_command_option_defs)
7470 (make_compile_options_def_group): New.
7471 (compile_file_command): Handle options with
7472 gdb::option::process_options.
7473 (compile_file_command_completer): New function.
7474 (compile_code_command): Handle options with
7475 gdb::option::process_options.
7476 (compile_code_command_completer): New function.
7477 (_initialize_compiler): Install completers for "compile code" and
7478 "compile file". Mention available options in "compile code" and
7479 "compile code"'s help.
7480 * completer.c (advance_to_completion_word): New, factored out from
7481 ...
7482 (advance_to_expression_complete_word_point): ... this.
7483 (advance_to_filename_complete_word_point): New.
7484 * completer.h (advance_to_filename_complete_word_point): New
7485 declaration.
7486
7487 2019-06-13 Pedro Alves <palves@redhat.com>
7488
7489 * compile/compile.c: Include "cli/cli-option.h".
7490 (compile_print_value): Scope data pointer is now a
7491 value_print_options pointer; adjust.
7492 (compile_print_command): Process options. Scope data pointer is
7493 now a value_print_options pointer; adjust.
7494 (_initialize_compile): Update "compile print"'s help to include
7495 supported options. Install a completer for "compile print".
7496 * cp-valprint.c (show_vtblprint, show_objectprint)
7497 (show_static_field_print): Delete.
7498 (_initialize_cp_valprint): Don't install "set print
7499 static-members", "set print vtbl", "set print object" here.
7500 * printcmd.c: Include "cli/cli-option.h" and
7501 "common/gdb_optional.h".
7502 (print_command_parse_format): Rework to fill in a
7503 value_print_options instead of a format_data.
7504 (print_value): Change parameter type from format_data pointer to
7505 value_print_options reference. Adjust.
7506 (print_command_1): Process options. Adjust to pass down a
7507 value_print_options.
7508 (print_command_completer): New.
7509 (_initialize_printcmd): Install print_command_completer as
7510 handle_brkchars completer for the "print" command. Update
7511 "print"'s help to include supported options.
7512 * valprint.c: Include "cli/cli-option.h".
7513 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7514 here from cp-valprint.c.
7515 (boolean_option_def, uinteger_option_def)
7516 (value_print_option_defs, make_value_print_options_def_group):
7517 New. Use gdb::option::add_setshow_cmds_for_options to install
7518 "set print elements", "set print null-stop", "set print repeats",
7519 "set print pretty", "set print union", "set print array", "set
7520 print address", "set print symbol", "set print array-indexes".
7521 * valprint.h: Include <string> and "cli/cli-option.h".
7522 (make_value_print_options_def_group): Declare.
7523 (print_value): Change parameter type from format_data pointer to
7524 value_print_options reference.
7525 (print_command_completer): Declare.
7526
7527 2019-06-13 Pedro Alves <palves@redhat.com>
7528
7529 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7530 (COMMON_SFILES): Add maint-test-settings.c.
7531 * cli/cli-decode.c (boolean_enums): New global, factored out from
7532 ...
7533 (add_setshow_boolean_cmd): ... here.
7534 * cli/cli-decode.h (boolean_enums): Declare.
7535 * cli/cli-option.c: New file.
7536 * cli/cli-option.h: New file.
7537 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7538 factored out from ...
7539 (parse_cli_boolean_value(const char *)): ... this.
7540 (is_unlimited_literal): Change parameter type to pointer to
7541 pointer. Adjust and advance ARG pointer.
7542 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7543 (parse_cli_var_enum): New, factored out from ...
7544 (do_set_command): ... this. Adjust.
7545 * cli/cli-setshow.h (parse_cli_boolean_value)
7546 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7547 (parse_cli_var_enum): Declare.
7548 * cli/cli-utils.c: Include "cli/cli-option.h".
7549 (get_ulongest): New.
7550 * cli/cli-utils.h (get_ulongest): Declare.
7551 (check_for_argument): New overloads.
7552 * maint-test-options.c: New file.
7553
7554 2019-06-13 Pedro Alves <palves@redhat.com>
7555
7556 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7557 parse a range if "-" is at the end of the string.
7558
7559 2019-06-13 Pedro Alves <palves@redhat.com>
7560
7561 * cli/cli-setshow.c (parse_auto_binary_operation)
7562 (parse_cli_boolean_value): Don't allow "o".
7563
7564 2019-06-13 Pedro Alves <palves@redhat.com>
7565
7566 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7567 * NEWS: Mention maint test-settings KIND.
7568 * maint-test-settings.c: New file.
7569
7570 2019-06-13 Pedro Alves <palves@redhat.com>
7571
7572 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7573 completer.
7574 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7575 "set" completers.
7576
7577 2019-06-13 Pedro Alves <palves@redhat.com>
7578
7579 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7580 after item.
7581
7582 2019-06-13 Pedro Alves <palves@redhat.com>
7583
7584 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7585
7586 2019-06-13 Pedro Alves <palves@redhat.com>
7587
7588 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7589 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7590 call.
7591 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7592 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7593 calls.
7594 (check_for_argument): Skip spaces after argument.
7595
7596 2019-06-13 Pedro Alves <palves@redhat.com>
7597
7598 * thread.c (thread_apply_command): Adjust TID parsing.
7599 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7600 detected before end of string.
7601 (tid_is_in_list): Error out if LIST is invalid.
7602
7603 2019-06-13 Pedro Alves <palves@redhat.com>
7604
7605 * completer.c (complete_line_internal_1): Rewind completion word
7606 point.
7607 (completion_tracker::advance_custom_word_point_by): Change
7608 parameter type to int.
7609 * completer.h (completion_tracker::advance_custom_word_point_by):
7610 Likewise.
7611
7612 2019-06-13 Pedro Alves <palves@redhat.com>
7613
7614 * completer.c (advance_to_completion_word): Handle delimiters.
7615
7616 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7617
7618 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7619
7620 2019-06-11 Tom Tromey <tom@tromey.com>
7621
7622 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7623 (xmalloc_failed): Move to alloc.c.
7624 * alloc.c: New file.
7625 * Makefile.in (COMMON_SFILES): Add alloc.c.
7626
7627 2019-06-11 Tom Tromey <tom@tromey.com>
7628
7629 * nat/linux-waitpid.c: Don't include server.h.
7630 (linux_debug): Remove.
7631 (my_waitpid): Update.
7632
7633 2019-06-11 Tom Tromey <tromey@adacore.com>
7634
7635 * infcall.c (_initialize_infcall): Remove trailing newline from
7636 help.
7637 * user-regs.c (_initialize_user_regs): Remove trailing newline
7638 from help.
7639 * typeprint.c (_initialize_typeprint): Remove trailing newline
7640 from help.
7641 * reverse.c (_initialize_reverse): Remove trailing newlines from
7642 help.
7643 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7644 from help.
7645 * language.c (add_set_language_command): Remove trailing newline
7646 from help.
7647 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7648 help.
7649 * disasm.c (_initialize_disasm): Remove trailing newline from
7650 help.
7651 * top.c (init_main): Remove trailing newline from help.
7652 * interps.c (_initialize_interpreter): Remove trailing newline
7653 from help.
7654 * btrace.c (_initialize_btrace): Remove trailing newlines from
7655 help.
7656 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7657 from help.
7658 * python/python.c (_initialize_python): Remove trailing newline
7659 from help.
7660 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7661 help.
7662 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7663 from help. Reformat some text.
7664 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7665 from help.
7666 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7667 newline from help.
7668
7669 2019-06-11 Tom Tromey <tromey@adacore.com>
7670
7671 * darwin-nat.c (darwin_decode_exception_message)
7672 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7673
7674 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7675
7676 * valops.c (value_slice): Check for not allocated or not
7677 associated values.
7678
7679 2019-06-10 Tom de Vries <tdevries@suse.de>
7680
7681 PR gdb/24618
7682 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7683 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7684 invalid.
7685
7686 2019-06-10 Tom de Vries <tdevries@suse.de>
7687
7688 PR gdb/24611
7689 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7690 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7691
7692 2019-06-10 Tom de Vries <tdevries@suse.de>
7693
7694 PR symtab/24545
7695 * symtab.c (struct demangled_name_entry): Add language field.
7696 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7697 static minimal symbol". Set and use language field.
7698
7699 2019-06-10 Tom Tromey <tromey@adacore.com>
7700
7701 * ada-lang.c (_initialize_ada_language): Update help text.
7702
7703 2019-06-10 Tom Tromey <tromey@adacore.com>
7704
7705 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7706 with a newline.
7707 * guile/guile.c (handle_boot_error): Don't end warning with a
7708 newline.
7709 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7710 warning with a newline.
7711 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7712 newline.
7713 (s12z_frame_cache): Likewise.
7714 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7715 a newline.
7716 * solib-svr4.c (disable_probes_interface): Don't end warning with
7717 a newline.
7718 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7719 newline.
7720 * python/python.c (do_finish_initialization): Don't end warning
7721 with a newline.
7722
7723 2019-06-10 Tom Tromey <tom@tromey.com>
7724
7725 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7726 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7727 gdbpy_enter.
7728
7729 2019-06-10 Tom Tromey <tromey@adacore.com>
7730
7731 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7732 data.
7733 (elf_new_init): Don't call stabsread_new_init.
7734 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7735 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7736 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7737
7738 2019-06-10 Tom de Vries <tdevries@suse.de>
7739
7740 PR symtab/16264
7741 PR symtab/24517
7742 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7743
7744 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7745
7746 * source.c (find_and_open_source): Also rewrite relative file
7747 names.
7748
7749 2019-04-26 Amos Bird <amosbird@gmail.com>
7750
7751 * annotate.c (annotate_thread_exited): Add "thread-exited"
7752 annotation.
7753
7754 2019-06-06 Tom Tromey <tromey@adacore.com>
7755
7756 * maint.h (class scoped_command_stats): Use
7757 DISABLE_COPY_AND_ASSIGN.
7758 <print_time>: New method.
7759 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7760 print_time.
7761 (scoped_command_stats::print_time): New method.
7762
7763 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7764
7765 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7766 instructions of lengths 6 or 8 bytes.
7767
7768 2019-06-04 Pedro Alves <palves@redhat.com>
7769
7770 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7771
7772 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7773 * breakpoint.c (condition_completer): Likewise.
7774 * cli/cli-dump.c (scan_expression): Likewise.
7775 * common/filestuff.c (mkdir_recursive): Likewise.
7776 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7777 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7778 (gdb_abspath): Likewise.
7779 * compile/compile-cplus-types.c
7780 (compile_cplus_instance::decl_name): Likewise.
7781 * completer.c (complete_explicit_location):
7782 (signal_completer, reg_or_group_completer_1): Likewise.
7783 * cp-support.c (cp_remove_params_if_any): Likewise.
7784 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7785 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7786 * infcmd.c (strip_bg_char): Likewise.
7787 * linespec.c (copy_token_string): Likewise.
7788 * mi/mi-main.c (output_cores): Likewise.
7789 * psymtab.c (psymtab_search_name):
7790 * symfile.c (test_set_ext_lang_command): Likewise.
7791 * target.c (target_fileio_read_stralloc): Likewise.
7792 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7793 * value.c (complete_internalvar): Likewise.
7794
7795 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7796
7797 Add objfile property to gdb.Type.
7798 * NEWS: Mention Python API addition.
7799 * python/py-type.c (typy_get_objfile): New method.
7800
7801 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7802
7803 * NEWS: Mention the new set|show style [title|highlight].
7804 Mention changes to "show style", "help" and "apropos".
7805
7806 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7807
7808 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7809 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7810 instead of print_help_for_command.
7811 (print_doc_of_command): New function.
7812 (help_list): Add 'apropos -v word' suggestion.
7813 (print_help_for_command): Style the command name using title style.
7814 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7815 (_initialize_cli_cmds): Describe -v in apropos_command help.
7816
7817 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7818
7819 * cli/cli-style.h (cli_style_option): Add name in constructor,
7820 add m_name class member, add constructor with intensity,
7821 add name class function.
7822 (cli_style_option::add_setshow_commands): Remove name argument.
7823 (highlight_style, title_style): New styles.
7824 * cli/cli-style.c (do_show): New function that shows a style
7825 characteristic styling the style name with itself.
7826 (set_style_name): New function.
7827 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7828 Update all callers according to the changes in cli/cli-style.h.
7829 * utils.h (fputs_highlighted): New function.
7830 * utils.c (fputs_highlighted): Likewise.
7831
7832 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7833
7834 * NEWS: Mention new pipe command and new convenience variables.
7835
7836 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7837
7838 * cli/cli-cmds.c (pipe_command): New function.
7839 (_initialize_cli_cmds): Call add_com for pipe_command.
7840 Define | as an alias for pipe.
7841 (exit_status_set_internal_vars): New function.
7842 (shell_escape): Call exit_status_set_internal_vars.
7843 cli/cli-decode.c (find_command_name_length): Recognize | as
7844 a single character command.
7845
7846 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7847
7848 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7849 top.c (execute_command_to_ui_file): New function, mostly a copy
7850 of execute_command_to_string.
7851 (execute_command_to_string): Implement by calling
7852 execute_command_to_ui_file.
7853
7854 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7855
7856 * top.h (saved_command_line): Remove declaration.
7857 * top.c (previous_saved_command_line, previous_repeat_arguments):
7858 New variables.
7859 (saved_command_line): Make static, define together with other
7860 'repeat variables'.
7861 (dont_repeat): Clear repeat_arguments.
7862 (repeat_previous, get_saved_command_line, save_command_line):
7863 New functions.
7864 (gdb_init): Initialize saved_command_line
7865 and previous_saved_command_line.
7866 * main.c (captured_main_1): Remove saved_command_line initialization.
7867 * event-top.c (handle_line_of_input): Update to use
7868 the new 'repeat' related functions instead of direct access to
7869 saved_command_line.
7870 * command.h (repeat_previous, get_saved_command_line,
7871 save_command_line): New declarations.
7872 (dont_repeat): Add comment.
7873
7874 2019-05-30 Tom Tromey <tromey@adacore.com>
7875
7876 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7877 Fix comment.
7878 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7879
7880 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7881
7882 PR cli/24587
7883 * completer.c (complete): Initialize variable word.
7884
7885 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7886
7887 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7888 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7889 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7890 'body' is NULL to the outter 'if', protecting the '!is_define'
7891 situation as well.
7892
7893 2019-05-29 Tom Tromey <tromey@adacore.com>
7894
7895 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7896 (dwarf_unknown): New function.
7897 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7898 (dwarf_type_encoding_name): Use dwarf_unknown.
7899
7900 2019-05-29 Tom Tromey <tromey@adacore.com>
7901
7902 PR c++/20020:
7903 * cp-valprint.c (cp_print_value_fields): Call
7904 cp_print_static_field inside "try".
7905
7906 2019-05-29 Tom Tromey <tromey@adacore.com>
7907
7908 * inflow.c (struct terminal_info): Add default operator=.
7909 * configure: Rebuild.
7910 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7911 -Wdeprecated-copy-dtor, -Wredundant-move.
7912
7913 2019-05-29 Tom Tromey <tromey@adacore.com>
7914
7915 * NEWS: Add entry.
7916 * infcmd.c (print_return_value_1): Handle finish_print
7917 option.
7918 (show_print_finish): New function.
7919 (_initialize_infcmd): Add "set/show print finish" commands.
7920 * valprint.c (user_print_options): Initialize new member.
7921 * valprint.h (struct value_print_options) <finish_print>: New
7922 member.
7923
7924 2019-05-28 Tom Tromey <tromey@adacore.com>
7925
7926 * ada-lang.c (ada_remove_Xbn_suffix)
7927 (find_old_style_renaming_symbol)
7928 (parse_old_style_renaming): Remove.
7929 (ada_find_renaming_symbol): Don't call
7930 find_old_style_renaming_symbol.
7931 (ada_is_renaming_symbol): Rename from
7932 ada_find_renaming_symbol. Remove "block" parameter. Return
7933 bool. Now static.
7934 (ada_read_var_value): Update and simplify.
7935 * ada-exp.y (write_var_or_type): Remove old code.
7936
7937 2019-05-28 Alan Hayward <alan.hayward@arm.com>
7938
7939 PR gdb/25010
7940 * event-top.c: Remove include comment.
7941 * inflow.c (class scoped_ignore_sigttou): Move from here...
7942 * inflow.h (class scoped_ignore_sigttou): ...to here.
7943 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7944 * top.c: Remove include comment.
7945
7946 2019-05-27 Tom Tromey <tom@tromey.com>
7947
7948 * NEWS: Fix typo.
7949
7950 2019-05-22 Tom Tromey <tromey@adacore.com>
7951
7952 * target.c (target_follow_exec): Constify parameter.
7953 * target-delegates.c: Rebuild.
7954 * remote.c (remote_target::follow_exec): Constify parameter.
7955 * infrun.c (follow_exec): Constify parameter.
7956 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7957 (target_follow_exec): Likewise.
7958
7959 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7960
7961 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7962 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7963
7964 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7965
7966 * NEWS: Add debugredirect and testsuite sections.
7967
7968 2019-05-22 Simon Cook <simon.cook@embecosm.com>
7969
7970 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7971 target descriptions using exclusively floating point register name
7972 aliases.
7973
7974 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7975
7976 PR gdb/18644:
7977 * f-lang.c (build_fortran_types): Handle the case where
7978 gdbarch_floatformat_for_type returns a nullptr.
7979
7980 2019-05-21 Tom de Vries <tdevries@suse.de>
7981
7982 PR cli/24587
7983 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7984
7985 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7986
7987 PR gdb/18644:
7988 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7989 16-byte floats.
7990 * i386-tdep.c (i386_floatformat_for_type): Use
7991 floatformats_ia64_quad for the 16-byte floating point component
7992 within a fortran 32-byte complex number.
7993
7994 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7995
7996 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7997 delete default constructor.
7998 (find_partial_die): Update to return const struct.
7999 (partial_die_parent_scope): Move variable declaration into scope
8000 of its use and change its type to auto.
8001 (guess_partial_die_structure_name): Likewise.
8002 (partial_die_info::fixup): Likewise.
8003
8004 2019-05-17 Tom Tromey <tromey@adacore.com>
8005
8006 * source.c (find_and_open_source): Remove cast.
8007
8008 2019-05-17 Tom Tromey <tromey@adacore.com>
8009
8010 * annotate.c (annotate_source): Make "filename" const.
8011 * annotate.h (annotate_source): Use const.
8012
8013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8014
8015 * disasm.c (set_disassembler_options): Send errors to stderr.
8016
8017 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8018
8019 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8020 (cli_interp_base::set_logging): Check debug_redirect.
8021 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8022 * cli/cli-logging.c (debug_redirect): Add static variable.
8023 (pop_output_files): Add default param.
8024 (handle_redirections): Print debug setting.
8025 (show_logging_command): Likewise.
8026 (_initialize_cli_logging): Add debugredirect command.
8027 * interps.c (current_interp_set_logging): Add debug_redirect
8028 parameter.
8029 * interps.h (set_logging): Add debug_redirect parameter.
8030 (current_interp_set_logging): Likewise.
8031 * mi/mi-common.h: Likewise.
8032 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8033
8034 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8035 Tom Tromey <tromey@adacore.com>
8036
8037 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8038 directly.
8039 * cli/cli-interp.h (make_logging_output): Remove declaration.
8040 * cli/cli-logging.c (make_logging_output): Remove function.
8041 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8042 directly.
8043 * ui-file.c (tee_file::tee_file): Remove bools.
8044 (tee_file::~tee_file): Remove deletes.
8045 * ui-file.h (tee_file): Remove bools.
8046
8047 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8048
8049 * mi/mi-cmds.h (mi_cmd_complete): New function.
8050 * mi/mi-main.c (mi_cmd_complete): Likewise.
8051 * mi/mi-cmds.c: Define new MI command -complete.
8052 * NEWS: Mention new -complete command.
8053
8054 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8055
8056 * completer.h (complete): New function.
8057 * completer.c (complete): Likewise.
8058 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8059 function defined in completer.h.
8060
8061 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8062
8063 * MAINTAINERS (Write After Approval): Add myself.
8064
8065 2019-05-17 Tom de Vries <tdevries@suse.de>
8066
8067 PR gdb/24094
8068 * dwarf2read.c (struct cu_partial_die_info): New struct.
8069 (find_partial_die): Return cu_partial_die_info.
8070 (partial_die_parent_scope, guess_partial_die_structure_name)
8071 (partial_die_info::fixup): Handle new return type of find_partial_die.
8072
8073 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8074
8075 PR breakpoints/24541
8076 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8077 "std::string", simplifying the algorithm.
8078
8079 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8080
8081 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8082 (stap_static_probe_ops::get_probes): Likewise.
8083
8084 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8085
8086 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8087 '-')" and "else if".
8088 (stap_parse_single_operand): Join checks for
8089 "gdbarch_stap_parse_special_token_p" and
8090 "gdbarch_stap_parse_special_token" in the same "if" statement.
8091 Invert check when verifying for operation on register
8092 displacement.
8093
8094 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8095
8096 * stap-probe.c (stap_get_opcode): Update comment.
8097 (stap_get_expected_argument_type): Likewise.
8098 (handle_stap_probe): Likewise.
8099
8100 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8101
8102 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8103 return type to 'bool'. Adjust comment. Use 'bool' when
8104 appropriate.
8105 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8106 * stap-probe.c (stap_parse_argument_1): Likewise.
8107 (stap_is_operator): Likewise.
8108 (stap_is_generic_prefix): Likewise.
8109 (stap_is_register_prefix): Likewise.
8110 (stap_is_register_indirection_prefix): Likewise.
8111 (stap_is_integer_prefix): Likewise.
8112 (stap_generic_check_suffix): Likewise.
8113 (stap_check_integer_suffix): Likewise.
8114 (stap_check_register_suffix): Likewise.
8115 (stap_check_register_indirection_suffix): Likewise.
8116 (stap_parse_register_operand): Likewise.
8117 (stap_parse_single_operand): Likewise.
8118 (stap_parse_argument_1): Likewise.
8119 (stap_probe::get_argument_count): Likewise.
8120 (stap_is_operator): Likewise.
8121
8122 2019-05-16 Tom Tromey <tromey@adacore.com>
8123
8124 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8125 keyword to foreach.
8126
8127 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8128
8129 * linux-thread-db.c (try_thread_db_load_1): Change return type
8130 to bool.
8131 (try_thread_db_load): Likewise.
8132 (try_thread_db_load_from_pdir_1): Likewise.
8133 (try_thread_db_load_from_pdir): Likewise.
8134 (try_thread_db_load_from_sdir): Likewise.
8135 (try_thread_db_load_from_dir): Likewise.
8136 (thread_db_load_search): Likewise.
8137 (has_libpthread): Likewise.
8138 (thread_db_load): Likewise.
8139
8140 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8141
8142 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8143 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8144 NULL, and complain/return if that's the case.
8145
8146 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8147
8148 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8149 (advance, posn, abstract_read_memory): New functions.
8150 [struct mem_read_abstraction]: New struct.
8151 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8152
8153 2019-05-14 Tom Tromey <tromey@adacore.com>
8154
8155 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8156 value is not lval_memory.
8157
8158 2019-05-14 Tom Tromey <tromey@adacore.com>
8159
8160 * solib.c (info_sharedlibrary_command): Style the file name.
8161
8162 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8163
8164 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8165 (aarch64_vnv_type): Likewise.
8166 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8167 * common/tdesc.c: Likewise.
8168 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8169 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8170 * features/aarch64-fpu.xml: Add ieee half view.
8171 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8172 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8173 * gdbtypes.h (struct builtin_type): Likewise.
8174 (struct objfile_type): Likewise.
8175
8176 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8177
8178 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8179 typo.
8180 * location.h (string_to_event_location): Likewise.
8181
8182 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8183
8184 GDB 8.3 released.
8185
8186 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8187
8188 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8189 New variable declaration.
8190 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8191 New variable.
8192 (print_one_breakpoint): Use ui_out::test_flags and new global
8193 variable to compute use_fixed_output.
8194 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8195 Remove.
8196 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8197 (mi_multi_location_breakpoint_output_fixed): Remove.
8198 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8199 new variable.
8200 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8201 fix_multi_location_breakpoint_output flag if version >= 3.
8202 * ui-out.h (enum ui_out_flag)
8203 <fix_multi_location_breakpoint_output>: New enumerator.
8204
8205 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8206
8207 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8208
8209 2019-05-10 Tom Tromey <tromey@adacore.com>
8210
8211 * ada-lang.c (catch_ada_completer): New function.
8212 (_initialize_ada_language): Use it.
8213
8214 2019-05-10 Tom Tromey <tromey@adacore.com>
8215
8216 * thread.c (print_thread_info): Make "requested_threads" const.
8217 * gdbthread.h (print_thread_info): Make "requested_threads"
8218 const.
8219 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8220 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8221
8222 2019-05-08 Tom Tromey <tom@tromey.com>
8223
8224 * gdbtypes.c (objfile_type_data): Change type.
8225 (objfile_type, _initialize_gdbtypes): Update.
8226
8227 2019-05-08 Tom Tromey <tom@tromey.com>
8228
8229 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8230 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8231 (_initialize_dwarf2_frame): Update.
8232
8233 2019-05-08 Tom Tromey <tom@tromey.com>
8234
8235 * objc-lang.c (objc_objfile_data): Change type.
8236 (find_methods): Update.
8237 (_initialize_objc_lang): Remove.
8238
8239 2019-05-08 Tom Tromey <tom@tromey.com>
8240
8241 * stabsread.c (rs6000_builtin_type_data): Change type.
8242 (rs6000_builtin_type, _initialize_stabsread): Update.
8243
8244 2019-05-08 Tom Tromey <tom@tromey.com>
8245
8246 * mips-tdep.c (mips_pdr_data): Remove.
8247 (_initialize_mips_tdep): Update.
8248
8249 2019-05-08 Tom Tromey <tom@tromey.com>
8250
8251 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8252 (hppa_init_objfile_priv_data, read_unwind_info)
8253 (find_unwind_entry, _initialize_hppa_tdep): Update.
8254
8255 2019-05-08 Tom Tromey <tom@tromey.com>
8256
8257 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8258 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8259 on obstack.
8260 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8261
8262 2019-05-08 Tom Tromey <tom@tromey.com>
8263
8264 * mdebugread.c (basic_type_data): Change type.
8265 (basic_type, _initialize_mdebugread): Update.
8266
8267 2019-05-08 Tom Tromey <tom@tromey.com>
8268
8269 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8270
8271 2019-05-08 Tom Tromey <tom@tromey.com>
8272
8273 * nto-tdep.c (nto_inferior_data_reg): Change type.
8274 (nto_inferior_data): Update.
8275 (nto_inferior_data_cleanup, nto_new_inferior_data)
8276 (_initialize_nto_tdep): Remove.
8277 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8278
8279 2019-05-08 Tom Tromey <tom@tromey.com>
8280
8281 * ada-lang.c (struct ada_inferior_data): Add initializers.
8282 (ada_inferior_data): Change type.
8283 (ada_inferior_data_cleanup): Remove.
8284 (get_ada_inferior_data, ada_inferior_exit)
8285 (struct ada_pspace_data): Add initializers, destructor.
8286 (ada_pspace_data_handle): Change type.
8287 (get_ada_pspace_data): Update.
8288 (ada_pspace_data_cleanup): Remove.
8289
8290 2019-05-08 Tom Tromey <tom@tromey.com>
8291
8292 * coffread.c (struct coff_symfile_info): Add initializers.
8293 (coff_objfile_data_key): Move lower. Change type.
8294 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8295 Update.
8296 (coff_free_info): Remove.
8297
8298 2019-05-08 Tom Tromey <tom@tromey.com>
8299
8300 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8301 (fbsd_pspace_data_handle): Move lower. Change type.
8302 (get_fbsd_pspace_data): Update.
8303 (fbsd_pspace_data_cleanup): Remove.
8304 (_initialize_fbsd_tdep): Update.
8305
8306 2019-05-08 Tom Tromey <tom@tromey.com>
8307
8308 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8309 (get_ada_tasks_pspace_data): Update.
8310 (ada_tasks_pspace_data_cleanup): Remove.
8311 (_initialize_tasks): Update.
8312 (ada_tasks_inferior_data_handle): Change type.
8313 (get_ada_tasks_inferior_data): Update.
8314 (ada_tasks_inferior_data_cleanup): Remove.
8315 (struct ada_tasks_pspace_data): Add initializers.
8316
8317 2019-05-08 Tom Tromey <tom@tromey.com>
8318
8319 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8320 * symfile-debug.c (debug_sym_get_probes): Change type.
8321 * stap-probe.c (handle_stap_probe):
8322 (stap_static_probe_ops::get_probes): Change type.
8323 * probe.h (class static_probe_ops) <get_probes>: Change type.
8324 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8325 (parse_probes_in_pspace): Update.
8326 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8327 Update.
8328 (any_static_probe_ops::get_probes): Change type.
8329 * elfread.c (elfread_data): New typedef.
8330 (probe_key): Change type.
8331 (elf_get_probes): Likewise. Update.
8332 (probe_key_free): Remove.
8333 (_initialize_elfread): Update.
8334 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8335 Change type.
8336 (dtrace_process_dof_probe, dtrace_process_dof)
8337 (dtrace_static_probe_ops::get_probe): Change type.
8338
8339 2019-05-08 Tom Tromey <tom@tromey.com>
8340
8341 * xcoffread.c (struct xcoff_symfile_info): Rename from
8342 coff_symfile_info. Add initializers.
8343 (xcoff_objfile_data_key): Move lower. Change type.
8344 (XCOFF_DATA): Rewrite.
8345 (xcoff_free_info): Remove.
8346 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8347 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8348 (xcoff_initial_scan): Update.
8349
8350 2019-05-08 Tom Tromey <tom@tromey.com>
8351
8352 * solib-svr4.c (struct svr4_info): Add initializers and
8353 destructor.
8354 <probes_table>: Now an htab_up.
8355 (solib_svr4_pspace_data): Change type.
8356 (free_probes_table): Simplify.
8357 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8358 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8359 (probes_table_remove_objfile_probes, register_solib_event_probe)
8360 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8361 (_initialize_svr4_solib): Update.
8362
8363 2019-05-08 Tom Tromey <tom@tromey.com>
8364
8365 * remote.c (remote_pspace_data): Change type.
8366 (remote_pspace_data_cleanup): Remove.
8367 (get_remote_exec_file, set_pspace_remote_exec_file)
8368 (_initialize_remote): Update.
8369
8370 2019-05-08 Tom Tromey <tom@tromey.com>
8371
8372 * breakpoint.c (breakpoint_objfile_key): Change type.
8373 (get_breakpoint_objfile_data): Update.
8374 (free_breakpoint_objfile_data): Remove.
8375 (_initialize_breakpoint): Update.
8376
8377 2019-05-08 Tom Tromey <tom@tromey.com>
8378
8379 * linux-tdep.c (struct linux_info): Add initializers.
8380 (linux_inferior_data): Move. Change type.
8381 (invalidate_linux_cache_inf): Update.
8382 (linux_inferior_data_cleanup): Remove.
8383 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8384
8385 2019-05-08 Tom Tromey <tom@tromey.com>
8386
8387 * auxv.c (auxv_inferior_data): Move. Change type.
8388 (auxv_inferior_data_cleanup): Remove.
8389 (invalidate_auxv_cache_inf): Rewrite.
8390 (get_auxv_inferior_data, _initialize_auxv): Update.
8391
8392 2019-05-08 Tom Tromey <tom@tromey.com>
8393
8394 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8395 (symfile_debug_objfile_data_key): Change type.
8396 (symfile_debug_installed, debug_qf_has_symbols)
8397 (debug_qf_find_last_source_symtab)
8398 (debug_qf_forget_cached_source_info)
8399 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8400 (debug_qf_print_stats, debug_qf_dump)
8401 (debug_qf_expand_symtabs_for_function)
8402 (debug_qf_expand_all_symtabs)
8403 (debug_qf_expand_symtabs_with_fullname)
8404 (debug_qf_map_matching_symbols)
8405 (debug_qf_expand_symtabs_matching)
8406 (debug_qf_find_pc_sect_compunit_symtab)
8407 (debug_qf_map_symbol_filenames)
8408 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8409 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8410 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8411 (debug_sym_read_linetable, debug_sym_relocate): Update.
8412 (symfile_debug_free_objfile): Remove.
8413 (install_symfile_debug_logging, _initialize_symfile_debug):
8414 Update.
8415
8416 2019-05-08 Tom Tromey <tom@tromey.com>
8417
8418 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8419 allocate_on_obstack.
8420 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8421 (get_dwarf2_per_objfile): Update.
8422 (set_dwarf2_per_objfile): Remove.
8423 (dwarf2_has_info, dwarf2_get_section_info): Update.
8424 (dwarf2_free_objfile): Remove.
8425 (_initialize_dwarf2_read): Update.
8426
8427 2019-05-08 Tom Tromey <tom@tromey.com>
8428
8429 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8430 initializers.
8431 <unsupported_script_warning_printed,
8432 script_not_found_warning_printed>: Now bool.
8433 (auto_load_pspace_data): Change type.
8434 (~auto_load_pspace_info): Rename from
8435 auto_load_pspace_data_cleanup.
8436 (get_auto_load_pspace_data, init_loaded_scripts_info)
8437 (clear_section_scripts, maybe_print_unsupported_script_warning)
8438 (maybe_print_script_not_found_warning, _initialize_auto_load):
8439 Update.
8440
8441 2019-05-08 Tom Tromey <tom@tromey.com>
8442
8443 * objfiles.c (objfile_pspace_info): Add destructor and
8444 initializers.
8445 (objfiles_pspace_data): Change type.
8446 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8447 (get_objfile_pspace_data): Update.
8448 (objfiles_bfd_data): Change type.
8449 (get_objfile_bfd_data): Update.
8450 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8451
8452 2019-05-08 Tom Tromey <tom@tromey.com>
8453
8454 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8455 Change type.
8456 (get_catch_syscall_inferior_data): Update.
8457 (catch_syscall_inferior_data_cleanup): Remove.
8458 (_initialize_break_catch_syscall): Update.
8459
8460 2019-05-08 Tom Tromey <tom@tromey.com>
8461
8462 * inflow.c (struct terminal_info): Add destructor and
8463 initializers.
8464 (inflow_inferior_data): Change type.
8465 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8466 (get_inflow_inferior_data, inflow_inferior_exit)
8467 (swap_terminal_info, _initialize_inflow): Update.
8468
8469 2019-05-08 Tom Tromey <tom@tromey.com>
8470
8471 * target-dcache.c (target_dcache_cleanup): Remove.
8472 (target_dcache_aspace_key): Change type.
8473 (target_dcache_init_p, target_dcache_invalidate)
8474 (target_dcache_get, target_dcache_get_or_init)
8475 (_initialize_target_dcache): Update.
8476 * dcache.h (struct dcache_deleter): New.
8477
8478 2019-05-08 Tom Tromey <tom@tromey.com>
8479
8480 * symtab.c (struct symbol_cache): Add destructor and
8481 initializers.
8482 (symbol_cache_key): Move. Change type.
8483 (make_symbol_cache, free_symbol_cache): Remove.
8484 (get_symbol_cache): Update.
8485 (symbol_cache_cleanup): Remove.
8486 (ALL_PSPACES, symbol_cache_flush)
8487 (maintenance_print_symbol_cache)
8488 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8489 Update.
8490
8491 2019-05-08 Tom Tromey <tom@tromey.com>
8492
8493 * symtab.c (struct main_info): Add destructor and initializers.
8494 (main_progspace_key): Move. Change type.
8495 (get_main_info): Update.
8496 (main_info_cleanup): Remove.
8497 (_initialize_symtab): Update.
8498
8499 2019-05-08 Tom Tromey <tom@tromey.com>
8500
8501 * registry.h (DECLARE_REGISTRY): Define the _key class.
8502
8503 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8504
8505 * NEWS: Merge two 'New commands' sections.
8506
8507 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8508
8509 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8510 parameter and use Ada language definition instead.
8511 (ada_val_print_ptr): Remove unused language parameter.
8512 (ada_val_print_num): Remove language parameter and use Ada language
8513 definition instead.
8514 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8515 parameter.
8516 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8517 parameter and use Ada language definition instead.
8518 (ada_val_print_1): Update all ada_val_print_xxx calls.
8519 Remove language parameter.
8520 (ada_val_print): Update ada_val_print_1 call.
8521
8522 2019-05-08 Tom Tromey <tromey@adacore.com>
8523
8524 * remote.c (remote_hw_watchpoint_limit)
8525 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8526 Now static.
8527
8528 2019-05-08 Tom Tromey <tromey@adacore.com>
8529
8530 * maint.c (_initialize_maint_cmds): Move initialization code to
8531 remote.c.
8532 (watchdog, show_watchdog): Move to remote.c.
8533 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8534 "watchdog" static.
8535 (_initialize_remote): Move initialization code from maint.c.
8536 * defs.h (watchdog): Don't declare.
8537
8538 2019-05-08 Tom Tromey <tromey@adacore.com>
8539
8540 * tui/tui-interp.c: Include main.h.
8541 * interps.c: Include main.h.
8542 * main.h (interpreter_p): Declare.
8543 * defs.h (interpreter_p): Don't declare.
8544
8545 2019-05-08 Tom Tromey <tromey@adacore.com>
8546
8547 * dwarf2loc.c: Include dwarf2read.h.
8548 * defs.h (read_unsigned_leb128): Don't declare.
8549 * dwarf2read.h (read_unsigned_leb128): Declare.
8550
8551 2019-05-08 Tom Tromey <tromey@adacore.com>
8552
8553 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8554 method.
8555
8556 2019-05-08 Tom Tromey <tromey@adacore.com>
8557
8558 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8559 when no wrap column is set.
8560
8561 2019-05-08 Tom Tromey <tromey@adacore.com>
8562
8563 * c-lang.c (c_get_string): Handle non-C-style arrays.
8564
8565 2019-05-08 Tom Tromey <tromey@adacore.com>
8566
8567 * typeprint.c (print_offset_data::update): Print the bit offset,
8568 not the number of bits remaining.
8569
8570 2019-05-08 Tom Tromey <tromey@adacore.com>
8571
8572 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8573 padding at end of comment.
8574
8575 2019-05-08 Tom Tromey <tromey@adacore.com>
8576
8577 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8578 Compare main types.
8579
8580 2019-05-06 Tom Tromey <tom@tromey.com>
8581
8582 * common/scoped_mmap.c: Include common-defs.h.
8583 * common/scoped_mmap.h: Don't include config.h.
8584
8585 2019-05-04 Tom Tromey <tom@tromey.com>
8586
8587 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8588 (struct aarch64_call_info): Add initializers.
8589 <si>: Now a std::vector.
8590 (pass_on_stack, aarch64_push_dummy_call): Update.
8591
8592 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8593 Tom Tromey <tom@tromey.com>
8594
8595 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8596 (ppc_threads): Now a std::vector. Now static.
8597 (hwdebug_find_thread_points_by_tid)
8598 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8599 Update.
8600
8601 2019-05-04 Tom Tromey <tom@tromey.com>
8602
8603 * arc-tdep.c (arc_tdesc_init): Return bool.
8604
8605 2019-05-04 Tom Tromey <tom@tromey.com>
8606
8607 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8608 Use gdb_assert_not_reached.
8609
8610 2019-05-04 Tom Tromey <tom@tromey.com>
8611
8612 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8613 "false".
8614
8615 2019-05-04 Tom Tromey <tom@tromey.com>
8616
8617 * arc-tdep.c (arc_tdesc_init): Use bool.
8618
8619 2019-05-04 Tom Tromey <tom@tromey.com>
8620
8621 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8622
8623 2019-05-04 Tom Tromey <tom@tromey.com>
8624
8625 * cli/cli-cmds.c (valid_command_p): Return bool.
8626
8627 2019-05-04 Tom Tromey <tom@tromey.com>
8628
8629 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8630 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8631
8632 2019-05-04 Raul Tambre <raul@tambre.ee>
8633
8634 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8635 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8636 operator for comparison.
8637
8638 2019-05-04 Tom Tromey <tom@tromey.com>
8639
8640 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8641 (lookup_partial_symbol, print_partial_symbols)
8642 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8643 (psymbol_compare): Update.
8644 (add_psymbol_to_bcache): Clear the entire psymbol.
8645 (maintenance_check_psymtabs): Update.
8646 * psympriv.h (struct partial_symbol): Don't derive from
8647 general_symbol_info.
8648 <obj_section, unrelocated_address, address,
8649 set_unrelocated_address>: Update.
8650 <ginfo>: New member.
8651 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8652 (debug_names::write_psymbols): Update.
8653
8654 2019-05-04 Tom de Vries <tdevries@suse.de>
8655
8656 * contrib/cc-with-tweaks.sh: Support -n arg.
8657
8658 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8659
8660 * corelow.c (core_target::detach): Ensure frame cache and
8661 register caches are cleared.
8662 inferior.c (exit_inferior_1): Likewise.
8663
8664 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8665 Tom Tromey <tom@tromey.com>
8666
8667 * dictionary.c (collate_pending_symbols_by_language): Remove
8668 "struct" from foreach.
8669 * symtab.c (lookup_global_symbol_from_objfile)
8670 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8671 foreach.
8672 * ser-tcp.c (net_open): Remove "struct" from foreach.
8673 * objfiles.c (objfile_relocate, objfile_rebase)
8674 (objfile_has_symbols): Remove "struct" from foreach.
8675 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8676 from foreach.
8677 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8678 foreach.
8679 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8680 "struct" from foreach.
8681 * ada-lang.c (create_excep_cond_exprs)
8682 (ada_exception_catchpoint_cond_string): Remove "struct" from
8683 foreach.
8684
8685 2019-05-03 Tom Tromey <tromey@adacore.com>
8686
8687 * ada-exp.y (convert_char_literal): Check suffix of each
8688 enumerator.
8689
8690 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8691
8692 PR ada/21406:
8693 * ada-exp.y (yywrap): Don't define.
8694 * ada-lex.l (%option): Add noyywrap
8695 (yywrap): Remove.
8696
8697 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8698
8699 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8700 _WIN32_WINNT to the XP level, unless already defined to a higher
8701 level.
8702
8703 * unittests/parse-connection-spec-selftests.c:
8704 * ser-tcp.c:
8705 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8706 override.
8707
8708 * symfile.c (find_separate_debug_file): Remove colon from the
8709 drive spec of DOS/Windows file names of the target, so that the
8710 file name produced from DEBUGDIR and the target's directory will
8711 be valid on DOS/Windows systems.
8712
8713 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8714
8715 * rust-lang.c (val_print_struct): Handle printing structures
8716 containing strings.
8717
8718 2019-05-02 Tom Tromey <tromey@adacore.com>
8719
8720 * valarith.c (_initialize_valarith): Remove.
8721
8722 2019-05-01 Tom Tromey <tromey@adacore.com>
8723
8724 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8725 bitfields.
8726
8727 2019-05-01 Tom Tromey <tromey@adacore.com>
8728
8729 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8730 for big-endian copies.
8731
8732 2019-04-30 Ali Tamur <tamur@google.com>
8733 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8734 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8735 (read_3_bytes): New function.
8736
8737 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8738
8739 * windows-nat.c (main_thread_id): Delete.
8740 (handle_output_debug_string): Replace main_thread_id by
8741 current_event.dwThreadId.
8742 (fake_create_process): Likewise.
8743 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8744 Do not set main_thread_id.
8745 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8746 current_event.dwThreadId.
8747 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8748
8749 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8750
8751 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8752 Use current_event.dwThreadId instead of main_thread_id.
8753
8754 2019-04-30 Tom Tromey <tromey@adacore.com>
8755
8756 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8757 (create_excep_cond_exprs): Iterate over program spaces.
8758 (ada_exception_catchpoint_cond_string): Examine all minimal
8759 symbols for exception types.
8760
8761 2019-04-30 Tom Tromey <tromey@adacore.com>
8762
8763 PR c++/24470:
8764 * dwarf2read.c (process_structure_scope): Handle case where type
8765 has template parameters but no symbol was created.
8766
8767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8768 Chris January <chris.january@arm.com>
8769
8770 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8771 qualifier.
8772 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8773
8774 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8775
8776 * f-typeprint.c (f_print_type): Update rules for printing
8777 whitespace.
8778 (f_type_print_varspec_suffix): Likewise.
8779
8780 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8781 Chris January <chris.january@arm.com>
8782
8783 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8784 function arguments.
8785
8786 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8787
8788 * f-lang.c (build_fortran_types): Change name of void type to
8789 lower case.
8790 * f-typeprint.c (f_type_print_base): Print the name of the void
8791 type, rather than a fixed string.
8792 * f-valprint.c (f_decorations): Use lower case void string.
8793
8794 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8795 Chris January <chris.january@arm.com>
8796
8797 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8798 types for Fortran.
8799
8800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8801 Chris January <chris.january@arm.com>
8802 David Lecomber <david.lecomber@arm.com>
8803
8804 * f-exp.y (BINOP_INTRINSIC): New token.
8805 (exp): New parser rule handling BINOP_INTRINSIC.
8806 (f77_keywords): Add new builtin procedures.
8807 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8808 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8809 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8810 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8811 (print_unop_subexp_f): New function.
8812 (print_binop_subexp_f): New function.
8813 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8814 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8815 (dump_subexp_body_f): Likewise.
8816 (operator_check_f): Likewise.
8817 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8818 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8819
8820 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8821
8822 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8823 UNOP_KIND.
8824 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8825 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8826 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8827 (operator_length_f): New fuction.
8828 (print_subexp_f): New function.
8829 (op_name_f): New function.
8830 (dump_subexp_body_f): New function.
8831 (operator_check_f): New function.
8832 (exp_descriptor_f): Replace standard expression handling functions
8833 with new functions.
8834 * gdb/fortran-operator.def: New file.
8835 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8836 * gdb/std-operator.def: Remove UNOP_KIND.
8837
8838 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8839
8840 * std-operator.def: Remove unbalanced, stray double quote
8841 character.
8842
8843 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8844 Chris January <chris.january@arm.com>
8845 Daniel Everett <daniel.everett@arm.com>
8846 Nick Forrington <nick.forrington@arm.com>
8847 Richard Bunt <richard.bunt@arm.com>
8848
8849 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8850 of depth when printing anonymous structs or unions.
8851 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8852 Don't print either the top-level value, or the children if the
8853 max-depth is exceeded.
8854 (ppscm_print_children): When printing the key of a map, allow one
8855 extra level of depth.
8856 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8857 print either the top-level value, or the children if the max-depth
8858 is exceeded.
8859 (print_children): When printing the key of a map, allow one extra
8860 level of depth.
8861 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8862 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8863 (user_print_options): Initialise max_depth field.
8864 (val_print_scalar_or_string_type_p): New function.
8865 (val_print): Check to see if the max depth has been reached.
8866 (val_print_check_max_depth): Define new function.
8867 (show_print_max_depth): New function.
8868 (_initialize_valprint): Add 'print max-depth' option.
8869 * valprint.h (struct value_print_options) <max_depth>: New field.
8870 (val_print_check_max_depth): Declare new function.
8871 * NEWS: Document new feature.
8872
8873 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8874
8875 * ada-lang.c (ada_language_defn): Initialise new field.
8876 * c-lang.c (c_is_string_type_p): New function.
8877 (c_language_defn): Initialise new field.
8878 (cplus_language_defn): Initialise new field.
8879 (asm_language_defn): Initialise new field.
8880 (minimal_language_defn): Initialise new field.
8881 * c-lang.h (c_is_string_type_p): Declare new function.
8882 * d-lang.c (d_language_defn): Initialise new field.
8883 * f-lang.c (f_is_string_type_p): New function.
8884 (f_language_defn): Initialise new field.
8885 * go-lang.c (go_is_string_type_p): New function.
8886 (go_language_defn): Initialise new field.
8887 * language.c (default_is_string_type_p): New function.
8888 (unknown_language_defn): Initialise new field.
8889 (auto_language_defn): Initialise new field.
8890 * language.h (struct language_defn) <la_is_string_type_p>: New
8891 member variable.
8892 (default_is_string_type_p): Declare new function.
8893 * m2-lang.c (m2_language_defn): Initialise new field.
8894 * objc-lang.c (objc_language_defn): Initialise new field.
8895 * opencl-lang.c (opencl_language_defn): Initialise new field.
8896 * p-lang.c (pascal_is_string_type_p): New function.
8897 (pascal_language_defn): Initialise new field.
8898 * rust-lang.c (rust_is_string_type_p): New function.
8899 (rust_language_defn): Initialise new field.
8900
8901 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8904 New field.
8905 * ada-lang.c (ada_language_defn): Initialise new field.
8906 * c-lang.c (c_language_defn): Likewise.
8907 (cplus_language_defn): Likewise.
8908 (asm_language_defn): Likewise.
8909 (minimal_language_defn): Likewise.
8910 * d-lang.c (d_language_defn): Likewise.
8911 * f-lang.c (f_language_defn): Likewise.
8912 * go-lang.c (go_language_defn): Likewise.
8913 * language.c (unknown_language_defn): Likewise.
8914 (auto_language_defn): Likewise.
8915 * m2-lang.c (m2_language_defn): Likewise.
8916 * objc-lang.c (objc_language_defn): Likewise.
8917 * opencl-lang.c (opencl_language_defn): Likewise.
8918 * p-lang.c (pascal_language_defn): Likewise.
8919 * rust-lang.c (rust_language_defn): Likewise.
8920
8921 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8922
8923 * ada-lang.c (ada_is_character_type): Change return type to bool.
8924 (ada_is_string_type): Likewise.
8925 * ada-lang.h (ada_is_character_type): Update declaration
8926 (ada_is_string_type): Likewise.
8927
8928 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8929
8930 Support style in 'frame|thread apply'
8931
8932 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8933 * record.c (record_start, record_stop): Update callers of
8934 execute_command_to_string with false.
8935 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8936 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8937 methods.
8938 (class string_file): New constructor with term_out parameter.
8939 Override methods term_out and can_emit_style_escape. New member
8940 term_out.
8941 (class stdio_file): Override can_emit_style_escape.
8942 (class tee_file): Override term_out and can_emit_style_escape.
8943 * utils.h (can_emit_style_escape): Remove.
8944 * utils.c (can_emit_style_escape): Likewise.
8945 Update all callers of can_emit_style_escape (SOMESTREAM) to
8946 SOMESTREAM->can_emit_style_escape.
8947 * source-cache.c (source_cache::get_source_lines): Likewise.
8948 * stack.c (frame_apply_command_count): Call execute_command_to_string
8949 passing the term_out characteristic of the current gdb_stdout.
8950 * thread.c (thr_try_catch_cmd): Likewise.
8951 * top.c (execute_command_to_string): pass term_out parameter
8952 to construct the string_file for the command output.
8953 * ui-file.c (term_cli_styling): New function (most code moved
8954 from utils.c can_emit_style_escape).
8955 (string_file::string_file, string_file::can_emit_style_escape,
8956 stdio_file::can_emit_style_escape, tee_file::term_out,
8957 tee_file::can_emit_style_escape): New functions.
8958
8959 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8960
8961 * NEWS: Mention the new set|show may-call-functions.
8962 * infcall.c (may_call_functions_p): New variable.
8963 (show_may_call_functions_p): New function.
8964 (call_function_by_hand_dummy): Throws an error if not
8965 may-call-functions.
8966 (_initialize_infcall): Call add_setshow_boolean_cmd for
8967 may-call-functions.
8968
8969 2019-04-25 Keith Seitz <keiths@redhat.com>
8970
8971 PR c++/24367
8972 * cp-support.c (inspect_type): Don't attempt substitutions
8973 of symbol with the same name.
8974
8975 2019-04-25 Tom Tromey <tromey@adacore.com>
8976
8977 PR gdb/24475:
8978 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8979 static.
8980
8981 2019-04-25 Tom Tromey <tromey@adacore.com>
8982
8983 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8984 rvalue reference.
8985 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8986 (gdb_xml_parser::parse): Use std::move.
8987 * python/python-internal.h (gdbpy_convert_exception): Take a const
8988 reference.
8989 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8990 std::move.
8991 * python/py-utils.c (gdbpy_convert_exception): Take a const
8992 reference.
8993 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8994 Use std::move.
8995 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8996 Use std::move.
8997 * mi/mi-main.c (mi_print_exception): Take a const reference.
8998 * main.c (handle_command_errors): Take a const reference.
8999 * linespec.c (parse_linespec): Use std::move.
9000 * infcall.c (run_inferior_call): Use std::move.
9001 (call_function_by_hand_dummy): Use std::move.
9002 * exec.c (try_open_exec_file): Use std::move.
9003 * exceptions.h (exception_print, exception_fprintf)
9004 (exception_print_same): Update.
9005 * exceptions.c (print_exception, exception_print)
9006 (exception_fprintf, exception_print_same): Change parameters to
9007 const reference.
9008 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9009 * common/new-op.c: Use std::move.
9010 * common/common-exceptions.h (struct gdb_exception): Add move
9011 constructor.
9012 (struct gdb_exception_error, struct gdb_exception_quit, struct
9013 gdb_quit_bad_alloc): Change constructor to move constructor.
9014 (throw_exception): Change parameter to rvalue reference.
9015 * common/common-exceptions.c (throw_exception): Take rvalue
9016 reference.
9017 * cli/cli-interp.c (safe_execute_command): Use std::move.
9018 * breakpoint.c (insert_bp_location, location_to_sals): Use
9019 std::move.
9020
9021 2019-04-25 Tom Tromey <tromey@adacore.com>
9022
9023 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9024 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9025 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9026 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9027 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9028 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9029 guile/scm-value.c: Use unpack.
9030 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9031 gdbscm_gdb_exception.
9032 (gdbscm_throw_gdb_exception): Likewise.
9033 (struct gdbscm_gdb_exception): New.
9034 (unpack): New function.
9035 (gdbscm_wrap): Use unpack.
9036
9037 2019-04-25 Tom Tromey <tromey@adacore.com>
9038
9039 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9040 (gdb_rl_callback_handler): Use std::move.
9041 * common/common-exceptions.h (struct gdb_exception): Add move
9042 assignment operator.
9043 (throw_exception_sjlj): Change "exception" to const reference.
9044 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9045 (throw_exception_sjlj): Change "exception" to const reference.
9046
9047 2019-04-25 Tom Tromey <tromey@adacore.com>
9048
9049 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9050 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9051 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9052 Update.
9053 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9054 Update.
9055 * mi/mi-interp.c (mi_interp::exec): Update.
9056 * linespec.c (parse_linespec): Update.
9057 * infcall.c (run_inferior_call): Update.
9058 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9059 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9060 (gdbscm_lookup_global_symbol): Update.
9061 * guile/scm-param.c (gdbscm_parameter_value): Update.
9062 * guile/scm-frame.c (gdbscm_frame_read_register)
9063 (gdbscm_frame_read_var): Update.
9064 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9065 * exec.c (try_open_exec_file): Update.
9066 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9067 (gdb_rl_callback_handler): Update.
9068 * common/common-exceptions.h (exception_none): Don't declare.
9069 * common/common-exceptions.c (exception_none): Don't define.
9070 (struct catcher) <exception>: Update.
9071 * cli/cli-interp.c (safe_execute_command): Update.
9072 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9073
9074 2019-04-25 Ali Tamur <tamur@google.com>
9075
9076 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9077 (read_attribute_value): Likewise.
9078 (dwarf2_read_addr_index): Update comment.
9079 (read_str_index): Add DW_FORM_strx.
9080 (dwarf2_string_attr): Likewise.
9081 (dwarf2_const_value_attr): Likewise.
9082 (dump_die_shallow): Likewise.
9083 (dwarf2_fetch_constant_bytes): Likewise.
9084 (skip_form_bytes): Likewise.
9085 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9086
9087 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9088
9089 PR corefiles/11608
9090 PR corefiles/18187
9091 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9092 OFFSET. Verify if current mapping contains an ELF header.
9093 (linux_find_memory_regions_full): Adjust call to
9094 dump_mapping_p.
9095
9096 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9097 Kang Li <kanglictf@gmail.com>
9098
9099 PR gdb/21600
9100
9101 * dwarf2-frame.c (read_initial_length): Be consistent about using
9102 unsigned representation of length.
9103 (decode_frame_entry_1): Likewise. Check for wraparound of
9104 end pointer as well as buffer overflow.
9105
9106 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9107
9108 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9109 "vq".
9110
9111 2019-04-24 Tom Tromey <tromey@adacore.com>
9112
9113 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9114
9115 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9116
9117 * s12z-tdep.c (s12z_unwind_pc): Delete.
9118 (s12z_unwind_sp): Delete.
9119 (s12z_gdbarch_init): Don't register deleted functions with
9120 gdbarch.
9121
9122 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9123
9124 * rl78-tdep.c (rl78_unwind_sp): Delete.
9125 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9126
9127 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9128
9129 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9130 (xstormy16_unwind_pc): Delete.
9131 (xstormy16_dummy_id): Delete.
9132 (xstormy16_gdbarch_init): Don't register deleted functions with
9133 gdbarch.
9134
9135 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9136
9137 * vax-tdep.c (vax_unwind_pc): Delete.
9138 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9139
9140 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9141
9142 * v850-tdep.c (v850_unwind_sp): Delete.
9143 (v850_unwind_pc): Delete.
9144 (v850_dummy_id): Delete.
9145 (v850_gdbarch_init): Don't register deleted functions with
9146 gdbarch.
9147
9148 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9149
9150 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9151 (tilegx_unwind_pc): Delete.
9152 (tilegx_unwind_dummy_id): Delete.
9153 (tilegx_gdbarch_init): Don't register deleted functions with
9154 gdbarch.
9155
9156 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9157
9158 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9159 (tic6x_dummy_id): Delete.
9160 (tic6x_gdbarch_init): Don't register deleted functions with
9161 gdbarch.
9162
9163 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9164
9165 * sparc-tdep.c (sparc_unwind_pc): Delete.
9166 (sparc32_gdbarch_init): Don't register deleted function with
9167 gdbarch.
9168
9169 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9170
9171 * sh-tdep.c (sh_unwind_sp): Delete.
9172 (sh_unwind_pc): Delete.
9173 (sh_dummy_id): Delete.
9174 (sh_gdbarch_init): Don't register deleted functions with
9175 gdbarch.
9176
9177 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * score-tdep.c (score_unwind_sp): Delete.
9180 (score_unwind_pc): Delete.
9181 (score_dummy_id): Delete.
9182 (score_gdbarch_init): Don't register deleted functions with
9183 gdbarch.
9184
9185 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9186
9187 * rx-tdep.c (rx_unwind_pc): Delete.
9188 (rx_unwind_sp): Delete.
9189 (rx_dummy_id): Delete.
9190 (rx_gdbarch_init): Don't register deleted functions with
9191 gdbarch. Update comment.
9192
9193 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9194
9195 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9196 (rs6000_dummy_id): Delete.
9197 (rs6000_gdbarch_init): Don't register deleted functions with
9198 gdbarch.
9199
9200 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9201
9202 * or1k-tdep.c (or1k_dummy_id): Delete.
9203 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9204
9205 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9206
9207 * nios2-tdep.c (nios2_dummy_id): Delete.
9208 (nios2_unwind_sp): Delete.
9209 (nios2_gdbarch_init): Don't register deleted functions with
9210 gdbarch.
9211
9212 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9213
9214 * nds32-tdep.c (nds32_dummy_id): Delete.
9215 (nds32_unwind_pc): Delete.
9216 (nds32_unwind_sp): Delete.
9217 (nds32_gdbarch_init): Don't register deleted functions with
9218 gdbarch.
9219
9220 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9221
9222 * msp430-tdep.c (msp430_unwind_pc): Delete.
9223 (msp430_unwind_sp): Delete.
9224 (msp430_dummy_id): Delete.
9225 (msp430_gdbarch_init): Don't register deleted functions with
9226 gdbarch.
9227
9228 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9229
9230 * moxie-tdep.c (moxie_unwind_sp): Delete.
9231 (moxie_unwind_pc): Delete.
9232 (moxie_dummy_id): Delete.
9233 (moxie_gdbarch_init): Don't register deleted functions with
9234 gdbarch.
9235
9236 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9237
9238 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9239 (mn10300_unwind_pc): Delete.
9240 (mn10300_unwind_sp): Delete.
9241 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9242 mn10300_unwind_sp.
9243 (mn10300_frame_unwind_init): Don't register deleted functions with
9244 gdbarch.
9245
9246 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9247
9248 * mep-tdep.c (mep_unwind_pc): Delete.
9249 (mep_unwind_sp): Delete.
9250 (mep_dummy_id): Delete.
9251 (mep_gdbarch_init): Don't register deleted functions with
9252 gdbarch.
9253
9254 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9255
9256 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9257 (m68hc11_unwind_sp): Delete.
9258 (m68hc11_gdbarch_init): Don't register deleted functions with
9259 gdbarch.
9260
9261 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9262
9263 * m32r-tdep.c (m32r_unwind_sp): Delete.
9264 (m32r_unwind_pc): Delete.
9265 (m32r_dummy_id): Delete.
9266 (m32r_gdbarch_init): Don't register deleted functions with
9267 gdbarch.
9268
9269 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9270
9271 * m32c-tdep.c (m32c_unwind_pc): Delete.
9272 (m32c_unwind_sp): Delete.
9273 (m32c_dummy_id): Delete.
9274 (m32c_gdbarch_init): Don't register deleted functions with
9275 gdbarch.
9276
9277 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9280 (lm32_unwind_pc): Delete.
9281 (lm32_dummy_id): Delete.
9282 (lm32_gdbarch_init): Don't register deleted functions with
9283 gdbarch.
9284
9285 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9286
9287 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9288 (iq2000_unwind_pc): Delete.
9289 (iq2000_dummy_id): Delete.
9290 (iq2000_gdbarch_init): Don't register deleted functions with
9291 gdbarch.
9292
9293 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * nds32-tdep.c (nds32_type_align): Delete.
9296 (nds32_push_dummy_call): Use type_align instead.
9297
9298 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9299
9300 * arm-tdep.c (arm_type_align): Only handle vector override case.
9301 (arm_push_dummy_call): Use type_align.
9302 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9303
9304 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9305
9306 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9307 case.
9308 (pass_on_stack): Use type_align.
9309 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9310 function.
9311
9312 2019-04-23 Tom Tromey <tromey@adacore.com>
9313
9314 * dwarf2read.c (line_header::file_name_at): Remove unused
9315 overload.
9316
9317 2019-04-23 Tom de Vries <tdevries@suse.de>
9318
9319 PR gdb/24438
9320 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9321 invocation.
9322
9323
9324 2019-03-27 Ali Tamur <tamur@google.com>
9325
9326 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9327 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9328 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9329 (dwarf_expr_context::get_addr_index): Likewise
9330 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9331 (symbol_needs_eval_context::get_addr_index): Likewise
9332 (disassemble_dwarf_expression): Add DW_OP_addrx
9333 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9334 (read_cutu_die_from_dwo): Update comment
9335 (skip_one_die): Add DW_FORM_addrx
9336 (read_attribute_value): Likewise
9337 (var_decode_location): Add DW_OP_addrx
9338 (dwarf2_const_value_attr): Add DW_FORM_addrx
9339 (dump_die_shallow): Likewise
9340 (dwarf2_fetch_constant_bytes): Likewise
9341 (decode_locdesc): Add DW_OP_addrx
9342 (skip_form_bytes): Add DW_FORM_addrx
9343
9344 2019-04-22 Ali Tamur <tamur@google.com>
9345
9346 * MAINTAINERS (Write After Approval): Add self.
9347
9348 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9349
9350 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9351 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9352 (open_symbol_file_object): Likewise.
9353 (svr4_default_sos): Add info parameter.
9354 (svr4_read_so_list): Likewise.
9355 (svr4_current_sos_direct): Adjust functions calls to pass down
9356 info.
9357 (svr4_current_sos_1): Add info parameter.
9358 (svr4_current_sos): Call get_svr4_info, pass info down to
9359 svr4_current_sos_1.
9360 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9361 get_svr4_info.
9362 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9363 get_svr4_info.
9364 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9365 to get_svr4_info.
9366 (probes_table_remove_objfile_probes): Likewise.
9367 (register_solib_event_probe): Add info parameter.
9368 (solist_update_incremental): Pass info parameter down to
9369 svr4_read_so_list.
9370 (disable_probes_interface): Add info parameter.
9371 (svr4_handle_solib_event): Pass current_program_space to
9372 get_svr4_info. Adjust disable_probes_interface cleanup.
9373 (svr4_create_probe_breakpoints): Add info parameter, pass it
9374 down to register_solib_event_probe.
9375 (svr4_create_solib_event_breakpoints): Add info parameter,
9376 pass it down to svr4_create_probe_breakpoints.
9377 (enable_break): Pass info down to
9378 svr4_create_solib_event_breakpoints.
9379 (svr4_solib_create_inferior_hook): Pass current_program_space to
9380 get_svr4_info.
9381 (svr4_clear_solib): Likewise.
9382
9383 2019-04-22 Pedro Alves <palves@redhat.com>
9384
9385 * solib-svr4.c (svr4_free_objfile_observer): New.
9386 (probe_and_action::objfile): New field.
9387 (probes_table_htab_remove_objfile_probes)
9388 (probes_table_remove_objfile_probes): New functions.
9389 (register_solib_event_probe): Add 'objfile' parameter. Store it
9390 in the new probe_and_action. Don't store the probe in 'lookup'.
9391 (svr4_create_probe_breakpoints): Pass objfile to
9392 register_solib_event_probe.
9393 (_initialize_svr4_solib): Register a free_objfile observer.
9394
9395 2019-04-19 Tom Tromey <tom@tromey.com>
9396
9397 * common/queue.h: Remove.
9398
9399 2019-04-19 Tom Tromey <tom@tromey.com>
9400
9401 * event-loop.c: Don't include "common/queue.h".
9402
9403 2019-04-19 Tom Tromey <tom@tromey.com>
9404
9405 * remote.c (remote_target): Use delete.
9406 * remote-notif.h: Include <list>, not "common/queue.h".
9407 (notif_client_p): Remove typedef.
9408 (remote_notif_state): Add constructor, destructor, initializer.
9409 <notif_queue>: Now a std::list.
9410 (remote_notif_state_xfree): Don't declare.
9411 * remote-notif.c (remote_notif_process, handle_notification)
9412 (remote_notif_state_allocate): Update.
9413 (~remote_notif_state): Rename from remote_notif_state_xfree.
9414
9415 2019-04-19 Tom Tromey <tom@tromey.com>
9416
9417 * symfile.c (reread_symbols): Update.
9418 * objfiles.c (objfile_register_static_link)
9419 (objfile_lookup_static_link): Update
9420 (~objfile) Don't delete static_links.
9421 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9422
9423 2019-04-19 Tom Tromey <tom@tromey.com>
9424
9425 * type-stack.h (struct type_stack) <insert>: Constify string.
9426 * type-stack.c (type_stack::insert): Constify string.
9427 * gdbtypes.h (lookup_template_type): Update.
9428 (address_space_name_to_int): Update.
9429 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9430 const.
9431 (lookup_template_type): Make name const.
9432 * c-exp.y: Update rules.
9433 (lex_one_token, classify_name, classify_inner_name)
9434 (c_print_token): Update.
9435 * p-exp.y: Update rules.
9436 (yylex): Update.
9437 * f-exp.y: Update rules.
9438 (yylex): Update.
9439 * d-exp.y: Update rules.
9440 (lex_one_token, classify_name, classify_inner_name): Update.
9441 * parse.c (write_dollar_variable, copy_name): Return std::string.
9442 * parser-defs.h (copy_name): Change return type.
9443 * m2-exp.y: Update rules.
9444 (yylex): Update.
9445 * go-exp.y (lex_one_token): Update.
9446 Update rules.
9447 (classify_unsafe_function, classify_packaged_name)
9448 (classify_name, yylex): Update.
9449
9450 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9451
9452 * configure.ac: add --enable-source-highlight switch.
9453 * configure: Regenerate.
9454 * top.c (print_gdb_version): plumb --enable-source-highlight
9455 status to "show configuration".
9456
9457 2019-04-19 Tom Tromey <tromey@adacore.com>
9458
9459 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9460 Check ADA_TYPE_P.
9461 (empty_record, ada_template_to_fixed_record_type_1)
9462 (template_to_static_fixed_type)
9463 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9464 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9465 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9466 macros.
9467
9468 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9469
9470 PR symtab/24423:
9471 * source.c (print_source_lines_base): Advance "iter" when a
9472 control character is seen.
9473
9474 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9475
9476 * inferior.h (struct infcall_suspend_state_deleter):
9477 Catch exception in destructor to avoid crash.
9478
9479 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9480
9481 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9482 close to the add_com "shell".
9483
9484 2019-04-18 Tom Tromey <tromey@adacore.com>
9485
9486 * process-stratum-target.h (class process_stratum_target)
9487 <stratum>: Add "final".
9488
9489 2019-04-17 Tom Tromey <tromey@adacore.com>
9490
9491 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9492 against nullptr before use.
9493
9494 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9495
9496 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9497
9498 2019-04-17 Jim Wilson <jimw@sifive.com>
9499 Andrew Burgess <andrew.burgess@embecosm.com>
9500
9501 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9502 code read might fail, assume 4-byte breakpoint in that case.
9503
9504 2019-04-15 Leszek Swirski <leszeks@google.com>
9505
9506 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9507 rather than a hand-rolled POD check when checking for forced MEMORY
9508 classification.
9509
9510 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9511
9512 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9513 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9514 function.
9515 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9516 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9517 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9518 declaration.
9519
9520 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9521
9522 * aarch64-linux-nat.c
9523 (aarch64_linux_nat_target::thread_architecture): Add override.
9524 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9525 each VQ.
9526
9527 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9528
9529 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9530
9531 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9532
9533 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9534 target types of size 96-bits, add some additional comments, and
9535 check that the builtin type we found was the correct size.
9536
9537 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9538
9539 * utils.c (prompt_for_continue): Don't restore the styling at the
9540 end, as applied_style has the wrong value. This fixes styling in
9541 long lists of file names that are interrupted by the "Continue?"
9542 prompt.
9543
9544 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9545
9546 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9547 * c-lang.c (c_language_defn): Likewise.
9548 (cplus_language_defn): Likewise.
9549 (asm_language_defn): Likewise.
9550 (minimal_language_defn): Likewise.
9551 * d-lang.c (d_language_defn): Likewise.
9552 * f-lang.c (f_language_defn): Likewise.
9553 * go-lang.c (go_language_defn): Likewise.
9554 * language.c (unknown_language_defn): Likewise.
9555 (auto_language_defn): Likewise.
9556 * language.h (struct language_defn): Remove la_magic field.
9557 (LANG_MAGIC): Delete.
9558 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9559 * objc-lang.c (objc_language_defn): Likewise.
9560 * opencl-lang.c (opencl_language_defn): Likewise.
9561 * p-lang.c (pascal_language_defn): Likewise.
9562 * rust-lang.c (rust_language_defn): Likewise.
9563
9564 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9565
9566 * riscv-tdep.c (riscv_type_align): New function.
9567 (riscv_type_alignment): Delete.
9568 (riscv_arg_location): Use 'type_align'.
9569 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9570
9571 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9572
9573 * gdbtypes.c (type_align): A struct with no non-static fields also
9574 has alignment of 1.
9575
9576 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9577
9578 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9579 component to 0.
9580 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9581 member.
9582 (riscv_struct_info::analyse): New implementation using new
9583 analyse_inner member function.
9584 (riscv_struct_info::field_offset): New member function.
9585 (riscv_struct_info::m_offsets): New member variable.
9586 (riscv_struct_info::analyse_inner): New private member function,
9587 takes the old implementation of riscv_struct_info::analyse but
9588 extended to track field offsets.
9589 (riscv_call_arg_struct): Update the struct folding special cases
9590 to handle cases where empty C++ structs, which are non-zero
9591 length, are found.
9592 (riscv_arg_location): Initialise the length of each location, a
9593 non-zero length now indicates the location is in use.
9594 (riscv_push_dummy_call): Allow for the first location having a
9595 non-zero offset when setting up arguments.
9596 (riscv_return_value): Likewise, but for return values.
9597
9598 2019-04-11 Tom Tromey <tromey@adacore.com>
9599
9600 * utils.c (internal_vproblem): Make "msg" const.
9601
9602 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9603
9604 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9605 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9606 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9607 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9608
9609 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9610
9611 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9612 function.
9613 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9614 of amd64_collect_native_gregset.
9615 (amd64_linux_nat_target::store_registers): Likewise.
9616
9617 2019-04-10 Tom Tromey <tom@tromey.com>
9618
9619 * symtab.c (lookup_global_symbol_from_objfile)
9620 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9621 * objfiles.h (class separate_debug_iterator): New.
9622 (class separate_debug_range): New.
9623 (struct objfile) <separate_debug_objfiles>: New method.
9624 (objfile_separate_debug_iterate): Don't declare.
9625 * objfiles.c (separate_debug_iterator::operator++): Rename from
9626 objfile_separate_debug_iterate.
9627 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9628 iterator.
9629 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9630 iterator.
9631
9632 2019-04-10 Tom Tromey <tom@tromey.com>
9633
9634 * symfile.c (reread_symbols): Remove old comment.
9635 * objfiles.c (free_all_objfiles): Fix a typo.
9636
9637 2019-04-10 Tom Tromey <tom@tromey.com>
9638
9639 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9640 * minsyms.c (lookup_minimal_symbol): Use foreach.
9641 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9642 (lookup_minimal_symbol_solib_trampoline): Likewise.
9643 * symfile.c (reread_symbols): Use foreach.
9644
9645 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9646 Tom Tromey <tromey@adacore.com>
9647
9648 PR rust/24414:
9649 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9650 (rust_lex_int_test): Change "value" to be LONGEST.
9651 (rust_lex_tests): Add test for long integer literal.
9652
9653 2019-04-09 Tom Tromey <tromey@adacore.com>
9654
9655 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9656 to bool.
9657 (extended_remote_target::attach): Update.
9658 (remote_target::remote_notice_new_inferior): Update.
9659 (remote_target::add_current_inferior_and_thread): Update.
9660 * inferior.c (exit_inferior_1): Use "false".
9661 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9662
9663 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9664
9665 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9666 the "start" command.
9667
9668 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9669
9670 * python/py-inferior.c (infpy_thread_from_thread_handle):
9671 Adjust comments to reflect renaming of thread_from_thread_handle
9672 to thread_from_handle. Adjust keywords. Fix type error message.
9673 (inferior_object_methods): Add thread_from_handle. Retain
9674 thread_from_thread_handle, but mark it as deprecated.
9675
9676 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9677
9678 * gdbthread.h (find_thread_by_handle): Revise declaration.
9679 * thread.c (find_thread_by_handle): Likewise. Adjust
9680 implementation too.
9681 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9682 support for buffer objects as handles.
9683
9684 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9685
9686 * python/py-infthread.c (thpy_thread_handle): New function.
9687 (thread_object_methods): Register thpy_thread_handle.
9688
9689 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9690
9691 * gdbthread.h (thread_to_thread_handle): Declare.
9692 * thread.c (gdbtypes.h): Include.
9693 (thread_to_thread_handle): New function.
9694
9695 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9696 (target_thread_info_to_thread_handle): Declare.
9697 * target.c (target_thread_info_to_thread_handle): New function.
9698 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9699 * target-delegates.c: Regenerate.
9700
9701 * linux-thread-db.c (class thread_db_target): Add method
9702 thread_info_to_thread_handle.
9703 (thread_db_target::thread_info_to_thread_handle): Define.
9704 * remote.c (class remote_target): Add new method
9705 thread_info_to_thread_handle.
9706 (remote_target::thread_info_to_thread_handle): Define.
9707
9708 2019-04-08 Pedro Alves <palves@redhat.com>
9709
9710 * common/common-exceptions.c (throw_exception): Don't create
9711 named object to throw; throw directly.
9712 (throw_it): Likewise. Don't initialize gdb_exception::message
9713 here, with new; pass FMT and AP to the ctor instead.
9714 * common/common-exceptions.h: Include <string>.
9715 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9716 const char *, va_list)): New ctor. Use std::make_shared.
9717 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9718 errors)): Delete.
9719 (gdb_exception_error::gdb_exception_error(enum errors, const char
9720 *, va_list)): New.
9721 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9722 Add assertion.
9723 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9724 errors)): Delete.
9725 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9726 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9727 Add assertion.
9728
9729 2019-04-08 Tom Tromey <tom@tromey.com>
9730
9731 * valops.c (value_rtti_indirect_type): Replace throw_exception
9732 with throw.
9733 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9734 with throw.
9735 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9736 throw.
9737 * target.c (target_translate_tls_address): Replace throw_exception
9738 with throw.
9739 * stack.c (frame_apply_command_count): Replace throw_exception
9740 with throw.
9741 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9742 throw.
9743 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9744 with throw.
9745 * rs6000-tdep.c (rs6000_frame_cache)
9746 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9747 * remote.c: Replace throw_exception with throw.
9748 * record-full.c (record_full_message, record_full_wait_1)
9749 (record_full_restore): Replace throw_exception with throw.
9750 * record-btrace.c:
9751 (get_thread_current_frame_id, record_btrace_start_replaying)
9752 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9753 (cmd_record_btrace_start): Replace throw_exception with throw.
9754 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9755 throw.
9756 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9757 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9758 * linespec.c:
9759 (find_linespec_symbols): Replace throw_exception with throw.
9760 * infrun.c (displaced_step_prepare, resume): Replace
9761 throw_exception with throw.
9762 * infcmd.c (post_create_inferior): Replace throw_exception with
9763 throw.
9764 * inf-loop.c (inferior_event_handler): Replace throw_exception
9765 with throw.
9766 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9767 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9768 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9769 (get_prev_frame_always, get_frame_pc_if_available)
9770 (get_frame_address_in_block_if_available, get_frame_language):
9771 Replace throw_exception with throw.
9772 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9773 throw_exception with throw.
9774 * eval.c (fetch_subexp_value, evaluate_var_value)
9775 (evaluate_funcall, evaluate_subexp_standard): Replace
9776 throw_exception with throw.
9777 * dwarf2loc.c (call_site_find_chain)
9778 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9779 Replace throw_exception with throw.
9780 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9781 with throw.
9782 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9783 throw.
9784 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9785 * completer.c (complete_line_internal): Replace throw_exception
9786 with throw.
9787 * compile/compile-object-run.c (compile_object_run): Replace
9788 throw_exception with throw.
9789 * cli/cli-script.c (process_next_line): Replace throw_exception
9790 with throw.
9791 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9792 (btrace_enable, btrace_maint_update_pt_packets): Replace
9793 throw_exception with throw.
9794 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9795 throw_exception with throw.
9796 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9797 throw_exception with throw.
9798 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9799 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9800 * aarch64-tdep.c (aarch64_make_prologue_cache)
9801 (aarch64_make_stub_cache): Replace throw_exception with throw.
9802
9803 2019-04-08 Tom Tromey <tom@tromey.com>
9804
9805 * common/common-exceptions.c (throw_exception): Rename from
9806 throw_exception_cxx. Remove old copy. Make argument const.
9807 (throw_it): Create and throw exception objects directly.
9808 * common/common-exceptions.h (throw_exception): Make argument
9809 const.
9810 (struct gdb_exception_error): Add constructor.
9811 (struct gdb_exception_quit): Add constructor.
9812
9813 2019-04-08 Tom Tromey <tom@tromey.com>
9814
9815 * common/common-exceptions.h (exception_rethrow): Don't declare.
9816 (TRY_SJLJ): Update comment.
9817 (TRY, CATCH, END_CATCH): Remove.
9818 * common/common-exceptions.c (exception_rethrow): Remove.
9819
9820 2019-04-08 Tom Tromey <tom@tromey.com>
9821
9822 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9823 Remove.
9824 (gdb_exception_error): Rename from
9825 gdb_exception_RETURN_MASK_ERROR.
9826 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9827 (gdb_quit_bad_alloc): Update.
9828 * aarch64-tdep.c: Update.
9829 * ada-lang.c: Update.
9830 * ada-typeprint.c: Update.
9831 * ada-valprint.c: Update.
9832 * amd64-tdep.c: Update.
9833 * arch-utils.c: Update.
9834 * break-catch-throw.c: Update.
9835 * breakpoint.c: Update.
9836 * btrace.c: Update.
9837 * c-varobj.c: Update.
9838 * cli/cli-cmds.c: Update.
9839 * cli/cli-interp.c: Update.
9840 * cli/cli-script.c: Update.
9841 * common/common-exceptions.c: Update.
9842 * common/new-op.c: Update.
9843 * common/selftest.c: Update.
9844 * compile/compile-c-symbols.c: Update.
9845 * compile/compile-cplus-symbols.c: Update.
9846 * compile/compile-object-load.c: Update.
9847 * compile/compile-object-run.c: Update.
9848 * completer.c: Update.
9849 * corelow.c: Update.
9850 * cp-abi.c: Update.
9851 * cp-support.c: Update.
9852 * cp-valprint.c: Update.
9853 * darwin-nat.c: Update.
9854 * disasm-selftests.c: Update.
9855 * dtrace-probe.c: Update.
9856 * dwarf-index-cache.c: Update.
9857 * dwarf-index-write.c: Update.
9858 * dwarf2-frame-tailcall.c: Update.
9859 * dwarf2-frame.c: Update.
9860 * dwarf2loc.c: Update.
9861 * dwarf2read.c: Update.
9862 * eval.c: Update.
9863 * event-loop.c: Update.
9864 * event-top.c: Update.
9865 * exec.c: Update.
9866 * f-valprint.c: Update.
9867 * fbsd-tdep.c: Update.
9868 * frame-unwind.c: Update.
9869 * frame.c: Update.
9870 * gdbtypes.c: Update.
9871 * gnu-v3-abi.c: Update.
9872 * guile/guile-internal.h: Update.
9873 * guile/scm-block.c: Update.
9874 * guile/scm-breakpoint.c: Update.
9875 * guile/scm-cmd.c: Update.
9876 * guile/scm-disasm.c: Update.
9877 * guile/scm-frame.c: Update.
9878 * guile/scm-lazy-string.c: Update.
9879 * guile/scm-math.c: Update.
9880 * guile/scm-param.c: Update.
9881 * guile/scm-ports.c: Update.
9882 * guile/scm-pretty-print.c: Update.
9883 * guile/scm-symbol.c: Update.
9884 * guile/scm-symtab.c: Update.
9885 * guile/scm-type.c: Update.
9886 * guile/scm-value.c: Update.
9887 * i386-linux-tdep.c: Update.
9888 * i386-tdep.c: Update.
9889 * inf-loop.c: Update.
9890 * infcall.c: Update.
9891 * infcmd.c: Update.
9892 * infrun.c: Update.
9893 * jit.c: Update.
9894 * language.c: Update.
9895 * linespec.c: Update.
9896 * linux-fork.c: Update.
9897 * linux-nat.c: Update.
9898 * linux-tdep.c: Update.
9899 * linux-thread-db.c: Update.
9900 * main.c: Update.
9901 * mi/mi-cmd-break.c: Update.
9902 * mi/mi-cmd-stack.c: Update.
9903 * mi/mi-interp.c: Update.
9904 * mi/mi-main.c: Update.
9905 * objc-lang.c: Update.
9906 * p-valprint.c: Update.
9907 * parse.c: Update.
9908 * ppc-linux-tdep.c: Update.
9909 * printcmd.c: Update.
9910 * python/py-arch.c: Update.
9911 * python/py-breakpoint.c: Update.
9912 * python/py-cmd.c: Update.
9913 * python/py-finishbreakpoint.c: Update.
9914 * python/py-frame.c: Update.
9915 * python/py-framefilter.c: Update.
9916 * python/py-gdb-readline.c: Update.
9917 * python/py-inferior.c: Update.
9918 * python/py-infthread.c: Update.
9919 * python/py-lazy-string.c: Update.
9920 * python/py-linetable.c: Update.
9921 * python/py-objfile.c: Update.
9922 * python/py-param.c: Update.
9923 * python/py-prettyprint.c: Update.
9924 * python/py-progspace.c: Update.
9925 * python/py-record-btrace.c: Update.
9926 * python/py-record.c: Update.
9927 * python/py-symbol.c: Update.
9928 * python/py-type.c: Update.
9929 * python/py-unwind.c: Update.
9930 * python/py-utils.c: Update.
9931 * python/py-value.c: Update.
9932 * python/python.c: Update.
9933 * record-btrace.c: Update.
9934 * record-full.c: Update.
9935 * remote-fileio.c: Update.
9936 * remote.c: Update.
9937 * riscv-tdep.c: Update.
9938 * rs6000-aix-tdep.c: Update.
9939 * rs6000-tdep.c: Update.
9940 * rust-exp.y: Update.
9941 * rust-lang.c: Update.
9942 * s390-tdep.c: Update.
9943 * selftest-arch.c: Update.
9944 * solib-dsbt.c: Update.
9945 * solib-frv.c: Update.
9946 * solib-spu.c: Update.
9947 * solib-svr4.c: Update.
9948 * solib.c: Update.
9949 * sparc64-linux-tdep.c: Update.
9950 * stack.c: Update.
9951 * symfile-mem.c: Update.
9952 * symmisc.c: Update.
9953 * target.c: Update.
9954 * thread.c: Update.
9955 * top.c: Update.
9956 * tracefile-tfile.c: Update.
9957 * tui/tui.c: Update.
9958 * typeprint.c: Update.
9959 * unittests/cli-utils-selftests.c: Update.
9960 * unittests/parse-connection-spec-selftests.c: Update.
9961 * valops.c: Update.
9962 * valprint.c: Update.
9963 * value.c: Update.
9964 * varobj.c: Update.
9965 * windows-nat.c: Update.
9966 * x86-linux-nat.c: Update.
9967 * xml-support.c: Update.
9968
9969 2019-04-08 Tom Tromey <tom@tromey.com>
9970
9971 * xml-support.c: Use C++ exception handling.
9972 * x86-linux-nat.c: Use C++ exception handling.
9973 * windows-nat.c: Use C++ exception handling.
9974 * varobj.c: Use C++ exception handling.
9975 * value.c: Use C++ exception handling.
9976 * valprint.c: Use C++ exception handling.
9977 * valops.c: Use C++ exception handling.
9978 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9979 handling.
9980 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9981 * typeprint.c: Use C++ exception handling.
9982 * tui/tui.c: Use C++ exception handling.
9983 * tracefile-tfile.c: Use C++ exception handling.
9984 * top.c: Use C++ exception handling.
9985 * thread.c: Use C++ exception handling.
9986 * target.c: Use C++ exception handling.
9987 * symmisc.c: Use C++ exception handling.
9988 * symfile-mem.c: Use C++ exception handling.
9989 * stack.c: Use C++ exception handling.
9990 * sparc64-linux-tdep.c: Use C++ exception handling.
9991 * solib.c: Use C++ exception handling.
9992 * solib-svr4.c: Use C++ exception handling.
9993 * solib-spu.c: Use C++ exception handling.
9994 * solib-frv.c: Use C++ exception handling.
9995 * solib-dsbt.c: Use C++ exception handling.
9996 * selftest-arch.c: Use C++ exception handling.
9997 * s390-tdep.c: Use C++ exception handling.
9998 * rust-lang.c: Use C++ exception handling.
9999 * rust-exp.y: Use C++ exception handling.
10000 * rs6000-tdep.c: Use C++ exception handling.
10001 * rs6000-aix-tdep.c: Use C++ exception handling.
10002 * riscv-tdep.c: Use C++ exception handling.
10003 * remote.c: Use C++ exception handling.
10004 * remote-fileio.c: Use C++ exception handling.
10005 * record-full.c: Use C++ exception handling.
10006 * record-btrace.c: Use C++ exception handling.
10007 * python/python.c: Use C++ exception handling.
10008 * python/py-value.c: Use C++ exception handling.
10009 * python/py-utils.c: Use C++ exception handling.
10010 * python/py-unwind.c: Use C++ exception handling.
10011 * python/py-type.c: Use C++ exception handling.
10012 * python/py-symbol.c: Use C++ exception handling.
10013 * python/py-record.c: Use C++ exception handling.
10014 * python/py-record-btrace.c: Use C++ exception handling.
10015 * python/py-progspace.c: Use C++ exception handling.
10016 * python/py-prettyprint.c: Use C++ exception handling.
10017 * python/py-param.c: Use C++ exception handling.
10018 * python/py-objfile.c: Use C++ exception handling.
10019 * python/py-linetable.c: Use C++ exception handling.
10020 * python/py-lazy-string.c: Use C++ exception handling.
10021 * python/py-infthread.c: Use C++ exception handling.
10022 * python/py-inferior.c: Use C++ exception handling.
10023 * python/py-gdb-readline.c: Use C++ exception handling.
10024 * python/py-framefilter.c: Use C++ exception handling.
10025 * python/py-frame.c: Use C++ exception handling.
10026 * python/py-finishbreakpoint.c: Use C++ exception handling.
10027 * python/py-cmd.c: Use C++ exception handling.
10028 * python/py-breakpoint.c: Use C++ exception handling.
10029 * python/py-arch.c: Use C++ exception handling.
10030 * printcmd.c: Use C++ exception handling.
10031 * ppc-linux-tdep.c: Use C++ exception handling.
10032 * parse.c: Use C++ exception handling.
10033 * p-valprint.c: Use C++ exception handling.
10034 * objc-lang.c: Use C++ exception handling.
10035 * mi/mi-main.c: Use C++ exception handling.
10036 * mi/mi-interp.c: Use C++ exception handling.
10037 * mi/mi-cmd-stack.c: Use C++ exception handling.
10038 * mi/mi-cmd-break.c: Use C++ exception handling.
10039 * main.c: Use C++ exception handling.
10040 * linux-thread-db.c: Use C++ exception handling.
10041 * linux-tdep.c: Use C++ exception handling.
10042 * linux-nat.c: Use C++ exception handling.
10043 * linux-fork.c: Use C++ exception handling.
10044 * linespec.c: Use C++ exception handling.
10045 * language.c: Use C++ exception handling.
10046 * jit.c: Use C++ exception handling.
10047 * infrun.c: Use C++ exception handling.
10048 * infcmd.c: Use C++ exception handling.
10049 * infcall.c: Use C++ exception handling.
10050 * inf-loop.c: Use C++ exception handling.
10051 * i386-tdep.c: Use C++ exception handling.
10052 * i386-linux-tdep.c: Use C++ exception handling.
10053 * guile/scm-value.c: Use C++ exception handling.
10054 * guile/scm-type.c: Use C++ exception handling.
10055 * guile/scm-symtab.c: Use C++ exception handling.
10056 * guile/scm-symbol.c: Use C++ exception handling.
10057 * guile/scm-pretty-print.c: Use C++ exception handling.
10058 * guile/scm-ports.c: Use C++ exception handling.
10059 * guile/scm-param.c: Use C++ exception handling.
10060 * guile/scm-math.c: Use C++ exception handling.
10061 * guile/scm-lazy-string.c: Use C++ exception handling.
10062 * guile/scm-frame.c: Use C++ exception handling.
10063 * guile/scm-disasm.c: Use C++ exception handling.
10064 * guile/scm-cmd.c: Use C++ exception handling.
10065 * guile/scm-breakpoint.c: Use C++ exception handling.
10066 * guile/scm-block.c: Use C++ exception handling.
10067 * guile/guile-internal.h: Use C++ exception handling.
10068 * gnu-v3-abi.c: Use C++ exception handling.
10069 * gdbtypes.c: Use C++ exception handling.
10070 * frame.c: Use C++ exception handling.
10071 * frame-unwind.c: Use C++ exception handling.
10072 * fbsd-tdep.c: Use C++ exception handling.
10073 * f-valprint.c: Use C++ exception handling.
10074 * exec.c: Use C++ exception handling.
10075 * event-top.c: Use C++ exception handling.
10076 * event-loop.c: Use C++ exception handling.
10077 * eval.c: Use C++ exception handling.
10078 * dwarf2read.c: Use C++ exception handling.
10079 * dwarf2loc.c: Use C++ exception handling.
10080 * dwarf2-frame.c: Use C++ exception handling.
10081 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10082 * dwarf-index-write.c: Use C++ exception handling.
10083 * dwarf-index-cache.c: Use C++ exception handling.
10084 * dtrace-probe.c: Use C++ exception handling.
10085 * disasm-selftests.c: Use C++ exception handling.
10086 * darwin-nat.c: Use C++ exception handling.
10087 * cp-valprint.c: Use C++ exception handling.
10088 * cp-support.c: Use C++ exception handling.
10089 * cp-abi.c: Use C++ exception handling.
10090 * corelow.c: Use C++ exception handling.
10091 * completer.c: Use C++ exception handling.
10092 * compile/compile-object-run.c: Use C++ exception handling.
10093 * compile/compile-object-load.c: Use C++ exception handling.
10094 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10095 * compile/compile-c-symbols.c: Use C++ exception handling.
10096 * common/selftest.c: Use C++ exception handling.
10097 * common/new-op.c: Use C++ exception handling.
10098 * cli/cli-script.c: Use C++ exception handling.
10099 * cli/cli-interp.c: Use C++ exception handling.
10100 * cli/cli-cmds.c: Use C++ exception handling.
10101 * c-varobj.c: Use C++ exception handling.
10102 * btrace.c: Use C++ exception handling.
10103 * breakpoint.c: Use C++ exception handling.
10104 * break-catch-throw.c: Use C++ exception handling.
10105 * arch-utils.c: Use C++ exception handling.
10106 * amd64-tdep.c: Use C++ exception handling.
10107 * ada-valprint.c: Use C++ exception handling.
10108 * ada-typeprint.c: Use C++ exception handling.
10109 * ada-lang.c: Use C++ exception handling.
10110 * aarch64-tdep.c: Use C++ exception handling.
10111
10112 2019-04-08 Tom Tromey <tom@tromey.com>
10113
10114 * xml-support.c (gdb_xml_parser::parse): Update.
10115 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10116 * value.c (show_convenience): Update.
10117 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10118 (test_parse_flags_qcs): Update.
10119 * thread.c (thr_try_catch_cmd): Update.
10120 * target.c (target_translate_tls_address): Update.
10121 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10122 (info_frame_command_core, frame_apply_command_count): Update.
10123 * rust-exp.y (rust_lex_exception_test): Update.
10124 * riscv-tdep.c (riscv_print_one_register_info): Update.
10125 * remote.c (remote_target::enable_btrace): Update.
10126 * record-btrace.c (record_btrace_enable_warn): Update.
10127 * python/py-utils.c (gdbpy_convert_exception): Update.
10128 * printcmd.c (do_one_display, print_variable_and_value): Update.
10129 * mi/mi-main.c (mi_print_exception): Update.
10130 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10131 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10132 * linux-nat.c (linux_nat_target::attach): Update.
10133 * linux-fork.c (class scoped_switch_fork_info): Update.
10134 * infrun.c (displaced_step_prepare): Update.
10135 * infcall.c (call_function_by_hand_dummy): Update.
10136 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10137 * gnu-v3-abi.c (print_one_vtable): Update.
10138 * frame.c (get_prev_frame_always): Update.
10139 * f-valprint.c (info_common_command_for_block): Update.
10140 * exec.c (try_open_exec_file): Update.
10141 * exceptions.c (print_exception, exception_print)
10142 (exception_fprintf, exception_print_same): Update.
10143 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10144 * dwarf-index-cache.c (index_cache::store)
10145 (index_cache::lookup_gdb_index): Update.
10146 * darwin-nat.c (maybe_cache_shell): Update.
10147 * cp-valprint.c (cp_print_value_fields): Update.
10148 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10149 (gcc_cplus_symbol_address): Update.
10150 * compile/compile-c-symbols.c (gcc_convert_symbol)
10151 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10152 * common/selftest.c: Update.
10153 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10154 a std::string.
10155 (exception_try_scope_entry, exception_try_scope_exit): Don't
10156 declare.
10157 (struct exception_try_scope): Remove.
10158 (TRY): Don't use exception_try_scope.
10159 (struct gdb_exception): Add constructor, operator=.
10160 <what>: New method.
10161 (struct gdb_exception_RETURN_MASK_ALL)
10162 (struct gdb_exception_RETURN_MASK_ERROR)
10163 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10164 (struct gdb_quit_bad_alloc): Update.
10165 * common/common-exceptions.c (exception_none): Change
10166 initializer.
10167 (struct catcher) <state, exception>: Initialize inline.
10168 <prev>: Remove member.
10169 (current_catcher): Remove.
10170 (catchers): New global.
10171 (exceptions_state_mc_init): Simplify.
10172 (catcher_pop): Remove.
10173 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10174 (try_scope_depth, exception_try_scope_entry)
10175 (exception_try_scope_exit): Remove.
10176 (throw_exception_sjlj): Update.
10177 (exception_messages, exception_messages_size): Remove.
10178 (throw_it): Simplify.
10179 (gdb_exception_sliced_copy): Remove.
10180 (throw_exception_cxx): Update.
10181 * cli/cli-script.c (script_from_file): Update.
10182 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10183 Update.
10184 * ada-valprint.c (ada_val_print): Update.
10185 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10186 (create_excep_cond_exprs): Update.
10187
10188 2019-04-08 Tom Tromey <tom@tromey.com>
10189
10190 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10191 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10192 (TRY, CATCH, END_CATCH): Remove some definitions.
10193 * common/common-exceptions.c: Don't use GDB_XCPT.
10194 (catcher_list_size): Remove.
10195 (throw_exception, throw_it): Simplify.
10196
10197 2019-04-05 Tom Tromey <tom@tromey.com>
10198
10199 Revert the header-sorting patch.
10200 * ft32-tdep.c: Revert.
10201 * frv-tdep.c: Revert.
10202 * frv-linux-tdep.c: Revert.
10203 * frame.c: Revert.
10204 * frame-unwind.c: Revert.
10205 * frame-base.c: Revert.
10206 * fork-child.c: Revert.
10207 * findvar.c: Revert.
10208 * findcmd.c: Revert.
10209 * filesystem.c: Revert.
10210 * filename-seen-cache.h: Revert.
10211 * filename-seen-cache.c: Revert.
10212 * fbsd-tdep.c: Revert.
10213 * fbsd-nat.h: Revert.
10214 * fbsd-nat.c: Revert.
10215 * f-valprint.c: Revert.
10216 * f-typeprint.c: Revert.
10217 * f-lang.c: Revert.
10218 * extension.h: Revert.
10219 * extension.c: Revert.
10220 * extension-priv.h: Revert.
10221 * expprint.c: Revert.
10222 * exec.h: Revert.
10223 * exec.c: Revert.
10224 * exceptions.c: Revert.
10225 * event-top.c: Revert.
10226 * event-loop.c: Revert.
10227 * eval.c: Revert.
10228 * elfread.c: Revert.
10229 * dwarf2read.h: Revert.
10230 * dwarf2read.c: Revert.
10231 * dwarf2loc.c: Revert.
10232 * dwarf2expr.h: Revert.
10233 * dwarf2expr.c: Revert.
10234 * dwarf2-frame.c: Revert.
10235 * dwarf2-frame-tailcall.c: Revert.
10236 * dwarf-index-write.h: Revert.
10237 * dwarf-index-write.c: Revert.
10238 * dwarf-index-common.c: Revert.
10239 * dwarf-index-cache.h: Revert.
10240 * dwarf-index-cache.c: Revert.
10241 * dummy-frame.c: Revert.
10242 * dtrace-probe.c: Revert.
10243 * disasm.h: Revert.
10244 * disasm.c: Revert.
10245 * disasm-selftests.c: Revert.
10246 * dictionary.c: Revert.
10247 * dicos-tdep.c: Revert.
10248 * demangle.c: Revert.
10249 * dcache.h: Revert.
10250 * dcache.c: Revert.
10251 * darwin-nat.h: Revert.
10252 * darwin-nat.c: Revert.
10253 * darwin-nat-info.c: Revert.
10254 * d-valprint.c: Revert.
10255 * d-namespace.c: Revert.
10256 * d-lang.c: Revert.
10257 * ctf.c: Revert.
10258 * csky-tdep.c: Revert.
10259 * csky-linux-tdep.c: Revert.
10260 * cris-tdep.c: Revert.
10261 * cris-linux-tdep.c: Revert.
10262 * cp-valprint.c: Revert.
10263 * cp-support.c: Revert.
10264 * cp-namespace.c: Revert.
10265 * cp-abi.c: Revert.
10266 * corelow.c: Revert.
10267 * corefile.c: Revert.
10268 * continuations.c: Revert.
10269 * completer.h: Revert.
10270 * completer.c: Revert.
10271 * complaints.c: Revert.
10272 * coffread.c: Revert.
10273 * coff-pe-read.c: Revert.
10274 * cli-out.h: Revert.
10275 * cli-out.c: Revert.
10276 * charset.c: Revert.
10277 * c-varobj.c: Revert.
10278 * c-valprint.c: Revert.
10279 * c-typeprint.c: Revert.
10280 * c-lang.c: Revert.
10281 * buildsym.c: Revert.
10282 * buildsym-legacy.c: Revert.
10283 * build-id.h: Revert.
10284 * build-id.c: Revert.
10285 * btrace.c: Revert.
10286 * bsd-uthread.c: Revert.
10287 * breakpoint.h: Revert.
10288 * breakpoint.c: Revert.
10289 * break-catch-throw.c: Revert.
10290 * break-catch-syscall.c: Revert.
10291 * break-catch-sig.c: Revert.
10292 * blockframe.c: Revert.
10293 * block.c: Revert.
10294 * bfin-tdep.c: Revert.
10295 * bfin-linux-tdep.c: Revert.
10296 * bfd-target.c: Revert.
10297 * bcache.c: Revert.
10298 * ax-general.c: Revert.
10299 * ax-gdb.h: Revert.
10300 * ax-gdb.c: Revert.
10301 * avr-tdep.c: Revert.
10302 * auxv.c: Revert.
10303 * auto-load.c: Revert.
10304 * arm-wince-tdep.c: Revert.
10305 * arm-tdep.c: Revert.
10306 * arm-symbian-tdep.c: Revert.
10307 * arm-pikeos-tdep.c: Revert.
10308 * arm-obsd-tdep.c: Revert.
10309 * arm-nbsd-tdep.c: Revert.
10310 * arm-nbsd-nat.c: Revert.
10311 * arm-linux-tdep.c: Revert.
10312 * arm-linux-nat.c: Revert.
10313 * arm-fbsd-tdep.c: Revert.
10314 * arm-fbsd-nat.c: Revert.
10315 * arm-bsd-tdep.c: Revert.
10316 * arch-utils.c: Revert.
10317 * arc-tdep.c: Revert.
10318 * arc-newlib-tdep.c: Revert.
10319 * annotate.h: Revert.
10320 * annotate.c: Revert.
10321 * amd64-windows-tdep.c: Revert.
10322 * amd64-windows-nat.c: Revert.
10323 * amd64-tdep.c: Revert.
10324 * amd64-sol2-tdep.c: Revert.
10325 * amd64-obsd-tdep.c: Revert.
10326 * amd64-obsd-nat.c: Revert.
10327 * amd64-nbsd-tdep.c: Revert.
10328 * amd64-nbsd-nat.c: Revert.
10329 * amd64-nat.c: Revert.
10330 * amd64-linux-tdep.c: Revert.
10331 * amd64-linux-nat.c: Revert.
10332 * amd64-fbsd-tdep.c: Revert.
10333 * amd64-fbsd-nat.c: Revert.
10334 * amd64-dicos-tdep.c: Revert.
10335 * amd64-darwin-tdep.c: Revert.
10336 * amd64-bsd-nat.c: Revert.
10337 * alpha-tdep.c: Revert.
10338 * alpha-obsd-tdep.c: Revert.
10339 * alpha-nbsd-tdep.c: Revert.
10340 * alpha-mdebug-tdep.c: Revert.
10341 * alpha-linux-tdep.c: Revert.
10342 * alpha-linux-nat.c: Revert.
10343 * alpha-bsd-tdep.c: Revert.
10344 * alpha-bsd-nat.c: Revert.
10345 * aix-thread.c: Revert.
10346 * agent.c: Revert.
10347 * addrmap.c: Revert.
10348 * ada-varobj.c: Revert.
10349 * ada-valprint.c: Revert.
10350 * ada-typeprint.c: Revert.
10351 * ada-tasks.c: Revert.
10352 * ada-lang.c: Revert.
10353 * aarch64-tdep.c: Revert.
10354 * aarch64-ravenscar-thread.c: Revert.
10355 * aarch64-newlib-tdep.c: Revert.
10356 * aarch64-linux-tdep.c: Revert.
10357 * aarch64-linux-nat.c: Revert.
10358 * aarch64-fbsd-tdep.c: Revert.
10359 * aarch64-fbsd-nat.c: Revert.
10360 * aarch32-linux-nat.c: Revert.
10361
10362 2019-04-05 Tom Tromey <tom@tromey.com>
10363
10364 * ft32-tdep.c: Sort headers.
10365 * frv-tdep.c: Sort headers.
10366 * frv-linux-tdep.c: Sort headers.
10367 * frame.c: Sort headers.
10368 * frame-unwind.c: Sort headers.
10369 * frame-base.c: Sort headers.
10370 * fork-child.c: Sort headers.
10371 * findvar.c: Sort headers.
10372 * findcmd.c: Sort headers.
10373 * filesystem.c: Sort headers.
10374 * filename-seen-cache.h: Sort headers.
10375 * filename-seen-cache.c: Sort headers.
10376 * fbsd-tdep.c: Sort headers.
10377 * fbsd-nat.h: Sort headers.
10378 * fbsd-nat.c: Sort headers.
10379 * f-valprint.c: Sort headers.
10380 * f-typeprint.c: Sort headers.
10381 * f-lang.c: Sort headers.
10382 * extension.h: Sort headers.
10383 * extension.c: Sort headers.
10384 * extension-priv.h: Sort headers.
10385 * expprint.c: Sort headers.
10386 * exec.h: Sort headers.
10387 * exec.c: Sort headers.
10388 * exceptions.c: Sort headers.
10389 * event-top.c: Sort headers.
10390 * event-loop.c: Sort headers.
10391 * eval.c: Sort headers.
10392 * elfread.c: Sort headers.
10393 * dwarf2read.h: Sort headers.
10394 * dwarf2read.c: Sort headers.
10395 * dwarf2loc.c: Sort headers.
10396 * dwarf2expr.h: Sort headers.
10397 * dwarf2expr.c: Sort headers.
10398 * dwarf2-frame.c: Sort headers.
10399 * dwarf2-frame-tailcall.c: Sort headers.
10400 * dwarf-index-write.h: Sort headers.
10401 * dwarf-index-write.c: Sort headers.
10402 * dwarf-index-common.c: Sort headers.
10403 * dwarf-index-cache.h: Sort headers.
10404 * dwarf-index-cache.c: Sort headers.
10405 * dummy-frame.c: Sort headers.
10406 * dtrace-probe.c: Sort headers.
10407 * disasm.h: Sort headers.
10408 * disasm.c: Sort headers.
10409 * disasm-selftests.c: Sort headers.
10410 * dictionary.c: Sort headers.
10411 * dicos-tdep.c: Sort headers.
10412 * demangle.c: Sort headers.
10413 * dcache.h: Sort headers.
10414 * dcache.c: Sort headers.
10415 * darwin-nat.h: Sort headers.
10416 * darwin-nat.c: Sort headers.
10417 * darwin-nat-info.c: Sort headers.
10418 * d-valprint.c: Sort headers.
10419 * d-namespace.c: Sort headers.
10420 * d-lang.c: Sort headers.
10421 * ctf.c: Sort headers.
10422 * csky-tdep.c: Sort headers.
10423 * csky-linux-tdep.c: Sort headers.
10424 * cris-tdep.c: Sort headers.
10425 * cris-linux-tdep.c: Sort headers.
10426 * cp-valprint.c: Sort headers.
10427 * cp-support.c: Sort headers.
10428 * cp-namespace.c: Sort headers.
10429 * cp-abi.c: Sort headers.
10430 * corelow.c: Sort headers.
10431 * corefile.c: Sort headers.
10432 * continuations.c: Sort headers.
10433 * completer.h: Sort headers.
10434 * completer.c: Sort headers.
10435 * complaints.c: Sort headers.
10436 * coffread.c: Sort headers.
10437 * coff-pe-read.c: Sort headers.
10438 * cli-out.h: Sort headers.
10439 * cli-out.c: Sort headers.
10440 * charset.c: Sort headers.
10441 * c-varobj.c: Sort headers.
10442 * c-valprint.c: Sort headers.
10443 * c-typeprint.c: Sort headers.
10444 * c-lang.c: Sort headers.
10445 * buildsym.c: Sort headers.
10446 * buildsym-legacy.c: Sort headers.
10447 * build-id.h: Sort headers.
10448 * build-id.c: Sort headers.
10449 * btrace.c: Sort headers.
10450 * bsd-uthread.c: Sort headers.
10451 * breakpoint.h: Sort headers.
10452 * breakpoint.c: Sort headers.
10453 * break-catch-throw.c: Sort headers.
10454 * break-catch-syscall.c: Sort headers.
10455 * break-catch-sig.c: Sort headers.
10456 * blockframe.c: Sort headers.
10457 * block.c: Sort headers.
10458 * bfin-tdep.c: Sort headers.
10459 * bfin-linux-tdep.c: Sort headers.
10460 * bfd-target.c: Sort headers.
10461 * bcache.c: Sort headers.
10462 * ax-general.c: Sort headers.
10463 * ax-gdb.h: Sort headers.
10464 * ax-gdb.c: Sort headers.
10465 * avr-tdep.c: Sort headers.
10466 * auxv.c: Sort headers.
10467 * auto-load.c: Sort headers.
10468 * arm-wince-tdep.c: Sort headers.
10469 * arm-tdep.c: Sort headers.
10470 * arm-symbian-tdep.c: Sort headers.
10471 * arm-pikeos-tdep.c: Sort headers.
10472 * arm-obsd-tdep.c: Sort headers.
10473 * arm-nbsd-tdep.c: Sort headers.
10474 * arm-nbsd-nat.c: Sort headers.
10475 * arm-linux-tdep.c: Sort headers.
10476 * arm-linux-nat.c: Sort headers.
10477 * arm-fbsd-tdep.c: Sort headers.
10478 * arm-fbsd-nat.c: Sort headers.
10479 * arm-bsd-tdep.c: Sort headers.
10480 * arch-utils.c: Sort headers.
10481 * arc-tdep.c: Sort headers.
10482 * arc-newlib-tdep.c: Sort headers.
10483 * annotate.h: Sort headers.
10484 * annotate.c: Sort headers.
10485 * amd64-windows-tdep.c: Sort headers.
10486 * amd64-windows-nat.c: Sort headers.
10487 * amd64-tdep.c: Sort headers.
10488 * amd64-sol2-tdep.c: Sort headers.
10489 * amd64-obsd-tdep.c: Sort headers.
10490 * amd64-obsd-nat.c: Sort headers.
10491 * amd64-nbsd-tdep.c: Sort headers.
10492 * amd64-nbsd-nat.c: Sort headers.
10493 * amd64-nat.c: Sort headers.
10494 * amd64-linux-tdep.c: Sort headers.
10495 * amd64-linux-nat.c: Sort headers.
10496 * amd64-fbsd-tdep.c: Sort headers.
10497 * amd64-fbsd-nat.c: Sort headers.
10498 * amd64-dicos-tdep.c: Sort headers.
10499 * amd64-darwin-tdep.c: Sort headers.
10500 * amd64-bsd-nat.c: Sort headers.
10501 * alpha-tdep.c: Sort headers.
10502 * alpha-obsd-tdep.c: Sort headers.
10503 * alpha-nbsd-tdep.c: Sort headers.
10504 * alpha-mdebug-tdep.c: Sort headers.
10505 * alpha-linux-tdep.c: Sort headers.
10506 * alpha-linux-nat.c: Sort headers.
10507 * alpha-bsd-tdep.c: Sort headers.
10508 * alpha-bsd-nat.c: Sort headers.
10509 * aix-thread.c: Sort headers.
10510 * agent.c: Sort headers.
10511 * addrmap.c: Sort headers.
10512 * ada-varobj.c: Sort headers.
10513 * ada-valprint.c: Sort headers.
10514 * ada-typeprint.c: Sort headers.
10515 * ada-tasks.c: Sort headers.
10516 * ada-lang.c: Sort headers.
10517 * aarch64-tdep.c: Sort headers.
10518 * aarch64-ravenscar-thread.c: Sort headers.
10519 * aarch64-newlib-tdep.c: Sort headers.
10520 * aarch64-linux-tdep.c: Sort headers.
10521 * aarch64-linux-nat.c: Sort headers.
10522 * aarch64-fbsd-tdep.c: Sort headers.
10523 * aarch64-fbsd-nat.c: Sort headers.
10524 * aarch32-linux-nat.c: Sort headers.
10525
10526 2019-04-04 Tom Tromey <tom@tromey.com>
10527
10528 * varobj.c (varobj_create): Update.
10529 * rust-exp.y (struct rust_parser) <update_innermost_block,
10530 lookup_symbol>: New methods.
10531 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10532 Rename.
10533 (rust_parser::rust_lookup_type)
10534 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10535 * printcmd.c (display_command, do_one_display): Update.
10536 * parser-defs.h (struct parser_state) <parser_state>: Add
10537 "tracker" parameter.
10538 (block_tracker): New member.
10539 (class innermost_block_tracker) <innermost_block_tracker>: Add
10540 "types" parameter.
10541 <reset>: Remove method.
10542 (innermost_block): Don't declare.
10543 (null_post_parser): Update.
10544 * parse.c (innermost_block): Remove global.
10545 (write_dollar_variable): Update.
10546 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10547 Remove "tracker_types" parameter.
10548 (parse_expression): Add "tracker" parameter.
10549 (parse_expression_for_completion): Update.
10550 (null_post_parser): Add "tracker" parameter.
10551 * p-exp.y: Update rules.
10552 * m2-exp.y: Update rules.
10553 * language.h (struct language_defn) <la_post_parser>: Add
10554 "tracker" parameter.
10555 * go-exp.y: Update rules.
10556 * f-exp.y: Update rules.
10557 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10558 parameter.
10559 * d-exp.y: Update rules.
10560 * c-exp.y: Update rules.
10561 * breakpoint.c (set_breakpoint_condition): Create an
10562 innermost_block_tracker.
10563 (watch_command_1): Likewise.
10564 * ada-lang.c (resolve): Add "tracker" parameter.
10565 (resolve_subexp): Likewise.
10566 * ada-exp.y (write_var_from_sym): Update.
10567
10568 2019-04-04 Tom Tromey <tom@tromey.com>
10569
10570 * type-stack.h: New file.
10571 * type-stack.c: New file.
10572 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10573 type-stack.h.
10574 (insert_into_type_stack, insert_type, push_type, push_type_int)
10575 (insert_type_address_space, pop_type, pop_type_int)
10576 (pop_typelist, pop_type_stack, append_type_stack)
10577 (push_type_stack, get_type_stack, push_typelist)
10578 (follow_type_instance_flags, follow_types): Don't declare.
10579 * parse.c (type_stack): Remove global.
10580 (parse_exp_in_context): Update.
10581 (insert_into_type_stack, insert_type, push_type, push_type_int)
10582 (insert_type_address_space, pop_type, pop_type_int)
10583 (pop_typelist, pop_type_stack, append_type_stack)
10584 (push_type_stack, get_type_stack, push_typelist)
10585 (follow_type_instance_flags, follow_types): Remove (moved to
10586 type-stack.c).
10587 * f-exp.y (type_stack): New global.
10588 Update rules.
10589 (push_kind_type, f_parse): Update.
10590 * d-exp.y (type_stack): New global.
10591 Update rules.
10592 (d_parse): Update.
10593 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10594 Update rules.
10595 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10596 (HFILES_NO_SRCDIR): Add type-stack.h.
10597
10598 2019-04-04 Tom Tromey <tom@tromey.com>
10599
10600 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10601 (rust_parser::convert_ast_to_expression, rust_parse)
10602 (rust_lex_test_completion, rust_lex_tests): Update.
10603 * parser-defs.h (struct expr_completion_state): New.
10604 (struct parser_state) <parser_state>: Add completion parameter.
10605 <mark_struct_expression, mark_completion_tag>: New methods.
10606 <parse_completion, m_completion_state>: New members.
10607 (prefixify_expression, null_post_parser): Update.
10608 (mark_struct_expression, mark_completion_tag): Don't declare.
10609 * parse.c (parse_completion, expout_last_struct)
10610 (expout_tag_completion_type, expout_completion_name): Remove
10611 globals.
10612 (parser_state::mark_struct_expression)
10613 (parser_state::mark_completion_tag): Now methods.
10614 (prefixify_expression): Add last_struct parameter.
10615 (prefixify_subexp): Likewise.
10616 (parse_exp_1): Update.
10617 (parse_exp_in_context): Add cstate parameter. Update.
10618 (parse_expression_for_completion): Create an
10619 expr_completion_state.
10620 (null_post_parser): Add "completion" parameter.
10621 * p-exp.y: Update rules.
10622 (yylex): Update.
10623 * language.h (struct language_defn) <la_post_parser>: Add
10624 "completing" parameter.
10625 * go-exp.y: Update rules.
10626 (lex_one_token): Update.
10627 * expression.h (parse_completion): Don't declare.
10628 * d-exp.y: Update rules.
10629 (lex_one_token): Update rules.
10630 * c-exp.y: Update rules.
10631 (lex_one_token): Update.
10632 * ada-lang.c (resolve): Add "parse_completion" parameter.
10633 (resolve_subexp): Likewise.
10634 (ada_resolve_function): Likewise.
10635
10636 2019-04-04 Tom Tromey <tom@tromey.com>
10637
10638 * parser-defs.h (struct parser_state) <start_arglist,
10639 end_arglist>: New methods.
10640 <arglist_len, m_funcall_chain>: New members.
10641 (arglist_len, start_arglist, end_arglist): Don't declare.
10642 * parse.c (arglist_len, funcall_chain): Remove global.
10643 (start_arglist, end_arglist): Remove functions.
10644 (parse_exp_in_context): Update.
10645 * p-exp.y: Update rules.
10646 * m2-exp.y: Update rules.
10647 * go-exp.y: Update rules.
10648 * f-exp.y: Update rules.
10649 * d-exp.y: Update rules.
10650 * c-exp.y: Update rules.
10651
10652 2019-04-04 Tom Tromey <tom@tromey.com>
10653
10654 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10655 lex_operator, push_back>: New methods.
10656 Update all rules.
10657 (rust_parser::lex_hex, lex_escape): Rename and update.
10658 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10659 (rust_parser::lex_operator): Rename and update.
10660 (rust_parser::lex_number, rustyylex, rustyyerror)
10661 (rust_lex_test_init, rust_lex_test_sequence)
10662 (rust_lex_test_push_back, rust_lex_tests): Update.
10663 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10664 parameter.
10665 <lexptr, prev_lexptr>: New members.
10666 (lexptr, prev_lexptr): Don't declare.
10667 * parse.c (lexptr, prev_lexptr): Remove globals.
10668 (parse_exp_in_context): Update.
10669 * p-exp.y (yylex, yyerror): Update.
10670 * m2-exp.y (parse_number, yylex, yyerror): Update.
10671 * go-exp.y (lex_one_token, yyerror): Update.
10672 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10673 * d-exp.y (lex_one_token, yyerror): Update.
10674 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10675 (lex_one_token, yyerror): Update.
10676 * ada-lex.l (YY_INPUT): Update.
10677 (rewind_to_char): Update.
10678 * ada-exp.y (yyerror): Update.
10679
10680 2019-04-04 Tom Tromey <tom@tromey.com>
10681
10682 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10683 * parser-defs.h (struct parser_state) <parser_state>: Add new
10684 parameter.
10685 <comma_terminates>: New member.
10686 (comma_terminates): Don't declare global.
10687 * parse.c (comma_terminates): Remove global.
10688 (parse_exp_in_context): Update.
10689 * p-exp.y (yylex): Update.
10690 * m2-exp.y (yylex): Update.
10691 * go-exp.y (lex_one_token): Update.
10692 * f-exp.y (yylex): Update.
10693 * d-exp.y (lex_one_token): Update.
10694 * c-exp.y (lex_one_token): Update.
10695 * ada-lex.l: Update.
10696
10697 2019-04-04 Tom Tromey <tom@tromey.com>
10698
10699 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10700 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10701 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10702 * parser-defs.h (paren_depth): Don't declare.
10703 * parse.c (paren_depth): Remove global.
10704 (parse_exp_in_context): Update.
10705 * p-exp.y (paren_depth): New global.
10706 (pascal_parse): Initialize it.
10707 * m2-exp.y (paren_depth): New global.
10708 (m2_parse): Initialize it.
10709 * go-exp.y (paren_depth): New global.
10710 (go_parse): Initialize it.
10711 * f-exp.y (paren_depth): New global.
10712 (f_parse): Initialize it.
10713 * d-exp.y (paren_depth): New global.
10714 (d_parse): Initialize it.
10715 * c-exp.y (paren_depth): New global.
10716 (c_parse): Initialize it.
10717 * ada-lex.l (paren_depth): New global.
10718 (lexer_init): Initialize it.
10719
10720 2019-04-04 Tom Tromey <tom@tromey.com>
10721
10722 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10723 (rust_parser::convert_ast_to_type)
10724 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10725 * parser-defs.h (struct parser_state) <parser_state>: Add
10726 parameters. Initialize new members.
10727 <expression_context_block, expression_context_pc>: New members.
10728 * parse.c (expression_context_block, expression_context_pc):
10729 Remove globals.
10730 (parse_exp_in_context): Update.
10731 * p-exp.y: Update all rules.
10732 (yylex): Update.
10733 * m2-exp.y: Update all rules.
10734 (yylex): Update.
10735 * go-exp.y (yylex): Update.
10736 * f-exp.y (yylex): Update.
10737 * d-exp.y: Update all rules.
10738 (yylex): Update.
10739 * c-exp.y: Update all rules.
10740 (lex_one_token, classify_name, yylex, c_parse): Update.
10741 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10742
10743 2019-04-04 Tom Tromey <tom@tromey.com>
10744
10745 * gdbarch.h, gdbarch.c: Rebuild.
10746 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10747 * stap-probe.h:
10748 (struct stap_parse_info): Replace "parser_state" with
10749 "expr_builder".
10750 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10751 (parser_state): New class.
10752 * parse.c (expr_builder): Rename.
10753 (expr_builder::release): Rename.
10754 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10755 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10756 (write_exp_elt_longcst, write_exp_elt_floatcst)
10757 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10758 (write_exp_string_vector, write_exp_bitstring)
10759 (write_exp_msymbol, mark_struct_expression)
10760 (write_dollar_variable)
10761 (insert_type_address_space, increase_expout_size): Replace
10762 "parser_state" with "expr_builder".
10763 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10764 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10765 "parser_state" with "expr_builder".
10766
10767 2019-04-04 Tom Tromey <tom@tromey.com>
10768
10769 * rust-exp.y: Replace "parse_language" with method call.
10770 * p-exp.y:
10771 (yylex): Replace "parse_language" with method call.
10772 * m2-exp.y:
10773 (yylex): Replace "parse_language" with method call.
10774 * go-exp.y (classify_name): Replace "parse_language" with method
10775 call.
10776 * f-exp.y (yylex): Replace "parse_language" with method call.
10777 * d-exp.y (lex_one_token): Replace "parse_language" with method
10778 call.
10779 * c-exp.y:
10780 (lex_one_token, classify_name, yylex): Replace "parse_language"
10781 with method call.
10782 * ada-exp.y (find_primitive_type, type_char)
10783 (type_system_address): Replace "parse_language" with method call.
10784
10785 2019-04-04 Tom Tromey <tom@tromey.com>
10786
10787 * rust-exp.y: Replace "parse_gdbarch" with method call.
10788 * parse.c (write_dollar_variable, insert_type_address_space):
10789 Replace "parse_gdbarch" with method call.
10790 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10791 call.
10792 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10793 call.
10794 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10795 "parse_gdbarch" with method call.
10796 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10797 with method call.
10798 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10799 "parse_gdbarch" with method call.
10800 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10801 "parse_gdbarch" with method call.
10802 * c-exp.y (parse_type, parse_number, classify_name): Replace
10803 "parse_gdbarch" with method call.
10804 * ada-lex.l: Replace "parse_gdbarch" with method call.
10805 * ada-exp.y (parse_type, find_primitive_type, type_char)
10806 (type_system_address): Replace "parse_gdbarch" with method call.
10807
10808 2019-04-04 Tom Tromey <tom@tromey.com>
10809
10810 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10811 * stap-probe.c (stap_parse_argument): Update.
10812 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10813 initial_size parameter.
10814 * rust-exp.y (rust_lex_tests): Update.
10815 * parse.c (parser_state): Update.
10816 (parse_exp_in_context): Update.
10817 * parser-defs.h (struct parser_state) <parser_state>: Remove
10818 "initial_size" parameter.
10819
10820 2019-04-04 Tom Tromey <tom@tromey.com>
10821
10822 * parser-defs.h (increase_expout_size): Don't declare.
10823 * parse.c (increase_expout_size): Now static.
10824
10825 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10826
10827 * gnu-nat.c (gnu_nat_target::wait): Fix
10828 target_waitstatus_to_string call.
10829
10830 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10831
10832 * eval.c (evaluate_subexp_standard): Handle internal functions
10833 during Fortran function call handling.
10834
10835 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10836
10837 * NEWS: Mention new internal functions.
10838 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10839 (read_base_type): Use dwarf2_init_complex_target_type.
10840 * value.c (creal_internal_fn): New function.
10841 (cimag_internal_fn): New function.
10842 (_initialize_values): Register new internal functions.
10843
10844 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10845
10846 * infrun.c (stop_all_threads): If debug_infrun, always
10847 trace the wait status after wait_one, using
10848 target_waitstatus_to_string and target_pid_to_str.
10849 (handle_inferior_event): Replace various trace of
10850 wait status kind by a single trace.
10851 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10852 wait status kind image by target_waitstatus_to_string.
10853 * target/waitstatus.c (target_waitstatus_to_string): Fix
10854 obsolete comment.
10855
10856 2019-04-01 Tom Tromey <tromey@adacore.com>
10857
10858 PR symtab/23331:
10859 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10860
10861 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10862 Pedro Alves <palves@redhat.com>
10863
10864 * top.c (quit_force): Call 'finalize_values'.
10865 * value.c (finalize_values): New function.
10866 * value.h (finalize_values): Declare.
10867
10868 2019-03-30 Eli Zaretskii <eliz@gnu.org>
10869
10870 * NEWS: Announce $_gdb_major and $_gdb_minor.
10871
10872 * top.c (init_gdb_version_vars): New function.
10873 (gdb_init): Call init_gdb_version_vars.
10874
10875 2019-03-29 Tom Tromey <tromey@adacore.com>
10876
10877 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10878 help text. Remove dead code.
10879
10880 2019-03-29 Keith Seitz <keiths@redhat.com>
10881
10882 From Siddhesh Poyarekar:
10883 * f-lang.h (f77_get_upperbound): Return LONGEST.
10884 (f77_get_lowerbound): Likewise.
10885 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10886 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10887 print them.
10888 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10889 plongest to format print it.
10890 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10891 (f77_get_upperbound): Likewise.
10892 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10893 LOWER_BOUND to LONGEST.
10894 (f77_create_arrayprint_offset_tbl): Likewise.
10895
10896 2019-03-29 Keith Seitz <keiths@redhat.com>
10897
10898 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10899 %s/pulongest for TYPE_LENGTH instead of %d in format
10900 strings.
10901 * ada-typerint.c (ada_print_type): Likewise.
10902 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10903 * compile/compile-c-support.c (generate_register_struct): Likewise.
10904 * gdbtypes.c (recursive_dump_type): Likewise.
10905 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10906 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10907 instead of %d in format strings.
10908 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10909 to std::min to ULONGEST.
10910 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10911 instead of %d in format strings.
10912 * tracepoint.c (info_scope_command): Likewise.
10913 * typeprint.c (print_offset_data::update)
10914 (print_offset_data::finish): Likewise.
10915 * xtensa-tdep.c (xtensa_store_return_value)
10916 (xtensa_push_dummy_call): Likewise.
10917
10918 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10919
10920 * windows-nat.c (display_selector): Fixed format specifications
10921 for 64-bit Cygwin.
10922
10923 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10924
10925 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10926
10927 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10928
10929 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10930 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10931 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10932 (nios2_linux_init_abi): Install it.
10933
10934 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10935
10936 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10937
10938 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10939
10940 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10941
10942 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10943 Tom Tromey <tromey@adacore.com>
10944
10945 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10946
10947 2019-03-26 Joel Brobecker <brobecker@adacore.com>
10948
10949 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10950 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10951 method to compute the bounds of range types. Also print "[evaluated]"
10952 if the bounds' values come from a dynamic evaluation.
10953
10954 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10955
10956 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10957 whitespace when pretty printing is on.
10958
10959 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10960
10961 * ppc-linux-nat.c: Add include.
10962
10963 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10964
10965 * NEWS: Mention AArch64 Pointer Authentication.
10966
10967 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10968
10969 * arm-linux-nat.c: Add include.
10970
10971 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10972
10973 * source-cache.c (source_cache::get_source_lines): Re-read
10974 fullname after calling open_source_file.
10975
10976 2019-03-25 John Baldwin <jhb@FreeBSD.org>
10977
10978 * NEWS: Mention TLS support for FreeBSD.
10979
10980 2019-03-25 Tom Tromey <tromey@adacore.com>
10981
10982 * minsyms.c (BUNCH_SIZE): Update comment.
10983 (~minimal_symbol_reader): Remove old comment.
10984 (compact_minimal_symbols): Update comment.
10985 (minimal_symbol_reader::install): Remove old comment. Update
10986 other comments.
10987
10988 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10989
10990 * s390-linux-nat.c: Add include.
10991
10992 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10993
10994 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10995 Call linux_get_hwcap.
10996 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10997 Likewise.
10998 (aarch64_linux_get_hwcap): Remove function.
10999 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11000 declaration.
11001 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11002 linux_get_hwcap.
11003 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11004 * linux-tdep.c (linux_get_hwcap): Add function.
11005 (linux_get_hwcap2): Likewise.
11006 * linux-tdep.h (linux_get_hwcap): Add declaration.
11007 (linux_get_hwcap2): Likewise.
11008 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11009 (ppc_linux_get_hwcap2): Likewise.
11010 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11011 linux_get_hwcap.
11012 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11013 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11014 (ppc_linux_nat_target::read_description): Likewise.
11015 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11016 * s390-linux-nat.c: Likewise.
11017 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11018
11019 2019-03-24 Tom Tromey <tom@tromey.com>
11020
11021 * ada-lang.c (standard_lookup): Simplify initialization.
11022 (ada_lookup_symbol_nonlocal): Simplify return.
11023 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11024 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11025 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11026 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11027 initialization.
11028 * solib.c (solib_global_lookup): Simplify.
11029 * symtab.c (null_block_symbol): Remove.
11030 (symbol_cache_lookup): Simplify returns.
11031 (lookup_language_this): Simplify returns.
11032 (lookup_symbol_aux): Simplify return.
11033 (lookup_local_symbol): Simplify returns.
11034 (lookup_global_symbol_from_objfile): Simplify return.
11035 (lookup_symbol_in_objfile_symtabs)
11036 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11037 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11038 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11039 * cp-namespace.c (cp_lookup_bare_symbol)
11040 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11041 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11042 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11043 (cp_lookup_symbol_via_imports): Simplify initialization.
11044 (find_symbol_in_baseclass): Likewise.
11045 * symtab.h (null_block_symbol): Remove.
11046 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11047 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11048 (d_lookup_symbol_module): Likewise.
11049 (find_symbol_in_baseclass): Simplify initialization.
11050
11051 2019-03-24 Tom Tromey <tom@tromey.com>
11052
11053 * expression.h: Don't include symtab.h.
11054 (struct block): Forward declare.
11055
11056 2019-03-24 Tom Tromey <tom@tromey.com>
11057
11058 * c-exp.y (typebase): Remove casts.
11059 * gdbtypes.c (lookup_unsigned_typename, )
11060 (lookup_signed_typename): Remove cast.
11061 * eval.c (parse_to_comma_and_eval): Remove cast.
11062 * parse.c (write_dollar_variable): Remove cast.
11063 * block.h (struct block) <superblock>: Now const.
11064 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11065 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11066 (map_block): Make "block" const.
11067 * symfile.h (struct quick_symbol_functions)
11068 <map_matching_symbols>: Constify block argument to "callback".
11069 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11070 const.
11071 (find_pc_sect_compunit_symtab): Make "b" const.
11072 (find_symbol_at_address): Likewise.
11073 (search_symbols): Likewise.
11074 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11075 (dw2_debug_names_lookup_symbol): Likewise.
11076 (dw2_map_matching_symbols): Update.
11077 * p-valprint.c (pascal_val_print): Remove "block".
11078 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11079 (aux_add_nonlocal_symbols): Make "block" const.
11080 (resolve_subexp): Remove cast.
11081 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11082 const.
11083 (iterate_over_file_blocks): Likewise.
11084 * f-exp.y (%union) <bval>: Remove.
11085 * coffread.c (patch_opaque_types): Make "b" const.
11086 * spu-tdep.c (spu_catch_start): Make "block" const.
11087 * c-valprint.c (print_unpacked_pointer): Remove "block".
11088 * symmisc.c (dump_symtab_1): Make "b" const.
11089 (block_depth): Make "block" const.
11090 * d-exp.y (%union) <bval>: Remove.
11091 * cp-support.h (cp_lookup_rtti_type): Update.
11092 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11093 * psymtab.c (psym_lookup_symbol): Make "block" const.
11094 (maintenance_check_psymtabs): Make "b" const.
11095 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11096 (enumerate_locals, enumerate_args): Update.
11097 * python/py-symtab.c (stpy_global_block): Make "block" const.
11098 (stpy_static_block): Likewise.
11099 * inline-frame.c (block_starting_point_at): Make "new_block"
11100 const.
11101 * block.c (find_block_in_blockvector): Make return type const.
11102 (blockvector_for_pc_sect): Make "b" const.
11103 (find_block_in_blockvector): Make "b" const.
11104
11105 2019-03-23 Tom Tromey <tom@tromey.com>
11106
11107 * varobj.c (varobj_create): Update.
11108 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11109 * printcmd.c (display_command, do_one_display): Don't reset
11110 innermost_block.
11111 * parser-defs.h (enum innermost_block_tracker_type): Move to
11112 expression.h.
11113 (innermost_block): Update comment.
11114 * parse.c (parse_exp_1): Add tracker_types parameter.
11115 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11116 tracker_types parameter. Reset innermost_block.
11117 (parse_exp_in_context): Remove.
11118 (parse_expression_for_completion): Update.
11119 * objfiles.c (~objfile): Don't reset expression_context_block or
11120 innermost_block.
11121 * expression.h (enum innermost_block_tracker_type): Move from
11122 parser-defs.h.
11123 (parse_exp_1): Add tracker_types parameter.
11124 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11125 reset innermost_block.
11126
11127 2019-03-23 Tom Tromey <tom@tromey.com>
11128
11129 * objfiles.h: Include bcache.h.
11130
11131 2019-03-23 Tom Tromey <tom@tromey.com>
11132
11133 * linespec.c (get_current_search_block): Use
11134 scoped_restore_current_language.
11135 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11136
11137 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11138 Jiong Wang <jiong.wang@arm.com>
11139
11140 * aarch64-linux-tdep.c
11141 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11142 section.
11143 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11144
11145 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11146 Jiong Wang <jiong.wang@arm.com>
11147
11148 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11149 instructions.
11150 (aarch64_analyze_prologue_test): Add PACIASP test.
11151 (aarch64_prologue_prev_register): Unmask PC value.
11152
11153 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11154 Jiong Wang <jiong.wang@arm.com>
11155
11156 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11157 (aarch64_dwarf2_prev_register): Unmask PC value.
11158 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11159 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11160 DW_CFA_AARCH64_negate_ra_state.
11161 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11162
11163 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11164 Jiong Wang <jiong.wang@arm.com>
11165
11166 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11167 registers.
11168 (aarch64_pseudo_register_name): Likewise.
11169 (aarch64_pseudo_register_type): Likewise.
11170 (aarch64_pseudo_register_reggroup_p): Likewise.
11171 (aarch64_gdbarch_init): Add pauth registers.
11172 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11173 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11174 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11175 (struct gdbarch_tdep): Add regnum for ra_state.
11176
11177 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11178 Jiong Wang <jiong.wang@arm.com>
11179
11180 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11181
11182 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11183 Jiong Wang <jiong.wang@arm.com>
11184
11185 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11186 function.
11187 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11188 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11189 (aarch64_gdbarch_init): Add puth registers.
11190 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11191 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11192 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
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): Read PACA hwcap.
11199 * aarch64-linux-tdep.c
11200 (aarch64_linux_core_read_description): Likewise.
11201 (aarch64_linux_get_hwcap): New function.
11202 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11203 (aarch64_linux_get_hwcap): New declaration.
11204
11205 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11206 Jiong Wang <jiong.wang@arm.com>
11207
11208 * aarch64-linux-nat.c
11209 (aarch64_linux_nat_target::read_description): Add pauth param.
11210 * aarch64-linux-tdep.c
11211 (aarch64_linux_core_read_description): Likewise.
11212 * aarch64-tdep.c (struct target_desc): Add in pauth.
11213 (aarch64_read_description): Add pauth param.
11214 (aarch64_gdbarch_init): Likewise.
11215 * aarch64-tdep.h (aarch64_read_description): Likewise.
11216 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11217 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11218 * features/Makefile: Add new files.
11219 * features/aarch64-pauth.c: New file.
11220 * features/aarch64-pauth.xml: New file.
11221
11222 2019-03-20 Tom Tromey <tromey@adacore.com>
11223
11224 * infrun.c (handle_inferior_event): Rename from
11225 handle_inferior_event_1. Create a scoped_value_mark.
11226 (handle_inferior_event): Remove.
11227
11228 2019-03-19 Tom Tromey <tromey@adacore.com>
11229
11230 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11231 * infrun.h (print_stop_event): Add "displays" parameter.
11232 * infrun.c (print_stop_event): Add "displays" parameter.
11233
11234 2019-03-19 Pedro Alves <palves@redhat.com>
11235
11236 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11237 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11238 to -1. Fix TABs vs spaces.
11239 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11240 * tui/tui-out.h (tui_ui_out) Add intro comments.
11241 <m_line, m_start_of_line>: In-class initialize, and add describing
11242 comment.
11243
11244 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11245
11246 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11247 variable names.
11248 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11249
11250 2019-03-18 Pedro Alves <palves@redhat.com>
11251 Eli Zaretskii <eliz@gnu.org>
11252
11253 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11254 m_line and m_start_of_line.
11255
11256 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11257
11258 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11259 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11260 it returns a newline. This fixes a regression in TU mode, whereby
11261 the next line is output on the same screen line as the user input.
11262
11263 2019-03-18 Tom Tromey <tromey@adacore.com>
11264
11265 * minsyms.c (minimal_symbol_reader::install): Remove call to
11266 obstack_blank.
11267
11268 2019-03-18 Pedro Alves <palves@redhat.com>
11269
11270 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11271 New globals.
11272 (apply_style): New, factored out from ...
11273 (apply_ansi_escape): ... this. Handle reverse video mode.
11274 (tui_set_reverse_mode): New function.
11275 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11276 * tui/tui-winsource.c (tui_show_source_line): Use
11277 tui_set_reverse_mode instead of setting A_STANDOUT.
11278 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11279 New setter methods.
11280
11281 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11282
11283 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11284 Handle tabs.
11285
11286 2019-03-18 Tom Tromey <tromey@adacore.com>
11287
11288 * ada-lang.c (empty_array): Add "high" parameter.
11289 (ada_evaluate_subexp): Update.
11290
11291 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11292
11293 * unittests/string_view-selftests.c: Define
11294 _initialize_string_view_selftests unconditionally.
11295
11296 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11297
11298 PR gdb/24350
11299 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11300
11301 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11302
11303 PR gdb/24351
11304 * windows-nat.c (display_selector): Fix format specifiers.
11305
11306 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11307
11308 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11309 tui_refill_source_window instead of tui_refresh_win, to update the
11310 current execution line. This fixes redisplay of the current line
11311 when stepping through the code with "next" or "step".
11312
11313 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11314
11315 * source-cache.c (source_cache::get_source_lines): Call
11316 find_source_lines to initialize s->nlines. This fixes vertical
11317 scrolling of TUI source window when the DOWN arrow is pressed.
11318
11319 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11320
11321 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11322 linux-thread-db.c (_initialize_thread_db): Likewise.
11323
11324 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11325
11326 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11327 wclrtoeol in tui_show_source_line". This reverts changes made in
11328 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11329
11330 2019-03-15 Tom Tromey <tom@tromey.com>
11331
11332 * symtab.h (struct minimal_symbol): Derive from
11333 general_symbol_info.
11334 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11335 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11336 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11337 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11338 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11339 (MSYMBOL_SEARCH_NAME): Update.
11340 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11341 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11342 * minsyms.c (minimal_symbol_reader::record_full): Update.
11343
11344 2019-03-15 Tom Tromey <tom@tromey.com>
11345
11346 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11347
11348 2019-03-15 Tom Tromey <tom@tromey.com>
11349
11350 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11351 unique_xmalloc_ptr.
11352 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11353 Update.
11354 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11355 (build_minimal_symbol_hash_tables)
11356 (minimal_symbol_reader::install): Update.
11357
11358 2019-03-15 Tom Tromey <tom@tromey.com>
11359
11360 * symtab.c (create_demangled_names_hash): Update.
11361 (symbol_set_names): Update.
11362 * objfiles.h (struct objfile_per_bfd_storage)
11363 <demangled_names_hash>: Now an htab_up.
11364 * objfiles.c (objfile_per_bfd_storage): Simplify.
11365
11366 2019-03-15 Tom Tromey <tom@tromey.com>
11367
11368 * objfiles.h (struct objfile_per_bfd_storage): Declare
11369 destructor.
11370 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11371 New.
11372 (get_objfile_bfd_data): Use new. Don't initialize
11373 language_of_main.
11374 (free_objfile_per_bfd_storage): Remove.
11375 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11376
11377 2019-03-15 Tom Tromey <tom@tromey.com>
11378
11379 * symfile.c (reread_symbols): Update.
11380 * objfiles.c (objfile::objfile): Update.
11381 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11382 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11383 comment.
11384 (minimal_symbol_reader::install): Update.
11385 (terminate_minimal_symbol_table): Remove.
11386 * jit.c (jit_object_close_impl): Update.
11387
11388 2019-03-15 Tom Tromey <tom@tromey.com>
11389
11390 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11391 initializations.
11392
11393 2019-03-15 Tom Tromey <tom@tromey.com>
11394
11395 * objfiles.h (struct objfile_per_bfd_storage)
11396 <demangled_hash_languages>: Now a bitset.
11397 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11398 (lookup_minimal_symbol): Update.
11399
11400 2019-03-15 Tom Tromey <tom@tromey.com>
11401
11402 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11403 Don't return the symbol.
11404 * coffread.c (record_minimal_symbol): Use record_full.
11405
11406 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11407
11408 The MS-Windows port of ncurses fails to switch to a color pair if
11409 one or both of the colors are the implicit default colors. This
11410 change records the default colors when TUI is initialized, and
11411 then specifies them explicitly when a color pair uses the default
11412 colors. This allows color styling in TUI mode on MS-Windows.
11413
11414 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11415 ncurses_norm_attr.
11416 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11417 colors in ncurses_norm_attr.
11418 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11419 "none", replace it with the default color recorded in
11420 ncurses_norm_attr.
11421
11422 2019-03-14 Tom Tromey <tromey@adacore.com>
11423
11424 * source-cache.h (class source_cache) <get_source_lines>: Return
11425 std::string.
11426 * source-cache.c (source_cache::extract_lines): Handle case where
11427 first_pos==npos. Return std::string.
11428 (source_cache::get_source_lines): Update.
11429
11430 2019-03-14 Tom Tromey <tromey@adacore.com>
11431
11432 * NEWS: Add item for "style sources" commands.
11433 * source-cache.c (source_cache::get_source_lines): Check
11434 source_styling.
11435 * cli/cli-style.c (source_styling): New global.
11436 (_initialize_cli_style): Add "style sources" commands.
11437 (show_style_sources): New function.
11438 * cli/cli-style.h (source_styling): Declare.
11439
11440 2019-03-14 Pedro Alves <palves@redhat.com>
11441 Tom Tromey <tromey@adacore.com>
11442
11443 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11444 * tui/tui-winsource.c (tui_refill_source_window): New function,
11445 from...
11446 (tui_horizontal_source_scroll): ... here. Move some logic.
11447 * cli/cli-style.c (set_style_enabled): Notify new observable.
11448 * tui/tui-hooks.c (tui_redisplay_source): New function.
11449 (tui_attach_detach_observers): Attach or detach
11450 tui_redisplay_source.
11451 * observable.h (source_styling_changed): New observable.
11452 * observable.c: Define source_styling_changed observable.
11453
11454 2019-03-13 Tom Tromey <tromey@adacore.com>
11455
11456 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11457 (i386_gnu_nat_target::store_registers): Update.
11458 * target-debug.h (target_debug_print_std_string): New macro.
11459 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11460 * windows-tdep.c (display_one_tib): Update.
11461 * tui/tui-stack.c (tui_make_status_line): Update.
11462 * top.c (print_inferior_quit_action): Update.
11463 * thread.c (thr_try_catch_cmd): Update.
11464 (add_thread_with_info): Update.
11465 (thread_target_id_str): Update.
11466 (thr_try_catch_cmd): Update.
11467 (thread_command): Update.
11468 (thread_find_command): Update.
11469 * record-btrace.c (record_btrace_target::info_record)
11470 (record_btrace_resume_thread, record_btrace_target::resume)
11471 (record_btrace_cancel_resume, record_btrace_step_thread)
11472 (record_btrace_target::wait, record_btrace_target::wait)
11473 (record_btrace_target::wait, record_btrace_target::stop): Update.
11474 * progspace.c (print_program_space): Update.
11475 * process-stratum-target.c
11476 (process_stratum_target::thread_address_space): Update.
11477 * linux-fork.c (linux_fork_mourn_inferior)
11478 (detach_checkpoint_command, info_checkpoints_command)
11479 (linux_fork_context): Update.
11480 (linux_fork_detach): Update.
11481 (class scoped_switch_fork_info): Update.
11482 (delete_checkpoint_command): Update.
11483 * infrun.c (follow_fork_inferior): Update.
11484 (follow_fork_inferior): Update.
11485 (proceed_after_vfork_done): Update.
11486 (handle_vfork_child_exec_or_exit): Update.
11487 (follow_exec): Update.
11488 (displaced_step_prepare_throw): Update.
11489 (displaced_step_restore): Update.
11490 (start_step_over): Update.
11491 (resume_1): Update.
11492 (clear_proceed_status_thread): Update.
11493 (proceed): Update.
11494 (print_target_wait_results): Update.
11495 (do_target_wait): Update.
11496 (context_switch): Update.
11497 (stop_all_threads): Update.
11498 (restart_threads): Update.
11499 (finish_step_over): Update.
11500 (handle_signal_stop): Update.
11501 (switch_back_to_stepped_thread): Update.
11502 (keep_going_pass_signal): Update.
11503 (print_exited_reason): Update.
11504 (normal_stop): Update.
11505 * inferior.c (inferior_pid_to_str): Change return type.
11506 (print_selected_inferior): Update.
11507 (add_inferior): Update.
11508 (detach_inferior): Update.
11509 * dummy-frame.c (fprint_dummy_frames): Update.
11510 * dcache.c (dcache_info_1): Update.
11511 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11512 (btrace_fetch, btrace_clear): Update.
11513 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11514 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11515 type.
11516 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11517 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11518 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11519 * gdbarch.c, gdbarch.h: Rebuild.
11520 * gdbarch.sh (core_pid_to_str): Change return type.
11521 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11522 return type.
11523 (windows_nat_target::pid_to_str): Change return type.
11524 (windows_delete_thread): Update.
11525 (windows_nat_target::attach): Update.
11526 (windows_nat_target::files_info): Update.
11527 * target-delegates.c: Rebuild.
11528 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11529 return type.
11530 (sol_thread_target::pid_to_str): Change return type.
11531 * remote.c (class remote_target) <pid_to_str>: Change return
11532 type.
11533 (remote_target::pid_to_str): Change return type.
11534 (extended_remote_target::attach, remote_target::remote_stop_ns)
11535 (remote_target::remote_notif_remove_queued_reply)
11536 (remote_target::push_stop_reply, remote_target::disable_btrace):
11537 Update.
11538 (extended_remote_target::attach): Update.
11539 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11540 type.
11541 (gdbsim_target::pid_to_str): Change return type.
11542 * ravenscar-thread.c (struct ravenscar_thread_target)
11543 <pid_to_str>: Change return type.
11544 (ravenscar_thread_target::pid_to_str): Change return type.
11545 * procfs.c (class procfs_target) <pid_to_str>: Change return
11546 type.
11547 (procfs_target::pid_to_str): Change return type.
11548 (procfs_target::attach): Update.
11549 (procfs_target::detach): Update.
11550 (procfs_target::fetch_registers): Update.
11551 (procfs_target::store_registers): Update.
11552 (procfs_target::wait): Update.
11553 (procfs_target::files_info): Update.
11554 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11555 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11556 return type.
11557 (nto_procfs_target::pid_to_str): Change return type.
11558 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11559 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11560 return type.
11561 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11562 (exit_lwp): Update.
11563 (attach_proc_task_lwp_callback, get_detach_signal)
11564 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11565 (linux_nat_target::resume, wait_lwp, stop_callback)
11566 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11567 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11568 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11569 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11570 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11571 type.
11572 (inf_ptrace_target::attach): Update.
11573 (inf_ptrace_target::files_info): Update.
11574 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11575 type.
11576 (go32_nat_target::pid_to_str): Change return type.
11577 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11578 (gnu_nat_target::wait): Update.
11579 (gnu_nat_target::wait): Update.
11580 (gnu_nat_target::resume): Update.
11581 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11582 (fbsd_nat_target::wait): Update.
11583 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11584 type.
11585 (darwin_nat_target::attach): Update.
11586 * corelow.c (class core_target) <pid_to_str>: Change return type.
11587 (core_target::pid_to_str): Change return type.
11588 * target.c (normal_pid_to_str): Change return type.
11589 (default_pid_to_str): Likewise.
11590 (target_pid_to_str): Change return type.
11591 (target_translate_tls_address): Update.
11592 (target_announce_detach): Update.
11593 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11594 return type.
11595 (bsd_uthread_target::pid_to_str): Change return type.
11596 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11597 type.
11598 (bsd_kvm_target::pid_to_str): Change return type.
11599 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11600 return type.
11601 (aix_thread_target::pid_to_str): Change return type.
11602 * target.h (struct target_ops) <pid_to_str>: Change return type.
11603 (target_pid_to_str, normal_pid_to_str): Likewise.
11604 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11605 type.
11606 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11607 type.
11608 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11609 return type.
11610 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11611 type.
11612 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11613 type.
11614 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11615 return type.
11616
11617 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11618
11619 * NEWS: Mention that the new default MI version is 3. Mention
11620 changes to the output of commands and events that deal with
11621 multi-location breakpoints.
11622 * breakpoint.c: Include "mi/mi-out.h".
11623 (print_one_breakpoint): Change output syntax if using MI version
11624 >= 3.
11625 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11626 New.
11627 (mi_multi_location_breakpoint_output_fixed): New.
11628 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11629 (mi_cmd_fix_multi_location_breakpoint_output): New.
11630 (mi_multi_location_breakpoint_output_fixed): New.
11631 * mi/mi-cmds.c (mi_cmds): Register command
11632 -fix-multi-location-breakpoint-output.
11633 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11634 interpreter "mi".
11635
11636 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11637
11638 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11639 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11640 instantiate mi_ui_out based on interpreter name.
11641 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11642 * mi/mi-main.c (mi_load_progress): Likewise.
11643
11644 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11645
11646 * NEWS: Combine separate "New targets" sections for 8.3.
11647
11648 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11649
11650 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11651 (ppcfbsd_init_abi): Install gdbarch
11652 "fetch_tls_load_module_address" and "get_thread_local_address"
11653 methods.
11654
11655 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11656
11657 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11658 (riscv_fbsd_init_abi): Install gdbarch
11659 "fetch_tls_load_module_address" and "get_thread_local_address"
11660 methods.
11661
11662 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11663
11664 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11665 (i386fbsd_init_abi): Install gdbarch
11666 "fetch_tls_load_module_address" and "get_thread_local_address"
11667 methods.
11668
11669 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11670
11671 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11672 (amd64fbsd_init_abi): Install gdbarch
11673 "fetch_tls_load_module_address" and "get_thread_local_address"
11674 methods.
11675
11676 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11677
11678 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11679 (struct fbsd_pspace_data): New type.
11680 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11681 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11682 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11683 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11684 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11685
11686 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11687
11688 * gdbtypes.c (lookup_struct_elt): New function.
11689 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11690 * gdbtypes.h (struct struct_elt): New type.
11691 (lookup_struct_elt): New prototype.
11692
11693 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11694
11695 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11696 remove disabled code block.
11697
11698 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11699
11700 * gdbarch.sh (get_thread_local_address): New method.
11701 * gdbarch.h, gdbarch.c: Regenerate.
11702 * target.c (target_translate_tls_address): Use
11703 gdbarch_get_thread_local_address if present instead of
11704 target::get_thread_local_address.
11705
11706 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11707
11708 * target.h (target::get_thread_local_address): Update comment.
11709
11710 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11711
11712 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11713 objfile->separate_debug_objfile_backlink if not NULL.
11714
11715 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11716
11717 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11718 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11719 (amd64bsd_store_inferior_registers): Likewise.
11720 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11721 Enable segment base registers.
11722 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11723 PT_GETFSBASE and PT_GETGSBASE.
11724 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11725 PT_SETGSBASE.
11726 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11727 segment base registers.
11728 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11729
11730 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11731
11732 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11733 Update calls to i386_target_description to add 'segments'
11734 parameter.
11735 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11736 add segment base registers.
11737 * arch/i386.c (i386_create_target_description): Add 'segments'
11738 parameter to enable segment base registers.
11739 * arch/i386.h (i386_create_target_description): Likewise.
11740 * features/i386/32bit-segments.xml: New file.
11741 * features/i386/32bit-segments.c: Generate.
11742 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11743 call to i386_target_description to add 'segments' parameter.
11744 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11745 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11746 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11747 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11748 if feature is present.
11749 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11750 Add 'segments' parameter to call to i386_target_description.
11751 (i386_target_description): Add 'segments' parameter to enable
11752 segment base registers.
11753 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11754 to call to i386_target_description.
11755 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11756 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11757 Define I386_NUM_REGS.
11758 (i386_target_description): Add 'segments' parameter to enable
11759 segment base registers.
11760
11761 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11762
11763 PR/24325
11764 * source-cache.c: #undef open and close, to avoid unresolved
11765 externals during linking.
11766
11767 2019-03-12 Tom Tromey <tromey@adacore.com>
11768
11769 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11770 const. Add initializers.
11771 (_initialize_remote): Don't initialize ptid globals.
11772
11773 2019-03-12 Pedro Alves <palves@redhat.com>
11774
11775 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11776
11777 2019-03-12 Pedro Alves <palves@redhat.com>
11778
11779 * cp-name-parser.y (main): Remove unused 'len' variable.
11780
11781 2019-03-12 Tom Tromey <tromey@adacore.com>
11782
11783 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11784 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11785
11786 2019-03-12 Tom Tromey <tromey@adacore.com>
11787
11788 * linux-nat.c (iterate_over_lwps): Update.
11789 (stop_callback): Remove parameter.
11790 (stop_wait_callback, detach_callback, resume_set_callback)
11791 (select_singlestep_lwp_callback, set_ignore_sigint)
11792 (status_callback, resumed_callback, resume_clear_callback)
11793 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11794 data parameter.
11795 (linux_nat_target::detach, linux_nat_target::resume)
11796 (linux_stop_and_wait_all_lwps, select_event_lwp)
11797 (linux_nat_filter_event, linux_nat_wait_1)
11798 (linux_nat_target::kill, linux_nat_target::stop)
11799 (linux_nat_target::stop): Update.
11800 (linux_nat_resume_callback): Change type.
11801 (resume_stopped_resumed_lwps, count_events_callback)
11802 (select_event_lwp_callback): Likewise.
11803 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11804 * arm-linux-nat.c (struct update_registers_data): Remove.
11805 (update_registers_callback): Change type.
11806 (arm_linux_insert_hw_breakpoint1): Update.
11807 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11808 parameter.
11809 (x86_linux_dr_set_addr): Update.
11810 (x86_linux_dr_set_control): Update.
11811 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11812 (iterate_over_lwps): Use gdb::function_view.
11813 * nat/aarch64-linux-hw-point.c (struct
11814 aarch64_dr_update_callback_param): Remove.
11815 (debug_reg_change_callback): Change type.
11816 (aarch64_notify_debug_reg_change): Update.
11817 * s390-linux-nat.c (s390_refresh_per_info): Update.
11818
11819 2019-03-11 Tom Tromey <tromey@adacore.com>
11820
11821 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11822 redundant assignment to "this_cu".
11823
11824 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11825
11826 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11827
11828 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11829
11830 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11831 from...
11832 (rank_one_type): ... this.
11833
11834 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11835
11836 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11837 from...
11838 (rank_one_type): ... this.
11839
11840 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11841
11842 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11843 from...
11844 (rank_one_type): ... this.
11845
11846 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11847
11848 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11849 from...
11850 (rank_one_type): ... this.
11851
11852 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11853
11854 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11855 from...
11856 (rank_one_type): ... this.
11857
11858 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11859
11860 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11861 from...
11862 (rank_one_type): ... this.
11863
11864 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11865
11866 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11867 from...
11868 (rank_one_type): ... this.
11869
11870 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11871
11872 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11873 from...
11874 (rank_one_type): ... this.
11875
11876 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11877
11878 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11879 from...
11880 (rank_one_type): ... this.
11881
11882 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11883
11884 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11885 from...
11886 (rank_one_type): ... this.
11887
11888 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11889
11890 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11891 from...
11892 (rank_one_type): ... this.
11893
11894 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11895
11896 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11897 from...
11898 (rank_one_type): ... this.
11899
11900 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11901
11902 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11903 inferior-events' shows the example events.
11904
11905 2019-03-08 Eli Zaretskii <eliz@gnu.org>
11906
11907 Support styling on native MS-Windows console
11908
11909 PR/24315
11910 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11911 on MS-Windows if $TERM is not defined.
11912
11913 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11914
11915 * posix-hdep.c (gdb_console_fputs):
11916 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11917 functions.
11918 * ui-file.h (gdb_console_fputs): Add prototype.
11919
11920 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11921 back to fputs only if the former returns zero.
11922
11923 2019-03-07 Tom Tromey <tom@tromey.com>
11924
11925 * symmisc.c (print_symbol_bcache_statistics): Update.
11926 (print_objfile_statistics): Update.
11927 * symfile.c (allocate_symtab): Update.
11928 * stabsread.c: Don't include bcache.h.
11929 * psymtab.h (struct psymbol_bcache): Don't declare.
11930 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11931 (psymbol_bcache_init, psymbol_bcache_free)
11932 (psymbol_bcache_get_bcache): Don't declare.
11933 * psymtab.c (struct psymbol_bcache): Remove.
11934 (psymtab_storage::psymtab_storage): Update.
11935 (psymtab_storage::~psymtab_storage): Update.
11936 (psymbol_bcache_init, psymbol_bcache_free)
11937 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11938 (add_psymbol_to_bcache): Update.
11939 (allocate_psymtab): Update.
11940 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11941 macro_cache>: No longer pointers.
11942 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11943 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11944 * macrotab.c (macro_bcache): Update.
11945 * macroexp.c: Don't include bcache.h.
11946 * gdbtypes.c (check_types_worklist): Update.
11947 (types_deeply_equal): Remove TRY/CATCH. Update.
11948 * elfread.c (elf_symtab_read): Update.
11949 * dwarf2read.c: Don't include bcache.h.
11950 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11951 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11952 (print_bcache_statistics, bcache_memory_used): Don't declare.
11953 (struct bcache): Move from bcache.c. Add constructor, destructor,
11954 methods. Rename all data members.
11955 * bcache.c (struct bcache): Move to bcache.h.
11956 (bcache::expand_hash_table): Rename from expand_hash_table.
11957 (bcache): Remove.
11958 (bcache::insert): Rename from bcache_full.
11959 (bcache::compare): Rename from bcache_compare.
11960 (bcache_xmalloc): Remove.
11961 (bcache::~bcache): Rename from bcache_xfree.
11962 (bcache::print_statistics): Rename from print_bcache_statistics.
11963 (bcache::memory_used): Rename from bcache_memory_used.
11964
11965 2019-03-07 Pedro Alves <palves@redhat.com>
11966
11967 * infrun.c (normal_stop): Also check for
11968 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11969
11970 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11971
11972 * f-lang.c (value_from_host_double): Moved to...
11973 * value.c (value_from_host_double): ...here.
11974 * value.h (value_from_host_double): Declare.
11975 * guile/scm-math.c (vlscm_convert_typed_number): Use
11976 value_from_host_double.
11977 (vlscm_convert_number): Likewise.
11978 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11979 * python/py-value.c (convert_value_from_python): Likewise.
11980
11981 2019-03-06 Tom Tromey <tom@tromey.com>
11982
11983 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11984
11985 2019-03-06 Tom Tromey <tom@tromey.com>
11986
11987 * utils.h (free_current_contents): Don't declare.
11988 * utils.c (free_current_contents): Remove.
11989
11990 2019-03-06 Tom Tromey <tom@tromey.com>
11991
11992 * top.c (quit_force): Update.
11993 * main.c (captured_command_loop): Update.
11994 * common/new-op.c (operator new): Update.
11995 * common/common-exceptions.c (struct catcher)
11996 <save_cleanup_chain>: Remove member.
11997 (exceptions_state_mc_init): Update.
11998 (exception_try_scope_entry): Return nullptr.
11999 (exception_try_scope_exit, exception_rethrow)
12000 (throw_exception_sjlj, throw_exception_cxx): Update.
12001 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12002 (all_cleanups, do_cleanups, discard_cleanups)
12003 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12004 (restore_cleanups, restore_final_cleanups): Don't declare.
12005 (do_final_cleanups): Remove parameter.
12006 * common/cleanups.c (cleanup_chain, make_cleanup)
12007 (make_cleanup_dtor, all_cleanups, do_cleanups)
12008 (discard_my_cleanups, discard_cleanups)
12009 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12010 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12011 (null_cleanup): Remove.
12012 (do_final_cleanups): Remove parameter.
12013
12014 2019-03-06 Tom Tromey <tom@tromey.com>
12015
12016 * remote.c (remote_target::remote_parse_stop_reply): Use
12017 unique_xmalloc_ptr.
12018
12019 2019-03-06 Tom Tromey <tom@tromey.com>
12020
12021 * stabsread.c (struct stabs_field_info): Rename from field_info.
12022 <list, fnlist>: Add initializers.
12023 <obstack>: New member.
12024 (read_member_functions, read_struct_fields, read_baseclasses):
12025 Allocate on obstack. Don't use cleanups.
12026 (read_one_struct_field, read_member_functions, read_struct_fields)
12027 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12028 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12029 (read_struct_type): Update.
12030
12031 2019-03-06 Tom Tromey <tom@tromey.com>
12032
12033 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12034 * common/filestuff.h (make_cleanup_close): Don't declare.
12035 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12036 Remove.
12037
12038 2019-03-06 Tom Tromey <tom@tromey.com>
12039
12040 * solib-aix.c: Use make_scope_exit.
12041
12042 2019-03-06 Tom Tromey <tom@tromey.com>
12043
12044 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12045 Use make_scope_exit.
12046
12047 2019-03-06 Tom Tromey <tom@tromey.com>
12048
12049 * solib-svr4.c (disable_probes_interface): Remove parameter.
12050 (svr4_handle_solib_event): Use make_scope_exit.
12051
12052 2019-03-06 Tom Tromey <tom@tromey.com>
12053
12054 * remote.c (struct stop_reply_deleter): Remove.
12055 (stop_reply_up): Update.
12056 (struct stop_reply): Derive from notif_event. Don't typedef.
12057 <regcache>: Now a std::vector.
12058 (stop_reply_xfree): Remove.
12059 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12060 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12061 (remote_target::discard_pending_stop_replies): Use delete.
12062 (remote_target::remote_parse_stop_reply): Update.
12063 (remote_target::process_stop_reply): Update.
12064 * remote-notif.h (struct notif_event): Add virtual destructor.
12065 Remove "dtr" member.
12066 (struct notif_client) <alloc_event>: Return a unique_ptr.
12067 (notif_event_xfree): Don't declare.
12068 (notif_event_up): New typedef.
12069 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12070 (notif_event_xfree, do_notif_event_xfree): Remove.
12071 (remote_notif_state_xfree): Update.
12072
12073 2019-03-06 Tom Tromey <tom@tromey.com>
12074
12075 * infrun.c (displaced_step_clear_cleanup): Now a
12076 forward_scope_exit type.
12077 (displaced_step_prepare_throw): Update.
12078 (displaced_step_fixup): Update.
12079
12080 2019-03-06 Tom Tromey <tom@tromey.com>
12081
12082 * inferior.h (class inferior): Update comment.
12083 * gdbthread.h (class thread_info): Update comment.
12084
12085 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12086 Tom Tromey <tom@tromey.com>
12087
12088 * stabsread.h (struct stab_section_list): Remove.
12089 (coffstab_build_psymtabs): Update.
12090 * dbxread.c (symbuf_sections): Now a std::vector.
12091 (sect_idx): New global.
12092 (fill_symbuf): Update.
12093 (coffstab_build_psymtabs): Change type of stabsects parameter.
12094 Update.
12095 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12096 std::vector.
12097 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12098 (coff_locate_sections): Update.
12099 (coff_symfile_read): Remove cleanups. Update.
12100 (init_stringtab): Add storage parameter.
12101 (free_stringtab, free_stringtab_cleanup): Remove.
12102 (init_lineno): Add storage parameter.
12103 (free_linetab, free_linetab_cleanup): Remove.
12104
12105 2019-03-06 Pedro Alves <palves@redhat.com>
12106
12107 * linux-fork.c (fork_info::clobber_regs): Delete.
12108 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12109 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12110 comment. Adjust.
12111 (scoped_switch_fork_info::scoped_switch_fork_info)
12112 (checkpoint_command, linux_fork_context): Adjust
12113 fork_save_infrun_state calls.
12114
12115 2019-03-06 Pedro Alves <palves@redhat.com>
12116
12117 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12118 (inf_has_multiple_threads): Return 'bool' and rewrite using
12119 inferior_info::threads().
12120
12121 2019-03-06 Pedro Alves <palves@redhat.com>
12122
12123 * linux-fork.c: Include <list>.
12124 (fork_list): Now a std::list instance.
12125 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12126 (forks_exist_p, find_last_fork): Adjust.
12127 (new_fork): Delete.
12128 (one_fork_p): New.
12129 (add_fork): Adjust.
12130 (free_fork): Delete, folded into fork_info::~fork_info().
12131 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12132 Adjust.
12133 (init_fork_list): Delete.
12134 (linux_fork_killall, linux_fork_mourn_inferior)
12135 (linux_fork_detach, info_checkpoints_command): Adjust.
12136 (_initialize_linux_fork): No longer call init_fork_list.
12137
12138 2019-03-06 Pedro Alves <palves@redhat.com>
12139
12140 * linux-fork.c (new_fork): New, split out of ...
12141 (add_fork): ... this. Return void. Move "first fork" special
12142 case from here, to ...
12143 (checkpoint_command): ... here.
12144 * linux-linux.h (add_fork): Return void.
12145
12146 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12147
12148 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12149
12150 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12151 Chris January <chris.january@arm.com>
12152 David Lecomber <david.lecomber@arm.com>
12153
12154 * f-exp.y: New token, UNOP_INTRINSIC.
12155 (exp): New pattern using UNOP_INTRINSIC token.
12156 (f77_keywords): Add 'abs' keyword.
12157 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12158 (value_from_host_double): New function.
12159 (evaluate_subexp_f): Support UNOP_ABS.
12160
12161 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12162
12163 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12164 types.
12165
12166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12167
12168 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12169 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12170 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12171
12172 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12173
12174 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12175
12176 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12177 Chris January <chris.january@arm.com>
12178
12179 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12180 * f-exp.y: Define 'KIND' token.
12181 (exp): New pattern for KIND expressions.
12182 (ptype): Handle types with a kind extension.
12183 (direct_abs_decl): Extend to spot kind extensions.
12184 (f77_keywords): Add 'kind' to the list.
12185 (push_kind_type): New function.
12186 (convert_to_kind_type): New function.
12187 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12188 * parse.c (operator_length_standard): Likewise.
12189 * parser-defs.h (enum type_pieces): Add tp_kind.
12190 * std-operator.def: Add UNOP_KIND.
12191
12192 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12193
12194 * f-exp.y (f_parse): Set yydebug.
12195
12196 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12197
12198 * f-lang.c (evaluate_subexp_f): New function.
12199 (exp_descriptor_f): New global.
12200 (f_language_defn): Use exp_descriptor_f instead of
12201 exp_descriptor_standard.
12202
12203 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12204
12205 * f-exp.y (struct token): Add comments.
12206 (dot_ops): Remove uppercase versions and the end marker.
12207 (f77_keywords): Likewise.
12208 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12209 entries in the dot_ops array are case insensitive, and use
12210 strncasecmp to compare strings. Also some whitespace cleanup in
12211 this area. Similar for the f77_keywords array, except entries in
12212 this list might be case sensitive.
12213
12214 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12215
12216 * f-exp.y (struct f77_boolean_val): Add comments.
12217 (boolean_values): Remove uppercase versions, and end marker.
12218 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12219 and use strncasecmp to achieve case insensitivity. Additionally,
12220 perform whitespace cleanup around this code.
12221
12222 2019-03-06 Tom Tromey <tromey@adacore.com>
12223
12224 * remote-sim.c (gdbsim_target_open): Use result of
12225 gdb_argv::release.
12226
12227 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12228 Dirk Schubert <dirk.schubert@arm.com>
12229 Chris January <chris.january@arm.com>
12230
12231 * eval.c (evaluate_subexp_standard): Call Fortran argument
12232 wrapping logic.
12233 * f-lang.c (struct value): A value which can be passed into a
12234 Fortran function call.
12235 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12236 where appropriate.
12237 (struct type): Value ready for a Fortran function call.
12238 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12239 is needed.
12240 * f-lang.h (fortran_argument_convert): Declaration.
12241 (fortran_preserve_arg_pointer): Declaration.
12242 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12243
12244 2019-03-05 Tom Tromey <tromey@adacore.com>
12245
12246 * python/py-prettyprint.c (print_string_repr): Remove #if.
12247 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12248
12249 2019-03-05 Tom Tromey <tromey@adacore.com>
12250
12251 * target.c (the_dummy_target): Move later. Change type to
12252 "dummy_target".
12253 (initialize_targets): Don't initialize the_dummy_target.
12254
12255 2019-03-05 Tom Tromey <tromey@adacore.com>
12256
12257 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12258 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12259
12260 2019-03-05 Tom Tromey <tromey@adacore.com>
12261
12262 * windows-nat.c (windows_nat_target::attach)
12263 (windows_nat_target::detach): Don't call gdb_flush.
12264 * valprint.c (generic_val_print, val_print, val_print_string):
12265 Don't call gdb_flush.
12266 * utils.c (defaulted_query): Don't call gdb_flush.
12267 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12268 * target.c (target_announce_detach): Don't call gdb_flush.
12269 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12270 * remote.c (extended_remote_target::attach): Don't call
12271 gdb_flush.
12272 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12273 * printcmd.c (do_examine): Don't call gdb_flush.
12274 (info_display_command): Don't call gdb_flush.
12275 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12276 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12277 * memattr.c (info_mem_command): Don't call gdb_flush.
12278 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12279 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12280 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12281 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12282 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12283 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12284 (gnu_nat_target::detach): Don't call gdb_flush.
12285 * f-valprint.c (f_val_print): Don't call gdb_flush.
12286 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12287 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12288 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12289 gdb_flush.
12290 * c-valprint.c (c_val_print): Don't call gdb_flush.
12291 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12292
12293 2019-03-05 Tom Tromey <tromey@adacore.com>
12294
12295 * varobj.c (update_dynamic_varobj_children): Update.
12296 (install_default_visualizer): Use reset, not release.
12297 * value.c (set_internalvar): Update.
12298 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12299 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12300 ATTRIBUTE_UNUSED_RESULT.
12301
12302 2019-03-05 Tom Tromey <tromey@adacore.com>
12303
12304 * remote.c (class scoped_remote_fd) <release>: Add
12305 ATTRIBUTE_UNUSED_RESULT.
12306
12307 2019-03-05 Tom Tromey <tromey@adacore.com>
12308
12309 * macroexp.c (struct macro_buffer) <release>: Add
12310 ATTRIBUTE_UNUSED_RESULT.
12311
12312 2019-03-05 Tom Tromey <tromey@adacore.com>
12313
12314 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12315 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12316 ATTRIBUTE_UNUSED_RESULT.
12317
12318 2019-03-05 Tom Tromey <tromey@adacore.com>
12319
12320 * common/scoped_fd.h (class scoped_fd) <release>: Add
12321 ATTRIBUTE_UNUSED_RESULT.
12322
12323 2019-03-05 Tom Tromey <tromey@adacore.com>
12324
12325 * parser-defs.h (struct parser_state) <release>: Add
12326 ATTRIBUTE_UNUSED_RESULT.
12327
12328 2019-03-05 Tom Tromey <tromey@adacore.com>
12329
12330 * utils.h (class gdb_argv) <release>: Add
12331 ATTRIBUTE_UNUSED_RESULT.
12332 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12333
12334 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12335
12336 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12337 for-loop range, to avoid compiler warnings.
12338
12339 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12340 avoid compiler warnings about unused variables.
12341
12342 * NEWS: Mention end of support for native debugging on MS-Windows
12343 before XP.
12344
12345 PR gdb/24292
12346 * common/netstuff.c:
12347 * gdbserver/gdbreplay.c
12348 * gdbserver/remote-utils.c:
12349 * ser-tcp.c:
12350 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12351 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12352 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12353 'getaddrinfo' and 'freeaddrinfo' were not available before
12354 Windows XP, and mingw.org's MinGW headers by default define
12355 _WIN32_WINNT to 0x500.
12356
12357 2019-03-01 Gary Benson <gbenson@redhat.com>
12358
12359 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12360
12361 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12362 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12363
12364 PR gdb/8527
12365 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12366 set_sigint_trap, clear_sigint_trap.
12367
12368 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12369
12370 * target.c (target_detach): Clear the regcache and the
12371 frame cache.
12372
12373 2019-02-27 Pedro Alves <palves@redhat.com>
12374
12375 * utils.c (set_screen_size): When we cap the height/width sizes,
12376 tweak the corresponding command variable to show "unlimited":
12377
12378 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12379 Pedro Alves <palves@redhat.com>
12380
12381 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12382 before calling rl_set_screen_size.
12383
12384 2019-02-27 Tom Tromey <tromey@adacore.com>
12385
12386 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12387 define.
12388 * python/py-value.c: Remove Python 2.4 workaround.
12389 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12390 workaround.
12391 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12392 Python 2.4 workaround.
12393 * python/python-internal.h: Remove Python 2.4 comment.
12394 (Py_ssize_t): Don't define.
12395 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12396 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12397 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12398 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12399 * python/python.c (do_start_initialization): Remove Python 2.4
12400 workaround.
12401 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12402 (print_children): Remove Python 2.4 workaround.
12403 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12404 workaround.
12405 (CHARBUFFERPROC_NAME): Remove.
12406 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12407 Python 2.4 workaround.
12408
12409 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12410
12411 * NEWS: Note minimum Python version.
12412
12413 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12414
12415 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12416 code from these functions. Remove corresponding ifdefs. Use
12417 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12418 Remove gotos and target of gotos.
12419 (infpy_search_memory): Likewise.
12420
12421 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12422
12423 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12424 (hppa_gdbarch_init): Don't register deleted functions with
12425 gdbarch.
12426
12427 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12428
12429 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12430 (h8300_unwind_sp): Delete.
12431 (h8300_dummy_id): Delete.
12432 (h8300_gdbarch_init): Don't register deleted functions with
12433 gdbarch.
12434
12435 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12436
12437 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12438 (ft32_unwind_pc): Delete.
12439 (ft32_unwind_sp): Delete.
12440 (ft32_gdbarch_init): Don't register deleted functions with
12441 gdbarch.
12442
12443 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12444
12445 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12446 (frv_unwind_pc): Delete.
12447 (frv_unwind_sp): Delete.
12448 (frv_gdbarch_init): Don't register deleted functions with
12449 gdbarch.
12450
12451 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12452
12453 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12454 (riscv_unwind_pc): Delete.
12455 (riscv_unwind_sp): Delete.
12456 (riscv_gdbarch_init): Don't register deleted functions with
12457 gdbarch.
12458
12459 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12460
12461 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12462 (csky_unwind_pc): Delete.
12463 (csky_unwind_sp): Delete.
12464 (csky_gdbarch_init): Don't register deleted functions with
12465 gdbarch.
12466
12467 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12468
12469 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12470 (cris_unwind_pc): Delete.
12471 (cris_unwind_sp): Delete.
12472 (cris_gdbarch_init): Don't register deleted functions with
12473 gdbarch.
12474
12475 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12476
12477 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12478 (bfin_unwind_pc): Delete.
12479 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12480
12481 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12482
12483 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12484 (arm_unwind_pc): Delete.
12485 (arm_unwind_sp): Delete.
12486 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12487
12488 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12489
12490 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12491 (arc_unwind_pc): Delete.
12492 (arc_unwind_sp): Delete.
12493 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12494
12495 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12496
12497 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12498 (alpha_unwind_pc): Delete.
12499 (alpha_gdbarch_init): Don't register deleted functions with
12500 gdbarch.
12501
12502 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12503
12504 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12505 (aarch64_unwind_pc): Delete.
12506 (aarch64_unwind_sp): Delete.
12507 (aarch64_gdbarch_init): Don't register deleted functions with
12508 gdbarch.
12509
12510 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12511
12512 * gdbtypes.c (type_align): Don't consider static members when
12513 computing structure alignment.
12514
12515 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12516
12517 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12518 return 0 for other types.
12519 * arch-utils.c (default_type_align): Always return 0.
12520 * gdbarch.h: Regenerate.
12521 * gdbarch.sh (type_align): Extend comment.
12522 * gdbtypes.c (type_align): Add additional comments, always call
12523 gdbarch_type_align before applying the default rules.
12524 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12525 generic code will then apply a suitable default.
12526 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12527 types, return 0 for other types.
12528
12529 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12530
12531 * NEWS: Create a new section for the next release branch.
12532 Rename the section of the current branch, now that it has
12533 been cut.
12534
12535 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12536
12537 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12538 * version.in: Bump version to 8.3.50.DATE-git.
12539
12540 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12541
12542 * aix-thread.c (ptid_cmp): Remove unused variable.
12543 (get_signaled_thread): Likewise.
12544 (store_regs_user_thread): Likewise.
12545 (store_regs_kernel_thread): Likewise.
12546 (fetch_regs_kernel_thread): Remove shadowed variable.
12547
12548 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12549
12550 * features/riscv/32bit-cpu.xml: Add register numbers.
12551 * features/riscv/32bit-fpu.c: Regenerate.
12552 * features/riscv/32bit-fpu.xml: Add register numbers.
12553 * features/riscv/64bit-cpu.xml: Add register numbers.
12554 * features/riscv/64bit-fpu.c: Regenerate.
12555 * features/riscv/64bit-fpu.xml: Add register numbers.
12556
12557 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12558
12559 * NEWS: Mention two argument form of gdb.Value constructor.
12560 * python/py-value.c (convert_buffer_and_type_to_value): New
12561 function.
12562 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12563 Add support for handling an optional second argument. Call
12564 convert_buffer_and_type_to_value as appropriate.
12565 * python/python-internal.h (Py_buffer_deleter): New struct.
12566 (Py_buffer_up): New typedef.
12567
12568 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12569
12570 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12571 instead of releasing ownership.
12572
12573 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12574
12575 * dwarf2read.c (open_and_init_dwp_file): Call
12576 elf_numsections instead of bfd_count_sections to initialize
12577 dwp_file->num_sections.
12578
12579 2019-02-25 Tom Tromey <tromey@adacore.com>
12580
12581 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12582
12583 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12584
12585 * gcore.in: Add '--readnever' option when invoking GDB.
12586
12587 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12588
12589 * MAINTAINERS: Update my email address.
12590
12591 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12592
12593 * build-id.c (build_id_to_debug_bfd_1): New function.
12594 (build_id_to_debug_bfd): Look for separate debug file in
12595 sysroot.
12596
12597 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12598
12599 * gdbarch.sh: Update the copyright year range that is placed into
12600 generated files.
12601
12602 2019-02-22 Keith Seitz <keiths@redhat.com>
12603
12604 PR symtab/23853
12605 * linespec.c (create_sals_line_offset): Search for the default
12606 symtab's filename instead of its fullname.
12607
12608 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12609
12610 * NEWS: Update style defaults.
12611
12612 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12613
12614 * main.c (captured_main_1): Disable styling in batch mode.
12615
12616 2019-02-20 Tom Tromey <tom@tromey.com>
12617
12618 * symtab.c (symtab_symbol_info): Fix typos.
12619
12620 2019-02-20 Tom Tromey <tromey@adacore.com>
12621
12622 * findcmd.c (_initialize_mem_search): Use upper case for
12623 metasyntactic variables.
12624
12625 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12626
12627 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12628 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12629
12630 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12631
12632 * top.h (source_file_name): Change to std::string.
12633 * top.c (source_file_name): Likewise.
12634 (command_line_input): Adjust.
12635 * cli/cli-script.c (script_from_file): Adjust.
12636
12637 2019-02-19 Tom Tromey <tromey@adacore.com>
12638
12639 * ravenscar-thread.c
12640 (ravenscar_thread_target::update_thread_list): Don't call
12641 ada_build_task_list.
12642 * ada-lang.h (ada_build_task_list): Don't declare.
12643 * ada-tasks.c (struct ada_tasks_inferior_data)
12644 <task_list_valid_p>: Now bool.
12645 (read_known_tasks, ada_task_list_changed)
12646 (ada_tasks_invalidate_inferior_data): Update.
12647 (read_known_tasks_array): Return bool.
12648 (read_known_tasks_list): Likewise.
12649 (read_known_tasks): Return void.
12650 (ada_build_task_list): Now static.
12651
12652 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12653
12654 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12655 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12656
12657 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12658
12659 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12660 variant for ada_tasks_pspace_data_handle and
12661 ada_tasks_inferior_data_handle.
12662 (ada_tasks_pspace_data_cleanup): New function.
12663 (ada_tasks_inferior_data_cleanup): New function.
12664
12665 2019-02-17 Tom Tromey <tom@tromey.com>
12666
12667 * macrotab.h (macro_source_fullname): Return a std::string.
12668 * macrotab.c (macro_include, check_for_redefinition)
12669 (macro_undef, macro_lookup_definition, foreach_macro)
12670 (foreach_macro_in_scope): Update.
12671 (macro_source_fullname): Return a std::string.
12672 * macrocmd.c (show_pp_source_pos): Update.
12673
12674 2019-02-17 Tom Tromey <tom@tromey.com>
12675
12676 * macrocmd.c (show_pp_source_pos): Style the file names.
12677
12678 2019-02-17 Tom Tromey <tom@tromey.com>
12679
12680 PR tui/24197:
12681 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12682
12683 2019-02-17 Tom Tromey <tom@tromey.com>
12684
12685 * ada-lang.c (user_select_syms): Use filtered printing.
12686 * utils.c (wrap_style): New global.
12687 (desired_style): Remove.
12688 (emit_style_escape): Add stream parameter.
12689 (set_output_style, reset_terminal_style, prompt_for_continue):
12690 Update.
12691 (flush_wrap_buffer): Only flush gdb_stdout.
12692 (wrap_here): Set wrap_style.
12693 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12694 treat escape sequences as a character. Change when wrap buffer is
12695 flushed.
12696 (fputs_styled): Do not set the output style when the default is
12697 requested.
12698 * ui-style.h (struct ui_file_style) <is_default>: New method.
12699 * source.c (print_source_lines_base): Emit escape sequences in one
12700 piece.
12701
12702 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12703
12704 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12705 integers and enumeration types.
12706
12707 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12708
12709 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12710 instead of lookup_symbol_in_language
12711 (do_exact_match): New function.
12712 (ada_get_symbol_name_matcher): Return do_exact_match when
12713 doing a verbatim match.
12714
12715 2019-02-15 Tom Tromey <tromey@adacore.com>
12716
12717 * ravenscar-thread.c (ravenscar_thread_target::resume)
12718 (ravenscar_thread_target::wait): Special case wildcard requests.
12719
12720 2019-02-15 Tom Tromey <tromey@adacore.com>
12721
12722 * ravenscar-thread.c (base_ptid): Remove.
12723 (struct ravenscar_thread_target) <close>: New method.
12724 <m_base_ptid>: New member.
12725 <update_inferior_ptid, active_task, task_is_currently_active,
12726 runtime_initialized>: Declare methods.
12727 <ravenscar_thread_target>: Add constructor.
12728 (ravenscar_thread_target::task_is_currently_active)
12729 (ravenscar_thread_target::update_inferior_ptid)
12730 (ravenscar_runtime_initialized): Rename. Now methods.
12731 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12732 (ravenscar_thread_target::update_thread_list): Update.
12733 (ravenscar_thread_target::active_task): Now method.
12734 (ravenscar_thread_target::store_registers)
12735 (ravenscar_thread_target::prepare_to_store)
12736 (ravenscar_thread_target::prepare_to_store)
12737 (ravenscar_thread_target::mourn_inferior): Update.
12738 (ravenscar_inferior_created): Use "new" to create target.
12739 (ravenscar_thread_target::get_ada_task_ptid): Update.
12740 (_initialize_ravenscar): Don't initialize base_ptid.
12741 (ravenscar_ops): Remove global.
12742
12743 2019-02-15 Tom Tromey <tromey@adacore.com>
12744
12745 * target.h (push_target): Declare new overload.
12746 * target.c (push_target): New overload, taking an rvalue reference.
12747 * remote.c (remote_target::open_1): Use push_target overload.
12748 * corelow.c (core_target_open): Use push_target overload.
12749
12750 2019-02-15 Tom Tromey <tromey@adacore.com>
12751
12752 * ravenscar-thread.c (is_ravenscar_task)
12753 (ravenscar_task_is_currently_active): Return bool.
12754 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12755 (_initialize_ravenscar): Remove "(void)".
12756 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12757 Return bool.
12758
12759 2019-02-15 Tom Tromey <tromey@adacore.com>
12760
12761 * ravenscar-thread.c (ravenscar_runtime_initializer)
12762 (has_ravenscar_runtime, get_running_thread_id)
12763 (ravenscar_thread_target::resume): Fix indentation.
12764
12765 2019-02-15 Tom Tromey <tromey@adacore.com>
12766
12767 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12768 from ravenscar_arch_ops.
12769 (sparc_ravenscar_ops::fetch_registers)
12770 (sparc_ravenscar_ops::store_registers): Now methods.
12771 (sparc_ravenscar_prepare_to_store): Remove.
12772 (sparc_ravenscar_ops): Redefine.
12773 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12774 methods and destructor. Remove members.
12775 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12776 (ravenscar_thread_target::store_registers)
12777 (ravenscar_thread_target::prepare_to_store): Update.
12778 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12779 Remove.
12780 (struct ppc_ravenscar_powerpc_ops): Derive from
12781 ravenscar_arch_ops.
12782 (ppc_ravenscar_powerpc_ops::fetch_registers)
12783 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12784 (ppc_ravenscar_powerpc_ops): Redefine.
12785 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12786 (ppc_ravenscar_e500_ops::fetch_registers)
12787 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12788 (ppc_ravenscar_e500_ops): Redefine.
12789 * aarch64-ravenscar-thread.c
12790 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12791 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12792 (aarch64_ravenscar_fetch_registers)
12793 (aarch64_ravenscar_store_registers): Now methods.
12794 (aarch64_ravenscar_ops): Redefine.
12795
12796 2019-02-15 Tom Tromey <tromey@adacore.com>
12797
12798 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12799 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12800 (ravenscar_thread_target::stopped_by_watchpoint)
12801 (ravenscar_thread_target::stopped_data_address)
12802 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12803
12804 2019-02-15 Tom Tromey <tromey@adacore.com>
12805
12806 * ravenscar-thread.c: Fix some typos.
12807
12808 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12809 Tom Tromey <tromey@adacore.com>
12810
12811 * ada-lang.c (ada_exception_sal): Change addr_string to a
12812 std::string.
12813 (create_ada_exception_catchpoint): Update.
12814
12815 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12816 Tom Tromey <tromey@adacore.com>
12817
12818 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12819 (bp_location_ops): Remove.
12820 (base_breakpoint_allocate_location): Update.
12821 (free_bp_location): Update.
12822 * ada-lang.c (class ada_catchpoint_location)
12823 <ada_catchpoint_location>: Remove ops parameter.
12824 (ada_catchpoint_location_dtor): Remove.
12825 (ada_catchpoint_location_ops): Remove.
12826 (allocate_location_exception): Update.
12827 * breakpoint.h (struct bp_location_ops): Remove.
12828 (class bp_location) <bp_location>: Remove bp_location_ops
12829 parameter.
12830 <~bp_location>: Add destructor.
12831 <ops>: Remove.
12832
12833 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12834 Pedro Alves <palves@redhat.com>
12835
12836 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12837 'PATH_MAX'.
12838
12839 2019-02-14 David Michael <fedora.dm0@gmail.com>
12840 Samuel Thibault <samuel.thibault@gnu.org>
12841 Thomas Schwinge <thomas@codesourcery.com>
12842
12843 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12844 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12845
12846 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12847
12848 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12849 (check_empty): Use "const char *".
12850
12851 * gnu-nat.c (gnu_nat_target::detach): Instead of
12852 'detach_inferior (pid)' call
12853 'detach_inferior (find_inferior_pid (pid))'.
12854
12855 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12856 'nat/fork-inferior.o'.
12857 * gnu-nat.c: #include "nat/fork-inferior.h".
12858
12859 * gnu-nat.c (gnu_nat_target::detach): Instead of
12860 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12861 * gnu-nat.h: #include "inf-child.h".
12862 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12863 'i386_gnu_nat_target::fetch_registers'.
12864 (gnu_store_registers): Rename/move to
12865 'i386_gnu_nat_target::store_registers'.
12866
12867 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12868 * gnu-nat.h (mach_thread_info): New function.
12869 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12870
12871 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12872
12873 2019-02-14 Frederic Konrad <konrad@adacore.com>
12874
12875 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12876
12877 2019-02-14 Joel Brobecker <brobecker@adacore.com>
12878
12879 * windows-nat.c (windows_add_thread): Add new parameter
12880 "main_thread_p" with default value set to false. Update
12881 function documentation as well as all callers.
12882 (windows_delete_thread): Likewise.
12883 (fake_create_process): Update call to windows_add_thread.
12884 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12885 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12886 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12887 call to windows_delete_thread.
12888
12889 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12890
12891 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12892
12893 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12894
12895 * symfile.c (find_separate_debug_file): Use canonical path of
12896 sysroot with child_path instead of gdb_sysroot if it is valid.
12897
12898 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12899
12900 * symfile.c (find_separate_debug_file): Use child_path to
12901 determine if an object file is under a sysroot.
12902
12903 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12904
12905 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12906 unittests/child-path-selftests.c.
12907 * common/pathstuff.c (child_path): New function.
12908 * common/pathstuff.h (child_path): New prototype.
12909 * unittests/child-path-selftests.c: New file.
12910
12911 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12912
12913 * symfile.c (find_separate_debug_file): Look for separate debug
12914 files in debug directories under the sysroot.
12915
12916 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12917
12918 * symtab.h (struct minimal_symbol data_p): New const method.
12919 (struct minimal_symbol text_p): Likewise.
12920 * symtab.c (output_source_filename): Use file name style
12921 to print file name.
12922 (print_symbol_info): Likewise.
12923 (print_msymbol_info): Use address style to print addresses.
12924 Use function name style to print executable text symbols.
12925 (expand_symtab_containing_pc): Use data_p.
12926 (find_pc_sect_compunit_symtab): Likewise.
12927
12928 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12929
12930 * breakpoint.c (describe_other_breakpoints): Use address style
12931 to print addresses.
12932 (say_where): Likewise.
12933
12934 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12935
12936 * ada-typeprint.c (print_func_type): Print function name
12937 style to print function name.
12938 * c-typeprint.c (c_print_type_1): Likewise.
12939
12940 2019-02-11 Alan Hayward <alan.hayward@arm.com>
12941
12942 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12943 for execve.
12944
12945 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12946
12947 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12948 type_stack.
12949
12950 2019-02-10 Joel Brobecker <brobecker@adacore.com>
12951
12952 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12953 TYPE_CODE_REF types.
12954
12955 2019-02-08 Jim Wilson <jimw@sifive.com>
12956
12957 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12958 (riscv_linux_fregset): New.
12959 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12960
12961 2019-02-07 Tom Tromey <tom@tromey.com>
12962
12963 * thread.c (thread_cancel_execution_command): Update.
12964 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12965 methods.
12966 (struct thread_fsm_ops): Remove.
12967 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12968 (thread_fsm_should_stop, thread_fsm_return_value)
12969 (thread_fsm_set_finished, thread_fsm_finished_p)
12970 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12971 Don't declare.
12972 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12973 * infrun.c (clear_proceed_status_thread)
12974 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12975 (print_stop_event): Update.
12976 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12977 Add constructor.
12978 (step_command_fsm_ops): Remove.
12979 (new_step_command_fsm): Remove.
12980 (step_1): Update.
12981 (step_command_fsm::should_stop): Rename from
12982 step_command_fsm_should_stop.
12983 (step_command_fsm::clean_up): Rename from
12984 step_command_fsm_clean_up.
12985 (step_command_fsm::do_async_reply_reason): Rename from
12986 step_command_fsm_async_reply_reason.
12987 (struct until_next_fsm): Inherit from thread_fsm. Add
12988 constructor.
12989 (until_next_fsm_ops): Remove.
12990 (new_until_next_fsm): Remove.
12991 (until_next_fsm::should_stop): Rename from
12992 until_next_fsm_should_stop.
12993 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12994 (until_next_fsm::do_async_reply_reason): Rename from
12995 until_next_fsm_async_reply_reason.
12996 (struct finish_command_fsm): Inherit from thread_fsm. Add
12997 constructor. Change type of breakpoint.
12998 (finish_command_fsm_ops): Remove.
12999 (new_finish_command_fsm): Remove.
13000 (finish_command_fsm::should_stop): Rename from
13001 finish_command_fsm_should_stop.
13002 (finish_command_fsm::clean_up): Rename from
13003 finish_command_fsm_clean_up.
13004 (finish_command_fsm::return_value): Rename from
13005 finish_command_fsm_return_value.
13006 (finish_command_fsm::do_async_reply_reason): Rename from
13007 finish_command_fsm_async_reply_reason.
13008 (finish_command): Update.
13009 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13010 Add constructor.
13011 (call_thread_fsm_ops): Remove.
13012 (call_thread_fsm::call_thread_fsm): Rename from
13013 new_call_thread_fsm.
13014 (call_thread_fsm::should_stop): Rename from
13015 call_thread_fsm_should_stop.
13016 (call_thread_fsm::should_notify_stop): Rename from
13017 call_thread_fsm_should_notify_stop.
13018 (run_inferior_call, call_function_by_hand_dummy): Update.
13019 * cli/cli-interp.c (should_print_stop_to_console): Update.
13020 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13021 Add constructor. Change type of location_breakpoint,
13022 caller_breakpoint.
13023 (until_break_fsm_ops): Remove.
13024 (new_until_break_fsm): Remove.
13025 (until_break_fsm::should_stop): Rename from
13026 until_break_fsm_should_stop.
13027 (until_break_fsm::clean_up): Rename from
13028 until_break_fsm_clean_up.
13029 (until_break_fsm::do_async_reply_reason): Rename from
13030 until_break_fsm_async_reply_reason.
13031 (until_break_command): Update.
13032 * thread-fsm.c: Remove.
13033 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13034
13035 2019-02-07 Tom Tromey <tom@tromey.com>
13036
13037 * yy-remap.h: Add include guard.
13038 * xtensa-tdep.h: Add include guard.
13039 * xcoffread.h: Rename include guard.
13040 * varobj-iter.h: Add include guard.
13041 * tui/tui.h: Rename include guard.
13042 * tui/tui-winsource.h: Rename include guard.
13043 * tui/tui-wingeneral.h: Rename include guard.
13044 * tui/tui-windata.h: Rename include guard.
13045 * tui/tui-win.h: Rename include guard.
13046 * tui/tui-stack.h: Rename include guard.
13047 * tui/tui-source.h: Rename include guard.
13048 * tui/tui-regs.h: Rename include guard.
13049 * tui/tui-out.h: Rename include guard.
13050 * tui/tui-layout.h: Rename include guard.
13051 * tui/tui-io.h: Rename include guard.
13052 * tui/tui-hooks.h: Rename include guard.
13053 * tui/tui-file.h: Rename include guard.
13054 * tui/tui-disasm.h: Rename include guard.
13055 * tui/tui-data.h: Rename include guard.
13056 * tui/tui-command.h: Rename include guard.
13057 * tic6x-tdep.h: Add include guard.
13058 * target/waitstatus.h: Rename include guard.
13059 * target/wait.h: Rename include guard.
13060 * target/target.h: Rename include guard.
13061 * target/resume.h: Rename include guard.
13062 * target-float.h: Rename include guard.
13063 * stabsread.h: Add include guard.
13064 * rs6000-tdep.h: Add include guard.
13065 * riscv-fbsd-tdep.h: Add include guard.
13066 * regformats/regdef.h: Rename include guard.
13067 * record.h: Rename include guard.
13068 * python/python.h: Rename include guard.
13069 * python/python-internal.h: Rename include guard.
13070 * python/py-stopevent.h: Rename include guard.
13071 * python/py-ref.h: Rename include guard.
13072 * python/py-record.h: Rename include guard.
13073 * python/py-record-full.h: Rename include guard.
13074 * python/py-record-btrace.h: Rename include guard.
13075 * python/py-instruction.h: Rename include guard.
13076 * python/py-events.h: Rename include guard.
13077 * python/py-event.h: Rename include guard.
13078 * procfs.h: Add include guard.
13079 * proc-utils.h: Add include guard.
13080 * p-lang.h: Add include guard.
13081 * or1k-tdep.h: Rename include guard.
13082 * observable.h: Rename include guard.
13083 * nto-tdep.h: Rename include guard.
13084 * nat/x86-linux.h: Rename include guard.
13085 * nat/x86-linux-dregs.h: Rename include guard.
13086 * nat/x86-gcc-cpuid.h: Add include guard.
13087 * nat/x86-dregs.h: Rename include guard.
13088 * nat/x86-cpuid.h: Rename include guard.
13089 * nat/ppc-linux.h: Rename include guard.
13090 * nat/mips-linux-watch.h: Rename include guard.
13091 * nat/linux-waitpid.h: Rename include guard.
13092 * nat/linux-ptrace.h: Rename include guard.
13093 * nat/linux-procfs.h: Rename include guard.
13094 * nat/linux-osdata.h: Rename include guard.
13095 * nat/linux-nat.h: Rename include guard.
13096 * nat/linux-namespaces.h: Rename include guard.
13097 * nat/linux-btrace.h: Rename include guard.
13098 * nat/glibc_thread_db.h: Rename include guard.
13099 * nat/gdb_thread_db.h: Rename include guard.
13100 * nat/gdb_ptrace.h: Rename include guard.
13101 * nat/fork-inferior.h: Rename include guard.
13102 * nat/amd64-linux-siginfo.h: Rename include guard.
13103 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13104 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13105 * nat/aarch64-linux.h: Rename include guard.
13106 * nat/aarch64-linux-hw-point.h: Rename include guard.
13107 * mn10300-tdep.h: Add include guard.
13108 * mips-linux-tdep.h: Add include guard.
13109 * mi/mi-parse.h: Rename include guard.
13110 * mi/mi-out.h: Rename include guard.
13111 * mi/mi-main.h: Rename include guard.
13112 * mi/mi-interp.h: Rename include guard.
13113 * mi/mi-getopt.h: Rename include guard.
13114 * mi/mi-console.h: Rename include guard.
13115 * mi/mi-common.h: Rename include guard.
13116 * mi/mi-cmds.h: Rename include guard.
13117 * mi/mi-cmd-break.h: Rename include guard.
13118 * m2-lang.h: Add include guard.
13119 * location.h: Rename include guard.
13120 * linux-record.h: Rename include guard.
13121 * linux-nat.h: Add include guard.
13122 * linux-fork.h: Add include guard.
13123 * i386-darwin-tdep.h: Rename include guard.
13124 * hppa-linux-offsets.h: Add include guard.
13125 * guile/guile.h: Rename include guard.
13126 * guile/guile-internal.h: Rename include guard.
13127 * gnu-nat.h: Rename include guard.
13128 * gdb-stabs.h: Rename include guard.
13129 * frv-tdep.h: Add include guard.
13130 * f-lang.h: Add include guard.
13131 * event-loop.h: Add include guard.
13132 * darwin-nat.h: Rename include guard.
13133 * cp-abi.h: Rename include guard.
13134 * config/sparc/nm-sol2.h: Rename include guard.
13135 * config/nm-nto.h: Rename include guard.
13136 * config/nm-linux.h: Add include guard.
13137 * config/i386/nm-i386gnu.h: Rename include guard.
13138 * config/djgpp/nl_types.h: Rename include guard.
13139 * config/djgpp/langinfo.h: Rename include guard.
13140 * compile/gcc-cp-plugin.h: Add include guard.
13141 * compile/gcc-c-plugin.h: Add include guard.
13142 * compile/compile.h: Rename include guard.
13143 * compile/compile-object-run.h: Rename include guard.
13144 * compile/compile-object-load.h: Rename include guard.
13145 * compile/compile-internal.h: Rename include guard.
13146 * compile/compile-cplus.h: Rename include guard.
13147 * compile/compile-c.h: Rename include guard.
13148 * common/xml-utils.h: Rename include guard.
13149 * common/x86-xstate.h: Rename include guard.
13150 * common/version.h: Rename include guard.
13151 * common/vec.h: Rename include guard.
13152 * common/tdesc.h: Rename include guard.
13153 * common/selftest.h: Rename include guard.
13154 * common/scoped_restore.h: Rename include guard.
13155 * common/scoped_mmap.h: Rename include guard.
13156 * common/scoped_fd.h: Rename include guard.
13157 * common/safe-iterator.h: Rename include guard.
13158 * common/run-time-clock.h: Rename include guard.
13159 * common/refcounted-object.h: Rename include guard.
13160 * common/queue.h: Rename include guard.
13161 * common/ptid.h: Rename include guard.
13162 * common/print-utils.h: Rename include guard.
13163 * common/preprocessor.h: Rename include guard.
13164 * common/pathstuff.h: Rename include guard.
13165 * common/observable.h: Rename include guard.
13166 * common/netstuff.h: Rename include guard.
13167 * common/job-control.h: Rename include guard.
13168 * common/host-defs.h: Rename include guard.
13169 * common/gdb_wait.h: Rename include guard.
13170 * common/gdb_vecs.h: Rename include guard.
13171 * common/gdb_unlinker.h: Rename include guard.
13172 * common/gdb_unique_ptr.h: Rename include guard.
13173 * common/gdb_tilde_expand.h: Rename include guard.
13174 * common/gdb_sys_time.h: Rename include guard.
13175 * common/gdb_string_view.h: Rename include guard.
13176 * common/gdb_splay_tree.h: Rename include guard.
13177 * common/gdb_setjmp.h: Rename include guard.
13178 * common/gdb_ref_ptr.h: Rename include guard.
13179 * common/gdb_optional.h: Rename include guard.
13180 * common/gdb_locale.h: Rename include guard.
13181 * common/gdb_assert.h: Rename include guard.
13182 * common/filtered-iterator.h: Rename include guard.
13183 * common/filestuff.h: Rename include guard.
13184 * common/fileio.h: Rename include guard.
13185 * common/environ.h: Rename include guard.
13186 * common/common-utils.h: Rename include guard.
13187 * common/common-types.h: Rename include guard.
13188 * common/common-regcache.h: Rename include guard.
13189 * common/common-inferior.h: Rename include guard.
13190 * common/common-gdbthread.h: Rename include guard.
13191 * common/common-exceptions.h: Rename include guard.
13192 * common/common-defs.h: Rename include guard.
13193 * common/common-debug.h: Rename include guard.
13194 * common/cleanups.h: Rename include guard.
13195 * common/buffer.h: Rename include guard.
13196 * common/btrace-common.h: Rename include guard.
13197 * common/break-common.h: Rename include guard.
13198 * cli/cli-utils.h: Rename include guard.
13199 * cli/cli-style.h: Rename include guard.
13200 * cli/cli-setshow.h: Rename include guard.
13201 * cli/cli-script.h: Rename include guard.
13202 * cli/cli-interp.h: Rename include guard.
13203 * cli/cli-decode.h: Rename include guard.
13204 * cli/cli-cmds.h: Rename include guard.
13205 * charset-list.h: Add include guard.
13206 * buildsym-legacy.h: Rename include guard.
13207 * bfin-tdep.h: Add include guard.
13208 * ax.h: Rename include guard.
13209 * arm-linux-tdep.h: Add include guard.
13210 * arm-fbsd-tdep.h: Add include guard.
13211 * arch/xtensa.h: Rename include guard.
13212 * arch/tic6x.h: Add include guard.
13213 * arch/i386.h: Add include guard.
13214 * arch/arm.h: Rename include guard.
13215 * arch/arm-linux.h: Rename include guard.
13216 * arch/arm-get-next-pcs.h: Rename include guard.
13217 * arch/amd64.h: Add include guard.
13218 * arch/aarch64-insn.h: Rename include guard.
13219 * arch-utils.h: Rename include guard.
13220 * annotate.h: Add include guard.
13221 * amd64-darwin-tdep.h: Rename include guard.
13222 * aarch64-linux-tdep.h: Add include guard.
13223 * aarch64-fbsd-tdep.h: Add include guard.
13224 * aarch32-linux-nat.h: Add include guard.
13225
13226 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13227
13228 * macrotab.c (macro_define_internal): New function that
13229 factorizes macro_define_object_internal and macro_define_function
13230 code.
13231 (macro_define_object_internal): Use macro_define_internal.
13232 (macro_define_function): Likewise.
13233
13234 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13235
13236 * macrocmd.c (extract_identifier): Return
13237 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13238 callers.
13239
13240 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13241
13242 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13243
13244 2019-02-05 Tom Tromey <tom@tromey.com>
13245
13246 * target.c (target_stack::unpush): Move assertion earlier.
13247
13248 2019-01-30 Tom Tromey <tom@tromey.com>
13249
13250 PR python/23615:
13251 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13252 (gdbpy_parse_and_eval): Likewise.
13253 * python/python-internal.h (gdbpy_allow_threads): New class.
13254
13255 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13256
13257 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13258 (aarch64_fbsd_fpregmap): Move earlier.
13259 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13260 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13261 instead of individual calls to trad_frame_set_reg_addr.
13262 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13263 earlier.
13264 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13265 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13266 instead of individual calls to trad_frame_set_reg_addr.
13267
13268 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13269
13270 * CONTRIBUTE: Replace contribution list with wiki link.
13271
13272 2019-01-25 Tom Tromey <tom@tromey.com>
13273
13274 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13275
13276 2019-01-25 Tom Tromey <tom@tromey.com>
13277
13278 * xtensa-linux-nat.c: Fix common/ includes.
13279 * xml-support.h: Fix common/ includes.
13280 * xml-support.c: Fix common/ includes.
13281 * x86-linux-nat.c: Fix common/ includes.
13282 * windows-nat.c: Fix common/ includes.
13283 * varobj.h: Fix common/ includes.
13284 * varobj.c: Fix common/ includes.
13285 * value.c: Fix common/ includes.
13286 * valops.c: Fix common/ includes.
13287 * utils.c: Fix common/ includes.
13288 * unittests/xml-utils-selftests.c: Fix common/ includes.
13289 * unittests/utils-selftests.c: Fix common/ includes.
13290 * unittests/unpack-selftests.c: Fix common/ includes.
13291 * unittests/tracepoint-selftests.c: Fix common/ includes.
13292 * unittests/style-selftests.c: Fix common/ includes.
13293 * unittests/string_view-selftests.c: Fix common/ includes.
13294 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13295 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13296 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13297 * unittests/rsp-low-selftests.c: Fix common/ includes.
13298 * unittests/parse-connection-spec-selftests.c: Fix common/
13299 includes.
13300 * unittests/optional-selftests.c: Fix common/ includes.
13301 * unittests/offset-type-selftests.c: Fix common/ includes.
13302 * unittests/observable-selftests.c: Fix common/ includes.
13303 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13304 * unittests/memrange-selftests.c: Fix common/ includes.
13305 * unittests/memory-map-selftests.c: Fix common/ includes.
13306 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13307 * unittests/function-view-selftests.c: Fix common/ includes.
13308 * unittests/environ-selftests.c: Fix common/ includes.
13309 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13310 * unittests/common-utils-selftests.c: Fix common/ includes.
13311 * unittests/cli-utils-selftests.c: Fix common/ includes.
13312 * unittests/array-view-selftests.c: Fix common/ includes.
13313 * ui-file.c: Fix common/ includes.
13314 * tui/tui-io.c: Fix common/ includes.
13315 * tracepoint.h: Fix common/ includes.
13316 * tracepoint.c: Fix common/ includes.
13317 * tracefile-tfile.c: Fix common/ includes.
13318 * top.h: Fix common/ includes.
13319 * top.c: Fix common/ includes.
13320 * thread.c: Fix common/ includes.
13321 * target/waitstatus.h: Fix common/ includes.
13322 * target/waitstatus.c: Fix common/ includes.
13323 * target.h: Fix common/ includes.
13324 * target.c: Fix common/ includes.
13325 * target-memory.c: Fix common/ includes.
13326 * target-descriptions.c: Fix common/ includes.
13327 * symtab.h: Fix common/ includes.
13328 * symfile.c: Fix common/ includes.
13329 * stap-probe.c: Fix common/ includes.
13330 * spu-linux-nat.c: Fix common/ includes.
13331 * sparc-nat.c: Fix common/ includes.
13332 * source.c: Fix common/ includes.
13333 * solib.c: Fix common/ includes.
13334 * solib-target.c: Fix common/ includes.
13335 * ser-unix.c: Fix common/ includes.
13336 * ser-tcp.c: Fix common/ includes.
13337 * ser-pipe.c: Fix common/ includes.
13338 * ser-base.c: Fix common/ includes.
13339 * selftest-arch.c: Fix common/ includes.
13340 * s12z-tdep.c: Fix common/ includes.
13341 * rust-exp.y: Fix common/ includes.
13342 * rs6000-aix-tdep.c: Fix common/ includes.
13343 * riscv-tdep.c: Fix common/ includes.
13344 * remote.c: Fix common/ includes.
13345 * remote-notif.h: Fix common/ includes.
13346 * remote-fileio.h: Fix common/ includes.
13347 * remote-fileio.c: Fix common/ includes.
13348 * regcache.h: Fix common/ includes.
13349 * regcache.c: Fix common/ includes.
13350 * record-btrace.c: Fix common/ includes.
13351 * python/python.c: Fix common/ includes.
13352 * python/py-type.c: Fix common/ includes.
13353 * python/py-inferior.c: Fix common/ includes.
13354 * progspace.h: Fix common/ includes.
13355 * producer.c: Fix common/ includes.
13356 * procfs.c: Fix common/ includes.
13357 * proc-api.c: Fix common/ includes.
13358 * printcmd.c: Fix common/ includes.
13359 * ppc-linux-nat.c: Fix common/ includes.
13360 * parser-defs.h: Fix common/ includes.
13361 * osdata.c: Fix common/ includes.
13362 * obsd-nat.c: Fix common/ includes.
13363 * nat/x86-linux.c: Fix common/ includes.
13364 * nat/x86-linux-dregs.c: Fix common/ includes.
13365 * nat/x86-dregs.h: Fix common/ includes.
13366 * nat/x86-dregs.c: Fix common/ includes.
13367 * nat/ppc-linux.c: Fix common/ includes.
13368 * nat/mips-linux-watch.h: Fix common/ includes.
13369 * nat/mips-linux-watch.c: Fix common/ includes.
13370 * nat/linux-waitpid.c: Fix common/ includes.
13371 * nat/linux-ptrace.h: Fix common/ includes.
13372 * nat/linux-ptrace.c: Fix common/ includes.
13373 * nat/linux-procfs.c: Fix common/ includes.
13374 * nat/linux-personality.c: Fix common/ includes.
13375 * nat/linux-osdata.c: Fix common/ includes.
13376 * nat/linux-namespaces.c: Fix common/ includes.
13377 * nat/linux-btrace.h: Fix common/ includes.
13378 * nat/linux-btrace.c: Fix common/ includes.
13379 * nat/fork-inferior.c: Fix common/ includes.
13380 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13381 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13382 * nat/aarch64-linux.c: Fix common/ includes.
13383 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13384 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13385 * namespace.h: Fix common/ includes.
13386 * mips-linux-tdep.c: Fix common/ includes.
13387 * minsyms.c: Fix common/ includes.
13388 * mi/mi-parse.h: Fix common/ includes.
13389 * mi/mi-main.c: Fix common/ includes.
13390 * mi/mi-cmd-env.c: Fix common/ includes.
13391 * memrange.h: Fix common/ includes.
13392 * memattr.c: Fix common/ includes.
13393 * maint.h: Fix common/ includes.
13394 * maint.c: Fix common/ includes.
13395 * main.c: Fix common/ includes.
13396 * machoread.c: Fix common/ includes.
13397 * location.c: Fix common/ includes.
13398 * linux-thread-db.c: Fix common/ includes.
13399 * linux-nat.c: Fix common/ includes.
13400 * linux-fork.c: Fix common/ includes.
13401 * inline-frame.c: Fix common/ includes.
13402 * infrun.c: Fix common/ includes.
13403 * inflow.c: Fix common/ includes.
13404 * inferior.h: Fix common/ includes.
13405 * inferior.c: Fix common/ includes.
13406 * infcmd.c: Fix common/ includes.
13407 * inf-ptrace.c: Fix common/ includes.
13408 * inf-child.c: Fix common/ includes.
13409 * ia64-linux-nat.c: Fix common/ includes.
13410 * i387-tdep.c: Fix common/ includes.
13411 * i386-tdep.c: Fix common/ includes.
13412 * i386-linux-tdep.c: Fix common/ includes.
13413 * i386-linux-nat.c: Fix common/ includes.
13414 * i386-go32-tdep.c: Fix common/ includes.
13415 * i386-fbsd-tdep.c: Fix common/ includes.
13416 * i386-fbsd-nat.c: Fix common/ includes.
13417 * guile/scm-type.c: Fix common/ includes.
13418 * guile/guile.c: Fix common/ includes.
13419 * go32-nat.c: Fix common/ includes.
13420 * gnu-nat.c: Fix common/ includes.
13421 * gdbthread.h: Fix common/ includes.
13422 * gdbarch-selftests.c: Fix common/ includes.
13423 * gdb_usleep.c: Fix common/ includes.
13424 * gdb_select.h: Fix common/ includes.
13425 * gdb_bfd.c: Fix common/ includes.
13426 * gcore.c: Fix common/ includes.
13427 * fork-child.c: Fix common/ includes.
13428 * findvar.c: Fix common/ includes.
13429 * fbsd-nat.c: Fix common/ includes.
13430 * event-top.c: Fix common/ includes.
13431 * event-loop.c: Fix common/ includes.
13432 * dwarf2read.c: Fix common/ includes.
13433 * dwarf2loc.c: Fix common/ includes.
13434 * dwarf2-frame.c: Fix common/ includes.
13435 * dwarf-index-cache.c: Fix common/ includes.
13436 * dtrace-probe.c: Fix common/ includes.
13437 * disasm-selftests.c: Fix common/ includes.
13438 * defs.h: Fix common/ includes.
13439 * csky-tdep.c: Fix common/ includes.
13440 * cp-valprint.c: Fix common/ includes.
13441 * cp-support.h: Fix common/ includes.
13442 * cp-support.c: Fix common/ includes.
13443 * corelow.c: Fix common/ includes.
13444 * completer.h: Fix common/ includes.
13445 * completer.c: Fix common/ includes.
13446 * compile/compile.c: Fix common/ includes.
13447 * compile/compile-loc2c.c: Fix common/ includes.
13448 * compile/compile-cplus-types.c: Fix common/ includes.
13449 * compile/compile-cplus-symbols.c: Fix common/ includes.
13450 * command.h: Fix common/ includes.
13451 * cli/cli-dump.c: Fix common/ includes.
13452 * cli/cli-cmds.c: Fix common/ includes.
13453 * charset.c: Fix common/ includes.
13454 * build-id.c: Fix common/ includes.
13455 * btrace.h: Fix common/ includes.
13456 * btrace.c: Fix common/ includes.
13457 * breakpoint.h: Fix common/ includes.
13458 * breakpoint.c: Fix common/ includes.
13459 * ax.h:
13460 (enum agent_op): Fix common/ includes.
13461 * ax-general.c (struct aop_map): Fix common/ includes.
13462 * ax-gdb.c: Fix common/ includes.
13463 * auxv.c: Fix common/ includes.
13464 * auto-load.c: Fix common/ includes.
13465 * arm-tdep.c: Fix common/ includes.
13466 * arch/riscv.c: Fix common/ includes.
13467 * arch/ppc-linux-common.c: Fix common/ includes.
13468 * arch/i386.c: Fix common/ includes.
13469 * arch/arm.c: Fix common/ includes.
13470 * arch/arm-linux.c: Fix common/ includes.
13471 * arch/arm-get-next-pcs.c: Fix common/ includes.
13472 * arch/amd64.c: Fix common/ includes.
13473 * arch/aarch64.c: Fix common/ includes.
13474 * arch/aarch64-insn.c: Fix common/ includes.
13475 * arch-utils.c: Fix common/ includes.
13476 * amd64-windows-tdep.c: Fix common/ includes.
13477 * amd64-tdep.c: Fix common/ includes.
13478 * amd64-sol2-tdep.c: Fix common/ includes.
13479 * amd64-obsd-tdep.c: Fix common/ includes.
13480 * amd64-nbsd-tdep.c: Fix common/ includes.
13481 * amd64-linux-tdep.c: Fix common/ includes.
13482 * amd64-linux-nat.c: Fix common/ includes.
13483 * amd64-fbsd-tdep.c: Fix common/ includes.
13484 * amd64-fbsd-nat.c: Fix common/ includes.
13485 * amd64-dicos-tdep.c: Fix common/ includes.
13486 * amd64-darwin-tdep.c: Fix common/ includes.
13487 * agent.c: Fix common/ includes.
13488 * ada-lang.h: Fix common/ includes.
13489 * ada-lang.c: Fix common/ includes.
13490 * aarch64-tdep.c: Fix common/ includes.
13491
13492 2019-01-25 Tom Tromey <tom@tromey.com>
13493
13494 * common/create-version.sh: Use common/version.h.
13495
13496 2019-01-24 Pedro Alves <palves@redhat.com>
13497
13498 * infrun.c (signal_stop, signal_print, signal_program)
13499 (signal_catch, signal_pass): Now arrays instead of pointers.
13500 (update_signals_program_target, do_target_resume)
13501 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13502 * linux-nat.c (linux_nat_target::pass_signals)
13503 (linux_nat_target::create_inferior, linux_nat_target::attach):
13504 Adjust.
13505 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13506 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13507 * procfs.c (procfs_target::pass_signals): Adjust.
13508 * record-full.c (record_full_target::resume): Adjust.
13509 * remote.c (remote_target::pass_signals)
13510 (remote_target::program_signals): Adjust.
13511 * target-debug.h (target_debug_print_signals): Now takes a
13512 gdb::array_view as parameter. Adjust.
13513 * target.h (target_ops) <pass_signals, program_signals>: Replace
13514 pointer and length parameters with gdb::array_view.
13515 (target_pass_signals, target_program_signals): Likewise.
13516 * target-delegates.c: Regenerate.
13517
13518 2019-01-24 Pedro Alves <palves@redhat.com>
13519
13520 * common/forward-scope-exit.h
13521 (forward_scope_exit::forward_scope_exit): Pass arguments to
13522 m_bind_function directly, instead of creating a std::bind and
13523 copying that.
13524
13525 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13526
13527 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13528 for static members.
13529 (pass_in_v_vfp_candidate): Likewise.
13530
13531 2019-01-23 Tom Tromey <tom@tromey.com>
13532 Pedro Alves <palves@redhat.com>
13533
13534 * regcache.c (class regcache_invalidator): Remove.
13535 (regcache::raw_write): Use make_scope_exit.
13536
13537 2019-01-23 Tom Tromey <tom@tromey.com>
13538
13539 * ui-out.h (class ui_out_emit_type): Update comment.
13540
13541 2019-01-23 Tom Tromey <tom@tromey.com>
13542
13543 * infrun.c (fetch_inferior_event): Update comment.
13544
13545 2019-01-23 Tom Tromey <tom@tromey.com>
13546 Pedro Alves <palves@redhat.com>
13547
13548 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13549 parameter.
13550 (fetch_inferior_event): Use SCOPE_EXIT.
13551
13552
13553 2019-01-23 Tom Tromey <tom@tromey.com>
13554 Pedro Alves <palves@redhat.com>
13555
13556 * infrun.c (disable_thread_events): Delete.
13557 (stop_all_threads): Use SCOPE_EXIT.
13558
13559 2019-01-23 Tom Tromey <tom@tromey.com>
13560 Pedro Alves <palves@redhat.com>
13561
13562 * symfile.c: Include forward-scope-exit.h.
13563 (clear_symtab_users_cleanup): Replace forward declaration with
13564 a FORWARD_SCOPE_EXIT.
13565 (syms_from_objfile_1): Use the forward_scope_exit and
13566 gdb::optional instead of cleanup_function.
13567 (reread_symbols): Use the forward_scope_exit instead of
13568 cleanup_function.
13569 (clear_symtab_users_cleanup): Remove function.
13570
13571 2019-01-23 Tom Tromey <tom@tromey.com>
13572 Pedro Alves <palves@redhat.com>
13573
13574 * linux-nat.c: Include scope-exit.h.
13575 (cleanup_target_stop): Remove.
13576 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13577 SCOPE_EXIT.
13578
13579 2019-01-23 Tom Tromey <tom@tromey.com>
13580 Pedro Alves <palves@redhat.com>
13581
13582 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13583 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13584
13585 2019-01-23 Tom Tromey <tom@tromey.com>
13586 Andrew Burgess <andrew.burgess@embecosm.com>
13587 Pedro Alves <palves@redhat.com>
13588
13589 * infrun.c (fetch_inferior_event): Use scope_exit.
13590 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13591 * top.c (execute_command): Use scope_exit.
13592 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13593 * utils.c (do_bpstat_clear_actions_cleanup)
13594 (make_bpstat_clear_actions_cleanup): Remove.
13595
13596 2019-01-23 Tom Tromey <tom@tromey.com>
13597 Pedro Alves <palves@redhat.com>
13598
13599 * infrun.c: Include "common/scope-exit.h"
13600 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13601 (wait_for_inferior): Use SCOPE_EXIT.
13602 (fetch_inferior_event): Use scope_exit.
13603
13604 2019-01-23 Tom Tromey <tom@tromey.com>
13605 Pedro Alves <palves@redhat.com>
13606
13607 * breakpoint.c (create_breakpoint): Remove cleanup.
13608
13609 2019-01-23 Tom Tromey <tom@tromey.com>
13610 Andrew Burgess <andrew.burgess@embecosm.com>
13611 Pedro Alves <palves@redhat.com>
13612
13613 2019-01-23 Pedro Alves <palves@redhat.com>
13614
13615 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13616
13617 2019-01-23 Pedro Alves <palves@redhat.com>
13618 Andrew Burgess <andrew.burgess@embecosm.com>
13619
13620 * gdbthread.h: Include "common/forward-scope-exit.h".
13621 (scoped_finish_thread_state): Redefine custom class in terms of
13622 forward_scope_exit.
13623
13624 2019-01-23 Pedro Alves <palves@redhat.com>
13625 Andrew Burgess <andrew.burgess@embecosm.com>
13626
13627 * common/forward-scope-exit.h: New file.
13628
13629 2019-01-23 Pedro Alves <palves@redhat.com>
13630 Andrew Burgess <andrew.burgess@embecosm.com>
13631 Tom Tromey <tom@tromey.com>
13632
13633 * common/scope-exit.h: New file.
13634
13635 2019-01-23 Pedro Alves <palves@redhat.com>
13636
13637 * common/preprocessor.h (ESC): Rename to ...
13638 (ESC_PARENS): ... this.
13639 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13640 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13641
13642 2019-01-23 Tom Tromey <tom@tromey.com>
13643
13644 * language.h (class scoped_switch_to_sym_language_if_auto):
13645 Initialize m_lang in both cases.
13646
13647 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13648
13649 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13650 with XCNEW.
13651
13652 2019-01-22 Tom Tromey <tom@tromey.com>
13653
13654 * corelow.c: Do not include sys/file.h.
13655
13656 2019-01-22 Tom Tromey <tom@tromey.com>
13657
13658 * tui/tui-wingeneral.h: Include gdb_curses.h.
13659
13660 2019-01-22 Tom Tromey <tom@tromey.com>
13661
13662 * source-cache.h (class source_cache) <get_source_lines,
13663 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13664
13665 2019-01-22 Tom Tromey <tom@tromey.com>
13666
13667 * remote-fileio.h (struct remote_target): Declare.
13668
13669 2019-01-22 Tom Tromey <tom@tromey.com>
13670
13671 * python/py-arch.c: Do not include py-ref.h.
13672 * python/py-bpevent.c: Do not include py-ref.h.
13673 * python/py-cmd.c: Do not include py-ref.h.
13674 * python/py-continueevent.c: Do not include py-ref.h.
13675 * python/py-event.h: Do not include py-ref.h.
13676 * python/py-evtregistry.c: Do not include py-ref.h.
13677 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13678 * python/py-frame.c: Do not include py-ref.h.
13679 * python/py-framefilter.c: Do not include py-ref.h.
13680 * python/py-function.c: Do not include py-ref.h.
13681 * python/py-infevents.c: Do not include py-ref.h.
13682 * python/py-linetable.c: Do not include py-ref.h.
13683 * python/py-objfile.c: Do not include py-ref.h.
13684 * python/py-param.c: Do not include py-ref.h.
13685 * python/py-prettyprint.c: Do not include py-ref.h.
13686 * python/py-progspace.c: Do not include py-ref.h.
13687 * python/py-symbol.c: Do not include py-ref.h.
13688 * python/py-symtab.c: Do not include py-ref.h.
13689 * python/py-type.c: Do not include py-ref.h.
13690 * python/py-unwind.c: Do not include py-ref.h.
13691 * python/py-utils.c: Do not include py-ref.h.
13692 * python/py-value.c: Do not include py-ref.h.
13693 * python/py-varobj.c: Do not include py-ref.h.
13694 * python/py-xmethods.c: Do not include py-ref.h.
13695 * python/python.c: Do not include py-ref.h.
13696 * varobj.c: Do not include py-ref.h.
13697
13698 2019-01-22 Tom Tromey <tom@tromey.com>
13699
13700 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13701 keyword for bcache.
13702
13703 2019-01-22 Tom Tromey <tom@tromey.com>
13704
13705 * compile/compile-cplus-types.c: Remove a comment by #include.
13706
13707 2019-01-22 Tom Tromey <tom@tromey.com>
13708
13709 * compile/gcc-c-plugin.h: Include compile-internal.h.
13710
13711 2019-01-22 Tom Tromey <tom@tromey.com>
13712
13713 * stabsread.c (EXTERN): Do not define.
13714 (symnum, next_symbol_text_func, processing_gcc_compilation)
13715 (within_function, global_sym_chain, global_stabs)
13716 (previous_stab_code, this_object_header_files)
13717 (n_this_object_header_files)
13718 (n_allocated_this_object_header_files): Define.
13719 * stabsread.h (EXTERN): Never define. Use "extern".
13720
13721 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13722
13723 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13724 history_value.
13725
13726 2019-01-21 Tom Tromey <tom@tromey.com>
13727
13728 * ui-out.c: Fix includes.
13729 * tui/tui-source.c: Fix includes.
13730 * target.c: Fix includes.
13731 * remote.c: Fix includes.
13732 * regcache.c: Fix includes.
13733 * python/py-block.c: Fix includes.
13734 * printcmd.c: Fix includes.
13735 * or1k-tdep.c: Fix includes.
13736 * mi/mi-main.c: Fix includes.
13737 * m32r-tdep.c: Fix includes.
13738 * csky-tdep.c: Fix includes.
13739 * compile/compile-cplus-types.c: Fix includes.
13740 * cli/cli-interp.c: Fix includes.
13741
13742 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13743
13744 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13745 for padding.
13746
13747 2019-01-16 Tom Tromey <tom@tromey.com>
13748
13749 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13750 earlier.
13751 (struct objfile) <msymbols_range>: Move from top level.
13752 <msymbols>: New method.
13753 (class objfile_msymbols): Remove.
13754 * symtab.c (default_collect_symbol_completion_matches_break_on):
13755 Update.
13756 * symmisc.c (dump_msymbols): Update.
13757 * stabsread.c (scan_file_globals): Update.
13758 * objc-lang.c (info_selectors_command, info_classes_command)
13759 (find_methods): Update.
13760 * minsyms.c (find_solib_trampoline_target): Update.
13761 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13762 * coffread.c (coff_symfile_read): Update.
13763 * ada-lang.c (ada_lookup_simple_minsym)
13764 (ada_collect_symbol_completion_matches): Update.
13765
13766 2019-01-16 Tom Tromey <tom@tromey.com>
13767
13768 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13769 type. Remove no-argument constructor.
13770 <iterator::operator++>: Simplify.
13771 <begin>: Update.
13772 <end>: Use minimal_symbol_count.
13773
13774 2019-01-16 Tom Tromey <tom@tromey.com>
13775
13776 * objfiles.h (struct objfile) <psymtabs>: New method.
13777 (class objfile_psymtabs): Remove.
13778 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13779 typedef.
13780 <range>: New method.
13781 (require_partial_symbols): Change return type.
13782 * psymtab.c (require_partial_symbols)
13783 (psym_expand_symtabs_matching): Update.
13784 * mdebugread.c (parse_partial_symbols): Update.
13785 * dbxread.c (dbx_end_psymtab): Update.
13786
13787 2019-01-15 Tom Tromey <tom@tromey.com>
13788
13789 * symtab.c (lookup_objfile_from_block)
13790 (lookup_symbol_in_objfile_symtabs)
13791 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13792 (find_line_symtab, info_sources_command)
13793 (default_collect_symbol_completion_matches_break_on)
13794 (make_source_files_completion_list): Update.
13795 * symmisc.c (print_objfile_statistics, dump_objfile)
13796 (maintenance_print_symbols, maintenance_info_symtabs)
13797 (maintenance_check_symtabs, maintenance_info_line_tables):
13798 Update.
13799 * source.c (select_source_symtab)
13800 (forget_cached_source_info_for_objfile): Update.
13801 * objfiles.h (class objfile_compunits): Remove.
13802 (struct objfile) <compunits_range>: New typedef.
13803 (compunits): New method.
13804 * objfiles.c (objfile_relocate1): Update.
13805 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13806 * maint.c (count_symtabs_and_blocks): Update.
13807 * linespec.c (iterate_over_all_matching_symtabs): Update.
13808 * cp-support.c (add_symbol_overload_list_qualified): Update.
13809 * coffread.c (coff_symtab_read): Update.
13810 * ada-lang.c (add_nonlocal_symbols)
13811 (ada_collect_symbol_completion_matches)
13812 (ada_add_global_exceptions): Update.
13813
13814 2019-01-15 Tom Tromey <tom@tromey.com>
13815
13816 * progspace.h (program_space) <objfiles_safe_range>: New
13817 typedef.
13818 <objfiles_safe>: New method.
13819 * objfiles.h (class all_objfiles_safe): Remove.
13820 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13821 * jit.c (jit_inferior_exit_hook): Update.
13822
13823 2019-01-17 Tom Tromey <tom@tromey.com>
13824
13825 * progspace.h (program_space) <objfiles_range>: New typedef.
13826 <objfiles>: New method.
13827 <objfiles_head>: Rename from objfiles.
13828 (object_files): Update.
13829 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13830 * guile/scm-pretty-print.c
13831 (ppscm_find_pretty_printer_from_objfiles): Update.
13832 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13833 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13834 Update.
13835 * python/py-progspace.c (pspy_get_objfiles): Update.
13836 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13837 Update.
13838 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13839 (objfpy_lookup_objfile_by_build_id): Update.
13840 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13841 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13842 Update.
13843 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13844 (expand_symtab_containing_pc, lookup_objfile_from_block)
13845 (lookup_static_symbol, basic_lookup_transparent_type)
13846 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13847 (find_line_symtab, info_sources_command)
13848 (default_collect_symbol_completion_matches_break_on)
13849 (make_source_files_completion_list, find_main_name): Update.
13850 * symmisc.c (print_symbol_bcache_statistics)
13851 (print_objfile_statistics, maintenance_print_symbols)
13852 (maintenance_print_msymbols, maintenance_print_objfiles)
13853 (maintenance_info_symtabs, maintenance_check_symtabs)
13854 (maintenance_expand_symtabs, maintenance_info_line_tables):
13855 Update.
13856 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13857 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13858 (map_overlay_command, unmap_overlay_command)
13859 (simple_overlay_update, expand_symtabs_matching)
13860 (map_symbol_filenames): Update.
13861 * symfile-debug.c (set_debug_symfile): Update.
13862 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13863 Update.
13864 * source.c (select_source_symtab, forget_cached_source_info):
13865 Update.
13866 * solib.c (solib_read_symbols): Update.
13867 * solib-spu.c (append_ocl_sos): Update.
13868 * psymtab.c (maintenance_print_psymbols)
13869 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13870 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13871 * printcmd.c (info_symbol_command): Update.
13872 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13873 Update.
13874 * objfiles.h (class all_objfiles): Remove.
13875 * objfiles.c (have_partial_symbols, have_full_symbols)
13876 (have_minimal_symbols, qsort_cmp, update_section_map)
13877 (shared_objfile_contains_address_p)
13878 (default_iterate_over_objfiles_in_search_order): Update.
13879 * objc-lang.c (info_selectors_command, info_classes_command)
13880 (find_methods): Update.
13881 * minsyms.c (find_solib_trampoline_target): Update.
13882 * maint.c (maintenance_info_sections)
13883 (maintenance_translate_address, count_symtabs_and_blocks):
13884 Update.
13885 * main.c (captured_main_1): Update.
13886 * linux-thread-db.c (try_thread_db_load_from_pdir)
13887 (has_libpthread): Update.
13888 * linespec.c (iterate_over_all_matching_symtabs)
13889 (search_minsyms_for_name): Update.
13890 * jit.c (jit_find_objf_with_entry_addr): Update.
13891 * hppa-tdep.c (find_unwind_entry)
13892 (hppa_lookup_stub_minimal_symbol): Update.
13893 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13894 Update.
13895 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13896 (elf_gnu_ifunc_resolve_by_got): Update.
13897 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13898 * dwarf-index-write.c (save_gdb_index_command): Update.
13899 * cp-support.c (add_symbol_overload_list_qualified): Update.
13900 * breakpoint.c (create_overlay_event_breakpoint)
13901 (create_longjmp_master_breakpoint)
13902 (create_std_terminate_master_breakpoint)
13903 (create_exception_master_breakpoint): Update.
13904 * blockframe.c (find_pc_partial_function): Update.
13905 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13906 (ada_collect_symbol_completion_matches)
13907 (ada_add_global_exceptions): Update.
13908
13909 2019-01-17 Tom Tromey <tom@tromey.com>
13910
13911 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13912 declare VEC.
13913 (solib_target_parse_libraries): Change return type.
13914 (library_list_start_segment, library_list_start_section)
13915 (library_list_end_library, library_list_start_library); Update.
13916 (solib_target_free_library_list): Remove.
13917 (solib_target_parse_libraries): Remove cleanup. Change return
13918 type.
13919 (solib_target_current_sos): Update.
13920
13921 2019-01-17 Tom Tromey <tromey@bapiya>
13922
13923 * valprint.c: Replace "the the" with "the".
13924 * symtab.c: Replace "the the" with "the".
13925 * solib.c: Replace "the the" with "the".
13926 * solib-dsbt.c: Replace "the the" with "the".
13927 * linespec.c: Replace "the the" with "the".
13928 * dwarf2loc.h: Replace "the the" with "the".
13929 * amd64-windows-tdep.c: Replace "the the" with "the".
13930 * aarch64-tdep.c: Replace "the the" with "the".
13931
13932 2019-01-16 Keith Seitz <keiths@redhat.com>
13933
13934 PR gdb/23773
13935 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13936 <builder>: Rename to ..
13937 <m_builder>: ... this and make private.
13938 (dwarf2_cu::get_builder): New method. Change all users of
13939 `builder' to use this method.
13940 (dwarf2_start_symtab): Move to ...
13941 (dwarf2_cu::start_symtab): ... here. Update all callers
13942 (setup_type_unit_groups): Move to ...
13943 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13944 callers.
13945 (dwarf2_cu::reset_builder): New method.
13946 (process_full_compunit, process_full_type_unit): Use
13947 dwarf2_cu::reset_builder.
13948 (follow_die_offset): Record the ancestor CU if it is different
13949 from the followed DIE's CU.
13950 (follow_die_sig_1): Likewise.
13951
13952 2019-01-15 Tom Tromey <tom@tromey.com>
13953
13954 * remote.c (class remote_state) <buf>: Now a char_vector.
13955 <buf_size>: Remove.
13956 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13957 parameter.
13958 (remote_target::getpkt_or_notif_sane_1)
13959 (remote_target::getpkt_sane)
13960 (remote_target::getpkt_or_notif_sane): Likewise.
13961 (class remote_target) <putpkt>: New overload.
13962 (remote_target::read_frame): Change type of "buf_p". Remove
13963 sizeof_p parameter.
13964 (packet_ok): New overload.
13965 (packet_check_result): New overload.
13966 Update all uses.
13967
13968 2019-01-14 Tom Tromey <tom@tromey.com>
13969
13970 * remote-notif.c (handle_notification, remote_notif_ack)
13971 (remote_notif_parse): Make "buf" const.
13972 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13973 const.
13974 (remote_notif_parse, remote_notif_ack, handle_notification):
13975 Likewise.
13976 * remote.c (remote_notif_stop_parse): Make "buf" const.
13977 (remote_target::remote_parse_stop_reply): Make "buf" const.
13978 (remote_notif_stop_ack): Make "buf" const.
13979
13980 2019-01-14 Tom Tromey <tom@tromey.com>
13981
13982 * remote.c (remote_console_output): Make parameter const.
13983
13984 2019-01-14 Tom Tromey <tom@tromey.com>
13985
13986 * target-debug.h (target_debug_print_signals): Constify.
13987 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13988 * procfs.c (procfs_target::pass_signals): Update.
13989 * linux-nat.c (linux_nat_target::pass_signals): Update.
13990 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13991 * target-delegates.c: Rebuild.
13992 * remote.c (remote_target::program_signals): Update.
13993 (remote_target::pass_signals): Update.
13994 * target.c (target_pass_signals): Constify argument.
13995 (target_program_signals): Likewise.
13996 * target.h (struct target_ops) <pass_signals, program_signals>:
13997 Constify argument.
13998 (target_pass_signals, target_program_signals): Constify argument.
13999
14000 2019-01-14 Tom Tromey <tom@tromey.com>
14001
14002 PR tui/28819:
14003 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14004
14005 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14006
14007 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14008 field.
14009 * rs6000-tdep.c: Include reggroups.h.
14010 (IS_V_ALIAS_PSEUDOREG): Define.
14011 (rs6000_register_name): Return names for the "vX" aliases.
14012 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14013 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14014 aliases. Call default_register_reggroup_p for all other
14015 pseudo-registers.
14016 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14017 New functions.
14018 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14019 Handle "vX" aliases.
14020 (v_alias_pseudo_register_collect): New function.
14021 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14022 (rs6000_gdbarch_init): Initialize "vX" aliases as
14023 pseudo-registers. Restore registration of
14024 rs6000_pseudo_register_reggroup_p with
14025 set_tdesc_pseudo_register_reggroup_p.
14026
14027 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14028
14029 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14030 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14031 set_gdbarch_num_pseudo_regs.
14032
14033 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14034
14035 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14036 Remove arg prefixname, add do_set and do_show.
14037 Add member functions set_list and show_list.
14038 * cli/cli-style.c (class cli_style_option): Update accordingly.
14039 (style_set_list): Move to file scope.
14040 (style_show_list): Likewise.
14041 (set_style): Call help_list.
14042 (show_style): Call cmd_show_list.
14043 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14044 Update to use the new macro.
14045
14046 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14047
14048 * ada-lang.c (_initialize_ada_language): Expand the help text
14049 for the "catch exception" command.
14050
14051 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14052
14053 * symtab.c (matching_obj_sections): Initialize obj,
14054 declare it closer to its usage.
14055
14056 2019-01-10 Tom Tromey <tom@tromey.com>
14057
14058 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14059 (basic_inf_threads_range): Remove.
14060 (inf_threads_range, inf_non_exited_threads_range)
14061 (safe_inf_threads_range): Use next_adapter.
14062
14063 2019-01-10 Keith Seitz <keiths@redhat.com>
14064
14065 PR gdb/23712
14066 PR symtab/23010
14067 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14068 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14069
14070 2019-01-10 Keith Seitz <keiths@redhat.com>
14071
14072 PR gdb/23712
14073 PR symtab/23010
14074 * dictionary.c (pending_to_vector): Remove.
14075 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14076 Remove _1 suffix, replacing functions of the same name. Update
14077 all callers.
14078 (dict_create_hashed, dict_create_hashed_expandable)
14079 (dict_create_linear, dict_create_linear_expandable, dict_free)
14080 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14081 Make functions static.
14082
14083 2019-01-10 Keith Seitz <keiths@redhat.com>
14084
14085 PR gdb/23712
14086 PR symtab/23010
14087 * dictionary.h (struct dictionary): Replace declaration with
14088 multidictionary.
14089 (dict_create_hashed, dict_create_hashed_expandable)
14090 (dict_create_linear, dict_create_linear_expandable)
14091 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14092 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14093 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14094 taking multidictionary argument.
14095 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14096 * block.h (struct block) <dict>: Change to multidictionary
14097 and rename `multidict'.
14098 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14099 symmisc.c: Update all dictionary references to multidictionary.
14100
14101 2019-01-10 Keith Seitz <keiths@redhat.com>
14102
14103 PR gdb/23712
14104 PR symtab/23010
14105 * dictionary.c: Include unordered_map.
14106 (pending_to_vector): New function.
14107 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14108 Rewrite the non-"_1" functions to take vector instead
14109 of linked list.
14110 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14111 "new" _1 versions of the same name.
14112 (multidictionary): Define.
14113 (std::hash<enum language): New definition.
14114 (collate_pending_symbols_by_language, mdict_create_hashed)
14115 (mdict_create_hashed_expandable, mdict_create_linear)
14116 (mdict_create_linear_expandable, mdict_free)
14117 (find_language_dictionary, create_new_language_dictionary)
14118 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14119 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14120 (mdict_size, mdict_empty): New functions.
14121 * dictionary.h (mdict_iterator): Define.
14122
14123 2019-01-10 Pedro Alves <palves@redhat.com>
14124
14125 * breakpoint.c (read_uploaded_action)
14126 (create_tracepoint_from_upload): Adjust to use
14127 gdb::unique_xmalloc_ptr.
14128 * ctf.c (ctf_write_uploaded_tp):
14129 (SET_ARRAY_FIELD): Use emplace_back.
14130 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14131 * tracefile-tfile.c (tfile_write_uploaded_tp):
14132 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14133 gdb::unique_xmalloc_ptr.
14134 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14135 at_string, cond_string, cmd_strings>: Replace char pointers
14136 with gdb::unique_xmalloc_ptr.
14137
14138 2019-01-10 Pedro Alves <palves@redhat.com>
14139
14140 * solib-target.c (library_list_start_library): Don't xstrdup name.
14141
14142 2019-01-10 Pedro Alves <palves@redhat.com>
14143
14144 * mdebugread.c (parse_partial_symbols): Use
14145 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14146
14147 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14148
14149 * linux-fork.c (scoped_switch_fork_info)
14150 <~scoped_switch_fork_info>: Fix incorrect variable name.
14151
14152 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14153
14154 * linux-fork.c (scoped_switch_fork_info)
14155 <scoped_switch_fork_info>: Make explicit.
14156 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14157
14158 2019-01-10 Tom Tromey <tom@tromey.com>
14159
14160 * objfiles.h (objfile::reset_psymtabs): Update.
14161 * objfiles.c (objfile::objfile): Update.
14162 * psymtab.h (psymtab_storage::obstack): Update.
14163 (psymtab_storage::m_obstack): Use gdb::optional.
14164 (class psymtab_storage): Update comment. Remove objfile
14165 parameter.
14166 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14167
14168 2019-01-10 Tom Tromey <tom@tromey.com>
14169
14170 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14171 <free_psymtabs>: Now private.
14172 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14173 (allocate_psymtab): Use new method.
14174
14175 2019-01-10 Tom Tromey <tom@tromey.com>
14176
14177 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14178 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14179 * mdebugread.c (parse_partial_symbols): Use
14180 allocate_dependencies.
14181 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14182 allocate_dependencies.
14183 (process_psymtab_comp_unit_reader)
14184 (build_type_psymtab_dependencies): Likewise.
14185 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14186
14187 2019-01-10 Tom Tromey <tom@tromey.com>
14188
14189 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14190 PSYMBOL_SET_LANGUAGE.
14191 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14192
14193 2019-01-10 Tom Tromey <tom@tromey.com>
14194
14195 * psymtab.h (psymtab_storage::obstack): New method.
14196 <m_obstack>: Rename from obstack; now private.
14197 * psymtab.c (psymtab_storage): Update.
14198 * dwarf2read.c (create_addrmap_from_index)
14199 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14200 Update.
14201
14202 2019-01-10 Tom Tromey <tom@tromey.com>
14203
14204 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14205 * objfiles.h (objfile::reset_psymtabs): New method.
14206
14207 2019-01-10 Tom Tromey <tom@tromey.com>
14208
14209 * symmisc.c (print_symbol_bcache_statistics): Update.
14210 (print_objfile_statistics): Update.
14211 * symfile.c (reread_symbols): Update.
14212 * psymtab.h (class psymtab_storage): New.
14213 * psymtab.c (psymtab_storage): New constructor.
14214 (~psymtab_storage): New destructor.
14215 (require_partial_symbols): Update.
14216 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14217 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14218 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14219 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14220 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14221 (start_psymtab_common, end_psymtab_common)
14222 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14223 (allocate_psymtab): Update.
14224 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14225 Update.
14226 (dump_psymtab_addrmap, maintenance_print_psymbols)
14227 (maintenance_check_psymtabs): Update.
14228 (class objfile_psymtabs): Move to objfiles.h.
14229 * psympriv.h (discard_psymtab): Now inline.
14230 (psymtab_discarder::psymtab_discarder): Update.
14231 (psymtab_discarder::~psymtab_discarder): Update.
14232 (ALL_OBJFILE_PSYMTABS): Rewrite.
14233 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14234 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14235 Remove fields.
14236 <partial_symtabs>: New field.
14237 (class objfile_psymtabs): Move from psymtab.h. Update.
14238 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14239 psymbol_cache.
14240 (objfile::~objfile): Don't destroy psymbol_cache.
14241 * mdebugread.c (parse_partial_symbols): Update.
14242 * dwarf2read.c (create_addrmap_from_index)
14243 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14244 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14245 (add_partial_subprogram, dwarf2_ranges_read): Update.
14246 * dwarf-index-write.c (write_address_map)
14247 (write_one_signatured_type, recursively_write_psymbols)
14248 (class debug_names, class debug_names, write_psymtabs_to_index):
14249 Update.
14250
14251 2019-01-10 Tom Tromey <tom@tromey.com>
14252
14253 * symtab.h (SYMBOL_SET_NAMES): Update.
14254 (symbol_set_names): Update.
14255 (MSYMBOL_SET_NAMES): Update.
14256 * symtab.c (symbol_set_names): Change argument to be an
14257 objfile_per_bfd_storage.
14258 * psymtab.c (add_psymbol_to_bcache): Update.
14259 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14260
14261 2019-01-10 Tom Tromey <tom@tromey.com>
14262
14263 * symtab.c (create_demangled_names_hash): Change argument to be an
14264 objfile_per_bfd_storage.
14265 (symbol_set_names): Update.
14266
14267 2019-01-10 Tom Tromey <tom@tromey.com>
14268
14269 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14270 init_psymbol_list.
14271 * psymtab.c (init_psymbol_list): Do nothing if already called.
14272 * psympriv.h (init_psymbol_list): Add comment.
14273 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14274 init_psymbol_list.
14275 * dbxread.c (dbx_symfile_read): Unconditionally call
14276 init_psymbol_list.
14277
14278 2019-01-10 Tom Tromey <tom@tromey.com>
14279
14280 * xcoffread.c (scan_xcoff_symtab): Update.
14281 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14282 "where".
14283 * mdebugread.c (parse_partial_symbols)
14284 (handle_psymbol_enumerators): Update.
14285 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14286 * dbxread.c (read_dbx_symtab): Update.
14287 * psympriv.h (psymbol_placement): New enum.
14288 (add_psymbol_to_list): Update.
14289
14290 2019-01-10 Tom Tromey <tom@tromey.com>
14291
14292 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14293 static_psymbols parameters.
14294 (scan_xcoff_symtab): Update.
14295 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14296 static_psymbols parameters.
14297 * psympriv.h (start_psymtab_common): Update.
14298 * mdebugread.c (parse_partial_symbols): Update.
14299 * dwarf2read.c (create_partial_symtab): Update.
14300 * dbxread.c (read_dbx_symtab): Update.
14301 (start_psymtab): Remove global_psymbols and static_psymbols
14302 parameters.
14303
14304 2019-01-10 Tom Tromey <tom@tromey.com>
14305
14306 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14307 * psymtab.c (allocate_psymtab): Add comment.
14308 * psympriv.h (allocate_psymtab): Add comment.
14309 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14310 initializations.
14311 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14312
14313 2019-01-10 Tom Tromey <tom@tromey.com>
14314
14315 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14316 Don't declare.
14317 * mipsread.c: Include mdebugread.h.
14318 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14319 Declare.
14320 * elfread.c: Include mdebugread.h.
14321
14322 2019-01-09 Tom Tromey <tom@tromey.com>
14323
14324 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14325 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14326 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14327 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14328 (psym_lookup_symbol, psym_find_last_source_symtab)
14329 (psym_forget_cached_source_info, psym_print_stats)
14330 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14331 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14332 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14333 (psym_find_compunit_symtab_by_address)
14334 (maintenance_print_psymbols, maintenance_info_psymtabs)
14335 (maintenance_check_psymtabs): Use ranged for.
14336 * psymtab.h (class objfile_psymtabs): New.
14337 (require_partial_symbols): Return objfile_psymtabs.
14338 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14339
14340 2019-01-09 Tom Tromey <tom@tromey.com>
14341
14342 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14343 (find_pc_mapped_section, list_overlays_command)
14344 (map_overlay_command, unmap_overlay_command)
14345 (simple_overlay_update): Use all_objfiles.
14346 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14347 * printcmd.c (info_symbol_command): Use all_objfiles.
14348 * objfiles.h (ALL_OBJSECTIONS): Remove.
14349 * maint.c (maintenance_translate_address): Use all_objfiles.
14350 * gcore.c (gcore_create_callback): Use all_objfiles.
14351 (objfile_find_memory_regions): Likewise.
14352
14353 2019-01-09 Tom Tromey <tom@tromey.com>
14354
14355 * symtab.c (find_line_symtab, info_sources_command)
14356 (make_source_files_completion_list): Use objfile_compunits.
14357 * source.c (select_source_symtab): Use objfile_compunits.
14358 * objfiles.h (struct objfile): Update comment.
14359 (ALL_OBJFILES): Remove.
14360 (ALL_FILETABS): Remove.
14361 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14362 objfile_compunits.
14363
14364 2019-01-09 Tom Tromey <tom@tromey.com>
14365
14366 * symmisc.c (print_objfile_statistics, dump_objfile)
14367 (maintenance_print_symbols): Use compunit_filetabs.
14368 * source.c (forget_cached_source_info_for_objfile): Use
14369 compunit_filetabs.
14370 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14371 (ALL_FILETABS): Use compunit_filetabs.
14372 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14373 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14374
14375 2019-01-09 Tom Tromey <tom@tromey.com>
14376
14377 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14378 (compunit_filetabs): New.
14379 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14380 compunit_filetabs.
14381 (info_sources_command, make_source_files_completion_list): Remove
14382 declaration.
14383 * symmisc.c (print_objfile_statistics, dump_objfile)
14384 (maintenance_print_symbols): Remove declaration.
14385 (maintenance_info_symtabs): Use compunit_filetabs.
14386 (maintenance_info_line_tables): Likewise.
14387 * source.c (select_source_symtab): Change local variable name.
14388 (forget_cached_source_info_for_objfile): Remove declaration.
14389 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14390 * objfiles.c (objfile_relocate1): Remove declaration.
14391 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14392 declaration.
14393 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14394 * coffread.c (coff_symtab_read): Remove declaration.
14395 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14396 compunit_filetabs.
14397
14398 2019-01-09 Tom Tromey <tom@tromey.com>
14399
14400 * symtab.c (lookup_objfile_from_block)
14401 (find_pc_sect_compunit_symtab, search_symbols)
14402 (default_collect_symbol_completion_matches_break_on): Use
14403 objfile_compunits.
14404 * objfiles.h (ALL_COMPUNITS): Remove.
14405 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14406 * cp-support.c (add_symbol_overload_list_qualified): Use
14407 objfile_compunits.
14408 * ada-lang.c (ada_collect_symbol_completion_matches)
14409 (ada_add_global_exceptions): Use objfile_compunits.
14410
14411 2019-01-09 Tom Tromey <tom@tromey.com>
14412
14413 * source.c (select_source_symtab)
14414 (forget_cached_source_info_for_objfile): Remove declaration.
14415 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14416 declaration.
14417 * maint.c (count_symtabs_and_blocks): Remove declaration.
14418 * cp-support.c (add_symbol_overload_list_qualified): Remove
14419 declaration.
14420 * coffread.c (coff_symtab_read): Remove declaration.
14421 * symtab.c (lookup_symbol_in_objfile_symtabs)
14422 (basic_lookup_transparent_type_1): Use objfile_compunits.
14423 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14424 (info_sources_command, search_symbols)
14425 (default_collect_symbol_completion_matches_break_on)
14426 (make_source_files_completion_list): Remove declaration.
14427 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14428 (ada_collect_symbol_completion_matches)
14429 (ada_add_global_exceptions): Remove declaration.
14430 * linespec.c (iterate_over_all_matching_symtabs): Use
14431 objfile_compunits.
14432 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14433 (class objfile_compunits): New.
14434 (ALL_COMPUNITS): Use objfile_compunits.
14435 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14436 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14437 objfile_compunits.
14438 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14439
14440 2019-01-09 Tom Tromey <tom@tromey.com>
14441
14442 * symtab.c (search_symbols)
14443 (default_collect_symbol_completion_matches_break_on): Use
14444 objfile_msymbols.
14445 * ada-lang.c (ada_lookup_simple_minsym)
14446 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14447 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14448 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14449 objfile_msymbols.
14450 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14451 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14452 * objc-lang.c (find_methods): Use objfile_msymbols.
14453 (info_selectors_command, info_classes_command): Likewise.
14454 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14455 * objfiles.h (class objfile_msymbols): New.
14456 (ALL_OBJFILE_MSYMBOLS): Remove.
14457 (ALL_MSYMBOLS): Remove.
14458
14459 2019-01-09 Tom Tromey <tom@tromey.com>
14460
14461 * common/next-iterator.h (next_adapter): Add Iterator template
14462 parameter.
14463 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14464 (class all_objfiles_safe): New.
14465 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14466 * objfiles.c (put_objfile_before): Update comment.
14467 (add_separate_debug_objfile): Likewise.
14468 (free_all_objfiles): Use all_objfiles_safe.
14469 (objfile_purge_solibs): Likewise.
14470
14471 2019-01-09 Tom Tromey <tom@tromey.com>
14472
14473 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14474 (expand_symtab_containing_pc, lookup_static_symbol)
14475 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14476 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14477 all_objfiles.
14478 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14479 * breakpoint.c (create_overlay_event_breakpoint)
14480 (create_longjmp_master_breakpoint)
14481 (create_std_terminate_master_breakpoint)
14482 (create_exception_master_breakpoint): Use all_objfiles.
14483 * linux-thread-db.c (try_thread_db_load_from_pdir)
14484 (has_libpthread): Use all_objfiles.
14485 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14486 * linespec.c (iterate_over_all_matching_symtabs)
14487 (search_minsyms_for_name): Use all_objfiles.
14488 * maint.c (maintenance_info_sections): Use all_objfiles.
14489 * main.c (captured_main_1): Use all_objfiles.
14490 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14491 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14492 * guile/scm-pretty-print.c
14493 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14494 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14495 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14496 (maintenance_print_msymbols): Use all_objfiles.
14497 * source.c (select_source_symtab): Use all_objfiles.
14498 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14499 * symfile.c (remove_symbol_file_command)
14500 (expand_symtabs_matching, map_symbol_filenames): Use
14501 all_objfiles.
14502 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14503 all_objfiles.
14504 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14505 * objc-lang.c (find_methods): Use all_objfiles.
14506 * objfiles.c (have_partial_symbols, have_full_symbols)
14507 (have_minimal_symbols, qsort_cmp)
14508 (default_iterate_over_objfiles_in_search_order): Use
14509 all_objfiles.
14510 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14511 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14512 (maintenance_check_psymtabs): Use all_objfiles.
14513 (ALL_PSYMTABS): Remove.
14514 * compile/compile-object-run.c (do_module_cleanup): Use
14515 all_objfiles.
14516 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14517 * cp-support.c (add_symbol_overload_list_qualified): Use
14518 all_objfiles.
14519 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14520 Use all_objfiles.
14521 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14522 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14523 all_objfiles.
14524 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14525 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14526 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14527 Uses all_objfiles.
14528 * solib.c (solib_read_symbols): Use all_objfiles
14529
14530 2019-01-09 Tom Tromey <tom@tromey.com>
14531
14532 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14533 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14534 all_objfiles.
14535 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14536 * symmisc.c (print_symbol_bcache_statistics)
14537 (print_objfile_statistics, maintenance_print_objfiles)
14538 (maintenance_info_symtabs, maintenance_check_symtabs)
14539 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14540 all_objfiles.
14541 * source.c (forget_cached_source_info): Use all_objfiles.
14542 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14543 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14544 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14545 * objfiles.c (update_section_map): Use all_objfiles.
14546 (shared_objfile_contains_address_p): Likewise.
14547 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14548 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14549
14550 2019-01-09 Tom Tromey <tom@tromey.com>
14551
14552 * common/next-iterator.h: New file.
14553 * objfiles.h (class all_objfiles): New.
14554 (struct objfile_iterator): New.
14555
14556 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14557
14558 * NEWS: Move the description of the changed "frame", "select-frame",
14559 and "info frame" commands to the Changed commands section.
14560
14561 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14562
14563 * gdbtypes.c (check_stub_method_group): Remove handling of old
14564 mangling schemes.
14565 * linespec.c (find_methods): Likewise.
14566 * stabsread.c (read_member_functions): Likewise.
14567 * valops.c (search_struct_method): Likewise.
14568 (value_struct_elt_for_reference): Likewise.
14569 * NEWS: Mention this change.
14570
14571 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14572
14573 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14574 print_source_lines.
14575 * source.c (print_source_lines_base): Update line number check.
14576 (print_source_lines): New function.
14577 (source_lines_range::source_lines_range): New function.
14578 * source.h (class source_lines_range): New class.
14579 (print_source_lines): New declaration.
14580
14581 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14582
14583 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14584
14585 2019-01-08 Tom Tromey <tom@tromey.com>
14586 Simon Marchi <simon.marchi@ericsson.com>
14587
14588 PR gdb/24060
14589 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14590 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14591 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14592 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14593 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14594 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14595
14596 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14597
14598 * source.c (select_source_symtab): Move header comment to
14599 declaration in source.h.
14600 (forget_cached_source_info_for_objfile): Likewise.
14601 (forget_cached_source_info): Likewise.
14602 (identify_source_line): Likewise.
14603 * source.h (identify_source_line): Move declaration from symtab.h
14604 and add comment from source.c
14605 (print_source_lines): Likewise.
14606 (forget_cached_source_info_for_objfile): Likewise.
14607 (forget_cached_source_info): Likewise.
14608 (select_source_symtab): Likewise.
14609 (enum print_source_lines_flag): Move definition from symtab.h.
14610 * symtab.h (identify_source_line): Move declaration to source.h.
14611 (print_source_lines): Likewise.
14612 (forget_cached_source_info_for_objfile): Likewise.
14613 (forget_cached_source_info): Likewise.
14614 (select_source_symtab): Likewise.
14615 (enum print_source_lines_flag): Move definition to source.h.
14616 * tui/tui-hooks.c: Add 'source.h' include.
14617
14618 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14619
14620 * source.c (print_source_lines_base): Handle requests to print
14621 reverse line number sequences, and guard against empty lines
14622 string.
14623
14624 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14625
14626 * source.c (print_source_lines_base): Fix skip of '\r' if next
14627 character is '\n'.
14628
14629 2019-01-06 Tom Tromey <tom@tromey.com>
14630
14631 * c-exp.y (struct c_parse_state) <macro_original_text,
14632 expansion_obstack>: New member.
14633 (macro_original_text, expansion_obstack): Remove globals.
14634 (scan_macro_expansion, scanning_macro_expansion)
14635 (finished_macro_expansion): Update.
14636 (scan_macro_cleanup): Remove.
14637 (yylex, c_parse): Update.
14638
14639 2019-01-06 Tom Tromey <tom@tromey.com>
14640
14641 * c-exp.y (struct c_parse_state) <strings>: New member.
14642 (operator_stoken): Update.
14643
14644 2019-01-06 Tom Tromey <tom@tromey.com>
14645
14646 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14647 (union type_stack_elt) <typelist_val>: Now a pointer to
14648 std::vector.
14649 (type_stack_cleanup): Don't declare.
14650 (push_typelist): Update.
14651 * parse.c (pop_typelist): Return a std::vector.
14652 (push_typelist): Take a std::vector.
14653 (follow_types): Update. Do not free args.
14654 (type_stack_cleanup): Remove.
14655 * c-exp.y (struct c_parse_state): New.
14656 (cpstate): New global.
14657 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14658 (nonempty_typelist): Update.
14659 (func_mod): Create a new vector.
14660 (c_parse): Create a c_parse_state.
14661 (check_parameter_typelist): Do not delete params.
14662 (function_method): Update. Do not delete type_list.
14663
14664 2019-01-06 Tom Tromey <tom@tromey.com>
14665
14666 PR gdb/28155:
14667 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14668 check_typedef.
14669 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14670 (print_return_value): Likewise.
14671
14672 2019-01-05 Tom Tromey <tom@tromey.com>
14673
14674 * contrib/cleanup_check.py: Remove.
14675 * contrib/gcc-with-excheck: Remove.
14676 * contrib/exsummary.py: Remove.
14677 * contrib/excheck.py: Remove.
14678
14679 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14680
14681 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14682 NULL. Initialize tpprev to NULL instead of assigning it
14683 to NULL on the next statement.
14684 * windows-nat.c (windows_delete_thread): Remove check for
14685 main_thread_id before printing thread exit notifications.
14686 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14687 Remove thread ID check against main_thread_id.
14688 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14689 windows_delete_thread.
14690 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14691
14692 2019-01-04 Tom Tromey <tom@tromey.com>
14693
14694 * compile/compile.c (_initialize_compile): Use upper case for
14695 metasyntactic variables.
14696 * symmisc.c (_initialize_symmisc): Use upper case for
14697 metasyntactic variables.
14698 * psymtab.c (_initialize_psymtab): Use upper case for
14699 metasyntactic variables.
14700 * demangle.c (demangle_command): Use upper case for metasyntactic
14701 variables.
14702 (_initialize_demangler): Likewise.
14703 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14704 variables.
14705
14706 2019-01-03 Tom Tromey <tom@tromey.com>
14707
14708 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14709
14710 2019-01-03 Tom Tromey <tom@tromey.com>
14711
14712 * python/py-symtab.c (salpy_str): Update.
14713 (struct salpy_sal_object) <symtab>: Now a PyObject.
14714 (salpy_dealloc): Update.
14715 (del_objfile_sal): Use gdbpy_ref.
14716
14717 2019-01-03 Tom Tromey <tom@tromey.com>
14718
14719 * python/py-type.c (convert_field): Use new_reference. Return
14720 gdbpy_ref.
14721 (make_fielditem): Return gdbpy_ref.
14722 (typy_fields): Update.
14723 (typy_getitem): Update.
14724 (field_name): Return gdbpy_ref. Use new_reference.
14725 (typy_iterator_iternext): Update.
14726
14727 2019-01-03 Tom Tromey <tom@tromey.com>
14728
14729 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14730
14731 2019-01-03 Tom Tromey <tom@tromey.com>
14732
14733 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14734 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14735 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14736 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14737 (pspy_set_type_printers): Likewise.
14738 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14739 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14740 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14741 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14742 (objfpy_set_type_printers): Likewise.
14743
14744 2019-01-03 Tom Tromey <tom@tromey.com>
14745
14746 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14747 (gdbpy_print_stack): Use gdbpy_err_fetch.
14748 * python/python-internal.h (class gdbpy_err_fetch): New class.
14749 (class gdbpy_enter) <m_error_type, m_error_value,
14750 m_error_traceback>: Remove.
14751 <m_error>: New member.
14752 (gdbpy_exception_to_string): Don't declare.
14753 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14754 * python/py-value.c (convert_value_from_python): Use
14755 gdbpy_err_fetch.
14756 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14757 gdbpy_exception_to_string.
14758 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14759 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14760 gdbpy_err_fetch.
14761
14762 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14763
14764 * linux-nat.c (delete_lwp_cleanup): Delete.
14765 (struct lwp_deleter): New struct.
14766 (lwp_info_up): New typedef.
14767 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14768 lwp_info_up.
14769
14770 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14771
14772 * linux-fork.c (class scoped_switch_fork_info): New class.
14773 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14774
14775 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14776
14777 * valops.c (find_overload_match): Remove use of null_cleanup, and
14778 calls to do_cleanups.
14779
14780 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14781
14782 * compile/compile-cplus-types.c
14783 (compile_cplus_instance::decl_name): Handle changes to
14784 cp_func_name.
14785 * cp-support.c (cp_func_name): Update header comment, update
14786 return type.
14787 * cp-support.h (cp_func_name): Update return type in declaration.
14788 * valops.c (find_overload_match): Move temp_func local to top
14789 level of function and change its type. Use temp_func to hold and
14790 delete temporary string obtained from cp_func_name.
14791
14792 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14793
14794 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14795 gdb::char_vector, remove cleanup, and update uses of `msg`.
14796
14797 2019-01-03 Jim Wilson <jimw@sifive.com>
14798
14799 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14800
14801 2019-01-02 Tom Tromey <tom@tromey.com>
14802
14803 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14804 (tdesc_parse_xml): Remove cleanups.
14805 * target-descriptions.h (make_cleanup_free_target_description):
14806 Don't declare.
14807 (target_desc_deleter): New struct.
14808 (target_desc_up): New typedef.
14809 * target-descriptions.c (target_desc_deleter::operator()): Rename
14810 from free_target_description.
14811 (make_cleanup_free_target_description): Remove.
14812
14813 2019-01-02 Tom Tromey <tom@tromey.com>
14814
14815 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14816 constructor, destructor.
14817 (linespec_parser): Remove typedef.
14818 (~linespec_parser): Rename from linespec_parser_delete.
14819 (linespec_lex_to_end, linespec_complete_label)
14820 (linespec_complete): Update.
14821 (decode_line_full): Remove cleanups.
14822 (decode_line_1): Update.
14823
14824 2019-01-02 Tom Tromey <tom@tromey.com>
14825
14826 * python/python-internal.h (inferior_to_inferior_object): Change
14827 return type.
14828 * python/py-exitedevent.c (create_exited_event_object): Update.
14829 * python/py-inferior.c (inferior_to_inferior_object): Return
14830 gdbpy_ref.
14831 (python_new_inferior, python_inferior_deleted)
14832 (thread_to_thread_object, delete_thread_object)
14833 (build_inferior_list, gdbpy_selected_inferior): Update.
14834 * python/py-infthread.c (create_thread_object): Update. Also fail
14835 if inferior_to_inferior_object fails.
14836
14837 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14838
14839 * inferior.h (class inferior) <displaced_step_state>: New field.
14840 * infrun.h (struct displaced_step_state): Move here from
14841 infrun.c. Initialize fields, add constructor.
14842 <inf>: Remove field.
14843 <reset>: New method.
14844 * infrun.c (struct displaced_step_inferior_state): Move to
14845 infrun.h.
14846 (displaced_step_inferior_states): Remove.
14847 (get_displaced_stepping_state): Adust.
14848 (displaced_step_in_progress_any_inferior): Adjust.
14849 (displaced_step_in_progress_thread): Adjust.
14850 (displaced_step_in_progress): Adjust.
14851 (add_displaced_stepping_state): Remove.
14852 (get_displaced_step_closure_by_addr): Adjust.
14853 (remove_displaced_stepping_state): Remove.
14854 (infrun_inferior_exit): Call displaced_step_state.reset.
14855 (use_displaced_stepping): Don't check for NULL.
14856 (displaced_step_prepare_throw): Call
14857 get_displaced_stepping_state.
14858 (displaced_step_fixup): Don't check for NULL.
14859 (prepare_for_detach): Don't check for NULL.
14860
14861 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14862
14863 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14864 in case of call that did not complete.
14865
14866 2019-01-02 Andrey Utkin <autkin@undo.io>
14867
14868 * symfile.c (find_separate_debug_file): Fix search of debug files for
14869 remote debuggee.
14870
14871 2019-01-02 Tom Tromey <tom@tromey.com>
14872
14873 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14874 indentation.
14875 * python/py-frame.c (frapy_older): Remove cast.
14876 (frapy_newer): Likewise.
14877 * python/py-breakpoint.c (local_setattro): Remove cast.
14878 * python/py-arch.c (archpy_name): Remove local variable.
14879 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14880
14881 2019-01-02 Joel Brobecker <brobecker@adacore.com>
14882
14883 * unittests/basic_string_view/element_access/char/empty.cc:
14884 Fix year range in copyright header.
14885
14886 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14887
14888 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14889 Delete.
14890 <operator==>: Update with for removed field.
14891 <hash>: Likewise.
14892 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14893 <isa_features>: ...this.
14894 <abi_features>: New field.
14895 (riscv_isa_flen): Update comment.
14896 (riscv_abi_xlen): New declaration.
14897 (riscv_abi_flen): New declaration.
14898 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14899 isa_features.
14900 (riscv_abi_xlen): New function.
14901 (riscv_isa_flen): Update to get answer from isa_features.
14902 (riscv_abi_flen): New function.
14903 (riscv_has_fp_abi): Update to get answer from abi_features.
14904 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14905 xlen and flen.
14906 (riscv_call_info) <xlen, flen>: Update comment.
14907 (riscv_call_arg_struct): Remove invalid assertions
14908 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14909 is removed.
14910 (riscv_gdbarch_init): Gather isa features and abi features
14911 separately, ensure both match on the gdbarch when reusing an old
14912 gdbarch. Relax an error check to allow 32-bit abi float to run on
14913 a target with 64-bit float hardware.
14914
14915 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14916
14917 * source.c (search_command_helper): Stop reverse search
14918 when line 1 has been searched.
14919
14920 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14921
14922 * record-full.c (record_full_base_target::close): Rewrite
14923 record_full_core_buf_list free logic.
14924
14925 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14926
14927 * break-catch-syscall.c (print_one_catch_syscall): xfree
14928 the last text.
14929
14930 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14931
14932 * top.c (print_gdb_version): Update Copyright year in version
14933 message.
14934
14935 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14936
14937 Update copyright year range in all GDB files.
14938
14939 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
14940
14941 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
14942
14943 For older changes see ChangeLog-2018.
14944 \f
14945 Local Variables:
14946 mode: change-log
14947 left-margin: 8
14948 fill-column: 74
14949 version-control: never
14950 coding: utf-8
14951 End:
14952
This page took 0.48276 seconds and 5 git commands to generate.