Use getpwuid_r instead of getpwuid
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-11 Christian Biesinger <cbiesinger@google.com>
2
3 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
4
5 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
8 function.
9 * python/python-internal.h (gdbpy_lookup_static_symbols):
10 Declare new function.
11 * python/python.c (python_GdbMethods): Add
12 gdb.lookup_static_symbols method.
13 * NEWS: Mention gdb.lookup_static_symbols.
14
15 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
18 static block of current object file first. Also fix typo in
19 header comment.
20
21 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * stack.c (set_last_displayed_sal): Delete.
24 (last_displayed_sal_valid): Delete.
25 (last_displayed_pspace): Delete.
26 (last_displayed_addr): Delete.
27 (last_displayed_symtab): Delete.
28 (last_displayed_line): Delete.
29 (class last_displayed_symtab_info_type): New.
30 (last_displayed_symtab_info): New static global variable.
31 (print_frame_info): Call methods on last_displayed_symtab_info.
32 (clear_last_displayed_sal): Update header comment, and make use of
33 last_displayed_symtab_info.
34 (last_displayed_sal_is_valid): Likewise.
35 (get_last_displayed_pspace): Likewise.
36 (get_last_displayed_addr): Likewise.
37 (get_last_displayed_symtab): Likewise.
38 (get_last_displayed_line): Likewise.
39 (get_last_displayed_sal): Likewise.
40 * stack.h (clear_last_displayed_sal): Update header comment.
41 (last_displayed_sal_is_valid): Likewise.
42 (get_last_displayed_pspace): Likewise.
43 (get_last_displayed_addr): Likewise.
44 (get_last_displayed_symtab): Likewise.
45 (get_last_displayed_line): Likewise.
46 (get_last_displayed_sal): Likewise.
47
48 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * stack.c (frame_show_address): Convert return type to bool.
51 * stack.h (frame_show_address): Likewise, and update header
52 comment.
53
54 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
57 * unittests/vec-utils-selftests.c: New file.
58 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
59
60 2019-11-10 Tom Tromey <tom@tromey.com>
61
62 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
63 (tui_highlight_win): Likewise.
64 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
65 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
66 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
67 Don't set can_highlight.
68
69 2019-11-10 Tom Tromey <tom@tromey.com>
70
71 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
72 Remove unused declaration.
73
74 2019-11-08 Tom Tromey <tromey@adacore.com>
75
76 * top.c (read_command_file): Update.
77 (command_line_input): Make return type const.
78 * python/py-gdb-readline.c: Update.
79 * linespec.c (decode_line_2): Update.
80 * defs.h (command_line_input): Make return type const.
81 * cli/cli-script.c (read_next_line): Make return type const.
82 * ada-lang.c (get_selections): Update.
83
84 2019-11-06 Christian Biesinger <cbiesinger@google.com>
85
86 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
87 * mi/mi-main.c (output_cores): Likewise.
88 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
89 (linux_xfer_osdata_modules): Likewise.
90 * remote.c (register_remote_support_xml): Likewise.
91 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
92 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
93
94 2019-11-06 Tom Tromey <tom@tromey.com>
95
96 * tui/tui-interp.c: Don't include readline.h.
97 * tui/tui-hooks.c: Don't include readline.h.
98 * symmisc.c: Include tilde.h, not readline.h.
99 * symfile.c: Include tilde.h, not readline.h.
100 * source.c: Include tilde.h, not readline.h.
101 * solib.c: Include tilde.h, not readline.h.
102 * psymtab.c: Include tilde.h, not readline.h.
103 * exec.c: Include tilde.h, not readline.h.
104 * corelow.c: Include tilde.h, not readline.h.
105 * cli/cli-dump.c: Include tilde.h, not readline.h.
106 * cli/cli-cmds.c: Don't include readline.h.
107
108 2019-11-05 Tom Tromey <tom@tromey.com>
109
110 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
111 (tui_disassemble): Set addr_size.
112 (tui_disasm_window::set_contents): Use addr_size.
113
114 2019-11-05 Tom Tromey <tom@tromey.com>
115
116 * rust-lang.c (rust_language_defn): Update.
117 * python/py-value.c (valpy_string): Call c_get_string.
118 * p-lang.c (pascal_language_defn): Update.
119 * opencl-lang.c (opencl_language_defn): Update.
120 * objc-lang.c (objc_language_defn): Update.
121 * m2-lang.c (m2_language_defn): Update.
122 * language.c (unknown_language_defn, auto_language_defn): Update.
123 (default_get_string): Remove.
124 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
125 * go-lang.c (go_language_defn): Update.
126 * f-lang.c (f_language_defn): Update.
127 * d-lang.c (d_language_defn): Update.
128 * c-lang.c (c_language_defn, cplus_language_defn)
129 (asm_language_defn, minimal_language_defn): Update.
130 * ada-lang.c (ada_language_defn): Update.
131 * language.h (struct language_defn) <la_get_string>: Remove.
132 (LA_GET_STRING): Remove.
133 (default_get_string): Don't declare.
134
135 2019-11-05 Tom Tromey <tom@tromey.com>
136
137 * tui/tui-source.h (struct tui_source_window): Inline
138 constructor. Remove destructor.
139 <style_changed, m_observable>: Move to superclass.
140 * tui/tui-winsource.h (tui_copy_source_line): Declare.
141 (struct tui_source_window_base): Move private members to end.
142 <style_changed, m_observable>: Move from tui_source_window.
143 * tui/tui-winsource.c (tui_copy_source_line): Move from
144 tui-source.c. Rename from copy_source_line. Add special handling
145 for negative line number.
146 (tui_source_window_base::style_changed): Move from
147 tui_source_window.
148 (tui_source_window_base): Register observer.
149 (~tui_source_window_base): New.
150 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
151 rename.
152 (tui_source_window::set_contents): Use tui_copy_source_line.
153 (tui_source_window::tui_source_window): Move to tui-source.h.
154 (tui_source_window::~tui_source_window): Remove.
155 (tui_source_window::style_changed): Move to superclass.
156 * tui/tui-disasm.c (tui_disassemble): Create string file with
157 styling, when possible. Add "addr_size" parameter.
158 (tui_disasm_window::set_contents): Use tui_copy_source_line.
159 Don't compute maximum size.
160 (len_without_escapes): New function
161
162 2019-11-05 Tom Tromey <tom@tromey.com>
163
164 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
165 std::string.
166 * tui/tui-winsource.c (tui_show_source_line): Update.
167 * tui/tui-source.c (tui_source_window::set_contents): Update.
168 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
169
170 2019-11-05 Christian Biesinger <cbiesinger@google.com>
171
172 * symtab.h (gdb_static_assert): Put && operator at the beginning
173 of the line instead of the end.
174
175 2019-11-04 Christian Biesinger <cbiesinger@google.com>
176
177 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
178 and sizeof (symbol).
179 * symtab.h: Add a static_assert for sizeof (partial_symbol).
180
181 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
182
183 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
184 * configure.host: Mark *-*-solaris2.10* obsolete.
185 * configure.tgt: Mark Solaris < 11 obsolete.
186 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
187 Update target triplet.
188
189 2019-11-01 Tom Tromey <tromey@adacore.com>
190
191 * utils.c (print_sys_errmsg): Simplify.
192
193 2019-11-01 Tom Tromey <tromey@adacore.com>
194
195 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
196
197 2019-11-01 Christian Biesinger <cbiesinger@google.com>
198
199 * configure: Regenerate.
200 * configure.ac: Remove check for strerror_r.
201 * gdbsupport/common.m4: Check for strerror_r.
202
203 2019-11-01 Luis Machado <luis.machado@linaro.org>
204
205 PR gdb/25124
206
207 * arm-tdep.c (arm_per_objfile): Rename to ...
208 (arm_per_bfd): ... this.
209 (arm_objfile_data_key): Rename to ...
210 (arm_bfd_data_key): ... this.
211 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
212 data.
213 (arm_record_special_symbol): Likewise.
214
215 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
218 end.
219 * c-typeprint.c (c_print_typedef): Likewise.
220 * f-typeprint.c (f_print_typedef): Likewise.
221 * m2-typeprint.c (m2_print_typedef): Likewise.
222 * p-typeprint.c (pascal_print_typedef): Likewise.
223 * rust-lang.c (rust_print_typedef): Likewise.
224 * symtab.c (print_symbol_info): Print a newline after calling
225 typedef_print.
226
227 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * symtab.c (info_module_cmdlist): New variable.
230 (info_module_command): New function.
231 (search_module_symbols): New function.
232 (info_module_subcommand): New function.
233 (struct info_modules_var_func_options): New struct.
234 (info_modules_var_func_options_defs): New variable.
235 (make_info_modules_var_func_options_def_group): New function.
236 (info_module_functions_command): New function.
237 (info_module_variables_command): New function.
238 (info_module_var_func_command_completer): New function.
239 (_initialize_symtab): Register new 'info module functions' and
240 'info module variables' commands.
241 * symtab.h (typedef symbol_search_in_module): New typedef.
242 (search_module_symbols): Declare new function.
243 * NEWS: Mention new commands.
244
245 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
248 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
249 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
250 MODULES_DOMAIN.
251 (scan_partial_symbols): Only create partial module symbols for non
252 declarations.
253 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
254 and MODULES_DOMAIN.
255 * symtab.c (search_domain_name): Likewise.
256 (search_symbols): Likewise.
257 (print_symbol_info): Likewise.
258 (symtab_symbol_info): Likewise.
259 (info_modules_command): New function.
260 (_initialize_symtab): Register 'info modules' command.
261 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
262 * NEWS: Mention new 'info modules' command.
263
264 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
265
266 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
267 and $_gdb_maint_setting_str.
268
269 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
270
271 * cli/cli-cmds.c (setting_cmd, value_from_setting)
272 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
273 (str_value_from_setting, gdb_setting_str_internal_fn)
274 (gdb_maint_setting_str_internal_fn): New functions.
275 (_initialize_cli_cmds): Define the new convenience functions.
276 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
277 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
278
279 2019-10-31 Christian Biesinger <cbiesinger@google.com>
280
281 * agent.c (set_can_use_agent): When the setting is turned on,
282 look up agent symbols if we don't have them yet.
283 (agent_new_objfile): Don't look up agent symbols when the agent
284 setting is off.
285
286 2019-10-31 Christian Biesinger <cbiesinger@google.com>
287
288 * config.in: Regenerate.
289
290 2019-10-31 Christian Biesinger <cbiesinger@google.com>
291
292 * configure: Regenerate.
293 * configure.ac: Check for strerror_r.
294 * gdbsupport/common-utils.h (safe_strerror): Change return value
295 to const char * and document that this function is now threadsafe.
296 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
297 thread_local and call strerror_r, if available.
298 * utils.c (perror_string): Update.
299 (print_sys_errmsg): Update.
300
301 2019-10-31 Luis Machado <luis.machado@linaro.org>
302
303 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
304 objfile_key.
305 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
306 objfile to fetch per-bfd data.
307 (arm_find_exidx_entry): Likewise.
308
309 2019-10-31 Christian Biesinger <cbiesinger@google.com>
310
311 * gdbsupport/agent.c (debug_agent): Change type to bool.
312 (use_agent): Likewise.
313 (all_agent_symbols_look_up): Likewise.
314 (agent_loaded_p): Change return value to bool.
315 (agent_look_up_symbols): Update.
316 (agent_capability_check): Change return value to bool.
317 * gdbsupport/agent.h (agent_loaded_p): Likewise.
318 (debug_agent): Change type to bool.
319 (use_agent): Likewise.
320 (agent_capability_check): Change return value to bool.
321
322 2019-10-30 Christian Biesinger <cbiesinger@google.com>
323
324 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
325 (build_minimal_symbol_hash_tables): Code to clear the table moved
326 to clear_minimal_symbol_hash_tables.
327 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
328 when needed.
329
330 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
331
332 * infcmd.c: Remove includes.
333 * infrun.c: Remove includes.
334
335 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
336
337 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
338 (grow_vect): Remove declaration.
339 (ada_type_of_array): Remove declaration.
340 (ada_update_initial_language): Remove declaration.
341 (ada_fold_name): Remove declaration.
342 (ada_fill_in_ada_prototype): Remove declaration.
343 (user_select_syms): Remove declaration.
344 (get_selections): Remove declaration.
345 (ada_tag_type): Remove declaration.
346 (ada_value_tag): Remove declaration.
347 (ada_is_others_clause): Remove declaration.
348 (ada_in_variant): Remove declaration.
349 (ada_value_struct_elt): Remove declaration.
350 (ada_attribute_name): Remove declaration.
351 (ada_system_address_type): Remove declaration.
352 * ada-lang.c (ada_watch_location_expression): Make static.
353 (GROW_VECT): Move here from ada-lang.h.
354 (grow_vect): Make static.
355 (ada_update_initial_language): Make static.
356 (ada_fold_name): Make static.
357 (ada_type_of_array): Make static.
358 (encoded_ordered_before): Move up.
359 (sort_choices): Move up.
360 (print_signatures): Move up.
361 (ada_print_symbol_signature): Move up.
362 (get_selections): Move up and make static.
363 (user_select_syms): Move up and make static.
364 (ada_value_struct_elt): Move up and make static.
365 (ada_tag_type): Make static.
366 (ada_value_tag): Make static.
367 (ada_is_others_clause): Make static.
368 (ada_in_variant): Make static.
369 (ada_attribute_name): Make static.
370
371 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
372
373 * ada-lang.c: Remove includes.
374 * ada-typeprint.c: Remove includes.
375 * ada-valprint.c: Remove includes.
376
377 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
378
379 * addrmap.c: Add static assertions of type size, moved from
380 _initialize_addrmap.
381 (_initialize_addrmap): Remove.
382
383 2019-10-29 Christian Biesinger <cbiesinger@google.com>
384
385 * coffread.c (record_minimal_symbol): Update.
386 (process_coff_symbol): Update.
387 * dbxread.c (read_dbx_symtab): Update.
388 * dwarf2read.c (add_partial_symbol): Update.
389 (fixup_go_packaging): Update.
390 (load_partial_dies): Update.
391 (new_symbol): Update.
392 * elfread.c (record_minimal_symbol): Change signature to use
393 gdb::string_view instead of name+len.
394 (elf_symtab_read): Update.
395 (elf_rel_plt_read): Update.
396 * mdebugread.c (parse_partial_symbols): Update.
397 (handle_psymbol_enumerators): Update.
398 (new_symbol): Update.
399 * minsyms.c (minimal_symbol_reader::record_full): Change signature
400 to use gdb::string_view instead of name+len.
401 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
402 * psympriv.h (add_psymbol_to_list): Likewise.
403 * psymtab.c (add_psymbol_to_bcache): Likewise.
404 (add_psymbol_to_list): Likewise.
405 * stabsread.c (define_symbol): Update.
406 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
407 * symtab.h (SYMBOL_SET_NAMES): Likewise.
408 (symbol_set_names): Likewise.
409 * xcoffread.c (scan_xcoff_symtab): Update.
410
411 2019-10-29 Christian Biesinger <cbiesinger@google.com>
412
413 * symtab.h (symbol_set_names): Document that copy_name must be
414 set to true for non-nullterminated strings.
415 * symtab.c (symbol_set_names): Only make a nullterminated copy of
416 linkage_name if the entry was not found and we need to demangle.
417
418 2019-10-29 Christian Biesinger <cbiesinger@google.com>
419
420 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
421 * dwarf2-frame.c (bsearch_fde_cmp): Update.
422 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
423 * gdbsupport/gdb_binary_search.h: New file.
424
425 2019-10-29 Christian Biesinger <cbiesinger@google.com>
426
427 * NEWS: Mention new --with-system-gdbinit-dir option.
428 * config.in: Regenerate.
429 * configure: Regenerate.
430 * configure.ac: Add new option --with-system-gdbinit-dir.
431 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
432 for a ".gdb" suffix.
433 * main.c (get_init_files): Change system_gdbinit argument to
434 a vector and return the files in SYSTEM_GDBINIT_DIR in
435 addition to SYSTEM_GDBINIT.
436 (captured_main_1): Update.
437 (print_gdb_help): Update.
438 * top.c (print_gdb_configuration): Also print the value of
439 SYSTEM_GDBINIT_DIR.
440
441 2019-10-28 Christian Biesinger <cbiesinger@google.com>
442
443 * gdbsupport/common-utils.h (startswith): Add an overloaded version
444 that takes gdb::string_view arguments.
445
446 2019-10-26 Tom de Vries <tdevries@suse.de>
447
448 * aarch64-linux-tdep.c: Fix typos in comments.
449 * aarch64-tdep.c: Same.
450 * ada-lang.c: Same.
451 * amd64-nat.c: Same.
452 * arc-tdep.c: Same.
453 * arch/aarch64-insn.c: Same.
454 * block.c: Same.
455 * breakpoint.h: Same.
456 * btrace.h: Same.
457 * c-varobj.c: Same.
458 * cli/cli-decode.c: Same.
459 * cli/cli-script.c: Same.
460 * cli/cli-utils.h: Same.
461 * coff-pe-read.c: Same.
462 * coffread.c: Same.
463 * compile/compile-cplus-symbols.c: Same.
464 * compile/compile-object-run.c: Same.
465 * completer.c: Same.
466 * corelow.c: Same.
467 * cp-support.c: Same.
468 * demangle.c: Same.
469 * dwarf-index-write.c: Same.
470 * dwarf2-frame.c: Same.
471 * dwarf2-frame.h: Same.
472 * eval.c: Same.
473 * frame-base.h: Same.
474 * frame.h: Same.
475 * gdbcmd.h: Same.
476 * gdbtypes.h: Same.
477 * gnu-nat.c: Same.
478 * guile/scm-objfile.c: Same.
479 * i386-tdep.c: Same.
480 * i386-tdep.h: Same.
481 * infcall.c: Same.
482 * infcall.h: Same.
483 * linux-nat.c: Same.
484 * m68k-tdep.c: Same.
485 * macroexp.c: Same.
486 * memattr.c: Same.
487 * mi/mi-cmd-disas.c: Same.
488 * mi/mi-getopt.h: Same.
489 * mi/mi-main.c: Same.
490 * minsyms.c: Same.
491 * nat/aarch64-sve-linux-sigcontext.h: Same.
492 * objfiles.h: Same.
493 * ppc-linux-nat.c: Same.
494 * ppc-linux-tdep.c: Same.
495 * ppc-tdep.h: Same.
496 * progspace.h: Same.
497 * prologue-value.h: Same.
498 * python/py-evtregistry.c: Same.
499 * python/py-instruction.h: Same.
500 * record-btrace.c: Same.
501 * record-full.c: Same.
502 * remote.c: Same.
503 * rs6000-tdep.c: Same.
504 * ser-tcp.c: Same.
505 * sol-thread.c: Same.
506 * sparc-sol2-tdep.c: Same.
507 * sparc64-tdep.c: Same.
508 * stabsread.c: Same.
509 * symfile.c: Same.
510 * symtab.h: Same.
511 * target.c: Same.
512 * tracepoint.c: Same.
513 * tui/tui-data.h: Same.
514 * tui/tui-io.c: Same.
515 * tui/tui-win.c: Same.
516 * tui/tui.c: Same.
517 * unittests/rsp-low-selftests.c: Same.
518 * user-regs.h: Same.
519 * utils.c: Same.
520 * utils.h: Same.
521 * valarith.c: Same.
522 * valops.c: Same.
523 * valprint.c: Same.
524 * valprint.h: Same.
525 * value.c: Same.
526 * value.h: Same.
527 * varobj.c: Same.
528 * x86-nat.h: Same.
529 * xtensa-tdep.c: Same.
530
531 2019-10-25 Ali Tamur <tamur@google.com>
532
533 * charset.c (find_charset_names): Reflect API change.
534
535 2019-10-25 Christian Biesinger <cbiesinger@google.com>
536
537 * symtab.c (struct demangled_name_entry): Change demangled name
538 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
539 part of the struct anymore.
540 (symbol_set_names): No longer obstack allocate + copy the demangled
541 name, just store the allocated name from bfd.
542
543 2019-10-25 Tom Tromey <tromey@adacore.com>
544
545 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
546 (bsearch_cie_cmp, add_cie): Remove.
547 (find_cie): Reimplement.
548 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
549 (dwarf2_build_frame_info): Update.
550
551 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
552
553 PR gdb/25126
554 * symfile.c (reread_symbols): Call forget_cached_source_info to
555 clear the stale source cache.
556
557 2019-10-24 Christian Biesinger <cbiesinger@google.com>
558
559 * configure: Regenerate.
560 * configure.ac: Remove code that sets python_has_threads.
561
562 2019-10-24 Christian Biesinger <cbiesinger@google.com>
563
564 * config.in: Regenerate.
565 * configure: Regenerate.
566 * configure.ac: Remove the code that uses sed to get the python
567 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
568
569 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * python/py-progspace.c (pspy_block_for_pc): Return None for all
572 error paths.
573
574 2019-10-23 Tom Tromey <tom@tromey.com>
575
576 * arc-tdep.c: Remove ".." from include.
577 * frv-tdep.c: Remove ".." from include.
578 * lm32-tdep.c: Remove ".." from include.
579 * microblaze-tdep.c: Remove ".." from include.
580 * or1k-tdep.h: Remove ".." from include.
581 * s12z-tdep.c: Remove ".." from include.
582 * Makefile.in (OPCODES_CFLAGS): Add comment.
583 (TOP_CFLAGS): New variable.
584 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
585
586 2019-10-23 Tom Tromey <tom@tromey.com>
587
588 * Makefile.in (READLINE_DIR): Update.
589
590 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
591
592 * infcall.c (call_function_by_hand_dummy): Fix the function
593 comment. And extract out a code section into...
594 (reserve_stack_space): ...this new function.
595
596 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
597
598 * infcall.c (value_arg_coerce): Remove an unused parameter.
599 (call_function_by_hand_dummy): Update the call to
600 'value_arg_coerce'.
601
602 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
603
604 * infcall.c (call_function_by_hand_dummy): Refactor.
605
606 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
607
608 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
609
610 2019-10-23 Tom Tromey <tom@tromey.com>
611
612 * configure: Rebuild.
613 * configure.ac: Don't check for sigprocmask.
614 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
615
616 2019-10-23 Tom Tromey <tom@tromey.com>
617
618 * configure: Rebuild.
619 * acinclude.m4: Use m4_include, not sinclude.
620
621 2019-10-23 Tom de Vries <tdevries@suse.de>
622
623 PR breakpoints/24687
624 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
625
626 2019-10-22 Christian Biesinger <cbiesinger@google.com>
627
628 * symtab.c (struct demangled_name_entry) <language>: Change from
629 bitfield to regular variable.
630
631 2019-10-22 Christian Biesinger <cbiesinger@google.com>
632
633 * symtab.c (struct demangled_name_entry): Add a constructor.
634 (free_demangled_name_entry): New function to call the destructor
635 for demangled_name_entry.
636 (create_demangled_names_hash): Pass free_demangled_name_entry to
637 htab_create_alloc.
638 (symbol_set_names): Call placement new for demangled_name_entry.
639 * utils.c: No longer include xxhash.h here, now that fast_hash
640 is inlined in the header.
641 * utils.h: Instead, include it here.
642
643 2019-10-22 Christian Biesinger <cbiesinger@google.com>
644
645 * Makefile.in: Link with libxxhash.
646 * config.in: Regenerate.
647 * configure: Regenerate.
648 * configure.ac: Search for libxxhash.
649 * utils.c (fast_hash): Use xxhash if present.
650
651 2019-10-22 Christian Biesinger <cbiesinger@google.com>
652
653 * utils.h (fast_hash): New function.
654 * symtab.c (hash_demangled_name_entry): Call new function
655 fast_hash.
656
657 2019-10-22 Christian Biesinger <cbiesinger@google.com>
658
659 * symtab.c (struct demangled_name_entry): Change type of mangled
660 to gdb::string_view. Also adds a constructor that takes the
661 mangled name.
662 (hash_demangled_name_entry): Update.
663 (eq_demangled_name_entry): Update.
664 (free_demangled_name_entry): New function to call the destructor
665 now that this is not a POD anymore.
666 (create_demangled_names_hash): Pass free_demangled_name_entry to
667 htab_create_alloc.
668 (symbol_set_names): Update.
669
670 2019-10-21 Ali Tamur <tamu@google.com>
671
672 * dwarf2read.c (dir_index): Change type.
673 (file_name_index): Likewise.
674 (line_header::include_dir_at): Change comment and implementation on
675 whether it is DWARF 5.
676 (line_header::is_valid_file_index): New function.
677 (line_header::file_name_at): Change comment and implementation on
678 whether it is DWARF 5.
679 (line_header::file_names): Change to private field renamed as
680 m_file_names and introduce a new accessor method.
681 (line_header::file_names_size): New method.
682 (line_header::include_dirs): Change to private field and rename as
683 m_include_dirs.
684 (dw2_get_file_names_reader): Define local var at a smaller scope and
685 reflect API change.
686 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
687 (process_structure_scope): Likewise.
688 (line_header::add_include_dir): Change message and reflect renaming.
689 (line_header::add_file_name): Likewise.
690 (read_formatted_entries): Handle DW_FORM_data16.
691 (dwarf_decode_line_header): Fix line header length calculation.
692 (psymtab_include_file_name): Change comment and API.
693 (lnp_state_machine::m_file): Update comment and reflect type change.
694 (lnp_state_machine::record_line): Reflect type change.
695 (dwarf_decode_lines): Reflect API change.
696 (file_file_name): Likewise.
697 (file_full_name): Likewise.
698
699 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
702
703 2019-10-21 Tom Tromey <tom@tromey.com>
704
705 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
706
707 2019-10-21 Tom Tromey <tom@tromey.com>
708
709 * configure.ac (nm.h): Conditionally create nm.h link. Subst
710 NM_H. Use AC_CONFIG_LINKS.
711 * configure: Rebuild.
712 * Makefile.in (NM_H): New variable.
713 (generated_files): Add NM_H. Remove gcore.
714 (nm.h, stamp-nmh): New targets.
715
716 2019-10-20 Tom Tromey <tom@tromey.com>
717
718 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
719 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
720 obsolete comment.
721 (put_objfile_before): Now static.
722
723 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
724
725 * gdbsupport/common-utils.h (startswith): Change return type to
726 bool.
727
728 2019-10-19 Christian Biesinger <cbiesinger@google.com>
729
730 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
731 * breakpoint.c (bp_locations_compare): Rename to...
732 (bp_location_is_less_than): ...this, and change to std::sort semantics.
733 (update_global_location_list): Use std::sort instead of qsort.
734 * buildsym.c (compare_line_numbers): Rename to...
735 (lte_is_less_than): ...this, and change to std::sort semantics.
736 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
737 instead of qsort.
738 * disasm.c (compare_lines): Rename to...
739 (line_is_less_than): ...this, and change to std::sort semantics.
740 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
741 of qsort.
742 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
743 (fde_is_less_than): ...this, and change to std::sort semantics.
744 (dwarf2_build_frame_info): Call std::sort instead of qsort.
745 * mdebugread.c (compare_blocks):
746 (block_is_less_than): ...this, and change to std::sort semantics.
747 (sort_blocks): Call std::sort instead of qsort.
748 * objfiles.c (qsort_cmp): Rename to...
749 (sort_cmp): ...this, and change to std::sort semantics.
750 (update_section_map): Call std::sort instead of qsort.
751 * remote.c (compare_pnums): Remove.
752 (map_regcache_remote_table): Call std::sort instead of qsort.
753 * utils.c (compare_positive_ints): Remove.
754 * utils.h (compare_positive_ints): Remove.
755 * xcoffread.c (compare_lte): Remove.
756 (arrange_linetable): Call std::sort instead of qsort.
757
758 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * symfile.c (init_entry_point_info): Fix typo.
761 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
762
763 2019-10-18 Tom de Vries <tdevries@suse.de>
764
765 * aarch64-tdep.c: Fix typos in comments.
766 * ada-lang.c: Same.
767 * ada-tasks.c: Same.
768 * alpha-tdep.c: Same.
769 * alpha-tdep.h: Same.
770 * amd64-nat.c: Same.
771 * amd64-windows-tdep.c: Same.
772 * arc-tdep.c: Same.
773 * arc-tdep.h: Same.
774 * arch-utils.c: Same.
775 * arm-nbsd-tdep.c: Same.
776 * arm-tdep.c: Same.
777 * ax-gdb.c: Same.
778 * blockframe.c: Same.
779 * btrace.c: Same.
780 * c-varobj.c: Same.
781 * coff-pe-read.c: Same.
782 * coffread.c: Same.
783 * cris-tdep.c: Same.
784 * darwin-nat.c: Same.
785 * dbxread.c: Same.
786 * dcache.c: Same.
787 * disasm.c: Same.
788 * dtrace-probe.c: Same.
789 * dwarf-index-write.c: Same.
790 * dwarf2-frame-tailcall.c: Same.
791 * dwarf2-frame.c: Same.
792 * dwarf2read.c: Same.
793 * eval.c: Same.
794 * exceptions.c: Same.
795 * fbsd-tdep.c: Same.
796 * findvar.c: Same.
797 * frame.c: Same.
798 * frv-tdep.c: Same.
799 * gnu-v3-abi.c: Same.
800 * go32-nat.c: Same.
801 * h8300-tdep.c: Same.
802 * hppa-tdep.c: Same.
803 * i386-linux-tdep.c: Same.
804 * i386-tdep.c: Same.
805 * ia64-libunwind-tdep.c: Same.
806 * ia64-tdep.c: Same.
807 * infcmd.c: Same.
808 * infrun.c: Same.
809 * linespec.c: Same.
810 * linux-nat.c: Same.
811 * linux-thread-db.c: Same.
812 * machoread.c: Same.
813 * mdebugread.c: Same.
814 * mep-tdep.c: Same.
815 * mn10300-tdep.c: Same.
816 * namespace.c: Same.
817 * objfiles.c: Same.
818 * opencl-lang.c: Same.
819 * or1k-tdep.c: Same.
820 * osabi.c: Same.
821 * ppc-linux-nat.c: Same.
822 * ppc-linux-tdep.c: Same.
823 * ppc-sysv-tdep.c: Same.
824 * printcmd.c: Same.
825 * procfs.c: Same.
826 * record-btrace.c: Same.
827 * record-full.c: Same.
828 * remote-fileio.c: Same.
829 * remote.c: Same.
830 * rs6000-tdep.c: Same.
831 * s12z-tdep.c: Same.
832 * score-tdep.c: Same.
833 * ser-base.c: Same.
834 * ser-go32.c: Same.
835 * skip.c: Same.
836 * sol-thread.c: Same.
837 * solib-svr4.c: Same.
838 * solib.c: Same.
839 * source.c: Same.
840 * sparc-nat.c: Same.
841 * sparc-sol2-tdep.c: Same.
842 * sparc-tdep.c: Same.
843 * sparc64-tdep.c: Same.
844 * stabsread.c: Same.
845 * stack.c: Same.
846 * symfile.c: Same.
847 * symtab.c: Same.
848 * target-descriptions.c: Same.
849 * target-float.c: Same.
850 * thread.c: Same.
851 * utils.c: Same.
852 * valops.c: Same.
853 * valprint.c: Same.
854 * value.c: Same.
855 * varobj.c: Same.
856 * windows-nat.c: Same.
857 * xcoffread.c: Same.
858 * xstormy16-tdep.c: Same.
859 * xtensa-tdep.c: Same.
860
861 2019-10-17 Tom Tromey <tromey@adacore.com>
862
863 * configure: Rebuild.
864 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
865 in AC_CONFIG_FILES invocation.
866 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
867 new-style config.status invocation.
868
869 2019-10-17 Tom de Vries <tdevries@suse.de>
870
871 * arm-nbsd-nat.c: Fix typos in comments.
872 * arm-tdep.c: Same.
873 * darwin-nat-info.c: Same.
874 * dwarf2read.c: Same.
875 * elfread.c: Same.
876 * event-top.c: Same.
877 * findvar.c: Same.
878 * gdbtypes.c: Same.
879 * hppa-tdep.c: Same.
880 * i386-tdep.c: Same.
881 * jit.c: Same.
882 * main.c: Same.
883 * mdebugread.c: Same.
884 * moxie-tdep.c: Same.
885 * nto-procfs.c: Same.
886 * osabi.c: Same.
887 * ppc-linux-tdep.c: Same.
888 * remote.c: Same.
889 * riscv-tdep.c: Same.
890 * s390-tdep.c: Same.
891 * sh-tdep.c: Same.
892 * sparc-linux-tdep.c: Same.
893 * sparc-nat.c: Same.
894 * stack.c: Same.
895 * target-descriptions.c: Same.
896 * top.c: Same.
897 * varobj.c: Same.
898
899 2019-10-16 Tom Tromey <tom@tromey.com>
900
901 * objfiles.h (struct objfile) <original_name>: Now const.
902
903 2019-10-16 Christian Biesinger <cbiesinger@google.com>
904
905 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
906 pass on to sigsetjmp's second argument.
907 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
908
909 2019-10-16 Keith Seitz <keiths@redhat.com>
910
911 PR gdb/23567
912 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
913 sections whose size is greater than the file size.
914
915 2019-10-16 Jim Wilson <jimw@sifive.com>
916
917 * riscv-tdep.c (riscv_gcc_target_options): New.
918 (riscv_gnu_triplet_regexp): New.
919 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
920 set_gdbarch_gnu_triplet_regexp.
921
922 2019-10-16 Christian Biesinger <cbiesinger@google.com>
923
924 * Makefile.in: Add xml-builtin.h.
925 * features/feature_to_c.sh: Add an include for xml-builtin.h
926 to ensure that the compiler checks that the types match.
927 * xml-builtin.h: New file.
928 * xml-support.c (fetch_xml_builtin): Add missing const.
929 * xml-support.h: Remove declaration of xml_builtins.
930
931 2019-10-16 Tom de Vries <tdevries@suse.de>
932
933 PR tdep/25096
934 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
935 (amd64_classify_aggregate): ... here.
936 (amd64_classify_aggregate_field): Handled fiels of nested structs
937 recursively.
938
939 2019-10-16 Tom de Vries <tdevries@suse.de>
940
941 PR tdep/24104
942 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
943 that handles 'theclass'.
944
945 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * linespec.c (decode_digits_ordinary): Update comment.
948 * make-target-delegates: No longer need to handle VEC case.
949 * memrange.c (normalize_mem_ranges): Update comment.
950 * namespace.c (add_using_directive): Update comment.
951 * objc-lang.c (uniquify_strings): Update comment.
952 * ppc-linux-nat.c (struct thread_points): Update comment.
953 * probe.h (find_probes_in_objfile): Update comment.
954 * target.h (enum flash_preserve_mode): Update comment.
955 * varobj.c (varobj_restrict_range): Update comment.
956 * varobj.h (varobj_list_children): Update comment.
957
958 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * Makefile.in: Remove references to vec.h and vec.c.
961 * aarch64-tdep.c: No longer include vec.h.
962 * ada-lang.c: Likewise.
963 * ada-lang.h: Likewise.
964 * arm-tdep.c: Likewise.
965 * ax.h: Likewise.
966 * breakpoint.h: Likewise.
967 * charset.c: Likewise.
968 * cp-support.h: Likewise.
969 * dtrace-probe.c: Likewise.
970 * dwarf2read.c: Likewise.
971 * extension.h: Likewise.
972 * gdb_bfd.c: Likewise.
973 * gdbsupport/gdb_vecs.h: Likewise.
974 * gdbsupport/vec.c: Remove.
975 * gdbsupport/vec.h: Remove.
976 * gdbthread.h: Likewise.
977 * guile/scm-type.c: Likewise.
978 * inline-frame.c: Likewise.
979 * machoread.c: Likewise.
980 * memattr.c: Likewise.
981 * memrange.h: Likewise.
982 * namespace.h: Likewise.
983 * nat/linux-btrace.h: Likewise.
984 * osdata.c: Likewise.
985 * parser-defs.h: Likewise.
986 * progspace.h: Likewise.
987 * python/py-type.c: Likewise.
988 * record-btrace.c: Likewise.
989 * rust-exp.y: Likewise.
990 * solib-target.c: Likewise.
991 * stap-probe.c: Likewise.
992 * target-descriptions.c: Likewise.
993 * target-memory.c: Likewise.
994 * target.h: Likewise.
995 * varobj.c: Likewise.
996 * varobj.h: Likewise.
997 * xml-support.h: Likewise.
998
999 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1002 Update for new std::vector based implementation.
1003 (process_psymtab_comp_unit_reader): Likewise.
1004 (scan_partial_symbols): Likewise.
1005 (recursively_compute_inclusions): Likewise.
1006 (compute_compunit_symtab_includes): Likewise.
1007 (process_imported_unit_die): Likewise.
1008 (queue_and_load_dwo_tu): Likewise.
1009 (follow_die_sig_1): Likewise.
1010 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1011 (typedef dwarf2_per_cu_ptr): Remove.
1012 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1013 function.
1014 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1015 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1016 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1017 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1018 std::vector.
1019
1020 2019-10-15 Tom Tromey <tromey@adacore.com>
1021
1022 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1023 TID.
1024
1025 2019-10-15 Tom Tromey <tromey@adacore.com>
1026
1027 * windows-nat.c (windows_nat_target::fetch_registers)
1028 (windows_nat_target::store_registers): Rename "pid" to "tid".
1029
1030 2019-10-15 Tom Tromey <tromey@adacore.com>
1031
1032 * gdbarch.h, gdbarch.c: Rebuild.
1033 * gdbarch.sh (gcc_target_options): Change return type to
1034 std::string.
1035 * compile/compile.c (get_args): Update.
1036 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1037 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1038 std::string.
1039 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1040 std::string.
1041 * arch-utils.c (default_gcc_target_options): Return std::string.
1042 * arch-utils.h (default_gcc_target_options): Return std::string.
1043 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1044
1045 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1046
1047 * breakpoint.c (breakpoint_chain): Make static.
1048 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1049 of accessing breakpoint_chain.
1050
1051 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1052
1053 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1054 to a gdb::function_view and return value to bool.
1055 * breakpoint.h (iterate_over_breakpoints): Likewise.
1056 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1057 (pop_dummy_frame): Update.
1058 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1059 (gdbscm_breakpoints): Update.
1060 * python/py-breakpoint.c (build_bp_list): Update.
1061 (gdbpy_breakpoints): Update.
1062 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1063 Update.
1064 (bpfinishpy_handle_stop): Update.
1065 (bpfinishpy_handle_exit): Update.
1066 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1067 (svr4_update_solib_event_breakpoints): Update.
1068
1069 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1070
1071 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1072 when unwrapping single-field structs.
1073
1074 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1075
1076 * dwarf2read.c: Remove includes.
1077
1078 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1079
1080 * ui-out.c (ui_out::call_do_message): Silence
1081 -Wformat-nonliteral warning.
1082
1083 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1084
1085 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1086 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1087 include: readline/tilde.h.
1088
1089 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1090
1091 * remote.c (remote_target::get_trace_status): Remove declaration of
1092 trace_regblock_size.
1093
1094 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1095
1096 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1097 (show_user): Remove declaration of cmdlist.
1098 * cli/cli-cmds.h (max_user_call_depth): Declare.
1099 * cli/cli-script.c (execute_user_command): Remove declaration
1100 of max_user_call_depth.
1101
1102 2019-10-11 Jim Wilson <jimw@sifive.com>
1103
1104 * gdbsupport/print-utils.h (pulongest): Fix comment.
1105 (plongest): Likewise.
1106 (phex): Add missing comment, mention leading zeros.
1107 (phex_nz): Add mention of no leading zeros to comment.
1108
1109 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1110 plongest instead of unsigned long long cast.
1111
1112 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1113
1114 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1115 for external_editor_command and gdbtk_test.
1116
1117 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1118
1119 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1120 * varobj.c (varobjdebug): Move comment to...
1121 * varobj.h (varobjdebug): ...here, and declare.
1122
1123 2019-10-09 Tom Tromey <tom@tromey.com>
1124
1125 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1126 erase_data_content.
1127
1128 2019-10-09 Tom Tromey <tom@tromey.com>
1129
1130 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1131 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1132 * tui/tui-command.c (tui_cmd_window::resize)
1133 (tui_refresh_cmd_win): Update.
1134 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1135 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1136 * tui/tui-data.c (~tui_gen_win_info): Remove.
1137 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1138 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1139 (tui_redisplay_readline, tui_mld_flush)
1140 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1141 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1142 (tui_data_window::erase_data_content)
1143 (tui_data_item_window::rerender)
1144 (tui_data_item_window::refresh_window): Update.
1145 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1146 (box_win, tui_gen_win_info::make_window)
1147 (tui_gen_win_info::make_visible): Update.
1148 (tui_delete_win): Remove.
1149 * tui/tui-winsource.c
1150 (tui_source_window_base::do_erase_source_content): Update.
1151 (tui_show_source_line, tui_source_window_base::update_tab_width)
1152 (tui_source_window_base::update_exec_info): Update.
1153 * tui/tui-data.h (struct curses_deleter): New.
1154 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1155 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1156
1157 2019-10-09 Tom Tromey <tom@tromey.com>
1158
1159 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1160
1161 2019-10-09 Tom Tromey <tom@tromey.com>
1162
1163 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1164 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1165
1166 2019-10-09 Tom Tromey <tom@tromey.com>
1167
1168 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1169 window height directly.
1170 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1171 declare.
1172 * tui/tui-layout.c (tui_default_win_height): Remove.
1173 (tui_default_win_viewport_height): Remove.
1174
1175 2019-10-09 Tom Tromey <tom@tromey.com>
1176
1177 * tui/tui.h: Remove comments.
1178
1179 2019-10-09 Tom de Vries <tdevries@suse.de>
1180
1181 * python/lib/gdb/printer/bound_registers.py: Use
1182 '^builtin_type_bound128' as regexp argument for
1183 add_builtin_pretty_printer.
1184
1185 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1186
1187 * guile/guile.c (guile_extension_script_ops): Remove forward
1188 declaration and mark as static.
1189 (guile_script_ops): Likewise.
1190 (extension_language_guile): Move further down in the file so
1191 it can reference the definitions for guile_{extension_,}script_ops.
1192
1193 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1194
1195 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1196 except SORTL, DFLTCC, and KDSA.
1197
1198 2019-10-08 Tom Tromey <tromey@adacore.com>
1199
1200 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1201 (struct safe_symbol_file_add_args): Remove.
1202
1203 2019-10-08 Tom Tromey <tromey@adacore.com>
1204
1205 * windows-nat.c: Don't include buildsym-legacy.h.
1206
1207 2019-10-08 Tom Tromey <tromey@adacore.com>
1208
1209 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1210
1211 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1212
1213 * gdbtypes.c (overload_debug): Move comment to header.
1214 * gdbtypes.h (overload_debug): Declare.
1215 * valops.c: Remove declaration of overload_debug, instead
1216 include gdbtypes.h.
1217
1218 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1219
1220 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1221 through _().
1222 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1223 move comment...
1224 * language.h (lang_frame_mismatch_warn): ... here. Also add
1225 declaration.
1226 * top.c (lang_frame_mismatch_warn): Remove declaration.
1227 (check_frame_language_change): Pass lang_frame_mismatch_warn
1228 through _().
1229
1230 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1231
1232 * c-lang.h (vtbl_ptr_name): Declare.
1233 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1234 it from the header.
1235 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1236
1237 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1238
1239 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1240 gdb_static_assert.
1241
1242 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1243
1244 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1245 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1246 * ctfread.c: New file.
1247 * ctfread.h: New file.
1248 * elfread.c: Include ctfread.h.
1249 (struct elfinfo text_p): New member ctfsect.
1250 (elf_locate_sections): Mark CTF section.
1251 (elf_symfile_read): Call elfctf_build_psymtabs.
1252 * Makefile.in (LIBCTF): Add.
1253 (CLIBS): Use it.
1254 (CDEPS): Likewise.
1255 (DIST): Add ctfread.c.
1256
1257 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * ctfread.c (struct nextfield): Renamed to ...
1260 (struct ctf_nextfield): ... this.
1261 (struct field_info): Renamed to ...
1262 (strut ctf_field_info): ... this.
1263 (attach_fields_to_type): Update for renamed structures.
1264 (ctf_add_member_cb): Likewise.
1265 (ctf_add_enum_member_cb): Likewise.
1266 (process_struct_members): Likewise.
1267 (process_enum_type): Likewise.
1268
1269 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1270
1271 * tracectf.h: Rename, was ctf.h.
1272 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1273 * tracefile.c: Likewise.
1274 * tracepoint.c: Remove unused include ctf.h.
1275 * mi/mi-main.c: Likewise.
1276 * Makefile.in Replace ctf.c with tracectf.c.
1277
1278 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1279
1280 * version.in: Change version number to "9.0.50.DATE-git".
1281
1282 2019-10-03 Tom Tromey <tom@tromey.com>
1283
1284 PR rust/24976:
1285 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1286
1287 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1290 cp_search_name_hash.
1291 * NEWS: Add entry about nested function support.
1292
1293 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1294 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1297 for nested static variables when searchin VAR_DOMAIN.
1298 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1299 global scope, update comment.
1300 (add_partial_subprogram): Call add_partial_subprogram recursively
1301 for nested subroutines when processinng Fortran.
1302 (load_partial_dies): Process the child entities of a subprogram
1303 when processing Fortran.
1304 (partial_die_parent_scope): Handle building scope
1305 for Fortran nested functions.
1306 (process_die): Record that nested functions have a scope.
1307 (new_symbol): Always record Fortran subprograms on the global
1308 symbol list.
1309 (determine_prefix): How to build the prefix for Fortran
1310 subprograms.
1311
1312 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1315 have just sent the thread a SIGSTOP and are waiting for it to
1316 arrive.
1317
1318 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * btrace.c (btrace_add_pc): Remove whitespace before the template
1321 parameter in 'std::vector <...>'.
1322 (parse_xml_btrace_block): Likewise.
1323 (btrace_maint_decode_pt): Likewise.
1324 (btrace_maint_update_packets): Likewise.
1325 (btrace_maint_print_packets): Likewise.
1326 * btrace.h (struct btrace_maint_info): Likewise.
1327 * dwarf2read.c (struct type_unit_group): Likewise.
1328 (build_type_psymtabs_reader): Likewise.
1329 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1330 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1331 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1332
1333 2019-10-03 Tom de Vries <tdevries@suse.de>
1334
1335 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1336 the first line of the help text for set/show style metadata.
1337
1338 2019-10-02 Tom Tromey <tromey@adacore.com>
1339
1340 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1341 * gdbsupport/common-inferior.c: New file.
1342 * infcmd.c (startup_with_shell): Don't define.
1343 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1344 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1345 * inferior.h (startup_with_shell): Don't declare.
1346
1347 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1348
1349 * gdbsupport/gdb_assert.h: Include errors.h.
1350 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1351
1352 2019-10-02 Tom Tromey <tromey@adacore.com>
1353
1354 * NEWS: Add $_ada_exception entry.
1355 * ada-lang.c (struct ada_catchpoint): Add constructor.
1356 <m_kind>: New member.
1357 (allocate_location_exception, re_set_exception): Remove
1358 "ex" parameter.
1359 (should_stop_exception): Compute $_ada_exception.
1360 (check_status_exception, print_it_exception)
1361 (print_one_exception, print_mention_exception): Remove
1362 "ex" parameter.
1363 (allocate_location_catch_exception, re_set_catch_exception)
1364 (check_status_exception, print_it_catch_exception)
1365 (print_one_catch_exception, print_mention_catch_exception)
1366 (print_recreate_catch_exception)
1367 (allocate_location_catch_exception_unhandled)
1368 (re_set_catch_exception_unhandled)
1369 (check_status_exception, print_it_catch_exception_unhandled)
1370 (print_one_catch_exception_unhandled)
1371 (print_mention_catch_exception_unhandled)
1372 (print_recreate_catch_exception_unhandled)
1373 (allocate_location_catch_assert, re_set_catch_assert)
1374 (check_status_assert, print_it_catch_assert)
1375 (print_one_catch_assert, print_mention_catch_assert)
1376 (print_recreate_catch_assert)
1377 (allocate_location_catch_handlers, re_set_catch_handlers)
1378 (check_status_handlers, print_it_catch_handlers)
1379 (print_one_catch_handlers, print_mention_catch_handlers)
1380 (print_recreate_catch_handlers): Remove.
1381 (create_ada_exception_catchpoint): Update.
1382 (initialize_ada_catchpoint_ops): Update.
1383
1384 2019-10-02 Tom Tromey <tromey@adacore.com>
1385
1386 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1387 (create_excep_cond_exprs): Simplify exception string computation.
1388 (ada_exception_catchpoint_cond_string): Likewise.
1389
1390 2019-10-02 Tom Tromey <tromey@adacore.com>
1391
1392 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1393 * ada-lang.c (lesseq_defined_than): Handle
1394 LOC_STATIC.
1395 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1396 parameter.
1397 (dwarf2_has_info): Likewise.
1398 (new_symbol): Set maybe_copied on symbol when
1399 appropriate.
1400 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1401 parameter.
1402 <can_copy>: New member.
1403 * elfread.c (record_minimal_symbol): Set maybe_copied
1404 on symbol when appropriate.
1405 (elf_symfile_read): Update call to dwarf2_has_info.
1406 * minsyms.c (lookup_minimal_symbol_linkage): New
1407 function.
1408 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1409 * symtab.c (get_symbol_address, get_msymbol_address):
1410 New functions.
1411 * symtab.h (get_symbol_address, get_msymbol_address):
1412 Declare.
1413 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1414 maybe_copied.
1415 (struct symbol, struct minimal_symbol) <maybe_copied>:
1416 New member.
1417
1418 2019-10-02 Tom Tromey <tromey@adacore.com>
1419
1420 * source.c (struct current_source_location): New.
1421 (current_source_key): New global.
1422 (current_source_symtab, current_source_line)
1423 (current_source_pspace): Remove.
1424 (get_source_location): New function.
1425 (get_current_source_symtab_and_line)
1426 (set_default_source_symtab_and_line)
1427 (set_current_source_symtab_and_line)
1428 (clear_current_source_symtab_and_line, select_source_symtab)
1429 (info_source_command, print_source_lines_base)
1430 (info_line_command, search_command_helper, _initialize_source):
1431 Update.
1432
1433 2019-10-02 Tom Tromey <tromey@adacore.com>
1434
1435 * source.c (select_source_symtab): Don't call
1436 decode_line_with_current_source.
1437
1438 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * symtab.c (lookup_global_symbol): Search global block.
1441
1442 2019-10-02 Tom Tromey <tromey@adacore.com>
1443
1444 * coffread.c (process_coff_symbol): Update.
1445 * dwarf2read.c (var_decode_location, new_symbol): Update.
1446 * mdebugread.c (parse_symbol): Update.
1447 * objfiles.c (relocate_one_symbol): Update.
1448 * stabsread.c (define_symbol, fix_common_block)
1449 (scan_file_globals): Update.
1450 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1451 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1452 * xcoffread.c (process_xcoff_symbol): Update.
1453
1454 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1455
1456 * MAINTAINERS: Update my email address.
1457
1458 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1461 std::vector.
1462 (build_type_psymtabs_reader): Update for std::vector.
1463 (build_type_psymtab_dependencies): Likewise.
1464 * dwarf2read.h: Remove use of DEF_VEC_P.
1465 (typedef sig_type_ptr): Delete.
1466
1467 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1470 to std::vector.
1471 (btrace_maint_decode_pt): Likewise, and move allocation of the
1472 vector outside of the loop.
1473 (btrace_maint_update_packets): Update to handle change from VEC to
1474 std::vector.
1475 (btrace_maint_print_packets): Likewise.
1476 (maint_info_btrace_cmd): Likewise.
1477 * btrace.h: Remove use of DEF_VEC_O.
1478 (typedef btrace_pt_packet_s): Delete.
1479 (struct btrace_maint_info) <packets>: Change fromm VEC to
1480 std::vector.
1481 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1482
1483 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1486 make accesses into the vector constant references.
1487 (btrace_add_pc): Update for std::vector.
1488 (btrace_stitch_bts): Likewise.
1489 (parse_xml_btrace_block): Likewise.
1490 (btrace_maint_update_packets): Likewise.
1491 (btrace_maint_print_packets): Likewise.
1492 (maint_info_btrace_cmd): Likewise.
1493 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1494 std::vector.
1495 (btrace_data::empty): Likewise.
1496 (btrace_data_append): Likewise.
1497 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1498 (typedef btrace_block_s): Delete.
1499 (struct btrace_block): Add constructor.
1500 (struct btrace_data_bts) <blocks>: Change to std::vector.
1501 * nat/linux-btrace.c (perf_event_read_bts): Update for
1502 std::vector.
1503 (linux_read_bts): Likewise.
1504
1505 2019-10-01 Tom Tromey <tom@tromey.com>
1506
1507 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1508
1509 2019-10-01 Tom Tromey <tom@tromey.com>
1510
1511 * stack.c (print_frame, info_frame_command_core): Use
1512 styled_string.
1513 * linux-thread-db.c (try_thread_db_load_1)
1514 (try_thread_db_load_from_pdir_1): Use styled_string.
1515 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1516 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1517 (maybe_print_unsupported_script_warning)
1518 (maybe_print_script_not_found_warning): Use styled_string.
1519 * ada-lang.c (user_select_syms): Use styled_string.
1520
1521 2019-10-01 Tom Tromey <tom@tromey.com>
1522
1523 * p-lang.c (pascal_printstr): Use metadata style.
1524 * value.c (show_convenience): Use metadata style.
1525 * valprint.c (valprint_check_validity, val_print_optimized_out)
1526 (val_print_not_saved, val_print_unavailable)
1527 (val_print_invalid_address, generic_val_print, val_print)
1528 (value_check_printable, val_print_array_elements): Use metadata
1529 style.
1530 * ui-out.h (class ui_out) <field_fmt>: New overload.
1531 <do_field_fmt>: Add style parameter.
1532 * ui-out.c (ui_out::field_fmt): New overload.
1533 * typeprint.c (type_print_unknown_return_type)
1534 (val_print_not_allocated, val_print_not_associated): Use metadata
1535 style.
1536 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1537 parameter.
1538 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1539 * tracepoint.c (tvariables_info_1): Use metadata style.
1540 * stack.c (print_frame_arg, print_frame_info, print_frame)
1541 (info_frame_command_core): Use metadata style.
1542 * skip.c (info_skip_command): Use metadata style.
1543 * rust-lang.c (rust_print_enum): Use metadata style.
1544 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1545 metadata style.
1546 * python/py-framefilter.c (py_print_single_arg): Use metadata
1547 style.
1548 * printcmd.c (do_one_display, print_variable_and_value): Use
1549 metadata style.
1550 * p-valprint.c (pascal_val_print)
1551 (pascal_object_print_value_fields): Use metadata style.
1552 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1553 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1554 parameter.
1555 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1556 * m2-valprint.c (m2_print_long_set): Use metadata style.
1557 * m2-typeprint.c (m2_print_type): Use metadata style.
1558 * infcmd.c (print_return_value_1): Use metadata style.
1559 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1560 * f-valprint.c (info_common_command_for_block): Use metadata
1561 style.
1562 * f-typeprint.c (f_type_print_base): Use metadata style.
1563 * expprint.c (print_subexp_standard): Use metadata style.
1564 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1565 * cli/cli-style.h (class cli_style_option): Add constructor.
1566 (metadata_style): Declare.
1567 * cli/cli-style.c (metadata_style): New global.
1568 (_initialize_cli_style): Register metadata style.
1569 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1570 parameter.
1571 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1572 * c-typeprint.c (c_type_print_base_struct_union)
1573 (c_type_print_base_1): Use metadata style.
1574 * breakpoint.c (watchpoint_value_print)
1575 (print_one_breakpoint_location): Use metadata style.
1576 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1577 style.
1578 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1579 style.
1580 * ada-valprint.c (val_print_packed_array_elements, printstr)
1581 (print_field_values, ada_val_print_ref, ada_val_print): Use
1582 metadata style.
1583 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1584 style.
1585 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1586 style.
1587 * ada-lang.c (user_select_syms): Use metadata style.
1588
1589 2019-10-01 Tom Tromey <tom@tromey.com>
1590
1591 * cli/cli-cmds.c (pwd_command): Style output.
1592
1593 2019-10-01 Pedro Alves <palves@redhat.com>
1594 Tom Tromey <tom@tromey.com>
1595
1596 * symtab.c (print_symbol_info): Use %ps.
1597 (print_msymbol_info): Use %ps.
1598 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1599 * printcmd.c (print_variable_and_value): Use %ps.
1600 * macrocmd.c (show_pp_source_pos): Use %ps.
1601 * infrun.c (print_exited_reason): Use ui_out::message.
1602 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1603 (describe_other_breakpoints): Use ui_out::message and new
1604 formats.
1605 (say_where): Use new formats.
1606 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1607 and new formats.
1608
1609 2019-10-01 Pedro Alves <palves@redhat.com>
1610 Tom Tromey <tom@tromey.com>
1611
1612 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1613 (test_gdb_formats): New function.
1614 (run_tests): Call it.
1615 (test_format_specifier): Update.
1616 * utils.h (fputs_filtered): Update comment.
1617 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1618 (fputs_styled_unfiltered): Declare.
1619 * utils.c (fputs_styled_unfiltered): New function.
1620 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1621 (vfprintf_filtered): Update.
1622 (vfprintf_unfiltered, vprintf_filtered): Update.
1623 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1624 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1625 disallow_ui_out_field>: New constants.
1626 (enum class field_kind): New.
1627 (struct base_field_s, struct signed_field_s): New.
1628 (signed_field): New function.
1629 (struct string_field_s): New.
1630 (string_field): New function.
1631 (struct styled_string_s): New.
1632 (styled_string): New function.
1633 (class ui_out) <message>: Add comment.
1634 <vmessage, call_do_message>: New methods.
1635 <do_message>: Add style parameter.
1636 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1637 methods.
1638 (ui_out::message): Rewrite.
1639 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1640 parameter.
1641 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1642 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1643 gdb_extensions parameter.
1644 (class format_piece): Add parameter to constructor.
1645 (n_int_args): New field.
1646 * gdbsupport/format.c (format_pieces::format_pieces): Add
1647 gdb_extensions parameter. Handle '*'.
1648 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1649 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1650 vfprintf_styled_no_gdbfmt.
1651 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1652 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1653 unfiltered output.
1654 * ui-style.h (struct ui_file_style) <ptr>: New method.
1655
1656 2019-10-01 Tom Tromey <tom@tromey.com>
1657
1658 * unittests/format_pieces-selftests.c: Update. Add final format.
1659 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1660 empty literal pieces.
1661
1662 2019-10-01 Tom Tromey <tom@tromey.com>
1663
1664 * ui-out.h (enum class ui_out_style_kind): Remove.
1665 (class ui_out) <field_string, field_stsream, do_field_string>:
1666 Change type of "style".
1667 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1668 (ui_out::field_string): Update.
1669 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1670 of "style".
1671 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1672 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1673 * stack.c (print_frame_arg, print_frame_info, print_frame):
1674 Update.
1675 * source.c (print_source_lines_base): Update.
1676 * solib.c (info_sharedlibrary_command): Update.
1677 * skip.c (info_skip_command): Update.
1678 * record-btrace.c (btrace_call_history_src_line)
1679 (btrace_call_history): Update.
1680 * python/py-framefilter.c (py_print_frame): Update.
1681 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1682 "style".
1683 * mi/mi-out.c (mi_ui_out::do_table_header)
1684 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1685 (mi_ui_out::do_field_string): Update.
1686 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1687 Update.
1688 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1689 "style".
1690 * cli-out.c (cli_ui_out::do_table_header)
1691 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1692 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1693 (cli_ui_out::do_field_fmt): Update.
1694 * breakpoint.c (print_breakpoint_location): Update.
1695 (update_static_tracepoint): Update.
1696
1697 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1698
1699 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1700 conversion of gdb_datadir.
1701 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1702 remove not needed c_str ().
1703
1704 2019-09-30 Ali Tamur <tamur@google.com>
1705
1706 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1707 (dwarf2_string_attr): Likewise.
1708
1709 2019-09-30 Ali Tamur <tamur@google.com>
1710
1711 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1712 (process_full_type_unit): Likewise.
1713 (dump_die_shallow): Likewise.
1714 (cu_debug_loc_section): Likewise.
1715
1716 2019-09-28 Christian Biesinger <cbiesinger@google.com>
1717
1718 * minsyms.c (compare_minimal_symbols): Rename to...
1719 (minimal_symbol_is_less_than): ...this, and adjust to STL
1720 conventions (return bool, take arguments as references)
1721 (minimal_symbol_reader::install): Call std::sort instead
1722 of qsort.
1723
1724 2019-09-29 Christian Biesinger <cbiesinger@google.com>
1725
1726 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1727 hash and why.
1728 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1729 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1730
1731 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1732
1733 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1734 * psympriv.h (add_psymbol_to_list): Move comment here and update
1735 it.
1736
1737 2019-09-29 Tom de Vries <tdevries@suse.de>
1738
1739 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1740 Use $tmpdir/$(basename "$output_file").dwz instead of
1741 "${output_file}.dwz".
1742
1743 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1744
1745 PR gdb/25045
1746 * hppa-linux-nat.c: Include gdbarch.h.
1747
1748 2019-09-26 Christian Biesinger <cbiesinger@google.com>
1749
1750 * blockframe.c (find_pc_partial_function): Change return type to bool.
1751 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1752 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1753 (stub_gnu_ifunc_resolve_name): Likewise.
1754 * symtab.c (compare_filenames_for_search): Likewise.
1755 (compare_glob_filenames_for_search): Likewise.
1756 (matching_obj_sections): Likewise.
1757 (symbol_matches_domain): Likewise.
1758 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1759 (find_line_pc): Change return type to bool.
1760 (find_line_pc_range): Likewise.
1761 (producer_is_realview): Likewise.
1762 * symtab.h (symbol_matches_domain): Likewise.
1763 (find_pc_partial_function): Likewise.
1764 (find_pc_line_pc_range): Likewise.
1765 (in_gnu_ifunc_stub): Likewise.
1766 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1767 (find_line_pc): Likewise.
1768 (find_line_pc_range): Likewise.
1769 (matching_obj_sections): Likewise.
1770 (find_line_symtab): Change out parameter to bool.
1771 (producer_is_realview): Change return type to bool.
1772 (compare_filenames_for_search): Likewise.
1773 (compare_glob_filenames_for_search): Likewise.
1774
1775 2019-09-26 Tom Tromey <tom@tromey.com>
1776
1777 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1778 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1779 * gdb_usleep.h: Remove.
1780 * gdb_usleep.c: Remove.
1781 * utils.c: Don't include gdb_usleep.h.
1782
1783 2019-09-26 Tom Tromey <tromey@adacore.com>
1784
1785 * python/py-type.c (type_to_type_object): Call check_typedef
1786 for stub types.
1787
1788 2019-09-26 Tom Tromey <tom@tromey.com>
1789
1790 * utils.h (initialize_utils): Don't declare.
1791 * top.c (gdb_init): Don't call initialize_utils.
1792 * utils.c (initialize_utils): Remove. Move contents...
1793 (_initialize_utils): ... here.
1794
1795 2019-09-25 Tom Tromey <tom@tromey.com>
1796
1797 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1798 * utils.h (make_hex_string): Don't declare.
1799 * utils.c (make_hex_string): Remove.
1800
1801 2019-09-24 Tom de Vries <tdevries@suse.de>
1802
1803 PR gdb/23815
1804 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1805 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1806
1807 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1808
1809 * NEWS: Mention new simulator port for PRU.
1810
1811 2019-09-23 Christian Biesinger <cbiesinger@google.com>
1812
1813 * ada-exp.y (write_object_remaining): Update.
1814 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1815 and eliminate the static buffer.
1816 (ada_decode_symbol): Update.
1817 (ada_la_decode): Update.
1818 (ada_sniff_from_mangled_name): Update.
1819 (is_valid_name_for_wild_match): Update.
1820 (ada_lookup_name_info::matches): Update and simplify.
1821 (name_matches_regex): Update.
1822 (ada_add_global_exceptions): Update.
1823 * ada-lang.h (ada_decode): Update signature.
1824 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1825 * dwarf-index-write.c (debug_names::insert): Update.
1826
1827 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1828
1829 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1830 formatting.
1831
1832 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1833
1834 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1835 Change "nonzero" to "true" in documentation.
1836
1837 2019-09-20 Christian Biesinger <cbiesinger@google.com>
1838
1839 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1840 (_initialize_darwin_solib): Don't set
1841 darwin_so_ops.lookup_lib_global_symbol.
1842 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1843 set_gdbarch_iterate_over_objfiles_in_search_order.
1844 (elf_lookup_lib_symbol): Rename to...
1845 (svr4_iterate_over_objfiles_in_search_order): this, and update
1846 to iterate semantics.
1847 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1848 * solib.c (solib_global_lookup): Remove.
1849 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1850 (solib_global_lookup): Remove.
1851 * symtab.c (lookup_global_or_static_symbol): Remove call to
1852 solib_global_lookup.
1853
1854 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1855
1856 * NEWS: Move entries about default MI version now being
1857 version 3, and about the GDB/MI fix for multi-location
1858 breakpoints to the "since GDB 8.3" section.
1859
1860 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1861
1862 GDB 8.3.1 released.
1863
1864 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1865
1866 * NEWS: Mention that Cell/B.E. debugging support was removed.
1867 * MAINTAINERS: Remove spu target.
1868
1869 * config/djgpp/fnchange.lst: Remove entries for removed files.
1870
1871 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1872 spu-multiarch.o, and spu-tdep.o.
1873 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1874 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1875 spu-multiarch.c, and spu-tdep.c.
1876 * spu-linux-nat.c: Remove file.
1877 * spu-multiarch.c: Remove file.
1878 * spu-tdep.c: Remove file.
1879 * spu-tdep.h: Remove file.
1880 * solib-spu.c: Remove file.
1881 * solib-spu.h: Remove file.
1882
1883 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1884 * configure.nat (spu-linux): Remove.
1885 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1886 solib-multiarch.o from gdb_target_obs.
1887 (spu*-*-*): Remove.
1888
1889 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1890 feature flag.
1891 (ppc_linux_no_features): Update.
1892 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1893 Cell/B.E. support.
1894 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1895 (tdesc_powerpc_cell64l): Likewise.
1896 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1897 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1898 Cell/B.E. support.
1899 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1900 Do not include "features/rs6000/powerpc-cell32l.c" or
1901 "features/rs6000/powerpc-cell64l.c".
1902 (ppc_linux_spu_section): Remove.
1903 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1904 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1905 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1906 (ppc_linux_spe_context_lookup): Remove.
1907 (ppc_linux_spe_context_inferior_created): Remove.
1908 (ppc_linux_spe_context_solib_loaded): Remove.
1909 (ppc_linux_spe_context_solib_unloaded): Remove.
1910 (ppc_linux_spe_context): Remove.
1911 (struct ppu2spu_cache): Remove.
1912 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1913 (struct ppu2spu_data): Remove.
1914 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1915 ppu2spu_unwind): Remove.
1916 (ppc_linux_init_abi): Remove Cell/B.E. support.
1917 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1918
1919 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1920 (rs6000/powerpc-cell64l-expedite): Likewise
1921 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1922 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1923 rs6000/powerpc-cell64l.xml.
1924 * features/rs6000/powerpc-cell32l.xml: Remove.
1925 * features/rs6000/powerpc-cell64l.xml: Likewise.
1926 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1927 * features/rs6000/powerpc-cell64l.c: Likewise.
1928 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1929 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1930 * regformats/reg-spu.dat: Remove.
1931
1932 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1933 * corelow.c (struct spuid_list): Remove.
1934 (add_to_spuid_list): Remove.
1935 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1936 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1937 (remote_protocol_features): Remove associated entries.
1938 (_initialize_remote): No longer initialize them.
1939 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1940 * linux-nat.c (SPUFS_MAGIC): Remove.
1941 (linux_proc_xfer_spu): Remove.
1942 (spu_enumerate_spu_ids): Remove.
1943 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1944 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1945 (linux_make_corefile_notes): No longer call it.
1946
1947 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1948 (cooked_write_test): Likewise.
1949
1950 2019-09-20 Tom Tromey <tom@tromey.com>
1951
1952 * NEWS: Mention case-sensitivity of TUI commands.
1953 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1954 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1955 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1956
1957 2019-09-20 Tom Tromey <tom@tromey.com>
1958
1959 * tui/tui-source.c (tui_source_window::set_contents): Use
1960 make_unique_xstrdup.
1961 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1962 make_unique_xstrdup.
1963
1964 2019-09-20 Tom Tromey <tom@tromey.com>
1965
1966 * tui/tui-data.c: Remove separator comments.
1967 * tui/tui-layout.c: Remove separator comments.
1968 * tui/tui-win.c: Remove separator comments.
1969 * tui/tui-wingeneral.c: Remove separator comments.
1970
1971 2019-09-20 Tom Tromey <tom@tromey.com>
1972
1973 * tui/tui.h (strcat_to_buf): Don't declare.
1974 * tui/tui.c (strcat_to_buf): Remove.
1975
1976 2019-09-20 Tom Tromey <tom@tromey.com>
1977
1978 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1979 from "fullname".
1980 * tui/tui-source.c (tui_source_window::set_contents)
1981 (tui_source_window::location_matches_p)
1982 (tui_source_window::maybe_update): Update.
1983
1984 2019-09-20 Tom Tromey <tom@tromey.com>
1985
1986 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1987 Update.
1988 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1989 prefix.
1990 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1991 (tui_data_window::line_from_reg_element_no)
1992 (tui_data_window::first_reg_element_no_inline)
1993 (tui_data_window::show_registers)
1994 (tui_data_window::show_register_group)
1995 (tui_data_window::display_registers_from)
1996 (tui_data_window::display_registers_from_line)
1997 (tui_data_window::first_data_item_displayed)
1998 (tui_data_window::delete_data_content_windows)
1999 (tui_data_window::erase_data_content)
2000 (tui_data_window::do_scroll_vertical)
2001 (tui_data_window::refresh_window)
2002 (tui_data_window::check_register_values): Update.
2003
2004 2019-09-20 Tom Tromey <tom@tromey.com>
2005
2006 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2007 (struct tui_locator_window) <full_name, proc_name>: Now
2008 std::string.
2009 * tui/tui-stack.c (tui_locator_window::make_status_line)
2010 (tui_locator_window::set_locator_fullname)
2011 (tui_locator_window::set_locator_info): Update.
2012 * tui/tui-source.c (tui_source_window::set_contents)
2013 (tui_source_window::showing_source_p): Update.
2014
2015 2019-09-20 Tom Tromey <tom@tromey.com>
2016
2017 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2018 Don't call tui_locator_win_info_ptr.
2019
2020 2019-09-20 Tom Tromey <tom@tromey.com>
2021
2022 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2023
2024 2019-09-20 Tom Tromey <tom@tromey.com>
2025
2026 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2027 height for locator.
2028 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2029 * tui/tui-layout.c (show_source_disasm_command, show_data)
2030 (show_source_or_disasm_and_command): Use 1 as height for locator.
2031
2032 2019-09-20 Tom Tromey <tom@tromey.com>
2033
2034 * tui/tui.c (tui_enable): Update.
2035 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2036 Update.
2037 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2038 Update.
2039 * tui/tui-data.c (win_resized): Now bool.
2040 (tui_win_resized): Return bool.
2041 (tui_set_win_resized_to): Accept a bool.
2042
2043 2019-09-20 Tom Tromey <tom@tromey.com>
2044
2045 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2046 Change type of "refresh_values_only".
2047 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2048 type of "refresh_values_only".
2049
2050 2019-09-20 Tom Tromey <tom@tromey.com>
2051
2052 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2053 std::string.
2054 (tui_disassemble): Add "pos" parameter.
2055 (tui_disasm_window::set_contents): Simplify.
2056
2057 2019-09-20 Tom Tromey <tom@tromey.com>
2058
2059 * tui/tui-winsource.h (struct tui_source_window_base)
2060 <show_source_content>: Now private.
2061 * tui/tui-winsource.c
2062 (tui_source_window_base::show_source_content): Don't handle empty
2063 content case.
2064
2065 2019-09-20 Tom Tromey <tom@tromey.com>
2066
2067 * tui/tui-layout.c (show_source_disasm_command)
2068 (show_source_or_disasm_and_command): Don't call
2069 show_source_content.
2070
2071 2019-09-20 Tom Tromey <tom@tromey.com>
2072
2073 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2074 Declare.
2075 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2076 from tui_make_status_line.
2077 (tui_locator_window::rerender): Update.
2078
2079 2019-09-20 Tom Tromey <tom@tromey.com>
2080
2081 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2082 (tui_locator_window::rerender): Update.
2083
2084 2019-09-20 Tom Tromey <tom@tromey.com>
2085
2086 * tui/tui-winsource.h (struct tui_source_window_base)
2087 <~tui_source_window_base>: Don't declare.
2088 <fullname>: Remove.
2089 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2090 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2091 member.
2092 * tui/tui-source.c (tui_source_window::set_contents): Update.
2093 (tui_source_window::location_matches_p)
2094 (tui_source_window::maybe_update): Update.
2095
2096 2019-09-20 Tom Tromey <tom@tromey.com>
2097
2098 * tui/tui-winsource.h (~tui_source_element): Remove.
2099 (tui_source_element): Update.
2100 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2101 * tui/tui-winsource.c (tui_show_source_line): Update.
2102 * tui/tui-source.c (tui_source_window::set_contents): Update.
2103 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2104
2105 2019-09-20 Tom Tromey <tom@tromey.com>
2106
2107 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2108 declare.
2109 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2110 tui_clear_source_windows_detail.
2111 * tui/tui-winsource.h (struct tui_source_window_base)
2112 <clear_detail>: Don't declare.
2113 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2114 Remove.
2115 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2116
2117 2019-09-20 Tom Tromey <tromey@adacore.com>
2118
2119 PR ada/24919:
2120 * block.c (contained_in): Fix final return value.
2121
2122 2019-09-20 Alan Modra <amodra@gmail.com>
2123
2124 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2125 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2126 (read_indirect_string_from_dwz): Use bfd accessor.
2127 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2128 * machoread.c (macho_symfile_read_all_oso): Likewise.
2129 * solib.c (solib_bfd_open): Likewise.
2130
2131 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2132
2133 * eval.c: Move declaration of overload_resolution to...
2134 * value.h: ...here.
2135
2136 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2137
2138 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2139 * arm-linux-tdep.c: Likewise.
2140 * arm-nbsd-nat.c: Likewise.
2141 * arm-tdep.h: Declare arm_apcs_32.
2142 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2143
2144 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2145
2146 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2147 * dwarf2read.h: Declare dwarf_always_disassemble.
2148
2149 2019-09-19 Tom de Vries <tdevries@suse.de>
2150
2151 PR gdb/25009
2152 * source-cache.c (source_cache::ensure): Catch exception thrown during
2153 construction of the highlighter.
2154
2155 2019-09-18 Alan Modra <amodra@gmail.com>
2156
2157 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2158 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2159 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2160 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2161 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2162 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2163 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2164 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2165 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2166 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2167 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2168 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2169 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2170 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2171 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2172 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2173 * mi/mi-interp.c: Update throughout for bfd section macro and
2174 function changes.
2175 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2176 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2177
2178 2019-09-18 Tom Tromey <tom@tromey.com>
2179
2180 * NEWS: Add entry.
2181 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2182 call rl_initialize.
2183 (tui_enable): Do not call rl_initialize.
2184
2185 2019-09-18 Christian Groessler <chris@groessler.org>
2186
2187 * alpha-linux-nat.c: Include gdbarch.h.
2188
2189 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * ui-file.c: Include cli/cli-style.h.
2192 (term_cli_styling): Remove cli_styling declaration.
2193
2194 2019-09-18 Alan Modra <amodra@gmail.com>
2195
2196 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2197 to bfd_asymbol_section.
2198
2199 2019-09-18 Alan Modra <amodra@gmail.com>
2200
2201 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2202 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2203 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2204
2205 2019-09-18 Alan Modra <amodra@gmail.com>
2206
2207 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2208 * spu-linux-nat.c (spu_bfd_open): Likewise.
2209
2210 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2211
2212 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2213 to bool to match definition in dwarf2read.c.
2214
2215 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2216
2217 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2218 (print_signatures): Likewise.
2219 (trust_pad_over_xvs): Likewise.
2220 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2221 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2222 * arm-linux-nat.c (arm_apcs_32): Likewise.
2223 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2224 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2225 * arm-tdep.c (arm_debug): Likewise.
2226 (arm_apcs_32): Likewise.
2227 * auto-load.c (debug_auto_load): Likewise.
2228 (auto_load_gdb_scripts): Likewise.
2229 (global_auto_load): Likewise.
2230 (auto_load_local_gdbinit): Likewise.
2231 (auto_load_local_gdbinit_loaded): Likewise.
2232 * auto-load.h (global_auto_load): Likewise.
2233 (auto_load_local_gdbinit): Likewise.
2234 (auto_load_local_gdbinit_loaded): Likewise.
2235 * breakpoint.c (disconnected_dprintf): Likewise.
2236 (breakpoint_proceeded): Likewise.
2237 (automatic_hardware_breakpoints): Likewise.
2238 (always_inserted_mode): Likewise.
2239 (target_exact_watchpoints): Likewise.
2240 (_initialize_breakpoint): Update.
2241 * breakpoint.h (target_exact_watchpoints): Change to bool.
2242 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2243 * cli/cli-cmds.c (trace_commands): Likewise.
2244 * cli/cli-cmds.h (trace_commands): Likewise.
2245 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2246 to bool*.
2247 * cli/cli-logging.c (logging_overwrite): Change to bool.
2248 (logging_redirect): Likewise.
2249 (debug_redirect): Likewise.
2250 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2251 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2252 to bool.
2253 <boolean_option_def>: Update.
2254 (struct flag_option_def): Change default type of Context to bool
2255 from int.
2256 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2257 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2258 (get_setshow_command_value_string): Likewise.
2259 * cli/cli-style.c (cli_styling): Change to bool.
2260 (source_styling): Likewise.
2261 * cli/cli-style.h (source_styling): Likewise.
2262 (cli_styling): Likewise.
2263 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2264 to bool.
2265 * command.h (var_types): Update comment.
2266 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2267 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2268 bool.
2269 (debug_compile_cplus_scopes): Likewise.
2270 * compile/compile-internal.h (compile_debug): Likewise.
2271 * compile/compile.c (compile_debug): Likewise.
2272 (struct compile_options) <raw>: Likewise.
2273 * cp-support.c (catch_demangler_crashes): Likewise.
2274 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2275 (usr_cmd_cris_dwarf2_cfi): Likewise.
2276 * csky-tdep.c (csky_debug): Likewise.
2277 * darwin-nat.c (enable_mach_exceptions): Likewise.
2278 * dcache.c (dcache_enabled_p): Likewise.
2279 * defs.h (info_verbose): Likewise.
2280 * demangle.c (demangle): Likewise.
2281 (asm_demangle): Likewise.
2282 * dwarf-index-cache.c (debug_index_cache): Likewise.
2283 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2284 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2285 * dwarf2read.c (check_physname): Likewise.
2286 (use_deprecated_index_sections): Likewise.
2287 (dwarf_always_disassemble): Likewise.
2288 * eval.c (overload_resolution): Likewise.
2289 * event-top.c (set_editing_cmd_var): Likewise.
2290 (exec_done_display_p): Likewise.
2291 * event-top.h (set_editing_cmd_var): Likewise.
2292 (exec_done_display_p): Likewise.
2293 * exec.c (write_files): Likewise.
2294 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2295 (debug_fbsd_nat): Likewise.
2296 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2297 Likewise.
2298 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2299 <backtrace_past_entry> Likewise.
2300 * gdb-demangle.h (demangle): Likewise.
2301 (asm_demangle): Likewise.
2302 * gdb_bfd.c (bfd_sharing): Likewise.
2303 * gdbcore.h (write_files): Likewise.
2304 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2305 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2306 * gdbthread.h (print_thread_events): Likewise.
2307 * gdbtypes.c (opaque_type_resolution): Likewise.
2308 (strict_type_checking): Likewise.
2309 * gnu-nat.c (gnu_debug_flag): Likewise.
2310 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2311 * guile/scm-param.c (pascm_variable): Add boolval.
2312 (add_setshow_generic): Update.
2313 (pascm_param_value): Update.
2314 (pascm_set_param_value_x): Update.
2315 * hppa-tdep.c (hppa_debug): Change to bool..
2316 * infcall.c (may_call_functions_p): Likewise.
2317 (coerce_float_to_double_p): Likewise.
2318 (unwind_on_signal_p): Likewise.
2319 (unwind_on_terminating_exception_p): Likewise.
2320 * infcmd.c (startup_with_shell): Likewise.
2321 * inferior.c (print_inferior_events): Likewise.
2322 * inferior.h (startup_with_shell): Likewise.
2323 (print_inferior_events): Likewise.
2324 * infrun.c (step_stop_if_no_debug): Likewise.
2325 (detach_fork): Likewise.
2326 (debug_displaced): Likewise.
2327 (disable_randomization): Likewise.
2328 (non_stop): Likewise.
2329 (non_stop_1): Likewise.
2330 (observer_mode): Likewise.
2331 (observer_mode_1): Likewise.
2332 (set_observer_mode): Update.
2333 (sched_multi): Change to bool.
2334 * infrun.h (debug_displaced): Likewise.
2335 (sched_multi): Likewise.
2336 (step_stop_if_no_debug): Likewise.
2337 (non_stop): Likewise.
2338 (disable_randomization): Likewise.
2339 * linux-tdep.c (use_coredump_filter): Likewise.
2340 (dump_excluded_mappings): Likewise.
2341 * linux-thread-db.c (auto_load_thread_db): Likewise.
2342 (check_thread_db_on_load): Likewise.
2343 * main.c (captured_main_1): Update.
2344 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2345 xx2_opt, boolean_opt>: Change to bool.
2346 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2347 * maint.c (maintenance_profile_p): Likewise.
2348 (per_command_time): Likewise.
2349 (per_command_space): Likewise.
2350 (per_command_symtab): Likewise.
2351 * memattr.c (inaccessible_by_default): Likewise.
2352 * mi/mi-main.c (mi_async): Likewise.
2353 (mi_async_1): Likewise.
2354 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2355 * nat/fork-inferior.h (startup_with_shell): Likewise.
2356 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2357 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2358 * nios2-tdep.c (nios2_debug): Likewise.
2359 * or1k-tdep.c (or1k_debug): Likewise.
2360 * parse.c (parser_debug): Likewise.
2361 * parser-defs.h (parser_debug): Likewise.
2362 * printcmd.c (print_symbol_filename): Likewise.
2363 * proc-api.c (procfs_trace): Likewise.
2364 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2365 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2366 (set_parameter_value): Update.
2367 (add_setshow_generic): Update.
2368 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2369 to bool*.
2370 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2371 int*.
2372 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2373 * record-btrace.c (record_btrace_target::store_registers): Update.
2374 * record-full.c (record_full_memory_query): Change to bool.
2375 (record_full_stop_at_limit): Likewise.
2376 * record-full.h (record_full_memory_query): Likewise.
2377 * remote-notif.c (notif_debug): Likewise.
2378 * remote-notif.h (notif_debug): Likewise.
2379 * remote.c (use_range_stepping): Likewise.
2380 (interrupt_on_connect): Likewise.
2381 (remote_break): Likewise.
2382 * ser-tcp.c (tcp_auto_retry): Likewise.
2383 * ser-unix.c (serial_hwflow): Likewise.
2384 * skip.c (debug_skip): Likewise.
2385 * solib-aix.c (solib_aix_debug): Likewise.
2386 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2387 (spu_auto_flush_cache_p): Likewise.
2388 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2389 Likewise.
2390 (struct info_print_options) <quiet>: Likewise.
2391 * symfile-debug.c (debug_symfile): Likewise.
2392 * symfile.c (auto_solib_add): Likewise.
2393 (separate_debug_file_debug): Likewise.
2394 * symfile.h (auto_solib_add): Likewise.
2395 (separate_debug_file_debug): Likewise.
2396 * symtab.c (basenames_may_differ): Likewise.
2397 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2398 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2399 (struct info_types_options) <quiet>: Likewise.
2400 * symtab.h (demangle): Likewise.
2401 (basenames_may_differ): Likewise.
2402 * target-dcache.c (stack_cache_enabled_1): Likewise.
2403 (code_cache_enabled_1): Likewise.
2404 * target.c (trust_readonly): Likewise.
2405 (may_write_registers): Likewise.
2406 (may_write_memory): Likewise.
2407 (may_insert_breakpoints): Likewise.
2408 (may_insert_tracepoints): Likewise.
2409 (may_insert_fast_tracepoints): Likewise.
2410 (may_stop): Likewise.
2411 (auto_connect_native_target): Likewise.
2412 (target_stop_and_wait): Update.
2413 (target_async_permitted): Change to bool.
2414 (target_async_permitted_1): Likewise.
2415 (may_write_registers_1): Likewise.
2416 (may_write_memory_1): Likewise.
2417 (may_insert_breakpoints_1): Likewise.
2418 (may_insert_tracepoints_1): Likewise.
2419 (may_insert_fast_tracepoints_1): Likewise.
2420 (may_stop_1): Likewise.
2421 * target.h (target_async_permitted): Likewise.
2422 (may_write_registers): Likewise.
2423 (may_write_memory): Likewise.
2424 (may_insert_breakpoints): Likewise.
2425 (may_insert_tracepoints): Likewise.
2426 (may_insert_fast_tracepoints): Likewise.
2427 (may_stop): Likewise.
2428 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2429 (make_thread_apply_all_options_def_group): Change argument from int*
2430 to bool*.
2431 (thread_apply_all_command): Update.
2432 (print_thread_events): Change to bool.
2433 * top.c (confirm): Likewise.
2434 (command_editing_p): Likewise.
2435 (history_expansion_p): Likewise.
2436 (write_history_p): Likewise.
2437 (info_verbose): Likewise.
2438 * top.h (confirm): Likewise.
2439 (history_expansion_p): Likewise.
2440 * tracepoint.c (disconnected_tracing): Likewise.
2441 (circular_trace_buffer): Likewise.
2442 * typeprint.c (print_methods): Likewise.
2443 (print_typedefs): Likewise.
2444 * utils.c (debug_timestamp): Likewise.
2445 (sevenbit_strings): Likewise.
2446 (pagination_enabled): Likewise.
2447 * utils.h (sevenbit_strings): Likewise.
2448 (pagination_enabled): Likewise.
2449 * valops.c (overload_resolution): Likewise.
2450 * valprint.h (struct value_print_options) <prettyformat_arrays,
2451 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2452 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2453 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2454 Likewise.
2455 * windows-nat.c (new_console): Likewise.
2456 (cygwin_exceptions): Likewise.
2457 (new_group): Likewise.
2458 (debug_exec): Likewise.
2459 (debug_events): Likewise.
2460 (debug_memory): Likewise.
2461 (debug_exceptions): Likewise.
2462 (useshell): Likewise.
2463 * windows-tdep.c (maint_display_all_tib): Likewise.
2464 * xml-support.c (debug_xml): Likewise.
2465
2466 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2467
2468 * source.c (prepare_path_for_appending): New function.
2469 (openp): Make use of new function.
2470 (find_and_open_source): Search for the compilation directory and
2471 source file as a relative path beneath the directory search path.
2472
2473 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * source-cache.c (source_cache::get_line_charpos): Catch
2476 exceptions and return false, this matches the behaviour documented
2477 in the header file.
2478
2479 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2480
2481 * ada-tasks.c (info_task): Remove quoting of the task's name.
2482
2483 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2484
2485 * symfile.c (auto_solib_add): Replace comment with a reference
2486 to the header file.
2487
2488 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2489
2490 * NEWS: Mention that gdb can now be compiled with Python 3
2491 on Windows.
2492
2493 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * maint.c (maint_print_section_data::maint_print_section_data):
2496 Force use of 'float log10 (float)' by casting the argument to
2497 float.
2498
2499 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * maint.c: Add 'cmath' include.
2502 (struct maint_print_section_data): New structure.
2503 (print_section_index): New function.
2504 (print_bfd_section_info): Add header comment, small whitespace
2505 cleanup, and update to call new print_section_index function.
2506 (print_objfile_section_info): Likewise.
2507 (maint_obj_section_from_bfd_section): New function.
2508 (print_bfd_section_info_maybe_relocated): New function.
2509 (maintenance_info_sections): Add header comment, always use
2510 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2511
2512 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2515 inner scope, add check that the objfile has psymtabs before
2516 checking psymtabs_addrmap.
2517 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2518
2519 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2520
2521 * NEWS: Announce that Ada task names are now shown at more places,
2522 and between quotes (except in info task output).
2523 * gdb/ada-tasks.c (task_to_str): New function.
2524 (display_current_task_id): Call task_to_str.
2525 (task_command_1): Likewise.
2526 (print_ada_task_info): In non-mi mode, Properly align headers and data
2527 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2528
2529 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2530
2531 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2532 prstatus.pr_lwp.pr_info instead of making it up.
2533
2534 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2535
2536 * auto-load.c (auto_load_expand_dir_vars): Update.
2537 * defs.h (gdb_datadir): Change to std::string.
2538 (python_libdir): Likewise.
2539 (relocate_gdb_directory): Change return type to std::string.
2540 * guile/guile.c (gdbscm_data_directory): Update.
2541 (initialize_scheme_side): Update.
2542 * jit.c (jit_reader_dir): Change to std::string.
2543 (jit_reader_load_command): Update.
2544 * main.c (gdb_datadir): Change to std::string.
2545 (python_libdir): Likewise.
2546 (set_gdb_data_directory): Update.
2547 (relocate_path): Change to return std::string.
2548 (relocate_gdb_directory): Change to return std::string.
2549 (relocate_gdbinit_path_maybe_in_datadir): Update.
2550 (captured_main_1): Update.
2551 * python/python.c (do_start_initialization): Update.
2552 * top.c (show_gdb_datadir): Update.
2553 * xml-syscall.c (xml_init_syscalls_info): Update.
2554 (init_syscalls_info): Update.
2555
2556 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2557
2558 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2559 out of get_init_files.
2560 (get_init_files): Update.
2561
2562 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2563
2564 * main.c (get_init_files): Change to use std::string.
2565 (captured_main_1): Update.
2566 (print_gdb_help): Update.
2567
2568 2019-09-11 Ali Tamur <tamur@google.com>
2569
2570 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2571 implementation.
2572
2573 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2574
2575 * dbxread.c (read_dbx_symtab): Update.
2576 * dwarf2read.c (load_partial_dies): Update.
2577 * mdebugread.c (parse_partial_symbols): Update.
2578 (handle_psymbol_enumerators): Update.
2579 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2580 * psymtab.c (add_psymbol_to_bcache): Likewise.
2581 (add_psymbol_to_list): Likewise.
2582 * symtab.c (symbol_set_names): Likewise.
2583 * symtab.h (symbol_set_names): Likewise.
2584 * xcoffread.c (scan_xcoff_symtab): Update.
2585
2586 2019-09-11 Tom Tromey <tom@tromey.com>
2587
2588 * symfile-mem.c (symbol_file_add_from_memory): Use
2589 bfd_set_filename.
2590 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2591 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2592
2593 2019-09-10 Tom Tromey <tromey@adacore.com>
2594
2595 * dwarf-index-write.c (write_psymbols): Extend error message.
2596 (debug_names::insert): Add Ada code.
2597 (debug_names::write_psymbols): Remove Ada check.
2598 (debug_names) <m_string_obstack>: New member.
2599 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2600 (gdb_index_symbol_name_matcher::matches): Remove.
2601 (mapped_index_base::find_name_components_bounds): Add "lang"
2602 parameter.
2603 (mapped_index_base::build_name_components): Also split names
2604 according to Ada syntax.
2605 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2606 type of "match_callback".
2607 (check_match, check_find_bounds_finds)
2608 (dw2_expand_symtabs_matching): Update.
2609 (dw2_debug_names_iterator): Add new constructor.
2610 (dw2_debug_names_map_matching_symbols): New function.
2611 (dw2_debug_names_expand_symtabs_matching): Update.
2612 (dwarf2_debug_names_functions): Use
2613 dw2_debug_names_map_matching_symbols.
2614
2615 2019-09-10 Tom Tromey <tromey@adacore.com>
2616
2617 * dwarf2read.c (dw2_get_file_names_reader): Add the
2618 CU's file name to the results.
2619
2620 2019-09-10 Tom Tromey <tromey@adacore.com>
2621
2622 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2623 map_matching_symbols. Update.
2624 * dwarf2read.c (dw2_map_matching_symbols): Update.
2625 * psymtab.c (match_partial_symbol): Change type; update.
2626 (psym_map_matching_symbols): Likewise.
2627 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2628 type; update.
2629 * symfile.h (struct quick_symbol_functions)
2630 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2631 Remove "match".
2632
2633 2019-09-10 Tom Tromey <tromey@adacore.com>
2634
2635 * psymtab.c (map_block): Remove.
2636 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2637 * symtab.c (iterate_over_symbols_terminated): New function.
2638 * symtab.c (iterate_over_symbols_terminated): Declare.
2639
2640 2019-09-10 Tom Tromey <tromey@adacore.com>
2641
2642 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2643 * language.h (struct language_defn) <la_iterate_over_symbols>:
2644 Return bool.
2645 * symtab.c (iterate_over_symbols): Return bool.
2646 * symtab.h (iterate_over_symbols): Return bool.
2647
2648 2019-09-10 Tom Tromey <tromey@adacore.com>
2649
2650 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2651 (add_nonlocal_symbols): Update.
2652 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2653 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2654 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2655 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2656 Change type of "callback". Remove "data".
2657
2658
2659 2019-09-09 Ali Tamur <tamur@google.com>
2660
2661 * dwarf2read.c (comp_unit_head): Update comment.
2662 (dwarf2_dwo_name): New function declaration.
2663 (dwarf_unit_type_name): New function declaration.
2664 (read_comp_unit_head): Add support for new compilation units,
2665 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2666 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2667 (currently named as "signature") in their header. Also clarify error
2668 messages.
2669 (lookup_dwo_id): New function. Returns the dwo id of the given
2670 compile unit.
2671 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2672 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2673 functions.
2674 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2675 (dwarf2_dwo_name): Get the dwo name if present.
2676 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2677 purposes.
2678
2679 2019-09-09 Tom Tromey <tom@tromey.com>
2680
2681 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2682
2683 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2684
2685 * python/python.c (do_start_initialization): Make progname_copy static,
2686 to avoid a leak report.
2687
2688 2019-09-08 Tom Tromey <tom@tromey.com>
2689
2690 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2691
2692 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2693
2694 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2695 Change type to gdb::optional<block_enum>.
2696 (dw2_symtab_iter_init): Change block_index parameter type
2697 to gdb::optional<block_enum>.
2698 (dw2_lookup_symbol): Change block_index parameter
2699 type to block_enum.c
2700 (dw2_debug_names_lookup_symbol): Likewise.
2701 * psymtab.c (psym_lookup_symbol): Likewise.
2702 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2703 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2704 Likewise.
2705
2706 2019-09-06 Christian Biesinger <cbiesinger@google.com>
2707
2708 * defs.h (relocate_gdb_directory): Change int to bool in
2709 signature and rename flag to relocatable.
2710 * main.c (relocate_path): Likewise.
2711 (relocate_gdb_directory): Likewise.
2712
2713 2019-09-06 Alan Modra <amodra@gmail.com>
2714
2715 * coffread.c (coff_symfile_read): Constify filename variable.
2716 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2717 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2718 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2719 * solib.c (reload_shared_libraries_1): Likewise.
2720 * symfile.c (reread_symbols): Likewise.
2721 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2722 * solib-darwin.c (darwin_bfd_open): Likewise.
2723 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2724
2725 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2728 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2729
2730 2019-09-03 Tom Tromey <tromey@adacore.com>
2731
2732 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2733 types.
2734 (has_negatives): Unbias a range type bound.
2735 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2736 * gdbtypes.c (operator==): Handle new field.
2737 (create_range_type): Add "bias" parameter.
2738 (create_static_range_type, resolve_dynamic_range): Update.
2739 * gdbtypes.h (struct range_bounds) <bias>: New member.
2740 (create_range_type): Add bias parameter.
2741 * printcmd.c (print_scalar_formatted): Unbias range types.
2742 * value.c (unpack_long): Unbias range types.
2743 (pack_long): Bias range types.
2744
2745 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2746
2747 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2748 probe arguments.
2749
2750 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2751
2752 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2753 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2754 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2755 (compile_probe_arg): Likewise.
2756 * probe.h (get_argument_count): Likewise.
2757 * solib-svr4.c (solib_event_probe_action): Likewise.
2758 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2759
2760 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2761
2762 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2763 code to here...
2764 (svr4_create_solib_event_breakpoints): ...from here.
2765
2766 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2769 suffix from warning message.
2770
2771 2019-08-30 Tom Tromey <tom@tromey.com>
2772
2773 * tui/tui-winsource.h (struct tui_source_window_base)
2774 <refresh_all>: Don't declare.
2775 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2776 Remove.
2777 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2778 tui_show_locator_content.
2779 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2780 declare.
2781 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2782 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2783 declare.
2784
2785 2019-08-30 Tom Tromey <tom@tromey.com>
2786
2787 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2788
2789 2019-08-30 Tom Tromey <tom@tromey.com>
2790
2791 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2792 Remove unnecessary forward declarations.
2793
2794 2019-08-30 Tom Tromey <tom@tromey.com>
2795
2796 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2797 rerender.
2798 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2799 tui_show_locator_content.
2800
2801 2019-08-30 Tom Tromey <tom@tromey.com>
2802
2803 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2804 (tui_locator_window::rerender): Rewrite using body of previous
2805 tui_show_locator_content.
2806
2807 2019-08-30 Tom Tromey <tom@tromey.com>
2808
2809 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2810 set_locator_fullname>: New methods.
2811 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2812 Rename from tui_set_locator_fullname.
2813 (tui_locator_window::set_locator_info): Rename from
2814 tui_set_locator_info. Return bool.
2815 (tui_update_locator_fullname, tui_show_frame_info): Update.
2816
2817 2019-08-30 Tom Tromey <tom@tromey.com>
2818
2819 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2820
2821 2019-08-30 Tom Tromey <tom@tromey.com>
2822
2823 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2824 call touchwin.
2825
2826 2019-08-30 Tom Tromey <tom@tromey.com>
2827
2828 * tui/tui-wingeneral.c (box_win): Assume win_info and
2829 win_info->handle cannot be NULL.
2830
2831 2019-08-30 Tom Tromey <tom@tromey.com>
2832
2833 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2834 refresh_window>: Declare.
2835 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2836 resize.
2837 (tui_data_item_window::rerender): Rename from
2838 tui_display_register.
2839 (tui_data_item_window::refresh_window): New method.
2840 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2841 no-op.
2842
2843 2019-08-30 Tom Tromey <tom@tromey.com>
2844
2845 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2846 regs_column_count, current_group>: Move later. Now private.
2847 <get_current_group>: New method.
2848 * tui/tui-regs.c (tui_reg_command): Update.
2849 * tui/tui-layout.c (tui_set_layout): Update.
2850
2851 2019-08-30 Tom Tromey <tom@tromey.com>
2852
2853 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2854 (tui_data_window::rerender): Don't call
2855 check_and_display_highlight_if_needed.
2856 (tui_data_window::refresh_all): Remove call to
2857 erase_data_content.
2858
2859 2019-08-30 Tom Tromey <tom@tromey.com>
2860
2861 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2862 (tui_data_window::display_registers_from)
2863 (tui_data_window::display_reg_element_at_line)
2864 (tui_data_window::display_registers_from_line): Remove checks of
2865 "empty".
2866
2867 2019-08-30 Tom Tromey <tom@tromey.com>
2868
2869 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2870 Don't declare.
2871 * tui/tui-regs.c (tui_data_window::show_registers): Call
2872 rerender.
2873 (tui_data_window::rerender): Rename from display_all_data.
2874 (tui_data_window::rerender): Remove old implementation.
2875
2876 2019-08-30 Tom Tromey <tom@tromey.com>
2877
2878 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2879 text.
2880 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2881
2882 2019-08-29 Bernhard Wodok <barto@gmx.net>
2883 Sergio Durigan Junior <sergiodj@redhat.com>
2884
2885 PR win32/24284
2886 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2887
2888 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2891 when searching for types.
2892
2893 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * f-lang.c (f_language_defn): Use f_print_typedef.
2896 * f-lang.h (f_print_typedef): Declare.
2897 * f-typeprint.c (f_print_typedef): Define.
2898
2899 2019-08-27 Christian Biesinger <cbiesinger@google.com>
2900
2901 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2902
2903 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * cli/cli-utils.c (info_print_options_defs): Delete.
2906 (make_info_print_options_def_group): Delete.
2907 (extract_info_print_options): Delete.
2908 (info_print_command_completer): Delete.
2909 (info_print_args_help): Add extra parameter, and optionally
2910 include text about -n flag.
2911 * cli/cli-utils.h (struct info_print_options): Delete.
2912 (extract_info_print_options): Delete declaration.
2913 (info_print_command_completer): Delete declaration.
2914 (info_print_args_help): Add extra parameter, extend header
2915 comment.
2916 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2917 search_symbols.
2918 * stack.c (struct info_print_options): New type.
2919 (info_print_options_defs): New file scoped variable.
2920 (make_info_print_options_def_group): New static function.
2921 (info_print_command_completer): New static function.
2922 (info_locals_command): Update to use new local functions.
2923 (info_args_command): Likewise.
2924 (_initialize_stack): Add extra parameter to calls to
2925 info_print_args_help.
2926 * symtab.c (search_symbols): Add extra parameter, use this to
2927 possibly excluse non-debug symbols.
2928 (symtab_symbol_info): Add extra parameter, which is passed on to
2929 search_symbols.
2930 (struct info_print_options): New type.
2931 (info_print_options_defs): New file scoped variable.
2932 (make_info_print_options_def_group): New static function.
2933 (info_print_command_completer): New static function.
2934 (info_variables_command): Update to use local functions, and pass
2935 extra parameter through to symtab_symbol_info.
2936 (info_functions_command): Likewise.
2937 (info_types_command): Pass additional argument through to
2938 symtab_symbol_info.
2939 (rbreak_command): Pass extra argument to search_symbols.
2940 (_initialize_symtab): Add extra arguments for calls to
2941 info_print_args_help, and update help text for 'info variables',
2942 'whereis', and 'info functions' commands.
2943 * symtab.h (search_symbols): Add extra argument to declaration.
2944 * NEWS: Mention new flags.
2945
2946 2019-08-26 Christian Biesinger <cbiesinger@google.com>
2947
2948 * symtab.c (lookup_static_symbol): Call the new function (and move
2949 it down to be next to lookup_global_symbol).
2950 (struct global_sym_lookup_data): Add block_enum member and rename to...
2951 (struct global_or_static_sym_lookup_data): ...this.
2952 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2953 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2954 (lookup_symbol_global_or_static_iterator_cb): ...this.
2955 (lookup_global_or_static_symbol): New function.
2956 (lookup_global_symbol): Call new function.
2957
2958 2019-08-26 Tom de Vries <tdevries@suse.de>
2959
2960 PR c++/24852
2961 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2962 when pc_probe.prob == NULL.
2963
2964 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
2965
2966 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2967 variable symbol_linkage to symbol_linkage_.
2968
2969 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
2970
2971 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2972 represent whether the symbol is static, dynamic, or we don't
2973 know.
2974
2975 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2976
2977 * gdb/rx-tdep.c (rx_register_names): New.
2978 (rx_register_name): Delete.
2979 (rx_psw_type): Delete.
2980 (rx_fpsw_type): Delete.
2981 (rx_register_type): Delete.
2982 (rx_gdbarch_init): Convert target-descriptions.
2983 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2984 * gdb/features/Makefile: Add rx.xml.
2985 * gdb/features/rx.xml: New.
2986 * gdb/features/rx.c: Generated.
2987 * gdb/NEWS: Mention target description support.
2988
2989 2019-08-22 Christian Biesinger <cbiesinger@google.com>
2990
2991 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2992 *slot_ptr.
2993
2994 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2995
2996 * configure.ac: Don't check for 'dlfcn.h' (moved to
2997 gdbsupport/common.m4).
2998 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2999 'gdbsupport/'.
3000 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3001 * compile/compile-c-support.c: Include
3002 'gdbsupport/gdb-dlfcn.h'.
3003 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3004 * gdb-dlfcn.c: Move to...
3005 * gdbsupport/gdb-dlfcn.c: ... here.
3006 * gdb-dlfcn.h: Move to...
3007 * gdbsupport/gdb-dlfcn.h: ... here.
3008
3009 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3010
3011 * nios2-tdep.c (struct reg_value): Improve comments. Make
3012 the offset field signed.
3013
3014 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3015
3016 * python/lib/gdb/__init__.py (_execute_file): New function.
3017 * python/python.c (python_run_simple_file): Call gdb._execute_file
3018 on Windows.
3019
3020 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3021
3022 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3023 all uses as this was never set to anything but a zero value.
3024
3025 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3026
3027 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3028
3029 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3030
3031 * tui/tui-data.h (tui_gen_win_info): Add an =default
3032 move constructor, required by some GCC versions.
3033
3034 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3035
3036 * go32-nat.c (go32_sysinfo): Add hygon_p.
3037
3038 2019-08-20 Tom Tromey <tom@tromey.com>
3039
3040 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3041 line_from_reg_element_no, first_reg_element_no_inline,
3042 display_all_data, delete_data_content_windows,
3043 erase_data_content>: Now private.
3044
3045 2019-08-20 Tom Tromey <tom@tromey.com>
3046
3047 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3048 (tui_unhighlight_win, tui_highlight_win)
3049 (tui_win_info::make_window): Update.
3050 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3051
3052 2019-08-20 Tom Tromey <tom@tromey.com>
3053
3054 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3055 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3056 (MAX_PID_WIDTH): Move to tui-stack.c.
3057 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3058 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3059 (MAX_PID_WIDTH): Move from tui-data.h.
3060
3061 2019-08-20 Tom Tromey <tom@tromey.com>
3062
3063 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3064 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3065 (box_win): Update.
3066 (tui_gen_win_info::make_window): Rename from tui_make_window.
3067 (tui_win_info::make_window): New method.
3068 (tui_gen_win_info::make_visible): Update.
3069 * tui/tui-source.c (tui_source_window::set_contents): Update.
3070 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3071 (tui_data_window::display_registers_from): Update.
3072 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3073 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3074 Declare.
3075 <can_box>: Remove.
3076 <title>: Remove.
3077 (struct tui_win_info) <make_window>: Declare.
3078 <can_box>: Now virtual.
3079 <title>: New member.
3080 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3081 * tui/tui-command.c (tui_cmd_window::resize): Update.
3082
3083 2019-08-20 Tom Tromey <tom@tromey.com>
3084
3085 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3086 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3087 (tui_data_window::check_register_values): Update.
3088
3089 2019-08-20 Tom Tromey <tom@tromey.com>
3090
3091 * tui/tui-regs.h (struct tui_data_window): Use
3092 DISABLE_COPY_AND_ASSIGN.
3093 <regs_content>: Change type, removing unique_ptr.
3094 <tui_data_window>: Add move constructor.
3095 * tui/tui-regs.c (tui_data_window::show_registers)
3096 (tui_data_window::show_register_group)
3097 (tui_data_window::display_registers_from)
3098 (tui_data_window::display_registers_from)
3099 (tui_data_window::first_data_item_displayed)
3100 (tui_data_window::delete_data_content_windows)
3101 (tui_data_window::rerender, tui_data_window::refresh_window)
3102 (tui_data_window::check_register_values): Update.
3103
3104 2019-08-20 Tom Tromey <tom@tromey.com>
3105
3106 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3107 show_register_group>: Declare.
3108 (tui_show_register_group): Don't declare.
3109 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3110 tui_show_registers.
3111 (tui_data_window::show_register_group): Rename from
3112 tui_show_register_group.
3113 (tui_data_window::check_register_values, tui_reg_command):
3114 Update.
3115 * tui/tui-layout.c (tui_set_layout): Update.
3116
3117 2019-08-20 Tom Tromey <tom@tromey.com>
3118
3119 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3120 Declare.
3121 (tui_check_register_values): Don't declare.
3122 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3123 from tui_check_register_values.
3124 * tui/tui-hooks.c (tui_register_changed): Update.
3125
3126 2019-08-20 Tom Tromey <tom@tromey.com>
3127
3128 * tui/tui-regs.c (tui_reg_layout): Move later.
3129 (tui_show_registers): Don't enable TUI mode or change layout.
3130
3131 2019-08-20 Tom Tromey <tom@tromey.com>
3132
3133 * tui/tui-regs.h (struct tui_data_item_window)
3134 <~tui_data_item_window>: Remove.
3135 <content>: Now a unique_xmalloc_ptr.
3136 * tui/tui-regs.c (tui_register_format): Return a
3137 unique_xmalloc_ptr.
3138 (tui_get_register): Update.
3139 (~tui_data_item_window): Remove.
3140 (tui_data_window::display_registers_from, tui_display_register):
3141 Update.
3142 * tui/tui-io.h (tui_expand_tabs): Update.
3143 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3144 Remove "col" parameter.
3145
3146 2019-08-20 Tom Tromey <tom@tromey.com>
3147
3148 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3149 field.
3150 * tui/tui-regs.c (~tui_data_item_window): Update.
3151
3152 2019-08-20 Tom Tromey <tom@tromey.com>
3153
3154 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3155 earlier.
3156
3157 2019-08-20 Tom Tromey <tom@tromey.com>
3158
3159 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3160
3161 2019-08-20 Tom Tromey <tom@tromey.com>
3162
3163 * tui/tui-source.h (struct tui_source_window): Update.
3164 * tui/tui-regs.c (tui_show_registers): Update.
3165 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3166 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3167 (NO_REGS_STRING): Remove defines.
3168
3169 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3170
3171 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3172 unnecessary thread walk if remote doesn't support the packet.
3173
3174 2019-08-19 Tom Tromey <tromey@adacore.com>
3175
3176 * python/py-value.c (value_has_field): Fix indentation.
3177
3178 2019-08-19 Tom Tromey <tromey@adacore.com>
3179
3180 * printcmd.c (do_one_display, info_display_command): Update.
3181 * block.h (contained_in): Return bool. Add allow_nested
3182 parameter.
3183 * block.c (contained_in): Return bool. Add allow_nested
3184 parameter.
3185
3186 2019-08-19 Tom Tromey <tom@tromey.com>
3187
3188 * configure: Rebuild.
3189 * configure.ac: Disallow the combination of -static-libstdc++ and
3190 source highlight.
3191 * source-cache.c (get_language_name): Handle rust.
3192 (source_cache::get_source_lines): Ignore highlighting exceptions.
3193
3194 2019-08-16 Tom Tromey <tom@tromey.com>
3195
3196 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3197 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3198 (struct tui_source_window_base) <make_visible, refresh_window,
3199 resize>: Remove methods.
3200 <execution_info>: Remove field.
3201 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3202 (tui_show_source_line, tui_source_window_base)
3203 (~tui_source_window_base): Update.
3204 (tui_source_window_base::resize)
3205 (tui_source_window_base::make_visible)
3206 (tui_source_window_base::refresh_window): Remove.
3207 (tui_source_window_base::update_exec_info): Update.
3208 * tui/tui-source.c (tui_source_window::set_contents): Update.
3209 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3210
3211 2019-08-16 Tom Tromey <tom@tromey.com>
3212
3213 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3214 deprecated_query_hook.
3215
3216 2019-08-16 Tom Tromey <tom@tromey.com>
3217
3218 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3219 (tui_update_source_windows_with_line): Update.
3220 * tui/tui-source.h (struct tui_source_window)
3221 <show_symtab_source>: Declare.
3222 (tui_show_symtab_source): Don't declare.
3223 * tui/tui-source.c (tui_show_symtab_source): Rename from
3224 tui_show_symtab_source.
3225
3226 2019-08-16 Tom Tromey <tom@tromey.com>
3227
3228 * tui/tui-winsource.h (struct tui_source_window_base)
3229 <set_contents>: Declare.
3230 * tui/tui-winsource.c
3231 (tui_source_window_base::update_source_window_as_is): Update.
3232 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3233 Declare.
3234 (tui_set_source_content): Don't declare.
3235 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3236 tui_set_source_content.
3237 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3238 Declare.
3239 (tui_set_disassem_content): Don't declare.
3240 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3241 tui_set_disassem_content.
3242
3243 2019-08-16 Tom Tromey <tom@tromey.com>
3244
3245 * tui/tui-winsource.h (struct tui_source_window_base)
3246 <update_breakpoint_info>: Declare.
3247 (tui_update_breakpoint_info): Don't declare.
3248 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3249 (tui_update_all_breakpoint_info): Update.
3250 (tui_source_window_base::update_breakpoint_info): Rename from
3251 tui_update_breakpoint_info.
3252 (tui_source_window_base::update_exec_info): Update.
3253
3254 2019-08-16 Tom Tromey <tom@tromey.com>
3255
3256 * tui/tui-winsource.h (struct tui_source_window_base)
3257 <update_source_window>: Declare.
3258 (tui_update_source_window): Don't declare.
3259 * tui/tui-winsource.c
3260 (tui_source_window_base::update_source_window): Rename from
3261 tui_update_source_window.
3262 (tui_source_window_base::rerender): Update.
3263 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3264 * tui/tui-disasm.c (tui_show_disassem)
3265 (tui_show_disassem_and_update_source)
3266 (tui_disasm_window::maybe_update): Update.
3267
3268 2019-08-16 Tom Tromey <tom@tromey.com>
3269
3270 * tui/tui-winsource.h (struct tui_source_window_base)
3271 <update_source_window_as_is>: Declare.
3272 (tui_update_source_window_as_is): Don't declare.
3273 * tui/tui-winsource.c (tui_update_source_window): Update
3274 (tui_source_window_base::update_source_window_as_is): Rename from
3275 tui_update_source_window_as_is.
3276 (tui_source_window_base::refill): Update.
3277 * tui/tui-source.c (tui_show_symtab_source): Update.
3278 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3279 Update.
3280
3281 2019-08-16 Tom Tromey <tom@tromey.com>
3282
3283 * tui/tui-winsource.h (tui_update_source_window)
3284 (tui_update_source_window_as_is): Remove "noerror" parameter.
3285 * tui/tui-winsource.c (tui_update_source_window)
3286 (tui_update_source_window_as_is): Remove "noerror" parameter.
3287 (tui_update_source_windows_with_addr)
3288 (tui_update_source_windows_with_line)
3289 (tui_source_window_base::rerender)
3290 (tui_source_window_base::refill): Update.
3291 * tui/tui-source.h (tui_set_source_content)
3292 (tui_show_symtab_source): Remove "noerror" parameter.
3293 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3294 parameter.
3295 (tui_show_symtab_source): Likewise.
3296 (tui_source_window::maybe_update): Update.
3297 * tui/tui-disasm.c (tui_show_disassem)
3298 (tui_show_disassem_and_update_source)
3299 (tui_disasm_window::do_scroll_vertical)
3300 (tui_disasm_window::maybe_update): Update.
3301
3302 2019-08-16 Tom Tromey <tom@tromey.com>
3303
3304 * tui/tui.c (tui_is_window_visible): Update.
3305 * tui/tui-wingeneral.c (tui_make_window)
3306 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3307 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3308 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3309 (tui_set_win_height_command, parse_scrolling_args): Update.
3310 * tui/tui-source.c (tui_source_window::style_changed): Update.
3311 * tui/tui-regs.c (tui_show_registers)
3312 (tui_data_window::first_data_item_displayed)
3313 (tui_data_window::delete_data_content_windows)
3314 (tui_check_register_values, tui_reg_command): Update.
3315 * tui/tui-disasm.c (tui_show_disassem): Update.
3316 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3317 method.
3318 <is_visible>: Remove field.
3319 * tui/tui-data.c (tui_next_win, tui_prev_win)
3320 (tui_delete_invisible_windows): Update.
3321
3322 2019-08-16 Tom Tromey <tom@tromey.com>
3323
3324 * tui/tui-winsource.h (struct tui_source_window_base)
3325 <m_has_locator>: Remove.
3326 * tui/tui-layout.c (show_source_disasm_command, show_data)
3327 (show_source_or_disasm_and_command): Update.
3328
3329 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3330
3331 * NEWS (Other MI changes): New subsection.
3332 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3333 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3334 * arch-utils.c (default_get_pc_address_flags): New function.
3335 * arch-utils.h (default_get_pc_address_flags): New declaration.
3336 * gdbarch.sh: Add get_pc_address_flags.
3337 * gdbarch.c: Regenerate.
3338 * gdbarch.h: Likewise.
3339 * stack.c (print_pc): New function.
3340 (print_frame_info) (print_frame): Call print_pc.
3341
3342 2019-08-16 Tom de Vries <tdevries@suse.de>
3343
3344 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3345 print_objfile_section_info.
3346
3347 2019-08-15 Tom Tromey <tom@tromey.com>
3348
3349 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3350 calling update_cmdwin_start_line.
3351 * tui/tui-winsource.h (struct tui_source_window_base)
3352 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3353 <rerender>: Declare.
3354 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3355 Call rerender.
3356 (tui_source_window_base::set_new_height): Remove.
3357 (tui_source_window_base::rerender): Rename from
3358 do_make_visible_with_new_height.
3359 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3360 resize method.
3361 (tui_win_info::make_invisible_and_set_new_height)
3362 (tui_win_info::make_visible_with_new_height): Remove.
3363 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3364 Declare.
3365 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3366 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3367 do_make_visible_with_new_height>: Don't declare.
3368 <rerender>: Declare.
3369 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3370 set_new_height.
3371 (tui_data_window::do_make_visible_with_new_height): Remove.
3372 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3373 call tui_show_locator_content.
3374 (tui_gen_win_info::resize): Call rerender.
3375 (show_source_or_disasm_and_command): Don't call
3376 tui_show_locator_content.
3377 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3378 method.
3379 (struct tui_win_info) <rerender>: Declare.
3380 <set_new_height, make_invisible_and_set_new_height,
3381 make_visible_with_new_height>: Don't declare.
3382 * tui/tui-data.c (tui_win_list::rerender): New method.
3383 * tui/tui-command.h (struct tui_cmd_window)
3384 <do_make_visible_with_new_height>: Don't declare.
3385 * tui/tui-command.c
3386 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3387
3388 2019-08-15 Tom Tromey <tromey@adacore.com>
3389
3390 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3391 * ada-lang.c (ada_enum_name): Likewise.
3392
3393 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3394
3395 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3396 leading underscore.
3397 (GdbOutputErrorFile): Likewise.
3398 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3399 accordingly.
3400 (execute_unwinders): Rename to have a leading underscore.
3401 (auto_load_packages): Likewise.
3402 (global scope): Adjust call to auto_load_packages accordingly.
3403 (GdbSetPythonDirectory): Likewise.
3404 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3405 instead of execute_unwinders.
3406
3407 2019-08-15 Tom Tromey <tom@tromey.com>
3408
3409 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3410 (show_data): Don't change window visibility.
3411 (tui_gen_win_info::resize): Remove special case for command
3412 window. Use wresize, when available.
3413 (show_source_or_disasm_and_command): Don't change window
3414 visibility.
3415 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3416 <make_visible>: New method.
3417 * tui/tui-command.c (tui_cmd_window::resize): New method.
3418
3419 2019-08-15 Tom Tromey <tom@tromey.com>
3420
3421 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3422 (struct tui_source_windows): New.
3423 * tui/tui-winsource.c (tui_display_main): Update.
3424 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3425 (new_height_ok, parse_scrolling_args): Update.
3426 * tui/tui-layout.c (show_layout, show_data): Update.
3427 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3428 (tui_add_to_source_windows): Don't declare.
3429 * tui/tui-data.c (source_windows, tui_source_windows)
3430 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3431
3432 2019-08-15 Tom Tromey <tom@tromey.com>
3433
3434 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3435 Rename from reset.
3436 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3437 * tui/tui-layout.c (show_source_disasm_command, show_data):
3438 Update.
3439 (tui_gen_win_info::resize): Rename.
3440 (show_source_or_disasm_and_command): Update.
3441 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3442 reset.
3443
3444 2019-08-15 Tom Tromey <tom@tromey.com>
3445
3446 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3447 * tui/tui-interp.c (tui_interp::init): Don't call
3448 tui_initialize_static_data.
3449 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3450
3451 2019-08-15 Tom Tromey <tom@tromey.com>
3452
3453 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3454 examine tui_win_list.
3455
3456 2019-08-15 Tom Tromey <tom@tromey.com>
3457
3458 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3459 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3460 tui_clear_source_content.
3461 (tui_clear_source_content): Remove.
3462 (tui_source_window_base::do_erase_source_content): Hoist call to
3463 content.clear().
3464 * tui/tui-stack.c (tui_show_frame_info): Don't call
3465 tui_clear_source_content.
3466
3467 2019-08-15 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-winsource.h (struct tui_source_window_base)
3470 <do_erase_source_content>: New method.
3471 <erase_source_content>: New method.
3472 (tui_erase_source_content): Don't declare.
3473 * tui/tui-winsource.c (tui_clear_source_content): Update.
3474 (tui_source_window_base::do_erase_source_content): Rename from
3475 tui_erase_source_content.
3476 (tui_source_window_base::show_source_content): Update.
3477 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3478 * tui/tui-source.h (struct tui_source_window)
3479 <erase_source_content>: New method.
3480 * tui/tui-disasm.h (struct tui_disasm_window)
3481 <erase_source_content>: New method.
3482
3483 2019-08-15 Tom Tromey <tom@tromey.com>
3484
3485 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3486 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3487 constructor.
3488 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3489 * tui/tui-source.c (tui_set_source_content): Update.
3490 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3491
3492 2019-08-15 Tom Tromey <tom@tromey.com>
3493
3494 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3495 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3496 tui-source.c.
3497 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3498 Declare.
3499 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3500 method.
3501 (tui_source_window::maybe_update): Update.
3502
3503 2019-08-15 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3506 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3507 tui-disasm.c.
3508 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3509 Declare.
3510 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3511 method.
3512 (tui_disasm_window::maybe_update): Update.
3513
3514 2019-08-15 Tom Tromey <tom@tromey.com>
3515
3516 * tui/tui-winsource.h (struct tui_source_window_base)
3517 <maybe_update>: Declare.
3518 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3519 method.
3520 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3521 Declare.
3522 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3523 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3524 Declare.
3525 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3526
3527 2019-08-15 Tom Tromey <tom@tromey.com>
3528
3529 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3530
3531 2019-08-15 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui-wingeneral.c: Include tui-stack.h.
3534 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3535 (struct tui_locator_window): Move from tui-data.h.
3536 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3537 (tui_initialize_static_data): Move from tui-data.c.
3538 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3539 (struct tui_locator_window): Move to tui-stack.c.
3540 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3541 (tui_initialize_static_data): Move to tui-stack.c.
3542
3543 2019-08-15 Tom Tromey <tom@tromey.com>
3544
3545 * tui/tui-layout.c (show_source_disasm_command)
3546 (show_source_or_disasm_and_command): Use make_visible method, not
3547 tui_make_window.
3548 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3549 Remove.
3550
3551 2019-08-15 Tom Tromey <tom@tromey.com>
3552
3553 * tui/tui-wingeneral.h (tui_make_window): Update.
3554 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3555 parameter.
3556 (tui_gen_win_info::make_visible): Update.
3557 * tui/tui-regs.c (tui_data_window::display_registers_from):
3558 Update.
3559 * tui/tui-layout.c (show_source_disasm_command)
3560 (show_source_or_disasm_and_command): Update.
3561 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3562 (enum tui_box): Remove.
3563 (struct tui_win_info) <can_box>: New method.
3564 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3565 method.
3566
3567 2019-08-15 Tom de Vries <tdevries@suse.de>
3568
3569 * linux-nat-trad.c: Include gdbarch.h.
3570
3571 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3572
3573 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3574 register sizes.
3575
3576 2019-08-14 Tom Tromey <tromey@adacore.com>
3577
3578 * darwin-nat.c: Include gdbarch.h.
3579 * darwin-nat-info.c: Include gdbarch.h.
3580
3581 2019-08-13 Tom Tromey <tom@tromey.com>
3582
3583 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3584 Remove.
3585 * tui/tui-data.c (tui_initialize_static_data): Update.
3586
3587 2019-08-13 Tom Tromey <tom@tromey.com>
3588
3589 * tui/tui-winsource.h (struct tui_exec_info_window)
3590 <~tui_exec_info_window, maybe_allocate_content, get_content,
3591 m_content>: Remove.
3592 (struct tui_source_window_base) <set_exec_info_content,
3593 show_exec_info_content>: Don't declare.
3594 * tui/tui-winsource.c
3595 (tui_exec_info_window::maybe_allocate_content): Remove.
3596 (tui_source_window_base::update_exec_info): Rename from
3597 set_exec_info_content.
3598 (tui_source_window_base::show_exec_info_content)
3599 (tui_source_window_base::update_exec_info): Remove.
3600
3601 2019-08-13 Tom Tromey <tom@tromey.com>
3602
3603 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3604 declare.
3605 * tui/tui-winsource.c (tui_update_source_window_as_is)
3606 (tui_update_source_windows_with_addr, tui_erase_source_content):
3607 Update.
3608 (tui_clear_exec_info_content): Remove.
3609
3610 2019-08-13 Tom Tromey <tom@tromey.com>
3611
3612 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3613 declare.
3614 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3615 call tui_erase_exec_info_content.
3616 (tui_clear_exec_info_content): Rename from
3617 tui_erase_exec_info_content.
3618 (tui_clear_exec_info_content): Delete.
3619
3620 2019-08-13 Tom Tromey <tom@tromey.com>
3621
3622 * tui/tui-winsource.h (struct tui_source_window_base)
3623 <show_exec_info_content>: Declare.
3624 (tui_show_exec_info_content): Don't declare.
3625 * tui/tui-winsource.c
3626 (tui_source_window_base::show_exec_info_content): Rename from
3627 tui_show_exec_info_content.
3628 (tui_source_window_base::update_exec_info): Update.
3629
3630 2019-08-13 Tom Tromey <tom@tromey.com>
3631
3632 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3633 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3634 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3635 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3636 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3637 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3638 ... here.
3639
3640 2019-08-13 Tom Tromey <tom@tromey.com>
3641
3642 * tui/tui-winsource.h (struct tui_source_window_base)
3643 <update_exec_info>: Declare.
3644 (tui_update_exec_info): Don't declare.
3645 * tui/tui-winsource.c (tui_update_source_window_as_is)
3646 (tui_source_window_base::refresh_all)
3647 (tui_update_all_breakpoint_info): Update.
3648 (tui_source_window_base::update_exec_info): Rename from
3649 tui_update_exec_info.
3650 * tui/tui-stack.c (tui_show_frame_info): Update.
3651
3652 2019-08-13 Tom Tromey <tom@tromey.com>
3653
3654 * tui/tui-winsource.h (struct tui_source_window_base)
3655 <set_exec_info_content>: Declare.
3656 (tui_set_exec_info_content): Don't declare.
3657 * tui/tui-winsource.c
3658 (tui_source_window_base::set_exec_info_content): Rename from
3659 tui_set_exec_info_content.
3660 (tui_update_exec_info): Update.
3661
3662 2019-08-13 Tom Tromey <tom@tromey.com>
3663
3664 * tui/tui-winsource.h (struct tui_source_window_base)
3665 <show_source_content>: Declare.
3666 (tui_show_source_content): Don't declare.
3667 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3668 (tui_source_window_base::show_source_content): Rename from
3669 tui_show_source_content.
3670 (tui_source_window_base::refresh_all): Update.
3671 * tui/tui-layout.c (show_source_disasm_command)
3672 (show_source_or_disasm_and_command): Update.
3673
3674 2019-08-13 Tom Tromey <tom@tromey.com>
3675
3676 * tui/tui-winsource.c (tui_erase_source_content)
3677 (tui_show_source_content, tui_source_window_base::refresh_all):
3678 Update.
3679 * tui/tui-wingeneral.h
3680 (tui_check_and_display_highlight_if_needed): Don't declare.
3681 * tui/tui-wingeneral.c
3682 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3683 check_and_display_highlight_if_needed.
3684 * tui/tui-win.c (tui_rehighlight_all)
3685 (tui_win_info::make_visible_with_new_height): Update.
3686 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3687 (tui_data_window::erase_data_content)
3688 (tui_data_window::display_all_data): Update.
3689 * tui/tui-data.h (struct tui_win_info)
3690 <check_and_display_highlight_if_needed>: Declare.
3691
3692 2019-08-13 Tom Tromey <tom@tromey.com>
3693
3694 * tui/tui-win.c (tui_resize_all): Call
3695 tui_delete_invisible_windows.
3696 * tui/tui-layout.c (show_layout): Call
3697 tui_delete_invisible_windows.
3698 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3699 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3700
3701 2019-08-13 Tom Tromey <tom@tromey.com>
3702
3703 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3704 tui_add_win_to_layout.
3705
3706 2019-08-13 Tom Tromey <tom@tromey.com>
3707
3708 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3709 * tui/tui-layout.c (tui_default_win_height): Now static.
3710
3711 2019-08-13 Tom Tromey <tom@tromey.com>
3712
3713 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3714 single switch.
3715 (show_source_disasm_command, show_source_or_disasm_and_command):
3716 Don't check current layout.
3717
3718 2019-08-13 Tom Tromey <tom@tromey.com>
3719
3720 * tui/tui-wingeneral.c (make_all_visible): Remove.
3721 (tui_make_all_invisible): Simplify.
3722 * tui/tui-layout.c (tui_make_all_invisible): Move from
3723 tui-wingeneral.c; simplify.
3724 (show_layout): Hoist call to tui_make_all_invisible.
3725 (show_data): Don't call tui_make_all_invisible.
3726
3727 2019-08-13 Tom Tromey <tom@tromey.com>
3728
3729 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3730 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3731
3732 2019-08-13 Tom Tromey <tom@tromey.com>
3733
3734 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3735 tui-data.c.
3736 (show_source_disasm_command, show_data)
3737 (show_source_or_disasm_and_command): Don't use
3738 tui_set_current_layout_to.
3739 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3740 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3741 tui-layout.c.
3742 (tui_set_current_layout_to): Remove.
3743
3744 2019-08-13 Tom Tromey <tom@tromey.com>
3745
3746 * tui/tui-layout.c (tui_set_layout): Update.
3747 * tui/tui-data.h (struct tui_layout_def): Remove.
3748 (tui_layout_def): Don't declare.
3749 * tui/tui-data.c (layout_def): Remove.
3750 (tui_layout_def): Remove.
3751
3752 2019-08-13 Tom Tromey <tom@tromey.com>
3753
3754 * tui/tui-winsource.h (struct tui_source_window_base)
3755 <clear_detail>: No longer "override".
3756 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3757 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3758 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3759 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3760 Remove.
3761 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3762
3763 2019-08-13 Tom Tromey <tromey@adacore.com>
3764
3765 * tracepoint.c: Don't include readline.h or history.h.
3766
3767 2019-08-12 Tom Tromey <tom@tromey.com>
3768
3769 * configure: Rebuild.
3770 * configure.ac: Check for readline 7.
3771 * NEWS: Mention readline 7 requirement.
3772 * README: Update.
3773
3774 2019-08-12 Tom Tromey <tom@tromey.com>
3775
3776 * mingw-hdep.c (gdb_select): Remove readline hack.
3777
3778 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3779
3780 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3781 when the function fails.
3782
3783 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3784
3785 * s390-tdep.c (s390_type_align): New function.
3786 (s390_gdbarch_init): Set it as type_align gdbarch method.
3787
3788 2019-08-09 Tom de Vries <tdevries@suse.de>
3789
3790 PR gdb/24591
3791 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3792 pc_low with relocation offset.
3793
3794 2019-08-07 Tom Tromey <tromey@adacore.com>
3795
3796 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3797 (print_frame_args): Update.
3798 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3799 Update.
3800 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3801 * frame.h (struct frame_arg): Add initializers.
3802 <error>: Now a unique_xmalloc_ptr.
3803
3804 2019-08-07 Alan Hayward <alan.hayward@arm.com>
3805
3806 * NEWS: Expand the Pointer Authentication entry.
3807 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3808 (aarch64_frame_unmask_lr): ... to this.
3809 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3810 Call aarch64_frame_unmask_lr.
3811 * frame.c (struct frame_info): Add "masked" variable.
3812 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3813 (fprint_frame): Check for masked pc.
3814 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3815 declarations.
3816 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3817 * stack.c (print_frame): Check for masked pc.
3818
3819 2019-08-06 Tom Tromey <tom@tromey.com>
3820
3821 * stabsread.c (patch_block_stabs, read_one_struct_field)
3822 (read_enum_type): Use obstack_strndup.
3823 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3824 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3825 * dwarf2read.c (guess_full_die_structure_name)
3826 (anonymous_struct_prefix): Use obstack_strndup.
3827 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3828 * c-exp.y (yylex): Use obstack_strndup.
3829 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3830 (write_var_or_type): Use obstack_strndup.
3831
3832 2019-08-06 Tom Tromey <tom@tromey.com>
3833
3834 * symfile.c (reread_symbols): Use obstack_strdup.
3835 * stabsread.c (read_type): Use obstack_strdup.
3836 * gdb_obstack.h (obstack_strdup): New overload.
3837 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3838 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3839 (dwarf2_canonicalize_name): Use obstack_strdup.
3840 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3841 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3842 Use obstack_strdup.
3843
3844 2019-08-06 Tom Tromey <tom@tromey.com>
3845
3846 * gdb_obstack.h (obstack_strdup): Define.
3847 * gdb_obstack.c (obstack_strdup): Don't define.
3848
3849 2019-08-06 Tom Tromey <tom@tromey.com>
3850
3851 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3852 obstack_strdup.
3853 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3854 obstack_strdup.
3855 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3856 * stabsread.c (common_block_start): Use obstack_strdup.
3857 * objfiles.c (set_objfile_main_name, objfile): Use
3858 obstack_strdup.
3859 * namespace.c (add_using_directive): Use obstack_strdup.
3860 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3861 * jit.c (finalize_symtab): Use obstack_strdup.
3862 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3863 (guess_partial_die_structure_name, partial_die_info::fixup)
3864 (dwarf2_name): Use obstack_strdup.
3865 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3866 obstack_strdup.
3867 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3868 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3869 obstack_strdup.
3870 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3871
3872 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3873
3874 * unittests/help-doc-selftests.c: New file.
3875 * Makefile.in: Add the new file.
3876
3877 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3878
3879 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3880 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3881 the full first line, except when FOR_VALUE_PREFIX. In this case,
3882 the trailing '.' is not output, and the first character is uppercased.
3883 (print_help_for_command): Update call to print_doc_line.
3884 (print_doc_of_command): Likewise.
3885 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3886 * cli/cli-option.c (append_indented_doc): Do not append newline.
3887 (build_help_option): Append newline after first appended_indented_doc
3888 only if a second call is done.
3889 (build_help): Append 2 new lines before each option, except the first
3890 one.
3891 * compile/compile.c (_initialize_compile): Add new lines after
3892 %OPTIONS%, when not at the end of the help.
3893 Change help doc or code
3894 producing the help doc to respect the invariants.
3895 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3896 Also removed the new line after 'Options:', as all other commands
3897 do not put an empty line between 'Options:' and the first option.
3898 * printcmd.c (_initialize_printcmd): Likewise.
3899 * stack.c (_initialize_stack): Likewise.
3900 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3901 incorrectly telling COMMAND is optional.
3902 * ada-lang.c (_initialize_ada_language): Change help doc or code
3903 producing the help doc to respect the invariants.
3904 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3905 * breakpoint.c (_initialize_breakpoint): Likewise.
3906 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3907 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3908 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3909 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3910 _initialize_cli_style): Likewise.
3911 * corelow.c (core_target_info): Likewise.
3912 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3913 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3914 * filesystem.c (_initialize_filesystem): Likewise.
3915 * frame.c (_initialize_frame): Likewise.
3916 * gnu-nat.c (add_task_commands): Likewise.
3917 * infcall.c (_initialize_infcall): Likewise.
3918 * infcmd.c (_initialize_infcmd): Likewise.
3919 * interps.c (_initialize_interpreter): Likewise.
3920 * language.c (_initialize_language): Likewise.
3921 * linux-fork.c (_initialize_linux_fork): Likewise.
3922 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3923 * maint.c (_initialize_maint_cmds): Likewise.
3924 * memattr.c (_initialize_mem): Likewise.
3925 * printcmd.c (_initialize_printcmd): Likewise.
3926 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3927 _RegEx): Likewise.
3928 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3929 * record-btrace.c (_initialize_record_btrace): Likewise.
3930 * record-full.c (_initialize_record_full): Likewise.
3931 * record.c (_initialize_record): Likewise.
3932 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3933 * regcache.c (_initialize_regcache): Likewise.
3934 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3935 _initialize_remote): Likewise.
3936 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3937 * serial.c (_initialize_serial): Likewise.
3938 * skip.c (_initialize_step_skip): Likewise.
3939 * source.c (_initialize_source): Likewise.
3940 * stack.c (_initialize_stack): Likewise.
3941 * symfile.c (_initialize_symfile): Likewise.
3942 * symtab.c (_initialize_symtab): Likewise.
3943 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3944 * top.c (init_main): Likewise.
3945 * tracefile-tfile.c (tfile_target_info): Likewise.
3946 * tracepoint.c (_initialize_tracepoint): Likewise.
3947 * tui/tui-win.c (_initialize_tui_win): Likewise.
3948 * utils.c (add_internal_problem_command): Likewise.
3949 * valprint.c (value_print_option_defs): Likewise.
3950
3951 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
3952
3953 PR build/24886
3954 * configure.ac: Drop enable-libmcheck support.
3955 * configure, config.in: Rebuild.
3956 * libmcheck.m4: Remove.
3957 * acinclude.m4: Don't include it.
3958 * Makefile.in: Don't distribute it.
3959 * top.c (print_gdb_configuration): Don't mention it.
3960
3961 2019-08-06 Tom Tromey <tom@tromey.com>
3962
3963 * utils.c (set_output_style): Sometimes pass stream to
3964 emit_style_escape.
3965 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3966 * record-btrace.c (btrace_insn_history): Update.
3967 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3968 method.
3969 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3970 Update initializers.
3971 <m_uiout>: New field.
3972 <m_di>: Move lower.
3973 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3974 Remove "uiout" parameter.
3975 (dump_insns): Update.
3976 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3977 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3978
3979 2019-08-06 Christian Biesinger <cbiesinger@google.com>
3980
3981 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3982 (error_in_psymtab_expansion): Likewise.
3983 (lookup_symbol_via_quick_fns): Likewise.
3984 (basic_lookup_transparent_type_quick): Likewise.
3985 (basic_lookup_transparent_type_1): Likewise.
3986
3987 2019-08-06 Tom Tromey <tromey@adacore.com>
3988
3989 * source.c (last_source_error): Now bool.
3990 (print_source_lines_base): Make "noprint" bool. Only open
3991 source file when last_source_visited changes.
3992
3993 2019-08-06 Tom Tromey <tromey@adacore.com>
3994
3995 * annotate.c (annotate_source_line): Use g_source_cache.
3996 * source-cache.c (source_cache::get_plain_source_lines): Change
3997 parameters. Populate m_offset_cache.
3998 (source_cache::ensure): New method.
3999 (source_cache::get_line_charpos): New method.
4000 (extract_lines): Move lower. Change parameters.
4001 (source_cache::get_source_lines): Move lower.
4002 * source-cache.h (class source_cache): Update comment.
4003 <get_line_charpos>: New method.
4004 <get_source_lines>: Update comment.
4005 <clear>: Clear m_offset_cache.
4006 <get_plain_source_lines>: Change parameters.
4007 <ensure>: New method
4008 <m_offset_cache>: New member.
4009 * source.c (forget_cached_source_info_for_objfile): Update.
4010 (info_source_command): Use g_source_cache.
4011 (find_source_lines, open_source_file_with_line_charpos): Remove.
4012 (print_source_lines_base, search_command_helper): Use g_source_cache.
4013 * source.h (open_source_file_with_line_charpos): Don't declare.
4014 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4015 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4016 Use g_source_cache.
4017
4018 2019-08-06 Tom Tromey <tromey@adacore.com>
4019
4020 * source-cache.c (source_cache::get_plain_source_lines):
4021 Remove "first_line" and "last_line" parameters.
4022 (source_cache::get_source_lines): Cache plain text.
4023 * source-cache.h (class source_cache)
4024 <get_plain_source_lines>: Update.
4025
4026 2019-08-06 Tom Tromey <tromey@adacore.com>
4027
4028 * source-cache.c (extract_lines): No longer a method.
4029 Changed type of parameter. Include final newline.
4030 (selftests::extract_lines_test): New function.
4031 (_initialize_source_cache): Likewise.
4032 * source-cache.h (class source_cache)
4033 <extract_lines>: Don't declare.
4034
4035 2019-08-06 Tom Tromey <tromey@adacore.com>
4036
4037 * breakpoint.c (init_breakpoint_sal): Update.
4038 (breakpoint): Update.
4039 * breakpoint.h (struct breakpoint) <filter>: Now a
4040 unique_xmalloc_ptr.
4041
4042 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4043
4044 * NEWS: Mention dictionary access on blocks.
4045 * python/py-block.c (blpy_getitem): New function.
4046 (block_object_as_mapping): New struct.
4047 (block_object_type): Use new struct for tp_as_mapping field.
4048
4049 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4050
4051 * objfiles.h (objfile): Add a comment describing partial symbols.
4052
4053 2019-08-05 Tom Tromey <tromey@adacore.com>
4054
4055 * compile/compile.c (_initialize_compile): Use _(), not N_().
4056 * thread.c (_initialize_thread): Use _(), not N_().
4057 * stack.c (_initialize_stack): Use _(), not N_().
4058 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4059
4060 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4061
4062 * dwarf2read.c (struct dw2_symtab_iterator):
4063 <want_specific_block>: Remove.
4064 <block_index>: Change type to gdb::optional.
4065 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4066 change type of BLOCK_INDEX parameter to gdb::optional.
4067 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4068 (dw2_lookup_symbol): Don't pass argument for
4069 WANT_SPECIFIC_BLOCK.
4070 (dw2_expand_symtabs_for_function): Don't pass argument for
4071 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4072 (class dw2_debug_names_iterator)
4073 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4074 parameter, change BLOCK_INDEX type to gdb::optional.
4075 <m_want_specific_block>: Remove.
4076 <m_block_index>: Change type to gdb::optional.
4077 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4078 gdb::optional. Re-write in function of gdb::optional.
4079 (dw2_debug_names_lookup_symbol): Don't pass argument for
4080 WANT_SPECIFIC_BLOCK.
4081 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4082 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4083 BLOCK_INDEX.
4084
4085 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4086
4087 * NEWS: Mention changes to "info sources" command.
4088
4089 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4090
4091 * symtab.c (filename_partial_match_opts): New struct type.
4092 (struct output_source_filename_data): New members
4093 regexp, c_regexp, partial_match.
4094 (output_source_filename): Use new members to decide to print file.
4095 (info_sources_option_defs): New variable.
4096 (make_info_sources_options_def_group, print_info_sources_header,
4097 info_sources_command_completer):
4098 New functions.
4099 (info_sources_command): Read new optional arguments.
4100 (_initialize_symtab): Update info sources help.
4101
4102 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4103
4104 * ada-lang.c (exception_support_info_v0): Renamed from...
4105 (default_exception_support_info): ... this. Create new
4106 definition for v1.
4107 (ada_has_this_exception_support): Look up catch_handlers_sym.
4108 (ada_exception_support_info_sniffer): Try v0 after default.
4109
4110 2019-08-01 Tom Tromey <tromey@adacore.com>
4111
4112 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4113 gdbarch.h.
4114
4115 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4116
4117 * s12z-tdep.c: Fix include path for s12z-opc.h.
4118
4119 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4120
4121 * NEWS: Require GNU make 3.82.
4122
4123 2019-07-16 Tom Tromey <tom@tromey.com>
4124
4125 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4126 declare.
4127
4128 2019-07-30 Tom Tromey <tromey@adacore.com>
4129
4130 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4131
4132 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4133
4134 * printcmd.c (print_address_symbolic): Print negative offsets.
4135 (build_address_symbolic): Force signed arithmetic when computing
4136 offset.
4137
4138 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4139
4140 PR/24474: Add a function to lookup static variables.
4141 * NEWS: Mention this new function.
4142 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4143 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4144 * python/python.c (python_GdbMethods): Add new function.
4145
4146 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4147
4148 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4149 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4150 (objfpy_lookup_static_symbol): New function.
4151 (objfile_object_methods): Add new functions.
4152
4153 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4154
4155 * NEWS: Mention 'set|show print frame-info'. Mention new
4156 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4157 backtrace argument. Mention that python frame filtering code
4158 is now consistent with what 'backtrace' command prints.
4159
4160 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4161
4162 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4163 comments.
4164 (print_frame_info_auto, print_frame_info_source_line,
4165 print_frame_info_location, print_frame_info_source_and_location,
4166 print_frame_info_location_and_address, print_frame_info_short_location):
4167 New declarations.
4168 (struct frame_print_options): New member print_frame_info.
4169 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4170 * stack.h (get_user_print_what_frame_info): New declaration.
4171 (frame_show_address): New declaration.
4172 * stack.c (print_frame_arguments_choices): New value 'presence'.
4173 (print_frame_info_auto, print_frame_info_source_line,
4174 print_frame_info_location, print_frame_info_source_and_location,
4175 print_frame_info_location_and_address, print_frame_info_short_location,
4176 print_frame_info_choices, print_frame_info_print_what): New definitions.
4177 (print_frame_args): Only print dots for args if print frame-arguments
4178 is 'presence'.
4179 (frame_print_option_defs): New element for "frame-info".
4180 (get_user_print_what_frame_info): New function.
4181 (frame_show_address): Make non static. Move comment to stack.h.
4182 (print_frame_info_to_print_what): New function.
4183 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4184 to decide what to print.
4185 (backtrace_command_1): Handle the new print_frame_arguments_presence
4186 value.
4187 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4188 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4189 (py_print_frame): In non-mi mode, use LOCATION as default for
4190 print_what, similarly to frame information printed directly by
4191 backtrace command. Handle frame-info user option in non MI mode.
4192
4193 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4194
4195 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4196 Add case for debugging 32-bit target on 64-bit host. Revise
4197 comment.
4198
4199 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4200
4201 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4202 instead of find_function_entry_range_from_pc.
4203
4204 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4205
4206 * stack.c (find_frame_funname): Remove code which preferred
4207 minsym over symtab sym in "certain pathological cases".
4208
4209 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4210 parameter. Change type of "do_demangle" to bool.
4211 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4212 Pass suitable "prefer_sym_over_minsym" flag to
4213 build_address_symbolic(). Don't output "+" for negative offsets.
4214 * printcmd.c (print_address_symbolic): Update invocation of
4215 build_address_symbolic to include a "prefer_sym_over_minsym"
4216 flag.
4217 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4218 Restrict cases in which use of minimal symbol is preferred to that
4219 of a found symbol. Update comments.
4220
4221 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4222 for entry pc when entry pc is out of range for that FDE.
4223
4224 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4225
4226 PR gdb/24839:
4227 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4228 type.
4229
4230 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4231
4232 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4233 this function's Python signature.
4234
4235
4236 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4237
4238 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4239 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4240 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4241 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4242 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4243
4244
4245 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4246
4247 * h8300-tdep.c (h8300_register_name_common): New.
4248 h8300_register_name): Use h8300_register_name_common.
4249 (h8300s_register_name): Likewise.
4250 (h8300sx_register_name): Likewise.
4251 (h8300h_register_nam): New.
4252 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4253
4254
4255 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4256
4257 * arm-tdep.c (arm_skip_cmse_entry): New function.
4258 (arm_is_sgstubs_section): New function.
4259 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4260
4261 2019-07-22 Tom Tromey <tom@tromey.com>
4262
4263 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4264 Don't self-assign.
4265
4266 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4267
4268 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4269 type_print.
4270
4271 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4272
4273 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4274 so that GDB doesn't match any msymbols when searching in the
4275 TYPES_DOMAIN.
4276 (print_symbol_info): Print using typedef_print or type_print based
4277 on the type of the symbol. Add updated FIXME comment moved from...
4278 (_initialize_symtab): ... move and update FIXME comment to above.
4279
4280 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 * NEWS: Mention adding -q option to "info types".
4283 * symtab.c (struct info_types_options): New struct.
4284 (info_types_options_defs): New variable.
4285 (make_info_types_options_def_group): New function.
4286 (info_types_command): Use gdb::option framework to parse options.
4287 (info_types_command_completer): New function.
4288 (_initialize_symtab): Extend the help text on "info types" and
4289 register command completer.
4290
4291 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4292
4293 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4294 (lookup_symbol_in_objfile): Change int to block_enum and add a
4295 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4296
4297 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4298
4299 * MAINTAINERS (Write After Approval): Add self.
4300
4301 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4304 instruction to the dummy code region.
4305
4306 2019-07-19 Tom Tromey <tromey@adacore.com>
4307
4308 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4309 (ARGSUSED, PARAMS, __func__): Remove rules.
4310
4311 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4312
4313 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4314 * features/arm/arm-with-iwmmxt.c: Remove.
4315 * features/arm/arm-with-iwmmxt.xml: Remove.
4316 * features/arm/arm-with-m-fpa-layout.c: Remove.
4317 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4318 * features/arm/arm-with-m-vfp-d16.c: Remove.
4319 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4320 * features/arm/arm-with-m.c: Remove.
4321 * features/arm/arm-with-m.xml: Remove.
4322 * features/arm/arm-with-neon.c: Remove.
4323 * features/arm/arm-with-neon.xml: Remove.
4324 * features/arm/arm-with-vfpv2.c: Remove.
4325 * features/arm/arm-with-vfpv2.xml: Remove.
4326 * features/arm/arm-with-vfpv3.c: Remove.
4327 * features/arm/arm-with-vfpv3.xml: Remove.
4328
4329 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4330
4331 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4332
4333 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4334
4335 * arch/aarch32.c (aarch32_create_target_description): Create
4336 target descriptions using features.
4337 * arch/arm.c (arm_create_target_description)
4338 (arm_create_mprofile_target_description): Likewise.
4339 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4340
4341 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4342
4343 * Makefile.in: Add new files.
4344 * aarch32-tdep.c: New file.
4345 * aarch32-tdep.h: New file.
4346 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4347 Call aarch32_read_description.
4348 * arch/aarch32.c: New file.
4349 * arch/aarch32.h: New file.
4350 * arch/arm.c (arm_create_target_description)
4351 (arm_create_mprofile_target_description): New function.
4352 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4353 (arm_create_target_description)
4354 (arm_create_mprofile_target_description): New declaration.
4355 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4356 read_description functions.
4357 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4358 Likewise.
4359 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4360 * arm-tdep.c (tdesc_arm_list): New variable.
4361 (arm_register_g_packet_guesses): Call create description functions.
4362 (arm_read_description) (arm_read_mprofile_description): New
4363 function.
4364 * arm-tdep.h (arm_read_description)
4365 (arm_read_mprofile_description): Add declaration.
4366 * configure.tgt: Add new files.
4367
4368 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4369
4370 * top.c (new_ui_command): Open specified terminal just once.
4371
4372 2019-07-18 Tom Tromey <tromey@adacore.com>
4373
4374 * symtab.c (main_name): Constify return type.
4375 * symfile.c (set_initial_language): Update.
4376 * symtab.h (main_name): Constify return type.
4377
4378 2019-07-17 Tom Tromey <tom@tromey.com>
4379
4380 * tui/tui-winsource.c (tui_update_source_window)
4381 (tui_update_source_window_as_is)
4382 (tui_update_source_windows_with_line): Remove return.
4383 * tui/tui-disasm.c (tui_show_disassem)
4384 (tui_show_disassem_and_update_source): Remove return.
4385 * tui/tui.c (tui_reset): Remove return.
4386 * tui/tui-wingeneral.c
4387 (tui_check_and_display_highlight_if_needed): Remove return.
4388
4389 2019-07-17 Tom Tromey <tom@tromey.com>
4390
4391 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4392
4393 2019-07-17 Tom Tromey <tom@tromey.com>
4394
4395 * tui/tui-winsource.h (struct tui_exec_info_window)
4396 (struct tui_source_window_base): Move from tui-data.h.
4397 * tui/tui-winsource.c: Move many method definitions from
4398 elsewhere. Remove "structuring" comments.
4399 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4400 (tui_source_window_base::refresh_window): Move to
4401 tui-winsource.c.
4402 * tui/tui-win.c (tui_source_window_base::refresh_all)
4403 (tui_source_window_base::update_tab_width)
4404 (tui_source_window_base::set_new_height)
4405 (tui_source_window_base::do_make_visible_with_new_height): Move to
4406 tui-winsource.c.
4407 * tui/tui-source.h: Update.
4408 * tui/tui-source.c (tui_source_window_base::reset): Move to
4409 tui-winsource.c.
4410 * tui/tui-disasm.h: Update.
4411 * tui/tui-data.h (struct tui_exec_info_window): Move to
4412 tui-winsource.h.
4413 (struct tui_source_window_base): Likewise.
4414 * tui/tui-data.c (tui_source_window_base::clear_detail)
4415 (tui_source_window_base, ~tui_source_window_base): Move to
4416 tui-winsource.c.
4417
4418 2019-07-17 Tom Tromey <tom@tromey.com>
4419
4420 * tui/tui-win.c (tui_resize_all)
4421 (tui_source_window_base::update_tab_width)
4422 (tui_adjust_win_heights): Update.
4423 (tui_win_info::make_invisible_and_set_new_height): Rename from
4424 make_invisible_and_set_new_height.
4425 * tui/tui-data.h (struct tui_win_info)
4426 <make_invisible_and_set_new_height>: New method.
4427
4428 2019-07-17 Tom Tromey <tom@tromey.com>
4429
4430 * tui/tui.c: Update.
4431 * tui/tui-source.h (struct tui_source_window): Move from
4432 tui-data.h.
4433 * tui/tui-layout.c: Update.
4434 * tui/tui-disasm.c: Update.
4435 * tui/tui-data.h (struct tui_source_window): Move to
4436 tui-source.h.
4437
4438 2019-07-17 Tom Tromey <tom@tromey.com>
4439
4440 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4441 tui-data.h.
4442 * tui/tui-data.h (struct tui_disasm_window): Move to
4443 tui-disasm.h.
4444
4445 2019-07-17 Tom Tromey <tom@tromey.com>
4446
4447 * tui/tui-regs.h (struct tui_data_item_window): Move from
4448 tui-data.h.
4449 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4450 * tui/tui-data.h (struct tui_data_item_window): Move to
4451 tui-regs.h.
4452 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4453
4454 2019-07-17 Tom Tromey <tom@tromey.com>
4455
4456 * tui/tui.c: Update.
4457 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4458 (tui_cmd_window::max_height): Move to tui-command.c.
4459 * tui/tui-layout.c: Update.
4460 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4461 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4462 tui-command.c.
4463 * tui/tui-command.h (struct tui_cmd_window): Move from
4464 tui-data.h.
4465 * tui/tui-command.c: Remove "structuring" comments.
4466 (tui_cmd_window::clear_detail)
4467 (tui_cmd_window::do_make_visible_with_new_height)
4468 (tui_cmd_window::max_height): Move from elsewhere.
4469
4470 2019-07-17 Tom Tromey <tom@tromey.com>
4471
4472 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4473 Now static.
4474 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4475 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4476
4477 2019-07-17 Tom Tromey <tom@tromey.com>
4478
4479 * tui/tui.c: Update.
4480 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4481 tui-regs.c.
4482 * tui/tui-windata.h: Remove file.
4483 * tui/tui-windata.c: Remove file.
4484 * tui/tui-win.c (tui_data_window::set_new_height)
4485 (tui_data_window::do_make_visible_with_new_height): Move to
4486 tui-regs.c.
4487 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4488 * tui/tui-regs.c: Remove "structuring" comments.
4489 (tui_data_window::first_data_item_displayed)
4490 (tui_data_window::delete_data_content_windows)
4491 (tui_data_window::erase_data_content)
4492 (tui_data_window::display_all_data)
4493 (tui_data_window::refresh_all)
4494 (tui_data_window::do_scroll_vertical)
4495 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4496 (tui_data_window::do_make_visible_with_new_height)
4497 (tui_data_window::refresh_window): Move from elsewhere.
4498 (_initialize_tui_regs): Move to end of file.
4499 * tui/tui-layout.c: Update.
4500 * tui/tui-hooks.c: Update.
4501 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4502 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4503 tui-regs.c.
4504 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4505
4506 2019-07-17 Tom Tromey <tom@tromey.com>
4507
4508 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4509 seen.
4510
4511 2019-07-17 Tom Tromey <tom@tromey.com>
4512
4513 * tui/tui-win.c (tui_source_window_base::set_new_height)
4514 (tui_source_window_base::do_make_visible_with_new_height): Use
4515 m_has_locator field directly.
4516 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4517 method.
4518 (struct tui_source_window_base) <has_locator>: Likewise.
4519
4520 2019-07-17 Tom Tromey <tom@tromey.com>
4521
4522 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4523 Don't declare.
4524 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4525 Remove.
4526 * tui/tui-win.c (tui_source_window_base::set_new_height)
4527 (tui_source_window_base::set_new_height)
4528 (make_invisible_and_set_new_height)
4529 (tui_source_window_base::do_make_visible_with_new_height)
4530 (tui_source_window_base::do_make_visible_with_new_height):
4531 Update.
4532 * tui/tui-layout.c (show_source_disasm_command, show_data)
4533 (show_source_or_disasm_and_command): Update.
4534 * tui/tui-layout.c (show_layout): Update.
4535
4536 2019-07-17 Tom Tromey <tom@tromey.com>
4537
4538 * tui/tui-layout.c (make_data_window): Remove.
4539 (show_data): Unify creation and re-initialization cases.
4540
4541 2019-07-17 Tom Tromey <tom@tromey.com>
4542
4543 * tui/tui-layout.c (make_source_window, make_disasm_window):
4544 Remove.
4545 (show_data): Unify creation and re-initialization cases.
4546
4547 2019-07-17 Tom Tromey <tom@tromey.com>
4548
4549 * tui/tui-layout.c (make_command_window): Remove.
4550 (show_source_disasm_command, show_source_or_disasm_and_command):
4551 Unify creation and re-initialization cases.
4552
4553 2019-07-17 Tom Tromey <tom@tromey.com>
4554
4555 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4556 creation and re-initialization cases.
4557
4558 2019-07-17 Tom Tromey <tom@tromey.com>
4559
4560 * tui/tui-regs.c (tui_get_register): Return void.
4561
4562 2019-07-17 Tom Tromey <tom@tromey.com>
4563
4564 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4565 Simplify.
4566
4567 2019-07-17 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4570 resetting.
4571
4572 2019-07-17 Tom Tromey <tom@tromey.com>
4573
4574 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4575 * tui/tui-regs.c (tui_reg_layout): New function.
4576 (tui_show_registers, tui_reg_command): Use it.
4577 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4578 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4579 parameters.
4580 (tui_layout_command): Remove.
4581
4582 2019-07-17 Tom Tromey <tom@tromey.com>
4583
4584 * tui/tui-layout.h (tui/tui-layout): Return void.
4585 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4586
4587 2019-07-17 Tom Tromey <tom@tromey.com>
4588
4589 * tui/tui-layout.c (show_source_disasm_command, show_data):
4590 Update.
4591 (reset_locator): Remove.
4592 (show_source_or_disasm_and_command): Update.
4593
4594 2019-07-17 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui-source.c (tui_source_window_base::reset): Remove
4597 win_type parameter.
4598 * tui/tui-layout.c (make_command_window, make_source_window)
4599 (make_disasm_window, make_data_window)
4600 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4601 (reset_locator, show_source_or_disasm_and_command): Update.
4602 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4603 win_type parameter.
4604 (struct tui_source_window_base) <reset>: Likewise.
4605
4606 2019-07-17 Tom Tromey <tom@tromey.com>
4607
4608 * tui/tui-layout.c (show_source_disasm_command): Use
4609 reset_locator.
4610 (reset_locator): New function.
4611 (init_and_make_win): Remove.
4612 (show_source_or_disasm_and_command): Use reset_locator.
4613
4614 2019-07-17 Tom Tromey <tom@tromey.com>
4615
4616 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4617 condition.
4618 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4619 Remove condition.
4620 * tui/tui-source.c (tui_source_window_base::reset): New method.
4621 * tui/tui-layout.c (make_command_window): Don't call
4622 init_and_make_win.
4623 (make_source_window, make_disasm_window): Don't call
4624 make_source_or_disasm_window.
4625 (make_data_window): Don't call init_and_make_win. Change calling
4626 convention.
4627 (show_source_disasm_command, show_data): Simplify.
4628 (make_source_or_disasm_window): Remove.
4629 (show_source_or_disasm_and_command): Simplify.
4630 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4631 (struct tui_source_window_base) <reset>: Likewise.
4632 <execution_info>: Remove initializer.
4633 * tui/tui-data.c (tui_source_window_base): Initialize
4634 execution_info.
4635
4636 2019-07-17 Tom Tromey <tom@tromey.com>
4637
4638 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4639 variable.
4640
4641 2019-07-17 Tom Tromey <tom@tromey.com>
4642
4643 * tui/tui.c (tui_rl_other_window): Update.
4644 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4645 superclass method first. Always iterate over regs_content.
4646 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4647 method.
4648 * tui/tui-win.c (tui_set_focus_command): Update.
4649
4650 2019-07-17 Tom Tromey <tom@tromey.com>
4651
4652 * tui/tui-win.c (tui_set_focus_command): Rename from
4653 tui_set_focus. Call tui_enable.
4654 (tui_set_focus_command): Remove.
4655
4656 2019-07-17 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4659 refresh_window.
4660 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4661 touchwin.
4662 (tui_data_window::refresh_window): Call refresh_window on data
4663 items. Always call superclass refresh_window.
4664 (tui_win_info::refresh): Remove.
4665 (tui_source_window_base::refresh_window): Update.
4666 (tui_refresh_all): Update.
4667 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4668 refresh_window.
4669 (show_source_or_disasm_and_command): Likewise.
4670 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4671 (struct tui_source_window_base) <refresh>: Likewise.
4672
4673 2019-07-17 Tom Tromey <tom@tromey.com>
4674
4675 * tui/tui-winsource.c (tui_clear_source_content)
4676 (tui_show_source_content): Update.
4677 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4678 whether content is empty.
4679 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4680 Remove.
4681
4682 2019-07-17 Tom Tromey <tom@tromey.com>
4683
4684 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4685 window's contents.
4686 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4687 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4688
4689 2019-07-17 Tom Tromey <tom@tromey.com>
4690
4691 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4692 (struct tui_data_item_window): Update.
4693
4694 2019-07-17 Tom Tromey <tom@tromey.com>
4695
4696 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4697 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4698 defines.
4699
4700 2019-07-17 Tom Tromey <tom@tromey.com>
4701
4702 * tui/tui-winsource.h (tui_erase_source_content)
4703 (tui_clear_source_content): Remove "display_prompt" parameter.
4704 * tui/tui-winsource.c (tui_update_source_window_as_is)
4705 (tui_update_source_windows_with_addr): Update.
4706 (tui_clear_source_content): Remove "display_prompt" parameter.
4707 (tui_erase_source_content): Likewise. Simplify.
4708 (tui_show_source_content): Update.
4709 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4710 * tui/tui-stack.c (tui_show_frame_info): Update.
4711 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4712 Remove defines.
4713
4714 2019-07-17 Tom Tromey <tom@tromey.com>
4715
4716 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4717 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4718 parameter.
4719 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4720 parameter.
4721
4722 2019-07-17 Tom Tromey <tom@tromey.com>
4723
4724 * tui/tui-winsource.c (tui_clear_source_content)
4725 (tui_show_source_content, tui_show_exec_info_content)
4726 (tui_clear_exec_info_content): Update.
4727 * tui/tui-stack.c (tui_show_locator_content): Update.
4728 (tui_show_frame_info): Update.
4729 * tui/tui-source.h (tui_source_window): Don't declare.
4730 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4731 from tui_source_is_displayed.
4732 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4733 Remove field.
4734 (struct tui_source_window_base) <content_in_use>: New field. Now
4735 bool.
4736 (struct tui_source_window) <showing_source_p>: New method.
4737 (TUI_SRC_WIN): Change cast.
4738 * tui/tui-data.c (tui_initialize_static_data): Update.
4739
4740 2019-07-17 Tom Tromey <tom@tromey.com>
4741
4742 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4743 location_matches_p.
4744 * tui/tui-source.c (tui_source_window::location_matches_p): New
4745 method.
4746 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4747 method.
4748 * tui/tui-data.h (struct tui_source_window_base)
4749 <location_matches_p>: New method.
4750 (struct tui_source_window, struct tui_disasm_window)
4751 <location_matches_p>: Likewise.
4752
4753 2019-07-17 Tom Tromey <tom@tromey.com>
4754
4755 * tui/tui-win.c (tui_set_win_height_command): Rename from
4756 tui_set_win_height.
4757 (tui_set_win_height_command): Remove.
4758
4759 2019-07-17 Tom Tromey <tom@tromey.com>
4760
4761 * tui/tui-source.c (tui_source_window): New constructor. Add
4762 observer.
4763 (~tui_source_window): New destructor.
4764 (tui_source_window::style_changed): New method.
4765 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4766 (tui_attach_detach_observers): Update.
4767 * tui/tui-data.h (struct tui_source_window): Make constructor not
4768 inline. Add destructor.
4769 (struct tui_source_window) <style_changed>: New method.
4770 <m_observable>: New member.
4771
4772 2019-07-17 Tom Tromey <tom@tromey.com>
4773
4774 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4775 * tui/tui-win.c (tui_resize_all): Fix typo.
4776
4777 2019-07-17 Tom Tromey <tom@tromey.com>
4778
4779 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4780 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4781 (tui_refresh_all): Remove "list" parameter. Use foreach.
4782 * tui/tui-win.c (window_name_completer): Use foreach.
4783 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4784 (update_tab_width): Likewise.
4785 * tui/tui-layout.c (show_layout): Update.
4786 * tui/tui-data.h (class tui_window_iterator): New.
4787 (struct all_tui_windows): New.
4788 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4789
4790 2019-07-17 Tom Tromey <tom@tromey.com>
4791
4792 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4793 parameter. Don't reference globals.
4794 (tui_reg_command): Update.
4795
4796 2019-07-17 Tom Tromey <tom@tromey.com>
4797
4798 * tui/tui-regs.c (tui_show_registers): Simplify.
4799
4800 2019-07-17 Tom Tromey <tom@tromey.com>
4801
4802 * tui/tui-regs.c (tui_show_registers): Update.
4803 (tui_show_register_group): Add win_info parameter.
4804
4805 2019-07-17 Tom Tromey <tom@tromey.com>
4806
4807 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4808 Rename from tui_display_reg_element_at_line.
4809 (tui_data_window::display_registers_from_line): Update.
4810 * tui/tui-data.h (struct tui_data_window)
4811 <display_reg_element_at_line>: New method.
4812
4813 2019-07-17 Tom Tromey <tom@tromey.com>
4814
4815 * tui/tui-regs.h (tui_display_registers_from)
4816 (tui_display_registers_from_line): Don't declare.
4817 * tui/tui-windata.c (tui_data_window::display_all_data)
4818 (tui_data_window::refresh_all)
4819 (tui_data_window::do_scroll_vertical): Update.
4820 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4821 from tui_display_registers_from.
4822 (tui_display_reg_element_at_line): Update.
4823 (tui_data_window::display_registers_from_line): Rename from
4824 tui_display_registers_from_line.
4825 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4826 display_registers_from_line>: New methods.
4827
4828 2019-07-17 Tom Tromey <tom@tromey.com>
4829
4830 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4831 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4832 from tui_erase_data_content.
4833 (tui_data_window::display_all_data)
4834 (tui_data_window::refresh_all)
4835 (tui_data_window::do_scroll_vertical): Update.
4836 * tui/tui-regs.c (tui_show_registers): Update.
4837 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4838 New method.
4839
4840 2019-07-17 Tom Tromey <tom@tromey.com>
4841
4842 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4843 declare.
4844 * tui/tui-windata.c
4845 (tui_data_window::delete_data_content_windows): Rename from
4846 tui_delete_data_content_windows.
4847 (tui_data_window::display_all_data)
4848 (tui_data_window::do_scroll_vertical): Update.
4849 * tui/tui-data.h (struct tui_data_window)
4850 <delete_data_content_windows>: New method.
4851
4852 2019-07-17 Tom Tromey <tom@tromey.com>
4853
4854 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4855 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4856
4857 2019-07-17 Tom Tromey <tom@tromey.com>
4858
4859 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4860 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4861 from tui_display_all_data.
4862 * tui/tui-win.c
4863 (tui_data_window::do_make_visible_with_new_height): Update.
4864 * tui/tui-regs.c (tui_show_registers): Update.
4865 * tui/tui-layout.c (tui_set_layout): Update.
4866 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4867 method.
4868
4869 2019-07-17 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4872 * tui/tui-windata.c (tui_display_data_from): Remove.
4873 (tui_data_window::refresh_all): Update.
4874
4875 2019-07-17 Tom Tromey <tom@tromey.com>
4876
4877 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4878 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4879 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4880 tui_display_registers_from_line.
4881 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4882 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4883 "force_display" parameter.
4884
4885 2019-07-17 Tom Tromey <tom@tromey.com>
4886
4887 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4888 declare.
4889 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4890 Rename from tui_first_reg_element_no_inline.
4891 (tui_display_reg_element_at_line)
4892 (tui_display_registers_from_line): Update.
4893 * tui/tui-data.h (struct tui_data_window)
4894 <first_reg_element_no_inline>: New method.
4895
4896 2019-07-17 Tom Tromey <tom@tromey.com>
4897
4898 * tui/tui-windata.c (tui_display_data_from)
4899 (tui_data_window::do_scroll_vertical): Update.
4900 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4901 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4902 Rename from tui_line_from_reg_element_no.
4903 (tui_display_registers_from_line): Update.
4904 * tui/tui-data.h (struct tui_data_window)
4905 <line_from_reg_element_no>: New method.
4906
4907 2019-07-17 Tom Tromey <tom@tromey.com>
4908
4909 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4910 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4911 tui_last_regs_line_no.
4912 (tui_display_reg_element_at_line)
4913 (tui_display_registers_from_line): Update.
4914 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4915 method.
4916
4917 2019-07-17 Tom Tromey <tom@tromey.com>
4918
4919 PR tui/24722:
4920 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4921 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4922 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4923 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4924 (tui_update_breakpoint_info): Likewise.
4925 * tui/tui-hooks.c (tui_event_create_breakpoint)
4926 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4927 Update.
4928
4929 2019-07-17 Tom Tromey <tom@tromey.com>
4930
4931 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4932
4933 2019-07-17 Tom Tromey <tom@tromey.com>
4934
4935 * tui/tui-winsource.c (tui_update_source_window_as_is)
4936 (tui_update_source_windows_with_addr): Update.
4937 * tui/tui-source.h (tui_set_source_content)
4938 (tui_show_symtab_source): Add "win_info" parameter.
4939 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4940 parameter.
4941 (tui_show_symtab_source): Likewise.
4942
4943 2019-07-17 Tom Tromey <tom@tromey.com>
4944
4945 * tui/tui-wingeneral.c
4946 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4947
4948 2019-07-17 Tom Tromey <tom@tromey.com>
4949
4950 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4951 (struct tui_cmd_window) <can_scroll>: New method.
4952 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4953 method.
4954
4955 2019-07-17 Tom Tromey <tromey@adacore.com>
4956
4957 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4958 do_field_signed>: Rename. Change type of "value".
4959 * ui-out.c (ui_out::field_signed): Rename from field_int.
4960 Change type of "value".
4961 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4962 type of "value".
4963 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4964 do_field_int. Change type of "value".
4965 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4966 do_field_int. Change type of "value".
4967 * tracepoint.c (trace_status_mi, tfind_1)
4968 (print_one_static_tracepoint_marker): Update.
4969 * thread.c (print_thread_info_1, print_selected_thread_frame):
4970 Update.
4971 * stack.c (print_frame, print_frame_info): Update.
4972 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4973 Update.
4974 * source.c (print_source_lines_base): Update.
4975 * skip.c (info_skip_command): Update.
4976 * record-btrace.c (btrace_ui_out_decode_error)
4977 (btrace_call_history_src_line): Update.
4978 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4979 Update.
4980 * progspace.c (print_program_space): Update.
4981 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4982 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4983 do_field_int. Change type of "value".
4984 * mi/mi-out.c (mi_ui_out::do_table_begin)
4985 (mi_ui_out::do_table_header): Update.
4986 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4987 type of "value".
4988 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4989 (mi_cmd_data_list_changed_registers, output_register)
4990 (mi_cmd_data_read_memory, mi_load_progress)
4991 (mi_cmd_trace_frame_collected): Update.
4992 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4993 Update.
4994 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4995 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4996 (mi_cmd_var_list_children, varobj_update_one): Update.
4997 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4998 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4999 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5000 * inferior.c (print_inferior): Update.
5001 * gdb_bfd.c (print_one_bfd): Update.
5002 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5003 Update.
5004 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5005 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5006 do_field_int. Change type of "value".
5007 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5008 do_field_int. Change type of "value".
5009 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5010 (print_one_breakpoint_location, print_it_catch_fork)
5011 (print_one_catch_fork, print_it_catch_vfork)
5012 (print_one_catch_vfork, print_it_catch_solib)
5013 (print_it_catch_exec, print_it_ranged_breakpoint)
5014 (print_mention_watchpoint, print_mention_masked_watchpoint)
5015 (bkpt_print_it, update_static_tracepoint): Update.
5016 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5017 * break-catch-syscall.c (print_it_catch_syscall): Update.
5018 * ada-tasks.c (print_ada_task_info): Update.
5019 * ada-lang.c (print_it_exception, print_mention_exception):
5020 Update.
5021
5022 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 PR breakpoints/24541
5025 * gdbarch.c: Regenerate.
5026 * gdbarch.h: Regenerate.
5027 * gdbarch.sh: Adjust return type and parameter types for
5028 'stap_adjust_register'.
5029 (i386_stap_adjust_register): Adjust signature and return new
5030 register name.
5031 * stap-probe.c (stap_parse_register_operand): Adjust use of
5032 'gdbarch_stap_adjust_register'.
5033
5034 2019-07-17 Tom Tromey <tromey@adacore.com>
5035
5036 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5037 declare VEC.
5038 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5039 std::vector.
5040 (struct s390_process_info): Add initializers.
5041 (s390_add_process): Use new.
5042 (s390_linux_nat_target::low_forget_process): Use delete.
5043 (s390_linux_nat_target::low_new_fork)
5044 (s390_linux_nat_target::stopped_by_watchpoint)
5045 (s390_linux_nat_target::low_prepare_to_resume)
5046 (s390_linux_nat_target::insert_watchpoint)
5047 (s390_linux_nat_target::insert_hw_breakpoint)
5048 (s390_linux_nat_target::remove_watchpoint)
5049 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5050
5051 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5052
5053 * aarch64-fbsd-nat.c: Include regcache.h.
5054 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5055 argument.
5056 (aarch64_fbsd_nat_target::fetch_registers)
5057 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5058 variable.
5059 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5060
5061 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5062
5063 * fbsd-nat.c: Include gdbarch.h.
5064
5065 2019-07-15 Tom Tromey <tromey@adacore.com>
5066
5067 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5068
5069 2019-07-15 Tom Tromey <tromey@adacore.com>
5070
5071 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5072 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5073 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5074 * cli-out.c (cli_ui_out::do_field_int): New method.
5075 * ui-out.c (ui_out::field_unsigned): New method.
5076 * symfile.c (generic_load): Use field_unsigned.
5077 (print_transfer_performance): Likewise.
5078 * record-btrace.c (ui_out_field_uint): Remove.
5079 (btrace_call_history_insn_range, btrace_call_history): Use
5080 field_unsigned.
5081 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5082 field_unsigned.
5083 * ui-out.h (class ui_out) <field_unsigned>: New method.
5084 <do_field_unsigned>: Likewise.
5085
5086 2019-07-15 Tom Tromey <tromey@adacore.com>
5087
5088 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5089 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5090 * target.c (flash_erase_command): Use field_string.
5091 * infrun.c (print_signal_received_reason): Use field_string.
5092 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5093 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5094 field_string.
5095 * ada-tasks.c (print_ada_task_info): Use field_string.
5096
5097 2019-07-15 Tom Tromey <tromey@adacore.com>
5098
5099 * target.c (flash_erase_command): Use field_core_addr.
5100 * symfile.c (generic_load): Use field_core_addr.
5101 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5102 Use field_core_addr.
5103 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5104 field_core_addr.
5105
5106 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5109 value if its desired type is smaller than a CORE_ADDR and signed.
5110
5111 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5114 of changes to field names, and use new is_reference field to
5115 decide if a property is a reference or not.
5116 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5117 field.
5118 (struct dwarf2_property_baton): Update header comment, rename
5119 'referenced_type' to 'property_type' and update comments.
5120 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5121 default property type, store in property baton, update to take
5122 accound of renamed field.
5123 (read_func_scope): Update call to attr_to_dynamic_prop.
5124 (read_array_type): Likewise.
5125 (dwarf2_per_cu_addr_sized_int_type): New function.
5126 (read_subrange_index_type): Move type finding code to
5127 dwarf2_per_cu_addr_sized_int_type.
5128 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5129 (dwarf2_per_cu_addr_type): New function.
5130 (set_die_type): Update calls to attr_to_dynamic_prop.
5131
5132 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * dwarf2read.c (read_subrange_index_type): New function.
5135 (read_subrange_type): Move code into new function and call it.
5136 * gdbtypes.c (create_range_type): Add some asserts.
5137
5138 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5139
5140 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5141 update return statements.
5142 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5143 declaration, and update comment to match.
5144 * gdbtypes.c (resolve_dynamic_array): Update call to
5145 dwarf2_evaluate_property to match new return type.
5146
5147 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5148
5149 * valarith.c (value_subscripted_rvalue): Change lowerbound
5150 parameter type from int to LONGEST.
5151 * value.h (value_subscripted_rvalue): Likewise in declaration.
5152
5153 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5154
5155 * cli/cli-utils.c (info_print_command_completer): New function.
5156 * cli/cli-utils.h: Add 'completer.h' include, and forward
5157 declaration for 'struct cmd_list_element'.
5158 (info_print_command_completer): Declare.
5159 * stack.c (_initialize_stack): Add completer for 'info locals' and
5160 'info args'.
5161 * symtab.c (_initialize_symtab): Add completer for 'info
5162 variables' and 'info functions'.
5163 * NEWS: Mention completion for additional info commands.
5164
5165 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5166
5167 * cli/cli-utils.c (extract_info_print_args): Delete.
5168 (extract_arg_maybe_quoted): Delete.
5169 (info_print_options_defs): New variable.
5170 (make_info_print_options_def_group): New function.
5171 (extract_info_print_options): Define new function.
5172 * cli/cli-utils.h (extract_info_print_args): Delete.
5173 (struct info_print_options): New structure.
5174 (extract_info_print_options): Declare new function.
5175 * stack.c (info_locals_command): Update to use new
5176 extract_info_print_options, also add a header comment.
5177 (info_args_command): Likewise.
5178 * symtab.c (info_variables_command): Likewise.
5179 (info_functions_command): Likewise.
5180
5181 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5184 to extract string arguments.
5185 * common/common-utils.c (extract_string_maybe_quoted): New function.
5186 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5187
5188 2019-07-11 Tom Tromey <tromey@adacore.com>
5189
5190 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5191 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5192 * top.h (gdbinit): Don't declare.
5193 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5194 into...
5195 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5196 * top.c (gdb_init): Don't call init_cli_cmds.
5197 (gdbinit): Remove.
5198 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5199
5200 2019-07-11 Tom Tromey <tromey@adacore.com>
5201
5202 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5203 after it has been moved.
5204
5205 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5206
5207 * valops.c (value_must_coerce_to_target): Change return type to
5208 bool.
5209 * value.h (value_must_coerce_to_target): Likewise.
5210
5211 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5212
5213 * breakpoint.c (is_hardware_watchpoint): Remove
5214 forward-declaration.
5215 (is_masked_watchpoint): Change return type to bool.
5216 (is_tracepoint): Likewise.
5217 (is_breakpoint): Likewise.
5218 (is_hardware_watchpoint): Likewise.
5219 (is_watchpoint): Likewise.
5220 (is_no_memory_software_watchpoint): Likewise.
5221 (is_catchpoint): Likewise.
5222 (breakpoint_1): Make FILTER parameter's return type bool.
5223 is_masked_watchpoint): Change return type to bool.
5224 (save_breakpoints): Make FILTER parameter's return type bool.
5225 * breakpoint.h (is_breakpoint): Change return type to bool.
5226 (is_watchpoint): Likewise.
5227 (is_catchpoint): Likewise.
5228 (is_tracepoint): Likewise.
5229
5230 2019-07-10 Tom Tromey <tom@tromey.com>
5231
5232 * defs.h: Don't include gdbarch.h.
5233 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5234 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5235 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5236 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5237 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5238 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5239 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5240 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5241 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5242 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5243 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5244 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5245 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5246 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5247 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5248 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5249 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5250 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5251 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5252 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5253 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5254 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5255 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5256 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5257 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5258 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5259 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5260
5261 2019-07-10 Tom Tromey <tromey@adacore.com>
5262
5263 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5264 * breakpoint.c (init_ada_exception_breakpoint): Register as
5265 bp_catchpoint.
5266 (print_one_breakpoint_location, print_one_breakpoint): Use
5267 is_ada_exception_catchpoint.
5268 * ada-lang.c (class ada_catchpoint_location): Pass
5269 bp_loc_software_breakpoint to bp_location constructor.
5270 (is_ada_exception_catchpoint): New function.
5271
5272 2019-07-10 Tom Tromey <tromey@adacore.com>
5273
5274 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5275 VEC.
5276 (struct arm_exidx_entry): New method operator<.
5277 (struct arm_exidx_data) <section_maps>: Change type.
5278 (arm_exidx_data_free): Remove.
5279 (arm_exidx_data_key): Change type. Move lower.
5280 (arm_exidx_new_objfile): Update.
5281 (arm_compare_exidx_entries): Remove.
5282 (arm_find_exidx_entry, _initialize_arm_tdep)
5283
5284 2019-07-10 Tom Tromey <tromey@adacore.com>
5285
5286 * solib-spu.c (ocl_program_data_key): Change type.
5287 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5288 Update.
5289
5290 2019-07-10 Tom Tromey <tromey@adacore.com>
5291
5292 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5293 (struct solib_aix_inferior_data) <library_list>: Change type.
5294 (solib_aix_inferior_data_handle): Change type.
5295 (get_solib_aix_inferior_data): Update.
5296 (solib_aix_free_library_list): Remove.
5297 (library_list_start_library): Update.
5298 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5299 return type.
5300 (solib_aix_get_library_list)
5301 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5302 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5303
5304 2019-07-10 Tom Tromey <tromey@adacore.com>
5305
5306 * solib-dsbt.c (struct dsbt_info): Add initializers.
5307 (solib_dsbt_pspace_data): Change type.
5308 (dsbt_pspace_data_cleanup): Remove.
5309 (get_dsbt_info, _initialize_dsbt_solib): Update.
5310
5311 2019-07-10 Tom Tromey <tromey@adacore.com>
5312
5313 * spu-tdep.c (spu_overlay_data): Change type.
5314 (spu_get_overlay_table, spu_overlay_new_objfile)
5315 (_initialize_spu_tdep): Update.
5316
5317 2019-07-10 Tom Tromey <tromey@adacore.com>
5318
5319 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5320 destructor.
5321 (dbx_objfile_data_key): Change type and declare later.
5322 (DBX_SYMFILE_INFO): Rewrite.
5323 * dbxread.c (dbx_objfile_data_key): Change type.
5324 (dbx_symfile_init): Update.
5325 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5326 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5327 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5328
5329 2019-07-10 Tom Tromey <tromey@adacore.com>
5330
5331 * jit.c (jit_program_space_key): Change type. Move lower.
5332 (get_jit_program_space_data): Update.
5333 (jit_program_space_data_cleanup): Remove.
5334 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5335 Update.
5336 (struct jit_program_space_data): Add initializers.
5337
5338 2019-07-10 Tom Tromey <tromey@adacore.com>
5339
5340 * solib-darwin.c (struct darwin_info): Add initializers.
5341 (solib_darwin_pspace_data): Change type.
5342 (darwin_pspace_data_cleanup): Remove.
5343 (get_darwin_info, _initialize_darwin_solib): Update.
5344
5345 2019-07-10 Tom Tromey <tromey@adacore.com>
5346
5347 * remote-sim.c (struct sim_inferior_data): Add initializers,
5348 constructor, and destructor.
5349 (sim_inferior_data_key): Change type. Move lower.
5350 (check_for_duplicate_sim_descriptor): Update.
5351 (get_sim_inferior_data): Use new. Update.
5352 (~sim_inferior_data_cleanup): Rename from
5353 sim_inferior_data_cleanup. Simplify.
5354 (gdbsim_close_inferior, simulator_command)
5355 (sim_command_completer, _initialize_remote_sim): Update.
5356 (next_pid, INITIAL_PID): Move earlier.
5357
5358 2019-07-10 Tom Tromey <tromey@adacore.com>
5359
5360 * python/python-internal.h (create_thread_object): Return
5361 gdbpy_ref.
5362 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5363 * python/py-inferior.c (struct threadlist_entry): Add
5364 constructor.
5365 <thread_obj>: Now a gdbpy_ref.
5366 (thread_to_thread_object): Update.
5367 (add_thread_object): Use new.
5368 (delete_thread_object): Use delete.
5369 (infpy_threads): Update.
5370 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5371 GIL.
5372
5373 2019-07-10 Tom Tromey <tromey@adacore.com>
5374
5375 * valops.c (value_cast): Specialize error message for Ada.
5376
5377 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5378
5379 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5380
5381 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5382
5383 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5384 bpstat_should_step): Return bool, adjust comments.
5385 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5386 bpstat_should_step): Likewise.
5387
5388 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5389
5390 * features/Makefile: Use feature target descriptions for Arm.
5391 * features/arm/arm-core.c: Generate new file.
5392 * features/arm/arm-fpa.c: Likewise.
5393 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5394 * features/arm/arm-m-profile.c: Likewise.
5395 * features/arm/arm-vfpv2.c: Likewise.
5396 * features/arm/arm-vfpv3.c: Likewise.
5397 * features/arm/xscale-iwmmxt.c: Likewise.
5398 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5399
5400 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5401
5402 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5403 ptrace earlier.
5404
5405 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5406
5407 * features/aarch64-pauth.c: Regenerate.
5408
5409 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5410
5411 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5412 bool.
5413 (bpstat_what): Use false instead of 0.
5414
5415 2019-07-09 Pedro Alves <palves@redhat.com>
5416
5417 * break-catch-throw.c (is_exception_catchpoint): New.
5418 * breakpoint.c (print_one_breakpoint_location): New parameter
5419 'raw_loc'. Handle it. Use
5420 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5421 looking at the breakpoint's type.
5422 (print_one_breakpoint): If handling "maint info breakpoints", also
5423 print locations of exception catchpoints.
5424 * breakpoint.h (is_exception_catchpoint): Declare.
5425
5426 2019-07-09 Pedro Alves <palves@redhat.com>
5427
5428 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5429 "addr" field.
5430 (allocate_location_exception_catchpoint): New.
5431 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5432 (initialize_throw_catchpoint_ops): Install
5433 allocate_location_exception_catchpoint as allocate_location
5434 method.
5435 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5436 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5437 bp_loc_other.
5438 (breakpoint_address_is_meaningful): Delete.
5439 (bl_address_is_meaningful): New.
5440 (breakpoint_locations_match): Adjust comment.
5441 (bp_location_from_bp_type): New, factored out of...
5442 (bp_location::bp_location(breakpoint *)): ... this.
5443 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5444 factored out of...
5445 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5446 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5447 breakpoint_address_is_meaningful.
5448 (bp_locations_compare): Adjust comment.
5449 (update_global_location_list): Use bl_address_is_meaningful
5450 instead of breakpoint_address_is_meaningful.
5451 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5452 explicit.
5453 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5454 * python/py-breakpoint.c (bppy_get_location): No longer check
5455 whether location is null.
5456
5457 2019-07-09 Pedro Alves <palves@redhat.com>
5458
5459 PR c++/15468
5460 * breakpoint.c (print_one_breakpoint_location): Remove
5461 single-location assert.
5462
5463 2019-07-09 Tom Tromey <tom@tromey.com>
5464
5465 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5466 * configure: Rebuild.
5467 * configure.ac: Change common to gdbsupport.
5468 * gdbsupport: Rename from common.
5469 * acinclude.m4: Change common to gdbsupport.
5470 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5471 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5472 gdbsupport.
5473 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5474 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5475 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5476 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5477 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5478 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5479 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5480 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5481 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5482 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5483 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5484 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5485 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5486 coff-pe-read.c, command.h, compile/compile-c-support.c,
5487 compile/compile-c.h, compile/compile-cplus-symbols.c,
5488 compile/compile-cplus-types.c, compile/compile-cplus.h,
5489 compile/compile-loc2c.c, compile/compile.c, completer.c,
5490 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5491 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5492 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5493 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5494 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5495 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5496 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5497 features/aarch64-core.c, features/aarch64-fpu.c,
5498 features/aarch64-pauth.c, features/aarch64-sve.c,
5499 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5500 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5501 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5502 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5503 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5504 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5505 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5506 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5507 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5508 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5509 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5510 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5511 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5512 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5513 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5514 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5515 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5516 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5517 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5518 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5519 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5520 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5521 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5522 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5523 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5524 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5525 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5526 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5527 minsyms.c, mips-linux-tdep.c, namespace.h,
5528 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5529 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5530 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5531 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5532 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5533 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5534 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5535 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5536 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5537 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5538 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5539 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5540 procfs.c, producer.c, progspace.h, psymtab.h,
5541 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5542 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5543 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5544 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5545 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5546 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5547 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5548 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5549 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5550 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5551 target-memory.c, target.c, target.h, target/waitstatus.c,
5552 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5553 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5554 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5555 unittests/array-view-selftests.c,
5556 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5557 unittests/common-utils-selftests.c,
5558 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5559 unittests/format_pieces-selftests.c,
5560 unittests/function-view-selftests.c,
5561 unittests/lookup_name_info-selftests.c,
5562 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5563 unittests/mkdir-recursive-selftests.c,
5564 unittests/observable-selftests.c,
5565 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5566 unittests/parse-connection-spec-selftests.c,
5567 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5568 unittests/scoped_fd-selftests.c,
5569 unittests/scoped_mmap-selftests.c,
5570 unittests/scoped_restore-selftests.c,
5571 unittests/string_view-selftests.c, unittests/style-selftests.c,
5572 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5573 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5574 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5575 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5576 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5577 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5578
5579 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5580
5581 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5582 bool value.
5583 (decode_digits_ordinary): Set explicit_line field in sal.
5584 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5585 symtab_and_line that was set on an explicit line number in
5586 assembler code. Do always update the recorded symtab and line if
5587 we do skip the prologue.
5588
5589 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * breakpoint.c (set_breakpoint_location_function): Remove
5592 explicit_loc parameter.
5593 (momentary_breakpoint_from_master): Update call to
5594 set_breakpoint_location_function.
5595 (add_location_to_breakpoint): Likewise.
5596
5597 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5598
5599 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5600 required features based on default bfd type when no specific bfd
5601 is present.
5602
5603 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5604
5605 * NEWS: Mention that GDB printf and eval commands can now print
5606 C-style and Ada-style convenience var strings without
5607 calling the inferior.
5608 * printcmd.c (printf_c_string): Locally print GDB internal var
5609 instead of transiting via the inferior.
5610 (printf_wide_c_string): Likewise.
5611
5612 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5613
5614 PR breakpoints/25011
5615 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5616
5617 2019-07-04 Tom Tromey <tom@tromey.com>
5618
5619 PR tui/24724:
5620 * tui/tui-winsource.c (tui_clear_source_content): Update.
5621 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5622 (tui_update_breakpoint_info): Update.
5623 (tui_set_exec_info_content): Update.
5624 * tui/tui-source.c (tui_set_source_content_nil): Update.
5625 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5626 has_break.
5627 * tui/tui-data.h (enum tui_bp_flag): New.
5628 (tui_bp_flags): New enum flags type.
5629 (struct tui_source_element) <break_mode>: Change type. Rename
5630 from has_break.
5631 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5632 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5633 constants.
5634 * tui/tui-winsource.h: Fix comment.
5635
5636 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5637
5638 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5639 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5640 (store_fpregs_to_thread)
5641 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5642 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5643 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5644 (IWMMXT_REGS_SIZE): Add define.
5645 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5646 (fetch_vfp_regs, store_vfp_regs)
5647 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5648 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5649
5650 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5651
5652 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5653 defines.
5654 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5655 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5656 (ARM_INT_REGISTER_SIZE): ...to this.
5657 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5658 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5659 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5660 (arm_linux_collect_gregset, supply_nwfpe_register)
5661 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5662 defines.
5663 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5664 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5665 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5666 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5667 (arm_return_in_memory, arm_store_return_value)
5668 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5669 (arm_record_ld_st_multiple): Likewise.
5670 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5671 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5672
5673 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5674
5675 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5676 AARCH64_DISPLACED_MODIFIED_INSNS.
5677 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5678 (aarch64_displaced_step_copy_insn): Likewise.
5679 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5680 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5681 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5682 ARM_DISPLACED_MODIFIED_INSNS.
5683 * arm-tdep.c (arm_gdbarch_init): Likewise.
5684 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5685 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5686 (struct arm_displaced_step_closure): Use
5687 ARM_DISPLACED_MODIFIED_INSNS.
5688
5689 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5690
5691 * features/Makefile: Remove unused xml files.
5692 * features/aarch64.xml: Remove.
5693 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5694 * features/i386/amd64-avx-avx512.xml: Remove.
5695 * features/i386/amd64-avx-linux.xml: Remove.
5696 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5697 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5698 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5699 * features/i386/amd64-avx-mpx.xml: Remove.
5700 * features/i386/amd64-avx.xml: Remove.
5701 * features/i386/amd64-linux.xml: Remove.
5702 * features/i386/amd64-mpx-linux.xml: Remove.
5703 * features/i386/amd64-mpx.xml: Remove.
5704 * features/i386/amd64.xml: Remove.
5705 * features/i386/i386-avx-avx512-linux.xml: Remove.
5706 * features/i386/i386-avx-avx512.xml: Remove.
5707 * features/i386/i386-avx-linux.xml: Remove.
5708 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5709 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5710 * features/i386/i386-avx-mpx-linux.xml: Remove.
5711 * features/i386/i386-avx-mpx.xml: Remove.
5712 * features/i386/i386-avx.xml: Remove.
5713 * features/i386/i386-linux.xml: Remove.
5714 * features/i386/i386-mmx-linux.xml: Remove.
5715 * features/i386/i386-mmx.xml: Remove.
5716 * features/i386/i386-mpx-linux.xml: Remove.
5717 * features/i386/i386-mpx.xml: Remove.
5718 * features/i386/i386.xml: Remove.
5719 * features/i386/x32-avx-avx512-linux.xml: Remove.
5720 * features/i386/x32-avx-linux.xml: Remove.
5721 * features/i386/x32-linux.xml: Remove.
5722
5723 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5724
5725 * regformats/aarch64.dat: Remove.
5726 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5727 * regformats/i386/amd64-avx-linux.dat: Remove.
5728 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5729 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5730 * regformats/i386/amd64-linux.dat: Remove.
5731 * regformats/i386/amd64-mpx-linux.dat: Remove.
5732 * regformats/i386/amd64.dat: Remove.
5733 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5734 * regformats/i386/i386-avx-linux.dat: Remove.
5735 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5736 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5737 * regformats/i386/i386-linux.dat: Remove.
5738 * regformats/i386/i386-mmx-linux.dat: Remove.
5739 * regformats/i386/i386-mpx-linux.dat: Remove.
5740 * regformats/i386/i386.dat: Remove.
5741 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5742 * regformats/i386/x32-avx-linux.dat: Remove.
5743 * regformats/i386/x32-linux.dat: Remove.
5744
5745 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5746
5747 * aarch64-tdep.c: Remove xml self tests.
5748 * amd64-linux-tdep.c: Likewise.
5749 * amd64-tdep.c: Likewise.
5750 * i386-linux-tdep.c: Likewise.
5751 * i386-tdep.c: Likewise.
5752
5753 2019-07-03 Pedro Alves <palves@redhat.com>
5754
5755 PR cli/24732
5756 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5757 (pipe_cmd_option_defs): New.
5758 (make_pipe_cmd_options_def_group): New.
5759 (pipe_command): Use gdb::option::process_options.
5760 (pipe_command_completer): New function.
5761 (_initialize_cli_cmds): Install completer for "pipe" command.
5762
5763 2019-07-03 Pedro Alves <palves@redhat.com>
5764
5765 * cli/cli-option.c (union option_value) <string>: New field.
5766 (struct option_def_and_value): Add ctor, move ctor, dtor and
5767 use DISABLE_COPY_AND_ASSIGN.
5768 (option_def_and_value::clear_value): New.
5769 (parse_option, save_option_value_in_ctx, get_val_type_str)
5770 (add_setshow_cmds_for_options): Handle var_string.
5771 * cli-option.h (union option_def::var_address) <string>: New
5772 field.
5773 (struct string_option_def): New.
5774 * maint-test-options.c (struct test_options_opts): Add default
5775 ctor and use DISABLE_COPY_AND_ASSIGN.
5776 <string_opt>: New field.
5777 (test_options_opts::~test_options_opts): New.
5778 (test_options_opts::dump): Also dump "-string".
5779 (test_options_option_defs): Install "string.
5780
5781 2019-07-03 Pedro Alves <palves@redhat.com>
5782
5783 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5784 option_value with a null enumeration.
5785 (complete_options): Save the option values in the context.
5786 (save_option_value_in_ctx): New, factored out from ...
5787 (process_options): ... here.
5788 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5789 of the function.
5790 * maint-test-options.c (test_options_opts::dump): New, factored
5791 out from ...
5792 (maintenance_test_options_command_mode): ... here.
5793 (maintenance_test_options_command_completion_result): Delete.
5794 (maintenance_test_options_command_completion_text): Update
5795 comment.
5796 (maintenance_show_test_options_completion_result): Change
5797 prototype. Just print
5798 maintenance_test_options_command_completion_text.
5799 (save_completion_result): New.
5800 (maintenance_test_options_completer_mode): Pass options context to
5801 complete_options, and then save a dump.
5802 (_initialize_maint_test_options): Use add_cmd to install "maint
5803 show test-options-completion-result".
5804
5805 2019-07-03 Pedro Alves <palves@redhat.com>
5806
5807 * NEWS (New commands): Mention "with" and "maint with".
5808 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5809 (with_command, with_command_completer): New.
5810 (pipe_command): Adjust to new repeat_previous
5811 interface.
5812 (_initialize_cli_cmds): Install the "with" command and its "w"
5813 alias.
5814 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5815 declarations.
5816 * cli/cli-setshow.c (parse_cli_var_uinteger)
5817 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5818 argument strings for all var_types.
5819 (get_setshow_command_value_string): New, factored out from ...
5820 (do_show_command): ... this.
5821 * cli/cli-setshow.h: Include <string>.
5822 (get_setshow_command_value_string): Declare.
5823 * command.h (repeat_previous): Now returns const char *. Adjust
5824 comment.
5825 * maint.c: Include "cli/cli-cmds.h".
5826 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5827 (_initialize_maint_cmds): Register the "maintenance with" command.
5828 * top.c (repeat_previous): Move bits from pipe_command here:
5829 Return the saved command line, if any; error out if there's no
5830 command to relaunch.
5831
5832 2019-07-03 Pedro Alves <palves@redhat.com>
5833
5834 * NEWS (New commands): Mention "maint set/show test-settings"
5835 instead of "maint test-settings".
5836 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5837 (maintenance_test_settings_set_list): Rename to ...
5838 (maintenance_set_test_settings_list): ... this.
5839 (maintenance_test_settings_show_list): Rename to ...
5840 (maintenance_show_test_settings_list): ... this.
5841 (maintenance_test_settings_cmd): Delete.
5842 (maintenance_test_settings_set_cmd): ...
5843 (maintenance_set_test_settings_cmd): ... this.
5844 (maintenance_test_settings_show_cmd): ...
5845 (maintenance_show_test_settings_cmd): ... this.
5846 (maintenance_test_settings_show_value_cmd):
5847 (maintenance_show_test_settings_value_cmd): ... this.
5848 (_initialize_maint_test_settings): No longer install the "maint
5849 test-settings" prefix command. Rename "maint test-settings set"
5850 to "maint set test-settings", and "maint test-settings show" to
5851 "maint show test-settings". Adjust all subcommands.
5852
5853 2019-07-03 Pedro Alves <palves@redhat.com>
5854
5855 * maint-test-settings.c: Fix file's intro comment. Replace all
5856 references to "test-options" with references to "test-settings",
5857 in comments.
5858
5859 2019-07-03 Pedro Alves <palves@redhat.com>
5860
5861 * maint-test-settings.c (maintenance_test_settings_xxx)
5862 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5863 New.
5864 (maintenance_test_settings_enums): Use them.
5865 (maintenance_test_settings_enum): Default to
5866 maintenance_test_settings_xxx.
5867 (_initialize_maint_test_settings): Initialize
5868 MAINTENANCE_TEST_SETTINGS_FILENAME.
5869
5870 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5871
5872 * breakpoint.h (remove_breakpoints_inf): Change return type to
5873 void, move function documentation here.
5874 * breakpoint.c (remove_breakpoints_inf): Change return type to
5875 void, move function documentation to header.
5876
5877 2019-07-02 Pedro Alves <palves@redhat.com>
5878
5879 * NEWS (Completion improvements): Mention "info threads".
5880 * thread.c (struct info_threads_opts, info_threads_option_defs)
5881 (make_info_threads_options_def_group): New.
5882 (info_threads_command): Use gdb::option::process_options.
5883 (info_threads_command_completer): New.
5884 (_initialize_thread): Use gdb::option::build_help to build the
5885 help text for "info threads".
5886
5887 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5888
5889 * defs.h (generic_load): Move from here...
5890 * symfile.h (generic_load): ... to here. Rename name parameter
5891 to args.
5892 * symfile.c (generic_load): Add comment.
5893
5894 2019-07-01 Tom Tromey <tromey@adacore.com>
5895
5896 * dwarf2read.c
5897 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5898 declaration of without_params. Fix formatting.
5899
5900 2019-07-01 Tom Tromey <tromey@adacore.com>
5901
5902 * ada-exp.y (find_primitive_type): Update.
5903 * ada-lang.h (ada_lookup_symbol): Update.
5904 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5905 parameter.
5906 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5907
5908 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5909
5910 PR breakpoints/24541
5911 * gdbarch.c: Regenerate.
5912 * gdbarch.h: Regenerate.
5913 * gdbarch.sh: Add 'stap_adjust_register'.
5914 * i386-tdep.c: Include '<unordered_set>'.
5915 (i386_stap_adjust_register): New function.
5916 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5917 * stap-probe.c (stap_parse_register_operand): Call
5918 'gdbarch_stap_adjust_register'.
5919
5920 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5921
5922 PR python/24742
5923 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5924 * python/python.c (do_start_initialization): Use 'xmalloc'
5925 instead of 'PyMem_Malloc'.
5926
5927 2019-06-28 Tom Tromey <tromey@adacore.com>
5928
5929 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5930 for Ada.
5931
5932 2019-06-27 Tom Tromey <tromey@adacore.com>
5933
5934 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5935 objfile_key.
5936 (arm_find_mapping_symbol, arm_record_special_symbol)
5937 (_initialize_arm_tdep): Update.
5938 (arm_objfile_data_free): Remove.
5939
5940 2019-06-27 Tom Tromey <tromey@adacore.com>
5941
5942 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5943 to cp_print_static_field.
5944
5945 2019-06-26 Tom Tromey <tromey@adacore.com>
5946
5947 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5948 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5949 declare.
5950
5951 2019-06-26 Alan Hayward <alan.hayward@arm.com>
5952
5953 * features/aarch64-core.c (create_feature_aarch64_core):
5954 Regenerate.
5955 * features/aarch64-core.xml: Add cpsr flags.
5956
5957 2019-06-26 Alan Hayward <alan.hayward@arm.com>
5958
5959 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5960 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5961
5962 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5963
5964 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5965 field.
5966 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5967 use.
5968 (arm_record_special_symbol): Don't insert new symbol in sorted
5969 position, push it at the end.
5970
5971 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5972
5973 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5974 (arm_mapping_symbol_s): Remove.
5975 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5976 (arm_mapping_symbol_vec): New typedef.
5977 (struct arm_per_objfile): Add constructor.
5978 <section_maps>: Change type to
5979 std::unique_ptr<arm_mapping_symbol_vec[]>.
5980 (arm_compare_mapping_symbols): Remove.
5981 (arm_find_mapping_symbol): Adjust to section_maps type change.
5982 (arm_objfile_data_free): Call delete on arm_per_objfile.
5983 (arm_record_special_symbol): Adjust to section_maps type change.
5984 Allocate arm_per_objfile with new.
5985
5986 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5987
5988 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5989 with the command prefix.
5990
5991 2019-06-25 Tom Tromey <tom@tromey.com>
5992
5993 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5994 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5995
5996 2019-06-25 Tom Tromey <tom@tromey.com>
5997
5998 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5999 type.
6000 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6001 protected.
6002
6003 2019-06-25 Tom Tromey <tom@tromey.com>
6004
6005 * tui/tui-winsource.c
6006 (tui_source_window_base::set_is_exec_point_at): Add check against
6007 LOA_ADDRESS.
6008
6009 2019-06-25 Tom Tromey <tom@tromey.com>
6010
6011 * tui/tui-source.c (tui_set_source_content): Don't check before
6012 xfree.
6013 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6014
6015 2019-06-25 Tom Tromey <tom@tromey.com>
6016
6017 * tui/tui-winsource.h (tui_update_source_window_as_is)
6018 (tui_alloc_source_buffer, tui_line_is_displayed)
6019 (tui_addr_is_displayed): Change type of win_info.
6020 * tui/tui-winsource.c (tui_update_source_window_as_is)
6021 (tui_clear_source_content, tui_show_source_line)
6022 (tui_show_source_content, tui_source_window_base::refill)
6023 (tui_source_window_base::set_is_exec_point_at)
6024 (tui_source_window_base::set_is_exec_point_at)
6025 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6026 (tui_alloc_source_buffer, tui_line_is_displayed)
6027 (tui_addr_is_displayed): Change type of win_info. Update.
6028 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6029 (tui_source_window_base::do_make_visible_with_new_height):
6030 Update.
6031 * tui/tui-source.c (tui_set_source_content)
6032 (tui_set_source_content_nil)
6033 (tui_source_window::do_scroll_vertical): Update.
6034 * tui/tui-layout.c (show_layout): Update.
6035 * tui/tui-disasm.c (tui_set_disassem_content)
6036 (tui_disasm_window::do_scroll_vertical): Update.
6037 * tui/tui-data.h (tui_win_content): Remove.
6038 (struct tui_gen_win_info) <content, content_size>: Remove.
6039 (struct tui_source_element): Add initializers and destructor.
6040 (union tui_which_element, struct tui_win_element): Remove.
6041 (struct tui_source_window_base) <content>: New field.
6042 (struct tui_data_window): Remove destructor.
6043 (tui_alloc_content, tui_free_win_content)
6044 (tui_free_all_source_wins_content): Don't declare.
6045 * tui/tui-data.c (tui_initialize_static_data): Update.
6046 (init_content_element, tui_alloc_content): Remove.
6047 (~tui_gen_win_info): Update.
6048 (~tui_data_window, tui_free_all_source_wins_content)
6049 (tui_free_win_content, free_content, free_content_elements):
6050 Remove.
6051
6052 2019-06-25 Tom Tromey <tom@tromey.com>
6053
6054 * tui/tui-winsource.h (tui_clear_source_content)
6055 (tui_erase_source_content, tui_show_source_content): Change type
6056 of win_info.
6057 * tui/tui-winsource.c (tui_clear_source_content)
6058 (tui_erase_source_content, tui_show_source_content): Change type
6059 of win_info.
6060 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6061 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6062 win_info.
6063 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6064 win_info.
6065 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6066
6067 2019-06-25 Tom Tromey <tom@tromey.com>
6068
6069 * tui/tui-winsource.c (tui_clear_source_content)
6070 (tui_source_window_base::set_is_exec_point_at): Update.
6071 * tui/tui-source.c (tui_set_source_content_nil): Update.
6072 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6073 a bool.
6074 * tui/tui-data.c (init_content_element): Update.
6075
6076 2019-06-25 Tom Tromey <tom@tromey.com>
6077
6078 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6079 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6080 * tui/tui-layout.c (init_and_make_win): Update.
6081 * tui/tui.h (enum tui_win_type): Update.
6082 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6083 tui_win_is_auxillary.
6084 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6085 tui_win_is_auxillary.
6086
6087 2019-06-25 Tom Tromey <tom@tromey.com>
6088
6089 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6090 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6091 (tui_delete_data_content_windows, tui_display_all_data)
6092 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6093 Update.
6094 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6095 * tui/tui-regs.c (tui_last_regs_line_no)
6096 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6097 (tui_show_registers): Update.
6098 (tui_show_register_group): Return void. Update.
6099 (tui_display_registers_from, tui_display_reg_element_at_line)
6100 (tui_display_registers_from_line, tui_check_register_values):
6101 Update.
6102 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6103 member.
6104 (struct tui_data_window) <regs_content>: Now a std::vector.
6105 <regs_content_count>: Remove.
6106 (tui_add_content_elements, tui_free_data_content): Don't declare.
6107 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6108 (init_content_element): Remove DATA_WIN case. Add assert.
6109 (tui_add_content_elements): Remove.
6110 (tui_data_window): Update.
6111 (tui_free_data_content): Remove.
6112 (free_content_elements): Remove DATA_WIN case.
6113
6114 2019-06-25 Tom Tromey <tom@tromey.com>
6115
6116 * tui/tui-data.c (tui_data_item_window): Update.
6117 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6118 * tui/tui-windata.c (tui_display_all_data)
6119 (tui_display_data_from_line): Update.
6120 (tui_check_data_values): Remove.
6121 * tui/tui-regs.c (tui_show_register_group)
6122 (tui_display_reg_element_at_line): Update.
6123 * tui/tui-hooks.c (tui_register_changed)
6124 (tui_refresh_frame_and_register_information): Call
6125 tui_check_register_values.
6126 * tui/tui-data.h (struct tui_data_window) <data_content,
6127 data_content_count, data_type>: Remove.
6128 (enum tui_data_type): Remove.
6129
6130 * tui/tui-data.c (tui_data_window::clear_detail)
6131 (~tui_data_window): Update.
6132
6133 2019-06-25 Tom Tromey <tom@tromey.com>
6134
6135 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6136 declare.
6137 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6138 Rename from tui_first_data_item_displayed. Update.
6139 (tui_data_window::refresh_all)
6140 (tui_data_window::do_scroll_vertical): Update.
6141 * tui/tui-data.h (struct tui_data_window)
6142 <first_data_item_displayed>: Declare new method.
6143
6144 2019-06-25 Tom Tromey <tom@tromey.com>
6145
6146 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6147 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6148 contents...
6149 (tui_initialize_static_data): ...here.
6150
6151 2019-06-25 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6154 (tui_display_registers_from, tui_check_register_values): Update.
6155 (tui_display_register): Remove win_info parameter; update.
6156 (tui_get_register): Change type of parameters.
6157 * tui/tui-data.h (struct tui_data_element): Remove.
6158 (union tui_which_element) <data>: Remove.
6159 <data_window>: Change type.
6160 (struct tui_data_item_window): New.
6161 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6162 case. Add assert.
6163 (~tui_data_item_window): New destructor.
6164 (free_content_elements): Remove DATA_ITEM_WIN case.
6165
6166 2019-06-25 Tom Tromey <tom@tromey.com>
6167
6168 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6169 Remove.
6170
6171 2019-06-25 Tom Tromey <tom@tromey.com>
6172
6173 * tui/tui-data.h (struct tui_command_element): Remove.
6174 (union tui_which_element) <command>: Remove.
6175 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6176 assert.
6177 (free_content_elements): Remove CMD_WIN case.
6178
6179 2019-06-25 Tom Tromey <tom@tromey.com>
6180
6181 * tui/tui-layout.c (tui_set_layout): Update.
6182 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6183 * tui/tui-data.c (layout_def): Update.
6184
6185 2019-06-25 Tom Tromey <tom@tromey.com>
6186
6187 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6188 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6189 (tui_source_window_base::set_new_height): Update.
6190 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6191 Update.
6192 (tui_set_locator_fullname, tui_set_locator_info)
6193 (tui_show_frame_info): Update.
6194 * tui/tui-source.c (tui_set_source_content)
6195 (tui_source_is_displayed): Update.
6196 * tui/tui-layout.c (show_source_disasm_command, show_data)
6197 (show_source_or_disasm_and_command): Update.
6198 * tui/tui-disasm.c (tui_set_disassem_content)
6199 (tui_get_begin_asm_address): Update.
6200 * tui/tui-data.h (struct tui_locator_element): Remove.
6201 (union tui_which_element) <locator>: Remove.
6202 (struct tui_locator_window): New.
6203 (tui_locator_win_info_ptr): Change return type.
6204 * tui/tui-data.c (_locator): Change type.
6205 (tui_locator_win_info_ptr): Change return type.
6206 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6207 (tui_alloc_content): Add assert.
6208
6209 2019-06-25 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-winsource.c
6212 (tui_exec_info_window::maybe_allocate_content): New method.
6213 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6214 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6215 (make_source_or_disasm_window): Add cast.
6216 * tui/tui-data.h (union tui_which_element) <simple_string>:
6217 Remove.
6218 (struct tui_source_info): New.
6219 (struct tui_source_window_base) <execution_info>: Change type.
6220 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6221 case, and add assert.
6222 (tui_alloc_content): Add assert.
6223
6224 2019-06-25 Tom Tromey <tom@tromey.com>
6225
6226 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6227 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6228 * tui/tui-data.c (tui_alloc_win_info): Remove.
6229
6230 2019-06-25 Tom Tromey <tom@tromey.com>
6231
6232 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6233 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6234 can_highlight.
6235
6236 2019-06-25 Tom Tromey <tom@tromey.com>
6237
6238 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6239 make_visible_with_new_height method.
6240 (tui_win_info::make_visible_with_new_height): New method.
6241 (tui_source_window_base::do_make_visible_with_new_height)
6242 (tui_data_window::do_make_visible_with_new_height)
6243 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6244 (make_visible_with_new_height): Remove.
6245 (tui_resize_all, tui_adjust_win_heights): Use
6246 make_visible_with_new_height method.
6247 * tui/tui-data.h (struct tui_win_info)
6248 <do_make_visible_with_new_height, make_visible_with_new_height>:
6249 New methods.
6250 (struct tui_source_window_base, struct tui_data_window)
6251 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6252 methods.
6253
6254 2019-06-25 Tom Tromey <tom@tromey.com>
6255
6256 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6257 method.
6258 (update_tab_width): Call update_tab_width method.
6259 * tui/tui-data.h (struct tui_win_info)
6260 (struct tui_source_window_base) <update_tab_width>: New methods.
6261
6262 2019-06-25 Tom Tromey <tom@tromey.com>
6263
6264 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6265 parameter.
6266 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6267 parameter.
6268 (tui_gen_win_info::make_visible): Update.
6269 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6270 parameter.
6271 * tui/tui-data.h (enum tui_box): New enum.
6272 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6273
6274 2019-06-25 Tom Tromey <tom@tromey.com>
6275
6276 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6277 init_and_make_win for EXEC_INFO_WIN.
6278 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6279 longer inline.
6280 (struct tui_win_info) <~tui_win_info>: Inline.
6281 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6282 Don't declare.
6283 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6284 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6285 Remove.
6286 (tui_initialize_static_data): Update.
6287 (~tui_gen_win_info): Handle more cleanup here.
6288 (~tui_source_window_base): Delete "execution_info".
6289 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6290
6291 2019-06-25 Tom Tromey <tom@tromey.com>
6292
6293 * tui/tui-layout.c (make_command_window): Don't set
6294 can_highlight.
6295 (show_source_disasm_command): Call the reset method.
6296 (show_data): Don't set can_highlight. Call the reset method.
6297 (tui_gen_win_info::reset): Rename from init_gen_win_info
6298 (init_and_make_win): Simplify. Return tui_gen_win_info.
6299 (show_source_or_disasm_and_command): Call the reset method.
6300 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6301 (struct tui_cmd_window): Set can_highlight.
6302
6303 2019-06-25 Tom Tromey <tom@tromey.com>
6304
6305 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6306 from make_visible.
6307 (tui_make_visible, tui_make_invisible): Rewrite.
6308 (tui_win_info::make_visible): Remove.
6309 (tui_source_window_base::make_visible): Update.
6310 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6311 method. Moved from...
6312 (struct tui_win_info) <make_visible>: ...here.
6313
6314 2019-06-25 Tom Tromey <tom@tromey.com>
6315
6316 * tui/tui-winsource.c
6317 (tui_source_window_base::do_scroll_horizontal): Remove direction
6318 parameter.
6319 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6320 direction parameter.
6321 * tui/tui-win.c (tui_win_info::forward_scroll)
6322 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6323 (tui_win_info::right_scroll): Update.
6324 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6325 direction parameter.
6326 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6327 direction parameter.
6328 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6329 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6330 Remove direction parameter.
6331 (struct tui_source_window_base, struct tui_source_window)
6332 (struct tui_disasm_window, struct tui_data_window)
6333 (struct tui_cmd_window): Update.
6334
6335 2019-06-25 Tom Tromey <tom@tromey.com>
6336
6337 * tui/tui-winsource.h (tui_set_exec_info_content)
6338 (tui_show_exec_info_content, tui_erase_exec_info_content)
6339 (tui_clear_exec_info_content, tui_update_exec_info): Change
6340 argument to tui_source_window_base.
6341 * tui/tui-winsource.c (tui_set_exec_info_content)
6342 (tui_show_exec_info_content, tui_erase_exec_info_content)
6343 (tui_clear_exec_info_content, tui_update_exec_info): Change
6344 argument to tui_source_window_base.
6345
6346 2019-06-25 Tom Tromey <tom@tromey.com>
6347
6348 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6349 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6350
6351 2019-06-25 Tom Tromey <tom@tromey.com>
6352
6353 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6354 check.
6355
6356 2019-06-25 Tom Tromey <tom@tromey.com>
6357
6358 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6359 type to void.
6360 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6361 type to void.
6362 * tui/tui-source.c (tui_set_source_content): Update.
6363 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6364
6365 2019-06-25 Tom Tromey <tom@tromey.com>
6366
6367 * tui/tui-win.c (window_name_completer, tui_set_focus)
6368 (tui_all_windows_info): Use name method.
6369 * tui/tui-data.h (struct tui_gen_win_info)
6370 (struct tui_source_window, struct tui_disasm_window)
6371 (struct tui_data_window, struct tui_cmd_window) <name>: New
6372 method.
6373 (tui_win_name): Don't declare.
6374 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6375 (tui_win_name): Remove.
6376
6377 2019-06-25 Tom Tromey <tom@tromey.com>
6378
6379 * tui/tui-winsource.h (tui_update_source_window)
6380 (tui_update_source_window_as_is): Change parameter type.
6381 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6382 to be a tui_source_window_base.
6383 (tui_update_source_window_as_is): Likewise.
6384 * tui/tui-win.c (make_visible_with_new_height): Update.
6385
6386 2019-06-25 Tom Tromey <tom@tromey.com>
6387
6388 * tui/tui-winsource.c (tui_erase_source_content)
6389 (tui_show_source_content, tui_show_exec_info_content)
6390 (tui_erase_exec_info_content): Use refresh_window method.
6391 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6392 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6393 from tui_refresh_win.
6394 (tui_data_window::refresh_window): New method.
6395 (tui_win_info::refresh, tui_source_window_base::refresh)
6396 (tui_refresh_all): Use refresh_window method.
6397 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6398 method.
6399 * tui/tui-regs.c (tui_display_register): Call refresh_window
6400 method.
6401 * tui/tui-layout.c (show_source_disasm_command)
6402 (show_source_or_disasm_and_command): Call refresh_window method.
6403 * tui/tui-data.h (struct tui_gen_win_info)
6404 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6405 New method.
6406
6407 2019-06-25 Tom Tromey <tom@tromey.com>
6408
6409 * tui/tui.c (tui_rl_other_window, tui_enable)
6410 (tui_is_window_visible, tui_get_command_dimension): Update.
6411 * tui/tui-winsource.c (tui_update_source_window_as_is)
6412 (tui_clear_source_content, tui_erase_source_content)
6413 (tui_show_source_line, tui_source_window_base::refill)
6414 (tui_source_window_base::do_scroll_horizontal)
6415 (tui_source_window_base::set_is_exec_point_at)
6416 (tui_update_breakpoint_info, tui_set_exec_info_content)
6417 (tui_alloc_source_buffer, tui_line_is_displayed)
6418 (tui_addr_is_displayed): Update.
6419 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6420 (tui_check_and_display_highlight_if_needed)
6421 (tui_win_info::make_visible, tui_win_info::refresh)
6422 (tui_refresh_all): Update.
6423 * tui/tui-windata.c (tui_first_data_item_displayed)
6424 (tui_delete_data_content_windows, tui_erase_data_content)
6425 (tui_display_all_data, tui_data_window::refresh_all)
6426 (tui_check_data_values): Update.
6427 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6428 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6429 (tui_win_info::backward_scroll, tui_refresh_all_win)
6430 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6431 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6432 (tui_source_window_base::set_new_height)
6433 (tui_data_window::set_new_height)
6434 (make_invisible_and_set_new_height)
6435 (make_visible_with_new_height, new_height_ok)
6436 (parse_scrolling_args): Update.
6437 * tui/tui-stack.c (tui_show_frame_info): Update.
6438 * tui/tui-source.c (tui_set_source_content)
6439 (tui_set_source_content_nil, tui_source_is_displayed)
6440 (tui_source_window::do_scroll_vertical): Update.
6441 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6442 (tui_display_registers_from, tui_display_reg_element_at_line)
6443 (tui_check_register_values, tui_reg_command): Update.
6444 * tui/tui-layout.c (tui_default_win_height)
6445 (show_source_disasm_command, show_data, init_and_make_win)
6446 (show_source_or_disasm_and_command): Update.
6447 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6448 (tui_redisplay_readline, tui_mld_flush)
6449 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6450 (tui_getc): Update.
6451 * tui/tui-disasm.c (tui_set_disassem_content)
6452 (tui_disasm_window::do_scroll_vertical): Update.
6453 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6454 Now virtual.
6455 (struct tui_win_info): Derive from tui_gen_win_info.
6456 <~tui_win_info>: Mark as override.
6457 <generic>: Remove member.
6458 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6459 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6460 (~tui_data_window, ~tui_win_info)
6461 (tui_free_all_source_wins_content): Update.
6462 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6463
6464 2019-06-25 Tom Tromey <tom@tromey.com>
6465
6466 * tui/tui-layout.c (init_and_make_win): Use new.
6467 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6468 destructor, initializers.
6469 (tui_alloc_generic_win_info): Don't declare.
6470 * tui/tui-data.c (_locator): Add argument to constructor.
6471 (source_win, disasm_win): New globals.
6472 (exec_info): Remove.
6473 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6474 Update.
6475 (tui_alloc_generic_win_info): Remove.
6476 (init_content_element): Use new.
6477 (tui_win_info::tui_win_info): Update.
6478 (free_content_elements) <case DATA_WIN>: Use delete.
6479
6480 2019-06-25 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6483 * tui/tui-windata.c (tui_first_data_item_displayed)
6484 (tui_delete_data_content_windows): Update.
6485 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6486 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6487 (tui_display_registers_from, tui_check_register_values): Update.
6488 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6489 pointer.
6490 * tui/tui-data.c (init_content_element): Update. Allocate the new
6491 window.
6492 (tui_free_data_content): Update.
6493 (free_content_elements) <case DATA_WIN>: Free the window.
6494
6495 2019-06-25 Tom Tromey <tom@tromey.com>
6496
6497 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6498 Update.
6499 * tui/tui-layout.c (make_command_window)
6500 (show_source_disasm_command, show_data, init_and_make_win)
6501 (show_source_or_disasm_and_command): Update.
6502 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6503 method.
6504 <can_highight, is_highlighted>: Now bool.
6505 (tui_set_win_highlight): Don't declare.
6506 * tui/tui-data.c (tui_set_win_highlight): Remove.
6507
6508 2019-06-25 Tom Tromey <tom@tromey.com>
6509
6510 * tui/tui-wingeneral.c (make_visible): Remove check of window
6511 type.
6512
6513 2019-06-25 Tom Tromey <tom@tromey.com>
6514
6515 * tui/tui-win.c (tui_win_info::max_height)
6516 (tui_cmd_window::max_height): New methods.
6517 (new_height_ok): Call max_height.
6518 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6519 <max_height>: New method.
6520
6521 2019-06-25 Tom Tromey <tom@tromey.com>
6522
6523 * tui/tui-win.c (tui_source_window_base::set_new_height)
6524 (tui_data_window::set_new_height): New methods.
6525 (make_invisible_and_set_new_height): Call set_new_height method.
6526 * tui/tui-data.h (struct tui_win_info)
6527 (struct tui_source_window_base, struct tui_data_window)
6528 <set_new_height>: New method.
6529
6530 2019-06-25 Tom Tromey <tom@tromey.com>
6531
6532 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6533 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6534 tui_refresh_data_win.
6535 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6536 method.
6537 (tui_refresh_all_win): Call the refresh_all method.
6538 (tui_set_focus): Likewise.
6539 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6540 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6541 Likewise.
6542
6543 2019-06-25 Tom Tromey <tom@tromey.com>
6544
6545 * tui/tui-winsource.h (tui_refill_source_window)
6546 (tui_set_is_exec_point_at): Don't declare.
6547 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6548 (tui_source_window_base::refill): Rename from
6549 tui_refill_source_window.
6550 (tui_source_window_base::do_scroll_horizontal): Update.
6551 (tui_source_window_base::set_is_exec_point_at): Rename from
6552 tui_set_is_exec_point_at.
6553 (tui_update_all_breakpoint_info): Update.
6554 * tui/tui-stack.c (tui_show_frame_info): Update.
6555 * tui/tui-layout.c (show_data): Add cast.
6556 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6557 * tui/tui-data.h (struct tui_source_window_base) <refill,
6558 set_is_exec_point_at>: New methods.
6559 (tui_source_windows, tui_add_to_source_windows): Update types.
6560 (tui_add_to_source_windows): Remove redundant declaration.
6561 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6562 (tui_source_windows): Change return type.
6563 (tui_clear_source_windows_detail): Update.
6564 (tui_add_to_source_windows): Change type of parameter.
6565 (tui_free_all_source_wins_content): Update.
6566
6567 2019-06-25 Tom Tromey <tom@tromey.com>
6568
6569 * tui/tui-wingeneral.c (tui_win_info::refresh)
6570 (tui_source_window_base::refresh): New methods.
6571 (tui_refresh_all): Call the refresh method.
6572 * tui/tui-data.h (struct tui_win_info)
6573 (struct tui_source_window_base) <refresh>: New method.
6574
6575 2019-06-25 Tom Tromey <tom@tromey.com>
6576
6577 * tui/tui.h (tui_is_window_visible): Return bool.
6578 * tui/tui.c (tui_is_window_visible): Return bool.
6579 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6580 (tui_make_visible, tui_make_invisible)
6581 (tui_win_info::make_visible)
6582 (tui_source_window_base::make_visible, make_all_visible)
6583 (tui_make_all_visible, tui_make_all_invisible): Update.
6584 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6585 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6586 bool.
6587 (struct tui_win_info, struct tui_source_window_base)
6588 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6589 * tui/tui-data.c (tui_init_generic_part): Update.
6590
6591 2019-06-25 Tom Tromey <tom@tromey.com>
6592
6593 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6594 (tui_source_window_base::make_visible): New methods.
6595 (make_all_visible): Make method call.
6596 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6597 (struct tui_source_window_base, struct tui_cmd_window): Override
6598 make_visible.
6599 (tui_win_is_source_type): Don't declare.
6600 * tui/tui-data.c (tui_win_is_source_type): Remove.
6601
6602 2019-06-25 Tom Tromey <tom@tromey.com>
6603
6604 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6605 NULL check.
6606
6607 2019-06-25 Tom Tromey <tom@tromey.com>
6608
6609 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6610 Inline constructor. Add initializers for members.
6611 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6612 constructors; now inline in class.
6613
6614 2019-06-25 Tom Tromey <tom@tromey.com>
6615
6616 * tui/tui-regs.c (tui_show_registers): Update.
6617 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6618 bool.
6619 * tui/tui-data.c (tui_data_window::clear_detail)
6620 (tui_data_window): Update.
6621
6622 2019-06-25 Tom Tromey <tom@tromey.com>
6623
6624 * tui/tui-windata.c (tui_display_all_data)
6625 (tui_display_data_from_line, tui_display_data_from)
6626 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6627 Update.
6628 * tui/tui-regs.c (tui_last_regs_line_no)
6629 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6630 (tui_show_registers, tui_show_register_group)
6631 (tui_display_registers_from, tui_display_reg_element_at_line)
6632 (tui_display_registers_from_line, tui_check_register_values)
6633 (tui_reg_next, tui_reg_prev): Update.
6634 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6635 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6636 tui_data_window.
6637 (struct tui_win_info) <detail>: Remove. Add new fields from
6638 tui_data_info.
6639 (TUI_DATA_WIN): Add cast.
6640 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6641 (~tui_data_window): Simplify.
6642
6643 2019-06-25 Tom Tromey <tom@tromey.com>
6644
6645 * tui/tui-layout.c (show_source_disasm_command)
6646 (show_source_or_disasm_and_command): Update.
6647 * tui/tui-io.c (update_cmdwin_start_line)
6648 (tui_redisplay_readline): Update.
6649 * tui/tui-data.h (struct tui_command_info): Remove.
6650 (struct tui_win_info) <detail>: Remove command_info member.
6651 (struct tui_data_window) <start_line>: New member, from
6652 tui_command_info.
6653 (TUI_CMD_WIN): Add casts.
6654
6655 2019-06-25 Tom Tromey <tom@tromey.com>
6656
6657 * tui/tui-winsource.c (tui_update_source_window)
6658 (tui_refill_source_window)
6659 (tui_source_window_base::do_scroll_horizontal)
6660 (tui_update_breakpoint_info, tui_set_exec_info_content)
6661 (tui_show_exec_info_content, tui_erase_exec_info_content)
6662 (tui_clear_exec_info_content): Update.
6663 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6664 Update.
6665 * tui/tui-win.c (make_invisible_and_set_new_height)
6666 (make_visible_with_new_height): Update.
6667 * tui/tui-source.c (tui_set_source_content)
6668 (tui_show_symtab_source): Update.
6669 * tui/tui-layout.c (extract_display_start_addr)
6670 (show_source_disasm_command, show_data)
6671 (make_source_or_disasm_window)
6672 (show_source_or_disasm_and_command): Update.
6673 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6674 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6675 "gdbarch".
6676 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6677 to tui_source_window_base.
6678 (struct tui_win_info) <detail>: Remove source_info member.
6679 (struct tui_source_window_base) <has_locator>: Inline.
6680 Move contents from tui_source_info; rename has_locator member to
6681 m_has_locator.
6682 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6683 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6684 header file.
6685 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6686 Simplify.
6687 (tui_free_all_source_wins_content): Cast to
6688 tui_source_window_base.
6689
6690 2019-06-25 Tom Tromey <tom@tromey.com>
6691
6692 * tui/tui-win.c (make_invisible_and_set_new_height)
6693 (make_visible_with_new_height): Call has_locator method.
6694 * tui/tui-layout.c (show_source_disasm_command, show_data)
6695 (show_source_or_disasm_and_command): Update for bool change.
6696 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6697 (tui_win_info) <has_locator>: New method.
6698 (struct tui_source_window_base) <has_locator>: New method.
6699 (tui_win_has_locator): Don't declare.
6700 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6701 from tui_win_has_locator.
6702 (tui_source_window_base): Use false, not FALSE.
6703
6704 2019-06-25 Tom Tromey <tom@tromey.com>
6705
6706 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6707 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6708 clear_detail method directly.
6709 (tui_clear_win_detail): Remove.
6710
6711 2019-06-25 Tom Tromey <tom@tromey.com>
6712
6713 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6714 "this", not TUI_DISASM_WIN.
6715
6716 2019-06-25 Tom Tromey <tom@tromey.com>
6717
6718 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6719 declare.
6720 * tui/tui-winsource.c
6721 (tui_source_window_base::do_scroll_horizontal): Rename from
6722 tui_horizontal_source_scroll.
6723 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6724 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6725 from tui_vertical_data_scroll.
6726 * tui/tui-win.h (tui_scroll): Don't declare.
6727 * tui/tui-win.c (tui_win_info::forward_scroll)
6728 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6729 (tui_win_info::right_scroll): Rename and update.
6730 (tui_scroll_forward_command, tui_scroll_backward_command)
6731 (tui_scroll_left_command, tui_scroll_right_command): Update.
6732 (tui_scroll): Remove.
6733 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6734 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6735 from tui_vertical_source_scroll.
6736 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6737 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6738 from tui_vertical_disassem_scroll.
6739 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6740 do_scroll_horizontal>: New methods.
6741 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6742 Likewise.
6743 (struct tui_source_window_base): Add do_scroll_horizontal.
6744 (struct tui_source_window, struct tui_disasm_window): Add
6745 do_scroll_vertical.
6746 (struct tui_data_window, struct tui_cmd_window): Add
6747 do_scroll_horizontal and do_scroll_vertical.
6748 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6749
6750 2019-06-25 Tom Tromey <tom@tromey.com>
6751
6752 * tui/tui-data.h (struct tui_source_window_base): New struct.
6753 (struct tui_source_window): Derive from tui_source_window_base.
6754 (struct tui_disasm_window): New struct.
6755 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6756 from tui_source_window::clear_detail.
6757 (tui_source_window_base): Rename from tui_source_window.
6758 (~tui_source_window_base): Rename from ~tui_source_window.
6759 (tui_alloc_win_info): Create a tui_disasm_window.
6760
6761 2019-06-25 Tom Tromey <tom@tromey.com>
6762
6763 * tui/tui-data.h (struct tui_source_window)
6764 (struct tui_data_window): Declare destructors.
6765 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6766 destructors.
6767 (tui_win_info): Simplify.
6768
6769 2019-06-25 Tom Tromey <tom@tromey.com>
6770
6771 * tui/tui-winsource.c (tui_display_main)
6772 (tui_update_source_windows_with_addr)
6773 (tui_update_all_breakpoint_info): Update.
6774 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6775 (new_height_ok, parse_scrolling_args): Update.
6776 * tui/tui-stack.c (tui_show_frame_info): Update.
6777 * tui/tui-data.h (struct tui_list): Remove.
6778 (tui_source_windows): Return a reference to a std::vector.
6779 * tui/tui-data.c (source_windows): Now a std::vector.
6780 (tui_source_windows): Change return type.
6781 (tui_clear_source_windows): Rewrite.
6782 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6783 (tui_free_all_source_wins_content): Rewrite.
6784
6785 2019-06-25 Tom Tromey <tom@tromey.com>
6786
6787 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6788 (struct tui_data_window, struct tui_cmd_window): Declare
6789 clear_detail method.
6790 * tui/tui-data.c (tui_source_window::clear_detail)
6791 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6792 methods.
6793 (tui_clear_win_detail): Simplify.
6794
6795 2019-06-25 Tom Tromey <tom@tromey.com>
6796
6797 * tui/tui-layout.c (make_source_window, make_disasm_window)
6798 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6799 Return the new window.
6800 (show_source_disasm_command, show_data)
6801 (show_source_or_disasm_and_command): Update.
6802
6803 2019-06-25 Tom Tromey <tom@tromey.com>
6804
6805 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6806 parameter. Return the new window.
6807 (show_source_disasm_command): Update and remove NULL check.
6808 (show_source_or_disasm_and_command): Update.
6809
6810 2019-06-25 Tom Tromey <tom@tromey.com>
6811
6812 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6813
6814 2019-06-25 Tom Tromey <tom@tromey.com>
6815
6816 * tui/tui-data.h (struct tui_win_info): Make constructor
6817 protected. Make destructor virtual. Add initializers.
6818 (tui_source_window, tui_data_window, tui_cmd_window): New
6819 classes.
6820 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6821 constructor. Add "type" parameter.
6822 (tui_source_window, tui_data_window, tui_cmd_window): New
6823 constructors.
6824 (tui_alloc_win_info): Instantiate the appropriate subclass.
6825
6826 2019-06-25 Tom Tromey <tom@tromey.com>
6827
6828 * tui/tui-win.c (tui_resize_all): Use delete.
6829 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6830 destructor.
6831 (tui_free_window): Don't declare.
6832 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6833 Update.
6834
6835 2019-06-25 Tom Tromey <tom@tromey.com>
6836
6837 * tui/tui-data.h (struct tui_win_info): Add constructor.
6838 * tui/tui-data.c (tui_alloc_win_info): Use new.
6839 (tui_free_window): Use delete.
6840
6841 2019-06-22 Tom Tromey <tom@tromey.com>
6842
6843 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6844 declare.
6845 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6846
6847 2019-06-22 Tom Tromey <tom@tromey.com>
6848
6849 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6850 declare.
6851 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6852
6853 2019-06-22 Tom de Vries <tdevries@suse.de>
6854
6855 * dwarf2read.c (create_addrmap_from_aranges)
6856 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6857 instead of '%zu'.
6858
6859 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
6860
6861 * dwarf2read.h (dwarf2_section_info_def): Remove.
6862 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6863 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6864 std::vector<dwarf2_section_info>.
6865 (struct dwo_file) <~dwo_file>: Remove.
6866 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6867 types field.
6868 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6869 (dwarf2_read_debug_names): Likewise.
6870 (create_debug_types_hash_table): Change parameter type to
6871 array_view, adjust code accordingly.
6872 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6873 (partial_die_info::fixup): Likewise.
6874 (determine_prefix): Likewise.
6875 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6876
6877 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6878
6879 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6880 gdb_bfd_ref_ptr.
6881 <~dwo_file>: Remove call to gdb_bfd_unref.
6882 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6883 gdb_bfd_ref_ptr::get.
6884
6885 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6886
6887 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6888 type to htab_up.
6889 * dwarf2read.c (struct dwo_file): Initialize fields.
6890 <~dwo_file>: New.
6891 (free_dwo_file): Remove, move content to ~dwo_file.
6892 (struct dwo_file_deleter): Remove.
6893 (dwo_file_up>: Remove custom deleter.
6894 (free_dwo_files): Remove.
6895 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6896 dwo_files.
6897 (process_skeletonless_type_units): Call unique_ptr::get.
6898 (allocate_dwo_file_hash_table): Add deleter to created hash
6899 table. Change return type to htab_up.
6900 (lookup_dwo_file_slot): Don't memset dwo_file, call
6901 unique_ptr::get.
6902 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6903 (create_dwo_unit_in_dwp_v2): Likewise.
6904 (open_and_init_dwo_file): Likewise.
6905 (free_dwo_file_from_slot): Remove.
6906
6907 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6908
6909 * dwarf2read.h (struct dwarf2_section_info) <readin,
6910 is_virtual>: Change type to bool.
6911 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6912 true instead of 1.
6913
6914 2019-06-19 Tom Tromey <tom@tromey.com>
6915
6916 * tui/tui-data.h (tui_init_content_element): Don't declare.
6917
6918 2019-06-19 Tom Tromey <tom@tromey.com>
6919
6920 * tui/tui-data.h (tui_init_win_info): Don't declare.
6921
6922 2019-06-19 Tom de Vries <tdevries@suse.de>
6923
6924 * dwarf2read.h (abstract_to_concrete): Change type to
6925 std::unordered_map<sect_offset, std::vector<sect_offset>,
6926 gdb::hash_enum<sect_offset>>.
6927
6928 2019-06-19 Tom Tromey <tromey@adacore.com>
6929
6930 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6931 EVAL_AVOID_SIDE_EFFECTS specially.
6932
6933 2019-06-19 Tom Tromey <tromey@adacore.com>
6934
6935 * source-cache.c (highlighter): New global.
6936 (source_cache::get_source_lines): Create a highlighter on demand.
6937
6938 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6939
6940 * defs.h (deprecated_interactive_hook): Delete declaration.
6941 * interps.c (clear_interpreter_hooks): Remove use of
6942 deprecated_interactive_hook.
6943 * top.c (deprecated_interactive_hook): Delete definition.
6944 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6945
6946 2019-06-18 Tom de Vries <tdevries@suse.de>
6947
6948 PR gdb/24515
6949 * dwarf2read.h (abstract_to_concrete): Change type from
6950 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6951 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6952 * dwarf2read.c (read_variable): Update.
6953 (dwarf2_fetch_die_loc_sect_off): Update.
6954
6955 2019-06-17 Tom de Vries <tdevries@suse.de>
6956
6957 PR gdb/24617
6958 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6959 accessing parent[parent_len - 1].
6960
6961 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6962
6963 PR gdb/24364
6964 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6965 call dtrace_process_dof with NULL dof.
6966
6967 2019-06-16 Tom de Vries <tdevries@suse.de>
6968
6969 PR gdb/24445
6970 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6971
6972 2019-06-16 Tom Tromey <tom@tromey.com>
6973
6974 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6975 (make_all_visible): Use address of member.
6976
6977 2019-06-16 Tom Tromey <tom@tromey.com>
6978
6979 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6980 (tui_free_window, free_content, free_content_elements): Remove
6981 unnecessary cast.
6982 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6983 cast.
6984 * tui/tui-regs.c (tui_show_register_group)
6985 (tui_display_registers_from, tui_display_reg_element_at_line):
6986 Remove unnecessary cast.
6987
6988 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6989
6990 * linux-nat.c (normal_mask): Delete.
6991 (_initialize_linux_nat): Don't initialise normal_mask.
6992
6993 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6994
6995 PR gdb/24445
6996 * dwarf-index-write.h (write_psymtabs_to_index): Add
6997 dwz_basename parameter.
6998 * dwarf-index-write.c (write_gdbindex): Move file writing to
6999 write_gdbindex_1. Change return type void.
7000 (assert_file_size): Move up, remove filename parameter.
7001 (write_gdbindex_1): New function.
7002 (write_debug_names): Change return type to void, call
7003 assert_file_size.
7004 (struct index_wip_file): New struct.
7005 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7006 file logic to index_wip_file. Write index for dwz file if
7007 needed.
7008 (save_gdb_index_command): Pass basename of dwz file, if present.
7009 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7010 build-id of dwz file, if present.
7011 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7012 (dwarf2_get_dwz_file): Likewise.
7013 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7014 (dwarf2_get_dwz_file): Likewise.
7015
7016 2019-06-16 Tom Tromey <tom@tromey.com>
7017
7018 * coffread.c (process_coff_symbol): Use xstrdup.
7019 * value.c (create_internalvar): Use xstrdup.
7020
7021 2019-06-16 Tom Tromey <tom@tromey.com>
7022
7023 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7024 * breakpoint.c (stopin_command, stopat_command)
7025 (until_break_command, decode_location_default): Remove unnecessary
7026 cast.
7027 * utils.c (subset_compare): Remove unnecessary cast.
7028 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7029 cast.
7030 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7031 cast.
7032 * infcmd.c (path_command): Remove unnecessary cast.
7033 * coffread.c (decode_type): Remove unnecessary cast.
7034 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7035 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7036 * tui/tui-stack.c (tui_show_locator_content)
7037 (tui_show_frame_info): Remove unnecessary cast.
7038 * tui/tui-win.c (tui_scroll_forward_command)
7039 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7040 (parse_scrolling_args): Remove unnecessary cast.
7041 * tui/tui-data.c (init_win_info, tui_del_window)
7042 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7043 (free_content_elements): Remove unnecessary cast.
7044 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7045 unnecessary cast.
7046 * tui/tui-source.c (tui_set_source_content)
7047 (tui_vertical_source_scroll): Remove unnecessary cast.
7048 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7049 cast.
7050 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7051 * tui/tui-regs.c (tui_display_registers_from)
7052 (tui_display_register): Remove unnecessary cast.
7053 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7054 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7055 (make_visible): Remove unnecessary cast.
7056 * tui/tui-winsource.c (tui_erase_source_content)
7057 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7058 unnecessary cast.
7059 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7060 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7061 * stabsread.c (read_type, read_array_type, read_range_type):
7062 Remove unnecessary cast.
7063 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7064 (parse_symbol, parse_type, upgrade_type, parse_external)
7065 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7066 unnecessary cast.
7067 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7068
7069 2019-06-16 Tom Tromey <tom@tromey.com>
7070
7071 * tui/tui-data.c (tui_alloc_generic_win_info)
7072 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7073 checks.
7074
7075 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7076 Andrew Burgess <andrew.burgess@embecosm.com>
7077
7078 * f-typeprint.c (f_print_type): Don't return early for not
7079 associated or not allocated types.
7080 (f_type_print_varspec_suffix): Add print_rank parameter and print
7081 ranks of array types in case they dangling.
7082 (f_type_print_base): Add print_rank parameter.
7083
7084 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * NEWS: Mention new MI commands.
7087 * break-catch-throw.c (enum exception_event_kind): Move to
7088 breakpoint.h.
7089 (print_mention_exception_catchpoint): Output text as a single
7090 message.
7091 (catch_exception_command_1): Rename to...
7092 (catch_exception_event): ...this, make non-static, update header
7093 command, and change some parameter types.
7094 (catch_catch_command): Update for changes to
7095 catch_exception_command_1.
7096 (catch_throw_command): Likewise.
7097 (catch_rethrow_command): Likewise.
7098 * breakpoint.c (enum exception_event_kind): Delete.
7099 * breakpoint.h (enum exception_event_kind): Moved here from
7100 break-catch-throw.c.
7101 (catch_exception_event): Declare.
7102 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7103 (mi_cmd_catch_throw): New function.
7104 (mi_cmd_catch_rethrow): New function.
7105 (mi_cmd_catch_catch): New function.
7106 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7107 'catch-catch' entries.
7108 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7109 (mi_cmd_catch_rethrow): Declare.
7110 (mi_cmd_catch_catch): Declare.
7111
7112 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7113
7114 * annotate.c (annotate_source_line): Change return type to void,
7115 update implementation to match.
7116 * annotate.h (annotate_source_line): Change return type to void,
7117 update header comment.
7118 * stack.c (print_frame_info): Don't change what frame information
7119 is printed based on whether annotations are on or not.
7120
7121 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7122
7123 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7124 (annotate_source): Make static.
7125 (annotate_source_line): Moved from source.c and renamed from
7126 identify_source_line. Update the return type.
7127 * annotate.h (annotate_source): Delete declaration.
7128 (annotate_source_line): Declaration moved from source.h, and
7129 renamed from identify_source_line. Return type updated.
7130 * source.c (identify_source_line): Moved to annotate.c and renamed
7131 to annotate_source_line.
7132 (info_line_command): Remove check of annotation_level.
7133 * source.h (identify_source_line): Move declaration to annotate.h
7134 and rename to annotate_source_line.
7135 * stack.c: Add 'annotate.h' include.
7136 (print_frame_info): Remove check of annotation_level before
7137 calling annotate_source_line.
7138
7139 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7140
7141 * source-cache.c (source_cache::get_plain_source_lines): Use
7142 open_source_file_with_line_charpos instead of just
7143 open_source_file, remove call to find_source_lines.
7144 (source_cache::get_source_lines): Likewise.
7145 * source.c (find_source_lines): Make static.
7146 (get_filename_and_charpos): Renamed into...
7147 (open_source_file_with_line_charpos): ..this along with changes to
7148 return a scoped_fd, and some other minor clean ups.
7149 (identify_source_line): Use open_source_file_with_line_charpos.
7150 (search_command_helper): Use open_source_file_with_line_charpos
7151 instead of just open_source_file, remove call to
7152 find_source_lines.
7153 * source.h (open_source_file_with_line_charpos): Declare new
7154 function.
7155 (find_source_lines): Delete declaration.
7156
7157 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7158
7159 * source.c (get_filename_and_charpos): Remove fullname
7160 parameter.
7161 (identify_source_line): Update call to get_filename_and_charpos.
7162
7163 2019-06-14 Tom Tromey <tromey@adacore.com>
7164
7165 PR gdb/24502:
7166 * ui-style.h (skip_ansi_escape): Update comment.
7167 * ui-file.h (class no_terminal_escape_file): New class.
7168 * ui-file.c (no_terminal_escape_file::write)
7169 (no_terminal_escape_file::puts): New methods.
7170 * cli/cli-logging.c (handle_redirections): Use
7171 no_terminal_escape_file.
7172
7173 2019-06-14 Tom Tromey <tromey@adacore.com>
7174
7175 * NEWS: Move convenience variable news above Python news.
7176
7177 2019-06-14 Tom Tromey <tom@tromey.com>
7178
7179 * gnulib: Move directory to top-level.
7180 * configure.ac: Don't configure gnulib.
7181 * configure: Rebuild.
7182 * common/common-defs.h: Use new path to gnulib.
7183 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7184 (GNULIB_H): Remove.
7185 (INCGNU): Look in new gnulib location.
7186 (HFILES_NO_SRCDIR): Remove gnulib files.
7187 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7188 (generated_files): Remove GNULIB_H.
7189 ($(LIBGNU), all-lib): Remove targets.
7190 (distclean): Don't mention GNULIB_BUILDDIR.
7191 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7192
7193 2019-06-14 Tom Tromey <tromey@adacore.com>
7194
7195 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7196 Warn if symbol file does not provide any symbols.
7197
7198 2019-06-14 Tom Tromey <tromey@adacore.com>
7199
7200 * source.c (find_and_open_source): Respect basenames_may_differ.
7201
7202 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7203
7204 * annotate.c (annotate_breakpoints_invalid): Make use of
7205 scoped_restore_terminal_state.
7206 (annotate_frames_invalid): Likewise.
7207
7208 2019-06-14 Tom Tromey <tromey@adacore.com>
7209
7210 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7211 allow assignment to an internalvar.
7212
7213 2019-06-14 Tom Tromey <tromey@adacore.com>
7214
7215 * ada-lex.l: Allow "_" in attribute names.
7216
7217 2019-06-14 Tom Tromey <tromey@adacore.com>
7218
7219 PR gdb/24653:
7220 * regcache.c (registers_changed): Don't call alloca.
7221 * top.c (execute_command): Don't call alloca.
7222
7223 2019-06-13 Pedro Alves <palves@redhat.com>
7224
7225 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7226 'expression'. When parsing an expression, error out if there's
7227 junk after "unlimited".
7228 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7229 (do_set_command): Adjust calls to is_unlimited_literal.
7230
7231 2019-06-13 Pedro Alves <palves@redhat.com>
7232
7233 * compile/compile.c (make_compile_options_def_group): Add braces
7234 around array_view initializer.
7235 * thread.c (make_thread_apply_all_options_def_group)
7236 (make_thread_apply_all_options_def_group): Likewise.
7237
7238 2019-06-13 Pedro Alves <palves@redhat.com>
7239
7240 * NEWS (New commands): Mention "maint test-options
7241 require-delimiter", "maint test-options unknown-is-error", "maint
7242 test-options unknown-is-operand" and "maint show
7243 test-options-completion-result".
7244 (New command options, command completion): New section.
7245 (Completion improvements): New section.
7246 Mention that you can abbreviate "unlimited".
7247
7248 2019-06-13 Pedro Alves <palves@redhat.com>
7249
7250 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7251 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7252 * unittests/cli-utils-selftests.c (test_parse_flags)
7253 (test_parse_flags_qcs): Delete.
7254 (test_cli_utils): Don't call deleted functions.
7255
7256 2019-06-13 Pedro Alves <palves@redhat.com>
7257
7258 * thread.c: Include "cli/cli-option.h".
7259 (tp_array_compar_ascending): Global.
7260 (tp_array_compar): Delete function.
7261 (tp_array_compar_ascending, tp_array_compar_descending): New
7262 functions.
7263 (ascending_option_def, qcs_flag_option_def)
7264 (thr_qcs_flags_option_defs)
7265 (make_thread_apply_all_options_def_group)
7266 (make_thread_apply_options_def_group): New.
7267 (thread_apply_all_command): Use gdb::option::process_options.
7268 (thread_apply_command_completer)
7269 (thread_apply_all_command_completer): New.
7270 (thread_apply_command): Use gdb::option::process_options.
7271 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7272 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7273 to generate help text of "thread apply". Adjust "taas"'s help.
7274 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7275 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7276
7277 2019-06-13 Pedro Alves <palves@redhat.com>
7278
7279 * thread.c (thread_apply_command): Check for invalid TID with
7280 isdigit instead of !isalpha.
7281
7282 2019-06-13 Pedro Alves <palves@redhat.com>
7283
7284 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7285 (validate_flags_qcs): New.
7286 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7287 (validate_flags_qcs): Declare.
7288 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7289 (make_frame_apply_options_def_group): New.
7290 (frame_apply_command_count): Process options with
7291 gdb::option::process_options.
7292 (frame_apply_completer): New.
7293 (frame_apply_level_completer, frame_apply_all_completer)
7294 (frame_apply_completer): New.
7295 (_initialize_stack): Update help of "frame apply", "frame apply
7296 level", "frame apply all" and "faas" to mention supported options
7297 and install command completers.
7298 * stack.h (frame_apply_all_completer): Declare.
7299 * thread.c: Include "stack.h".
7300 (tfaas_command): Add "--".
7301 (_initialize_thread): Update help "tfaas" to mention supported
7302 options and install command completer.
7303
7304 2019-06-13 Pedro Alves <palves@redhat.com>
7305
7306 * completer.c (complete_nested_command_line): New.
7307 (gdb_completion_word_break_characters_throw): Add assertion.
7308 * completer.h (complete_nested_command_line): Declare.
7309
7310 2019-06-13 Pedro Alves <palves@redhat.com>
7311
7312 * stack.c (parse_backtrace_qualifiers): New.
7313 (backtrace_command): Use it.
7314 (backtrace_command_completer): Complete on qualifiers.
7315
7316 2019-06-13 Pedro Alves <palves@redhat.com>
7317
7318 * frame.c: Include "cli/cli-option.h.
7319 (user_set_backtrace_options): New.
7320 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7321 Delete.
7322 (get_prev_frame): Adjust.
7323 (boolean_option_def, uinteger_option_def)
7324 (set_backtrace_option_defs): New.
7325 (_initialize_frame): Adjust and use
7326 gdb::option::add_setshow_cmds_for_options to install "set
7327 backtrace past-main" and "set backtrace past-entry".
7328 * frame.h: Include "cli/cli-option.h".
7329 (struct frame_print_options): Forward declare.
7330 (print_frame_arguments_all, print_frame_arguments_scalars)
7331 (print_frame_arguments_none): Declare.
7332 (print_entry_values): Delete declaration.
7333 (struct frame_print_options, user_frame_print_options): New.
7334 (struct set_backtrace_options): New.
7335 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7336 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7337 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7338 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7339 (list_args_or_locals): Add frame_print_options parameter.
7340 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7341 * python/py-framefilter.c (enumerate_args): Pass down
7342 USER_FRAME_PRINT_OPTIONS.
7343 * stack.c: Include "cli/cli-option.h".
7344 (print_frame_arguments_all, print_frame_arguments_scalars)
7345 (print_frame_arguments_none): Declare.
7346 (print_raw_frame_arguments, print_entry_values): Delete.
7347 (user_frame_print_options): New.
7348 (boolean_option_def, enum_option_def, frame_print_option_defs):
7349 New.
7350 (struct backtrace_cmd_options): New.
7351 (bt_flag_option_def): New.
7352 (backtrace_command_option_defs): New.
7353 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7354 (print_frame_arg, read_frame_arg, print_frame_args)
7355 (print_frame_info, print_frame): Add frame_print_options parameter
7356 and use it.
7357 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7358 (backtrace_command_1): Add frame_print_options and
7359 backtrace_cmd_options parameters and use them.
7360 (make_backtrace_options_def_group): New.
7361 (backtrace_command): Process command options with
7362 gdb::option::process_options.
7363 (backtrace_command_completer): New.
7364 (_initialize_stack): Extend "backtrace"'s help to mention
7365 supported options. Install completer for "backtrace".
7366 Install some settings commands with add_setshow_cmds_for_options.
7367
7368 2019-06-13 Pedro Alves <palves@redhat.com>
7369
7370 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7371 and that "set/show print raw frame-arguments" are now deprecated.
7372
7373 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7374 command.
7375 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7376 * stack.c (_initialize_stack): Install "set/show print
7377 raw-frame-arguments", and deprecate "set/show print raw
7378 frame-arguments".
7379 * valprint.c (_initialize_valprint): Deprecate "set/show print
7380 raw".
7381
7382 2019-06-13 Pedro Alves <palves@redhat.com>
7383
7384 * compile/compile.c (struct compile_options): New.
7385 (compile_flag_option_def, compile_command_option_defs)
7386 (make_compile_options_def_group): New.
7387 (compile_file_command): Handle options with
7388 gdb::option::process_options.
7389 (compile_file_command_completer): New function.
7390 (compile_code_command): Handle options with
7391 gdb::option::process_options.
7392 (compile_code_command_completer): New function.
7393 (_initialize_compiler): Install completers for "compile code" and
7394 "compile file". Mention available options in "compile code" and
7395 "compile code"'s help.
7396 * completer.c (advance_to_completion_word): New, factored out from
7397 ...
7398 (advance_to_expression_complete_word_point): ... this.
7399 (advance_to_filename_complete_word_point): New.
7400 * completer.h (advance_to_filename_complete_word_point): New
7401 declaration.
7402
7403 2019-06-13 Pedro Alves <palves@redhat.com>
7404
7405 * compile/compile.c: Include "cli/cli-option.h".
7406 (compile_print_value): Scope data pointer is now a
7407 value_print_options pointer; adjust.
7408 (compile_print_command): Process options. Scope data pointer is
7409 now a value_print_options pointer; adjust.
7410 (_initialize_compile): Update "compile print"'s help to include
7411 supported options. Install a completer for "compile print".
7412 * cp-valprint.c (show_vtblprint, show_objectprint)
7413 (show_static_field_print): Delete.
7414 (_initialize_cp_valprint): Don't install "set print
7415 static-members", "set print vtbl", "set print object" here.
7416 * printcmd.c: Include "cli/cli-option.h" and
7417 "common/gdb_optional.h".
7418 (print_command_parse_format): Rework to fill in a
7419 value_print_options instead of a format_data.
7420 (print_value): Change parameter type from format_data pointer to
7421 value_print_options reference. Adjust.
7422 (print_command_1): Process options. Adjust to pass down a
7423 value_print_options.
7424 (print_command_completer): New.
7425 (_initialize_printcmd): Install print_command_completer as
7426 handle_brkchars completer for the "print" command. Update
7427 "print"'s help to include supported options.
7428 * valprint.c: Include "cli/cli-option.h".
7429 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7430 here from cp-valprint.c.
7431 (boolean_option_def, uinteger_option_def)
7432 (value_print_option_defs, make_value_print_options_def_group):
7433 New. Use gdb::option::add_setshow_cmds_for_options to install
7434 "set print elements", "set print null-stop", "set print repeats",
7435 "set print pretty", "set print union", "set print array", "set
7436 print address", "set print symbol", "set print array-indexes".
7437 * valprint.h: Include <string> and "cli/cli-option.h".
7438 (make_value_print_options_def_group): Declare.
7439 (print_value): Change parameter type from format_data pointer to
7440 value_print_options reference.
7441 (print_command_completer): Declare.
7442
7443 2019-06-13 Pedro Alves <palves@redhat.com>
7444
7445 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7446 (COMMON_SFILES): Add maint-test-settings.c.
7447 * cli/cli-decode.c (boolean_enums): New global, factored out from
7448 ...
7449 (add_setshow_boolean_cmd): ... here.
7450 * cli/cli-decode.h (boolean_enums): Declare.
7451 * cli/cli-option.c: New file.
7452 * cli/cli-option.h: New file.
7453 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7454 factored out from ...
7455 (parse_cli_boolean_value(const char *)): ... this.
7456 (is_unlimited_literal): Change parameter type to pointer to
7457 pointer. Adjust and advance ARG pointer.
7458 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7459 (parse_cli_var_enum): New, factored out from ...
7460 (do_set_command): ... this. Adjust.
7461 * cli/cli-setshow.h (parse_cli_boolean_value)
7462 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7463 (parse_cli_var_enum): Declare.
7464 * cli/cli-utils.c: Include "cli/cli-option.h".
7465 (get_ulongest): New.
7466 * cli/cli-utils.h (get_ulongest): Declare.
7467 (check_for_argument): New overloads.
7468 * maint-test-options.c: New file.
7469
7470 2019-06-13 Pedro Alves <palves@redhat.com>
7471
7472 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7473 parse a range if "-" is at the end of the string.
7474
7475 2019-06-13 Pedro Alves <palves@redhat.com>
7476
7477 * cli/cli-setshow.c (parse_auto_binary_operation)
7478 (parse_cli_boolean_value): Don't allow "o".
7479
7480 2019-06-13 Pedro Alves <palves@redhat.com>
7481
7482 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7483 * NEWS: Mention maint test-settings KIND.
7484 * maint-test-settings.c: New file.
7485
7486 2019-06-13 Pedro Alves <palves@redhat.com>
7487
7488 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7489 completer.
7490 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7491 "set" completers.
7492
7493 2019-06-13 Pedro Alves <palves@redhat.com>
7494
7495 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7496 after item.
7497
7498 2019-06-13 Pedro Alves <palves@redhat.com>
7499
7500 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7501
7502 2019-06-13 Pedro Alves <palves@redhat.com>
7503
7504 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7505 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7506 call.
7507 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7508 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7509 calls.
7510 (check_for_argument): Skip spaces after argument.
7511
7512 2019-06-13 Pedro Alves <palves@redhat.com>
7513
7514 * thread.c (thread_apply_command): Adjust TID parsing.
7515 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7516 detected before end of string.
7517 (tid_is_in_list): Error out if LIST is invalid.
7518
7519 2019-06-13 Pedro Alves <palves@redhat.com>
7520
7521 * completer.c (complete_line_internal_1): Rewind completion word
7522 point.
7523 (completion_tracker::advance_custom_word_point_by): Change
7524 parameter type to int.
7525 * completer.h (completion_tracker::advance_custom_word_point_by):
7526 Likewise.
7527
7528 2019-06-13 Pedro Alves <palves@redhat.com>
7529
7530 * completer.c (advance_to_completion_word): Handle delimiters.
7531
7532 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7533
7534 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7535
7536 2019-06-11 Tom Tromey <tom@tromey.com>
7537
7538 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7539 (xmalloc_failed): Move to alloc.c.
7540 * alloc.c: New file.
7541 * Makefile.in (COMMON_SFILES): Add alloc.c.
7542
7543 2019-06-11 Tom Tromey <tom@tromey.com>
7544
7545 * nat/linux-waitpid.c: Don't include server.h.
7546 (linux_debug): Remove.
7547 (my_waitpid): Update.
7548
7549 2019-06-11 Tom Tromey <tromey@adacore.com>
7550
7551 * infcall.c (_initialize_infcall): Remove trailing newline from
7552 help.
7553 * user-regs.c (_initialize_user_regs): Remove trailing newline
7554 from help.
7555 * typeprint.c (_initialize_typeprint): Remove trailing newline
7556 from help.
7557 * reverse.c (_initialize_reverse): Remove trailing newlines from
7558 help.
7559 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7560 from help.
7561 * language.c (add_set_language_command): Remove trailing newline
7562 from help.
7563 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7564 help.
7565 * disasm.c (_initialize_disasm): Remove trailing newline from
7566 help.
7567 * top.c (init_main): Remove trailing newline from help.
7568 * interps.c (_initialize_interpreter): Remove trailing newline
7569 from help.
7570 * btrace.c (_initialize_btrace): Remove trailing newlines from
7571 help.
7572 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7573 from help.
7574 * python/python.c (_initialize_python): Remove trailing newline
7575 from help.
7576 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7577 help.
7578 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7579 from help. Reformat some text.
7580 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7581 from help.
7582 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7583 newline from help.
7584
7585 2019-06-11 Tom Tromey <tromey@adacore.com>
7586
7587 * darwin-nat.c (darwin_decode_exception_message)
7588 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7589
7590 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7591
7592 * valops.c (value_slice): Check for not allocated or not
7593 associated values.
7594
7595 2019-06-10 Tom de Vries <tdevries@suse.de>
7596
7597 PR gdb/24618
7598 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7599 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7600 invalid.
7601
7602 2019-06-10 Tom de Vries <tdevries@suse.de>
7603
7604 PR gdb/24611
7605 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7606 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7607
7608 2019-06-10 Tom de Vries <tdevries@suse.de>
7609
7610 PR symtab/24545
7611 * symtab.c (struct demangled_name_entry): Add language field.
7612 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7613 static minimal symbol". Set and use language field.
7614
7615 2019-06-10 Tom Tromey <tromey@adacore.com>
7616
7617 * ada-lang.c (_initialize_ada_language): Update help text.
7618
7619 2019-06-10 Tom Tromey <tromey@adacore.com>
7620
7621 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7622 with a newline.
7623 * guile/guile.c (handle_boot_error): Don't end warning with a
7624 newline.
7625 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7626 warning with a newline.
7627 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7628 newline.
7629 (s12z_frame_cache): Likewise.
7630 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7631 a newline.
7632 * solib-svr4.c (disable_probes_interface): Don't end warning with
7633 a newline.
7634 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7635 newline.
7636 * python/python.c (do_finish_initialization): Don't end warning
7637 with a newline.
7638
7639 2019-06-10 Tom Tromey <tom@tromey.com>
7640
7641 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7642 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7643 gdbpy_enter.
7644
7645 2019-06-10 Tom Tromey <tromey@adacore.com>
7646
7647 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7648 data.
7649 (elf_new_init): Don't call stabsread_new_init.
7650 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7651 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7652 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7653
7654 2019-06-10 Tom de Vries <tdevries@suse.de>
7655
7656 PR symtab/16264
7657 PR symtab/24517
7658 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7659
7660 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7661
7662 * source.c (find_and_open_source): Also rewrite relative file
7663 names.
7664
7665 2019-04-26 Amos Bird <amosbird@gmail.com>
7666
7667 * annotate.c (annotate_thread_exited): Add "thread-exited"
7668 annotation.
7669
7670 2019-06-06 Tom Tromey <tromey@adacore.com>
7671
7672 * maint.h (class scoped_command_stats): Use
7673 DISABLE_COPY_AND_ASSIGN.
7674 <print_time>: New method.
7675 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7676 print_time.
7677 (scoped_command_stats::print_time): New method.
7678
7679 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7680
7681 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7682 instructions of lengths 6 or 8 bytes.
7683
7684 2019-06-04 Pedro Alves <palves@redhat.com>
7685
7686 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7687
7688 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7689 * breakpoint.c (condition_completer): Likewise.
7690 * cli/cli-dump.c (scan_expression): Likewise.
7691 * common/filestuff.c (mkdir_recursive): Likewise.
7692 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7693 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7694 (gdb_abspath): Likewise.
7695 * compile/compile-cplus-types.c
7696 (compile_cplus_instance::decl_name): Likewise.
7697 * completer.c (complete_explicit_location):
7698 (signal_completer, reg_or_group_completer_1): Likewise.
7699 * cp-support.c (cp_remove_params_if_any): Likewise.
7700 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7701 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7702 * infcmd.c (strip_bg_char): Likewise.
7703 * linespec.c (copy_token_string): Likewise.
7704 * mi/mi-main.c (output_cores): Likewise.
7705 * psymtab.c (psymtab_search_name):
7706 * symfile.c (test_set_ext_lang_command): Likewise.
7707 * target.c (target_fileio_read_stralloc): Likewise.
7708 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7709 * value.c (complete_internalvar): Likewise.
7710
7711 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7712
7713 Add objfile property to gdb.Type.
7714 * NEWS: Mention Python API addition.
7715 * python/py-type.c (typy_get_objfile): New method.
7716
7717 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7718
7719 * NEWS: Mention the new set|show style [title|highlight].
7720 Mention changes to "show style", "help" and "apropos".
7721
7722 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7723
7724 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7725 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7726 instead of print_help_for_command.
7727 (print_doc_of_command): New function.
7728 (help_list): Add 'apropos -v word' suggestion.
7729 (print_help_for_command): Style the command name using title style.
7730 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7731 (_initialize_cli_cmds): Describe -v in apropos_command help.
7732
7733 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7734
7735 * cli/cli-style.h (cli_style_option): Add name in constructor,
7736 add m_name class member, add constructor with intensity,
7737 add name class function.
7738 (cli_style_option::add_setshow_commands): Remove name argument.
7739 (highlight_style, title_style): New styles.
7740 * cli/cli-style.c (do_show): New function that shows a style
7741 characteristic styling the style name with itself.
7742 (set_style_name): New function.
7743 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7744 Update all callers according to the changes in cli/cli-style.h.
7745 * utils.h (fputs_highlighted): New function.
7746 * utils.c (fputs_highlighted): Likewise.
7747
7748 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7749
7750 * NEWS: Mention new pipe command and new convenience variables.
7751
7752 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7753
7754 * cli/cli-cmds.c (pipe_command): New function.
7755 (_initialize_cli_cmds): Call add_com for pipe_command.
7756 Define | as an alias for pipe.
7757 (exit_status_set_internal_vars): New function.
7758 (shell_escape): Call exit_status_set_internal_vars.
7759 cli/cli-decode.c (find_command_name_length): Recognize | as
7760 a single character command.
7761
7762 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7763
7764 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7765 top.c (execute_command_to_ui_file): New function, mostly a copy
7766 of execute_command_to_string.
7767 (execute_command_to_string): Implement by calling
7768 execute_command_to_ui_file.
7769
7770 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7771
7772 * top.h (saved_command_line): Remove declaration.
7773 * top.c (previous_saved_command_line, previous_repeat_arguments):
7774 New variables.
7775 (saved_command_line): Make static, define together with other
7776 'repeat variables'.
7777 (dont_repeat): Clear repeat_arguments.
7778 (repeat_previous, get_saved_command_line, save_command_line):
7779 New functions.
7780 (gdb_init): Initialize saved_command_line
7781 and previous_saved_command_line.
7782 * main.c (captured_main_1): Remove saved_command_line initialization.
7783 * event-top.c (handle_line_of_input): Update to use
7784 the new 'repeat' related functions instead of direct access to
7785 saved_command_line.
7786 * command.h (repeat_previous, get_saved_command_line,
7787 save_command_line): New declarations.
7788 (dont_repeat): Add comment.
7789
7790 2019-05-30 Tom Tromey <tromey@adacore.com>
7791
7792 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7793 Fix comment.
7794 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7795
7796 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7797
7798 PR cli/24587
7799 * completer.c (complete): Initialize variable word.
7800
7801 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7802
7803 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7804 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7805 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7806 'body' is NULL to the outter 'if', protecting the '!is_define'
7807 situation as well.
7808
7809 2019-05-29 Tom Tromey <tromey@adacore.com>
7810
7811 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7812 (dwarf_unknown): New function.
7813 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7814 (dwarf_type_encoding_name): Use dwarf_unknown.
7815
7816 2019-05-29 Tom Tromey <tromey@adacore.com>
7817
7818 PR c++/20020:
7819 * cp-valprint.c (cp_print_value_fields): Call
7820 cp_print_static_field inside "try".
7821
7822 2019-05-29 Tom Tromey <tromey@adacore.com>
7823
7824 * inflow.c (struct terminal_info): Add default operator=.
7825 * configure: Rebuild.
7826 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7827 -Wdeprecated-copy-dtor, -Wredundant-move.
7828
7829 2019-05-29 Tom Tromey <tromey@adacore.com>
7830
7831 * NEWS: Add entry.
7832 * infcmd.c (print_return_value_1): Handle finish_print
7833 option.
7834 (show_print_finish): New function.
7835 (_initialize_infcmd): Add "set/show print finish" commands.
7836 * valprint.c (user_print_options): Initialize new member.
7837 * valprint.h (struct value_print_options) <finish_print>: New
7838 member.
7839
7840 2019-05-28 Tom Tromey <tromey@adacore.com>
7841
7842 * ada-lang.c (ada_remove_Xbn_suffix)
7843 (find_old_style_renaming_symbol)
7844 (parse_old_style_renaming): Remove.
7845 (ada_find_renaming_symbol): Don't call
7846 find_old_style_renaming_symbol.
7847 (ada_is_renaming_symbol): Rename from
7848 ada_find_renaming_symbol. Remove "block" parameter. Return
7849 bool. Now static.
7850 (ada_read_var_value): Update and simplify.
7851 * ada-exp.y (write_var_or_type): Remove old code.
7852
7853 2019-05-28 Alan Hayward <alan.hayward@arm.com>
7854
7855 PR gdb/25010
7856 * event-top.c: Remove include comment.
7857 * inflow.c (class scoped_ignore_sigttou): Move from here...
7858 * inflow.h (class scoped_ignore_sigttou): ...to here.
7859 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7860 * top.c: Remove include comment.
7861
7862 2019-05-27 Tom Tromey <tom@tromey.com>
7863
7864 * NEWS: Fix typo.
7865
7866 2019-05-22 Tom Tromey <tromey@adacore.com>
7867
7868 * target.c (target_follow_exec): Constify parameter.
7869 * target-delegates.c: Rebuild.
7870 * remote.c (remote_target::follow_exec): Constify parameter.
7871 * infrun.c (follow_exec): Constify parameter.
7872 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7873 (target_follow_exec): Likewise.
7874
7875 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7876
7877 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7878 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7879
7880 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7881
7882 * NEWS: Add debugredirect and testsuite sections.
7883
7884 2019-05-22 Simon Cook <simon.cook@embecosm.com>
7885
7886 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7887 target descriptions using exclusively floating point register name
7888 aliases.
7889
7890 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 PR gdb/18644:
7893 * f-lang.c (build_fortran_types): Handle the case where
7894 gdbarch_floatformat_for_type returns a nullptr.
7895
7896 2019-05-21 Tom de Vries <tdevries@suse.de>
7897
7898 PR cli/24587
7899 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7900
7901 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7902
7903 PR gdb/18644:
7904 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7905 16-byte floats.
7906 * i386-tdep.c (i386_floatformat_for_type): Use
7907 floatformats_ia64_quad for the 16-byte floating point component
7908 within a fortran 32-byte complex number.
7909
7910 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7911
7912 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7913 delete default constructor.
7914 (find_partial_die): Update to return const struct.
7915 (partial_die_parent_scope): Move variable declaration into scope
7916 of its use and change its type to auto.
7917 (guess_partial_die_structure_name): Likewise.
7918 (partial_die_info::fixup): Likewise.
7919
7920 2019-05-17 Tom Tromey <tromey@adacore.com>
7921
7922 * source.c (find_and_open_source): Remove cast.
7923
7924 2019-05-17 Tom Tromey <tromey@adacore.com>
7925
7926 * annotate.c (annotate_source): Make "filename" const.
7927 * annotate.h (annotate_source): Use const.
7928
7929 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7930
7931 * disasm.c (set_disassembler_options): Send errors to stderr.
7932
7933 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7934
7935 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7936 (cli_interp_base::set_logging): Check debug_redirect.
7937 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7938 * cli/cli-logging.c (debug_redirect): Add static variable.
7939 (pop_output_files): Add default param.
7940 (handle_redirections): Print debug setting.
7941 (show_logging_command): Likewise.
7942 (_initialize_cli_logging): Add debugredirect command.
7943 * interps.c (current_interp_set_logging): Add debug_redirect
7944 parameter.
7945 * interps.h (set_logging): Add debug_redirect parameter.
7946 (current_interp_set_logging): Likewise.
7947 * mi/mi-common.h: Likewise.
7948 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7949
7950 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7951 Tom Tromey <tromey@adacore.com>
7952
7953 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7954 directly.
7955 * cli/cli-interp.h (make_logging_output): Remove declaration.
7956 * cli/cli-logging.c (make_logging_output): Remove function.
7957 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7958 directly.
7959 * ui-file.c (tee_file::tee_file): Remove bools.
7960 (tee_file::~tee_file): Remove deletes.
7961 * ui-file.h (tee_file): Remove bools.
7962
7963 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7964
7965 * mi/mi-cmds.h (mi_cmd_complete): New function.
7966 * mi/mi-main.c (mi_cmd_complete): Likewise.
7967 * mi/mi-cmds.c: Define new MI command -complete.
7968 * NEWS: Mention new -complete command.
7969
7970 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7971
7972 * completer.h (complete): New function.
7973 * completer.c (complete): Likewise.
7974 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7975 function defined in completer.h.
7976
7977 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7978
7979 * MAINTAINERS (Write After Approval): Add myself.
7980
7981 2019-05-17 Tom de Vries <tdevries@suse.de>
7982
7983 PR gdb/24094
7984 * dwarf2read.c (struct cu_partial_die_info): New struct.
7985 (find_partial_die): Return cu_partial_die_info.
7986 (partial_die_parent_scope, guess_partial_die_structure_name)
7987 (partial_die_info::fixup): Handle new return type of find_partial_die.
7988
7989 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7990
7991 PR breakpoints/24541
7992 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7993 "std::string", simplifying the algorithm.
7994
7995 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7996
7997 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7998 (stap_static_probe_ops::get_probes): Likewise.
7999
8000 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8001
8002 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8003 '-')" and "else if".
8004 (stap_parse_single_operand): Join checks for
8005 "gdbarch_stap_parse_special_token_p" and
8006 "gdbarch_stap_parse_special_token" in the same "if" statement.
8007 Invert check when verifying for operation on register
8008 displacement.
8009
8010 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8011
8012 * stap-probe.c (stap_get_opcode): Update comment.
8013 (stap_get_expected_argument_type): Likewise.
8014 (handle_stap_probe): Likewise.
8015
8016 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8017
8018 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8019 return type to 'bool'. Adjust comment. Use 'bool' when
8020 appropriate.
8021 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8022 * stap-probe.c (stap_parse_argument_1): Likewise.
8023 (stap_is_operator): Likewise.
8024 (stap_is_generic_prefix): Likewise.
8025 (stap_is_register_prefix): Likewise.
8026 (stap_is_register_indirection_prefix): Likewise.
8027 (stap_is_integer_prefix): Likewise.
8028 (stap_generic_check_suffix): Likewise.
8029 (stap_check_integer_suffix): Likewise.
8030 (stap_check_register_suffix): Likewise.
8031 (stap_check_register_indirection_suffix): Likewise.
8032 (stap_parse_register_operand): Likewise.
8033 (stap_parse_single_operand): Likewise.
8034 (stap_parse_argument_1): Likewise.
8035 (stap_probe::get_argument_count): Likewise.
8036 (stap_is_operator): Likewise.
8037
8038 2019-05-16 Tom Tromey <tromey@adacore.com>
8039
8040 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8041 keyword to foreach.
8042
8043 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8044
8045 * linux-thread-db.c (try_thread_db_load_1): Change return type
8046 to bool.
8047 (try_thread_db_load): Likewise.
8048 (try_thread_db_load_from_pdir_1): Likewise.
8049 (try_thread_db_load_from_pdir): Likewise.
8050 (try_thread_db_load_from_sdir): Likewise.
8051 (try_thread_db_load_from_dir): Likewise.
8052 (thread_db_load_search): Likewise.
8053 (has_libpthread): Likewise.
8054 (thread_db_load): Likewise.
8055
8056 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8057
8058 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8059 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8060 NULL, and complain/return if that's the case.
8061
8062 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8063
8064 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8065 (advance, posn, abstract_read_memory): New functions.
8066 [struct mem_read_abstraction]: New struct.
8067 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8068
8069 2019-05-14 Tom Tromey <tromey@adacore.com>
8070
8071 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8072 value is not lval_memory.
8073
8074 2019-05-14 Tom Tromey <tromey@adacore.com>
8075
8076 * solib.c (info_sharedlibrary_command): Style the file name.
8077
8078 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8079
8080 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8081 (aarch64_vnv_type): Likewise.
8082 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8083 * common/tdesc.c: Likewise.
8084 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8085 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8086 * features/aarch64-fpu.xml: Add ieee half view.
8087 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8088 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8089 * gdbtypes.h (struct builtin_type): Likewise.
8090 (struct objfile_type): Likewise.
8091
8092 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8093
8094 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8095 typo.
8096 * location.h (string_to_event_location): Likewise.
8097
8098 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8099
8100 GDB 8.3 released.
8101
8102 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8103
8104 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8105 New variable declaration.
8106 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8107 New variable.
8108 (print_one_breakpoint): Use ui_out::test_flags and new global
8109 variable to compute use_fixed_output.
8110 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8111 Remove.
8112 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8113 (mi_multi_location_breakpoint_output_fixed): Remove.
8114 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8115 new variable.
8116 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8117 fix_multi_location_breakpoint_output flag if version >= 3.
8118 * ui-out.h (enum ui_out_flag)
8119 <fix_multi_location_breakpoint_output>: New enumerator.
8120
8121 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8122
8123 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8124
8125 2019-05-10 Tom Tromey <tromey@adacore.com>
8126
8127 * ada-lang.c (catch_ada_completer): New function.
8128 (_initialize_ada_language): Use it.
8129
8130 2019-05-10 Tom Tromey <tromey@adacore.com>
8131
8132 * thread.c (print_thread_info): Make "requested_threads" const.
8133 * gdbthread.h (print_thread_info): Make "requested_threads"
8134 const.
8135 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8136 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8137
8138 2019-05-08 Tom Tromey <tom@tromey.com>
8139
8140 * gdbtypes.c (objfile_type_data): Change type.
8141 (objfile_type, _initialize_gdbtypes): Update.
8142
8143 2019-05-08 Tom Tromey <tom@tromey.com>
8144
8145 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8146 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8147 (_initialize_dwarf2_frame): Update.
8148
8149 2019-05-08 Tom Tromey <tom@tromey.com>
8150
8151 * objc-lang.c (objc_objfile_data): Change type.
8152 (find_methods): Update.
8153 (_initialize_objc_lang): Remove.
8154
8155 2019-05-08 Tom Tromey <tom@tromey.com>
8156
8157 * stabsread.c (rs6000_builtin_type_data): Change type.
8158 (rs6000_builtin_type, _initialize_stabsread): Update.
8159
8160 2019-05-08 Tom Tromey <tom@tromey.com>
8161
8162 * mips-tdep.c (mips_pdr_data): Remove.
8163 (_initialize_mips_tdep): Update.
8164
8165 2019-05-08 Tom Tromey <tom@tromey.com>
8166
8167 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8168 (hppa_init_objfile_priv_data, read_unwind_info)
8169 (find_unwind_entry, _initialize_hppa_tdep): Update.
8170
8171 2019-05-08 Tom Tromey <tom@tromey.com>
8172
8173 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8174 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8175 on obstack.
8176 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8177
8178 2019-05-08 Tom Tromey <tom@tromey.com>
8179
8180 * mdebugread.c (basic_type_data): Change type.
8181 (basic_type, _initialize_mdebugread): Update.
8182
8183 2019-05-08 Tom Tromey <tom@tromey.com>
8184
8185 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8186
8187 2019-05-08 Tom Tromey <tom@tromey.com>
8188
8189 * nto-tdep.c (nto_inferior_data_reg): Change type.
8190 (nto_inferior_data): Update.
8191 (nto_inferior_data_cleanup, nto_new_inferior_data)
8192 (_initialize_nto_tdep): Remove.
8193 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8194
8195 2019-05-08 Tom Tromey <tom@tromey.com>
8196
8197 * ada-lang.c (struct ada_inferior_data): Add initializers.
8198 (ada_inferior_data): Change type.
8199 (ada_inferior_data_cleanup): Remove.
8200 (get_ada_inferior_data, ada_inferior_exit)
8201 (struct ada_pspace_data): Add initializers, destructor.
8202 (ada_pspace_data_handle): Change type.
8203 (get_ada_pspace_data): Update.
8204 (ada_pspace_data_cleanup): Remove.
8205
8206 2019-05-08 Tom Tromey <tom@tromey.com>
8207
8208 * coffread.c (struct coff_symfile_info): Add initializers.
8209 (coff_objfile_data_key): Move lower. Change type.
8210 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8211 Update.
8212 (coff_free_info): Remove.
8213
8214 2019-05-08 Tom Tromey <tom@tromey.com>
8215
8216 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8217 (fbsd_pspace_data_handle): Move lower. Change type.
8218 (get_fbsd_pspace_data): Update.
8219 (fbsd_pspace_data_cleanup): Remove.
8220 (_initialize_fbsd_tdep): Update.
8221
8222 2019-05-08 Tom Tromey <tom@tromey.com>
8223
8224 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8225 (get_ada_tasks_pspace_data): Update.
8226 (ada_tasks_pspace_data_cleanup): Remove.
8227 (_initialize_tasks): Update.
8228 (ada_tasks_inferior_data_handle): Change type.
8229 (get_ada_tasks_inferior_data): Update.
8230 (ada_tasks_inferior_data_cleanup): Remove.
8231 (struct ada_tasks_pspace_data): Add initializers.
8232
8233 2019-05-08 Tom Tromey <tom@tromey.com>
8234
8235 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8236 * symfile-debug.c (debug_sym_get_probes): Change type.
8237 * stap-probe.c (handle_stap_probe):
8238 (stap_static_probe_ops::get_probes): Change type.
8239 * probe.h (class static_probe_ops) <get_probes>: Change type.
8240 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8241 (parse_probes_in_pspace): Update.
8242 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8243 Update.
8244 (any_static_probe_ops::get_probes): Change type.
8245 * elfread.c (elfread_data): New typedef.
8246 (probe_key): Change type.
8247 (elf_get_probes): Likewise. Update.
8248 (probe_key_free): Remove.
8249 (_initialize_elfread): Update.
8250 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8251 Change type.
8252 (dtrace_process_dof_probe, dtrace_process_dof)
8253 (dtrace_static_probe_ops::get_probe): Change type.
8254
8255 2019-05-08 Tom Tromey <tom@tromey.com>
8256
8257 * xcoffread.c (struct xcoff_symfile_info): Rename from
8258 coff_symfile_info. Add initializers.
8259 (xcoff_objfile_data_key): Move lower. Change type.
8260 (XCOFF_DATA): Rewrite.
8261 (xcoff_free_info): Remove.
8262 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8263 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8264 (xcoff_initial_scan): Update.
8265
8266 2019-05-08 Tom Tromey <tom@tromey.com>
8267
8268 * solib-svr4.c (struct svr4_info): Add initializers and
8269 destructor.
8270 <probes_table>: Now an htab_up.
8271 (solib_svr4_pspace_data): Change type.
8272 (free_probes_table): Simplify.
8273 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8274 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8275 (probes_table_remove_objfile_probes, register_solib_event_probe)
8276 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8277 (_initialize_svr4_solib): Update.
8278
8279 2019-05-08 Tom Tromey <tom@tromey.com>
8280
8281 * remote.c (remote_pspace_data): Change type.
8282 (remote_pspace_data_cleanup): Remove.
8283 (get_remote_exec_file, set_pspace_remote_exec_file)
8284 (_initialize_remote): Update.
8285
8286 2019-05-08 Tom Tromey <tom@tromey.com>
8287
8288 * breakpoint.c (breakpoint_objfile_key): Change type.
8289 (get_breakpoint_objfile_data): Update.
8290 (free_breakpoint_objfile_data): Remove.
8291 (_initialize_breakpoint): Update.
8292
8293 2019-05-08 Tom Tromey <tom@tromey.com>
8294
8295 * linux-tdep.c (struct linux_info): Add initializers.
8296 (linux_inferior_data): Move. Change type.
8297 (invalidate_linux_cache_inf): Update.
8298 (linux_inferior_data_cleanup): Remove.
8299 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8300
8301 2019-05-08 Tom Tromey <tom@tromey.com>
8302
8303 * auxv.c (auxv_inferior_data): Move. Change type.
8304 (auxv_inferior_data_cleanup): Remove.
8305 (invalidate_auxv_cache_inf): Rewrite.
8306 (get_auxv_inferior_data, _initialize_auxv): Update.
8307
8308 2019-05-08 Tom Tromey <tom@tromey.com>
8309
8310 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8311 (symfile_debug_objfile_data_key): Change type.
8312 (symfile_debug_installed, debug_qf_has_symbols)
8313 (debug_qf_find_last_source_symtab)
8314 (debug_qf_forget_cached_source_info)
8315 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8316 (debug_qf_print_stats, debug_qf_dump)
8317 (debug_qf_expand_symtabs_for_function)
8318 (debug_qf_expand_all_symtabs)
8319 (debug_qf_expand_symtabs_with_fullname)
8320 (debug_qf_map_matching_symbols)
8321 (debug_qf_expand_symtabs_matching)
8322 (debug_qf_find_pc_sect_compunit_symtab)
8323 (debug_qf_map_symbol_filenames)
8324 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8325 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8326 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8327 (debug_sym_read_linetable, debug_sym_relocate): Update.
8328 (symfile_debug_free_objfile): Remove.
8329 (install_symfile_debug_logging, _initialize_symfile_debug):
8330 Update.
8331
8332 2019-05-08 Tom Tromey <tom@tromey.com>
8333
8334 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8335 allocate_on_obstack.
8336 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8337 (get_dwarf2_per_objfile): Update.
8338 (set_dwarf2_per_objfile): Remove.
8339 (dwarf2_has_info, dwarf2_get_section_info): Update.
8340 (dwarf2_free_objfile): Remove.
8341 (_initialize_dwarf2_read): Update.
8342
8343 2019-05-08 Tom Tromey <tom@tromey.com>
8344
8345 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8346 initializers.
8347 <unsupported_script_warning_printed,
8348 script_not_found_warning_printed>: Now bool.
8349 (auto_load_pspace_data): Change type.
8350 (~auto_load_pspace_info): Rename from
8351 auto_load_pspace_data_cleanup.
8352 (get_auto_load_pspace_data, init_loaded_scripts_info)
8353 (clear_section_scripts, maybe_print_unsupported_script_warning)
8354 (maybe_print_script_not_found_warning, _initialize_auto_load):
8355 Update.
8356
8357 2019-05-08 Tom Tromey <tom@tromey.com>
8358
8359 * objfiles.c (objfile_pspace_info): Add destructor and
8360 initializers.
8361 (objfiles_pspace_data): Change type.
8362 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8363 (get_objfile_pspace_data): Update.
8364 (objfiles_bfd_data): Change type.
8365 (get_objfile_bfd_data): Update.
8366 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8367
8368 2019-05-08 Tom Tromey <tom@tromey.com>
8369
8370 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8371 Change type.
8372 (get_catch_syscall_inferior_data): Update.
8373 (catch_syscall_inferior_data_cleanup): Remove.
8374 (_initialize_break_catch_syscall): Update.
8375
8376 2019-05-08 Tom Tromey <tom@tromey.com>
8377
8378 * inflow.c (struct terminal_info): Add destructor and
8379 initializers.
8380 (inflow_inferior_data): Change type.
8381 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8382 (get_inflow_inferior_data, inflow_inferior_exit)
8383 (swap_terminal_info, _initialize_inflow): Update.
8384
8385 2019-05-08 Tom Tromey <tom@tromey.com>
8386
8387 * target-dcache.c (target_dcache_cleanup): Remove.
8388 (target_dcache_aspace_key): Change type.
8389 (target_dcache_init_p, target_dcache_invalidate)
8390 (target_dcache_get, target_dcache_get_or_init)
8391 (_initialize_target_dcache): Update.
8392 * dcache.h (struct dcache_deleter): New.
8393
8394 2019-05-08 Tom Tromey <tom@tromey.com>
8395
8396 * symtab.c (struct symbol_cache): Add destructor and
8397 initializers.
8398 (symbol_cache_key): Move. Change type.
8399 (make_symbol_cache, free_symbol_cache): Remove.
8400 (get_symbol_cache): Update.
8401 (symbol_cache_cleanup): Remove.
8402 (ALL_PSPACES, symbol_cache_flush)
8403 (maintenance_print_symbol_cache)
8404 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8405 Update.
8406
8407 2019-05-08 Tom Tromey <tom@tromey.com>
8408
8409 * symtab.c (struct main_info): Add destructor and initializers.
8410 (main_progspace_key): Move. Change type.
8411 (get_main_info): Update.
8412 (main_info_cleanup): Remove.
8413 (_initialize_symtab): Update.
8414
8415 2019-05-08 Tom Tromey <tom@tromey.com>
8416
8417 * registry.h (DECLARE_REGISTRY): Define the _key class.
8418
8419 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8420
8421 * NEWS: Merge two 'New commands' sections.
8422
8423 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8424
8425 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8426 parameter and use Ada language definition instead.
8427 (ada_val_print_ptr): Remove unused language parameter.
8428 (ada_val_print_num): Remove language parameter and use Ada language
8429 definition instead.
8430 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8431 parameter.
8432 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8433 parameter and use Ada language definition instead.
8434 (ada_val_print_1): Update all ada_val_print_xxx calls.
8435 Remove language parameter.
8436 (ada_val_print): Update ada_val_print_1 call.
8437
8438 2019-05-08 Tom Tromey <tromey@adacore.com>
8439
8440 * remote.c (remote_hw_watchpoint_limit)
8441 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8442 Now static.
8443
8444 2019-05-08 Tom Tromey <tromey@adacore.com>
8445
8446 * maint.c (_initialize_maint_cmds): Move initialization code to
8447 remote.c.
8448 (watchdog, show_watchdog): Move to remote.c.
8449 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8450 "watchdog" static.
8451 (_initialize_remote): Move initialization code from maint.c.
8452 * defs.h (watchdog): Don't declare.
8453
8454 2019-05-08 Tom Tromey <tromey@adacore.com>
8455
8456 * tui/tui-interp.c: Include main.h.
8457 * interps.c: Include main.h.
8458 * main.h (interpreter_p): Declare.
8459 * defs.h (interpreter_p): Don't declare.
8460
8461 2019-05-08 Tom Tromey <tromey@adacore.com>
8462
8463 * dwarf2loc.c: Include dwarf2read.h.
8464 * defs.h (read_unsigned_leb128): Don't declare.
8465 * dwarf2read.h (read_unsigned_leb128): Declare.
8466
8467 2019-05-08 Tom Tromey <tromey@adacore.com>
8468
8469 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8470 method.
8471
8472 2019-05-08 Tom Tromey <tromey@adacore.com>
8473
8474 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8475 when no wrap column is set.
8476
8477 2019-05-08 Tom Tromey <tromey@adacore.com>
8478
8479 * c-lang.c (c_get_string): Handle non-C-style arrays.
8480
8481 2019-05-08 Tom Tromey <tromey@adacore.com>
8482
8483 * typeprint.c (print_offset_data::update): Print the bit offset,
8484 not the number of bits remaining.
8485
8486 2019-05-08 Tom Tromey <tromey@adacore.com>
8487
8488 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8489 padding at end of comment.
8490
8491 2019-05-08 Tom Tromey <tromey@adacore.com>
8492
8493 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8494 Compare main types.
8495
8496 2019-05-06 Tom Tromey <tom@tromey.com>
8497
8498 * common/scoped_mmap.c: Include common-defs.h.
8499 * common/scoped_mmap.h: Don't include config.h.
8500
8501 2019-05-04 Tom Tromey <tom@tromey.com>
8502
8503 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8504 (struct aarch64_call_info): Add initializers.
8505 <si>: Now a std::vector.
8506 (pass_on_stack, aarch64_push_dummy_call): Update.
8507
8508 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8509 Tom Tromey <tom@tromey.com>
8510
8511 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8512 (ppc_threads): Now a std::vector. Now static.
8513 (hwdebug_find_thread_points_by_tid)
8514 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8515 Update.
8516
8517 2019-05-04 Tom Tromey <tom@tromey.com>
8518
8519 * arc-tdep.c (arc_tdesc_init): Return bool.
8520
8521 2019-05-04 Tom Tromey <tom@tromey.com>
8522
8523 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8524 Use gdb_assert_not_reached.
8525
8526 2019-05-04 Tom Tromey <tom@tromey.com>
8527
8528 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8529 "false".
8530
8531 2019-05-04 Tom Tromey <tom@tromey.com>
8532
8533 * arc-tdep.c (arc_tdesc_init): Use bool.
8534
8535 2019-05-04 Tom Tromey <tom@tromey.com>
8536
8537 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8538
8539 2019-05-04 Tom Tromey <tom@tromey.com>
8540
8541 * cli/cli-cmds.c (valid_command_p): Return bool.
8542
8543 2019-05-04 Tom Tromey <tom@tromey.com>
8544
8545 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8546 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8547
8548 2019-05-04 Raul Tambre <raul@tambre.ee>
8549
8550 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8551 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8552 operator for comparison.
8553
8554 2019-05-04 Tom Tromey <tom@tromey.com>
8555
8556 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8557 (lookup_partial_symbol, print_partial_symbols)
8558 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8559 (psymbol_compare): Update.
8560 (add_psymbol_to_bcache): Clear the entire psymbol.
8561 (maintenance_check_psymtabs): Update.
8562 * psympriv.h (struct partial_symbol): Don't derive from
8563 general_symbol_info.
8564 <obj_section, unrelocated_address, address,
8565 set_unrelocated_address>: Update.
8566 <ginfo>: New member.
8567 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8568 (debug_names::write_psymbols): Update.
8569
8570 2019-05-04 Tom de Vries <tdevries@suse.de>
8571
8572 * contrib/cc-with-tweaks.sh: Support -n arg.
8573
8574 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8575
8576 * corelow.c (core_target::detach): Ensure frame cache and
8577 register caches are cleared.
8578 inferior.c (exit_inferior_1): Likewise.
8579
8580 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8581 Tom Tromey <tom@tromey.com>
8582
8583 * dictionary.c (collate_pending_symbols_by_language): Remove
8584 "struct" from foreach.
8585 * symtab.c (lookup_global_symbol_from_objfile)
8586 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8587 foreach.
8588 * ser-tcp.c (net_open): Remove "struct" from foreach.
8589 * objfiles.c (objfile_relocate, objfile_rebase)
8590 (objfile_has_symbols): Remove "struct" from foreach.
8591 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8592 from foreach.
8593 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8594 foreach.
8595 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8596 "struct" from foreach.
8597 * ada-lang.c (create_excep_cond_exprs)
8598 (ada_exception_catchpoint_cond_string): Remove "struct" from
8599 foreach.
8600
8601 2019-05-03 Tom Tromey <tromey@adacore.com>
8602
8603 * ada-exp.y (convert_char_literal): Check suffix of each
8604 enumerator.
8605
8606 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8607
8608 PR ada/21406:
8609 * ada-exp.y (yywrap): Don't define.
8610 * ada-lex.l (%option): Add noyywrap
8611 (yywrap): Remove.
8612
8613 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8614
8615 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8616 _WIN32_WINNT to the XP level, unless already defined to a higher
8617 level.
8618
8619 * unittests/parse-connection-spec-selftests.c:
8620 * ser-tcp.c:
8621 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8622 override.
8623
8624 * symfile.c (find_separate_debug_file): Remove colon from the
8625 drive spec of DOS/Windows file names of the target, so that the
8626 file name produced from DEBUGDIR and the target's directory will
8627 be valid on DOS/Windows systems.
8628
8629 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8630
8631 * rust-lang.c (val_print_struct): Handle printing structures
8632 containing strings.
8633
8634 2019-05-02 Tom Tromey <tromey@adacore.com>
8635
8636 * valarith.c (_initialize_valarith): Remove.
8637
8638 2019-05-01 Tom Tromey <tromey@adacore.com>
8639
8640 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8641 bitfields.
8642
8643 2019-05-01 Tom Tromey <tromey@adacore.com>
8644
8645 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8646 for big-endian copies.
8647
8648 2019-04-30 Ali Tamur <tamur@google.com>
8649 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8650 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8651 (read_3_bytes): New function.
8652
8653 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8654
8655 * windows-nat.c (main_thread_id): Delete.
8656 (handle_output_debug_string): Replace main_thread_id by
8657 current_event.dwThreadId.
8658 (fake_create_process): Likewise.
8659 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8660 Do not set main_thread_id.
8661 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8662 current_event.dwThreadId.
8663 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8664
8665 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8666
8667 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8668 Use current_event.dwThreadId instead of main_thread_id.
8669
8670 2019-04-30 Tom Tromey <tromey@adacore.com>
8671
8672 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8673 (create_excep_cond_exprs): Iterate over program spaces.
8674 (ada_exception_catchpoint_cond_string): Examine all minimal
8675 symbols for exception types.
8676
8677 2019-04-30 Tom Tromey <tromey@adacore.com>
8678
8679 PR c++/24470:
8680 * dwarf2read.c (process_structure_scope): Handle case where type
8681 has template parameters but no symbol was created.
8682
8683 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8684 Chris January <chris.january@arm.com>
8685
8686 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8687 qualifier.
8688 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8689
8690 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8691
8692 * f-typeprint.c (f_print_type): Update rules for printing
8693 whitespace.
8694 (f_type_print_varspec_suffix): Likewise.
8695
8696 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8697 Chris January <chris.january@arm.com>
8698
8699 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8700 function arguments.
8701
8702 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8703
8704 * f-lang.c (build_fortran_types): Change name of void type to
8705 lower case.
8706 * f-typeprint.c (f_type_print_base): Print the name of the void
8707 type, rather than a fixed string.
8708 * f-valprint.c (f_decorations): Use lower case void string.
8709
8710 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8711 Chris January <chris.january@arm.com>
8712
8713 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8714 types for Fortran.
8715
8716 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8717 Chris January <chris.january@arm.com>
8718 David Lecomber <david.lecomber@arm.com>
8719
8720 * f-exp.y (BINOP_INTRINSIC): New token.
8721 (exp): New parser rule handling BINOP_INTRINSIC.
8722 (f77_keywords): Add new builtin procedures.
8723 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8724 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8725 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8726 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8727 (print_unop_subexp_f): New function.
8728 (print_binop_subexp_f): New function.
8729 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8730 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8731 (dump_subexp_body_f): Likewise.
8732 (operator_check_f): Likewise.
8733 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8734 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8735
8736 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8737
8738 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8739 UNOP_KIND.
8740 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8741 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8742 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8743 (operator_length_f): New fuction.
8744 (print_subexp_f): New function.
8745 (op_name_f): New function.
8746 (dump_subexp_body_f): New function.
8747 (operator_check_f): New function.
8748 (exp_descriptor_f): Replace standard expression handling functions
8749 with new functions.
8750 * gdb/fortran-operator.def: New file.
8751 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8752 * gdb/std-operator.def: Remove UNOP_KIND.
8753
8754 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8755
8756 * std-operator.def: Remove unbalanced, stray double quote
8757 character.
8758
8759 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8760 Chris January <chris.january@arm.com>
8761 Daniel Everett <daniel.everett@arm.com>
8762 Nick Forrington <nick.forrington@arm.com>
8763 Richard Bunt <richard.bunt@arm.com>
8764
8765 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8766 of depth when printing anonymous structs or unions.
8767 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8768 Don't print either the top-level value, or the children if the
8769 max-depth is exceeded.
8770 (ppscm_print_children): When printing the key of a map, allow one
8771 extra level of depth.
8772 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8773 print either the top-level value, or the children if the max-depth
8774 is exceeded.
8775 (print_children): When printing the key of a map, allow one extra
8776 level of depth.
8777 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8778 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8779 (user_print_options): Initialise max_depth field.
8780 (val_print_scalar_or_string_type_p): New function.
8781 (val_print): Check to see if the max depth has been reached.
8782 (val_print_check_max_depth): Define new function.
8783 (show_print_max_depth): New function.
8784 (_initialize_valprint): Add 'print max-depth' option.
8785 * valprint.h (struct value_print_options) <max_depth>: New field.
8786 (val_print_check_max_depth): Declare new function.
8787 * NEWS: Document new feature.
8788
8789 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8790
8791 * ada-lang.c (ada_language_defn): Initialise new field.
8792 * c-lang.c (c_is_string_type_p): New function.
8793 (c_language_defn): Initialise new field.
8794 (cplus_language_defn): Initialise new field.
8795 (asm_language_defn): Initialise new field.
8796 (minimal_language_defn): Initialise new field.
8797 * c-lang.h (c_is_string_type_p): Declare new function.
8798 * d-lang.c (d_language_defn): Initialise new field.
8799 * f-lang.c (f_is_string_type_p): New function.
8800 (f_language_defn): Initialise new field.
8801 * go-lang.c (go_is_string_type_p): New function.
8802 (go_language_defn): Initialise new field.
8803 * language.c (default_is_string_type_p): New function.
8804 (unknown_language_defn): Initialise new field.
8805 (auto_language_defn): Initialise new field.
8806 * language.h (struct language_defn) <la_is_string_type_p>: New
8807 member variable.
8808 (default_is_string_type_p): Declare new function.
8809 * m2-lang.c (m2_language_defn): Initialise new field.
8810 * objc-lang.c (objc_language_defn): Initialise new field.
8811 * opencl-lang.c (opencl_language_defn): Initialise new field.
8812 * p-lang.c (pascal_is_string_type_p): New function.
8813 (pascal_language_defn): Initialise new field.
8814 * rust-lang.c (rust_is_string_type_p): New function.
8815 (rust_language_defn): Initialise new field.
8816
8817 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8818
8819 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8820 New field.
8821 * ada-lang.c (ada_language_defn): Initialise new field.
8822 * c-lang.c (c_language_defn): Likewise.
8823 (cplus_language_defn): Likewise.
8824 (asm_language_defn): Likewise.
8825 (minimal_language_defn): Likewise.
8826 * d-lang.c (d_language_defn): Likewise.
8827 * f-lang.c (f_language_defn): Likewise.
8828 * go-lang.c (go_language_defn): Likewise.
8829 * language.c (unknown_language_defn): Likewise.
8830 (auto_language_defn): Likewise.
8831 * m2-lang.c (m2_language_defn): Likewise.
8832 * objc-lang.c (objc_language_defn): Likewise.
8833 * opencl-lang.c (opencl_language_defn): Likewise.
8834 * p-lang.c (pascal_language_defn): Likewise.
8835 * rust-lang.c (rust_language_defn): Likewise.
8836
8837 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8838
8839 * ada-lang.c (ada_is_character_type): Change return type to bool.
8840 (ada_is_string_type): Likewise.
8841 * ada-lang.h (ada_is_character_type): Update declaration
8842 (ada_is_string_type): Likewise.
8843
8844 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8845
8846 Support style in 'frame|thread apply'
8847
8848 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8849 * record.c (record_start, record_stop): Update callers of
8850 execute_command_to_string with false.
8851 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8852 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8853 methods.
8854 (class string_file): New constructor with term_out parameter.
8855 Override methods term_out and can_emit_style_escape. New member
8856 term_out.
8857 (class stdio_file): Override can_emit_style_escape.
8858 (class tee_file): Override term_out and can_emit_style_escape.
8859 * utils.h (can_emit_style_escape): Remove.
8860 * utils.c (can_emit_style_escape): Likewise.
8861 Update all callers of can_emit_style_escape (SOMESTREAM) to
8862 SOMESTREAM->can_emit_style_escape.
8863 * source-cache.c (source_cache::get_source_lines): Likewise.
8864 * stack.c (frame_apply_command_count): Call execute_command_to_string
8865 passing the term_out characteristic of the current gdb_stdout.
8866 * thread.c (thr_try_catch_cmd): Likewise.
8867 * top.c (execute_command_to_string): pass term_out parameter
8868 to construct the string_file for the command output.
8869 * ui-file.c (term_cli_styling): New function (most code moved
8870 from utils.c can_emit_style_escape).
8871 (string_file::string_file, string_file::can_emit_style_escape,
8872 stdio_file::can_emit_style_escape, tee_file::term_out,
8873 tee_file::can_emit_style_escape): New functions.
8874
8875 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8876
8877 * NEWS: Mention the new set|show may-call-functions.
8878 * infcall.c (may_call_functions_p): New variable.
8879 (show_may_call_functions_p): New function.
8880 (call_function_by_hand_dummy): Throws an error if not
8881 may-call-functions.
8882 (_initialize_infcall): Call add_setshow_boolean_cmd for
8883 may-call-functions.
8884
8885 2019-04-25 Keith Seitz <keiths@redhat.com>
8886
8887 PR c++/24367
8888 * cp-support.c (inspect_type): Don't attempt substitutions
8889 of symbol with the same name.
8890
8891 2019-04-25 Tom Tromey <tromey@adacore.com>
8892
8893 PR gdb/24475:
8894 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8895 static.
8896
8897 2019-04-25 Tom Tromey <tromey@adacore.com>
8898
8899 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8900 rvalue reference.
8901 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8902 (gdb_xml_parser::parse): Use std::move.
8903 * python/python-internal.h (gdbpy_convert_exception): Take a const
8904 reference.
8905 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8906 std::move.
8907 * python/py-utils.c (gdbpy_convert_exception): Take a const
8908 reference.
8909 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8910 Use std::move.
8911 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8912 Use std::move.
8913 * mi/mi-main.c (mi_print_exception): Take a const reference.
8914 * main.c (handle_command_errors): Take a const reference.
8915 * linespec.c (parse_linespec): Use std::move.
8916 * infcall.c (run_inferior_call): Use std::move.
8917 (call_function_by_hand_dummy): Use std::move.
8918 * exec.c (try_open_exec_file): Use std::move.
8919 * exceptions.h (exception_print, exception_fprintf)
8920 (exception_print_same): Update.
8921 * exceptions.c (print_exception, exception_print)
8922 (exception_fprintf, exception_print_same): Change parameters to
8923 const reference.
8924 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8925 * common/new-op.c: Use std::move.
8926 * common/common-exceptions.h (struct gdb_exception): Add move
8927 constructor.
8928 (struct gdb_exception_error, struct gdb_exception_quit, struct
8929 gdb_quit_bad_alloc): Change constructor to move constructor.
8930 (throw_exception): Change parameter to rvalue reference.
8931 * common/common-exceptions.c (throw_exception): Take rvalue
8932 reference.
8933 * cli/cli-interp.c (safe_execute_command): Use std::move.
8934 * breakpoint.c (insert_bp_location, location_to_sals): Use
8935 std::move.
8936
8937 2019-04-25 Tom Tromey <tromey@adacore.com>
8938
8939 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8940 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8941 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8942 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8943 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8944 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8945 guile/scm-value.c: Use unpack.
8946 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8947 gdbscm_gdb_exception.
8948 (gdbscm_throw_gdb_exception): Likewise.
8949 (struct gdbscm_gdb_exception): New.
8950 (unpack): New function.
8951 (gdbscm_wrap): Use unpack.
8952
8953 2019-04-25 Tom Tromey <tromey@adacore.com>
8954
8955 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8956 (gdb_rl_callback_handler): Use std::move.
8957 * common/common-exceptions.h (struct gdb_exception): Add move
8958 assignment operator.
8959 (throw_exception_sjlj): Change "exception" to const reference.
8960 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8961 (throw_exception_sjlj): Change "exception" to const reference.
8962
8963 2019-04-25 Tom Tromey <tromey@adacore.com>
8964
8965 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8966 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8967 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8968 Update.
8969 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8970 Update.
8971 * mi/mi-interp.c (mi_interp::exec): Update.
8972 * linespec.c (parse_linespec): Update.
8973 * infcall.c (run_inferior_call): Update.
8974 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8975 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8976 (gdbscm_lookup_global_symbol): Update.
8977 * guile/scm-param.c (gdbscm_parameter_value): Update.
8978 * guile/scm-frame.c (gdbscm_frame_read_register)
8979 (gdbscm_frame_read_var): Update.
8980 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8981 * exec.c (try_open_exec_file): Update.
8982 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8983 (gdb_rl_callback_handler): Update.
8984 * common/common-exceptions.h (exception_none): Don't declare.
8985 * common/common-exceptions.c (exception_none): Don't define.
8986 (struct catcher) <exception>: Update.
8987 * cli/cli-interp.c (safe_execute_command): Update.
8988 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8989
8990 2019-04-25 Ali Tamur <tamur@google.com>
8991
8992 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8993 (read_attribute_value): Likewise.
8994 (dwarf2_read_addr_index): Update comment.
8995 (read_str_index): Add DW_FORM_strx.
8996 (dwarf2_string_attr): Likewise.
8997 (dwarf2_const_value_attr): Likewise.
8998 (dump_die_shallow): Likewise.
8999 (dwarf2_fetch_constant_bytes): Likewise.
9000 (skip_form_bytes): Likewise.
9001 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9002
9003 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9004
9005 PR corefiles/11608
9006 PR corefiles/18187
9007 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9008 OFFSET. Verify if current mapping contains an ELF header.
9009 (linux_find_memory_regions_full): Adjust call to
9010 dump_mapping_p.
9011
9012 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9013 Kang Li <kanglictf@gmail.com>
9014
9015 PR gdb/21600
9016
9017 * dwarf2-frame.c (read_initial_length): Be consistent about using
9018 unsigned representation of length.
9019 (decode_frame_entry_1): Likewise. Check for wraparound of
9020 end pointer as well as buffer overflow.
9021
9022 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9023
9024 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9025 "vq".
9026
9027 2019-04-24 Tom Tromey <tromey@adacore.com>
9028
9029 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9030
9031 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9032
9033 * s12z-tdep.c (s12z_unwind_pc): Delete.
9034 (s12z_unwind_sp): Delete.
9035 (s12z_gdbarch_init): Don't register deleted functions with
9036 gdbarch.
9037
9038 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9039
9040 * rl78-tdep.c (rl78_unwind_sp): Delete.
9041 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9042
9043 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9044
9045 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9046 (xstormy16_unwind_pc): Delete.
9047 (xstormy16_dummy_id): Delete.
9048 (xstormy16_gdbarch_init): Don't register deleted functions with
9049 gdbarch.
9050
9051 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9052
9053 * vax-tdep.c (vax_unwind_pc): Delete.
9054 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9055
9056 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9057
9058 * v850-tdep.c (v850_unwind_sp): Delete.
9059 (v850_unwind_pc): Delete.
9060 (v850_dummy_id): Delete.
9061 (v850_gdbarch_init): Don't register deleted functions with
9062 gdbarch.
9063
9064 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9065
9066 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9067 (tilegx_unwind_pc): Delete.
9068 (tilegx_unwind_dummy_id): Delete.
9069 (tilegx_gdbarch_init): Don't register deleted functions with
9070 gdbarch.
9071
9072 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9073
9074 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9075 (tic6x_dummy_id): Delete.
9076 (tic6x_gdbarch_init): Don't register deleted functions with
9077 gdbarch.
9078
9079 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9080
9081 * sparc-tdep.c (sparc_unwind_pc): Delete.
9082 (sparc32_gdbarch_init): Don't register deleted function with
9083 gdbarch.
9084
9085 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9086
9087 * sh-tdep.c (sh_unwind_sp): Delete.
9088 (sh_unwind_pc): Delete.
9089 (sh_dummy_id): Delete.
9090 (sh_gdbarch_init): Don't register deleted functions with
9091 gdbarch.
9092
9093 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9094
9095 * score-tdep.c (score_unwind_sp): Delete.
9096 (score_unwind_pc): Delete.
9097 (score_dummy_id): Delete.
9098 (score_gdbarch_init): Don't register deleted functions with
9099 gdbarch.
9100
9101 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9102
9103 * rx-tdep.c (rx_unwind_pc): Delete.
9104 (rx_unwind_sp): Delete.
9105 (rx_dummy_id): Delete.
9106 (rx_gdbarch_init): Don't register deleted functions with
9107 gdbarch. Update comment.
9108
9109 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9110
9111 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9112 (rs6000_dummy_id): Delete.
9113 (rs6000_gdbarch_init): Don't register deleted functions with
9114 gdbarch.
9115
9116 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9117
9118 * or1k-tdep.c (or1k_dummy_id): Delete.
9119 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9120
9121 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9122
9123 * nios2-tdep.c (nios2_dummy_id): Delete.
9124 (nios2_unwind_sp): Delete.
9125 (nios2_gdbarch_init): Don't register deleted functions with
9126 gdbarch.
9127
9128 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9129
9130 * nds32-tdep.c (nds32_dummy_id): Delete.
9131 (nds32_unwind_pc): Delete.
9132 (nds32_unwind_sp): Delete.
9133 (nds32_gdbarch_init): Don't register deleted functions with
9134 gdbarch.
9135
9136 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9137
9138 * msp430-tdep.c (msp430_unwind_pc): Delete.
9139 (msp430_unwind_sp): Delete.
9140 (msp430_dummy_id): Delete.
9141 (msp430_gdbarch_init): Don't register deleted functions with
9142 gdbarch.
9143
9144 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9145
9146 * moxie-tdep.c (moxie_unwind_sp): Delete.
9147 (moxie_unwind_pc): Delete.
9148 (moxie_dummy_id): Delete.
9149 (moxie_gdbarch_init): Don't register deleted functions with
9150 gdbarch.
9151
9152 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9153
9154 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9155 (mn10300_unwind_pc): Delete.
9156 (mn10300_unwind_sp): Delete.
9157 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9158 mn10300_unwind_sp.
9159 (mn10300_frame_unwind_init): Don't register deleted functions with
9160 gdbarch.
9161
9162 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9163
9164 * mep-tdep.c (mep_unwind_pc): Delete.
9165 (mep_unwind_sp): Delete.
9166 (mep_dummy_id): Delete.
9167 (mep_gdbarch_init): Don't register deleted functions with
9168 gdbarch.
9169
9170 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9171
9172 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9173 (m68hc11_unwind_sp): Delete.
9174 (m68hc11_gdbarch_init): Don't register deleted functions with
9175 gdbarch.
9176
9177 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * m32r-tdep.c (m32r_unwind_sp): Delete.
9180 (m32r_unwind_pc): Delete.
9181 (m32r_dummy_id): Delete.
9182 (m32r_gdbarch_init): Don't register deleted functions with
9183 gdbarch.
9184
9185 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9186
9187 * m32c-tdep.c (m32c_unwind_pc): Delete.
9188 (m32c_unwind_sp): Delete.
9189 (m32c_dummy_id): Delete.
9190 (m32c_gdbarch_init): Don't register deleted functions with
9191 gdbarch.
9192
9193 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9194
9195 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9196 (lm32_unwind_pc): Delete.
9197 (lm32_dummy_id): Delete.
9198 (lm32_gdbarch_init): Don't register deleted functions with
9199 gdbarch.
9200
9201 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9202
9203 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9204 (iq2000_unwind_pc): Delete.
9205 (iq2000_dummy_id): Delete.
9206 (iq2000_gdbarch_init): Don't register deleted functions with
9207 gdbarch.
9208
9209 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9210
9211 * nds32-tdep.c (nds32_type_align): Delete.
9212 (nds32_push_dummy_call): Use type_align instead.
9213
9214 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9215
9216 * arm-tdep.c (arm_type_align): Only handle vector override case.
9217 (arm_push_dummy_call): Use type_align.
9218 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9219
9220 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9221
9222 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9223 case.
9224 (pass_on_stack): Use type_align.
9225 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9226 function.
9227
9228 2019-04-23 Tom Tromey <tromey@adacore.com>
9229
9230 * dwarf2read.c (line_header::file_name_at): Remove unused
9231 overload.
9232
9233 2019-04-23 Tom de Vries <tdevries@suse.de>
9234
9235 PR gdb/24438
9236 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9237 invocation.
9238
9239
9240 2019-03-27 Ali Tamur <tamur@google.com>
9241
9242 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9243 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9244 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9245 (dwarf_expr_context::get_addr_index): Likewise
9246 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9247 (symbol_needs_eval_context::get_addr_index): Likewise
9248 (disassemble_dwarf_expression): Add DW_OP_addrx
9249 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9250 (read_cutu_die_from_dwo): Update comment
9251 (skip_one_die): Add DW_FORM_addrx
9252 (read_attribute_value): Likewise
9253 (var_decode_location): Add DW_OP_addrx
9254 (dwarf2_const_value_attr): Add DW_FORM_addrx
9255 (dump_die_shallow): Likewise
9256 (dwarf2_fetch_constant_bytes): Likewise
9257 (decode_locdesc): Add DW_OP_addrx
9258 (skip_form_bytes): Add DW_FORM_addrx
9259
9260 2019-04-22 Ali Tamur <tamur@google.com>
9261
9262 * MAINTAINERS (Write After Approval): Add self.
9263
9264 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9265
9266 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9267 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9268 (open_symbol_file_object): Likewise.
9269 (svr4_default_sos): Add info parameter.
9270 (svr4_read_so_list): Likewise.
9271 (svr4_current_sos_direct): Adjust functions calls to pass down
9272 info.
9273 (svr4_current_sos_1): Add info parameter.
9274 (svr4_current_sos): Call get_svr4_info, pass info down to
9275 svr4_current_sos_1.
9276 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9277 get_svr4_info.
9278 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9279 get_svr4_info.
9280 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9281 to get_svr4_info.
9282 (probes_table_remove_objfile_probes): Likewise.
9283 (register_solib_event_probe): Add info parameter.
9284 (solist_update_incremental): Pass info parameter down to
9285 svr4_read_so_list.
9286 (disable_probes_interface): Add info parameter.
9287 (svr4_handle_solib_event): Pass current_program_space to
9288 get_svr4_info. Adjust disable_probes_interface cleanup.
9289 (svr4_create_probe_breakpoints): Add info parameter, pass it
9290 down to register_solib_event_probe.
9291 (svr4_create_solib_event_breakpoints): Add info parameter,
9292 pass it down to svr4_create_probe_breakpoints.
9293 (enable_break): Pass info down to
9294 svr4_create_solib_event_breakpoints.
9295 (svr4_solib_create_inferior_hook): Pass current_program_space to
9296 get_svr4_info.
9297 (svr4_clear_solib): Likewise.
9298
9299 2019-04-22 Pedro Alves <palves@redhat.com>
9300
9301 * solib-svr4.c (svr4_free_objfile_observer): New.
9302 (probe_and_action::objfile): New field.
9303 (probes_table_htab_remove_objfile_probes)
9304 (probes_table_remove_objfile_probes): New functions.
9305 (register_solib_event_probe): Add 'objfile' parameter. Store it
9306 in the new probe_and_action. Don't store the probe in 'lookup'.
9307 (svr4_create_probe_breakpoints): Pass objfile to
9308 register_solib_event_probe.
9309 (_initialize_svr4_solib): Register a free_objfile observer.
9310
9311 2019-04-19 Tom Tromey <tom@tromey.com>
9312
9313 * common/queue.h: Remove.
9314
9315 2019-04-19 Tom Tromey <tom@tromey.com>
9316
9317 * event-loop.c: Don't include "common/queue.h".
9318
9319 2019-04-19 Tom Tromey <tom@tromey.com>
9320
9321 * remote.c (remote_target): Use delete.
9322 * remote-notif.h: Include <list>, not "common/queue.h".
9323 (notif_client_p): Remove typedef.
9324 (remote_notif_state): Add constructor, destructor, initializer.
9325 <notif_queue>: Now a std::list.
9326 (remote_notif_state_xfree): Don't declare.
9327 * remote-notif.c (remote_notif_process, handle_notification)
9328 (remote_notif_state_allocate): Update.
9329 (~remote_notif_state): Rename from remote_notif_state_xfree.
9330
9331 2019-04-19 Tom Tromey <tom@tromey.com>
9332
9333 * symfile.c (reread_symbols): Update.
9334 * objfiles.c (objfile_register_static_link)
9335 (objfile_lookup_static_link): Update
9336 (~objfile) Don't delete static_links.
9337 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9338
9339 2019-04-19 Tom Tromey <tom@tromey.com>
9340
9341 * type-stack.h (struct type_stack) <insert>: Constify string.
9342 * type-stack.c (type_stack::insert): Constify string.
9343 * gdbtypes.h (lookup_template_type): Update.
9344 (address_space_name_to_int): Update.
9345 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9346 const.
9347 (lookup_template_type): Make name const.
9348 * c-exp.y: Update rules.
9349 (lex_one_token, classify_name, classify_inner_name)
9350 (c_print_token): Update.
9351 * p-exp.y: Update rules.
9352 (yylex): Update.
9353 * f-exp.y: Update rules.
9354 (yylex): Update.
9355 * d-exp.y: Update rules.
9356 (lex_one_token, classify_name, classify_inner_name): Update.
9357 * parse.c (write_dollar_variable, copy_name): Return std::string.
9358 * parser-defs.h (copy_name): Change return type.
9359 * m2-exp.y: Update rules.
9360 (yylex): Update.
9361 * go-exp.y (lex_one_token): Update.
9362 Update rules.
9363 (classify_unsafe_function, classify_packaged_name)
9364 (classify_name, yylex): Update.
9365
9366 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9367
9368 * configure.ac: add --enable-source-highlight switch.
9369 * configure: Regenerate.
9370 * top.c (print_gdb_version): plumb --enable-source-highlight
9371 status to "show configuration".
9372
9373 2019-04-19 Tom Tromey <tromey@adacore.com>
9374
9375 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9376 Check ADA_TYPE_P.
9377 (empty_record, ada_template_to_fixed_record_type_1)
9378 (template_to_static_fixed_type)
9379 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9380 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9381 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9382 macros.
9383
9384 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9385
9386 PR symtab/24423:
9387 * source.c (print_source_lines_base): Advance "iter" when a
9388 control character is seen.
9389
9390 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9391
9392 * inferior.h (struct infcall_suspend_state_deleter):
9393 Catch exception in destructor to avoid crash.
9394
9395 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9396
9397 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9398 close to the add_com "shell".
9399
9400 2019-04-18 Tom Tromey <tromey@adacore.com>
9401
9402 * process-stratum-target.h (class process_stratum_target)
9403 <stratum>: Add "final".
9404
9405 2019-04-17 Tom Tromey <tromey@adacore.com>
9406
9407 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9408 against nullptr before use.
9409
9410 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9411
9412 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9413
9414 2019-04-17 Jim Wilson <jimw@sifive.com>
9415 Andrew Burgess <andrew.burgess@embecosm.com>
9416
9417 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9418 code read might fail, assume 4-byte breakpoint in that case.
9419
9420 2019-04-15 Leszek Swirski <leszeks@google.com>
9421
9422 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9423 rather than a hand-rolled POD check when checking for forced MEMORY
9424 classification.
9425
9426 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9427
9428 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9429 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9430 function.
9431 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9432 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9433 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9434 declaration.
9435
9436 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9437
9438 * aarch64-linux-nat.c
9439 (aarch64_linux_nat_target::thread_architecture): Add override.
9440 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9441 each VQ.
9442
9443 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9444
9445 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9446
9447 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9448
9449 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9450 target types of size 96-bits, add some additional comments, and
9451 check that the builtin type we found was the correct size.
9452
9453 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9454
9455 * utils.c (prompt_for_continue): Don't restore the styling at the
9456 end, as applied_style has the wrong value. This fixes styling in
9457 long lists of file names that are interrupted by the "Continue?"
9458 prompt.
9459
9460 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9461
9462 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9463 * c-lang.c (c_language_defn): Likewise.
9464 (cplus_language_defn): Likewise.
9465 (asm_language_defn): Likewise.
9466 (minimal_language_defn): Likewise.
9467 * d-lang.c (d_language_defn): Likewise.
9468 * f-lang.c (f_language_defn): Likewise.
9469 * go-lang.c (go_language_defn): Likewise.
9470 * language.c (unknown_language_defn): Likewise.
9471 (auto_language_defn): Likewise.
9472 * language.h (struct language_defn): Remove la_magic field.
9473 (LANG_MAGIC): Delete.
9474 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9475 * objc-lang.c (objc_language_defn): Likewise.
9476 * opencl-lang.c (opencl_language_defn): Likewise.
9477 * p-lang.c (pascal_language_defn): Likewise.
9478 * rust-lang.c (rust_language_defn): Likewise.
9479
9480 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9481
9482 * riscv-tdep.c (riscv_type_align): New function.
9483 (riscv_type_alignment): Delete.
9484 (riscv_arg_location): Use 'type_align'.
9485 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9486
9487 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9488
9489 * gdbtypes.c (type_align): A struct with no non-static fields also
9490 has alignment of 1.
9491
9492 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9493
9494 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9495 component to 0.
9496 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9497 member.
9498 (riscv_struct_info::analyse): New implementation using new
9499 analyse_inner member function.
9500 (riscv_struct_info::field_offset): New member function.
9501 (riscv_struct_info::m_offsets): New member variable.
9502 (riscv_struct_info::analyse_inner): New private member function,
9503 takes the old implementation of riscv_struct_info::analyse but
9504 extended to track field offsets.
9505 (riscv_call_arg_struct): Update the struct folding special cases
9506 to handle cases where empty C++ structs, which are non-zero
9507 length, are found.
9508 (riscv_arg_location): Initialise the length of each location, a
9509 non-zero length now indicates the location is in use.
9510 (riscv_push_dummy_call): Allow for the first location having a
9511 non-zero offset when setting up arguments.
9512 (riscv_return_value): Likewise, but for return values.
9513
9514 2019-04-11 Tom Tromey <tromey@adacore.com>
9515
9516 * utils.c (internal_vproblem): Make "msg" const.
9517
9518 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9519
9520 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9521 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9522 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9523 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9524
9525 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9526
9527 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9528 function.
9529 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9530 of amd64_collect_native_gregset.
9531 (amd64_linux_nat_target::store_registers): Likewise.
9532
9533 2019-04-10 Tom Tromey <tom@tromey.com>
9534
9535 * symtab.c (lookup_global_symbol_from_objfile)
9536 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9537 * objfiles.h (class separate_debug_iterator): New.
9538 (class separate_debug_range): New.
9539 (struct objfile) <separate_debug_objfiles>: New method.
9540 (objfile_separate_debug_iterate): Don't declare.
9541 * objfiles.c (separate_debug_iterator::operator++): Rename from
9542 objfile_separate_debug_iterate.
9543 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9544 iterator.
9545 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9546 iterator.
9547
9548 2019-04-10 Tom Tromey <tom@tromey.com>
9549
9550 * symfile.c (reread_symbols): Remove old comment.
9551 * objfiles.c (free_all_objfiles): Fix a typo.
9552
9553 2019-04-10 Tom Tromey <tom@tromey.com>
9554
9555 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9556 * minsyms.c (lookup_minimal_symbol): Use foreach.
9557 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9558 (lookup_minimal_symbol_solib_trampoline): Likewise.
9559 * symfile.c (reread_symbols): Use foreach.
9560
9561 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9562 Tom Tromey <tromey@adacore.com>
9563
9564 PR rust/24414:
9565 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9566 (rust_lex_int_test): Change "value" to be LONGEST.
9567 (rust_lex_tests): Add test for long integer literal.
9568
9569 2019-04-09 Tom Tromey <tromey@adacore.com>
9570
9571 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9572 to bool.
9573 (extended_remote_target::attach): Update.
9574 (remote_target::remote_notice_new_inferior): Update.
9575 (remote_target::add_current_inferior_and_thread): Update.
9576 * inferior.c (exit_inferior_1): Use "false".
9577 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9578
9579 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9580
9581 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9582 the "start" command.
9583
9584 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9585
9586 * python/py-inferior.c (infpy_thread_from_thread_handle):
9587 Adjust comments to reflect renaming of thread_from_thread_handle
9588 to thread_from_handle. Adjust keywords. Fix type error message.
9589 (inferior_object_methods): Add thread_from_handle. Retain
9590 thread_from_thread_handle, but mark it as deprecated.
9591
9592 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9593
9594 * gdbthread.h (find_thread_by_handle): Revise declaration.
9595 * thread.c (find_thread_by_handle): Likewise. Adjust
9596 implementation too.
9597 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9598 support for buffer objects as handles.
9599
9600 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9601
9602 * python/py-infthread.c (thpy_thread_handle): New function.
9603 (thread_object_methods): Register thpy_thread_handle.
9604
9605 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9606
9607 * gdbthread.h (thread_to_thread_handle): Declare.
9608 * thread.c (gdbtypes.h): Include.
9609 (thread_to_thread_handle): New function.
9610
9611 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9612 (target_thread_info_to_thread_handle): Declare.
9613 * target.c (target_thread_info_to_thread_handle): New function.
9614 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9615 * target-delegates.c: Regenerate.
9616
9617 * linux-thread-db.c (class thread_db_target): Add method
9618 thread_info_to_thread_handle.
9619 (thread_db_target::thread_info_to_thread_handle): Define.
9620 * remote.c (class remote_target): Add new method
9621 thread_info_to_thread_handle.
9622 (remote_target::thread_info_to_thread_handle): Define.
9623
9624 2019-04-08 Pedro Alves <palves@redhat.com>
9625
9626 * common/common-exceptions.c (throw_exception): Don't create
9627 named object to throw; throw directly.
9628 (throw_it): Likewise. Don't initialize gdb_exception::message
9629 here, with new; pass FMT and AP to the ctor instead.
9630 * common/common-exceptions.h: Include <string>.
9631 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9632 const char *, va_list)): New ctor. Use std::make_shared.
9633 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9634 errors)): Delete.
9635 (gdb_exception_error::gdb_exception_error(enum errors, const char
9636 *, va_list)): New.
9637 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9638 Add assertion.
9639 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9640 errors)): Delete.
9641 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9642 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9643 Add assertion.
9644
9645 2019-04-08 Tom Tromey <tom@tromey.com>
9646
9647 * valops.c (value_rtti_indirect_type): Replace throw_exception
9648 with throw.
9649 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9650 with throw.
9651 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9652 throw.
9653 * target.c (target_translate_tls_address): Replace throw_exception
9654 with throw.
9655 * stack.c (frame_apply_command_count): Replace throw_exception
9656 with throw.
9657 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9658 throw.
9659 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9660 with throw.
9661 * rs6000-tdep.c (rs6000_frame_cache)
9662 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9663 * remote.c: Replace throw_exception with throw.
9664 * record-full.c (record_full_message, record_full_wait_1)
9665 (record_full_restore): Replace throw_exception with throw.
9666 * record-btrace.c:
9667 (get_thread_current_frame_id, record_btrace_start_replaying)
9668 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9669 (cmd_record_btrace_start): Replace throw_exception with throw.
9670 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9671 throw.
9672 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9673 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9674 * linespec.c:
9675 (find_linespec_symbols): Replace throw_exception with throw.
9676 * infrun.c (displaced_step_prepare, resume): Replace
9677 throw_exception with throw.
9678 * infcmd.c (post_create_inferior): Replace throw_exception with
9679 throw.
9680 * inf-loop.c (inferior_event_handler): Replace throw_exception
9681 with throw.
9682 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9683 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9684 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9685 (get_prev_frame_always, get_frame_pc_if_available)
9686 (get_frame_address_in_block_if_available, get_frame_language):
9687 Replace throw_exception with throw.
9688 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9689 throw_exception with throw.
9690 * eval.c (fetch_subexp_value, evaluate_var_value)
9691 (evaluate_funcall, evaluate_subexp_standard): Replace
9692 throw_exception with throw.
9693 * dwarf2loc.c (call_site_find_chain)
9694 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9695 Replace throw_exception with throw.
9696 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9697 with throw.
9698 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9699 throw.
9700 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9701 * completer.c (complete_line_internal): Replace throw_exception
9702 with throw.
9703 * compile/compile-object-run.c (compile_object_run): Replace
9704 throw_exception with throw.
9705 * cli/cli-script.c (process_next_line): Replace throw_exception
9706 with throw.
9707 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9708 (btrace_enable, btrace_maint_update_pt_packets): Replace
9709 throw_exception with throw.
9710 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9711 throw_exception with throw.
9712 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9713 throw_exception with throw.
9714 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9715 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9716 * aarch64-tdep.c (aarch64_make_prologue_cache)
9717 (aarch64_make_stub_cache): Replace throw_exception with throw.
9718
9719 2019-04-08 Tom Tromey <tom@tromey.com>
9720
9721 * common/common-exceptions.c (throw_exception): Rename from
9722 throw_exception_cxx. Remove old copy. Make argument const.
9723 (throw_it): Create and throw exception objects directly.
9724 * common/common-exceptions.h (throw_exception): Make argument
9725 const.
9726 (struct gdb_exception_error): Add constructor.
9727 (struct gdb_exception_quit): Add constructor.
9728
9729 2019-04-08 Tom Tromey <tom@tromey.com>
9730
9731 * common/common-exceptions.h (exception_rethrow): Don't declare.
9732 (TRY_SJLJ): Update comment.
9733 (TRY, CATCH, END_CATCH): Remove.
9734 * common/common-exceptions.c (exception_rethrow): Remove.
9735
9736 2019-04-08 Tom Tromey <tom@tromey.com>
9737
9738 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9739 Remove.
9740 (gdb_exception_error): Rename from
9741 gdb_exception_RETURN_MASK_ERROR.
9742 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9743 (gdb_quit_bad_alloc): Update.
9744 * aarch64-tdep.c: Update.
9745 * ada-lang.c: Update.
9746 * ada-typeprint.c: Update.
9747 * ada-valprint.c: Update.
9748 * amd64-tdep.c: Update.
9749 * arch-utils.c: Update.
9750 * break-catch-throw.c: Update.
9751 * breakpoint.c: Update.
9752 * btrace.c: Update.
9753 * c-varobj.c: Update.
9754 * cli/cli-cmds.c: Update.
9755 * cli/cli-interp.c: Update.
9756 * cli/cli-script.c: Update.
9757 * common/common-exceptions.c: Update.
9758 * common/new-op.c: Update.
9759 * common/selftest.c: Update.
9760 * compile/compile-c-symbols.c: Update.
9761 * compile/compile-cplus-symbols.c: Update.
9762 * compile/compile-object-load.c: Update.
9763 * compile/compile-object-run.c: Update.
9764 * completer.c: Update.
9765 * corelow.c: Update.
9766 * cp-abi.c: Update.
9767 * cp-support.c: Update.
9768 * cp-valprint.c: Update.
9769 * darwin-nat.c: Update.
9770 * disasm-selftests.c: Update.
9771 * dtrace-probe.c: Update.
9772 * dwarf-index-cache.c: Update.
9773 * dwarf-index-write.c: Update.
9774 * dwarf2-frame-tailcall.c: Update.
9775 * dwarf2-frame.c: Update.
9776 * dwarf2loc.c: Update.
9777 * dwarf2read.c: Update.
9778 * eval.c: Update.
9779 * event-loop.c: Update.
9780 * event-top.c: Update.
9781 * exec.c: Update.
9782 * f-valprint.c: Update.
9783 * fbsd-tdep.c: Update.
9784 * frame-unwind.c: Update.
9785 * frame.c: Update.
9786 * gdbtypes.c: Update.
9787 * gnu-v3-abi.c: Update.
9788 * guile/guile-internal.h: Update.
9789 * guile/scm-block.c: Update.
9790 * guile/scm-breakpoint.c: Update.
9791 * guile/scm-cmd.c: Update.
9792 * guile/scm-disasm.c: Update.
9793 * guile/scm-frame.c: Update.
9794 * guile/scm-lazy-string.c: Update.
9795 * guile/scm-math.c: Update.
9796 * guile/scm-param.c: Update.
9797 * guile/scm-ports.c: Update.
9798 * guile/scm-pretty-print.c: Update.
9799 * guile/scm-symbol.c: Update.
9800 * guile/scm-symtab.c: Update.
9801 * guile/scm-type.c: Update.
9802 * guile/scm-value.c: Update.
9803 * i386-linux-tdep.c: Update.
9804 * i386-tdep.c: Update.
9805 * inf-loop.c: Update.
9806 * infcall.c: Update.
9807 * infcmd.c: Update.
9808 * infrun.c: Update.
9809 * jit.c: Update.
9810 * language.c: Update.
9811 * linespec.c: Update.
9812 * linux-fork.c: Update.
9813 * linux-nat.c: Update.
9814 * linux-tdep.c: Update.
9815 * linux-thread-db.c: Update.
9816 * main.c: Update.
9817 * mi/mi-cmd-break.c: Update.
9818 * mi/mi-cmd-stack.c: Update.
9819 * mi/mi-interp.c: Update.
9820 * mi/mi-main.c: Update.
9821 * objc-lang.c: Update.
9822 * p-valprint.c: Update.
9823 * parse.c: Update.
9824 * ppc-linux-tdep.c: Update.
9825 * printcmd.c: Update.
9826 * python/py-arch.c: Update.
9827 * python/py-breakpoint.c: Update.
9828 * python/py-cmd.c: Update.
9829 * python/py-finishbreakpoint.c: Update.
9830 * python/py-frame.c: Update.
9831 * python/py-framefilter.c: Update.
9832 * python/py-gdb-readline.c: Update.
9833 * python/py-inferior.c: Update.
9834 * python/py-infthread.c: Update.
9835 * python/py-lazy-string.c: Update.
9836 * python/py-linetable.c: Update.
9837 * python/py-objfile.c: Update.
9838 * python/py-param.c: Update.
9839 * python/py-prettyprint.c: Update.
9840 * python/py-progspace.c: Update.
9841 * python/py-record-btrace.c: Update.
9842 * python/py-record.c: Update.
9843 * python/py-symbol.c: Update.
9844 * python/py-type.c: Update.
9845 * python/py-unwind.c: Update.
9846 * python/py-utils.c: Update.
9847 * python/py-value.c: Update.
9848 * python/python.c: Update.
9849 * record-btrace.c: Update.
9850 * record-full.c: Update.
9851 * remote-fileio.c: Update.
9852 * remote.c: Update.
9853 * riscv-tdep.c: Update.
9854 * rs6000-aix-tdep.c: Update.
9855 * rs6000-tdep.c: Update.
9856 * rust-exp.y: Update.
9857 * rust-lang.c: Update.
9858 * s390-tdep.c: Update.
9859 * selftest-arch.c: Update.
9860 * solib-dsbt.c: Update.
9861 * solib-frv.c: Update.
9862 * solib-spu.c: Update.
9863 * solib-svr4.c: Update.
9864 * solib.c: Update.
9865 * sparc64-linux-tdep.c: Update.
9866 * stack.c: Update.
9867 * symfile-mem.c: Update.
9868 * symmisc.c: Update.
9869 * target.c: Update.
9870 * thread.c: Update.
9871 * top.c: Update.
9872 * tracefile-tfile.c: Update.
9873 * tui/tui.c: Update.
9874 * typeprint.c: Update.
9875 * unittests/cli-utils-selftests.c: Update.
9876 * unittests/parse-connection-spec-selftests.c: Update.
9877 * valops.c: Update.
9878 * valprint.c: Update.
9879 * value.c: Update.
9880 * varobj.c: Update.
9881 * windows-nat.c: Update.
9882 * x86-linux-nat.c: Update.
9883 * xml-support.c: Update.
9884
9885 2019-04-08 Tom Tromey <tom@tromey.com>
9886
9887 * xml-support.c: Use C++ exception handling.
9888 * x86-linux-nat.c: Use C++ exception handling.
9889 * windows-nat.c: Use C++ exception handling.
9890 * varobj.c: Use C++ exception handling.
9891 * value.c: Use C++ exception handling.
9892 * valprint.c: Use C++ exception handling.
9893 * valops.c: Use C++ exception handling.
9894 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9895 handling.
9896 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9897 * typeprint.c: Use C++ exception handling.
9898 * tui/tui.c: Use C++ exception handling.
9899 * tracefile-tfile.c: Use C++ exception handling.
9900 * top.c: Use C++ exception handling.
9901 * thread.c: Use C++ exception handling.
9902 * target.c: Use C++ exception handling.
9903 * symmisc.c: Use C++ exception handling.
9904 * symfile-mem.c: Use C++ exception handling.
9905 * stack.c: Use C++ exception handling.
9906 * sparc64-linux-tdep.c: Use C++ exception handling.
9907 * solib.c: Use C++ exception handling.
9908 * solib-svr4.c: Use C++ exception handling.
9909 * solib-spu.c: Use C++ exception handling.
9910 * solib-frv.c: Use C++ exception handling.
9911 * solib-dsbt.c: Use C++ exception handling.
9912 * selftest-arch.c: Use C++ exception handling.
9913 * s390-tdep.c: Use C++ exception handling.
9914 * rust-lang.c: Use C++ exception handling.
9915 * rust-exp.y: Use C++ exception handling.
9916 * rs6000-tdep.c: Use C++ exception handling.
9917 * rs6000-aix-tdep.c: Use C++ exception handling.
9918 * riscv-tdep.c: Use C++ exception handling.
9919 * remote.c: Use C++ exception handling.
9920 * remote-fileio.c: Use C++ exception handling.
9921 * record-full.c: Use C++ exception handling.
9922 * record-btrace.c: Use C++ exception handling.
9923 * python/python.c: Use C++ exception handling.
9924 * python/py-value.c: Use C++ exception handling.
9925 * python/py-utils.c: Use C++ exception handling.
9926 * python/py-unwind.c: Use C++ exception handling.
9927 * python/py-type.c: Use C++ exception handling.
9928 * python/py-symbol.c: Use C++ exception handling.
9929 * python/py-record.c: Use C++ exception handling.
9930 * python/py-record-btrace.c: Use C++ exception handling.
9931 * python/py-progspace.c: Use C++ exception handling.
9932 * python/py-prettyprint.c: Use C++ exception handling.
9933 * python/py-param.c: Use C++ exception handling.
9934 * python/py-objfile.c: Use C++ exception handling.
9935 * python/py-linetable.c: Use C++ exception handling.
9936 * python/py-lazy-string.c: Use C++ exception handling.
9937 * python/py-infthread.c: Use C++ exception handling.
9938 * python/py-inferior.c: Use C++ exception handling.
9939 * python/py-gdb-readline.c: Use C++ exception handling.
9940 * python/py-framefilter.c: Use C++ exception handling.
9941 * python/py-frame.c: Use C++ exception handling.
9942 * python/py-finishbreakpoint.c: Use C++ exception handling.
9943 * python/py-cmd.c: Use C++ exception handling.
9944 * python/py-breakpoint.c: Use C++ exception handling.
9945 * python/py-arch.c: Use C++ exception handling.
9946 * printcmd.c: Use C++ exception handling.
9947 * ppc-linux-tdep.c: Use C++ exception handling.
9948 * parse.c: Use C++ exception handling.
9949 * p-valprint.c: Use C++ exception handling.
9950 * objc-lang.c: Use C++ exception handling.
9951 * mi/mi-main.c: Use C++ exception handling.
9952 * mi/mi-interp.c: Use C++ exception handling.
9953 * mi/mi-cmd-stack.c: Use C++ exception handling.
9954 * mi/mi-cmd-break.c: Use C++ exception handling.
9955 * main.c: Use C++ exception handling.
9956 * linux-thread-db.c: Use C++ exception handling.
9957 * linux-tdep.c: Use C++ exception handling.
9958 * linux-nat.c: Use C++ exception handling.
9959 * linux-fork.c: Use C++ exception handling.
9960 * linespec.c: Use C++ exception handling.
9961 * language.c: Use C++ exception handling.
9962 * jit.c: Use C++ exception handling.
9963 * infrun.c: Use C++ exception handling.
9964 * infcmd.c: Use C++ exception handling.
9965 * infcall.c: Use C++ exception handling.
9966 * inf-loop.c: Use C++ exception handling.
9967 * i386-tdep.c: Use C++ exception handling.
9968 * i386-linux-tdep.c: Use C++ exception handling.
9969 * guile/scm-value.c: Use C++ exception handling.
9970 * guile/scm-type.c: Use C++ exception handling.
9971 * guile/scm-symtab.c: Use C++ exception handling.
9972 * guile/scm-symbol.c: Use C++ exception handling.
9973 * guile/scm-pretty-print.c: Use C++ exception handling.
9974 * guile/scm-ports.c: Use C++ exception handling.
9975 * guile/scm-param.c: Use C++ exception handling.
9976 * guile/scm-math.c: Use C++ exception handling.
9977 * guile/scm-lazy-string.c: Use C++ exception handling.
9978 * guile/scm-frame.c: Use C++ exception handling.
9979 * guile/scm-disasm.c: Use C++ exception handling.
9980 * guile/scm-cmd.c: Use C++ exception handling.
9981 * guile/scm-breakpoint.c: Use C++ exception handling.
9982 * guile/scm-block.c: Use C++ exception handling.
9983 * guile/guile-internal.h: Use C++ exception handling.
9984 * gnu-v3-abi.c: Use C++ exception handling.
9985 * gdbtypes.c: Use C++ exception handling.
9986 * frame.c: Use C++ exception handling.
9987 * frame-unwind.c: Use C++ exception handling.
9988 * fbsd-tdep.c: Use C++ exception handling.
9989 * f-valprint.c: Use C++ exception handling.
9990 * exec.c: Use C++ exception handling.
9991 * event-top.c: Use C++ exception handling.
9992 * event-loop.c: Use C++ exception handling.
9993 * eval.c: Use C++ exception handling.
9994 * dwarf2read.c: Use C++ exception handling.
9995 * dwarf2loc.c: Use C++ exception handling.
9996 * dwarf2-frame.c: Use C++ exception handling.
9997 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9998 * dwarf-index-write.c: Use C++ exception handling.
9999 * dwarf-index-cache.c: Use C++ exception handling.
10000 * dtrace-probe.c: Use C++ exception handling.
10001 * disasm-selftests.c: Use C++ exception handling.
10002 * darwin-nat.c: Use C++ exception handling.
10003 * cp-valprint.c: Use C++ exception handling.
10004 * cp-support.c: Use C++ exception handling.
10005 * cp-abi.c: Use C++ exception handling.
10006 * corelow.c: Use C++ exception handling.
10007 * completer.c: Use C++ exception handling.
10008 * compile/compile-object-run.c: Use C++ exception handling.
10009 * compile/compile-object-load.c: Use C++ exception handling.
10010 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10011 * compile/compile-c-symbols.c: Use C++ exception handling.
10012 * common/selftest.c: Use C++ exception handling.
10013 * common/new-op.c: Use C++ exception handling.
10014 * cli/cli-script.c: Use C++ exception handling.
10015 * cli/cli-interp.c: Use C++ exception handling.
10016 * cli/cli-cmds.c: Use C++ exception handling.
10017 * c-varobj.c: Use C++ exception handling.
10018 * btrace.c: Use C++ exception handling.
10019 * breakpoint.c: Use C++ exception handling.
10020 * break-catch-throw.c: Use C++ exception handling.
10021 * arch-utils.c: Use C++ exception handling.
10022 * amd64-tdep.c: Use C++ exception handling.
10023 * ada-valprint.c: Use C++ exception handling.
10024 * ada-typeprint.c: Use C++ exception handling.
10025 * ada-lang.c: Use C++ exception handling.
10026 * aarch64-tdep.c: Use C++ exception handling.
10027
10028 2019-04-08 Tom Tromey <tom@tromey.com>
10029
10030 * xml-support.c (gdb_xml_parser::parse): Update.
10031 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10032 * value.c (show_convenience): Update.
10033 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10034 (test_parse_flags_qcs): Update.
10035 * thread.c (thr_try_catch_cmd): Update.
10036 * target.c (target_translate_tls_address): Update.
10037 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10038 (info_frame_command_core, frame_apply_command_count): Update.
10039 * rust-exp.y (rust_lex_exception_test): Update.
10040 * riscv-tdep.c (riscv_print_one_register_info): Update.
10041 * remote.c (remote_target::enable_btrace): Update.
10042 * record-btrace.c (record_btrace_enable_warn): Update.
10043 * python/py-utils.c (gdbpy_convert_exception): Update.
10044 * printcmd.c (do_one_display, print_variable_and_value): Update.
10045 * mi/mi-main.c (mi_print_exception): Update.
10046 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10047 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10048 * linux-nat.c (linux_nat_target::attach): Update.
10049 * linux-fork.c (class scoped_switch_fork_info): Update.
10050 * infrun.c (displaced_step_prepare): Update.
10051 * infcall.c (call_function_by_hand_dummy): Update.
10052 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10053 * gnu-v3-abi.c (print_one_vtable): Update.
10054 * frame.c (get_prev_frame_always): Update.
10055 * f-valprint.c (info_common_command_for_block): Update.
10056 * exec.c (try_open_exec_file): Update.
10057 * exceptions.c (print_exception, exception_print)
10058 (exception_fprintf, exception_print_same): Update.
10059 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10060 * dwarf-index-cache.c (index_cache::store)
10061 (index_cache::lookup_gdb_index): Update.
10062 * darwin-nat.c (maybe_cache_shell): Update.
10063 * cp-valprint.c (cp_print_value_fields): Update.
10064 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10065 (gcc_cplus_symbol_address): Update.
10066 * compile/compile-c-symbols.c (gcc_convert_symbol)
10067 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10068 * common/selftest.c: Update.
10069 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10070 a std::string.
10071 (exception_try_scope_entry, exception_try_scope_exit): Don't
10072 declare.
10073 (struct exception_try_scope): Remove.
10074 (TRY): Don't use exception_try_scope.
10075 (struct gdb_exception): Add constructor, operator=.
10076 <what>: New method.
10077 (struct gdb_exception_RETURN_MASK_ALL)
10078 (struct gdb_exception_RETURN_MASK_ERROR)
10079 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10080 (struct gdb_quit_bad_alloc): Update.
10081 * common/common-exceptions.c (exception_none): Change
10082 initializer.
10083 (struct catcher) <state, exception>: Initialize inline.
10084 <prev>: Remove member.
10085 (current_catcher): Remove.
10086 (catchers): New global.
10087 (exceptions_state_mc_init): Simplify.
10088 (catcher_pop): Remove.
10089 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10090 (try_scope_depth, exception_try_scope_entry)
10091 (exception_try_scope_exit): Remove.
10092 (throw_exception_sjlj): Update.
10093 (exception_messages, exception_messages_size): Remove.
10094 (throw_it): Simplify.
10095 (gdb_exception_sliced_copy): Remove.
10096 (throw_exception_cxx): Update.
10097 * cli/cli-script.c (script_from_file): Update.
10098 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10099 Update.
10100 * ada-valprint.c (ada_val_print): Update.
10101 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10102 (create_excep_cond_exprs): Update.
10103
10104 2019-04-08 Tom Tromey <tom@tromey.com>
10105
10106 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10107 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10108 (TRY, CATCH, END_CATCH): Remove some definitions.
10109 * common/common-exceptions.c: Don't use GDB_XCPT.
10110 (catcher_list_size): Remove.
10111 (throw_exception, throw_it): Simplify.
10112
10113 2019-04-05 Tom Tromey <tom@tromey.com>
10114
10115 Revert the header-sorting patch.
10116 * ft32-tdep.c: Revert.
10117 * frv-tdep.c: Revert.
10118 * frv-linux-tdep.c: Revert.
10119 * frame.c: Revert.
10120 * frame-unwind.c: Revert.
10121 * frame-base.c: Revert.
10122 * fork-child.c: Revert.
10123 * findvar.c: Revert.
10124 * findcmd.c: Revert.
10125 * filesystem.c: Revert.
10126 * filename-seen-cache.h: Revert.
10127 * filename-seen-cache.c: Revert.
10128 * fbsd-tdep.c: Revert.
10129 * fbsd-nat.h: Revert.
10130 * fbsd-nat.c: Revert.
10131 * f-valprint.c: Revert.
10132 * f-typeprint.c: Revert.
10133 * f-lang.c: Revert.
10134 * extension.h: Revert.
10135 * extension.c: Revert.
10136 * extension-priv.h: Revert.
10137 * expprint.c: Revert.
10138 * exec.h: Revert.
10139 * exec.c: Revert.
10140 * exceptions.c: Revert.
10141 * event-top.c: Revert.
10142 * event-loop.c: Revert.
10143 * eval.c: Revert.
10144 * elfread.c: Revert.
10145 * dwarf2read.h: Revert.
10146 * dwarf2read.c: Revert.
10147 * dwarf2loc.c: Revert.
10148 * dwarf2expr.h: Revert.
10149 * dwarf2expr.c: Revert.
10150 * dwarf2-frame.c: Revert.
10151 * dwarf2-frame-tailcall.c: Revert.
10152 * dwarf-index-write.h: Revert.
10153 * dwarf-index-write.c: Revert.
10154 * dwarf-index-common.c: Revert.
10155 * dwarf-index-cache.h: Revert.
10156 * dwarf-index-cache.c: Revert.
10157 * dummy-frame.c: Revert.
10158 * dtrace-probe.c: Revert.
10159 * disasm.h: Revert.
10160 * disasm.c: Revert.
10161 * disasm-selftests.c: Revert.
10162 * dictionary.c: Revert.
10163 * dicos-tdep.c: Revert.
10164 * demangle.c: Revert.
10165 * dcache.h: Revert.
10166 * dcache.c: Revert.
10167 * darwin-nat.h: Revert.
10168 * darwin-nat.c: Revert.
10169 * darwin-nat-info.c: Revert.
10170 * d-valprint.c: Revert.
10171 * d-namespace.c: Revert.
10172 * d-lang.c: Revert.
10173 * ctf.c: Revert.
10174 * csky-tdep.c: Revert.
10175 * csky-linux-tdep.c: Revert.
10176 * cris-tdep.c: Revert.
10177 * cris-linux-tdep.c: Revert.
10178 * cp-valprint.c: Revert.
10179 * cp-support.c: Revert.
10180 * cp-namespace.c: Revert.
10181 * cp-abi.c: Revert.
10182 * corelow.c: Revert.
10183 * corefile.c: Revert.
10184 * continuations.c: Revert.
10185 * completer.h: Revert.
10186 * completer.c: Revert.
10187 * complaints.c: Revert.
10188 * coffread.c: Revert.
10189 * coff-pe-read.c: Revert.
10190 * cli-out.h: Revert.
10191 * cli-out.c: Revert.
10192 * charset.c: Revert.
10193 * c-varobj.c: Revert.
10194 * c-valprint.c: Revert.
10195 * c-typeprint.c: Revert.
10196 * c-lang.c: Revert.
10197 * buildsym.c: Revert.
10198 * buildsym-legacy.c: Revert.
10199 * build-id.h: Revert.
10200 * build-id.c: Revert.
10201 * btrace.c: Revert.
10202 * bsd-uthread.c: Revert.
10203 * breakpoint.h: Revert.
10204 * breakpoint.c: Revert.
10205 * break-catch-throw.c: Revert.
10206 * break-catch-syscall.c: Revert.
10207 * break-catch-sig.c: Revert.
10208 * blockframe.c: Revert.
10209 * block.c: Revert.
10210 * bfin-tdep.c: Revert.
10211 * bfin-linux-tdep.c: Revert.
10212 * bfd-target.c: Revert.
10213 * bcache.c: Revert.
10214 * ax-general.c: Revert.
10215 * ax-gdb.h: Revert.
10216 * ax-gdb.c: Revert.
10217 * avr-tdep.c: Revert.
10218 * auxv.c: Revert.
10219 * auto-load.c: Revert.
10220 * arm-wince-tdep.c: Revert.
10221 * arm-tdep.c: Revert.
10222 * arm-symbian-tdep.c: Revert.
10223 * arm-pikeos-tdep.c: Revert.
10224 * arm-obsd-tdep.c: Revert.
10225 * arm-nbsd-tdep.c: Revert.
10226 * arm-nbsd-nat.c: Revert.
10227 * arm-linux-tdep.c: Revert.
10228 * arm-linux-nat.c: Revert.
10229 * arm-fbsd-tdep.c: Revert.
10230 * arm-fbsd-nat.c: Revert.
10231 * arm-bsd-tdep.c: Revert.
10232 * arch-utils.c: Revert.
10233 * arc-tdep.c: Revert.
10234 * arc-newlib-tdep.c: Revert.
10235 * annotate.h: Revert.
10236 * annotate.c: Revert.
10237 * amd64-windows-tdep.c: Revert.
10238 * amd64-windows-nat.c: Revert.
10239 * amd64-tdep.c: Revert.
10240 * amd64-sol2-tdep.c: Revert.
10241 * amd64-obsd-tdep.c: Revert.
10242 * amd64-obsd-nat.c: Revert.
10243 * amd64-nbsd-tdep.c: Revert.
10244 * amd64-nbsd-nat.c: Revert.
10245 * amd64-nat.c: Revert.
10246 * amd64-linux-tdep.c: Revert.
10247 * amd64-linux-nat.c: Revert.
10248 * amd64-fbsd-tdep.c: Revert.
10249 * amd64-fbsd-nat.c: Revert.
10250 * amd64-dicos-tdep.c: Revert.
10251 * amd64-darwin-tdep.c: Revert.
10252 * amd64-bsd-nat.c: Revert.
10253 * alpha-tdep.c: Revert.
10254 * alpha-obsd-tdep.c: Revert.
10255 * alpha-nbsd-tdep.c: Revert.
10256 * alpha-mdebug-tdep.c: Revert.
10257 * alpha-linux-tdep.c: Revert.
10258 * alpha-linux-nat.c: Revert.
10259 * alpha-bsd-tdep.c: Revert.
10260 * alpha-bsd-nat.c: Revert.
10261 * aix-thread.c: Revert.
10262 * agent.c: Revert.
10263 * addrmap.c: Revert.
10264 * ada-varobj.c: Revert.
10265 * ada-valprint.c: Revert.
10266 * ada-typeprint.c: Revert.
10267 * ada-tasks.c: Revert.
10268 * ada-lang.c: Revert.
10269 * aarch64-tdep.c: Revert.
10270 * aarch64-ravenscar-thread.c: Revert.
10271 * aarch64-newlib-tdep.c: Revert.
10272 * aarch64-linux-tdep.c: Revert.
10273 * aarch64-linux-nat.c: Revert.
10274 * aarch64-fbsd-tdep.c: Revert.
10275 * aarch64-fbsd-nat.c: Revert.
10276 * aarch32-linux-nat.c: Revert.
10277
10278 2019-04-05 Tom Tromey <tom@tromey.com>
10279
10280 * ft32-tdep.c: Sort headers.
10281 * frv-tdep.c: Sort headers.
10282 * frv-linux-tdep.c: Sort headers.
10283 * frame.c: Sort headers.
10284 * frame-unwind.c: Sort headers.
10285 * frame-base.c: Sort headers.
10286 * fork-child.c: Sort headers.
10287 * findvar.c: Sort headers.
10288 * findcmd.c: Sort headers.
10289 * filesystem.c: Sort headers.
10290 * filename-seen-cache.h: Sort headers.
10291 * filename-seen-cache.c: Sort headers.
10292 * fbsd-tdep.c: Sort headers.
10293 * fbsd-nat.h: Sort headers.
10294 * fbsd-nat.c: Sort headers.
10295 * f-valprint.c: Sort headers.
10296 * f-typeprint.c: Sort headers.
10297 * f-lang.c: Sort headers.
10298 * extension.h: Sort headers.
10299 * extension.c: Sort headers.
10300 * extension-priv.h: Sort headers.
10301 * expprint.c: Sort headers.
10302 * exec.h: Sort headers.
10303 * exec.c: Sort headers.
10304 * exceptions.c: Sort headers.
10305 * event-top.c: Sort headers.
10306 * event-loop.c: Sort headers.
10307 * eval.c: Sort headers.
10308 * elfread.c: Sort headers.
10309 * dwarf2read.h: Sort headers.
10310 * dwarf2read.c: Sort headers.
10311 * dwarf2loc.c: Sort headers.
10312 * dwarf2expr.h: Sort headers.
10313 * dwarf2expr.c: Sort headers.
10314 * dwarf2-frame.c: Sort headers.
10315 * dwarf2-frame-tailcall.c: Sort headers.
10316 * dwarf-index-write.h: Sort headers.
10317 * dwarf-index-write.c: Sort headers.
10318 * dwarf-index-common.c: Sort headers.
10319 * dwarf-index-cache.h: Sort headers.
10320 * dwarf-index-cache.c: Sort headers.
10321 * dummy-frame.c: Sort headers.
10322 * dtrace-probe.c: Sort headers.
10323 * disasm.h: Sort headers.
10324 * disasm.c: Sort headers.
10325 * disasm-selftests.c: Sort headers.
10326 * dictionary.c: Sort headers.
10327 * dicos-tdep.c: Sort headers.
10328 * demangle.c: Sort headers.
10329 * dcache.h: Sort headers.
10330 * dcache.c: Sort headers.
10331 * darwin-nat.h: Sort headers.
10332 * darwin-nat.c: Sort headers.
10333 * darwin-nat-info.c: Sort headers.
10334 * d-valprint.c: Sort headers.
10335 * d-namespace.c: Sort headers.
10336 * d-lang.c: Sort headers.
10337 * ctf.c: Sort headers.
10338 * csky-tdep.c: Sort headers.
10339 * csky-linux-tdep.c: Sort headers.
10340 * cris-tdep.c: Sort headers.
10341 * cris-linux-tdep.c: Sort headers.
10342 * cp-valprint.c: Sort headers.
10343 * cp-support.c: Sort headers.
10344 * cp-namespace.c: Sort headers.
10345 * cp-abi.c: Sort headers.
10346 * corelow.c: Sort headers.
10347 * corefile.c: Sort headers.
10348 * continuations.c: Sort headers.
10349 * completer.h: Sort headers.
10350 * completer.c: Sort headers.
10351 * complaints.c: Sort headers.
10352 * coffread.c: Sort headers.
10353 * coff-pe-read.c: Sort headers.
10354 * cli-out.h: Sort headers.
10355 * cli-out.c: Sort headers.
10356 * charset.c: Sort headers.
10357 * c-varobj.c: Sort headers.
10358 * c-valprint.c: Sort headers.
10359 * c-typeprint.c: Sort headers.
10360 * c-lang.c: Sort headers.
10361 * buildsym.c: Sort headers.
10362 * buildsym-legacy.c: Sort headers.
10363 * build-id.h: Sort headers.
10364 * build-id.c: Sort headers.
10365 * btrace.c: Sort headers.
10366 * bsd-uthread.c: Sort headers.
10367 * breakpoint.h: Sort headers.
10368 * breakpoint.c: Sort headers.
10369 * break-catch-throw.c: Sort headers.
10370 * break-catch-syscall.c: Sort headers.
10371 * break-catch-sig.c: Sort headers.
10372 * blockframe.c: Sort headers.
10373 * block.c: Sort headers.
10374 * bfin-tdep.c: Sort headers.
10375 * bfin-linux-tdep.c: Sort headers.
10376 * bfd-target.c: Sort headers.
10377 * bcache.c: Sort headers.
10378 * ax-general.c: Sort headers.
10379 * ax-gdb.h: Sort headers.
10380 * ax-gdb.c: Sort headers.
10381 * avr-tdep.c: Sort headers.
10382 * auxv.c: Sort headers.
10383 * auto-load.c: Sort headers.
10384 * arm-wince-tdep.c: Sort headers.
10385 * arm-tdep.c: Sort headers.
10386 * arm-symbian-tdep.c: Sort headers.
10387 * arm-pikeos-tdep.c: Sort headers.
10388 * arm-obsd-tdep.c: Sort headers.
10389 * arm-nbsd-tdep.c: Sort headers.
10390 * arm-nbsd-nat.c: Sort headers.
10391 * arm-linux-tdep.c: Sort headers.
10392 * arm-linux-nat.c: Sort headers.
10393 * arm-fbsd-tdep.c: Sort headers.
10394 * arm-fbsd-nat.c: Sort headers.
10395 * arm-bsd-tdep.c: Sort headers.
10396 * arch-utils.c: Sort headers.
10397 * arc-tdep.c: Sort headers.
10398 * arc-newlib-tdep.c: Sort headers.
10399 * annotate.h: Sort headers.
10400 * annotate.c: Sort headers.
10401 * amd64-windows-tdep.c: Sort headers.
10402 * amd64-windows-nat.c: Sort headers.
10403 * amd64-tdep.c: Sort headers.
10404 * amd64-sol2-tdep.c: Sort headers.
10405 * amd64-obsd-tdep.c: Sort headers.
10406 * amd64-obsd-nat.c: Sort headers.
10407 * amd64-nbsd-tdep.c: Sort headers.
10408 * amd64-nbsd-nat.c: Sort headers.
10409 * amd64-nat.c: Sort headers.
10410 * amd64-linux-tdep.c: Sort headers.
10411 * amd64-linux-nat.c: Sort headers.
10412 * amd64-fbsd-tdep.c: Sort headers.
10413 * amd64-fbsd-nat.c: Sort headers.
10414 * amd64-dicos-tdep.c: Sort headers.
10415 * amd64-darwin-tdep.c: Sort headers.
10416 * amd64-bsd-nat.c: Sort headers.
10417 * alpha-tdep.c: Sort headers.
10418 * alpha-obsd-tdep.c: Sort headers.
10419 * alpha-nbsd-tdep.c: Sort headers.
10420 * alpha-mdebug-tdep.c: Sort headers.
10421 * alpha-linux-tdep.c: Sort headers.
10422 * alpha-linux-nat.c: Sort headers.
10423 * alpha-bsd-tdep.c: Sort headers.
10424 * alpha-bsd-nat.c: Sort headers.
10425 * aix-thread.c: Sort headers.
10426 * agent.c: Sort headers.
10427 * addrmap.c: Sort headers.
10428 * ada-varobj.c: Sort headers.
10429 * ada-valprint.c: Sort headers.
10430 * ada-typeprint.c: Sort headers.
10431 * ada-tasks.c: Sort headers.
10432 * ada-lang.c: Sort headers.
10433 * aarch64-tdep.c: Sort headers.
10434 * aarch64-ravenscar-thread.c: Sort headers.
10435 * aarch64-newlib-tdep.c: Sort headers.
10436 * aarch64-linux-tdep.c: Sort headers.
10437 * aarch64-linux-nat.c: Sort headers.
10438 * aarch64-fbsd-tdep.c: Sort headers.
10439 * aarch64-fbsd-nat.c: Sort headers.
10440 * aarch32-linux-nat.c: Sort headers.
10441
10442 2019-04-04 Tom Tromey <tom@tromey.com>
10443
10444 * varobj.c (varobj_create): Update.
10445 * rust-exp.y (struct rust_parser) <update_innermost_block,
10446 lookup_symbol>: New methods.
10447 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10448 Rename.
10449 (rust_parser::rust_lookup_type)
10450 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10451 * printcmd.c (display_command, do_one_display): Update.
10452 * parser-defs.h (struct parser_state) <parser_state>: Add
10453 "tracker" parameter.
10454 (block_tracker): New member.
10455 (class innermost_block_tracker) <innermost_block_tracker>: Add
10456 "types" parameter.
10457 <reset>: Remove method.
10458 (innermost_block): Don't declare.
10459 (null_post_parser): Update.
10460 * parse.c (innermost_block): Remove global.
10461 (write_dollar_variable): Update.
10462 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10463 Remove "tracker_types" parameter.
10464 (parse_expression): Add "tracker" parameter.
10465 (parse_expression_for_completion): Update.
10466 (null_post_parser): Add "tracker" parameter.
10467 * p-exp.y: Update rules.
10468 * m2-exp.y: Update rules.
10469 * language.h (struct language_defn) <la_post_parser>: Add
10470 "tracker" parameter.
10471 * go-exp.y: Update rules.
10472 * f-exp.y: Update rules.
10473 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10474 parameter.
10475 * d-exp.y: Update rules.
10476 * c-exp.y: Update rules.
10477 * breakpoint.c (set_breakpoint_condition): Create an
10478 innermost_block_tracker.
10479 (watch_command_1): Likewise.
10480 * ada-lang.c (resolve): Add "tracker" parameter.
10481 (resolve_subexp): Likewise.
10482 * ada-exp.y (write_var_from_sym): Update.
10483
10484 2019-04-04 Tom Tromey <tom@tromey.com>
10485
10486 * type-stack.h: New file.
10487 * type-stack.c: New file.
10488 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10489 type-stack.h.
10490 (insert_into_type_stack, insert_type, push_type, push_type_int)
10491 (insert_type_address_space, pop_type, pop_type_int)
10492 (pop_typelist, pop_type_stack, append_type_stack)
10493 (push_type_stack, get_type_stack, push_typelist)
10494 (follow_type_instance_flags, follow_types): Don't declare.
10495 * parse.c (type_stack): Remove global.
10496 (parse_exp_in_context): Update.
10497 (insert_into_type_stack, insert_type, push_type, push_type_int)
10498 (insert_type_address_space, pop_type, pop_type_int)
10499 (pop_typelist, pop_type_stack, append_type_stack)
10500 (push_type_stack, get_type_stack, push_typelist)
10501 (follow_type_instance_flags, follow_types): Remove (moved to
10502 type-stack.c).
10503 * f-exp.y (type_stack): New global.
10504 Update rules.
10505 (push_kind_type, f_parse): Update.
10506 * d-exp.y (type_stack): New global.
10507 Update rules.
10508 (d_parse): Update.
10509 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10510 Update rules.
10511 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10512 (HFILES_NO_SRCDIR): Add type-stack.h.
10513
10514 2019-04-04 Tom Tromey <tom@tromey.com>
10515
10516 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10517 (rust_parser::convert_ast_to_expression, rust_parse)
10518 (rust_lex_test_completion, rust_lex_tests): Update.
10519 * parser-defs.h (struct expr_completion_state): New.
10520 (struct parser_state) <parser_state>: Add completion parameter.
10521 <mark_struct_expression, mark_completion_tag>: New methods.
10522 <parse_completion, m_completion_state>: New members.
10523 (prefixify_expression, null_post_parser): Update.
10524 (mark_struct_expression, mark_completion_tag): Don't declare.
10525 * parse.c (parse_completion, expout_last_struct)
10526 (expout_tag_completion_type, expout_completion_name): Remove
10527 globals.
10528 (parser_state::mark_struct_expression)
10529 (parser_state::mark_completion_tag): Now methods.
10530 (prefixify_expression): Add last_struct parameter.
10531 (prefixify_subexp): Likewise.
10532 (parse_exp_1): Update.
10533 (parse_exp_in_context): Add cstate parameter. Update.
10534 (parse_expression_for_completion): Create an
10535 expr_completion_state.
10536 (null_post_parser): Add "completion" parameter.
10537 * p-exp.y: Update rules.
10538 (yylex): Update.
10539 * language.h (struct language_defn) <la_post_parser>: Add
10540 "completing" parameter.
10541 * go-exp.y: Update rules.
10542 (lex_one_token): Update.
10543 * expression.h (parse_completion): Don't declare.
10544 * d-exp.y: Update rules.
10545 (lex_one_token): Update rules.
10546 * c-exp.y: Update rules.
10547 (lex_one_token): Update.
10548 * ada-lang.c (resolve): Add "parse_completion" parameter.
10549 (resolve_subexp): Likewise.
10550 (ada_resolve_function): Likewise.
10551
10552 2019-04-04 Tom Tromey <tom@tromey.com>
10553
10554 * parser-defs.h (struct parser_state) <start_arglist,
10555 end_arglist>: New methods.
10556 <arglist_len, m_funcall_chain>: New members.
10557 (arglist_len, start_arglist, end_arglist): Don't declare.
10558 * parse.c (arglist_len, funcall_chain): Remove global.
10559 (start_arglist, end_arglist): Remove functions.
10560 (parse_exp_in_context): Update.
10561 * p-exp.y: Update rules.
10562 * m2-exp.y: Update rules.
10563 * go-exp.y: Update rules.
10564 * f-exp.y: Update rules.
10565 * d-exp.y: Update rules.
10566 * c-exp.y: Update rules.
10567
10568 2019-04-04 Tom Tromey <tom@tromey.com>
10569
10570 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10571 lex_operator, push_back>: New methods.
10572 Update all rules.
10573 (rust_parser::lex_hex, lex_escape): Rename and update.
10574 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10575 (rust_parser::lex_operator): Rename and update.
10576 (rust_parser::lex_number, rustyylex, rustyyerror)
10577 (rust_lex_test_init, rust_lex_test_sequence)
10578 (rust_lex_test_push_back, rust_lex_tests): Update.
10579 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10580 parameter.
10581 <lexptr, prev_lexptr>: New members.
10582 (lexptr, prev_lexptr): Don't declare.
10583 * parse.c (lexptr, prev_lexptr): Remove globals.
10584 (parse_exp_in_context): Update.
10585 * p-exp.y (yylex, yyerror): Update.
10586 * m2-exp.y (parse_number, yylex, yyerror): Update.
10587 * go-exp.y (lex_one_token, yyerror): Update.
10588 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10589 * d-exp.y (lex_one_token, yyerror): Update.
10590 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10591 (lex_one_token, yyerror): Update.
10592 * ada-lex.l (YY_INPUT): Update.
10593 (rewind_to_char): Update.
10594 * ada-exp.y (yyerror): Update.
10595
10596 2019-04-04 Tom Tromey <tom@tromey.com>
10597
10598 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10599 * parser-defs.h (struct parser_state) <parser_state>: Add new
10600 parameter.
10601 <comma_terminates>: New member.
10602 (comma_terminates): Don't declare global.
10603 * parse.c (comma_terminates): Remove global.
10604 (parse_exp_in_context): Update.
10605 * p-exp.y (yylex): Update.
10606 * m2-exp.y (yylex): Update.
10607 * go-exp.y (lex_one_token): Update.
10608 * f-exp.y (yylex): Update.
10609 * d-exp.y (lex_one_token): Update.
10610 * c-exp.y (lex_one_token): Update.
10611 * ada-lex.l: Update.
10612
10613 2019-04-04 Tom Tromey <tom@tromey.com>
10614
10615 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10616 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10617 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10618 * parser-defs.h (paren_depth): Don't declare.
10619 * parse.c (paren_depth): Remove global.
10620 (parse_exp_in_context): Update.
10621 * p-exp.y (paren_depth): New global.
10622 (pascal_parse): Initialize it.
10623 * m2-exp.y (paren_depth): New global.
10624 (m2_parse): Initialize it.
10625 * go-exp.y (paren_depth): New global.
10626 (go_parse): Initialize it.
10627 * f-exp.y (paren_depth): New global.
10628 (f_parse): Initialize it.
10629 * d-exp.y (paren_depth): New global.
10630 (d_parse): Initialize it.
10631 * c-exp.y (paren_depth): New global.
10632 (c_parse): Initialize it.
10633 * ada-lex.l (paren_depth): New global.
10634 (lexer_init): Initialize it.
10635
10636 2019-04-04 Tom Tromey <tom@tromey.com>
10637
10638 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10639 (rust_parser::convert_ast_to_type)
10640 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10641 * parser-defs.h (struct parser_state) <parser_state>: Add
10642 parameters. Initialize new members.
10643 <expression_context_block, expression_context_pc>: New members.
10644 * parse.c (expression_context_block, expression_context_pc):
10645 Remove globals.
10646 (parse_exp_in_context): Update.
10647 * p-exp.y: Update all rules.
10648 (yylex): Update.
10649 * m2-exp.y: Update all rules.
10650 (yylex): Update.
10651 * go-exp.y (yylex): Update.
10652 * f-exp.y (yylex): Update.
10653 * d-exp.y: Update all rules.
10654 (yylex): Update.
10655 * c-exp.y: Update all rules.
10656 (lex_one_token, classify_name, yylex, c_parse): Update.
10657 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10658
10659 2019-04-04 Tom Tromey <tom@tromey.com>
10660
10661 * gdbarch.h, gdbarch.c: Rebuild.
10662 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10663 * stap-probe.h:
10664 (struct stap_parse_info): Replace "parser_state" with
10665 "expr_builder".
10666 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10667 (parser_state): New class.
10668 * parse.c (expr_builder): Rename.
10669 (expr_builder::release): Rename.
10670 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10671 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10672 (write_exp_elt_longcst, write_exp_elt_floatcst)
10673 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10674 (write_exp_string_vector, write_exp_bitstring)
10675 (write_exp_msymbol, mark_struct_expression)
10676 (write_dollar_variable)
10677 (insert_type_address_space, increase_expout_size): Replace
10678 "parser_state" with "expr_builder".
10679 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10680 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10681 "parser_state" with "expr_builder".
10682
10683 2019-04-04 Tom Tromey <tom@tromey.com>
10684
10685 * rust-exp.y: Replace "parse_language" with method call.
10686 * p-exp.y:
10687 (yylex): Replace "parse_language" with method call.
10688 * m2-exp.y:
10689 (yylex): Replace "parse_language" with method call.
10690 * go-exp.y (classify_name): Replace "parse_language" with method
10691 call.
10692 * f-exp.y (yylex): Replace "parse_language" with method call.
10693 * d-exp.y (lex_one_token): Replace "parse_language" with method
10694 call.
10695 * c-exp.y:
10696 (lex_one_token, classify_name, yylex): Replace "parse_language"
10697 with method call.
10698 * ada-exp.y (find_primitive_type, type_char)
10699 (type_system_address): Replace "parse_language" with method call.
10700
10701 2019-04-04 Tom Tromey <tom@tromey.com>
10702
10703 * rust-exp.y: Replace "parse_gdbarch" with method call.
10704 * parse.c (write_dollar_variable, insert_type_address_space):
10705 Replace "parse_gdbarch" with method call.
10706 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10707 call.
10708 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10709 call.
10710 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10711 "parse_gdbarch" with method call.
10712 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10713 with method call.
10714 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10715 "parse_gdbarch" with method call.
10716 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10717 "parse_gdbarch" with method call.
10718 * c-exp.y (parse_type, parse_number, classify_name): Replace
10719 "parse_gdbarch" with method call.
10720 * ada-lex.l: Replace "parse_gdbarch" with method call.
10721 * ada-exp.y (parse_type, find_primitive_type, type_char)
10722 (type_system_address): Replace "parse_gdbarch" with method call.
10723
10724 2019-04-04 Tom Tromey <tom@tromey.com>
10725
10726 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10727 * stap-probe.c (stap_parse_argument): Update.
10728 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10729 initial_size parameter.
10730 * rust-exp.y (rust_lex_tests): Update.
10731 * parse.c (parser_state): Update.
10732 (parse_exp_in_context): Update.
10733 * parser-defs.h (struct parser_state) <parser_state>: Remove
10734 "initial_size" parameter.
10735
10736 2019-04-04 Tom Tromey <tom@tromey.com>
10737
10738 * parser-defs.h (increase_expout_size): Don't declare.
10739 * parse.c (increase_expout_size): Now static.
10740
10741 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10742
10743 * gnu-nat.c (gnu_nat_target::wait): Fix
10744 target_waitstatus_to_string call.
10745
10746 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10747
10748 * eval.c (evaluate_subexp_standard): Handle internal functions
10749 during Fortran function call handling.
10750
10751 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10752
10753 * NEWS: Mention new internal functions.
10754 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10755 (read_base_type): Use dwarf2_init_complex_target_type.
10756 * value.c (creal_internal_fn): New function.
10757 (cimag_internal_fn): New function.
10758 (_initialize_values): Register new internal functions.
10759
10760 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10761
10762 * infrun.c (stop_all_threads): If debug_infrun, always
10763 trace the wait status after wait_one, using
10764 target_waitstatus_to_string and target_pid_to_str.
10765 (handle_inferior_event): Replace various trace of
10766 wait status kind by a single trace.
10767 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10768 wait status kind image by target_waitstatus_to_string.
10769 * target/waitstatus.c (target_waitstatus_to_string): Fix
10770 obsolete comment.
10771
10772 2019-04-01 Tom Tromey <tromey@adacore.com>
10773
10774 PR symtab/23331:
10775 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10776
10777 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10778 Pedro Alves <palves@redhat.com>
10779
10780 * top.c (quit_force): Call 'finalize_values'.
10781 * value.c (finalize_values): New function.
10782 * value.h (finalize_values): Declare.
10783
10784 2019-03-30 Eli Zaretskii <eliz@gnu.org>
10785
10786 * NEWS: Announce $_gdb_major and $_gdb_minor.
10787
10788 * top.c (init_gdb_version_vars): New function.
10789 (gdb_init): Call init_gdb_version_vars.
10790
10791 2019-03-29 Tom Tromey <tromey@adacore.com>
10792
10793 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10794 help text. Remove dead code.
10795
10796 2019-03-29 Keith Seitz <keiths@redhat.com>
10797
10798 From Siddhesh Poyarekar:
10799 * f-lang.h (f77_get_upperbound): Return LONGEST.
10800 (f77_get_lowerbound): Likewise.
10801 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10802 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10803 print them.
10804 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10805 plongest to format print it.
10806 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10807 (f77_get_upperbound): Likewise.
10808 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10809 LOWER_BOUND to LONGEST.
10810 (f77_create_arrayprint_offset_tbl): Likewise.
10811
10812 2019-03-29 Keith Seitz <keiths@redhat.com>
10813
10814 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10815 %s/pulongest for TYPE_LENGTH instead of %d in format
10816 strings.
10817 * ada-typerint.c (ada_print_type): Likewise.
10818 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10819 * compile/compile-c-support.c (generate_register_struct): Likewise.
10820 * gdbtypes.c (recursive_dump_type): Likewise.
10821 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10822 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10823 instead of %d in format strings.
10824 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10825 to std::min to ULONGEST.
10826 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10827 instead of %d in format strings.
10828 * tracepoint.c (info_scope_command): Likewise.
10829 * typeprint.c (print_offset_data::update)
10830 (print_offset_data::finish): Likewise.
10831 * xtensa-tdep.c (xtensa_store_return_value)
10832 (xtensa_push_dummy_call): Likewise.
10833
10834 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10835
10836 * windows-nat.c (display_selector): Fixed format specifications
10837 for 64-bit Cygwin.
10838
10839 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10840
10841 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10842
10843 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10844
10845 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10846 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10847 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10848 (nios2_linux_init_abi): Install it.
10849
10850 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10851
10852 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10853
10854 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10855
10856 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10857
10858 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10859 Tom Tromey <tromey@adacore.com>
10860
10861 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10862
10863 2019-03-26 Joel Brobecker <brobecker@adacore.com>
10864
10865 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10866 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10867 method to compute the bounds of range types. Also print "[evaluated]"
10868 if the bounds' values come from a dynamic evaluation.
10869
10870 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10871
10872 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10873 whitespace when pretty printing is on.
10874
10875 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10876
10877 * ppc-linux-nat.c: Add include.
10878
10879 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10880
10881 * NEWS: Mention AArch64 Pointer Authentication.
10882
10883 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10884
10885 * arm-linux-nat.c: Add include.
10886
10887 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10888
10889 * source-cache.c (source_cache::get_source_lines): Re-read
10890 fullname after calling open_source_file.
10891
10892 2019-03-25 John Baldwin <jhb@FreeBSD.org>
10893
10894 * NEWS: Mention TLS support for FreeBSD.
10895
10896 2019-03-25 Tom Tromey <tromey@adacore.com>
10897
10898 * minsyms.c (BUNCH_SIZE): Update comment.
10899 (~minimal_symbol_reader): Remove old comment.
10900 (compact_minimal_symbols): Update comment.
10901 (minimal_symbol_reader::install): Remove old comment. Update
10902 other comments.
10903
10904 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10905
10906 * s390-linux-nat.c: Add include.
10907
10908 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10909
10910 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10911 Call linux_get_hwcap.
10912 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10913 Likewise.
10914 (aarch64_linux_get_hwcap): Remove function.
10915 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10916 declaration.
10917 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10918 linux_get_hwcap.
10919 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10920 * linux-tdep.c (linux_get_hwcap): Add function.
10921 (linux_get_hwcap2): Likewise.
10922 * linux-tdep.h (linux_get_hwcap): Add declaration.
10923 (linux_get_hwcap2): Likewise.
10924 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10925 (ppc_linux_get_hwcap2): Likewise.
10926 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10927 linux_get_hwcap.
10928 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10929 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10930 (ppc_linux_nat_target::read_description): Likewise.
10931 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10932 * s390-linux-nat.c: Likewise.
10933 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10934
10935 2019-03-24 Tom Tromey <tom@tromey.com>
10936
10937 * ada-lang.c (standard_lookup): Simplify initialization.
10938 (ada_lookup_symbol_nonlocal): Simplify return.
10939 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10940 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10941 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10942 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10943 initialization.
10944 * solib.c (solib_global_lookup): Simplify.
10945 * symtab.c (null_block_symbol): Remove.
10946 (symbol_cache_lookup): Simplify returns.
10947 (lookup_language_this): Simplify returns.
10948 (lookup_symbol_aux): Simplify return.
10949 (lookup_local_symbol): Simplify returns.
10950 (lookup_global_symbol_from_objfile): Simplify return.
10951 (lookup_symbol_in_objfile_symtabs)
10952 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10953 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10954 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10955 * cp-namespace.c (cp_lookup_bare_symbol)
10956 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10957 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10958 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10959 (cp_lookup_symbol_via_imports): Simplify initialization.
10960 (find_symbol_in_baseclass): Likewise.
10961 * symtab.h (null_block_symbol): Remove.
10962 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10963 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10964 (d_lookup_symbol_module): Likewise.
10965 (find_symbol_in_baseclass): Simplify initialization.
10966
10967 2019-03-24 Tom Tromey <tom@tromey.com>
10968
10969 * expression.h: Don't include symtab.h.
10970 (struct block): Forward declare.
10971
10972 2019-03-24 Tom Tromey <tom@tromey.com>
10973
10974 * c-exp.y (typebase): Remove casts.
10975 * gdbtypes.c (lookup_unsigned_typename, )
10976 (lookup_signed_typename): Remove cast.
10977 * eval.c (parse_to_comma_and_eval): Remove cast.
10978 * parse.c (write_dollar_variable): Remove cast.
10979 * block.h (struct block) <superblock>: Now const.
10980 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10981 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10982 (map_block): Make "block" const.
10983 * symfile.h (struct quick_symbol_functions)
10984 <map_matching_symbols>: Constify block argument to "callback".
10985 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10986 const.
10987 (find_pc_sect_compunit_symtab): Make "b" const.
10988 (find_symbol_at_address): Likewise.
10989 (search_symbols): Likewise.
10990 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10991 (dw2_debug_names_lookup_symbol): Likewise.
10992 (dw2_map_matching_symbols): Update.
10993 * p-valprint.c (pascal_val_print): Remove "block".
10994 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10995 (aux_add_nonlocal_symbols): Make "block" const.
10996 (resolve_subexp): Remove cast.
10997 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10998 const.
10999 (iterate_over_file_blocks): Likewise.
11000 * f-exp.y (%union) <bval>: Remove.
11001 * coffread.c (patch_opaque_types): Make "b" const.
11002 * spu-tdep.c (spu_catch_start): Make "block" const.
11003 * c-valprint.c (print_unpacked_pointer): Remove "block".
11004 * symmisc.c (dump_symtab_1): Make "b" const.
11005 (block_depth): Make "block" const.
11006 * d-exp.y (%union) <bval>: Remove.
11007 * cp-support.h (cp_lookup_rtti_type): Update.
11008 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11009 * psymtab.c (psym_lookup_symbol): Make "block" const.
11010 (maintenance_check_psymtabs): Make "b" const.
11011 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11012 (enumerate_locals, enumerate_args): Update.
11013 * python/py-symtab.c (stpy_global_block): Make "block" const.
11014 (stpy_static_block): Likewise.
11015 * inline-frame.c (block_starting_point_at): Make "new_block"
11016 const.
11017 * block.c (find_block_in_blockvector): Make return type const.
11018 (blockvector_for_pc_sect): Make "b" const.
11019 (find_block_in_blockvector): Make "b" const.
11020
11021 2019-03-23 Tom Tromey <tom@tromey.com>
11022
11023 * varobj.c (varobj_create): Update.
11024 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11025 * printcmd.c (display_command, do_one_display): Don't reset
11026 innermost_block.
11027 * parser-defs.h (enum innermost_block_tracker_type): Move to
11028 expression.h.
11029 (innermost_block): Update comment.
11030 * parse.c (parse_exp_1): Add tracker_types parameter.
11031 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11032 tracker_types parameter. Reset innermost_block.
11033 (parse_exp_in_context): Remove.
11034 (parse_expression_for_completion): Update.
11035 * objfiles.c (~objfile): Don't reset expression_context_block or
11036 innermost_block.
11037 * expression.h (enum innermost_block_tracker_type): Move from
11038 parser-defs.h.
11039 (parse_exp_1): Add tracker_types parameter.
11040 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11041 reset innermost_block.
11042
11043 2019-03-23 Tom Tromey <tom@tromey.com>
11044
11045 * objfiles.h: Include bcache.h.
11046
11047 2019-03-23 Tom Tromey <tom@tromey.com>
11048
11049 * linespec.c (get_current_search_block): Use
11050 scoped_restore_current_language.
11051 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11052
11053 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11054 Jiong Wang <jiong.wang@arm.com>
11055
11056 * aarch64-linux-tdep.c
11057 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11058 section.
11059 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11060
11061 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11062 Jiong Wang <jiong.wang@arm.com>
11063
11064 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11065 instructions.
11066 (aarch64_analyze_prologue_test): Add PACIASP test.
11067 (aarch64_prologue_prev_register): Unmask PC value.
11068
11069 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11070 Jiong Wang <jiong.wang@arm.com>
11071
11072 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11073 (aarch64_dwarf2_prev_register): Unmask PC value.
11074 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11075 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11076 DW_CFA_AARCH64_negate_ra_state.
11077 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11078
11079 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11080 Jiong Wang <jiong.wang@arm.com>
11081
11082 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11083 registers.
11084 (aarch64_pseudo_register_name): Likewise.
11085 (aarch64_pseudo_register_type): Likewise.
11086 (aarch64_pseudo_register_reggroup_p): Likewise.
11087 (aarch64_gdbarch_init): Add pauth registers.
11088 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11089 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11090 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11091 (struct gdbarch_tdep): Add regnum for ra_state.
11092
11093 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11094 Jiong Wang <jiong.wang@arm.com>
11095
11096 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11097
11098 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11099 Jiong Wang <jiong.wang@arm.com>
11100
11101 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11102 function.
11103 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11104 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11105 (aarch64_gdbarch_init): Add puth registers.
11106 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11107 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11108 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11109
11110 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11111 Jiong Wang <jiong.wang@arm.com>
11112
11113 * aarch64-linux-nat.c
11114 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11115 * aarch64-linux-tdep.c
11116 (aarch64_linux_core_read_description): Likewise.
11117 (aarch64_linux_get_hwcap): New function.
11118 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11119 (aarch64_linux_get_hwcap): New declaration.
11120
11121 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11122 Jiong Wang <jiong.wang@arm.com>
11123
11124 * aarch64-linux-nat.c
11125 (aarch64_linux_nat_target::read_description): Add pauth param.
11126 * aarch64-linux-tdep.c
11127 (aarch64_linux_core_read_description): Likewise.
11128 * aarch64-tdep.c (struct target_desc): Add in pauth.
11129 (aarch64_read_description): Add pauth param.
11130 (aarch64_gdbarch_init): Likewise.
11131 * aarch64-tdep.h (aarch64_read_description): Likewise.
11132 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11133 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11134 * features/Makefile: Add new files.
11135 * features/aarch64-pauth.c: New file.
11136 * features/aarch64-pauth.xml: New file.
11137
11138 2019-03-20 Tom Tromey <tromey@adacore.com>
11139
11140 * infrun.c (handle_inferior_event): Rename from
11141 handle_inferior_event_1. Create a scoped_value_mark.
11142 (handle_inferior_event): Remove.
11143
11144 2019-03-19 Tom Tromey <tromey@adacore.com>
11145
11146 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11147 * infrun.h (print_stop_event): Add "displays" parameter.
11148 * infrun.c (print_stop_event): Add "displays" parameter.
11149
11150 2019-03-19 Pedro Alves <palves@redhat.com>
11151
11152 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11153 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11154 to -1. Fix TABs vs spaces.
11155 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11156 * tui/tui-out.h (tui_ui_out) Add intro comments.
11157 <m_line, m_start_of_line>: In-class initialize, and add describing
11158 comment.
11159
11160 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11161
11162 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11163 variable names.
11164 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11165
11166 2019-03-18 Pedro Alves <palves@redhat.com>
11167 Eli Zaretskii <eliz@gnu.org>
11168
11169 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11170 m_line and m_start_of_line.
11171
11172 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11173
11174 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11175 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11176 it returns a newline. This fixes a regression in TU mode, whereby
11177 the next line is output on the same screen line as the user input.
11178
11179 2019-03-18 Tom Tromey <tromey@adacore.com>
11180
11181 * minsyms.c (minimal_symbol_reader::install): Remove call to
11182 obstack_blank.
11183
11184 2019-03-18 Pedro Alves <palves@redhat.com>
11185
11186 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11187 New globals.
11188 (apply_style): New, factored out from ...
11189 (apply_ansi_escape): ... this. Handle reverse video mode.
11190 (tui_set_reverse_mode): New function.
11191 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11192 * tui/tui-winsource.c (tui_show_source_line): Use
11193 tui_set_reverse_mode instead of setting A_STANDOUT.
11194 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11195 New setter methods.
11196
11197 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11198
11199 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11200 Handle tabs.
11201
11202 2019-03-18 Tom Tromey <tromey@adacore.com>
11203
11204 * ada-lang.c (empty_array): Add "high" parameter.
11205 (ada_evaluate_subexp): Update.
11206
11207 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11208
11209 * unittests/string_view-selftests.c: Define
11210 _initialize_string_view_selftests unconditionally.
11211
11212 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11213
11214 PR gdb/24350
11215 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11216
11217 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11218
11219 PR gdb/24351
11220 * windows-nat.c (display_selector): Fix format specifiers.
11221
11222 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11223
11224 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11225 tui_refill_source_window instead of tui_refresh_win, to update the
11226 current execution line. This fixes redisplay of the current line
11227 when stepping through the code with "next" or "step".
11228
11229 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11230
11231 * source-cache.c (source_cache::get_source_lines): Call
11232 find_source_lines to initialize s->nlines. This fixes vertical
11233 scrolling of TUI source window when the DOWN arrow is pressed.
11234
11235 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11236
11237 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11238 linux-thread-db.c (_initialize_thread_db): Likewise.
11239
11240 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11241
11242 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11243 wclrtoeol in tui_show_source_line". This reverts changes made in
11244 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11245
11246 2019-03-15 Tom Tromey <tom@tromey.com>
11247
11248 * symtab.h (struct minimal_symbol): Derive from
11249 general_symbol_info.
11250 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11251 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11252 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11253 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11254 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11255 (MSYMBOL_SEARCH_NAME): Update.
11256 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11257 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11258 * minsyms.c (minimal_symbol_reader::record_full): Update.
11259
11260 2019-03-15 Tom Tromey <tom@tromey.com>
11261
11262 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11263
11264 2019-03-15 Tom Tromey <tom@tromey.com>
11265
11266 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11267 unique_xmalloc_ptr.
11268 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11269 Update.
11270 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11271 (build_minimal_symbol_hash_tables)
11272 (minimal_symbol_reader::install): Update.
11273
11274 2019-03-15 Tom Tromey <tom@tromey.com>
11275
11276 * symtab.c (create_demangled_names_hash): Update.
11277 (symbol_set_names): Update.
11278 * objfiles.h (struct objfile_per_bfd_storage)
11279 <demangled_names_hash>: Now an htab_up.
11280 * objfiles.c (objfile_per_bfd_storage): Simplify.
11281
11282 2019-03-15 Tom Tromey <tom@tromey.com>
11283
11284 * objfiles.h (struct objfile_per_bfd_storage): Declare
11285 destructor.
11286 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11287 New.
11288 (get_objfile_bfd_data): Use new. Don't initialize
11289 language_of_main.
11290 (free_objfile_per_bfd_storage): Remove.
11291 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11292
11293 2019-03-15 Tom Tromey <tom@tromey.com>
11294
11295 * symfile.c (reread_symbols): Update.
11296 * objfiles.c (objfile::objfile): Update.
11297 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11298 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11299 comment.
11300 (minimal_symbol_reader::install): Update.
11301 (terminate_minimal_symbol_table): Remove.
11302 * jit.c (jit_object_close_impl): Update.
11303
11304 2019-03-15 Tom Tromey <tom@tromey.com>
11305
11306 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11307 initializations.
11308
11309 2019-03-15 Tom Tromey <tom@tromey.com>
11310
11311 * objfiles.h (struct objfile_per_bfd_storage)
11312 <demangled_hash_languages>: Now a bitset.
11313 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11314 (lookup_minimal_symbol): Update.
11315
11316 2019-03-15 Tom Tromey <tom@tromey.com>
11317
11318 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11319 Don't return the symbol.
11320 * coffread.c (record_minimal_symbol): Use record_full.
11321
11322 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11323
11324 The MS-Windows port of ncurses fails to switch to a color pair if
11325 one or both of the colors are the implicit default colors. This
11326 change records the default colors when TUI is initialized, and
11327 then specifies them explicitly when a color pair uses the default
11328 colors. This allows color styling in TUI mode on MS-Windows.
11329
11330 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11331 ncurses_norm_attr.
11332 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11333 colors in ncurses_norm_attr.
11334 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11335 "none", replace it with the default color recorded in
11336 ncurses_norm_attr.
11337
11338 2019-03-14 Tom Tromey <tromey@adacore.com>
11339
11340 * source-cache.h (class source_cache) <get_source_lines>: Return
11341 std::string.
11342 * source-cache.c (source_cache::extract_lines): Handle case where
11343 first_pos==npos. Return std::string.
11344 (source_cache::get_source_lines): Update.
11345
11346 2019-03-14 Tom Tromey <tromey@adacore.com>
11347
11348 * NEWS: Add item for "style sources" commands.
11349 * source-cache.c (source_cache::get_source_lines): Check
11350 source_styling.
11351 * cli/cli-style.c (source_styling): New global.
11352 (_initialize_cli_style): Add "style sources" commands.
11353 (show_style_sources): New function.
11354 * cli/cli-style.h (source_styling): Declare.
11355
11356 2019-03-14 Pedro Alves <palves@redhat.com>
11357 Tom Tromey <tromey@adacore.com>
11358
11359 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11360 * tui/tui-winsource.c (tui_refill_source_window): New function,
11361 from...
11362 (tui_horizontal_source_scroll): ... here. Move some logic.
11363 * cli/cli-style.c (set_style_enabled): Notify new observable.
11364 * tui/tui-hooks.c (tui_redisplay_source): New function.
11365 (tui_attach_detach_observers): Attach or detach
11366 tui_redisplay_source.
11367 * observable.h (source_styling_changed): New observable.
11368 * observable.c: Define source_styling_changed observable.
11369
11370 2019-03-13 Tom Tromey <tromey@adacore.com>
11371
11372 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11373 (i386_gnu_nat_target::store_registers): Update.
11374 * target-debug.h (target_debug_print_std_string): New macro.
11375 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11376 * windows-tdep.c (display_one_tib): Update.
11377 * tui/tui-stack.c (tui_make_status_line): Update.
11378 * top.c (print_inferior_quit_action): Update.
11379 * thread.c (thr_try_catch_cmd): Update.
11380 (add_thread_with_info): Update.
11381 (thread_target_id_str): Update.
11382 (thr_try_catch_cmd): Update.
11383 (thread_command): Update.
11384 (thread_find_command): Update.
11385 * record-btrace.c (record_btrace_target::info_record)
11386 (record_btrace_resume_thread, record_btrace_target::resume)
11387 (record_btrace_cancel_resume, record_btrace_step_thread)
11388 (record_btrace_target::wait, record_btrace_target::wait)
11389 (record_btrace_target::wait, record_btrace_target::stop): Update.
11390 * progspace.c (print_program_space): Update.
11391 * process-stratum-target.c
11392 (process_stratum_target::thread_address_space): Update.
11393 * linux-fork.c (linux_fork_mourn_inferior)
11394 (detach_checkpoint_command, info_checkpoints_command)
11395 (linux_fork_context): Update.
11396 (linux_fork_detach): Update.
11397 (class scoped_switch_fork_info): Update.
11398 (delete_checkpoint_command): Update.
11399 * infrun.c (follow_fork_inferior): Update.
11400 (follow_fork_inferior): Update.
11401 (proceed_after_vfork_done): Update.
11402 (handle_vfork_child_exec_or_exit): Update.
11403 (follow_exec): Update.
11404 (displaced_step_prepare_throw): Update.
11405 (displaced_step_restore): Update.
11406 (start_step_over): Update.
11407 (resume_1): Update.
11408 (clear_proceed_status_thread): Update.
11409 (proceed): Update.
11410 (print_target_wait_results): Update.
11411 (do_target_wait): Update.
11412 (context_switch): Update.
11413 (stop_all_threads): Update.
11414 (restart_threads): Update.
11415 (finish_step_over): Update.
11416 (handle_signal_stop): Update.
11417 (switch_back_to_stepped_thread): Update.
11418 (keep_going_pass_signal): Update.
11419 (print_exited_reason): Update.
11420 (normal_stop): Update.
11421 * inferior.c (inferior_pid_to_str): Change return type.
11422 (print_selected_inferior): Update.
11423 (add_inferior): Update.
11424 (detach_inferior): Update.
11425 * dummy-frame.c (fprint_dummy_frames): Update.
11426 * dcache.c (dcache_info_1): Update.
11427 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11428 (btrace_fetch, btrace_clear): Update.
11429 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11430 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11431 type.
11432 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11433 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11434 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11435 * gdbarch.c, gdbarch.h: Rebuild.
11436 * gdbarch.sh (core_pid_to_str): Change return type.
11437 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11438 return type.
11439 (windows_nat_target::pid_to_str): Change return type.
11440 (windows_delete_thread): Update.
11441 (windows_nat_target::attach): Update.
11442 (windows_nat_target::files_info): Update.
11443 * target-delegates.c: Rebuild.
11444 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11445 return type.
11446 (sol_thread_target::pid_to_str): Change return type.
11447 * remote.c (class remote_target) <pid_to_str>: Change return
11448 type.
11449 (remote_target::pid_to_str): Change return type.
11450 (extended_remote_target::attach, remote_target::remote_stop_ns)
11451 (remote_target::remote_notif_remove_queued_reply)
11452 (remote_target::push_stop_reply, remote_target::disable_btrace):
11453 Update.
11454 (extended_remote_target::attach): Update.
11455 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11456 type.
11457 (gdbsim_target::pid_to_str): Change return type.
11458 * ravenscar-thread.c (struct ravenscar_thread_target)
11459 <pid_to_str>: Change return type.
11460 (ravenscar_thread_target::pid_to_str): Change return type.
11461 * procfs.c (class procfs_target) <pid_to_str>: Change return
11462 type.
11463 (procfs_target::pid_to_str): Change return type.
11464 (procfs_target::attach): Update.
11465 (procfs_target::detach): Update.
11466 (procfs_target::fetch_registers): Update.
11467 (procfs_target::store_registers): Update.
11468 (procfs_target::wait): Update.
11469 (procfs_target::files_info): Update.
11470 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11471 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11472 return type.
11473 (nto_procfs_target::pid_to_str): Change return type.
11474 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11475 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11476 return type.
11477 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11478 (exit_lwp): Update.
11479 (attach_proc_task_lwp_callback, get_detach_signal)
11480 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11481 (linux_nat_target::resume, wait_lwp, stop_callback)
11482 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11483 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11484 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11485 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11486 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11487 type.
11488 (inf_ptrace_target::attach): Update.
11489 (inf_ptrace_target::files_info): Update.
11490 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11491 type.
11492 (go32_nat_target::pid_to_str): Change return type.
11493 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11494 (gnu_nat_target::wait): Update.
11495 (gnu_nat_target::wait): Update.
11496 (gnu_nat_target::resume): Update.
11497 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11498 (fbsd_nat_target::wait): Update.
11499 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11500 type.
11501 (darwin_nat_target::attach): Update.
11502 * corelow.c (class core_target) <pid_to_str>: Change return type.
11503 (core_target::pid_to_str): Change return type.
11504 * target.c (normal_pid_to_str): Change return type.
11505 (default_pid_to_str): Likewise.
11506 (target_pid_to_str): Change return type.
11507 (target_translate_tls_address): Update.
11508 (target_announce_detach): Update.
11509 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11510 return type.
11511 (bsd_uthread_target::pid_to_str): Change return type.
11512 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11513 type.
11514 (bsd_kvm_target::pid_to_str): Change return type.
11515 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11516 return type.
11517 (aix_thread_target::pid_to_str): Change return type.
11518 * target.h (struct target_ops) <pid_to_str>: Change return type.
11519 (target_pid_to_str, normal_pid_to_str): Likewise.
11520 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11521 type.
11522 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11523 type.
11524 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11525 return type.
11526 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11527 type.
11528 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11529 type.
11530 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11531 return type.
11532
11533 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11534
11535 * NEWS: Mention that the new default MI version is 3. Mention
11536 changes to the output of commands and events that deal with
11537 multi-location breakpoints.
11538 * breakpoint.c: Include "mi/mi-out.h".
11539 (print_one_breakpoint): Change output syntax if using MI version
11540 >= 3.
11541 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11542 New.
11543 (mi_multi_location_breakpoint_output_fixed): New.
11544 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11545 (mi_cmd_fix_multi_location_breakpoint_output): New.
11546 (mi_multi_location_breakpoint_output_fixed): New.
11547 * mi/mi-cmds.c (mi_cmds): Register command
11548 -fix-multi-location-breakpoint-output.
11549 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11550 interpreter "mi".
11551
11552 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11553
11554 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11555 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11556 instantiate mi_ui_out based on interpreter name.
11557 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11558 * mi/mi-main.c (mi_load_progress): Likewise.
11559
11560 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11561
11562 * NEWS: Combine separate "New targets" sections for 8.3.
11563
11564 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11565
11566 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11567 (ppcfbsd_init_abi): Install gdbarch
11568 "fetch_tls_load_module_address" and "get_thread_local_address"
11569 methods.
11570
11571 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11572
11573 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11574 (riscv_fbsd_init_abi): Install gdbarch
11575 "fetch_tls_load_module_address" and "get_thread_local_address"
11576 methods.
11577
11578 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11579
11580 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11581 (i386fbsd_init_abi): Install gdbarch
11582 "fetch_tls_load_module_address" and "get_thread_local_address"
11583 methods.
11584
11585 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11586
11587 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11588 (amd64fbsd_init_abi): Install gdbarch
11589 "fetch_tls_load_module_address" and "get_thread_local_address"
11590 methods.
11591
11592 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11593
11594 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11595 (struct fbsd_pspace_data): New type.
11596 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11597 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11598 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11599 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11600 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11601
11602 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11603
11604 * gdbtypes.c (lookup_struct_elt): New function.
11605 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11606 * gdbtypes.h (struct struct_elt): New type.
11607 (lookup_struct_elt): New prototype.
11608
11609 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11610
11611 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11612 remove disabled code block.
11613
11614 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11615
11616 * gdbarch.sh (get_thread_local_address): New method.
11617 * gdbarch.h, gdbarch.c: Regenerate.
11618 * target.c (target_translate_tls_address): Use
11619 gdbarch_get_thread_local_address if present instead of
11620 target::get_thread_local_address.
11621
11622 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11623
11624 * target.h (target::get_thread_local_address): Update comment.
11625
11626 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11627
11628 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11629 objfile->separate_debug_objfile_backlink if not NULL.
11630
11631 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11632
11633 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11634 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11635 (amd64bsd_store_inferior_registers): Likewise.
11636 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11637 Enable segment base registers.
11638 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11639 PT_GETFSBASE and PT_GETGSBASE.
11640 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11641 PT_SETGSBASE.
11642 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11643 segment base registers.
11644 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11645
11646 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11647
11648 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11649 Update calls to i386_target_description to add 'segments'
11650 parameter.
11651 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11652 add segment base registers.
11653 * arch/i386.c (i386_create_target_description): Add 'segments'
11654 parameter to enable segment base registers.
11655 * arch/i386.h (i386_create_target_description): Likewise.
11656 * features/i386/32bit-segments.xml: New file.
11657 * features/i386/32bit-segments.c: Generate.
11658 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11659 call to i386_target_description to add 'segments' parameter.
11660 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11661 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11662 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11663 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11664 if feature is present.
11665 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11666 Add 'segments' parameter to call to i386_target_description.
11667 (i386_target_description): Add 'segments' parameter to enable
11668 segment base registers.
11669 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11670 to call to i386_target_description.
11671 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11672 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11673 Define I386_NUM_REGS.
11674 (i386_target_description): Add 'segments' parameter to enable
11675 segment base registers.
11676
11677 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11678
11679 PR/24325
11680 * source-cache.c: #undef open and close, to avoid unresolved
11681 externals during linking.
11682
11683 2019-03-12 Tom Tromey <tromey@adacore.com>
11684
11685 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11686 const. Add initializers.
11687 (_initialize_remote): Don't initialize ptid globals.
11688
11689 2019-03-12 Pedro Alves <palves@redhat.com>
11690
11691 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11692
11693 2019-03-12 Pedro Alves <palves@redhat.com>
11694
11695 * cp-name-parser.y (main): Remove unused 'len' variable.
11696
11697 2019-03-12 Tom Tromey <tromey@adacore.com>
11698
11699 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11700 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11701
11702 2019-03-12 Tom Tromey <tromey@adacore.com>
11703
11704 * linux-nat.c (iterate_over_lwps): Update.
11705 (stop_callback): Remove parameter.
11706 (stop_wait_callback, detach_callback, resume_set_callback)
11707 (select_singlestep_lwp_callback, set_ignore_sigint)
11708 (status_callback, resumed_callback, resume_clear_callback)
11709 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11710 data parameter.
11711 (linux_nat_target::detach, linux_nat_target::resume)
11712 (linux_stop_and_wait_all_lwps, select_event_lwp)
11713 (linux_nat_filter_event, linux_nat_wait_1)
11714 (linux_nat_target::kill, linux_nat_target::stop)
11715 (linux_nat_target::stop): Update.
11716 (linux_nat_resume_callback): Change type.
11717 (resume_stopped_resumed_lwps, count_events_callback)
11718 (select_event_lwp_callback): Likewise.
11719 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11720 * arm-linux-nat.c (struct update_registers_data): Remove.
11721 (update_registers_callback): Change type.
11722 (arm_linux_insert_hw_breakpoint1): Update.
11723 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11724 parameter.
11725 (x86_linux_dr_set_addr): Update.
11726 (x86_linux_dr_set_control): Update.
11727 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11728 (iterate_over_lwps): Use gdb::function_view.
11729 * nat/aarch64-linux-hw-point.c (struct
11730 aarch64_dr_update_callback_param): Remove.
11731 (debug_reg_change_callback): Change type.
11732 (aarch64_notify_debug_reg_change): Update.
11733 * s390-linux-nat.c (s390_refresh_per_info): Update.
11734
11735 2019-03-11 Tom Tromey <tromey@adacore.com>
11736
11737 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11738 redundant assignment to "this_cu".
11739
11740 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11741
11742 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11743
11744 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11745
11746 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11747 from...
11748 (rank_one_type): ... this.
11749
11750 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11751
11752 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11753 from...
11754 (rank_one_type): ... this.
11755
11756 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11757
11758 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11759 from...
11760 (rank_one_type): ... this.
11761
11762 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11763
11764 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11765 from...
11766 (rank_one_type): ... this.
11767
11768 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11769
11770 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11771 from...
11772 (rank_one_type): ... this.
11773
11774 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11775
11776 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11777 from...
11778 (rank_one_type): ... this.
11779
11780 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11781
11782 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11783 from...
11784 (rank_one_type): ... this.
11785
11786 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11787
11788 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11789 from...
11790 (rank_one_type): ... this.
11791
11792 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11793
11794 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11795 from...
11796 (rank_one_type): ... this.
11797
11798 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11799
11800 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11801 from...
11802 (rank_one_type): ... this.
11803
11804 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11805
11806 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11807 from...
11808 (rank_one_type): ... this.
11809
11810 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11811
11812 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11813 from...
11814 (rank_one_type): ... this.
11815
11816 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11817
11818 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11819 inferior-events' shows the example events.
11820
11821 2019-03-08 Eli Zaretskii <eliz@gnu.org>
11822
11823 Support styling on native MS-Windows console
11824
11825 PR/24315
11826 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11827 on MS-Windows if $TERM is not defined.
11828
11829 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11830
11831 * posix-hdep.c (gdb_console_fputs):
11832 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11833 functions.
11834 * ui-file.h (gdb_console_fputs): Add prototype.
11835
11836 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11837 back to fputs only if the former returns zero.
11838
11839 2019-03-07 Tom Tromey <tom@tromey.com>
11840
11841 * symmisc.c (print_symbol_bcache_statistics): Update.
11842 (print_objfile_statistics): Update.
11843 * symfile.c (allocate_symtab): Update.
11844 * stabsread.c: Don't include bcache.h.
11845 * psymtab.h (struct psymbol_bcache): Don't declare.
11846 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11847 (psymbol_bcache_init, psymbol_bcache_free)
11848 (psymbol_bcache_get_bcache): Don't declare.
11849 * psymtab.c (struct psymbol_bcache): Remove.
11850 (psymtab_storage::psymtab_storage): Update.
11851 (psymtab_storage::~psymtab_storage): Update.
11852 (psymbol_bcache_init, psymbol_bcache_free)
11853 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11854 (add_psymbol_to_bcache): Update.
11855 (allocate_psymtab): Update.
11856 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11857 macro_cache>: No longer pointers.
11858 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11859 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11860 * macrotab.c (macro_bcache): Update.
11861 * macroexp.c: Don't include bcache.h.
11862 * gdbtypes.c (check_types_worklist): Update.
11863 (types_deeply_equal): Remove TRY/CATCH. Update.
11864 * elfread.c (elf_symtab_read): Update.
11865 * dwarf2read.c: Don't include bcache.h.
11866 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11867 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11868 (print_bcache_statistics, bcache_memory_used): Don't declare.
11869 (struct bcache): Move from bcache.c. Add constructor, destructor,
11870 methods. Rename all data members.
11871 * bcache.c (struct bcache): Move to bcache.h.
11872 (bcache::expand_hash_table): Rename from expand_hash_table.
11873 (bcache): Remove.
11874 (bcache::insert): Rename from bcache_full.
11875 (bcache::compare): Rename from bcache_compare.
11876 (bcache_xmalloc): Remove.
11877 (bcache::~bcache): Rename from bcache_xfree.
11878 (bcache::print_statistics): Rename from print_bcache_statistics.
11879 (bcache::memory_used): Rename from bcache_memory_used.
11880
11881 2019-03-07 Pedro Alves <palves@redhat.com>
11882
11883 * infrun.c (normal_stop): Also check for
11884 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11885
11886 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11887
11888 * f-lang.c (value_from_host_double): Moved to...
11889 * value.c (value_from_host_double): ...here.
11890 * value.h (value_from_host_double): Declare.
11891 * guile/scm-math.c (vlscm_convert_typed_number): Use
11892 value_from_host_double.
11893 (vlscm_convert_number): Likewise.
11894 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11895 * python/py-value.c (convert_value_from_python): Likewise.
11896
11897 2019-03-06 Tom Tromey <tom@tromey.com>
11898
11899 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11900
11901 2019-03-06 Tom Tromey <tom@tromey.com>
11902
11903 * utils.h (free_current_contents): Don't declare.
11904 * utils.c (free_current_contents): Remove.
11905
11906 2019-03-06 Tom Tromey <tom@tromey.com>
11907
11908 * top.c (quit_force): Update.
11909 * main.c (captured_command_loop): Update.
11910 * common/new-op.c (operator new): Update.
11911 * common/common-exceptions.c (struct catcher)
11912 <save_cleanup_chain>: Remove member.
11913 (exceptions_state_mc_init): Update.
11914 (exception_try_scope_entry): Return nullptr.
11915 (exception_try_scope_exit, exception_rethrow)
11916 (throw_exception_sjlj, throw_exception_cxx): Update.
11917 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11918 (all_cleanups, do_cleanups, discard_cleanups)
11919 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11920 (restore_cleanups, restore_final_cleanups): Don't declare.
11921 (do_final_cleanups): Remove parameter.
11922 * common/cleanups.c (cleanup_chain, make_cleanup)
11923 (make_cleanup_dtor, all_cleanups, do_cleanups)
11924 (discard_my_cleanups, discard_cleanups)
11925 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11926 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11927 (null_cleanup): Remove.
11928 (do_final_cleanups): Remove parameter.
11929
11930 2019-03-06 Tom Tromey <tom@tromey.com>
11931
11932 * remote.c (remote_target::remote_parse_stop_reply): Use
11933 unique_xmalloc_ptr.
11934
11935 2019-03-06 Tom Tromey <tom@tromey.com>
11936
11937 * stabsread.c (struct stabs_field_info): Rename from field_info.
11938 <list, fnlist>: Add initializers.
11939 <obstack>: New member.
11940 (read_member_functions, read_struct_fields, read_baseclasses):
11941 Allocate on obstack. Don't use cleanups.
11942 (read_one_struct_field, read_member_functions, read_struct_fields)
11943 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11944 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11945 (read_struct_type): Update.
11946
11947 2019-03-06 Tom Tromey <tom@tromey.com>
11948
11949 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11950 * common/filestuff.h (make_cleanup_close): Don't declare.
11951 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11952 Remove.
11953
11954 2019-03-06 Tom Tromey <tom@tromey.com>
11955
11956 * solib-aix.c: Use make_scope_exit.
11957
11958 2019-03-06 Tom Tromey <tom@tromey.com>
11959
11960 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11961 Use make_scope_exit.
11962
11963 2019-03-06 Tom Tromey <tom@tromey.com>
11964
11965 * solib-svr4.c (disable_probes_interface): Remove parameter.
11966 (svr4_handle_solib_event): Use make_scope_exit.
11967
11968 2019-03-06 Tom Tromey <tom@tromey.com>
11969
11970 * remote.c (struct stop_reply_deleter): Remove.
11971 (stop_reply_up): Update.
11972 (struct stop_reply): Derive from notif_event. Don't typedef.
11973 <regcache>: Now a std::vector.
11974 (stop_reply_xfree): Remove.
11975 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11976 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11977 (remote_target::discard_pending_stop_replies): Use delete.
11978 (remote_target::remote_parse_stop_reply): Update.
11979 (remote_target::process_stop_reply): Update.
11980 * remote-notif.h (struct notif_event): Add virtual destructor.
11981 Remove "dtr" member.
11982 (struct notif_client) <alloc_event>: Return a unique_ptr.
11983 (notif_event_xfree): Don't declare.
11984 (notif_event_up): New typedef.
11985 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11986 (notif_event_xfree, do_notif_event_xfree): Remove.
11987 (remote_notif_state_xfree): Update.
11988
11989 2019-03-06 Tom Tromey <tom@tromey.com>
11990
11991 * infrun.c (displaced_step_clear_cleanup): Now a
11992 forward_scope_exit type.
11993 (displaced_step_prepare_throw): Update.
11994 (displaced_step_fixup): Update.
11995
11996 2019-03-06 Tom Tromey <tom@tromey.com>
11997
11998 * inferior.h (class inferior): Update comment.
11999 * gdbthread.h (class thread_info): Update comment.
12000
12001 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12002 Tom Tromey <tom@tromey.com>
12003
12004 * stabsread.h (struct stab_section_list): Remove.
12005 (coffstab_build_psymtabs): Update.
12006 * dbxread.c (symbuf_sections): Now a std::vector.
12007 (sect_idx): New global.
12008 (fill_symbuf): Update.
12009 (coffstab_build_psymtabs): Change type of stabsects parameter.
12010 Update.
12011 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12012 std::vector.
12013 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12014 (coff_locate_sections): Update.
12015 (coff_symfile_read): Remove cleanups. Update.
12016 (init_stringtab): Add storage parameter.
12017 (free_stringtab, free_stringtab_cleanup): Remove.
12018 (init_lineno): Add storage parameter.
12019 (free_linetab, free_linetab_cleanup): Remove.
12020
12021 2019-03-06 Pedro Alves <palves@redhat.com>
12022
12023 * linux-fork.c (fork_info::clobber_regs): Delete.
12024 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12025 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12026 comment. Adjust.
12027 (scoped_switch_fork_info::scoped_switch_fork_info)
12028 (checkpoint_command, linux_fork_context): Adjust
12029 fork_save_infrun_state calls.
12030
12031 2019-03-06 Pedro Alves <palves@redhat.com>
12032
12033 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12034 (inf_has_multiple_threads): Return 'bool' and rewrite using
12035 inferior_info::threads().
12036
12037 2019-03-06 Pedro Alves <palves@redhat.com>
12038
12039 * linux-fork.c: Include <list>.
12040 (fork_list): Now a std::list instance.
12041 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12042 (forks_exist_p, find_last_fork): Adjust.
12043 (new_fork): Delete.
12044 (one_fork_p): New.
12045 (add_fork): Adjust.
12046 (free_fork): Delete, folded into fork_info::~fork_info().
12047 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12048 Adjust.
12049 (init_fork_list): Delete.
12050 (linux_fork_killall, linux_fork_mourn_inferior)
12051 (linux_fork_detach, info_checkpoints_command): Adjust.
12052 (_initialize_linux_fork): No longer call init_fork_list.
12053
12054 2019-03-06 Pedro Alves <palves@redhat.com>
12055
12056 * linux-fork.c (new_fork): New, split out of ...
12057 (add_fork): ... this. Return void. Move "first fork" special
12058 case from here, to ...
12059 (checkpoint_command): ... here.
12060 * linux-linux.h (add_fork): Return void.
12061
12062 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12063
12064 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12065
12066 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12067 Chris January <chris.january@arm.com>
12068 David Lecomber <david.lecomber@arm.com>
12069
12070 * f-exp.y: New token, UNOP_INTRINSIC.
12071 (exp): New pattern using UNOP_INTRINSIC token.
12072 (f77_keywords): Add 'abs' keyword.
12073 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12074 (value_from_host_double): New function.
12075 (evaluate_subexp_f): Support UNOP_ABS.
12076
12077 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12078
12079 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12080 types.
12081
12082 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12083
12084 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12085 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12086 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12087
12088 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12089
12090 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12091
12092 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12093 Chris January <chris.january@arm.com>
12094
12095 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12096 * f-exp.y: Define 'KIND' token.
12097 (exp): New pattern for KIND expressions.
12098 (ptype): Handle types with a kind extension.
12099 (direct_abs_decl): Extend to spot kind extensions.
12100 (f77_keywords): Add 'kind' to the list.
12101 (push_kind_type): New function.
12102 (convert_to_kind_type): New function.
12103 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12104 * parse.c (operator_length_standard): Likewise.
12105 * parser-defs.h (enum type_pieces): Add tp_kind.
12106 * std-operator.def: Add UNOP_KIND.
12107
12108 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12109
12110 * f-exp.y (f_parse): Set yydebug.
12111
12112 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12113
12114 * f-lang.c (evaluate_subexp_f): New function.
12115 (exp_descriptor_f): New global.
12116 (f_language_defn): Use exp_descriptor_f instead of
12117 exp_descriptor_standard.
12118
12119 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12120
12121 * f-exp.y (struct token): Add comments.
12122 (dot_ops): Remove uppercase versions and the end marker.
12123 (f77_keywords): Likewise.
12124 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12125 entries in the dot_ops array are case insensitive, and use
12126 strncasecmp to compare strings. Also some whitespace cleanup in
12127 this area. Similar for the f77_keywords array, except entries in
12128 this list might be case sensitive.
12129
12130 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12131
12132 * f-exp.y (struct f77_boolean_val): Add comments.
12133 (boolean_values): Remove uppercase versions, and end marker.
12134 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12135 and use strncasecmp to achieve case insensitivity. Additionally,
12136 perform whitespace cleanup around this code.
12137
12138 2019-03-06 Tom Tromey <tromey@adacore.com>
12139
12140 * remote-sim.c (gdbsim_target_open): Use result of
12141 gdb_argv::release.
12142
12143 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12144 Dirk Schubert <dirk.schubert@arm.com>
12145 Chris January <chris.january@arm.com>
12146
12147 * eval.c (evaluate_subexp_standard): Call Fortran argument
12148 wrapping logic.
12149 * f-lang.c (struct value): A value which can be passed into a
12150 Fortran function call.
12151 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12152 where appropriate.
12153 (struct type): Value ready for a Fortran function call.
12154 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12155 is needed.
12156 * f-lang.h (fortran_argument_convert): Declaration.
12157 (fortran_preserve_arg_pointer): Declaration.
12158 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12159
12160 2019-03-05 Tom Tromey <tromey@adacore.com>
12161
12162 * python/py-prettyprint.c (print_string_repr): Remove #if.
12163 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12164
12165 2019-03-05 Tom Tromey <tromey@adacore.com>
12166
12167 * target.c (the_dummy_target): Move later. Change type to
12168 "dummy_target".
12169 (initialize_targets): Don't initialize the_dummy_target.
12170
12171 2019-03-05 Tom Tromey <tromey@adacore.com>
12172
12173 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12174 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12175
12176 2019-03-05 Tom Tromey <tromey@adacore.com>
12177
12178 * windows-nat.c (windows_nat_target::attach)
12179 (windows_nat_target::detach): Don't call gdb_flush.
12180 * valprint.c (generic_val_print, val_print, val_print_string):
12181 Don't call gdb_flush.
12182 * utils.c (defaulted_query): Don't call gdb_flush.
12183 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12184 * target.c (target_announce_detach): Don't call gdb_flush.
12185 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12186 * remote.c (extended_remote_target::attach): Don't call
12187 gdb_flush.
12188 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12189 * printcmd.c (do_examine): Don't call gdb_flush.
12190 (info_display_command): Don't call gdb_flush.
12191 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12192 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12193 * memattr.c (info_mem_command): Don't call gdb_flush.
12194 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12195 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12196 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12197 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12198 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12199 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12200 (gnu_nat_target::detach): Don't call gdb_flush.
12201 * f-valprint.c (f_val_print): Don't call gdb_flush.
12202 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12203 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12204 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12205 gdb_flush.
12206 * c-valprint.c (c_val_print): Don't call gdb_flush.
12207 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12208
12209 2019-03-05 Tom Tromey <tromey@adacore.com>
12210
12211 * varobj.c (update_dynamic_varobj_children): Update.
12212 (install_default_visualizer): Use reset, not release.
12213 * value.c (set_internalvar): Update.
12214 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12215 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12216 ATTRIBUTE_UNUSED_RESULT.
12217
12218 2019-03-05 Tom Tromey <tromey@adacore.com>
12219
12220 * remote.c (class scoped_remote_fd) <release>: Add
12221 ATTRIBUTE_UNUSED_RESULT.
12222
12223 2019-03-05 Tom Tromey <tromey@adacore.com>
12224
12225 * macroexp.c (struct macro_buffer) <release>: Add
12226 ATTRIBUTE_UNUSED_RESULT.
12227
12228 2019-03-05 Tom Tromey <tromey@adacore.com>
12229
12230 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12231 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12232 ATTRIBUTE_UNUSED_RESULT.
12233
12234 2019-03-05 Tom Tromey <tromey@adacore.com>
12235
12236 * common/scoped_fd.h (class scoped_fd) <release>: Add
12237 ATTRIBUTE_UNUSED_RESULT.
12238
12239 2019-03-05 Tom Tromey <tromey@adacore.com>
12240
12241 * parser-defs.h (struct parser_state) <release>: Add
12242 ATTRIBUTE_UNUSED_RESULT.
12243
12244 2019-03-05 Tom Tromey <tromey@adacore.com>
12245
12246 * utils.h (class gdb_argv) <release>: Add
12247 ATTRIBUTE_UNUSED_RESULT.
12248 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12249
12250 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12251
12252 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12253 for-loop range, to avoid compiler warnings.
12254
12255 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12256 avoid compiler warnings about unused variables.
12257
12258 * NEWS: Mention end of support for native debugging on MS-Windows
12259 before XP.
12260
12261 PR gdb/24292
12262 * common/netstuff.c:
12263 * gdbserver/gdbreplay.c
12264 * gdbserver/remote-utils.c:
12265 * ser-tcp.c:
12266 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12267 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12268 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12269 'getaddrinfo' and 'freeaddrinfo' were not available before
12270 Windows XP, and mingw.org's MinGW headers by default define
12271 _WIN32_WINNT to 0x500.
12272
12273 2019-03-01 Gary Benson <gbenson@redhat.com>
12274
12275 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12276
12277 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12278 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12279
12280 PR gdb/8527
12281 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12282 set_sigint_trap, clear_sigint_trap.
12283
12284 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12285
12286 * target.c (target_detach): Clear the regcache and the
12287 frame cache.
12288
12289 2019-02-27 Pedro Alves <palves@redhat.com>
12290
12291 * utils.c (set_screen_size): When we cap the height/width sizes,
12292 tweak the corresponding command variable to show "unlimited":
12293
12294 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12295 Pedro Alves <palves@redhat.com>
12296
12297 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12298 before calling rl_set_screen_size.
12299
12300 2019-02-27 Tom Tromey <tromey@adacore.com>
12301
12302 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12303 define.
12304 * python/py-value.c: Remove Python 2.4 workaround.
12305 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12306 workaround.
12307 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12308 Python 2.4 workaround.
12309 * python/python-internal.h: Remove Python 2.4 comment.
12310 (Py_ssize_t): Don't define.
12311 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12312 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12313 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12314 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12315 * python/python.c (do_start_initialization): Remove Python 2.4
12316 workaround.
12317 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12318 (print_children): Remove Python 2.4 workaround.
12319 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12320 workaround.
12321 (CHARBUFFERPROC_NAME): Remove.
12322 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12323 Python 2.4 workaround.
12324
12325 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12326
12327 * NEWS: Note minimum Python version.
12328
12329 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12330
12331 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12332 code from these functions. Remove corresponding ifdefs. Use
12333 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12334 Remove gotos and target of gotos.
12335 (infpy_search_memory): Likewise.
12336
12337 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12338
12339 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12340 (hppa_gdbarch_init): Don't register deleted functions with
12341 gdbarch.
12342
12343 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12344
12345 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12346 (h8300_unwind_sp): Delete.
12347 (h8300_dummy_id): Delete.
12348 (h8300_gdbarch_init): Don't register deleted functions with
12349 gdbarch.
12350
12351 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12352
12353 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12354 (ft32_unwind_pc): Delete.
12355 (ft32_unwind_sp): Delete.
12356 (ft32_gdbarch_init): Don't register deleted functions with
12357 gdbarch.
12358
12359 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12360
12361 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12362 (frv_unwind_pc): Delete.
12363 (frv_unwind_sp): Delete.
12364 (frv_gdbarch_init): Don't register deleted functions with
12365 gdbarch.
12366
12367 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12368
12369 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12370 (riscv_unwind_pc): Delete.
12371 (riscv_unwind_sp): Delete.
12372 (riscv_gdbarch_init): Don't register deleted functions with
12373 gdbarch.
12374
12375 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12376
12377 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12378 (csky_unwind_pc): Delete.
12379 (csky_unwind_sp): Delete.
12380 (csky_gdbarch_init): Don't register deleted functions with
12381 gdbarch.
12382
12383 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12384
12385 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12386 (cris_unwind_pc): Delete.
12387 (cris_unwind_sp): Delete.
12388 (cris_gdbarch_init): Don't register deleted functions with
12389 gdbarch.
12390
12391 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12392
12393 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12394 (bfin_unwind_pc): Delete.
12395 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12396
12397 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12398
12399 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12400 (arm_unwind_pc): Delete.
12401 (arm_unwind_sp): Delete.
12402 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12403
12404 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12405
12406 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12407 (arc_unwind_pc): Delete.
12408 (arc_unwind_sp): Delete.
12409 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12410
12411 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12412
12413 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12414 (alpha_unwind_pc): Delete.
12415 (alpha_gdbarch_init): Don't register deleted functions with
12416 gdbarch.
12417
12418 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12419
12420 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12421 (aarch64_unwind_pc): Delete.
12422 (aarch64_unwind_sp): Delete.
12423 (aarch64_gdbarch_init): Don't register deleted functions with
12424 gdbarch.
12425
12426 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12427
12428 * gdbtypes.c (type_align): Don't consider static members when
12429 computing structure alignment.
12430
12431 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12432
12433 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12434 return 0 for other types.
12435 * arch-utils.c (default_type_align): Always return 0.
12436 * gdbarch.h: Regenerate.
12437 * gdbarch.sh (type_align): Extend comment.
12438 * gdbtypes.c (type_align): Add additional comments, always call
12439 gdbarch_type_align before applying the default rules.
12440 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12441 generic code will then apply a suitable default.
12442 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12443 types, return 0 for other types.
12444
12445 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12446
12447 * NEWS: Create a new section for the next release branch.
12448 Rename the section of the current branch, now that it has
12449 been cut.
12450
12451 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12452
12453 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12454 * version.in: Bump version to 8.3.50.DATE-git.
12455
12456 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12457
12458 * aix-thread.c (ptid_cmp): Remove unused variable.
12459 (get_signaled_thread): Likewise.
12460 (store_regs_user_thread): Likewise.
12461 (store_regs_kernel_thread): Likewise.
12462 (fetch_regs_kernel_thread): Remove shadowed variable.
12463
12464 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12465
12466 * features/riscv/32bit-cpu.xml: Add register numbers.
12467 * features/riscv/32bit-fpu.c: Regenerate.
12468 * features/riscv/32bit-fpu.xml: Add register numbers.
12469 * features/riscv/64bit-cpu.xml: Add register numbers.
12470 * features/riscv/64bit-fpu.c: Regenerate.
12471 * features/riscv/64bit-fpu.xml: Add register numbers.
12472
12473 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12474
12475 * NEWS: Mention two argument form of gdb.Value constructor.
12476 * python/py-value.c (convert_buffer_and_type_to_value): New
12477 function.
12478 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12479 Add support for handling an optional second argument. Call
12480 convert_buffer_and_type_to_value as appropriate.
12481 * python/python-internal.h (Py_buffer_deleter): New struct.
12482 (Py_buffer_up): New typedef.
12483
12484 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12485
12486 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12487 instead of releasing ownership.
12488
12489 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12490
12491 * dwarf2read.c (open_and_init_dwp_file): Call
12492 elf_numsections instead of bfd_count_sections to initialize
12493 dwp_file->num_sections.
12494
12495 2019-02-25 Tom Tromey <tromey@adacore.com>
12496
12497 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12498
12499 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12500
12501 * gcore.in: Add '--readnever' option when invoking GDB.
12502
12503 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12504
12505 * MAINTAINERS: Update my email address.
12506
12507 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12508
12509 * build-id.c (build_id_to_debug_bfd_1): New function.
12510 (build_id_to_debug_bfd): Look for separate debug file in
12511 sysroot.
12512
12513 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12514
12515 * gdbarch.sh: Update the copyright year range that is placed into
12516 generated files.
12517
12518 2019-02-22 Keith Seitz <keiths@redhat.com>
12519
12520 PR symtab/23853
12521 * linespec.c (create_sals_line_offset): Search for the default
12522 symtab's filename instead of its fullname.
12523
12524 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12525
12526 * NEWS: Update style defaults.
12527
12528 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12529
12530 * main.c (captured_main_1): Disable styling in batch mode.
12531
12532 2019-02-20 Tom Tromey <tom@tromey.com>
12533
12534 * symtab.c (symtab_symbol_info): Fix typos.
12535
12536 2019-02-20 Tom Tromey <tromey@adacore.com>
12537
12538 * findcmd.c (_initialize_mem_search): Use upper case for
12539 metasyntactic variables.
12540
12541 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12542
12543 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12544 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12545
12546 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12547
12548 * top.h (source_file_name): Change to std::string.
12549 * top.c (source_file_name): Likewise.
12550 (command_line_input): Adjust.
12551 * cli/cli-script.c (script_from_file): Adjust.
12552
12553 2019-02-19 Tom Tromey <tromey@adacore.com>
12554
12555 * ravenscar-thread.c
12556 (ravenscar_thread_target::update_thread_list): Don't call
12557 ada_build_task_list.
12558 * ada-lang.h (ada_build_task_list): Don't declare.
12559 * ada-tasks.c (struct ada_tasks_inferior_data)
12560 <task_list_valid_p>: Now bool.
12561 (read_known_tasks, ada_task_list_changed)
12562 (ada_tasks_invalidate_inferior_data): Update.
12563 (read_known_tasks_array): Return bool.
12564 (read_known_tasks_list): Likewise.
12565 (read_known_tasks): Return void.
12566 (ada_build_task_list): Now static.
12567
12568 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12569
12570 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12571 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12572
12573 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12574
12575 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12576 variant for ada_tasks_pspace_data_handle and
12577 ada_tasks_inferior_data_handle.
12578 (ada_tasks_pspace_data_cleanup): New function.
12579 (ada_tasks_inferior_data_cleanup): New function.
12580
12581 2019-02-17 Tom Tromey <tom@tromey.com>
12582
12583 * macrotab.h (macro_source_fullname): Return a std::string.
12584 * macrotab.c (macro_include, check_for_redefinition)
12585 (macro_undef, macro_lookup_definition, foreach_macro)
12586 (foreach_macro_in_scope): Update.
12587 (macro_source_fullname): Return a std::string.
12588 * macrocmd.c (show_pp_source_pos): Update.
12589
12590 2019-02-17 Tom Tromey <tom@tromey.com>
12591
12592 * macrocmd.c (show_pp_source_pos): Style the file names.
12593
12594 2019-02-17 Tom Tromey <tom@tromey.com>
12595
12596 PR tui/24197:
12597 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12598
12599 2019-02-17 Tom Tromey <tom@tromey.com>
12600
12601 * ada-lang.c (user_select_syms): Use filtered printing.
12602 * utils.c (wrap_style): New global.
12603 (desired_style): Remove.
12604 (emit_style_escape): Add stream parameter.
12605 (set_output_style, reset_terminal_style, prompt_for_continue):
12606 Update.
12607 (flush_wrap_buffer): Only flush gdb_stdout.
12608 (wrap_here): Set wrap_style.
12609 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12610 treat escape sequences as a character. Change when wrap buffer is
12611 flushed.
12612 (fputs_styled): Do not set the output style when the default is
12613 requested.
12614 * ui-style.h (struct ui_file_style) <is_default>: New method.
12615 * source.c (print_source_lines_base): Emit escape sequences in one
12616 piece.
12617
12618 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12619
12620 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12621 integers and enumeration types.
12622
12623 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12624
12625 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12626 instead of lookup_symbol_in_language
12627 (do_exact_match): New function.
12628 (ada_get_symbol_name_matcher): Return do_exact_match when
12629 doing a verbatim match.
12630
12631 2019-02-15 Tom Tromey <tromey@adacore.com>
12632
12633 * ravenscar-thread.c (ravenscar_thread_target::resume)
12634 (ravenscar_thread_target::wait): Special case wildcard requests.
12635
12636 2019-02-15 Tom Tromey <tromey@adacore.com>
12637
12638 * ravenscar-thread.c (base_ptid): Remove.
12639 (struct ravenscar_thread_target) <close>: New method.
12640 <m_base_ptid>: New member.
12641 <update_inferior_ptid, active_task, task_is_currently_active,
12642 runtime_initialized>: Declare methods.
12643 <ravenscar_thread_target>: Add constructor.
12644 (ravenscar_thread_target::task_is_currently_active)
12645 (ravenscar_thread_target::update_inferior_ptid)
12646 (ravenscar_runtime_initialized): Rename. Now methods.
12647 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12648 (ravenscar_thread_target::update_thread_list): Update.
12649 (ravenscar_thread_target::active_task): Now method.
12650 (ravenscar_thread_target::store_registers)
12651 (ravenscar_thread_target::prepare_to_store)
12652 (ravenscar_thread_target::prepare_to_store)
12653 (ravenscar_thread_target::mourn_inferior): Update.
12654 (ravenscar_inferior_created): Use "new" to create target.
12655 (ravenscar_thread_target::get_ada_task_ptid): Update.
12656 (_initialize_ravenscar): Don't initialize base_ptid.
12657 (ravenscar_ops): Remove global.
12658
12659 2019-02-15 Tom Tromey <tromey@adacore.com>
12660
12661 * target.h (push_target): Declare new overload.
12662 * target.c (push_target): New overload, taking an rvalue reference.
12663 * remote.c (remote_target::open_1): Use push_target overload.
12664 * corelow.c (core_target_open): Use push_target overload.
12665
12666 2019-02-15 Tom Tromey <tromey@adacore.com>
12667
12668 * ravenscar-thread.c (is_ravenscar_task)
12669 (ravenscar_task_is_currently_active): Return bool.
12670 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12671 (_initialize_ravenscar): Remove "(void)".
12672 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12673 Return bool.
12674
12675 2019-02-15 Tom Tromey <tromey@adacore.com>
12676
12677 * ravenscar-thread.c (ravenscar_runtime_initializer)
12678 (has_ravenscar_runtime, get_running_thread_id)
12679 (ravenscar_thread_target::resume): Fix indentation.
12680
12681 2019-02-15 Tom Tromey <tromey@adacore.com>
12682
12683 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12684 from ravenscar_arch_ops.
12685 (sparc_ravenscar_ops::fetch_registers)
12686 (sparc_ravenscar_ops::store_registers): Now methods.
12687 (sparc_ravenscar_prepare_to_store): Remove.
12688 (sparc_ravenscar_ops): Redefine.
12689 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12690 methods and destructor. Remove members.
12691 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12692 (ravenscar_thread_target::store_registers)
12693 (ravenscar_thread_target::prepare_to_store): Update.
12694 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12695 Remove.
12696 (struct ppc_ravenscar_powerpc_ops): Derive from
12697 ravenscar_arch_ops.
12698 (ppc_ravenscar_powerpc_ops::fetch_registers)
12699 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12700 (ppc_ravenscar_powerpc_ops): Redefine.
12701 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12702 (ppc_ravenscar_e500_ops::fetch_registers)
12703 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12704 (ppc_ravenscar_e500_ops): Redefine.
12705 * aarch64-ravenscar-thread.c
12706 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12707 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12708 (aarch64_ravenscar_fetch_registers)
12709 (aarch64_ravenscar_store_registers): Now methods.
12710 (aarch64_ravenscar_ops): Redefine.
12711
12712 2019-02-15 Tom Tromey <tromey@adacore.com>
12713
12714 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12715 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12716 (ravenscar_thread_target::stopped_by_watchpoint)
12717 (ravenscar_thread_target::stopped_data_address)
12718 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12719
12720 2019-02-15 Tom Tromey <tromey@adacore.com>
12721
12722 * ravenscar-thread.c: Fix some typos.
12723
12724 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12725 Tom Tromey <tromey@adacore.com>
12726
12727 * ada-lang.c (ada_exception_sal): Change addr_string to a
12728 std::string.
12729 (create_ada_exception_catchpoint): Update.
12730
12731 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12732 Tom Tromey <tromey@adacore.com>
12733
12734 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12735 (bp_location_ops): Remove.
12736 (base_breakpoint_allocate_location): Update.
12737 (free_bp_location): Update.
12738 * ada-lang.c (class ada_catchpoint_location)
12739 <ada_catchpoint_location>: Remove ops parameter.
12740 (ada_catchpoint_location_dtor): Remove.
12741 (ada_catchpoint_location_ops): Remove.
12742 (allocate_location_exception): Update.
12743 * breakpoint.h (struct bp_location_ops): Remove.
12744 (class bp_location) <bp_location>: Remove bp_location_ops
12745 parameter.
12746 <~bp_location>: Add destructor.
12747 <ops>: Remove.
12748
12749 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12750 Pedro Alves <palves@redhat.com>
12751
12752 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12753 'PATH_MAX'.
12754
12755 2019-02-14 David Michael <fedora.dm0@gmail.com>
12756 Samuel Thibault <samuel.thibault@gnu.org>
12757 Thomas Schwinge <thomas@codesourcery.com>
12758
12759 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12760 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12761
12762 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12763
12764 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12765 (check_empty): Use "const char *".
12766
12767 * gnu-nat.c (gnu_nat_target::detach): Instead of
12768 'detach_inferior (pid)' call
12769 'detach_inferior (find_inferior_pid (pid))'.
12770
12771 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12772 'nat/fork-inferior.o'.
12773 * gnu-nat.c: #include "nat/fork-inferior.h".
12774
12775 * gnu-nat.c (gnu_nat_target::detach): Instead of
12776 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12777 * gnu-nat.h: #include "inf-child.h".
12778 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12779 'i386_gnu_nat_target::fetch_registers'.
12780 (gnu_store_registers): Rename/move to
12781 'i386_gnu_nat_target::store_registers'.
12782
12783 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12784 * gnu-nat.h (mach_thread_info): New function.
12785 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12786
12787 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12788
12789 2019-02-14 Frederic Konrad <konrad@adacore.com>
12790
12791 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12792
12793 2019-02-14 Joel Brobecker <brobecker@adacore.com>
12794
12795 * windows-nat.c (windows_add_thread): Add new parameter
12796 "main_thread_p" with default value set to false. Update
12797 function documentation as well as all callers.
12798 (windows_delete_thread): Likewise.
12799 (fake_create_process): Update call to windows_add_thread.
12800 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12801 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12802 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12803 call to windows_delete_thread.
12804
12805 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12806
12807 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12808
12809 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12810
12811 * symfile.c (find_separate_debug_file): Use canonical path of
12812 sysroot with child_path instead of gdb_sysroot if it is valid.
12813
12814 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12815
12816 * symfile.c (find_separate_debug_file): Use child_path to
12817 determine if an object file is under a sysroot.
12818
12819 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12820
12821 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12822 unittests/child-path-selftests.c.
12823 * common/pathstuff.c (child_path): New function.
12824 * common/pathstuff.h (child_path): New prototype.
12825 * unittests/child-path-selftests.c: New file.
12826
12827 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12828
12829 * symfile.c (find_separate_debug_file): Look for separate debug
12830 files in debug directories under the sysroot.
12831
12832 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12833
12834 * symtab.h (struct minimal_symbol data_p): New const method.
12835 (struct minimal_symbol text_p): Likewise.
12836 * symtab.c (output_source_filename): Use file name style
12837 to print file name.
12838 (print_symbol_info): Likewise.
12839 (print_msymbol_info): Use address style to print addresses.
12840 Use function name style to print executable text symbols.
12841 (expand_symtab_containing_pc): Use data_p.
12842 (find_pc_sect_compunit_symtab): Likewise.
12843
12844 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12845
12846 * breakpoint.c (describe_other_breakpoints): Use address style
12847 to print addresses.
12848 (say_where): Likewise.
12849
12850 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12851
12852 * ada-typeprint.c (print_func_type): Print function name
12853 style to print function name.
12854 * c-typeprint.c (c_print_type_1): Likewise.
12855
12856 2019-02-11 Alan Hayward <alan.hayward@arm.com>
12857
12858 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12859 for execve.
12860
12861 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12862
12863 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12864 type_stack.
12865
12866 2019-02-10 Joel Brobecker <brobecker@adacore.com>
12867
12868 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12869 TYPE_CODE_REF types.
12870
12871 2019-02-08 Jim Wilson <jimw@sifive.com>
12872
12873 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12874 (riscv_linux_fregset): New.
12875 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12876
12877 2019-02-07 Tom Tromey <tom@tromey.com>
12878
12879 * thread.c (thread_cancel_execution_command): Update.
12880 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12881 methods.
12882 (struct thread_fsm_ops): Remove.
12883 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12884 (thread_fsm_should_stop, thread_fsm_return_value)
12885 (thread_fsm_set_finished, thread_fsm_finished_p)
12886 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12887 Don't declare.
12888 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12889 * infrun.c (clear_proceed_status_thread)
12890 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12891 (print_stop_event): Update.
12892 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12893 Add constructor.
12894 (step_command_fsm_ops): Remove.
12895 (new_step_command_fsm): Remove.
12896 (step_1): Update.
12897 (step_command_fsm::should_stop): Rename from
12898 step_command_fsm_should_stop.
12899 (step_command_fsm::clean_up): Rename from
12900 step_command_fsm_clean_up.
12901 (step_command_fsm::do_async_reply_reason): Rename from
12902 step_command_fsm_async_reply_reason.
12903 (struct until_next_fsm): Inherit from thread_fsm. Add
12904 constructor.
12905 (until_next_fsm_ops): Remove.
12906 (new_until_next_fsm): Remove.
12907 (until_next_fsm::should_stop): Rename from
12908 until_next_fsm_should_stop.
12909 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12910 (until_next_fsm::do_async_reply_reason): Rename from
12911 until_next_fsm_async_reply_reason.
12912 (struct finish_command_fsm): Inherit from thread_fsm. Add
12913 constructor. Change type of breakpoint.
12914 (finish_command_fsm_ops): Remove.
12915 (new_finish_command_fsm): Remove.
12916 (finish_command_fsm::should_stop): Rename from
12917 finish_command_fsm_should_stop.
12918 (finish_command_fsm::clean_up): Rename from
12919 finish_command_fsm_clean_up.
12920 (finish_command_fsm::return_value): Rename from
12921 finish_command_fsm_return_value.
12922 (finish_command_fsm::do_async_reply_reason): Rename from
12923 finish_command_fsm_async_reply_reason.
12924 (finish_command): Update.
12925 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12926 Add constructor.
12927 (call_thread_fsm_ops): Remove.
12928 (call_thread_fsm::call_thread_fsm): Rename from
12929 new_call_thread_fsm.
12930 (call_thread_fsm::should_stop): Rename from
12931 call_thread_fsm_should_stop.
12932 (call_thread_fsm::should_notify_stop): Rename from
12933 call_thread_fsm_should_notify_stop.
12934 (run_inferior_call, call_function_by_hand_dummy): Update.
12935 * cli/cli-interp.c (should_print_stop_to_console): Update.
12936 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12937 Add constructor. Change type of location_breakpoint,
12938 caller_breakpoint.
12939 (until_break_fsm_ops): Remove.
12940 (new_until_break_fsm): Remove.
12941 (until_break_fsm::should_stop): Rename from
12942 until_break_fsm_should_stop.
12943 (until_break_fsm::clean_up): Rename from
12944 until_break_fsm_clean_up.
12945 (until_break_fsm::do_async_reply_reason): Rename from
12946 until_break_fsm_async_reply_reason.
12947 (until_break_command): Update.
12948 * thread-fsm.c: Remove.
12949 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12950
12951 2019-02-07 Tom Tromey <tom@tromey.com>
12952
12953 * yy-remap.h: Add include guard.
12954 * xtensa-tdep.h: Add include guard.
12955 * xcoffread.h: Rename include guard.
12956 * varobj-iter.h: Add include guard.
12957 * tui/tui.h: Rename include guard.
12958 * tui/tui-winsource.h: Rename include guard.
12959 * tui/tui-wingeneral.h: Rename include guard.
12960 * tui/tui-windata.h: Rename include guard.
12961 * tui/tui-win.h: Rename include guard.
12962 * tui/tui-stack.h: Rename include guard.
12963 * tui/tui-source.h: Rename include guard.
12964 * tui/tui-regs.h: Rename include guard.
12965 * tui/tui-out.h: Rename include guard.
12966 * tui/tui-layout.h: Rename include guard.
12967 * tui/tui-io.h: Rename include guard.
12968 * tui/tui-hooks.h: Rename include guard.
12969 * tui/tui-file.h: Rename include guard.
12970 * tui/tui-disasm.h: Rename include guard.
12971 * tui/tui-data.h: Rename include guard.
12972 * tui/tui-command.h: Rename include guard.
12973 * tic6x-tdep.h: Add include guard.
12974 * target/waitstatus.h: Rename include guard.
12975 * target/wait.h: Rename include guard.
12976 * target/target.h: Rename include guard.
12977 * target/resume.h: Rename include guard.
12978 * target-float.h: Rename include guard.
12979 * stabsread.h: Add include guard.
12980 * rs6000-tdep.h: Add include guard.
12981 * riscv-fbsd-tdep.h: Add include guard.
12982 * regformats/regdef.h: Rename include guard.
12983 * record.h: Rename include guard.
12984 * python/python.h: Rename include guard.
12985 * python/python-internal.h: Rename include guard.
12986 * python/py-stopevent.h: Rename include guard.
12987 * python/py-ref.h: Rename include guard.
12988 * python/py-record.h: Rename include guard.
12989 * python/py-record-full.h: Rename include guard.
12990 * python/py-record-btrace.h: Rename include guard.
12991 * python/py-instruction.h: Rename include guard.
12992 * python/py-events.h: Rename include guard.
12993 * python/py-event.h: Rename include guard.
12994 * procfs.h: Add include guard.
12995 * proc-utils.h: Add include guard.
12996 * p-lang.h: Add include guard.
12997 * or1k-tdep.h: Rename include guard.
12998 * observable.h: Rename include guard.
12999 * nto-tdep.h: Rename include guard.
13000 * nat/x86-linux.h: Rename include guard.
13001 * nat/x86-linux-dregs.h: Rename include guard.
13002 * nat/x86-gcc-cpuid.h: Add include guard.
13003 * nat/x86-dregs.h: Rename include guard.
13004 * nat/x86-cpuid.h: Rename include guard.
13005 * nat/ppc-linux.h: Rename include guard.
13006 * nat/mips-linux-watch.h: Rename include guard.
13007 * nat/linux-waitpid.h: Rename include guard.
13008 * nat/linux-ptrace.h: Rename include guard.
13009 * nat/linux-procfs.h: Rename include guard.
13010 * nat/linux-osdata.h: Rename include guard.
13011 * nat/linux-nat.h: Rename include guard.
13012 * nat/linux-namespaces.h: Rename include guard.
13013 * nat/linux-btrace.h: Rename include guard.
13014 * nat/glibc_thread_db.h: Rename include guard.
13015 * nat/gdb_thread_db.h: Rename include guard.
13016 * nat/gdb_ptrace.h: Rename include guard.
13017 * nat/fork-inferior.h: Rename include guard.
13018 * nat/amd64-linux-siginfo.h: Rename include guard.
13019 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13020 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13021 * nat/aarch64-linux.h: Rename include guard.
13022 * nat/aarch64-linux-hw-point.h: Rename include guard.
13023 * mn10300-tdep.h: Add include guard.
13024 * mips-linux-tdep.h: Add include guard.
13025 * mi/mi-parse.h: Rename include guard.
13026 * mi/mi-out.h: Rename include guard.
13027 * mi/mi-main.h: Rename include guard.
13028 * mi/mi-interp.h: Rename include guard.
13029 * mi/mi-getopt.h: Rename include guard.
13030 * mi/mi-console.h: Rename include guard.
13031 * mi/mi-common.h: Rename include guard.
13032 * mi/mi-cmds.h: Rename include guard.
13033 * mi/mi-cmd-break.h: Rename include guard.
13034 * m2-lang.h: Add include guard.
13035 * location.h: Rename include guard.
13036 * linux-record.h: Rename include guard.
13037 * linux-nat.h: Add include guard.
13038 * linux-fork.h: Add include guard.
13039 * i386-darwin-tdep.h: Rename include guard.
13040 * hppa-linux-offsets.h: Add include guard.
13041 * guile/guile.h: Rename include guard.
13042 * guile/guile-internal.h: Rename include guard.
13043 * gnu-nat.h: Rename include guard.
13044 * gdb-stabs.h: Rename include guard.
13045 * frv-tdep.h: Add include guard.
13046 * f-lang.h: Add include guard.
13047 * event-loop.h: Add include guard.
13048 * darwin-nat.h: Rename include guard.
13049 * cp-abi.h: Rename include guard.
13050 * config/sparc/nm-sol2.h: Rename include guard.
13051 * config/nm-nto.h: Rename include guard.
13052 * config/nm-linux.h: Add include guard.
13053 * config/i386/nm-i386gnu.h: Rename include guard.
13054 * config/djgpp/nl_types.h: Rename include guard.
13055 * config/djgpp/langinfo.h: Rename include guard.
13056 * compile/gcc-cp-plugin.h: Add include guard.
13057 * compile/gcc-c-plugin.h: Add include guard.
13058 * compile/compile.h: Rename include guard.
13059 * compile/compile-object-run.h: Rename include guard.
13060 * compile/compile-object-load.h: Rename include guard.
13061 * compile/compile-internal.h: Rename include guard.
13062 * compile/compile-cplus.h: Rename include guard.
13063 * compile/compile-c.h: Rename include guard.
13064 * common/xml-utils.h: Rename include guard.
13065 * common/x86-xstate.h: Rename include guard.
13066 * common/version.h: Rename include guard.
13067 * common/vec.h: Rename include guard.
13068 * common/tdesc.h: Rename include guard.
13069 * common/selftest.h: Rename include guard.
13070 * common/scoped_restore.h: Rename include guard.
13071 * common/scoped_mmap.h: Rename include guard.
13072 * common/scoped_fd.h: Rename include guard.
13073 * common/safe-iterator.h: Rename include guard.
13074 * common/run-time-clock.h: Rename include guard.
13075 * common/refcounted-object.h: Rename include guard.
13076 * common/queue.h: Rename include guard.
13077 * common/ptid.h: Rename include guard.
13078 * common/print-utils.h: Rename include guard.
13079 * common/preprocessor.h: Rename include guard.
13080 * common/pathstuff.h: Rename include guard.
13081 * common/observable.h: Rename include guard.
13082 * common/netstuff.h: Rename include guard.
13083 * common/job-control.h: Rename include guard.
13084 * common/host-defs.h: Rename include guard.
13085 * common/gdb_wait.h: Rename include guard.
13086 * common/gdb_vecs.h: Rename include guard.
13087 * common/gdb_unlinker.h: Rename include guard.
13088 * common/gdb_unique_ptr.h: Rename include guard.
13089 * common/gdb_tilde_expand.h: Rename include guard.
13090 * common/gdb_sys_time.h: Rename include guard.
13091 * common/gdb_string_view.h: Rename include guard.
13092 * common/gdb_splay_tree.h: Rename include guard.
13093 * common/gdb_setjmp.h: Rename include guard.
13094 * common/gdb_ref_ptr.h: Rename include guard.
13095 * common/gdb_optional.h: Rename include guard.
13096 * common/gdb_locale.h: Rename include guard.
13097 * common/gdb_assert.h: Rename include guard.
13098 * common/filtered-iterator.h: Rename include guard.
13099 * common/filestuff.h: Rename include guard.
13100 * common/fileio.h: Rename include guard.
13101 * common/environ.h: Rename include guard.
13102 * common/common-utils.h: Rename include guard.
13103 * common/common-types.h: Rename include guard.
13104 * common/common-regcache.h: Rename include guard.
13105 * common/common-inferior.h: Rename include guard.
13106 * common/common-gdbthread.h: Rename include guard.
13107 * common/common-exceptions.h: Rename include guard.
13108 * common/common-defs.h: Rename include guard.
13109 * common/common-debug.h: Rename include guard.
13110 * common/cleanups.h: Rename include guard.
13111 * common/buffer.h: Rename include guard.
13112 * common/btrace-common.h: Rename include guard.
13113 * common/break-common.h: Rename include guard.
13114 * cli/cli-utils.h: Rename include guard.
13115 * cli/cli-style.h: Rename include guard.
13116 * cli/cli-setshow.h: Rename include guard.
13117 * cli/cli-script.h: Rename include guard.
13118 * cli/cli-interp.h: Rename include guard.
13119 * cli/cli-decode.h: Rename include guard.
13120 * cli/cli-cmds.h: Rename include guard.
13121 * charset-list.h: Add include guard.
13122 * buildsym-legacy.h: Rename include guard.
13123 * bfin-tdep.h: Add include guard.
13124 * ax.h: Rename include guard.
13125 * arm-linux-tdep.h: Add include guard.
13126 * arm-fbsd-tdep.h: Add include guard.
13127 * arch/xtensa.h: Rename include guard.
13128 * arch/tic6x.h: Add include guard.
13129 * arch/i386.h: Add include guard.
13130 * arch/arm.h: Rename include guard.
13131 * arch/arm-linux.h: Rename include guard.
13132 * arch/arm-get-next-pcs.h: Rename include guard.
13133 * arch/amd64.h: Add include guard.
13134 * arch/aarch64-insn.h: Rename include guard.
13135 * arch-utils.h: Rename include guard.
13136 * annotate.h: Add include guard.
13137 * amd64-darwin-tdep.h: Rename include guard.
13138 * aarch64-linux-tdep.h: Add include guard.
13139 * aarch64-fbsd-tdep.h: Add include guard.
13140 * aarch32-linux-nat.h: Add include guard.
13141
13142 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13143
13144 * macrotab.c (macro_define_internal): New function that
13145 factorizes macro_define_object_internal and macro_define_function
13146 code.
13147 (macro_define_object_internal): Use macro_define_internal.
13148 (macro_define_function): Likewise.
13149
13150 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13151
13152 * macrocmd.c (extract_identifier): Return
13153 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13154 callers.
13155
13156 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13157
13158 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13159
13160 2019-02-05 Tom Tromey <tom@tromey.com>
13161
13162 * target.c (target_stack::unpush): Move assertion earlier.
13163
13164 2019-01-30 Tom Tromey <tom@tromey.com>
13165
13166 PR python/23615:
13167 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13168 (gdbpy_parse_and_eval): Likewise.
13169 * python/python-internal.h (gdbpy_allow_threads): New class.
13170
13171 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13172
13173 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13174 (aarch64_fbsd_fpregmap): Move earlier.
13175 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13176 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13177 instead of individual calls to trad_frame_set_reg_addr.
13178 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13179 earlier.
13180 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13181 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13182 instead of individual calls to trad_frame_set_reg_addr.
13183
13184 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13185
13186 * CONTRIBUTE: Replace contribution list with wiki link.
13187
13188 2019-01-25 Tom Tromey <tom@tromey.com>
13189
13190 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13191
13192 2019-01-25 Tom Tromey <tom@tromey.com>
13193
13194 * xtensa-linux-nat.c: Fix common/ includes.
13195 * xml-support.h: Fix common/ includes.
13196 * xml-support.c: Fix common/ includes.
13197 * x86-linux-nat.c: Fix common/ includes.
13198 * windows-nat.c: Fix common/ includes.
13199 * varobj.h: Fix common/ includes.
13200 * varobj.c: Fix common/ includes.
13201 * value.c: Fix common/ includes.
13202 * valops.c: Fix common/ includes.
13203 * utils.c: Fix common/ includes.
13204 * unittests/xml-utils-selftests.c: Fix common/ includes.
13205 * unittests/utils-selftests.c: Fix common/ includes.
13206 * unittests/unpack-selftests.c: Fix common/ includes.
13207 * unittests/tracepoint-selftests.c: Fix common/ includes.
13208 * unittests/style-selftests.c: Fix common/ includes.
13209 * unittests/string_view-selftests.c: Fix common/ includes.
13210 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13211 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13212 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13213 * unittests/rsp-low-selftests.c: Fix common/ includes.
13214 * unittests/parse-connection-spec-selftests.c: Fix common/
13215 includes.
13216 * unittests/optional-selftests.c: Fix common/ includes.
13217 * unittests/offset-type-selftests.c: Fix common/ includes.
13218 * unittests/observable-selftests.c: Fix common/ includes.
13219 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13220 * unittests/memrange-selftests.c: Fix common/ includes.
13221 * unittests/memory-map-selftests.c: Fix common/ includes.
13222 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13223 * unittests/function-view-selftests.c: Fix common/ includes.
13224 * unittests/environ-selftests.c: Fix common/ includes.
13225 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13226 * unittests/common-utils-selftests.c: Fix common/ includes.
13227 * unittests/cli-utils-selftests.c: Fix common/ includes.
13228 * unittests/array-view-selftests.c: Fix common/ includes.
13229 * ui-file.c: Fix common/ includes.
13230 * tui/tui-io.c: Fix common/ includes.
13231 * tracepoint.h: Fix common/ includes.
13232 * tracepoint.c: Fix common/ includes.
13233 * tracefile-tfile.c: Fix common/ includes.
13234 * top.h: Fix common/ includes.
13235 * top.c: Fix common/ includes.
13236 * thread.c: Fix common/ includes.
13237 * target/waitstatus.h: Fix common/ includes.
13238 * target/waitstatus.c: Fix common/ includes.
13239 * target.h: Fix common/ includes.
13240 * target.c: Fix common/ includes.
13241 * target-memory.c: Fix common/ includes.
13242 * target-descriptions.c: Fix common/ includes.
13243 * symtab.h: Fix common/ includes.
13244 * symfile.c: Fix common/ includes.
13245 * stap-probe.c: Fix common/ includes.
13246 * spu-linux-nat.c: Fix common/ includes.
13247 * sparc-nat.c: Fix common/ includes.
13248 * source.c: Fix common/ includes.
13249 * solib.c: Fix common/ includes.
13250 * solib-target.c: Fix common/ includes.
13251 * ser-unix.c: Fix common/ includes.
13252 * ser-tcp.c: Fix common/ includes.
13253 * ser-pipe.c: Fix common/ includes.
13254 * ser-base.c: Fix common/ includes.
13255 * selftest-arch.c: Fix common/ includes.
13256 * s12z-tdep.c: Fix common/ includes.
13257 * rust-exp.y: Fix common/ includes.
13258 * rs6000-aix-tdep.c: Fix common/ includes.
13259 * riscv-tdep.c: Fix common/ includes.
13260 * remote.c: Fix common/ includes.
13261 * remote-notif.h: Fix common/ includes.
13262 * remote-fileio.h: Fix common/ includes.
13263 * remote-fileio.c: Fix common/ includes.
13264 * regcache.h: Fix common/ includes.
13265 * regcache.c: Fix common/ includes.
13266 * record-btrace.c: Fix common/ includes.
13267 * python/python.c: Fix common/ includes.
13268 * python/py-type.c: Fix common/ includes.
13269 * python/py-inferior.c: Fix common/ includes.
13270 * progspace.h: Fix common/ includes.
13271 * producer.c: Fix common/ includes.
13272 * procfs.c: Fix common/ includes.
13273 * proc-api.c: Fix common/ includes.
13274 * printcmd.c: Fix common/ includes.
13275 * ppc-linux-nat.c: Fix common/ includes.
13276 * parser-defs.h: Fix common/ includes.
13277 * osdata.c: Fix common/ includes.
13278 * obsd-nat.c: Fix common/ includes.
13279 * nat/x86-linux.c: Fix common/ includes.
13280 * nat/x86-linux-dregs.c: Fix common/ includes.
13281 * nat/x86-dregs.h: Fix common/ includes.
13282 * nat/x86-dregs.c: Fix common/ includes.
13283 * nat/ppc-linux.c: Fix common/ includes.
13284 * nat/mips-linux-watch.h: Fix common/ includes.
13285 * nat/mips-linux-watch.c: Fix common/ includes.
13286 * nat/linux-waitpid.c: Fix common/ includes.
13287 * nat/linux-ptrace.h: Fix common/ includes.
13288 * nat/linux-ptrace.c: Fix common/ includes.
13289 * nat/linux-procfs.c: Fix common/ includes.
13290 * nat/linux-personality.c: Fix common/ includes.
13291 * nat/linux-osdata.c: Fix common/ includes.
13292 * nat/linux-namespaces.c: Fix common/ includes.
13293 * nat/linux-btrace.h: Fix common/ includes.
13294 * nat/linux-btrace.c: Fix common/ includes.
13295 * nat/fork-inferior.c: Fix common/ includes.
13296 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13297 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13298 * nat/aarch64-linux.c: Fix common/ includes.
13299 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13300 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13301 * namespace.h: Fix common/ includes.
13302 * mips-linux-tdep.c: Fix common/ includes.
13303 * minsyms.c: Fix common/ includes.
13304 * mi/mi-parse.h: Fix common/ includes.
13305 * mi/mi-main.c: Fix common/ includes.
13306 * mi/mi-cmd-env.c: Fix common/ includes.
13307 * memrange.h: Fix common/ includes.
13308 * memattr.c: Fix common/ includes.
13309 * maint.h: Fix common/ includes.
13310 * maint.c: Fix common/ includes.
13311 * main.c: Fix common/ includes.
13312 * machoread.c: Fix common/ includes.
13313 * location.c: Fix common/ includes.
13314 * linux-thread-db.c: Fix common/ includes.
13315 * linux-nat.c: Fix common/ includes.
13316 * linux-fork.c: Fix common/ includes.
13317 * inline-frame.c: Fix common/ includes.
13318 * infrun.c: Fix common/ includes.
13319 * inflow.c: Fix common/ includes.
13320 * inferior.h: Fix common/ includes.
13321 * inferior.c: Fix common/ includes.
13322 * infcmd.c: Fix common/ includes.
13323 * inf-ptrace.c: Fix common/ includes.
13324 * inf-child.c: Fix common/ includes.
13325 * ia64-linux-nat.c: Fix common/ includes.
13326 * i387-tdep.c: Fix common/ includes.
13327 * i386-tdep.c: Fix common/ includes.
13328 * i386-linux-tdep.c: Fix common/ includes.
13329 * i386-linux-nat.c: Fix common/ includes.
13330 * i386-go32-tdep.c: Fix common/ includes.
13331 * i386-fbsd-tdep.c: Fix common/ includes.
13332 * i386-fbsd-nat.c: Fix common/ includes.
13333 * guile/scm-type.c: Fix common/ includes.
13334 * guile/guile.c: Fix common/ includes.
13335 * go32-nat.c: Fix common/ includes.
13336 * gnu-nat.c: Fix common/ includes.
13337 * gdbthread.h: Fix common/ includes.
13338 * gdbarch-selftests.c: Fix common/ includes.
13339 * gdb_usleep.c: Fix common/ includes.
13340 * gdb_select.h: Fix common/ includes.
13341 * gdb_bfd.c: Fix common/ includes.
13342 * gcore.c: Fix common/ includes.
13343 * fork-child.c: Fix common/ includes.
13344 * findvar.c: Fix common/ includes.
13345 * fbsd-nat.c: Fix common/ includes.
13346 * event-top.c: Fix common/ includes.
13347 * event-loop.c: Fix common/ includes.
13348 * dwarf2read.c: Fix common/ includes.
13349 * dwarf2loc.c: Fix common/ includes.
13350 * dwarf2-frame.c: Fix common/ includes.
13351 * dwarf-index-cache.c: Fix common/ includes.
13352 * dtrace-probe.c: Fix common/ includes.
13353 * disasm-selftests.c: Fix common/ includes.
13354 * defs.h: Fix common/ includes.
13355 * csky-tdep.c: Fix common/ includes.
13356 * cp-valprint.c: Fix common/ includes.
13357 * cp-support.h: Fix common/ includes.
13358 * cp-support.c: Fix common/ includes.
13359 * corelow.c: Fix common/ includes.
13360 * completer.h: Fix common/ includes.
13361 * completer.c: Fix common/ includes.
13362 * compile/compile.c: Fix common/ includes.
13363 * compile/compile-loc2c.c: Fix common/ includes.
13364 * compile/compile-cplus-types.c: Fix common/ includes.
13365 * compile/compile-cplus-symbols.c: Fix common/ includes.
13366 * command.h: Fix common/ includes.
13367 * cli/cli-dump.c: Fix common/ includes.
13368 * cli/cli-cmds.c: Fix common/ includes.
13369 * charset.c: Fix common/ includes.
13370 * build-id.c: Fix common/ includes.
13371 * btrace.h: Fix common/ includes.
13372 * btrace.c: Fix common/ includes.
13373 * breakpoint.h: Fix common/ includes.
13374 * breakpoint.c: Fix common/ includes.
13375 * ax.h:
13376 (enum agent_op): Fix common/ includes.
13377 * ax-general.c (struct aop_map): Fix common/ includes.
13378 * ax-gdb.c: Fix common/ includes.
13379 * auxv.c: Fix common/ includes.
13380 * auto-load.c: Fix common/ includes.
13381 * arm-tdep.c: Fix common/ includes.
13382 * arch/riscv.c: Fix common/ includes.
13383 * arch/ppc-linux-common.c: Fix common/ includes.
13384 * arch/i386.c: Fix common/ includes.
13385 * arch/arm.c: Fix common/ includes.
13386 * arch/arm-linux.c: Fix common/ includes.
13387 * arch/arm-get-next-pcs.c: Fix common/ includes.
13388 * arch/amd64.c: Fix common/ includes.
13389 * arch/aarch64.c: Fix common/ includes.
13390 * arch/aarch64-insn.c: Fix common/ includes.
13391 * arch-utils.c: Fix common/ includes.
13392 * amd64-windows-tdep.c: Fix common/ includes.
13393 * amd64-tdep.c: Fix common/ includes.
13394 * amd64-sol2-tdep.c: Fix common/ includes.
13395 * amd64-obsd-tdep.c: Fix common/ includes.
13396 * amd64-nbsd-tdep.c: Fix common/ includes.
13397 * amd64-linux-tdep.c: Fix common/ includes.
13398 * amd64-linux-nat.c: Fix common/ includes.
13399 * amd64-fbsd-tdep.c: Fix common/ includes.
13400 * amd64-fbsd-nat.c: Fix common/ includes.
13401 * amd64-dicos-tdep.c: Fix common/ includes.
13402 * amd64-darwin-tdep.c: Fix common/ includes.
13403 * agent.c: Fix common/ includes.
13404 * ada-lang.h: Fix common/ includes.
13405 * ada-lang.c: Fix common/ includes.
13406 * aarch64-tdep.c: Fix common/ includes.
13407
13408 2019-01-25 Tom Tromey <tom@tromey.com>
13409
13410 * common/create-version.sh: Use common/version.h.
13411
13412 2019-01-24 Pedro Alves <palves@redhat.com>
13413
13414 * infrun.c (signal_stop, signal_print, signal_program)
13415 (signal_catch, signal_pass): Now arrays instead of pointers.
13416 (update_signals_program_target, do_target_resume)
13417 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13418 * linux-nat.c (linux_nat_target::pass_signals)
13419 (linux_nat_target::create_inferior, linux_nat_target::attach):
13420 Adjust.
13421 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13422 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13423 * procfs.c (procfs_target::pass_signals): Adjust.
13424 * record-full.c (record_full_target::resume): Adjust.
13425 * remote.c (remote_target::pass_signals)
13426 (remote_target::program_signals): Adjust.
13427 * target-debug.h (target_debug_print_signals): Now takes a
13428 gdb::array_view as parameter. Adjust.
13429 * target.h (target_ops) <pass_signals, program_signals>: Replace
13430 pointer and length parameters with gdb::array_view.
13431 (target_pass_signals, target_program_signals): Likewise.
13432 * target-delegates.c: Regenerate.
13433
13434 2019-01-24 Pedro Alves <palves@redhat.com>
13435
13436 * common/forward-scope-exit.h
13437 (forward_scope_exit::forward_scope_exit): Pass arguments to
13438 m_bind_function directly, instead of creating a std::bind and
13439 copying that.
13440
13441 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13442
13443 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13444 for static members.
13445 (pass_in_v_vfp_candidate): Likewise.
13446
13447 2019-01-23 Tom Tromey <tom@tromey.com>
13448 Pedro Alves <palves@redhat.com>
13449
13450 * regcache.c (class regcache_invalidator): Remove.
13451 (regcache::raw_write): Use make_scope_exit.
13452
13453 2019-01-23 Tom Tromey <tom@tromey.com>
13454
13455 * ui-out.h (class ui_out_emit_type): Update comment.
13456
13457 2019-01-23 Tom Tromey <tom@tromey.com>
13458
13459 * infrun.c (fetch_inferior_event): Update comment.
13460
13461 2019-01-23 Tom Tromey <tom@tromey.com>
13462 Pedro Alves <palves@redhat.com>
13463
13464 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13465 parameter.
13466 (fetch_inferior_event): Use SCOPE_EXIT.
13467
13468
13469 2019-01-23 Tom Tromey <tom@tromey.com>
13470 Pedro Alves <palves@redhat.com>
13471
13472 * infrun.c (disable_thread_events): Delete.
13473 (stop_all_threads): Use SCOPE_EXIT.
13474
13475 2019-01-23 Tom Tromey <tom@tromey.com>
13476 Pedro Alves <palves@redhat.com>
13477
13478 * symfile.c: Include forward-scope-exit.h.
13479 (clear_symtab_users_cleanup): Replace forward declaration with
13480 a FORWARD_SCOPE_EXIT.
13481 (syms_from_objfile_1): Use the forward_scope_exit and
13482 gdb::optional instead of cleanup_function.
13483 (reread_symbols): Use the forward_scope_exit instead of
13484 cleanup_function.
13485 (clear_symtab_users_cleanup): Remove function.
13486
13487 2019-01-23 Tom Tromey <tom@tromey.com>
13488 Pedro Alves <palves@redhat.com>
13489
13490 * linux-nat.c: Include scope-exit.h.
13491 (cleanup_target_stop): Remove.
13492 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13493 SCOPE_EXIT.
13494
13495 2019-01-23 Tom Tromey <tom@tromey.com>
13496 Pedro Alves <palves@redhat.com>
13497
13498 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13499 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13500
13501 2019-01-23 Tom Tromey <tom@tromey.com>
13502 Andrew Burgess <andrew.burgess@embecosm.com>
13503 Pedro Alves <palves@redhat.com>
13504
13505 * infrun.c (fetch_inferior_event): Use scope_exit.
13506 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13507 * top.c (execute_command): Use scope_exit.
13508 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13509 * utils.c (do_bpstat_clear_actions_cleanup)
13510 (make_bpstat_clear_actions_cleanup): Remove.
13511
13512 2019-01-23 Tom Tromey <tom@tromey.com>
13513 Pedro Alves <palves@redhat.com>
13514
13515 * infrun.c: Include "common/scope-exit.h"
13516 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13517 (wait_for_inferior): Use SCOPE_EXIT.
13518 (fetch_inferior_event): Use scope_exit.
13519
13520 2019-01-23 Tom Tromey <tom@tromey.com>
13521 Pedro Alves <palves@redhat.com>
13522
13523 * breakpoint.c (create_breakpoint): Remove cleanup.
13524
13525 2019-01-23 Tom Tromey <tom@tromey.com>
13526 Andrew Burgess <andrew.burgess@embecosm.com>
13527 Pedro Alves <palves@redhat.com>
13528
13529 2019-01-23 Pedro Alves <palves@redhat.com>
13530
13531 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13532
13533 2019-01-23 Pedro Alves <palves@redhat.com>
13534 Andrew Burgess <andrew.burgess@embecosm.com>
13535
13536 * gdbthread.h: Include "common/forward-scope-exit.h".
13537 (scoped_finish_thread_state): Redefine custom class in terms of
13538 forward_scope_exit.
13539
13540 2019-01-23 Pedro Alves <palves@redhat.com>
13541 Andrew Burgess <andrew.burgess@embecosm.com>
13542
13543 * common/forward-scope-exit.h: New file.
13544
13545 2019-01-23 Pedro Alves <palves@redhat.com>
13546 Andrew Burgess <andrew.burgess@embecosm.com>
13547 Tom Tromey <tom@tromey.com>
13548
13549 * common/scope-exit.h: New file.
13550
13551 2019-01-23 Pedro Alves <palves@redhat.com>
13552
13553 * common/preprocessor.h (ESC): Rename to ...
13554 (ESC_PARENS): ... this.
13555 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13556 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13557
13558 2019-01-23 Tom Tromey <tom@tromey.com>
13559
13560 * language.h (class scoped_switch_to_sym_language_if_auto):
13561 Initialize m_lang in both cases.
13562
13563 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13564
13565 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13566 with XCNEW.
13567
13568 2019-01-22 Tom Tromey <tom@tromey.com>
13569
13570 * corelow.c: Do not include sys/file.h.
13571
13572 2019-01-22 Tom Tromey <tom@tromey.com>
13573
13574 * tui/tui-wingeneral.h: Include gdb_curses.h.
13575
13576 2019-01-22 Tom Tromey <tom@tromey.com>
13577
13578 * source-cache.h (class source_cache) <get_source_lines,
13579 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13580
13581 2019-01-22 Tom Tromey <tom@tromey.com>
13582
13583 * remote-fileio.h (struct remote_target): Declare.
13584
13585 2019-01-22 Tom Tromey <tom@tromey.com>
13586
13587 * python/py-arch.c: Do not include py-ref.h.
13588 * python/py-bpevent.c: Do not include py-ref.h.
13589 * python/py-cmd.c: Do not include py-ref.h.
13590 * python/py-continueevent.c: Do not include py-ref.h.
13591 * python/py-event.h: Do not include py-ref.h.
13592 * python/py-evtregistry.c: Do not include py-ref.h.
13593 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13594 * python/py-frame.c: Do not include py-ref.h.
13595 * python/py-framefilter.c: Do not include py-ref.h.
13596 * python/py-function.c: Do not include py-ref.h.
13597 * python/py-infevents.c: Do not include py-ref.h.
13598 * python/py-linetable.c: Do not include py-ref.h.
13599 * python/py-objfile.c: Do not include py-ref.h.
13600 * python/py-param.c: Do not include py-ref.h.
13601 * python/py-prettyprint.c: Do not include py-ref.h.
13602 * python/py-progspace.c: Do not include py-ref.h.
13603 * python/py-symbol.c: Do not include py-ref.h.
13604 * python/py-symtab.c: Do not include py-ref.h.
13605 * python/py-type.c: Do not include py-ref.h.
13606 * python/py-unwind.c: Do not include py-ref.h.
13607 * python/py-utils.c: Do not include py-ref.h.
13608 * python/py-value.c: Do not include py-ref.h.
13609 * python/py-varobj.c: Do not include py-ref.h.
13610 * python/py-xmethods.c: Do not include py-ref.h.
13611 * python/python.c: Do not include py-ref.h.
13612 * varobj.c: Do not include py-ref.h.
13613
13614 2019-01-22 Tom Tromey <tom@tromey.com>
13615
13616 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13617 keyword for bcache.
13618
13619 2019-01-22 Tom Tromey <tom@tromey.com>
13620
13621 * compile/compile-cplus-types.c: Remove a comment by #include.
13622
13623 2019-01-22 Tom Tromey <tom@tromey.com>
13624
13625 * compile/gcc-c-plugin.h: Include compile-internal.h.
13626
13627 2019-01-22 Tom Tromey <tom@tromey.com>
13628
13629 * stabsread.c (EXTERN): Do not define.
13630 (symnum, next_symbol_text_func, processing_gcc_compilation)
13631 (within_function, global_sym_chain, global_stabs)
13632 (previous_stab_code, this_object_header_files)
13633 (n_this_object_header_files)
13634 (n_allocated_this_object_header_files): Define.
13635 * stabsread.h (EXTERN): Never define. Use "extern".
13636
13637 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13638
13639 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13640 history_value.
13641
13642 2019-01-21 Tom Tromey <tom@tromey.com>
13643
13644 * ui-out.c: Fix includes.
13645 * tui/tui-source.c: Fix includes.
13646 * target.c: Fix includes.
13647 * remote.c: Fix includes.
13648 * regcache.c: Fix includes.
13649 * python/py-block.c: Fix includes.
13650 * printcmd.c: Fix includes.
13651 * or1k-tdep.c: Fix includes.
13652 * mi/mi-main.c: Fix includes.
13653 * m32r-tdep.c: Fix includes.
13654 * csky-tdep.c: Fix includes.
13655 * compile/compile-cplus-types.c: Fix includes.
13656 * cli/cli-interp.c: Fix includes.
13657
13658 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13659
13660 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13661 for padding.
13662
13663 2019-01-16 Tom Tromey <tom@tromey.com>
13664
13665 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13666 earlier.
13667 (struct objfile) <msymbols_range>: Move from top level.
13668 <msymbols>: New method.
13669 (class objfile_msymbols): Remove.
13670 * symtab.c (default_collect_symbol_completion_matches_break_on):
13671 Update.
13672 * symmisc.c (dump_msymbols): Update.
13673 * stabsread.c (scan_file_globals): Update.
13674 * objc-lang.c (info_selectors_command, info_classes_command)
13675 (find_methods): Update.
13676 * minsyms.c (find_solib_trampoline_target): Update.
13677 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13678 * coffread.c (coff_symfile_read): Update.
13679 * ada-lang.c (ada_lookup_simple_minsym)
13680 (ada_collect_symbol_completion_matches): Update.
13681
13682 2019-01-16 Tom Tromey <tom@tromey.com>
13683
13684 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13685 type. Remove no-argument constructor.
13686 <iterator::operator++>: Simplify.
13687 <begin>: Update.
13688 <end>: Use minimal_symbol_count.
13689
13690 2019-01-16 Tom Tromey <tom@tromey.com>
13691
13692 * objfiles.h (struct objfile) <psymtabs>: New method.
13693 (class objfile_psymtabs): Remove.
13694 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13695 typedef.
13696 <range>: New method.
13697 (require_partial_symbols): Change return type.
13698 * psymtab.c (require_partial_symbols)
13699 (psym_expand_symtabs_matching): Update.
13700 * mdebugread.c (parse_partial_symbols): Update.
13701 * dbxread.c (dbx_end_psymtab): Update.
13702
13703 2019-01-15 Tom Tromey <tom@tromey.com>
13704
13705 * symtab.c (lookup_objfile_from_block)
13706 (lookup_symbol_in_objfile_symtabs)
13707 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13708 (find_line_symtab, info_sources_command)
13709 (default_collect_symbol_completion_matches_break_on)
13710 (make_source_files_completion_list): Update.
13711 * symmisc.c (print_objfile_statistics, dump_objfile)
13712 (maintenance_print_symbols, maintenance_info_symtabs)
13713 (maintenance_check_symtabs, maintenance_info_line_tables):
13714 Update.
13715 * source.c (select_source_symtab)
13716 (forget_cached_source_info_for_objfile): Update.
13717 * objfiles.h (class objfile_compunits): Remove.
13718 (struct objfile) <compunits_range>: New typedef.
13719 (compunits): New method.
13720 * objfiles.c (objfile_relocate1): Update.
13721 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13722 * maint.c (count_symtabs_and_blocks): Update.
13723 * linespec.c (iterate_over_all_matching_symtabs): Update.
13724 * cp-support.c (add_symbol_overload_list_qualified): Update.
13725 * coffread.c (coff_symtab_read): Update.
13726 * ada-lang.c (add_nonlocal_symbols)
13727 (ada_collect_symbol_completion_matches)
13728 (ada_add_global_exceptions): Update.
13729
13730 2019-01-15 Tom Tromey <tom@tromey.com>
13731
13732 * progspace.h (program_space) <objfiles_safe_range>: New
13733 typedef.
13734 <objfiles_safe>: New method.
13735 * objfiles.h (class all_objfiles_safe): Remove.
13736 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13737 * jit.c (jit_inferior_exit_hook): Update.
13738
13739 2019-01-17 Tom Tromey <tom@tromey.com>
13740
13741 * progspace.h (program_space) <objfiles_range>: New typedef.
13742 <objfiles>: New method.
13743 <objfiles_head>: Rename from objfiles.
13744 (object_files): Update.
13745 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13746 * guile/scm-pretty-print.c
13747 (ppscm_find_pretty_printer_from_objfiles): Update.
13748 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13749 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13750 Update.
13751 * python/py-progspace.c (pspy_get_objfiles): Update.
13752 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13753 Update.
13754 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13755 (objfpy_lookup_objfile_by_build_id): Update.
13756 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13757 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13758 Update.
13759 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13760 (expand_symtab_containing_pc, lookup_objfile_from_block)
13761 (lookup_static_symbol, basic_lookup_transparent_type)
13762 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13763 (find_line_symtab, info_sources_command)
13764 (default_collect_symbol_completion_matches_break_on)
13765 (make_source_files_completion_list, find_main_name): Update.
13766 * symmisc.c (print_symbol_bcache_statistics)
13767 (print_objfile_statistics, maintenance_print_symbols)
13768 (maintenance_print_msymbols, maintenance_print_objfiles)
13769 (maintenance_info_symtabs, maintenance_check_symtabs)
13770 (maintenance_expand_symtabs, maintenance_info_line_tables):
13771 Update.
13772 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13773 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13774 (map_overlay_command, unmap_overlay_command)
13775 (simple_overlay_update, expand_symtabs_matching)
13776 (map_symbol_filenames): Update.
13777 * symfile-debug.c (set_debug_symfile): Update.
13778 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13779 Update.
13780 * source.c (select_source_symtab, forget_cached_source_info):
13781 Update.
13782 * solib.c (solib_read_symbols): Update.
13783 * solib-spu.c (append_ocl_sos): Update.
13784 * psymtab.c (maintenance_print_psymbols)
13785 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13786 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13787 * printcmd.c (info_symbol_command): Update.
13788 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13789 Update.
13790 * objfiles.h (class all_objfiles): Remove.
13791 * objfiles.c (have_partial_symbols, have_full_symbols)
13792 (have_minimal_symbols, qsort_cmp, update_section_map)
13793 (shared_objfile_contains_address_p)
13794 (default_iterate_over_objfiles_in_search_order): Update.
13795 * objc-lang.c (info_selectors_command, info_classes_command)
13796 (find_methods): Update.
13797 * minsyms.c (find_solib_trampoline_target): Update.
13798 * maint.c (maintenance_info_sections)
13799 (maintenance_translate_address, count_symtabs_and_blocks):
13800 Update.
13801 * main.c (captured_main_1): Update.
13802 * linux-thread-db.c (try_thread_db_load_from_pdir)
13803 (has_libpthread): Update.
13804 * linespec.c (iterate_over_all_matching_symtabs)
13805 (search_minsyms_for_name): Update.
13806 * jit.c (jit_find_objf_with_entry_addr): Update.
13807 * hppa-tdep.c (find_unwind_entry)
13808 (hppa_lookup_stub_minimal_symbol): Update.
13809 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13810 Update.
13811 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13812 (elf_gnu_ifunc_resolve_by_got): Update.
13813 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13814 * dwarf-index-write.c (save_gdb_index_command): Update.
13815 * cp-support.c (add_symbol_overload_list_qualified): Update.
13816 * breakpoint.c (create_overlay_event_breakpoint)
13817 (create_longjmp_master_breakpoint)
13818 (create_std_terminate_master_breakpoint)
13819 (create_exception_master_breakpoint): Update.
13820 * blockframe.c (find_pc_partial_function): Update.
13821 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13822 (ada_collect_symbol_completion_matches)
13823 (ada_add_global_exceptions): Update.
13824
13825 2019-01-17 Tom Tromey <tom@tromey.com>
13826
13827 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13828 declare VEC.
13829 (solib_target_parse_libraries): Change return type.
13830 (library_list_start_segment, library_list_start_section)
13831 (library_list_end_library, library_list_start_library); Update.
13832 (solib_target_free_library_list): Remove.
13833 (solib_target_parse_libraries): Remove cleanup. Change return
13834 type.
13835 (solib_target_current_sos): Update.
13836
13837 2019-01-17 Tom Tromey <tromey@bapiya>
13838
13839 * valprint.c: Replace "the the" with "the".
13840 * symtab.c: Replace "the the" with "the".
13841 * solib.c: Replace "the the" with "the".
13842 * solib-dsbt.c: Replace "the the" with "the".
13843 * linespec.c: Replace "the the" with "the".
13844 * dwarf2loc.h: Replace "the the" with "the".
13845 * amd64-windows-tdep.c: Replace "the the" with "the".
13846 * aarch64-tdep.c: Replace "the the" with "the".
13847
13848 2019-01-16 Keith Seitz <keiths@redhat.com>
13849
13850 PR gdb/23773
13851 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13852 <builder>: Rename to ..
13853 <m_builder>: ... this and make private.
13854 (dwarf2_cu::get_builder): New method. Change all users of
13855 `builder' to use this method.
13856 (dwarf2_start_symtab): Move to ...
13857 (dwarf2_cu::start_symtab): ... here. Update all callers
13858 (setup_type_unit_groups): Move to ...
13859 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13860 callers.
13861 (dwarf2_cu::reset_builder): New method.
13862 (process_full_compunit, process_full_type_unit): Use
13863 dwarf2_cu::reset_builder.
13864 (follow_die_offset): Record the ancestor CU if it is different
13865 from the followed DIE's CU.
13866 (follow_die_sig_1): Likewise.
13867
13868 2019-01-15 Tom Tromey <tom@tromey.com>
13869
13870 * remote.c (class remote_state) <buf>: Now a char_vector.
13871 <buf_size>: Remove.
13872 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13873 parameter.
13874 (remote_target::getpkt_or_notif_sane_1)
13875 (remote_target::getpkt_sane)
13876 (remote_target::getpkt_or_notif_sane): Likewise.
13877 (class remote_target) <putpkt>: New overload.
13878 (remote_target::read_frame): Change type of "buf_p". Remove
13879 sizeof_p parameter.
13880 (packet_ok): New overload.
13881 (packet_check_result): New overload.
13882 Update all uses.
13883
13884 2019-01-14 Tom Tromey <tom@tromey.com>
13885
13886 * remote-notif.c (handle_notification, remote_notif_ack)
13887 (remote_notif_parse): Make "buf" const.
13888 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13889 const.
13890 (remote_notif_parse, remote_notif_ack, handle_notification):
13891 Likewise.
13892 * remote.c (remote_notif_stop_parse): Make "buf" const.
13893 (remote_target::remote_parse_stop_reply): Make "buf" const.
13894 (remote_notif_stop_ack): Make "buf" const.
13895
13896 2019-01-14 Tom Tromey <tom@tromey.com>
13897
13898 * remote.c (remote_console_output): Make parameter const.
13899
13900 2019-01-14 Tom Tromey <tom@tromey.com>
13901
13902 * target-debug.h (target_debug_print_signals): Constify.
13903 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13904 * procfs.c (procfs_target::pass_signals): Update.
13905 * linux-nat.c (linux_nat_target::pass_signals): Update.
13906 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13907 * target-delegates.c: Rebuild.
13908 * remote.c (remote_target::program_signals): Update.
13909 (remote_target::pass_signals): Update.
13910 * target.c (target_pass_signals): Constify argument.
13911 (target_program_signals): Likewise.
13912 * target.h (struct target_ops) <pass_signals, program_signals>:
13913 Constify argument.
13914 (target_pass_signals, target_program_signals): Constify argument.
13915
13916 2019-01-14 Tom Tromey <tom@tromey.com>
13917
13918 PR tui/28819:
13919 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13920
13921 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13922
13923 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13924 field.
13925 * rs6000-tdep.c: Include reggroups.h.
13926 (IS_V_ALIAS_PSEUDOREG): Define.
13927 (rs6000_register_name): Return names for the "vX" aliases.
13928 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13929 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13930 aliases. Call default_register_reggroup_p for all other
13931 pseudo-registers.
13932 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13933 New functions.
13934 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13935 Handle "vX" aliases.
13936 (v_alias_pseudo_register_collect): New function.
13937 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13938 (rs6000_gdbarch_init): Initialize "vX" aliases as
13939 pseudo-registers. Restore registration of
13940 rs6000_pseudo_register_reggroup_p with
13941 set_tdesc_pseudo_register_reggroup_p.
13942
13943 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13944
13945 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13946 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13947 set_gdbarch_num_pseudo_regs.
13948
13949 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13950
13951 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13952 Remove arg prefixname, add do_set and do_show.
13953 Add member functions set_list and show_list.
13954 * cli/cli-style.c (class cli_style_option): Update accordingly.
13955 (style_set_list): Move to file scope.
13956 (style_show_list): Likewise.
13957 (set_style): Call help_list.
13958 (show_style): Call cmd_show_list.
13959 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13960 Update to use the new macro.
13961
13962 2019-10-12 Joel Brobecker <brobecker@adacore.com>
13963
13964 * ada-lang.c (_initialize_ada_language): Expand the help text
13965 for the "catch exception" command.
13966
13967 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13968
13969 * symtab.c (matching_obj_sections): Initialize obj,
13970 declare it closer to its usage.
13971
13972 2019-01-10 Tom Tromey <tom@tromey.com>
13973
13974 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13975 (basic_inf_threads_range): Remove.
13976 (inf_threads_range, inf_non_exited_threads_range)
13977 (safe_inf_threads_range): Use next_adapter.
13978
13979 2019-01-10 Keith Seitz <keiths@redhat.com>
13980
13981 PR gdb/23712
13982 PR symtab/23010
13983 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13984 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13985
13986 2019-01-10 Keith Seitz <keiths@redhat.com>
13987
13988 PR gdb/23712
13989 PR symtab/23010
13990 * dictionary.c (pending_to_vector): Remove.
13991 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13992 Remove _1 suffix, replacing functions of the same name. Update
13993 all callers.
13994 (dict_create_hashed, dict_create_hashed_expandable)
13995 (dict_create_linear, dict_create_linear_expandable, dict_free)
13996 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13997 Make functions static.
13998
13999 2019-01-10 Keith Seitz <keiths@redhat.com>
14000
14001 PR gdb/23712
14002 PR symtab/23010
14003 * dictionary.h (struct dictionary): Replace declaration with
14004 multidictionary.
14005 (dict_create_hashed, dict_create_hashed_expandable)
14006 (dict_create_linear, dict_create_linear_expandable)
14007 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14008 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14009 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14010 taking multidictionary argument.
14011 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14012 * block.h (struct block) <dict>: Change to multidictionary
14013 and rename `multidict'.
14014 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14015 symmisc.c: Update all dictionary references to multidictionary.
14016
14017 2019-01-10 Keith Seitz <keiths@redhat.com>
14018
14019 PR gdb/23712
14020 PR symtab/23010
14021 * dictionary.c: Include unordered_map.
14022 (pending_to_vector): New function.
14023 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14024 Rewrite the non-"_1" functions to take vector instead
14025 of linked list.
14026 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14027 "new" _1 versions of the same name.
14028 (multidictionary): Define.
14029 (std::hash<enum language): New definition.
14030 (collate_pending_symbols_by_language, mdict_create_hashed)
14031 (mdict_create_hashed_expandable, mdict_create_linear)
14032 (mdict_create_linear_expandable, mdict_free)
14033 (find_language_dictionary, create_new_language_dictionary)
14034 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14035 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14036 (mdict_size, mdict_empty): New functions.
14037 * dictionary.h (mdict_iterator): Define.
14038
14039 2019-01-10 Pedro Alves <palves@redhat.com>
14040
14041 * breakpoint.c (read_uploaded_action)
14042 (create_tracepoint_from_upload): Adjust to use
14043 gdb::unique_xmalloc_ptr.
14044 * ctf.c (ctf_write_uploaded_tp):
14045 (SET_ARRAY_FIELD): Use emplace_back.
14046 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14047 * tracefile-tfile.c (tfile_write_uploaded_tp):
14048 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14049 gdb::unique_xmalloc_ptr.
14050 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14051 at_string, cond_string, cmd_strings>: Replace char pointers
14052 with gdb::unique_xmalloc_ptr.
14053
14054 2019-01-10 Pedro Alves <palves@redhat.com>
14055
14056 * solib-target.c (library_list_start_library): Don't xstrdup name.
14057
14058 2019-01-10 Pedro Alves <palves@redhat.com>
14059
14060 * mdebugread.c (parse_partial_symbols): Use
14061 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14062
14063 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14064
14065 * linux-fork.c (scoped_switch_fork_info)
14066 <~scoped_switch_fork_info>: Fix incorrect variable name.
14067
14068 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14069
14070 * linux-fork.c (scoped_switch_fork_info)
14071 <scoped_switch_fork_info>: Make explicit.
14072 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14073
14074 2019-01-10 Tom Tromey <tom@tromey.com>
14075
14076 * objfiles.h (objfile::reset_psymtabs): Update.
14077 * objfiles.c (objfile::objfile): Update.
14078 * psymtab.h (psymtab_storage::obstack): Update.
14079 (psymtab_storage::m_obstack): Use gdb::optional.
14080 (class psymtab_storage): Update comment. Remove objfile
14081 parameter.
14082 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14083
14084 2019-01-10 Tom Tromey <tom@tromey.com>
14085
14086 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14087 <free_psymtabs>: Now private.
14088 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14089 (allocate_psymtab): Use new method.
14090
14091 2019-01-10 Tom Tromey <tom@tromey.com>
14092
14093 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14094 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14095 * mdebugread.c (parse_partial_symbols): Use
14096 allocate_dependencies.
14097 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14098 allocate_dependencies.
14099 (process_psymtab_comp_unit_reader)
14100 (build_type_psymtab_dependencies): Likewise.
14101 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14102
14103 2019-01-10 Tom Tromey <tom@tromey.com>
14104
14105 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14106 PSYMBOL_SET_LANGUAGE.
14107 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14108
14109 2019-01-10 Tom Tromey <tom@tromey.com>
14110
14111 * psymtab.h (psymtab_storage::obstack): New method.
14112 <m_obstack>: Rename from obstack; now private.
14113 * psymtab.c (psymtab_storage): Update.
14114 * dwarf2read.c (create_addrmap_from_index)
14115 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14116 Update.
14117
14118 2019-01-10 Tom Tromey <tom@tromey.com>
14119
14120 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14121 * objfiles.h (objfile::reset_psymtabs): New method.
14122
14123 2019-01-10 Tom Tromey <tom@tromey.com>
14124
14125 * symmisc.c (print_symbol_bcache_statistics): Update.
14126 (print_objfile_statistics): Update.
14127 * symfile.c (reread_symbols): Update.
14128 * psymtab.h (class psymtab_storage): New.
14129 * psymtab.c (psymtab_storage): New constructor.
14130 (~psymtab_storage): New destructor.
14131 (require_partial_symbols): Update.
14132 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14133 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14134 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14135 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14136 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14137 (start_psymtab_common, end_psymtab_common)
14138 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14139 (allocate_psymtab): Update.
14140 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14141 Update.
14142 (dump_psymtab_addrmap, maintenance_print_psymbols)
14143 (maintenance_check_psymtabs): Update.
14144 (class objfile_psymtabs): Move to objfiles.h.
14145 * psympriv.h (discard_psymtab): Now inline.
14146 (psymtab_discarder::psymtab_discarder): Update.
14147 (psymtab_discarder::~psymtab_discarder): Update.
14148 (ALL_OBJFILE_PSYMTABS): Rewrite.
14149 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14150 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14151 Remove fields.
14152 <partial_symtabs>: New field.
14153 (class objfile_psymtabs): Move from psymtab.h. Update.
14154 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14155 psymbol_cache.
14156 (objfile::~objfile): Don't destroy psymbol_cache.
14157 * mdebugread.c (parse_partial_symbols): Update.
14158 * dwarf2read.c (create_addrmap_from_index)
14159 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14160 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14161 (add_partial_subprogram, dwarf2_ranges_read): Update.
14162 * dwarf-index-write.c (write_address_map)
14163 (write_one_signatured_type, recursively_write_psymbols)
14164 (class debug_names, class debug_names, write_psymtabs_to_index):
14165 Update.
14166
14167 2019-01-10 Tom Tromey <tom@tromey.com>
14168
14169 * symtab.h (SYMBOL_SET_NAMES): Update.
14170 (symbol_set_names): Update.
14171 (MSYMBOL_SET_NAMES): Update.
14172 * symtab.c (symbol_set_names): Change argument to be an
14173 objfile_per_bfd_storage.
14174 * psymtab.c (add_psymbol_to_bcache): Update.
14175 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14176
14177 2019-01-10 Tom Tromey <tom@tromey.com>
14178
14179 * symtab.c (create_demangled_names_hash): Change argument to be an
14180 objfile_per_bfd_storage.
14181 (symbol_set_names): Update.
14182
14183 2019-01-10 Tom Tromey <tom@tromey.com>
14184
14185 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14186 init_psymbol_list.
14187 * psymtab.c (init_psymbol_list): Do nothing if already called.
14188 * psympriv.h (init_psymbol_list): Add comment.
14189 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14190 init_psymbol_list.
14191 * dbxread.c (dbx_symfile_read): Unconditionally call
14192 init_psymbol_list.
14193
14194 2019-01-10 Tom Tromey <tom@tromey.com>
14195
14196 * xcoffread.c (scan_xcoff_symtab): Update.
14197 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14198 "where".
14199 * mdebugread.c (parse_partial_symbols)
14200 (handle_psymbol_enumerators): Update.
14201 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14202 * dbxread.c (read_dbx_symtab): Update.
14203 * psympriv.h (psymbol_placement): New enum.
14204 (add_psymbol_to_list): Update.
14205
14206 2019-01-10 Tom Tromey <tom@tromey.com>
14207
14208 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14209 static_psymbols parameters.
14210 (scan_xcoff_symtab): Update.
14211 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14212 static_psymbols parameters.
14213 * psympriv.h (start_psymtab_common): Update.
14214 * mdebugread.c (parse_partial_symbols): Update.
14215 * dwarf2read.c (create_partial_symtab): Update.
14216 * dbxread.c (read_dbx_symtab): Update.
14217 (start_psymtab): Remove global_psymbols and static_psymbols
14218 parameters.
14219
14220 2019-01-10 Tom Tromey <tom@tromey.com>
14221
14222 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14223 * psymtab.c (allocate_psymtab): Add comment.
14224 * psympriv.h (allocate_psymtab): Add comment.
14225 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14226 initializations.
14227 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14228
14229 2019-01-10 Tom Tromey <tom@tromey.com>
14230
14231 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14232 Don't declare.
14233 * mipsread.c: Include mdebugread.h.
14234 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14235 Declare.
14236 * elfread.c: Include mdebugread.h.
14237
14238 2019-01-09 Tom Tromey <tom@tromey.com>
14239
14240 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14241 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14242 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14243 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14244 (psym_lookup_symbol, psym_find_last_source_symtab)
14245 (psym_forget_cached_source_info, psym_print_stats)
14246 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14247 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14248 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14249 (psym_find_compunit_symtab_by_address)
14250 (maintenance_print_psymbols, maintenance_info_psymtabs)
14251 (maintenance_check_psymtabs): Use ranged for.
14252 * psymtab.h (class objfile_psymtabs): New.
14253 (require_partial_symbols): Return objfile_psymtabs.
14254 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14255
14256 2019-01-09 Tom Tromey <tom@tromey.com>
14257
14258 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14259 (find_pc_mapped_section, list_overlays_command)
14260 (map_overlay_command, unmap_overlay_command)
14261 (simple_overlay_update): Use all_objfiles.
14262 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14263 * printcmd.c (info_symbol_command): Use all_objfiles.
14264 * objfiles.h (ALL_OBJSECTIONS): Remove.
14265 * maint.c (maintenance_translate_address): Use all_objfiles.
14266 * gcore.c (gcore_create_callback): Use all_objfiles.
14267 (objfile_find_memory_regions): Likewise.
14268
14269 2019-01-09 Tom Tromey <tom@tromey.com>
14270
14271 * symtab.c (find_line_symtab, info_sources_command)
14272 (make_source_files_completion_list): Use objfile_compunits.
14273 * source.c (select_source_symtab): Use objfile_compunits.
14274 * objfiles.h (struct objfile): Update comment.
14275 (ALL_OBJFILES): Remove.
14276 (ALL_FILETABS): Remove.
14277 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14278 objfile_compunits.
14279
14280 2019-01-09 Tom Tromey <tom@tromey.com>
14281
14282 * symmisc.c (print_objfile_statistics, dump_objfile)
14283 (maintenance_print_symbols): Use compunit_filetabs.
14284 * source.c (forget_cached_source_info_for_objfile): Use
14285 compunit_filetabs.
14286 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14287 (ALL_FILETABS): Use compunit_filetabs.
14288 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14289 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14290
14291 2019-01-09 Tom Tromey <tom@tromey.com>
14292
14293 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14294 (compunit_filetabs): New.
14295 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14296 compunit_filetabs.
14297 (info_sources_command, make_source_files_completion_list): Remove
14298 declaration.
14299 * symmisc.c (print_objfile_statistics, dump_objfile)
14300 (maintenance_print_symbols): Remove declaration.
14301 (maintenance_info_symtabs): Use compunit_filetabs.
14302 (maintenance_info_line_tables): Likewise.
14303 * source.c (select_source_symtab): Change local variable name.
14304 (forget_cached_source_info_for_objfile): Remove declaration.
14305 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14306 * objfiles.c (objfile_relocate1): Remove declaration.
14307 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14308 declaration.
14309 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14310 * coffread.c (coff_symtab_read): Remove declaration.
14311 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14312 compunit_filetabs.
14313
14314 2019-01-09 Tom Tromey <tom@tromey.com>
14315
14316 * symtab.c (lookup_objfile_from_block)
14317 (find_pc_sect_compunit_symtab, search_symbols)
14318 (default_collect_symbol_completion_matches_break_on): Use
14319 objfile_compunits.
14320 * objfiles.h (ALL_COMPUNITS): Remove.
14321 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14322 * cp-support.c (add_symbol_overload_list_qualified): Use
14323 objfile_compunits.
14324 * ada-lang.c (ada_collect_symbol_completion_matches)
14325 (ada_add_global_exceptions): Use objfile_compunits.
14326
14327 2019-01-09 Tom Tromey <tom@tromey.com>
14328
14329 * source.c (select_source_symtab)
14330 (forget_cached_source_info_for_objfile): Remove declaration.
14331 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14332 declaration.
14333 * maint.c (count_symtabs_and_blocks): Remove declaration.
14334 * cp-support.c (add_symbol_overload_list_qualified): Remove
14335 declaration.
14336 * coffread.c (coff_symtab_read): Remove declaration.
14337 * symtab.c (lookup_symbol_in_objfile_symtabs)
14338 (basic_lookup_transparent_type_1): Use objfile_compunits.
14339 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14340 (info_sources_command, search_symbols)
14341 (default_collect_symbol_completion_matches_break_on)
14342 (make_source_files_completion_list): Remove declaration.
14343 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14344 (ada_collect_symbol_completion_matches)
14345 (ada_add_global_exceptions): Remove declaration.
14346 * linespec.c (iterate_over_all_matching_symtabs): Use
14347 objfile_compunits.
14348 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14349 (class objfile_compunits): New.
14350 (ALL_COMPUNITS): Use objfile_compunits.
14351 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14352 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14353 objfile_compunits.
14354 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14355
14356 2019-01-09 Tom Tromey <tom@tromey.com>
14357
14358 * symtab.c (search_symbols)
14359 (default_collect_symbol_completion_matches_break_on): Use
14360 objfile_msymbols.
14361 * ada-lang.c (ada_lookup_simple_minsym)
14362 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14363 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14364 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14365 objfile_msymbols.
14366 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14367 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14368 * objc-lang.c (find_methods): Use objfile_msymbols.
14369 (info_selectors_command, info_classes_command): Likewise.
14370 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14371 * objfiles.h (class objfile_msymbols): New.
14372 (ALL_OBJFILE_MSYMBOLS): Remove.
14373 (ALL_MSYMBOLS): Remove.
14374
14375 2019-01-09 Tom Tromey <tom@tromey.com>
14376
14377 * common/next-iterator.h (next_adapter): Add Iterator template
14378 parameter.
14379 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14380 (class all_objfiles_safe): New.
14381 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14382 * objfiles.c (put_objfile_before): Update comment.
14383 (add_separate_debug_objfile): Likewise.
14384 (free_all_objfiles): Use all_objfiles_safe.
14385 (objfile_purge_solibs): Likewise.
14386
14387 2019-01-09 Tom Tromey <tom@tromey.com>
14388
14389 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14390 (expand_symtab_containing_pc, lookup_static_symbol)
14391 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14392 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14393 all_objfiles.
14394 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14395 * breakpoint.c (create_overlay_event_breakpoint)
14396 (create_longjmp_master_breakpoint)
14397 (create_std_terminate_master_breakpoint)
14398 (create_exception_master_breakpoint): Use all_objfiles.
14399 * linux-thread-db.c (try_thread_db_load_from_pdir)
14400 (has_libpthread): Use all_objfiles.
14401 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14402 * linespec.c (iterate_over_all_matching_symtabs)
14403 (search_minsyms_for_name): Use all_objfiles.
14404 * maint.c (maintenance_info_sections): Use all_objfiles.
14405 * main.c (captured_main_1): Use all_objfiles.
14406 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14407 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14408 * guile/scm-pretty-print.c
14409 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14410 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14411 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14412 (maintenance_print_msymbols): Use all_objfiles.
14413 * source.c (select_source_symtab): Use all_objfiles.
14414 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14415 * symfile.c (remove_symbol_file_command)
14416 (expand_symtabs_matching, map_symbol_filenames): Use
14417 all_objfiles.
14418 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14419 all_objfiles.
14420 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14421 * objc-lang.c (find_methods): Use all_objfiles.
14422 * objfiles.c (have_partial_symbols, have_full_symbols)
14423 (have_minimal_symbols, qsort_cmp)
14424 (default_iterate_over_objfiles_in_search_order): Use
14425 all_objfiles.
14426 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14427 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14428 (maintenance_check_psymtabs): Use all_objfiles.
14429 (ALL_PSYMTABS): Remove.
14430 * compile/compile-object-run.c (do_module_cleanup): Use
14431 all_objfiles.
14432 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14433 * cp-support.c (add_symbol_overload_list_qualified): Use
14434 all_objfiles.
14435 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14436 Use all_objfiles.
14437 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14438 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14439 all_objfiles.
14440 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14441 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14442 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14443 Uses all_objfiles.
14444 * solib.c (solib_read_symbols): Use all_objfiles
14445
14446 2019-01-09 Tom Tromey <tom@tromey.com>
14447
14448 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14449 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14450 all_objfiles.
14451 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14452 * symmisc.c (print_symbol_bcache_statistics)
14453 (print_objfile_statistics, maintenance_print_objfiles)
14454 (maintenance_info_symtabs, maintenance_check_symtabs)
14455 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14456 all_objfiles.
14457 * source.c (forget_cached_source_info): Use all_objfiles.
14458 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14459 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14460 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14461 * objfiles.c (update_section_map): Use all_objfiles.
14462 (shared_objfile_contains_address_p): Likewise.
14463 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14464 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14465
14466 2019-01-09 Tom Tromey <tom@tromey.com>
14467
14468 * common/next-iterator.h: New file.
14469 * objfiles.h (class all_objfiles): New.
14470 (struct objfile_iterator): New.
14471
14472 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14473
14474 * NEWS: Move the description of the changed "frame", "select-frame",
14475 and "info frame" commands to the Changed commands section.
14476
14477 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14478
14479 * gdbtypes.c (check_stub_method_group): Remove handling of old
14480 mangling schemes.
14481 * linespec.c (find_methods): Likewise.
14482 * stabsread.c (read_member_functions): Likewise.
14483 * valops.c (search_struct_method): Likewise.
14484 (value_struct_elt_for_reference): Likewise.
14485 * NEWS: Mention this change.
14486
14487 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14488
14489 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14490 print_source_lines.
14491 * source.c (print_source_lines_base): Update line number check.
14492 (print_source_lines): New function.
14493 (source_lines_range::source_lines_range): New function.
14494 * source.h (class source_lines_range): New class.
14495 (print_source_lines): New declaration.
14496
14497 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14498
14499 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14500
14501 2019-01-08 Tom Tromey <tom@tromey.com>
14502 Simon Marchi <simon.marchi@ericsson.com>
14503
14504 PR gdb/24060
14505 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14506 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14507 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14508 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14509 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14510 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14511
14512 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14513
14514 * source.c (select_source_symtab): Move header comment to
14515 declaration in source.h.
14516 (forget_cached_source_info_for_objfile): Likewise.
14517 (forget_cached_source_info): Likewise.
14518 (identify_source_line): Likewise.
14519 * source.h (identify_source_line): Move declaration from symtab.h
14520 and add comment from source.c
14521 (print_source_lines): Likewise.
14522 (forget_cached_source_info_for_objfile): Likewise.
14523 (forget_cached_source_info): Likewise.
14524 (select_source_symtab): Likewise.
14525 (enum print_source_lines_flag): Move definition from symtab.h.
14526 * symtab.h (identify_source_line): Move declaration to source.h.
14527 (print_source_lines): Likewise.
14528 (forget_cached_source_info_for_objfile): Likewise.
14529 (forget_cached_source_info): Likewise.
14530 (select_source_symtab): Likewise.
14531 (enum print_source_lines_flag): Move definition to source.h.
14532 * tui/tui-hooks.c: Add 'source.h' include.
14533
14534 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14535
14536 * source.c (print_source_lines_base): Handle requests to print
14537 reverse line number sequences, and guard against empty lines
14538 string.
14539
14540 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14541
14542 * source.c (print_source_lines_base): Fix skip of '\r' if next
14543 character is '\n'.
14544
14545 2019-01-06 Tom Tromey <tom@tromey.com>
14546
14547 * c-exp.y (struct c_parse_state) <macro_original_text,
14548 expansion_obstack>: New member.
14549 (macro_original_text, expansion_obstack): Remove globals.
14550 (scan_macro_expansion, scanning_macro_expansion)
14551 (finished_macro_expansion): Update.
14552 (scan_macro_cleanup): Remove.
14553 (yylex, c_parse): Update.
14554
14555 2019-01-06 Tom Tromey <tom@tromey.com>
14556
14557 * c-exp.y (struct c_parse_state) <strings>: New member.
14558 (operator_stoken): Update.
14559
14560 2019-01-06 Tom Tromey <tom@tromey.com>
14561
14562 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14563 (union type_stack_elt) <typelist_val>: Now a pointer to
14564 std::vector.
14565 (type_stack_cleanup): Don't declare.
14566 (push_typelist): Update.
14567 * parse.c (pop_typelist): Return a std::vector.
14568 (push_typelist): Take a std::vector.
14569 (follow_types): Update. Do not free args.
14570 (type_stack_cleanup): Remove.
14571 * c-exp.y (struct c_parse_state): New.
14572 (cpstate): New global.
14573 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14574 (nonempty_typelist): Update.
14575 (func_mod): Create a new vector.
14576 (c_parse): Create a c_parse_state.
14577 (check_parameter_typelist): Do not delete params.
14578 (function_method): Update. Do not delete type_list.
14579
14580 2019-01-06 Tom Tromey <tom@tromey.com>
14581
14582 PR gdb/28155:
14583 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14584 check_typedef.
14585 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14586 (print_return_value): Likewise.
14587
14588 2019-01-05 Tom Tromey <tom@tromey.com>
14589
14590 * contrib/cleanup_check.py: Remove.
14591 * contrib/gcc-with-excheck: Remove.
14592 * contrib/exsummary.py: Remove.
14593 * contrib/excheck.py: Remove.
14594
14595 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14596
14597 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14598 NULL. Initialize tpprev to NULL instead of assigning it
14599 to NULL on the next statement.
14600 * windows-nat.c (windows_delete_thread): Remove check for
14601 main_thread_id before printing thread exit notifications.
14602 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14603 Remove thread ID check against main_thread_id.
14604 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14605 windows_delete_thread.
14606 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14607
14608 2019-01-04 Tom Tromey <tom@tromey.com>
14609
14610 * compile/compile.c (_initialize_compile): Use upper case for
14611 metasyntactic variables.
14612 * symmisc.c (_initialize_symmisc): Use upper case for
14613 metasyntactic variables.
14614 * psymtab.c (_initialize_psymtab): Use upper case for
14615 metasyntactic variables.
14616 * demangle.c (demangle_command): Use upper case for metasyntactic
14617 variables.
14618 (_initialize_demangler): Likewise.
14619 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14620 variables.
14621
14622 2019-01-03 Tom Tromey <tom@tromey.com>
14623
14624 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14625
14626 2019-01-03 Tom Tromey <tom@tromey.com>
14627
14628 * python/py-symtab.c (salpy_str): Update.
14629 (struct salpy_sal_object) <symtab>: Now a PyObject.
14630 (salpy_dealloc): Update.
14631 (del_objfile_sal): Use gdbpy_ref.
14632
14633 2019-01-03 Tom Tromey <tom@tromey.com>
14634
14635 * python/py-type.c (convert_field): Use new_reference. Return
14636 gdbpy_ref.
14637 (make_fielditem): Return gdbpy_ref.
14638 (typy_fields): Update.
14639 (typy_getitem): Update.
14640 (field_name): Return gdbpy_ref. Use new_reference.
14641 (typy_iterator_iternext): Update.
14642
14643 2019-01-03 Tom Tromey <tom@tromey.com>
14644
14645 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14646
14647 2019-01-03 Tom Tromey <tom@tromey.com>
14648
14649 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14650 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14651 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14652 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14653 (pspy_set_type_printers): Likewise.
14654 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14655 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14656 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14657 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14658 (objfpy_set_type_printers): Likewise.
14659
14660 2019-01-03 Tom Tromey <tom@tromey.com>
14661
14662 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14663 (gdbpy_print_stack): Use gdbpy_err_fetch.
14664 * python/python-internal.h (class gdbpy_err_fetch): New class.
14665 (class gdbpy_enter) <m_error_type, m_error_value,
14666 m_error_traceback>: Remove.
14667 <m_error>: New member.
14668 (gdbpy_exception_to_string): Don't declare.
14669 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14670 * python/py-value.c (convert_value_from_python): Use
14671 gdbpy_err_fetch.
14672 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14673 gdbpy_exception_to_string.
14674 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14675 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14676 gdbpy_err_fetch.
14677
14678 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14679
14680 * linux-nat.c (delete_lwp_cleanup): Delete.
14681 (struct lwp_deleter): New struct.
14682 (lwp_info_up): New typedef.
14683 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14684 lwp_info_up.
14685
14686 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14687
14688 * linux-fork.c (class scoped_switch_fork_info): New class.
14689 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14690
14691 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14692
14693 * valops.c (find_overload_match): Remove use of null_cleanup, and
14694 calls to do_cleanups.
14695
14696 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14697
14698 * compile/compile-cplus-types.c
14699 (compile_cplus_instance::decl_name): Handle changes to
14700 cp_func_name.
14701 * cp-support.c (cp_func_name): Update header comment, update
14702 return type.
14703 * cp-support.h (cp_func_name): Update return type in declaration.
14704 * valops.c (find_overload_match): Move temp_func local to top
14705 level of function and change its type. Use temp_func to hold and
14706 delete temporary string obtained from cp_func_name.
14707
14708 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14709
14710 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14711 gdb::char_vector, remove cleanup, and update uses of `msg`.
14712
14713 2019-01-03 Jim Wilson <jimw@sifive.com>
14714
14715 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14716
14717 2019-01-02 Tom Tromey <tom@tromey.com>
14718
14719 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14720 (tdesc_parse_xml): Remove cleanups.
14721 * target-descriptions.h (make_cleanup_free_target_description):
14722 Don't declare.
14723 (target_desc_deleter): New struct.
14724 (target_desc_up): New typedef.
14725 * target-descriptions.c (target_desc_deleter::operator()): Rename
14726 from free_target_description.
14727 (make_cleanup_free_target_description): Remove.
14728
14729 2019-01-02 Tom Tromey <tom@tromey.com>
14730
14731 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14732 constructor, destructor.
14733 (linespec_parser): Remove typedef.
14734 (~linespec_parser): Rename from linespec_parser_delete.
14735 (linespec_lex_to_end, linespec_complete_label)
14736 (linespec_complete): Update.
14737 (decode_line_full): Remove cleanups.
14738 (decode_line_1): Update.
14739
14740 2019-01-02 Tom Tromey <tom@tromey.com>
14741
14742 * python/python-internal.h (inferior_to_inferior_object): Change
14743 return type.
14744 * python/py-exitedevent.c (create_exited_event_object): Update.
14745 * python/py-inferior.c (inferior_to_inferior_object): Return
14746 gdbpy_ref.
14747 (python_new_inferior, python_inferior_deleted)
14748 (thread_to_thread_object, delete_thread_object)
14749 (build_inferior_list, gdbpy_selected_inferior): Update.
14750 * python/py-infthread.c (create_thread_object): Update. Also fail
14751 if inferior_to_inferior_object fails.
14752
14753 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14754
14755 * inferior.h (class inferior) <displaced_step_state>: New field.
14756 * infrun.h (struct displaced_step_state): Move here from
14757 infrun.c. Initialize fields, add constructor.
14758 <inf>: Remove field.
14759 <reset>: New method.
14760 * infrun.c (struct displaced_step_inferior_state): Move to
14761 infrun.h.
14762 (displaced_step_inferior_states): Remove.
14763 (get_displaced_stepping_state): Adust.
14764 (displaced_step_in_progress_any_inferior): Adjust.
14765 (displaced_step_in_progress_thread): Adjust.
14766 (displaced_step_in_progress): Adjust.
14767 (add_displaced_stepping_state): Remove.
14768 (get_displaced_step_closure_by_addr): Adjust.
14769 (remove_displaced_stepping_state): Remove.
14770 (infrun_inferior_exit): Call displaced_step_state.reset.
14771 (use_displaced_stepping): Don't check for NULL.
14772 (displaced_step_prepare_throw): Call
14773 get_displaced_stepping_state.
14774 (displaced_step_fixup): Don't check for NULL.
14775 (prepare_for_detach): Don't check for NULL.
14776
14777 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14778
14779 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14780 in case of call that did not complete.
14781
14782 2019-01-02 Andrey Utkin <autkin@undo.io>
14783
14784 * symfile.c (find_separate_debug_file): Fix search of debug files for
14785 remote debuggee.
14786
14787 2019-01-02 Tom Tromey <tom@tromey.com>
14788
14789 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14790 indentation.
14791 * python/py-frame.c (frapy_older): Remove cast.
14792 (frapy_newer): Likewise.
14793 * python/py-breakpoint.c (local_setattro): Remove cast.
14794 * python/py-arch.c (archpy_name): Remove local variable.
14795 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14796
14797 2019-01-02 Joel Brobecker <brobecker@adacore.com>
14798
14799 * unittests/basic_string_view/element_access/char/empty.cc:
14800 Fix year range in copyright header.
14801
14802 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14803
14804 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14805 Delete.
14806 <operator==>: Update with for removed field.
14807 <hash>: Likewise.
14808 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14809 <isa_features>: ...this.
14810 <abi_features>: New field.
14811 (riscv_isa_flen): Update comment.
14812 (riscv_abi_xlen): New declaration.
14813 (riscv_abi_flen): New declaration.
14814 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14815 isa_features.
14816 (riscv_abi_xlen): New function.
14817 (riscv_isa_flen): Update to get answer from isa_features.
14818 (riscv_abi_flen): New function.
14819 (riscv_has_fp_abi): Update to get answer from abi_features.
14820 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14821 xlen and flen.
14822 (riscv_call_info) <xlen, flen>: Update comment.
14823 (riscv_call_arg_struct): Remove invalid assertions
14824 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14825 is removed.
14826 (riscv_gdbarch_init): Gather isa features and abi features
14827 separately, ensure both match on the gdbarch when reusing an old
14828 gdbarch. Relax an error check to allow 32-bit abi float to run on
14829 a target with 64-bit float hardware.
14830
14831 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14832
14833 * source.c (search_command_helper): Stop reverse search
14834 when line 1 has been searched.
14835
14836 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14837
14838 * record-full.c (record_full_base_target::close): Rewrite
14839 record_full_core_buf_list free logic.
14840
14841 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14842
14843 * break-catch-syscall.c (print_one_catch_syscall): xfree
14844 the last text.
14845
14846 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14847
14848 * top.c (print_gdb_version): Update Copyright year in version
14849 message.
14850
14851 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14852
14853 Update copyright year range in all GDB files.
14854
14855 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
14856
14857 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
14858
14859 For older changes see ChangeLog-2018.
14860 \f
14861 Local Variables:
14862 mode: change-log
14863 left-margin: 8
14864 fill-column: 74
14865 version-control: never
14866 coding: utf-8
14867 End:
14868
This page took 0.365464 seconds and 5 git commands to generate.