f1a05e276db2d433eeb3ca0c43a0b992e0ccc9a3
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-12 Tom Tromey <tom@tromey.com>
2
3 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
4
5 2019-11-12 Tom Tromey <tom@tromey.com>
6
7 * tui/tui-win.c (resize_message): New global.
8 (show_tui_resize_message): New function.
9 (tui_async_resize_screen): Print message if requested.
10 (_initialize_tui_win): Add tui-resize-message setting.
11 * NEWS: Add entry for new commands.
12
13 2019-11-11 Tom Tromey <tom@tromey.com>
14
15 * tui/tui.c (tui_initialize_readline): Add new bindable readline
16 functions.
17
18 2019-11-11 Christian Biesinger <cbiesinger@google.com>
19
20 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
21
22 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
25 function.
26 * python/python-internal.h (gdbpy_lookup_static_symbols):
27 Declare new function.
28 * python/python.c (python_GdbMethods): Add
29 gdb.lookup_static_symbols method.
30 * NEWS: Mention gdb.lookup_static_symbols.
31
32 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
35 static block of current object file first. Also fix typo in
36 header comment.
37
38 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * stack.c (set_last_displayed_sal): Delete.
41 (last_displayed_sal_valid): Delete.
42 (last_displayed_pspace): Delete.
43 (last_displayed_addr): Delete.
44 (last_displayed_symtab): Delete.
45 (last_displayed_line): Delete.
46 (class last_displayed_symtab_info_type): New.
47 (last_displayed_symtab_info): New static global variable.
48 (print_frame_info): Call methods on last_displayed_symtab_info.
49 (clear_last_displayed_sal): Update header comment, and make use of
50 last_displayed_symtab_info.
51 (last_displayed_sal_is_valid): Likewise.
52 (get_last_displayed_pspace): Likewise.
53 (get_last_displayed_addr): Likewise.
54 (get_last_displayed_symtab): Likewise.
55 (get_last_displayed_line): Likewise.
56 (get_last_displayed_sal): Likewise.
57 * stack.h (clear_last_displayed_sal): Update header comment.
58 (last_displayed_sal_is_valid): Likewise.
59 (get_last_displayed_pspace): Likewise.
60 (get_last_displayed_addr): Likewise.
61 (get_last_displayed_symtab): Likewise.
62 (get_last_displayed_line): Likewise.
63 (get_last_displayed_sal): Likewise.
64
65 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * stack.c (frame_show_address): Convert return type to bool.
68 * stack.h (frame_show_address): Likewise, and update header
69 comment.
70
71 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
74 * unittests/vec-utils-selftests.c: New file.
75 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
76
77 2019-11-10 Tom Tromey <tom@tromey.com>
78
79 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
80 (tui_highlight_win): Likewise.
81 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
82 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
83 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
84 Don't set can_highlight.
85
86 2019-11-10 Tom Tromey <tom@tromey.com>
87
88 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
89 Remove unused declaration.
90
91 2019-11-08 Tom Tromey <tromey@adacore.com>
92
93 * top.c (read_command_file): Update.
94 (command_line_input): Make return type const.
95 * python/py-gdb-readline.c: Update.
96 * linespec.c (decode_line_2): Update.
97 * defs.h (command_line_input): Make return type const.
98 * cli/cli-script.c (read_next_line): Make return type const.
99 * ada-lang.c (get_selections): Update.
100
101 2019-11-06 Christian Biesinger <cbiesinger@google.com>
102
103 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
104 * mi/mi-main.c (output_cores): Likewise.
105 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
106 (linux_xfer_osdata_modules): Likewise.
107 * remote.c (register_remote_support_xml): Likewise.
108 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
109 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
110
111 2019-11-06 Tom Tromey <tom@tromey.com>
112
113 * tui/tui-interp.c: Don't include readline.h.
114 * tui/tui-hooks.c: Don't include readline.h.
115 * symmisc.c: Include tilde.h, not readline.h.
116 * symfile.c: Include tilde.h, not readline.h.
117 * source.c: Include tilde.h, not readline.h.
118 * solib.c: Include tilde.h, not readline.h.
119 * psymtab.c: Include tilde.h, not readline.h.
120 * exec.c: Include tilde.h, not readline.h.
121 * corelow.c: Include tilde.h, not readline.h.
122 * cli/cli-dump.c: Include tilde.h, not readline.h.
123 * cli/cli-cmds.c: Don't include readline.h.
124
125 2019-11-05 Tom Tromey <tom@tromey.com>
126
127 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
128 (tui_disassemble): Set addr_size.
129 (tui_disasm_window::set_contents): Use addr_size.
130
131 2019-11-05 Tom Tromey <tom@tromey.com>
132
133 * rust-lang.c (rust_language_defn): Update.
134 * python/py-value.c (valpy_string): Call c_get_string.
135 * p-lang.c (pascal_language_defn): Update.
136 * opencl-lang.c (opencl_language_defn): Update.
137 * objc-lang.c (objc_language_defn): Update.
138 * m2-lang.c (m2_language_defn): Update.
139 * language.c (unknown_language_defn, auto_language_defn): Update.
140 (default_get_string): Remove.
141 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
142 * go-lang.c (go_language_defn): Update.
143 * f-lang.c (f_language_defn): Update.
144 * d-lang.c (d_language_defn): Update.
145 * c-lang.c (c_language_defn, cplus_language_defn)
146 (asm_language_defn, minimal_language_defn): Update.
147 * ada-lang.c (ada_language_defn): Update.
148 * language.h (struct language_defn) <la_get_string>: Remove.
149 (LA_GET_STRING): Remove.
150 (default_get_string): Don't declare.
151
152 2019-11-05 Tom Tromey <tom@tromey.com>
153
154 * tui/tui-source.h (struct tui_source_window): Inline
155 constructor. Remove destructor.
156 <style_changed, m_observable>: Move to superclass.
157 * tui/tui-winsource.h (tui_copy_source_line): Declare.
158 (struct tui_source_window_base): Move private members to end.
159 <style_changed, m_observable>: Move from tui_source_window.
160 * tui/tui-winsource.c (tui_copy_source_line): Move from
161 tui-source.c. Rename from copy_source_line. Add special handling
162 for negative line number.
163 (tui_source_window_base::style_changed): Move from
164 tui_source_window.
165 (tui_source_window_base): Register observer.
166 (~tui_source_window_base): New.
167 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
168 rename.
169 (tui_source_window::set_contents): Use tui_copy_source_line.
170 (tui_source_window::tui_source_window): Move to tui-source.h.
171 (tui_source_window::~tui_source_window): Remove.
172 (tui_source_window::style_changed): Move to superclass.
173 * tui/tui-disasm.c (tui_disassemble): Create string file with
174 styling, when possible. Add "addr_size" parameter.
175 (tui_disasm_window::set_contents): Use tui_copy_source_line.
176 Don't compute maximum size.
177 (len_without_escapes): New function
178
179 2019-11-05 Tom Tromey <tom@tromey.com>
180
181 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
182 std::string.
183 * tui/tui-winsource.c (tui_show_source_line): Update.
184 * tui/tui-source.c (tui_source_window::set_contents): Update.
185 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
186
187 2019-11-05 Christian Biesinger <cbiesinger@google.com>
188
189 * symtab.h (gdb_static_assert): Put && operator at the beginning
190 of the line instead of the end.
191
192 2019-11-04 Christian Biesinger <cbiesinger@google.com>
193
194 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
195 and sizeof (symbol).
196 * symtab.h: Add a static_assert for sizeof (partial_symbol).
197
198 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
199
200 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
201 * configure.host: Mark *-*-solaris2.10* obsolete.
202 * configure.tgt: Mark Solaris < 11 obsolete.
203 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
204 Update target triplet.
205
206 2019-11-01 Tom Tromey <tromey@adacore.com>
207
208 * utils.c (print_sys_errmsg): Simplify.
209
210 2019-11-01 Tom Tromey <tromey@adacore.com>
211
212 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
213
214 2019-11-01 Christian Biesinger <cbiesinger@google.com>
215
216 * configure: Regenerate.
217 * configure.ac: Remove check for strerror_r.
218 * gdbsupport/common.m4: Check for strerror_r.
219
220 2019-11-01 Luis Machado <luis.machado@linaro.org>
221
222 PR gdb/25124
223
224 * arm-tdep.c (arm_per_objfile): Rename to ...
225 (arm_per_bfd): ... this.
226 (arm_objfile_data_key): Rename to ...
227 (arm_bfd_data_key): ... this.
228 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
229 data.
230 (arm_record_special_symbol): Likewise.
231
232 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
235 end.
236 * c-typeprint.c (c_print_typedef): Likewise.
237 * f-typeprint.c (f_print_typedef): Likewise.
238 * m2-typeprint.c (m2_print_typedef): Likewise.
239 * p-typeprint.c (pascal_print_typedef): Likewise.
240 * rust-lang.c (rust_print_typedef): Likewise.
241 * symtab.c (print_symbol_info): Print a newline after calling
242 typedef_print.
243
244 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * symtab.c (info_module_cmdlist): New variable.
247 (info_module_command): New function.
248 (search_module_symbols): New function.
249 (info_module_subcommand): New function.
250 (struct info_modules_var_func_options): New struct.
251 (info_modules_var_func_options_defs): New variable.
252 (make_info_modules_var_func_options_def_group): New function.
253 (info_module_functions_command): New function.
254 (info_module_variables_command): New function.
255 (info_module_var_func_command_completer): New function.
256 (_initialize_symtab): Register new 'info module functions' and
257 'info module variables' commands.
258 * symtab.h (typedef symbol_search_in_module): New typedef.
259 (search_module_symbols): Declare new function.
260 * NEWS: Mention new commands.
261
262 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
265 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
266 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
267 MODULES_DOMAIN.
268 (scan_partial_symbols): Only create partial module symbols for non
269 declarations.
270 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
271 and MODULES_DOMAIN.
272 * symtab.c (search_domain_name): Likewise.
273 (search_symbols): Likewise.
274 (print_symbol_info): Likewise.
275 (symtab_symbol_info): Likewise.
276 (info_modules_command): New function.
277 (_initialize_symtab): Register 'info modules' command.
278 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
279 * NEWS: Mention new 'info modules' command.
280
281 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
282
283 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
284 and $_gdb_maint_setting_str.
285
286 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
287
288 * cli/cli-cmds.c (setting_cmd, value_from_setting)
289 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
290 (str_value_from_setting, gdb_setting_str_internal_fn)
291 (gdb_maint_setting_str_internal_fn): New functions.
292 (_initialize_cli_cmds): Define the new convenience functions.
293 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
294 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
295
296 2019-10-31 Christian Biesinger <cbiesinger@google.com>
297
298 * agent.c (set_can_use_agent): When the setting is turned on,
299 look up agent symbols if we don't have them yet.
300 (agent_new_objfile): Don't look up agent symbols when the agent
301 setting is off.
302
303 2019-10-31 Christian Biesinger <cbiesinger@google.com>
304
305 * config.in: Regenerate.
306
307 2019-10-31 Christian Biesinger <cbiesinger@google.com>
308
309 * configure: Regenerate.
310 * configure.ac: Check for strerror_r.
311 * gdbsupport/common-utils.h (safe_strerror): Change return value
312 to const char * and document that this function is now threadsafe.
313 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
314 thread_local and call strerror_r, if available.
315 * utils.c (perror_string): Update.
316 (print_sys_errmsg): Update.
317
318 2019-10-31 Luis Machado <luis.machado@linaro.org>
319
320 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
321 objfile_key.
322 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
323 objfile to fetch per-bfd data.
324 (arm_find_exidx_entry): Likewise.
325
326 2019-10-31 Christian Biesinger <cbiesinger@google.com>
327
328 * gdbsupport/agent.c (debug_agent): Change type to bool.
329 (use_agent): Likewise.
330 (all_agent_symbols_look_up): Likewise.
331 (agent_loaded_p): Change return value to bool.
332 (agent_look_up_symbols): Update.
333 (agent_capability_check): Change return value to bool.
334 * gdbsupport/agent.h (agent_loaded_p): Likewise.
335 (debug_agent): Change type to bool.
336 (use_agent): Likewise.
337 (agent_capability_check): Change return value to bool.
338
339 2019-10-30 Christian Biesinger <cbiesinger@google.com>
340
341 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
342 (build_minimal_symbol_hash_tables): Code to clear the table moved
343 to clear_minimal_symbol_hash_tables.
344 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
345 when needed.
346
347 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
348
349 * infcmd.c: Remove includes.
350 * infrun.c: Remove includes.
351
352 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
353
354 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
355 (grow_vect): Remove declaration.
356 (ada_type_of_array): Remove declaration.
357 (ada_update_initial_language): Remove declaration.
358 (ada_fold_name): Remove declaration.
359 (ada_fill_in_ada_prototype): Remove declaration.
360 (user_select_syms): Remove declaration.
361 (get_selections): Remove declaration.
362 (ada_tag_type): Remove declaration.
363 (ada_value_tag): Remove declaration.
364 (ada_is_others_clause): Remove declaration.
365 (ada_in_variant): Remove declaration.
366 (ada_value_struct_elt): Remove declaration.
367 (ada_attribute_name): Remove declaration.
368 (ada_system_address_type): Remove declaration.
369 * ada-lang.c (ada_watch_location_expression): Make static.
370 (GROW_VECT): Move here from ada-lang.h.
371 (grow_vect): Make static.
372 (ada_update_initial_language): Make static.
373 (ada_fold_name): Make static.
374 (ada_type_of_array): Make static.
375 (encoded_ordered_before): Move up.
376 (sort_choices): Move up.
377 (print_signatures): Move up.
378 (ada_print_symbol_signature): Move up.
379 (get_selections): Move up and make static.
380 (user_select_syms): Move up and make static.
381 (ada_value_struct_elt): Move up and make static.
382 (ada_tag_type): Make static.
383 (ada_value_tag): Make static.
384 (ada_is_others_clause): Make static.
385 (ada_in_variant): Make static.
386 (ada_attribute_name): Make static.
387
388 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
389
390 * ada-lang.c: Remove includes.
391 * ada-typeprint.c: Remove includes.
392 * ada-valprint.c: Remove includes.
393
394 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
395
396 * addrmap.c: Add static assertions of type size, moved from
397 _initialize_addrmap.
398 (_initialize_addrmap): Remove.
399
400 2019-10-29 Christian Biesinger <cbiesinger@google.com>
401
402 * coffread.c (record_minimal_symbol): Update.
403 (process_coff_symbol): Update.
404 * dbxread.c (read_dbx_symtab): Update.
405 * dwarf2read.c (add_partial_symbol): Update.
406 (fixup_go_packaging): Update.
407 (load_partial_dies): Update.
408 (new_symbol): Update.
409 * elfread.c (record_minimal_symbol): Change signature to use
410 gdb::string_view instead of name+len.
411 (elf_symtab_read): Update.
412 (elf_rel_plt_read): Update.
413 * mdebugread.c (parse_partial_symbols): Update.
414 (handle_psymbol_enumerators): Update.
415 (new_symbol): Update.
416 * minsyms.c (minimal_symbol_reader::record_full): Change signature
417 to use gdb::string_view instead of name+len.
418 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
419 * psympriv.h (add_psymbol_to_list): Likewise.
420 * psymtab.c (add_psymbol_to_bcache): Likewise.
421 (add_psymbol_to_list): Likewise.
422 * stabsread.c (define_symbol): Update.
423 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
424 * symtab.h (SYMBOL_SET_NAMES): Likewise.
425 (symbol_set_names): Likewise.
426 * xcoffread.c (scan_xcoff_symtab): Update.
427
428 2019-10-29 Christian Biesinger <cbiesinger@google.com>
429
430 * symtab.h (symbol_set_names): Document that copy_name must be
431 set to true for non-nullterminated strings.
432 * symtab.c (symbol_set_names): Only make a nullterminated copy of
433 linkage_name if the entry was not found and we need to demangle.
434
435 2019-10-29 Christian Biesinger <cbiesinger@google.com>
436
437 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
438 * dwarf2-frame.c (bsearch_fde_cmp): Update.
439 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
440 * gdbsupport/gdb_binary_search.h: New file.
441
442 2019-10-29 Christian Biesinger <cbiesinger@google.com>
443
444 * NEWS: Mention new --with-system-gdbinit-dir option.
445 * config.in: Regenerate.
446 * configure: Regenerate.
447 * configure.ac: Add new option --with-system-gdbinit-dir.
448 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
449 for a ".gdb" suffix.
450 * main.c (get_init_files): Change system_gdbinit argument to
451 a vector and return the files in SYSTEM_GDBINIT_DIR in
452 addition to SYSTEM_GDBINIT.
453 (captured_main_1): Update.
454 (print_gdb_help): Update.
455 * top.c (print_gdb_configuration): Also print the value of
456 SYSTEM_GDBINIT_DIR.
457
458 2019-10-28 Christian Biesinger <cbiesinger@google.com>
459
460 * gdbsupport/common-utils.h (startswith): Add an overloaded version
461 that takes gdb::string_view arguments.
462
463 2019-10-26 Tom de Vries <tdevries@suse.de>
464
465 * aarch64-linux-tdep.c: Fix typos in comments.
466 * aarch64-tdep.c: Same.
467 * ada-lang.c: Same.
468 * amd64-nat.c: Same.
469 * arc-tdep.c: Same.
470 * arch/aarch64-insn.c: Same.
471 * block.c: Same.
472 * breakpoint.h: Same.
473 * btrace.h: Same.
474 * c-varobj.c: Same.
475 * cli/cli-decode.c: Same.
476 * cli/cli-script.c: Same.
477 * cli/cli-utils.h: Same.
478 * coff-pe-read.c: Same.
479 * coffread.c: Same.
480 * compile/compile-cplus-symbols.c: Same.
481 * compile/compile-object-run.c: Same.
482 * completer.c: Same.
483 * corelow.c: Same.
484 * cp-support.c: Same.
485 * demangle.c: Same.
486 * dwarf-index-write.c: Same.
487 * dwarf2-frame.c: Same.
488 * dwarf2-frame.h: Same.
489 * eval.c: Same.
490 * frame-base.h: Same.
491 * frame.h: Same.
492 * gdbcmd.h: Same.
493 * gdbtypes.h: Same.
494 * gnu-nat.c: Same.
495 * guile/scm-objfile.c: Same.
496 * i386-tdep.c: Same.
497 * i386-tdep.h: Same.
498 * infcall.c: Same.
499 * infcall.h: Same.
500 * linux-nat.c: Same.
501 * m68k-tdep.c: Same.
502 * macroexp.c: Same.
503 * memattr.c: Same.
504 * mi/mi-cmd-disas.c: Same.
505 * mi/mi-getopt.h: Same.
506 * mi/mi-main.c: Same.
507 * minsyms.c: Same.
508 * nat/aarch64-sve-linux-sigcontext.h: Same.
509 * objfiles.h: Same.
510 * ppc-linux-nat.c: Same.
511 * ppc-linux-tdep.c: Same.
512 * ppc-tdep.h: Same.
513 * progspace.h: Same.
514 * prologue-value.h: Same.
515 * python/py-evtregistry.c: Same.
516 * python/py-instruction.h: Same.
517 * record-btrace.c: Same.
518 * record-full.c: Same.
519 * remote.c: Same.
520 * rs6000-tdep.c: Same.
521 * ser-tcp.c: Same.
522 * sol-thread.c: Same.
523 * sparc-sol2-tdep.c: Same.
524 * sparc64-tdep.c: Same.
525 * stabsread.c: Same.
526 * symfile.c: Same.
527 * symtab.h: Same.
528 * target.c: Same.
529 * tracepoint.c: Same.
530 * tui/tui-data.h: Same.
531 * tui/tui-io.c: Same.
532 * tui/tui-win.c: Same.
533 * tui/tui.c: Same.
534 * unittests/rsp-low-selftests.c: Same.
535 * user-regs.h: Same.
536 * utils.c: Same.
537 * utils.h: Same.
538 * valarith.c: Same.
539 * valops.c: Same.
540 * valprint.c: Same.
541 * valprint.h: Same.
542 * value.c: Same.
543 * value.h: Same.
544 * varobj.c: Same.
545 * x86-nat.h: Same.
546 * xtensa-tdep.c: Same.
547
548 2019-10-25 Ali Tamur <tamur@google.com>
549
550 * charset.c (find_charset_names): Reflect API change.
551
552 2019-10-25 Christian Biesinger <cbiesinger@google.com>
553
554 * symtab.c (struct demangled_name_entry): Change demangled name
555 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
556 part of the struct anymore.
557 (symbol_set_names): No longer obstack allocate + copy the demangled
558 name, just store the allocated name from bfd.
559
560 2019-10-25 Tom Tromey <tromey@adacore.com>
561
562 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
563 (bsearch_cie_cmp, add_cie): Remove.
564 (find_cie): Reimplement.
565 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
566 (dwarf2_build_frame_info): Update.
567
568 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
569
570 PR gdb/25126
571 * symfile.c (reread_symbols): Call forget_cached_source_info to
572 clear the stale source cache.
573
574 2019-10-24 Christian Biesinger <cbiesinger@google.com>
575
576 * configure: Regenerate.
577 * configure.ac: Remove code that sets python_has_threads.
578
579 2019-10-24 Christian Biesinger <cbiesinger@google.com>
580
581 * config.in: Regenerate.
582 * configure: Regenerate.
583 * configure.ac: Remove the code that uses sed to get the python
584 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
585
586 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * python/py-progspace.c (pspy_block_for_pc): Return None for all
589 error paths.
590
591 2019-10-23 Tom Tromey <tom@tromey.com>
592
593 * arc-tdep.c: Remove ".." from include.
594 * frv-tdep.c: Remove ".." from include.
595 * lm32-tdep.c: Remove ".." from include.
596 * microblaze-tdep.c: Remove ".." from include.
597 * or1k-tdep.h: Remove ".." from include.
598 * s12z-tdep.c: Remove ".." from include.
599 * Makefile.in (OPCODES_CFLAGS): Add comment.
600 (TOP_CFLAGS): New variable.
601 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
602
603 2019-10-23 Tom Tromey <tom@tromey.com>
604
605 * Makefile.in (READLINE_DIR): Update.
606
607 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
608
609 * infcall.c (call_function_by_hand_dummy): Fix the function
610 comment. And extract out a code section into...
611 (reserve_stack_space): ...this new function.
612
613 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
614
615 * infcall.c (value_arg_coerce): Remove an unused parameter.
616 (call_function_by_hand_dummy): Update the call to
617 'value_arg_coerce'.
618
619 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
620
621 * infcall.c (call_function_by_hand_dummy): Refactor.
622
623 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
624
625 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
626
627 2019-10-23 Tom Tromey <tom@tromey.com>
628
629 * configure: Rebuild.
630 * configure.ac: Don't check for sigprocmask.
631 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
632
633 2019-10-23 Tom Tromey <tom@tromey.com>
634
635 * configure: Rebuild.
636 * acinclude.m4: Use m4_include, not sinclude.
637
638 2019-10-23 Tom de Vries <tdevries@suse.de>
639
640 PR breakpoints/24687
641 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
642
643 2019-10-22 Christian Biesinger <cbiesinger@google.com>
644
645 * symtab.c (struct demangled_name_entry) <language>: Change from
646 bitfield to regular variable.
647
648 2019-10-22 Christian Biesinger <cbiesinger@google.com>
649
650 * symtab.c (struct demangled_name_entry): Add a constructor.
651 (free_demangled_name_entry): New function to call the destructor
652 for demangled_name_entry.
653 (create_demangled_names_hash): Pass free_demangled_name_entry to
654 htab_create_alloc.
655 (symbol_set_names): Call placement new for demangled_name_entry.
656 * utils.c: No longer include xxhash.h here, now that fast_hash
657 is inlined in the header.
658 * utils.h: Instead, include it here.
659
660 2019-10-22 Christian Biesinger <cbiesinger@google.com>
661
662 * Makefile.in: Link with libxxhash.
663 * config.in: Regenerate.
664 * configure: Regenerate.
665 * configure.ac: Search for libxxhash.
666 * utils.c (fast_hash): Use xxhash if present.
667
668 2019-10-22 Christian Biesinger <cbiesinger@google.com>
669
670 * utils.h (fast_hash): New function.
671 * symtab.c (hash_demangled_name_entry): Call new function
672 fast_hash.
673
674 2019-10-22 Christian Biesinger <cbiesinger@google.com>
675
676 * symtab.c (struct demangled_name_entry): Change type of mangled
677 to gdb::string_view. Also adds a constructor that takes the
678 mangled name.
679 (hash_demangled_name_entry): Update.
680 (eq_demangled_name_entry): Update.
681 (free_demangled_name_entry): New function to call the destructor
682 now that this is not a POD anymore.
683 (create_demangled_names_hash): Pass free_demangled_name_entry to
684 htab_create_alloc.
685 (symbol_set_names): Update.
686
687 2019-10-21 Ali Tamur <tamu@google.com>
688
689 * dwarf2read.c (dir_index): Change type.
690 (file_name_index): Likewise.
691 (line_header::include_dir_at): Change comment and implementation on
692 whether it is DWARF 5.
693 (line_header::is_valid_file_index): New function.
694 (line_header::file_name_at): Change comment and implementation on
695 whether it is DWARF 5.
696 (line_header::file_names): Change to private field renamed as
697 m_file_names and introduce a new accessor method.
698 (line_header::file_names_size): New method.
699 (line_header::include_dirs): Change to private field and rename as
700 m_include_dirs.
701 (dw2_get_file_names_reader): Define local var at a smaller scope and
702 reflect API change.
703 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
704 (process_structure_scope): Likewise.
705 (line_header::add_include_dir): Change message and reflect renaming.
706 (line_header::add_file_name): Likewise.
707 (read_formatted_entries): Handle DW_FORM_data16.
708 (dwarf_decode_line_header): Fix line header length calculation.
709 (psymtab_include_file_name): Change comment and API.
710 (lnp_state_machine::m_file): Update comment and reflect type change.
711 (lnp_state_machine::record_line): Reflect type change.
712 (dwarf_decode_lines): Reflect API change.
713 (file_file_name): Likewise.
714 (file_full_name): Likewise.
715
716 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
719
720 2019-10-21 Tom Tromey <tom@tromey.com>
721
722 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
723
724 2019-10-21 Tom Tromey <tom@tromey.com>
725
726 * configure.ac (nm.h): Conditionally create nm.h link. Subst
727 NM_H. Use AC_CONFIG_LINKS.
728 * configure: Rebuild.
729 * Makefile.in (NM_H): New variable.
730 (generated_files): Add NM_H. Remove gcore.
731 (nm.h, stamp-nmh): New targets.
732
733 2019-10-20 Tom Tromey <tom@tromey.com>
734
735 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
736 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
737 obsolete comment.
738 (put_objfile_before): Now static.
739
740 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
741
742 * gdbsupport/common-utils.h (startswith): Change return type to
743 bool.
744
745 2019-10-19 Christian Biesinger <cbiesinger@google.com>
746
747 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
748 * breakpoint.c (bp_locations_compare): Rename to...
749 (bp_location_is_less_than): ...this, and change to std::sort semantics.
750 (update_global_location_list): Use std::sort instead of qsort.
751 * buildsym.c (compare_line_numbers): Rename to...
752 (lte_is_less_than): ...this, and change to std::sort semantics.
753 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
754 instead of qsort.
755 * disasm.c (compare_lines): Rename to...
756 (line_is_less_than): ...this, and change to std::sort semantics.
757 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
758 of qsort.
759 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
760 (fde_is_less_than): ...this, and change to std::sort semantics.
761 (dwarf2_build_frame_info): Call std::sort instead of qsort.
762 * mdebugread.c (compare_blocks):
763 (block_is_less_than): ...this, and change to std::sort semantics.
764 (sort_blocks): Call std::sort instead of qsort.
765 * objfiles.c (qsort_cmp): Rename to...
766 (sort_cmp): ...this, and change to std::sort semantics.
767 (update_section_map): Call std::sort instead of qsort.
768 * remote.c (compare_pnums): Remove.
769 (map_regcache_remote_table): Call std::sort instead of qsort.
770 * utils.c (compare_positive_ints): Remove.
771 * utils.h (compare_positive_ints): Remove.
772 * xcoffread.c (compare_lte): Remove.
773 (arrange_linetable): Call std::sort instead of qsort.
774
775 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
776
777 * symfile.c (init_entry_point_info): Fix typo.
778 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
779
780 2019-10-18 Tom de Vries <tdevries@suse.de>
781
782 * aarch64-tdep.c: Fix typos in comments.
783 * ada-lang.c: Same.
784 * ada-tasks.c: Same.
785 * alpha-tdep.c: Same.
786 * alpha-tdep.h: Same.
787 * amd64-nat.c: Same.
788 * amd64-windows-tdep.c: Same.
789 * arc-tdep.c: Same.
790 * arc-tdep.h: Same.
791 * arch-utils.c: Same.
792 * arm-nbsd-tdep.c: Same.
793 * arm-tdep.c: Same.
794 * ax-gdb.c: Same.
795 * blockframe.c: Same.
796 * btrace.c: Same.
797 * c-varobj.c: Same.
798 * coff-pe-read.c: Same.
799 * coffread.c: Same.
800 * cris-tdep.c: Same.
801 * darwin-nat.c: Same.
802 * dbxread.c: Same.
803 * dcache.c: Same.
804 * disasm.c: Same.
805 * dtrace-probe.c: Same.
806 * dwarf-index-write.c: Same.
807 * dwarf2-frame-tailcall.c: Same.
808 * dwarf2-frame.c: Same.
809 * dwarf2read.c: Same.
810 * eval.c: Same.
811 * exceptions.c: Same.
812 * fbsd-tdep.c: Same.
813 * findvar.c: Same.
814 * frame.c: Same.
815 * frv-tdep.c: Same.
816 * gnu-v3-abi.c: Same.
817 * go32-nat.c: Same.
818 * h8300-tdep.c: Same.
819 * hppa-tdep.c: Same.
820 * i386-linux-tdep.c: Same.
821 * i386-tdep.c: Same.
822 * ia64-libunwind-tdep.c: Same.
823 * ia64-tdep.c: Same.
824 * infcmd.c: Same.
825 * infrun.c: Same.
826 * linespec.c: Same.
827 * linux-nat.c: Same.
828 * linux-thread-db.c: Same.
829 * machoread.c: Same.
830 * mdebugread.c: Same.
831 * mep-tdep.c: Same.
832 * mn10300-tdep.c: Same.
833 * namespace.c: Same.
834 * objfiles.c: Same.
835 * opencl-lang.c: Same.
836 * or1k-tdep.c: Same.
837 * osabi.c: Same.
838 * ppc-linux-nat.c: Same.
839 * ppc-linux-tdep.c: Same.
840 * ppc-sysv-tdep.c: Same.
841 * printcmd.c: Same.
842 * procfs.c: Same.
843 * record-btrace.c: Same.
844 * record-full.c: Same.
845 * remote-fileio.c: Same.
846 * remote.c: Same.
847 * rs6000-tdep.c: Same.
848 * s12z-tdep.c: Same.
849 * score-tdep.c: Same.
850 * ser-base.c: Same.
851 * ser-go32.c: Same.
852 * skip.c: Same.
853 * sol-thread.c: Same.
854 * solib-svr4.c: Same.
855 * solib.c: Same.
856 * source.c: Same.
857 * sparc-nat.c: Same.
858 * sparc-sol2-tdep.c: Same.
859 * sparc-tdep.c: Same.
860 * sparc64-tdep.c: Same.
861 * stabsread.c: Same.
862 * stack.c: Same.
863 * symfile.c: Same.
864 * symtab.c: Same.
865 * target-descriptions.c: Same.
866 * target-float.c: Same.
867 * thread.c: Same.
868 * utils.c: Same.
869 * valops.c: Same.
870 * valprint.c: Same.
871 * value.c: Same.
872 * varobj.c: Same.
873 * windows-nat.c: Same.
874 * xcoffread.c: Same.
875 * xstormy16-tdep.c: Same.
876 * xtensa-tdep.c: Same.
877
878 2019-10-17 Tom Tromey <tromey@adacore.com>
879
880 * configure: Rebuild.
881 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
882 in AC_CONFIG_FILES invocation.
883 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
884 new-style config.status invocation.
885
886 2019-10-17 Tom de Vries <tdevries@suse.de>
887
888 * arm-nbsd-nat.c: Fix typos in comments.
889 * arm-tdep.c: Same.
890 * darwin-nat-info.c: Same.
891 * dwarf2read.c: Same.
892 * elfread.c: Same.
893 * event-top.c: Same.
894 * findvar.c: Same.
895 * gdbtypes.c: Same.
896 * hppa-tdep.c: Same.
897 * i386-tdep.c: Same.
898 * jit.c: Same.
899 * main.c: Same.
900 * mdebugread.c: Same.
901 * moxie-tdep.c: Same.
902 * nto-procfs.c: Same.
903 * osabi.c: Same.
904 * ppc-linux-tdep.c: Same.
905 * remote.c: Same.
906 * riscv-tdep.c: Same.
907 * s390-tdep.c: Same.
908 * sh-tdep.c: Same.
909 * sparc-linux-tdep.c: Same.
910 * sparc-nat.c: Same.
911 * stack.c: Same.
912 * target-descriptions.c: Same.
913 * top.c: Same.
914 * varobj.c: Same.
915
916 2019-10-16 Tom Tromey <tom@tromey.com>
917
918 * objfiles.h (struct objfile) <original_name>: Now const.
919
920 2019-10-16 Christian Biesinger <cbiesinger@google.com>
921
922 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
923 pass on to sigsetjmp's second argument.
924 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
925
926 2019-10-16 Keith Seitz <keiths@redhat.com>
927
928 PR gdb/23567
929 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
930 sections whose size is greater than the file size.
931
932 2019-10-16 Jim Wilson <jimw@sifive.com>
933
934 * riscv-tdep.c (riscv_gcc_target_options): New.
935 (riscv_gnu_triplet_regexp): New.
936 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
937 set_gdbarch_gnu_triplet_regexp.
938
939 2019-10-16 Christian Biesinger <cbiesinger@google.com>
940
941 * Makefile.in: Add xml-builtin.h.
942 * features/feature_to_c.sh: Add an include for xml-builtin.h
943 to ensure that the compiler checks that the types match.
944 * xml-builtin.h: New file.
945 * xml-support.c (fetch_xml_builtin): Add missing const.
946 * xml-support.h: Remove declaration of xml_builtins.
947
948 2019-10-16 Tom de Vries <tdevries@suse.de>
949
950 PR tdep/25096
951 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
952 (amd64_classify_aggregate): ... here.
953 (amd64_classify_aggregate_field): Handled fiels of nested structs
954 recursively.
955
956 2019-10-16 Tom de Vries <tdevries@suse.de>
957
958 PR tdep/24104
959 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
960 that handles 'theclass'.
961
962 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * linespec.c (decode_digits_ordinary): Update comment.
965 * make-target-delegates: No longer need to handle VEC case.
966 * memrange.c (normalize_mem_ranges): Update comment.
967 * namespace.c (add_using_directive): Update comment.
968 * objc-lang.c (uniquify_strings): Update comment.
969 * ppc-linux-nat.c (struct thread_points): Update comment.
970 * probe.h (find_probes_in_objfile): Update comment.
971 * target.h (enum flash_preserve_mode): Update comment.
972 * varobj.c (varobj_restrict_range): Update comment.
973 * varobj.h (varobj_list_children): Update comment.
974
975 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * Makefile.in: Remove references to vec.h and vec.c.
978 * aarch64-tdep.c: No longer include vec.h.
979 * ada-lang.c: Likewise.
980 * ada-lang.h: Likewise.
981 * arm-tdep.c: Likewise.
982 * ax.h: Likewise.
983 * breakpoint.h: Likewise.
984 * charset.c: Likewise.
985 * cp-support.h: Likewise.
986 * dtrace-probe.c: Likewise.
987 * dwarf2read.c: Likewise.
988 * extension.h: Likewise.
989 * gdb_bfd.c: Likewise.
990 * gdbsupport/gdb_vecs.h: Likewise.
991 * gdbsupport/vec.c: Remove.
992 * gdbsupport/vec.h: Remove.
993 * gdbthread.h: Likewise.
994 * guile/scm-type.c: Likewise.
995 * inline-frame.c: Likewise.
996 * machoread.c: Likewise.
997 * memattr.c: Likewise.
998 * memrange.h: Likewise.
999 * namespace.h: Likewise.
1000 * nat/linux-btrace.h: Likewise.
1001 * osdata.c: Likewise.
1002 * parser-defs.h: Likewise.
1003 * progspace.h: Likewise.
1004 * python/py-type.c: Likewise.
1005 * record-btrace.c: Likewise.
1006 * rust-exp.y: Likewise.
1007 * solib-target.c: Likewise.
1008 * stap-probe.c: Likewise.
1009 * target-descriptions.c: Likewise.
1010 * target-memory.c: Likewise.
1011 * target.h: Likewise.
1012 * varobj.c: Likewise.
1013 * varobj.h: Likewise.
1014 * xml-support.h: Likewise.
1015
1016 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1019 Update for new std::vector based implementation.
1020 (process_psymtab_comp_unit_reader): Likewise.
1021 (scan_partial_symbols): Likewise.
1022 (recursively_compute_inclusions): Likewise.
1023 (compute_compunit_symtab_includes): Likewise.
1024 (process_imported_unit_die): Likewise.
1025 (queue_and_load_dwo_tu): Likewise.
1026 (follow_die_sig_1): Likewise.
1027 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1028 (typedef dwarf2_per_cu_ptr): Remove.
1029 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1030 function.
1031 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1032 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1033 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1034 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1035 std::vector.
1036
1037 2019-10-15 Tom Tromey <tromey@adacore.com>
1038
1039 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1040 TID.
1041
1042 2019-10-15 Tom Tromey <tromey@adacore.com>
1043
1044 * windows-nat.c (windows_nat_target::fetch_registers)
1045 (windows_nat_target::store_registers): Rename "pid" to "tid".
1046
1047 2019-10-15 Tom Tromey <tromey@adacore.com>
1048
1049 * gdbarch.h, gdbarch.c: Rebuild.
1050 * gdbarch.sh (gcc_target_options): Change return type to
1051 std::string.
1052 * compile/compile.c (get_args): Update.
1053 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1054 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1055 std::string.
1056 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1057 std::string.
1058 * arch-utils.c (default_gcc_target_options): Return std::string.
1059 * arch-utils.h (default_gcc_target_options): Return std::string.
1060 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1061
1062 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1063
1064 * breakpoint.c (breakpoint_chain): Make static.
1065 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1066 of accessing breakpoint_chain.
1067
1068 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1069
1070 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1071 to a gdb::function_view and return value to bool.
1072 * breakpoint.h (iterate_over_breakpoints): Likewise.
1073 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1074 (pop_dummy_frame): Update.
1075 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1076 (gdbscm_breakpoints): Update.
1077 * python/py-breakpoint.c (build_bp_list): Update.
1078 (gdbpy_breakpoints): Update.
1079 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1080 Update.
1081 (bpfinishpy_handle_stop): Update.
1082 (bpfinishpy_handle_exit): Update.
1083 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1084 (svr4_update_solib_event_breakpoints): Update.
1085
1086 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1087
1088 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1089 when unwrapping single-field structs.
1090
1091 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * dwarf2read.c: Remove includes.
1094
1095 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1096
1097 * ui-out.c (ui_out::call_do_message): Silence
1098 -Wformat-nonliteral warning.
1099
1100 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1101
1102 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1103 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1104 include: readline/tilde.h.
1105
1106 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1107
1108 * remote.c (remote_target::get_trace_status): Remove declaration of
1109 trace_regblock_size.
1110
1111 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1112
1113 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1114 (show_user): Remove declaration of cmdlist.
1115 * cli/cli-cmds.h (max_user_call_depth): Declare.
1116 * cli/cli-script.c (execute_user_command): Remove declaration
1117 of max_user_call_depth.
1118
1119 2019-10-11 Jim Wilson <jimw@sifive.com>
1120
1121 * gdbsupport/print-utils.h (pulongest): Fix comment.
1122 (plongest): Likewise.
1123 (phex): Add missing comment, mention leading zeros.
1124 (phex_nz): Add mention of no leading zeros to comment.
1125
1126 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1127 plongest instead of unsigned long long cast.
1128
1129 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1130
1131 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1132 for external_editor_command and gdbtk_test.
1133
1134 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1135
1136 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1137 * varobj.c (varobjdebug): Move comment to...
1138 * varobj.h (varobjdebug): ...here, and declare.
1139
1140 2019-10-09 Tom Tromey <tom@tromey.com>
1141
1142 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1143 erase_data_content.
1144
1145 2019-10-09 Tom Tromey <tom@tromey.com>
1146
1147 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1148 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1149 * tui/tui-command.c (tui_cmd_window::resize)
1150 (tui_refresh_cmd_win): Update.
1151 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1152 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1153 * tui/tui-data.c (~tui_gen_win_info): Remove.
1154 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1155 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1156 (tui_redisplay_readline, tui_mld_flush)
1157 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1158 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1159 (tui_data_window::erase_data_content)
1160 (tui_data_item_window::rerender)
1161 (tui_data_item_window::refresh_window): Update.
1162 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1163 (box_win, tui_gen_win_info::make_window)
1164 (tui_gen_win_info::make_visible): Update.
1165 (tui_delete_win): Remove.
1166 * tui/tui-winsource.c
1167 (tui_source_window_base::do_erase_source_content): Update.
1168 (tui_show_source_line, tui_source_window_base::update_tab_width)
1169 (tui_source_window_base::update_exec_info): Update.
1170 * tui/tui-data.h (struct curses_deleter): New.
1171 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1172 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1173
1174 2019-10-09 Tom Tromey <tom@tromey.com>
1175
1176 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1177
1178 2019-10-09 Tom Tromey <tom@tromey.com>
1179
1180 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1181 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1182
1183 2019-10-09 Tom Tromey <tom@tromey.com>
1184
1185 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1186 window height directly.
1187 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1188 declare.
1189 * tui/tui-layout.c (tui_default_win_height): Remove.
1190 (tui_default_win_viewport_height): Remove.
1191
1192 2019-10-09 Tom Tromey <tom@tromey.com>
1193
1194 * tui/tui.h: Remove comments.
1195
1196 2019-10-09 Tom de Vries <tdevries@suse.de>
1197
1198 * python/lib/gdb/printer/bound_registers.py: Use
1199 '^builtin_type_bound128' as regexp argument for
1200 add_builtin_pretty_printer.
1201
1202 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1203
1204 * guile/guile.c (guile_extension_script_ops): Remove forward
1205 declaration and mark as static.
1206 (guile_script_ops): Likewise.
1207 (extension_language_guile): Move further down in the file so
1208 it can reference the definitions for guile_{extension_,}script_ops.
1209
1210 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1211
1212 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1213 except SORTL, DFLTCC, and KDSA.
1214
1215 2019-10-08 Tom Tromey <tromey@adacore.com>
1216
1217 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1218 (struct safe_symbol_file_add_args): Remove.
1219
1220 2019-10-08 Tom Tromey <tromey@adacore.com>
1221
1222 * windows-nat.c: Don't include buildsym-legacy.h.
1223
1224 2019-10-08 Tom Tromey <tromey@adacore.com>
1225
1226 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1227
1228 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1229
1230 * gdbtypes.c (overload_debug): Move comment to header.
1231 * gdbtypes.h (overload_debug): Declare.
1232 * valops.c: Remove declaration of overload_debug, instead
1233 include gdbtypes.h.
1234
1235 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1236
1237 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1238 through _().
1239 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1240 move comment...
1241 * language.h (lang_frame_mismatch_warn): ... here. Also add
1242 declaration.
1243 * top.c (lang_frame_mismatch_warn): Remove declaration.
1244 (check_frame_language_change): Pass lang_frame_mismatch_warn
1245 through _().
1246
1247 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1248
1249 * c-lang.h (vtbl_ptr_name): Declare.
1250 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1251 it from the header.
1252 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1253
1254 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1255
1256 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1257 gdb_static_assert.
1258
1259 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1260
1261 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1262 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1263 * ctfread.c: New file.
1264 * ctfread.h: New file.
1265 * elfread.c: Include ctfread.h.
1266 (struct elfinfo text_p): New member ctfsect.
1267 (elf_locate_sections): Mark CTF section.
1268 (elf_symfile_read): Call elfctf_build_psymtabs.
1269 * Makefile.in (LIBCTF): Add.
1270 (CLIBS): Use it.
1271 (CDEPS): Likewise.
1272 (DIST): Add ctfread.c.
1273
1274 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * ctfread.c (struct nextfield): Renamed to ...
1277 (struct ctf_nextfield): ... this.
1278 (struct field_info): Renamed to ...
1279 (strut ctf_field_info): ... this.
1280 (attach_fields_to_type): Update for renamed structures.
1281 (ctf_add_member_cb): Likewise.
1282 (ctf_add_enum_member_cb): Likewise.
1283 (process_struct_members): Likewise.
1284 (process_enum_type): Likewise.
1285
1286 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1287
1288 * tracectf.h: Rename, was ctf.h.
1289 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1290 * tracefile.c: Likewise.
1291 * tracepoint.c: Remove unused include ctf.h.
1292 * mi/mi-main.c: Likewise.
1293 * Makefile.in Replace ctf.c with tracectf.c.
1294
1295 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1296
1297 * version.in: Change version number to "9.0.50.DATE-git".
1298
1299 2019-10-03 Tom Tromey <tom@tromey.com>
1300
1301 PR rust/24976:
1302 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1303
1304 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1307 cp_search_name_hash.
1308 * NEWS: Add entry about nested function support.
1309
1310 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1311 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1314 for nested static variables when searchin VAR_DOMAIN.
1315 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1316 global scope, update comment.
1317 (add_partial_subprogram): Call add_partial_subprogram recursively
1318 for nested subroutines when processinng Fortran.
1319 (load_partial_dies): Process the child entities of a subprogram
1320 when processing Fortran.
1321 (partial_die_parent_scope): Handle building scope
1322 for Fortran nested functions.
1323 (process_die): Record that nested functions have a scope.
1324 (new_symbol): Always record Fortran subprograms on the global
1325 symbol list.
1326 (determine_prefix): How to build the prefix for Fortran
1327 subprograms.
1328
1329 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1332 have just sent the thread a SIGSTOP and are waiting for it to
1333 arrive.
1334
1335 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * btrace.c (btrace_add_pc): Remove whitespace before the template
1338 parameter in 'std::vector <...>'.
1339 (parse_xml_btrace_block): Likewise.
1340 (btrace_maint_decode_pt): Likewise.
1341 (btrace_maint_update_packets): Likewise.
1342 (btrace_maint_print_packets): Likewise.
1343 * btrace.h (struct btrace_maint_info): Likewise.
1344 * dwarf2read.c (struct type_unit_group): Likewise.
1345 (build_type_psymtabs_reader): Likewise.
1346 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1347 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1348 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1349
1350 2019-10-03 Tom de Vries <tdevries@suse.de>
1351
1352 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1353 the first line of the help text for set/show style metadata.
1354
1355 2019-10-02 Tom Tromey <tromey@adacore.com>
1356
1357 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1358 * gdbsupport/common-inferior.c: New file.
1359 * infcmd.c (startup_with_shell): Don't define.
1360 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1361 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1362 * inferior.h (startup_with_shell): Don't declare.
1363
1364 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1365
1366 * gdbsupport/gdb_assert.h: Include errors.h.
1367 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1368
1369 2019-10-02 Tom Tromey <tromey@adacore.com>
1370
1371 * NEWS: Add $_ada_exception entry.
1372 * ada-lang.c (struct ada_catchpoint): Add constructor.
1373 <m_kind>: New member.
1374 (allocate_location_exception, re_set_exception): Remove
1375 "ex" parameter.
1376 (should_stop_exception): Compute $_ada_exception.
1377 (check_status_exception, print_it_exception)
1378 (print_one_exception, print_mention_exception): Remove
1379 "ex" parameter.
1380 (allocate_location_catch_exception, re_set_catch_exception)
1381 (check_status_exception, print_it_catch_exception)
1382 (print_one_catch_exception, print_mention_catch_exception)
1383 (print_recreate_catch_exception)
1384 (allocate_location_catch_exception_unhandled)
1385 (re_set_catch_exception_unhandled)
1386 (check_status_exception, print_it_catch_exception_unhandled)
1387 (print_one_catch_exception_unhandled)
1388 (print_mention_catch_exception_unhandled)
1389 (print_recreate_catch_exception_unhandled)
1390 (allocate_location_catch_assert, re_set_catch_assert)
1391 (check_status_assert, print_it_catch_assert)
1392 (print_one_catch_assert, print_mention_catch_assert)
1393 (print_recreate_catch_assert)
1394 (allocate_location_catch_handlers, re_set_catch_handlers)
1395 (check_status_handlers, print_it_catch_handlers)
1396 (print_one_catch_handlers, print_mention_catch_handlers)
1397 (print_recreate_catch_handlers): Remove.
1398 (create_ada_exception_catchpoint): Update.
1399 (initialize_ada_catchpoint_ops): Update.
1400
1401 2019-10-02 Tom Tromey <tromey@adacore.com>
1402
1403 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1404 (create_excep_cond_exprs): Simplify exception string computation.
1405 (ada_exception_catchpoint_cond_string): Likewise.
1406
1407 2019-10-02 Tom Tromey <tromey@adacore.com>
1408
1409 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1410 * ada-lang.c (lesseq_defined_than): Handle
1411 LOC_STATIC.
1412 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1413 parameter.
1414 (dwarf2_has_info): Likewise.
1415 (new_symbol): Set maybe_copied on symbol when
1416 appropriate.
1417 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1418 parameter.
1419 <can_copy>: New member.
1420 * elfread.c (record_minimal_symbol): Set maybe_copied
1421 on symbol when appropriate.
1422 (elf_symfile_read): Update call to dwarf2_has_info.
1423 * minsyms.c (lookup_minimal_symbol_linkage): New
1424 function.
1425 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1426 * symtab.c (get_symbol_address, get_msymbol_address):
1427 New functions.
1428 * symtab.h (get_symbol_address, get_msymbol_address):
1429 Declare.
1430 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1431 maybe_copied.
1432 (struct symbol, struct minimal_symbol) <maybe_copied>:
1433 New member.
1434
1435 2019-10-02 Tom Tromey <tromey@adacore.com>
1436
1437 * source.c (struct current_source_location): New.
1438 (current_source_key): New global.
1439 (current_source_symtab, current_source_line)
1440 (current_source_pspace): Remove.
1441 (get_source_location): New function.
1442 (get_current_source_symtab_and_line)
1443 (set_default_source_symtab_and_line)
1444 (set_current_source_symtab_and_line)
1445 (clear_current_source_symtab_and_line, select_source_symtab)
1446 (info_source_command, print_source_lines_base)
1447 (info_line_command, search_command_helper, _initialize_source):
1448 Update.
1449
1450 2019-10-02 Tom Tromey <tromey@adacore.com>
1451
1452 * source.c (select_source_symtab): Don't call
1453 decode_line_with_current_source.
1454
1455 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1456
1457 * symtab.c (lookup_global_symbol): Search global block.
1458
1459 2019-10-02 Tom Tromey <tromey@adacore.com>
1460
1461 * coffread.c (process_coff_symbol): Update.
1462 * dwarf2read.c (var_decode_location, new_symbol): Update.
1463 * mdebugread.c (parse_symbol): Update.
1464 * objfiles.c (relocate_one_symbol): Update.
1465 * stabsread.c (define_symbol, fix_common_block)
1466 (scan_file_globals): Update.
1467 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1468 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1469 * xcoffread.c (process_xcoff_symbol): Update.
1470
1471 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1472
1473 * MAINTAINERS: Update my email address.
1474
1475 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1478 std::vector.
1479 (build_type_psymtabs_reader): Update for std::vector.
1480 (build_type_psymtab_dependencies): Likewise.
1481 * dwarf2read.h: Remove use of DEF_VEC_P.
1482 (typedef sig_type_ptr): Delete.
1483
1484 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1487 to std::vector.
1488 (btrace_maint_decode_pt): Likewise, and move allocation of the
1489 vector outside of the loop.
1490 (btrace_maint_update_packets): Update to handle change from VEC to
1491 std::vector.
1492 (btrace_maint_print_packets): Likewise.
1493 (maint_info_btrace_cmd): Likewise.
1494 * btrace.h: Remove use of DEF_VEC_O.
1495 (typedef btrace_pt_packet_s): Delete.
1496 (struct btrace_maint_info) <packets>: Change fromm VEC to
1497 std::vector.
1498 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1499
1500 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1503 make accesses into the vector constant references.
1504 (btrace_add_pc): Update for std::vector.
1505 (btrace_stitch_bts): Likewise.
1506 (parse_xml_btrace_block): Likewise.
1507 (btrace_maint_update_packets): Likewise.
1508 (btrace_maint_print_packets): Likewise.
1509 (maint_info_btrace_cmd): Likewise.
1510 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1511 std::vector.
1512 (btrace_data::empty): Likewise.
1513 (btrace_data_append): Likewise.
1514 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1515 (typedef btrace_block_s): Delete.
1516 (struct btrace_block): Add constructor.
1517 (struct btrace_data_bts) <blocks>: Change to std::vector.
1518 * nat/linux-btrace.c (perf_event_read_bts): Update for
1519 std::vector.
1520 (linux_read_bts): Likewise.
1521
1522 2019-10-01 Tom Tromey <tom@tromey.com>
1523
1524 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1525
1526 2019-10-01 Tom Tromey <tom@tromey.com>
1527
1528 * stack.c (print_frame, info_frame_command_core): Use
1529 styled_string.
1530 * linux-thread-db.c (try_thread_db_load_1)
1531 (try_thread_db_load_from_pdir_1): Use styled_string.
1532 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1533 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1534 (maybe_print_unsupported_script_warning)
1535 (maybe_print_script_not_found_warning): Use styled_string.
1536 * ada-lang.c (user_select_syms): Use styled_string.
1537
1538 2019-10-01 Tom Tromey <tom@tromey.com>
1539
1540 * p-lang.c (pascal_printstr): Use metadata style.
1541 * value.c (show_convenience): Use metadata style.
1542 * valprint.c (valprint_check_validity, val_print_optimized_out)
1543 (val_print_not_saved, val_print_unavailable)
1544 (val_print_invalid_address, generic_val_print, val_print)
1545 (value_check_printable, val_print_array_elements): Use metadata
1546 style.
1547 * ui-out.h (class ui_out) <field_fmt>: New overload.
1548 <do_field_fmt>: Add style parameter.
1549 * ui-out.c (ui_out::field_fmt): New overload.
1550 * typeprint.c (type_print_unknown_return_type)
1551 (val_print_not_allocated, val_print_not_associated): Use metadata
1552 style.
1553 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1554 parameter.
1555 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1556 * tracepoint.c (tvariables_info_1): Use metadata style.
1557 * stack.c (print_frame_arg, print_frame_info, print_frame)
1558 (info_frame_command_core): Use metadata style.
1559 * skip.c (info_skip_command): Use metadata style.
1560 * rust-lang.c (rust_print_enum): Use metadata style.
1561 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1562 metadata style.
1563 * python/py-framefilter.c (py_print_single_arg): Use metadata
1564 style.
1565 * printcmd.c (do_one_display, print_variable_and_value): Use
1566 metadata style.
1567 * p-valprint.c (pascal_val_print)
1568 (pascal_object_print_value_fields): Use metadata style.
1569 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1570 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1571 parameter.
1572 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1573 * m2-valprint.c (m2_print_long_set): Use metadata style.
1574 * m2-typeprint.c (m2_print_type): Use metadata style.
1575 * infcmd.c (print_return_value_1): Use metadata style.
1576 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1577 * f-valprint.c (info_common_command_for_block): Use metadata
1578 style.
1579 * f-typeprint.c (f_type_print_base): Use metadata style.
1580 * expprint.c (print_subexp_standard): Use metadata style.
1581 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1582 * cli/cli-style.h (class cli_style_option): Add constructor.
1583 (metadata_style): Declare.
1584 * cli/cli-style.c (metadata_style): New global.
1585 (_initialize_cli_style): Register metadata style.
1586 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1587 parameter.
1588 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1589 * c-typeprint.c (c_type_print_base_struct_union)
1590 (c_type_print_base_1): Use metadata style.
1591 * breakpoint.c (watchpoint_value_print)
1592 (print_one_breakpoint_location): Use metadata style.
1593 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1594 style.
1595 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1596 style.
1597 * ada-valprint.c (val_print_packed_array_elements, printstr)
1598 (print_field_values, ada_val_print_ref, ada_val_print): Use
1599 metadata style.
1600 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1601 style.
1602 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1603 style.
1604 * ada-lang.c (user_select_syms): Use metadata style.
1605
1606 2019-10-01 Tom Tromey <tom@tromey.com>
1607
1608 * cli/cli-cmds.c (pwd_command): Style output.
1609
1610 2019-10-01 Pedro Alves <palves@redhat.com>
1611 Tom Tromey <tom@tromey.com>
1612
1613 * symtab.c (print_symbol_info): Use %ps.
1614 (print_msymbol_info): Use %ps.
1615 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1616 * printcmd.c (print_variable_and_value): Use %ps.
1617 * macrocmd.c (show_pp_source_pos): Use %ps.
1618 * infrun.c (print_exited_reason): Use ui_out::message.
1619 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1620 (describe_other_breakpoints): Use ui_out::message and new
1621 formats.
1622 (say_where): Use new formats.
1623 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1624 and new formats.
1625
1626 2019-10-01 Pedro Alves <palves@redhat.com>
1627 Tom Tromey <tom@tromey.com>
1628
1629 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1630 (test_gdb_formats): New function.
1631 (run_tests): Call it.
1632 (test_format_specifier): Update.
1633 * utils.h (fputs_filtered): Update comment.
1634 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1635 (fputs_styled_unfiltered): Declare.
1636 * utils.c (fputs_styled_unfiltered): New function.
1637 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1638 (vfprintf_filtered): Update.
1639 (vfprintf_unfiltered, vprintf_filtered): Update.
1640 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1641 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1642 disallow_ui_out_field>: New constants.
1643 (enum class field_kind): New.
1644 (struct base_field_s, struct signed_field_s): New.
1645 (signed_field): New function.
1646 (struct string_field_s): New.
1647 (string_field): New function.
1648 (struct styled_string_s): New.
1649 (styled_string): New function.
1650 (class ui_out) <message>: Add comment.
1651 <vmessage, call_do_message>: New methods.
1652 <do_message>: Add style parameter.
1653 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1654 methods.
1655 (ui_out::message): Rewrite.
1656 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1657 parameter.
1658 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1659 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1660 gdb_extensions parameter.
1661 (class format_piece): Add parameter to constructor.
1662 (n_int_args): New field.
1663 * gdbsupport/format.c (format_pieces::format_pieces): Add
1664 gdb_extensions parameter. Handle '*'.
1665 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1666 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1667 vfprintf_styled_no_gdbfmt.
1668 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1669 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1670 unfiltered output.
1671 * ui-style.h (struct ui_file_style) <ptr>: New method.
1672
1673 2019-10-01 Tom Tromey <tom@tromey.com>
1674
1675 * unittests/format_pieces-selftests.c: Update. Add final format.
1676 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1677 empty literal pieces.
1678
1679 2019-10-01 Tom Tromey <tom@tromey.com>
1680
1681 * ui-out.h (enum class ui_out_style_kind): Remove.
1682 (class ui_out) <field_string, field_stsream, do_field_string>:
1683 Change type of "style".
1684 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1685 (ui_out::field_string): Update.
1686 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1687 of "style".
1688 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1689 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1690 * stack.c (print_frame_arg, print_frame_info, print_frame):
1691 Update.
1692 * source.c (print_source_lines_base): Update.
1693 * solib.c (info_sharedlibrary_command): Update.
1694 * skip.c (info_skip_command): Update.
1695 * record-btrace.c (btrace_call_history_src_line)
1696 (btrace_call_history): Update.
1697 * python/py-framefilter.c (py_print_frame): Update.
1698 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1699 "style".
1700 * mi/mi-out.c (mi_ui_out::do_table_header)
1701 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1702 (mi_ui_out::do_field_string): Update.
1703 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1704 Update.
1705 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1706 "style".
1707 * cli-out.c (cli_ui_out::do_table_header)
1708 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1709 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1710 (cli_ui_out::do_field_fmt): Update.
1711 * breakpoint.c (print_breakpoint_location): Update.
1712 (update_static_tracepoint): Update.
1713
1714 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1715
1716 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1717 conversion of gdb_datadir.
1718 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1719 remove not needed c_str ().
1720
1721 2019-09-30 Ali Tamur <tamur@google.com>
1722
1723 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1724 (dwarf2_string_attr): Likewise.
1725
1726 2019-09-30 Ali Tamur <tamur@google.com>
1727
1728 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1729 (process_full_type_unit): Likewise.
1730 (dump_die_shallow): Likewise.
1731 (cu_debug_loc_section): Likewise.
1732
1733 2019-09-28 Christian Biesinger <cbiesinger@google.com>
1734
1735 * minsyms.c (compare_minimal_symbols): Rename to...
1736 (minimal_symbol_is_less_than): ...this, and adjust to STL
1737 conventions (return bool, take arguments as references)
1738 (minimal_symbol_reader::install): Call std::sort instead
1739 of qsort.
1740
1741 2019-09-29 Christian Biesinger <cbiesinger@google.com>
1742
1743 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1744 hash and why.
1745 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1746 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1747
1748 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1749
1750 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1751 * psympriv.h (add_psymbol_to_list): Move comment here and update
1752 it.
1753
1754 2019-09-29 Tom de Vries <tdevries@suse.de>
1755
1756 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1757 Use $tmpdir/$(basename "$output_file").dwz instead of
1758 "${output_file}.dwz".
1759
1760 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1761
1762 PR gdb/25045
1763 * hppa-linux-nat.c: Include gdbarch.h.
1764
1765 2019-09-26 Christian Biesinger <cbiesinger@google.com>
1766
1767 * blockframe.c (find_pc_partial_function): Change return type to bool.
1768 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1769 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1770 (stub_gnu_ifunc_resolve_name): Likewise.
1771 * symtab.c (compare_filenames_for_search): Likewise.
1772 (compare_glob_filenames_for_search): Likewise.
1773 (matching_obj_sections): Likewise.
1774 (symbol_matches_domain): Likewise.
1775 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1776 (find_line_pc): Change return type to bool.
1777 (find_line_pc_range): Likewise.
1778 (producer_is_realview): Likewise.
1779 * symtab.h (symbol_matches_domain): Likewise.
1780 (find_pc_partial_function): Likewise.
1781 (find_pc_line_pc_range): Likewise.
1782 (in_gnu_ifunc_stub): Likewise.
1783 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1784 (find_line_pc): Likewise.
1785 (find_line_pc_range): Likewise.
1786 (matching_obj_sections): Likewise.
1787 (find_line_symtab): Change out parameter to bool.
1788 (producer_is_realview): Change return type to bool.
1789 (compare_filenames_for_search): Likewise.
1790 (compare_glob_filenames_for_search): Likewise.
1791
1792 2019-09-26 Tom Tromey <tom@tromey.com>
1793
1794 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1795 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1796 * gdb_usleep.h: Remove.
1797 * gdb_usleep.c: Remove.
1798 * utils.c: Don't include gdb_usleep.h.
1799
1800 2019-09-26 Tom Tromey <tromey@adacore.com>
1801
1802 * python/py-type.c (type_to_type_object): Call check_typedef
1803 for stub types.
1804
1805 2019-09-26 Tom Tromey <tom@tromey.com>
1806
1807 * utils.h (initialize_utils): Don't declare.
1808 * top.c (gdb_init): Don't call initialize_utils.
1809 * utils.c (initialize_utils): Remove. Move contents...
1810 (_initialize_utils): ... here.
1811
1812 2019-09-25 Tom Tromey <tom@tromey.com>
1813
1814 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1815 * utils.h (make_hex_string): Don't declare.
1816 * utils.c (make_hex_string): Remove.
1817
1818 2019-09-24 Tom de Vries <tdevries@suse.de>
1819
1820 PR gdb/23815
1821 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1822 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1823
1824 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1825
1826 * NEWS: Mention new simulator port for PRU.
1827
1828 2019-09-23 Christian Biesinger <cbiesinger@google.com>
1829
1830 * ada-exp.y (write_object_remaining): Update.
1831 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1832 and eliminate the static buffer.
1833 (ada_decode_symbol): Update.
1834 (ada_la_decode): Update.
1835 (ada_sniff_from_mangled_name): Update.
1836 (is_valid_name_for_wild_match): Update.
1837 (ada_lookup_name_info::matches): Update and simplify.
1838 (name_matches_regex): Update.
1839 (ada_add_global_exceptions): Update.
1840 * ada-lang.h (ada_decode): Update signature.
1841 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1842 * dwarf-index-write.c (debug_names::insert): Update.
1843
1844 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1845
1846 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1847 formatting.
1848
1849 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1850
1851 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1852 Change "nonzero" to "true" in documentation.
1853
1854 2019-09-20 Christian Biesinger <cbiesinger@google.com>
1855
1856 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1857 (_initialize_darwin_solib): Don't set
1858 darwin_so_ops.lookup_lib_global_symbol.
1859 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1860 set_gdbarch_iterate_over_objfiles_in_search_order.
1861 (elf_lookup_lib_symbol): Rename to...
1862 (svr4_iterate_over_objfiles_in_search_order): this, and update
1863 to iterate semantics.
1864 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1865 * solib.c (solib_global_lookup): Remove.
1866 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1867 (solib_global_lookup): Remove.
1868 * symtab.c (lookup_global_or_static_symbol): Remove call to
1869 solib_global_lookup.
1870
1871 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1872
1873 * NEWS: Move entries about default MI version now being
1874 version 3, and about the GDB/MI fix for multi-location
1875 breakpoints to the "since GDB 8.3" section.
1876
1877 2019-09-20 Joel Brobecker <brobecker@adacore.com>
1878
1879 GDB 8.3.1 released.
1880
1881 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * NEWS: Mention that Cell/B.E. debugging support was removed.
1884 * MAINTAINERS: Remove spu target.
1885
1886 * config/djgpp/fnchange.lst: Remove entries for removed files.
1887
1888 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1889 spu-multiarch.o, and spu-tdep.o.
1890 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1891 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1892 spu-multiarch.c, and spu-tdep.c.
1893 * spu-linux-nat.c: Remove file.
1894 * spu-multiarch.c: Remove file.
1895 * spu-tdep.c: Remove file.
1896 * spu-tdep.h: Remove file.
1897 * solib-spu.c: Remove file.
1898 * solib-spu.h: Remove file.
1899
1900 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1901 * configure.nat (spu-linux): Remove.
1902 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1903 solib-multiarch.o from gdb_target_obs.
1904 (spu*-*-*): Remove.
1905
1906 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1907 feature flag.
1908 (ppc_linux_no_features): Update.
1909 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1910 Cell/B.E. support.
1911 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1912 (tdesc_powerpc_cell64l): Likewise.
1913 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1914 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1915 Cell/B.E. support.
1916 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1917 Do not include "features/rs6000/powerpc-cell32l.c" or
1918 "features/rs6000/powerpc-cell64l.c".
1919 (ppc_linux_spu_section): Remove.
1920 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1921 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1922 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1923 (ppc_linux_spe_context_lookup): Remove.
1924 (ppc_linux_spe_context_inferior_created): Remove.
1925 (ppc_linux_spe_context_solib_loaded): Remove.
1926 (ppc_linux_spe_context_solib_unloaded): Remove.
1927 (ppc_linux_spe_context): Remove.
1928 (struct ppu2spu_cache): Remove.
1929 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1930 (struct ppu2spu_data): Remove.
1931 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1932 ppu2spu_unwind): Remove.
1933 (ppc_linux_init_abi): Remove Cell/B.E. support.
1934 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1935
1936 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1937 (rs6000/powerpc-cell64l-expedite): Likewise
1938 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1939 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1940 rs6000/powerpc-cell64l.xml.
1941 * features/rs6000/powerpc-cell32l.xml: Remove.
1942 * features/rs6000/powerpc-cell64l.xml: Likewise.
1943 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1944 * features/rs6000/powerpc-cell64l.c: Likewise.
1945 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1946 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1947 * regformats/reg-spu.dat: Remove.
1948
1949 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1950 * corelow.c (struct spuid_list): Remove.
1951 (add_to_spuid_list): Remove.
1952 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1953 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1954 (remote_protocol_features): Remove associated entries.
1955 (_initialize_remote): No longer initialize them.
1956 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1957 * linux-nat.c (SPUFS_MAGIC): Remove.
1958 (linux_proc_xfer_spu): Remove.
1959 (spu_enumerate_spu_ids): Remove.
1960 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1961 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1962 (linux_make_corefile_notes): No longer call it.
1963
1964 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1965 (cooked_write_test): Likewise.
1966
1967 2019-09-20 Tom Tromey <tom@tromey.com>
1968
1969 * NEWS: Mention case-sensitivity of TUI commands.
1970 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1971 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1972 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1973
1974 2019-09-20 Tom Tromey <tom@tromey.com>
1975
1976 * tui/tui-source.c (tui_source_window::set_contents): Use
1977 make_unique_xstrdup.
1978 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1979 make_unique_xstrdup.
1980
1981 2019-09-20 Tom Tromey <tom@tromey.com>
1982
1983 * tui/tui-data.c: Remove separator comments.
1984 * tui/tui-layout.c: Remove separator comments.
1985 * tui/tui-win.c: Remove separator comments.
1986 * tui/tui-wingeneral.c: Remove separator comments.
1987
1988 2019-09-20 Tom Tromey <tom@tromey.com>
1989
1990 * tui/tui.h (strcat_to_buf): Don't declare.
1991 * tui/tui.c (strcat_to_buf): Remove.
1992
1993 2019-09-20 Tom Tromey <tom@tromey.com>
1994
1995 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1996 from "fullname".
1997 * tui/tui-source.c (tui_source_window::set_contents)
1998 (tui_source_window::location_matches_p)
1999 (tui_source_window::maybe_update): Update.
2000
2001 2019-09-20 Tom Tromey <tom@tromey.com>
2002
2003 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2004 Update.
2005 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2006 prefix.
2007 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2008 (tui_data_window::line_from_reg_element_no)
2009 (tui_data_window::first_reg_element_no_inline)
2010 (tui_data_window::show_registers)
2011 (tui_data_window::show_register_group)
2012 (tui_data_window::display_registers_from)
2013 (tui_data_window::display_registers_from_line)
2014 (tui_data_window::first_data_item_displayed)
2015 (tui_data_window::delete_data_content_windows)
2016 (tui_data_window::erase_data_content)
2017 (tui_data_window::do_scroll_vertical)
2018 (tui_data_window::refresh_window)
2019 (tui_data_window::check_register_values): Update.
2020
2021 2019-09-20 Tom Tromey <tom@tromey.com>
2022
2023 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2024 (struct tui_locator_window) <full_name, proc_name>: Now
2025 std::string.
2026 * tui/tui-stack.c (tui_locator_window::make_status_line)
2027 (tui_locator_window::set_locator_fullname)
2028 (tui_locator_window::set_locator_info): Update.
2029 * tui/tui-source.c (tui_source_window::set_contents)
2030 (tui_source_window::showing_source_p): Update.
2031
2032 2019-09-20 Tom Tromey <tom@tromey.com>
2033
2034 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2035 Don't call tui_locator_win_info_ptr.
2036
2037 2019-09-20 Tom Tromey <tom@tromey.com>
2038
2039 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2040
2041 2019-09-20 Tom Tromey <tom@tromey.com>
2042
2043 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2044 height for locator.
2045 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2046 * tui/tui-layout.c (show_source_disasm_command, show_data)
2047 (show_source_or_disasm_and_command): Use 1 as height for locator.
2048
2049 2019-09-20 Tom Tromey <tom@tromey.com>
2050
2051 * tui/tui.c (tui_enable): Update.
2052 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2053 Update.
2054 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2055 Update.
2056 * tui/tui-data.c (win_resized): Now bool.
2057 (tui_win_resized): Return bool.
2058 (tui_set_win_resized_to): Accept a bool.
2059
2060 2019-09-20 Tom Tromey <tom@tromey.com>
2061
2062 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2063 Change type of "refresh_values_only".
2064 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2065 type of "refresh_values_only".
2066
2067 2019-09-20 Tom Tromey <tom@tromey.com>
2068
2069 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2070 std::string.
2071 (tui_disassemble): Add "pos" parameter.
2072 (tui_disasm_window::set_contents): Simplify.
2073
2074 2019-09-20 Tom Tromey <tom@tromey.com>
2075
2076 * tui/tui-winsource.h (struct tui_source_window_base)
2077 <show_source_content>: Now private.
2078 * tui/tui-winsource.c
2079 (tui_source_window_base::show_source_content): Don't handle empty
2080 content case.
2081
2082 2019-09-20 Tom Tromey <tom@tromey.com>
2083
2084 * tui/tui-layout.c (show_source_disasm_command)
2085 (show_source_or_disasm_and_command): Don't call
2086 show_source_content.
2087
2088 2019-09-20 Tom Tromey <tom@tromey.com>
2089
2090 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2091 Declare.
2092 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2093 from tui_make_status_line.
2094 (tui_locator_window::rerender): Update.
2095
2096 2019-09-20 Tom Tromey <tom@tromey.com>
2097
2098 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2099 (tui_locator_window::rerender): Update.
2100
2101 2019-09-20 Tom Tromey <tom@tromey.com>
2102
2103 * tui/tui-winsource.h (struct tui_source_window_base)
2104 <~tui_source_window_base>: Don't declare.
2105 <fullname>: Remove.
2106 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2107 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2108 member.
2109 * tui/tui-source.c (tui_source_window::set_contents): Update.
2110 (tui_source_window::location_matches_p)
2111 (tui_source_window::maybe_update): Update.
2112
2113 2019-09-20 Tom Tromey <tom@tromey.com>
2114
2115 * tui/tui-winsource.h (~tui_source_element): Remove.
2116 (tui_source_element): Update.
2117 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2118 * tui/tui-winsource.c (tui_show_source_line): Update.
2119 * tui/tui-source.c (tui_source_window::set_contents): Update.
2120 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2121
2122 2019-09-20 Tom Tromey <tom@tromey.com>
2123
2124 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2125 declare.
2126 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2127 tui_clear_source_windows_detail.
2128 * tui/tui-winsource.h (struct tui_source_window_base)
2129 <clear_detail>: Don't declare.
2130 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2131 Remove.
2132 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2133
2134 2019-09-20 Tom Tromey <tromey@adacore.com>
2135
2136 PR ada/24919:
2137 * block.c (contained_in): Fix final return value.
2138
2139 2019-09-20 Alan Modra <amodra@gmail.com>
2140
2141 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2142 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2143 (read_indirect_string_from_dwz): Use bfd accessor.
2144 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2145 * machoread.c (macho_symfile_read_all_oso): Likewise.
2146 * solib.c (solib_bfd_open): Likewise.
2147
2148 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2149
2150 * eval.c: Move declaration of overload_resolution to...
2151 * value.h: ...here.
2152
2153 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2154
2155 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2156 * arm-linux-tdep.c: Likewise.
2157 * arm-nbsd-nat.c: Likewise.
2158 * arm-tdep.h: Declare arm_apcs_32.
2159 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2160
2161 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2162
2163 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2164 * dwarf2read.h: Declare dwarf_always_disassemble.
2165
2166 2019-09-19 Tom de Vries <tdevries@suse.de>
2167
2168 PR gdb/25009
2169 * source-cache.c (source_cache::ensure): Catch exception thrown during
2170 construction of the highlighter.
2171
2172 2019-09-18 Alan Modra <amodra@gmail.com>
2173
2174 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2175 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2176 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2177 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2178 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2179 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2180 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2181 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2182 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2183 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2184 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2185 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2186 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2187 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2188 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2189 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2190 * mi/mi-interp.c: Update throughout for bfd section macro and
2191 function changes.
2192 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2193 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2194
2195 2019-09-18 Tom Tromey <tom@tromey.com>
2196
2197 * NEWS: Add entry.
2198 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2199 call rl_initialize.
2200 (tui_enable): Do not call rl_initialize.
2201
2202 2019-09-18 Christian Groessler <chris@groessler.org>
2203
2204 * alpha-linux-nat.c: Include gdbarch.h.
2205
2206 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2207
2208 * ui-file.c: Include cli/cli-style.h.
2209 (term_cli_styling): Remove cli_styling declaration.
2210
2211 2019-09-18 Alan Modra <amodra@gmail.com>
2212
2213 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2214 to bfd_asymbol_section.
2215
2216 2019-09-18 Alan Modra <amodra@gmail.com>
2217
2218 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2219 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2220 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2221
2222 2019-09-18 Alan Modra <amodra@gmail.com>
2223
2224 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2225 * spu-linux-nat.c (spu_bfd_open): Likewise.
2226
2227 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2228
2229 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2230 to bool to match definition in dwarf2read.c.
2231
2232 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2233
2234 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2235 (print_signatures): Likewise.
2236 (trust_pad_over_xvs): Likewise.
2237 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2238 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2239 * arm-linux-nat.c (arm_apcs_32): Likewise.
2240 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2241 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2242 * arm-tdep.c (arm_debug): Likewise.
2243 (arm_apcs_32): Likewise.
2244 * auto-load.c (debug_auto_load): Likewise.
2245 (auto_load_gdb_scripts): Likewise.
2246 (global_auto_load): Likewise.
2247 (auto_load_local_gdbinit): Likewise.
2248 (auto_load_local_gdbinit_loaded): Likewise.
2249 * auto-load.h (global_auto_load): Likewise.
2250 (auto_load_local_gdbinit): Likewise.
2251 (auto_load_local_gdbinit_loaded): Likewise.
2252 * breakpoint.c (disconnected_dprintf): Likewise.
2253 (breakpoint_proceeded): Likewise.
2254 (automatic_hardware_breakpoints): Likewise.
2255 (always_inserted_mode): Likewise.
2256 (target_exact_watchpoints): Likewise.
2257 (_initialize_breakpoint): Update.
2258 * breakpoint.h (target_exact_watchpoints): Change to bool.
2259 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2260 * cli/cli-cmds.c (trace_commands): Likewise.
2261 * cli/cli-cmds.h (trace_commands): Likewise.
2262 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2263 to bool*.
2264 * cli/cli-logging.c (logging_overwrite): Change to bool.
2265 (logging_redirect): Likewise.
2266 (debug_redirect): Likewise.
2267 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2268 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2269 to bool.
2270 <boolean_option_def>: Update.
2271 (struct flag_option_def): Change default type of Context to bool
2272 from int.
2273 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2274 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2275 (get_setshow_command_value_string): Likewise.
2276 * cli/cli-style.c (cli_styling): Change to bool.
2277 (source_styling): Likewise.
2278 * cli/cli-style.h (source_styling): Likewise.
2279 (cli_styling): Likewise.
2280 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2281 to bool.
2282 * command.h (var_types): Update comment.
2283 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2284 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2285 bool.
2286 (debug_compile_cplus_scopes): Likewise.
2287 * compile/compile-internal.h (compile_debug): Likewise.
2288 * compile/compile.c (compile_debug): Likewise.
2289 (struct compile_options) <raw>: Likewise.
2290 * cp-support.c (catch_demangler_crashes): Likewise.
2291 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2292 (usr_cmd_cris_dwarf2_cfi): Likewise.
2293 * csky-tdep.c (csky_debug): Likewise.
2294 * darwin-nat.c (enable_mach_exceptions): Likewise.
2295 * dcache.c (dcache_enabled_p): Likewise.
2296 * defs.h (info_verbose): Likewise.
2297 * demangle.c (demangle): Likewise.
2298 (asm_demangle): Likewise.
2299 * dwarf-index-cache.c (debug_index_cache): Likewise.
2300 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2301 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2302 * dwarf2read.c (check_physname): Likewise.
2303 (use_deprecated_index_sections): Likewise.
2304 (dwarf_always_disassemble): Likewise.
2305 * eval.c (overload_resolution): Likewise.
2306 * event-top.c (set_editing_cmd_var): Likewise.
2307 (exec_done_display_p): Likewise.
2308 * event-top.h (set_editing_cmd_var): Likewise.
2309 (exec_done_display_p): Likewise.
2310 * exec.c (write_files): Likewise.
2311 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2312 (debug_fbsd_nat): Likewise.
2313 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2314 Likewise.
2315 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2316 <backtrace_past_entry> Likewise.
2317 * gdb-demangle.h (demangle): Likewise.
2318 (asm_demangle): Likewise.
2319 * gdb_bfd.c (bfd_sharing): Likewise.
2320 * gdbcore.h (write_files): Likewise.
2321 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2322 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2323 * gdbthread.h (print_thread_events): Likewise.
2324 * gdbtypes.c (opaque_type_resolution): Likewise.
2325 (strict_type_checking): Likewise.
2326 * gnu-nat.c (gnu_debug_flag): Likewise.
2327 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2328 * guile/scm-param.c (pascm_variable): Add boolval.
2329 (add_setshow_generic): Update.
2330 (pascm_param_value): Update.
2331 (pascm_set_param_value_x): Update.
2332 * hppa-tdep.c (hppa_debug): Change to bool..
2333 * infcall.c (may_call_functions_p): Likewise.
2334 (coerce_float_to_double_p): Likewise.
2335 (unwind_on_signal_p): Likewise.
2336 (unwind_on_terminating_exception_p): Likewise.
2337 * infcmd.c (startup_with_shell): Likewise.
2338 * inferior.c (print_inferior_events): Likewise.
2339 * inferior.h (startup_with_shell): Likewise.
2340 (print_inferior_events): Likewise.
2341 * infrun.c (step_stop_if_no_debug): Likewise.
2342 (detach_fork): Likewise.
2343 (debug_displaced): Likewise.
2344 (disable_randomization): Likewise.
2345 (non_stop): Likewise.
2346 (non_stop_1): Likewise.
2347 (observer_mode): Likewise.
2348 (observer_mode_1): Likewise.
2349 (set_observer_mode): Update.
2350 (sched_multi): Change to bool.
2351 * infrun.h (debug_displaced): Likewise.
2352 (sched_multi): Likewise.
2353 (step_stop_if_no_debug): Likewise.
2354 (non_stop): Likewise.
2355 (disable_randomization): Likewise.
2356 * linux-tdep.c (use_coredump_filter): Likewise.
2357 (dump_excluded_mappings): Likewise.
2358 * linux-thread-db.c (auto_load_thread_db): Likewise.
2359 (check_thread_db_on_load): Likewise.
2360 * main.c (captured_main_1): Update.
2361 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2362 xx2_opt, boolean_opt>: Change to bool.
2363 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2364 * maint.c (maintenance_profile_p): Likewise.
2365 (per_command_time): Likewise.
2366 (per_command_space): Likewise.
2367 (per_command_symtab): Likewise.
2368 * memattr.c (inaccessible_by_default): Likewise.
2369 * mi/mi-main.c (mi_async): Likewise.
2370 (mi_async_1): Likewise.
2371 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2372 * nat/fork-inferior.h (startup_with_shell): Likewise.
2373 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2374 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2375 * nios2-tdep.c (nios2_debug): Likewise.
2376 * or1k-tdep.c (or1k_debug): Likewise.
2377 * parse.c (parser_debug): Likewise.
2378 * parser-defs.h (parser_debug): Likewise.
2379 * printcmd.c (print_symbol_filename): Likewise.
2380 * proc-api.c (procfs_trace): Likewise.
2381 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2382 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2383 (set_parameter_value): Update.
2384 (add_setshow_generic): Update.
2385 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2386 to bool*.
2387 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2388 int*.
2389 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2390 * record-btrace.c (record_btrace_target::store_registers): Update.
2391 * record-full.c (record_full_memory_query): Change to bool.
2392 (record_full_stop_at_limit): Likewise.
2393 * record-full.h (record_full_memory_query): Likewise.
2394 * remote-notif.c (notif_debug): Likewise.
2395 * remote-notif.h (notif_debug): Likewise.
2396 * remote.c (use_range_stepping): Likewise.
2397 (interrupt_on_connect): Likewise.
2398 (remote_break): Likewise.
2399 * ser-tcp.c (tcp_auto_retry): Likewise.
2400 * ser-unix.c (serial_hwflow): Likewise.
2401 * skip.c (debug_skip): Likewise.
2402 * solib-aix.c (solib_aix_debug): Likewise.
2403 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2404 (spu_auto_flush_cache_p): Likewise.
2405 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2406 Likewise.
2407 (struct info_print_options) <quiet>: Likewise.
2408 * symfile-debug.c (debug_symfile): Likewise.
2409 * symfile.c (auto_solib_add): Likewise.
2410 (separate_debug_file_debug): Likewise.
2411 * symfile.h (auto_solib_add): Likewise.
2412 (separate_debug_file_debug): Likewise.
2413 * symtab.c (basenames_may_differ): Likewise.
2414 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2415 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2416 (struct info_types_options) <quiet>: Likewise.
2417 * symtab.h (demangle): Likewise.
2418 (basenames_may_differ): Likewise.
2419 * target-dcache.c (stack_cache_enabled_1): Likewise.
2420 (code_cache_enabled_1): Likewise.
2421 * target.c (trust_readonly): 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 (auto_connect_native_target): Likewise.
2429 (target_stop_and_wait): Update.
2430 (target_async_permitted): Change to bool.
2431 (target_async_permitted_1): Likewise.
2432 (may_write_registers_1): Likewise.
2433 (may_write_memory_1): Likewise.
2434 (may_insert_breakpoints_1): Likewise.
2435 (may_insert_tracepoints_1): Likewise.
2436 (may_insert_fast_tracepoints_1): Likewise.
2437 (may_stop_1): Likewise.
2438 * target.h (target_async_permitted): Likewise.
2439 (may_write_registers): Likewise.
2440 (may_write_memory): Likewise.
2441 (may_insert_breakpoints): Likewise.
2442 (may_insert_tracepoints): Likewise.
2443 (may_insert_fast_tracepoints): Likewise.
2444 (may_stop): Likewise.
2445 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2446 (make_thread_apply_all_options_def_group): Change argument from int*
2447 to bool*.
2448 (thread_apply_all_command): Update.
2449 (print_thread_events): Change to bool.
2450 * top.c (confirm): Likewise.
2451 (command_editing_p): Likewise.
2452 (history_expansion_p): Likewise.
2453 (write_history_p): Likewise.
2454 (info_verbose): Likewise.
2455 * top.h (confirm): Likewise.
2456 (history_expansion_p): Likewise.
2457 * tracepoint.c (disconnected_tracing): Likewise.
2458 (circular_trace_buffer): Likewise.
2459 * typeprint.c (print_methods): Likewise.
2460 (print_typedefs): Likewise.
2461 * utils.c (debug_timestamp): Likewise.
2462 (sevenbit_strings): Likewise.
2463 (pagination_enabled): Likewise.
2464 * utils.h (sevenbit_strings): Likewise.
2465 (pagination_enabled): Likewise.
2466 * valops.c (overload_resolution): Likewise.
2467 * valprint.h (struct value_print_options) <prettyformat_arrays,
2468 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2469 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2470 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2471 Likewise.
2472 * windows-nat.c (new_console): Likewise.
2473 (cygwin_exceptions): Likewise.
2474 (new_group): Likewise.
2475 (debug_exec): Likewise.
2476 (debug_events): Likewise.
2477 (debug_memory): Likewise.
2478 (debug_exceptions): Likewise.
2479 (useshell): Likewise.
2480 * windows-tdep.c (maint_display_all_tib): Likewise.
2481 * xml-support.c (debug_xml): Likewise.
2482
2483 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2484
2485 * source.c (prepare_path_for_appending): New function.
2486 (openp): Make use of new function.
2487 (find_and_open_source): Search for the compilation directory and
2488 source file as a relative path beneath the directory search path.
2489
2490 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * source-cache.c (source_cache::get_line_charpos): Catch
2493 exceptions and return false, this matches the behaviour documented
2494 in the header file.
2495
2496 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2497
2498 * ada-tasks.c (info_task): Remove quoting of the task's name.
2499
2500 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2501
2502 * symfile.c (auto_solib_add): Replace comment with a reference
2503 to the header file.
2504
2505 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2506
2507 * NEWS: Mention that gdb can now be compiled with Python 3
2508 on Windows.
2509
2510 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * maint.c (maint_print_section_data::maint_print_section_data):
2513 Force use of 'float log10 (float)' by casting the argument to
2514 float.
2515
2516 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2517
2518 * maint.c: Add 'cmath' include.
2519 (struct maint_print_section_data): New structure.
2520 (print_section_index): New function.
2521 (print_bfd_section_info): Add header comment, small whitespace
2522 cleanup, and update to call new print_section_index function.
2523 (print_objfile_section_info): Likewise.
2524 (maint_obj_section_from_bfd_section): New function.
2525 (print_bfd_section_info_maybe_relocated): New function.
2526 (maintenance_info_sections): Add header comment, always use
2527 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2528
2529 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2532 inner scope, add check that the objfile has psymtabs before
2533 checking psymtabs_addrmap.
2534 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2535
2536 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2537
2538 * NEWS: Announce that Ada task names are now shown at more places,
2539 and between quotes (except in info task output).
2540 * gdb/ada-tasks.c (task_to_str): New function.
2541 (display_current_task_id): Call task_to_str.
2542 (task_command_1): Likewise.
2543 (print_ada_task_info): In non-mi mode, Properly align headers and data
2544 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2545
2546 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2547
2548 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2549 prstatus.pr_lwp.pr_info instead of making it up.
2550
2551 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2552
2553 * auto-load.c (auto_load_expand_dir_vars): Update.
2554 * defs.h (gdb_datadir): Change to std::string.
2555 (python_libdir): Likewise.
2556 (relocate_gdb_directory): Change return type to std::string.
2557 * guile/guile.c (gdbscm_data_directory): Update.
2558 (initialize_scheme_side): Update.
2559 * jit.c (jit_reader_dir): Change to std::string.
2560 (jit_reader_load_command): Update.
2561 * main.c (gdb_datadir): Change to std::string.
2562 (python_libdir): Likewise.
2563 (set_gdb_data_directory): Update.
2564 (relocate_path): Change to return std::string.
2565 (relocate_gdb_directory): Change to return std::string.
2566 (relocate_gdbinit_path_maybe_in_datadir): Update.
2567 (captured_main_1): Update.
2568 * python/python.c (do_start_initialization): Update.
2569 * top.c (show_gdb_datadir): Update.
2570 * xml-syscall.c (xml_init_syscalls_info): Update.
2571 (init_syscalls_info): Update.
2572
2573 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2574
2575 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2576 out of get_init_files.
2577 (get_init_files): Update.
2578
2579 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2580
2581 * main.c (get_init_files): Change to use std::string.
2582 (captured_main_1): Update.
2583 (print_gdb_help): Update.
2584
2585 2019-09-11 Ali Tamur <tamur@google.com>
2586
2587 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2588 implementation.
2589
2590 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2591
2592 * dbxread.c (read_dbx_symtab): Update.
2593 * dwarf2read.c (load_partial_dies): Update.
2594 * mdebugread.c (parse_partial_symbols): Update.
2595 (handle_psymbol_enumerators): Update.
2596 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2597 * psymtab.c (add_psymbol_to_bcache): Likewise.
2598 (add_psymbol_to_list): Likewise.
2599 * symtab.c (symbol_set_names): Likewise.
2600 * symtab.h (symbol_set_names): Likewise.
2601 * xcoffread.c (scan_xcoff_symtab): Update.
2602
2603 2019-09-11 Tom Tromey <tom@tromey.com>
2604
2605 * symfile-mem.c (symbol_file_add_from_memory): Use
2606 bfd_set_filename.
2607 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2608 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2609
2610 2019-09-10 Tom Tromey <tromey@adacore.com>
2611
2612 * dwarf-index-write.c (write_psymbols): Extend error message.
2613 (debug_names::insert): Add Ada code.
2614 (debug_names::write_psymbols): Remove Ada check.
2615 (debug_names) <m_string_obstack>: New member.
2616 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2617 (gdb_index_symbol_name_matcher::matches): Remove.
2618 (mapped_index_base::find_name_components_bounds): Add "lang"
2619 parameter.
2620 (mapped_index_base::build_name_components): Also split names
2621 according to Ada syntax.
2622 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2623 type of "match_callback".
2624 (check_match, check_find_bounds_finds)
2625 (dw2_expand_symtabs_matching): Update.
2626 (dw2_debug_names_iterator): Add new constructor.
2627 (dw2_debug_names_map_matching_symbols): New function.
2628 (dw2_debug_names_expand_symtabs_matching): Update.
2629 (dwarf2_debug_names_functions): Use
2630 dw2_debug_names_map_matching_symbols.
2631
2632 2019-09-10 Tom Tromey <tromey@adacore.com>
2633
2634 * dwarf2read.c (dw2_get_file_names_reader): Add the
2635 CU's file name to the results.
2636
2637 2019-09-10 Tom Tromey <tromey@adacore.com>
2638
2639 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2640 map_matching_symbols. Update.
2641 * dwarf2read.c (dw2_map_matching_symbols): Update.
2642 * psymtab.c (match_partial_symbol): Change type; update.
2643 (psym_map_matching_symbols): Likewise.
2644 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2645 type; update.
2646 * symfile.h (struct quick_symbol_functions)
2647 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2648 Remove "match".
2649
2650 2019-09-10 Tom Tromey <tromey@adacore.com>
2651
2652 * psymtab.c (map_block): Remove.
2653 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2654 * symtab.c (iterate_over_symbols_terminated): New function.
2655 * symtab.c (iterate_over_symbols_terminated): Declare.
2656
2657 2019-09-10 Tom Tromey <tromey@adacore.com>
2658
2659 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2660 * language.h (struct language_defn) <la_iterate_over_symbols>:
2661 Return bool.
2662 * symtab.c (iterate_over_symbols): Return bool.
2663 * symtab.h (iterate_over_symbols): Return bool.
2664
2665 2019-09-10 Tom Tromey <tromey@adacore.com>
2666
2667 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2668 (add_nonlocal_symbols): Update.
2669 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2670 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2671 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2672 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2673 Change type of "callback". Remove "data".
2674
2675
2676 2019-09-09 Ali Tamur <tamur@google.com>
2677
2678 * dwarf2read.c (comp_unit_head): Update comment.
2679 (dwarf2_dwo_name): New function declaration.
2680 (dwarf_unit_type_name): New function declaration.
2681 (read_comp_unit_head): Add support for new compilation units,
2682 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2683 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2684 (currently named as "signature") in their header. Also clarify error
2685 messages.
2686 (lookup_dwo_id): New function. Returns the dwo id of the given
2687 compile unit.
2688 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2689 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2690 functions.
2691 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2692 (dwarf2_dwo_name): Get the dwo name if present.
2693 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2694 purposes.
2695
2696 2019-09-09 Tom Tromey <tom@tromey.com>
2697
2698 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2699
2700 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2701
2702 * python/python.c (do_start_initialization): Make progname_copy static,
2703 to avoid a leak report.
2704
2705 2019-09-08 Tom Tromey <tom@tromey.com>
2706
2707 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2708
2709 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2710
2711 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2712 Change type to gdb::optional<block_enum>.
2713 (dw2_symtab_iter_init): Change block_index parameter type
2714 to gdb::optional<block_enum>.
2715 (dw2_lookup_symbol): Change block_index parameter
2716 type to block_enum.c
2717 (dw2_debug_names_lookup_symbol): Likewise.
2718 * psymtab.c (psym_lookup_symbol): Likewise.
2719 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2720 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2721 Likewise.
2722
2723 2019-09-06 Christian Biesinger <cbiesinger@google.com>
2724
2725 * defs.h (relocate_gdb_directory): Change int to bool in
2726 signature and rename flag to relocatable.
2727 * main.c (relocate_path): Likewise.
2728 (relocate_gdb_directory): Likewise.
2729
2730 2019-09-06 Alan Modra <amodra@gmail.com>
2731
2732 * coffread.c (coff_symfile_read): Constify filename variable.
2733 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2734 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2735 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2736 * solib.c (reload_shared_libraries_1): Likewise.
2737 * symfile.c (reread_symbols): Likewise.
2738 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2739 * solib-darwin.c (darwin_bfd_open): Likewise.
2740 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2741
2742 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2745 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2746
2747 2019-09-03 Tom Tromey <tromey@adacore.com>
2748
2749 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2750 types.
2751 (has_negatives): Unbias a range type bound.
2752 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2753 * gdbtypes.c (operator==): Handle new field.
2754 (create_range_type): Add "bias" parameter.
2755 (create_static_range_type, resolve_dynamic_range): Update.
2756 * gdbtypes.h (struct range_bounds) <bias>: New member.
2757 (create_range_type): Add bias parameter.
2758 * printcmd.c (print_scalar_formatted): Unbias range types.
2759 * value.c (unpack_long): Unbias range types.
2760 (pack_long): Bias range types.
2761
2762 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2763
2764 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2765 probe arguments.
2766
2767 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2768
2769 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2770 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2771 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2772 (compile_probe_arg): Likewise.
2773 * probe.h (get_argument_count): Likewise.
2774 * solib-svr4.c (solib_event_probe_action): Likewise.
2775 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2776
2777 2019-09-02 Alan Hayward <alan.hayward@arm.com>
2778
2779 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2780 code to here...
2781 (svr4_create_solib_event_breakpoints): ...from here.
2782
2783 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2784
2785 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2786 suffix from warning message.
2787
2788 2019-08-30 Tom Tromey <tom@tromey.com>
2789
2790 * tui/tui-winsource.h (struct tui_source_window_base)
2791 <refresh_all>: Don't declare.
2792 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2793 Remove.
2794 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2795 tui_show_locator_content.
2796 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2797 declare.
2798 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2799 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2800 declare.
2801
2802 2019-08-30 Tom Tromey <tom@tromey.com>
2803
2804 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2805
2806 2019-08-30 Tom Tromey <tom@tromey.com>
2807
2808 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2809 Remove unnecessary forward declarations.
2810
2811 2019-08-30 Tom Tromey <tom@tromey.com>
2812
2813 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2814 rerender.
2815 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2816 tui_show_locator_content.
2817
2818 2019-08-30 Tom Tromey <tom@tromey.com>
2819
2820 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2821 (tui_locator_window::rerender): Rewrite using body of previous
2822 tui_show_locator_content.
2823
2824 2019-08-30 Tom Tromey <tom@tromey.com>
2825
2826 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2827 set_locator_fullname>: New methods.
2828 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2829 Rename from tui_set_locator_fullname.
2830 (tui_locator_window::set_locator_info): Rename from
2831 tui_set_locator_info. Return bool.
2832 (tui_update_locator_fullname, tui_show_frame_info): Update.
2833
2834 2019-08-30 Tom Tromey <tom@tromey.com>
2835
2836 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2837
2838 2019-08-30 Tom Tromey <tom@tromey.com>
2839
2840 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2841 call touchwin.
2842
2843 2019-08-30 Tom Tromey <tom@tromey.com>
2844
2845 * tui/tui-wingeneral.c (box_win): Assume win_info and
2846 win_info->handle cannot be NULL.
2847
2848 2019-08-30 Tom Tromey <tom@tromey.com>
2849
2850 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2851 refresh_window>: Declare.
2852 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2853 resize.
2854 (tui_data_item_window::rerender): Rename from
2855 tui_display_register.
2856 (tui_data_item_window::refresh_window): New method.
2857 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2858 no-op.
2859
2860 2019-08-30 Tom Tromey <tom@tromey.com>
2861
2862 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2863 regs_column_count, current_group>: Move later. Now private.
2864 <get_current_group>: New method.
2865 * tui/tui-regs.c (tui_reg_command): Update.
2866 * tui/tui-layout.c (tui_set_layout): Update.
2867
2868 2019-08-30 Tom Tromey <tom@tromey.com>
2869
2870 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2871 (tui_data_window::rerender): Don't call
2872 check_and_display_highlight_if_needed.
2873 (tui_data_window::refresh_all): Remove call to
2874 erase_data_content.
2875
2876 2019-08-30 Tom Tromey <tom@tromey.com>
2877
2878 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2879 (tui_data_window::display_registers_from)
2880 (tui_data_window::display_reg_element_at_line)
2881 (tui_data_window::display_registers_from_line): Remove checks of
2882 "empty".
2883
2884 2019-08-30 Tom Tromey <tom@tromey.com>
2885
2886 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2887 Don't declare.
2888 * tui/tui-regs.c (tui_data_window::show_registers): Call
2889 rerender.
2890 (tui_data_window::rerender): Rename from display_all_data.
2891 (tui_data_window::rerender): Remove old implementation.
2892
2893 2019-08-30 Tom Tromey <tom@tromey.com>
2894
2895 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2896 text.
2897 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2898
2899 2019-08-29 Bernhard Wodok <barto@gmx.net>
2900 Sergio Durigan Junior <sergiodj@redhat.com>
2901
2902 PR win32/24284
2903 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2904
2905 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2908 when searching for types.
2909
2910 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * f-lang.c (f_language_defn): Use f_print_typedef.
2913 * f-lang.h (f_print_typedef): Declare.
2914 * f-typeprint.c (f_print_typedef): Define.
2915
2916 2019-08-27 Christian Biesinger <cbiesinger@google.com>
2917
2918 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2919
2920 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * cli/cli-utils.c (info_print_options_defs): Delete.
2923 (make_info_print_options_def_group): Delete.
2924 (extract_info_print_options): Delete.
2925 (info_print_command_completer): Delete.
2926 (info_print_args_help): Add extra parameter, and optionally
2927 include text about -n flag.
2928 * cli/cli-utils.h (struct info_print_options): Delete.
2929 (extract_info_print_options): Delete declaration.
2930 (info_print_command_completer): Delete declaration.
2931 (info_print_args_help): Add extra parameter, extend header
2932 comment.
2933 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2934 search_symbols.
2935 * stack.c (struct info_print_options): New type.
2936 (info_print_options_defs): New file scoped variable.
2937 (make_info_print_options_def_group): New static function.
2938 (info_print_command_completer): New static function.
2939 (info_locals_command): Update to use new local functions.
2940 (info_args_command): Likewise.
2941 (_initialize_stack): Add extra parameter to calls to
2942 info_print_args_help.
2943 * symtab.c (search_symbols): Add extra parameter, use this to
2944 possibly excluse non-debug symbols.
2945 (symtab_symbol_info): Add extra parameter, which is passed on to
2946 search_symbols.
2947 (struct info_print_options): New type.
2948 (info_print_options_defs): New file scoped variable.
2949 (make_info_print_options_def_group): New static function.
2950 (info_print_command_completer): New static function.
2951 (info_variables_command): Update to use local functions, and pass
2952 extra parameter through to symtab_symbol_info.
2953 (info_functions_command): Likewise.
2954 (info_types_command): Pass additional argument through to
2955 symtab_symbol_info.
2956 (rbreak_command): Pass extra argument to search_symbols.
2957 (_initialize_symtab): Add extra arguments for calls to
2958 info_print_args_help, and update help text for 'info variables',
2959 'whereis', and 'info functions' commands.
2960 * symtab.h (search_symbols): Add extra argument to declaration.
2961 * NEWS: Mention new flags.
2962
2963 2019-08-26 Christian Biesinger <cbiesinger@google.com>
2964
2965 * symtab.c (lookup_static_symbol): Call the new function (and move
2966 it down to be next to lookup_global_symbol).
2967 (struct global_sym_lookup_data): Add block_enum member and rename to...
2968 (struct global_or_static_sym_lookup_data): ...this.
2969 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2970 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2971 (lookup_symbol_global_or_static_iterator_cb): ...this.
2972 (lookup_global_or_static_symbol): New function.
2973 (lookup_global_symbol): Call new function.
2974
2975 2019-08-26 Tom de Vries <tdevries@suse.de>
2976
2977 PR c++/24852
2978 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2979 when pc_probe.prob == NULL.
2980
2981 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
2982
2983 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2984 variable symbol_linkage to symbol_linkage_.
2985
2986 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
2987
2988 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2989 represent whether the symbol is static, dynamic, or we don't
2990 know.
2991
2992 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2993
2994 * gdb/rx-tdep.c (rx_register_names): New.
2995 (rx_register_name): Delete.
2996 (rx_psw_type): Delete.
2997 (rx_fpsw_type): Delete.
2998 (rx_register_type): Delete.
2999 (rx_gdbarch_init): Convert target-descriptions.
3000 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3001 * gdb/features/Makefile: Add rx.xml.
3002 * gdb/features/rx.xml: New.
3003 * gdb/features/rx.c: Generated.
3004 * gdb/NEWS: Mention target description support.
3005
3006 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3007
3008 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3009 *slot_ptr.
3010
3011 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3012
3013 * configure.ac: Don't check for 'dlfcn.h' (moved to
3014 gdbsupport/common.m4).
3015 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3016 'gdbsupport/'.
3017 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3018 * compile/compile-c-support.c: Include
3019 'gdbsupport/gdb-dlfcn.h'.
3020 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3021 * gdb-dlfcn.c: Move to...
3022 * gdbsupport/gdb-dlfcn.c: ... here.
3023 * gdb-dlfcn.h: Move to...
3024 * gdbsupport/gdb-dlfcn.h: ... here.
3025
3026 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3027
3028 * nios2-tdep.c (struct reg_value): Improve comments. Make
3029 the offset field signed.
3030
3031 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3032
3033 * python/lib/gdb/__init__.py (_execute_file): New function.
3034 * python/python.c (python_run_simple_file): Call gdb._execute_file
3035 on Windows.
3036
3037 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3040 all uses as this was never set to anything but a zero value.
3041
3042 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3043
3044 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3045
3046 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3047
3048 * tui/tui-data.h (tui_gen_win_info): Add an =default
3049 move constructor, required by some GCC versions.
3050
3051 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3052
3053 * go32-nat.c (go32_sysinfo): Add hygon_p.
3054
3055 2019-08-20 Tom Tromey <tom@tromey.com>
3056
3057 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3058 line_from_reg_element_no, first_reg_element_no_inline,
3059 display_all_data, delete_data_content_windows,
3060 erase_data_content>: Now private.
3061
3062 2019-08-20 Tom Tromey <tom@tromey.com>
3063
3064 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3065 (tui_unhighlight_win, tui_highlight_win)
3066 (tui_win_info::make_window): Update.
3067 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3068
3069 2019-08-20 Tom Tromey <tom@tromey.com>
3070
3071 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3072 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3073 (MAX_PID_WIDTH): Move to tui-stack.c.
3074 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3075 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3076 (MAX_PID_WIDTH): Move from tui-data.h.
3077
3078 2019-08-20 Tom Tromey <tom@tromey.com>
3079
3080 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3081 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3082 (box_win): Update.
3083 (tui_gen_win_info::make_window): Rename from tui_make_window.
3084 (tui_win_info::make_window): New method.
3085 (tui_gen_win_info::make_visible): Update.
3086 * tui/tui-source.c (tui_source_window::set_contents): Update.
3087 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3088 (tui_data_window::display_registers_from): Update.
3089 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3090 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3091 Declare.
3092 <can_box>: Remove.
3093 <title>: Remove.
3094 (struct tui_win_info) <make_window>: Declare.
3095 <can_box>: Now virtual.
3096 <title>: New member.
3097 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3098 * tui/tui-command.c (tui_cmd_window::resize): Update.
3099
3100 2019-08-20 Tom Tromey <tom@tromey.com>
3101
3102 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3103 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3104 (tui_data_window::check_register_values): Update.
3105
3106 2019-08-20 Tom Tromey <tom@tromey.com>
3107
3108 * tui/tui-regs.h (struct tui_data_window): Use
3109 DISABLE_COPY_AND_ASSIGN.
3110 <regs_content>: Change type, removing unique_ptr.
3111 <tui_data_window>: Add move constructor.
3112 * tui/tui-regs.c (tui_data_window::show_registers)
3113 (tui_data_window::show_register_group)
3114 (tui_data_window::display_registers_from)
3115 (tui_data_window::display_registers_from)
3116 (tui_data_window::first_data_item_displayed)
3117 (tui_data_window::delete_data_content_windows)
3118 (tui_data_window::rerender, tui_data_window::refresh_window)
3119 (tui_data_window::check_register_values): Update.
3120
3121 2019-08-20 Tom Tromey <tom@tromey.com>
3122
3123 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3124 show_register_group>: Declare.
3125 (tui_show_register_group): Don't declare.
3126 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3127 tui_show_registers.
3128 (tui_data_window::show_register_group): Rename from
3129 tui_show_register_group.
3130 (tui_data_window::check_register_values, tui_reg_command):
3131 Update.
3132 * tui/tui-layout.c (tui_set_layout): Update.
3133
3134 2019-08-20 Tom Tromey <tom@tromey.com>
3135
3136 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3137 Declare.
3138 (tui_check_register_values): Don't declare.
3139 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3140 from tui_check_register_values.
3141 * tui/tui-hooks.c (tui_register_changed): Update.
3142
3143 2019-08-20 Tom Tromey <tom@tromey.com>
3144
3145 * tui/tui-regs.c (tui_reg_layout): Move later.
3146 (tui_show_registers): Don't enable TUI mode or change layout.
3147
3148 2019-08-20 Tom Tromey <tom@tromey.com>
3149
3150 * tui/tui-regs.h (struct tui_data_item_window)
3151 <~tui_data_item_window>: Remove.
3152 <content>: Now a unique_xmalloc_ptr.
3153 * tui/tui-regs.c (tui_register_format): Return a
3154 unique_xmalloc_ptr.
3155 (tui_get_register): Update.
3156 (~tui_data_item_window): Remove.
3157 (tui_data_window::display_registers_from, tui_display_register):
3158 Update.
3159 * tui/tui-io.h (tui_expand_tabs): Update.
3160 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3161 Remove "col" parameter.
3162
3163 2019-08-20 Tom Tromey <tom@tromey.com>
3164
3165 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3166 field.
3167 * tui/tui-regs.c (~tui_data_item_window): Update.
3168
3169 2019-08-20 Tom Tromey <tom@tromey.com>
3170
3171 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3172 earlier.
3173
3174 2019-08-20 Tom Tromey <tom@tromey.com>
3175
3176 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3177
3178 2019-08-20 Tom Tromey <tom@tromey.com>
3179
3180 * tui/tui-source.h (struct tui_source_window): Update.
3181 * tui/tui-regs.c (tui_show_registers): Update.
3182 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3183 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3184 (NO_REGS_STRING): Remove defines.
3185
3186 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3187
3188 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3189 unnecessary thread walk if remote doesn't support the packet.
3190
3191 2019-08-19 Tom Tromey <tromey@adacore.com>
3192
3193 * python/py-value.c (value_has_field): Fix indentation.
3194
3195 2019-08-19 Tom Tromey <tromey@adacore.com>
3196
3197 * printcmd.c (do_one_display, info_display_command): Update.
3198 * block.h (contained_in): Return bool. Add allow_nested
3199 parameter.
3200 * block.c (contained_in): Return bool. Add allow_nested
3201 parameter.
3202
3203 2019-08-19 Tom Tromey <tom@tromey.com>
3204
3205 * configure: Rebuild.
3206 * configure.ac: Disallow the combination of -static-libstdc++ and
3207 source highlight.
3208 * source-cache.c (get_language_name): Handle rust.
3209 (source_cache::get_source_lines): Ignore highlighting exceptions.
3210
3211 2019-08-16 Tom Tromey <tom@tromey.com>
3212
3213 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3214 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3215 (struct tui_source_window_base) <make_visible, refresh_window,
3216 resize>: Remove methods.
3217 <execution_info>: Remove field.
3218 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3219 (tui_show_source_line, tui_source_window_base)
3220 (~tui_source_window_base): Update.
3221 (tui_source_window_base::resize)
3222 (tui_source_window_base::make_visible)
3223 (tui_source_window_base::refresh_window): Remove.
3224 (tui_source_window_base::update_exec_info): Update.
3225 * tui/tui-source.c (tui_source_window::set_contents): Update.
3226 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3227
3228 2019-08-16 Tom Tromey <tom@tromey.com>
3229
3230 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3231 deprecated_query_hook.
3232
3233 2019-08-16 Tom Tromey <tom@tromey.com>
3234
3235 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3236 (tui_update_source_windows_with_line): Update.
3237 * tui/tui-source.h (struct tui_source_window)
3238 <show_symtab_source>: Declare.
3239 (tui_show_symtab_source): Don't declare.
3240 * tui/tui-source.c (tui_show_symtab_source): Rename from
3241 tui_show_symtab_source.
3242
3243 2019-08-16 Tom Tromey <tom@tromey.com>
3244
3245 * tui/tui-winsource.h (struct tui_source_window_base)
3246 <set_contents>: Declare.
3247 * tui/tui-winsource.c
3248 (tui_source_window_base::update_source_window_as_is): Update.
3249 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3250 Declare.
3251 (tui_set_source_content): Don't declare.
3252 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3253 tui_set_source_content.
3254 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3255 Declare.
3256 (tui_set_disassem_content): Don't declare.
3257 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3258 tui_set_disassem_content.
3259
3260 2019-08-16 Tom Tromey <tom@tromey.com>
3261
3262 * tui/tui-winsource.h (struct tui_source_window_base)
3263 <update_breakpoint_info>: Declare.
3264 (tui_update_breakpoint_info): Don't declare.
3265 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3266 (tui_update_all_breakpoint_info): Update.
3267 (tui_source_window_base::update_breakpoint_info): Rename from
3268 tui_update_breakpoint_info.
3269 (tui_source_window_base::update_exec_info): Update.
3270
3271 2019-08-16 Tom Tromey <tom@tromey.com>
3272
3273 * tui/tui-winsource.h (struct tui_source_window_base)
3274 <update_source_window>: Declare.
3275 (tui_update_source_window): Don't declare.
3276 * tui/tui-winsource.c
3277 (tui_source_window_base::update_source_window): Rename from
3278 tui_update_source_window.
3279 (tui_source_window_base::rerender): Update.
3280 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3281 * tui/tui-disasm.c (tui_show_disassem)
3282 (tui_show_disassem_and_update_source)
3283 (tui_disasm_window::maybe_update): Update.
3284
3285 2019-08-16 Tom Tromey <tom@tromey.com>
3286
3287 * tui/tui-winsource.h (struct tui_source_window_base)
3288 <update_source_window_as_is>: Declare.
3289 (tui_update_source_window_as_is): Don't declare.
3290 * tui/tui-winsource.c (tui_update_source_window): Update
3291 (tui_source_window_base::update_source_window_as_is): Rename from
3292 tui_update_source_window_as_is.
3293 (tui_source_window_base::refill): Update.
3294 * tui/tui-source.c (tui_show_symtab_source): Update.
3295 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3296 Update.
3297
3298 2019-08-16 Tom Tromey <tom@tromey.com>
3299
3300 * tui/tui-winsource.h (tui_update_source_window)
3301 (tui_update_source_window_as_is): Remove "noerror" parameter.
3302 * tui/tui-winsource.c (tui_update_source_window)
3303 (tui_update_source_window_as_is): Remove "noerror" parameter.
3304 (tui_update_source_windows_with_addr)
3305 (tui_update_source_windows_with_line)
3306 (tui_source_window_base::rerender)
3307 (tui_source_window_base::refill): Update.
3308 * tui/tui-source.h (tui_set_source_content)
3309 (tui_show_symtab_source): Remove "noerror" parameter.
3310 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3311 parameter.
3312 (tui_show_symtab_source): Likewise.
3313 (tui_source_window::maybe_update): Update.
3314 * tui/tui-disasm.c (tui_show_disassem)
3315 (tui_show_disassem_and_update_source)
3316 (tui_disasm_window::do_scroll_vertical)
3317 (tui_disasm_window::maybe_update): Update.
3318
3319 2019-08-16 Tom Tromey <tom@tromey.com>
3320
3321 * tui/tui.c (tui_is_window_visible): Update.
3322 * tui/tui-wingeneral.c (tui_make_window)
3323 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3324 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3325 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3326 (tui_set_win_height_command, parse_scrolling_args): Update.
3327 * tui/tui-source.c (tui_source_window::style_changed): Update.
3328 * tui/tui-regs.c (tui_show_registers)
3329 (tui_data_window::first_data_item_displayed)
3330 (tui_data_window::delete_data_content_windows)
3331 (tui_check_register_values, tui_reg_command): Update.
3332 * tui/tui-disasm.c (tui_show_disassem): Update.
3333 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3334 method.
3335 <is_visible>: Remove field.
3336 * tui/tui-data.c (tui_next_win, tui_prev_win)
3337 (tui_delete_invisible_windows): Update.
3338
3339 2019-08-16 Tom Tromey <tom@tromey.com>
3340
3341 * tui/tui-winsource.h (struct tui_source_window_base)
3342 <m_has_locator>: Remove.
3343 * tui/tui-layout.c (show_source_disasm_command, show_data)
3344 (show_source_or_disasm_and_command): Update.
3345
3346 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3347
3348 * NEWS (Other MI changes): New subsection.
3349 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3350 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3351 * arch-utils.c (default_get_pc_address_flags): New function.
3352 * arch-utils.h (default_get_pc_address_flags): New declaration.
3353 * gdbarch.sh: Add get_pc_address_flags.
3354 * gdbarch.c: Regenerate.
3355 * gdbarch.h: Likewise.
3356 * stack.c (print_pc): New function.
3357 (print_frame_info) (print_frame): Call print_pc.
3358
3359 2019-08-16 Tom de Vries <tdevries@suse.de>
3360
3361 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3362 print_objfile_section_info.
3363
3364 2019-08-15 Tom Tromey <tom@tromey.com>
3365
3366 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3367 calling update_cmdwin_start_line.
3368 * tui/tui-winsource.h (struct tui_source_window_base)
3369 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3370 <rerender>: Declare.
3371 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3372 Call rerender.
3373 (tui_source_window_base::set_new_height): Remove.
3374 (tui_source_window_base::rerender): Rename from
3375 do_make_visible_with_new_height.
3376 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3377 resize method.
3378 (tui_win_info::make_invisible_and_set_new_height)
3379 (tui_win_info::make_visible_with_new_height): Remove.
3380 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3381 Declare.
3382 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3383 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3384 do_make_visible_with_new_height>: Don't declare.
3385 <rerender>: Declare.
3386 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3387 set_new_height.
3388 (tui_data_window::do_make_visible_with_new_height): Remove.
3389 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3390 call tui_show_locator_content.
3391 (tui_gen_win_info::resize): Call rerender.
3392 (show_source_or_disasm_and_command): Don't call
3393 tui_show_locator_content.
3394 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3395 method.
3396 (struct tui_win_info) <rerender>: Declare.
3397 <set_new_height, make_invisible_and_set_new_height,
3398 make_visible_with_new_height>: Don't declare.
3399 * tui/tui-data.c (tui_win_list::rerender): New method.
3400 * tui/tui-command.h (struct tui_cmd_window)
3401 <do_make_visible_with_new_height>: Don't declare.
3402 * tui/tui-command.c
3403 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3404
3405 2019-08-15 Tom Tromey <tromey@adacore.com>
3406
3407 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3408 * ada-lang.c (ada_enum_name): Likewise.
3409
3410 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3411
3412 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3413 leading underscore.
3414 (GdbOutputErrorFile): Likewise.
3415 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3416 accordingly.
3417 (execute_unwinders): Rename to have a leading underscore.
3418 (auto_load_packages): Likewise.
3419 (global scope): Adjust call to auto_load_packages accordingly.
3420 (GdbSetPythonDirectory): Likewise.
3421 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3422 instead of execute_unwinders.
3423
3424 2019-08-15 Tom Tromey <tom@tromey.com>
3425
3426 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3427 (show_data): Don't change window visibility.
3428 (tui_gen_win_info::resize): Remove special case for command
3429 window. Use wresize, when available.
3430 (show_source_or_disasm_and_command): Don't change window
3431 visibility.
3432 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3433 <make_visible>: New method.
3434 * tui/tui-command.c (tui_cmd_window::resize): New method.
3435
3436 2019-08-15 Tom Tromey <tom@tromey.com>
3437
3438 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3439 (struct tui_source_windows): New.
3440 * tui/tui-winsource.c (tui_display_main): Update.
3441 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3442 (new_height_ok, parse_scrolling_args): Update.
3443 * tui/tui-layout.c (show_layout, show_data): Update.
3444 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3445 (tui_add_to_source_windows): Don't declare.
3446 * tui/tui-data.c (source_windows, tui_source_windows)
3447 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3448
3449 2019-08-15 Tom Tromey <tom@tromey.com>
3450
3451 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3452 Rename from reset.
3453 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3454 * tui/tui-layout.c (show_source_disasm_command, show_data):
3455 Update.
3456 (tui_gen_win_info::resize): Rename.
3457 (show_source_or_disasm_and_command): Update.
3458 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3459 reset.
3460
3461 2019-08-15 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3464 * tui/tui-interp.c (tui_interp::init): Don't call
3465 tui_initialize_static_data.
3466 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3467
3468 2019-08-15 Tom Tromey <tom@tromey.com>
3469
3470 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3471 examine tui_win_list.
3472
3473 2019-08-15 Tom Tromey <tom@tromey.com>
3474
3475 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3476 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3477 tui_clear_source_content.
3478 (tui_clear_source_content): Remove.
3479 (tui_source_window_base::do_erase_source_content): Hoist call to
3480 content.clear().
3481 * tui/tui-stack.c (tui_show_frame_info): Don't call
3482 tui_clear_source_content.
3483
3484 2019-08-15 Tom Tromey <tom@tromey.com>
3485
3486 * tui/tui-winsource.h (struct tui_source_window_base)
3487 <do_erase_source_content>: New method.
3488 <erase_source_content>: New method.
3489 (tui_erase_source_content): Don't declare.
3490 * tui/tui-winsource.c (tui_clear_source_content): Update.
3491 (tui_source_window_base::do_erase_source_content): Rename from
3492 tui_erase_source_content.
3493 (tui_source_window_base::show_source_content): Update.
3494 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3495 * tui/tui-source.h (struct tui_source_window)
3496 <erase_source_content>: New method.
3497 * tui/tui-disasm.h (struct tui_disasm_window)
3498 <erase_source_content>: New method.
3499
3500 2019-08-15 Tom Tromey <tom@tromey.com>
3501
3502 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3503 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3504 constructor.
3505 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3506 * tui/tui-source.c (tui_set_source_content): Update.
3507 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3508
3509 2019-08-15 Tom Tromey <tom@tromey.com>
3510
3511 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3512 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3513 tui-source.c.
3514 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3515 Declare.
3516 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3517 method.
3518 (tui_source_window::maybe_update): Update.
3519
3520 2019-08-15 Tom Tromey <tom@tromey.com>
3521
3522 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3523 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3524 tui-disasm.c.
3525 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3526 Declare.
3527 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3528 method.
3529 (tui_disasm_window::maybe_update): Update.
3530
3531 2019-08-15 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui-winsource.h (struct tui_source_window_base)
3534 <maybe_update>: Declare.
3535 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3536 method.
3537 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3538 Declare.
3539 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3540 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3541 Declare.
3542 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3543
3544 2019-08-15 Tom Tromey <tom@tromey.com>
3545
3546 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3547
3548 2019-08-15 Tom Tromey <tom@tromey.com>
3549
3550 * tui/tui-wingeneral.c: Include tui-stack.h.
3551 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3552 (struct tui_locator_window): Move from tui-data.h.
3553 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3554 (tui_initialize_static_data): Move from tui-data.c.
3555 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3556 (struct tui_locator_window): Move to tui-stack.c.
3557 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3558 (tui_initialize_static_data): Move to tui-stack.c.
3559
3560 2019-08-15 Tom Tromey <tom@tromey.com>
3561
3562 * tui/tui-layout.c (show_source_disasm_command)
3563 (show_source_or_disasm_and_command): Use make_visible method, not
3564 tui_make_window.
3565 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3566 Remove.
3567
3568 2019-08-15 Tom Tromey <tom@tromey.com>
3569
3570 * tui/tui-wingeneral.h (tui_make_window): Update.
3571 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3572 parameter.
3573 (tui_gen_win_info::make_visible): Update.
3574 * tui/tui-regs.c (tui_data_window::display_registers_from):
3575 Update.
3576 * tui/tui-layout.c (show_source_disasm_command)
3577 (show_source_or_disasm_and_command): Update.
3578 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3579 (enum tui_box): Remove.
3580 (struct tui_win_info) <can_box>: New method.
3581 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3582 method.
3583
3584 2019-08-15 Tom de Vries <tdevries@suse.de>
3585
3586 * linux-nat-trad.c: Include gdbarch.h.
3587
3588 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3589
3590 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3591 register sizes.
3592
3593 2019-08-14 Tom Tromey <tromey@adacore.com>
3594
3595 * darwin-nat.c: Include gdbarch.h.
3596 * darwin-nat-info.c: Include gdbarch.h.
3597
3598 2019-08-13 Tom Tromey <tom@tromey.com>
3599
3600 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3601 Remove.
3602 * tui/tui-data.c (tui_initialize_static_data): Update.
3603
3604 2019-08-13 Tom Tromey <tom@tromey.com>
3605
3606 * tui/tui-winsource.h (struct tui_exec_info_window)
3607 <~tui_exec_info_window, maybe_allocate_content, get_content,
3608 m_content>: Remove.
3609 (struct tui_source_window_base) <set_exec_info_content,
3610 show_exec_info_content>: Don't declare.
3611 * tui/tui-winsource.c
3612 (tui_exec_info_window::maybe_allocate_content): Remove.
3613 (tui_source_window_base::update_exec_info): Rename from
3614 set_exec_info_content.
3615 (tui_source_window_base::show_exec_info_content)
3616 (tui_source_window_base::update_exec_info): Remove.
3617
3618 2019-08-13 Tom Tromey <tom@tromey.com>
3619
3620 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3621 declare.
3622 * tui/tui-winsource.c (tui_update_source_window_as_is)
3623 (tui_update_source_windows_with_addr, tui_erase_source_content):
3624 Update.
3625 (tui_clear_exec_info_content): Remove.
3626
3627 2019-08-13 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3630 declare.
3631 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3632 call tui_erase_exec_info_content.
3633 (tui_clear_exec_info_content): Rename from
3634 tui_erase_exec_info_content.
3635 (tui_clear_exec_info_content): Delete.
3636
3637 2019-08-13 Tom Tromey <tom@tromey.com>
3638
3639 * tui/tui-winsource.h (struct tui_source_window_base)
3640 <show_exec_info_content>: Declare.
3641 (tui_show_exec_info_content): Don't declare.
3642 * tui/tui-winsource.c
3643 (tui_source_window_base::show_exec_info_content): Rename from
3644 tui_show_exec_info_content.
3645 (tui_source_window_base::update_exec_info): Update.
3646
3647 2019-08-13 Tom Tromey <tom@tromey.com>
3648
3649 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3650 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3651 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3652 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3653 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3654 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3655 ... here.
3656
3657 2019-08-13 Tom Tromey <tom@tromey.com>
3658
3659 * tui/tui-winsource.h (struct tui_source_window_base)
3660 <update_exec_info>: Declare.
3661 (tui_update_exec_info): Don't declare.
3662 * tui/tui-winsource.c (tui_update_source_window_as_is)
3663 (tui_source_window_base::refresh_all)
3664 (tui_update_all_breakpoint_info): Update.
3665 (tui_source_window_base::update_exec_info): Rename from
3666 tui_update_exec_info.
3667 * tui/tui-stack.c (tui_show_frame_info): Update.
3668
3669 2019-08-13 Tom Tromey <tom@tromey.com>
3670
3671 * tui/tui-winsource.h (struct tui_source_window_base)
3672 <set_exec_info_content>: Declare.
3673 (tui_set_exec_info_content): Don't declare.
3674 * tui/tui-winsource.c
3675 (tui_source_window_base::set_exec_info_content): Rename from
3676 tui_set_exec_info_content.
3677 (tui_update_exec_info): Update.
3678
3679 2019-08-13 Tom Tromey <tom@tromey.com>
3680
3681 * tui/tui-winsource.h (struct tui_source_window_base)
3682 <show_source_content>: Declare.
3683 (tui_show_source_content): Don't declare.
3684 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3685 (tui_source_window_base::show_source_content): Rename from
3686 tui_show_source_content.
3687 (tui_source_window_base::refresh_all): Update.
3688 * tui/tui-layout.c (show_source_disasm_command)
3689 (show_source_or_disasm_and_command): Update.
3690
3691 2019-08-13 Tom Tromey <tom@tromey.com>
3692
3693 * tui/tui-winsource.c (tui_erase_source_content)
3694 (tui_show_source_content, tui_source_window_base::refresh_all):
3695 Update.
3696 * tui/tui-wingeneral.h
3697 (tui_check_and_display_highlight_if_needed): Don't declare.
3698 * tui/tui-wingeneral.c
3699 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3700 check_and_display_highlight_if_needed.
3701 * tui/tui-win.c (tui_rehighlight_all)
3702 (tui_win_info::make_visible_with_new_height): Update.
3703 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3704 (tui_data_window::erase_data_content)
3705 (tui_data_window::display_all_data): Update.
3706 * tui/tui-data.h (struct tui_win_info)
3707 <check_and_display_highlight_if_needed>: Declare.
3708
3709 2019-08-13 Tom Tromey <tom@tromey.com>
3710
3711 * tui/tui-win.c (tui_resize_all): Call
3712 tui_delete_invisible_windows.
3713 * tui/tui-layout.c (show_layout): Call
3714 tui_delete_invisible_windows.
3715 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3716 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3717
3718 2019-08-13 Tom Tromey <tom@tromey.com>
3719
3720 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3721 tui_add_win_to_layout.
3722
3723 2019-08-13 Tom Tromey <tom@tromey.com>
3724
3725 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3726 * tui/tui-layout.c (tui_default_win_height): Now static.
3727
3728 2019-08-13 Tom Tromey <tom@tromey.com>
3729
3730 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3731 single switch.
3732 (show_source_disasm_command, show_source_or_disasm_and_command):
3733 Don't check current layout.
3734
3735 2019-08-13 Tom Tromey <tom@tromey.com>
3736
3737 * tui/tui-wingeneral.c (make_all_visible): Remove.
3738 (tui_make_all_invisible): Simplify.
3739 * tui/tui-layout.c (tui_make_all_invisible): Move from
3740 tui-wingeneral.c; simplify.
3741 (show_layout): Hoist call to tui_make_all_invisible.
3742 (show_data): Don't call tui_make_all_invisible.
3743
3744 2019-08-13 Tom Tromey <tom@tromey.com>
3745
3746 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3747 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3748
3749 2019-08-13 Tom Tromey <tom@tromey.com>
3750
3751 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3752 tui-data.c.
3753 (show_source_disasm_command, show_data)
3754 (show_source_or_disasm_and_command): Don't use
3755 tui_set_current_layout_to.
3756 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3757 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3758 tui-layout.c.
3759 (tui_set_current_layout_to): Remove.
3760
3761 2019-08-13 Tom Tromey <tom@tromey.com>
3762
3763 * tui/tui-layout.c (tui_set_layout): Update.
3764 * tui/tui-data.h (struct tui_layout_def): Remove.
3765 (tui_layout_def): Don't declare.
3766 * tui/tui-data.c (layout_def): Remove.
3767 (tui_layout_def): Remove.
3768
3769 2019-08-13 Tom Tromey <tom@tromey.com>
3770
3771 * tui/tui-winsource.h (struct tui_source_window_base)
3772 <clear_detail>: No longer "override".
3773 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3774 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3775 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3776 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3777 Remove.
3778 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3779
3780 2019-08-13 Tom Tromey <tromey@adacore.com>
3781
3782 * tracepoint.c: Don't include readline.h or history.h.
3783
3784 2019-08-12 Tom Tromey <tom@tromey.com>
3785
3786 * configure: Rebuild.
3787 * configure.ac: Check for readline 7.
3788 * NEWS: Mention readline 7 requirement.
3789 * README: Update.
3790
3791 2019-08-12 Tom Tromey <tom@tromey.com>
3792
3793 * mingw-hdep.c (gdb_select): Remove readline hack.
3794
3795 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3796
3797 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3798 when the function fails.
3799
3800 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3801
3802 * s390-tdep.c (s390_type_align): New function.
3803 (s390_gdbarch_init): Set it as type_align gdbarch method.
3804
3805 2019-08-09 Tom de Vries <tdevries@suse.de>
3806
3807 PR gdb/24591
3808 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3809 pc_low with relocation offset.
3810
3811 2019-08-07 Tom Tromey <tromey@adacore.com>
3812
3813 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3814 (print_frame_args): Update.
3815 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3816 Update.
3817 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3818 * frame.h (struct frame_arg): Add initializers.
3819 <error>: Now a unique_xmalloc_ptr.
3820
3821 2019-08-07 Alan Hayward <alan.hayward@arm.com>
3822
3823 * NEWS: Expand the Pointer Authentication entry.
3824 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3825 (aarch64_frame_unmask_lr): ... to this.
3826 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3827 Call aarch64_frame_unmask_lr.
3828 * frame.c (struct frame_info): Add "masked" variable.
3829 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3830 (fprint_frame): Check for masked pc.
3831 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3832 declarations.
3833 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3834 * stack.c (print_frame): Check for masked pc.
3835
3836 2019-08-06 Tom Tromey <tom@tromey.com>
3837
3838 * stabsread.c (patch_block_stabs, read_one_struct_field)
3839 (read_enum_type): Use obstack_strndup.
3840 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3841 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3842 * dwarf2read.c (guess_full_die_structure_name)
3843 (anonymous_struct_prefix): Use obstack_strndup.
3844 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3845 * c-exp.y (yylex): Use obstack_strndup.
3846 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3847 (write_var_or_type): Use obstack_strndup.
3848
3849 2019-08-06 Tom Tromey <tom@tromey.com>
3850
3851 * symfile.c (reread_symbols): Use obstack_strdup.
3852 * stabsread.c (read_type): Use obstack_strdup.
3853 * gdb_obstack.h (obstack_strdup): New overload.
3854 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3855 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3856 (dwarf2_canonicalize_name): Use obstack_strdup.
3857 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3858 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3859 Use obstack_strdup.
3860
3861 2019-08-06 Tom Tromey <tom@tromey.com>
3862
3863 * gdb_obstack.h (obstack_strdup): Define.
3864 * gdb_obstack.c (obstack_strdup): Don't define.
3865
3866 2019-08-06 Tom Tromey <tom@tromey.com>
3867
3868 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3869 obstack_strdup.
3870 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3871 obstack_strdup.
3872 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3873 * stabsread.c (common_block_start): Use obstack_strdup.
3874 * objfiles.c (set_objfile_main_name, objfile): Use
3875 obstack_strdup.
3876 * namespace.c (add_using_directive): Use obstack_strdup.
3877 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3878 * jit.c (finalize_symtab): Use obstack_strdup.
3879 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3880 (guess_partial_die_structure_name, partial_die_info::fixup)
3881 (dwarf2_name): Use obstack_strdup.
3882 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3883 obstack_strdup.
3884 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3885 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3886 obstack_strdup.
3887 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3888
3889 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3890
3891 * unittests/help-doc-selftests.c: New file.
3892 * Makefile.in: Add the new file.
3893
3894 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3895
3896 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3897 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3898 the full first line, except when FOR_VALUE_PREFIX. In this case,
3899 the trailing '.' is not output, and the first character is uppercased.
3900 (print_help_for_command): Update call to print_doc_line.
3901 (print_doc_of_command): Likewise.
3902 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3903 * cli/cli-option.c (append_indented_doc): Do not append newline.
3904 (build_help_option): Append newline after first appended_indented_doc
3905 only if a second call is done.
3906 (build_help): Append 2 new lines before each option, except the first
3907 one.
3908 * compile/compile.c (_initialize_compile): Add new lines after
3909 %OPTIONS%, when not at the end of the help.
3910 Change help doc or code
3911 producing the help doc to respect the invariants.
3912 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3913 Also removed the new line after 'Options:', as all other commands
3914 do not put an empty line between 'Options:' and the first option.
3915 * printcmd.c (_initialize_printcmd): Likewise.
3916 * stack.c (_initialize_stack): Likewise.
3917 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3918 incorrectly telling COMMAND is optional.
3919 * ada-lang.c (_initialize_ada_language): Change help doc or code
3920 producing the help doc to respect the invariants.
3921 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3922 * breakpoint.c (_initialize_breakpoint): Likewise.
3923 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3924 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3925 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3926 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3927 _initialize_cli_style): Likewise.
3928 * corelow.c (core_target_info): Likewise.
3929 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3930 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3931 * filesystem.c (_initialize_filesystem): Likewise.
3932 * frame.c (_initialize_frame): Likewise.
3933 * gnu-nat.c (add_task_commands): Likewise.
3934 * infcall.c (_initialize_infcall): Likewise.
3935 * infcmd.c (_initialize_infcmd): Likewise.
3936 * interps.c (_initialize_interpreter): Likewise.
3937 * language.c (_initialize_language): Likewise.
3938 * linux-fork.c (_initialize_linux_fork): Likewise.
3939 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3940 * maint.c (_initialize_maint_cmds): Likewise.
3941 * memattr.c (_initialize_mem): Likewise.
3942 * printcmd.c (_initialize_printcmd): Likewise.
3943 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3944 _RegEx): Likewise.
3945 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3946 * record-btrace.c (_initialize_record_btrace): Likewise.
3947 * record-full.c (_initialize_record_full): Likewise.
3948 * record.c (_initialize_record): Likewise.
3949 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3950 * regcache.c (_initialize_regcache): Likewise.
3951 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3952 _initialize_remote): Likewise.
3953 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3954 * serial.c (_initialize_serial): Likewise.
3955 * skip.c (_initialize_step_skip): Likewise.
3956 * source.c (_initialize_source): Likewise.
3957 * stack.c (_initialize_stack): Likewise.
3958 * symfile.c (_initialize_symfile): Likewise.
3959 * symtab.c (_initialize_symtab): Likewise.
3960 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3961 * top.c (init_main): Likewise.
3962 * tracefile-tfile.c (tfile_target_info): Likewise.
3963 * tracepoint.c (_initialize_tracepoint): Likewise.
3964 * tui/tui-win.c (_initialize_tui_win): Likewise.
3965 * utils.c (add_internal_problem_command): Likewise.
3966 * valprint.c (value_print_option_defs): Likewise.
3967
3968 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
3969
3970 PR build/24886
3971 * configure.ac: Drop enable-libmcheck support.
3972 * configure, config.in: Rebuild.
3973 * libmcheck.m4: Remove.
3974 * acinclude.m4: Don't include it.
3975 * Makefile.in: Don't distribute it.
3976 * top.c (print_gdb_configuration): Don't mention it.
3977
3978 2019-08-06 Tom Tromey <tom@tromey.com>
3979
3980 * utils.c (set_output_style): Sometimes pass stream to
3981 emit_style_escape.
3982 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3983 * record-btrace.c (btrace_insn_history): Update.
3984 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3985 method.
3986 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3987 Update initializers.
3988 <m_uiout>: New field.
3989 <m_di>: Move lower.
3990 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3991 Remove "uiout" parameter.
3992 (dump_insns): Update.
3993 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3994 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3995
3996 2019-08-06 Christian Biesinger <cbiesinger@google.com>
3997
3998 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3999 (error_in_psymtab_expansion): Likewise.
4000 (lookup_symbol_via_quick_fns): Likewise.
4001 (basic_lookup_transparent_type_quick): Likewise.
4002 (basic_lookup_transparent_type_1): Likewise.
4003
4004 2019-08-06 Tom Tromey <tromey@adacore.com>
4005
4006 * source.c (last_source_error): Now bool.
4007 (print_source_lines_base): Make "noprint" bool. Only open
4008 source file when last_source_visited changes.
4009
4010 2019-08-06 Tom Tromey <tromey@adacore.com>
4011
4012 * annotate.c (annotate_source_line): Use g_source_cache.
4013 * source-cache.c (source_cache::get_plain_source_lines): Change
4014 parameters. Populate m_offset_cache.
4015 (source_cache::ensure): New method.
4016 (source_cache::get_line_charpos): New method.
4017 (extract_lines): Move lower. Change parameters.
4018 (source_cache::get_source_lines): Move lower.
4019 * source-cache.h (class source_cache): Update comment.
4020 <get_line_charpos>: New method.
4021 <get_source_lines>: Update comment.
4022 <clear>: Clear m_offset_cache.
4023 <get_plain_source_lines>: Change parameters.
4024 <ensure>: New method
4025 <m_offset_cache>: New member.
4026 * source.c (forget_cached_source_info_for_objfile): Update.
4027 (info_source_command): Use g_source_cache.
4028 (find_source_lines, open_source_file_with_line_charpos): Remove.
4029 (print_source_lines_base, search_command_helper): Use g_source_cache.
4030 * source.h (open_source_file_with_line_charpos): Don't declare.
4031 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4032 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4033 Use g_source_cache.
4034
4035 2019-08-06 Tom Tromey <tromey@adacore.com>
4036
4037 * source-cache.c (source_cache::get_plain_source_lines):
4038 Remove "first_line" and "last_line" parameters.
4039 (source_cache::get_source_lines): Cache plain text.
4040 * source-cache.h (class source_cache)
4041 <get_plain_source_lines>: Update.
4042
4043 2019-08-06 Tom Tromey <tromey@adacore.com>
4044
4045 * source-cache.c (extract_lines): No longer a method.
4046 Changed type of parameter. Include final newline.
4047 (selftests::extract_lines_test): New function.
4048 (_initialize_source_cache): Likewise.
4049 * source-cache.h (class source_cache)
4050 <extract_lines>: Don't declare.
4051
4052 2019-08-06 Tom Tromey <tromey@adacore.com>
4053
4054 * breakpoint.c (init_breakpoint_sal): Update.
4055 (breakpoint): Update.
4056 * breakpoint.h (struct breakpoint) <filter>: Now a
4057 unique_xmalloc_ptr.
4058
4059 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4060
4061 * NEWS: Mention dictionary access on blocks.
4062 * python/py-block.c (blpy_getitem): New function.
4063 (block_object_as_mapping): New struct.
4064 (block_object_type): Use new struct for tp_as_mapping field.
4065
4066 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4067
4068 * objfiles.h (objfile): Add a comment describing partial symbols.
4069
4070 2019-08-05 Tom Tromey <tromey@adacore.com>
4071
4072 * compile/compile.c (_initialize_compile): Use _(), not N_().
4073 * thread.c (_initialize_thread): Use _(), not N_().
4074 * stack.c (_initialize_stack): Use _(), not N_().
4075 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4076
4077 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4078
4079 * dwarf2read.c (struct dw2_symtab_iterator):
4080 <want_specific_block>: Remove.
4081 <block_index>: Change type to gdb::optional.
4082 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4083 change type of BLOCK_INDEX parameter to gdb::optional.
4084 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4085 (dw2_lookup_symbol): Don't pass argument for
4086 WANT_SPECIFIC_BLOCK.
4087 (dw2_expand_symtabs_for_function): Don't pass argument for
4088 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4089 (class dw2_debug_names_iterator)
4090 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4091 parameter, change BLOCK_INDEX type to gdb::optional.
4092 <m_want_specific_block>: Remove.
4093 <m_block_index>: Change type to gdb::optional.
4094 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4095 gdb::optional. Re-write in function of gdb::optional.
4096 (dw2_debug_names_lookup_symbol): Don't pass argument for
4097 WANT_SPECIFIC_BLOCK.
4098 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4099 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4100 BLOCK_INDEX.
4101
4102 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4103
4104 * NEWS: Mention changes to "info sources" command.
4105
4106 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4107
4108 * symtab.c (filename_partial_match_opts): New struct type.
4109 (struct output_source_filename_data): New members
4110 regexp, c_regexp, partial_match.
4111 (output_source_filename): Use new members to decide to print file.
4112 (info_sources_option_defs): New variable.
4113 (make_info_sources_options_def_group, print_info_sources_header,
4114 info_sources_command_completer):
4115 New functions.
4116 (info_sources_command): Read new optional arguments.
4117 (_initialize_symtab): Update info sources help.
4118
4119 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4120
4121 * ada-lang.c (exception_support_info_v0): Renamed from...
4122 (default_exception_support_info): ... this. Create new
4123 definition for v1.
4124 (ada_has_this_exception_support): Look up catch_handlers_sym.
4125 (ada_exception_support_info_sniffer): Try v0 after default.
4126
4127 2019-08-01 Tom Tromey <tromey@adacore.com>
4128
4129 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4130 gdbarch.h.
4131
4132 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4133
4134 * s12z-tdep.c: Fix include path for s12z-opc.h.
4135
4136 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4137
4138 * NEWS: Require GNU make 3.82.
4139
4140 2019-07-16 Tom Tromey <tom@tromey.com>
4141
4142 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4143 declare.
4144
4145 2019-07-30 Tom Tromey <tromey@adacore.com>
4146
4147 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4148
4149 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4150
4151 * printcmd.c (print_address_symbolic): Print negative offsets.
4152 (build_address_symbolic): Force signed arithmetic when computing
4153 offset.
4154
4155 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4156
4157 PR/24474: Add a function to lookup static variables.
4158 * NEWS: Mention this new function.
4159 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4160 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4161 * python/python.c (python_GdbMethods): Add new function.
4162
4163 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4164
4165 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4166 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4167 (objfpy_lookup_static_symbol): New function.
4168 (objfile_object_methods): Add new functions.
4169
4170 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4171
4172 * NEWS: Mention 'set|show print frame-info'. Mention new
4173 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4174 backtrace argument. Mention that python frame filtering code
4175 is now consistent with what 'backtrace' command prints.
4176
4177 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4178
4179 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4180 comments.
4181 (print_frame_info_auto, print_frame_info_source_line,
4182 print_frame_info_location, print_frame_info_source_and_location,
4183 print_frame_info_location_and_address, print_frame_info_short_location):
4184 New declarations.
4185 (struct frame_print_options): New member print_frame_info.
4186 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4187 * stack.h (get_user_print_what_frame_info): New declaration.
4188 (frame_show_address): New declaration.
4189 * stack.c (print_frame_arguments_choices): New value 'presence'.
4190 (print_frame_info_auto, print_frame_info_source_line,
4191 print_frame_info_location, print_frame_info_source_and_location,
4192 print_frame_info_location_and_address, print_frame_info_short_location,
4193 print_frame_info_choices, print_frame_info_print_what): New definitions.
4194 (print_frame_args): Only print dots for args if print frame-arguments
4195 is 'presence'.
4196 (frame_print_option_defs): New element for "frame-info".
4197 (get_user_print_what_frame_info): New function.
4198 (frame_show_address): Make non static. Move comment to stack.h.
4199 (print_frame_info_to_print_what): New function.
4200 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4201 to decide what to print.
4202 (backtrace_command_1): Handle the new print_frame_arguments_presence
4203 value.
4204 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4205 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4206 (py_print_frame): In non-mi mode, use LOCATION as default for
4207 print_what, similarly to frame information printed directly by
4208 backtrace command. Handle frame-info user option in non MI mode.
4209
4210 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4211
4212 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4213 Add case for debugging 32-bit target on 64-bit host. Revise
4214 comment.
4215
4216 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4217
4218 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4219 instead of find_function_entry_range_from_pc.
4220
4221 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4222
4223 * stack.c (find_frame_funname): Remove code which preferred
4224 minsym over symtab sym in "certain pathological cases".
4225
4226 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4227 parameter. Change type of "do_demangle" to bool.
4228 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4229 Pass suitable "prefer_sym_over_minsym" flag to
4230 build_address_symbolic(). Don't output "+" for negative offsets.
4231 * printcmd.c (print_address_symbolic): Update invocation of
4232 build_address_symbolic to include a "prefer_sym_over_minsym"
4233 flag.
4234 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4235 Restrict cases in which use of minimal symbol is preferred to that
4236 of a found symbol. Update comments.
4237
4238 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4239 for entry pc when entry pc is out of range for that FDE.
4240
4241 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4242
4243 PR gdb/24839:
4244 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4245 type.
4246
4247 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4248
4249 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4250 this function's Python signature.
4251
4252
4253 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4254
4255 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4256 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4257 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4258 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4259 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4260
4261
4262 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4263
4264 * h8300-tdep.c (h8300_register_name_common): New.
4265 h8300_register_name): Use h8300_register_name_common.
4266 (h8300s_register_name): Likewise.
4267 (h8300sx_register_name): Likewise.
4268 (h8300h_register_nam): New.
4269 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4270
4271
4272 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4273
4274 * arm-tdep.c (arm_skip_cmse_entry): New function.
4275 (arm_is_sgstubs_section): New function.
4276 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4277
4278 2019-07-22 Tom Tromey <tom@tromey.com>
4279
4280 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4281 Don't self-assign.
4282
4283 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4286 type_print.
4287
4288 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4291 so that GDB doesn't match any msymbols when searching in the
4292 TYPES_DOMAIN.
4293 (print_symbol_info): Print using typedef_print or type_print based
4294 on the type of the symbol. Add updated FIXME comment moved from...
4295 (_initialize_symtab): ... move and update FIXME comment to above.
4296
4297 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * NEWS: Mention adding -q option to "info types".
4300 * symtab.c (struct info_types_options): New struct.
4301 (info_types_options_defs): New variable.
4302 (make_info_types_options_def_group): New function.
4303 (info_types_command): Use gdb::option framework to parse options.
4304 (info_types_command_completer): New function.
4305 (_initialize_symtab): Extend the help text on "info types" and
4306 register command completer.
4307
4308 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4309
4310 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4311 (lookup_symbol_in_objfile): Change int to block_enum and add a
4312 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4313
4314 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4315
4316 * MAINTAINERS (Write After Approval): Add self.
4317
4318 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4321 instruction to the dummy code region.
4322
4323 2019-07-19 Tom Tromey <tromey@adacore.com>
4324
4325 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4326 (ARGSUSED, PARAMS, __func__): Remove rules.
4327
4328 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4329
4330 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4331 * features/arm/arm-with-iwmmxt.c: Remove.
4332 * features/arm/arm-with-iwmmxt.xml: Remove.
4333 * features/arm/arm-with-m-fpa-layout.c: Remove.
4334 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4335 * features/arm/arm-with-m-vfp-d16.c: Remove.
4336 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4337 * features/arm/arm-with-m.c: Remove.
4338 * features/arm/arm-with-m.xml: Remove.
4339 * features/arm/arm-with-neon.c: Remove.
4340 * features/arm/arm-with-neon.xml: Remove.
4341 * features/arm/arm-with-vfpv2.c: Remove.
4342 * features/arm/arm-with-vfpv2.xml: Remove.
4343 * features/arm/arm-with-vfpv3.c: Remove.
4344 * features/arm/arm-with-vfpv3.xml: Remove.
4345
4346 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4347
4348 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4349
4350 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4351
4352 * arch/aarch32.c (aarch32_create_target_description): Create
4353 target descriptions using features.
4354 * arch/arm.c (arm_create_target_description)
4355 (arm_create_mprofile_target_description): Likewise.
4356 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4357
4358 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4359
4360 * Makefile.in: Add new files.
4361 * aarch32-tdep.c: New file.
4362 * aarch32-tdep.h: New file.
4363 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4364 Call aarch32_read_description.
4365 * arch/aarch32.c: New file.
4366 * arch/aarch32.h: New file.
4367 * arch/arm.c (arm_create_target_description)
4368 (arm_create_mprofile_target_description): New function.
4369 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4370 (arm_create_target_description)
4371 (arm_create_mprofile_target_description): New declaration.
4372 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4373 read_description functions.
4374 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4375 Likewise.
4376 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4377 * arm-tdep.c (tdesc_arm_list): New variable.
4378 (arm_register_g_packet_guesses): Call create description functions.
4379 (arm_read_description) (arm_read_mprofile_description): New
4380 function.
4381 * arm-tdep.h (arm_read_description)
4382 (arm_read_mprofile_description): Add declaration.
4383 * configure.tgt: Add new files.
4384
4385 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4386
4387 * top.c (new_ui_command): Open specified terminal just once.
4388
4389 2019-07-18 Tom Tromey <tromey@adacore.com>
4390
4391 * symtab.c (main_name): Constify return type.
4392 * symfile.c (set_initial_language): Update.
4393 * symtab.h (main_name): Constify return type.
4394
4395 2019-07-17 Tom Tromey <tom@tromey.com>
4396
4397 * tui/tui-winsource.c (tui_update_source_window)
4398 (tui_update_source_window_as_is)
4399 (tui_update_source_windows_with_line): Remove return.
4400 * tui/tui-disasm.c (tui_show_disassem)
4401 (tui_show_disassem_and_update_source): Remove return.
4402 * tui/tui.c (tui_reset): Remove return.
4403 * tui/tui-wingeneral.c
4404 (tui_check_and_display_highlight_if_needed): Remove return.
4405
4406 2019-07-17 Tom Tromey <tom@tromey.com>
4407
4408 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4409
4410 2019-07-17 Tom Tromey <tom@tromey.com>
4411
4412 * tui/tui-winsource.h (struct tui_exec_info_window)
4413 (struct tui_source_window_base): Move from tui-data.h.
4414 * tui/tui-winsource.c: Move many method definitions from
4415 elsewhere. Remove "structuring" comments.
4416 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4417 (tui_source_window_base::refresh_window): Move to
4418 tui-winsource.c.
4419 * tui/tui-win.c (tui_source_window_base::refresh_all)
4420 (tui_source_window_base::update_tab_width)
4421 (tui_source_window_base::set_new_height)
4422 (tui_source_window_base::do_make_visible_with_new_height): Move to
4423 tui-winsource.c.
4424 * tui/tui-source.h: Update.
4425 * tui/tui-source.c (tui_source_window_base::reset): Move to
4426 tui-winsource.c.
4427 * tui/tui-disasm.h: Update.
4428 * tui/tui-data.h (struct tui_exec_info_window): Move to
4429 tui-winsource.h.
4430 (struct tui_source_window_base): Likewise.
4431 * tui/tui-data.c (tui_source_window_base::clear_detail)
4432 (tui_source_window_base, ~tui_source_window_base): Move to
4433 tui-winsource.c.
4434
4435 2019-07-17 Tom Tromey <tom@tromey.com>
4436
4437 * tui/tui-win.c (tui_resize_all)
4438 (tui_source_window_base::update_tab_width)
4439 (tui_adjust_win_heights): Update.
4440 (tui_win_info::make_invisible_and_set_new_height): Rename from
4441 make_invisible_and_set_new_height.
4442 * tui/tui-data.h (struct tui_win_info)
4443 <make_invisible_and_set_new_height>: New method.
4444
4445 2019-07-17 Tom Tromey <tom@tromey.com>
4446
4447 * tui/tui.c: Update.
4448 * tui/tui-source.h (struct tui_source_window): Move from
4449 tui-data.h.
4450 * tui/tui-layout.c: Update.
4451 * tui/tui-disasm.c: Update.
4452 * tui/tui-data.h (struct tui_source_window): Move to
4453 tui-source.h.
4454
4455 2019-07-17 Tom Tromey <tom@tromey.com>
4456
4457 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4458 tui-data.h.
4459 * tui/tui-data.h (struct tui_disasm_window): Move to
4460 tui-disasm.h.
4461
4462 2019-07-17 Tom Tromey <tom@tromey.com>
4463
4464 * tui/tui-regs.h (struct tui_data_item_window): Move from
4465 tui-data.h.
4466 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4467 * tui/tui-data.h (struct tui_data_item_window): Move to
4468 tui-regs.h.
4469 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4470
4471 2019-07-17 Tom Tromey <tom@tromey.com>
4472
4473 * tui/tui.c: Update.
4474 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4475 (tui_cmd_window::max_height): Move to tui-command.c.
4476 * tui/tui-layout.c: Update.
4477 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4478 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4479 tui-command.c.
4480 * tui/tui-command.h (struct tui_cmd_window): Move from
4481 tui-data.h.
4482 * tui/tui-command.c: Remove "structuring" comments.
4483 (tui_cmd_window::clear_detail)
4484 (tui_cmd_window::do_make_visible_with_new_height)
4485 (tui_cmd_window::max_height): Move from elsewhere.
4486
4487 2019-07-17 Tom Tromey <tom@tromey.com>
4488
4489 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4490 Now static.
4491 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4492 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4493
4494 2019-07-17 Tom Tromey <tom@tromey.com>
4495
4496 * tui/tui.c: Update.
4497 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4498 tui-regs.c.
4499 * tui/tui-windata.h: Remove file.
4500 * tui/tui-windata.c: Remove file.
4501 * tui/tui-win.c (tui_data_window::set_new_height)
4502 (tui_data_window::do_make_visible_with_new_height): Move to
4503 tui-regs.c.
4504 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4505 * tui/tui-regs.c: Remove "structuring" comments.
4506 (tui_data_window::first_data_item_displayed)
4507 (tui_data_window::delete_data_content_windows)
4508 (tui_data_window::erase_data_content)
4509 (tui_data_window::display_all_data)
4510 (tui_data_window::refresh_all)
4511 (tui_data_window::do_scroll_vertical)
4512 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4513 (tui_data_window::do_make_visible_with_new_height)
4514 (tui_data_window::refresh_window): Move from elsewhere.
4515 (_initialize_tui_regs): Move to end of file.
4516 * tui/tui-layout.c: Update.
4517 * tui/tui-hooks.c: Update.
4518 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4519 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4520 tui-regs.c.
4521 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4522
4523 2019-07-17 Tom Tromey <tom@tromey.com>
4524
4525 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4526 seen.
4527
4528 2019-07-17 Tom Tromey <tom@tromey.com>
4529
4530 * tui/tui-win.c (tui_source_window_base::set_new_height)
4531 (tui_source_window_base::do_make_visible_with_new_height): Use
4532 m_has_locator field directly.
4533 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4534 method.
4535 (struct tui_source_window_base) <has_locator>: Likewise.
4536
4537 2019-07-17 Tom Tromey <tom@tromey.com>
4538
4539 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4540 Don't declare.
4541 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4542 Remove.
4543 * tui/tui-win.c (tui_source_window_base::set_new_height)
4544 (tui_source_window_base::set_new_height)
4545 (make_invisible_and_set_new_height)
4546 (tui_source_window_base::do_make_visible_with_new_height)
4547 (tui_source_window_base::do_make_visible_with_new_height):
4548 Update.
4549 * tui/tui-layout.c (show_source_disasm_command, show_data)
4550 (show_source_or_disasm_and_command): Update.
4551 * tui/tui-layout.c (show_layout): Update.
4552
4553 2019-07-17 Tom Tromey <tom@tromey.com>
4554
4555 * tui/tui-layout.c (make_data_window): Remove.
4556 (show_data): Unify creation and re-initialization cases.
4557
4558 2019-07-17 Tom Tromey <tom@tromey.com>
4559
4560 * tui/tui-layout.c (make_source_window, make_disasm_window):
4561 Remove.
4562 (show_data): Unify creation and re-initialization cases.
4563
4564 2019-07-17 Tom Tromey <tom@tromey.com>
4565
4566 * tui/tui-layout.c (make_command_window): Remove.
4567 (show_source_disasm_command, show_source_or_disasm_and_command):
4568 Unify creation and re-initialization cases.
4569
4570 2019-07-17 Tom Tromey <tom@tromey.com>
4571
4572 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4573 creation and re-initialization cases.
4574
4575 2019-07-17 Tom Tromey <tom@tromey.com>
4576
4577 * tui/tui-regs.c (tui_get_register): Return void.
4578
4579 2019-07-17 Tom Tromey <tom@tromey.com>
4580
4581 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4582 Simplify.
4583
4584 2019-07-17 Tom Tromey <tom@tromey.com>
4585
4586 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4587 resetting.
4588
4589 2019-07-17 Tom Tromey <tom@tromey.com>
4590
4591 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4592 * tui/tui-regs.c (tui_reg_layout): New function.
4593 (tui_show_registers, tui_reg_command): Use it.
4594 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4595 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4596 parameters.
4597 (tui_layout_command): Remove.
4598
4599 2019-07-17 Tom Tromey <tom@tromey.com>
4600
4601 * tui/tui-layout.h (tui/tui-layout): Return void.
4602 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4603
4604 2019-07-17 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-layout.c (show_source_disasm_command, show_data):
4607 Update.
4608 (reset_locator): Remove.
4609 (show_source_or_disasm_and_command): Update.
4610
4611 2019-07-17 Tom Tromey <tom@tromey.com>
4612
4613 * tui/tui-source.c (tui_source_window_base::reset): Remove
4614 win_type parameter.
4615 * tui/tui-layout.c (make_command_window, make_source_window)
4616 (make_disasm_window, make_data_window)
4617 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4618 (reset_locator, show_source_or_disasm_and_command): Update.
4619 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4620 win_type parameter.
4621 (struct tui_source_window_base) <reset>: Likewise.
4622
4623 2019-07-17 Tom Tromey <tom@tromey.com>
4624
4625 * tui/tui-layout.c (show_source_disasm_command): Use
4626 reset_locator.
4627 (reset_locator): New function.
4628 (init_and_make_win): Remove.
4629 (show_source_or_disasm_and_command): Use reset_locator.
4630
4631 2019-07-17 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4634 condition.
4635 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4636 Remove condition.
4637 * tui/tui-source.c (tui_source_window_base::reset): New method.
4638 * tui/tui-layout.c (make_command_window): Don't call
4639 init_and_make_win.
4640 (make_source_window, make_disasm_window): Don't call
4641 make_source_or_disasm_window.
4642 (make_data_window): Don't call init_and_make_win. Change calling
4643 convention.
4644 (show_source_disasm_command, show_data): Simplify.
4645 (make_source_or_disasm_window): Remove.
4646 (show_source_or_disasm_and_command): Simplify.
4647 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4648 (struct tui_source_window_base) <reset>: Likewise.
4649 <execution_info>: Remove initializer.
4650 * tui/tui-data.c (tui_source_window_base): Initialize
4651 execution_info.
4652
4653 2019-07-17 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4656 variable.
4657
4658 2019-07-17 Tom Tromey <tom@tromey.com>
4659
4660 * tui/tui.c (tui_rl_other_window): Update.
4661 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4662 superclass method first. Always iterate over regs_content.
4663 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4664 method.
4665 * tui/tui-win.c (tui_set_focus_command): Update.
4666
4667 2019-07-17 Tom Tromey <tom@tromey.com>
4668
4669 * tui/tui-win.c (tui_set_focus_command): Rename from
4670 tui_set_focus. Call tui_enable.
4671 (tui_set_focus_command): Remove.
4672
4673 2019-07-17 Tom Tromey <tom@tromey.com>
4674
4675 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4676 refresh_window.
4677 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4678 touchwin.
4679 (tui_data_window::refresh_window): Call refresh_window on data
4680 items. Always call superclass refresh_window.
4681 (tui_win_info::refresh): Remove.
4682 (tui_source_window_base::refresh_window): Update.
4683 (tui_refresh_all): Update.
4684 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4685 refresh_window.
4686 (show_source_or_disasm_and_command): Likewise.
4687 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4688 (struct tui_source_window_base) <refresh>: Likewise.
4689
4690 2019-07-17 Tom Tromey <tom@tromey.com>
4691
4692 * tui/tui-winsource.c (tui_clear_source_content)
4693 (tui_show_source_content): Update.
4694 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4695 whether content is empty.
4696 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4697 Remove.
4698
4699 2019-07-17 Tom Tromey <tom@tromey.com>
4700
4701 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4702 window's contents.
4703 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4704 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4705
4706 2019-07-17 Tom Tromey <tom@tromey.com>
4707
4708 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4709 (struct tui_data_item_window): Update.
4710
4711 2019-07-17 Tom Tromey <tom@tromey.com>
4712
4713 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4714 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4715 defines.
4716
4717 2019-07-17 Tom Tromey <tom@tromey.com>
4718
4719 * tui/tui-winsource.h (tui_erase_source_content)
4720 (tui_clear_source_content): Remove "display_prompt" parameter.
4721 * tui/tui-winsource.c (tui_update_source_window_as_is)
4722 (tui_update_source_windows_with_addr): Update.
4723 (tui_clear_source_content): Remove "display_prompt" parameter.
4724 (tui_erase_source_content): Likewise. Simplify.
4725 (tui_show_source_content): Update.
4726 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4727 * tui/tui-stack.c (tui_show_frame_info): Update.
4728 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4729 Remove defines.
4730
4731 2019-07-17 Tom Tromey <tom@tromey.com>
4732
4733 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4734 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4735 parameter.
4736 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4737 parameter.
4738
4739 2019-07-17 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui-winsource.c (tui_clear_source_content)
4742 (tui_show_source_content, tui_show_exec_info_content)
4743 (tui_clear_exec_info_content): Update.
4744 * tui/tui-stack.c (tui_show_locator_content): Update.
4745 (tui_show_frame_info): Update.
4746 * tui/tui-source.h (tui_source_window): Don't declare.
4747 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4748 from tui_source_is_displayed.
4749 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4750 Remove field.
4751 (struct tui_source_window_base) <content_in_use>: New field. Now
4752 bool.
4753 (struct tui_source_window) <showing_source_p>: New method.
4754 (TUI_SRC_WIN): Change cast.
4755 * tui/tui-data.c (tui_initialize_static_data): Update.
4756
4757 2019-07-17 Tom Tromey <tom@tromey.com>
4758
4759 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4760 location_matches_p.
4761 * tui/tui-source.c (tui_source_window::location_matches_p): New
4762 method.
4763 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4764 method.
4765 * tui/tui-data.h (struct tui_source_window_base)
4766 <location_matches_p>: New method.
4767 (struct tui_source_window, struct tui_disasm_window)
4768 <location_matches_p>: Likewise.
4769
4770 2019-07-17 Tom Tromey <tom@tromey.com>
4771
4772 * tui/tui-win.c (tui_set_win_height_command): Rename from
4773 tui_set_win_height.
4774 (tui_set_win_height_command): Remove.
4775
4776 2019-07-17 Tom Tromey <tom@tromey.com>
4777
4778 * tui/tui-source.c (tui_source_window): New constructor. Add
4779 observer.
4780 (~tui_source_window): New destructor.
4781 (tui_source_window::style_changed): New method.
4782 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4783 (tui_attach_detach_observers): Update.
4784 * tui/tui-data.h (struct tui_source_window): Make constructor not
4785 inline. Add destructor.
4786 (struct tui_source_window) <style_changed>: New method.
4787 <m_observable>: New member.
4788
4789 2019-07-17 Tom Tromey <tom@tromey.com>
4790
4791 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4792 * tui/tui-win.c (tui_resize_all): Fix typo.
4793
4794 2019-07-17 Tom Tromey <tom@tromey.com>
4795
4796 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4797 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4798 (tui_refresh_all): Remove "list" parameter. Use foreach.
4799 * tui/tui-win.c (window_name_completer): Use foreach.
4800 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4801 (update_tab_width): Likewise.
4802 * tui/tui-layout.c (show_layout): Update.
4803 * tui/tui-data.h (class tui_window_iterator): New.
4804 (struct all_tui_windows): New.
4805 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4806
4807 2019-07-17 Tom Tromey <tom@tromey.com>
4808
4809 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4810 parameter. Don't reference globals.
4811 (tui_reg_command): Update.
4812
4813 2019-07-17 Tom Tromey <tom@tromey.com>
4814
4815 * tui/tui-regs.c (tui_show_registers): Simplify.
4816
4817 2019-07-17 Tom Tromey <tom@tromey.com>
4818
4819 * tui/tui-regs.c (tui_show_registers): Update.
4820 (tui_show_register_group): Add win_info parameter.
4821
4822 2019-07-17 Tom Tromey <tom@tromey.com>
4823
4824 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4825 Rename from tui_display_reg_element_at_line.
4826 (tui_data_window::display_registers_from_line): Update.
4827 * tui/tui-data.h (struct tui_data_window)
4828 <display_reg_element_at_line>: New method.
4829
4830 2019-07-17 Tom Tromey <tom@tromey.com>
4831
4832 * tui/tui-regs.h (tui_display_registers_from)
4833 (tui_display_registers_from_line): Don't declare.
4834 * tui/tui-windata.c (tui_data_window::display_all_data)
4835 (tui_data_window::refresh_all)
4836 (tui_data_window::do_scroll_vertical): Update.
4837 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4838 from tui_display_registers_from.
4839 (tui_display_reg_element_at_line): Update.
4840 (tui_data_window::display_registers_from_line): Rename from
4841 tui_display_registers_from_line.
4842 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4843 display_registers_from_line>: New methods.
4844
4845 2019-07-17 Tom Tromey <tom@tromey.com>
4846
4847 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4848 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4849 from tui_erase_data_content.
4850 (tui_data_window::display_all_data)
4851 (tui_data_window::refresh_all)
4852 (tui_data_window::do_scroll_vertical): Update.
4853 * tui/tui-regs.c (tui_show_registers): Update.
4854 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4855 New method.
4856
4857 2019-07-17 Tom Tromey <tom@tromey.com>
4858
4859 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4860 declare.
4861 * tui/tui-windata.c
4862 (tui_data_window::delete_data_content_windows): Rename from
4863 tui_delete_data_content_windows.
4864 (tui_data_window::display_all_data)
4865 (tui_data_window::do_scroll_vertical): Update.
4866 * tui/tui-data.h (struct tui_data_window)
4867 <delete_data_content_windows>: New method.
4868
4869 2019-07-17 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4872 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4873
4874 2019-07-17 Tom Tromey <tom@tromey.com>
4875
4876 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4877 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4878 from tui_display_all_data.
4879 * tui/tui-win.c
4880 (tui_data_window::do_make_visible_with_new_height): Update.
4881 * tui/tui-regs.c (tui_show_registers): Update.
4882 * tui/tui-layout.c (tui_set_layout): Update.
4883 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4884 method.
4885
4886 2019-07-17 Tom Tromey <tom@tromey.com>
4887
4888 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4889 * tui/tui-windata.c (tui_display_data_from): Remove.
4890 (tui_data_window::refresh_all): Update.
4891
4892 2019-07-17 Tom Tromey <tom@tromey.com>
4893
4894 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4895 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4896 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4897 tui_display_registers_from_line.
4898 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4899 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4900 "force_display" parameter.
4901
4902 2019-07-17 Tom Tromey <tom@tromey.com>
4903
4904 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4905 declare.
4906 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4907 Rename from tui_first_reg_element_no_inline.
4908 (tui_display_reg_element_at_line)
4909 (tui_display_registers_from_line): Update.
4910 * tui/tui-data.h (struct tui_data_window)
4911 <first_reg_element_no_inline>: New method.
4912
4913 2019-07-17 Tom Tromey <tom@tromey.com>
4914
4915 * tui/tui-windata.c (tui_display_data_from)
4916 (tui_data_window::do_scroll_vertical): Update.
4917 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4918 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4919 Rename from tui_line_from_reg_element_no.
4920 (tui_display_registers_from_line): Update.
4921 * tui/tui-data.h (struct tui_data_window)
4922 <line_from_reg_element_no>: New method.
4923
4924 2019-07-17 Tom Tromey <tom@tromey.com>
4925
4926 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4927 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4928 tui_last_regs_line_no.
4929 (tui_display_reg_element_at_line)
4930 (tui_display_registers_from_line): Update.
4931 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4932 method.
4933
4934 2019-07-17 Tom Tromey <tom@tromey.com>
4935
4936 PR tui/24722:
4937 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4938 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4939 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4940 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4941 (tui_update_breakpoint_info): Likewise.
4942 * tui/tui-hooks.c (tui_event_create_breakpoint)
4943 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4944 Update.
4945
4946 2019-07-17 Tom Tromey <tom@tromey.com>
4947
4948 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4949
4950 2019-07-17 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-winsource.c (tui_update_source_window_as_is)
4953 (tui_update_source_windows_with_addr): Update.
4954 * tui/tui-source.h (tui_set_source_content)
4955 (tui_show_symtab_source): Add "win_info" parameter.
4956 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4957 parameter.
4958 (tui_show_symtab_source): Likewise.
4959
4960 2019-07-17 Tom Tromey <tom@tromey.com>
4961
4962 * tui/tui-wingeneral.c
4963 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4964
4965 2019-07-17 Tom Tromey <tom@tromey.com>
4966
4967 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4968 (struct tui_cmd_window) <can_scroll>: New method.
4969 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4970 method.
4971
4972 2019-07-17 Tom Tromey <tromey@adacore.com>
4973
4974 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4975 do_field_signed>: Rename. Change type of "value".
4976 * ui-out.c (ui_out::field_signed): Rename from field_int.
4977 Change type of "value".
4978 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4979 type of "value".
4980 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4981 do_field_int. Change type of "value".
4982 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4983 do_field_int. Change type of "value".
4984 * tracepoint.c (trace_status_mi, tfind_1)
4985 (print_one_static_tracepoint_marker): Update.
4986 * thread.c (print_thread_info_1, print_selected_thread_frame):
4987 Update.
4988 * stack.c (print_frame, print_frame_info): Update.
4989 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4990 Update.
4991 * source.c (print_source_lines_base): Update.
4992 * skip.c (info_skip_command): Update.
4993 * record-btrace.c (btrace_ui_out_decode_error)
4994 (btrace_call_history_src_line): Update.
4995 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4996 Update.
4997 * progspace.c (print_program_space): Update.
4998 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4999 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5000 do_field_int. Change type of "value".
5001 * mi/mi-out.c (mi_ui_out::do_table_begin)
5002 (mi_ui_out::do_table_header): Update.
5003 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5004 type of "value".
5005 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5006 (mi_cmd_data_list_changed_registers, output_register)
5007 (mi_cmd_data_read_memory, mi_load_progress)
5008 (mi_cmd_trace_frame_collected): Update.
5009 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5010 Update.
5011 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5012 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5013 (mi_cmd_var_list_children, varobj_update_one): Update.
5014 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5015 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5016 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5017 * inferior.c (print_inferior): Update.
5018 * gdb_bfd.c (print_one_bfd): Update.
5019 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5020 Update.
5021 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5022 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5023 do_field_int. Change type of "value".
5024 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5025 do_field_int. Change type of "value".
5026 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5027 (print_one_breakpoint_location, print_it_catch_fork)
5028 (print_one_catch_fork, print_it_catch_vfork)
5029 (print_one_catch_vfork, print_it_catch_solib)
5030 (print_it_catch_exec, print_it_ranged_breakpoint)
5031 (print_mention_watchpoint, print_mention_masked_watchpoint)
5032 (bkpt_print_it, update_static_tracepoint): Update.
5033 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5034 * break-catch-syscall.c (print_it_catch_syscall): Update.
5035 * ada-tasks.c (print_ada_task_info): Update.
5036 * ada-lang.c (print_it_exception, print_mention_exception):
5037 Update.
5038
5039 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 PR breakpoints/24541
5042 * gdbarch.c: Regenerate.
5043 * gdbarch.h: Regenerate.
5044 * gdbarch.sh: Adjust return type and parameter types for
5045 'stap_adjust_register'.
5046 (i386_stap_adjust_register): Adjust signature and return new
5047 register name.
5048 * stap-probe.c (stap_parse_register_operand): Adjust use of
5049 'gdbarch_stap_adjust_register'.
5050
5051 2019-07-17 Tom Tromey <tromey@adacore.com>
5052
5053 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5054 declare VEC.
5055 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5056 std::vector.
5057 (struct s390_process_info): Add initializers.
5058 (s390_add_process): Use new.
5059 (s390_linux_nat_target::low_forget_process): Use delete.
5060 (s390_linux_nat_target::low_new_fork)
5061 (s390_linux_nat_target::stopped_by_watchpoint)
5062 (s390_linux_nat_target::low_prepare_to_resume)
5063 (s390_linux_nat_target::insert_watchpoint)
5064 (s390_linux_nat_target::insert_hw_breakpoint)
5065 (s390_linux_nat_target::remove_watchpoint)
5066 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5067
5068 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5069
5070 * aarch64-fbsd-nat.c: Include regcache.h.
5071 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5072 argument.
5073 (aarch64_fbsd_nat_target::fetch_registers)
5074 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5075 variable.
5076 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5077
5078 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5079
5080 * fbsd-nat.c: Include gdbarch.h.
5081
5082 2019-07-15 Tom Tromey <tromey@adacore.com>
5083
5084 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5085
5086 2019-07-15 Tom Tromey <tromey@adacore.com>
5087
5088 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5089 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5090 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5091 * cli-out.c (cli_ui_out::do_field_int): New method.
5092 * ui-out.c (ui_out::field_unsigned): New method.
5093 * symfile.c (generic_load): Use field_unsigned.
5094 (print_transfer_performance): Likewise.
5095 * record-btrace.c (ui_out_field_uint): Remove.
5096 (btrace_call_history_insn_range, btrace_call_history): Use
5097 field_unsigned.
5098 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5099 field_unsigned.
5100 * ui-out.h (class ui_out) <field_unsigned>: New method.
5101 <do_field_unsigned>: Likewise.
5102
5103 2019-07-15 Tom Tromey <tromey@adacore.com>
5104
5105 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5106 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5107 * target.c (flash_erase_command): Use field_string.
5108 * infrun.c (print_signal_received_reason): Use field_string.
5109 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5110 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5111 field_string.
5112 * ada-tasks.c (print_ada_task_info): Use field_string.
5113
5114 2019-07-15 Tom Tromey <tromey@adacore.com>
5115
5116 * target.c (flash_erase_command): Use field_core_addr.
5117 * symfile.c (generic_load): Use field_core_addr.
5118 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5119 Use field_core_addr.
5120 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5121 field_core_addr.
5122
5123 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5124
5125 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5126 value if its desired type is smaller than a CORE_ADDR and signed.
5127
5128 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5129
5130 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5131 of changes to field names, and use new is_reference field to
5132 decide if a property is a reference or not.
5133 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5134 field.
5135 (struct dwarf2_property_baton): Update header comment, rename
5136 'referenced_type' to 'property_type' and update comments.
5137 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5138 default property type, store in property baton, update to take
5139 accound of renamed field.
5140 (read_func_scope): Update call to attr_to_dynamic_prop.
5141 (read_array_type): Likewise.
5142 (dwarf2_per_cu_addr_sized_int_type): New function.
5143 (read_subrange_index_type): Move type finding code to
5144 dwarf2_per_cu_addr_sized_int_type.
5145 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5146 (dwarf2_per_cu_addr_type): New function.
5147 (set_die_type): Update calls to attr_to_dynamic_prop.
5148
5149 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5150
5151 * dwarf2read.c (read_subrange_index_type): New function.
5152 (read_subrange_type): Move code into new function and call it.
5153 * gdbtypes.c (create_range_type): Add some asserts.
5154
5155 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5158 update return statements.
5159 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5160 declaration, and update comment to match.
5161 * gdbtypes.c (resolve_dynamic_array): Update call to
5162 dwarf2_evaluate_property to match new return type.
5163
5164 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * valarith.c (value_subscripted_rvalue): Change lowerbound
5167 parameter type from int to LONGEST.
5168 * value.h (value_subscripted_rvalue): Likewise in declaration.
5169
5170 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5171
5172 * cli/cli-utils.c (info_print_command_completer): New function.
5173 * cli/cli-utils.h: Add 'completer.h' include, and forward
5174 declaration for 'struct cmd_list_element'.
5175 (info_print_command_completer): Declare.
5176 * stack.c (_initialize_stack): Add completer for 'info locals' and
5177 'info args'.
5178 * symtab.c (_initialize_symtab): Add completer for 'info
5179 variables' and 'info functions'.
5180 * NEWS: Mention completion for additional info commands.
5181
5182 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * cli/cli-utils.c (extract_info_print_args): Delete.
5185 (extract_arg_maybe_quoted): Delete.
5186 (info_print_options_defs): New variable.
5187 (make_info_print_options_def_group): New function.
5188 (extract_info_print_options): Define new function.
5189 * cli/cli-utils.h (extract_info_print_args): Delete.
5190 (struct info_print_options): New structure.
5191 (extract_info_print_options): Declare new function.
5192 * stack.c (info_locals_command): Update to use new
5193 extract_info_print_options, also add a header comment.
5194 (info_args_command): Likewise.
5195 * symtab.c (info_variables_command): Likewise.
5196 (info_functions_command): Likewise.
5197
5198 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5201 to extract string arguments.
5202 * common/common-utils.c (extract_string_maybe_quoted): New function.
5203 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5204
5205 2019-07-11 Tom Tromey <tromey@adacore.com>
5206
5207 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5208 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5209 * top.h (gdbinit): Don't declare.
5210 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5211 into...
5212 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5213 * top.c (gdb_init): Don't call init_cli_cmds.
5214 (gdbinit): Remove.
5215 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5216
5217 2019-07-11 Tom Tromey <tromey@adacore.com>
5218
5219 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5220 after it has been moved.
5221
5222 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5223
5224 * valops.c (value_must_coerce_to_target): Change return type to
5225 bool.
5226 * value.h (value_must_coerce_to_target): Likewise.
5227
5228 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5229
5230 * breakpoint.c (is_hardware_watchpoint): Remove
5231 forward-declaration.
5232 (is_masked_watchpoint): Change return type to bool.
5233 (is_tracepoint): Likewise.
5234 (is_breakpoint): Likewise.
5235 (is_hardware_watchpoint): Likewise.
5236 (is_watchpoint): Likewise.
5237 (is_no_memory_software_watchpoint): Likewise.
5238 (is_catchpoint): Likewise.
5239 (breakpoint_1): Make FILTER parameter's return type bool.
5240 is_masked_watchpoint): Change return type to bool.
5241 (save_breakpoints): Make FILTER parameter's return type bool.
5242 * breakpoint.h (is_breakpoint): Change return type to bool.
5243 (is_watchpoint): Likewise.
5244 (is_catchpoint): Likewise.
5245 (is_tracepoint): Likewise.
5246
5247 2019-07-10 Tom Tromey <tom@tromey.com>
5248
5249 * defs.h: Don't include gdbarch.h.
5250 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5251 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5252 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5253 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5254 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5255 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5256 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5257 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5258 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5259 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5260 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5261 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5262 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5263 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5264 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5265 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5266 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5267 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5268 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5269 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5270 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5271 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5272 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5273 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5274 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5275 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5276 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5277
5278 2019-07-10 Tom Tromey <tromey@adacore.com>
5279
5280 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5281 * breakpoint.c (init_ada_exception_breakpoint): Register as
5282 bp_catchpoint.
5283 (print_one_breakpoint_location, print_one_breakpoint): Use
5284 is_ada_exception_catchpoint.
5285 * ada-lang.c (class ada_catchpoint_location): Pass
5286 bp_loc_software_breakpoint to bp_location constructor.
5287 (is_ada_exception_catchpoint): New function.
5288
5289 2019-07-10 Tom Tromey <tromey@adacore.com>
5290
5291 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5292 VEC.
5293 (struct arm_exidx_entry): New method operator<.
5294 (struct arm_exidx_data) <section_maps>: Change type.
5295 (arm_exidx_data_free): Remove.
5296 (arm_exidx_data_key): Change type. Move lower.
5297 (arm_exidx_new_objfile): Update.
5298 (arm_compare_exidx_entries): Remove.
5299 (arm_find_exidx_entry, _initialize_arm_tdep)
5300
5301 2019-07-10 Tom Tromey <tromey@adacore.com>
5302
5303 * solib-spu.c (ocl_program_data_key): Change type.
5304 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5305 Update.
5306
5307 2019-07-10 Tom Tromey <tromey@adacore.com>
5308
5309 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5310 (struct solib_aix_inferior_data) <library_list>: Change type.
5311 (solib_aix_inferior_data_handle): Change type.
5312 (get_solib_aix_inferior_data): Update.
5313 (solib_aix_free_library_list): Remove.
5314 (library_list_start_library): Update.
5315 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5316 return type.
5317 (solib_aix_get_library_list)
5318 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5319 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5320
5321 2019-07-10 Tom Tromey <tromey@adacore.com>
5322
5323 * solib-dsbt.c (struct dsbt_info): Add initializers.
5324 (solib_dsbt_pspace_data): Change type.
5325 (dsbt_pspace_data_cleanup): Remove.
5326 (get_dsbt_info, _initialize_dsbt_solib): Update.
5327
5328 2019-07-10 Tom Tromey <tromey@adacore.com>
5329
5330 * spu-tdep.c (spu_overlay_data): Change type.
5331 (spu_get_overlay_table, spu_overlay_new_objfile)
5332 (_initialize_spu_tdep): Update.
5333
5334 2019-07-10 Tom Tromey <tromey@adacore.com>
5335
5336 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5337 destructor.
5338 (dbx_objfile_data_key): Change type and declare later.
5339 (DBX_SYMFILE_INFO): Rewrite.
5340 * dbxread.c (dbx_objfile_data_key): Change type.
5341 (dbx_symfile_init): Update.
5342 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5343 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5344 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5345
5346 2019-07-10 Tom Tromey <tromey@adacore.com>
5347
5348 * jit.c (jit_program_space_key): Change type. Move lower.
5349 (get_jit_program_space_data): Update.
5350 (jit_program_space_data_cleanup): Remove.
5351 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5352 Update.
5353 (struct jit_program_space_data): Add initializers.
5354
5355 2019-07-10 Tom Tromey <tromey@adacore.com>
5356
5357 * solib-darwin.c (struct darwin_info): Add initializers.
5358 (solib_darwin_pspace_data): Change type.
5359 (darwin_pspace_data_cleanup): Remove.
5360 (get_darwin_info, _initialize_darwin_solib): Update.
5361
5362 2019-07-10 Tom Tromey <tromey@adacore.com>
5363
5364 * remote-sim.c (struct sim_inferior_data): Add initializers,
5365 constructor, and destructor.
5366 (sim_inferior_data_key): Change type. Move lower.
5367 (check_for_duplicate_sim_descriptor): Update.
5368 (get_sim_inferior_data): Use new. Update.
5369 (~sim_inferior_data_cleanup): Rename from
5370 sim_inferior_data_cleanup. Simplify.
5371 (gdbsim_close_inferior, simulator_command)
5372 (sim_command_completer, _initialize_remote_sim): Update.
5373 (next_pid, INITIAL_PID): Move earlier.
5374
5375 2019-07-10 Tom Tromey <tromey@adacore.com>
5376
5377 * python/python-internal.h (create_thread_object): Return
5378 gdbpy_ref.
5379 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5380 * python/py-inferior.c (struct threadlist_entry): Add
5381 constructor.
5382 <thread_obj>: Now a gdbpy_ref.
5383 (thread_to_thread_object): Update.
5384 (add_thread_object): Use new.
5385 (delete_thread_object): Use delete.
5386 (infpy_threads): Update.
5387 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5388 GIL.
5389
5390 2019-07-10 Tom Tromey <tromey@adacore.com>
5391
5392 * valops.c (value_cast): Specialize error message for Ada.
5393
5394 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5395
5396 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5397
5398 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5399
5400 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5401 bpstat_should_step): Return bool, adjust comments.
5402 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5403 bpstat_should_step): Likewise.
5404
5405 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5406
5407 * features/Makefile: Use feature target descriptions for Arm.
5408 * features/arm/arm-core.c: Generate new file.
5409 * features/arm/arm-fpa.c: Likewise.
5410 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5411 * features/arm/arm-m-profile.c: Likewise.
5412 * features/arm/arm-vfpv2.c: Likewise.
5413 * features/arm/arm-vfpv3.c: Likewise.
5414 * features/arm/xscale-iwmmxt.c: Likewise.
5415 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5416
5417 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5418
5419 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5420 ptrace earlier.
5421
5422 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5423
5424 * features/aarch64-pauth.c: Regenerate.
5425
5426 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5427
5428 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5429 bool.
5430 (bpstat_what): Use false instead of 0.
5431
5432 2019-07-09 Pedro Alves <palves@redhat.com>
5433
5434 * break-catch-throw.c (is_exception_catchpoint): New.
5435 * breakpoint.c (print_one_breakpoint_location): New parameter
5436 'raw_loc'. Handle it. Use
5437 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5438 looking at the breakpoint's type.
5439 (print_one_breakpoint): If handling "maint info breakpoints", also
5440 print locations of exception catchpoints.
5441 * breakpoint.h (is_exception_catchpoint): Declare.
5442
5443 2019-07-09 Pedro Alves <palves@redhat.com>
5444
5445 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5446 "addr" field.
5447 (allocate_location_exception_catchpoint): New.
5448 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5449 (initialize_throw_catchpoint_ops): Install
5450 allocate_location_exception_catchpoint as allocate_location
5451 method.
5452 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5453 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5454 bp_loc_other.
5455 (breakpoint_address_is_meaningful): Delete.
5456 (bl_address_is_meaningful): New.
5457 (breakpoint_locations_match): Adjust comment.
5458 (bp_location_from_bp_type): New, factored out of...
5459 (bp_location::bp_location(breakpoint *)): ... this.
5460 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5461 factored out of...
5462 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5463 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5464 breakpoint_address_is_meaningful.
5465 (bp_locations_compare): Adjust comment.
5466 (update_global_location_list): Use bl_address_is_meaningful
5467 instead of breakpoint_address_is_meaningful.
5468 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5469 explicit.
5470 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5471 * python/py-breakpoint.c (bppy_get_location): No longer check
5472 whether location is null.
5473
5474 2019-07-09 Pedro Alves <palves@redhat.com>
5475
5476 PR c++/15468
5477 * breakpoint.c (print_one_breakpoint_location): Remove
5478 single-location assert.
5479
5480 2019-07-09 Tom Tromey <tom@tromey.com>
5481
5482 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5483 * configure: Rebuild.
5484 * configure.ac: Change common to gdbsupport.
5485 * gdbsupport: Rename from common.
5486 * acinclude.m4: Change common to gdbsupport.
5487 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5488 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5489 gdbsupport.
5490 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5491 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5492 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5493 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5494 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5495 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5496 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5497 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5498 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5499 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5500 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5501 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5502 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5503 coff-pe-read.c, command.h, compile/compile-c-support.c,
5504 compile/compile-c.h, compile/compile-cplus-symbols.c,
5505 compile/compile-cplus-types.c, compile/compile-cplus.h,
5506 compile/compile-loc2c.c, compile/compile.c, completer.c,
5507 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5508 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5509 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5510 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5511 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5512 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5513 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5514 features/aarch64-core.c, features/aarch64-fpu.c,
5515 features/aarch64-pauth.c, features/aarch64-sve.c,
5516 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5517 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5518 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5519 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5520 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5521 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5522 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5523 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5524 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5525 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5526 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5527 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5528 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5529 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5530 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5531 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5532 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5533 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5534 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5535 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5536 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5537 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5538 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5539 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5540 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5541 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5542 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5543 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5544 minsyms.c, mips-linux-tdep.c, namespace.h,
5545 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5546 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5547 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5548 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5549 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5550 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5551 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5552 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5553 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5554 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5555 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5556 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5557 procfs.c, producer.c, progspace.h, psymtab.h,
5558 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5559 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5560 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5561 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5562 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5563 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5564 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5565 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5566 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5567 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5568 target-memory.c, target.c, target.h, target/waitstatus.c,
5569 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5570 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5571 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5572 unittests/array-view-selftests.c,
5573 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5574 unittests/common-utils-selftests.c,
5575 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5576 unittests/format_pieces-selftests.c,
5577 unittests/function-view-selftests.c,
5578 unittests/lookup_name_info-selftests.c,
5579 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5580 unittests/mkdir-recursive-selftests.c,
5581 unittests/observable-selftests.c,
5582 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5583 unittests/parse-connection-spec-selftests.c,
5584 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5585 unittests/scoped_fd-selftests.c,
5586 unittests/scoped_mmap-selftests.c,
5587 unittests/scoped_restore-selftests.c,
5588 unittests/string_view-selftests.c, unittests/style-selftests.c,
5589 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5590 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5591 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5592 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5593 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5594 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5595
5596 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5597
5598 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5599 bool value.
5600 (decode_digits_ordinary): Set explicit_line field in sal.
5601 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5602 symtab_and_line that was set on an explicit line number in
5603 assembler code. Do always update the recorded symtab and line if
5604 we do skip the prologue.
5605
5606 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * breakpoint.c (set_breakpoint_location_function): Remove
5609 explicit_loc parameter.
5610 (momentary_breakpoint_from_master): Update call to
5611 set_breakpoint_location_function.
5612 (add_location_to_breakpoint): Likewise.
5613
5614 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5617 required features based on default bfd type when no specific bfd
5618 is present.
5619
5620 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5621
5622 * NEWS: Mention that GDB printf and eval commands can now print
5623 C-style and Ada-style convenience var strings without
5624 calling the inferior.
5625 * printcmd.c (printf_c_string): Locally print GDB internal var
5626 instead of transiting via the inferior.
5627 (printf_wide_c_string): Likewise.
5628
5629 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5630
5631 PR breakpoints/25011
5632 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5633
5634 2019-07-04 Tom Tromey <tom@tromey.com>
5635
5636 PR tui/24724:
5637 * tui/tui-winsource.c (tui_clear_source_content): Update.
5638 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5639 (tui_update_breakpoint_info): Update.
5640 (tui_set_exec_info_content): Update.
5641 * tui/tui-source.c (tui_set_source_content_nil): Update.
5642 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5643 has_break.
5644 * tui/tui-data.h (enum tui_bp_flag): New.
5645 (tui_bp_flags): New enum flags type.
5646 (struct tui_source_element) <break_mode>: Change type. Rename
5647 from has_break.
5648 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5649 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5650 constants.
5651 * tui/tui-winsource.h: Fix comment.
5652
5653 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5654
5655 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5656 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5657 (store_fpregs_to_thread)
5658 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5659 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5660 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5661 (IWMMXT_REGS_SIZE): Add define.
5662 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5663 (fetch_vfp_regs, store_vfp_regs)
5664 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5665 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5666
5667 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5668
5669 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5670 defines.
5671 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5672 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5673 (ARM_INT_REGISTER_SIZE): ...to this.
5674 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5675 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5676 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5677 (arm_linux_collect_gregset, supply_nwfpe_register)
5678 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5679 defines.
5680 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5681 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5682 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5683 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5684 (arm_return_in_memory, arm_store_return_value)
5685 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5686 (arm_record_ld_st_multiple): Likewise.
5687 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5688 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5689
5690 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5691
5692 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5693 AARCH64_DISPLACED_MODIFIED_INSNS.
5694 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5695 (aarch64_displaced_step_copy_insn): Likewise.
5696 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5697 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5698 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5699 ARM_DISPLACED_MODIFIED_INSNS.
5700 * arm-tdep.c (arm_gdbarch_init): Likewise.
5701 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5702 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5703 (struct arm_displaced_step_closure): Use
5704 ARM_DISPLACED_MODIFIED_INSNS.
5705
5706 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5707
5708 * features/Makefile: Remove unused xml files.
5709 * features/aarch64.xml: Remove.
5710 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5711 * features/i386/amd64-avx-avx512.xml: Remove.
5712 * features/i386/amd64-avx-linux.xml: Remove.
5713 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5714 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5715 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5716 * features/i386/amd64-avx-mpx.xml: Remove.
5717 * features/i386/amd64-avx.xml: Remove.
5718 * features/i386/amd64-linux.xml: Remove.
5719 * features/i386/amd64-mpx-linux.xml: Remove.
5720 * features/i386/amd64-mpx.xml: Remove.
5721 * features/i386/amd64.xml: Remove.
5722 * features/i386/i386-avx-avx512-linux.xml: Remove.
5723 * features/i386/i386-avx-avx512.xml: Remove.
5724 * features/i386/i386-avx-linux.xml: Remove.
5725 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5726 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5727 * features/i386/i386-avx-mpx-linux.xml: Remove.
5728 * features/i386/i386-avx-mpx.xml: Remove.
5729 * features/i386/i386-avx.xml: Remove.
5730 * features/i386/i386-linux.xml: Remove.
5731 * features/i386/i386-mmx-linux.xml: Remove.
5732 * features/i386/i386-mmx.xml: Remove.
5733 * features/i386/i386-mpx-linux.xml: Remove.
5734 * features/i386/i386-mpx.xml: Remove.
5735 * features/i386/i386.xml: Remove.
5736 * features/i386/x32-avx-avx512-linux.xml: Remove.
5737 * features/i386/x32-avx-linux.xml: Remove.
5738 * features/i386/x32-linux.xml: Remove.
5739
5740 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5741
5742 * regformats/aarch64.dat: Remove.
5743 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5744 * regformats/i386/amd64-avx-linux.dat: Remove.
5745 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5746 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5747 * regformats/i386/amd64-linux.dat: Remove.
5748 * regformats/i386/amd64-mpx-linux.dat: Remove.
5749 * regformats/i386/amd64.dat: Remove.
5750 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5751 * regformats/i386/i386-avx-linux.dat: Remove.
5752 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5753 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5754 * regformats/i386/i386-linux.dat: Remove.
5755 * regformats/i386/i386-mmx-linux.dat: Remove.
5756 * regformats/i386/i386-mpx-linux.dat: Remove.
5757 * regformats/i386/i386.dat: Remove.
5758 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5759 * regformats/i386/x32-avx-linux.dat: Remove.
5760 * regformats/i386/x32-linux.dat: Remove.
5761
5762 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5763
5764 * aarch64-tdep.c: Remove xml self tests.
5765 * amd64-linux-tdep.c: Likewise.
5766 * amd64-tdep.c: Likewise.
5767 * i386-linux-tdep.c: Likewise.
5768 * i386-tdep.c: Likewise.
5769
5770 2019-07-03 Pedro Alves <palves@redhat.com>
5771
5772 PR cli/24732
5773 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5774 (pipe_cmd_option_defs): New.
5775 (make_pipe_cmd_options_def_group): New.
5776 (pipe_command): Use gdb::option::process_options.
5777 (pipe_command_completer): New function.
5778 (_initialize_cli_cmds): Install completer for "pipe" command.
5779
5780 2019-07-03 Pedro Alves <palves@redhat.com>
5781
5782 * cli/cli-option.c (union option_value) <string>: New field.
5783 (struct option_def_and_value): Add ctor, move ctor, dtor and
5784 use DISABLE_COPY_AND_ASSIGN.
5785 (option_def_and_value::clear_value): New.
5786 (parse_option, save_option_value_in_ctx, get_val_type_str)
5787 (add_setshow_cmds_for_options): Handle var_string.
5788 * cli-option.h (union option_def::var_address) <string>: New
5789 field.
5790 (struct string_option_def): New.
5791 * maint-test-options.c (struct test_options_opts): Add default
5792 ctor and use DISABLE_COPY_AND_ASSIGN.
5793 <string_opt>: New field.
5794 (test_options_opts::~test_options_opts): New.
5795 (test_options_opts::dump): Also dump "-string".
5796 (test_options_option_defs): Install "string.
5797
5798 2019-07-03 Pedro Alves <palves@redhat.com>
5799
5800 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5801 option_value with a null enumeration.
5802 (complete_options): Save the option values in the context.
5803 (save_option_value_in_ctx): New, factored out from ...
5804 (process_options): ... here.
5805 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5806 of the function.
5807 * maint-test-options.c (test_options_opts::dump): New, factored
5808 out from ...
5809 (maintenance_test_options_command_mode): ... here.
5810 (maintenance_test_options_command_completion_result): Delete.
5811 (maintenance_test_options_command_completion_text): Update
5812 comment.
5813 (maintenance_show_test_options_completion_result): Change
5814 prototype. Just print
5815 maintenance_test_options_command_completion_text.
5816 (save_completion_result): New.
5817 (maintenance_test_options_completer_mode): Pass options context to
5818 complete_options, and then save a dump.
5819 (_initialize_maint_test_options): Use add_cmd to install "maint
5820 show test-options-completion-result".
5821
5822 2019-07-03 Pedro Alves <palves@redhat.com>
5823
5824 * NEWS (New commands): Mention "with" and "maint with".
5825 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5826 (with_command, with_command_completer): New.
5827 (pipe_command): Adjust to new repeat_previous
5828 interface.
5829 (_initialize_cli_cmds): Install the "with" command and its "w"
5830 alias.
5831 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5832 declarations.
5833 * cli/cli-setshow.c (parse_cli_var_uinteger)
5834 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5835 argument strings for all var_types.
5836 (get_setshow_command_value_string): New, factored out from ...
5837 (do_show_command): ... this.
5838 * cli/cli-setshow.h: Include <string>.
5839 (get_setshow_command_value_string): Declare.
5840 * command.h (repeat_previous): Now returns const char *. Adjust
5841 comment.
5842 * maint.c: Include "cli/cli-cmds.h".
5843 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5844 (_initialize_maint_cmds): Register the "maintenance with" command.
5845 * top.c (repeat_previous): Move bits from pipe_command here:
5846 Return the saved command line, if any; error out if there's no
5847 command to relaunch.
5848
5849 2019-07-03 Pedro Alves <palves@redhat.com>
5850
5851 * NEWS (New commands): Mention "maint set/show test-settings"
5852 instead of "maint test-settings".
5853 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5854 (maintenance_test_settings_set_list): Rename to ...
5855 (maintenance_set_test_settings_list): ... this.
5856 (maintenance_test_settings_show_list): Rename to ...
5857 (maintenance_show_test_settings_list): ... this.
5858 (maintenance_test_settings_cmd): Delete.
5859 (maintenance_test_settings_set_cmd): ...
5860 (maintenance_set_test_settings_cmd): ... this.
5861 (maintenance_test_settings_show_cmd): ...
5862 (maintenance_show_test_settings_cmd): ... this.
5863 (maintenance_test_settings_show_value_cmd):
5864 (maintenance_show_test_settings_value_cmd): ... this.
5865 (_initialize_maint_test_settings): No longer install the "maint
5866 test-settings" prefix command. Rename "maint test-settings set"
5867 to "maint set test-settings", and "maint test-settings show" to
5868 "maint show test-settings". Adjust all subcommands.
5869
5870 2019-07-03 Pedro Alves <palves@redhat.com>
5871
5872 * maint-test-settings.c: Fix file's intro comment. Replace all
5873 references to "test-options" with references to "test-settings",
5874 in comments.
5875
5876 2019-07-03 Pedro Alves <palves@redhat.com>
5877
5878 * maint-test-settings.c (maintenance_test_settings_xxx)
5879 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5880 New.
5881 (maintenance_test_settings_enums): Use them.
5882 (maintenance_test_settings_enum): Default to
5883 maintenance_test_settings_xxx.
5884 (_initialize_maint_test_settings): Initialize
5885 MAINTENANCE_TEST_SETTINGS_FILENAME.
5886
5887 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5888
5889 * breakpoint.h (remove_breakpoints_inf): Change return type to
5890 void, move function documentation here.
5891 * breakpoint.c (remove_breakpoints_inf): Change return type to
5892 void, move function documentation to header.
5893
5894 2019-07-02 Pedro Alves <palves@redhat.com>
5895
5896 * NEWS (Completion improvements): Mention "info threads".
5897 * thread.c (struct info_threads_opts, info_threads_option_defs)
5898 (make_info_threads_options_def_group): New.
5899 (info_threads_command): Use gdb::option::process_options.
5900 (info_threads_command_completer): New.
5901 (_initialize_thread): Use gdb::option::build_help to build the
5902 help text for "info threads".
5903
5904 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5905
5906 * defs.h (generic_load): Move from here...
5907 * symfile.h (generic_load): ... to here. Rename name parameter
5908 to args.
5909 * symfile.c (generic_load): Add comment.
5910
5911 2019-07-01 Tom Tromey <tromey@adacore.com>
5912
5913 * dwarf2read.c
5914 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5915 declaration of without_params. Fix formatting.
5916
5917 2019-07-01 Tom Tromey <tromey@adacore.com>
5918
5919 * ada-exp.y (find_primitive_type): Update.
5920 * ada-lang.h (ada_lookup_symbol): Update.
5921 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5922 parameter.
5923 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5924
5925 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5926
5927 PR breakpoints/24541
5928 * gdbarch.c: Regenerate.
5929 * gdbarch.h: Regenerate.
5930 * gdbarch.sh: Add 'stap_adjust_register'.
5931 * i386-tdep.c: Include '<unordered_set>'.
5932 (i386_stap_adjust_register): New function.
5933 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5934 * stap-probe.c (stap_parse_register_operand): Call
5935 'gdbarch_stap_adjust_register'.
5936
5937 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5938
5939 PR python/24742
5940 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5941 * python/python.c (do_start_initialization): Use 'xmalloc'
5942 instead of 'PyMem_Malloc'.
5943
5944 2019-06-28 Tom Tromey <tromey@adacore.com>
5945
5946 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5947 for Ada.
5948
5949 2019-06-27 Tom Tromey <tromey@adacore.com>
5950
5951 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5952 objfile_key.
5953 (arm_find_mapping_symbol, arm_record_special_symbol)
5954 (_initialize_arm_tdep): Update.
5955 (arm_objfile_data_free): Remove.
5956
5957 2019-06-27 Tom Tromey <tromey@adacore.com>
5958
5959 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5960 to cp_print_static_field.
5961
5962 2019-06-26 Tom Tromey <tromey@adacore.com>
5963
5964 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5965 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5966 declare.
5967
5968 2019-06-26 Alan Hayward <alan.hayward@arm.com>
5969
5970 * features/aarch64-core.c (create_feature_aarch64_core):
5971 Regenerate.
5972 * features/aarch64-core.xml: Add cpsr flags.
5973
5974 2019-06-26 Alan Hayward <alan.hayward@arm.com>
5975
5976 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5977 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5978
5979 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5980
5981 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5982 field.
5983 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5984 use.
5985 (arm_record_special_symbol): Don't insert new symbol in sorted
5986 position, push it at the end.
5987
5988 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5989
5990 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5991 (arm_mapping_symbol_s): Remove.
5992 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5993 (arm_mapping_symbol_vec): New typedef.
5994 (struct arm_per_objfile): Add constructor.
5995 <section_maps>: Change type to
5996 std::unique_ptr<arm_mapping_symbol_vec[]>.
5997 (arm_compare_mapping_symbols): Remove.
5998 (arm_find_mapping_symbol): Adjust to section_maps type change.
5999 (arm_objfile_data_free): Call delete on arm_per_objfile.
6000 (arm_record_special_symbol): Adjust to section_maps type change.
6001 Allocate arm_per_objfile with new.
6002
6003 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6004
6005 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6006 with the command prefix.
6007
6008 2019-06-25 Tom Tromey <tom@tromey.com>
6009
6010 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6011 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6012
6013 2019-06-25 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6016 type.
6017 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6018 protected.
6019
6020 2019-06-25 Tom Tromey <tom@tromey.com>
6021
6022 * tui/tui-winsource.c
6023 (tui_source_window_base::set_is_exec_point_at): Add check against
6024 LOA_ADDRESS.
6025
6026 2019-06-25 Tom Tromey <tom@tromey.com>
6027
6028 * tui/tui-source.c (tui_set_source_content): Don't check before
6029 xfree.
6030 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6031
6032 2019-06-25 Tom Tromey <tom@tromey.com>
6033
6034 * tui/tui-winsource.h (tui_update_source_window_as_is)
6035 (tui_alloc_source_buffer, tui_line_is_displayed)
6036 (tui_addr_is_displayed): Change type of win_info.
6037 * tui/tui-winsource.c (tui_update_source_window_as_is)
6038 (tui_clear_source_content, tui_show_source_line)
6039 (tui_show_source_content, tui_source_window_base::refill)
6040 (tui_source_window_base::set_is_exec_point_at)
6041 (tui_source_window_base::set_is_exec_point_at)
6042 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6043 (tui_alloc_source_buffer, tui_line_is_displayed)
6044 (tui_addr_is_displayed): Change type of win_info. Update.
6045 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6046 (tui_source_window_base::do_make_visible_with_new_height):
6047 Update.
6048 * tui/tui-source.c (tui_set_source_content)
6049 (tui_set_source_content_nil)
6050 (tui_source_window::do_scroll_vertical): Update.
6051 * tui/tui-layout.c (show_layout): Update.
6052 * tui/tui-disasm.c (tui_set_disassem_content)
6053 (tui_disasm_window::do_scroll_vertical): Update.
6054 * tui/tui-data.h (tui_win_content): Remove.
6055 (struct tui_gen_win_info) <content, content_size>: Remove.
6056 (struct tui_source_element): Add initializers and destructor.
6057 (union tui_which_element, struct tui_win_element): Remove.
6058 (struct tui_source_window_base) <content>: New field.
6059 (struct tui_data_window): Remove destructor.
6060 (tui_alloc_content, tui_free_win_content)
6061 (tui_free_all_source_wins_content): Don't declare.
6062 * tui/tui-data.c (tui_initialize_static_data): Update.
6063 (init_content_element, tui_alloc_content): Remove.
6064 (~tui_gen_win_info): Update.
6065 (~tui_data_window, tui_free_all_source_wins_content)
6066 (tui_free_win_content, free_content, free_content_elements):
6067 Remove.
6068
6069 2019-06-25 Tom Tromey <tom@tromey.com>
6070
6071 * tui/tui-winsource.h (tui_clear_source_content)
6072 (tui_erase_source_content, tui_show_source_content): Change type
6073 of win_info.
6074 * tui/tui-winsource.c (tui_clear_source_content)
6075 (tui_erase_source_content, tui_show_source_content): Change type
6076 of win_info.
6077 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6078 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6079 win_info.
6080 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6081 win_info.
6082 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6083
6084 2019-06-25 Tom Tromey <tom@tromey.com>
6085
6086 * tui/tui-winsource.c (tui_clear_source_content)
6087 (tui_source_window_base::set_is_exec_point_at): Update.
6088 * tui/tui-source.c (tui_set_source_content_nil): Update.
6089 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6090 a bool.
6091 * tui/tui-data.c (init_content_element): Update.
6092
6093 2019-06-25 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6096 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6097 * tui/tui-layout.c (init_and_make_win): Update.
6098 * tui/tui.h (enum tui_win_type): Update.
6099 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6100 tui_win_is_auxillary.
6101 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6102 tui_win_is_auxillary.
6103
6104 2019-06-25 Tom Tromey <tom@tromey.com>
6105
6106 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6107 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6108 (tui_delete_data_content_windows, tui_display_all_data)
6109 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6110 Update.
6111 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6112 * tui/tui-regs.c (tui_last_regs_line_no)
6113 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6114 (tui_show_registers): Update.
6115 (tui_show_register_group): Return void. Update.
6116 (tui_display_registers_from, tui_display_reg_element_at_line)
6117 (tui_display_registers_from_line, tui_check_register_values):
6118 Update.
6119 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6120 member.
6121 (struct tui_data_window) <regs_content>: Now a std::vector.
6122 <regs_content_count>: Remove.
6123 (tui_add_content_elements, tui_free_data_content): Don't declare.
6124 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6125 (init_content_element): Remove DATA_WIN case. Add assert.
6126 (tui_add_content_elements): Remove.
6127 (tui_data_window): Update.
6128 (tui_free_data_content): Remove.
6129 (free_content_elements): Remove DATA_WIN case.
6130
6131 2019-06-25 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-data.c (tui_data_item_window): Update.
6134 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6135 * tui/tui-windata.c (tui_display_all_data)
6136 (tui_display_data_from_line): Update.
6137 (tui_check_data_values): Remove.
6138 * tui/tui-regs.c (tui_show_register_group)
6139 (tui_display_reg_element_at_line): Update.
6140 * tui/tui-hooks.c (tui_register_changed)
6141 (tui_refresh_frame_and_register_information): Call
6142 tui_check_register_values.
6143 * tui/tui-data.h (struct tui_data_window) <data_content,
6144 data_content_count, data_type>: Remove.
6145 (enum tui_data_type): Remove.
6146
6147 * tui/tui-data.c (tui_data_window::clear_detail)
6148 (~tui_data_window): Update.
6149
6150 2019-06-25 Tom Tromey <tom@tromey.com>
6151
6152 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6153 declare.
6154 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6155 Rename from tui_first_data_item_displayed. Update.
6156 (tui_data_window::refresh_all)
6157 (tui_data_window::do_scroll_vertical): Update.
6158 * tui/tui-data.h (struct tui_data_window)
6159 <first_data_item_displayed>: Declare new method.
6160
6161 2019-06-25 Tom Tromey <tom@tromey.com>
6162
6163 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6164 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6165 contents...
6166 (tui_initialize_static_data): ...here.
6167
6168 2019-06-25 Tom Tromey <tom@tromey.com>
6169
6170 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6171 (tui_display_registers_from, tui_check_register_values): Update.
6172 (tui_display_register): Remove win_info parameter; update.
6173 (tui_get_register): Change type of parameters.
6174 * tui/tui-data.h (struct tui_data_element): Remove.
6175 (union tui_which_element) <data>: Remove.
6176 <data_window>: Change type.
6177 (struct tui_data_item_window): New.
6178 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6179 case. Add assert.
6180 (~tui_data_item_window): New destructor.
6181 (free_content_elements): Remove DATA_ITEM_WIN case.
6182
6183 2019-06-25 Tom Tromey <tom@tromey.com>
6184
6185 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6186 Remove.
6187
6188 2019-06-25 Tom Tromey <tom@tromey.com>
6189
6190 * tui/tui-data.h (struct tui_command_element): Remove.
6191 (union tui_which_element) <command>: Remove.
6192 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6193 assert.
6194 (free_content_elements): Remove CMD_WIN case.
6195
6196 2019-06-25 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-layout.c (tui_set_layout): Update.
6199 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6200 * tui/tui-data.c (layout_def): Update.
6201
6202 2019-06-25 Tom Tromey <tom@tromey.com>
6203
6204 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6205 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6206 (tui_source_window_base::set_new_height): Update.
6207 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6208 Update.
6209 (tui_set_locator_fullname, tui_set_locator_info)
6210 (tui_show_frame_info): Update.
6211 * tui/tui-source.c (tui_set_source_content)
6212 (tui_source_is_displayed): Update.
6213 * tui/tui-layout.c (show_source_disasm_command, show_data)
6214 (show_source_or_disasm_and_command): Update.
6215 * tui/tui-disasm.c (tui_set_disassem_content)
6216 (tui_get_begin_asm_address): Update.
6217 * tui/tui-data.h (struct tui_locator_element): Remove.
6218 (union tui_which_element) <locator>: Remove.
6219 (struct tui_locator_window): New.
6220 (tui_locator_win_info_ptr): Change return type.
6221 * tui/tui-data.c (_locator): Change type.
6222 (tui_locator_win_info_ptr): Change return type.
6223 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6224 (tui_alloc_content): Add assert.
6225
6226 2019-06-25 Tom Tromey <tom@tromey.com>
6227
6228 * tui/tui-winsource.c
6229 (tui_exec_info_window::maybe_allocate_content): New method.
6230 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6231 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6232 (make_source_or_disasm_window): Add cast.
6233 * tui/tui-data.h (union tui_which_element) <simple_string>:
6234 Remove.
6235 (struct tui_source_info): New.
6236 (struct tui_source_window_base) <execution_info>: Change type.
6237 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6238 case, and add assert.
6239 (tui_alloc_content): Add assert.
6240
6241 2019-06-25 Tom Tromey <tom@tromey.com>
6242
6243 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6244 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6245 * tui/tui-data.c (tui_alloc_win_info): Remove.
6246
6247 2019-06-25 Tom Tromey <tom@tromey.com>
6248
6249 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6250 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6251 can_highlight.
6252
6253 2019-06-25 Tom Tromey <tom@tromey.com>
6254
6255 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6256 make_visible_with_new_height method.
6257 (tui_win_info::make_visible_with_new_height): New method.
6258 (tui_source_window_base::do_make_visible_with_new_height)
6259 (tui_data_window::do_make_visible_with_new_height)
6260 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6261 (make_visible_with_new_height): Remove.
6262 (tui_resize_all, tui_adjust_win_heights): Use
6263 make_visible_with_new_height method.
6264 * tui/tui-data.h (struct tui_win_info)
6265 <do_make_visible_with_new_height, make_visible_with_new_height>:
6266 New methods.
6267 (struct tui_source_window_base, struct tui_data_window)
6268 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6269 methods.
6270
6271 2019-06-25 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6274 method.
6275 (update_tab_width): Call update_tab_width method.
6276 * tui/tui-data.h (struct tui_win_info)
6277 (struct tui_source_window_base) <update_tab_width>: New methods.
6278
6279 2019-06-25 Tom Tromey <tom@tromey.com>
6280
6281 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6282 parameter.
6283 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6284 parameter.
6285 (tui_gen_win_info::make_visible): Update.
6286 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6287 parameter.
6288 * tui/tui-data.h (enum tui_box): New enum.
6289 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6290
6291 2019-06-25 Tom Tromey <tom@tromey.com>
6292
6293 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6294 init_and_make_win for EXEC_INFO_WIN.
6295 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6296 longer inline.
6297 (struct tui_win_info) <~tui_win_info>: Inline.
6298 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6299 Don't declare.
6300 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6301 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6302 Remove.
6303 (tui_initialize_static_data): Update.
6304 (~tui_gen_win_info): Handle more cleanup here.
6305 (~tui_source_window_base): Delete "execution_info".
6306 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6307
6308 2019-06-25 Tom Tromey <tom@tromey.com>
6309
6310 * tui/tui-layout.c (make_command_window): Don't set
6311 can_highlight.
6312 (show_source_disasm_command): Call the reset method.
6313 (show_data): Don't set can_highlight. Call the reset method.
6314 (tui_gen_win_info::reset): Rename from init_gen_win_info
6315 (init_and_make_win): Simplify. Return tui_gen_win_info.
6316 (show_source_or_disasm_and_command): Call the reset method.
6317 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6318 (struct tui_cmd_window): Set can_highlight.
6319
6320 2019-06-25 Tom Tromey <tom@tromey.com>
6321
6322 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6323 from make_visible.
6324 (tui_make_visible, tui_make_invisible): Rewrite.
6325 (tui_win_info::make_visible): Remove.
6326 (tui_source_window_base::make_visible): Update.
6327 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6328 method. Moved from...
6329 (struct tui_win_info) <make_visible>: ...here.
6330
6331 2019-06-25 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-winsource.c
6334 (tui_source_window_base::do_scroll_horizontal): Remove direction
6335 parameter.
6336 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6337 direction parameter.
6338 * tui/tui-win.c (tui_win_info::forward_scroll)
6339 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6340 (tui_win_info::right_scroll): Update.
6341 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6342 direction parameter.
6343 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6344 direction parameter.
6345 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6346 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6347 Remove direction parameter.
6348 (struct tui_source_window_base, struct tui_source_window)
6349 (struct tui_disasm_window, struct tui_data_window)
6350 (struct tui_cmd_window): Update.
6351
6352 2019-06-25 Tom Tromey <tom@tromey.com>
6353
6354 * tui/tui-winsource.h (tui_set_exec_info_content)
6355 (tui_show_exec_info_content, tui_erase_exec_info_content)
6356 (tui_clear_exec_info_content, tui_update_exec_info): Change
6357 argument to tui_source_window_base.
6358 * tui/tui-winsource.c (tui_set_exec_info_content)
6359 (tui_show_exec_info_content, tui_erase_exec_info_content)
6360 (tui_clear_exec_info_content, tui_update_exec_info): Change
6361 argument to tui_source_window_base.
6362
6363 2019-06-25 Tom Tromey <tom@tromey.com>
6364
6365 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6366 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6367
6368 2019-06-25 Tom Tromey <tom@tromey.com>
6369
6370 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6371 check.
6372
6373 2019-06-25 Tom Tromey <tom@tromey.com>
6374
6375 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6376 type to void.
6377 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6378 type to void.
6379 * tui/tui-source.c (tui_set_source_content): Update.
6380 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6381
6382 2019-06-25 Tom Tromey <tom@tromey.com>
6383
6384 * tui/tui-win.c (window_name_completer, tui_set_focus)
6385 (tui_all_windows_info): Use name method.
6386 * tui/tui-data.h (struct tui_gen_win_info)
6387 (struct tui_source_window, struct tui_disasm_window)
6388 (struct tui_data_window, struct tui_cmd_window) <name>: New
6389 method.
6390 (tui_win_name): Don't declare.
6391 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6392 (tui_win_name): Remove.
6393
6394 2019-06-25 Tom Tromey <tom@tromey.com>
6395
6396 * tui/tui-winsource.h (tui_update_source_window)
6397 (tui_update_source_window_as_is): Change parameter type.
6398 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6399 to be a tui_source_window_base.
6400 (tui_update_source_window_as_is): Likewise.
6401 * tui/tui-win.c (make_visible_with_new_height): Update.
6402
6403 2019-06-25 Tom Tromey <tom@tromey.com>
6404
6405 * tui/tui-winsource.c (tui_erase_source_content)
6406 (tui_show_source_content, tui_show_exec_info_content)
6407 (tui_erase_exec_info_content): Use refresh_window method.
6408 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6409 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6410 from tui_refresh_win.
6411 (tui_data_window::refresh_window): New method.
6412 (tui_win_info::refresh, tui_source_window_base::refresh)
6413 (tui_refresh_all): Use refresh_window method.
6414 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6415 method.
6416 * tui/tui-regs.c (tui_display_register): Call refresh_window
6417 method.
6418 * tui/tui-layout.c (show_source_disasm_command)
6419 (show_source_or_disasm_and_command): Call refresh_window method.
6420 * tui/tui-data.h (struct tui_gen_win_info)
6421 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6422 New method.
6423
6424 2019-06-25 Tom Tromey <tom@tromey.com>
6425
6426 * tui/tui.c (tui_rl_other_window, tui_enable)
6427 (tui_is_window_visible, tui_get_command_dimension): Update.
6428 * tui/tui-winsource.c (tui_update_source_window_as_is)
6429 (tui_clear_source_content, tui_erase_source_content)
6430 (tui_show_source_line, tui_source_window_base::refill)
6431 (tui_source_window_base::do_scroll_horizontal)
6432 (tui_source_window_base::set_is_exec_point_at)
6433 (tui_update_breakpoint_info, tui_set_exec_info_content)
6434 (tui_alloc_source_buffer, tui_line_is_displayed)
6435 (tui_addr_is_displayed): Update.
6436 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6437 (tui_check_and_display_highlight_if_needed)
6438 (tui_win_info::make_visible, tui_win_info::refresh)
6439 (tui_refresh_all): Update.
6440 * tui/tui-windata.c (tui_first_data_item_displayed)
6441 (tui_delete_data_content_windows, tui_erase_data_content)
6442 (tui_display_all_data, tui_data_window::refresh_all)
6443 (tui_check_data_values): Update.
6444 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6445 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6446 (tui_win_info::backward_scroll, tui_refresh_all_win)
6447 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6448 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6449 (tui_source_window_base::set_new_height)
6450 (tui_data_window::set_new_height)
6451 (make_invisible_and_set_new_height)
6452 (make_visible_with_new_height, new_height_ok)
6453 (parse_scrolling_args): Update.
6454 * tui/tui-stack.c (tui_show_frame_info): Update.
6455 * tui/tui-source.c (tui_set_source_content)
6456 (tui_set_source_content_nil, tui_source_is_displayed)
6457 (tui_source_window::do_scroll_vertical): Update.
6458 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6459 (tui_display_registers_from, tui_display_reg_element_at_line)
6460 (tui_check_register_values, tui_reg_command): Update.
6461 * tui/tui-layout.c (tui_default_win_height)
6462 (show_source_disasm_command, show_data, init_and_make_win)
6463 (show_source_or_disasm_and_command): Update.
6464 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6465 (tui_redisplay_readline, tui_mld_flush)
6466 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6467 (tui_getc): Update.
6468 * tui/tui-disasm.c (tui_set_disassem_content)
6469 (tui_disasm_window::do_scroll_vertical): Update.
6470 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6471 Now virtual.
6472 (struct tui_win_info): Derive from tui_gen_win_info.
6473 <~tui_win_info>: Mark as override.
6474 <generic>: Remove member.
6475 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6476 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6477 (~tui_data_window, ~tui_win_info)
6478 (tui_free_all_source_wins_content): Update.
6479 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6480
6481 2019-06-25 Tom Tromey <tom@tromey.com>
6482
6483 * tui/tui-layout.c (init_and_make_win): Use new.
6484 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6485 destructor, initializers.
6486 (tui_alloc_generic_win_info): Don't declare.
6487 * tui/tui-data.c (_locator): Add argument to constructor.
6488 (source_win, disasm_win): New globals.
6489 (exec_info): Remove.
6490 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6491 Update.
6492 (tui_alloc_generic_win_info): Remove.
6493 (init_content_element): Use new.
6494 (tui_win_info::tui_win_info): Update.
6495 (free_content_elements) <case DATA_WIN>: Use delete.
6496
6497 2019-06-25 Tom Tromey <tom@tromey.com>
6498
6499 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6500 * tui/tui-windata.c (tui_first_data_item_displayed)
6501 (tui_delete_data_content_windows): Update.
6502 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6503 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6504 (tui_display_registers_from, tui_check_register_values): Update.
6505 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6506 pointer.
6507 * tui/tui-data.c (init_content_element): Update. Allocate the new
6508 window.
6509 (tui_free_data_content): Update.
6510 (free_content_elements) <case DATA_WIN>: Free the window.
6511
6512 2019-06-25 Tom Tromey <tom@tromey.com>
6513
6514 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6515 Update.
6516 * tui/tui-layout.c (make_command_window)
6517 (show_source_disasm_command, show_data, init_and_make_win)
6518 (show_source_or_disasm_and_command): Update.
6519 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6520 method.
6521 <can_highight, is_highlighted>: Now bool.
6522 (tui_set_win_highlight): Don't declare.
6523 * tui/tui-data.c (tui_set_win_highlight): Remove.
6524
6525 2019-06-25 Tom Tromey <tom@tromey.com>
6526
6527 * tui/tui-wingeneral.c (make_visible): Remove check of window
6528 type.
6529
6530 2019-06-25 Tom Tromey <tom@tromey.com>
6531
6532 * tui/tui-win.c (tui_win_info::max_height)
6533 (tui_cmd_window::max_height): New methods.
6534 (new_height_ok): Call max_height.
6535 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6536 <max_height>: New method.
6537
6538 2019-06-25 Tom Tromey <tom@tromey.com>
6539
6540 * tui/tui-win.c (tui_source_window_base::set_new_height)
6541 (tui_data_window::set_new_height): New methods.
6542 (make_invisible_and_set_new_height): Call set_new_height method.
6543 * tui/tui-data.h (struct tui_win_info)
6544 (struct tui_source_window_base, struct tui_data_window)
6545 <set_new_height>: New method.
6546
6547 2019-06-25 Tom Tromey <tom@tromey.com>
6548
6549 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6550 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6551 tui_refresh_data_win.
6552 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6553 method.
6554 (tui_refresh_all_win): Call the refresh_all method.
6555 (tui_set_focus): Likewise.
6556 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6557 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6558 Likewise.
6559
6560 2019-06-25 Tom Tromey <tom@tromey.com>
6561
6562 * tui/tui-winsource.h (tui_refill_source_window)
6563 (tui_set_is_exec_point_at): Don't declare.
6564 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6565 (tui_source_window_base::refill): Rename from
6566 tui_refill_source_window.
6567 (tui_source_window_base::do_scroll_horizontal): Update.
6568 (tui_source_window_base::set_is_exec_point_at): Rename from
6569 tui_set_is_exec_point_at.
6570 (tui_update_all_breakpoint_info): Update.
6571 * tui/tui-stack.c (tui_show_frame_info): Update.
6572 * tui/tui-layout.c (show_data): Add cast.
6573 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6574 * tui/tui-data.h (struct tui_source_window_base) <refill,
6575 set_is_exec_point_at>: New methods.
6576 (tui_source_windows, tui_add_to_source_windows): Update types.
6577 (tui_add_to_source_windows): Remove redundant declaration.
6578 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6579 (tui_source_windows): Change return type.
6580 (tui_clear_source_windows_detail): Update.
6581 (tui_add_to_source_windows): Change type of parameter.
6582 (tui_free_all_source_wins_content): Update.
6583
6584 2019-06-25 Tom Tromey <tom@tromey.com>
6585
6586 * tui/tui-wingeneral.c (tui_win_info::refresh)
6587 (tui_source_window_base::refresh): New methods.
6588 (tui_refresh_all): Call the refresh method.
6589 * tui/tui-data.h (struct tui_win_info)
6590 (struct tui_source_window_base) <refresh>: New method.
6591
6592 2019-06-25 Tom Tromey <tom@tromey.com>
6593
6594 * tui/tui.h (tui_is_window_visible): Return bool.
6595 * tui/tui.c (tui_is_window_visible): Return bool.
6596 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6597 (tui_make_visible, tui_make_invisible)
6598 (tui_win_info::make_visible)
6599 (tui_source_window_base::make_visible, make_all_visible)
6600 (tui_make_all_visible, tui_make_all_invisible): Update.
6601 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6602 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6603 bool.
6604 (struct tui_win_info, struct tui_source_window_base)
6605 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6606 * tui/tui-data.c (tui_init_generic_part): Update.
6607
6608 2019-06-25 Tom Tromey <tom@tromey.com>
6609
6610 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6611 (tui_source_window_base::make_visible): New methods.
6612 (make_all_visible): Make method call.
6613 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6614 (struct tui_source_window_base, struct tui_cmd_window): Override
6615 make_visible.
6616 (tui_win_is_source_type): Don't declare.
6617 * tui/tui-data.c (tui_win_is_source_type): Remove.
6618
6619 2019-06-25 Tom Tromey <tom@tromey.com>
6620
6621 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6622 NULL check.
6623
6624 2019-06-25 Tom Tromey <tom@tromey.com>
6625
6626 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6627 Inline constructor. Add initializers for members.
6628 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6629 constructors; now inline in class.
6630
6631 2019-06-25 Tom Tromey <tom@tromey.com>
6632
6633 * tui/tui-regs.c (tui_show_registers): Update.
6634 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6635 bool.
6636 * tui/tui-data.c (tui_data_window::clear_detail)
6637 (tui_data_window): Update.
6638
6639 2019-06-25 Tom Tromey <tom@tromey.com>
6640
6641 * tui/tui-windata.c (tui_display_all_data)
6642 (tui_display_data_from_line, tui_display_data_from)
6643 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6644 Update.
6645 * tui/tui-regs.c (tui_last_regs_line_no)
6646 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6647 (tui_show_registers, tui_show_register_group)
6648 (tui_display_registers_from, tui_display_reg_element_at_line)
6649 (tui_display_registers_from_line, tui_check_register_values)
6650 (tui_reg_next, tui_reg_prev): Update.
6651 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6652 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6653 tui_data_window.
6654 (struct tui_win_info) <detail>: Remove. Add new fields from
6655 tui_data_info.
6656 (TUI_DATA_WIN): Add cast.
6657 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6658 (~tui_data_window): Simplify.
6659
6660 2019-06-25 Tom Tromey <tom@tromey.com>
6661
6662 * tui/tui-layout.c (show_source_disasm_command)
6663 (show_source_or_disasm_and_command): Update.
6664 * tui/tui-io.c (update_cmdwin_start_line)
6665 (tui_redisplay_readline): Update.
6666 * tui/tui-data.h (struct tui_command_info): Remove.
6667 (struct tui_win_info) <detail>: Remove command_info member.
6668 (struct tui_data_window) <start_line>: New member, from
6669 tui_command_info.
6670 (TUI_CMD_WIN): Add casts.
6671
6672 2019-06-25 Tom Tromey <tom@tromey.com>
6673
6674 * tui/tui-winsource.c (tui_update_source_window)
6675 (tui_refill_source_window)
6676 (tui_source_window_base::do_scroll_horizontal)
6677 (tui_update_breakpoint_info, tui_set_exec_info_content)
6678 (tui_show_exec_info_content, tui_erase_exec_info_content)
6679 (tui_clear_exec_info_content): Update.
6680 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6681 Update.
6682 * tui/tui-win.c (make_invisible_and_set_new_height)
6683 (make_visible_with_new_height): Update.
6684 * tui/tui-source.c (tui_set_source_content)
6685 (tui_show_symtab_source): Update.
6686 * tui/tui-layout.c (extract_display_start_addr)
6687 (show_source_disasm_command, show_data)
6688 (make_source_or_disasm_window)
6689 (show_source_or_disasm_and_command): Update.
6690 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6691 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6692 "gdbarch".
6693 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6694 to tui_source_window_base.
6695 (struct tui_win_info) <detail>: Remove source_info member.
6696 (struct tui_source_window_base) <has_locator>: Inline.
6697 Move contents from tui_source_info; rename has_locator member to
6698 m_has_locator.
6699 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6700 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6701 header file.
6702 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6703 Simplify.
6704 (tui_free_all_source_wins_content): Cast to
6705 tui_source_window_base.
6706
6707 2019-06-25 Tom Tromey <tom@tromey.com>
6708
6709 * tui/tui-win.c (make_invisible_and_set_new_height)
6710 (make_visible_with_new_height): Call has_locator method.
6711 * tui/tui-layout.c (show_source_disasm_command, show_data)
6712 (show_source_or_disasm_and_command): Update for bool change.
6713 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6714 (tui_win_info) <has_locator>: New method.
6715 (struct tui_source_window_base) <has_locator>: New method.
6716 (tui_win_has_locator): Don't declare.
6717 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6718 from tui_win_has_locator.
6719 (tui_source_window_base): Use false, not FALSE.
6720
6721 2019-06-25 Tom Tromey <tom@tromey.com>
6722
6723 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6724 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6725 clear_detail method directly.
6726 (tui_clear_win_detail): Remove.
6727
6728 2019-06-25 Tom Tromey <tom@tromey.com>
6729
6730 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6731 "this", not TUI_DISASM_WIN.
6732
6733 2019-06-25 Tom Tromey <tom@tromey.com>
6734
6735 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6736 declare.
6737 * tui/tui-winsource.c
6738 (tui_source_window_base::do_scroll_horizontal): Rename from
6739 tui_horizontal_source_scroll.
6740 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6741 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6742 from tui_vertical_data_scroll.
6743 * tui/tui-win.h (tui_scroll): Don't declare.
6744 * tui/tui-win.c (tui_win_info::forward_scroll)
6745 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6746 (tui_win_info::right_scroll): Rename and update.
6747 (tui_scroll_forward_command, tui_scroll_backward_command)
6748 (tui_scroll_left_command, tui_scroll_right_command): Update.
6749 (tui_scroll): Remove.
6750 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6751 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6752 from tui_vertical_source_scroll.
6753 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6754 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6755 from tui_vertical_disassem_scroll.
6756 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6757 do_scroll_horizontal>: New methods.
6758 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6759 Likewise.
6760 (struct tui_source_window_base): Add do_scroll_horizontal.
6761 (struct tui_source_window, struct tui_disasm_window): Add
6762 do_scroll_vertical.
6763 (struct tui_data_window, struct tui_cmd_window): Add
6764 do_scroll_horizontal and do_scroll_vertical.
6765 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6766
6767 2019-06-25 Tom Tromey <tom@tromey.com>
6768
6769 * tui/tui-data.h (struct tui_source_window_base): New struct.
6770 (struct tui_source_window): Derive from tui_source_window_base.
6771 (struct tui_disasm_window): New struct.
6772 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6773 from tui_source_window::clear_detail.
6774 (tui_source_window_base): Rename from tui_source_window.
6775 (~tui_source_window_base): Rename from ~tui_source_window.
6776 (tui_alloc_win_info): Create a tui_disasm_window.
6777
6778 2019-06-25 Tom Tromey <tom@tromey.com>
6779
6780 * tui/tui-data.h (struct tui_source_window)
6781 (struct tui_data_window): Declare destructors.
6782 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6783 destructors.
6784 (tui_win_info): Simplify.
6785
6786 2019-06-25 Tom Tromey <tom@tromey.com>
6787
6788 * tui/tui-winsource.c (tui_display_main)
6789 (tui_update_source_windows_with_addr)
6790 (tui_update_all_breakpoint_info): Update.
6791 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6792 (new_height_ok, parse_scrolling_args): Update.
6793 * tui/tui-stack.c (tui_show_frame_info): Update.
6794 * tui/tui-data.h (struct tui_list): Remove.
6795 (tui_source_windows): Return a reference to a std::vector.
6796 * tui/tui-data.c (source_windows): Now a std::vector.
6797 (tui_source_windows): Change return type.
6798 (tui_clear_source_windows): Rewrite.
6799 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6800 (tui_free_all_source_wins_content): Rewrite.
6801
6802 2019-06-25 Tom Tromey <tom@tromey.com>
6803
6804 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6805 (struct tui_data_window, struct tui_cmd_window): Declare
6806 clear_detail method.
6807 * tui/tui-data.c (tui_source_window::clear_detail)
6808 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6809 methods.
6810 (tui_clear_win_detail): Simplify.
6811
6812 2019-06-25 Tom Tromey <tom@tromey.com>
6813
6814 * tui/tui-layout.c (make_source_window, make_disasm_window)
6815 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6816 Return the new window.
6817 (show_source_disasm_command, show_data)
6818 (show_source_or_disasm_and_command): Update.
6819
6820 2019-06-25 Tom Tromey <tom@tromey.com>
6821
6822 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6823 parameter. Return the new window.
6824 (show_source_disasm_command): Update and remove NULL check.
6825 (show_source_or_disasm_and_command): Update.
6826
6827 2019-06-25 Tom Tromey <tom@tromey.com>
6828
6829 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6830
6831 2019-06-25 Tom Tromey <tom@tromey.com>
6832
6833 * tui/tui-data.h (struct tui_win_info): Make constructor
6834 protected. Make destructor virtual. Add initializers.
6835 (tui_source_window, tui_data_window, tui_cmd_window): New
6836 classes.
6837 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6838 constructor. Add "type" parameter.
6839 (tui_source_window, tui_data_window, tui_cmd_window): New
6840 constructors.
6841 (tui_alloc_win_info): Instantiate the appropriate subclass.
6842
6843 2019-06-25 Tom Tromey <tom@tromey.com>
6844
6845 * tui/tui-win.c (tui_resize_all): Use delete.
6846 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6847 destructor.
6848 (tui_free_window): Don't declare.
6849 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6850 Update.
6851
6852 2019-06-25 Tom Tromey <tom@tromey.com>
6853
6854 * tui/tui-data.h (struct tui_win_info): Add constructor.
6855 * tui/tui-data.c (tui_alloc_win_info): Use new.
6856 (tui_free_window): Use delete.
6857
6858 2019-06-22 Tom Tromey <tom@tromey.com>
6859
6860 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6861 declare.
6862 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6863
6864 2019-06-22 Tom Tromey <tom@tromey.com>
6865
6866 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6867 declare.
6868 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6869
6870 2019-06-22 Tom de Vries <tdevries@suse.de>
6871
6872 * dwarf2read.c (create_addrmap_from_aranges)
6873 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6874 instead of '%zu'.
6875
6876 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
6877
6878 * dwarf2read.h (dwarf2_section_info_def): Remove.
6879 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6880 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6881 std::vector<dwarf2_section_info>.
6882 (struct dwo_file) <~dwo_file>: Remove.
6883 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6884 types field.
6885 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6886 (dwarf2_read_debug_names): Likewise.
6887 (create_debug_types_hash_table): Change parameter type to
6888 array_view, adjust code accordingly.
6889 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6890 (partial_die_info::fixup): Likewise.
6891 (determine_prefix): Likewise.
6892 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6893
6894 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6895
6896 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6897 gdb_bfd_ref_ptr.
6898 <~dwo_file>: Remove call to gdb_bfd_unref.
6899 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6900 gdb_bfd_ref_ptr::get.
6901
6902 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6903
6904 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6905 type to htab_up.
6906 * dwarf2read.c (struct dwo_file): Initialize fields.
6907 <~dwo_file>: New.
6908 (free_dwo_file): Remove, move content to ~dwo_file.
6909 (struct dwo_file_deleter): Remove.
6910 (dwo_file_up>: Remove custom deleter.
6911 (free_dwo_files): Remove.
6912 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6913 dwo_files.
6914 (process_skeletonless_type_units): Call unique_ptr::get.
6915 (allocate_dwo_file_hash_table): Add deleter to created hash
6916 table. Change return type to htab_up.
6917 (lookup_dwo_file_slot): Don't memset dwo_file, call
6918 unique_ptr::get.
6919 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6920 (create_dwo_unit_in_dwp_v2): Likewise.
6921 (open_and_init_dwo_file): Likewise.
6922 (free_dwo_file_from_slot): Remove.
6923
6924 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6925
6926 * dwarf2read.h (struct dwarf2_section_info) <readin,
6927 is_virtual>: Change type to bool.
6928 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6929 true instead of 1.
6930
6931 2019-06-19 Tom Tromey <tom@tromey.com>
6932
6933 * tui/tui-data.h (tui_init_content_element): Don't declare.
6934
6935 2019-06-19 Tom Tromey <tom@tromey.com>
6936
6937 * tui/tui-data.h (tui_init_win_info): Don't declare.
6938
6939 2019-06-19 Tom de Vries <tdevries@suse.de>
6940
6941 * dwarf2read.h (abstract_to_concrete): Change type to
6942 std::unordered_map<sect_offset, std::vector<sect_offset>,
6943 gdb::hash_enum<sect_offset>>.
6944
6945 2019-06-19 Tom Tromey <tromey@adacore.com>
6946
6947 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6948 EVAL_AVOID_SIDE_EFFECTS specially.
6949
6950 2019-06-19 Tom Tromey <tromey@adacore.com>
6951
6952 * source-cache.c (highlighter): New global.
6953 (source_cache::get_source_lines): Create a highlighter on demand.
6954
6955 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6956
6957 * defs.h (deprecated_interactive_hook): Delete declaration.
6958 * interps.c (clear_interpreter_hooks): Remove use of
6959 deprecated_interactive_hook.
6960 * top.c (deprecated_interactive_hook): Delete definition.
6961 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6962
6963 2019-06-18 Tom de Vries <tdevries@suse.de>
6964
6965 PR gdb/24515
6966 * dwarf2read.h (abstract_to_concrete): Change type from
6967 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6968 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6969 * dwarf2read.c (read_variable): Update.
6970 (dwarf2_fetch_die_loc_sect_off): Update.
6971
6972 2019-06-17 Tom de Vries <tdevries@suse.de>
6973
6974 PR gdb/24617
6975 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6976 accessing parent[parent_len - 1].
6977
6978 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6979
6980 PR gdb/24364
6981 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6982 call dtrace_process_dof with NULL dof.
6983
6984 2019-06-16 Tom de Vries <tdevries@suse.de>
6985
6986 PR gdb/24445
6987 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6988
6989 2019-06-16 Tom Tromey <tom@tromey.com>
6990
6991 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6992 (make_all_visible): Use address of member.
6993
6994 2019-06-16 Tom Tromey <tom@tromey.com>
6995
6996 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6997 (tui_free_window, free_content, free_content_elements): Remove
6998 unnecessary cast.
6999 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7000 cast.
7001 * tui/tui-regs.c (tui_show_register_group)
7002 (tui_display_registers_from, tui_display_reg_element_at_line):
7003 Remove unnecessary cast.
7004
7005 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7006
7007 * linux-nat.c (normal_mask): Delete.
7008 (_initialize_linux_nat): Don't initialise normal_mask.
7009
7010 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 PR gdb/24445
7013 * dwarf-index-write.h (write_psymtabs_to_index): Add
7014 dwz_basename parameter.
7015 * dwarf-index-write.c (write_gdbindex): Move file writing to
7016 write_gdbindex_1. Change return type void.
7017 (assert_file_size): Move up, remove filename parameter.
7018 (write_gdbindex_1): New function.
7019 (write_debug_names): Change return type to void, call
7020 assert_file_size.
7021 (struct index_wip_file): New struct.
7022 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7023 file logic to index_wip_file. Write index for dwz file if
7024 needed.
7025 (save_gdb_index_command): Pass basename of dwz file, if present.
7026 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7027 build-id of dwz file, if present.
7028 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7029 (dwarf2_get_dwz_file): Likewise.
7030 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7031 (dwarf2_get_dwz_file): Likewise.
7032
7033 2019-06-16 Tom Tromey <tom@tromey.com>
7034
7035 * coffread.c (process_coff_symbol): Use xstrdup.
7036 * value.c (create_internalvar): Use xstrdup.
7037
7038 2019-06-16 Tom Tromey <tom@tromey.com>
7039
7040 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7041 * breakpoint.c (stopin_command, stopat_command)
7042 (until_break_command, decode_location_default): Remove unnecessary
7043 cast.
7044 * utils.c (subset_compare): Remove unnecessary cast.
7045 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7046 cast.
7047 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7048 cast.
7049 * infcmd.c (path_command): Remove unnecessary cast.
7050 * coffread.c (decode_type): Remove unnecessary cast.
7051 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7052 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7053 * tui/tui-stack.c (tui_show_locator_content)
7054 (tui_show_frame_info): Remove unnecessary cast.
7055 * tui/tui-win.c (tui_scroll_forward_command)
7056 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7057 (parse_scrolling_args): Remove unnecessary cast.
7058 * tui/tui-data.c (init_win_info, tui_del_window)
7059 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7060 (free_content_elements): Remove unnecessary cast.
7061 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7062 unnecessary cast.
7063 * tui/tui-source.c (tui_set_source_content)
7064 (tui_vertical_source_scroll): Remove unnecessary cast.
7065 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7066 cast.
7067 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7068 * tui/tui-regs.c (tui_display_registers_from)
7069 (tui_display_register): Remove unnecessary cast.
7070 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7071 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7072 (make_visible): Remove unnecessary cast.
7073 * tui/tui-winsource.c (tui_erase_source_content)
7074 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7075 unnecessary cast.
7076 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7077 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7078 * stabsread.c (read_type, read_array_type, read_range_type):
7079 Remove unnecessary cast.
7080 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7081 (parse_symbol, parse_type, upgrade_type, parse_external)
7082 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7083 unnecessary cast.
7084 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7085
7086 2019-06-16 Tom Tromey <tom@tromey.com>
7087
7088 * tui/tui-data.c (tui_alloc_generic_win_info)
7089 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7090 checks.
7091
7092 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7093 Andrew Burgess <andrew.burgess@embecosm.com>
7094
7095 * f-typeprint.c (f_print_type): Don't return early for not
7096 associated or not allocated types.
7097 (f_type_print_varspec_suffix): Add print_rank parameter and print
7098 ranks of array types in case they dangling.
7099 (f_type_print_base): Add print_rank parameter.
7100
7101 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7102
7103 * NEWS: Mention new MI commands.
7104 * break-catch-throw.c (enum exception_event_kind): Move to
7105 breakpoint.h.
7106 (print_mention_exception_catchpoint): Output text as a single
7107 message.
7108 (catch_exception_command_1): Rename to...
7109 (catch_exception_event): ...this, make non-static, update header
7110 command, and change some parameter types.
7111 (catch_catch_command): Update for changes to
7112 catch_exception_command_1.
7113 (catch_throw_command): Likewise.
7114 (catch_rethrow_command): Likewise.
7115 * breakpoint.c (enum exception_event_kind): Delete.
7116 * breakpoint.h (enum exception_event_kind): Moved here from
7117 break-catch-throw.c.
7118 (catch_exception_event): Declare.
7119 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7120 (mi_cmd_catch_throw): New function.
7121 (mi_cmd_catch_rethrow): New function.
7122 (mi_cmd_catch_catch): New function.
7123 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7124 'catch-catch' entries.
7125 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7126 (mi_cmd_catch_rethrow): Declare.
7127 (mi_cmd_catch_catch): Declare.
7128
7129 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * annotate.c (annotate_source_line): Change return type to void,
7132 update implementation to match.
7133 * annotate.h (annotate_source_line): Change return type to void,
7134 update header comment.
7135 * stack.c (print_frame_info): Don't change what frame information
7136 is printed based on whether annotations are on or not.
7137
7138 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7141 (annotate_source): Make static.
7142 (annotate_source_line): Moved from source.c and renamed from
7143 identify_source_line. Update the return type.
7144 * annotate.h (annotate_source): Delete declaration.
7145 (annotate_source_line): Declaration moved from source.h, and
7146 renamed from identify_source_line. Return type updated.
7147 * source.c (identify_source_line): Moved to annotate.c and renamed
7148 to annotate_source_line.
7149 (info_line_command): Remove check of annotation_level.
7150 * source.h (identify_source_line): Move declaration to annotate.h
7151 and rename to annotate_source_line.
7152 * stack.c: Add 'annotate.h' include.
7153 (print_frame_info): Remove check of annotation_level before
7154 calling annotate_source_line.
7155
7156 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * source-cache.c (source_cache::get_plain_source_lines): Use
7159 open_source_file_with_line_charpos instead of just
7160 open_source_file, remove call to find_source_lines.
7161 (source_cache::get_source_lines): Likewise.
7162 * source.c (find_source_lines): Make static.
7163 (get_filename_and_charpos): Renamed into...
7164 (open_source_file_with_line_charpos): ..this along with changes to
7165 return a scoped_fd, and some other minor clean ups.
7166 (identify_source_line): Use open_source_file_with_line_charpos.
7167 (search_command_helper): Use open_source_file_with_line_charpos
7168 instead of just open_source_file, remove call to
7169 find_source_lines.
7170 * source.h (open_source_file_with_line_charpos): Declare new
7171 function.
7172 (find_source_lines): Delete declaration.
7173
7174 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * source.c (get_filename_and_charpos): Remove fullname
7177 parameter.
7178 (identify_source_line): Update call to get_filename_and_charpos.
7179
7180 2019-06-14 Tom Tromey <tromey@adacore.com>
7181
7182 PR gdb/24502:
7183 * ui-style.h (skip_ansi_escape): Update comment.
7184 * ui-file.h (class no_terminal_escape_file): New class.
7185 * ui-file.c (no_terminal_escape_file::write)
7186 (no_terminal_escape_file::puts): New methods.
7187 * cli/cli-logging.c (handle_redirections): Use
7188 no_terminal_escape_file.
7189
7190 2019-06-14 Tom Tromey <tromey@adacore.com>
7191
7192 * NEWS: Move convenience variable news above Python news.
7193
7194 2019-06-14 Tom Tromey <tom@tromey.com>
7195
7196 * gnulib: Move directory to top-level.
7197 * configure.ac: Don't configure gnulib.
7198 * configure: Rebuild.
7199 * common/common-defs.h: Use new path to gnulib.
7200 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7201 (GNULIB_H): Remove.
7202 (INCGNU): Look in new gnulib location.
7203 (HFILES_NO_SRCDIR): Remove gnulib files.
7204 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7205 (generated_files): Remove GNULIB_H.
7206 ($(LIBGNU), all-lib): Remove targets.
7207 (distclean): Don't mention GNULIB_BUILDDIR.
7208 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7209
7210 2019-06-14 Tom Tromey <tromey@adacore.com>
7211
7212 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7213 Warn if symbol file does not provide any symbols.
7214
7215 2019-06-14 Tom Tromey <tromey@adacore.com>
7216
7217 * source.c (find_and_open_source): Respect basenames_may_differ.
7218
7219 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7220
7221 * annotate.c (annotate_breakpoints_invalid): Make use of
7222 scoped_restore_terminal_state.
7223 (annotate_frames_invalid): Likewise.
7224
7225 2019-06-14 Tom Tromey <tromey@adacore.com>
7226
7227 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7228 allow assignment to an internalvar.
7229
7230 2019-06-14 Tom Tromey <tromey@adacore.com>
7231
7232 * ada-lex.l: Allow "_" in attribute names.
7233
7234 2019-06-14 Tom Tromey <tromey@adacore.com>
7235
7236 PR gdb/24653:
7237 * regcache.c (registers_changed): Don't call alloca.
7238 * top.c (execute_command): Don't call alloca.
7239
7240 2019-06-13 Pedro Alves <palves@redhat.com>
7241
7242 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7243 'expression'. When parsing an expression, error out if there's
7244 junk after "unlimited".
7245 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7246 (do_set_command): Adjust calls to is_unlimited_literal.
7247
7248 2019-06-13 Pedro Alves <palves@redhat.com>
7249
7250 * compile/compile.c (make_compile_options_def_group): Add braces
7251 around array_view initializer.
7252 * thread.c (make_thread_apply_all_options_def_group)
7253 (make_thread_apply_all_options_def_group): Likewise.
7254
7255 2019-06-13 Pedro Alves <palves@redhat.com>
7256
7257 * NEWS (New commands): Mention "maint test-options
7258 require-delimiter", "maint test-options unknown-is-error", "maint
7259 test-options unknown-is-operand" and "maint show
7260 test-options-completion-result".
7261 (New command options, command completion): New section.
7262 (Completion improvements): New section.
7263 Mention that you can abbreviate "unlimited".
7264
7265 2019-06-13 Pedro Alves <palves@redhat.com>
7266
7267 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7268 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7269 * unittests/cli-utils-selftests.c (test_parse_flags)
7270 (test_parse_flags_qcs): Delete.
7271 (test_cli_utils): Don't call deleted functions.
7272
7273 2019-06-13 Pedro Alves <palves@redhat.com>
7274
7275 * thread.c: Include "cli/cli-option.h".
7276 (tp_array_compar_ascending): Global.
7277 (tp_array_compar): Delete function.
7278 (tp_array_compar_ascending, tp_array_compar_descending): New
7279 functions.
7280 (ascending_option_def, qcs_flag_option_def)
7281 (thr_qcs_flags_option_defs)
7282 (make_thread_apply_all_options_def_group)
7283 (make_thread_apply_options_def_group): New.
7284 (thread_apply_all_command): Use gdb::option::process_options.
7285 (thread_apply_command_completer)
7286 (thread_apply_all_command_completer): New.
7287 (thread_apply_command): Use gdb::option::process_options.
7288 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7289 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7290 to generate help text of "thread apply". Adjust "taas"'s help.
7291 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7292 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7293
7294 2019-06-13 Pedro Alves <palves@redhat.com>
7295
7296 * thread.c (thread_apply_command): Check for invalid TID with
7297 isdigit instead of !isalpha.
7298
7299 2019-06-13 Pedro Alves <palves@redhat.com>
7300
7301 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7302 (validate_flags_qcs): New.
7303 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7304 (validate_flags_qcs): Declare.
7305 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7306 (make_frame_apply_options_def_group): New.
7307 (frame_apply_command_count): Process options with
7308 gdb::option::process_options.
7309 (frame_apply_completer): New.
7310 (frame_apply_level_completer, frame_apply_all_completer)
7311 (frame_apply_completer): New.
7312 (_initialize_stack): Update help of "frame apply", "frame apply
7313 level", "frame apply all" and "faas" to mention supported options
7314 and install command completers.
7315 * stack.h (frame_apply_all_completer): Declare.
7316 * thread.c: Include "stack.h".
7317 (tfaas_command): Add "--".
7318 (_initialize_thread): Update help "tfaas" to mention supported
7319 options and install command completer.
7320
7321 2019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * completer.c (complete_nested_command_line): New.
7324 (gdb_completion_word_break_characters_throw): Add assertion.
7325 * completer.h (complete_nested_command_line): Declare.
7326
7327 2019-06-13 Pedro Alves <palves@redhat.com>
7328
7329 * stack.c (parse_backtrace_qualifiers): New.
7330 (backtrace_command): Use it.
7331 (backtrace_command_completer): Complete on qualifiers.
7332
7333 2019-06-13 Pedro Alves <palves@redhat.com>
7334
7335 * frame.c: Include "cli/cli-option.h.
7336 (user_set_backtrace_options): New.
7337 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7338 Delete.
7339 (get_prev_frame): Adjust.
7340 (boolean_option_def, uinteger_option_def)
7341 (set_backtrace_option_defs): New.
7342 (_initialize_frame): Adjust and use
7343 gdb::option::add_setshow_cmds_for_options to install "set
7344 backtrace past-main" and "set backtrace past-entry".
7345 * frame.h: Include "cli/cli-option.h".
7346 (struct frame_print_options): Forward declare.
7347 (print_frame_arguments_all, print_frame_arguments_scalars)
7348 (print_frame_arguments_none): Declare.
7349 (print_entry_values): Delete declaration.
7350 (struct frame_print_options, user_frame_print_options): New.
7351 (struct set_backtrace_options): New.
7352 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7353 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7354 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7355 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7356 (list_args_or_locals): Add frame_print_options parameter.
7357 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7358 * python/py-framefilter.c (enumerate_args): Pass down
7359 USER_FRAME_PRINT_OPTIONS.
7360 * stack.c: Include "cli/cli-option.h".
7361 (print_frame_arguments_all, print_frame_arguments_scalars)
7362 (print_frame_arguments_none): Declare.
7363 (print_raw_frame_arguments, print_entry_values): Delete.
7364 (user_frame_print_options): New.
7365 (boolean_option_def, enum_option_def, frame_print_option_defs):
7366 New.
7367 (struct backtrace_cmd_options): New.
7368 (bt_flag_option_def): New.
7369 (backtrace_command_option_defs): New.
7370 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7371 (print_frame_arg, read_frame_arg, print_frame_args)
7372 (print_frame_info, print_frame): Add frame_print_options parameter
7373 and use it.
7374 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7375 (backtrace_command_1): Add frame_print_options and
7376 backtrace_cmd_options parameters and use them.
7377 (make_backtrace_options_def_group): New.
7378 (backtrace_command): Process command options with
7379 gdb::option::process_options.
7380 (backtrace_command_completer): New.
7381 (_initialize_stack): Extend "backtrace"'s help to mention
7382 supported options. Install completer for "backtrace".
7383 Install some settings commands with add_setshow_cmds_for_options.
7384
7385 2019-06-13 Pedro Alves <palves@redhat.com>
7386
7387 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7388 and that "set/show print raw frame-arguments" are now deprecated.
7389
7390 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7391 command.
7392 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7393 * stack.c (_initialize_stack): Install "set/show print
7394 raw-frame-arguments", and deprecate "set/show print raw
7395 frame-arguments".
7396 * valprint.c (_initialize_valprint): Deprecate "set/show print
7397 raw".
7398
7399 2019-06-13 Pedro Alves <palves@redhat.com>
7400
7401 * compile/compile.c (struct compile_options): New.
7402 (compile_flag_option_def, compile_command_option_defs)
7403 (make_compile_options_def_group): New.
7404 (compile_file_command): Handle options with
7405 gdb::option::process_options.
7406 (compile_file_command_completer): New function.
7407 (compile_code_command): Handle options with
7408 gdb::option::process_options.
7409 (compile_code_command_completer): New function.
7410 (_initialize_compiler): Install completers for "compile code" and
7411 "compile file". Mention available options in "compile code" and
7412 "compile code"'s help.
7413 * completer.c (advance_to_completion_word): New, factored out from
7414 ...
7415 (advance_to_expression_complete_word_point): ... this.
7416 (advance_to_filename_complete_word_point): New.
7417 * completer.h (advance_to_filename_complete_word_point): New
7418 declaration.
7419
7420 2019-06-13 Pedro Alves <palves@redhat.com>
7421
7422 * compile/compile.c: Include "cli/cli-option.h".
7423 (compile_print_value): Scope data pointer is now a
7424 value_print_options pointer; adjust.
7425 (compile_print_command): Process options. Scope data pointer is
7426 now a value_print_options pointer; adjust.
7427 (_initialize_compile): Update "compile print"'s help to include
7428 supported options. Install a completer for "compile print".
7429 * cp-valprint.c (show_vtblprint, show_objectprint)
7430 (show_static_field_print): Delete.
7431 (_initialize_cp_valprint): Don't install "set print
7432 static-members", "set print vtbl", "set print object" here.
7433 * printcmd.c: Include "cli/cli-option.h" and
7434 "common/gdb_optional.h".
7435 (print_command_parse_format): Rework to fill in a
7436 value_print_options instead of a format_data.
7437 (print_value): Change parameter type from format_data pointer to
7438 value_print_options reference. Adjust.
7439 (print_command_1): Process options. Adjust to pass down a
7440 value_print_options.
7441 (print_command_completer): New.
7442 (_initialize_printcmd): Install print_command_completer as
7443 handle_brkchars completer for the "print" command. Update
7444 "print"'s help to include supported options.
7445 * valprint.c: Include "cli/cli-option.h".
7446 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7447 here from cp-valprint.c.
7448 (boolean_option_def, uinteger_option_def)
7449 (value_print_option_defs, make_value_print_options_def_group):
7450 New. Use gdb::option::add_setshow_cmds_for_options to install
7451 "set print elements", "set print null-stop", "set print repeats",
7452 "set print pretty", "set print union", "set print array", "set
7453 print address", "set print symbol", "set print array-indexes".
7454 * valprint.h: Include <string> and "cli/cli-option.h".
7455 (make_value_print_options_def_group): Declare.
7456 (print_value): Change parameter type from format_data pointer to
7457 value_print_options reference.
7458 (print_command_completer): Declare.
7459
7460 2019-06-13 Pedro Alves <palves@redhat.com>
7461
7462 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7463 (COMMON_SFILES): Add maint-test-settings.c.
7464 * cli/cli-decode.c (boolean_enums): New global, factored out from
7465 ...
7466 (add_setshow_boolean_cmd): ... here.
7467 * cli/cli-decode.h (boolean_enums): Declare.
7468 * cli/cli-option.c: New file.
7469 * cli/cli-option.h: New file.
7470 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7471 factored out from ...
7472 (parse_cli_boolean_value(const char *)): ... this.
7473 (is_unlimited_literal): Change parameter type to pointer to
7474 pointer. Adjust and advance ARG pointer.
7475 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7476 (parse_cli_var_enum): New, factored out from ...
7477 (do_set_command): ... this. Adjust.
7478 * cli/cli-setshow.h (parse_cli_boolean_value)
7479 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7480 (parse_cli_var_enum): Declare.
7481 * cli/cli-utils.c: Include "cli/cli-option.h".
7482 (get_ulongest): New.
7483 * cli/cli-utils.h (get_ulongest): Declare.
7484 (check_for_argument): New overloads.
7485 * maint-test-options.c: New file.
7486
7487 2019-06-13 Pedro Alves <palves@redhat.com>
7488
7489 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7490 parse a range if "-" is at the end of the string.
7491
7492 2019-06-13 Pedro Alves <palves@redhat.com>
7493
7494 * cli/cli-setshow.c (parse_auto_binary_operation)
7495 (parse_cli_boolean_value): Don't allow "o".
7496
7497 2019-06-13 Pedro Alves <palves@redhat.com>
7498
7499 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7500 * NEWS: Mention maint test-settings KIND.
7501 * maint-test-settings.c: New file.
7502
7503 2019-06-13 Pedro Alves <palves@redhat.com>
7504
7505 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7506 completer.
7507 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7508 "set" completers.
7509
7510 2019-06-13 Pedro Alves <palves@redhat.com>
7511
7512 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7513 after item.
7514
7515 2019-06-13 Pedro Alves <palves@redhat.com>
7516
7517 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7518
7519 2019-06-13 Pedro Alves <palves@redhat.com>
7520
7521 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7522 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7523 call.
7524 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7525 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7526 calls.
7527 (check_for_argument): Skip spaces after argument.
7528
7529 2019-06-13 Pedro Alves <palves@redhat.com>
7530
7531 * thread.c (thread_apply_command): Adjust TID parsing.
7532 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7533 detected before end of string.
7534 (tid_is_in_list): Error out if LIST is invalid.
7535
7536 2019-06-13 Pedro Alves <palves@redhat.com>
7537
7538 * completer.c (complete_line_internal_1): Rewind completion word
7539 point.
7540 (completion_tracker::advance_custom_word_point_by): Change
7541 parameter type to int.
7542 * completer.h (completion_tracker::advance_custom_word_point_by):
7543 Likewise.
7544
7545 2019-06-13 Pedro Alves <palves@redhat.com>
7546
7547 * completer.c (advance_to_completion_word): Handle delimiters.
7548
7549 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7550
7551 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7552
7553 2019-06-11 Tom Tromey <tom@tromey.com>
7554
7555 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7556 (xmalloc_failed): Move to alloc.c.
7557 * alloc.c: New file.
7558 * Makefile.in (COMMON_SFILES): Add alloc.c.
7559
7560 2019-06-11 Tom Tromey <tom@tromey.com>
7561
7562 * nat/linux-waitpid.c: Don't include server.h.
7563 (linux_debug): Remove.
7564 (my_waitpid): Update.
7565
7566 2019-06-11 Tom Tromey <tromey@adacore.com>
7567
7568 * infcall.c (_initialize_infcall): Remove trailing newline from
7569 help.
7570 * user-regs.c (_initialize_user_regs): Remove trailing newline
7571 from help.
7572 * typeprint.c (_initialize_typeprint): Remove trailing newline
7573 from help.
7574 * reverse.c (_initialize_reverse): Remove trailing newlines from
7575 help.
7576 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7577 from help.
7578 * language.c (add_set_language_command): Remove trailing newline
7579 from help.
7580 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7581 help.
7582 * disasm.c (_initialize_disasm): Remove trailing newline from
7583 help.
7584 * top.c (init_main): Remove trailing newline from help.
7585 * interps.c (_initialize_interpreter): Remove trailing newline
7586 from help.
7587 * btrace.c (_initialize_btrace): Remove trailing newlines from
7588 help.
7589 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7590 from help.
7591 * python/python.c (_initialize_python): Remove trailing newline
7592 from help.
7593 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7594 help.
7595 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7596 from help. Reformat some text.
7597 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7598 from help.
7599 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7600 newline from help.
7601
7602 2019-06-11 Tom Tromey <tromey@adacore.com>
7603
7604 * darwin-nat.c (darwin_decode_exception_message)
7605 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7606
7607 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7608
7609 * valops.c (value_slice): Check for not allocated or not
7610 associated values.
7611
7612 2019-06-10 Tom de Vries <tdevries@suse.de>
7613
7614 PR gdb/24618
7615 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7616 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7617 invalid.
7618
7619 2019-06-10 Tom de Vries <tdevries@suse.de>
7620
7621 PR gdb/24611
7622 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7623 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7624
7625 2019-06-10 Tom de Vries <tdevries@suse.de>
7626
7627 PR symtab/24545
7628 * symtab.c (struct demangled_name_entry): Add language field.
7629 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7630 static minimal symbol". Set and use language field.
7631
7632 2019-06-10 Tom Tromey <tromey@adacore.com>
7633
7634 * ada-lang.c (_initialize_ada_language): Update help text.
7635
7636 2019-06-10 Tom Tromey <tromey@adacore.com>
7637
7638 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7639 with a newline.
7640 * guile/guile.c (handle_boot_error): Don't end warning with a
7641 newline.
7642 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7643 warning with a newline.
7644 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7645 newline.
7646 (s12z_frame_cache): Likewise.
7647 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7648 a newline.
7649 * solib-svr4.c (disable_probes_interface): Don't end warning with
7650 a newline.
7651 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7652 newline.
7653 * python/python.c (do_finish_initialization): Don't end warning
7654 with a newline.
7655
7656 2019-06-10 Tom Tromey <tom@tromey.com>
7657
7658 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7659 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7660 gdbpy_enter.
7661
7662 2019-06-10 Tom Tromey <tromey@adacore.com>
7663
7664 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7665 data.
7666 (elf_new_init): Don't call stabsread_new_init.
7667 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7668 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7669 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7670
7671 2019-06-10 Tom de Vries <tdevries@suse.de>
7672
7673 PR symtab/16264
7674 PR symtab/24517
7675 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7676
7677 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7678
7679 * source.c (find_and_open_source): Also rewrite relative file
7680 names.
7681
7682 2019-04-26 Amos Bird <amosbird@gmail.com>
7683
7684 * annotate.c (annotate_thread_exited): Add "thread-exited"
7685 annotation.
7686
7687 2019-06-06 Tom Tromey <tromey@adacore.com>
7688
7689 * maint.h (class scoped_command_stats): Use
7690 DISABLE_COPY_AND_ASSIGN.
7691 <print_time>: New method.
7692 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7693 print_time.
7694 (scoped_command_stats::print_time): New method.
7695
7696 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7697
7698 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7699 instructions of lengths 6 or 8 bytes.
7700
7701 2019-06-04 Pedro Alves <palves@redhat.com>
7702
7703 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7704
7705 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7706 * breakpoint.c (condition_completer): Likewise.
7707 * cli/cli-dump.c (scan_expression): Likewise.
7708 * common/filestuff.c (mkdir_recursive): Likewise.
7709 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7710 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7711 (gdb_abspath): Likewise.
7712 * compile/compile-cplus-types.c
7713 (compile_cplus_instance::decl_name): Likewise.
7714 * completer.c (complete_explicit_location):
7715 (signal_completer, reg_or_group_completer_1): Likewise.
7716 * cp-support.c (cp_remove_params_if_any): Likewise.
7717 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7718 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7719 * infcmd.c (strip_bg_char): Likewise.
7720 * linespec.c (copy_token_string): Likewise.
7721 * mi/mi-main.c (output_cores): Likewise.
7722 * psymtab.c (psymtab_search_name):
7723 * symfile.c (test_set_ext_lang_command): Likewise.
7724 * target.c (target_fileio_read_stralloc): Likewise.
7725 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7726 * value.c (complete_internalvar): Likewise.
7727
7728 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7729
7730 Add objfile property to gdb.Type.
7731 * NEWS: Mention Python API addition.
7732 * python/py-type.c (typy_get_objfile): New method.
7733
7734 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7735
7736 * NEWS: Mention the new set|show style [title|highlight].
7737 Mention changes to "show style", "help" and "apropos".
7738
7739 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7740
7741 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7742 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7743 instead of print_help_for_command.
7744 (print_doc_of_command): New function.
7745 (help_list): Add 'apropos -v word' suggestion.
7746 (print_help_for_command): Style the command name using title style.
7747 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7748 (_initialize_cli_cmds): Describe -v in apropos_command help.
7749
7750 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7751
7752 * cli/cli-style.h (cli_style_option): Add name in constructor,
7753 add m_name class member, add constructor with intensity,
7754 add name class function.
7755 (cli_style_option::add_setshow_commands): Remove name argument.
7756 (highlight_style, title_style): New styles.
7757 * cli/cli-style.c (do_show): New function that shows a style
7758 characteristic styling the style name with itself.
7759 (set_style_name): New function.
7760 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7761 Update all callers according to the changes in cli/cli-style.h.
7762 * utils.h (fputs_highlighted): New function.
7763 * utils.c (fputs_highlighted): Likewise.
7764
7765 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7766
7767 * NEWS: Mention new pipe command and new convenience variables.
7768
7769 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7770
7771 * cli/cli-cmds.c (pipe_command): New function.
7772 (_initialize_cli_cmds): Call add_com for pipe_command.
7773 Define | as an alias for pipe.
7774 (exit_status_set_internal_vars): New function.
7775 (shell_escape): Call exit_status_set_internal_vars.
7776 cli/cli-decode.c (find_command_name_length): Recognize | as
7777 a single character command.
7778
7779 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7780
7781 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7782 top.c (execute_command_to_ui_file): New function, mostly a copy
7783 of execute_command_to_string.
7784 (execute_command_to_string): Implement by calling
7785 execute_command_to_ui_file.
7786
7787 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7788
7789 * top.h (saved_command_line): Remove declaration.
7790 * top.c (previous_saved_command_line, previous_repeat_arguments):
7791 New variables.
7792 (saved_command_line): Make static, define together with other
7793 'repeat variables'.
7794 (dont_repeat): Clear repeat_arguments.
7795 (repeat_previous, get_saved_command_line, save_command_line):
7796 New functions.
7797 (gdb_init): Initialize saved_command_line
7798 and previous_saved_command_line.
7799 * main.c (captured_main_1): Remove saved_command_line initialization.
7800 * event-top.c (handle_line_of_input): Update to use
7801 the new 'repeat' related functions instead of direct access to
7802 saved_command_line.
7803 * command.h (repeat_previous, get_saved_command_line,
7804 save_command_line): New declarations.
7805 (dont_repeat): Add comment.
7806
7807 2019-05-30 Tom Tromey <tromey@adacore.com>
7808
7809 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7810 Fix comment.
7811 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7812
7813 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7814
7815 PR cli/24587
7816 * completer.c (complete): Initialize variable word.
7817
7818 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7819
7820 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7821 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7822 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7823 'body' is NULL to the outter 'if', protecting the '!is_define'
7824 situation as well.
7825
7826 2019-05-29 Tom Tromey <tromey@adacore.com>
7827
7828 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7829 (dwarf_unknown): New function.
7830 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7831 (dwarf_type_encoding_name): Use dwarf_unknown.
7832
7833 2019-05-29 Tom Tromey <tromey@adacore.com>
7834
7835 PR c++/20020:
7836 * cp-valprint.c (cp_print_value_fields): Call
7837 cp_print_static_field inside "try".
7838
7839 2019-05-29 Tom Tromey <tromey@adacore.com>
7840
7841 * inflow.c (struct terminal_info): Add default operator=.
7842 * configure: Rebuild.
7843 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7844 -Wdeprecated-copy-dtor, -Wredundant-move.
7845
7846 2019-05-29 Tom Tromey <tromey@adacore.com>
7847
7848 * NEWS: Add entry.
7849 * infcmd.c (print_return_value_1): Handle finish_print
7850 option.
7851 (show_print_finish): New function.
7852 (_initialize_infcmd): Add "set/show print finish" commands.
7853 * valprint.c (user_print_options): Initialize new member.
7854 * valprint.h (struct value_print_options) <finish_print>: New
7855 member.
7856
7857 2019-05-28 Tom Tromey <tromey@adacore.com>
7858
7859 * ada-lang.c (ada_remove_Xbn_suffix)
7860 (find_old_style_renaming_symbol)
7861 (parse_old_style_renaming): Remove.
7862 (ada_find_renaming_symbol): Don't call
7863 find_old_style_renaming_symbol.
7864 (ada_is_renaming_symbol): Rename from
7865 ada_find_renaming_symbol. Remove "block" parameter. Return
7866 bool. Now static.
7867 (ada_read_var_value): Update and simplify.
7868 * ada-exp.y (write_var_or_type): Remove old code.
7869
7870 2019-05-28 Alan Hayward <alan.hayward@arm.com>
7871
7872 PR gdb/25010
7873 * event-top.c: Remove include comment.
7874 * inflow.c (class scoped_ignore_sigttou): Move from here...
7875 * inflow.h (class scoped_ignore_sigttou): ...to here.
7876 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7877 * top.c: Remove include comment.
7878
7879 2019-05-27 Tom Tromey <tom@tromey.com>
7880
7881 * NEWS: Fix typo.
7882
7883 2019-05-22 Tom Tromey <tromey@adacore.com>
7884
7885 * target.c (target_follow_exec): Constify parameter.
7886 * target-delegates.c: Rebuild.
7887 * remote.c (remote_target::follow_exec): Constify parameter.
7888 * infrun.c (follow_exec): Constify parameter.
7889 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7890 (target_follow_exec): Likewise.
7891
7892 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7893
7894 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7895 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7896
7897 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7898
7899 * NEWS: Add debugredirect and testsuite sections.
7900
7901 2019-05-22 Simon Cook <simon.cook@embecosm.com>
7902
7903 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7904 target descriptions using exclusively floating point register name
7905 aliases.
7906
7907 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7908
7909 PR gdb/18644:
7910 * f-lang.c (build_fortran_types): Handle the case where
7911 gdbarch_floatformat_for_type returns a nullptr.
7912
7913 2019-05-21 Tom de Vries <tdevries@suse.de>
7914
7915 PR cli/24587
7916 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7917
7918 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7919
7920 PR gdb/18644:
7921 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7922 16-byte floats.
7923 * i386-tdep.c (i386_floatformat_for_type): Use
7924 floatformats_ia64_quad for the 16-byte floating point component
7925 within a fortran 32-byte complex number.
7926
7927 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7928
7929 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7930 delete default constructor.
7931 (find_partial_die): Update to return const struct.
7932 (partial_die_parent_scope): Move variable declaration into scope
7933 of its use and change its type to auto.
7934 (guess_partial_die_structure_name): Likewise.
7935 (partial_die_info::fixup): Likewise.
7936
7937 2019-05-17 Tom Tromey <tromey@adacore.com>
7938
7939 * source.c (find_and_open_source): Remove cast.
7940
7941 2019-05-17 Tom Tromey <tromey@adacore.com>
7942
7943 * annotate.c (annotate_source): Make "filename" const.
7944 * annotate.h (annotate_source): Use const.
7945
7946 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7947
7948 * disasm.c (set_disassembler_options): Send errors to stderr.
7949
7950 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7951
7952 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7953 (cli_interp_base::set_logging): Check debug_redirect.
7954 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7955 * cli/cli-logging.c (debug_redirect): Add static variable.
7956 (pop_output_files): Add default param.
7957 (handle_redirections): Print debug setting.
7958 (show_logging_command): Likewise.
7959 (_initialize_cli_logging): Add debugredirect command.
7960 * interps.c (current_interp_set_logging): Add debug_redirect
7961 parameter.
7962 * interps.h (set_logging): Add debug_redirect parameter.
7963 (current_interp_set_logging): Likewise.
7964 * mi/mi-common.h: Likewise.
7965 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7966
7967 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7968 Tom Tromey <tromey@adacore.com>
7969
7970 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7971 directly.
7972 * cli/cli-interp.h (make_logging_output): Remove declaration.
7973 * cli/cli-logging.c (make_logging_output): Remove function.
7974 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7975 directly.
7976 * ui-file.c (tee_file::tee_file): Remove bools.
7977 (tee_file::~tee_file): Remove deletes.
7978 * ui-file.h (tee_file): Remove bools.
7979
7980 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7981
7982 * mi/mi-cmds.h (mi_cmd_complete): New function.
7983 * mi/mi-main.c (mi_cmd_complete): Likewise.
7984 * mi/mi-cmds.c: Define new MI command -complete.
7985 * NEWS: Mention new -complete command.
7986
7987 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7988
7989 * completer.h (complete): New function.
7990 * completer.c (complete): Likewise.
7991 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7992 function defined in completer.h.
7993
7994 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7995
7996 * MAINTAINERS (Write After Approval): Add myself.
7997
7998 2019-05-17 Tom de Vries <tdevries@suse.de>
7999
8000 PR gdb/24094
8001 * dwarf2read.c (struct cu_partial_die_info): New struct.
8002 (find_partial_die): Return cu_partial_die_info.
8003 (partial_die_parent_scope, guess_partial_die_structure_name)
8004 (partial_die_info::fixup): Handle new return type of find_partial_die.
8005
8006 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8007
8008 PR breakpoints/24541
8009 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8010 "std::string", simplifying the algorithm.
8011
8012 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8013
8014 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8015 (stap_static_probe_ops::get_probes): Likewise.
8016
8017 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8018
8019 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8020 '-')" and "else if".
8021 (stap_parse_single_operand): Join checks for
8022 "gdbarch_stap_parse_special_token_p" and
8023 "gdbarch_stap_parse_special_token" in the same "if" statement.
8024 Invert check when verifying for operation on register
8025 displacement.
8026
8027 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8028
8029 * stap-probe.c (stap_get_opcode): Update comment.
8030 (stap_get_expected_argument_type): Likewise.
8031 (handle_stap_probe): Likewise.
8032
8033 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8034
8035 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8036 return type to 'bool'. Adjust comment. Use 'bool' when
8037 appropriate.
8038 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8039 * stap-probe.c (stap_parse_argument_1): Likewise.
8040 (stap_is_operator): Likewise.
8041 (stap_is_generic_prefix): Likewise.
8042 (stap_is_register_prefix): Likewise.
8043 (stap_is_register_indirection_prefix): Likewise.
8044 (stap_is_integer_prefix): Likewise.
8045 (stap_generic_check_suffix): Likewise.
8046 (stap_check_integer_suffix): Likewise.
8047 (stap_check_register_suffix): Likewise.
8048 (stap_check_register_indirection_suffix): Likewise.
8049 (stap_parse_register_operand): Likewise.
8050 (stap_parse_single_operand): Likewise.
8051 (stap_parse_argument_1): Likewise.
8052 (stap_probe::get_argument_count): Likewise.
8053 (stap_is_operator): Likewise.
8054
8055 2019-05-16 Tom Tromey <tromey@adacore.com>
8056
8057 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8058 keyword to foreach.
8059
8060 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8061
8062 * linux-thread-db.c (try_thread_db_load_1): Change return type
8063 to bool.
8064 (try_thread_db_load): Likewise.
8065 (try_thread_db_load_from_pdir_1): Likewise.
8066 (try_thread_db_load_from_pdir): Likewise.
8067 (try_thread_db_load_from_sdir): Likewise.
8068 (try_thread_db_load_from_dir): Likewise.
8069 (thread_db_load_search): Likewise.
8070 (has_libpthread): Likewise.
8071 (thread_db_load): Likewise.
8072
8073 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8074
8075 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8076 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8077 NULL, and complain/return if that's the case.
8078
8079 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8080
8081 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8082 (advance, posn, abstract_read_memory): New functions.
8083 [struct mem_read_abstraction]: New struct.
8084 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8085
8086 2019-05-14 Tom Tromey <tromey@adacore.com>
8087
8088 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8089 value is not lval_memory.
8090
8091 2019-05-14 Tom Tromey <tromey@adacore.com>
8092
8093 * solib.c (info_sharedlibrary_command): Style the file name.
8094
8095 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8096
8097 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8098 (aarch64_vnv_type): Likewise.
8099 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8100 * common/tdesc.c: Likewise.
8101 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8102 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8103 * features/aarch64-fpu.xml: Add ieee half view.
8104 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8105 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8106 * gdbtypes.h (struct builtin_type): Likewise.
8107 (struct objfile_type): Likewise.
8108
8109 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8110
8111 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8112 typo.
8113 * location.h (string_to_event_location): Likewise.
8114
8115 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8116
8117 GDB 8.3 released.
8118
8119 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8120
8121 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8122 New variable declaration.
8123 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8124 New variable.
8125 (print_one_breakpoint): Use ui_out::test_flags and new global
8126 variable to compute use_fixed_output.
8127 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8128 Remove.
8129 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8130 (mi_multi_location_breakpoint_output_fixed): Remove.
8131 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8132 new variable.
8133 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8134 fix_multi_location_breakpoint_output flag if version >= 3.
8135 * ui-out.h (enum ui_out_flag)
8136 <fix_multi_location_breakpoint_output>: New enumerator.
8137
8138 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8139
8140 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8141
8142 2019-05-10 Tom Tromey <tromey@adacore.com>
8143
8144 * ada-lang.c (catch_ada_completer): New function.
8145 (_initialize_ada_language): Use it.
8146
8147 2019-05-10 Tom Tromey <tromey@adacore.com>
8148
8149 * thread.c (print_thread_info): Make "requested_threads" const.
8150 * gdbthread.h (print_thread_info): Make "requested_threads"
8151 const.
8152 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8153 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8154
8155 2019-05-08 Tom Tromey <tom@tromey.com>
8156
8157 * gdbtypes.c (objfile_type_data): Change type.
8158 (objfile_type, _initialize_gdbtypes): Update.
8159
8160 2019-05-08 Tom Tromey <tom@tromey.com>
8161
8162 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8163 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8164 (_initialize_dwarf2_frame): Update.
8165
8166 2019-05-08 Tom Tromey <tom@tromey.com>
8167
8168 * objc-lang.c (objc_objfile_data): Change type.
8169 (find_methods): Update.
8170 (_initialize_objc_lang): Remove.
8171
8172 2019-05-08 Tom Tromey <tom@tromey.com>
8173
8174 * stabsread.c (rs6000_builtin_type_data): Change type.
8175 (rs6000_builtin_type, _initialize_stabsread): Update.
8176
8177 2019-05-08 Tom Tromey <tom@tromey.com>
8178
8179 * mips-tdep.c (mips_pdr_data): Remove.
8180 (_initialize_mips_tdep): Update.
8181
8182 2019-05-08 Tom Tromey <tom@tromey.com>
8183
8184 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8185 (hppa_init_objfile_priv_data, read_unwind_info)
8186 (find_unwind_entry, _initialize_hppa_tdep): Update.
8187
8188 2019-05-08 Tom Tromey <tom@tromey.com>
8189
8190 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8191 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8192 on obstack.
8193 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8194
8195 2019-05-08 Tom Tromey <tom@tromey.com>
8196
8197 * mdebugread.c (basic_type_data): Change type.
8198 (basic_type, _initialize_mdebugread): Update.
8199
8200 2019-05-08 Tom Tromey <tom@tromey.com>
8201
8202 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8203
8204 2019-05-08 Tom Tromey <tom@tromey.com>
8205
8206 * nto-tdep.c (nto_inferior_data_reg): Change type.
8207 (nto_inferior_data): Update.
8208 (nto_inferior_data_cleanup, nto_new_inferior_data)
8209 (_initialize_nto_tdep): Remove.
8210 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8211
8212 2019-05-08 Tom Tromey <tom@tromey.com>
8213
8214 * ada-lang.c (struct ada_inferior_data): Add initializers.
8215 (ada_inferior_data): Change type.
8216 (ada_inferior_data_cleanup): Remove.
8217 (get_ada_inferior_data, ada_inferior_exit)
8218 (struct ada_pspace_data): Add initializers, destructor.
8219 (ada_pspace_data_handle): Change type.
8220 (get_ada_pspace_data): Update.
8221 (ada_pspace_data_cleanup): Remove.
8222
8223 2019-05-08 Tom Tromey <tom@tromey.com>
8224
8225 * coffread.c (struct coff_symfile_info): Add initializers.
8226 (coff_objfile_data_key): Move lower. Change type.
8227 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8228 Update.
8229 (coff_free_info): Remove.
8230
8231 2019-05-08 Tom Tromey <tom@tromey.com>
8232
8233 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8234 (fbsd_pspace_data_handle): Move lower. Change type.
8235 (get_fbsd_pspace_data): Update.
8236 (fbsd_pspace_data_cleanup): Remove.
8237 (_initialize_fbsd_tdep): Update.
8238
8239 2019-05-08 Tom Tromey <tom@tromey.com>
8240
8241 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8242 (get_ada_tasks_pspace_data): Update.
8243 (ada_tasks_pspace_data_cleanup): Remove.
8244 (_initialize_tasks): Update.
8245 (ada_tasks_inferior_data_handle): Change type.
8246 (get_ada_tasks_inferior_data): Update.
8247 (ada_tasks_inferior_data_cleanup): Remove.
8248 (struct ada_tasks_pspace_data): Add initializers.
8249
8250 2019-05-08 Tom Tromey <tom@tromey.com>
8251
8252 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8253 * symfile-debug.c (debug_sym_get_probes): Change type.
8254 * stap-probe.c (handle_stap_probe):
8255 (stap_static_probe_ops::get_probes): Change type.
8256 * probe.h (class static_probe_ops) <get_probes>: Change type.
8257 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8258 (parse_probes_in_pspace): Update.
8259 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8260 Update.
8261 (any_static_probe_ops::get_probes): Change type.
8262 * elfread.c (elfread_data): New typedef.
8263 (probe_key): Change type.
8264 (elf_get_probes): Likewise. Update.
8265 (probe_key_free): Remove.
8266 (_initialize_elfread): Update.
8267 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8268 Change type.
8269 (dtrace_process_dof_probe, dtrace_process_dof)
8270 (dtrace_static_probe_ops::get_probe): Change type.
8271
8272 2019-05-08 Tom Tromey <tom@tromey.com>
8273
8274 * xcoffread.c (struct xcoff_symfile_info): Rename from
8275 coff_symfile_info. Add initializers.
8276 (xcoff_objfile_data_key): Move lower. Change type.
8277 (XCOFF_DATA): Rewrite.
8278 (xcoff_free_info): Remove.
8279 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8280 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8281 (xcoff_initial_scan): Update.
8282
8283 2019-05-08 Tom Tromey <tom@tromey.com>
8284
8285 * solib-svr4.c (struct svr4_info): Add initializers and
8286 destructor.
8287 <probes_table>: Now an htab_up.
8288 (solib_svr4_pspace_data): Change type.
8289 (free_probes_table): Simplify.
8290 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8291 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8292 (probes_table_remove_objfile_probes, register_solib_event_probe)
8293 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8294 (_initialize_svr4_solib): Update.
8295
8296 2019-05-08 Tom Tromey <tom@tromey.com>
8297
8298 * remote.c (remote_pspace_data): Change type.
8299 (remote_pspace_data_cleanup): Remove.
8300 (get_remote_exec_file, set_pspace_remote_exec_file)
8301 (_initialize_remote): Update.
8302
8303 2019-05-08 Tom Tromey <tom@tromey.com>
8304
8305 * breakpoint.c (breakpoint_objfile_key): Change type.
8306 (get_breakpoint_objfile_data): Update.
8307 (free_breakpoint_objfile_data): Remove.
8308 (_initialize_breakpoint): Update.
8309
8310 2019-05-08 Tom Tromey <tom@tromey.com>
8311
8312 * linux-tdep.c (struct linux_info): Add initializers.
8313 (linux_inferior_data): Move. Change type.
8314 (invalidate_linux_cache_inf): Update.
8315 (linux_inferior_data_cleanup): Remove.
8316 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8317
8318 2019-05-08 Tom Tromey <tom@tromey.com>
8319
8320 * auxv.c (auxv_inferior_data): Move. Change type.
8321 (auxv_inferior_data_cleanup): Remove.
8322 (invalidate_auxv_cache_inf): Rewrite.
8323 (get_auxv_inferior_data, _initialize_auxv): Update.
8324
8325 2019-05-08 Tom Tromey <tom@tromey.com>
8326
8327 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8328 (symfile_debug_objfile_data_key): Change type.
8329 (symfile_debug_installed, debug_qf_has_symbols)
8330 (debug_qf_find_last_source_symtab)
8331 (debug_qf_forget_cached_source_info)
8332 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8333 (debug_qf_print_stats, debug_qf_dump)
8334 (debug_qf_expand_symtabs_for_function)
8335 (debug_qf_expand_all_symtabs)
8336 (debug_qf_expand_symtabs_with_fullname)
8337 (debug_qf_map_matching_symbols)
8338 (debug_qf_expand_symtabs_matching)
8339 (debug_qf_find_pc_sect_compunit_symtab)
8340 (debug_qf_map_symbol_filenames)
8341 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8342 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8343 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8344 (debug_sym_read_linetable, debug_sym_relocate): Update.
8345 (symfile_debug_free_objfile): Remove.
8346 (install_symfile_debug_logging, _initialize_symfile_debug):
8347 Update.
8348
8349 2019-05-08 Tom Tromey <tom@tromey.com>
8350
8351 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8352 allocate_on_obstack.
8353 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8354 (get_dwarf2_per_objfile): Update.
8355 (set_dwarf2_per_objfile): Remove.
8356 (dwarf2_has_info, dwarf2_get_section_info): Update.
8357 (dwarf2_free_objfile): Remove.
8358 (_initialize_dwarf2_read): Update.
8359
8360 2019-05-08 Tom Tromey <tom@tromey.com>
8361
8362 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8363 initializers.
8364 <unsupported_script_warning_printed,
8365 script_not_found_warning_printed>: Now bool.
8366 (auto_load_pspace_data): Change type.
8367 (~auto_load_pspace_info): Rename from
8368 auto_load_pspace_data_cleanup.
8369 (get_auto_load_pspace_data, init_loaded_scripts_info)
8370 (clear_section_scripts, maybe_print_unsupported_script_warning)
8371 (maybe_print_script_not_found_warning, _initialize_auto_load):
8372 Update.
8373
8374 2019-05-08 Tom Tromey <tom@tromey.com>
8375
8376 * objfiles.c (objfile_pspace_info): Add destructor and
8377 initializers.
8378 (objfiles_pspace_data): Change type.
8379 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8380 (get_objfile_pspace_data): Update.
8381 (objfiles_bfd_data): Change type.
8382 (get_objfile_bfd_data): Update.
8383 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8384
8385 2019-05-08 Tom Tromey <tom@tromey.com>
8386
8387 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8388 Change type.
8389 (get_catch_syscall_inferior_data): Update.
8390 (catch_syscall_inferior_data_cleanup): Remove.
8391 (_initialize_break_catch_syscall): Update.
8392
8393 2019-05-08 Tom Tromey <tom@tromey.com>
8394
8395 * inflow.c (struct terminal_info): Add destructor and
8396 initializers.
8397 (inflow_inferior_data): Change type.
8398 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8399 (get_inflow_inferior_data, inflow_inferior_exit)
8400 (swap_terminal_info, _initialize_inflow): Update.
8401
8402 2019-05-08 Tom Tromey <tom@tromey.com>
8403
8404 * target-dcache.c (target_dcache_cleanup): Remove.
8405 (target_dcache_aspace_key): Change type.
8406 (target_dcache_init_p, target_dcache_invalidate)
8407 (target_dcache_get, target_dcache_get_or_init)
8408 (_initialize_target_dcache): Update.
8409 * dcache.h (struct dcache_deleter): New.
8410
8411 2019-05-08 Tom Tromey <tom@tromey.com>
8412
8413 * symtab.c (struct symbol_cache): Add destructor and
8414 initializers.
8415 (symbol_cache_key): Move. Change type.
8416 (make_symbol_cache, free_symbol_cache): Remove.
8417 (get_symbol_cache): Update.
8418 (symbol_cache_cleanup): Remove.
8419 (ALL_PSPACES, symbol_cache_flush)
8420 (maintenance_print_symbol_cache)
8421 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8422 Update.
8423
8424 2019-05-08 Tom Tromey <tom@tromey.com>
8425
8426 * symtab.c (struct main_info): Add destructor and initializers.
8427 (main_progspace_key): Move. Change type.
8428 (get_main_info): Update.
8429 (main_info_cleanup): Remove.
8430 (_initialize_symtab): Update.
8431
8432 2019-05-08 Tom Tromey <tom@tromey.com>
8433
8434 * registry.h (DECLARE_REGISTRY): Define the _key class.
8435
8436 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8437
8438 * NEWS: Merge two 'New commands' sections.
8439
8440 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8441
8442 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8443 parameter and use Ada language definition instead.
8444 (ada_val_print_ptr): Remove unused language parameter.
8445 (ada_val_print_num): Remove language parameter and use Ada language
8446 definition instead.
8447 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8448 parameter.
8449 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8450 parameter and use Ada language definition instead.
8451 (ada_val_print_1): Update all ada_val_print_xxx calls.
8452 Remove language parameter.
8453 (ada_val_print): Update ada_val_print_1 call.
8454
8455 2019-05-08 Tom Tromey <tromey@adacore.com>
8456
8457 * remote.c (remote_hw_watchpoint_limit)
8458 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8459 Now static.
8460
8461 2019-05-08 Tom Tromey <tromey@adacore.com>
8462
8463 * maint.c (_initialize_maint_cmds): Move initialization code to
8464 remote.c.
8465 (watchdog, show_watchdog): Move to remote.c.
8466 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8467 "watchdog" static.
8468 (_initialize_remote): Move initialization code from maint.c.
8469 * defs.h (watchdog): Don't declare.
8470
8471 2019-05-08 Tom Tromey <tromey@adacore.com>
8472
8473 * tui/tui-interp.c: Include main.h.
8474 * interps.c: Include main.h.
8475 * main.h (interpreter_p): Declare.
8476 * defs.h (interpreter_p): Don't declare.
8477
8478 2019-05-08 Tom Tromey <tromey@adacore.com>
8479
8480 * dwarf2loc.c: Include dwarf2read.h.
8481 * defs.h (read_unsigned_leb128): Don't declare.
8482 * dwarf2read.h (read_unsigned_leb128): Declare.
8483
8484 2019-05-08 Tom Tromey <tromey@adacore.com>
8485
8486 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8487 method.
8488
8489 2019-05-08 Tom Tromey <tromey@adacore.com>
8490
8491 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8492 when no wrap column is set.
8493
8494 2019-05-08 Tom Tromey <tromey@adacore.com>
8495
8496 * c-lang.c (c_get_string): Handle non-C-style arrays.
8497
8498 2019-05-08 Tom Tromey <tromey@adacore.com>
8499
8500 * typeprint.c (print_offset_data::update): Print the bit offset,
8501 not the number of bits remaining.
8502
8503 2019-05-08 Tom Tromey <tromey@adacore.com>
8504
8505 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8506 padding at end of comment.
8507
8508 2019-05-08 Tom Tromey <tromey@adacore.com>
8509
8510 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8511 Compare main types.
8512
8513 2019-05-06 Tom Tromey <tom@tromey.com>
8514
8515 * common/scoped_mmap.c: Include common-defs.h.
8516 * common/scoped_mmap.h: Don't include config.h.
8517
8518 2019-05-04 Tom Tromey <tom@tromey.com>
8519
8520 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8521 (struct aarch64_call_info): Add initializers.
8522 <si>: Now a std::vector.
8523 (pass_on_stack, aarch64_push_dummy_call): Update.
8524
8525 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8526 Tom Tromey <tom@tromey.com>
8527
8528 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8529 (ppc_threads): Now a std::vector. Now static.
8530 (hwdebug_find_thread_points_by_tid)
8531 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8532 Update.
8533
8534 2019-05-04 Tom Tromey <tom@tromey.com>
8535
8536 * arc-tdep.c (arc_tdesc_init): Return bool.
8537
8538 2019-05-04 Tom Tromey <tom@tromey.com>
8539
8540 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8541 Use gdb_assert_not_reached.
8542
8543 2019-05-04 Tom Tromey <tom@tromey.com>
8544
8545 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8546 "false".
8547
8548 2019-05-04 Tom Tromey <tom@tromey.com>
8549
8550 * arc-tdep.c (arc_tdesc_init): Use bool.
8551
8552 2019-05-04 Tom Tromey <tom@tromey.com>
8553
8554 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8555
8556 2019-05-04 Tom Tromey <tom@tromey.com>
8557
8558 * cli/cli-cmds.c (valid_command_p): Return bool.
8559
8560 2019-05-04 Tom Tromey <tom@tromey.com>
8561
8562 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8563 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8564
8565 2019-05-04 Raul Tambre <raul@tambre.ee>
8566
8567 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8568 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8569 operator for comparison.
8570
8571 2019-05-04 Tom Tromey <tom@tromey.com>
8572
8573 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8574 (lookup_partial_symbol, print_partial_symbols)
8575 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8576 (psymbol_compare): Update.
8577 (add_psymbol_to_bcache): Clear the entire psymbol.
8578 (maintenance_check_psymtabs): Update.
8579 * psympriv.h (struct partial_symbol): Don't derive from
8580 general_symbol_info.
8581 <obj_section, unrelocated_address, address,
8582 set_unrelocated_address>: Update.
8583 <ginfo>: New member.
8584 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8585 (debug_names::write_psymbols): Update.
8586
8587 2019-05-04 Tom de Vries <tdevries@suse.de>
8588
8589 * contrib/cc-with-tweaks.sh: Support -n arg.
8590
8591 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8592
8593 * corelow.c (core_target::detach): Ensure frame cache and
8594 register caches are cleared.
8595 inferior.c (exit_inferior_1): Likewise.
8596
8597 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8598 Tom Tromey <tom@tromey.com>
8599
8600 * dictionary.c (collate_pending_symbols_by_language): Remove
8601 "struct" from foreach.
8602 * symtab.c (lookup_global_symbol_from_objfile)
8603 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8604 foreach.
8605 * ser-tcp.c (net_open): Remove "struct" from foreach.
8606 * objfiles.c (objfile_relocate, objfile_rebase)
8607 (objfile_has_symbols): Remove "struct" from foreach.
8608 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8609 from foreach.
8610 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8611 foreach.
8612 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8613 "struct" from foreach.
8614 * ada-lang.c (create_excep_cond_exprs)
8615 (ada_exception_catchpoint_cond_string): Remove "struct" from
8616 foreach.
8617
8618 2019-05-03 Tom Tromey <tromey@adacore.com>
8619
8620 * ada-exp.y (convert_char_literal): Check suffix of each
8621 enumerator.
8622
8623 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8624
8625 PR ada/21406:
8626 * ada-exp.y (yywrap): Don't define.
8627 * ada-lex.l (%option): Add noyywrap
8628 (yywrap): Remove.
8629
8630 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8631
8632 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8633 _WIN32_WINNT to the XP level, unless already defined to a higher
8634 level.
8635
8636 * unittests/parse-connection-spec-selftests.c:
8637 * ser-tcp.c:
8638 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8639 override.
8640
8641 * symfile.c (find_separate_debug_file): Remove colon from the
8642 drive spec of DOS/Windows file names of the target, so that the
8643 file name produced from DEBUGDIR and the target's directory will
8644 be valid on DOS/Windows systems.
8645
8646 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8647
8648 * rust-lang.c (val_print_struct): Handle printing structures
8649 containing strings.
8650
8651 2019-05-02 Tom Tromey <tromey@adacore.com>
8652
8653 * valarith.c (_initialize_valarith): Remove.
8654
8655 2019-05-01 Tom Tromey <tromey@adacore.com>
8656
8657 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8658 bitfields.
8659
8660 2019-05-01 Tom Tromey <tromey@adacore.com>
8661
8662 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8663 for big-endian copies.
8664
8665 2019-04-30 Ali Tamur <tamur@google.com>
8666 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8667 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8668 (read_3_bytes): New function.
8669
8670 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8671
8672 * windows-nat.c (main_thread_id): Delete.
8673 (handle_output_debug_string): Replace main_thread_id by
8674 current_event.dwThreadId.
8675 (fake_create_process): Likewise.
8676 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8677 Do not set main_thread_id.
8678 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8679 current_event.dwThreadId.
8680 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8681
8682 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8683
8684 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8685 Use current_event.dwThreadId instead of main_thread_id.
8686
8687 2019-04-30 Tom Tromey <tromey@adacore.com>
8688
8689 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8690 (create_excep_cond_exprs): Iterate over program spaces.
8691 (ada_exception_catchpoint_cond_string): Examine all minimal
8692 symbols for exception types.
8693
8694 2019-04-30 Tom Tromey <tromey@adacore.com>
8695
8696 PR c++/24470:
8697 * dwarf2read.c (process_structure_scope): Handle case where type
8698 has template parameters but no symbol was created.
8699
8700 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8701 Chris January <chris.january@arm.com>
8702
8703 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8704 qualifier.
8705 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8706
8707 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8708
8709 * f-typeprint.c (f_print_type): Update rules for printing
8710 whitespace.
8711 (f_type_print_varspec_suffix): Likewise.
8712
8713 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8714 Chris January <chris.january@arm.com>
8715
8716 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8717 function arguments.
8718
8719 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8720
8721 * f-lang.c (build_fortran_types): Change name of void type to
8722 lower case.
8723 * f-typeprint.c (f_type_print_base): Print the name of the void
8724 type, rather than a fixed string.
8725 * f-valprint.c (f_decorations): Use lower case void string.
8726
8727 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8728 Chris January <chris.january@arm.com>
8729
8730 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8731 types for Fortran.
8732
8733 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8734 Chris January <chris.january@arm.com>
8735 David Lecomber <david.lecomber@arm.com>
8736
8737 * f-exp.y (BINOP_INTRINSIC): New token.
8738 (exp): New parser rule handling BINOP_INTRINSIC.
8739 (f77_keywords): Add new builtin procedures.
8740 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8741 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8742 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8743 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8744 (print_unop_subexp_f): New function.
8745 (print_binop_subexp_f): New function.
8746 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8747 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8748 (dump_subexp_body_f): Likewise.
8749 (operator_check_f): Likewise.
8750 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8751 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8752
8753 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8754
8755 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8756 UNOP_KIND.
8757 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8758 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8759 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8760 (operator_length_f): New fuction.
8761 (print_subexp_f): New function.
8762 (op_name_f): New function.
8763 (dump_subexp_body_f): New function.
8764 (operator_check_f): New function.
8765 (exp_descriptor_f): Replace standard expression handling functions
8766 with new functions.
8767 * gdb/fortran-operator.def: New file.
8768 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8769 * gdb/std-operator.def: Remove UNOP_KIND.
8770
8771 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8772
8773 * std-operator.def: Remove unbalanced, stray double quote
8774 character.
8775
8776 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8777 Chris January <chris.january@arm.com>
8778 Daniel Everett <daniel.everett@arm.com>
8779 Nick Forrington <nick.forrington@arm.com>
8780 Richard Bunt <richard.bunt@arm.com>
8781
8782 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8783 of depth when printing anonymous structs or unions.
8784 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8785 Don't print either the top-level value, or the children if the
8786 max-depth is exceeded.
8787 (ppscm_print_children): When printing the key of a map, allow one
8788 extra level of depth.
8789 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8790 print either the top-level value, or the children if the max-depth
8791 is exceeded.
8792 (print_children): When printing the key of a map, allow one extra
8793 level of depth.
8794 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8795 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8796 (user_print_options): Initialise max_depth field.
8797 (val_print_scalar_or_string_type_p): New function.
8798 (val_print): Check to see if the max depth has been reached.
8799 (val_print_check_max_depth): Define new function.
8800 (show_print_max_depth): New function.
8801 (_initialize_valprint): Add 'print max-depth' option.
8802 * valprint.h (struct value_print_options) <max_depth>: New field.
8803 (val_print_check_max_depth): Declare new function.
8804 * NEWS: Document new feature.
8805
8806 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8807
8808 * ada-lang.c (ada_language_defn): Initialise new field.
8809 * c-lang.c (c_is_string_type_p): New function.
8810 (c_language_defn): Initialise new field.
8811 (cplus_language_defn): Initialise new field.
8812 (asm_language_defn): Initialise new field.
8813 (minimal_language_defn): Initialise new field.
8814 * c-lang.h (c_is_string_type_p): Declare new function.
8815 * d-lang.c (d_language_defn): Initialise new field.
8816 * f-lang.c (f_is_string_type_p): New function.
8817 (f_language_defn): Initialise new field.
8818 * go-lang.c (go_is_string_type_p): New function.
8819 (go_language_defn): Initialise new field.
8820 * language.c (default_is_string_type_p): New function.
8821 (unknown_language_defn): Initialise new field.
8822 (auto_language_defn): Initialise new field.
8823 * language.h (struct language_defn) <la_is_string_type_p>: New
8824 member variable.
8825 (default_is_string_type_p): Declare new function.
8826 * m2-lang.c (m2_language_defn): Initialise new field.
8827 * objc-lang.c (objc_language_defn): Initialise new field.
8828 * opencl-lang.c (opencl_language_defn): Initialise new field.
8829 * p-lang.c (pascal_is_string_type_p): New function.
8830 (pascal_language_defn): Initialise new field.
8831 * rust-lang.c (rust_is_string_type_p): New function.
8832 (rust_language_defn): Initialise new field.
8833
8834 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8835
8836 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8837 New field.
8838 * ada-lang.c (ada_language_defn): Initialise new field.
8839 * c-lang.c (c_language_defn): Likewise.
8840 (cplus_language_defn): Likewise.
8841 (asm_language_defn): Likewise.
8842 (minimal_language_defn): Likewise.
8843 * d-lang.c (d_language_defn): Likewise.
8844 * f-lang.c (f_language_defn): Likewise.
8845 * go-lang.c (go_language_defn): Likewise.
8846 * language.c (unknown_language_defn): Likewise.
8847 (auto_language_defn): Likewise.
8848 * m2-lang.c (m2_language_defn): Likewise.
8849 * objc-lang.c (objc_language_defn): Likewise.
8850 * opencl-lang.c (opencl_language_defn): Likewise.
8851 * p-lang.c (pascal_language_defn): Likewise.
8852 * rust-lang.c (rust_language_defn): Likewise.
8853
8854 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8855
8856 * ada-lang.c (ada_is_character_type): Change return type to bool.
8857 (ada_is_string_type): Likewise.
8858 * ada-lang.h (ada_is_character_type): Update declaration
8859 (ada_is_string_type): Likewise.
8860
8861 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8862
8863 Support style in 'frame|thread apply'
8864
8865 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8866 * record.c (record_start, record_stop): Update callers of
8867 execute_command_to_string with false.
8868 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8869 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8870 methods.
8871 (class string_file): New constructor with term_out parameter.
8872 Override methods term_out and can_emit_style_escape. New member
8873 term_out.
8874 (class stdio_file): Override can_emit_style_escape.
8875 (class tee_file): Override term_out and can_emit_style_escape.
8876 * utils.h (can_emit_style_escape): Remove.
8877 * utils.c (can_emit_style_escape): Likewise.
8878 Update all callers of can_emit_style_escape (SOMESTREAM) to
8879 SOMESTREAM->can_emit_style_escape.
8880 * source-cache.c (source_cache::get_source_lines): Likewise.
8881 * stack.c (frame_apply_command_count): Call execute_command_to_string
8882 passing the term_out characteristic of the current gdb_stdout.
8883 * thread.c (thr_try_catch_cmd): Likewise.
8884 * top.c (execute_command_to_string): pass term_out parameter
8885 to construct the string_file for the command output.
8886 * ui-file.c (term_cli_styling): New function (most code moved
8887 from utils.c can_emit_style_escape).
8888 (string_file::string_file, string_file::can_emit_style_escape,
8889 stdio_file::can_emit_style_escape, tee_file::term_out,
8890 tee_file::can_emit_style_escape): New functions.
8891
8892 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8893
8894 * NEWS: Mention the new set|show may-call-functions.
8895 * infcall.c (may_call_functions_p): New variable.
8896 (show_may_call_functions_p): New function.
8897 (call_function_by_hand_dummy): Throws an error if not
8898 may-call-functions.
8899 (_initialize_infcall): Call add_setshow_boolean_cmd for
8900 may-call-functions.
8901
8902 2019-04-25 Keith Seitz <keiths@redhat.com>
8903
8904 PR c++/24367
8905 * cp-support.c (inspect_type): Don't attempt substitutions
8906 of symbol with the same name.
8907
8908 2019-04-25 Tom Tromey <tromey@adacore.com>
8909
8910 PR gdb/24475:
8911 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8912 static.
8913
8914 2019-04-25 Tom Tromey <tromey@adacore.com>
8915
8916 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8917 rvalue reference.
8918 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8919 (gdb_xml_parser::parse): Use std::move.
8920 * python/python-internal.h (gdbpy_convert_exception): Take a const
8921 reference.
8922 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8923 std::move.
8924 * python/py-utils.c (gdbpy_convert_exception): Take a const
8925 reference.
8926 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8927 Use std::move.
8928 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8929 Use std::move.
8930 * mi/mi-main.c (mi_print_exception): Take a const reference.
8931 * main.c (handle_command_errors): Take a const reference.
8932 * linespec.c (parse_linespec): Use std::move.
8933 * infcall.c (run_inferior_call): Use std::move.
8934 (call_function_by_hand_dummy): Use std::move.
8935 * exec.c (try_open_exec_file): Use std::move.
8936 * exceptions.h (exception_print, exception_fprintf)
8937 (exception_print_same): Update.
8938 * exceptions.c (print_exception, exception_print)
8939 (exception_fprintf, exception_print_same): Change parameters to
8940 const reference.
8941 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8942 * common/new-op.c: Use std::move.
8943 * common/common-exceptions.h (struct gdb_exception): Add move
8944 constructor.
8945 (struct gdb_exception_error, struct gdb_exception_quit, struct
8946 gdb_quit_bad_alloc): Change constructor to move constructor.
8947 (throw_exception): Change parameter to rvalue reference.
8948 * common/common-exceptions.c (throw_exception): Take rvalue
8949 reference.
8950 * cli/cli-interp.c (safe_execute_command): Use std::move.
8951 * breakpoint.c (insert_bp_location, location_to_sals): Use
8952 std::move.
8953
8954 2019-04-25 Tom Tromey <tromey@adacore.com>
8955
8956 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8957 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8958 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8959 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8960 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8961 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8962 guile/scm-value.c: Use unpack.
8963 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8964 gdbscm_gdb_exception.
8965 (gdbscm_throw_gdb_exception): Likewise.
8966 (struct gdbscm_gdb_exception): New.
8967 (unpack): New function.
8968 (gdbscm_wrap): Use unpack.
8969
8970 2019-04-25 Tom Tromey <tromey@adacore.com>
8971
8972 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8973 (gdb_rl_callback_handler): Use std::move.
8974 * common/common-exceptions.h (struct gdb_exception): Add move
8975 assignment operator.
8976 (throw_exception_sjlj): Change "exception" to const reference.
8977 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8978 (throw_exception_sjlj): Change "exception" to const reference.
8979
8980 2019-04-25 Tom Tromey <tromey@adacore.com>
8981
8982 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8983 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8984 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8985 Update.
8986 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8987 Update.
8988 * mi/mi-interp.c (mi_interp::exec): Update.
8989 * linespec.c (parse_linespec): Update.
8990 * infcall.c (run_inferior_call): Update.
8991 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8992 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8993 (gdbscm_lookup_global_symbol): Update.
8994 * guile/scm-param.c (gdbscm_parameter_value): Update.
8995 * guile/scm-frame.c (gdbscm_frame_read_register)
8996 (gdbscm_frame_read_var): Update.
8997 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8998 * exec.c (try_open_exec_file): Update.
8999 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9000 (gdb_rl_callback_handler): Update.
9001 * common/common-exceptions.h (exception_none): Don't declare.
9002 * common/common-exceptions.c (exception_none): Don't define.
9003 (struct catcher) <exception>: Update.
9004 * cli/cli-interp.c (safe_execute_command): Update.
9005 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9006
9007 2019-04-25 Ali Tamur <tamur@google.com>
9008
9009 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9010 (read_attribute_value): Likewise.
9011 (dwarf2_read_addr_index): Update comment.
9012 (read_str_index): Add DW_FORM_strx.
9013 (dwarf2_string_attr): Likewise.
9014 (dwarf2_const_value_attr): Likewise.
9015 (dump_die_shallow): Likewise.
9016 (dwarf2_fetch_constant_bytes): Likewise.
9017 (skip_form_bytes): Likewise.
9018 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9019
9020 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9021
9022 PR corefiles/11608
9023 PR corefiles/18187
9024 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9025 OFFSET. Verify if current mapping contains an ELF header.
9026 (linux_find_memory_regions_full): Adjust call to
9027 dump_mapping_p.
9028
9029 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9030 Kang Li <kanglictf@gmail.com>
9031
9032 PR gdb/21600
9033
9034 * dwarf2-frame.c (read_initial_length): Be consistent about using
9035 unsigned representation of length.
9036 (decode_frame_entry_1): Likewise. Check for wraparound of
9037 end pointer as well as buffer overflow.
9038
9039 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9040
9041 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9042 "vq".
9043
9044 2019-04-24 Tom Tromey <tromey@adacore.com>
9045
9046 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9047
9048 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9049
9050 * s12z-tdep.c (s12z_unwind_pc): Delete.
9051 (s12z_unwind_sp): Delete.
9052 (s12z_gdbarch_init): Don't register deleted functions with
9053 gdbarch.
9054
9055 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * rl78-tdep.c (rl78_unwind_sp): Delete.
9058 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9059
9060 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9063 (xstormy16_unwind_pc): Delete.
9064 (xstormy16_dummy_id): Delete.
9065 (xstormy16_gdbarch_init): Don't register deleted functions with
9066 gdbarch.
9067
9068 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * vax-tdep.c (vax_unwind_pc): Delete.
9071 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9072
9073 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * v850-tdep.c (v850_unwind_sp): Delete.
9076 (v850_unwind_pc): Delete.
9077 (v850_dummy_id): Delete.
9078 (v850_gdbarch_init): Don't register deleted functions with
9079 gdbarch.
9080
9081 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9082
9083 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9084 (tilegx_unwind_pc): Delete.
9085 (tilegx_unwind_dummy_id): Delete.
9086 (tilegx_gdbarch_init): Don't register deleted functions with
9087 gdbarch.
9088
9089 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9090
9091 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9092 (tic6x_dummy_id): Delete.
9093 (tic6x_gdbarch_init): Don't register deleted functions with
9094 gdbarch.
9095
9096 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9097
9098 * sparc-tdep.c (sparc_unwind_pc): Delete.
9099 (sparc32_gdbarch_init): Don't register deleted function with
9100 gdbarch.
9101
9102 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9103
9104 * sh-tdep.c (sh_unwind_sp): Delete.
9105 (sh_unwind_pc): Delete.
9106 (sh_dummy_id): Delete.
9107 (sh_gdbarch_init): Don't register deleted functions with
9108 gdbarch.
9109
9110 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9111
9112 * score-tdep.c (score_unwind_sp): Delete.
9113 (score_unwind_pc): Delete.
9114 (score_dummy_id): Delete.
9115 (score_gdbarch_init): Don't register deleted functions with
9116 gdbarch.
9117
9118 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9119
9120 * rx-tdep.c (rx_unwind_pc): Delete.
9121 (rx_unwind_sp): Delete.
9122 (rx_dummy_id): Delete.
9123 (rx_gdbarch_init): Don't register deleted functions with
9124 gdbarch. Update comment.
9125
9126 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9127
9128 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9129 (rs6000_dummy_id): Delete.
9130 (rs6000_gdbarch_init): Don't register deleted functions with
9131 gdbarch.
9132
9133 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9134
9135 * or1k-tdep.c (or1k_dummy_id): Delete.
9136 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9137
9138 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9139
9140 * nios2-tdep.c (nios2_dummy_id): Delete.
9141 (nios2_unwind_sp): Delete.
9142 (nios2_gdbarch_init): Don't register deleted functions with
9143 gdbarch.
9144
9145 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9146
9147 * nds32-tdep.c (nds32_dummy_id): Delete.
9148 (nds32_unwind_pc): Delete.
9149 (nds32_unwind_sp): Delete.
9150 (nds32_gdbarch_init): Don't register deleted functions with
9151 gdbarch.
9152
9153 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9154
9155 * msp430-tdep.c (msp430_unwind_pc): Delete.
9156 (msp430_unwind_sp): Delete.
9157 (msp430_dummy_id): Delete.
9158 (msp430_gdbarch_init): Don't register deleted functions with
9159 gdbarch.
9160
9161 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9162
9163 * moxie-tdep.c (moxie_unwind_sp): Delete.
9164 (moxie_unwind_pc): Delete.
9165 (moxie_dummy_id): Delete.
9166 (moxie_gdbarch_init): Don't register deleted functions with
9167 gdbarch.
9168
9169 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9170
9171 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9172 (mn10300_unwind_pc): Delete.
9173 (mn10300_unwind_sp): Delete.
9174 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9175 mn10300_unwind_sp.
9176 (mn10300_frame_unwind_init): Don't register deleted functions with
9177 gdbarch.
9178
9179 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9180
9181 * mep-tdep.c (mep_unwind_pc): Delete.
9182 (mep_unwind_sp): Delete.
9183 (mep_dummy_id): Delete.
9184 (mep_gdbarch_init): Don't register deleted functions with
9185 gdbarch.
9186
9187 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9188
9189 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9190 (m68hc11_unwind_sp): Delete.
9191 (m68hc11_gdbarch_init): Don't register deleted functions with
9192 gdbarch.
9193
9194 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 * m32r-tdep.c (m32r_unwind_sp): Delete.
9197 (m32r_unwind_pc): Delete.
9198 (m32r_dummy_id): Delete.
9199 (m32r_gdbarch_init): Don't register deleted functions with
9200 gdbarch.
9201
9202 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9203
9204 * m32c-tdep.c (m32c_unwind_pc): Delete.
9205 (m32c_unwind_sp): Delete.
9206 (m32c_dummy_id): Delete.
9207 (m32c_gdbarch_init): Don't register deleted functions with
9208 gdbarch.
9209
9210 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9211
9212 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9213 (lm32_unwind_pc): Delete.
9214 (lm32_dummy_id): Delete.
9215 (lm32_gdbarch_init): Don't register deleted functions with
9216 gdbarch.
9217
9218 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9219
9220 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9221 (iq2000_unwind_pc): Delete.
9222 (iq2000_dummy_id): Delete.
9223 (iq2000_gdbarch_init): Don't register deleted functions with
9224 gdbarch.
9225
9226 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9227
9228 * nds32-tdep.c (nds32_type_align): Delete.
9229 (nds32_push_dummy_call): Use type_align instead.
9230
9231 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9232
9233 * arm-tdep.c (arm_type_align): Only handle vector override case.
9234 (arm_push_dummy_call): Use type_align.
9235 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9236
9237 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9238
9239 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9240 case.
9241 (pass_on_stack): Use type_align.
9242 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9243 function.
9244
9245 2019-04-23 Tom Tromey <tromey@adacore.com>
9246
9247 * dwarf2read.c (line_header::file_name_at): Remove unused
9248 overload.
9249
9250 2019-04-23 Tom de Vries <tdevries@suse.de>
9251
9252 PR gdb/24438
9253 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9254 invocation.
9255
9256
9257 2019-03-27 Ali Tamur <tamur@google.com>
9258
9259 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9260 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9261 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9262 (dwarf_expr_context::get_addr_index): Likewise
9263 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9264 (symbol_needs_eval_context::get_addr_index): Likewise
9265 (disassemble_dwarf_expression): Add DW_OP_addrx
9266 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9267 (read_cutu_die_from_dwo): Update comment
9268 (skip_one_die): Add DW_FORM_addrx
9269 (read_attribute_value): Likewise
9270 (var_decode_location): Add DW_OP_addrx
9271 (dwarf2_const_value_attr): Add DW_FORM_addrx
9272 (dump_die_shallow): Likewise
9273 (dwarf2_fetch_constant_bytes): Likewise
9274 (decode_locdesc): Add DW_OP_addrx
9275 (skip_form_bytes): Add DW_FORM_addrx
9276
9277 2019-04-22 Ali Tamur <tamur@google.com>
9278
9279 * MAINTAINERS (Write After Approval): Add self.
9280
9281 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9282
9283 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9284 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9285 (open_symbol_file_object): Likewise.
9286 (svr4_default_sos): Add info parameter.
9287 (svr4_read_so_list): Likewise.
9288 (svr4_current_sos_direct): Adjust functions calls to pass down
9289 info.
9290 (svr4_current_sos_1): Add info parameter.
9291 (svr4_current_sos): Call get_svr4_info, pass info down to
9292 svr4_current_sos_1.
9293 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9294 get_svr4_info.
9295 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9296 get_svr4_info.
9297 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9298 to get_svr4_info.
9299 (probes_table_remove_objfile_probes): Likewise.
9300 (register_solib_event_probe): Add info parameter.
9301 (solist_update_incremental): Pass info parameter down to
9302 svr4_read_so_list.
9303 (disable_probes_interface): Add info parameter.
9304 (svr4_handle_solib_event): Pass current_program_space to
9305 get_svr4_info. Adjust disable_probes_interface cleanup.
9306 (svr4_create_probe_breakpoints): Add info parameter, pass it
9307 down to register_solib_event_probe.
9308 (svr4_create_solib_event_breakpoints): Add info parameter,
9309 pass it down to svr4_create_probe_breakpoints.
9310 (enable_break): Pass info down to
9311 svr4_create_solib_event_breakpoints.
9312 (svr4_solib_create_inferior_hook): Pass current_program_space to
9313 get_svr4_info.
9314 (svr4_clear_solib): Likewise.
9315
9316 2019-04-22 Pedro Alves <palves@redhat.com>
9317
9318 * solib-svr4.c (svr4_free_objfile_observer): New.
9319 (probe_and_action::objfile): New field.
9320 (probes_table_htab_remove_objfile_probes)
9321 (probes_table_remove_objfile_probes): New functions.
9322 (register_solib_event_probe): Add 'objfile' parameter. Store it
9323 in the new probe_and_action. Don't store the probe in 'lookup'.
9324 (svr4_create_probe_breakpoints): Pass objfile to
9325 register_solib_event_probe.
9326 (_initialize_svr4_solib): Register a free_objfile observer.
9327
9328 2019-04-19 Tom Tromey <tom@tromey.com>
9329
9330 * common/queue.h: Remove.
9331
9332 2019-04-19 Tom Tromey <tom@tromey.com>
9333
9334 * event-loop.c: Don't include "common/queue.h".
9335
9336 2019-04-19 Tom Tromey <tom@tromey.com>
9337
9338 * remote.c (remote_target): Use delete.
9339 * remote-notif.h: Include <list>, not "common/queue.h".
9340 (notif_client_p): Remove typedef.
9341 (remote_notif_state): Add constructor, destructor, initializer.
9342 <notif_queue>: Now a std::list.
9343 (remote_notif_state_xfree): Don't declare.
9344 * remote-notif.c (remote_notif_process, handle_notification)
9345 (remote_notif_state_allocate): Update.
9346 (~remote_notif_state): Rename from remote_notif_state_xfree.
9347
9348 2019-04-19 Tom Tromey <tom@tromey.com>
9349
9350 * symfile.c (reread_symbols): Update.
9351 * objfiles.c (objfile_register_static_link)
9352 (objfile_lookup_static_link): Update
9353 (~objfile) Don't delete static_links.
9354 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9355
9356 2019-04-19 Tom Tromey <tom@tromey.com>
9357
9358 * type-stack.h (struct type_stack) <insert>: Constify string.
9359 * type-stack.c (type_stack::insert): Constify string.
9360 * gdbtypes.h (lookup_template_type): Update.
9361 (address_space_name_to_int): Update.
9362 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9363 const.
9364 (lookup_template_type): Make name const.
9365 * c-exp.y: Update rules.
9366 (lex_one_token, classify_name, classify_inner_name)
9367 (c_print_token): Update.
9368 * p-exp.y: Update rules.
9369 (yylex): Update.
9370 * f-exp.y: Update rules.
9371 (yylex): Update.
9372 * d-exp.y: Update rules.
9373 (lex_one_token, classify_name, classify_inner_name): Update.
9374 * parse.c (write_dollar_variable, copy_name): Return std::string.
9375 * parser-defs.h (copy_name): Change return type.
9376 * m2-exp.y: Update rules.
9377 (yylex): Update.
9378 * go-exp.y (lex_one_token): Update.
9379 Update rules.
9380 (classify_unsafe_function, classify_packaged_name)
9381 (classify_name, yylex): Update.
9382
9383 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9384
9385 * configure.ac: add --enable-source-highlight switch.
9386 * configure: Regenerate.
9387 * top.c (print_gdb_version): plumb --enable-source-highlight
9388 status to "show configuration".
9389
9390 2019-04-19 Tom Tromey <tromey@adacore.com>
9391
9392 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9393 Check ADA_TYPE_P.
9394 (empty_record, ada_template_to_fixed_record_type_1)
9395 (template_to_static_fixed_type)
9396 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9397 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9398 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9399 macros.
9400
9401 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9402
9403 PR symtab/24423:
9404 * source.c (print_source_lines_base): Advance "iter" when a
9405 control character is seen.
9406
9407 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9408
9409 * inferior.h (struct infcall_suspend_state_deleter):
9410 Catch exception in destructor to avoid crash.
9411
9412 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9413
9414 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9415 close to the add_com "shell".
9416
9417 2019-04-18 Tom Tromey <tromey@adacore.com>
9418
9419 * process-stratum-target.h (class process_stratum_target)
9420 <stratum>: Add "final".
9421
9422 2019-04-17 Tom Tromey <tromey@adacore.com>
9423
9424 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9425 against nullptr before use.
9426
9427 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9428
9429 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9430
9431 2019-04-17 Jim Wilson <jimw@sifive.com>
9432 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9435 code read might fail, assume 4-byte breakpoint in that case.
9436
9437 2019-04-15 Leszek Swirski <leszeks@google.com>
9438
9439 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9440 rather than a hand-rolled POD check when checking for forced MEMORY
9441 classification.
9442
9443 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9444
9445 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9446 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9447 function.
9448 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9449 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9450 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9451 declaration.
9452
9453 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9454
9455 * aarch64-linux-nat.c
9456 (aarch64_linux_nat_target::thread_architecture): Add override.
9457 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9458 each VQ.
9459
9460 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9461
9462 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9463
9464 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9465
9466 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9467 target types of size 96-bits, add some additional comments, and
9468 check that the builtin type we found was the correct size.
9469
9470 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9471
9472 * utils.c (prompt_for_continue): Don't restore the styling at the
9473 end, as applied_style has the wrong value. This fixes styling in
9474 long lists of file names that are interrupted by the "Continue?"
9475 prompt.
9476
9477 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9478
9479 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9480 * c-lang.c (c_language_defn): Likewise.
9481 (cplus_language_defn): Likewise.
9482 (asm_language_defn): Likewise.
9483 (minimal_language_defn): Likewise.
9484 * d-lang.c (d_language_defn): Likewise.
9485 * f-lang.c (f_language_defn): Likewise.
9486 * go-lang.c (go_language_defn): Likewise.
9487 * language.c (unknown_language_defn): Likewise.
9488 (auto_language_defn): Likewise.
9489 * language.h (struct language_defn): Remove la_magic field.
9490 (LANG_MAGIC): Delete.
9491 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9492 * objc-lang.c (objc_language_defn): Likewise.
9493 * opencl-lang.c (opencl_language_defn): Likewise.
9494 * p-lang.c (pascal_language_defn): Likewise.
9495 * rust-lang.c (rust_language_defn): Likewise.
9496
9497 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9498
9499 * riscv-tdep.c (riscv_type_align): New function.
9500 (riscv_type_alignment): Delete.
9501 (riscv_arg_location): Use 'type_align'.
9502 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9503
9504 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9505
9506 * gdbtypes.c (type_align): A struct with no non-static fields also
9507 has alignment of 1.
9508
9509 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9510
9511 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9512 component to 0.
9513 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9514 member.
9515 (riscv_struct_info::analyse): New implementation using new
9516 analyse_inner member function.
9517 (riscv_struct_info::field_offset): New member function.
9518 (riscv_struct_info::m_offsets): New member variable.
9519 (riscv_struct_info::analyse_inner): New private member function,
9520 takes the old implementation of riscv_struct_info::analyse but
9521 extended to track field offsets.
9522 (riscv_call_arg_struct): Update the struct folding special cases
9523 to handle cases where empty C++ structs, which are non-zero
9524 length, are found.
9525 (riscv_arg_location): Initialise the length of each location, a
9526 non-zero length now indicates the location is in use.
9527 (riscv_push_dummy_call): Allow for the first location having a
9528 non-zero offset when setting up arguments.
9529 (riscv_return_value): Likewise, but for return values.
9530
9531 2019-04-11 Tom Tromey <tromey@adacore.com>
9532
9533 * utils.c (internal_vproblem): Make "msg" const.
9534
9535 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9536
9537 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9538 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9539 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9540 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9541
9542 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9543
9544 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9545 function.
9546 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9547 of amd64_collect_native_gregset.
9548 (amd64_linux_nat_target::store_registers): Likewise.
9549
9550 2019-04-10 Tom Tromey <tom@tromey.com>
9551
9552 * symtab.c (lookup_global_symbol_from_objfile)
9553 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9554 * objfiles.h (class separate_debug_iterator): New.
9555 (class separate_debug_range): New.
9556 (struct objfile) <separate_debug_objfiles>: New method.
9557 (objfile_separate_debug_iterate): Don't declare.
9558 * objfiles.c (separate_debug_iterator::operator++): Rename from
9559 objfile_separate_debug_iterate.
9560 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9561 iterator.
9562 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9563 iterator.
9564
9565 2019-04-10 Tom Tromey <tom@tromey.com>
9566
9567 * symfile.c (reread_symbols): Remove old comment.
9568 * objfiles.c (free_all_objfiles): Fix a typo.
9569
9570 2019-04-10 Tom Tromey <tom@tromey.com>
9571
9572 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9573 * minsyms.c (lookup_minimal_symbol): Use foreach.
9574 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9575 (lookup_minimal_symbol_solib_trampoline): Likewise.
9576 * symfile.c (reread_symbols): Use foreach.
9577
9578 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9579 Tom Tromey <tromey@adacore.com>
9580
9581 PR rust/24414:
9582 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9583 (rust_lex_int_test): Change "value" to be LONGEST.
9584 (rust_lex_tests): Add test for long integer literal.
9585
9586 2019-04-09 Tom Tromey <tromey@adacore.com>
9587
9588 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9589 to bool.
9590 (extended_remote_target::attach): Update.
9591 (remote_target::remote_notice_new_inferior): Update.
9592 (remote_target::add_current_inferior_and_thread): Update.
9593 * inferior.c (exit_inferior_1): Use "false".
9594 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9595
9596 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9597
9598 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9599 the "start" command.
9600
9601 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9602
9603 * python/py-inferior.c (infpy_thread_from_thread_handle):
9604 Adjust comments to reflect renaming of thread_from_thread_handle
9605 to thread_from_handle. Adjust keywords. Fix type error message.
9606 (inferior_object_methods): Add thread_from_handle. Retain
9607 thread_from_thread_handle, but mark it as deprecated.
9608
9609 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9610
9611 * gdbthread.h (find_thread_by_handle): Revise declaration.
9612 * thread.c (find_thread_by_handle): Likewise. Adjust
9613 implementation too.
9614 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9615 support for buffer objects as handles.
9616
9617 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9618
9619 * python/py-infthread.c (thpy_thread_handle): New function.
9620 (thread_object_methods): Register thpy_thread_handle.
9621
9622 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9623
9624 * gdbthread.h (thread_to_thread_handle): Declare.
9625 * thread.c (gdbtypes.h): Include.
9626 (thread_to_thread_handle): New function.
9627
9628 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9629 (target_thread_info_to_thread_handle): Declare.
9630 * target.c (target_thread_info_to_thread_handle): New function.
9631 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9632 * target-delegates.c: Regenerate.
9633
9634 * linux-thread-db.c (class thread_db_target): Add method
9635 thread_info_to_thread_handle.
9636 (thread_db_target::thread_info_to_thread_handle): Define.
9637 * remote.c (class remote_target): Add new method
9638 thread_info_to_thread_handle.
9639 (remote_target::thread_info_to_thread_handle): Define.
9640
9641 2019-04-08 Pedro Alves <palves@redhat.com>
9642
9643 * common/common-exceptions.c (throw_exception): Don't create
9644 named object to throw; throw directly.
9645 (throw_it): Likewise. Don't initialize gdb_exception::message
9646 here, with new; pass FMT and AP to the ctor instead.
9647 * common/common-exceptions.h: Include <string>.
9648 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9649 const char *, va_list)): New ctor. Use std::make_shared.
9650 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9651 errors)): Delete.
9652 (gdb_exception_error::gdb_exception_error(enum errors, const char
9653 *, va_list)): New.
9654 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9655 Add assertion.
9656 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9657 errors)): Delete.
9658 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9659 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9660 Add assertion.
9661
9662 2019-04-08 Tom Tromey <tom@tromey.com>
9663
9664 * valops.c (value_rtti_indirect_type): Replace throw_exception
9665 with throw.
9666 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9667 with throw.
9668 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9669 throw.
9670 * target.c (target_translate_tls_address): Replace throw_exception
9671 with throw.
9672 * stack.c (frame_apply_command_count): Replace throw_exception
9673 with throw.
9674 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9675 throw.
9676 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9677 with throw.
9678 * rs6000-tdep.c (rs6000_frame_cache)
9679 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9680 * remote.c: Replace throw_exception with throw.
9681 * record-full.c (record_full_message, record_full_wait_1)
9682 (record_full_restore): Replace throw_exception with throw.
9683 * record-btrace.c:
9684 (get_thread_current_frame_id, record_btrace_start_replaying)
9685 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9686 (cmd_record_btrace_start): Replace throw_exception with throw.
9687 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9688 throw.
9689 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9690 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9691 * linespec.c:
9692 (find_linespec_symbols): Replace throw_exception with throw.
9693 * infrun.c (displaced_step_prepare, resume): Replace
9694 throw_exception with throw.
9695 * infcmd.c (post_create_inferior): Replace throw_exception with
9696 throw.
9697 * inf-loop.c (inferior_event_handler): Replace throw_exception
9698 with throw.
9699 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9700 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9701 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9702 (get_prev_frame_always, get_frame_pc_if_available)
9703 (get_frame_address_in_block_if_available, get_frame_language):
9704 Replace throw_exception with throw.
9705 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9706 throw_exception with throw.
9707 * eval.c (fetch_subexp_value, evaluate_var_value)
9708 (evaluate_funcall, evaluate_subexp_standard): Replace
9709 throw_exception with throw.
9710 * dwarf2loc.c (call_site_find_chain)
9711 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9712 Replace throw_exception with throw.
9713 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9714 with throw.
9715 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9716 throw.
9717 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9718 * completer.c (complete_line_internal): Replace throw_exception
9719 with throw.
9720 * compile/compile-object-run.c (compile_object_run): Replace
9721 throw_exception with throw.
9722 * cli/cli-script.c (process_next_line): Replace throw_exception
9723 with throw.
9724 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9725 (btrace_enable, btrace_maint_update_pt_packets): Replace
9726 throw_exception with throw.
9727 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9728 throw_exception with throw.
9729 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9730 throw_exception with throw.
9731 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9732 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9733 * aarch64-tdep.c (aarch64_make_prologue_cache)
9734 (aarch64_make_stub_cache): Replace throw_exception with throw.
9735
9736 2019-04-08 Tom Tromey <tom@tromey.com>
9737
9738 * common/common-exceptions.c (throw_exception): Rename from
9739 throw_exception_cxx. Remove old copy. Make argument const.
9740 (throw_it): Create and throw exception objects directly.
9741 * common/common-exceptions.h (throw_exception): Make argument
9742 const.
9743 (struct gdb_exception_error): Add constructor.
9744 (struct gdb_exception_quit): Add constructor.
9745
9746 2019-04-08 Tom Tromey <tom@tromey.com>
9747
9748 * common/common-exceptions.h (exception_rethrow): Don't declare.
9749 (TRY_SJLJ): Update comment.
9750 (TRY, CATCH, END_CATCH): Remove.
9751 * common/common-exceptions.c (exception_rethrow): Remove.
9752
9753 2019-04-08 Tom Tromey <tom@tromey.com>
9754
9755 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9756 Remove.
9757 (gdb_exception_error): Rename from
9758 gdb_exception_RETURN_MASK_ERROR.
9759 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9760 (gdb_quit_bad_alloc): Update.
9761 * aarch64-tdep.c: Update.
9762 * ada-lang.c: Update.
9763 * ada-typeprint.c: Update.
9764 * ada-valprint.c: Update.
9765 * amd64-tdep.c: Update.
9766 * arch-utils.c: Update.
9767 * break-catch-throw.c: Update.
9768 * breakpoint.c: Update.
9769 * btrace.c: Update.
9770 * c-varobj.c: Update.
9771 * cli/cli-cmds.c: Update.
9772 * cli/cli-interp.c: Update.
9773 * cli/cli-script.c: Update.
9774 * common/common-exceptions.c: Update.
9775 * common/new-op.c: Update.
9776 * common/selftest.c: Update.
9777 * compile/compile-c-symbols.c: Update.
9778 * compile/compile-cplus-symbols.c: Update.
9779 * compile/compile-object-load.c: Update.
9780 * compile/compile-object-run.c: Update.
9781 * completer.c: Update.
9782 * corelow.c: Update.
9783 * cp-abi.c: Update.
9784 * cp-support.c: Update.
9785 * cp-valprint.c: Update.
9786 * darwin-nat.c: Update.
9787 * disasm-selftests.c: Update.
9788 * dtrace-probe.c: Update.
9789 * dwarf-index-cache.c: Update.
9790 * dwarf-index-write.c: Update.
9791 * dwarf2-frame-tailcall.c: Update.
9792 * dwarf2-frame.c: Update.
9793 * dwarf2loc.c: Update.
9794 * dwarf2read.c: Update.
9795 * eval.c: Update.
9796 * event-loop.c: Update.
9797 * event-top.c: Update.
9798 * exec.c: Update.
9799 * f-valprint.c: Update.
9800 * fbsd-tdep.c: Update.
9801 * frame-unwind.c: Update.
9802 * frame.c: Update.
9803 * gdbtypes.c: Update.
9804 * gnu-v3-abi.c: Update.
9805 * guile/guile-internal.h: Update.
9806 * guile/scm-block.c: Update.
9807 * guile/scm-breakpoint.c: Update.
9808 * guile/scm-cmd.c: Update.
9809 * guile/scm-disasm.c: Update.
9810 * guile/scm-frame.c: Update.
9811 * guile/scm-lazy-string.c: Update.
9812 * guile/scm-math.c: Update.
9813 * guile/scm-param.c: Update.
9814 * guile/scm-ports.c: Update.
9815 * guile/scm-pretty-print.c: Update.
9816 * guile/scm-symbol.c: Update.
9817 * guile/scm-symtab.c: Update.
9818 * guile/scm-type.c: Update.
9819 * guile/scm-value.c: Update.
9820 * i386-linux-tdep.c: Update.
9821 * i386-tdep.c: Update.
9822 * inf-loop.c: Update.
9823 * infcall.c: Update.
9824 * infcmd.c: Update.
9825 * infrun.c: Update.
9826 * jit.c: Update.
9827 * language.c: Update.
9828 * linespec.c: Update.
9829 * linux-fork.c: Update.
9830 * linux-nat.c: Update.
9831 * linux-tdep.c: Update.
9832 * linux-thread-db.c: Update.
9833 * main.c: Update.
9834 * mi/mi-cmd-break.c: Update.
9835 * mi/mi-cmd-stack.c: Update.
9836 * mi/mi-interp.c: Update.
9837 * mi/mi-main.c: Update.
9838 * objc-lang.c: Update.
9839 * p-valprint.c: Update.
9840 * parse.c: Update.
9841 * ppc-linux-tdep.c: Update.
9842 * printcmd.c: Update.
9843 * python/py-arch.c: Update.
9844 * python/py-breakpoint.c: Update.
9845 * python/py-cmd.c: Update.
9846 * python/py-finishbreakpoint.c: Update.
9847 * python/py-frame.c: Update.
9848 * python/py-framefilter.c: Update.
9849 * python/py-gdb-readline.c: Update.
9850 * python/py-inferior.c: Update.
9851 * python/py-infthread.c: Update.
9852 * python/py-lazy-string.c: Update.
9853 * python/py-linetable.c: Update.
9854 * python/py-objfile.c: Update.
9855 * python/py-param.c: Update.
9856 * python/py-prettyprint.c: Update.
9857 * python/py-progspace.c: Update.
9858 * python/py-record-btrace.c: Update.
9859 * python/py-record.c: Update.
9860 * python/py-symbol.c: Update.
9861 * python/py-type.c: Update.
9862 * python/py-unwind.c: Update.
9863 * python/py-utils.c: Update.
9864 * python/py-value.c: Update.
9865 * python/python.c: Update.
9866 * record-btrace.c: Update.
9867 * record-full.c: Update.
9868 * remote-fileio.c: Update.
9869 * remote.c: Update.
9870 * riscv-tdep.c: Update.
9871 * rs6000-aix-tdep.c: Update.
9872 * rs6000-tdep.c: Update.
9873 * rust-exp.y: Update.
9874 * rust-lang.c: Update.
9875 * s390-tdep.c: Update.
9876 * selftest-arch.c: Update.
9877 * solib-dsbt.c: Update.
9878 * solib-frv.c: Update.
9879 * solib-spu.c: Update.
9880 * solib-svr4.c: Update.
9881 * solib.c: Update.
9882 * sparc64-linux-tdep.c: Update.
9883 * stack.c: Update.
9884 * symfile-mem.c: Update.
9885 * symmisc.c: Update.
9886 * target.c: Update.
9887 * thread.c: Update.
9888 * top.c: Update.
9889 * tracefile-tfile.c: Update.
9890 * tui/tui.c: Update.
9891 * typeprint.c: Update.
9892 * unittests/cli-utils-selftests.c: Update.
9893 * unittests/parse-connection-spec-selftests.c: Update.
9894 * valops.c: Update.
9895 * valprint.c: Update.
9896 * value.c: Update.
9897 * varobj.c: Update.
9898 * windows-nat.c: Update.
9899 * x86-linux-nat.c: Update.
9900 * xml-support.c: Update.
9901
9902 2019-04-08 Tom Tromey <tom@tromey.com>
9903
9904 * xml-support.c: Use C++ exception handling.
9905 * x86-linux-nat.c: Use C++ exception handling.
9906 * windows-nat.c: Use C++ exception handling.
9907 * varobj.c: Use C++ exception handling.
9908 * value.c: Use C++ exception handling.
9909 * valprint.c: Use C++ exception handling.
9910 * valops.c: Use C++ exception handling.
9911 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9912 handling.
9913 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9914 * typeprint.c: Use C++ exception handling.
9915 * tui/tui.c: Use C++ exception handling.
9916 * tracefile-tfile.c: Use C++ exception handling.
9917 * top.c: Use C++ exception handling.
9918 * thread.c: Use C++ exception handling.
9919 * target.c: Use C++ exception handling.
9920 * symmisc.c: Use C++ exception handling.
9921 * symfile-mem.c: Use C++ exception handling.
9922 * stack.c: Use C++ exception handling.
9923 * sparc64-linux-tdep.c: Use C++ exception handling.
9924 * solib.c: Use C++ exception handling.
9925 * solib-svr4.c: Use C++ exception handling.
9926 * solib-spu.c: Use C++ exception handling.
9927 * solib-frv.c: Use C++ exception handling.
9928 * solib-dsbt.c: Use C++ exception handling.
9929 * selftest-arch.c: Use C++ exception handling.
9930 * s390-tdep.c: Use C++ exception handling.
9931 * rust-lang.c: Use C++ exception handling.
9932 * rust-exp.y: Use C++ exception handling.
9933 * rs6000-tdep.c: Use C++ exception handling.
9934 * rs6000-aix-tdep.c: Use C++ exception handling.
9935 * riscv-tdep.c: Use C++ exception handling.
9936 * remote.c: Use C++ exception handling.
9937 * remote-fileio.c: Use C++ exception handling.
9938 * record-full.c: Use C++ exception handling.
9939 * record-btrace.c: Use C++ exception handling.
9940 * python/python.c: Use C++ exception handling.
9941 * python/py-value.c: Use C++ exception handling.
9942 * python/py-utils.c: Use C++ exception handling.
9943 * python/py-unwind.c: Use C++ exception handling.
9944 * python/py-type.c: Use C++ exception handling.
9945 * python/py-symbol.c: Use C++ exception handling.
9946 * python/py-record.c: Use C++ exception handling.
9947 * python/py-record-btrace.c: Use C++ exception handling.
9948 * python/py-progspace.c: Use C++ exception handling.
9949 * python/py-prettyprint.c: Use C++ exception handling.
9950 * python/py-param.c: Use C++ exception handling.
9951 * python/py-objfile.c: Use C++ exception handling.
9952 * python/py-linetable.c: Use C++ exception handling.
9953 * python/py-lazy-string.c: Use C++ exception handling.
9954 * python/py-infthread.c: Use C++ exception handling.
9955 * python/py-inferior.c: Use C++ exception handling.
9956 * python/py-gdb-readline.c: Use C++ exception handling.
9957 * python/py-framefilter.c: Use C++ exception handling.
9958 * python/py-frame.c: Use C++ exception handling.
9959 * python/py-finishbreakpoint.c: Use C++ exception handling.
9960 * python/py-cmd.c: Use C++ exception handling.
9961 * python/py-breakpoint.c: Use C++ exception handling.
9962 * python/py-arch.c: Use C++ exception handling.
9963 * printcmd.c: Use C++ exception handling.
9964 * ppc-linux-tdep.c: Use C++ exception handling.
9965 * parse.c: Use C++ exception handling.
9966 * p-valprint.c: Use C++ exception handling.
9967 * objc-lang.c: Use C++ exception handling.
9968 * mi/mi-main.c: Use C++ exception handling.
9969 * mi/mi-interp.c: Use C++ exception handling.
9970 * mi/mi-cmd-stack.c: Use C++ exception handling.
9971 * mi/mi-cmd-break.c: Use C++ exception handling.
9972 * main.c: Use C++ exception handling.
9973 * linux-thread-db.c: Use C++ exception handling.
9974 * linux-tdep.c: Use C++ exception handling.
9975 * linux-nat.c: Use C++ exception handling.
9976 * linux-fork.c: Use C++ exception handling.
9977 * linespec.c: Use C++ exception handling.
9978 * language.c: Use C++ exception handling.
9979 * jit.c: Use C++ exception handling.
9980 * infrun.c: Use C++ exception handling.
9981 * infcmd.c: Use C++ exception handling.
9982 * infcall.c: Use C++ exception handling.
9983 * inf-loop.c: Use C++ exception handling.
9984 * i386-tdep.c: Use C++ exception handling.
9985 * i386-linux-tdep.c: Use C++ exception handling.
9986 * guile/scm-value.c: Use C++ exception handling.
9987 * guile/scm-type.c: Use C++ exception handling.
9988 * guile/scm-symtab.c: Use C++ exception handling.
9989 * guile/scm-symbol.c: Use C++ exception handling.
9990 * guile/scm-pretty-print.c: Use C++ exception handling.
9991 * guile/scm-ports.c: Use C++ exception handling.
9992 * guile/scm-param.c: Use C++ exception handling.
9993 * guile/scm-math.c: Use C++ exception handling.
9994 * guile/scm-lazy-string.c: Use C++ exception handling.
9995 * guile/scm-frame.c: Use C++ exception handling.
9996 * guile/scm-disasm.c: Use C++ exception handling.
9997 * guile/scm-cmd.c: Use C++ exception handling.
9998 * guile/scm-breakpoint.c: Use C++ exception handling.
9999 * guile/scm-block.c: Use C++ exception handling.
10000 * guile/guile-internal.h: Use C++ exception handling.
10001 * gnu-v3-abi.c: Use C++ exception handling.
10002 * gdbtypes.c: Use C++ exception handling.
10003 * frame.c: Use C++ exception handling.
10004 * frame-unwind.c: Use C++ exception handling.
10005 * fbsd-tdep.c: Use C++ exception handling.
10006 * f-valprint.c: Use C++ exception handling.
10007 * exec.c: Use C++ exception handling.
10008 * event-top.c: Use C++ exception handling.
10009 * event-loop.c: Use C++ exception handling.
10010 * eval.c: Use C++ exception handling.
10011 * dwarf2read.c: Use C++ exception handling.
10012 * dwarf2loc.c: Use C++ exception handling.
10013 * dwarf2-frame.c: Use C++ exception handling.
10014 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10015 * dwarf-index-write.c: Use C++ exception handling.
10016 * dwarf-index-cache.c: Use C++ exception handling.
10017 * dtrace-probe.c: Use C++ exception handling.
10018 * disasm-selftests.c: Use C++ exception handling.
10019 * darwin-nat.c: Use C++ exception handling.
10020 * cp-valprint.c: Use C++ exception handling.
10021 * cp-support.c: Use C++ exception handling.
10022 * cp-abi.c: Use C++ exception handling.
10023 * corelow.c: Use C++ exception handling.
10024 * completer.c: Use C++ exception handling.
10025 * compile/compile-object-run.c: Use C++ exception handling.
10026 * compile/compile-object-load.c: Use C++ exception handling.
10027 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10028 * compile/compile-c-symbols.c: Use C++ exception handling.
10029 * common/selftest.c: Use C++ exception handling.
10030 * common/new-op.c: Use C++ exception handling.
10031 * cli/cli-script.c: Use C++ exception handling.
10032 * cli/cli-interp.c: Use C++ exception handling.
10033 * cli/cli-cmds.c: Use C++ exception handling.
10034 * c-varobj.c: Use C++ exception handling.
10035 * btrace.c: Use C++ exception handling.
10036 * breakpoint.c: Use C++ exception handling.
10037 * break-catch-throw.c: Use C++ exception handling.
10038 * arch-utils.c: Use C++ exception handling.
10039 * amd64-tdep.c: Use C++ exception handling.
10040 * ada-valprint.c: Use C++ exception handling.
10041 * ada-typeprint.c: Use C++ exception handling.
10042 * ada-lang.c: Use C++ exception handling.
10043 * aarch64-tdep.c: Use C++ exception handling.
10044
10045 2019-04-08 Tom Tromey <tom@tromey.com>
10046
10047 * xml-support.c (gdb_xml_parser::parse): Update.
10048 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10049 * value.c (show_convenience): Update.
10050 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10051 (test_parse_flags_qcs): Update.
10052 * thread.c (thr_try_catch_cmd): Update.
10053 * target.c (target_translate_tls_address): Update.
10054 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10055 (info_frame_command_core, frame_apply_command_count): Update.
10056 * rust-exp.y (rust_lex_exception_test): Update.
10057 * riscv-tdep.c (riscv_print_one_register_info): Update.
10058 * remote.c (remote_target::enable_btrace): Update.
10059 * record-btrace.c (record_btrace_enable_warn): Update.
10060 * python/py-utils.c (gdbpy_convert_exception): Update.
10061 * printcmd.c (do_one_display, print_variable_and_value): Update.
10062 * mi/mi-main.c (mi_print_exception): Update.
10063 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10064 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10065 * linux-nat.c (linux_nat_target::attach): Update.
10066 * linux-fork.c (class scoped_switch_fork_info): Update.
10067 * infrun.c (displaced_step_prepare): Update.
10068 * infcall.c (call_function_by_hand_dummy): Update.
10069 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10070 * gnu-v3-abi.c (print_one_vtable): Update.
10071 * frame.c (get_prev_frame_always): Update.
10072 * f-valprint.c (info_common_command_for_block): Update.
10073 * exec.c (try_open_exec_file): Update.
10074 * exceptions.c (print_exception, exception_print)
10075 (exception_fprintf, exception_print_same): Update.
10076 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10077 * dwarf-index-cache.c (index_cache::store)
10078 (index_cache::lookup_gdb_index): Update.
10079 * darwin-nat.c (maybe_cache_shell): Update.
10080 * cp-valprint.c (cp_print_value_fields): Update.
10081 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10082 (gcc_cplus_symbol_address): Update.
10083 * compile/compile-c-symbols.c (gcc_convert_symbol)
10084 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10085 * common/selftest.c: Update.
10086 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10087 a std::string.
10088 (exception_try_scope_entry, exception_try_scope_exit): Don't
10089 declare.
10090 (struct exception_try_scope): Remove.
10091 (TRY): Don't use exception_try_scope.
10092 (struct gdb_exception): Add constructor, operator=.
10093 <what>: New method.
10094 (struct gdb_exception_RETURN_MASK_ALL)
10095 (struct gdb_exception_RETURN_MASK_ERROR)
10096 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10097 (struct gdb_quit_bad_alloc): Update.
10098 * common/common-exceptions.c (exception_none): Change
10099 initializer.
10100 (struct catcher) <state, exception>: Initialize inline.
10101 <prev>: Remove member.
10102 (current_catcher): Remove.
10103 (catchers): New global.
10104 (exceptions_state_mc_init): Simplify.
10105 (catcher_pop): Remove.
10106 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10107 (try_scope_depth, exception_try_scope_entry)
10108 (exception_try_scope_exit): Remove.
10109 (throw_exception_sjlj): Update.
10110 (exception_messages, exception_messages_size): Remove.
10111 (throw_it): Simplify.
10112 (gdb_exception_sliced_copy): Remove.
10113 (throw_exception_cxx): Update.
10114 * cli/cli-script.c (script_from_file): Update.
10115 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10116 Update.
10117 * ada-valprint.c (ada_val_print): Update.
10118 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10119 (create_excep_cond_exprs): Update.
10120
10121 2019-04-08 Tom Tromey <tom@tromey.com>
10122
10123 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10124 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10125 (TRY, CATCH, END_CATCH): Remove some definitions.
10126 * common/common-exceptions.c: Don't use GDB_XCPT.
10127 (catcher_list_size): Remove.
10128 (throw_exception, throw_it): Simplify.
10129
10130 2019-04-05 Tom Tromey <tom@tromey.com>
10131
10132 Revert the header-sorting patch.
10133 * ft32-tdep.c: Revert.
10134 * frv-tdep.c: Revert.
10135 * frv-linux-tdep.c: Revert.
10136 * frame.c: Revert.
10137 * frame-unwind.c: Revert.
10138 * frame-base.c: Revert.
10139 * fork-child.c: Revert.
10140 * findvar.c: Revert.
10141 * findcmd.c: Revert.
10142 * filesystem.c: Revert.
10143 * filename-seen-cache.h: Revert.
10144 * filename-seen-cache.c: Revert.
10145 * fbsd-tdep.c: Revert.
10146 * fbsd-nat.h: Revert.
10147 * fbsd-nat.c: Revert.
10148 * f-valprint.c: Revert.
10149 * f-typeprint.c: Revert.
10150 * f-lang.c: Revert.
10151 * extension.h: Revert.
10152 * extension.c: Revert.
10153 * extension-priv.h: Revert.
10154 * expprint.c: Revert.
10155 * exec.h: Revert.
10156 * exec.c: Revert.
10157 * exceptions.c: Revert.
10158 * event-top.c: Revert.
10159 * event-loop.c: Revert.
10160 * eval.c: Revert.
10161 * elfread.c: Revert.
10162 * dwarf2read.h: Revert.
10163 * dwarf2read.c: Revert.
10164 * dwarf2loc.c: Revert.
10165 * dwarf2expr.h: Revert.
10166 * dwarf2expr.c: Revert.
10167 * dwarf2-frame.c: Revert.
10168 * dwarf2-frame-tailcall.c: Revert.
10169 * dwarf-index-write.h: Revert.
10170 * dwarf-index-write.c: Revert.
10171 * dwarf-index-common.c: Revert.
10172 * dwarf-index-cache.h: Revert.
10173 * dwarf-index-cache.c: Revert.
10174 * dummy-frame.c: Revert.
10175 * dtrace-probe.c: Revert.
10176 * disasm.h: Revert.
10177 * disasm.c: Revert.
10178 * disasm-selftests.c: Revert.
10179 * dictionary.c: Revert.
10180 * dicos-tdep.c: Revert.
10181 * demangle.c: Revert.
10182 * dcache.h: Revert.
10183 * dcache.c: Revert.
10184 * darwin-nat.h: Revert.
10185 * darwin-nat.c: Revert.
10186 * darwin-nat-info.c: Revert.
10187 * d-valprint.c: Revert.
10188 * d-namespace.c: Revert.
10189 * d-lang.c: Revert.
10190 * ctf.c: Revert.
10191 * csky-tdep.c: Revert.
10192 * csky-linux-tdep.c: Revert.
10193 * cris-tdep.c: Revert.
10194 * cris-linux-tdep.c: Revert.
10195 * cp-valprint.c: Revert.
10196 * cp-support.c: Revert.
10197 * cp-namespace.c: Revert.
10198 * cp-abi.c: Revert.
10199 * corelow.c: Revert.
10200 * corefile.c: Revert.
10201 * continuations.c: Revert.
10202 * completer.h: Revert.
10203 * completer.c: Revert.
10204 * complaints.c: Revert.
10205 * coffread.c: Revert.
10206 * coff-pe-read.c: Revert.
10207 * cli-out.h: Revert.
10208 * cli-out.c: Revert.
10209 * charset.c: Revert.
10210 * c-varobj.c: Revert.
10211 * c-valprint.c: Revert.
10212 * c-typeprint.c: Revert.
10213 * c-lang.c: Revert.
10214 * buildsym.c: Revert.
10215 * buildsym-legacy.c: Revert.
10216 * build-id.h: Revert.
10217 * build-id.c: Revert.
10218 * btrace.c: Revert.
10219 * bsd-uthread.c: Revert.
10220 * breakpoint.h: Revert.
10221 * breakpoint.c: Revert.
10222 * break-catch-throw.c: Revert.
10223 * break-catch-syscall.c: Revert.
10224 * break-catch-sig.c: Revert.
10225 * blockframe.c: Revert.
10226 * block.c: Revert.
10227 * bfin-tdep.c: Revert.
10228 * bfin-linux-tdep.c: Revert.
10229 * bfd-target.c: Revert.
10230 * bcache.c: Revert.
10231 * ax-general.c: Revert.
10232 * ax-gdb.h: Revert.
10233 * ax-gdb.c: Revert.
10234 * avr-tdep.c: Revert.
10235 * auxv.c: Revert.
10236 * auto-load.c: Revert.
10237 * arm-wince-tdep.c: Revert.
10238 * arm-tdep.c: Revert.
10239 * arm-symbian-tdep.c: Revert.
10240 * arm-pikeos-tdep.c: Revert.
10241 * arm-obsd-tdep.c: Revert.
10242 * arm-nbsd-tdep.c: Revert.
10243 * arm-nbsd-nat.c: Revert.
10244 * arm-linux-tdep.c: Revert.
10245 * arm-linux-nat.c: Revert.
10246 * arm-fbsd-tdep.c: Revert.
10247 * arm-fbsd-nat.c: Revert.
10248 * arm-bsd-tdep.c: Revert.
10249 * arch-utils.c: Revert.
10250 * arc-tdep.c: Revert.
10251 * arc-newlib-tdep.c: Revert.
10252 * annotate.h: Revert.
10253 * annotate.c: Revert.
10254 * amd64-windows-tdep.c: Revert.
10255 * amd64-windows-nat.c: Revert.
10256 * amd64-tdep.c: Revert.
10257 * amd64-sol2-tdep.c: Revert.
10258 * amd64-obsd-tdep.c: Revert.
10259 * amd64-obsd-nat.c: Revert.
10260 * amd64-nbsd-tdep.c: Revert.
10261 * amd64-nbsd-nat.c: Revert.
10262 * amd64-nat.c: Revert.
10263 * amd64-linux-tdep.c: Revert.
10264 * amd64-linux-nat.c: Revert.
10265 * amd64-fbsd-tdep.c: Revert.
10266 * amd64-fbsd-nat.c: Revert.
10267 * amd64-dicos-tdep.c: Revert.
10268 * amd64-darwin-tdep.c: Revert.
10269 * amd64-bsd-nat.c: Revert.
10270 * alpha-tdep.c: Revert.
10271 * alpha-obsd-tdep.c: Revert.
10272 * alpha-nbsd-tdep.c: Revert.
10273 * alpha-mdebug-tdep.c: Revert.
10274 * alpha-linux-tdep.c: Revert.
10275 * alpha-linux-nat.c: Revert.
10276 * alpha-bsd-tdep.c: Revert.
10277 * alpha-bsd-nat.c: Revert.
10278 * aix-thread.c: Revert.
10279 * agent.c: Revert.
10280 * addrmap.c: Revert.
10281 * ada-varobj.c: Revert.
10282 * ada-valprint.c: Revert.
10283 * ada-typeprint.c: Revert.
10284 * ada-tasks.c: Revert.
10285 * ada-lang.c: Revert.
10286 * aarch64-tdep.c: Revert.
10287 * aarch64-ravenscar-thread.c: Revert.
10288 * aarch64-newlib-tdep.c: Revert.
10289 * aarch64-linux-tdep.c: Revert.
10290 * aarch64-linux-nat.c: Revert.
10291 * aarch64-fbsd-tdep.c: Revert.
10292 * aarch64-fbsd-nat.c: Revert.
10293 * aarch32-linux-nat.c: Revert.
10294
10295 2019-04-05 Tom Tromey <tom@tromey.com>
10296
10297 * ft32-tdep.c: Sort headers.
10298 * frv-tdep.c: Sort headers.
10299 * frv-linux-tdep.c: Sort headers.
10300 * frame.c: Sort headers.
10301 * frame-unwind.c: Sort headers.
10302 * frame-base.c: Sort headers.
10303 * fork-child.c: Sort headers.
10304 * findvar.c: Sort headers.
10305 * findcmd.c: Sort headers.
10306 * filesystem.c: Sort headers.
10307 * filename-seen-cache.h: Sort headers.
10308 * filename-seen-cache.c: Sort headers.
10309 * fbsd-tdep.c: Sort headers.
10310 * fbsd-nat.h: Sort headers.
10311 * fbsd-nat.c: Sort headers.
10312 * f-valprint.c: Sort headers.
10313 * f-typeprint.c: Sort headers.
10314 * f-lang.c: Sort headers.
10315 * extension.h: Sort headers.
10316 * extension.c: Sort headers.
10317 * extension-priv.h: Sort headers.
10318 * expprint.c: Sort headers.
10319 * exec.h: Sort headers.
10320 * exec.c: Sort headers.
10321 * exceptions.c: Sort headers.
10322 * event-top.c: Sort headers.
10323 * event-loop.c: Sort headers.
10324 * eval.c: Sort headers.
10325 * elfread.c: Sort headers.
10326 * dwarf2read.h: Sort headers.
10327 * dwarf2read.c: Sort headers.
10328 * dwarf2loc.c: Sort headers.
10329 * dwarf2expr.h: Sort headers.
10330 * dwarf2expr.c: Sort headers.
10331 * dwarf2-frame.c: Sort headers.
10332 * dwarf2-frame-tailcall.c: Sort headers.
10333 * dwarf-index-write.h: Sort headers.
10334 * dwarf-index-write.c: Sort headers.
10335 * dwarf-index-common.c: Sort headers.
10336 * dwarf-index-cache.h: Sort headers.
10337 * dwarf-index-cache.c: Sort headers.
10338 * dummy-frame.c: Sort headers.
10339 * dtrace-probe.c: Sort headers.
10340 * disasm.h: Sort headers.
10341 * disasm.c: Sort headers.
10342 * disasm-selftests.c: Sort headers.
10343 * dictionary.c: Sort headers.
10344 * dicos-tdep.c: Sort headers.
10345 * demangle.c: Sort headers.
10346 * dcache.h: Sort headers.
10347 * dcache.c: Sort headers.
10348 * darwin-nat.h: Sort headers.
10349 * darwin-nat.c: Sort headers.
10350 * darwin-nat-info.c: Sort headers.
10351 * d-valprint.c: Sort headers.
10352 * d-namespace.c: Sort headers.
10353 * d-lang.c: Sort headers.
10354 * ctf.c: Sort headers.
10355 * csky-tdep.c: Sort headers.
10356 * csky-linux-tdep.c: Sort headers.
10357 * cris-tdep.c: Sort headers.
10358 * cris-linux-tdep.c: Sort headers.
10359 * cp-valprint.c: Sort headers.
10360 * cp-support.c: Sort headers.
10361 * cp-namespace.c: Sort headers.
10362 * cp-abi.c: Sort headers.
10363 * corelow.c: Sort headers.
10364 * corefile.c: Sort headers.
10365 * continuations.c: Sort headers.
10366 * completer.h: Sort headers.
10367 * completer.c: Sort headers.
10368 * complaints.c: Sort headers.
10369 * coffread.c: Sort headers.
10370 * coff-pe-read.c: Sort headers.
10371 * cli-out.h: Sort headers.
10372 * cli-out.c: Sort headers.
10373 * charset.c: Sort headers.
10374 * c-varobj.c: Sort headers.
10375 * c-valprint.c: Sort headers.
10376 * c-typeprint.c: Sort headers.
10377 * c-lang.c: Sort headers.
10378 * buildsym.c: Sort headers.
10379 * buildsym-legacy.c: Sort headers.
10380 * build-id.h: Sort headers.
10381 * build-id.c: Sort headers.
10382 * btrace.c: Sort headers.
10383 * bsd-uthread.c: Sort headers.
10384 * breakpoint.h: Sort headers.
10385 * breakpoint.c: Sort headers.
10386 * break-catch-throw.c: Sort headers.
10387 * break-catch-syscall.c: Sort headers.
10388 * break-catch-sig.c: Sort headers.
10389 * blockframe.c: Sort headers.
10390 * block.c: Sort headers.
10391 * bfin-tdep.c: Sort headers.
10392 * bfin-linux-tdep.c: Sort headers.
10393 * bfd-target.c: Sort headers.
10394 * bcache.c: Sort headers.
10395 * ax-general.c: Sort headers.
10396 * ax-gdb.h: Sort headers.
10397 * ax-gdb.c: Sort headers.
10398 * avr-tdep.c: Sort headers.
10399 * auxv.c: Sort headers.
10400 * auto-load.c: Sort headers.
10401 * arm-wince-tdep.c: Sort headers.
10402 * arm-tdep.c: Sort headers.
10403 * arm-symbian-tdep.c: Sort headers.
10404 * arm-pikeos-tdep.c: Sort headers.
10405 * arm-obsd-tdep.c: Sort headers.
10406 * arm-nbsd-tdep.c: Sort headers.
10407 * arm-nbsd-nat.c: Sort headers.
10408 * arm-linux-tdep.c: Sort headers.
10409 * arm-linux-nat.c: Sort headers.
10410 * arm-fbsd-tdep.c: Sort headers.
10411 * arm-fbsd-nat.c: Sort headers.
10412 * arm-bsd-tdep.c: Sort headers.
10413 * arch-utils.c: Sort headers.
10414 * arc-tdep.c: Sort headers.
10415 * arc-newlib-tdep.c: Sort headers.
10416 * annotate.h: Sort headers.
10417 * annotate.c: Sort headers.
10418 * amd64-windows-tdep.c: Sort headers.
10419 * amd64-windows-nat.c: Sort headers.
10420 * amd64-tdep.c: Sort headers.
10421 * amd64-sol2-tdep.c: Sort headers.
10422 * amd64-obsd-tdep.c: Sort headers.
10423 * amd64-obsd-nat.c: Sort headers.
10424 * amd64-nbsd-tdep.c: Sort headers.
10425 * amd64-nbsd-nat.c: Sort headers.
10426 * amd64-nat.c: Sort headers.
10427 * amd64-linux-tdep.c: Sort headers.
10428 * amd64-linux-nat.c: Sort headers.
10429 * amd64-fbsd-tdep.c: Sort headers.
10430 * amd64-fbsd-nat.c: Sort headers.
10431 * amd64-dicos-tdep.c: Sort headers.
10432 * amd64-darwin-tdep.c: Sort headers.
10433 * amd64-bsd-nat.c: Sort headers.
10434 * alpha-tdep.c: Sort headers.
10435 * alpha-obsd-tdep.c: Sort headers.
10436 * alpha-nbsd-tdep.c: Sort headers.
10437 * alpha-mdebug-tdep.c: Sort headers.
10438 * alpha-linux-tdep.c: Sort headers.
10439 * alpha-linux-nat.c: Sort headers.
10440 * alpha-bsd-tdep.c: Sort headers.
10441 * alpha-bsd-nat.c: Sort headers.
10442 * aix-thread.c: Sort headers.
10443 * agent.c: Sort headers.
10444 * addrmap.c: Sort headers.
10445 * ada-varobj.c: Sort headers.
10446 * ada-valprint.c: Sort headers.
10447 * ada-typeprint.c: Sort headers.
10448 * ada-tasks.c: Sort headers.
10449 * ada-lang.c: Sort headers.
10450 * aarch64-tdep.c: Sort headers.
10451 * aarch64-ravenscar-thread.c: Sort headers.
10452 * aarch64-newlib-tdep.c: Sort headers.
10453 * aarch64-linux-tdep.c: Sort headers.
10454 * aarch64-linux-nat.c: Sort headers.
10455 * aarch64-fbsd-tdep.c: Sort headers.
10456 * aarch64-fbsd-nat.c: Sort headers.
10457 * aarch32-linux-nat.c: Sort headers.
10458
10459 2019-04-04 Tom Tromey <tom@tromey.com>
10460
10461 * varobj.c (varobj_create): Update.
10462 * rust-exp.y (struct rust_parser) <update_innermost_block,
10463 lookup_symbol>: New methods.
10464 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10465 Rename.
10466 (rust_parser::rust_lookup_type)
10467 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10468 * printcmd.c (display_command, do_one_display): Update.
10469 * parser-defs.h (struct parser_state) <parser_state>: Add
10470 "tracker" parameter.
10471 (block_tracker): New member.
10472 (class innermost_block_tracker) <innermost_block_tracker>: Add
10473 "types" parameter.
10474 <reset>: Remove method.
10475 (innermost_block): Don't declare.
10476 (null_post_parser): Update.
10477 * parse.c (innermost_block): Remove global.
10478 (write_dollar_variable): Update.
10479 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10480 Remove "tracker_types" parameter.
10481 (parse_expression): Add "tracker" parameter.
10482 (parse_expression_for_completion): Update.
10483 (null_post_parser): Add "tracker" parameter.
10484 * p-exp.y: Update rules.
10485 * m2-exp.y: Update rules.
10486 * language.h (struct language_defn) <la_post_parser>: Add
10487 "tracker" parameter.
10488 * go-exp.y: Update rules.
10489 * f-exp.y: Update rules.
10490 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10491 parameter.
10492 * d-exp.y: Update rules.
10493 * c-exp.y: Update rules.
10494 * breakpoint.c (set_breakpoint_condition): Create an
10495 innermost_block_tracker.
10496 (watch_command_1): Likewise.
10497 * ada-lang.c (resolve): Add "tracker" parameter.
10498 (resolve_subexp): Likewise.
10499 * ada-exp.y (write_var_from_sym): Update.
10500
10501 2019-04-04 Tom Tromey <tom@tromey.com>
10502
10503 * type-stack.h: New file.
10504 * type-stack.c: New file.
10505 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10506 type-stack.h.
10507 (insert_into_type_stack, insert_type, push_type, push_type_int)
10508 (insert_type_address_space, pop_type, pop_type_int)
10509 (pop_typelist, pop_type_stack, append_type_stack)
10510 (push_type_stack, get_type_stack, push_typelist)
10511 (follow_type_instance_flags, follow_types): Don't declare.
10512 * parse.c (type_stack): Remove global.
10513 (parse_exp_in_context): Update.
10514 (insert_into_type_stack, insert_type, push_type, push_type_int)
10515 (insert_type_address_space, pop_type, pop_type_int)
10516 (pop_typelist, pop_type_stack, append_type_stack)
10517 (push_type_stack, get_type_stack, push_typelist)
10518 (follow_type_instance_flags, follow_types): Remove (moved to
10519 type-stack.c).
10520 * f-exp.y (type_stack): New global.
10521 Update rules.
10522 (push_kind_type, f_parse): Update.
10523 * d-exp.y (type_stack): New global.
10524 Update rules.
10525 (d_parse): Update.
10526 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10527 Update rules.
10528 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10529 (HFILES_NO_SRCDIR): Add type-stack.h.
10530
10531 2019-04-04 Tom Tromey <tom@tromey.com>
10532
10533 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10534 (rust_parser::convert_ast_to_expression, rust_parse)
10535 (rust_lex_test_completion, rust_lex_tests): Update.
10536 * parser-defs.h (struct expr_completion_state): New.
10537 (struct parser_state) <parser_state>: Add completion parameter.
10538 <mark_struct_expression, mark_completion_tag>: New methods.
10539 <parse_completion, m_completion_state>: New members.
10540 (prefixify_expression, null_post_parser): Update.
10541 (mark_struct_expression, mark_completion_tag): Don't declare.
10542 * parse.c (parse_completion, expout_last_struct)
10543 (expout_tag_completion_type, expout_completion_name): Remove
10544 globals.
10545 (parser_state::mark_struct_expression)
10546 (parser_state::mark_completion_tag): Now methods.
10547 (prefixify_expression): Add last_struct parameter.
10548 (prefixify_subexp): Likewise.
10549 (parse_exp_1): Update.
10550 (parse_exp_in_context): Add cstate parameter. Update.
10551 (parse_expression_for_completion): Create an
10552 expr_completion_state.
10553 (null_post_parser): Add "completion" parameter.
10554 * p-exp.y: Update rules.
10555 (yylex): Update.
10556 * language.h (struct language_defn) <la_post_parser>: Add
10557 "completing" parameter.
10558 * go-exp.y: Update rules.
10559 (lex_one_token): Update.
10560 * expression.h (parse_completion): Don't declare.
10561 * d-exp.y: Update rules.
10562 (lex_one_token): Update rules.
10563 * c-exp.y: Update rules.
10564 (lex_one_token): Update.
10565 * ada-lang.c (resolve): Add "parse_completion" parameter.
10566 (resolve_subexp): Likewise.
10567 (ada_resolve_function): Likewise.
10568
10569 2019-04-04 Tom Tromey <tom@tromey.com>
10570
10571 * parser-defs.h (struct parser_state) <start_arglist,
10572 end_arglist>: New methods.
10573 <arglist_len, m_funcall_chain>: New members.
10574 (arglist_len, start_arglist, end_arglist): Don't declare.
10575 * parse.c (arglist_len, funcall_chain): Remove global.
10576 (start_arglist, end_arglist): Remove functions.
10577 (parse_exp_in_context): Update.
10578 * p-exp.y: Update rules.
10579 * m2-exp.y: Update rules.
10580 * go-exp.y: Update rules.
10581 * f-exp.y: Update rules.
10582 * d-exp.y: Update rules.
10583 * c-exp.y: Update rules.
10584
10585 2019-04-04 Tom Tromey <tom@tromey.com>
10586
10587 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10588 lex_operator, push_back>: New methods.
10589 Update all rules.
10590 (rust_parser::lex_hex, lex_escape): Rename and update.
10591 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10592 (rust_parser::lex_operator): Rename and update.
10593 (rust_parser::lex_number, rustyylex, rustyyerror)
10594 (rust_lex_test_init, rust_lex_test_sequence)
10595 (rust_lex_test_push_back, rust_lex_tests): Update.
10596 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10597 parameter.
10598 <lexptr, prev_lexptr>: New members.
10599 (lexptr, prev_lexptr): Don't declare.
10600 * parse.c (lexptr, prev_lexptr): Remove globals.
10601 (parse_exp_in_context): Update.
10602 * p-exp.y (yylex, yyerror): Update.
10603 * m2-exp.y (parse_number, yylex, yyerror): Update.
10604 * go-exp.y (lex_one_token, yyerror): Update.
10605 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10606 * d-exp.y (lex_one_token, yyerror): Update.
10607 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10608 (lex_one_token, yyerror): Update.
10609 * ada-lex.l (YY_INPUT): Update.
10610 (rewind_to_char): Update.
10611 * ada-exp.y (yyerror): Update.
10612
10613 2019-04-04 Tom Tromey <tom@tromey.com>
10614
10615 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10616 * parser-defs.h (struct parser_state) <parser_state>: Add new
10617 parameter.
10618 <comma_terminates>: New member.
10619 (comma_terminates): Don't declare global.
10620 * parse.c (comma_terminates): Remove global.
10621 (parse_exp_in_context): Update.
10622 * p-exp.y (yylex): Update.
10623 * m2-exp.y (yylex): Update.
10624 * go-exp.y (lex_one_token): Update.
10625 * f-exp.y (yylex): Update.
10626 * d-exp.y (lex_one_token): Update.
10627 * c-exp.y (lex_one_token): Update.
10628 * ada-lex.l: Update.
10629
10630 2019-04-04 Tom Tromey <tom@tromey.com>
10631
10632 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10633 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10634 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10635 * parser-defs.h (paren_depth): Don't declare.
10636 * parse.c (paren_depth): Remove global.
10637 (parse_exp_in_context): Update.
10638 * p-exp.y (paren_depth): New global.
10639 (pascal_parse): Initialize it.
10640 * m2-exp.y (paren_depth): New global.
10641 (m2_parse): Initialize it.
10642 * go-exp.y (paren_depth): New global.
10643 (go_parse): Initialize it.
10644 * f-exp.y (paren_depth): New global.
10645 (f_parse): Initialize it.
10646 * d-exp.y (paren_depth): New global.
10647 (d_parse): Initialize it.
10648 * c-exp.y (paren_depth): New global.
10649 (c_parse): Initialize it.
10650 * ada-lex.l (paren_depth): New global.
10651 (lexer_init): Initialize it.
10652
10653 2019-04-04 Tom Tromey <tom@tromey.com>
10654
10655 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10656 (rust_parser::convert_ast_to_type)
10657 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10658 * parser-defs.h (struct parser_state) <parser_state>: Add
10659 parameters. Initialize new members.
10660 <expression_context_block, expression_context_pc>: New members.
10661 * parse.c (expression_context_block, expression_context_pc):
10662 Remove globals.
10663 (parse_exp_in_context): Update.
10664 * p-exp.y: Update all rules.
10665 (yylex): Update.
10666 * m2-exp.y: Update all rules.
10667 (yylex): Update.
10668 * go-exp.y (yylex): Update.
10669 * f-exp.y (yylex): Update.
10670 * d-exp.y: Update all rules.
10671 (yylex): Update.
10672 * c-exp.y: Update all rules.
10673 (lex_one_token, classify_name, yylex, c_parse): Update.
10674 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10675
10676 2019-04-04 Tom Tromey <tom@tromey.com>
10677
10678 * gdbarch.h, gdbarch.c: Rebuild.
10679 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10680 * stap-probe.h:
10681 (struct stap_parse_info): Replace "parser_state" with
10682 "expr_builder".
10683 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10684 (parser_state): New class.
10685 * parse.c (expr_builder): Rename.
10686 (expr_builder::release): Rename.
10687 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10688 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10689 (write_exp_elt_longcst, write_exp_elt_floatcst)
10690 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10691 (write_exp_string_vector, write_exp_bitstring)
10692 (write_exp_msymbol, mark_struct_expression)
10693 (write_dollar_variable)
10694 (insert_type_address_space, increase_expout_size): Replace
10695 "parser_state" with "expr_builder".
10696 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10697 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10698 "parser_state" with "expr_builder".
10699
10700 2019-04-04 Tom Tromey <tom@tromey.com>
10701
10702 * rust-exp.y: Replace "parse_language" with method call.
10703 * p-exp.y:
10704 (yylex): Replace "parse_language" with method call.
10705 * m2-exp.y:
10706 (yylex): Replace "parse_language" with method call.
10707 * go-exp.y (classify_name): Replace "parse_language" with method
10708 call.
10709 * f-exp.y (yylex): Replace "parse_language" with method call.
10710 * d-exp.y (lex_one_token): Replace "parse_language" with method
10711 call.
10712 * c-exp.y:
10713 (lex_one_token, classify_name, yylex): Replace "parse_language"
10714 with method call.
10715 * ada-exp.y (find_primitive_type, type_char)
10716 (type_system_address): Replace "parse_language" with method call.
10717
10718 2019-04-04 Tom Tromey <tom@tromey.com>
10719
10720 * rust-exp.y: Replace "parse_gdbarch" with method call.
10721 * parse.c (write_dollar_variable, insert_type_address_space):
10722 Replace "parse_gdbarch" with method call.
10723 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10724 call.
10725 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10726 call.
10727 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10728 "parse_gdbarch" with method call.
10729 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10730 with method call.
10731 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10732 "parse_gdbarch" with method call.
10733 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10734 "parse_gdbarch" with method call.
10735 * c-exp.y (parse_type, parse_number, classify_name): Replace
10736 "parse_gdbarch" with method call.
10737 * ada-lex.l: Replace "parse_gdbarch" with method call.
10738 * ada-exp.y (parse_type, find_primitive_type, type_char)
10739 (type_system_address): Replace "parse_gdbarch" with method call.
10740
10741 2019-04-04 Tom Tromey <tom@tromey.com>
10742
10743 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10744 * stap-probe.c (stap_parse_argument): Update.
10745 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10746 initial_size parameter.
10747 * rust-exp.y (rust_lex_tests): Update.
10748 * parse.c (parser_state): Update.
10749 (parse_exp_in_context): Update.
10750 * parser-defs.h (struct parser_state) <parser_state>: Remove
10751 "initial_size" parameter.
10752
10753 2019-04-04 Tom Tromey <tom@tromey.com>
10754
10755 * parser-defs.h (increase_expout_size): Don't declare.
10756 * parse.c (increase_expout_size): Now static.
10757
10758 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10759
10760 * gnu-nat.c (gnu_nat_target::wait): Fix
10761 target_waitstatus_to_string call.
10762
10763 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10764
10765 * eval.c (evaluate_subexp_standard): Handle internal functions
10766 during Fortran function call handling.
10767
10768 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10769
10770 * NEWS: Mention new internal functions.
10771 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10772 (read_base_type): Use dwarf2_init_complex_target_type.
10773 * value.c (creal_internal_fn): New function.
10774 (cimag_internal_fn): New function.
10775 (_initialize_values): Register new internal functions.
10776
10777 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10778
10779 * infrun.c (stop_all_threads): If debug_infrun, always
10780 trace the wait status after wait_one, using
10781 target_waitstatus_to_string and target_pid_to_str.
10782 (handle_inferior_event): Replace various trace of
10783 wait status kind by a single trace.
10784 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10785 wait status kind image by target_waitstatus_to_string.
10786 * target/waitstatus.c (target_waitstatus_to_string): Fix
10787 obsolete comment.
10788
10789 2019-04-01 Tom Tromey <tromey@adacore.com>
10790
10791 PR symtab/23331:
10792 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10793
10794 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10795 Pedro Alves <palves@redhat.com>
10796
10797 * top.c (quit_force): Call 'finalize_values'.
10798 * value.c (finalize_values): New function.
10799 * value.h (finalize_values): Declare.
10800
10801 2019-03-30 Eli Zaretskii <eliz@gnu.org>
10802
10803 * NEWS: Announce $_gdb_major and $_gdb_minor.
10804
10805 * top.c (init_gdb_version_vars): New function.
10806 (gdb_init): Call init_gdb_version_vars.
10807
10808 2019-03-29 Tom Tromey <tromey@adacore.com>
10809
10810 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10811 help text. Remove dead code.
10812
10813 2019-03-29 Keith Seitz <keiths@redhat.com>
10814
10815 From Siddhesh Poyarekar:
10816 * f-lang.h (f77_get_upperbound): Return LONGEST.
10817 (f77_get_lowerbound): Likewise.
10818 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10819 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10820 print them.
10821 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10822 plongest to format print it.
10823 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10824 (f77_get_upperbound): Likewise.
10825 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10826 LOWER_BOUND to LONGEST.
10827 (f77_create_arrayprint_offset_tbl): Likewise.
10828
10829 2019-03-29 Keith Seitz <keiths@redhat.com>
10830
10831 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10832 %s/pulongest for TYPE_LENGTH instead of %d in format
10833 strings.
10834 * ada-typerint.c (ada_print_type): Likewise.
10835 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10836 * compile/compile-c-support.c (generate_register_struct): Likewise.
10837 * gdbtypes.c (recursive_dump_type): Likewise.
10838 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10839 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10840 instead of %d in format strings.
10841 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10842 to std::min to ULONGEST.
10843 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10844 instead of %d in format strings.
10845 * tracepoint.c (info_scope_command): Likewise.
10846 * typeprint.c (print_offset_data::update)
10847 (print_offset_data::finish): Likewise.
10848 * xtensa-tdep.c (xtensa_store_return_value)
10849 (xtensa_push_dummy_call): Likewise.
10850
10851 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10852
10853 * windows-nat.c (display_selector): Fixed format specifications
10854 for 64-bit Cygwin.
10855
10856 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10857
10858 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10859
10860 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10861
10862 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10863 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10864 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10865 (nios2_linux_init_abi): Install it.
10866
10867 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10868
10869 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10870
10871 2019-03-28 Alan Hayward <alan.hayward@arm.com>
10872
10873 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10874
10875 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10876 Tom Tromey <tromey@adacore.com>
10877
10878 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10879
10880 2019-03-26 Joel Brobecker <brobecker@adacore.com>
10881
10882 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10883 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10884 method to compute the bounds of range types. Also print "[evaluated]"
10885 if the bounds' values come from a dynamic evaluation.
10886
10887 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10888
10889 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10890 whitespace when pretty printing is on.
10891
10892 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10893
10894 * ppc-linux-nat.c: Add include.
10895
10896 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10897
10898 * NEWS: Mention AArch64 Pointer Authentication.
10899
10900 2019-03-26 Alan Hayward <alan.hayward@arm.com>
10901
10902 * arm-linux-nat.c: Add include.
10903
10904 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10905
10906 * source-cache.c (source_cache::get_source_lines): Re-read
10907 fullname after calling open_source_file.
10908
10909 2019-03-25 John Baldwin <jhb@FreeBSD.org>
10910
10911 * NEWS: Mention TLS support for FreeBSD.
10912
10913 2019-03-25 Tom Tromey <tromey@adacore.com>
10914
10915 * minsyms.c (BUNCH_SIZE): Update comment.
10916 (~minimal_symbol_reader): Remove old comment.
10917 (compact_minimal_symbols): Update comment.
10918 (minimal_symbol_reader::install): Remove old comment. Update
10919 other comments.
10920
10921 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10922
10923 * s390-linux-nat.c: Add include.
10924
10925 2019-03-25 Alan Hayward <alan.hayward@arm.com>
10926
10927 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10928 Call linux_get_hwcap.
10929 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10930 Likewise.
10931 (aarch64_linux_get_hwcap): Remove function.
10932 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10933 declaration.
10934 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10935 linux_get_hwcap.
10936 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10937 * linux-tdep.c (linux_get_hwcap): Add function.
10938 (linux_get_hwcap2): Likewise.
10939 * linux-tdep.h (linux_get_hwcap): Add declaration.
10940 (linux_get_hwcap2): Likewise.
10941 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10942 (ppc_linux_get_hwcap2): Likewise.
10943 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10944 linux_get_hwcap.
10945 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10946 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10947 (ppc_linux_nat_target::read_description): Likewise.
10948 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10949 * s390-linux-nat.c: Likewise.
10950 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10951
10952 2019-03-24 Tom Tromey <tom@tromey.com>
10953
10954 * ada-lang.c (standard_lookup): Simplify initialization.
10955 (ada_lookup_symbol_nonlocal): Simplify return.
10956 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10957 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10958 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10959 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10960 initialization.
10961 * solib.c (solib_global_lookup): Simplify.
10962 * symtab.c (null_block_symbol): Remove.
10963 (symbol_cache_lookup): Simplify returns.
10964 (lookup_language_this): Simplify returns.
10965 (lookup_symbol_aux): Simplify return.
10966 (lookup_local_symbol): Simplify returns.
10967 (lookup_global_symbol_from_objfile): Simplify return.
10968 (lookup_symbol_in_objfile_symtabs)
10969 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10970 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10971 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10972 * cp-namespace.c (cp_lookup_bare_symbol)
10973 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10974 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10975 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10976 (cp_lookup_symbol_via_imports): Simplify initialization.
10977 (find_symbol_in_baseclass): Likewise.
10978 * symtab.h (null_block_symbol): Remove.
10979 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10980 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10981 (d_lookup_symbol_module): Likewise.
10982 (find_symbol_in_baseclass): Simplify initialization.
10983
10984 2019-03-24 Tom Tromey <tom@tromey.com>
10985
10986 * expression.h: Don't include symtab.h.
10987 (struct block): Forward declare.
10988
10989 2019-03-24 Tom Tromey <tom@tromey.com>
10990
10991 * c-exp.y (typebase): Remove casts.
10992 * gdbtypes.c (lookup_unsigned_typename, )
10993 (lookup_signed_typename): Remove cast.
10994 * eval.c (parse_to_comma_and_eval): Remove cast.
10995 * parse.c (write_dollar_variable): Remove cast.
10996 * block.h (struct block) <superblock>: Now const.
10997 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10998 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10999 (map_block): Make "block" const.
11000 * symfile.h (struct quick_symbol_functions)
11001 <map_matching_symbols>: Constify block argument to "callback".
11002 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11003 const.
11004 (find_pc_sect_compunit_symtab): Make "b" const.
11005 (find_symbol_at_address): Likewise.
11006 (search_symbols): Likewise.
11007 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11008 (dw2_debug_names_lookup_symbol): Likewise.
11009 (dw2_map_matching_symbols): Update.
11010 * p-valprint.c (pascal_val_print): Remove "block".
11011 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11012 (aux_add_nonlocal_symbols): Make "block" const.
11013 (resolve_subexp): Remove cast.
11014 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11015 const.
11016 (iterate_over_file_blocks): Likewise.
11017 * f-exp.y (%union) <bval>: Remove.
11018 * coffread.c (patch_opaque_types): Make "b" const.
11019 * spu-tdep.c (spu_catch_start): Make "block" const.
11020 * c-valprint.c (print_unpacked_pointer): Remove "block".
11021 * symmisc.c (dump_symtab_1): Make "b" const.
11022 (block_depth): Make "block" const.
11023 * d-exp.y (%union) <bval>: Remove.
11024 * cp-support.h (cp_lookup_rtti_type): Update.
11025 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11026 * psymtab.c (psym_lookup_symbol): Make "block" const.
11027 (maintenance_check_psymtabs): Make "b" const.
11028 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11029 (enumerate_locals, enumerate_args): Update.
11030 * python/py-symtab.c (stpy_global_block): Make "block" const.
11031 (stpy_static_block): Likewise.
11032 * inline-frame.c (block_starting_point_at): Make "new_block"
11033 const.
11034 * block.c (find_block_in_blockvector): Make return type const.
11035 (blockvector_for_pc_sect): Make "b" const.
11036 (find_block_in_blockvector): Make "b" const.
11037
11038 2019-03-23 Tom Tromey <tom@tromey.com>
11039
11040 * varobj.c (varobj_create): Update.
11041 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11042 * printcmd.c (display_command, do_one_display): Don't reset
11043 innermost_block.
11044 * parser-defs.h (enum innermost_block_tracker_type): Move to
11045 expression.h.
11046 (innermost_block): Update comment.
11047 * parse.c (parse_exp_1): Add tracker_types parameter.
11048 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11049 tracker_types parameter. Reset innermost_block.
11050 (parse_exp_in_context): Remove.
11051 (parse_expression_for_completion): Update.
11052 * objfiles.c (~objfile): Don't reset expression_context_block or
11053 innermost_block.
11054 * expression.h (enum innermost_block_tracker_type): Move from
11055 parser-defs.h.
11056 (parse_exp_1): Add tracker_types parameter.
11057 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11058 reset innermost_block.
11059
11060 2019-03-23 Tom Tromey <tom@tromey.com>
11061
11062 * objfiles.h: Include bcache.h.
11063
11064 2019-03-23 Tom Tromey <tom@tromey.com>
11065
11066 * linespec.c (get_current_search_block): Use
11067 scoped_restore_current_language.
11068 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11069
11070 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11071 Jiong Wang <jiong.wang@arm.com>
11072
11073 * aarch64-linux-tdep.c
11074 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11075 section.
11076 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11077
11078 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11079 Jiong Wang <jiong.wang@arm.com>
11080
11081 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11082 instructions.
11083 (aarch64_analyze_prologue_test): Add PACIASP test.
11084 (aarch64_prologue_prev_register): Unmask PC value.
11085
11086 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11087 Jiong Wang <jiong.wang@arm.com>
11088
11089 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11090 (aarch64_dwarf2_prev_register): Unmask PC value.
11091 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11092 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11093 DW_CFA_AARCH64_negate_ra_state.
11094 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11095
11096 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11097 Jiong Wang <jiong.wang@arm.com>
11098
11099 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11100 registers.
11101 (aarch64_pseudo_register_name): Likewise.
11102 (aarch64_pseudo_register_type): Likewise.
11103 (aarch64_pseudo_register_reggroup_p): Likewise.
11104 (aarch64_gdbarch_init): Add pauth registers.
11105 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11106 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11107 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11108 (struct gdbarch_tdep): Add regnum for ra_state.
11109
11110 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11111 Jiong Wang <jiong.wang@arm.com>
11112
11113 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11114
11115 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11116 Jiong Wang <jiong.wang@arm.com>
11117
11118 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11119 function.
11120 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11121 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11122 (aarch64_gdbarch_init): Add puth registers.
11123 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11124 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11125 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11126
11127 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11128 Jiong Wang <jiong.wang@arm.com>
11129
11130 * aarch64-linux-nat.c
11131 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11132 * aarch64-linux-tdep.c
11133 (aarch64_linux_core_read_description): Likewise.
11134 (aarch64_linux_get_hwcap): New function.
11135 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11136 (aarch64_linux_get_hwcap): New declaration.
11137
11138 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11139 Jiong Wang <jiong.wang@arm.com>
11140
11141 * aarch64-linux-nat.c
11142 (aarch64_linux_nat_target::read_description): Add pauth param.
11143 * aarch64-linux-tdep.c
11144 (aarch64_linux_core_read_description): Likewise.
11145 * aarch64-tdep.c (struct target_desc): Add in pauth.
11146 (aarch64_read_description): Add pauth param.
11147 (aarch64_gdbarch_init): Likewise.
11148 * aarch64-tdep.h (aarch64_read_description): Likewise.
11149 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11150 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11151 * features/Makefile: Add new files.
11152 * features/aarch64-pauth.c: New file.
11153 * features/aarch64-pauth.xml: New file.
11154
11155 2019-03-20 Tom Tromey <tromey@adacore.com>
11156
11157 * infrun.c (handle_inferior_event): Rename from
11158 handle_inferior_event_1. Create a scoped_value_mark.
11159 (handle_inferior_event): Remove.
11160
11161 2019-03-19 Tom Tromey <tromey@adacore.com>
11162
11163 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11164 * infrun.h (print_stop_event): Add "displays" parameter.
11165 * infrun.c (print_stop_event): Add "displays" parameter.
11166
11167 2019-03-19 Pedro Alves <palves@redhat.com>
11168
11169 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11170 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11171 to -1. Fix TABs vs spaces.
11172 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11173 * tui/tui-out.h (tui_ui_out) Add intro comments.
11174 <m_line, m_start_of_line>: In-class initialize, and add describing
11175 comment.
11176
11177 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11178
11179 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11180 variable names.
11181 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11182
11183 2019-03-18 Pedro Alves <palves@redhat.com>
11184 Eli Zaretskii <eliz@gnu.org>
11185
11186 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11187 m_line and m_start_of_line.
11188
11189 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11190
11191 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11192 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11193 it returns a newline. This fixes a regression in TU mode, whereby
11194 the next line is output on the same screen line as the user input.
11195
11196 2019-03-18 Tom Tromey <tromey@adacore.com>
11197
11198 * minsyms.c (minimal_symbol_reader::install): Remove call to
11199 obstack_blank.
11200
11201 2019-03-18 Pedro Alves <palves@redhat.com>
11202
11203 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11204 New globals.
11205 (apply_style): New, factored out from ...
11206 (apply_ansi_escape): ... this. Handle reverse video mode.
11207 (tui_set_reverse_mode): New function.
11208 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11209 * tui/tui-winsource.c (tui_show_source_line): Use
11210 tui_set_reverse_mode instead of setting A_STANDOUT.
11211 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11212 New setter methods.
11213
11214 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11215
11216 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11217 Handle tabs.
11218
11219 2019-03-18 Tom Tromey <tromey@adacore.com>
11220
11221 * ada-lang.c (empty_array): Add "high" parameter.
11222 (ada_evaluate_subexp): Update.
11223
11224 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11225
11226 * unittests/string_view-selftests.c: Define
11227 _initialize_string_view_selftests unconditionally.
11228
11229 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11230
11231 PR gdb/24350
11232 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11233
11234 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11235
11236 PR gdb/24351
11237 * windows-nat.c (display_selector): Fix format specifiers.
11238
11239 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11240
11241 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11242 tui_refill_source_window instead of tui_refresh_win, to update the
11243 current execution line. This fixes redisplay of the current line
11244 when stepping through the code with "next" or "step".
11245
11246 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11247
11248 * source-cache.c (source_cache::get_source_lines): Call
11249 find_source_lines to initialize s->nlines. This fixes vertical
11250 scrolling of TUI source window when the DOWN arrow is pressed.
11251
11252 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11253
11254 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11255 linux-thread-db.c (_initialize_thread_db): Likewise.
11256
11257 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11258
11259 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11260 wclrtoeol in tui_show_source_line". This reverts changes made in
11261 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11262
11263 2019-03-15 Tom Tromey <tom@tromey.com>
11264
11265 * symtab.h (struct minimal_symbol): Derive from
11266 general_symbol_info.
11267 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11268 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11269 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11270 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11271 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11272 (MSYMBOL_SEARCH_NAME): Update.
11273 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11274 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11275 * minsyms.c (minimal_symbol_reader::record_full): Update.
11276
11277 2019-03-15 Tom Tromey <tom@tromey.com>
11278
11279 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11280
11281 2019-03-15 Tom Tromey <tom@tromey.com>
11282
11283 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11284 unique_xmalloc_ptr.
11285 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11286 Update.
11287 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11288 (build_minimal_symbol_hash_tables)
11289 (minimal_symbol_reader::install): Update.
11290
11291 2019-03-15 Tom Tromey <tom@tromey.com>
11292
11293 * symtab.c (create_demangled_names_hash): Update.
11294 (symbol_set_names): Update.
11295 * objfiles.h (struct objfile_per_bfd_storage)
11296 <demangled_names_hash>: Now an htab_up.
11297 * objfiles.c (objfile_per_bfd_storage): Simplify.
11298
11299 2019-03-15 Tom Tromey <tom@tromey.com>
11300
11301 * objfiles.h (struct objfile_per_bfd_storage): Declare
11302 destructor.
11303 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11304 New.
11305 (get_objfile_bfd_data): Use new. Don't initialize
11306 language_of_main.
11307 (free_objfile_per_bfd_storage): Remove.
11308 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11309
11310 2019-03-15 Tom Tromey <tom@tromey.com>
11311
11312 * symfile.c (reread_symbols): Update.
11313 * objfiles.c (objfile::objfile): Update.
11314 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11315 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11316 comment.
11317 (minimal_symbol_reader::install): Update.
11318 (terminate_minimal_symbol_table): Remove.
11319 * jit.c (jit_object_close_impl): Update.
11320
11321 2019-03-15 Tom Tromey <tom@tromey.com>
11322
11323 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11324 initializations.
11325
11326 2019-03-15 Tom Tromey <tom@tromey.com>
11327
11328 * objfiles.h (struct objfile_per_bfd_storage)
11329 <demangled_hash_languages>: Now a bitset.
11330 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11331 (lookup_minimal_symbol): Update.
11332
11333 2019-03-15 Tom Tromey <tom@tromey.com>
11334
11335 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11336 Don't return the symbol.
11337 * coffread.c (record_minimal_symbol): Use record_full.
11338
11339 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11340
11341 The MS-Windows port of ncurses fails to switch to a color pair if
11342 one or both of the colors are the implicit default colors. This
11343 change records the default colors when TUI is initialized, and
11344 then specifies them explicitly when a color pair uses the default
11345 colors. This allows color styling in TUI mode on MS-Windows.
11346
11347 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11348 ncurses_norm_attr.
11349 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11350 colors in ncurses_norm_attr.
11351 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11352 "none", replace it with the default color recorded in
11353 ncurses_norm_attr.
11354
11355 2019-03-14 Tom Tromey <tromey@adacore.com>
11356
11357 * source-cache.h (class source_cache) <get_source_lines>: Return
11358 std::string.
11359 * source-cache.c (source_cache::extract_lines): Handle case where
11360 first_pos==npos. Return std::string.
11361 (source_cache::get_source_lines): Update.
11362
11363 2019-03-14 Tom Tromey <tromey@adacore.com>
11364
11365 * NEWS: Add item for "style sources" commands.
11366 * source-cache.c (source_cache::get_source_lines): Check
11367 source_styling.
11368 * cli/cli-style.c (source_styling): New global.
11369 (_initialize_cli_style): Add "style sources" commands.
11370 (show_style_sources): New function.
11371 * cli/cli-style.h (source_styling): Declare.
11372
11373 2019-03-14 Pedro Alves <palves@redhat.com>
11374 Tom Tromey <tromey@adacore.com>
11375
11376 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11377 * tui/tui-winsource.c (tui_refill_source_window): New function,
11378 from...
11379 (tui_horizontal_source_scroll): ... here. Move some logic.
11380 * cli/cli-style.c (set_style_enabled): Notify new observable.
11381 * tui/tui-hooks.c (tui_redisplay_source): New function.
11382 (tui_attach_detach_observers): Attach or detach
11383 tui_redisplay_source.
11384 * observable.h (source_styling_changed): New observable.
11385 * observable.c: Define source_styling_changed observable.
11386
11387 2019-03-13 Tom Tromey <tromey@adacore.com>
11388
11389 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11390 (i386_gnu_nat_target::store_registers): Update.
11391 * target-debug.h (target_debug_print_std_string): New macro.
11392 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11393 * windows-tdep.c (display_one_tib): Update.
11394 * tui/tui-stack.c (tui_make_status_line): Update.
11395 * top.c (print_inferior_quit_action): Update.
11396 * thread.c (thr_try_catch_cmd): Update.
11397 (add_thread_with_info): Update.
11398 (thread_target_id_str): Update.
11399 (thr_try_catch_cmd): Update.
11400 (thread_command): Update.
11401 (thread_find_command): Update.
11402 * record-btrace.c (record_btrace_target::info_record)
11403 (record_btrace_resume_thread, record_btrace_target::resume)
11404 (record_btrace_cancel_resume, record_btrace_step_thread)
11405 (record_btrace_target::wait, record_btrace_target::wait)
11406 (record_btrace_target::wait, record_btrace_target::stop): Update.
11407 * progspace.c (print_program_space): Update.
11408 * process-stratum-target.c
11409 (process_stratum_target::thread_address_space): Update.
11410 * linux-fork.c (linux_fork_mourn_inferior)
11411 (detach_checkpoint_command, info_checkpoints_command)
11412 (linux_fork_context): Update.
11413 (linux_fork_detach): Update.
11414 (class scoped_switch_fork_info): Update.
11415 (delete_checkpoint_command): Update.
11416 * infrun.c (follow_fork_inferior): Update.
11417 (follow_fork_inferior): Update.
11418 (proceed_after_vfork_done): Update.
11419 (handle_vfork_child_exec_or_exit): Update.
11420 (follow_exec): Update.
11421 (displaced_step_prepare_throw): Update.
11422 (displaced_step_restore): Update.
11423 (start_step_over): Update.
11424 (resume_1): Update.
11425 (clear_proceed_status_thread): Update.
11426 (proceed): Update.
11427 (print_target_wait_results): Update.
11428 (do_target_wait): Update.
11429 (context_switch): Update.
11430 (stop_all_threads): Update.
11431 (restart_threads): Update.
11432 (finish_step_over): Update.
11433 (handle_signal_stop): Update.
11434 (switch_back_to_stepped_thread): Update.
11435 (keep_going_pass_signal): Update.
11436 (print_exited_reason): Update.
11437 (normal_stop): Update.
11438 * inferior.c (inferior_pid_to_str): Change return type.
11439 (print_selected_inferior): Update.
11440 (add_inferior): Update.
11441 (detach_inferior): Update.
11442 * dummy-frame.c (fprint_dummy_frames): Update.
11443 * dcache.c (dcache_info_1): Update.
11444 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11445 (btrace_fetch, btrace_clear): Update.
11446 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11447 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11448 type.
11449 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11450 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11451 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11452 * gdbarch.c, gdbarch.h: Rebuild.
11453 * gdbarch.sh (core_pid_to_str): Change return type.
11454 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11455 return type.
11456 (windows_nat_target::pid_to_str): Change return type.
11457 (windows_delete_thread): Update.
11458 (windows_nat_target::attach): Update.
11459 (windows_nat_target::files_info): Update.
11460 * target-delegates.c: Rebuild.
11461 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11462 return type.
11463 (sol_thread_target::pid_to_str): Change return type.
11464 * remote.c (class remote_target) <pid_to_str>: Change return
11465 type.
11466 (remote_target::pid_to_str): Change return type.
11467 (extended_remote_target::attach, remote_target::remote_stop_ns)
11468 (remote_target::remote_notif_remove_queued_reply)
11469 (remote_target::push_stop_reply, remote_target::disable_btrace):
11470 Update.
11471 (extended_remote_target::attach): Update.
11472 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11473 type.
11474 (gdbsim_target::pid_to_str): Change return type.
11475 * ravenscar-thread.c (struct ravenscar_thread_target)
11476 <pid_to_str>: Change return type.
11477 (ravenscar_thread_target::pid_to_str): Change return type.
11478 * procfs.c (class procfs_target) <pid_to_str>: Change return
11479 type.
11480 (procfs_target::pid_to_str): Change return type.
11481 (procfs_target::attach): Update.
11482 (procfs_target::detach): Update.
11483 (procfs_target::fetch_registers): Update.
11484 (procfs_target::store_registers): Update.
11485 (procfs_target::wait): Update.
11486 (procfs_target::files_info): Update.
11487 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11488 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11489 return type.
11490 (nto_procfs_target::pid_to_str): Change return type.
11491 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11492 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11493 return type.
11494 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11495 (exit_lwp): Update.
11496 (attach_proc_task_lwp_callback, get_detach_signal)
11497 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11498 (linux_nat_target::resume, wait_lwp, stop_callback)
11499 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11500 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11501 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11502 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11503 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11504 type.
11505 (inf_ptrace_target::attach): Update.
11506 (inf_ptrace_target::files_info): Update.
11507 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11508 type.
11509 (go32_nat_target::pid_to_str): Change return type.
11510 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11511 (gnu_nat_target::wait): Update.
11512 (gnu_nat_target::wait): Update.
11513 (gnu_nat_target::resume): Update.
11514 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11515 (fbsd_nat_target::wait): Update.
11516 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11517 type.
11518 (darwin_nat_target::attach): Update.
11519 * corelow.c (class core_target) <pid_to_str>: Change return type.
11520 (core_target::pid_to_str): Change return type.
11521 * target.c (normal_pid_to_str): Change return type.
11522 (default_pid_to_str): Likewise.
11523 (target_pid_to_str): Change return type.
11524 (target_translate_tls_address): Update.
11525 (target_announce_detach): Update.
11526 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11527 return type.
11528 (bsd_uthread_target::pid_to_str): Change return type.
11529 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11530 type.
11531 (bsd_kvm_target::pid_to_str): Change return type.
11532 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11533 return type.
11534 (aix_thread_target::pid_to_str): Change return type.
11535 * target.h (struct target_ops) <pid_to_str>: Change return type.
11536 (target_pid_to_str, normal_pid_to_str): Likewise.
11537 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11538 type.
11539 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11540 type.
11541 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11542 return type.
11543 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11544 type.
11545 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11546 type.
11547 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11548 return type.
11549
11550 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11551
11552 * NEWS: Mention that the new default MI version is 3. Mention
11553 changes to the output of commands and events that deal with
11554 multi-location breakpoints.
11555 * breakpoint.c: Include "mi/mi-out.h".
11556 (print_one_breakpoint): Change output syntax if using MI version
11557 >= 3.
11558 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11559 New.
11560 (mi_multi_location_breakpoint_output_fixed): New.
11561 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11562 (mi_cmd_fix_multi_location_breakpoint_output): New.
11563 (mi_multi_location_breakpoint_output_fixed): New.
11564 * mi/mi-cmds.c (mi_cmds): Register command
11565 -fix-multi-location-breakpoint-output.
11566 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11567 interpreter "mi".
11568
11569 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11570
11571 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11572 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11573 instantiate mi_ui_out based on interpreter name.
11574 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11575 * mi/mi-main.c (mi_load_progress): Likewise.
11576
11577 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11578
11579 * NEWS: Combine separate "New targets" sections for 8.3.
11580
11581 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11582
11583 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11584 (ppcfbsd_init_abi): Install gdbarch
11585 "fetch_tls_load_module_address" and "get_thread_local_address"
11586 methods.
11587
11588 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11589
11590 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11591 (riscv_fbsd_init_abi): Install gdbarch
11592 "fetch_tls_load_module_address" and "get_thread_local_address"
11593 methods.
11594
11595 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11596
11597 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11598 (i386fbsd_init_abi): Install gdbarch
11599 "fetch_tls_load_module_address" and "get_thread_local_address"
11600 methods.
11601
11602 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11603
11604 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11605 (amd64fbsd_init_abi): Install gdbarch
11606 "fetch_tls_load_module_address" and "get_thread_local_address"
11607 methods.
11608
11609 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11610
11611 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11612 (struct fbsd_pspace_data): New type.
11613 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11614 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11615 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11616 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11617 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11618
11619 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11620
11621 * gdbtypes.c (lookup_struct_elt): New function.
11622 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11623 * gdbtypes.h (struct struct_elt): New type.
11624 (lookup_struct_elt): New prototype.
11625
11626 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11627
11628 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11629 remove disabled code block.
11630
11631 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11632
11633 * gdbarch.sh (get_thread_local_address): New method.
11634 * gdbarch.h, gdbarch.c: Regenerate.
11635 * target.c (target_translate_tls_address): Use
11636 gdbarch_get_thread_local_address if present instead of
11637 target::get_thread_local_address.
11638
11639 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11640
11641 * target.h (target::get_thread_local_address): Update comment.
11642
11643 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11644
11645 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11646 objfile->separate_debug_objfile_backlink if not NULL.
11647
11648 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11649
11650 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11651 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11652 (amd64bsd_store_inferior_registers): Likewise.
11653 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11654 Enable segment base registers.
11655 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11656 PT_GETFSBASE and PT_GETGSBASE.
11657 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11658 PT_SETGSBASE.
11659 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11660 segment base registers.
11661 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11662
11663 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11664
11665 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11666 Update calls to i386_target_description to add 'segments'
11667 parameter.
11668 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11669 add segment base registers.
11670 * arch/i386.c (i386_create_target_description): Add 'segments'
11671 parameter to enable segment base registers.
11672 * arch/i386.h (i386_create_target_description): Likewise.
11673 * features/i386/32bit-segments.xml: New file.
11674 * features/i386/32bit-segments.c: Generate.
11675 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11676 call to i386_target_description to add 'segments' parameter.
11677 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11678 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11679 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11680 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11681 if feature is present.
11682 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11683 Add 'segments' parameter to call to i386_target_description.
11684 (i386_target_description): Add 'segments' parameter to enable
11685 segment base registers.
11686 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11687 to call to i386_target_description.
11688 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11689 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11690 Define I386_NUM_REGS.
11691 (i386_target_description): Add 'segments' parameter to enable
11692 segment base registers.
11693
11694 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11695
11696 PR/24325
11697 * source-cache.c: #undef open and close, to avoid unresolved
11698 externals during linking.
11699
11700 2019-03-12 Tom Tromey <tromey@adacore.com>
11701
11702 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11703 const. Add initializers.
11704 (_initialize_remote): Don't initialize ptid globals.
11705
11706 2019-03-12 Pedro Alves <palves@redhat.com>
11707
11708 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11709
11710 2019-03-12 Pedro Alves <palves@redhat.com>
11711
11712 * cp-name-parser.y (main): Remove unused 'len' variable.
11713
11714 2019-03-12 Tom Tromey <tromey@adacore.com>
11715
11716 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11717 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11718
11719 2019-03-12 Tom Tromey <tromey@adacore.com>
11720
11721 * linux-nat.c (iterate_over_lwps): Update.
11722 (stop_callback): Remove parameter.
11723 (stop_wait_callback, detach_callback, resume_set_callback)
11724 (select_singlestep_lwp_callback, set_ignore_sigint)
11725 (status_callback, resumed_callback, resume_clear_callback)
11726 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11727 data parameter.
11728 (linux_nat_target::detach, linux_nat_target::resume)
11729 (linux_stop_and_wait_all_lwps, select_event_lwp)
11730 (linux_nat_filter_event, linux_nat_wait_1)
11731 (linux_nat_target::kill, linux_nat_target::stop)
11732 (linux_nat_target::stop): Update.
11733 (linux_nat_resume_callback): Change type.
11734 (resume_stopped_resumed_lwps, count_events_callback)
11735 (select_event_lwp_callback): Likewise.
11736 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11737 * arm-linux-nat.c (struct update_registers_data): Remove.
11738 (update_registers_callback): Change type.
11739 (arm_linux_insert_hw_breakpoint1): Update.
11740 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11741 parameter.
11742 (x86_linux_dr_set_addr): Update.
11743 (x86_linux_dr_set_control): Update.
11744 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11745 (iterate_over_lwps): Use gdb::function_view.
11746 * nat/aarch64-linux-hw-point.c (struct
11747 aarch64_dr_update_callback_param): Remove.
11748 (debug_reg_change_callback): Change type.
11749 (aarch64_notify_debug_reg_change): Update.
11750 * s390-linux-nat.c (s390_refresh_per_info): Update.
11751
11752 2019-03-11 Tom Tromey <tromey@adacore.com>
11753
11754 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11755 redundant assignment to "this_cu".
11756
11757 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11758
11759 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11760
11761 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11762
11763 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11764 from...
11765 (rank_one_type): ... this.
11766
11767 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11768
11769 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11770 from...
11771 (rank_one_type): ... this.
11772
11773 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11774
11775 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11776 from...
11777 (rank_one_type): ... this.
11778
11779 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11780
11781 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11782 from...
11783 (rank_one_type): ... this.
11784
11785 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11786
11787 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11788 from...
11789 (rank_one_type): ... this.
11790
11791 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11792
11793 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11794 from...
11795 (rank_one_type): ... this.
11796
11797 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11798
11799 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11800 from...
11801 (rank_one_type): ... this.
11802
11803 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11804
11805 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11806 from...
11807 (rank_one_type): ... this.
11808
11809 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11810
11811 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11812 from...
11813 (rank_one_type): ... this.
11814
11815 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11816
11817 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11818 from...
11819 (rank_one_type): ... this.
11820
11821 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11822
11823 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11824 from...
11825 (rank_one_type): ... this.
11826
11827 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
11828
11829 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11830 from...
11831 (rank_one_type): ... this.
11832
11833 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11834
11835 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11836 inferior-events' shows the example events.
11837
11838 2019-03-08 Eli Zaretskii <eliz@gnu.org>
11839
11840 Support styling on native MS-Windows console
11841
11842 PR/24315
11843 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11844 on MS-Windows if $TERM is not defined.
11845
11846 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11847
11848 * posix-hdep.c (gdb_console_fputs):
11849 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11850 functions.
11851 * ui-file.h (gdb_console_fputs): Add prototype.
11852
11853 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11854 back to fputs only if the former returns zero.
11855
11856 2019-03-07 Tom Tromey <tom@tromey.com>
11857
11858 * symmisc.c (print_symbol_bcache_statistics): Update.
11859 (print_objfile_statistics): Update.
11860 * symfile.c (allocate_symtab): Update.
11861 * stabsread.c: Don't include bcache.h.
11862 * psymtab.h (struct psymbol_bcache): Don't declare.
11863 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11864 (psymbol_bcache_init, psymbol_bcache_free)
11865 (psymbol_bcache_get_bcache): Don't declare.
11866 * psymtab.c (struct psymbol_bcache): Remove.
11867 (psymtab_storage::psymtab_storage): Update.
11868 (psymtab_storage::~psymtab_storage): Update.
11869 (psymbol_bcache_init, psymbol_bcache_free)
11870 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11871 (add_psymbol_to_bcache): Update.
11872 (allocate_psymtab): Update.
11873 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11874 macro_cache>: No longer pointers.
11875 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11876 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11877 * macrotab.c (macro_bcache): Update.
11878 * macroexp.c: Don't include bcache.h.
11879 * gdbtypes.c (check_types_worklist): Update.
11880 (types_deeply_equal): Remove TRY/CATCH. Update.
11881 * elfread.c (elf_symtab_read): Update.
11882 * dwarf2read.c: Don't include bcache.h.
11883 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11884 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11885 (print_bcache_statistics, bcache_memory_used): Don't declare.
11886 (struct bcache): Move from bcache.c. Add constructor, destructor,
11887 methods. Rename all data members.
11888 * bcache.c (struct bcache): Move to bcache.h.
11889 (bcache::expand_hash_table): Rename from expand_hash_table.
11890 (bcache): Remove.
11891 (bcache::insert): Rename from bcache_full.
11892 (bcache::compare): Rename from bcache_compare.
11893 (bcache_xmalloc): Remove.
11894 (bcache::~bcache): Rename from bcache_xfree.
11895 (bcache::print_statistics): Rename from print_bcache_statistics.
11896 (bcache::memory_used): Rename from bcache_memory_used.
11897
11898 2019-03-07 Pedro Alves <palves@redhat.com>
11899
11900 * infrun.c (normal_stop): Also check for
11901 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11902
11903 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11904
11905 * f-lang.c (value_from_host_double): Moved to...
11906 * value.c (value_from_host_double): ...here.
11907 * value.h (value_from_host_double): Declare.
11908 * guile/scm-math.c (vlscm_convert_typed_number): Use
11909 value_from_host_double.
11910 (vlscm_convert_number): Likewise.
11911 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11912 * python/py-value.c (convert_value_from_python): Likewise.
11913
11914 2019-03-06 Tom Tromey <tom@tromey.com>
11915
11916 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11917
11918 2019-03-06 Tom Tromey <tom@tromey.com>
11919
11920 * utils.h (free_current_contents): Don't declare.
11921 * utils.c (free_current_contents): Remove.
11922
11923 2019-03-06 Tom Tromey <tom@tromey.com>
11924
11925 * top.c (quit_force): Update.
11926 * main.c (captured_command_loop): Update.
11927 * common/new-op.c (operator new): Update.
11928 * common/common-exceptions.c (struct catcher)
11929 <save_cleanup_chain>: Remove member.
11930 (exceptions_state_mc_init): Update.
11931 (exception_try_scope_entry): Return nullptr.
11932 (exception_try_scope_exit, exception_rethrow)
11933 (throw_exception_sjlj, throw_exception_cxx): Update.
11934 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11935 (all_cleanups, do_cleanups, discard_cleanups)
11936 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11937 (restore_cleanups, restore_final_cleanups): Don't declare.
11938 (do_final_cleanups): Remove parameter.
11939 * common/cleanups.c (cleanup_chain, make_cleanup)
11940 (make_cleanup_dtor, all_cleanups, do_cleanups)
11941 (discard_my_cleanups, discard_cleanups)
11942 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11943 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11944 (null_cleanup): Remove.
11945 (do_final_cleanups): Remove parameter.
11946
11947 2019-03-06 Tom Tromey <tom@tromey.com>
11948
11949 * remote.c (remote_target::remote_parse_stop_reply): Use
11950 unique_xmalloc_ptr.
11951
11952 2019-03-06 Tom Tromey <tom@tromey.com>
11953
11954 * stabsread.c (struct stabs_field_info): Rename from field_info.
11955 <list, fnlist>: Add initializers.
11956 <obstack>: New member.
11957 (read_member_functions, read_struct_fields, read_baseclasses):
11958 Allocate on obstack. Don't use cleanups.
11959 (read_one_struct_field, read_member_functions, read_struct_fields)
11960 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11961 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11962 (read_struct_type): Update.
11963
11964 2019-03-06 Tom Tromey <tom@tromey.com>
11965
11966 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11967 * common/filestuff.h (make_cleanup_close): Don't declare.
11968 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11969 Remove.
11970
11971 2019-03-06 Tom Tromey <tom@tromey.com>
11972
11973 * solib-aix.c: Use make_scope_exit.
11974
11975 2019-03-06 Tom Tromey <tom@tromey.com>
11976
11977 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11978 Use make_scope_exit.
11979
11980 2019-03-06 Tom Tromey <tom@tromey.com>
11981
11982 * solib-svr4.c (disable_probes_interface): Remove parameter.
11983 (svr4_handle_solib_event): Use make_scope_exit.
11984
11985 2019-03-06 Tom Tromey <tom@tromey.com>
11986
11987 * remote.c (struct stop_reply_deleter): Remove.
11988 (stop_reply_up): Update.
11989 (struct stop_reply): Derive from notif_event. Don't typedef.
11990 <regcache>: Now a std::vector.
11991 (stop_reply_xfree): Remove.
11992 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11993 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11994 (remote_target::discard_pending_stop_replies): Use delete.
11995 (remote_target::remote_parse_stop_reply): Update.
11996 (remote_target::process_stop_reply): Update.
11997 * remote-notif.h (struct notif_event): Add virtual destructor.
11998 Remove "dtr" member.
11999 (struct notif_client) <alloc_event>: Return a unique_ptr.
12000 (notif_event_xfree): Don't declare.
12001 (notif_event_up): New typedef.
12002 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12003 (notif_event_xfree, do_notif_event_xfree): Remove.
12004 (remote_notif_state_xfree): Update.
12005
12006 2019-03-06 Tom Tromey <tom@tromey.com>
12007
12008 * infrun.c (displaced_step_clear_cleanup): Now a
12009 forward_scope_exit type.
12010 (displaced_step_prepare_throw): Update.
12011 (displaced_step_fixup): Update.
12012
12013 2019-03-06 Tom Tromey <tom@tromey.com>
12014
12015 * inferior.h (class inferior): Update comment.
12016 * gdbthread.h (class thread_info): Update comment.
12017
12018 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12019 Tom Tromey <tom@tromey.com>
12020
12021 * stabsread.h (struct stab_section_list): Remove.
12022 (coffstab_build_psymtabs): Update.
12023 * dbxread.c (symbuf_sections): Now a std::vector.
12024 (sect_idx): New global.
12025 (fill_symbuf): Update.
12026 (coffstab_build_psymtabs): Change type of stabsects parameter.
12027 Update.
12028 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12029 std::vector.
12030 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12031 (coff_locate_sections): Update.
12032 (coff_symfile_read): Remove cleanups. Update.
12033 (init_stringtab): Add storage parameter.
12034 (free_stringtab, free_stringtab_cleanup): Remove.
12035 (init_lineno): Add storage parameter.
12036 (free_linetab, free_linetab_cleanup): Remove.
12037
12038 2019-03-06 Pedro Alves <palves@redhat.com>
12039
12040 * linux-fork.c (fork_info::clobber_regs): Delete.
12041 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12042 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12043 comment. Adjust.
12044 (scoped_switch_fork_info::scoped_switch_fork_info)
12045 (checkpoint_command, linux_fork_context): Adjust
12046 fork_save_infrun_state calls.
12047
12048 2019-03-06 Pedro Alves <palves@redhat.com>
12049
12050 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12051 (inf_has_multiple_threads): Return 'bool' and rewrite using
12052 inferior_info::threads().
12053
12054 2019-03-06 Pedro Alves <palves@redhat.com>
12055
12056 * linux-fork.c: Include <list>.
12057 (fork_list): Now a std::list instance.
12058 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12059 (forks_exist_p, find_last_fork): Adjust.
12060 (new_fork): Delete.
12061 (one_fork_p): New.
12062 (add_fork): Adjust.
12063 (free_fork): Delete, folded into fork_info::~fork_info().
12064 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12065 Adjust.
12066 (init_fork_list): Delete.
12067 (linux_fork_killall, linux_fork_mourn_inferior)
12068 (linux_fork_detach, info_checkpoints_command): Adjust.
12069 (_initialize_linux_fork): No longer call init_fork_list.
12070
12071 2019-03-06 Pedro Alves <palves@redhat.com>
12072
12073 * linux-fork.c (new_fork): New, split out of ...
12074 (add_fork): ... this. Return void. Move "first fork" special
12075 case from here, to ...
12076 (checkpoint_command): ... here.
12077 * linux-linux.h (add_fork): Return void.
12078
12079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12080
12081 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12082
12083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12084 Chris January <chris.january@arm.com>
12085 David Lecomber <david.lecomber@arm.com>
12086
12087 * f-exp.y: New token, UNOP_INTRINSIC.
12088 (exp): New pattern using UNOP_INTRINSIC token.
12089 (f77_keywords): Add 'abs' keyword.
12090 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12091 (value_from_host_double): New function.
12092 (evaluate_subexp_f): Support UNOP_ABS.
12093
12094 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12095
12096 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12097 types.
12098
12099 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12100
12101 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12102 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12103 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12104
12105 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12106
12107 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12108
12109 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12110 Chris January <chris.january@arm.com>
12111
12112 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12113 * f-exp.y: Define 'KIND' token.
12114 (exp): New pattern for KIND expressions.
12115 (ptype): Handle types with a kind extension.
12116 (direct_abs_decl): Extend to spot kind extensions.
12117 (f77_keywords): Add 'kind' to the list.
12118 (push_kind_type): New function.
12119 (convert_to_kind_type): New function.
12120 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12121 * parse.c (operator_length_standard): Likewise.
12122 * parser-defs.h (enum type_pieces): Add tp_kind.
12123 * std-operator.def: Add UNOP_KIND.
12124
12125 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12126
12127 * f-exp.y (f_parse): Set yydebug.
12128
12129 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12130
12131 * f-lang.c (evaluate_subexp_f): New function.
12132 (exp_descriptor_f): New global.
12133 (f_language_defn): Use exp_descriptor_f instead of
12134 exp_descriptor_standard.
12135
12136 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12137
12138 * f-exp.y (struct token): Add comments.
12139 (dot_ops): Remove uppercase versions and the end marker.
12140 (f77_keywords): Likewise.
12141 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12142 entries in the dot_ops array are case insensitive, and use
12143 strncasecmp to compare strings. Also some whitespace cleanup in
12144 this area. Similar for the f77_keywords array, except entries in
12145 this list might be case sensitive.
12146
12147 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12148
12149 * f-exp.y (struct f77_boolean_val): Add comments.
12150 (boolean_values): Remove uppercase versions, and end marker.
12151 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12152 and use strncasecmp to achieve case insensitivity. Additionally,
12153 perform whitespace cleanup around this code.
12154
12155 2019-03-06 Tom Tromey <tromey@adacore.com>
12156
12157 * remote-sim.c (gdbsim_target_open): Use result of
12158 gdb_argv::release.
12159
12160 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12161 Dirk Schubert <dirk.schubert@arm.com>
12162 Chris January <chris.january@arm.com>
12163
12164 * eval.c (evaluate_subexp_standard): Call Fortran argument
12165 wrapping logic.
12166 * f-lang.c (struct value): A value which can be passed into a
12167 Fortran function call.
12168 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12169 where appropriate.
12170 (struct type): Value ready for a Fortran function call.
12171 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12172 is needed.
12173 * f-lang.h (fortran_argument_convert): Declaration.
12174 (fortran_preserve_arg_pointer): Declaration.
12175 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12176
12177 2019-03-05 Tom Tromey <tromey@adacore.com>
12178
12179 * python/py-prettyprint.c (print_string_repr): Remove #if.
12180 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12181
12182 2019-03-05 Tom Tromey <tromey@adacore.com>
12183
12184 * target.c (the_dummy_target): Move later. Change type to
12185 "dummy_target".
12186 (initialize_targets): Don't initialize the_dummy_target.
12187
12188 2019-03-05 Tom Tromey <tromey@adacore.com>
12189
12190 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12191 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12192
12193 2019-03-05 Tom Tromey <tromey@adacore.com>
12194
12195 * windows-nat.c (windows_nat_target::attach)
12196 (windows_nat_target::detach): Don't call gdb_flush.
12197 * valprint.c (generic_val_print, val_print, val_print_string):
12198 Don't call gdb_flush.
12199 * utils.c (defaulted_query): Don't call gdb_flush.
12200 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12201 * target.c (target_announce_detach): Don't call gdb_flush.
12202 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12203 * remote.c (extended_remote_target::attach): Don't call
12204 gdb_flush.
12205 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12206 * printcmd.c (do_examine): Don't call gdb_flush.
12207 (info_display_command): Don't call gdb_flush.
12208 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12209 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12210 * memattr.c (info_mem_command): Don't call gdb_flush.
12211 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12212 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12213 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12214 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12215 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12216 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12217 (gnu_nat_target::detach): Don't call gdb_flush.
12218 * f-valprint.c (f_val_print): Don't call gdb_flush.
12219 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12220 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12221 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12222 gdb_flush.
12223 * c-valprint.c (c_val_print): Don't call gdb_flush.
12224 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12225
12226 2019-03-05 Tom Tromey <tromey@adacore.com>
12227
12228 * varobj.c (update_dynamic_varobj_children): Update.
12229 (install_default_visualizer): Use reset, not release.
12230 * value.c (set_internalvar): Update.
12231 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12232 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12233 ATTRIBUTE_UNUSED_RESULT.
12234
12235 2019-03-05 Tom Tromey <tromey@adacore.com>
12236
12237 * remote.c (class scoped_remote_fd) <release>: Add
12238 ATTRIBUTE_UNUSED_RESULT.
12239
12240 2019-03-05 Tom Tromey <tromey@adacore.com>
12241
12242 * macroexp.c (struct macro_buffer) <release>: Add
12243 ATTRIBUTE_UNUSED_RESULT.
12244
12245 2019-03-05 Tom Tromey <tromey@adacore.com>
12246
12247 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12248 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12249 ATTRIBUTE_UNUSED_RESULT.
12250
12251 2019-03-05 Tom Tromey <tromey@adacore.com>
12252
12253 * common/scoped_fd.h (class scoped_fd) <release>: Add
12254 ATTRIBUTE_UNUSED_RESULT.
12255
12256 2019-03-05 Tom Tromey <tromey@adacore.com>
12257
12258 * parser-defs.h (struct parser_state) <release>: Add
12259 ATTRIBUTE_UNUSED_RESULT.
12260
12261 2019-03-05 Tom Tromey <tromey@adacore.com>
12262
12263 * utils.h (class gdb_argv) <release>: Add
12264 ATTRIBUTE_UNUSED_RESULT.
12265 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12266
12267 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12268
12269 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12270 for-loop range, to avoid compiler warnings.
12271
12272 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12273 avoid compiler warnings about unused variables.
12274
12275 * NEWS: Mention end of support for native debugging on MS-Windows
12276 before XP.
12277
12278 PR gdb/24292
12279 * common/netstuff.c:
12280 * gdbserver/gdbreplay.c
12281 * gdbserver/remote-utils.c:
12282 * ser-tcp.c:
12283 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12284 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12285 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12286 'getaddrinfo' and 'freeaddrinfo' were not available before
12287 Windows XP, and mingw.org's MinGW headers by default define
12288 _WIN32_WINNT to 0x500.
12289
12290 2019-03-01 Gary Benson <gbenson@redhat.com>
12291
12292 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12293
12294 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12295 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12296
12297 PR gdb/8527
12298 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12299 set_sigint_trap, clear_sigint_trap.
12300
12301 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12302
12303 * target.c (target_detach): Clear the regcache and the
12304 frame cache.
12305
12306 2019-02-27 Pedro Alves <palves@redhat.com>
12307
12308 * utils.c (set_screen_size): When we cap the height/width sizes,
12309 tweak the corresponding command variable to show "unlimited":
12310
12311 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12312 Pedro Alves <palves@redhat.com>
12313
12314 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12315 before calling rl_set_screen_size.
12316
12317 2019-02-27 Tom Tromey <tromey@adacore.com>
12318
12319 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12320 define.
12321 * python/py-value.c: Remove Python 2.4 workaround.
12322 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12323 workaround.
12324 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12325 Python 2.4 workaround.
12326 * python/python-internal.h: Remove Python 2.4 comment.
12327 (Py_ssize_t): Don't define.
12328 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12329 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12330 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12331 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12332 * python/python.c (do_start_initialization): Remove Python 2.4
12333 workaround.
12334 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12335 (print_children): Remove Python 2.4 workaround.
12336 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12337 workaround.
12338 (CHARBUFFERPROC_NAME): Remove.
12339 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12340 Python 2.4 workaround.
12341
12342 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12343
12344 * NEWS: Note minimum Python version.
12345
12346 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12347
12348 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12349 code from these functions. Remove corresponding ifdefs. Use
12350 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12351 Remove gotos and target of gotos.
12352 (infpy_search_memory): Likewise.
12353
12354 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12355
12356 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12357 (hppa_gdbarch_init): Don't register deleted functions with
12358 gdbarch.
12359
12360 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12361
12362 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12363 (h8300_unwind_sp): Delete.
12364 (h8300_dummy_id): Delete.
12365 (h8300_gdbarch_init): Don't register deleted functions with
12366 gdbarch.
12367
12368 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12369
12370 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12371 (ft32_unwind_pc): Delete.
12372 (ft32_unwind_sp): Delete.
12373 (ft32_gdbarch_init): Don't register deleted functions with
12374 gdbarch.
12375
12376 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12377
12378 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12379 (frv_unwind_pc): Delete.
12380 (frv_unwind_sp): Delete.
12381 (frv_gdbarch_init): Don't register deleted functions with
12382 gdbarch.
12383
12384 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12385
12386 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12387 (riscv_unwind_pc): Delete.
12388 (riscv_unwind_sp): Delete.
12389 (riscv_gdbarch_init): Don't register deleted functions with
12390 gdbarch.
12391
12392 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12393
12394 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12395 (csky_unwind_pc): Delete.
12396 (csky_unwind_sp): Delete.
12397 (csky_gdbarch_init): Don't register deleted functions with
12398 gdbarch.
12399
12400 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12401
12402 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12403 (cris_unwind_pc): Delete.
12404 (cris_unwind_sp): Delete.
12405 (cris_gdbarch_init): Don't register deleted functions with
12406 gdbarch.
12407
12408 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12409
12410 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12411 (bfin_unwind_pc): Delete.
12412 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12413
12414 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12417 (arm_unwind_pc): Delete.
12418 (arm_unwind_sp): Delete.
12419 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12420
12421 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12422
12423 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12424 (arc_unwind_pc): Delete.
12425 (arc_unwind_sp): Delete.
12426 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12427
12428 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12429
12430 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12431 (alpha_unwind_pc): Delete.
12432 (alpha_gdbarch_init): Don't register deleted functions with
12433 gdbarch.
12434
12435 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12436
12437 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12438 (aarch64_unwind_pc): Delete.
12439 (aarch64_unwind_sp): Delete.
12440 (aarch64_gdbarch_init): Don't register deleted functions with
12441 gdbarch.
12442
12443 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12444
12445 * gdbtypes.c (type_align): Don't consider static members when
12446 computing structure alignment.
12447
12448 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12449
12450 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12451 return 0 for other types.
12452 * arch-utils.c (default_type_align): Always return 0.
12453 * gdbarch.h: Regenerate.
12454 * gdbarch.sh (type_align): Extend comment.
12455 * gdbtypes.c (type_align): Add additional comments, always call
12456 gdbarch_type_align before applying the default rules.
12457 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12458 generic code will then apply a suitable default.
12459 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12460 types, return 0 for other types.
12461
12462 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12463
12464 * NEWS: Create a new section for the next release branch.
12465 Rename the section of the current branch, now that it has
12466 been cut.
12467
12468 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12469
12470 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12471 * version.in: Bump version to 8.3.50.DATE-git.
12472
12473 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12474
12475 * aix-thread.c (ptid_cmp): Remove unused variable.
12476 (get_signaled_thread): Likewise.
12477 (store_regs_user_thread): Likewise.
12478 (store_regs_kernel_thread): Likewise.
12479 (fetch_regs_kernel_thread): Remove shadowed variable.
12480
12481 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12482
12483 * features/riscv/32bit-cpu.xml: Add register numbers.
12484 * features/riscv/32bit-fpu.c: Regenerate.
12485 * features/riscv/32bit-fpu.xml: Add register numbers.
12486 * features/riscv/64bit-cpu.xml: Add register numbers.
12487 * features/riscv/64bit-fpu.c: Regenerate.
12488 * features/riscv/64bit-fpu.xml: Add register numbers.
12489
12490 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12491
12492 * NEWS: Mention two argument form of gdb.Value constructor.
12493 * python/py-value.c (convert_buffer_and_type_to_value): New
12494 function.
12495 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12496 Add support for handling an optional second argument. Call
12497 convert_buffer_and_type_to_value as appropriate.
12498 * python/python-internal.h (Py_buffer_deleter): New struct.
12499 (Py_buffer_up): New typedef.
12500
12501 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12502
12503 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12504 instead of releasing ownership.
12505
12506 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12507
12508 * dwarf2read.c (open_and_init_dwp_file): Call
12509 elf_numsections instead of bfd_count_sections to initialize
12510 dwp_file->num_sections.
12511
12512 2019-02-25 Tom Tromey <tromey@adacore.com>
12513
12514 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12515
12516 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12517
12518 * gcore.in: Add '--readnever' option when invoking GDB.
12519
12520 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12521
12522 * MAINTAINERS: Update my email address.
12523
12524 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12525
12526 * build-id.c (build_id_to_debug_bfd_1): New function.
12527 (build_id_to_debug_bfd): Look for separate debug file in
12528 sysroot.
12529
12530 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12531
12532 * gdbarch.sh: Update the copyright year range that is placed into
12533 generated files.
12534
12535 2019-02-22 Keith Seitz <keiths@redhat.com>
12536
12537 PR symtab/23853
12538 * linespec.c (create_sals_line_offset): Search for the default
12539 symtab's filename instead of its fullname.
12540
12541 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12542
12543 * NEWS: Update style defaults.
12544
12545 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12546
12547 * main.c (captured_main_1): Disable styling in batch mode.
12548
12549 2019-02-20 Tom Tromey <tom@tromey.com>
12550
12551 * symtab.c (symtab_symbol_info): Fix typos.
12552
12553 2019-02-20 Tom Tromey <tromey@adacore.com>
12554
12555 * findcmd.c (_initialize_mem_search): Use upper case for
12556 metasyntactic variables.
12557
12558 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12559
12560 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12561 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12562
12563 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12564
12565 * top.h (source_file_name): Change to std::string.
12566 * top.c (source_file_name): Likewise.
12567 (command_line_input): Adjust.
12568 * cli/cli-script.c (script_from_file): Adjust.
12569
12570 2019-02-19 Tom Tromey <tromey@adacore.com>
12571
12572 * ravenscar-thread.c
12573 (ravenscar_thread_target::update_thread_list): Don't call
12574 ada_build_task_list.
12575 * ada-lang.h (ada_build_task_list): Don't declare.
12576 * ada-tasks.c (struct ada_tasks_inferior_data)
12577 <task_list_valid_p>: Now bool.
12578 (read_known_tasks, ada_task_list_changed)
12579 (ada_tasks_invalidate_inferior_data): Update.
12580 (read_known_tasks_array): Return bool.
12581 (read_known_tasks_list): Likewise.
12582 (read_known_tasks): Return void.
12583 (ada_build_task_list): Now static.
12584
12585 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12586
12587 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12588 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12589
12590 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12591
12592 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12593 variant for ada_tasks_pspace_data_handle and
12594 ada_tasks_inferior_data_handle.
12595 (ada_tasks_pspace_data_cleanup): New function.
12596 (ada_tasks_inferior_data_cleanup): New function.
12597
12598 2019-02-17 Tom Tromey <tom@tromey.com>
12599
12600 * macrotab.h (macro_source_fullname): Return a std::string.
12601 * macrotab.c (macro_include, check_for_redefinition)
12602 (macro_undef, macro_lookup_definition, foreach_macro)
12603 (foreach_macro_in_scope): Update.
12604 (macro_source_fullname): Return a std::string.
12605 * macrocmd.c (show_pp_source_pos): Update.
12606
12607 2019-02-17 Tom Tromey <tom@tromey.com>
12608
12609 * macrocmd.c (show_pp_source_pos): Style the file names.
12610
12611 2019-02-17 Tom Tromey <tom@tromey.com>
12612
12613 PR tui/24197:
12614 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12615
12616 2019-02-17 Tom Tromey <tom@tromey.com>
12617
12618 * ada-lang.c (user_select_syms): Use filtered printing.
12619 * utils.c (wrap_style): New global.
12620 (desired_style): Remove.
12621 (emit_style_escape): Add stream parameter.
12622 (set_output_style, reset_terminal_style, prompt_for_continue):
12623 Update.
12624 (flush_wrap_buffer): Only flush gdb_stdout.
12625 (wrap_here): Set wrap_style.
12626 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12627 treat escape sequences as a character. Change when wrap buffer is
12628 flushed.
12629 (fputs_styled): Do not set the output style when the default is
12630 requested.
12631 * ui-style.h (struct ui_file_style) <is_default>: New method.
12632 * source.c (print_source_lines_base): Emit escape sequences in one
12633 piece.
12634
12635 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12636
12637 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12638 integers and enumeration types.
12639
12640 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12641
12642 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12643 instead of lookup_symbol_in_language
12644 (do_exact_match): New function.
12645 (ada_get_symbol_name_matcher): Return do_exact_match when
12646 doing a verbatim match.
12647
12648 2019-02-15 Tom Tromey <tromey@adacore.com>
12649
12650 * ravenscar-thread.c (ravenscar_thread_target::resume)
12651 (ravenscar_thread_target::wait): Special case wildcard requests.
12652
12653 2019-02-15 Tom Tromey <tromey@adacore.com>
12654
12655 * ravenscar-thread.c (base_ptid): Remove.
12656 (struct ravenscar_thread_target) <close>: New method.
12657 <m_base_ptid>: New member.
12658 <update_inferior_ptid, active_task, task_is_currently_active,
12659 runtime_initialized>: Declare methods.
12660 <ravenscar_thread_target>: Add constructor.
12661 (ravenscar_thread_target::task_is_currently_active)
12662 (ravenscar_thread_target::update_inferior_ptid)
12663 (ravenscar_runtime_initialized): Rename. Now methods.
12664 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12665 (ravenscar_thread_target::update_thread_list): Update.
12666 (ravenscar_thread_target::active_task): Now method.
12667 (ravenscar_thread_target::store_registers)
12668 (ravenscar_thread_target::prepare_to_store)
12669 (ravenscar_thread_target::prepare_to_store)
12670 (ravenscar_thread_target::mourn_inferior): Update.
12671 (ravenscar_inferior_created): Use "new" to create target.
12672 (ravenscar_thread_target::get_ada_task_ptid): Update.
12673 (_initialize_ravenscar): Don't initialize base_ptid.
12674 (ravenscar_ops): Remove global.
12675
12676 2019-02-15 Tom Tromey <tromey@adacore.com>
12677
12678 * target.h (push_target): Declare new overload.
12679 * target.c (push_target): New overload, taking an rvalue reference.
12680 * remote.c (remote_target::open_1): Use push_target overload.
12681 * corelow.c (core_target_open): Use push_target overload.
12682
12683 2019-02-15 Tom Tromey <tromey@adacore.com>
12684
12685 * ravenscar-thread.c (is_ravenscar_task)
12686 (ravenscar_task_is_currently_active): Return bool.
12687 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12688 (_initialize_ravenscar): Remove "(void)".
12689 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12690 Return bool.
12691
12692 2019-02-15 Tom Tromey <tromey@adacore.com>
12693
12694 * ravenscar-thread.c (ravenscar_runtime_initializer)
12695 (has_ravenscar_runtime, get_running_thread_id)
12696 (ravenscar_thread_target::resume): Fix indentation.
12697
12698 2019-02-15 Tom Tromey <tromey@adacore.com>
12699
12700 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12701 from ravenscar_arch_ops.
12702 (sparc_ravenscar_ops::fetch_registers)
12703 (sparc_ravenscar_ops::store_registers): Now methods.
12704 (sparc_ravenscar_prepare_to_store): Remove.
12705 (sparc_ravenscar_ops): Redefine.
12706 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12707 methods and destructor. Remove members.
12708 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12709 (ravenscar_thread_target::store_registers)
12710 (ravenscar_thread_target::prepare_to_store): Update.
12711 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12712 Remove.
12713 (struct ppc_ravenscar_powerpc_ops): Derive from
12714 ravenscar_arch_ops.
12715 (ppc_ravenscar_powerpc_ops::fetch_registers)
12716 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12717 (ppc_ravenscar_powerpc_ops): Redefine.
12718 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12719 (ppc_ravenscar_e500_ops::fetch_registers)
12720 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12721 (ppc_ravenscar_e500_ops): Redefine.
12722 * aarch64-ravenscar-thread.c
12723 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12724 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12725 (aarch64_ravenscar_fetch_registers)
12726 (aarch64_ravenscar_store_registers): Now methods.
12727 (aarch64_ravenscar_ops): Redefine.
12728
12729 2019-02-15 Tom Tromey <tromey@adacore.com>
12730
12731 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12732 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12733 (ravenscar_thread_target::stopped_by_watchpoint)
12734 (ravenscar_thread_target::stopped_data_address)
12735 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12736
12737 2019-02-15 Tom Tromey <tromey@adacore.com>
12738
12739 * ravenscar-thread.c: Fix some typos.
12740
12741 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12742 Tom Tromey <tromey@adacore.com>
12743
12744 * ada-lang.c (ada_exception_sal): Change addr_string to a
12745 std::string.
12746 (create_ada_exception_catchpoint): Update.
12747
12748 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12749 Tom Tromey <tromey@adacore.com>
12750
12751 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12752 (bp_location_ops): Remove.
12753 (base_breakpoint_allocate_location): Update.
12754 (free_bp_location): Update.
12755 * ada-lang.c (class ada_catchpoint_location)
12756 <ada_catchpoint_location>: Remove ops parameter.
12757 (ada_catchpoint_location_dtor): Remove.
12758 (ada_catchpoint_location_ops): Remove.
12759 (allocate_location_exception): Update.
12760 * breakpoint.h (struct bp_location_ops): Remove.
12761 (class bp_location) <bp_location>: Remove bp_location_ops
12762 parameter.
12763 <~bp_location>: Add destructor.
12764 <ops>: Remove.
12765
12766 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12767 Pedro Alves <palves@redhat.com>
12768
12769 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12770 'PATH_MAX'.
12771
12772 2019-02-14 David Michael <fedora.dm0@gmail.com>
12773 Samuel Thibault <samuel.thibault@gnu.org>
12774 Thomas Schwinge <thomas@codesourcery.com>
12775
12776 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12777 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12778
12779 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12780
12781 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12782 (check_empty): Use "const char *".
12783
12784 * gnu-nat.c (gnu_nat_target::detach): Instead of
12785 'detach_inferior (pid)' call
12786 'detach_inferior (find_inferior_pid (pid))'.
12787
12788 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12789 'nat/fork-inferior.o'.
12790 * gnu-nat.c: #include "nat/fork-inferior.h".
12791
12792 * gnu-nat.c (gnu_nat_target::detach): Instead of
12793 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12794 * gnu-nat.h: #include "inf-child.h".
12795 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12796 'i386_gnu_nat_target::fetch_registers'.
12797 (gnu_store_registers): Rename/move to
12798 'i386_gnu_nat_target::store_registers'.
12799
12800 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12801 * gnu-nat.h (mach_thread_info): New function.
12802 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12803
12804 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12805
12806 2019-02-14 Frederic Konrad <konrad@adacore.com>
12807
12808 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12809
12810 2019-02-14 Joel Brobecker <brobecker@adacore.com>
12811
12812 * windows-nat.c (windows_add_thread): Add new parameter
12813 "main_thread_p" with default value set to false. Update
12814 function documentation as well as all callers.
12815 (windows_delete_thread): Likewise.
12816 (fake_create_process): Update call to windows_add_thread.
12817 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12818 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12819 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12820 call to windows_delete_thread.
12821
12822 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12823
12824 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12825
12826 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12827
12828 * symfile.c (find_separate_debug_file): Use canonical path of
12829 sysroot with child_path instead of gdb_sysroot if it is valid.
12830
12831 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12832
12833 * symfile.c (find_separate_debug_file): Use child_path to
12834 determine if an object file is under a sysroot.
12835
12836 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12837
12838 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12839 unittests/child-path-selftests.c.
12840 * common/pathstuff.c (child_path): New function.
12841 * common/pathstuff.h (child_path): New prototype.
12842 * unittests/child-path-selftests.c: New file.
12843
12844 2019-02-12 John Baldwin <jhb@FreeBSD.org>
12845
12846 * symfile.c (find_separate_debug_file): Look for separate debug
12847 files in debug directories under the sysroot.
12848
12849 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12850
12851 * symtab.h (struct minimal_symbol data_p): New const method.
12852 (struct minimal_symbol text_p): Likewise.
12853 * symtab.c (output_source_filename): Use file name style
12854 to print file name.
12855 (print_symbol_info): Likewise.
12856 (print_msymbol_info): Use address style to print addresses.
12857 Use function name style to print executable text symbols.
12858 (expand_symtab_containing_pc): Use data_p.
12859 (find_pc_sect_compunit_symtab): Likewise.
12860
12861 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12862
12863 * breakpoint.c (describe_other_breakpoints): Use address style
12864 to print addresses.
12865 (say_where): Likewise.
12866
12867 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12868
12869 * ada-typeprint.c (print_func_type): Print function name
12870 style to print function name.
12871 * c-typeprint.c (c_print_type_1): Likewise.
12872
12873 2019-02-11 Alan Hayward <alan.hayward@arm.com>
12874
12875 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12876 for execve.
12877
12878 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12879
12880 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12881 type_stack.
12882
12883 2019-02-10 Joel Brobecker <brobecker@adacore.com>
12884
12885 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12886 TYPE_CODE_REF types.
12887
12888 2019-02-08 Jim Wilson <jimw@sifive.com>
12889
12890 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12891 (riscv_linux_fregset): New.
12892 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12893
12894 2019-02-07 Tom Tromey <tom@tromey.com>
12895
12896 * thread.c (thread_cancel_execution_command): Update.
12897 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12898 methods.
12899 (struct thread_fsm_ops): Remove.
12900 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12901 (thread_fsm_should_stop, thread_fsm_return_value)
12902 (thread_fsm_set_finished, thread_fsm_finished_p)
12903 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12904 Don't declare.
12905 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12906 * infrun.c (clear_proceed_status_thread)
12907 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12908 (print_stop_event): Update.
12909 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12910 Add constructor.
12911 (step_command_fsm_ops): Remove.
12912 (new_step_command_fsm): Remove.
12913 (step_1): Update.
12914 (step_command_fsm::should_stop): Rename from
12915 step_command_fsm_should_stop.
12916 (step_command_fsm::clean_up): Rename from
12917 step_command_fsm_clean_up.
12918 (step_command_fsm::do_async_reply_reason): Rename from
12919 step_command_fsm_async_reply_reason.
12920 (struct until_next_fsm): Inherit from thread_fsm. Add
12921 constructor.
12922 (until_next_fsm_ops): Remove.
12923 (new_until_next_fsm): Remove.
12924 (until_next_fsm::should_stop): Rename from
12925 until_next_fsm_should_stop.
12926 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12927 (until_next_fsm::do_async_reply_reason): Rename from
12928 until_next_fsm_async_reply_reason.
12929 (struct finish_command_fsm): Inherit from thread_fsm. Add
12930 constructor. Change type of breakpoint.
12931 (finish_command_fsm_ops): Remove.
12932 (new_finish_command_fsm): Remove.
12933 (finish_command_fsm::should_stop): Rename from
12934 finish_command_fsm_should_stop.
12935 (finish_command_fsm::clean_up): Rename from
12936 finish_command_fsm_clean_up.
12937 (finish_command_fsm::return_value): Rename from
12938 finish_command_fsm_return_value.
12939 (finish_command_fsm::do_async_reply_reason): Rename from
12940 finish_command_fsm_async_reply_reason.
12941 (finish_command): Update.
12942 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12943 Add constructor.
12944 (call_thread_fsm_ops): Remove.
12945 (call_thread_fsm::call_thread_fsm): Rename from
12946 new_call_thread_fsm.
12947 (call_thread_fsm::should_stop): Rename from
12948 call_thread_fsm_should_stop.
12949 (call_thread_fsm::should_notify_stop): Rename from
12950 call_thread_fsm_should_notify_stop.
12951 (run_inferior_call, call_function_by_hand_dummy): Update.
12952 * cli/cli-interp.c (should_print_stop_to_console): Update.
12953 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12954 Add constructor. Change type of location_breakpoint,
12955 caller_breakpoint.
12956 (until_break_fsm_ops): Remove.
12957 (new_until_break_fsm): Remove.
12958 (until_break_fsm::should_stop): Rename from
12959 until_break_fsm_should_stop.
12960 (until_break_fsm::clean_up): Rename from
12961 until_break_fsm_clean_up.
12962 (until_break_fsm::do_async_reply_reason): Rename from
12963 until_break_fsm_async_reply_reason.
12964 (until_break_command): Update.
12965 * thread-fsm.c: Remove.
12966 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12967
12968 2019-02-07 Tom Tromey <tom@tromey.com>
12969
12970 * yy-remap.h: Add include guard.
12971 * xtensa-tdep.h: Add include guard.
12972 * xcoffread.h: Rename include guard.
12973 * varobj-iter.h: Add include guard.
12974 * tui/tui.h: Rename include guard.
12975 * tui/tui-winsource.h: Rename include guard.
12976 * tui/tui-wingeneral.h: Rename include guard.
12977 * tui/tui-windata.h: Rename include guard.
12978 * tui/tui-win.h: Rename include guard.
12979 * tui/tui-stack.h: Rename include guard.
12980 * tui/tui-source.h: Rename include guard.
12981 * tui/tui-regs.h: Rename include guard.
12982 * tui/tui-out.h: Rename include guard.
12983 * tui/tui-layout.h: Rename include guard.
12984 * tui/tui-io.h: Rename include guard.
12985 * tui/tui-hooks.h: Rename include guard.
12986 * tui/tui-file.h: Rename include guard.
12987 * tui/tui-disasm.h: Rename include guard.
12988 * tui/tui-data.h: Rename include guard.
12989 * tui/tui-command.h: Rename include guard.
12990 * tic6x-tdep.h: Add include guard.
12991 * target/waitstatus.h: Rename include guard.
12992 * target/wait.h: Rename include guard.
12993 * target/target.h: Rename include guard.
12994 * target/resume.h: Rename include guard.
12995 * target-float.h: Rename include guard.
12996 * stabsread.h: Add include guard.
12997 * rs6000-tdep.h: Add include guard.
12998 * riscv-fbsd-tdep.h: Add include guard.
12999 * regformats/regdef.h: Rename include guard.
13000 * record.h: Rename include guard.
13001 * python/python.h: Rename include guard.
13002 * python/python-internal.h: Rename include guard.
13003 * python/py-stopevent.h: Rename include guard.
13004 * python/py-ref.h: Rename include guard.
13005 * python/py-record.h: Rename include guard.
13006 * python/py-record-full.h: Rename include guard.
13007 * python/py-record-btrace.h: Rename include guard.
13008 * python/py-instruction.h: Rename include guard.
13009 * python/py-events.h: Rename include guard.
13010 * python/py-event.h: Rename include guard.
13011 * procfs.h: Add include guard.
13012 * proc-utils.h: Add include guard.
13013 * p-lang.h: Add include guard.
13014 * or1k-tdep.h: Rename include guard.
13015 * observable.h: Rename include guard.
13016 * nto-tdep.h: Rename include guard.
13017 * nat/x86-linux.h: Rename include guard.
13018 * nat/x86-linux-dregs.h: Rename include guard.
13019 * nat/x86-gcc-cpuid.h: Add include guard.
13020 * nat/x86-dregs.h: Rename include guard.
13021 * nat/x86-cpuid.h: Rename include guard.
13022 * nat/ppc-linux.h: Rename include guard.
13023 * nat/mips-linux-watch.h: Rename include guard.
13024 * nat/linux-waitpid.h: Rename include guard.
13025 * nat/linux-ptrace.h: Rename include guard.
13026 * nat/linux-procfs.h: Rename include guard.
13027 * nat/linux-osdata.h: Rename include guard.
13028 * nat/linux-nat.h: Rename include guard.
13029 * nat/linux-namespaces.h: Rename include guard.
13030 * nat/linux-btrace.h: Rename include guard.
13031 * nat/glibc_thread_db.h: Rename include guard.
13032 * nat/gdb_thread_db.h: Rename include guard.
13033 * nat/gdb_ptrace.h: Rename include guard.
13034 * nat/fork-inferior.h: Rename include guard.
13035 * nat/amd64-linux-siginfo.h: Rename include guard.
13036 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13037 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13038 * nat/aarch64-linux.h: Rename include guard.
13039 * nat/aarch64-linux-hw-point.h: Rename include guard.
13040 * mn10300-tdep.h: Add include guard.
13041 * mips-linux-tdep.h: Add include guard.
13042 * mi/mi-parse.h: Rename include guard.
13043 * mi/mi-out.h: Rename include guard.
13044 * mi/mi-main.h: Rename include guard.
13045 * mi/mi-interp.h: Rename include guard.
13046 * mi/mi-getopt.h: Rename include guard.
13047 * mi/mi-console.h: Rename include guard.
13048 * mi/mi-common.h: Rename include guard.
13049 * mi/mi-cmds.h: Rename include guard.
13050 * mi/mi-cmd-break.h: Rename include guard.
13051 * m2-lang.h: Add include guard.
13052 * location.h: Rename include guard.
13053 * linux-record.h: Rename include guard.
13054 * linux-nat.h: Add include guard.
13055 * linux-fork.h: Add include guard.
13056 * i386-darwin-tdep.h: Rename include guard.
13057 * hppa-linux-offsets.h: Add include guard.
13058 * guile/guile.h: Rename include guard.
13059 * guile/guile-internal.h: Rename include guard.
13060 * gnu-nat.h: Rename include guard.
13061 * gdb-stabs.h: Rename include guard.
13062 * frv-tdep.h: Add include guard.
13063 * f-lang.h: Add include guard.
13064 * event-loop.h: Add include guard.
13065 * darwin-nat.h: Rename include guard.
13066 * cp-abi.h: Rename include guard.
13067 * config/sparc/nm-sol2.h: Rename include guard.
13068 * config/nm-nto.h: Rename include guard.
13069 * config/nm-linux.h: Add include guard.
13070 * config/i386/nm-i386gnu.h: Rename include guard.
13071 * config/djgpp/nl_types.h: Rename include guard.
13072 * config/djgpp/langinfo.h: Rename include guard.
13073 * compile/gcc-cp-plugin.h: Add include guard.
13074 * compile/gcc-c-plugin.h: Add include guard.
13075 * compile/compile.h: Rename include guard.
13076 * compile/compile-object-run.h: Rename include guard.
13077 * compile/compile-object-load.h: Rename include guard.
13078 * compile/compile-internal.h: Rename include guard.
13079 * compile/compile-cplus.h: Rename include guard.
13080 * compile/compile-c.h: Rename include guard.
13081 * common/xml-utils.h: Rename include guard.
13082 * common/x86-xstate.h: Rename include guard.
13083 * common/version.h: Rename include guard.
13084 * common/vec.h: Rename include guard.
13085 * common/tdesc.h: Rename include guard.
13086 * common/selftest.h: Rename include guard.
13087 * common/scoped_restore.h: Rename include guard.
13088 * common/scoped_mmap.h: Rename include guard.
13089 * common/scoped_fd.h: Rename include guard.
13090 * common/safe-iterator.h: Rename include guard.
13091 * common/run-time-clock.h: Rename include guard.
13092 * common/refcounted-object.h: Rename include guard.
13093 * common/queue.h: Rename include guard.
13094 * common/ptid.h: Rename include guard.
13095 * common/print-utils.h: Rename include guard.
13096 * common/preprocessor.h: Rename include guard.
13097 * common/pathstuff.h: Rename include guard.
13098 * common/observable.h: Rename include guard.
13099 * common/netstuff.h: Rename include guard.
13100 * common/job-control.h: Rename include guard.
13101 * common/host-defs.h: Rename include guard.
13102 * common/gdb_wait.h: Rename include guard.
13103 * common/gdb_vecs.h: Rename include guard.
13104 * common/gdb_unlinker.h: Rename include guard.
13105 * common/gdb_unique_ptr.h: Rename include guard.
13106 * common/gdb_tilde_expand.h: Rename include guard.
13107 * common/gdb_sys_time.h: Rename include guard.
13108 * common/gdb_string_view.h: Rename include guard.
13109 * common/gdb_splay_tree.h: Rename include guard.
13110 * common/gdb_setjmp.h: Rename include guard.
13111 * common/gdb_ref_ptr.h: Rename include guard.
13112 * common/gdb_optional.h: Rename include guard.
13113 * common/gdb_locale.h: Rename include guard.
13114 * common/gdb_assert.h: Rename include guard.
13115 * common/filtered-iterator.h: Rename include guard.
13116 * common/filestuff.h: Rename include guard.
13117 * common/fileio.h: Rename include guard.
13118 * common/environ.h: Rename include guard.
13119 * common/common-utils.h: Rename include guard.
13120 * common/common-types.h: Rename include guard.
13121 * common/common-regcache.h: Rename include guard.
13122 * common/common-inferior.h: Rename include guard.
13123 * common/common-gdbthread.h: Rename include guard.
13124 * common/common-exceptions.h: Rename include guard.
13125 * common/common-defs.h: Rename include guard.
13126 * common/common-debug.h: Rename include guard.
13127 * common/cleanups.h: Rename include guard.
13128 * common/buffer.h: Rename include guard.
13129 * common/btrace-common.h: Rename include guard.
13130 * common/break-common.h: Rename include guard.
13131 * cli/cli-utils.h: Rename include guard.
13132 * cli/cli-style.h: Rename include guard.
13133 * cli/cli-setshow.h: Rename include guard.
13134 * cli/cli-script.h: Rename include guard.
13135 * cli/cli-interp.h: Rename include guard.
13136 * cli/cli-decode.h: Rename include guard.
13137 * cli/cli-cmds.h: Rename include guard.
13138 * charset-list.h: Add include guard.
13139 * buildsym-legacy.h: Rename include guard.
13140 * bfin-tdep.h: Add include guard.
13141 * ax.h: Rename include guard.
13142 * arm-linux-tdep.h: Add include guard.
13143 * arm-fbsd-tdep.h: Add include guard.
13144 * arch/xtensa.h: Rename include guard.
13145 * arch/tic6x.h: Add include guard.
13146 * arch/i386.h: Add include guard.
13147 * arch/arm.h: Rename include guard.
13148 * arch/arm-linux.h: Rename include guard.
13149 * arch/arm-get-next-pcs.h: Rename include guard.
13150 * arch/amd64.h: Add include guard.
13151 * arch/aarch64-insn.h: Rename include guard.
13152 * arch-utils.h: Rename include guard.
13153 * annotate.h: Add include guard.
13154 * amd64-darwin-tdep.h: Rename include guard.
13155 * aarch64-linux-tdep.h: Add include guard.
13156 * aarch64-fbsd-tdep.h: Add include guard.
13157 * aarch32-linux-nat.h: Add include guard.
13158
13159 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13160
13161 * macrotab.c (macro_define_internal): New function that
13162 factorizes macro_define_object_internal and macro_define_function
13163 code.
13164 (macro_define_object_internal): Use macro_define_internal.
13165 (macro_define_function): Likewise.
13166
13167 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13168
13169 * macrocmd.c (extract_identifier): Return
13170 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13171 callers.
13172
13173 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13174
13175 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13176
13177 2019-02-05 Tom Tromey <tom@tromey.com>
13178
13179 * target.c (target_stack::unpush): Move assertion earlier.
13180
13181 2019-01-30 Tom Tromey <tom@tromey.com>
13182
13183 PR python/23615:
13184 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13185 (gdbpy_parse_and_eval): Likewise.
13186 * python/python-internal.h (gdbpy_allow_threads): New class.
13187
13188 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13189
13190 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13191 (aarch64_fbsd_fpregmap): Move earlier.
13192 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13193 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13194 instead of individual calls to trad_frame_set_reg_addr.
13195 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13196 earlier.
13197 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13198 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13199 instead of individual calls to trad_frame_set_reg_addr.
13200
13201 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13202
13203 * CONTRIBUTE: Replace contribution list with wiki link.
13204
13205 2019-01-25 Tom Tromey <tom@tromey.com>
13206
13207 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13208
13209 2019-01-25 Tom Tromey <tom@tromey.com>
13210
13211 * xtensa-linux-nat.c: Fix common/ includes.
13212 * xml-support.h: Fix common/ includes.
13213 * xml-support.c: Fix common/ includes.
13214 * x86-linux-nat.c: Fix common/ includes.
13215 * windows-nat.c: Fix common/ includes.
13216 * varobj.h: Fix common/ includes.
13217 * varobj.c: Fix common/ includes.
13218 * value.c: Fix common/ includes.
13219 * valops.c: Fix common/ includes.
13220 * utils.c: Fix common/ includes.
13221 * unittests/xml-utils-selftests.c: Fix common/ includes.
13222 * unittests/utils-selftests.c: Fix common/ includes.
13223 * unittests/unpack-selftests.c: Fix common/ includes.
13224 * unittests/tracepoint-selftests.c: Fix common/ includes.
13225 * unittests/style-selftests.c: Fix common/ includes.
13226 * unittests/string_view-selftests.c: Fix common/ includes.
13227 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13228 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13229 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13230 * unittests/rsp-low-selftests.c: Fix common/ includes.
13231 * unittests/parse-connection-spec-selftests.c: Fix common/
13232 includes.
13233 * unittests/optional-selftests.c: Fix common/ includes.
13234 * unittests/offset-type-selftests.c: Fix common/ includes.
13235 * unittests/observable-selftests.c: Fix common/ includes.
13236 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13237 * unittests/memrange-selftests.c: Fix common/ includes.
13238 * unittests/memory-map-selftests.c: Fix common/ includes.
13239 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13240 * unittests/function-view-selftests.c: Fix common/ includes.
13241 * unittests/environ-selftests.c: Fix common/ includes.
13242 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13243 * unittests/common-utils-selftests.c: Fix common/ includes.
13244 * unittests/cli-utils-selftests.c: Fix common/ includes.
13245 * unittests/array-view-selftests.c: Fix common/ includes.
13246 * ui-file.c: Fix common/ includes.
13247 * tui/tui-io.c: Fix common/ includes.
13248 * tracepoint.h: Fix common/ includes.
13249 * tracepoint.c: Fix common/ includes.
13250 * tracefile-tfile.c: Fix common/ includes.
13251 * top.h: Fix common/ includes.
13252 * top.c: Fix common/ includes.
13253 * thread.c: Fix common/ includes.
13254 * target/waitstatus.h: Fix common/ includes.
13255 * target/waitstatus.c: Fix common/ includes.
13256 * target.h: Fix common/ includes.
13257 * target.c: Fix common/ includes.
13258 * target-memory.c: Fix common/ includes.
13259 * target-descriptions.c: Fix common/ includes.
13260 * symtab.h: Fix common/ includes.
13261 * symfile.c: Fix common/ includes.
13262 * stap-probe.c: Fix common/ includes.
13263 * spu-linux-nat.c: Fix common/ includes.
13264 * sparc-nat.c: Fix common/ includes.
13265 * source.c: Fix common/ includes.
13266 * solib.c: Fix common/ includes.
13267 * solib-target.c: Fix common/ includes.
13268 * ser-unix.c: Fix common/ includes.
13269 * ser-tcp.c: Fix common/ includes.
13270 * ser-pipe.c: Fix common/ includes.
13271 * ser-base.c: Fix common/ includes.
13272 * selftest-arch.c: Fix common/ includes.
13273 * s12z-tdep.c: Fix common/ includes.
13274 * rust-exp.y: Fix common/ includes.
13275 * rs6000-aix-tdep.c: Fix common/ includes.
13276 * riscv-tdep.c: Fix common/ includes.
13277 * remote.c: Fix common/ includes.
13278 * remote-notif.h: Fix common/ includes.
13279 * remote-fileio.h: Fix common/ includes.
13280 * remote-fileio.c: Fix common/ includes.
13281 * regcache.h: Fix common/ includes.
13282 * regcache.c: Fix common/ includes.
13283 * record-btrace.c: Fix common/ includes.
13284 * python/python.c: Fix common/ includes.
13285 * python/py-type.c: Fix common/ includes.
13286 * python/py-inferior.c: Fix common/ includes.
13287 * progspace.h: Fix common/ includes.
13288 * producer.c: Fix common/ includes.
13289 * procfs.c: Fix common/ includes.
13290 * proc-api.c: Fix common/ includes.
13291 * printcmd.c: Fix common/ includes.
13292 * ppc-linux-nat.c: Fix common/ includes.
13293 * parser-defs.h: Fix common/ includes.
13294 * osdata.c: Fix common/ includes.
13295 * obsd-nat.c: Fix common/ includes.
13296 * nat/x86-linux.c: Fix common/ includes.
13297 * nat/x86-linux-dregs.c: Fix common/ includes.
13298 * nat/x86-dregs.h: Fix common/ includes.
13299 * nat/x86-dregs.c: Fix common/ includes.
13300 * nat/ppc-linux.c: Fix common/ includes.
13301 * nat/mips-linux-watch.h: Fix common/ includes.
13302 * nat/mips-linux-watch.c: Fix common/ includes.
13303 * nat/linux-waitpid.c: Fix common/ includes.
13304 * nat/linux-ptrace.h: Fix common/ includes.
13305 * nat/linux-ptrace.c: Fix common/ includes.
13306 * nat/linux-procfs.c: Fix common/ includes.
13307 * nat/linux-personality.c: Fix common/ includes.
13308 * nat/linux-osdata.c: Fix common/ includes.
13309 * nat/linux-namespaces.c: Fix common/ includes.
13310 * nat/linux-btrace.h: Fix common/ includes.
13311 * nat/linux-btrace.c: Fix common/ includes.
13312 * nat/fork-inferior.c: Fix common/ includes.
13313 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13314 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13315 * nat/aarch64-linux.c: Fix common/ includes.
13316 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13317 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13318 * namespace.h: Fix common/ includes.
13319 * mips-linux-tdep.c: Fix common/ includes.
13320 * minsyms.c: Fix common/ includes.
13321 * mi/mi-parse.h: Fix common/ includes.
13322 * mi/mi-main.c: Fix common/ includes.
13323 * mi/mi-cmd-env.c: Fix common/ includes.
13324 * memrange.h: Fix common/ includes.
13325 * memattr.c: Fix common/ includes.
13326 * maint.h: Fix common/ includes.
13327 * maint.c: Fix common/ includes.
13328 * main.c: Fix common/ includes.
13329 * machoread.c: Fix common/ includes.
13330 * location.c: Fix common/ includes.
13331 * linux-thread-db.c: Fix common/ includes.
13332 * linux-nat.c: Fix common/ includes.
13333 * linux-fork.c: Fix common/ includes.
13334 * inline-frame.c: Fix common/ includes.
13335 * infrun.c: Fix common/ includes.
13336 * inflow.c: Fix common/ includes.
13337 * inferior.h: Fix common/ includes.
13338 * inferior.c: Fix common/ includes.
13339 * infcmd.c: Fix common/ includes.
13340 * inf-ptrace.c: Fix common/ includes.
13341 * inf-child.c: Fix common/ includes.
13342 * ia64-linux-nat.c: Fix common/ includes.
13343 * i387-tdep.c: Fix common/ includes.
13344 * i386-tdep.c: Fix common/ includes.
13345 * i386-linux-tdep.c: Fix common/ includes.
13346 * i386-linux-nat.c: Fix common/ includes.
13347 * i386-go32-tdep.c: Fix common/ includes.
13348 * i386-fbsd-tdep.c: Fix common/ includes.
13349 * i386-fbsd-nat.c: Fix common/ includes.
13350 * guile/scm-type.c: Fix common/ includes.
13351 * guile/guile.c: Fix common/ includes.
13352 * go32-nat.c: Fix common/ includes.
13353 * gnu-nat.c: Fix common/ includes.
13354 * gdbthread.h: Fix common/ includes.
13355 * gdbarch-selftests.c: Fix common/ includes.
13356 * gdb_usleep.c: Fix common/ includes.
13357 * gdb_select.h: Fix common/ includes.
13358 * gdb_bfd.c: Fix common/ includes.
13359 * gcore.c: Fix common/ includes.
13360 * fork-child.c: Fix common/ includes.
13361 * findvar.c: Fix common/ includes.
13362 * fbsd-nat.c: Fix common/ includes.
13363 * event-top.c: Fix common/ includes.
13364 * event-loop.c: Fix common/ includes.
13365 * dwarf2read.c: Fix common/ includes.
13366 * dwarf2loc.c: Fix common/ includes.
13367 * dwarf2-frame.c: Fix common/ includes.
13368 * dwarf-index-cache.c: Fix common/ includes.
13369 * dtrace-probe.c: Fix common/ includes.
13370 * disasm-selftests.c: Fix common/ includes.
13371 * defs.h: Fix common/ includes.
13372 * csky-tdep.c: Fix common/ includes.
13373 * cp-valprint.c: Fix common/ includes.
13374 * cp-support.h: Fix common/ includes.
13375 * cp-support.c: Fix common/ includes.
13376 * corelow.c: Fix common/ includes.
13377 * completer.h: Fix common/ includes.
13378 * completer.c: Fix common/ includes.
13379 * compile/compile.c: Fix common/ includes.
13380 * compile/compile-loc2c.c: Fix common/ includes.
13381 * compile/compile-cplus-types.c: Fix common/ includes.
13382 * compile/compile-cplus-symbols.c: Fix common/ includes.
13383 * command.h: Fix common/ includes.
13384 * cli/cli-dump.c: Fix common/ includes.
13385 * cli/cli-cmds.c: Fix common/ includes.
13386 * charset.c: Fix common/ includes.
13387 * build-id.c: Fix common/ includes.
13388 * btrace.h: Fix common/ includes.
13389 * btrace.c: Fix common/ includes.
13390 * breakpoint.h: Fix common/ includes.
13391 * breakpoint.c: Fix common/ includes.
13392 * ax.h:
13393 (enum agent_op): Fix common/ includes.
13394 * ax-general.c (struct aop_map): Fix common/ includes.
13395 * ax-gdb.c: Fix common/ includes.
13396 * auxv.c: Fix common/ includes.
13397 * auto-load.c: Fix common/ includes.
13398 * arm-tdep.c: Fix common/ includes.
13399 * arch/riscv.c: Fix common/ includes.
13400 * arch/ppc-linux-common.c: Fix common/ includes.
13401 * arch/i386.c: Fix common/ includes.
13402 * arch/arm.c: Fix common/ includes.
13403 * arch/arm-linux.c: Fix common/ includes.
13404 * arch/arm-get-next-pcs.c: Fix common/ includes.
13405 * arch/amd64.c: Fix common/ includes.
13406 * arch/aarch64.c: Fix common/ includes.
13407 * arch/aarch64-insn.c: Fix common/ includes.
13408 * arch-utils.c: Fix common/ includes.
13409 * amd64-windows-tdep.c: Fix common/ includes.
13410 * amd64-tdep.c: Fix common/ includes.
13411 * amd64-sol2-tdep.c: Fix common/ includes.
13412 * amd64-obsd-tdep.c: Fix common/ includes.
13413 * amd64-nbsd-tdep.c: Fix common/ includes.
13414 * amd64-linux-tdep.c: Fix common/ includes.
13415 * amd64-linux-nat.c: Fix common/ includes.
13416 * amd64-fbsd-tdep.c: Fix common/ includes.
13417 * amd64-fbsd-nat.c: Fix common/ includes.
13418 * amd64-dicos-tdep.c: Fix common/ includes.
13419 * amd64-darwin-tdep.c: Fix common/ includes.
13420 * agent.c: Fix common/ includes.
13421 * ada-lang.h: Fix common/ includes.
13422 * ada-lang.c: Fix common/ includes.
13423 * aarch64-tdep.c: Fix common/ includes.
13424
13425 2019-01-25 Tom Tromey <tom@tromey.com>
13426
13427 * common/create-version.sh: Use common/version.h.
13428
13429 2019-01-24 Pedro Alves <palves@redhat.com>
13430
13431 * infrun.c (signal_stop, signal_print, signal_program)
13432 (signal_catch, signal_pass): Now arrays instead of pointers.
13433 (update_signals_program_target, do_target_resume)
13434 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13435 * linux-nat.c (linux_nat_target::pass_signals)
13436 (linux_nat_target::create_inferior, linux_nat_target::attach):
13437 Adjust.
13438 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13439 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13440 * procfs.c (procfs_target::pass_signals): Adjust.
13441 * record-full.c (record_full_target::resume): Adjust.
13442 * remote.c (remote_target::pass_signals)
13443 (remote_target::program_signals): Adjust.
13444 * target-debug.h (target_debug_print_signals): Now takes a
13445 gdb::array_view as parameter. Adjust.
13446 * target.h (target_ops) <pass_signals, program_signals>: Replace
13447 pointer and length parameters with gdb::array_view.
13448 (target_pass_signals, target_program_signals): Likewise.
13449 * target-delegates.c: Regenerate.
13450
13451 2019-01-24 Pedro Alves <palves@redhat.com>
13452
13453 * common/forward-scope-exit.h
13454 (forward_scope_exit::forward_scope_exit): Pass arguments to
13455 m_bind_function directly, instead of creating a std::bind and
13456 copying that.
13457
13458 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13459
13460 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13461 for static members.
13462 (pass_in_v_vfp_candidate): Likewise.
13463
13464 2019-01-23 Tom Tromey <tom@tromey.com>
13465 Pedro Alves <palves@redhat.com>
13466
13467 * regcache.c (class regcache_invalidator): Remove.
13468 (regcache::raw_write): Use make_scope_exit.
13469
13470 2019-01-23 Tom Tromey <tom@tromey.com>
13471
13472 * ui-out.h (class ui_out_emit_type): Update comment.
13473
13474 2019-01-23 Tom Tromey <tom@tromey.com>
13475
13476 * infrun.c (fetch_inferior_event): Update comment.
13477
13478 2019-01-23 Tom Tromey <tom@tromey.com>
13479 Pedro Alves <palves@redhat.com>
13480
13481 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13482 parameter.
13483 (fetch_inferior_event): Use SCOPE_EXIT.
13484
13485
13486 2019-01-23 Tom Tromey <tom@tromey.com>
13487 Pedro Alves <palves@redhat.com>
13488
13489 * infrun.c (disable_thread_events): Delete.
13490 (stop_all_threads): Use SCOPE_EXIT.
13491
13492 2019-01-23 Tom Tromey <tom@tromey.com>
13493 Pedro Alves <palves@redhat.com>
13494
13495 * symfile.c: Include forward-scope-exit.h.
13496 (clear_symtab_users_cleanup): Replace forward declaration with
13497 a FORWARD_SCOPE_EXIT.
13498 (syms_from_objfile_1): Use the forward_scope_exit and
13499 gdb::optional instead of cleanup_function.
13500 (reread_symbols): Use the forward_scope_exit instead of
13501 cleanup_function.
13502 (clear_symtab_users_cleanup): Remove function.
13503
13504 2019-01-23 Tom Tromey <tom@tromey.com>
13505 Pedro Alves <palves@redhat.com>
13506
13507 * linux-nat.c: Include scope-exit.h.
13508 (cleanup_target_stop): Remove.
13509 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13510 SCOPE_EXIT.
13511
13512 2019-01-23 Tom Tromey <tom@tromey.com>
13513 Pedro Alves <palves@redhat.com>
13514
13515 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13516 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13517
13518 2019-01-23 Tom Tromey <tom@tromey.com>
13519 Andrew Burgess <andrew.burgess@embecosm.com>
13520 Pedro Alves <palves@redhat.com>
13521
13522 * infrun.c (fetch_inferior_event): Use scope_exit.
13523 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13524 * top.c (execute_command): Use scope_exit.
13525 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13526 * utils.c (do_bpstat_clear_actions_cleanup)
13527 (make_bpstat_clear_actions_cleanup): Remove.
13528
13529 2019-01-23 Tom Tromey <tom@tromey.com>
13530 Pedro Alves <palves@redhat.com>
13531
13532 * infrun.c: Include "common/scope-exit.h"
13533 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13534 (wait_for_inferior): Use SCOPE_EXIT.
13535 (fetch_inferior_event): Use scope_exit.
13536
13537 2019-01-23 Tom Tromey <tom@tromey.com>
13538 Pedro Alves <palves@redhat.com>
13539
13540 * breakpoint.c (create_breakpoint): Remove cleanup.
13541
13542 2019-01-23 Tom Tromey <tom@tromey.com>
13543 Andrew Burgess <andrew.burgess@embecosm.com>
13544 Pedro Alves <palves@redhat.com>
13545
13546 2019-01-23 Pedro Alves <palves@redhat.com>
13547
13548 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13549
13550 2019-01-23 Pedro Alves <palves@redhat.com>
13551 Andrew Burgess <andrew.burgess@embecosm.com>
13552
13553 * gdbthread.h: Include "common/forward-scope-exit.h".
13554 (scoped_finish_thread_state): Redefine custom class in terms of
13555 forward_scope_exit.
13556
13557 2019-01-23 Pedro Alves <palves@redhat.com>
13558 Andrew Burgess <andrew.burgess@embecosm.com>
13559
13560 * common/forward-scope-exit.h: New file.
13561
13562 2019-01-23 Pedro Alves <palves@redhat.com>
13563 Andrew Burgess <andrew.burgess@embecosm.com>
13564 Tom Tromey <tom@tromey.com>
13565
13566 * common/scope-exit.h: New file.
13567
13568 2019-01-23 Pedro Alves <palves@redhat.com>
13569
13570 * common/preprocessor.h (ESC): Rename to ...
13571 (ESC_PARENS): ... this.
13572 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13573 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13574
13575 2019-01-23 Tom Tromey <tom@tromey.com>
13576
13577 * language.h (class scoped_switch_to_sym_language_if_auto):
13578 Initialize m_lang in both cases.
13579
13580 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13581
13582 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13583 with XCNEW.
13584
13585 2019-01-22 Tom Tromey <tom@tromey.com>
13586
13587 * corelow.c: Do not include sys/file.h.
13588
13589 2019-01-22 Tom Tromey <tom@tromey.com>
13590
13591 * tui/tui-wingeneral.h: Include gdb_curses.h.
13592
13593 2019-01-22 Tom Tromey <tom@tromey.com>
13594
13595 * source-cache.h (class source_cache) <get_source_lines,
13596 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13597
13598 2019-01-22 Tom Tromey <tom@tromey.com>
13599
13600 * remote-fileio.h (struct remote_target): Declare.
13601
13602 2019-01-22 Tom Tromey <tom@tromey.com>
13603
13604 * python/py-arch.c: Do not include py-ref.h.
13605 * python/py-bpevent.c: Do not include py-ref.h.
13606 * python/py-cmd.c: Do not include py-ref.h.
13607 * python/py-continueevent.c: Do not include py-ref.h.
13608 * python/py-event.h: Do not include py-ref.h.
13609 * python/py-evtregistry.c: Do not include py-ref.h.
13610 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13611 * python/py-frame.c: Do not include py-ref.h.
13612 * python/py-framefilter.c: Do not include py-ref.h.
13613 * python/py-function.c: Do not include py-ref.h.
13614 * python/py-infevents.c: Do not include py-ref.h.
13615 * python/py-linetable.c: Do not include py-ref.h.
13616 * python/py-objfile.c: Do not include py-ref.h.
13617 * python/py-param.c: Do not include py-ref.h.
13618 * python/py-prettyprint.c: Do not include py-ref.h.
13619 * python/py-progspace.c: Do not include py-ref.h.
13620 * python/py-symbol.c: Do not include py-ref.h.
13621 * python/py-symtab.c: Do not include py-ref.h.
13622 * python/py-type.c: Do not include py-ref.h.
13623 * python/py-unwind.c: Do not include py-ref.h.
13624 * python/py-utils.c: Do not include py-ref.h.
13625 * python/py-value.c: Do not include py-ref.h.
13626 * python/py-varobj.c: Do not include py-ref.h.
13627 * python/py-xmethods.c: Do not include py-ref.h.
13628 * python/python.c: Do not include py-ref.h.
13629 * varobj.c: Do not include py-ref.h.
13630
13631 2019-01-22 Tom Tromey <tom@tromey.com>
13632
13633 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13634 keyword for bcache.
13635
13636 2019-01-22 Tom Tromey <tom@tromey.com>
13637
13638 * compile/compile-cplus-types.c: Remove a comment by #include.
13639
13640 2019-01-22 Tom Tromey <tom@tromey.com>
13641
13642 * compile/gcc-c-plugin.h: Include compile-internal.h.
13643
13644 2019-01-22 Tom Tromey <tom@tromey.com>
13645
13646 * stabsread.c (EXTERN): Do not define.
13647 (symnum, next_symbol_text_func, processing_gcc_compilation)
13648 (within_function, global_sym_chain, global_stabs)
13649 (previous_stab_code, this_object_header_files)
13650 (n_this_object_header_files)
13651 (n_allocated_this_object_header_files): Define.
13652 * stabsread.h (EXTERN): Never define. Use "extern".
13653
13654 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13655
13656 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13657 history_value.
13658
13659 2019-01-21 Tom Tromey <tom@tromey.com>
13660
13661 * ui-out.c: Fix includes.
13662 * tui/tui-source.c: Fix includes.
13663 * target.c: Fix includes.
13664 * remote.c: Fix includes.
13665 * regcache.c: Fix includes.
13666 * python/py-block.c: Fix includes.
13667 * printcmd.c: Fix includes.
13668 * or1k-tdep.c: Fix includes.
13669 * mi/mi-main.c: Fix includes.
13670 * m32r-tdep.c: Fix includes.
13671 * csky-tdep.c: Fix includes.
13672 * compile/compile-cplus-types.c: Fix includes.
13673 * cli/cli-interp.c: Fix includes.
13674
13675 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13676
13677 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13678 for padding.
13679
13680 2019-01-16 Tom Tromey <tom@tromey.com>
13681
13682 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13683 earlier.
13684 (struct objfile) <msymbols_range>: Move from top level.
13685 <msymbols>: New method.
13686 (class objfile_msymbols): Remove.
13687 * symtab.c (default_collect_symbol_completion_matches_break_on):
13688 Update.
13689 * symmisc.c (dump_msymbols): Update.
13690 * stabsread.c (scan_file_globals): Update.
13691 * objc-lang.c (info_selectors_command, info_classes_command)
13692 (find_methods): Update.
13693 * minsyms.c (find_solib_trampoline_target): Update.
13694 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13695 * coffread.c (coff_symfile_read): Update.
13696 * ada-lang.c (ada_lookup_simple_minsym)
13697 (ada_collect_symbol_completion_matches): Update.
13698
13699 2019-01-16 Tom Tromey <tom@tromey.com>
13700
13701 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13702 type. Remove no-argument constructor.
13703 <iterator::operator++>: Simplify.
13704 <begin>: Update.
13705 <end>: Use minimal_symbol_count.
13706
13707 2019-01-16 Tom Tromey <tom@tromey.com>
13708
13709 * objfiles.h (struct objfile) <psymtabs>: New method.
13710 (class objfile_psymtabs): Remove.
13711 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13712 typedef.
13713 <range>: New method.
13714 (require_partial_symbols): Change return type.
13715 * psymtab.c (require_partial_symbols)
13716 (psym_expand_symtabs_matching): Update.
13717 * mdebugread.c (parse_partial_symbols): Update.
13718 * dbxread.c (dbx_end_psymtab): Update.
13719
13720 2019-01-15 Tom Tromey <tom@tromey.com>
13721
13722 * symtab.c (lookup_objfile_from_block)
13723 (lookup_symbol_in_objfile_symtabs)
13724 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13725 (find_line_symtab, info_sources_command)
13726 (default_collect_symbol_completion_matches_break_on)
13727 (make_source_files_completion_list): Update.
13728 * symmisc.c (print_objfile_statistics, dump_objfile)
13729 (maintenance_print_symbols, maintenance_info_symtabs)
13730 (maintenance_check_symtabs, maintenance_info_line_tables):
13731 Update.
13732 * source.c (select_source_symtab)
13733 (forget_cached_source_info_for_objfile): Update.
13734 * objfiles.h (class objfile_compunits): Remove.
13735 (struct objfile) <compunits_range>: New typedef.
13736 (compunits): New method.
13737 * objfiles.c (objfile_relocate1): Update.
13738 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13739 * maint.c (count_symtabs_and_blocks): Update.
13740 * linespec.c (iterate_over_all_matching_symtabs): Update.
13741 * cp-support.c (add_symbol_overload_list_qualified): Update.
13742 * coffread.c (coff_symtab_read): Update.
13743 * ada-lang.c (add_nonlocal_symbols)
13744 (ada_collect_symbol_completion_matches)
13745 (ada_add_global_exceptions): Update.
13746
13747 2019-01-15 Tom Tromey <tom@tromey.com>
13748
13749 * progspace.h (program_space) <objfiles_safe_range>: New
13750 typedef.
13751 <objfiles_safe>: New method.
13752 * objfiles.h (class all_objfiles_safe): Remove.
13753 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13754 * jit.c (jit_inferior_exit_hook): Update.
13755
13756 2019-01-17 Tom Tromey <tom@tromey.com>
13757
13758 * progspace.h (program_space) <objfiles_range>: New typedef.
13759 <objfiles>: New method.
13760 <objfiles_head>: Rename from objfiles.
13761 (object_files): Update.
13762 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13763 * guile/scm-pretty-print.c
13764 (ppscm_find_pretty_printer_from_objfiles): Update.
13765 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13766 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13767 Update.
13768 * python/py-progspace.c (pspy_get_objfiles): Update.
13769 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13770 Update.
13771 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13772 (objfpy_lookup_objfile_by_build_id): Update.
13773 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13774 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13775 Update.
13776 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13777 (expand_symtab_containing_pc, lookup_objfile_from_block)
13778 (lookup_static_symbol, basic_lookup_transparent_type)
13779 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13780 (find_line_symtab, info_sources_command)
13781 (default_collect_symbol_completion_matches_break_on)
13782 (make_source_files_completion_list, find_main_name): Update.
13783 * symmisc.c (print_symbol_bcache_statistics)
13784 (print_objfile_statistics, maintenance_print_symbols)
13785 (maintenance_print_msymbols, maintenance_print_objfiles)
13786 (maintenance_info_symtabs, maintenance_check_symtabs)
13787 (maintenance_expand_symtabs, maintenance_info_line_tables):
13788 Update.
13789 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13790 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13791 (map_overlay_command, unmap_overlay_command)
13792 (simple_overlay_update, expand_symtabs_matching)
13793 (map_symbol_filenames): Update.
13794 * symfile-debug.c (set_debug_symfile): Update.
13795 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13796 Update.
13797 * source.c (select_source_symtab, forget_cached_source_info):
13798 Update.
13799 * solib.c (solib_read_symbols): Update.
13800 * solib-spu.c (append_ocl_sos): Update.
13801 * psymtab.c (maintenance_print_psymbols)
13802 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13803 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13804 * printcmd.c (info_symbol_command): Update.
13805 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13806 Update.
13807 * objfiles.h (class all_objfiles): Remove.
13808 * objfiles.c (have_partial_symbols, have_full_symbols)
13809 (have_minimal_symbols, qsort_cmp, update_section_map)
13810 (shared_objfile_contains_address_p)
13811 (default_iterate_over_objfiles_in_search_order): Update.
13812 * objc-lang.c (info_selectors_command, info_classes_command)
13813 (find_methods): Update.
13814 * minsyms.c (find_solib_trampoline_target): Update.
13815 * maint.c (maintenance_info_sections)
13816 (maintenance_translate_address, count_symtabs_and_blocks):
13817 Update.
13818 * main.c (captured_main_1): Update.
13819 * linux-thread-db.c (try_thread_db_load_from_pdir)
13820 (has_libpthread): Update.
13821 * linespec.c (iterate_over_all_matching_symtabs)
13822 (search_minsyms_for_name): Update.
13823 * jit.c (jit_find_objf_with_entry_addr): Update.
13824 * hppa-tdep.c (find_unwind_entry)
13825 (hppa_lookup_stub_minimal_symbol): Update.
13826 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13827 Update.
13828 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13829 (elf_gnu_ifunc_resolve_by_got): Update.
13830 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13831 * dwarf-index-write.c (save_gdb_index_command): Update.
13832 * cp-support.c (add_symbol_overload_list_qualified): Update.
13833 * breakpoint.c (create_overlay_event_breakpoint)
13834 (create_longjmp_master_breakpoint)
13835 (create_std_terminate_master_breakpoint)
13836 (create_exception_master_breakpoint): Update.
13837 * blockframe.c (find_pc_partial_function): Update.
13838 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13839 (ada_collect_symbol_completion_matches)
13840 (ada_add_global_exceptions): Update.
13841
13842 2019-01-17 Tom Tromey <tom@tromey.com>
13843
13844 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13845 declare VEC.
13846 (solib_target_parse_libraries): Change return type.
13847 (library_list_start_segment, library_list_start_section)
13848 (library_list_end_library, library_list_start_library); Update.
13849 (solib_target_free_library_list): Remove.
13850 (solib_target_parse_libraries): Remove cleanup. Change return
13851 type.
13852 (solib_target_current_sos): Update.
13853
13854 2019-01-17 Tom Tromey <tromey@bapiya>
13855
13856 * valprint.c: Replace "the the" with "the".
13857 * symtab.c: Replace "the the" with "the".
13858 * solib.c: Replace "the the" with "the".
13859 * solib-dsbt.c: Replace "the the" with "the".
13860 * linespec.c: Replace "the the" with "the".
13861 * dwarf2loc.h: Replace "the the" with "the".
13862 * amd64-windows-tdep.c: Replace "the the" with "the".
13863 * aarch64-tdep.c: Replace "the the" with "the".
13864
13865 2019-01-16 Keith Seitz <keiths@redhat.com>
13866
13867 PR gdb/23773
13868 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13869 <builder>: Rename to ..
13870 <m_builder>: ... this and make private.
13871 (dwarf2_cu::get_builder): New method. Change all users of
13872 `builder' to use this method.
13873 (dwarf2_start_symtab): Move to ...
13874 (dwarf2_cu::start_symtab): ... here. Update all callers
13875 (setup_type_unit_groups): Move to ...
13876 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13877 callers.
13878 (dwarf2_cu::reset_builder): New method.
13879 (process_full_compunit, process_full_type_unit): Use
13880 dwarf2_cu::reset_builder.
13881 (follow_die_offset): Record the ancestor CU if it is different
13882 from the followed DIE's CU.
13883 (follow_die_sig_1): Likewise.
13884
13885 2019-01-15 Tom Tromey <tom@tromey.com>
13886
13887 * remote.c (class remote_state) <buf>: Now a char_vector.
13888 <buf_size>: Remove.
13889 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13890 parameter.
13891 (remote_target::getpkt_or_notif_sane_1)
13892 (remote_target::getpkt_sane)
13893 (remote_target::getpkt_or_notif_sane): Likewise.
13894 (class remote_target) <putpkt>: New overload.
13895 (remote_target::read_frame): Change type of "buf_p". Remove
13896 sizeof_p parameter.
13897 (packet_ok): New overload.
13898 (packet_check_result): New overload.
13899 Update all uses.
13900
13901 2019-01-14 Tom Tromey <tom@tromey.com>
13902
13903 * remote-notif.c (handle_notification, remote_notif_ack)
13904 (remote_notif_parse): Make "buf" const.
13905 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13906 const.
13907 (remote_notif_parse, remote_notif_ack, handle_notification):
13908 Likewise.
13909 * remote.c (remote_notif_stop_parse): Make "buf" const.
13910 (remote_target::remote_parse_stop_reply): Make "buf" const.
13911 (remote_notif_stop_ack): Make "buf" const.
13912
13913 2019-01-14 Tom Tromey <tom@tromey.com>
13914
13915 * remote.c (remote_console_output): Make parameter const.
13916
13917 2019-01-14 Tom Tromey <tom@tromey.com>
13918
13919 * target-debug.h (target_debug_print_signals): Constify.
13920 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13921 * procfs.c (procfs_target::pass_signals): Update.
13922 * linux-nat.c (linux_nat_target::pass_signals): Update.
13923 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13924 * target-delegates.c: Rebuild.
13925 * remote.c (remote_target::program_signals): Update.
13926 (remote_target::pass_signals): Update.
13927 * target.c (target_pass_signals): Constify argument.
13928 (target_program_signals): Likewise.
13929 * target.h (struct target_ops) <pass_signals, program_signals>:
13930 Constify argument.
13931 (target_pass_signals, target_program_signals): Constify argument.
13932
13933 2019-01-14 Tom Tromey <tom@tromey.com>
13934
13935 PR tui/28819:
13936 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13937
13938 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13939
13940 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13941 field.
13942 * rs6000-tdep.c: Include reggroups.h.
13943 (IS_V_ALIAS_PSEUDOREG): Define.
13944 (rs6000_register_name): Return names for the "vX" aliases.
13945 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13946 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13947 aliases. Call default_register_reggroup_p for all other
13948 pseudo-registers.
13949 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13950 New functions.
13951 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13952 Handle "vX" aliases.
13953 (v_alias_pseudo_register_collect): New function.
13954 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13955 (rs6000_gdbarch_init): Initialize "vX" aliases as
13956 pseudo-registers. Restore registration of
13957 rs6000_pseudo_register_reggroup_p with
13958 set_tdesc_pseudo_register_reggroup_p.
13959
13960 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13961
13962 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13963 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13964 set_gdbarch_num_pseudo_regs.
13965
13966 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13967
13968 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13969 Remove arg prefixname, add do_set and do_show.
13970 Add member functions set_list and show_list.
13971 * cli/cli-style.c (class cli_style_option): Update accordingly.
13972 (style_set_list): Move to file scope.
13973 (style_show_list): Likewise.
13974 (set_style): Call help_list.
13975 (show_style): Call cmd_show_list.
13976 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13977 Update to use the new macro.
13978
13979 2019-10-12 Joel Brobecker <brobecker@adacore.com>
13980
13981 * ada-lang.c (_initialize_ada_language): Expand the help text
13982 for the "catch exception" command.
13983
13984 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13985
13986 * symtab.c (matching_obj_sections): Initialize obj,
13987 declare it closer to its usage.
13988
13989 2019-01-10 Tom Tromey <tom@tromey.com>
13990
13991 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13992 (basic_inf_threads_range): Remove.
13993 (inf_threads_range, inf_non_exited_threads_range)
13994 (safe_inf_threads_range): Use next_adapter.
13995
13996 2019-01-10 Keith Seitz <keiths@redhat.com>
13997
13998 PR gdb/23712
13999 PR symtab/23010
14000 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14001 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14002
14003 2019-01-10 Keith Seitz <keiths@redhat.com>
14004
14005 PR gdb/23712
14006 PR symtab/23010
14007 * dictionary.c (pending_to_vector): Remove.
14008 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14009 Remove _1 suffix, replacing functions of the same name. Update
14010 all callers.
14011 (dict_create_hashed, dict_create_hashed_expandable)
14012 (dict_create_linear, dict_create_linear_expandable, dict_free)
14013 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14014 Make functions static.
14015
14016 2019-01-10 Keith Seitz <keiths@redhat.com>
14017
14018 PR gdb/23712
14019 PR symtab/23010
14020 * dictionary.h (struct dictionary): Replace declaration with
14021 multidictionary.
14022 (dict_create_hashed, dict_create_hashed_expandable)
14023 (dict_create_linear, dict_create_linear_expandable)
14024 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14025 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14026 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14027 taking multidictionary argument.
14028 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14029 * block.h (struct block) <dict>: Change to multidictionary
14030 and rename `multidict'.
14031 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14032 symmisc.c: Update all dictionary references to multidictionary.
14033
14034 2019-01-10 Keith Seitz <keiths@redhat.com>
14035
14036 PR gdb/23712
14037 PR symtab/23010
14038 * dictionary.c: Include unordered_map.
14039 (pending_to_vector): New function.
14040 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14041 Rewrite the non-"_1" functions to take vector instead
14042 of linked list.
14043 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14044 "new" _1 versions of the same name.
14045 (multidictionary): Define.
14046 (std::hash<enum language): New definition.
14047 (collate_pending_symbols_by_language, mdict_create_hashed)
14048 (mdict_create_hashed_expandable, mdict_create_linear)
14049 (mdict_create_linear_expandable, mdict_free)
14050 (find_language_dictionary, create_new_language_dictionary)
14051 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14052 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14053 (mdict_size, mdict_empty): New functions.
14054 * dictionary.h (mdict_iterator): Define.
14055
14056 2019-01-10 Pedro Alves <palves@redhat.com>
14057
14058 * breakpoint.c (read_uploaded_action)
14059 (create_tracepoint_from_upload): Adjust to use
14060 gdb::unique_xmalloc_ptr.
14061 * ctf.c (ctf_write_uploaded_tp):
14062 (SET_ARRAY_FIELD): Use emplace_back.
14063 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14064 * tracefile-tfile.c (tfile_write_uploaded_tp):
14065 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14066 gdb::unique_xmalloc_ptr.
14067 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14068 at_string, cond_string, cmd_strings>: Replace char pointers
14069 with gdb::unique_xmalloc_ptr.
14070
14071 2019-01-10 Pedro Alves <palves@redhat.com>
14072
14073 * solib-target.c (library_list_start_library): Don't xstrdup name.
14074
14075 2019-01-10 Pedro Alves <palves@redhat.com>
14076
14077 * mdebugread.c (parse_partial_symbols): Use
14078 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14079
14080 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14081
14082 * linux-fork.c (scoped_switch_fork_info)
14083 <~scoped_switch_fork_info>: Fix incorrect variable name.
14084
14085 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14086
14087 * linux-fork.c (scoped_switch_fork_info)
14088 <scoped_switch_fork_info>: Make explicit.
14089 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14090
14091 2019-01-10 Tom Tromey <tom@tromey.com>
14092
14093 * objfiles.h (objfile::reset_psymtabs): Update.
14094 * objfiles.c (objfile::objfile): Update.
14095 * psymtab.h (psymtab_storage::obstack): Update.
14096 (psymtab_storage::m_obstack): Use gdb::optional.
14097 (class psymtab_storage): Update comment. Remove objfile
14098 parameter.
14099 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14100
14101 2019-01-10 Tom Tromey <tom@tromey.com>
14102
14103 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14104 <free_psymtabs>: Now private.
14105 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14106 (allocate_psymtab): Use new method.
14107
14108 2019-01-10 Tom Tromey <tom@tromey.com>
14109
14110 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14111 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14112 * mdebugread.c (parse_partial_symbols): Use
14113 allocate_dependencies.
14114 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14115 allocate_dependencies.
14116 (process_psymtab_comp_unit_reader)
14117 (build_type_psymtab_dependencies): Likewise.
14118 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14119
14120 2019-01-10 Tom Tromey <tom@tromey.com>
14121
14122 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14123 PSYMBOL_SET_LANGUAGE.
14124 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14125
14126 2019-01-10 Tom Tromey <tom@tromey.com>
14127
14128 * psymtab.h (psymtab_storage::obstack): New method.
14129 <m_obstack>: Rename from obstack; now private.
14130 * psymtab.c (psymtab_storage): Update.
14131 * dwarf2read.c (create_addrmap_from_index)
14132 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14133 Update.
14134
14135 2019-01-10 Tom Tromey <tom@tromey.com>
14136
14137 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14138 * objfiles.h (objfile::reset_psymtabs): New method.
14139
14140 2019-01-10 Tom Tromey <tom@tromey.com>
14141
14142 * symmisc.c (print_symbol_bcache_statistics): Update.
14143 (print_objfile_statistics): Update.
14144 * symfile.c (reread_symbols): Update.
14145 * psymtab.h (class psymtab_storage): New.
14146 * psymtab.c (psymtab_storage): New constructor.
14147 (~psymtab_storage): New destructor.
14148 (require_partial_symbols): Update.
14149 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14150 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14151 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14152 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14153 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14154 (start_psymtab_common, end_psymtab_common)
14155 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14156 (allocate_psymtab): Update.
14157 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14158 Update.
14159 (dump_psymtab_addrmap, maintenance_print_psymbols)
14160 (maintenance_check_psymtabs): Update.
14161 (class objfile_psymtabs): Move to objfiles.h.
14162 * psympriv.h (discard_psymtab): Now inline.
14163 (psymtab_discarder::psymtab_discarder): Update.
14164 (psymtab_discarder::~psymtab_discarder): Update.
14165 (ALL_OBJFILE_PSYMTABS): Rewrite.
14166 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14167 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14168 Remove fields.
14169 <partial_symtabs>: New field.
14170 (class objfile_psymtabs): Move from psymtab.h. Update.
14171 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14172 psymbol_cache.
14173 (objfile::~objfile): Don't destroy psymbol_cache.
14174 * mdebugread.c (parse_partial_symbols): Update.
14175 * dwarf2read.c (create_addrmap_from_index)
14176 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14177 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14178 (add_partial_subprogram, dwarf2_ranges_read): Update.
14179 * dwarf-index-write.c (write_address_map)
14180 (write_one_signatured_type, recursively_write_psymbols)
14181 (class debug_names, class debug_names, write_psymtabs_to_index):
14182 Update.
14183
14184 2019-01-10 Tom Tromey <tom@tromey.com>
14185
14186 * symtab.h (SYMBOL_SET_NAMES): Update.
14187 (symbol_set_names): Update.
14188 (MSYMBOL_SET_NAMES): Update.
14189 * symtab.c (symbol_set_names): Change argument to be an
14190 objfile_per_bfd_storage.
14191 * psymtab.c (add_psymbol_to_bcache): Update.
14192 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14193
14194 2019-01-10 Tom Tromey <tom@tromey.com>
14195
14196 * symtab.c (create_demangled_names_hash): Change argument to be an
14197 objfile_per_bfd_storage.
14198 (symbol_set_names): Update.
14199
14200 2019-01-10 Tom Tromey <tom@tromey.com>
14201
14202 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14203 init_psymbol_list.
14204 * psymtab.c (init_psymbol_list): Do nothing if already called.
14205 * psympriv.h (init_psymbol_list): Add comment.
14206 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14207 init_psymbol_list.
14208 * dbxread.c (dbx_symfile_read): Unconditionally call
14209 init_psymbol_list.
14210
14211 2019-01-10 Tom Tromey <tom@tromey.com>
14212
14213 * xcoffread.c (scan_xcoff_symtab): Update.
14214 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14215 "where".
14216 * mdebugread.c (parse_partial_symbols)
14217 (handle_psymbol_enumerators): Update.
14218 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14219 * dbxread.c (read_dbx_symtab): Update.
14220 * psympriv.h (psymbol_placement): New enum.
14221 (add_psymbol_to_list): Update.
14222
14223 2019-01-10 Tom Tromey <tom@tromey.com>
14224
14225 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14226 static_psymbols parameters.
14227 (scan_xcoff_symtab): Update.
14228 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14229 static_psymbols parameters.
14230 * psympriv.h (start_psymtab_common): Update.
14231 * mdebugread.c (parse_partial_symbols): Update.
14232 * dwarf2read.c (create_partial_symtab): Update.
14233 * dbxread.c (read_dbx_symtab): Update.
14234 (start_psymtab): Remove global_psymbols and static_psymbols
14235 parameters.
14236
14237 2019-01-10 Tom Tromey <tom@tromey.com>
14238
14239 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14240 * psymtab.c (allocate_psymtab): Add comment.
14241 * psympriv.h (allocate_psymtab): Add comment.
14242 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14243 initializations.
14244 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14245
14246 2019-01-10 Tom Tromey <tom@tromey.com>
14247
14248 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14249 Don't declare.
14250 * mipsread.c: Include mdebugread.h.
14251 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14252 Declare.
14253 * elfread.c: Include mdebugread.h.
14254
14255 2019-01-09 Tom Tromey <tom@tromey.com>
14256
14257 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14258 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14259 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14260 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14261 (psym_lookup_symbol, psym_find_last_source_symtab)
14262 (psym_forget_cached_source_info, psym_print_stats)
14263 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14264 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14265 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14266 (psym_find_compunit_symtab_by_address)
14267 (maintenance_print_psymbols, maintenance_info_psymtabs)
14268 (maintenance_check_psymtabs): Use ranged for.
14269 * psymtab.h (class objfile_psymtabs): New.
14270 (require_partial_symbols): Return objfile_psymtabs.
14271 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14272
14273 2019-01-09 Tom Tromey <tom@tromey.com>
14274
14275 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14276 (find_pc_mapped_section, list_overlays_command)
14277 (map_overlay_command, unmap_overlay_command)
14278 (simple_overlay_update): Use all_objfiles.
14279 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14280 * printcmd.c (info_symbol_command): Use all_objfiles.
14281 * objfiles.h (ALL_OBJSECTIONS): Remove.
14282 * maint.c (maintenance_translate_address): Use all_objfiles.
14283 * gcore.c (gcore_create_callback): Use all_objfiles.
14284 (objfile_find_memory_regions): Likewise.
14285
14286 2019-01-09 Tom Tromey <tom@tromey.com>
14287
14288 * symtab.c (find_line_symtab, info_sources_command)
14289 (make_source_files_completion_list): Use objfile_compunits.
14290 * source.c (select_source_symtab): Use objfile_compunits.
14291 * objfiles.h (struct objfile): Update comment.
14292 (ALL_OBJFILES): Remove.
14293 (ALL_FILETABS): Remove.
14294 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14295 objfile_compunits.
14296
14297 2019-01-09 Tom Tromey <tom@tromey.com>
14298
14299 * symmisc.c (print_objfile_statistics, dump_objfile)
14300 (maintenance_print_symbols): Use compunit_filetabs.
14301 * source.c (forget_cached_source_info_for_objfile): Use
14302 compunit_filetabs.
14303 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14304 (ALL_FILETABS): Use compunit_filetabs.
14305 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14306 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14307
14308 2019-01-09 Tom Tromey <tom@tromey.com>
14309
14310 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14311 (compunit_filetabs): New.
14312 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14313 compunit_filetabs.
14314 (info_sources_command, make_source_files_completion_list): Remove
14315 declaration.
14316 * symmisc.c (print_objfile_statistics, dump_objfile)
14317 (maintenance_print_symbols): Remove declaration.
14318 (maintenance_info_symtabs): Use compunit_filetabs.
14319 (maintenance_info_line_tables): Likewise.
14320 * source.c (select_source_symtab): Change local variable name.
14321 (forget_cached_source_info_for_objfile): Remove declaration.
14322 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14323 * objfiles.c (objfile_relocate1): Remove declaration.
14324 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14325 declaration.
14326 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14327 * coffread.c (coff_symtab_read): Remove declaration.
14328 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14329 compunit_filetabs.
14330
14331 2019-01-09 Tom Tromey <tom@tromey.com>
14332
14333 * symtab.c (lookup_objfile_from_block)
14334 (find_pc_sect_compunit_symtab, search_symbols)
14335 (default_collect_symbol_completion_matches_break_on): Use
14336 objfile_compunits.
14337 * objfiles.h (ALL_COMPUNITS): Remove.
14338 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14339 * cp-support.c (add_symbol_overload_list_qualified): Use
14340 objfile_compunits.
14341 * ada-lang.c (ada_collect_symbol_completion_matches)
14342 (ada_add_global_exceptions): Use objfile_compunits.
14343
14344 2019-01-09 Tom Tromey <tom@tromey.com>
14345
14346 * source.c (select_source_symtab)
14347 (forget_cached_source_info_for_objfile): Remove declaration.
14348 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14349 declaration.
14350 * maint.c (count_symtabs_and_blocks): Remove declaration.
14351 * cp-support.c (add_symbol_overload_list_qualified): Remove
14352 declaration.
14353 * coffread.c (coff_symtab_read): Remove declaration.
14354 * symtab.c (lookup_symbol_in_objfile_symtabs)
14355 (basic_lookup_transparent_type_1): Use objfile_compunits.
14356 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14357 (info_sources_command, search_symbols)
14358 (default_collect_symbol_completion_matches_break_on)
14359 (make_source_files_completion_list): Remove declaration.
14360 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14361 (ada_collect_symbol_completion_matches)
14362 (ada_add_global_exceptions): Remove declaration.
14363 * linespec.c (iterate_over_all_matching_symtabs): Use
14364 objfile_compunits.
14365 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14366 (class objfile_compunits): New.
14367 (ALL_COMPUNITS): Use objfile_compunits.
14368 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14369 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14370 objfile_compunits.
14371 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14372
14373 2019-01-09 Tom Tromey <tom@tromey.com>
14374
14375 * symtab.c (search_symbols)
14376 (default_collect_symbol_completion_matches_break_on): Use
14377 objfile_msymbols.
14378 * ada-lang.c (ada_lookup_simple_minsym)
14379 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14380 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14381 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14382 objfile_msymbols.
14383 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14384 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14385 * objc-lang.c (find_methods): Use objfile_msymbols.
14386 (info_selectors_command, info_classes_command): Likewise.
14387 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14388 * objfiles.h (class objfile_msymbols): New.
14389 (ALL_OBJFILE_MSYMBOLS): Remove.
14390 (ALL_MSYMBOLS): Remove.
14391
14392 2019-01-09 Tom Tromey <tom@tromey.com>
14393
14394 * common/next-iterator.h (next_adapter): Add Iterator template
14395 parameter.
14396 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14397 (class all_objfiles_safe): New.
14398 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14399 * objfiles.c (put_objfile_before): Update comment.
14400 (add_separate_debug_objfile): Likewise.
14401 (free_all_objfiles): Use all_objfiles_safe.
14402 (objfile_purge_solibs): Likewise.
14403
14404 2019-01-09 Tom Tromey <tom@tromey.com>
14405
14406 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14407 (expand_symtab_containing_pc, lookup_static_symbol)
14408 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14409 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14410 all_objfiles.
14411 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14412 * breakpoint.c (create_overlay_event_breakpoint)
14413 (create_longjmp_master_breakpoint)
14414 (create_std_terminate_master_breakpoint)
14415 (create_exception_master_breakpoint): Use all_objfiles.
14416 * linux-thread-db.c (try_thread_db_load_from_pdir)
14417 (has_libpthread): Use all_objfiles.
14418 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14419 * linespec.c (iterate_over_all_matching_symtabs)
14420 (search_minsyms_for_name): Use all_objfiles.
14421 * maint.c (maintenance_info_sections): Use all_objfiles.
14422 * main.c (captured_main_1): Use all_objfiles.
14423 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14424 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14425 * guile/scm-pretty-print.c
14426 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14427 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14428 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14429 (maintenance_print_msymbols): Use all_objfiles.
14430 * source.c (select_source_symtab): Use all_objfiles.
14431 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14432 * symfile.c (remove_symbol_file_command)
14433 (expand_symtabs_matching, map_symbol_filenames): Use
14434 all_objfiles.
14435 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14436 all_objfiles.
14437 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14438 * objc-lang.c (find_methods): Use all_objfiles.
14439 * objfiles.c (have_partial_symbols, have_full_symbols)
14440 (have_minimal_symbols, qsort_cmp)
14441 (default_iterate_over_objfiles_in_search_order): Use
14442 all_objfiles.
14443 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14444 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14445 (maintenance_check_psymtabs): Use all_objfiles.
14446 (ALL_PSYMTABS): Remove.
14447 * compile/compile-object-run.c (do_module_cleanup): Use
14448 all_objfiles.
14449 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14450 * cp-support.c (add_symbol_overload_list_qualified): Use
14451 all_objfiles.
14452 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14453 Use all_objfiles.
14454 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14455 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14456 all_objfiles.
14457 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14458 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14459 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14460 Uses all_objfiles.
14461 * solib.c (solib_read_symbols): Use all_objfiles
14462
14463 2019-01-09 Tom Tromey <tom@tromey.com>
14464
14465 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14466 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14467 all_objfiles.
14468 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14469 * symmisc.c (print_symbol_bcache_statistics)
14470 (print_objfile_statistics, maintenance_print_objfiles)
14471 (maintenance_info_symtabs, maintenance_check_symtabs)
14472 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14473 all_objfiles.
14474 * source.c (forget_cached_source_info): Use all_objfiles.
14475 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14476 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14477 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14478 * objfiles.c (update_section_map): Use all_objfiles.
14479 (shared_objfile_contains_address_p): Likewise.
14480 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14481 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14482
14483 2019-01-09 Tom Tromey <tom@tromey.com>
14484
14485 * common/next-iterator.h: New file.
14486 * objfiles.h (class all_objfiles): New.
14487 (struct objfile_iterator): New.
14488
14489 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14490
14491 * NEWS: Move the description of the changed "frame", "select-frame",
14492 and "info frame" commands to the Changed commands section.
14493
14494 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14495
14496 * gdbtypes.c (check_stub_method_group): Remove handling of old
14497 mangling schemes.
14498 * linespec.c (find_methods): Likewise.
14499 * stabsread.c (read_member_functions): Likewise.
14500 * valops.c (search_struct_method): Likewise.
14501 (value_struct_elt_for_reference): Likewise.
14502 * NEWS: Mention this change.
14503
14504 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14505
14506 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14507 print_source_lines.
14508 * source.c (print_source_lines_base): Update line number check.
14509 (print_source_lines): New function.
14510 (source_lines_range::source_lines_range): New function.
14511 * source.h (class source_lines_range): New class.
14512 (print_source_lines): New declaration.
14513
14514 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14515
14516 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14517
14518 2019-01-08 Tom Tromey <tom@tromey.com>
14519 Simon Marchi <simon.marchi@ericsson.com>
14520
14521 PR gdb/24060
14522 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14523 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14524 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14525 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14526 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14527 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14528
14529 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14530
14531 * source.c (select_source_symtab): Move header comment to
14532 declaration in source.h.
14533 (forget_cached_source_info_for_objfile): Likewise.
14534 (forget_cached_source_info): Likewise.
14535 (identify_source_line): Likewise.
14536 * source.h (identify_source_line): Move declaration from symtab.h
14537 and add comment from source.c
14538 (print_source_lines): Likewise.
14539 (forget_cached_source_info_for_objfile): Likewise.
14540 (forget_cached_source_info): Likewise.
14541 (select_source_symtab): Likewise.
14542 (enum print_source_lines_flag): Move definition from symtab.h.
14543 * symtab.h (identify_source_line): Move declaration to source.h.
14544 (print_source_lines): Likewise.
14545 (forget_cached_source_info_for_objfile): Likewise.
14546 (forget_cached_source_info): Likewise.
14547 (select_source_symtab): Likewise.
14548 (enum print_source_lines_flag): Move definition to source.h.
14549 * tui/tui-hooks.c: Add 'source.h' include.
14550
14551 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14552
14553 * source.c (print_source_lines_base): Handle requests to print
14554 reverse line number sequences, and guard against empty lines
14555 string.
14556
14557 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14558
14559 * source.c (print_source_lines_base): Fix skip of '\r' if next
14560 character is '\n'.
14561
14562 2019-01-06 Tom Tromey <tom@tromey.com>
14563
14564 * c-exp.y (struct c_parse_state) <macro_original_text,
14565 expansion_obstack>: New member.
14566 (macro_original_text, expansion_obstack): Remove globals.
14567 (scan_macro_expansion, scanning_macro_expansion)
14568 (finished_macro_expansion): Update.
14569 (scan_macro_cleanup): Remove.
14570 (yylex, c_parse): Update.
14571
14572 2019-01-06 Tom Tromey <tom@tromey.com>
14573
14574 * c-exp.y (struct c_parse_state) <strings>: New member.
14575 (operator_stoken): Update.
14576
14577 2019-01-06 Tom Tromey <tom@tromey.com>
14578
14579 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14580 (union type_stack_elt) <typelist_val>: Now a pointer to
14581 std::vector.
14582 (type_stack_cleanup): Don't declare.
14583 (push_typelist): Update.
14584 * parse.c (pop_typelist): Return a std::vector.
14585 (push_typelist): Take a std::vector.
14586 (follow_types): Update. Do not free args.
14587 (type_stack_cleanup): Remove.
14588 * c-exp.y (struct c_parse_state): New.
14589 (cpstate): New global.
14590 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14591 (nonempty_typelist): Update.
14592 (func_mod): Create a new vector.
14593 (c_parse): Create a c_parse_state.
14594 (check_parameter_typelist): Do not delete params.
14595 (function_method): Update. Do not delete type_list.
14596
14597 2019-01-06 Tom Tromey <tom@tromey.com>
14598
14599 PR gdb/28155:
14600 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14601 check_typedef.
14602 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14603 (print_return_value): Likewise.
14604
14605 2019-01-05 Tom Tromey <tom@tromey.com>
14606
14607 * contrib/cleanup_check.py: Remove.
14608 * contrib/gcc-with-excheck: Remove.
14609 * contrib/exsummary.py: Remove.
14610 * contrib/excheck.py: Remove.
14611
14612 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14613
14614 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14615 NULL. Initialize tpprev to NULL instead of assigning it
14616 to NULL on the next statement.
14617 * windows-nat.c (windows_delete_thread): Remove check for
14618 main_thread_id before printing thread exit notifications.
14619 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14620 Remove thread ID check against main_thread_id.
14621 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14622 windows_delete_thread.
14623 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14624
14625 2019-01-04 Tom Tromey <tom@tromey.com>
14626
14627 * compile/compile.c (_initialize_compile): Use upper case for
14628 metasyntactic variables.
14629 * symmisc.c (_initialize_symmisc): Use upper case for
14630 metasyntactic variables.
14631 * psymtab.c (_initialize_psymtab): Use upper case for
14632 metasyntactic variables.
14633 * demangle.c (demangle_command): Use upper case for metasyntactic
14634 variables.
14635 (_initialize_demangler): Likewise.
14636 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14637 variables.
14638
14639 2019-01-03 Tom Tromey <tom@tromey.com>
14640
14641 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14642
14643 2019-01-03 Tom Tromey <tom@tromey.com>
14644
14645 * python/py-symtab.c (salpy_str): Update.
14646 (struct salpy_sal_object) <symtab>: Now a PyObject.
14647 (salpy_dealloc): Update.
14648 (del_objfile_sal): Use gdbpy_ref.
14649
14650 2019-01-03 Tom Tromey <tom@tromey.com>
14651
14652 * python/py-type.c (convert_field): Use new_reference. Return
14653 gdbpy_ref.
14654 (make_fielditem): Return gdbpy_ref.
14655 (typy_fields): Update.
14656 (typy_getitem): Update.
14657 (field_name): Return gdbpy_ref. Use new_reference.
14658 (typy_iterator_iternext): Update.
14659
14660 2019-01-03 Tom Tromey <tom@tromey.com>
14661
14662 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14663
14664 2019-01-03 Tom Tromey <tom@tromey.com>
14665
14666 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14667 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14668 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14669 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14670 (pspy_set_type_printers): Likewise.
14671 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14672 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14673 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14674 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14675 (objfpy_set_type_printers): Likewise.
14676
14677 2019-01-03 Tom Tromey <tom@tromey.com>
14678
14679 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14680 (gdbpy_print_stack): Use gdbpy_err_fetch.
14681 * python/python-internal.h (class gdbpy_err_fetch): New class.
14682 (class gdbpy_enter) <m_error_type, m_error_value,
14683 m_error_traceback>: Remove.
14684 <m_error>: New member.
14685 (gdbpy_exception_to_string): Don't declare.
14686 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14687 * python/py-value.c (convert_value_from_python): Use
14688 gdbpy_err_fetch.
14689 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14690 gdbpy_exception_to_string.
14691 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14692 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14693 gdbpy_err_fetch.
14694
14695 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14696
14697 * linux-nat.c (delete_lwp_cleanup): Delete.
14698 (struct lwp_deleter): New struct.
14699 (lwp_info_up): New typedef.
14700 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14701 lwp_info_up.
14702
14703 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14704
14705 * linux-fork.c (class scoped_switch_fork_info): New class.
14706 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14707
14708 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14709
14710 * valops.c (find_overload_match): Remove use of null_cleanup, and
14711 calls to do_cleanups.
14712
14713 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14714
14715 * compile/compile-cplus-types.c
14716 (compile_cplus_instance::decl_name): Handle changes to
14717 cp_func_name.
14718 * cp-support.c (cp_func_name): Update header comment, update
14719 return type.
14720 * cp-support.h (cp_func_name): Update return type in declaration.
14721 * valops.c (find_overload_match): Move temp_func local to top
14722 level of function and change its type. Use temp_func to hold and
14723 delete temporary string obtained from cp_func_name.
14724
14725 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14726
14727 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14728 gdb::char_vector, remove cleanup, and update uses of `msg`.
14729
14730 2019-01-03 Jim Wilson <jimw@sifive.com>
14731
14732 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14733
14734 2019-01-02 Tom Tromey <tom@tromey.com>
14735
14736 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14737 (tdesc_parse_xml): Remove cleanups.
14738 * target-descriptions.h (make_cleanup_free_target_description):
14739 Don't declare.
14740 (target_desc_deleter): New struct.
14741 (target_desc_up): New typedef.
14742 * target-descriptions.c (target_desc_deleter::operator()): Rename
14743 from free_target_description.
14744 (make_cleanup_free_target_description): Remove.
14745
14746 2019-01-02 Tom Tromey <tom@tromey.com>
14747
14748 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14749 constructor, destructor.
14750 (linespec_parser): Remove typedef.
14751 (~linespec_parser): Rename from linespec_parser_delete.
14752 (linespec_lex_to_end, linespec_complete_label)
14753 (linespec_complete): Update.
14754 (decode_line_full): Remove cleanups.
14755 (decode_line_1): Update.
14756
14757 2019-01-02 Tom Tromey <tom@tromey.com>
14758
14759 * python/python-internal.h (inferior_to_inferior_object): Change
14760 return type.
14761 * python/py-exitedevent.c (create_exited_event_object): Update.
14762 * python/py-inferior.c (inferior_to_inferior_object): Return
14763 gdbpy_ref.
14764 (python_new_inferior, python_inferior_deleted)
14765 (thread_to_thread_object, delete_thread_object)
14766 (build_inferior_list, gdbpy_selected_inferior): Update.
14767 * python/py-infthread.c (create_thread_object): Update. Also fail
14768 if inferior_to_inferior_object fails.
14769
14770 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14771
14772 * inferior.h (class inferior) <displaced_step_state>: New field.
14773 * infrun.h (struct displaced_step_state): Move here from
14774 infrun.c. Initialize fields, add constructor.
14775 <inf>: Remove field.
14776 <reset>: New method.
14777 * infrun.c (struct displaced_step_inferior_state): Move to
14778 infrun.h.
14779 (displaced_step_inferior_states): Remove.
14780 (get_displaced_stepping_state): Adust.
14781 (displaced_step_in_progress_any_inferior): Adjust.
14782 (displaced_step_in_progress_thread): Adjust.
14783 (displaced_step_in_progress): Adjust.
14784 (add_displaced_stepping_state): Remove.
14785 (get_displaced_step_closure_by_addr): Adjust.
14786 (remove_displaced_stepping_state): Remove.
14787 (infrun_inferior_exit): Call displaced_step_state.reset.
14788 (use_displaced_stepping): Don't check for NULL.
14789 (displaced_step_prepare_throw): Call
14790 get_displaced_stepping_state.
14791 (displaced_step_fixup): Don't check for NULL.
14792 (prepare_for_detach): Don't check for NULL.
14793
14794 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14795
14796 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14797 in case of call that did not complete.
14798
14799 2019-01-02 Andrey Utkin <autkin@undo.io>
14800
14801 * symfile.c (find_separate_debug_file): Fix search of debug files for
14802 remote debuggee.
14803
14804 2019-01-02 Tom Tromey <tom@tromey.com>
14805
14806 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14807 indentation.
14808 * python/py-frame.c (frapy_older): Remove cast.
14809 (frapy_newer): Likewise.
14810 * python/py-breakpoint.c (local_setattro): Remove cast.
14811 * python/py-arch.c (archpy_name): Remove local variable.
14812 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14813
14814 2019-01-02 Joel Brobecker <brobecker@adacore.com>
14815
14816 * unittests/basic_string_view/element_access/char/empty.cc:
14817 Fix year range in copyright header.
14818
14819 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14820
14821 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14822 Delete.
14823 <operator==>: Update with for removed field.
14824 <hash>: Likewise.
14825 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14826 <isa_features>: ...this.
14827 <abi_features>: New field.
14828 (riscv_isa_flen): Update comment.
14829 (riscv_abi_xlen): New declaration.
14830 (riscv_abi_flen): New declaration.
14831 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14832 isa_features.
14833 (riscv_abi_xlen): New function.
14834 (riscv_isa_flen): Update to get answer from isa_features.
14835 (riscv_abi_flen): New function.
14836 (riscv_has_fp_abi): Update to get answer from abi_features.
14837 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14838 xlen and flen.
14839 (riscv_call_info) <xlen, flen>: Update comment.
14840 (riscv_call_arg_struct): Remove invalid assertions
14841 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14842 is removed.
14843 (riscv_gdbarch_init): Gather isa features and abi features
14844 separately, ensure both match on the gdbarch when reusing an old
14845 gdbarch. Relax an error check to allow 32-bit abi float to run on
14846 a target with 64-bit float hardware.
14847
14848 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14849
14850 * source.c (search_command_helper): Stop reverse search
14851 when line 1 has been searched.
14852
14853 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14854
14855 * record-full.c (record_full_base_target::close): Rewrite
14856 record_full_core_buf_list free logic.
14857
14858 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14859
14860 * break-catch-syscall.c (print_one_catch_syscall): xfree
14861 the last text.
14862
14863 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14864
14865 * top.c (print_gdb_version): Update Copyright year in version
14866 message.
14867
14868 2019-01-01 Joel Brobecker <brobecker@adacore.com>
14869
14870 Update copyright year range in all GDB files.
14871
14872 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
14873
14874 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
14875
14876 For older changes see ChangeLog-2018.
14877 \f
14878 Local Variables:
14879 mode: change-log
14880 left-margin: 8
14881 fill-column: 74
14882 version-control: never
14883 coding: utf-8
14884 End:
14885
This page took 0.312773 seconds and 3 git commands to generate.