gdb: Add a class to track last display symtab and line information
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
eb2dd8df
AB
12019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * stack.c (set_last_displayed_sal): Delete.
4 (last_displayed_sal_valid): Delete.
5 (last_displayed_pspace): Delete.
6 (last_displayed_addr): Delete.
7 (last_displayed_symtab): Delete.
8 (last_displayed_line): Delete.
9 (class last_displayed_symtab_info_type): New.
10 (last_displayed_symtab_info): New static global variable.
11 (print_frame_info): Call methods on last_displayed_symtab_info.
12 (clear_last_displayed_sal): Update header comment, and make use of
13 last_displayed_symtab_info.
14 (last_displayed_sal_is_valid): Likewise.
15 (get_last_displayed_pspace): Likewise.
16 (get_last_displayed_addr): Likewise.
17 (get_last_displayed_symtab): Likewise.
18 (get_last_displayed_line): Likewise.
19 (get_last_displayed_sal): Likewise.
20 * stack.h (clear_last_displayed_sal): Update header comment.
21 (last_displayed_sal_is_valid): Likewise.
22 (get_last_displayed_pspace): Likewise.
23 (get_last_displayed_addr): Likewise.
24 (get_last_displayed_symtab): Likewise.
25 (get_last_displayed_line): Likewise.
26 (get_last_displayed_sal): Likewise.
27
62137775
AB
282019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * stack.c (frame_show_address): Convert return type to bool.
31 * stack.h (frame_show_address): Likewise, and update header
32 comment.
33
cf57ad6d
AB
342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
37 * unittests/vec-utils-selftests.c: New file.
38 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
39
0b026263
TT
402019-11-10 Tom Tromey <tom@tromey.com>
41
42 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
43 (tui_highlight_win): Likewise.
44 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
45 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
46 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
47 Don't set can_highlight.
48
b049ce2d
TT
492019-11-10 Tom Tromey <tom@tromey.com>
50
51 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
52 Remove unused declaration.
53
992a7040
TT
542019-11-08 Tom Tromey <tromey@adacore.com>
55
56 * top.c (read_command_file): Update.
57 (command_line_input): Make return type const.
58 * python/py-gdb-readline.c: Update.
59 * linespec.c (decode_line_2): Update.
60 * defs.h (command_line_input): Make return type const.
61 * cli/cli-script.c (read_next_line): Make return type const.
62 * ada-lang.c (get_selections): Update.
63
ca3a04f6
CB
642019-11-06 Christian Biesinger <cbiesinger@google.com>
65
66 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
67 * mi/mi-main.c (output_cores): Likewise.
68 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
69 (linux_xfer_osdata_modules): Likewise.
70 * remote.c (register_remote_support_xml): Likewise.
71 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
72 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
73
e0eac551
TT
742019-11-06 Tom Tromey <tom@tromey.com>
75
76 * tui/tui-interp.c: Don't include readline.h.
77 * tui/tui-hooks.c: Don't include readline.h.
78 * symmisc.c: Include tilde.h, not readline.h.
79 * symfile.c: Include tilde.h, not readline.h.
80 * source.c: Include tilde.h, not readline.h.
81 * solib.c: Include tilde.h, not readline.h.
82 * psymtab.c: Include tilde.h, not readline.h.
83 * exec.c: Include tilde.h, not readline.h.
84 * corelow.c: Include tilde.h, not readline.h.
85 * cli/cli-dump.c: Include tilde.h, not readline.h.
86 * cli/cli-cmds.c: Don't include readline.h.
87
825165c5
TT
882019-11-05 Tom Tromey <tom@tromey.com>
89
90 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
91 (tui_disassemble): Set addr_size.
92 (tui_disasm_window::set_contents): Use addr_size.
93
91ae903f
TT
942019-11-05 Tom Tromey <tom@tromey.com>
95
96 * rust-lang.c (rust_language_defn): Update.
97 * python/py-value.c (valpy_string): Call c_get_string.
98 * p-lang.c (pascal_language_defn): Update.
99 * opencl-lang.c (opencl_language_defn): Update.
100 * objc-lang.c (objc_language_defn): Update.
101 * m2-lang.c (m2_language_defn): Update.
102 * language.c (unknown_language_defn, auto_language_defn): Update.
103 (default_get_string): Remove.
104 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
105 * go-lang.c (go_language_defn): Update.
106 * f-lang.c (f_language_defn): Update.
107 * d-lang.c (d_language_defn): Update.
108 * c-lang.c (c_language_defn, cplus_language_defn)
109 (asm_language_defn, minimal_language_defn): Update.
110 * ada-lang.c (ada_language_defn): Update.
111 * language.h (struct language_defn) <la_get_string>: Remove.
112 (LA_GET_STRING): Remove.
113 (default_get_string): Don't declare.
114
1df2f9ef
TT
1152019-11-05 Tom Tromey <tom@tromey.com>
116
117 * tui/tui-source.h (struct tui_source_window): Inline
118 constructor. Remove destructor.
119 <style_changed, m_observable>: Move to superclass.
120 * tui/tui-winsource.h (tui_copy_source_line): Declare.
121 (struct tui_source_window_base): Move private members to end.
122 <style_changed, m_observable>: Move from tui_source_window.
123 * tui/tui-winsource.c (tui_copy_source_line): Move from
124 tui-source.c. Rename from copy_source_line. Add special handling
125 for negative line number.
126 (tui_source_window_base::style_changed): Move from
127 tui_source_window.
128 (tui_source_window_base): Register observer.
129 (~tui_source_window_base): New.
130 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
131 rename.
132 (tui_source_window::set_contents): Use tui_copy_source_line.
133 (tui_source_window::tui_source_window): Move to tui-source.h.
134 (tui_source_window::~tui_source_window): Remove.
135 (tui_source_window::style_changed): Move to superclass.
136 * tui/tui-disasm.c (tui_disassemble): Create string file with
137 styling, when possible. Add "addr_size" parameter.
138 (tui_disasm_window::set_contents): Use tui_copy_source_line.
139 Don't compute maximum size.
140 (len_without_escapes): New function
141
5d051055
TT
1422019-11-05 Tom Tromey <tom@tromey.com>
143
144 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
145 std::string.
146 * tui/tui-winsource.c (tui_show_source_line): Update.
147 * tui/tui-source.c (tui_source_window::set_contents): Update.
148 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
149
ade7beea
CB
1502019-11-05 Christian Biesinger <cbiesinger@google.com>
151
152 * symtab.h (gdb_static_assert): Put && operator at the beginning
153 of the line instead of the end.
154
3573abe1
CB
1552019-11-04 Christian Biesinger <cbiesinger@google.com>
156
157 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
158 and sizeof (symbol).
159 * symtab.h: Add a static_assert for sizeof (partial_symbol).
160
dae8b3eb
RO
1612019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
162
163 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
164 * configure.host: Mark *-*-solaris2.10* obsolete.
165 * configure.tgt: Mark Solaris < 11 obsolete.
166 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
167 Update target triplet.
168
5df96a4e
TT
1692019-11-01 Tom Tromey <tromey@adacore.com>
170
171 * utils.c (print_sys_errmsg): Simplify.
172
b7481649
TT
1732019-11-01 Tom Tromey <tromey@adacore.com>
174
175 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
176
e48f6033
CB
1772019-11-01 Christian Biesinger <cbiesinger@google.com>
178
179 * configure: Regenerate.
180 * configure.ac: Remove check for strerror_r.
181 * gdbsupport/common.m4: Check for strerror_r.
182
bd5766ec
LM
1832019-11-01 Luis Machado <luis.machado@linaro.org>
184
185 PR gdb/25124
186
187 * arm-tdep.c (arm_per_objfile): Rename to ...
188 (arm_per_bfd): ... this.
189 (arm_objfile_data_key): Rename to ...
190 (arm_bfd_data_key): ... this.
191 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
192 data.
193 (arm_record_special_symbol): Likewise.
194
e1709896
AB
1952019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
198 end.
199 * c-typeprint.c (c_print_typedef): Likewise.
200 * f-typeprint.c (f_print_typedef): Likewise.
201 * m2-typeprint.c (m2_print_typedef): Likewise.
202 * p-typeprint.c (pascal_print_typedef): Likewise.
203 * rust-lang.c (rust_print_typedef): Likewise.
204 * symtab.c (print_symbol_info): Print a newline after calling
205 typedef_print.
206
165f8965
AB
2072019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * symtab.c (info_module_cmdlist): New variable.
210 (info_module_command): New function.
211 (search_module_symbols): New function.
212 (info_module_subcommand): New function.
213 (struct info_modules_var_func_options): New struct.
214 (info_modules_var_func_options_defs): New variable.
215 (make_info_modules_var_func_options_def_group): New function.
216 (info_module_functions_command): New function.
217 (info_module_variables_command): New function.
218 (info_module_var_func_command_completer): New function.
219 (_initialize_symtab): Register new 'info module functions' and
220 'info module variables' commands.
221 * symtab.h (typedef symbol_search_in_module): New typedef.
222 (search_module_symbols): Declare new function.
223 * NEWS: Mention new commands.
224
59c35742
AB
2252019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
228 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
229 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
230 MODULES_DOMAIN.
231 (scan_partial_symbols): Only create partial module symbols for non
232 declarations.
233 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
234 and MODULES_DOMAIN.
235 * symtab.c (search_domain_name): Likewise.
236 (search_symbols): Likewise.
237 (print_symbol_info): Likewise.
238 (symtab_symbol_info): Likewise.
239 (info_modules_command): New function.
240 (_initialize_symtab): Register 'info modules' command.
241 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
242 * NEWS: Mention new 'info modules' command.
243
aed61d02
PW
2442019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
247 and $_gdb_maint_setting_str.
248
9ad9b77d
PW
2492019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
250
251 * cli/cli-cmds.c (setting_cmd, value_from_setting)
252 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
253 (str_value_from_setting, gdb_setting_str_internal_fn)
254 (gdb_maint_setting_str_internal_fn): New functions.
255 (_initialize_cli_cmds): Define the new convenience functions.
256 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
257 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
258
8d6efaa2
CB
2592019-10-31 Christian Biesinger <cbiesinger@google.com>
260
261 * agent.c (set_can_use_agent): When the setting is turned on,
262 look up agent symbols if we don't have them yet.
263 (agent_new_objfile): Don't look up agent symbols when the agent
264 setting is off.
265
33cb1647
CB
2662019-10-31 Christian Biesinger <cbiesinger@google.com>
267
268 * config.in: Regenerate.
269
b231e86a
CB
2702019-10-31 Christian Biesinger <cbiesinger@google.com>
271
272 * configure: Regenerate.
273 * configure.ac: Check for strerror_r.
274 * gdbsupport/common-utils.h (safe_strerror): Change return value
275 to const char * and document that this function is now threadsafe.
276 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
277 thread_local and call strerror_r, if available.
278 * utils.c (perror_string): Update.
279 (print_sys_errmsg): Update.
280
a2726d4f
LM
2812019-10-31 Luis Machado <luis.machado@linaro.org>
282
283 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
284 objfile_key.
285 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
286 objfile to fetch per-bfd data.
287 (arm_find_exidx_entry): Likewise.
288
75cafaa6
CB
2892019-10-31 Christian Biesinger <cbiesinger@google.com>
290
291 * gdbsupport/agent.c (debug_agent): Change type to bool.
292 (use_agent): Likewise.
293 (all_agent_symbols_look_up): Likewise.
294 (agent_loaded_p): Change return value to bool.
295 (agent_look_up_symbols): Update.
296 (agent_capability_check): Change return value to bool.
297 * gdbsupport/agent.h (agent_loaded_p): Likewise.
298 (debug_agent): Change type to bool.
299 (use_agent): Likewise.
300 (agent_capability_check): Change return value to bool.
301
808590ec
CB
3022019-10-30 Christian Biesinger <cbiesinger@google.com>
303
304 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
305 (build_minimal_symbol_hash_tables): Code to clear the table moved
306 to clear_minimal_symbol_hash_tables.
307 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
308 when needed.
309
f18ad8a1
SM
3102019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
311
312 * infcmd.c: Remove includes.
313 * infrun.c: Remove includes.
314
de93309a
SM
3152019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
316
317 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
318 (grow_vect): Remove declaration.
319 (ada_type_of_array): Remove declaration.
320 (ada_update_initial_language): Remove declaration.
321 (ada_fold_name): Remove declaration.
322 (ada_fill_in_ada_prototype): Remove declaration.
323 (user_select_syms): Remove declaration.
324 (get_selections): Remove declaration.
325 (ada_tag_type): Remove declaration.
326 (ada_value_tag): Remove declaration.
327 (ada_is_others_clause): Remove declaration.
328 (ada_in_variant): Remove declaration.
329 (ada_value_struct_elt): Remove declaration.
330 (ada_attribute_name): Remove declaration.
331 (ada_system_address_type): Remove declaration.
332 * ada-lang.c (ada_watch_location_expression): Make static.
333 (GROW_VECT): Move here from ada-lang.h.
334 (grow_vect): Make static.
335 (ada_update_initial_language): Make static.
336 (ada_fold_name): Make static.
337 (ada_type_of_array): Make static.
338 (encoded_ordered_before): Move up.
339 (sort_choices): Move up.
340 (print_signatures): Move up.
341 (ada_print_symbol_signature): Move up.
342 (get_selections): Move up and make static.
343 (user_select_syms): Move up and make static.
344 (ada_value_struct_elt): Move up and make static.
345 (ada_tag_type): Make static.
346 (ada_value_tag): Make static.
347 (ada_is_others_clause): Make static.
348 (ada_in_variant): Make static.
349 (ada_attribute_name): Make static.
350
cdc46a9f
SM
3512019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
352
353 * ada-lang.c: Remove includes.
354 * ada-typeprint.c: Remove includes.
355 * ada-valprint.c: Remove includes.
356
90421c56
SM
3572019-10-29 Simon Marchi <simon.marchi@efficios.com>
358
359 * addrmap.c: Add static assertions of type size, moved from
360 _initialize_addrmap.
361 (_initialize_addrmap): Remove.
362
31edb802
CB
3632019-10-29 Christian Biesinger <cbiesinger@google.com>
364
365 * coffread.c (record_minimal_symbol): Update.
366 (process_coff_symbol): Update.
367 * dbxread.c (read_dbx_symtab): Update.
368 * dwarf2read.c (add_partial_symbol): Update.
369 (fixup_go_packaging): Update.
370 (load_partial_dies): Update.
371 (new_symbol): Update.
372 * elfread.c (record_minimal_symbol): Change signature to use
373 gdb::string_view instead of name+len.
374 (elf_symtab_read): Update.
375 (elf_rel_plt_read): Update.
376 * mdebugread.c (parse_partial_symbols): Update.
377 (handle_psymbol_enumerators): Update.
378 (new_symbol): Update.
379 * minsyms.c (minimal_symbol_reader::record_full): Change signature
380 to use gdb::string_view instead of name+len.
381 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
382 * psympriv.h (add_psymbol_to_list): Likewise.
383 * psymtab.c (add_psymbol_to_bcache): Likewise.
384 (add_psymbol_to_list): Likewise.
385 * stabsread.c (define_symbol): Update.
386 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
387 * symtab.h (SYMBOL_SET_NAMES): Likewise.
388 (symbol_set_names): Likewise.
389 * xcoffread.c (scan_xcoff_symtab): Update.
390
0c921b21
CB
3912019-10-29 Christian Biesinger <cbiesinger@google.com>
392
393 * symtab.h (symbol_set_names): Document that copy_name must be
394 set to true for non-nullterminated strings.
395 * symtab.c (symbol_set_names): Only make a nullterminated copy of
396 linkage_name if the entry was not found and we need to demangle.
397
35e65c49
CB
3982019-10-29 Christian Biesinger <cbiesinger@google.com>
399
400 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
401 * dwarf2-frame.c (bsearch_fde_cmp): Update.
402 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
403 * gdbsupport/gdb_binary_search.h: New file.
404
ed2a2229
CB
4052019-10-29 Christian Biesinger <cbiesinger@google.com>
406
407 * NEWS: Mention new --with-system-gdbinit-dir option.
408 * config.in: Regenerate.
409 * configure: Regenerate.
410 * configure.ac: Add new option --with-system-gdbinit-dir.
411 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
412 for a ".gdb" suffix.
413 * main.c (get_init_files): Change system_gdbinit argument to
414 a vector and return the files in SYSTEM_GDBINIT_DIR in
415 addition to SYSTEM_GDBINIT.
416 (captured_main_1): Update.
417 (print_gdb_help): Update.
418 * top.c (print_gdb_configuration): Also print the value of
419 SYSTEM_GDBINIT_DIR.
420
87f34879
CB
4212019-10-28 Christian Biesinger <cbiesinger@google.com>
422
423 * gdbsupport/common-utils.h (startswith): Add an overloaded version
424 that takes gdb::string_view arguments.
425
30baf67b
TV
4262019-10-26 Tom de Vries <tdevries@suse.de>
427
428 * aarch64-linux-tdep.c: Fix typos in comments.
429 * aarch64-tdep.c: Same.
430 * ada-lang.c: Same.
431 * amd64-nat.c: Same.
432 * arc-tdep.c: Same.
433 * arch/aarch64-insn.c: Same.
434 * block.c: Same.
435 * breakpoint.h: Same.
436 * btrace.h: Same.
437 * c-varobj.c: Same.
438 * cli/cli-decode.c: Same.
439 * cli/cli-script.c: Same.
440 * cli/cli-utils.h: Same.
441 * coff-pe-read.c: Same.
442 * coffread.c: Same.
443 * compile/compile-cplus-symbols.c: Same.
444 * compile/compile-object-run.c: Same.
445 * completer.c: Same.
446 * corelow.c: Same.
447 * cp-support.c: Same.
448 * demangle.c: Same.
449 * dwarf-index-write.c: Same.
450 * dwarf2-frame.c: Same.
451 * dwarf2-frame.h: Same.
452 * eval.c: Same.
453 * frame-base.h: Same.
454 * frame.h: Same.
455 * gdbcmd.h: Same.
456 * gdbtypes.h: Same.
457 * gnu-nat.c: Same.
458 * guile/scm-objfile.c: Same.
459 * i386-tdep.c: Same.
460 * i386-tdep.h: Same.
461 * infcall.c: Same.
462 * infcall.h: Same.
463 * linux-nat.c: Same.
464 * m68k-tdep.c: Same.
465 * macroexp.c: Same.
466 * memattr.c: Same.
467 * mi/mi-cmd-disas.c: Same.
468 * mi/mi-getopt.h: Same.
469 * mi/mi-main.c: Same.
470 * minsyms.c: Same.
471 * nat/aarch64-sve-linux-sigcontext.h: Same.
472 * objfiles.h: Same.
473 * ppc-linux-nat.c: Same.
474 * ppc-linux-tdep.c: Same.
475 * ppc-tdep.h: Same.
476 * progspace.h: Same.
477 * prologue-value.h: Same.
478 * python/py-evtregistry.c: Same.
479 * python/py-instruction.h: Same.
480 * record-btrace.c: Same.
481 * record-full.c: Same.
482 * remote.c: Same.
483 * rs6000-tdep.c: Same.
484 * ser-tcp.c: Same.
485 * sol-thread.c: Same.
486 * sparc-sol2-tdep.c: Same.
487 * sparc64-tdep.c: Same.
488 * stabsread.c: Same.
489 * symfile.c: Same.
490 * symtab.h: Same.
491 * target.c: Same.
492 * tracepoint.c: Same.
493 * tui/tui-data.h: Same.
494 * tui/tui-io.c: Same.
495 * tui/tui-win.c: Same.
496 * tui/tui.c: Same.
497 * unittests/rsp-low-selftests.c: Same.
498 * user-regs.h: Same.
499 * utils.c: Same.
500 * utils.h: Same.
501 * valarith.c: Same.
502 * valops.c: Same.
503 * valprint.c: Same.
504 * valprint.h: Same.
505 * value.c: Same.
506 * value.h: Same.
507 * varobj.c: Same.
508 * x86-nat.h: Same.
509 * xtensa-tdep.c: Same.
510
1834d45f
AT
5112019-10-25 Ali Tamur <tamur@google.com>
512
513 * charset.c (find_charset_names): Reflect API change.
514
5396ae17
CB
5152019-10-25 Christian Biesinger <cbiesinger@google.com>
516
517 * symtab.c (struct demangled_name_entry): Change demangled name
518 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
519 part of the struct anymore.
520 (symbol_set_names): No longer obstack allocate + copy the demangled
521 name, just store the allocated name from bfd.
522
93878f47
TT
5232019-10-25 Tom Tromey <tromey@adacore.com>
524
525 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
526 (bsearch_cie_cmp, add_cie): Remove.
527 (find_cie): Reimplement.
528 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
529 (dwarf2_build_frame_info): Update.
530
7b71fc97
L
5312019-10-24 H.J. Lu <hongjiu.lu@intel.com>
532
533 PR gdb/25126
534 * symfile.c (reread_symbols): Call forget_cached_source_info to
535 clear the stale source cache.
536
cbb5a2ea
CB
5372019-10-24 Christian Biesinger <cbiesinger@google.com>
538
539 * configure: Regenerate.
540 * configure.ac: Remove code that sets python_has_threads.
541
71737c43
CB
5422019-10-24 Christian Biesinger <cbiesinger@google.com>
543
544 * config.in: Regenerate.
545 * configure: Regenerate.
546 * configure.ac: Remove the code that uses sed to get the python
547 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
548
33d569b7
AB
5492019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * python/py-progspace.c (pspy_block_for_pc): Return None for all
552 error paths.
553
f16f7b7c
TT
5542019-10-23 Tom Tromey <tom@tromey.com>
555
556 * arc-tdep.c: Remove ".." from include.
557 * frv-tdep.c: Remove ".." from include.
558 * lm32-tdep.c: Remove ".." from include.
559 * microblaze-tdep.c: Remove ".." from include.
560 * or1k-tdep.h: Remove ".." from include.
561 * s12z-tdep.c: Remove ".." from include.
562 * Makefile.in (OPCODES_CFLAGS): Add comment.
563 (TOP_CFLAGS): New variable.
564 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
565
6999161a
TT
5662019-10-23 Tom Tromey <tom@tromey.com>
567
568 * Makefile.in (READLINE_DIR): Update.
569
12e7c35e
TBA
5702019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
571
572 * infcall.c (call_function_by_hand_dummy): Fix the function
573 comment. And extract out a code section into...
574 (reserve_stack_space): ...this new function.
575
37055cad
TBA
5762019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
577
578 * infcall.c (value_arg_coerce): Remove an unused parameter.
579 (call_function_by_hand_dummy): Update the call to
580 'value_arg_coerce'.
581
39bcc47c
TBA
5822019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
583
584 * infcall.c (call_function_by_hand_dummy): Refactor.
585
bd888c0f
TBA
5862019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
587
588 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
589
c12d372d
TT
5902019-10-23 Tom Tromey <tom@tromey.com>
591
592 * configure: Rebuild.
593 * configure.ac: Don't check for sigprocmask.
594 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
595
4d0b984b
TT
5962019-10-23 Tom Tromey <tom@tromey.com>
597
598 * configure: Rebuild.
599 * acinclude.m4: Use m4_include, not sinclude.
600
7e785608
TV
6012019-10-23 Tom de Vries <tdevries@suse.de>
602
603 PR breakpoints/24687
604 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
605
403772ef
CB
6062019-10-22 Christian Biesinger <cbiesinger@google.com>
607
608 * symtab.c (struct demangled_name_entry) <language>: Change from
609 bitfield to regular variable.
610
3a494279
CB
6112019-10-22 Christian Biesinger <cbiesinger@google.com>
612
613 * symtab.c (struct demangled_name_entry): Add a constructor.
614 (free_demangled_name_entry): New function to call the destructor
615 for demangled_name_entry.
616 (create_demangled_names_hash): Pass free_demangled_name_entry to
617 htab_create_alloc.
618 (symbol_set_names): Call placement new for demangled_name_entry.
619 * utils.c: No longer include xxhash.h here, now that fast_hash
620 is inlined in the header.
621 * utils.h: Instead, include it here.
622
ccb1ba62
CB
6232019-10-22 Christian Biesinger <cbiesinger@google.com>
624
625 * Makefile.in: Link with libxxhash.
626 * config.in: Regenerate.
627 * configure: Regenerate.
628 * configure.ac: Search for libxxhash.
629 * utils.c (fast_hash): Use xxhash if present.
630
1a6ff1a9
CB
6312019-10-22 Christian Biesinger <cbiesinger@google.com>
632
633 * utils.h (fast_hash): New function.
634 * symtab.c (hash_demangled_name_entry): Call new function
635 fast_hash.
636
7bb43059
CB
6372019-10-22 Christian Biesinger <cbiesinger@google.com>
638
639 * symtab.c (struct demangled_name_entry): Change type of mangled
640 to gdb::string_view. Also adds a constructor that takes the
641 mangled name.
642 (hash_demangled_name_entry): Update.
643 (eq_demangled_name_entry): Update.
644 (free_demangled_name_entry): New function to call the destructor
645 now that this is not a POD anymore.
646 (create_demangled_names_hash): Pass free_demangled_name_entry to
647 htab_create_alloc.
648 (symbol_set_names): Update.
649
7ba99d21
AT
6502019-10-21 Ali Tamur <tamu@google.com>
651
652 * dwarf2read.c (dir_index): Change type.
653 (file_name_index): Likewise.
654 (line_header::include_dir_at): Change comment and implementation on
655 whether it is DWARF 5.
656 (line_header::is_valid_file_index): New function.
657 (line_header::file_name_at): Change comment and implementation on
658 whether it is DWARF 5.
659 (line_header::file_names): Change to private field renamed as
660 m_file_names and introduce a new accessor method.
661 (line_header::file_names_size): New method.
662 (line_header::include_dirs): Change to private field and rename as
663 m_include_dirs.
664 (dw2_get_file_names_reader): Define local var at a smaller scope and
665 reflect API change.
666 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
667 (process_structure_scope): Likewise.
668 (line_header::add_include_dir): Change message and reflect renaming.
669 (line_header::add_file_name): Likewise.
670 (read_formatted_entries): Handle DW_FORM_data16.
671 (dwarf_decode_line_header): Fix line header length calculation.
672 (psymtab_include_file_name): Change comment and API.
673 (lnp_state_machine::m_file): Update comment and reflect type change.
674 (lnp_state_machine::record_line): Reflect type change.
675 (dwarf_decode_lines): Reflect API change.
676 (file_file_name): Likewise.
677 (file_full_name): Likewise.
678
45f47c3a
AB
6792019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
682
e5f3c0e3
TT
6832019-10-21 Tom Tromey <tom@tromey.com>
684
685 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
686
a0a461e5
TT
6872019-10-21 Tom Tromey <tom@tromey.com>
688
689 * configure.ac (nm.h): Conditionally create nm.h link. Subst
690 NM_H. Use AC_CONFIG_LINKS.
691 * configure: Rebuild.
692 * Makefile.in (NM_H): New variable.
693 (generated_files): Add NM_H. Remove gcore.
694 (nm.h, stamp-nmh): New targets.
695
54d83b8d
TT
6962019-10-20 Tom Tromey <tom@tromey.com>
697
698 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
699 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
700 obsolete comment.
701 (put_objfile_before): Now static.
702
23771117
SM
7032019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
704
705 * gdbsupport/common-utils.h (startswith): Change return type to
706 bool.
707
39ef2f62
CB
7082019-10-19 Christian Biesinger <cbiesinger@google.com>
709
710 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
711 * breakpoint.c (bp_locations_compare): Rename to...
712 (bp_location_is_less_than): ...this, and change to std::sort semantics.
713 (update_global_location_list): Use std::sort instead of qsort.
714 * buildsym.c (compare_line_numbers): Rename to...
715 (lte_is_less_than): ...this, and change to std::sort semantics.
716 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
717 instead of qsort.
718 * disasm.c (compare_lines): Rename to...
719 (line_is_less_than): ...this, and change to std::sort semantics.
720 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
721 of qsort.
722 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
723 (fde_is_less_than): ...this, and change to std::sort semantics.
724 (dwarf2_build_frame_info): Call std::sort instead of qsort.
725 * mdebugread.c (compare_blocks):
726 (block_is_less_than): ...this, and change to std::sort semantics.
727 (sort_blocks): Call std::sort instead of qsort.
728 * objfiles.c (qsort_cmp): Rename to...
729 (sort_cmp): ...this, and change to std::sort semantics.
730 (update_section_map): Call std::sort instead of qsort.
731 * remote.c (compare_pnums): Remove.
732 (map_regcache_remote_table): Call std::sort instead of qsort.
733 * utils.c (compare_positive_ints): Remove.
734 * utils.h (compare_positive_ints): Remove.
735 * xcoffread.c (compare_lte): Remove.
736 (arrange_linetable): Call std::sort instead of qsort.
737
f71433ee
SDJ
7382019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
739
740 * symfile.c (init_entry_point_info): Fix typo.
741 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
742
85102364
TV
7432019-10-18 Tom de Vries <tdevries@suse.de>
744
745 * aarch64-tdep.c: Fix typos in comments.
746 * ada-lang.c: Same.
747 * ada-tasks.c: Same.
748 * alpha-tdep.c: Same.
749 * alpha-tdep.h: Same.
750 * amd64-nat.c: Same.
751 * amd64-windows-tdep.c: Same.
752 * arc-tdep.c: Same.
753 * arc-tdep.h: Same.
754 * arch-utils.c: Same.
755 * arm-nbsd-tdep.c: Same.
756 * arm-tdep.c: Same.
757 * ax-gdb.c: Same.
758 * blockframe.c: Same.
759 * btrace.c: Same.
760 * c-varobj.c: Same.
761 * coff-pe-read.c: Same.
762 * coffread.c: Same.
763 * cris-tdep.c: Same.
764 * darwin-nat.c: Same.
765 * dbxread.c: Same.
766 * dcache.c: Same.
767 * disasm.c: Same.
768 * dtrace-probe.c: Same.
769 * dwarf-index-write.c: Same.
770 * dwarf2-frame-tailcall.c: Same.
771 * dwarf2-frame.c: Same.
772 * dwarf2read.c: Same.
773 * eval.c: Same.
774 * exceptions.c: Same.
775 * fbsd-tdep.c: Same.
776 * findvar.c: Same.
777 * frame.c: Same.
778 * frv-tdep.c: Same.
779 * gnu-v3-abi.c: Same.
780 * go32-nat.c: Same.
781 * h8300-tdep.c: Same.
782 * hppa-tdep.c: Same.
783 * i386-linux-tdep.c: Same.
784 * i386-tdep.c: Same.
785 * ia64-libunwind-tdep.c: Same.
786 * ia64-tdep.c: Same.
787 * infcmd.c: Same.
788 * infrun.c: Same.
789 * linespec.c: Same.
790 * linux-nat.c: Same.
791 * linux-thread-db.c: Same.
792 * machoread.c: Same.
793 * mdebugread.c: Same.
794 * mep-tdep.c: Same.
795 * mn10300-tdep.c: Same.
796 * namespace.c: Same.
797 * objfiles.c: Same.
798 * opencl-lang.c: Same.
799 * or1k-tdep.c: Same.
800 * osabi.c: Same.
801 * ppc-linux-nat.c: Same.
802 * ppc-linux-tdep.c: Same.
803 * ppc-sysv-tdep.c: Same.
804 * printcmd.c: Same.
805 * procfs.c: Same.
806 * record-btrace.c: Same.
807 * record-full.c: Same.
808 * remote-fileio.c: Same.
809 * remote.c: Same.
810 * rs6000-tdep.c: Same.
811 * s12z-tdep.c: Same.
812 * score-tdep.c: Same.
813 * ser-base.c: Same.
814 * ser-go32.c: Same.
815 * skip.c: Same.
816 * sol-thread.c: Same.
817 * solib-svr4.c: Same.
818 * solib.c: Same.
819 * source.c: Same.
820 * sparc-nat.c: Same.
821 * sparc-sol2-tdep.c: Same.
822 * sparc-tdep.c: Same.
823 * sparc64-tdep.c: Same.
824 * stabsread.c: Same.
825 * stack.c: Same.
826 * symfile.c: Same.
827 * symtab.c: Same.
828 * target-descriptions.c: Same.
829 * target-float.c: Same.
830 * thread.c: Same.
831 * utils.c: Same.
832 * valops.c: Same.
833 * valprint.c: Same.
834 * value.c: Same.
835 * varobj.c: Same.
836 * windows-nat.c: Same.
837 * xcoffread.c: Same.
838 * xstormy16-tdep.c: Same.
839 * xtensa-tdep.c: Same.
840
c5adaa19
TT
8412019-10-17 Tom Tromey <tromey@adacore.com>
842
843 * configure: Rebuild.
844 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
845 in AC_CONFIG_FILES invocation.
846 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
847 new-style config.status invocation.
848
405feb71
TV
8492019-10-17 Tom de Vries <tdevries@suse.de>
850
851 * arm-nbsd-nat.c: Fix typos in comments.
852 * arm-tdep.c: Same.
853 * darwin-nat-info.c: Same.
854 * dwarf2read.c: Same.
855 * elfread.c: Same.
856 * event-top.c: Same.
857 * findvar.c: Same.
858 * gdbtypes.c: Same.
859 * hppa-tdep.c: Same.
860 * i386-tdep.c: Same.
861 * jit.c: Same.
862 * main.c: Same.
863 * mdebugread.c: Same.
864 * moxie-tdep.c: Same.
865 * nto-procfs.c: Same.
866 * osabi.c: Same.
867 * ppc-linux-tdep.c: Same.
868 * remote.c: Same.
869 * riscv-tdep.c: Same.
870 * s390-tdep.c: Same.
871 * sh-tdep.c: Same.
872 * sparc-linux-tdep.c: Same.
873 * sparc-nat.c: Same.
874 * stack.c: Same.
875 * target-descriptions.c: Same.
876 * top.c: Same.
877 * varobj.c: Same.
878
befcd486
TT
8792019-10-16 Tom Tromey <tom@tromey.com>
880
881 * objfiles.h (struct objfile) <original_name>: Now const.
882
17bfe554
CB
8832019-10-16 Christian Biesinger <cbiesinger@google.com>
884
885 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
886 pass on to sigsetjmp's second argument.
887 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
888
950b7495
KS
8892019-10-16 Keith Seitz <keiths@redhat.com>
890
891 PR gdb/23567
892 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
893 sections whose size is greater than the file size.
894
ff371ec9
JW
8952019-10-16 Jim Wilson <jimw@sifive.com>
896
897 * riscv-tdep.c (riscv_gcc_target_options): New.
898 (riscv_gnu_triplet_regexp): New.
899 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
900 set_gdbarch_gnu_triplet_regexp.
901
fec4e896
CB
9022019-10-16 Christian Biesinger <cbiesinger@google.com>
903
904 * Makefile.in: Add xml-builtin.h.
905 * features/feature_to_c.sh: Add an include for xml-builtin.h
906 to ensure that the compiler checks that the types match.
907 * xml-builtin.h: New file.
908 * xml-support.c (fetch_xml_builtin): Add missing const.
909 * xml-support.h: Remove declaration of xml_builtins.
910
d10eccaa
TV
9112019-10-16 Tom de Vries <tdevries@suse.de>
912
913 PR tdep/25096
914 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
915 (amd64_classify_aggregate): ... here.
916 (amd64_classify_aggregate_field): Handled fiels of nested structs
917 recursively.
918
745ff14e
TV
9192019-10-16 Tom de Vries <tdevries@suse.de>
920
921 PR tdep/24104
922 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
923 that handles 'theclass'.
924
791b7405
AB
9252019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * linespec.c (decode_digits_ordinary): Update comment.
928 * make-target-delegates: No longer need to handle VEC case.
929 * memrange.c (normalize_mem_ranges): Update comment.
930 * namespace.c (add_using_directive): Update comment.
931 * objc-lang.c (uniquify_strings): Update comment.
932 * ppc-linux-nat.c (struct thread_points): Update comment.
933 * probe.h (find_probes_in_objfile): Update comment.
934 * target.h (enum flash_preserve_mode): Update comment.
935 * varobj.c (varobj_restrict_range): Update comment.
936 * varobj.h (varobj_list_children): Update comment.
937
0dc32745
AB
9382019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * Makefile.in: Remove references to vec.h and vec.c.
941 * aarch64-tdep.c: No longer include vec.h.
942 * ada-lang.c: Likewise.
943 * ada-lang.h: Likewise.
944 * arm-tdep.c: Likewise.
945 * ax.h: Likewise.
946 * breakpoint.h: Likewise.
947 * charset.c: Likewise.
948 * cp-support.h: Likewise.
949 * dtrace-probe.c: Likewise.
950 * dwarf2read.c: Likewise.
951 * extension.h: Likewise.
952 * gdb_bfd.c: Likewise.
953 * gdbsupport/gdb_vecs.h: Likewise.
954 * gdbsupport/vec.c: Remove.
955 * gdbsupport/vec.h: Remove.
956 * gdbthread.h: Likewise.
957 * guile/scm-type.c: Likewise.
958 * inline-frame.c: Likewise.
959 * machoread.c: Likewise.
960 * memattr.c: Likewise.
961 * memrange.h: Likewise.
962 * namespace.h: Likewise.
963 * nat/linux-btrace.h: Likewise.
964 * osdata.c: Likewise.
965 * parser-defs.h: Likewise.
966 * progspace.h: Likewise.
967 * python/py-type.c: Likewise.
968 * record-btrace.c: Likewise.
969 * rust-exp.y: Likewise.
970 * solib-target.c: Likewise.
971 * stap-probe.c: Likewise.
972 * target-descriptions.c: Likewise.
973 * target-memory.c: Likewise.
974 * target.h: Likewise.
975 * varobj.c: Likewise.
976 * varobj.h: Likewise.
977 * xml-support.h: Likewise.
978
ae640021
AB
9792019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
982 Update for new std::vector based implementation.
983 (process_psymtab_comp_unit_reader): Likewise.
984 (scan_partial_symbols): Likewise.
985 (recursively_compute_inclusions): Likewise.
986 (compute_compunit_symtab_includes): Likewise.
987 (process_imported_unit_die): Likewise.
988 (queue_and_load_dwo_tu): Likewise.
989 (follow_die_sig_1): Likewise.
990 * gdb/dwarf2read.h: Remove DEF_VEC_P.
991 (typedef dwarf2_per_cu_ptr): Remove.
992 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
993 function.
994 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
995 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
996 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
997 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
998 std::vector.
999
55dfc88f
TT
10002019-10-15 Tom Tromey <tromey@adacore.com>
1001
1002 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1003 TID.
1004
96b49c5e
TT
10052019-10-15 Tom Tromey <tromey@adacore.com>
1006
1007 * windows-nat.c (windows_nat_target::fetch_registers)
1008 (windows_nat_target::store_registers): Rename "pid" to "tid".
1009
953cff56
TT
10102019-10-15 Tom Tromey <tromey@adacore.com>
1011
1012 * gdbarch.h, gdbarch.c: Rebuild.
1013 * gdbarch.sh (gcc_target_options): Change return type to
1014 std::string.
1015 * compile/compile.c (get_args): Update.
1016 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1017 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1018 std::string.
1019 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1020 std::string.
1021 * arch-utils.c (default_gcc_target_options): Return std::string.
1022 * arch-utils.h (default_gcc_target_options): Return std::string.
1023 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1024
81e6b8eb
CB
10252019-10-15 Christian Biesinger <cbiesinger@google.com>
1026
1027 * breakpoint.c (breakpoint_chain): Make static.
1028 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1029 of accessing breakpoint_chain.
1030
95da600f
CB
10312019-10-15 Christian Biesinger <cbiesinger@google.com>
1032
1033 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1034 to a gdb::function_view and return value to bool.
1035 * breakpoint.h (iterate_over_breakpoints): Likewise.
1036 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1037 (pop_dummy_frame): Update.
1038 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1039 (gdbscm_breakpoints): Update.
1040 * python/py-breakpoint.c (build_bp_list): Update.
1041 (gdbpy_breakpoints): Update.
1042 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1043 Update.
1044 (bpfinishpy_handle_stop): Update.
1045 (bpfinishpy_handle_exit): Update.
1046 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1047 (svr4_update_solib_event_breakpoints): Update.
1048
ba18312d
AA
10492019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1050
1051 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1052 when unwrapping single-field structs.
1053
6acc1a0b
SM
10542019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1055
1056 * dwarf2read.c: Remove includes.
1057
284782de
SM
10582019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1059
1060 * ui-out.c (ui_out::call_do_message): Silence
1061 -Wformat-nonliteral warning.
1062
073bbbb0
SM
10632019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1064
1065 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1066 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1067 include: readline/tilde.h.
1068
7b9a15e1
CB
10692019-10-12 Christian Biesinger <cbiesinger@google.com>
1070
1071 * remote.c (remote_target::get_trace_status): Remove declaration of
1072 trace_regblock_size.
1073
cc8dee1f
CB
10742019-10-12 Christian Biesinger <cbiesinger@google.com>
1075
1076 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1077 (show_user): Remove declaration of cmdlist.
1078 * cli/cli-cmds.h (max_user_call_depth): Declare.
1079 * cli/cli-script.c (execute_user_command): Remove declaration
1080 of max_user_call_depth.
1081
a83d4ef6
JW
10822019-10-11 Jim Wilson <jimw@sifive.com>
1083
5f93c5a6
JW
1084 * gdbsupport/print-utils.h (pulongest): Fix comment.
1085 (plongest): Likewise.
1086 (phex): Add missing comment, mention leading zeros.
1087 (phex_nz): Add mention of no leading zeros to comment.
1088
a83d4ef6
JW
1089 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1090 plongest instead of unsigned long long cast.
1091
26344e0c
CB
10922019-10-10 Christian Biesinger <cbiesinger@google.com>
1093
1094 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1095 for external_editor_command and gdbtk_test.
1096
c2c440a9
CB
10972019-10-10 Christian Biesinger <cbiesinger@google.com>
1098
1099 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1100 * varobj.c (varobjdebug): Move comment to...
1101 * varobj.h (varobjdebug): ...here, and declare.
1102
a31bff9d
TT
11032019-10-09 Tom Tromey <tom@tromey.com>
1104
1105 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1106 erase_data_content.
1107
7523da63
TT
11082019-10-09 Tom Tromey <tom@tromey.com>
1109
1110 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1111 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1112 * tui/tui-command.c (tui_cmd_window::resize)
1113 (tui_refresh_cmd_win): Update.
1114 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1115 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1116 * tui/tui-data.c (~tui_gen_win_info): Remove.
1117 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1118 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1119 (tui_redisplay_readline, tui_mld_flush)
1120 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1121 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1122 (tui_data_window::erase_data_content)
1123 (tui_data_item_window::rerender)
1124 (tui_data_item_window::refresh_window): Update.
1125 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1126 (box_win, tui_gen_win_info::make_window)
1127 (tui_gen_win_info::make_visible): Update.
1128 (tui_delete_win): Remove.
1129 * tui/tui-winsource.c
1130 (tui_source_window_base::do_erase_source_content): Update.
1131 (tui_show_source_line, tui_source_window_base::update_tab_width)
1132 (tui_source_window_base::update_exec_info): Update.
1133 * tui/tui-data.h (struct curses_deleter): New.
1134 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1135 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1136
a7798e7f
TT
11372019-10-09 Tom Tromey <tom@tromey.com>
1138
1139 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1140
5c45899e
TT
11412019-10-09 Tom Tromey <tom@tromey.com>
1142
1143 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1144 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1145
6d7fd9aa
TT
11462019-10-09 Tom Tromey <tom@tromey.com>
1147
1148 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1149 window height directly.
1150 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1151 declare.
1152 * tui/tui-layout.c (tui_default_win_height): Remove.
1153 (tui_default_win_viewport_height): Remove.
1154
d2dd1084
TT
11552019-10-09 Tom Tromey <tom@tromey.com>
1156
1157 * tui/tui.h: Remove comments.
1158
cff32449
TV
11592019-10-09 Tom de Vries <tdevries@suse.de>
1160
1161 * python/lib/gdb/printer/bound_registers.py: Use
1162 '^builtin_type_bound128' as regexp argument for
1163 add_builtin_pretty_printer.
1164
6a25e8a2
CB
11652019-10-09 Christian Biesinger <cbiesinger@google.com>
1166
1167 * guile/guile.c (guile_extension_script_ops): Remove forward
1168 declaration and mark as static.
1169 (guile_script_ops): Likewise.
1170 (extension_language_guile): Move further down in the file so
1171 it can reference the definitions for guile_{extension_,}script_ops.
1172
6d9d6da4
AA
11732019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1174
1175 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1176 except SORTL, DFLTCC, and KDSA.
1177
3abea05d
TT
11782019-10-08 Tom Tromey <tromey@adacore.com>
1179
1180 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1181 (struct safe_symbol_file_add_args): Remove.
1182
dde996e2
TT
11832019-10-08 Tom Tromey <tromey@adacore.com>
1184
1185 * windows-nat.c: Don't include buildsym-legacy.h.
1186
cd6fdaa1
TT
11872019-10-08 Tom Tromey <tromey@adacore.com>
1188
1189 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1190
79bb1944
CB
11912019-10-08 Christian Biesinger <cbiesinger@google.com>
1192
1193 * gdbtypes.c (overload_debug): Move comment to header.
1194 * gdbtypes.h (overload_debug): Declare.
1195 * valops.c: Remove declaration of overload_debug, instead
1196 include gdbtypes.h.
1197
34916edc
CB
11982019-10-08 Christian Biesinger <cbiesinger@google.com>
1199
1200 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1201 through _().
1202 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1203 move comment...
1204 * language.h (lang_frame_mismatch_warn): ... here. Also add
1205 declaration.
1206 * top.c (lang_frame_mismatch_warn): Remove declaration.
1207 (check_frame_language_change): Pass lang_frame_mismatch_warn
1208 through _().
1209
bad5c026
CB
12102019-10-07 Christian Biesinger <cbiesinger@google.com>
1211
1212 * c-lang.h (vtbl_ptr_name): Declare.
1213 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1214 it from the header.
1215 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1216
51f1fdc3
CB
12172019-10-07 Christian Biesinger <cbiesinger@google.com>
1218
1219 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1220 gdb_static_assert.
1221
30d1f018
WP
12222019-10-07 Weimin Pan <weimin.pan@oracle.com>
1223
606813d5
WP
1224 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1225 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
1226 * ctfread.c: New file.
1227 * ctfread.h: New file.
1228 * elfread.c: Include ctfread.h.
1229 (struct elfinfo text_p): New member ctfsect.
1230 (elf_locate_sections): Mark CTF section.
1231 (elf_symfile_read): Call elfctf_build_psymtabs.
1232 * Makefile.in (LIBCTF): Add.
1233 (CLIBS): Use it.
1234 (CDEPS): Likewise.
1235 (DIST): Add ctfread.c.
606813d5
WP
1236
12372019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * ctfread.c (struct nextfield): Renamed to ...
1240 (struct ctf_nextfield): ... this.
1241 (struct field_info): Renamed to ...
1242 (strut ctf_field_info): ... this.
1243 (attach_fields_to_type): Update for renamed structures.
1244 (ctf_add_member_cb): Likewise.
1245 (ctf_add_enum_member_cb): Likewise.
1246 (process_struct_members): Likewise.
1247 (process_enum_type): Likewise.
30d1f018 1248
518fe38c
WP
12492019-10-07 Weimin Pan <weimin.pan@oracle.com>
1250
1251 * tracectf.h: Rename, was ctf.h.
1252 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1253 * tracefile.c: Likewise.
1254 * tracepoint.c: Remove unused include ctf.h.
1255 * mi/mi-main.c: Likewise.
1256 * Makefile.in Replace ctf.c with tracectf.c.
1257
225f296a
JB
12582019-10-06 Joel Brobecker <brobecker@adacore.com>
1259
1260 * version.in: Change version number to "9.0.50.DATE-git".
1261
77c2dba3
TT
12622019-10-03 Tom Tromey <tom@tromey.com>
1263
1264 PR rust/24976:
1265 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1266
179aed7f
AB
12672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1270 cp_search_name_hash.
1271 * NEWS: Add entry about nested function support.
1272
0a4b0913
AB
12732019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1274 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1277 for nested static variables when searchin VAR_DOMAIN.
1278 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1279 global scope, update comment.
1280 (add_partial_subprogram): Call add_partial_subprogram recursively
1281 for nested subroutines when processinng Fortran.
1282 (load_partial_dies): Process the child entities of a subprogram
1283 when processing Fortran.
1284 (partial_die_parent_scope): Handle building scope
1285 for Fortran nested functions.
1286 (process_die): Record that nested functions have a scope.
1287 (new_symbol): Always record Fortran subprograms on the global
1288 symbol list.
1289 (determine_prefix): How to build the prefix for Fortran
1290 subprograms.
1291
d8c06f22
AB
12922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1295 have just sent the thread a SIGSTOP and are waiting for it to
1296 arrive.
1297
a8b3b8e9
AB
12982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1299
1300 * btrace.c (btrace_add_pc): Remove whitespace before the template
1301 parameter in 'std::vector <...>'.
1302 (parse_xml_btrace_block): Likewise.
1303 (btrace_maint_decode_pt): Likewise.
1304 (btrace_maint_update_packets): Likewise.
1305 (btrace_maint_print_packets): Likewise.
1306 * btrace.h (struct btrace_maint_info): Likewise.
1307 * dwarf2read.c (struct type_unit_group): Likewise.
1308 (build_type_psymtabs_reader): Likewise.
1309 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1310 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1311 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1312
4d825eab
TV
13132019-10-03 Tom de Vries <tdevries@suse.de>
1314
1315 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1316 the first line of the help text for set/show style metadata.
1317
80fd2826
TT
13182019-10-02 Tom Tromey <tromey@adacore.com>
1319
1320 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1321 * gdbsupport/common-inferior.c: New file.
1322 * infcmd.c (startup_with_shell): Don't define.
1323 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1324 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1325 * inferior.h (startup_with_shell): Don't declare.
1326
70054538
CB
13272019-10-02 Christian Biesinger <cbiesinger@google.com>
1328
1329 * gdbsupport/gdb_assert.h: Include errors.h.
1330 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1331
37f6a7f4
TT
13322019-10-02 Tom Tromey <tromey@adacore.com>
1333
1334 * NEWS: Add $_ada_exception entry.
1335 * ada-lang.c (struct ada_catchpoint): Add constructor.
1336 <m_kind>: New member.
1337 (allocate_location_exception, re_set_exception): Remove
1338 "ex" parameter.
1339 (should_stop_exception): Compute $_ada_exception.
1340 (check_status_exception, print_it_exception)
1341 (print_one_exception, print_mention_exception): Remove
1342 "ex" parameter.
1343 (allocate_location_catch_exception, re_set_catch_exception)
1344 (check_status_exception, print_it_catch_exception)
1345 (print_one_catch_exception, print_mention_catch_exception)
1346 (print_recreate_catch_exception)
1347 (allocate_location_catch_exception_unhandled)
1348 (re_set_catch_exception_unhandled)
1349 (check_status_exception, print_it_catch_exception_unhandled)
1350 (print_one_catch_exception_unhandled)
1351 (print_mention_catch_exception_unhandled)
1352 (print_recreate_catch_exception_unhandled)
1353 (allocate_location_catch_assert, re_set_catch_assert)
1354 (check_status_assert, print_it_catch_assert)
1355 (print_one_catch_assert, print_mention_catch_assert)
1356 (print_recreate_catch_assert)
1357 (allocate_location_catch_handlers, re_set_catch_handlers)
1358 (check_status_handlers, print_it_catch_handlers)
1359 (print_one_catch_handlers, print_mention_catch_handlers)
1360 (print_recreate_catch_handlers): Remove.
1361 (create_ada_exception_catchpoint): Update.
1362 (initialize_ada_catchpoint_ops): Update.
1363
fccf9de1
TT
13642019-10-02 Tom Tromey <tromey@adacore.com>
1365
1366 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1367 (create_excep_cond_exprs): Simplify exception string computation.
1368 (ada_exception_catchpoint_cond_string): Likewise.
1369
4b610737
TT
13702019-10-02 Tom Tromey <tromey@adacore.com>
1371
1372 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1373 * ada-lang.c (lesseq_defined_than): Handle
1374 LOC_STATIC.
1375 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1376 parameter.
1377 (dwarf2_has_info): Likewise.
1378 (new_symbol): Set maybe_copied on symbol when
1379 appropriate.
1380 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1381 parameter.
1382 <can_copy>: New member.
1383 * elfread.c (record_minimal_symbol): Set maybe_copied
1384 on symbol when appropriate.
1385 (elf_symfile_read): Update call to dwarf2_has_info.
1386 * minsyms.c (lookup_minimal_symbol_linkage): New
1387 function.
1388 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1389 * symtab.c (get_symbol_address, get_msymbol_address):
1390 New functions.
1391 * symtab.h (get_symbol_address, get_msymbol_address):
1392 Declare.
1393 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1394 maybe_copied.
1395 (struct symbol, struct minimal_symbol) <maybe_copied>:
1396 New member.
1397
1dd58850
TT
13982019-10-02 Tom Tromey <tromey@adacore.com>
1399
1400 * source.c (struct current_source_location): New.
1401 (current_source_key): New global.
1402 (current_source_symtab, current_source_line)
1403 (current_source_pspace): Remove.
1404 (get_source_location): New function.
1405 (get_current_source_symtab_and_line)
1406 (set_default_source_symtab_and_line)
1407 (set_current_source_symtab_and_line)
1408 (clear_current_source_symtab_and_line, select_source_symtab)
1409 (info_source_command, print_source_lines_base)
1410 (info_line_command, search_command_helper, _initialize_source):
1411 Update.
1412
5c281dbb
TT
14132019-10-02 Tom Tromey <tromey@adacore.com>
1414
1415 * source.c (select_source_symtab): Don't call
1416 decode_line_with_current_source.
1417
d3d32391
AB
14182019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * symtab.c (lookup_global_symbol): Search global block.
1421
38583298
TT
14222019-10-02 Tom Tromey <tromey@adacore.com>
1423
1424 * coffread.c (process_coff_symbol): Update.
1425 * dwarf2read.c (var_decode_location, new_symbol): Update.
1426 * mdebugread.c (parse_symbol): Update.
1427 * objfiles.c (relocate_one_symbol): Update.
1428 * stabsread.c (define_symbol, fix_common_block)
1429 (scan_file_globals): Update.
1430 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1431 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1432 * xcoffread.c (process_xcoff_symbol): Update.
1433
9344c18f
AA
14342019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1435
1436 * MAINTAINERS: Update my email address.
1437
df07e2c7
AB
14382019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1441 std::vector.
1442 (build_type_psymtabs_reader): Update for std::vector.
1443 (build_type_psymtab_dependencies): Likewise.
1444 * dwarf2read.h: Remove use of DEF_VEC_P.
1445 (typedef sig_type_ptr): Delete.
1446
554ac434
AB
14472019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1450 to std::vector.
1451 (btrace_maint_decode_pt): Likewise, and move allocation of the
1452 vector outside of the loop.
1453 (btrace_maint_update_packets): Update to handle change from VEC to
1454 std::vector.
1455 (btrace_maint_print_packets): Likewise.
1456 (maint_info_btrace_cmd): Likewise.
1457 * btrace.h: Remove use of DEF_VEC_O.
1458 (typedef btrace_pt_packet_s): Delete.
1459 (struct btrace_maint_info) <packets>: Change fromm VEC to
1460 std::vector.
1461 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1462
46f29a9a
AB
14632019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1464
1465 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1466 make accesses into the vector constant references.
1467 (btrace_add_pc): Update for std::vector.
1468 (btrace_stitch_bts): Likewise.
1469 (parse_xml_btrace_block): Likewise.
1470 (btrace_maint_update_packets): Likewise.
1471 (btrace_maint_print_packets): Likewise.
1472 (maint_info_btrace_cmd): Likewise.
1473 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1474 std::vector.
1475 (btrace_data::empty): Likewise.
1476 (btrace_data_append): Likewise.
1477 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1478 (typedef btrace_block_s): Delete.
1479 (struct btrace_block): Add constructor.
1480 (struct btrace_data_bts) <blocks>: Change to std::vector.
1481 * nat/linux-btrace.c (perf_event_read_bts): Update for
1482 std::vector.
1483 (linux_read_bts): Likewise.
1484
d770d56f
TT
14852019-10-01 Tom Tromey <tom@tromey.com>
1486
1487 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1488
9d636d67
TT
14892019-10-01 Tom Tromey <tom@tromey.com>
1490
1491 * stack.c (print_frame, info_frame_command_core): Use
1492 styled_string.
1493 * linux-thread-db.c (try_thread_db_load_1)
1494 (try_thread_db_load_from_pdir_1): Use styled_string.
1495 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1496 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1497 (maybe_print_unsupported_script_warning)
1498 (maybe_print_script_not_found_warning): Use styled_string.
1499 * ada-lang.c (user_select_syms): Use styled_string.
1500
7f6aba03
TT
15012019-10-01 Tom Tromey <tom@tromey.com>
1502
1503 * p-lang.c (pascal_printstr): Use metadata style.
1504 * value.c (show_convenience): Use metadata style.
1505 * valprint.c (valprint_check_validity, val_print_optimized_out)
1506 (val_print_not_saved, val_print_unavailable)
1507 (val_print_invalid_address, generic_val_print, val_print)
1508 (value_check_printable, val_print_array_elements): Use metadata
1509 style.
1510 * ui-out.h (class ui_out) <field_fmt>: New overload.
1511 <do_field_fmt>: Add style parameter.
1512 * ui-out.c (ui_out::field_fmt): New overload.
1513 * typeprint.c (type_print_unknown_return_type)
1514 (val_print_not_allocated, val_print_not_associated): Use metadata
1515 style.
1516 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1517 parameter.
1518 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1519 * tracepoint.c (tvariables_info_1): Use metadata style.
1520 * stack.c (print_frame_arg, print_frame_info, print_frame)
1521 (info_frame_command_core): Use metadata style.
1522 * skip.c (info_skip_command): Use metadata style.
1523 * rust-lang.c (rust_print_enum): Use metadata style.
1524 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1525 metadata style.
1526 * python/py-framefilter.c (py_print_single_arg): Use metadata
1527 style.
1528 * printcmd.c (do_one_display, print_variable_and_value): Use
1529 metadata style.
1530 * p-valprint.c (pascal_val_print)
1531 (pascal_object_print_value_fields): Use metadata style.
1532 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1533 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1534 parameter.
1535 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1536 * m2-valprint.c (m2_print_long_set): Use metadata style.
1537 * m2-typeprint.c (m2_print_type): Use metadata style.
1538 * infcmd.c (print_return_value_1): Use metadata style.
1539 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1540 * f-valprint.c (info_common_command_for_block): Use metadata
1541 style.
1542 * f-typeprint.c (f_type_print_base): Use metadata style.
1543 * expprint.c (print_subexp_standard): Use metadata style.
1544 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1545 * cli/cli-style.h (class cli_style_option): Add constructor.
1546 (metadata_style): Declare.
1547 * cli/cli-style.c (metadata_style): New global.
1548 (_initialize_cli_style): Register metadata style.
1549 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1550 parameter.
1551 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1552 * c-typeprint.c (c_type_print_base_struct_union)
1553 (c_type_print_base_1): Use metadata style.
1554 * breakpoint.c (watchpoint_value_print)
1555 (print_one_breakpoint_location): Use metadata style.
1556 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1557 style.
1558 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1559 style.
1560 * ada-valprint.c (val_print_packed_array_elements, printstr)
1561 (print_field_values, ada_val_print_ref, ada_val_print): Use
1562 metadata style.
1563 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1564 style.
1565 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1566 style.
1567 * ada-lang.c (user_select_syms): Use metadata style.
1568
14309bb6
TT
15692019-10-01 Tom Tromey <tom@tromey.com>
1570
1571 * cli/cli-cmds.c (pwd_command): Style output.
1572
6a831f06
PA
15732019-10-01 Pedro Alves <palves@redhat.com>
1574 Tom Tromey <tom@tromey.com>
1575
1576 * symtab.c (print_symbol_info): Use %ps.
1577 (print_msymbol_info): Use %ps.
1578 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1579 * printcmd.c (print_variable_and_value): Use %ps.
1580 * macrocmd.c (show_pp_source_pos): Use %ps.
1581 * infrun.c (print_exited_reason): Use ui_out::message.
1582 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1583 (describe_other_breakpoints): Use ui_out::message and new
1584 formats.
1585 (say_where): Use new formats.
1586 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1587 and new formats.
1588
2a3c1174
PA
15892019-10-01 Pedro Alves <palves@redhat.com>
1590 Tom Tromey <tom@tromey.com>
1591
1592 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1593 (test_gdb_formats): New function.
1594 (run_tests): Call it.
1595 (test_format_specifier): Update.
1596 * utils.h (fputs_filtered): Update comment.
1597 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1598 (fputs_styled_unfiltered): Declare.
1599 * utils.c (fputs_styled_unfiltered): New function.
1600 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1601 (vfprintf_filtered): Update.
1602 (vfprintf_unfiltered, vprintf_filtered): Update.
1603 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1604 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1605 disallow_ui_out_field>: New constants.
1606 (enum class field_kind): New.
1607 (struct base_field_s, struct signed_field_s): New.
1608 (signed_field): New function.
1609 (struct string_field_s): New.
1610 (string_field): New function.
1611 (struct styled_string_s): New.
1612 (styled_string): New function.
1613 (class ui_out) <message>: Add comment.
1614 <vmessage, call_do_message>: New methods.
1615 <do_message>: Add style parameter.
1616 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1617 methods.
1618 (ui_out::message): Rewrite.
1619 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1620 parameter.
1621 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1622 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1623 gdb_extensions parameter.
1624 (class format_piece): Add parameter to constructor.
1625 (n_int_args): New field.
1626 * gdbsupport/format.c (format_pieces::format_pieces): Add
1627 gdb_extensions parameter. Handle '*'.
1628 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1629 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1630 vfprintf_styled_no_gdbfmt.
1631 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1632 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1633 unfiltered output.
1634 * ui-style.h (struct ui_file_style) <ptr>: New method.
1635
0dfe5bfb
TT
16362019-10-01 Tom Tromey <tom@tromey.com>
1637
1638 * unittests/format_pieces-selftests.c: Update. Add final format.
1639 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1640 empty literal pieces.
1641
e43b10e1
TT
16422019-10-01 Tom Tromey <tom@tromey.com>
1643
1644 * ui-out.h (enum class ui_out_style_kind): Remove.
1645 (class ui_out) <field_string, field_stsream, do_field_string>:
1646 Change type of "style".
1647 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1648 (ui_out::field_string): Update.
1649 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1650 of "style".
1651 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1652 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1653 * stack.c (print_frame_arg, print_frame_info, print_frame):
1654 Update.
1655 * source.c (print_source_lines_base): Update.
1656 * solib.c (info_sharedlibrary_command): Update.
1657 * skip.c (info_skip_command): Update.
1658 * record-btrace.c (btrace_call_history_src_line)
1659 (btrace_call_history): Update.
1660 * python/py-framefilter.c (py_print_frame): Update.
1661 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1662 "style".
1663 * mi/mi-out.c (mi_ui_out::do_table_header)
1664 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1665 (mi_ui_out::do_field_string): Update.
1666 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1667 Update.
1668 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1669 "style".
1670 * cli-out.c (cli_ui_out::do_table_header)
1671 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1672 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1673 (cli_ui_out::do_field_fmt): Update.
1674 * breakpoint.c (print_breakpoint_location): Update.
1675 (update_static_tracepoint): Update.
1676
cd7c32c3
PW
16772019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1680 conversion of gdb_datadir.
1681 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1682 remove not needed c_str ().
1683
8fe0f950
AT
16842019-09-30 Ali Tamur <tamur@google.com>
1685
1686 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1687 (dwarf2_string_attr): Likewise.
1688
5f48f8f3
AT
16892019-09-30 Ali Tamur <tamur@google.com>
1690
1691 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1692 (process_full_type_unit): Likewise.
1693 (dump_die_shallow): Likewise.
1694 (cu_debug_loc_section): Likewise.
1695
6fb08628
CB
16962019-09-28 Christian Biesinger <cbiesinger@google.com>
1697
1698 * minsyms.c (compare_minimal_symbols): Rename to...
1699 (minimal_symbol_is_less_than): ...this, and adjust to STL
1700 conventions (return bool, take arguments as references)
1701 (minimal_symbol_reader::install): Call std::sort instead
1702 of qsort.
1703
c7ee338a
CB
17042019-09-29 Christian Biesinger <cbiesinger@google.com>
1705
1706 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1707 hash and why.
1708 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1709 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1710
703a86c2
SM
17112019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1712
1713 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1714 * psympriv.h (add_psymbol_to_list): Move comment here and update
1715 it.
1716
0df0352a
TV
17172019-09-29 Tom de Vries <tdevries@suse.de>
1718
1719 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1720 Use $tmpdir/$(basename "$output_file").dwz instead of
1721 "${output_file}.dwz".
1722
ad75efa6
SM
17232019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1724
1725 PR gdb/25045
1726 * hppa-linux-nat.c: Include gdbarch.h.
1727
ececd218
CB
17282019-09-26 Christian Biesinger <cbiesinger@google.com>
1729
1730 * blockframe.c (find_pc_partial_function): Change return type to bool.
1731 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1732 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1733 (stub_gnu_ifunc_resolve_name): Likewise.
1734 * symtab.c (compare_filenames_for_search): Likewise.
1735 (compare_glob_filenames_for_search): Likewise.
1736 (matching_obj_sections): Likewise.
1737 (symbol_matches_domain): Likewise.
1738 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1739 (find_line_pc): Change return type to bool.
1740 (find_line_pc_range): Likewise.
1741 (producer_is_realview): Likewise.
1742 * symtab.h (symbol_matches_domain): Likewise.
1743 (find_pc_partial_function): Likewise.
1744 (find_pc_line_pc_range): Likewise.
1745 (in_gnu_ifunc_stub): Likewise.
1746 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1747 (find_line_pc): Likewise.
1748 (find_line_pc_range): Likewise.
1749 (matching_obj_sections): Likewise.
1750 (find_line_symtab): Change out parameter to bool.
1751 (producer_is_realview): Change return type to bool.
1752 (compare_filenames_for_search): Likewise.
1753 (compare_glob_filenames_for_search): Likewise.
1754
27a900b8
TT
17552019-09-26 Tom Tromey <tom@tromey.com>
1756
1757 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1758 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1759 * gdb_usleep.h: Remove.
1760 * gdb_usleep.c: Remove.
1761 * utils.c: Don't include gdb_usleep.h.
1762
5d63b30a
TT
17632019-09-26 Tom Tromey <tromey@adacore.com>
1764
1765 * python/py-type.c (type_to_type_object): Call check_typedef
1766 for stub types.
1767
12904d37
TT
17682019-09-26 Tom Tromey <tom@tromey.com>
1769
1770 * utils.h (initialize_utils): Don't declare.
1771 * top.c (gdb_init): Don't call initialize_utils.
1772 * utils.c (initialize_utils): Remove. Move contents...
1773 (_initialize_utils): ... here.
1774
858f25f0
TT
17752019-09-25 Tom Tromey <tom@tromey.com>
1776
1777 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1778 * utils.h (make_hex_string): Don't declare.
1779 * utils.c (make_hex_string): Remove.
1780
3d435220
TV
17812019-09-24 Tom de Vries <tdevries@suse.de>
1782
1783 PR gdb/23815
1784 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1785 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1786
ddd44b70
DD
17872019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1788
1789 * NEWS: Mention new simulator port for PRU.
1790
f945dedf
CB
17912019-09-23 Christian Biesinger <cbiesinger@google.com>
1792
1793 * ada-exp.y (write_object_remaining): Update.
1794 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1795 and eliminate the static buffer.
1796 (ada_decode_symbol): Update.
1797 (ada_la_decode): Update.
1798 (ada_sniff_from_mangled_name): Update.
1799 (is_valid_name_for_wild_match): Update.
1800 (ada_lookup_name_info::matches): Update and simplify.
1801 (name_matches_regex): Update.
1802 (ada_add_global_exceptions): Update.
1803 * ada-lang.h (ada_decode): Update signature.
1804 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1805 * dwarf-index-write.c (debug_names::insert): Update.
1806
7ab78ccb
SM
18072019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1808
1809 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1810 formatting.
1811
9252448b
SM
18122019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1813
1814 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1815 Change "nonzero" to "true" in documentation.
1816
626ca2c0
CB
18172019-09-20 Christian Biesinger <cbiesinger@google.com>
1818
1819 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1820 (_initialize_darwin_solib): Don't set
1821 darwin_so_ops.lookup_lib_global_symbol.
1822 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1823 set_gdbarch_iterate_over_objfiles_in_search_order.
1824 (elf_lookup_lib_symbol): Rename to...
1825 (svr4_iterate_over_objfiles_in_search_order): this, and update
1826 to iterate semantics.
1827 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1828 * solib.c (solib_global_lookup): Remove.
1829 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1830 (solib_global_lookup): Remove.
1831 * symtab.c (lookup_global_or_static_symbol): Remove call to
1832 solib_global_lookup.
1833
5a3a0d63
JB
18342019-09-20 Joel Brobecker <brobecker@adacore.com>
1835
1836 * NEWS: Move entries about default MI version now being
1837 version 3, and about the GDB/MI fix for multi-location
1838 breakpoints to the "since GDB 8.3" section.
1839
ffea1427
JB
18402019-09-20 Joel Brobecker <brobecker@adacore.com>
1841
1842 GDB 8.3.1 released.
1843
abf516c6
UW
18442019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1845
1846 * NEWS: Mention that Cell/B.E. debugging support was removed.
1847 * MAINTAINERS: Remove spu target.
1848
1849 * config/djgpp/fnchange.lst: Remove entries for removed files.
1850
1851 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1852 spu-multiarch.o, and spu-tdep.o.
1853 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1854 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1855 spu-multiarch.c, and spu-tdep.c.
1856 * spu-linux-nat.c: Remove file.
1857 * spu-multiarch.c: Remove file.
1858 * spu-tdep.c: Remove file.
1859 * spu-tdep.h: Remove file.
1860 * solib-spu.c: Remove file.
1861 * solib-spu.h: Remove file.
1862
1863 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1864 * configure.nat (spu-linux): Remove.
1865 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1866 solib-multiarch.o from gdb_target_obs.
1867 (spu*-*-*): Remove.
1868
1869 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1870 feature flag.
1871 (ppc_linux_no_features): Update.
1872 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1873 Cell/B.E. support.
1874 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1875 (tdesc_powerpc_cell64l): Likewise.
1876 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1877 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1878 Cell/B.E. support.
1879 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1880 Do not include "features/rs6000/powerpc-cell32l.c" or
1881 "features/rs6000/powerpc-cell64l.c".
1882 (ppc_linux_spu_section): Remove.
1883 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1884 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1885 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1886 (ppc_linux_spe_context_lookup): Remove.
1887 (ppc_linux_spe_context_inferior_created): Remove.
1888 (ppc_linux_spe_context_solib_loaded): Remove.
1889 (ppc_linux_spe_context_solib_unloaded): Remove.
1890 (ppc_linux_spe_context): Remove.
1891 (struct ppu2spu_cache): Remove.
1892 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1893 (struct ppu2spu_data): Remove.
1894 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1895 ppu2spu_unwind): Remove.
1896 (ppc_linux_init_abi): Remove Cell/B.E. support.
1897 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1898
1899 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1900 (rs6000/powerpc-cell64l-expedite): Likewise
1901 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1902 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1903 rs6000/powerpc-cell64l.xml.
1904 * features/rs6000/powerpc-cell32l.xml: Remove.
1905 * features/rs6000/powerpc-cell64l.xml: Likewise.
1906 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1907 * features/rs6000/powerpc-cell64l.c: Likewise.
1908 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1909 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1910 * regformats/reg-spu.dat: Remove.
1911
1912 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1913 * corelow.c (struct spuid_list): Remove.
1914 (add_to_spuid_list): Remove.
1915 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1916 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1917 (remote_protocol_features): Remove associated entries.
1918 (_initialize_remote): No longer initialize them.
1919 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1920 * linux-nat.c (SPUFS_MAGIC): Remove.
1921 (linux_proc_xfer_spu): Remove.
1922 (spu_enumerate_spu_ids): Remove.
1923 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1924 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1925 (linux_make_corefile_notes): No longer call it.
1926
1927 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1928 (cooked_write_test): Likewise.
1929
78e8cb91
TT
19302019-09-20 Tom Tromey <tom@tromey.com>
1931
1932 * NEWS: Mention case-sensitivity of TUI commands.
1933 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1934 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1935 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1936
f074b67e
TT
19372019-09-20 Tom Tromey <tom@tromey.com>
1938
1939 * tui/tui-source.c (tui_source_window::set_contents): Use
1940 make_unique_xstrdup.
1941 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1942 make_unique_xstrdup.
1943
63c4bf19
TT
19442019-09-20 Tom Tromey <tom@tromey.com>
1945
1946 * tui/tui-data.c: Remove separator comments.
1947 * tui/tui-layout.c: Remove separator comments.
1948 * tui/tui-win.c: Remove separator comments.
1949 * tui/tui-wingeneral.c: Remove separator comments.
1950
43df9b2f
TT
19512019-09-20 Tom Tromey <tom@tromey.com>
1952
1953 * tui/tui.h (strcat_to_buf): Don't declare.
1954 * tui/tui.c (strcat_to_buf): Remove.
1955
7226433c
TT
19562019-09-20 Tom Tromey <tom@tromey.com>
1957
1958 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1959 from "fullname".
1960 * tui/tui-source.c (tui_source_window::set_contents)
1961 (tui_source_window::location_matches_p)
1962 (tui_source_window::maybe_update): Update.
1963
80df3337
TT
19642019-09-20 Tom Tromey <tom@tromey.com>
1965
1966 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1967 Update.
1968 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1969 prefix.
1970 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1971 (tui_data_window::line_from_reg_element_no)
1972 (tui_data_window::first_reg_element_no_inline)
1973 (tui_data_window::show_registers)
1974 (tui_data_window::show_register_group)
1975 (tui_data_window::display_registers_from)
1976 (tui_data_window::display_registers_from_line)
1977 (tui_data_window::first_data_item_displayed)
1978 (tui_data_window::delete_data_content_windows)
1979 (tui_data_window::erase_data_content)
1980 (tui_data_window::do_scroll_vertical)
1981 (tui_data_window::refresh_window)
1982 (tui_data_window::check_register_values): Update.
1983
9923f347
TT
19842019-09-20 Tom Tromey <tom@tromey.com>
1985
1986 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
1987 (struct tui_locator_window) <full_name, proc_name>: Now
1988 std::string.
1989 * tui/tui-stack.c (tui_locator_window::make_status_line)
1990 (tui_locator_window::set_locator_fullname)
1991 (tui_locator_window::set_locator_info): Update.
1992 * tui/tui-source.c (tui_source_window::set_contents)
1993 (tui_source_window::showing_source_p): Update.
1994
b76251ab
TT
19952019-09-20 Tom Tromey <tom@tromey.com>
1996
1997 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1998 Don't call tui_locator_win_info_ptr.
1999
0891be08
TT
20002019-09-20 Tom Tromey <tom@tromey.com>
2001
2002 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2003
1b935acf
TT
20042019-09-20 Tom Tromey <tom@tromey.com>
2005
2006 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2007 height for locator.
2008 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2009 * tui/tui-layout.c (show_source_disasm_command, show_data)
2010 (show_source_or_disasm_and_command): Use 1 as height for locator.
2011
9abd8a65
TT
20122019-09-20 Tom Tromey <tom@tromey.com>
2013
2014 * tui/tui.c (tui_enable): Update.
2015 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2016 Update.
2017 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2018 Update.
2019 * tui/tui-data.c (win_resized): Now bool.
2020 (tui_win_resized): Return bool.
2021 (tui_set_win_resized_to): Accept a bool.
2022
b5457826
TT
20232019-09-20 Tom Tromey <tom@tromey.com>
2024
2025 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2026 Change type of "refresh_values_only".
2027 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2028 type of "refresh_values_only".
2029
6b915f7d
TT
20302019-09-20 Tom Tromey <tom@tromey.com>
2031
2032 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2033 std::string.
2034 (tui_disassemble): Add "pos" parameter.
2035 (tui_disasm_window::set_contents): Simplify.
2036
2ad52f6f
TT
20372019-09-20 Tom Tromey <tom@tromey.com>
2038
2039 * tui/tui-winsource.h (struct tui_source_window_base)
2040 <show_source_content>: Now private.
2041 * tui/tui-winsource.c
2042 (tui_source_window_base::show_source_content): Don't handle empty
2043 content case.
2044
b3b1bde6
TT
20452019-09-20 Tom Tromey <tom@tromey.com>
2046
2047 * tui/tui-layout.c (show_source_disasm_command)
2048 (show_source_or_disasm_and_command): Don't call
2049 show_source_content.
2050
71a25ed2
TT
20512019-09-20 Tom Tromey <tom@tromey.com>
2052
2053 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2054 Declare.
2055 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2056 from tui_make_status_line.
2057 (tui_locator_window::rerender): Update.
2058
f8532154
TT
20592019-09-20 Tom Tromey <tom@tromey.com>
2060
2061 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2062 (tui_locator_window::rerender): Update.
2063
2d81b349
TT
20642019-09-20 Tom Tromey <tom@tromey.com>
2065
2066 * tui/tui-winsource.h (struct tui_source_window_base)
2067 <~tui_source_window_base>: Don't declare.
2068 <fullname>: Remove.
2069 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2070 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2071 member.
2072 * tui/tui-source.c (tui_source_window::set_contents): Update.
2073 (tui_source_window::location_matches_p)
2074 (tui_source_window::maybe_update): Update.
2075
f14bec58
TT
20762019-09-20 Tom Tromey <tom@tromey.com>
2077
2078 * tui/tui-winsource.h (~tui_source_element): Remove.
2079 (tui_source_element): Update.
2080 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2081 * tui/tui-winsource.c (tui_show_source_line): Update.
2082 * tui/tui-source.c (tui_source_window::set_contents): Update.
2083 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2084
78d5933a
TT
20852019-09-20 Tom Tromey <tom@tromey.com>
2086
2087 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2088 declare.
2089 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2090 tui_clear_source_windows_detail.
2091 * tui/tui-winsource.h (struct tui_source_window_base)
2092 <clear_detail>: Don't declare.
2093 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2094 Remove.
2095 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2096
d4207696
TT
20972019-09-20 Tom Tromey <tromey@adacore.com>
2098
2099 PR ada/24919:
2100 * block.c (contained_in): Fix final return value.
2101
00f93c44
AM
21022019-09-20 Alan Modra <amodra@gmail.com>
2103
2104 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2105 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2106 (read_indirect_string_from_dwz): Use bfd accessor.
2107 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2108 * machoread.c (macho_symfile_read_all_oso): Likewise.
2109 * solib.c (solib_bfd_open): Likewise.
2110
e4153ae6
CB
21112019-09-19 Christian Biesinger <cbiesinger@google.com>
2112
2113 * eval.c: Move declaration of overload_resolution to...
2114 * value.h: ...here.
2115
c7ae7675
CB
21162019-09-19 Christian Biesinger <cbiesinger@google.com>
2117
2118 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2119 * arm-linux-tdep.c: Likewise.
2120 * arm-nbsd-nat.c: Likewise.
2121 * arm-tdep.h: Declare arm_apcs_32.
2122 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2123
e86f08d2
CB
21242019-09-19 Christian Biesinger <cbiesinger@google.com>
2125
2126 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2127 * dwarf2read.h: Declare dwarf_always_disassemble.
2128
f64e2f40
TV
21292019-09-19 Tom de Vries <tdevries@suse.de>
2130
2131 PR gdb/25009
2132 * source-cache.c (source_cache::ensure): Catch exception thrown during
2133 construction of the highlighter.
2134
fd361982
AM
21352019-09-18 Alan Modra <amodra@gmail.com>
2136
2137 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2138 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2139 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2140 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2141 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2142 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2143 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2144 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2145 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2146 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2147 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2148 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2149 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2150 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2151 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2152 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2153 * mi/mi-interp.c: Update throughout for bfd section macro and
2154 function changes.
2155 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2156 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2157
11061048
TT
21582019-09-18 Tom Tromey <tom@tromey.com>
2159
2160 * NEWS: Add entry.
2161 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2162 call rl_initialize.
2163 (tui_enable): Do not call rl_initialize.
2164
7a27b85f
CG
21652019-09-18 Christian Groessler <chris@groessler.org>
2166
2167 * alpha-linux-nat.c: Include gdbarch.h.
2168
f64eea3a
SM
21692019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2170
2171 * ui-file.c: Include cli/cli-style.h.
2172 (term_cli_styling): Remove cli_styling declaration.
2173
e6f7f6d1
AM
21742019-09-18 Alan Modra <amodra@gmail.com>
2175
2176 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2177 to bfd_asymbol_section.
2178
1d38e9d1
AM
21792019-09-18 Alan Modra <amodra@gmail.com>
2180
2181 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2182 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2183 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2184
90d92a63
AM
21852019-09-18 Alan Modra <amodra@gmail.com>
2186
2187 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2188 * spu-linux-nat.c (spu_bfd_open): Likewise.
2189
a3d181d2
CB
21902019-09-18 Christian Biesinger <cbiesinger@google.com>
2191
2192 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2193 to bool to match definition in dwarf2read.c.
2194
491144b5
CB
21952019-09-17 Christian Biesinger <cbiesinger@google.com>
2196
2197 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2198 (print_signatures): Likewise.
2199 (trust_pad_over_xvs): Likewise.
2200 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2201 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2202 * arm-linux-nat.c (arm_apcs_32): Likewise.
2203 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2204 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2205 * arm-tdep.c (arm_debug): Likewise.
2206 (arm_apcs_32): Likewise.
2207 * auto-load.c (debug_auto_load): Likewise.
2208 (auto_load_gdb_scripts): Likewise.
2209 (global_auto_load): Likewise.
2210 (auto_load_local_gdbinit): Likewise.
2211 (auto_load_local_gdbinit_loaded): Likewise.
2212 * auto-load.h (global_auto_load): Likewise.
2213 (auto_load_local_gdbinit): Likewise.
2214 (auto_load_local_gdbinit_loaded): Likewise.
2215 * breakpoint.c (disconnected_dprintf): Likewise.
2216 (breakpoint_proceeded): Likewise.
2217 (automatic_hardware_breakpoints): Likewise.
2218 (always_inserted_mode): Likewise.
2219 (target_exact_watchpoints): Likewise.
2220 (_initialize_breakpoint): Update.
2221 * breakpoint.h (target_exact_watchpoints): Change to bool.
2222 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2223 * cli/cli-cmds.c (trace_commands): Likewise.
2224 * cli/cli-cmds.h (trace_commands): Likewise.
2225 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2226 to bool*.
2227 * cli/cli-logging.c (logging_overwrite): Change to bool.
2228 (logging_redirect): Likewise.
2229 (debug_redirect): Likewise.
2230 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2231 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2232 to bool.
2233 <boolean_option_def>: Update.
2234 (struct flag_option_def): Change default type of Context to bool
2235 from int.
2236 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2237 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2238 (get_setshow_command_value_string): Likewise.
2239 * cli/cli-style.c (cli_styling): Change to bool.
2240 (source_styling): Likewise.
2241 * cli/cli-style.h (source_styling): Likewise.
2242 (cli_styling): Likewise.
2243 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2244 to bool.
2245 * command.h (var_types): Update comment.
2246 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2247 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2248 bool.
2249 (debug_compile_cplus_scopes): Likewise.
2250 * compile/compile-internal.h (compile_debug): Likewise.
2251 * compile/compile.c (compile_debug): Likewise.
2252 (struct compile_options) <raw>: Likewise.
2253 * cp-support.c (catch_demangler_crashes): Likewise.
2254 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2255 (usr_cmd_cris_dwarf2_cfi): Likewise.
2256 * csky-tdep.c (csky_debug): Likewise.
2257 * darwin-nat.c (enable_mach_exceptions): Likewise.
2258 * dcache.c (dcache_enabled_p): Likewise.
2259 * defs.h (info_verbose): Likewise.
2260 * demangle.c (demangle): Likewise.
2261 (asm_demangle): Likewise.
2262 * dwarf-index-cache.c (debug_index_cache): Likewise.
2263 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2264 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2265 * dwarf2read.c (check_physname): Likewise.
2266 (use_deprecated_index_sections): Likewise.
2267 (dwarf_always_disassemble): Likewise.
2268 * eval.c (overload_resolution): Likewise.
2269 * event-top.c (set_editing_cmd_var): Likewise.
2270 (exec_done_display_p): Likewise.
2271 * event-top.h (set_editing_cmd_var): Likewise.
2272 (exec_done_display_p): Likewise.
2273 * exec.c (write_files): Likewise.
2274 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2275 (debug_fbsd_nat): Likewise.
2276 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2277 Likewise.
2278 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2279 <backtrace_past_entry> Likewise.
2280 * gdb-demangle.h (demangle): Likewise.
2281 (asm_demangle): Likewise.
2282 * gdb_bfd.c (bfd_sharing): Likewise.
2283 * gdbcore.h (write_files): Likewise.
2284 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2285 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2286 * gdbthread.h (print_thread_events): Likewise.
2287 * gdbtypes.c (opaque_type_resolution): Likewise.
2288 (strict_type_checking): Likewise.
2289 * gnu-nat.c (gnu_debug_flag): Likewise.
2290 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2291 * guile/scm-param.c (pascm_variable): Add boolval.
2292 (add_setshow_generic): Update.
2293 (pascm_param_value): Update.
2294 (pascm_set_param_value_x): Update.
2295 * hppa-tdep.c (hppa_debug): Change to bool..
2296 * infcall.c (may_call_functions_p): Likewise.
2297 (coerce_float_to_double_p): Likewise.
2298 (unwind_on_signal_p): Likewise.
2299 (unwind_on_terminating_exception_p): Likewise.
2300 * infcmd.c (startup_with_shell): Likewise.
2301 * inferior.c (print_inferior_events): Likewise.
2302 * inferior.h (startup_with_shell): Likewise.
2303 (print_inferior_events): Likewise.
2304 * infrun.c (step_stop_if_no_debug): Likewise.
2305 (detach_fork): Likewise.
2306 (debug_displaced): Likewise.
2307 (disable_randomization): Likewise.
2308 (non_stop): Likewise.
2309 (non_stop_1): Likewise.
2310 (observer_mode): Likewise.
2311 (observer_mode_1): Likewise.
2312 (set_observer_mode): Update.
2313 (sched_multi): Change to bool.
2314 * infrun.h (debug_displaced): Likewise.
2315 (sched_multi): Likewise.
2316 (step_stop_if_no_debug): Likewise.
2317 (non_stop): Likewise.
2318 (disable_randomization): Likewise.
2319 * linux-tdep.c (use_coredump_filter): Likewise.
2320 (dump_excluded_mappings): Likewise.
2321 * linux-thread-db.c (auto_load_thread_db): Likewise.
2322 (check_thread_db_on_load): Likewise.
2323 * main.c (captured_main_1): Update.
2324 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2325 xx2_opt, boolean_opt>: Change to bool.
2326 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2327 * maint.c (maintenance_profile_p): Likewise.
2328 (per_command_time): Likewise.
2329 (per_command_space): Likewise.
2330 (per_command_symtab): Likewise.
2331 * memattr.c (inaccessible_by_default): Likewise.
2332 * mi/mi-main.c (mi_async): Likewise.
2333 (mi_async_1): Likewise.
2334 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2335 * nat/fork-inferior.h (startup_with_shell): Likewise.
2336 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2337 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2338 * nios2-tdep.c (nios2_debug): Likewise.
2339 * or1k-tdep.c (or1k_debug): Likewise.
2340 * parse.c (parser_debug): Likewise.
2341 * parser-defs.h (parser_debug): Likewise.
2342 * printcmd.c (print_symbol_filename): Likewise.
2343 * proc-api.c (procfs_trace): Likewise.
2344 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2345 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2346 (set_parameter_value): Update.
2347 (add_setshow_generic): Update.
2348 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2349 to bool*.
2350 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2351 int*.
2352 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2353 * record-btrace.c (record_btrace_target::store_registers): Update.
2354 * record-full.c (record_full_memory_query): Change to bool.
2355 (record_full_stop_at_limit): Likewise.
2356 * record-full.h (record_full_memory_query): Likewise.
2357 * remote-notif.c (notif_debug): Likewise.
2358 * remote-notif.h (notif_debug): Likewise.
2359 * remote.c (use_range_stepping): Likewise.
2360 (interrupt_on_connect): Likewise.
2361 (remote_break): Likewise.
2362 * ser-tcp.c (tcp_auto_retry): Likewise.
2363 * ser-unix.c (serial_hwflow): Likewise.
2364 * skip.c (debug_skip): Likewise.
2365 * solib-aix.c (solib_aix_debug): Likewise.
2366 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2367 (spu_auto_flush_cache_p): Likewise.
2368 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2369 Likewise.
2370 (struct info_print_options) <quiet>: Likewise.
2371 * symfile-debug.c (debug_symfile): Likewise.
2372 * symfile.c (auto_solib_add): Likewise.
2373 (separate_debug_file_debug): Likewise.
2374 * symfile.h (auto_solib_add): Likewise.
2375 (separate_debug_file_debug): Likewise.
2376 * symtab.c (basenames_may_differ): Likewise.
2377 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2378 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2379 (struct info_types_options) <quiet>: Likewise.
2380 * symtab.h (demangle): Likewise.
2381 (basenames_may_differ): Likewise.
2382 * target-dcache.c (stack_cache_enabled_1): Likewise.
2383 (code_cache_enabled_1): Likewise.
2384 * target.c (trust_readonly): Likewise.
2385 (may_write_registers): Likewise.
2386 (may_write_memory): Likewise.
2387 (may_insert_breakpoints): Likewise.
2388 (may_insert_tracepoints): Likewise.
2389 (may_insert_fast_tracepoints): Likewise.
2390 (may_stop): Likewise.
2391 (auto_connect_native_target): Likewise.
2392 (target_stop_and_wait): Update.
2393 (target_async_permitted): Change to bool.
2394 (target_async_permitted_1): Likewise.
2395 (may_write_registers_1): Likewise.
2396 (may_write_memory_1): Likewise.
2397 (may_insert_breakpoints_1): Likewise.
2398 (may_insert_tracepoints_1): Likewise.
2399 (may_insert_fast_tracepoints_1): Likewise.
2400 (may_stop_1): Likewise.
2401 * target.h (target_async_permitted): Likewise.
2402 (may_write_registers): Likewise.
2403 (may_write_memory): Likewise.
2404 (may_insert_breakpoints): Likewise.
2405 (may_insert_tracepoints): Likewise.
2406 (may_insert_fast_tracepoints): Likewise.
2407 (may_stop): Likewise.
2408 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2409 (make_thread_apply_all_options_def_group): Change argument from int*
2410 to bool*.
2411 (thread_apply_all_command): Update.
2412 (print_thread_events): Change to bool.
2413 * top.c (confirm): Likewise.
2414 (command_editing_p): Likewise.
2415 (history_expansion_p): Likewise.
2416 (write_history_p): Likewise.
2417 (info_verbose): Likewise.
2418 * top.h (confirm): Likewise.
2419 (history_expansion_p): Likewise.
2420 * tracepoint.c (disconnected_tracing): Likewise.
2421 (circular_trace_buffer): Likewise.
2422 * typeprint.c (print_methods): Likewise.
2423 (print_typedefs): Likewise.
2424 * utils.c (debug_timestamp): Likewise.
2425 (sevenbit_strings): Likewise.
2426 (pagination_enabled): Likewise.
2427 * utils.h (sevenbit_strings): Likewise.
2428 (pagination_enabled): Likewise.
2429 * valops.c (overload_resolution): Likewise.
2430 * valprint.h (struct value_print_options) <prettyformat_arrays,
2431 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2432 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2433 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2434 Likewise.
2435 * windows-nat.c (new_console): Likewise.
2436 (cygwin_exceptions): Likewise.
2437 (new_group): Likewise.
2438 (debug_exec): Likewise.
2439 (debug_events): Likewise.
2440 (debug_memory): Likewise.
2441 (debug_exceptions): Likewise.
2442 (useshell): Likewise.
2443 * windows-tdep.c (maint_display_all_tib): Likewise.
2444 * xml-support.c (debug_xml): Likewise.
2445
f1b620e9
MG
24462019-09-17 Mike Gulick <mgulick@mathworks.com>
2447
2448 * source.c (prepare_path_for_appending): New function.
2449 (openp): Make use of new function.
2450 (find_and_open_source): Search for the compilation directory and
2451 source file as a relative path beneath the directory search path.
2452
67f3ed6a
AB
24532019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * source-cache.c (source_cache::get_line_charpos): Catch
2456 exceptions and return false, this matches the behaviour documented
2457 in the header file.
2458
74332189
JB
24592019-09-17 Joel Brobecker <brobecker@adacore.com>
2460
2461 * ada-tasks.c (info_task): Remove quoting of the task's name.
2462
f2f24aa9
CB
24632019-09-16 Christian Biesinger <cbiesinger@google.com>
2464
2465 * symfile.c (auto_solib_add): Replace comment with a reference
2466 to the header file.
2467
6a062a93
CB
24682019-09-14 Christian Biesinger <cbiesinger@google.com>
2469
2470 * NEWS: Mention that gdb can now be compiled with Python 3
2471 on Windows.
2472
ec6c8338
AB
24732019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * maint.c (maint_print_section_data::maint_print_section_data):
2476 Force use of 'float log10 (float)' by casting the argument to
2477 float.
2478
aa17805f
AB
24792019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * maint.c: Add 'cmath' include.
2482 (struct maint_print_section_data): New structure.
2483 (print_section_index): New function.
2484 (print_bfd_section_info): Add header comment, small whitespace
2485 cleanup, and update to call new print_section_index function.
2486 (print_objfile_section_info): Likewise.
2487 (maint_obj_section_from_bfd_section): New function.
2488 (print_bfd_section_info_maybe_relocated): New function.
2489 (maintenance_info_sections): Add header comment, always use
2490 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2491
3dd9bb46
AB
24922019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2495 inner scope, add check that the objfile has psymtabs before
2496 checking psymtabs_addrmap.
2497 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2498
4993045d
PW
24992019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2500
2501 * NEWS: Announce that Ada task names are now shown at more places,
2502 and between quotes (except in info task output).
2503 * gdb/ada-tasks.c (task_to_str): New function.
2504 (display_current_task_id): Call task_to_str.
2505 (task_command_1): Likewise.
2506 (print_ada_task_info): In non-mi mode, Properly align headers and data
2507 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2508
7a289707
RO
25092019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2510
2511 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2512 prstatus.pr_lwp.pr_info instead of making it up.
2513
f2aec7f6
CB
25142019-09-11 Christian Biesinger <cbiesinger@google.com>
2515
2516 * auto-load.c (auto_load_expand_dir_vars): Update.
2517 * defs.h (gdb_datadir): Change to std::string.
2518 (python_libdir): Likewise.
2519 (relocate_gdb_directory): Change return type to std::string.
2520 * guile/guile.c (gdbscm_data_directory): Update.
2521 (initialize_scheme_side): Update.
2522 * jit.c (jit_reader_dir): Change to std::string.
2523 (jit_reader_load_command): Update.
2524 * main.c (gdb_datadir): Change to std::string.
2525 (python_libdir): Likewise.
2526 (set_gdb_data_directory): Update.
2527 (relocate_path): Change to return std::string.
2528 (relocate_gdb_directory): Change to return std::string.
2529 (relocate_gdbinit_path_maybe_in_datadir): Update.
2530 (captured_main_1): Update.
2531 * python/python.c (do_start_initialization): Update.
2532 * top.c (show_gdb_datadir): Update.
2533 * xml-syscall.c (xml_init_syscalls_info): Update.
2534 (init_syscalls_info): Update.
2535
9224a013
CB
25362019-09-11 Christian Biesinger <cbiesinger@google.com>
2537
2538 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2539 out of get_init_files.
2540 (get_init_files): Update.
2541
f48cd836
CB
25422019-09-11 Christian Biesinger <cbiesinger@google.com>
2543
2544 * main.c (get_init_files): Change to use std::string.
2545 (captured_main_1): Update.
2546 (print_gdb_help): Update.
2547
9cab7ecd
AT
25482019-09-11 Ali Tamur <tamur@google.com>
2549
2550 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2551 implementation.
2552
67547d89
CB
25532019-09-11 Christian Biesinger <cbiesinger@google.com>
2554
2555 * dbxread.c (read_dbx_symtab): Update.
2556 * dwarf2read.c (load_partial_dies): Update.
2557 * mdebugread.c (parse_partial_symbols): Update.
2558 (handle_psymbol_enumerators): Update.
2559 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2560 * psymtab.c (add_psymbol_to_bcache): Likewise.
2561 (add_psymbol_to_list): Likewise.
2562 * symtab.c (symbol_set_names): Likewise.
2563 * symtab.h (symbol_set_names): Likewise.
2564 * xcoffread.c (scan_xcoff_symtab): Update.
2565
64b2d4a0
TT
25662019-09-11 Tom Tromey <tom@tromey.com>
2567
2568 * symfile-mem.c (symbol_file_add_from_memory): Use
2569 bfd_set_filename.
2570 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2571 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2572
3b00ef10
TT
25732019-09-10 Tom Tromey <tromey@adacore.com>
2574
2575 * dwarf-index-write.c (write_psymbols): Extend error message.
2576 (debug_names::insert): Add Ada code.
2577 (debug_names::write_psymbols): Remove Ada check.
2578 (debug_names) <m_string_obstack>: New member.
2579 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2580 (gdb_index_symbol_name_matcher::matches): Remove.
2581 (mapped_index_base::find_name_components_bounds): Add "lang"
2582 parameter.
2583 (mapped_index_base::build_name_components): Also split names
2584 according to Ada syntax.
2585 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2586 type of "match_callback".
2587 (check_match, check_find_bounds_finds)
2588 (dw2_expand_symtabs_matching): Update.
2589 (dw2_debug_names_iterator): Add new constructor.
2590 (dw2_debug_names_map_matching_symbols): New function.
2591 (dw2_debug_names_expand_symtabs_matching): Update.
2592 (dwarf2_debug_names_functions): Use
2593 dw2_debug_names_map_matching_symbols.
2594
aa391654
TT
25952019-09-10 Tom Tromey <tromey@adacore.com>
2596
2597 * dwarf2read.c (dw2_get_file_names_reader): Add the
2598 CU's file name to the results.
2599
b054970d
TT
26002019-09-10 Tom Tromey <tromey@adacore.com>
2601
2602 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2603 map_matching_symbols. Update.
2604 * dwarf2read.c (dw2_map_matching_symbols): Update.
2605 * psymtab.c (match_partial_symbol): Change type; update.
2606 (psym_map_matching_symbols): Likewise.
2607 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2608 type; update.
2609 * symfile.h (struct quick_symbol_functions)
2610 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2611 Remove "match".
2612
6a3dbf1b
TT
26132019-09-10 Tom Tromey <tromey@adacore.com>
2614
2615 * psymtab.c (map_block): Remove.
2616 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2617 * symtab.c (iterate_over_symbols_terminated): New function.
2618 * symtab.c (iterate_over_symbols_terminated): Declare.
2619
6969f124
TT
26202019-09-10 Tom Tromey <tromey@adacore.com>
2621
2622 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2623 * language.h (struct language_defn) <la_iterate_over_symbols>:
2624 Return bool.
2625 * symtab.c (iterate_over_symbols): Return bool.
2626 * symtab.h (iterate_over_symbols): Return bool.
2627
199b4314
TT
26282019-09-10 Tom Tromey <tromey@adacore.com>
2629
2630 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2631 (add_nonlocal_symbols): Update.
2632 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2633 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2634 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2635 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2636 Change type of "callback". Remove "data".
2637
a084a2a6
AT
2638
26392019-09-09 Ali Tamur <tamur@google.com>
2640
2641 * dwarf2read.c (comp_unit_head): Update comment.
2642 (dwarf2_dwo_name): New function declaration.
2643 (dwarf_unit_type_name): New function declaration.
2644 (read_comp_unit_head): Add support for new compilation units,
2645 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2646 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2647 (currently named as "signature") in their header. Also clarify error
2648 messages.
2649 (lookup_dwo_id): New function. Returns the dwo id of the given
2650 compile unit.
2651 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2652 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2653 functions.
2654 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2655 (dwarf2_dwo_name): Get the dwo name if present.
2656 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2657 purposes.
2658
25a2915e
TT
26592019-09-09 Tom Tromey <tom@tromey.com>
2660
2661 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2662
e4df0874
PW
26632019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2664
2665 * python/python.c (do_start_initialization): Make progname_copy static,
2666 to avoid a leak report.
2667
8634b462
TT
26682019-09-08 Tom Tromey <tom@tromey.com>
2669
2670 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2671
c7f839cb
SM
26722019-09-07 Simon Marchi <simon.marchi@efficios.com>
2673
2674 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2675 Change type to gdb::optional<block_enum>.
2676 (dw2_symtab_iter_init): Change block_index parameter type
2677 to gdb::optional<block_enum>.
2678 (dw2_lookup_symbol): Change block_index parameter
2679 type to block_enum.c
2680 (dw2_debug_names_lookup_symbol): Likewise.
2681 * psymtab.c (psym_lookup_symbol): Likewise.
2682 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2683 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2684 Likewise.
2685
ead0e69a
CB
26862019-09-06 Christian Biesinger <cbiesinger@google.com>
2687
2688 * defs.h (relocate_gdb_directory): Change int to bool in
2689 signature and rename flag to relocatable.
2690 * main.c (relocate_path): Likewise.
2691 (relocate_gdb_directory): Likewise.
2692
b16c44de
AM
26932019-09-06 Alan Modra <amodra@gmail.com>
2694
2695 * coffread.c (coff_symfile_read): Constify filename variable.
2696 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2697 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2698 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2699 * solib.c (reload_shared_libraries_1): Likewise.
2700 * symfile.c (reread_symbols): Likewise.
2701 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2702 * solib-darwin.c (darwin_bfd_open): Likewise.
2703 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2704
06ff036e
AB
27052019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2708 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2709
4e962e74
TT
27102019-09-03 Tom Tromey <tromey@adacore.com>
2711
2712 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2713 types.
2714 (has_negatives): Unbias a range type bound.
2715 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2716 * gdbtypes.c (operator==): Handle new field.
2717 (create_range_type): Add "bias" parameter.
2718 (create_static_range_type, resolve_dynamic_range): Update.
2719 * gdbtypes.h (struct range_bounds) <bias>: New member.
2720 (create_range_type): Add bias parameter.
2721 * printcmd.c (print_scalar_formatted): Unbias range types.
2722 * value.c (unpack_long): Unbias range types.
2723 (pack_long): Bias range types.
2724
d90b8f26
AH
27252019-09-02 Alan Hayward <alan.hayward@arm.com>
2726
2727 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2728 probe arguments.
2729
fe01123e
AH
27302019-09-02 Alan Hayward <alan.hayward@arm.com>
2731
2732 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2733 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2734 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2735 (compile_probe_arg): Likewise.
2736 * probe.h (get_argument_count): Likewise.
2737 * solib-svr4.c (solib_event_probe_action): Likewise.
2738 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2739
e661ef01
AH
27402019-09-02 Alan Hayward <alan.hayward@arm.com>
2741
2742 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2743 code to here...
2744 (svr4_create_solib_event_breakpoints): ...from here.
2745
47a536d9
SDJ
27462019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2747
2748 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2749 suffix from warning message.
2750
d6a00eba
TT
27512019-08-30 Tom Tromey <tom@tromey.com>
2752
2753 * tui/tui-winsource.h (struct tui_source_window_base)
2754 <refresh_all>: Don't declare.
2755 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2756 Remove.
2757 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2758 tui_show_locator_content.
2759 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2760 declare.
2761 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2762 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2763 declare.
2764
55b2657b
TT
27652019-08-30 Tom Tromey <tom@tromey.com>
2766
2767 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2768
12a8555a
TT
27692019-08-30 Tom Tromey <tom@tromey.com>
2770
2771 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2772 Remove unnecessary forward declarations.
2773
900ac242
TT
27742019-08-30 Tom Tromey <tom@tromey.com>
2775
2776 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2777 rerender.
2778 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2779 tui_show_locator_content.
2780
99ab33fb
TT
27812019-08-30 Tom Tromey <tom@tromey.com>
2782
2783 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2784 (tui_locator_window::rerender): Rewrite using body of previous
2785 tui_show_locator_content.
2786
e594a5d1
TT
27872019-08-30 Tom Tromey <tom@tromey.com>
2788
2789 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2790 set_locator_fullname>: New methods.
2791 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2792 Rename from tui_set_locator_fullname.
2793 (tui_locator_window::set_locator_info): Rename from
2794 tui_set_locator_info. Return bool.
2795 (tui_update_locator_fullname, tui_show_frame_info): Update.
2796
715bb467
TT
27972019-08-30 Tom Tromey <tom@tromey.com>
2798
2799 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2800
772f3f03
TT
28012019-08-30 Tom Tromey <tom@tromey.com>
2802
2803 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2804 call touchwin.
2805
108e13ab
TT
28062019-08-30 Tom Tromey <tom@tromey.com>
2807
2808 * tui/tui-wingeneral.c (box_win): Assume win_info and
2809 win_info->handle cannot be NULL.
2810
cdaa6eb4
TT
28112019-08-30 Tom Tromey <tom@tromey.com>
2812
2813 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2814 refresh_window>: Declare.
2815 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2816 resize.
2817 (tui_data_item_window::rerender): Rename from
2818 tui_display_register.
2819 (tui_data_item_window::refresh_window): New method.
2820 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2821 no-op.
2822
89df7f90
TT
28232019-08-30 Tom Tromey <tom@tromey.com>
2824
2825 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2826 regs_column_count, current_group>: Move later. Now private.
2827 <get_current_group>: New method.
2828 * tui/tui-regs.c (tui_reg_command): Update.
2829 * tui/tui-layout.c (tui_set_layout): Update.
2830
1bf2866a
TT
28312019-08-30 Tom Tromey <tom@tromey.com>
2832
2833 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2834 (tui_data_window::rerender): Don't call
2835 check_and_display_highlight_if_needed.
2836 (tui_data_window::refresh_all): Remove call to
2837 erase_data_content.
2838
0670413d
TT
28392019-08-30 Tom Tromey <tom@tromey.com>
2840
2841 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2842 (tui_data_window::display_registers_from)
2843 (tui_data_window::display_reg_element_at_line)
2844 (tui_data_window::display_registers_from_line): Remove checks of
2845 "empty".
2846
18bb55c7
TT
28472019-08-30 Tom Tromey <tom@tromey.com>
2848
2849 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2850 Don't declare.
2851 * tui/tui-regs.c (tui_data_window::show_registers): Call
2852 rerender.
2853 (tui_data_window::rerender): Rename from display_all_data.
2854 (tui_data_window::rerender): Remove old implementation.
2855
1f6d2f10
TT
28562019-08-30 Tom Tromey <tom@tromey.com>
2857
2858 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2859 text.
2860 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2861
16d01f9c
BW
28622019-08-29 Bernhard Wodok <barto@gmx.net>
2863 Sergio Durigan Junior <sergiodj@redhat.com>
2864
2865 PR win32/24284
2866 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2867
d8f27c60
AB
28682019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2869
2870 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2871 when searching for types.
2872
1f20c35e
AB
28732019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2874
2875 * f-lang.c (f_language_defn): Use f_print_typedef.
2876 * f-lang.h (f_print_typedef): Declare.
2877 * f-typeprint.c (f_print_typedef): Define.
2878
550105b7
CB
28792019-08-27 Christian Biesinger <cbiesinger@google.com>
2880
2881 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2882
4acfdd20
AB
28832019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * cli/cli-utils.c (info_print_options_defs): Delete.
2886 (make_info_print_options_def_group): Delete.
2887 (extract_info_print_options): Delete.
2888 (info_print_command_completer): Delete.
2889 (info_print_args_help): Add extra parameter, and optionally
2890 include text about -n flag.
2891 * cli/cli-utils.h (struct info_print_options): Delete.
2892 (extract_info_print_options): Delete declaration.
2893 (info_print_command_completer): Delete declaration.
2894 (info_print_args_help): Add extra parameter, extend header
2895 comment.
2896 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2897 search_symbols.
2898 * stack.c (struct info_print_options): New type.
2899 (info_print_options_defs): New file scoped variable.
2900 (make_info_print_options_def_group): New static function.
2901 (info_print_command_completer): New static function.
2902 (info_locals_command): Update to use new local functions.
2903 (info_args_command): Likewise.
2904 (_initialize_stack): Add extra parameter to calls to
2905 info_print_args_help.
2906 * symtab.c (search_symbols): Add extra parameter, use this to
2907 possibly excluse non-debug symbols.
2908 (symtab_symbol_info): Add extra parameter, which is passed on to
2909 search_symbols.
2910 (struct info_print_options): New type.
2911 (info_print_options_defs): New file scoped variable.
2912 (make_info_print_options_def_group): New static function.
2913 (info_print_command_completer): New static function.
2914 (info_variables_command): Update to use local functions, and pass
2915 extra parameter through to symtab_symbol_info.
2916 (info_functions_command): Likewise.
2917 (info_types_command): Pass additional argument through to
2918 symtab_symbol_info.
2919 (rbreak_command): Pass extra argument to search_symbols.
2920 (_initialize_symtab): Add extra arguments for calls to
2921 info_print_args_help, and update help text for 'info variables',
2922 'whereis', and 'info functions' commands.
2923 * symtab.h (search_symbols): Add extra argument to declaration.
2924 * NEWS: Mention new flags.
2925
9aa55206
CB
29262019-08-26 Christian Biesinger <cbiesinger@google.com>
2927
2928 * symtab.c (lookup_static_symbol): Call the new function (and move
2929 it down to be next to lookup_global_symbol).
2930 (struct global_sym_lookup_data): Add block_enum member and rename to...
2931 (struct global_or_static_sym_lookup_data): ...this.
2932 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2933 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2934 (lookup_symbol_global_or_static_iterator_cb): ...this.
2935 (lookup_global_or_static_symbol): New function.
2936 (lookup_global_symbol): Call new function.
2937
5c31b358
TV
29382019-08-26 Tom de Vries <tdevries@suse.de>
2939
2940 PR c++/24852
2941 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2942 when pc_probe.prob == NULL.
2943
23c13d42
SM
29442019-08-25 Simon Marchi <simon.marchi@efficios.com>
2945
2946 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2947 variable symbol_linkage to symbol_linkage_.
2948
beadd3e8
SM
29492019-08-25 Simon Marchi <simon.marchi@efficios.com>
2950
2951 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2952 represent whether the symbol is static, dynamic, or we don't
2953 know.
2954
e3ec872f
YS
29552019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2956
2957 * gdb/rx-tdep.c (rx_register_names): New.
2958 (rx_register_name): Delete.
2959 (rx_psw_type): Delete.
2960 (rx_fpsw_type): Delete.
2961 (rx_register_type): Delete.
2962 (rx_gdbarch_init): Convert target-descriptions.
2963 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2964 * gdb/features/Makefile: Add rx.xml.
2965 * gdb/features/rx.xml: New.
2966 * gdb/features/rx.c: Generated.
2967 * gdb/NEWS: Mention target description support.
2968
d0509ba4
CB
29692019-08-22 Christian Biesinger <cbiesinger@google.com>
2970
2971 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2972 *slot_ptr.
2973
2d41fa11
SDJ
29742019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2975
2976 * configure.ac: Don't check for 'dlfcn.h' (moved to
2977 gdbsupport/common.m4).
2978 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2979 'gdbsupport/'.
2980 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
2981 * compile/compile-c-support.c: Include
2982 'gdbsupport/gdb-dlfcn.h'.
2983 * gdbsupport/common.m4: Check for 'dlfcn.h'.
2984 * gdb-dlfcn.c: Move to...
2985 * gdbsupport/gdb-dlfcn.c: ... here.
2986 * gdb-dlfcn.h: Move to...
2987 * gdbsupport/gdb-dlfcn.h: ... here.
2988
de8af808
SL
29892019-08-23 Sandra Loosemore <sandra@codesourcery.com>
2990
2991 * nios2-tdep.c (struct reg_value): Improve comments. Make
2992 the offset field signed.
2993
27204489
CB
29942019-08-22 Christian Biesinger <cbiesinger@google.com>
2995
2996 * python/lib/gdb/__init__.py (_execute_file): New function.
2997 * python/python.c (python_run_simple_file): Call gdb._execute_file
2998 on Windows.
2999
43771869
AB
30002019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3003 all uses as this was never set to anything but a zero value.
3004
26c957f1
PA
30052019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3006
3007 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3008
c07aae6e
CB
30092019-08-21 Christian Biesinger <cbiesinger@google.com>
3010
3011 * tui/tui-data.h (tui_gen_win_info): Add an =default
3012 move constructor, required by some GCC versions.
3013
3960cb7a
JF
30142019-08-21 Jinke Fan <fanjinke51@yeah.net>
3015
3016 * go32-nat.c (go32_sysinfo): Add hygon_p.
3017
04c72a68
TT
30182019-08-20 Tom Tromey <tom@tromey.com>
3019
3020 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3021 line_from_reg_element_no, first_reg_element_no_inline,
3022 display_all_data, delete_data_content_windows,
3023 erase_data_content>: Now private.
3024
072272ce
TT
30252019-08-20 Tom Tromey <tom@tromey.com>
3026
3027 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3028 (tui_unhighlight_win, tui_highlight_win)
3029 (tui_win_info::make_window): Update.
3030 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3031
973961bd
TT
30322019-08-20 Tom Tromey <tom@tromey.com>
3033
3034 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3035 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3036 (MAX_PID_WIDTH): Move to tui-stack.c.
3037 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3038 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3039 (MAX_PID_WIDTH): Move from tui-data.h.
3040
ab0e1f1a
TT
30412019-08-20 Tom Tromey <tom@tromey.com>
3042
3043 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3044 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3045 (box_win): Update.
3046 (tui_gen_win_info::make_window): Rename from tui_make_window.
3047 (tui_win_info::make_window): New method.
3048 (tui_gen_win_info::make_visible): Update.
3049 * tui/tui-source.c (tui_source_window::set_contents): Update.
3050 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3051 (tui_data_window::display_registers_from): Update.
3052 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3053 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3054 Declare.
3055 <can_box>: Remove.
3056 <title>: Remove.
3057 (struct tui_win_info) <make_window>: Declare.
3058 <can_box>: Now virtual.
3059 <title>: New member.
3060 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3061 * tui/tui-command.c (tui_cmd_window::resize): Update.
3062
100c2bf3
TT
30632019-08-20 Tom Tromey <tom@tromey.com>
3064
3065 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3066 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3067 (tui_data_window::check_register_values): Update.
3068
fa4dc567
TT
30692019-08-20 Tom Tromey <tom@tromey.com>
3070
3071 * tui/tui-regs.h (struct tui_data_window): Use
3072 DISABLE_COPY_AND_ASSIGN.
3073 <regs_content>: Change type, removing unique_ptr.
3074 <tui_data_window>: Add move constructor.
3075 * tui/tui-regs.c (tui_data_window::show_registers)
3076 (tui_data_window::show_register_group)
3077 (tui_data_window::display_registers_from)
3078 (tui_data_window::display_registers_from)
3079 (tui_data_window::first_data_item_displayed)
3080 (tui_data_window::delete_data_content_windows)
3081 (tui_data_window::rerender, tui_data_window::refresh_window)
3082 (tui_data_window::check_register_values): Update.
3083
ca02d7c8
TT
30842019-08-20 Tom Tromey <tom@tromey.com>
3085
3086 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3087 show_register_group>: Declare.
3088 (tui_show_register_group): Don't declare.
3089 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3090 tui_show_registers.
3091 (tui_data_window::show_register_group): Rename from
3092 tui_show_register_group.
3093 (tui_data_window::check_register_values, tui_reg_command):
3094 Update.
3095 * tui/tui-layout.c (tui_set_layout): Update.
3096
63356bfd
TT
30972019-08-20 Tom Tromey <tom@tromey.com>
3098
3099 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3100 Declare.
3101 (tui_check_register_values): Don't declare.
3102 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3103 from tui_check_register_values.
3104 * tui/tui-hooks.c (tui_register_changed): Update.
3105
42cc14a7
TT
31062019-08-20 Tom Tromey <tom@tromey.com>
3107
3108 * tui/tui-regs.c (tui_reg_layout): Move later.
3109 (tui_show_registers): Don't enable TUI mode or change layout.
3110
b9ad3686
TT
31112019-08-20 Tom Tromey <tom@tromey.com>
3112
3113 * tui/tui-regs.h (struct tui_data_item_window)
3114 <~tui_data_item_window>: Remove.
3115 <content>: Now a unique_xmalloc_ptr.
3116 * tui/tui-regs.c (tui_register_format): Return a
3117 unique_xmalloc_ptr.
3118 (tui_get_register): Update.
3119 (~tui_data_item_window): Remove.
3120 (tui_data_window::display_registers_from, tui_display_register):
3121 Update.
3122 * tui/tui-io.h (tui_expand_tabs): Update.
3123 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3124 Remove "col" parameter.
3125
8e114aab
TT
31262019-08-20 Tom Tromey <tom@tromey.com>
3127
3128 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3129 field.
3130 * tui/tui-regs.c (~tui_data_item_window): Update.
3131
1a4f81dd
TT
31322019-08-20 Tom Tromey <tom@tromey.com>
3133
3134 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3135 earlier.
3136
0f8d8876
TT
31372019-08-20 Tom Tromey <tom@tromey.com>
3138
3139 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3140
605dc2c2
TT
31412019-08-20 Tom Tromey <tom@tromey.com>
3142
3143 * tui/tui-source.h (struct tui_source_window): Update.
3144 * tui/tui-regs.c (tui_show_registers): Update.
3145 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3146 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3147 (NO_REGS_STRING): Remove defines.
3148
aedbe3bb
CM
31492019-08-20 Conrad Meyer <cem@FreeBSD.org>
3150
3151 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3152 unnecessary thread walk if remote doesn't support the packet.
3153
7ce8f214
TT
31542019-08-19 Tom Tromey <tromey@adacore.com>
3155
3156 * python/py-value.c (value_has_field): Fix indentation.
3157
f21c2bd7
TT
31582019-08-19 Tom Tromey <tromey@adacore.com>
3159
3160 * printcmd.c (do_one_display, info_display_command): Update.
3161 * block.h (contained_in): Return bool. Add allow_nested
3162 parameter.
3163 * block.c (contained_in): Return bool. Add allow_nested
3164 parameter.
3165
d806ea2d
TT
31662019-08-19 Tom Tromey <tom@tromey.com>
3167
3168 * configure: Rebuild.
3169 * configure.ac: Disallow the combination of -static-libstdc++ and
3170 source highlight.
3171 * source-cache.c (get_language_name): Handle rust.
3172 (source_cache::get_source_lines): Ignore highlighting exceptions.
3173
398fdd60
TT
31742019-08-16 Tom Tromey <tom@tromey.com>
3175
3176 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3177 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3178 (struct tui_source_window_base) <make_visible, refresh_window,
3179 resize>: Remove methods.
3180 <execution_info>: Remove field.
3181 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3182 (tui_show_source_line, tui_source_window_base)
3183 (~tui_source_window_base): Update.
3184 (tui_source_window_base::resize)
3185 (tui_source_window_base::make_visible)
3186 (tui_source_window_base::refresh_window): Remove.
3187 (tui_source_window_base::update_exec_info): Update.
3188 * tui/tui-source.c (tui_source_window::set_contents): Update.
3189 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3190
e699d331
TT
31912019-08-16 Tom Tromey <tom@tromey.com>
3192
3193 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3194 deprecated_query_hook.
3195
bb01dbfc
TT
31962019-08-16 Tom Tromey <tom@tromey.com>
3197
3198 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3199 (tui_update_source_windows_with_line): Update.
3200 * tui/tui-source.h (struct tui_source_window)
3201 <show_symtab_source>: Declare.
3202 (tui_show_symtab_source): Don't declare.
3203 * tui/tui-source.c (tui_show_symtab_source): Rename from
3204 tui_show_symtab_source.
3205
81c82c4b
TT
32062019-08-16 Tom Tromey <tom@tromey.com>
3207
3208 * tui/tui-winsource.h (struct tui_source_window_base)
3209 <set_contents>: Declare.
3210 * tui/tui-winsource.c
3211 (tui_source_window_base::update_source_window_as_is): Update.
3212 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3213 Declare.
3214 (tui_set_source_content): Don't declare.
3215 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3216 tui_set_source_content.
3217 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3218 Declare.
3219 (tui_set_disassem_content): Don't declare.
3220 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3221 tui_set_disassem_content.
3222
2ddaf614
TT
32232019-08-16 Tom Tromey <tom@tromey.com>
3224
3225 * tui/tui-winsource.h (struct tui_source_window_base)
3226 <update_breakpoint_info>: Declare.
3227 (tui_update_breakpoint_info): Don't declare.
3228 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3229 (tui_update_all_breakpoint_info): Update.
3230 (tui_source_window_base::update_breakpoint_info): Rename from
3231 tui_update_breakpoint_info.
3232 (tui_source_window_base::update_exec_info): Update.
3233
017f9828
TT
32342019-08-16 Tom Tromey <tom@tromey.com>
3235
3236 * tui/tui-winsource.h (struct tui_source_window_base)
3237 <update_source_window>: Declare.
3238 (tui_update_source_window): Don't declare.
3239 * tui/tui-winsource.c
3240 (tui_source_window_base::update_source_window): Rename from
3241 tui_update_source_window.
3242 (tui_source_window_base::rerender): Update.
3243 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3244 * tui/tui-disasm.c (tui_show_disassem)
3245 (tui_show_disassem_and_update_source)
3246 (tui_disasm_window::maybe_update): Update.
3247
ed8358e9
TT
32482019-08-16 Tom Tromey <tom@tromey.com>
3249
3250 * tui/tui-winsource.h (struct tui_source_window_base)
3251 <update_source_window_as_is>: Declare.
3252 (tui_update_source_window_as_is): Don't declare.
3253 * tui/tui-winsource.c (tui_update_source_window): Update
3254 (tui_source_window_base::update_source_window_as_is): Rename from
3255 tui_update_source_window_as_is.
3256 (tui_source_window_base::refill): Update.
3257 * tui/tui-source.c (tui_show_symtab_source): Update.
3258 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3259 Update.
3260
20149b6b
TT
32612019-08-16 Tom Tromey <tom@tromey.com>
3262
3263 * tui/tui-winsource.h (tui_update_source_window)
3264 (tui_update_source_window_as_is): Remove "noerror" parameter.
3265 * tui/tui-winsource.c (tui_update_source_window)
3266 (tui_update_source_window_as_is): Remove "noerror" parameter.
3267 (tui_update_source_windows_with_addr)
3268 (tui_update_source_windows_with_line)
3269 (tui_source_window_base::rerender)
3270 (tui_source_window_base::refill): Update.
3271 * tui/tui-source.h (tui_set_source_content)
3272 (tui_show_symtab_source): Remove "noerror" parameter.
3273 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3274 parameter.
3275 (tui_show_symtab_source): Likewise.
3276 (tui_source_window::maybe_update): Update.
3277 * tui/tui-disasm.c (tui_show_disassem)
3278 (tui_show_disassem_and_update_source)
3279 (tui_disasm_window::do_scroll_vertical)
3280 (tui_disasm_window::maybe_update): Update.
3281
2d83e710
TT
32822019-08-16 Tom Tromey <tom@tromey.com>
3283
3284 * tui/tui.c (tui_is_window_visible): Update.
3285 * tui/tui-wingeneral.c (tui_make_window)
3286 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3287 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3288 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3289 (tui_set_win_height_command, parse_scrolling_args): Update.
3290 * tui/tui-source.c (tui_source_window::style_changed): Update.
3291 * tui/tui-regs.c (tui_show_registers)
3292 (tui_data_window::first_data_item_displayed)
3293 (tui_data_window::delete_data_content_windows)
3294 (tui_check_register_values, tui_reg_command): Update.
3295 * tui/tui-disasm.c (tui_show_disassem): Update.
3296 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3297 method.
3298 <is_visible>: Remove field.
3299 * tui/tui-data.c (tui_next_win, tui_prev_win)
3300 (tui_delete_invisible_windows): Update.
3301
d4ab829a
TT
33022019-08-16 Tom Tromey <tom@tromey.com>
3303
3304 * tui/tui-winsource.h (struct tui_source_window_base)
3305 <m_has_locator>: Remove.
3306 * tui/tui-layout.c (show_source_disasm_command, show_data)
3307 (show_source_or_disasm_and_command): Update.
3308
aa7ca1bb
AH
33092019-08-16 Alan Hayward <alan.hayward@arm.com>
3310
3311 * NEWS (Other MI changes): New subsection.
3312 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3313 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3314 * arch-utils.c (default_get_pc_address_flags): New function.
3315 * arch-utils.h (default_get_pc_address_flags): New declaration.
3316 * gdbarch.sh: Add get_pc_address_flags.
3317 * gdbarch.c: Regenerate.
3318 * gdbarch.h: Likewise.
3319 * stack.c (print_pc): New function.
3320 (print_frame_info) (print_frame): Call print_pc.
3321
6eac171f
TV
33222019-08-16 Tom de Vries <tdevries@suse.de>
3323
3324 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3325 print_objfile_section_info.
3326
3df505f6
TT
33272019-08-15 Tom Tromey <tom@tromey.com>
3328
3329 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3330 calling update_cmdwin_start_line.
3331 * tui/tui-winsource.h (struct tui_source_window_base)
3332 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3333 <rerender>: Declare.
3334 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3335 Call rerender.
3336 (tui_source_window_base::set_new_height): Remove.
3337 (tui_source_window_base::rerender): Rename from
3338 do_make_visible_with_new_height.
3339 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3340 resize method.
3341 (tui_win_info::make_invisible_and_set_new_height)
3342 (tui_win_info::make_visible_with_new_height): Remove.
3343 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3344 Declare.
3345 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3346 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3347 do_make_visible_with_new_height>: Don't declare.
3348 <rerender>: Declare.
3349 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3350 set_new_height.
3351 (tui_data_window::do_make_visible_with_new_height): Remove.
3352 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3353 call tui_show_locator_content.
3354 (tui_gen_win_info::resize): Call rerender.
3355 (show_source_or_disasm_and_command): Don't call
3356 tui_show_locator_content.
3357 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3358 method.
3359 (struct tui_win_info) <rerender>: Declare.
3360 <set_new_height, make_invisible_and_set_new_height,
3361 make_visible_with_new_height>: Don't declare.
3362 * tui/tui-data.c (tui_win_list::rerender): New method.
3363 * tui/tui-command.h (struct tui_cmd_window)
3364 <do_make_visible_with_new_height>: Don't declare.
3365 * tui/tui-command.c
3366 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3367
272560b5
TT
33682019-08-15 Tom Tromey <tromey@adacore.com>
3369
3370 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3371 * ada-lang.c (ada_enum_name): Likewise.
3372
08235187
CB
33732019-08-15 Christian Biesinger <cbiesinger@google.com>
3374
3375 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3376 leading underscore.
3377 (GdbOutputErrorFile): Likewise.
3378 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3379 accordingly.
3380 (execute_unwinders): Rename to have a leading underscore.
3381 (auto_load_packages): Likewise.
3382 (global scope): Adjust call to auto_load_packages accordingly.
3383 (GdbSetPythonDirectory): Likewise.
3384 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3385 instead of execute_unwinders.
3386
db502012
TT
33872019-08-15 Tom Tromey <tom@tromey.com>
3388
3389 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3390 (show_data): Don't change window visibility.
3391 (tui_gen_win_info::resize): Remove special case for command
3392 window. Use wresize, when available.
3393 (show_source_or_disasm_and_command): Don't change window
3394 visibility.
3395 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3396 <make_visible>: New method.
3397 * tui/tui-command.c (tui_cmd_window::resize): New method.
3398
3891b65e
TT
33992019-08-15 Tom Tromey <tom@tromey.com>
3400
3401 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3402 (struct tui_source_windows): New.
3403 * tui/tui-winsource.c (tui_display_main): Update.
3404 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3405 (new_height_ok, parse_scrolling_args): Update.
3406 * tui/tui-layout.c (show_layout, show_data): Update.
3407 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3408 (tui_add_to_source_windows): Don't declare.
3409 * tui/tui-data.c (source_windows, tui_source_windows)
3410 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3411
ee556432
TT
34122019-08-15 Tom Tromey <tom@tromey.com>
3413
3414 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3415 Rename from reset.
3416 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3417 * tui/tui-layout.c (show_source_disasm_command, show_data):
3418 Update.
3419 (tui_gen_win_info::resize): Rename.
3420 (show_source_or_disasm_and_command): Update.
3421 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3422 reset.
3423
46f438e3
TT
34242019-08-15 Tom Tromey <tom@tromey.com>
3425
3426 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3427 * tui/tui-interp.c (tui_interp::init): Don't call
3428 tui_initialize_static_data.
3429 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3430
f4ce562c
TT
34312019-08-15 Tom Tromey <tom@tromey.com>
3432
3433 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3434 examine tui_win_list.
3435
c398c3d0
TT
34362019-08-15 Tom Tromey <tom@tromey.com>
3437
3438 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3439 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3440 tui_clear_source_content.
3441 (tui_clear_source_content): Remove.
3442 (tui_source_window_base::do_erase_source_content): Hoist call to
3443 content.clear().
3444 * tui/tui-stack.c (tui_show_frame_info): Don't call
3445 tui_clear_source_content.
3446
e25d2004
TT
34472019-08-15 Tom Tromey <tom@tromey.com>
3448
3449 * tui/tui-winsource.h (struct tui_source_window_base)
3450 <do_erase_source_content>: New method.
3451 <erase_source_content>: New method.
3452 (tui_erase_source_content): Don't declare.
3453 * tui/tui-winsource.c (tui_clear_source_content): Update.
3454 (tui_source_window_base::do_erase_source_content): Rename from
3455 tui_erase_source_content.
3456 (tui_source_window_base::show_source_content): Update.
3457 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3458 * tui/tui-source.h (struct tui_source_window)
3459 <erase_source_content>: New method.
3460 * tui/tui-disasm.h (struct tui_disasm_window)
3461 <erase_source_content>: New method.
3462
002f15c2
TT
34632019-08-15 Tom Tromey <tom@tromey.com>
3464
3465 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3466 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3467 constructor.
3468 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3469 * tui/tui-source.c (tui_set_source_content): Update.
3470 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3471
c9033fe8
TT
34722019-08-15 Tom Tromey <tom@tromey.com>
3473
3474 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3475 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3476 tui-source.c.
3477 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3478 Declare.
3479 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3480 method.
3481 (tui_source_window::maybe_update): Update.
3482
088f37dd
TT
34832019-08-15 Tom Tromey <tom@tromey.com>
3484
3485 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3486 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3487 tui-disasm.c.
3488 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3489 Declare.
3490 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3491 method.
3492 (tui_disasm_window::maybe_update): Update.
3493
a54700c6
TT
34942019-08-15 Tom Tromey <tom@tromey.com>
3495
3496 * tui/tui-winsource.h (struct tui_source_window_base)
3497 <maybe_update>: Declare.
3498 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3499 method.
3500 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3501 Declare.
3502 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3503 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3504 Declare.
3505 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3506
e2a678a5
TT
35072019-08-15 Tom Tromey <tom@tromey.com>
3508
3509 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3510
f2dda477
TT
35112019-08-15 Tom Tromey <tom@tromey.com>
3512
3513 * tui/tui-wingeneral.c: Include tui-stack.h.
3514 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3515 (struct tui_locator_window): Move from tui-data.h.
3516 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3517 (tui_initialize_static_data): Move from tui-data.c.
3518 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3519 (struct tui_locator_window): Move to tui-stack.c.
3520 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3521 (tui_initialize_static_data): Move to tui-stack.c.
3522
ed4a1084
TT
35232019-08-15 Tom Tromey <tom@tromey.com>
3524
3525 * tui/tui-layout.c (show_source_disasm_command)
3526 (show_source_or_disasm_and_command): Use make_visible method, not
3527 tui_make_window.
3528 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3529 Remove.
3530
65962b20
TT
35312019-08-15 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui-wingeneral.h (tui_make_window): Update.
3534 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3535 parameter.
3536 (tui_gen_win_info::make_visible): Update.
3537 * tui/tui-regs.c (tui_data_window::display_registers_from):
3538 Update.
3539 * tui/tui-layout.c (show_source_disasm_command)
3540 (show_source_or_disasm_and_command): Update.
3541 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3542 (enum tui_box): Remove.
3543 (struct tui_win_info) <can_box>: New method.
3544 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3545 method.
3546
2208ee91
TV
35472019-08-15 Tom de Vries <tdevries@suse.de>
3548
3549 * linux-nat-trad.c: Include gdbarch.h.
3550
75faf5c4
AH
35512019-08-14 Alan Hayward <alan.hayward@arm.com>
3552
3553 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3554 register sizes.
3555
b1c896b3
TT
35562019-08-14 Tom Tromey <tromey@adacore.com>
3557
3558 * darwin-nat.c: Include gdbarch.h.
3559 * darwin-nat-info.c: Include gdbarch.h.
3560
6405cd73
TT
35612019-08-13 Tom Tromey <tom@tromey.com>
3562
3563 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3564 Remove.
3565 * tui/tui-data.c (tui_initialize_static_data): Update.
3566
5216580d
TT
35672019-08-13 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-winsource.h (struct tui_exec_info_window)
3570 <~tui_exec_info_window, maybe_allocate_content, get_content,
3571 m_content>: Remove.
3572 (struct tui_source_window_base) <set_exec_info_content,
3573 show_exec_info_content>: Don't declare.
3574 * tui/tui-winsource.c
3575 (tui_exec_info_window::maybe_allocate_content): Remove.
3576 (tui_source_window_base::update_exec_info): Rename from
3577 set_exec_info_content.
3578 (tui_source_window_base::show_exec_info_content)
3579 (tui_source_window_base::update_exec_info): Remove.
3580
93858ad3
TT
35812019-08-13 Tom Tromey <tom@tromey.com>
3582
3583 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3584 declare.
3585 * tui/tui-winsource.c (tui_update_source_window_as_is)
3586 (tui_update_source_windows_with_addr, tui_erase_source_content):
3587 Update.
3588 (tui_clear_exec_info_content): Remove.
3589
e321e7ce
TT
35902019-08-13 Tom Tromey <tom@tromey.com>
3591
3592 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3593 declare.
3594 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3595 call tui_erase_exec_info_content.
3596 (tui_clear_exec_info_content): Rename from
3597 tui_erase_exec_info_content.
3598 (tui_clear_exec_info_content): Delete.
3599
8270ac62
TT
36002019-08-13 Tom Tromey <tom@tromey.com>
3601
3602 * tui/tui-winsource.h (struct tui_source_window_base)
3603 <show_exec_info_content>: Declare.
3604 (tui_show_exec_info_content): Don't declare.
3605 * tui/tui-winsource.c
3606 (tui_source_window_base::show_exec_info_content): Rename from
3607 tui_show_exec_info_content.
3608 (tui_source_window_base::update_exec_info): Update.
3609
7b56485d
TT
36102019-08-13 Tom Tromey <tom@tromey.com>
3611
3612 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3613 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3614 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3615 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3616 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3617 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3618 ... here.
3619
7ba913dc
TT
36202019-08-13 Tom Tromey <tom@tromey.com>
3621
3622 * tui/tui-winsource.h (struct tui_source_window_base)
3623 <update_exec_info>: Declare.
3624 (tui_update_exec_info): Don't declare.
3625 * tui/tui-winsource.c (tui_update_source_window_as_is)
3626 (tui_source_window_base::refresh_all)
3627 (tui_update_all_breakpoint_info): Update.
3628 (tui_source_window_base::update_exec_info): Rename from
3629 tui_update_exec_info.
3630 * tui/tui-stack.c (tui_show_frame_info): Update.
3631
37a4a131
TT
36322019-08-13 Tom Tromey <tom@tromey.com>
3633
3634 * tui/tui-winsource.h (struct tui_source_window_base)
3635 <set_exec_info_content>: Declare.
3636 (tui_set_exec_info_content): Don't declare.
3637 * tui/tui-winsource.c
3638 (tui_source_window_base::set_exec_info_content): Rename from
3639 tui_set_exec_info_content.
3640 (tui_update_exec_info): Update.
3641
0bd27e07
TT
36422019-08-13 Tom Tromey <tom@tromey.com>
3643
3644 * tui/tui-winsource.h (struct tui_source_window_base)
3645 <show_source_content>: Declare.
3646 (tui_show_source_content): Don't declare.
3647 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3648 (tui_source_window_base::show_source_content): Rename from
3649 tui_show_source_content.
3650 (tui_source_window_base::refresh_all): Update.
3651 * tui/tui-layout.c (show_source_disasm_command)
3652 (show_source_or_disasm_and_command): Update.
3653
b4ef5aeb
TT
36542019-08-13 Tom Tromey <tom@tromey.com>
3655
3656 * tui/tui-winsource.c (tui_erase_source_content)
3657 (tui_show_source_content, tui_source_window_base::refresh_all):
3658 Update.
3659 * tui/tui-wingeneral.h
3660 (tui_check_and_display_highlight_if_needed): Don't declare.
3661 * tui/tui-wingeneral.c
3662 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3663 check_and_display_highlight_if_needed.
3664 * tui/tui-win.c (tui_rehighlight_all)
3665 (tui_win_info::make_visible_with_new_height): Update.
3666 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3667 (tui_data_window::erase_data_content)
3668 (tui_data_window::display_all_data): Update.
3669 * tui/tui-data.h (struct tui_win_info)
3670 <check_and_display_highlight_if_needed>: Declare.
3671
fede5273
TT
36722019-08-13 Tom Tromey <tom@tromey.com>
3673
3674 * tui/tui-win.c (tui_resize_all): Call
3675 tui_delete_invisible_windows.
3676 * tui/tui-layout.c (show_layout): Call
3677 tui_delete_invisible_windows.
3678 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3679 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3680
22c3f490
TT
36812019-08-13 Tom Tromey <tom@tromey.com>
3682
3683 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3684 tui_add_win_to_layout.
3685
16cb7910
TT
36862019-08-13 Tom Tromey <tom@tromey.com>
3687
3688 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3689 * tui/tui-layout.c (tui_default_win_height): Now static.
3690
cc0c3ffb
TT
36912019-08-13 Tom Tromey <tom@tromey.com>
3692
3693 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3694 single switch.
3695 (show_source_disasm_command, show_source_or_disasm_and_command):
3696 Don't check current layout.
3697
3f3ffe54
TT
36982019-08-13 Tom Tromey <tom@tromey.com>
3699
3700 * tui/tui-wingeneral.c (make_all_visible): Remove.
3701 (tui_make_all_invisible): Simplify.
3702 * tui/tui-layout.c (tui_make_all_invisible): Move from
3703 tui-wingeneral.c; simplify.
3704 (show_layout): Hoist call to tui_make_all_invisible.
3705 (show_data): Don't call tui_make_all_invisible.
3706
69258091
TT
37072019-08-13 Tom Tromey <tom@tromey.com>
3708
3709 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3710 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3711
62cf57fe
TT
37122019-08-13 Tom Tromey <tom@tromey.com>
3713
3714 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3715 tui-data.c.
3716 (show_source_disasm_command, show_data)
3717 (show_source_or_disasm_and_command): Don't use
3718 tui_set_current_layout_to.
3719 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3720 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3721 tui-layout.c.
3722 (tui_set_current_layout_to): Remove.
3723
2afade5d
TT
37242019-08-13 Tom Tromey <tom@tromey.com>
3725
3726 * tui/tui-layout.c (tui_set_layout): Update.
3727 * tui/tui-data.h (struct tui_layout_def): Remove.
3728 (tui_layout_def): Don't declare.
3729 * tui/tui-data.c (layout_def): Remove.
3730 (tui_layout_def): Remove.
3731
a3504e96
TT
37322019-08-13 Tom Tromey <tom@tromey.com>
3733
3734 * tui/tui-winsource.h (struct tui_source_window_base)
3735 <clear_detail>: No longer "override".
3736 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3737 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3738 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3739 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3740 Remove.
3741 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3742
29c92911
TT
37432019-08-13 Tom Tromey <tromey@adacore.com>
3744
3745 * tracepoint.c: Don't include readline.h or history.h.
3746
86c6b807
TT
37472019-08-12 Tom Tromey <tom@tromey.com>
3748
3749 * configure: Rebuild.
3750 * configure.ac: Check for readline 7.
3751 * NEWS: Mention readline 7 requirement.
3752 * README: Update.
3753
5db2718c
TT
37542019-08-12 Tom Tromey <tom@tromey.com>
3755
3756 * mingw-hdep.c (gdb_select): Remove readline hack.
3757
dac36daf
PFC
37582019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3759
3760 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3761 when the function fails.
3762
1022c627
AA
37632019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3764
3765 * s390-tdep.c (s390_type_align): New function.
3766 (s390_gdbarch_init): Set it as type_align gdbarch method.
3767
eba4caf2
TV
37682019-08-09 Tom de Vries <tdevries@suse.de>
3769
3770 PR gdb/24591
3771 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3772 pc_low with relocation offset.
3773
123cd851
TT
37742019-08-07 Tom Tromey <tromey@adacore.com>
3775
3776 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3777 (print_frame_args): Update.
3778 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3779 Update.
3780 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3781 * frame.h (struct frame_arg): Add initializers.
3782 <error>: Now a unique_xmalloc_ptr.
3783
3d31bc39
AH
37842019-08-07 Alan Hayward <alan.hayward@arm.com>
3785
3786 * NEWS: Expand the Pointer Authentication entry.
3787 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3788 (aarch64_frame_unmask_lr): ... to this.
3789 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3790 Call aarch64_frame_unmask_lr.
3791 * frame.c (struct frame_info): Add "masked" variable.
3792 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3793 (fprint_frame): Check for masked pc.
3794 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3795 declarations.
3796 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3797 * stack.c (print_frame): Check for masked pc.
3798
0cf9feb9
TT
37992019-08-06 Tom Tromey <tom@tromey.com>
3800
3801 * stabsread.c (patch_block_stabs, read_one_struct_field)
3802 (read_enum_type): Use obstack_strndup.
3803 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3804 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3805 * dwarf2read.c (guess_full_die_structure_name)
3806 (anonymous_struct_prefix): Use obstack_strndup.
3807 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3808 * c-exp.y (yylex): Use obstack_strndup.
3809 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3810 (write_var_or_type): Use obstack_strndup.
3811
efba19b0
TT
38122019-08-06 Tom Tromey <tom@tromey.com>
3813
3814 * symfile.c (reread_symbols): Use obstack_strdup.
3815 * stabsread.c (read_type): Use obstack_strdup.
3816 * gdb_obstack.h (obstack_strdup): New overload.
3817 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3818 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3819 (dwarf2_canonicalize_name): Use obstack_strdup.
3820 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3821 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3822 Use obstack_strdup.
3823
f25102f7
TT
38242019-08-06 Tom Tromey <tom@tromey.com>
3825
3826 * gdb_obstack.h (obstack_strdup): Define.
3827 * gdb_obstack.c (obstack_strdup): Don't define.
3828
021887d8
TT
38292019-08-06 Tom Tromey <tom@tromey.com>
3830
3831 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3832 obstack_strdup.
3833 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3834 obstack_strdup.
3835 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3836 * stabsread.c (common_block_start): Use obstack_strdup.
3837 * objfiles.c (set_objfile_main_name, objfile): Use
3838 obstack_strdup.
3839 * namespace.c (add_using_directive): Use obstack_strdup.
3840 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3841 * jit.c (finalize_symtab): Use obstack_strdup.
3842 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3843 (guess_partial_die_structure_name, partial_die_info::fixup)
3844 (dwarf2_name): Use obstack_strdup.
3845 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3846 obstack_strdup.
3847 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3848 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3849 obstack_strdup.
3850 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3851
d2834edc
PW
38522019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3853
3854 * unittests/help-doc-selftests.c: New file.
3855 * Makefile.in: Add the new file.
3856
590042fc
PW
38572019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3858
3859 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3860 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3861 the full first line, except when FOR_VALUE_PREFIX. In this case,
3862 the trailing '.' is not output, and the first character is uppercased.
3863 (print_help_for_command): Update call to print_doc_line.
3864 (print_doc_of_command): Likewise.
3865 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3866 * cli/cli-option.c (append_indented_doc): Do not append newline.
3867 (build_help_option): Append newline after first appended_indented_doc
3868 only if a second call is done.
3869 (build_help): Append 2 new lines before each option, except the first
3870 one.
3871 * compile/compile.c (_initialize_compile): Add new lines after
3872 %OPTIONS%, when not at the end of the help.
3873 Change help doc or code
3874 producing the help doc to respect the invariants.
3875 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3876 Also removed the new line after 'Options:', as all other commands
3877 do not put an empty line between 'Options:' and the first option.
3878 * printcmd.c (_initialize_printcmd): Likewise.
3879 * stack.c (_initialize_stack): Likewise.
3880 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3881 incorrectly telling COMMAND is optional.
3882 * ada-lang.c (_initialize_ada_language): Change help doc or code
3883 producing the help doc to respect the invariants.
3884 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3885 * breakpoint.c (_initialize_breakpoint): Likewise.
3886 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3887 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3888 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3889 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3890 _initialize_cli_style): Likewise.
3891 * corelow.c (core_target_info): Likewise.
3892 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3893 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3894 * filesystem.c (_initialize_filesystem): Likewise.
3895 * frame.c (_initialize_frame): Likewise.
3896 * gnu-nat.c (add_task_commands): Likewise.
3897 * infcall.c (_initialize_infcall): Likewise.
3898 * infcmd.c (_initialize_infcmd): Likewise.
3899 * interps.c (_initialize_interpreter): Likewise.
3900 * language.c (_initialize_language): Likewise.
3901 * linux-fork.c (_initialize_linux_fork): Likewise.
3902 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3903 * maint.c (_initialize_maint_cmds): Likewise.
3904 * memattr.c (_initialize_mem): Likewise.
3905 * printcmd.c (_initialize_printcmd): Likewise.
3906 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3907 _RegEx): Likewise.
3908 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3909 * record-btrace.c (_initialize_record_btrace): Likewise.
3910 * record-full.c (_initialize_record_full): Likewise.
3911 * record.c (_initialize_record): Likewise.
3912 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3913 * regcache.c (_initialize_regcache): Likewise.
3914 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3915 _initialize_remote): Likewise.
3916 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3917 * serial.c (_initialize_serial): Likewise.
3918 * skip.c (_initialize_step_skip): Likewise.
3919 * source.c (_initialize_source): Likewise.
3920 * stack.c (_initialize_stack): Likewise.
3921 * symfile.c (_initialize_symfile): Likewise.
3922 * symtab.c (_initialize_symtab): Likewise.
3923 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3924 * top.c (init_main): Likewise.
3925 * tracefile-tfile.c (tfile_target_info): Likewise.
3926 * tracepoint.c (_initialize_tracepoint): Likewise.
3927 * tui/tui-win.c (_initialize_tui_win): Likewise.
3928 * utils.c (add_internal_problem_command): Likewise.
3929 * valprint.c (value_print_option_defs): Likewise.
3930
404f2902
FCE
39312019-08-06 Frank Ch. Eigler <fche@redhat.com>
3932
3933 PR build/24886
3934 * configure.ac: Drop enable-libmcheck support.
3935 * configure, config.in: Rebuild.
3936 * libmcheck.m4: Remove.
3937 * acinclude.m4: Don't include it.
3938 * Makefile.in: Don't distribute it.
3939 * top.c (print_gdb_configuration): Don't mention it.
3940
046bebe1
TT
39412019-08-06 Tom Tromey <tom@tromey.com>
3942
3943 * utils.c (set_output_style): Sometimes pass stream to
3944 emit_style_escape.
3945 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3946 * record-btrace.c (btrace_insn_history): Update.
3947 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3948 method.
3949 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3950 Update initializers.
3951 <m_uiout>: New field.
3952 <m_di>: Move lower.
3953 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3954 Remove "uiout" parameter.
3955 (dump_insns): Update.
3956 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3957 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3958
ddbcedf5
CB
39592019-08-06 Christian Biesinger <cbiesinger@google.com>
3960
3961 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3962 (error_in_psymtab_expansion): Likewise.
3963 (lookup_symbol_via_quick_fns): Likewise.
3964 (basic_lookup_transparent_type_quick): Likewise.
3965 (basic_lookup_transparent_type_1): Likewise.
3966
b08b16c8
TT
39672019-08-06 Tom Tromey <tromey@adacore.com>
3968
3969 * source.c (last_source_error): Now bool.
3970 (print_source_lines_base): Make "noprint" bool. Only open
3971 source file when last_source_visited changes.
3972
cb44333d
TT
39732019-08-06 Tom Tromey <tromey@adacore.com>
3974
3975 * annotate.c (annotate_source_line): Use g_source_cache.
3976 * source-cache.c (source_cache::get_plain_source_lines): Change
3977 parameters. Populate m_offset_cache.
3978 (source_cache::ensure): New method.
3979 (source_cache::get_line_charpos): New method.
3980 (extract_lines): Move lower. Change parameters.
3981 (source_cache::get_source_lines): Move lower.
3982 * source-cache.h (class source_cache): Update comment.
3983 <get_line_charpos>: New method.
3984 <get_source_lines>: Update comment.
3985 <clear>: Clear m_offset_cache.
3986 <get_plain_source_lines>: Change parameters.
3987 <ensure>: New method
3988 <m_offset_cache>: New member.
3989 * source.c (forget_cached_source_info_for_objfile): Update.
3990 (info_source_command): Use g_source_cache.
3991 (find_source_lines, open_source_file_with_line_charpos): Remove.
3992 (print_source_lines_base, search_command_helper): Use g_source_cache.
3993 * source.h (open_source_file_with_line_charpos): Don't declare.
3994 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
3995 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
3996 Use g_source_cache.
3997
872dceaa
TT
39982019-08-06 Tom Tromey <tromey@adacore.com>
3999
4000 * source-cache.c (source_cache::get_plain_source_lines):
4001 Remove "first_line" and "last_line" parameters.
4002 (source_cache::get_source_lines): Cache plain text.
4003 * source-cache.h (class source_cache)
4004 <get_plain_source_lines>: Update.
4005
269249d9
TT
40062019-08-06 Tom Tromey <tromey@adacore.com>
4007
4008 * source-cache.c (extract_lines): No longer a method.
4009 Changed type of parameter. Include final newline.
4010 (selftests::extract_lines_test): New function.
4011 (_initialize_source_cache): Likewise.
4012 * source-cache.h (class source_cache)
4013 <extract_lines>: Don't declare.
4014
c0e8dcd8
TT
40152019-08-06 Tom Tromey <tromey@adacore.com>
4016
4017 * breakpoint.c (init_breakpoint_sal): Update.
4018 (breakpoint): Update.
4019 * breakpoint.h (struct breakpoint) <filter>: Now a
4020 unique_xmalloc_ptr.
4021
0b27c27d
CB
40222019-08-05 Christian Biesinger <cbiesinger@google.com>
4023
4024 * NEWS: Mention dictionary access on blocks.
4025 * python/py-block.c (blpy_getitem): New function.
4026 (block_object_as_mapping): New struct.
4027 (block_object_type): Use new struct for tp_as_mapping field.
4028
4ee94178
CB
40292019-08-05 Christian Biesinger <cbiesinger@google.com>
4030
4031 * objfiles.h (objfile): Add a comment describing partial symbols.
4032
8abfcabc
TT
40332019-08-05 Tom Tromey <tromey@adacore.com>
4034
4035 * compile/compile.c (_initialize_compile): Use _(), not N_().
4036 * thread.c (_initialize_thread): Use _(), not N_().
4037 * stack.c (_initialize_stack): Use _(), not N_().
4038 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4039
2b79f376
SM
40402019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4041
4042 * dwarf2read.c (struct dw2_symtab_iterator):
4043 <want_specific_block>: Remove.
4044 <block_index>: Change type to gdb::optional.
4045 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4046 change type of BLOCK_INDEX parameter to gdb::optional.
4047 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4048 (dw2_lookup_symbol): Don't pass argument for
4049 WANT_SPECIFIC_BLOCK.
4050 (dw2_expand_symtabs_for_function): Don't pass argument for
4051 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4052 (class dw2_debug_names_iterator)
4053 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4054 parameter, change BLOCK_INDEX type to gdb::optional.
4055 <m_want_specific_block>: Remove.
4056 <m_block_index>: Change type to gdb::optional.
4057 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4058 gdb::optional. Re-write in function of gdb::optional.
4059 (dw2_debug_names_lookup_symbol): Don't pass argument for
4060 WANT_SPECIFIC_BLOCK.
4061 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4062 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4063 BLOCK_INDEX.
4064
ae60f04e
PW
40652019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4066
4067 * NEWS: Mention changes to "info sources" command.
4068
28cd9371
PW
40692019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4070
4071 * symtab.c (filename_partial_match_opts): New struct type.
4072 (struct output_source_filename_data): New members
4073 regexp, c_regexp, partial_match.
4074 (output_source_filename): Use new members to decide to print file.
4075 (info_sources_option_defs): New variable.
4076 (make_info_sources_options_def_group, print_info_sources_header,
4077 info_sources_command_completer):
4078 New functions.
4079 (info_sources_command): Read new optional arguments.
4080 (_initialize_symtab): Update info sources help.
4081
ca683e3a
AO
40822019-08-02 Alexandre Oliva <oliva@adacore.com>
4083
4084 * ada-lang.c (exception_support_info_v0): Renamed from...
4085 (default_exception_support_info): ... this. Create new
4086 definition for v1.
4087 (ada_has_this_exception_support): Look up catch_handlers_sym.
4088 (ada_exception_support_info_sniffer): Try v0 after default.
4089
f1264162
TT
40902019-08-01 Tom Tromey <tromey@adacore.com>
4091
4092 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4093 gdbarch.h.
4094
0a7b2485
CB
40952019-08-01 Christian Biesinger <cbiesinger@google.com>
4096
4097 * s12z-tdep.c: Fix include path for s12z-opc.h.
4098
c6bdbeb7
AH
40992019-08-01 Alan Hayward <alan.hayward@arm.com>
4100
4101 * NEWS: Require GNU make 3.82.
4102
a2bd7b82
TT
41032019-07-16 Tom Tromey <tom@tromey.com>
4104
4105 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4106 declare.
4107
aa3b6533
TT
41082019-07-30 Tom Tromey <tromey@adacore.com>
4109
4110 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4111
a1530dc7
KB
41122019-07-30 Kevin Buettner <kevinb@redhat.com>
4113
4114 * printcmd.c (print_address_symbolic): Print negative offsets.
4115 (build_address_symbolic): Force signed arithmetic when computing
4116 offset.
4117
2906593f
CB
41182019-07-30 Christian Biesinger <cbiesinger@google.com>
4119
4120 PR/24474: Add a function to lookup static variables.
4121 * NEWS: Mention this new function.
4122 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4123 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4124 * python/python.c (python_GdbMethods): Add new function.
4125
c620ed88
CB
41262019-07-29 Christian Biesinger <cbiesinger@google.com>
4127
4128 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4129 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4130 (objfpy_lookup_static_symbol): New function.
4131 (objfile_object_methods): Add new functions.
4132
bc4268a5
PW
41332019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4134
4135 * NEWS: Mention 'set|show print frame-info'. Mention new
4136 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4137 backtrace argument. Mention that python frame filtering code
4138 is now consistent with what 'backtrace' command prints.
4139
4b5e8d19
PW
41402019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4141
4142 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4143 comments.
4144 (print_frame_info_auto, print_frame_info_source_line,
4145 print_frame_info_location, print_frame_info_source_and_location,
4146 print_frame_info_location_and_address, print_frame_info_short_location):
4147 New declarations.
4148 (struct frame_print_options): New member print_frame_info.
4149 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4150 * stack.h (get_user_print_what_frame_info): New declaration.
4151 (frame_show_address): New declaration.
4152 * stack.c (print_frame_arguments_choices): New value 'presence'.
4153 (print_frame_info_auto, print_frame_info_source_line,
4154 print_frame_info_location, print_frame_info_source_and_location,
4155 print_frame_info_location_and_address, print_frame_info_short_location,
4156 print_frame_info_choices, print_frame_info_print_what): New definitions.
4157 (print_frame_args): Only print dots for args if print frame-arguments
4158 is 'presence'.
4159 (frame_print_option_defs): New element for "frame-info".
4160 (get_user_print_what_frame_info): New function.
4161 (frame_show_address): Make non static. Move comment to stack.h.
4162 (print_frame_info_to_print_what): New function.
4163 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4164 to decide what to print.
4165 (backtrace_command_1): Handle the new print_frame_arguments_presence
4166 value.
4167 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4168 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4169 (py_print_frame): In non-mi mode, use LOCATION as default for
4170 print_what, similarly to frame information printed directly by
4171 backtrace command. Handle frame-info user option in non MI mode.
4172
6bdfee81
KB
41732019-07-27 Kevin Buettner <kevinb@redhat.com>
4174
4175 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4176 Add case for debugging 32-bit target on 64-bit host. Revise
4177 comment.
4178
98a617f8
KB
41792019-07-27 Kevin Buettner <kevinb@redhat.com>
4180
4181 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4182 instead of find_function_entry_range_from_pc.
4183
567238c9
KB
41842019-07-27 Kevin Buettner <kevinb@redhat.com>
4185
4186 * stack.c (find_frame_funname): Remove code which preferred
4187 minsym over symtab sym in "certain pathological cases".
4188
2dc80cf8
KB
4189 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4190 parameter. Change type of "do_demangle" to bool.
4191 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4192 Pass suitable "prefer_sym_over_minsym" flag to
4193 build_address_symbolic(). Don't output "+" for negative offsets.
4194 * printcmd.c (print_address_symbolic): Update invocation of
4195 build_address_symbolic to include a "prefer_sym_over_minsym"
4196 flag.
4197 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4198 Restrict cases in which use of minimal symbol is preferred to that
4199 of a found symbol. Update comments.
4200
1aff7173
KB
4201 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4202 for entry pc when entry pc is out of range for that FDE.
4203
89b085ac
BC
42042019-07-26 Brian Callahan <bcallah@openbsd.org>
4205
4206 PR gdb/24839:
4207 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4208 type.
4209
f32feb4a
CB
42102019-07-25 Christian Biesinger <cbiesinger@google.com>
4211
4212 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4213 this function's Python signature.
4214
4215
42162019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
4217
4218 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4219 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4220 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4221 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4222 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4223
4224
c54e4253
YS
42252019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4226
4227 * h8300-tdep.c (h8300_register_name_common): New.
4228 h8300_register_name): Use h8300_register_name_common.
4229 (h8300s_register_name): Likewise.
4230 (h8300sx_register_name): Likewise.
4231 (h8300h_register_nam): New.
4232 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4233
4234
40eadf04
SP
42352019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4236
4237 * arm-tdep.c (arm_skip_cmse_entry): New function.
4238 (arm_is_sgstubs_section): New function.
4239 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4240
bfa2a36d
TT
42412019-07-22 Tom Tromey <tom@tromey.com>
4242
4243 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4244 Don't self-assign.
4245
a8e9d247
AB
42462019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4249 type_print.
4250
eb86c5e2
AB
42512019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4254 so that GDB doesn't match any msymbols when searching in the
4255 TYPES_DOMAIN.
4256 (print_symbol_info): Print using typedef_print or type_print based
4257 on the type of the symbol. Add updated FIXME comment moved from...
4258 (_initialize_symtab): ... move and update FIXME comment to above.
4259
a8eab7c6
AB
42602019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * NEWS: Mention adding -q option to "info types".
4263 * symtab.c (struct info_types_options): New struct.
4264 (info_types_options_defs): New variable.
4265 (make_info_types_options_def_group): New function.
4266 (info_types_command): Use gdb::option framework to parse options.
4267 (info_types_command_completer): New function.
4268 (_initialize_symtab): Extend the help text on "info types" and
4269 register command completer.
4270
b4603c34
CB
42712019-07-21 Christian Biesinger <cbiesinger@google.com>
4272
4273 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4274 (lookup_symbol_in_objfile): Change int to block_enum and add a
4275 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4276
c8cdc1e0
CB
42772019-07-20 Christian Biesinger <cbiesinger@google.com>
4278
4279 * MAINTAINERS (Write After Approval): Add self.
4280
01e175fe
AB
42812019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4284 instruction to the dummy code region.
4285
56f79b63
TT
42862019-07-19 Tom Tromey <tromey@adacore.com>
4287
4288 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4289 (ARGSUSED, PARAMS, __func__): Remove rules.
4290
4c5aa8e0
AH
42912019-07-19 Alan Hayward <alan.hayward@arm.com>
4292
4293 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4294 * features/arm/arm-with-iwmmxt.c: Remove.
4295 * features/arm/arm-with-iwmmxt.xml: Remove.
4296 * features/arm/arm-with-m-fpa-layout.c: Remove.
4297 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4298 * features/arm/arm-with-m-vfp-d16.c: Remove.
4299 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4300 * features/arm/arm-with-m.c: Remove.
4301 * features/arm/arm-with-m.xml: Remove.
4302 * features/arm/arm-with-neon.c: Remove.
4303 * features/arm/arm-with-neon.xml: Remove.
4304 * features/arm/arm-with-vfpv2.c: Remove.
4305 * features/arm/arm-with-vfpv2.xml: Remove.
4306 * features/arm/arm-with-vfpv3.c: Remove.
4307 * features/arm/arm-with-vfpv3.xml: Remove.
4308
f42b2617
AH
43092019-07-19 Alan Hayward <alan.hayward@arm.com>
4310
4311 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4312
f29ec966
AH
43132019-07-19 Alan Hayward <alan.hayward@arm.com>
4314
4315 * arch/aarch32.c (aarch32_create_target_description): Create
4316 target descriptions using features.
4317 * arch/arm.c (arm_create_target_description)
4318 (arm_create_mprofile_target_description): Likewise.
4319 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4320
d105cce5
AH
43212019-07-19 Alan Hayward <alan.hayward@arm.com>
4322
4323 * Makefile.in: Add new files.
4324 * aarch32-tdep.c: New file.
4325 * aarch32-tdep.h: New file.
4326 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4327 Call aarch32_read_description.
4328 * arch/aarch32.c: New file.
4329 * arch/aarch32.h: New file.
4330 * arch/arm.c (arm_create_target_description)
4331 (arm_create_mprofile_target_description): New function.
4332 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4333 (arm_create_target_description)
4334 (arm_create_mprofile_target_description): New declaration.
4335 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4336 read_description functions.
4337 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4338 Likewise.
4339 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4340 * arm-tdep.c (tdesc_arm_list): New variable.
4341 (arm_register_g_packet_guesses): Call create description functions.
4342 (arm_read_description) (arm_read_mprofile_description): New
4343 function.
4344 * arm-tdep.h (arm_read_description)
4345 (arm_read_mprofile_description): Add declaration.
4346 * configure.tgt: Add new files.
4347
afe09f0b
GL
43482019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4349
4350 * top.c (new_ui_command): Open specified terminal just once.
4351
cd215b2e
TT
43522019-07-18 Tom Tromey <tromey@adacore.com>
4353
4354 * symtab.c (main_name): Constify return type.
4355 * symfile.c (set_initial_language): Update.
4356 * symtab.h (main_name): Constify return type.
4357
d8f68fcb
TT
43582019-07-17 Tom Tromey <tom@tromey.com>
4359
4360 * tui/tui-winsource.c (tui_update_source_window)
4361 (tui_update_source_window_as_is)
4362 (tui_update_source_windows_with_line): Remove return.
4363 * tui/tui-disasm.c (tui_show_disassem)
4364 (tui_show_disassem_and_update_source): Remove return.
4365 * tui/tui.c (tui_reset): Remove return.
4366 * tui/tui-wingeneral.c
4367 (tui_check_and_display_highlight_if_needed): Remove return.
4368
ca5af91e
TT
43692019-07-17 Tom Tromey <tom@tromey.com>
4370
4371 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4372
5104fe36
TT
43732019-07-17 Tom Tromey <tom@tromey.com>
4374
4375 * tui/tui-winsource.h (struct tui_exec_info_window)
4376 (struct tui_source_window_base): Move from tui-data.h.
4377 * tui/tui-winsource.c: Move many method definitions from
4378 elsewhere. Remove "structuring" comments.
4379 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4380 (tui_source_window_base::refresh_window): Move to
4381 tui-winsource.c.
4382 * tui/tui-win.c (tui_source_window_base::refresh_all)
4383 (tui_source_window_base::update_tab_width)
4384 (tui_source_window_base::set_new_height)
4385 (tui_source_window_base::do_make_visible_with_new_height): Move to
4386 tui-winsource.c.
4387 * tui/tui-source.h: Update.
4388 * tui/tui-source.c (tui_source_window_base::reset): Move to
4389 tui-winsource.c.
4390 * tui/tui-disasm.h: Update.
4391 * tui/tui-data.h (struct tui_exec_info_window): Move to
4392 tui-winsource.h.
4393 (struct tui_source_window_base): Likewise.
4394 * tui/tui-data.c (tui_source_window_base::clear_detail)
4395 (tui_source_window_base, ~tui_source_window_base): Move to
4396 tui-winsource.c.
4397
daa15dde
TT
43982019-07-17 Tom Tromey <tom@tromey.com>
4399
4400 * tui/tui-win.c (tui_resize_all)
4401 (tui_source_window_base::update_tab_width)
4402 (tui_adjust_win_heights): Update.
4403 (tui_win_info::make_invisible_and_set_new_height): Rename from
4404 make_invisible_and_set_new_height.
4405 * tui/tui-data.h (struct tui_win_info)
4406 <make_invisible_and_set_new_height>: New method.
4407
bfad4537
TT
44082019-07-17 Tom Tromey <tom@tromey.com>
4409
4410 * tui/tui.c: Update.
4411 * tui/tui-source.h (struct tui_source_window): Move from
4412 tui-data.h.
4413 * tui/tui-layout.c: Update.
4414 * tui/tui-disasm.c: Update.
4415 * tui/tui-data.h (struct tui_source_window): Move to
4416 tui-source.h.
4417
88f7e873
TT
44182019-07-17 Tom Tromey <tom@tromey.com>
4419
4420 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4421 tui-data.h.
4422 * tui/tui-data.h (struct tui_disasm_window): Move to
4423 tui-disasm.h.
4424
96bd6233
TT
44252019-07-17 Tom Tromey <tom@tromey.com>
4426
4427 * tui/tui-regs.h (struct tui_data_item_window): Move from
4428 tui-data.h.
4429 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4430 * tui/tui-data.h (struct tui_data_item_window): Move to
4431 tui-regs.h.
4432 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4433
ce38393b
TT
44342019-07-17 Tom Tromey <tom@tromey.com>
4435
4436 * tui/tui.c: Update.
4437 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4438 (tui_cmd_window::max_height): Move to tui-command.c.
4439 * tui/tui-layout.c: Update.
4440 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4441 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4442 tui-command.c.
4443 * tui/tui-command.h (struct tui_cmd_window): Move from
4444 tui-data.h.
4445 * tui/tui-command.c: Remove "structuring" comments.
4446 (tui_cmd_window::clear_detail)
4447 (tui_cmd_window::do_make_visible_with_new_height)
4448 (tui_cmd_window::max_height): Move from elsewhere.
4449
2d8b51cb
TT
44502019-07-17 Tom Tromey <tom@tromey.com>
4451
4452 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4453 Now static.
4454 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4455 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4456
18ab23af
TT
44572019-07-17 Tom Tromey <tom@tromey.com>
4458
4459 * tui/tui.c: Update.
4460 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4461 tui-regs.c.
4462 * tui/tui-windata.h: Remove file.
4463 * tui/tui-windata.c: Remove file.
4464 * tui/tui-win.c (tui_data_window::set_new_height)
4465 (tui_data_window::do_make_visible_with_new_height): Move to
4466 tui-regs.c.
4467 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4468 * tui/tui-regs.c: Remove "structuring" comments.
4469 (tui_data_window::first_data_item_displayed)
4470 (tui_data_window::delete_data_content_windows)
4471 (tui_data_window::erase_data_content)
4472 (tui_data_window::display_all_data)
4473 (tui_data_window::refresh_all)
4474 (tui_data_window::do_scroll_vertical)
4475 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4476 (tui_data_window::do_make_visible_with_new_height)
4477 (tui_data_window::refresh_window): Move from elsewhere.
4478 (_initialize_tui_regs): Move to end of file.
4479 * tui/tui-layout.c: Update.
4480 * tui/tui-hooks.c: Update.
4481 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4482 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4483 tui-regs.c.
4484 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4485
88b7e7cc
TT
44862019-07-17 Tom Tromey <tom@tromey.com>
4487
4488 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4489 seen.
4490
0fcd3711
TT
44912019-07-17 Tom Tromey <tom@tromey.com>
4492
4493 * tui/tui-win.c (tui_source_window_base::set_new_height)
4494 (tui_source_window_base::do_make_visible_with_new_height): Use
4495 m_has_locator field directly.
4496 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4497 method.
4498 (struct tui_source_window_base) <has_locator>: Likewise.
4499
4a38112d
TT
45002019-07-17 Tom Tromey <tom@tromey.com>
4501
4502 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4503 Don't declare.
4504 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4505 Remove.
4506 * tui/tui-win.c (tui_source_window_base::set_new_height)
4507 (tui_source_window_base::set_new_height)
4508 (make_invisible_and_set_new_height)
4509 (tui_source_window_base::do_make_visible_with_new_height)
4510 (tui_source_window_base::do_make_visible_with_new_height):
4511 Update.
4512 * tui/tui-layout.c (show_source_disasm_command, show_data)
4513 (show_source_or_disasm_and_command): Update.
4514 * tui/tui-layout.c (show_layout): Update.
4515
09129226
TT
45162019-07-17 Tom Tromey <tom@tromey.com>
4517
4518 * tui/tui-layout.c (make_data_window): Remove.
4519 (show_data): Unify creation and re-initialization cases.
4520
4a8a5e84
TT
45212019-07-17 Tom Tromey <tom@tromey.com>
4522
4523 * tui/tui-layout.c (make_source_window, make_disasm_window):
4524 Remove.
4525 (show_data): Unify creation and re-initialization cases.
4526
76d2be8e
TT
45272019-07-17 Tom Tromey <tom@tromey.com>
4528
4529 * tui/tui-layout.c (make_command_window): Remove.
4530 (show_source_disasm_command, show_source_or_disasm_and_command):
4531 Unify creation and re-initialization cases.
4532
890b8bde
TT
45332019-07-17 Tom Tromey <tom@tromey.com>
4534
4535 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4536 creation and re-initialization cases.
4537
2cdfa113
TT
45382019-07-17 Tom Tromey <tom@tromey.com>
4539
4540 * tui/tui-regs.c (tui_get_register): Return void.
4541
8e3cfd09
TT
45422019-07-17 Tom Tromey <tom@tromey.com>
4543
4544 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4545 Simplify.
4546
f4e04977
TT
45472019-07-17 Tom Tromey <tom@tromey.com>
4548
4549 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4550 resetting.
4551
0379b883
TT
45522019-07-17 Tom Tromey <tom@tromey.com>
4553
4554 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4555 * tui/tui-regs.c (tui_reg_layout): New function.
4556 (tui_show_registers, tui_reg_command): Use it.
4557 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4558 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4559 parameters.
4560 (tui_layout_command): Remove.
4561
b7fbad91
TT
45622019-07-17 Tom Tromey <tom@tromey.com>
4563
4564 * tui/tui-layout.h (tui/tui-layout): Return void.
4565 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4566
4e1e56b9
TT
45672019-07-17 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-layout.c (show_source_disasm_command, show_data):
4570 Update.
4571 (reset_locator): Remove.
4572 (show_source_or_disasm_and_command): Update.
4573
1e0c09ba
TT
45742019-07-17 Tom Tromey <tom@tromey.com>
4575
4576 * tui/tui-source.c (tui_source_window_base::reset): Remove
4577 win_type parameter.
4578 * tui/tui-layout.c (make_command_window, make_source_window)
4579 (make_disasm_window, make_data_window)
4580 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4581 (reset_locator, show_source_or_disasm_and_command): Update.
4582 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4583 win_type parameter.
4584 (struct tui_source_window_base) <reset>: Likewise.
4585
1bf605de
TT
45862019-07-17 Tom Tromey <tom@tromey.com>
4587
4588 * tui/tui-layout.c (show_source_disasm_command): Use
4589 reset_locator.
4590 (reset_locator): New function.
4591 (init_and_make_win): Remove.
4592 (show_source_or_disasm_and_command): Use reset_locator.
4593
098f9ed4
TT
45942019-07-17 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4597 condition.
4598 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4599 Remove condition.
4600 * tui/tui-source.c (tui_source_window_base::reset): New method.
4601 * tui/tui-layout.c (make_command_window): Don't call
4602 init_and_make_win.
4603 (make_source_window, make_disasm_window): Don't call
4604 make_source_or_disasm_window.
4605 (make_data_window): Don't call init_and_make_win. Change calling
4606 convention.
4607 (show_source_disasm_command, show_data): Simplify.
4608 (make_source_or_disasm_window): Remove.
4609 (show_source_or_disasm_and_command): Simplify.
4610 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4611 (struct tui_source_window_base) <reset>: Likewise.
4612 <execution_info>: Remove initializer.
4613 * tui/tui-data.c (tui_source_window_base): Initialize
4614 execution_info.
4615
80110957
TT
46162019-07-17 Tom Tromey <tom@tromey.com>
4617
4618 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4619 variable.
4620
cf82af05
TT
46212019-07-17 Tom Tromey <tom@tromey.com>
4622
4623 * tui/tui.c (tui_rl_other_window): Update.
4624 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4625 superclass method first. Always iterate over regs_content.
4626 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4627 method.
4628 * tui/tui-win.c (tui_set_focus_command): Update.
4629
01aeb396
TT
46302019-07-17 Tom Tromey <tom@tromey.com>
4631
4632 * tui/tui-win.c (tui_set_focus_command): Rename from
4633 tui_set_focus. Call tui_enable.
4634 (tui_set_focus_command): Remove.
4635
fd6c75ee
TT
46362019-07-17 Tom Tromey <tom@tromey.com>
4637
4638 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4639 refresh_window.
4640 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4641 touchwin.
4642 (tui_data_window::refresh_window): Call refresh_window on data
4643 items. Always call superclass refresh_window.
4644 (tui_win_info::refresh): Remove.
4645 (tui_source_window_base::refresh_window): Update.
4646 (tui_refresh_all): Update.
4647 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4648 refresh_window.
4649 (show_source_or_disasm_and_command): Likewise.
4650 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4651 (struct tui_source_window_base) <refresh>: Likewise.
4652
f6cc34a9
TT
46532019-07-17 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-winsource.c (tui_clear_source_content)
4656 (tui_show_source_content): Update.
4657 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4658 whether content is empty.
4659 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4660 Remove.
4661
f31ec9af
TT
46622019-07-17 Tom Tromey <tom@tromey.com>
4663
4664 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4665 window's contents.
4666 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4667 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4668
d1b6f1e5
TT
46692019-07-17 Tom Tromey <tom@tromey.com>
4670
4671 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4672 (struct tui_data_item_window): Update.
4673
d9743a13
TT
46742019-07-17 Tom Tromey <tom@tromey.com>
4675
4676 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4677 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4678 defines.
4679
caf0bc4e
TT
46802019-07-17 Tom Tromey <tom@tromey.com>
4681
4682 * tui/tui-winsource.h (tui_erase_source_content)
4683 (tui_clear_source_content): Remove "display_prompt" parameter.
4684 * tui/tui-winsource.c (tui_update_source_window_as_is)
4685 (tui_update_source_windows_with_addr): Update.
4686 (tui_clear_source_content): Remove "display_prompt" parameter.
4687 (tui_erase_source_content): Likewise. Simplify.
4688 (tui_show_source_content): Update.
4689 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4690 * tui/tui-stack.c (tui_show_frame_info): Update.
4691 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4692 Remove defines.
4693
9d391078
TT
46942019-07-17 Tom Tromey <tom@tromey.com>
4695
4696 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4697 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4698 parameter.
4699 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4700 parameter.
4701
a38da35d
TT
47022019-07-17 Tom Tromey <tom@tromey.com>
4703
4704 * tui/tui-winsource.c (tui_clear_source_content)
4705 (tui_show_source_content, tui_show_exec_info_content)
4706 (tui_clear_exec_info_content): Update.
4707 * tui/tui-stack.c (tui_show_locator_content): Update.
4708 (tui_show_frame_info): Update.
4709 * tui/tui-source.h (tui_source_window): Don't declare.
4710 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4711 from tui_source_is_displayed.
4712 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4713 Remove field.
4714 (struct tui_source_window_base) <content_in_use>: New field. Now
4715 bool.
4716 (struct tui_source_window) <showing_source_p>: New method.
4717 (TUI_SRC_WIN): Change cast.
4718 * tui/tui-data.c (tui_initialize_static_data): Update.
4719
c2cd8994
TT
47202019-07-17 Tom Tromey <tom@tromey.com>
4721
4722 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4723 location_matches_p.
4724 * tui/tui-source.c (tui_source_window::location_matches_p): New
4725 method.
4726 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4727 method.
4728 * tui/tui-data.h (struct tui_source_window_base)
4729 <location_matches_p>: New method.
4730 (struct tui_source_window, struct tui_disasm_window)
4731 <location_matches_p>: Likewise.
4732
4dde7b34
TT
47332019-07-17 Tom Tromey <tom@tromey.com>
4734
4735 * tui/tui-win.c (tui_set_win_height_command): Rename from
4736 tui_set_win_height.
4737 (tui_set_win_height_command): Remove.
4738
b73dd877
TT
47392019-07-17 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui-source.c (tui_source_window): New constructor. Add
4742 observer.
4743 (~tui_source_window): New destructor.
4744 (tui_source_window::style_changed): New method.
4745 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4746 (tui_attach_detach_observers): Update.
4747 * tui/tui-data.h (struct tui_source_window): Make constructor not
4748 inline. Add destructor.
4749 (struct tui_source_window) <style_changed>: New method.
4750 <m_observable>: New member.
4751
ae2b5380
TT
47522019-07-17 Tom Tromey <tom@tromey.com>
4753
4754 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4755 * tui/tui-win.c (tui_resize_all): Fix typo.
4756
1ce3e844
TT
47572019-07-17 Tom Tromey <tom@tromey.com>
4758
4759 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4760 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4761 (tui_refresh_all): Remove "list" parameter. Use foreach.
4762 * tui/tui-win.c (window_name_completer): Use foreach.
4763 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4764 (update_tab_width): Likewise.
4765 * tui/tui-layout.c (show_layout): Update.
4766 * tui/tui-data.h (class tui_window_iterator): New.
4767 (struct all_tui_windows): New.
4768 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4769
fe3eaf1c
TT
47702019-07-17 Tom Tromey <tom@tromey.com>
4771
4772 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4773 parameter. Don't reference globals.
4774 (tui_reg_command): Update.
4775
368c1354
TT
47762019-07-17 Tom Tromey <tom@tromey.com>
4777
4778 * tui/tui-regs.c (tui_show_registers): Simplify.
4779
e80cd204
TT
47802019-07-17 Tom Tromey <tom@tromey.com>
4781
4782 * tui/tui-regs.c (tui_show_registers): Update.
4783 (tui_show_register_group): Add win_info parameter.
4784
aca2dd16
TT
47852019-07-17 Tom Tromey <tom@tromey.com>
4786
4787 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4788 Rename from tui_display_reg_element_at_line.
4789 (tui_data_window::display_registers_from_line): Update.
4790 * tui/tui-data.h (struct tui_data_window)
4791 <display_reg_element_at_line>: New method.
4792
517e9505
TT
47932019-07-17 Tom Tromey <tom@tromey.com>
4794
4795 * tui/tui-regs.h (tui_display_registers_from)
4796 (tui_display_registers_from_line): Don't declare.
4797 * tui/tui-windata.c (tui_data_window::display_all_data)
4798 (tui_data_window::refresh_all)
4799 (tui_data_window::do_scroll_vertical): Update.
4800 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4801 from tui_display_registers_from.
4802 (tui_display_reg_element_at_line): Update.
4803 (tui_data_window::display_registers_from_line): Rename from
4804 tui_display_registers_from_line.
4805 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4806 display_registers_from_line>: New methods.
4807
f76d8b19
TT
48082019-07-17 Tom Tromey <tom@tromey.com>
4809
4810 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4811 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4812 from tui_erase_data_content.
4813 (tui_data_window::display_all_data)
4814 (tui_data_window::refresh_all)
4815 (tui_data_window::do_scroll_vertical): Update.
4816 * tui/tui-regs.c (tui_show_registers): Update.
4817 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4818 New method.
4819
b4094625
TT
48202019-07-17 Tom Tromey <tom@tromey.com>
4821
4822 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4823 declare.
4824 * tui/tui-windata.c
4825 (tui_data_window::delete_data_content_windows): Rename from
4826 tui_delete_data_content_windows.
4827 (tui_data_window::display_all_data)
4828 (tui_data_window::do_scroll_vertical): Update.
4829 * tui/tui-data.h (struct tui_data_window)
4830 <delete_data_content_windows>: New method.
4831
c223a729
TT
48322019-07-17 Tom Tromey <tom@tromey.com>
4833
4834 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4835 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4836
50daf268
TT
48372019-07-17 Tom Tromey <tom@tromey.com>
4838
4839 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4840 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4841 from tui_display_all_data.
4842 * tui/tui-win.c
4843 (tui_data_window::do_make_visible_with_new_height): Update.
4844 * tui/tui-regs.c (tui_show_registers): Update.
4845 * tui/tui-layout.c (tui_set_layout): Update.
4846 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4847 method.
4848
df5f8cab
TT
48492019-07-17 Tom Tromey <tom@tromey.com>
4850
4851 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4852 * tui/tui-windata.c (tui_display_data_from): Remove.
4853 (tui_data_window::refresh_all): Update.
4854
80cb6c27
TT
48552019-07-17 Tom Tromey <tom@tromey.com>
4856
4857 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4858 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4859 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4860 tui_display_registers_from_line.
4861 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4862 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4863 "force_display" parameter.
4864
baff0c28
TT
48652019-07-17 Tom Tromey <tom@tromey.com>
4866
4867 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4868 declare.
4869 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4870 Rename from tui_first_reg_element_no_inline.
4871 (tui_display_reg_element_at_line)
4872 (tui_display_registers_from_line): Update.
4873 * tui/tui-data.h (struct tui_data_window)
4874 <first_reg_element_no_inline>: New method.
4875
3b23c5f2
TT
48762019-07-17 Tom Tromey <tom@tromey.com>
4877
4878 * tui/tui-windata.c (tui_display_data_from)
4879 (tui_data_window::do_scroll_vertical): Update.
4880 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4881 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4882 Rename from tui_line_from_reg_element_no.
4883 (tui_display_registers_from_line): Update.
4884 * tui/tui-data.h (struct tui_data_window)
4885 <line_from_reg_element_no>: New method.
4886
0b5ec218
TT
48872019-07-17 Tom Tromey <tom@tromey.com>
4888
4889 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4890 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4891 tui_last_regs_line_no.
4892 (tui_display_reg_element_at_line)
4893 (tui_display_registers_from_line): Update.
4894 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4895 method.
4896
0807ab7b
TT
48972019-07-17 Tom Tromey <tom@tromey.com>
4898
4899 PR tui/24722:
4900 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4901 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4902 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4903 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4904 (tui_update_breakpoint_info): Likewise.
4905 * tui/tui-hooks.c (tui_event_create_breakpoint)
4906 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4907 Update.
4908
9ad7fdef
TT
49092019-07-17 Tom Tromey <tom@tromey.com>
4910
4911 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4912
5813316f
TT
49132019-07-17 Tom Tromey <tom@tromey.com>
4914
4915 * tui/tui-winsource.c (tui_update_source_window_as_is)
4916 (tui_update_source_windows_with_addr): Update.
4917 * tui/tui-source.h (tui_set_source_content)
4918 (tui_show_symtab_source): Add "win_info" parameter.
4919 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4920 parameter.
4921 (tui_show_symtab_source): Likewise.
4922
00e264e7
TT
49232019-07-17 Tom Tromey <tom@tromey.com>
4924
4925 * tui/tui-wingeneral.c
4926 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4927
06210ce4
TT
49282019-07-17 Tom Tromey <tom@tromey.com>
4929
4930 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4931 (struct tui_cmd_window) <can_scroll>: New method.
4932 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4933 method.
4934
381befee
TT
49352019-07-17 Tom Tromey <tromey@adacore.com>
4936
4937 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4938 do_field_signed>: Rename. Change type of "value".
4939 * ui-out.c (ui_out::field_signed): Rename from field_int.
4940 Change type of "value".
4941 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4942 type of "value".
4943 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4944 do_field_int. Change type of "value".
4945 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4946 do_field_int. Change type of "value".
4947 * tracepoint.c (trace_status_mi, tfind_1)
4948 (print_one_static_tracepoint_marker): Update.
4949 * thread.c (print_thread_info_1, print_selected_thread_frame):
4950 Update.
4951 * stack.c (print_frame, print_frame_info): Update.
4952 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4953 Update.
4954 * source.c (print_source_lines_base): Update.
4955 * skip.c (info_skip_command): Update.
4956 * record-btrace.c (btrace_ui_out_decode_error)
4957 (btrace_call_history_src_line): Update.
4958 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4959 Update.
4960 * progspace.c (print_program_space): Update.
4961 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4962 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4963 do_field_int. Change type of "value".
4964 * mi/mi-out.c (mi_ui_out::do_table_begin)
4965 (mi_ui_out::do_table_header): Update.
4966 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4967 type of "value".
4968 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4969 (mi_cmd_data_list_changed_registers, output_register)
4970 (mi_cmd_data_read_memory, mi_load_progress)
4971 (mi_cmd_trace_frame_collected): Update.
4972 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4973 Update.
4974 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4975 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4976 (mi_cmd_var_list_children, varobj_update_one): Update.
4977 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4978 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4979 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
4980 * inferior.c (print_inferior): Update.
4981 * gdb_bfd.c (print_one_bfd): Update.
4982 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4983 Update.
4984 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4985 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
4986 do_field_int. Change type of "value".
4987 * cli-out.c (cli_ui_out::do_field_signed): Rename from
4988 do_field_int. Change type of "value".
4989 * breakpoint.c (watchpoint_check, print_breakpoint_location)
4990 (print_one_breakpoint_location, print_it_catch_fork)
4991 (print_one_catch_fork, print_it_catch_vfork)
4992 (print_one_catch_vfork, print_it_catch_solib)
4993 (print_it_catch_exec, print_it_ranged_breakpoint)
4994 (print_mention_watchpoint, print_mention_masked_watchpoint)
4995 (bkpt_print_it, update_static_tracepoint): Update.
4996 * break-catch-throw.c (print_it_exception_catchpoint): Update.
4997 * break-catch-syscall.c (print_it_catch_syscall): Update.
4998 * ada-tasks.c (print_ada_task_info): Update.
4999 * ada-lang.c (print_it_exception, print_mention_exception):
5000 Update.
5001
6b78c3f8
AB
50022019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 PR breakpoints/24541
5005 * gdbarch.c: Regenerate.
5006 * gdbarch.h: Regenerate.
5007 * gdbarch.sh: Adjust return type and parameter types for
5008 'stap_adjust_register'.
5009 (i386_stap_adjust_register): Adjust signature and return new
5010 register name.
5011 * stap-probe.c (stap_parse_register_operand): Adjust use of
5012 'gdbarch_stap_adjust_register'.
5013
d72a9b85
TT
50142019-07-17 Tom Tromey <tromey@adacore.com>
5015
5016 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5017 declare VEC.
5018 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5019 std::vector.
5020 (struct s390_process_info): Add initializers.
5021 (s390_add_process): Use new.
5022 (s390_linux_nat_target::low_forget_process): Use delete.
5023 (s390_linux_nat_target::low_new_fork)
5024 (s390_linux_nat_target::stopped_by_watchpoint)
5025 (s390_linux_nat_target::low_prepare_to_resume)
5026 (s390_linux_nat_target::insert_watchpoint)
5027 (s390_linux_nat_target::insert_hw_breakpoint)
5028 (s390_linux_nat_target::remove_watchpoint)
5029 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5030
206e6c58
JB
50312019-07-16 John Baldwin <jhb@FreeBSD.org>
5032
5033 * aarch64-fbsd-nat.c: Include regcache.h.
5034 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5035 argument.
5036 (aarch64_fbsd_nat_target::fetch_registers)
5037 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5038 variable.
5039 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5040
cbde90f2
JB
50412019-07-16 John Baldwin <jhb@FreeBSD.org>
5042
5043 * fbsd-nat.c: Include gdbarch.h.
5044
07128006
TT
50452019-07-15 Tom Tromey <tromey@adacore.com>
5046
5047 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5048
1f77b012
TT
50492019-07-15 Tom Tromey <tromey@adacore.com>
5050
5051 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5052 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5053 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5054 * cli-out.c (cli_ui_out::do_field_int): New method.
5055 * ui-out.c (ui_out::field_unsigned): New method.
5056 * symfile.c (generic_load): Use field_unsigned.
5057 (print_transfer_performance): Likewise.
5058 * record-btrace.c (ui_out_field_uint): Remove.
5059 (btrace_call_history_insn_range, btrace_call_history): Use
5060 field_unsigned.
5061 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5062 field_unsigned.
5063 * ui-out.h (class ui_out) <field_unsigned>: New method.
5064 <do_field_unsigned>: Likewise.
5065
33eca680
TT
50662019-07-15 Tom Tromey <tromey@adacore.com>
5067
5068 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5069 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5070 * target.c (flash_erase_command): Use field_string.
5071 * infrun.c (print_signal_received_reason): Use field_string.
5072 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5073 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5074 field_string.
5075 * ada-tasks.c (print_ada_task_info): Use field_string.
5076
ca8d69be
TT
50772019-07-15 Tom Tromey <tromey@adacore.com>
5078
5079 * target.c (flash_erase_command): Use field_core_addr.
5080 * symfile.c (generic_load): Use field_core_addr.
5081 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5082 Use field_core_addr.
5083 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5084 field_core_addr.
5085
0d4e84ed
AB
50862019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5089 value if its desired type is smaller than a CORE_ADDR and signed.
5090
9a49df9d
AB
50912019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5094 of changes to field names, and use new is_reference field to
5095 decide if a property is a reference or not.
5096 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5097 field.
5098 (struct dwarf2_property_baton): Update header comment, rename
5099 'referenced_type' to 'property_type' and update comments.
5100 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5101 default property type, store in property baton, update to take
5102 accound of renamed field.
5103 (read_func_scope): Update call to attr_to_dynamic_prop.
5104 (read_array_type): Likewise.
5105 (dwarf2_per_cu_addr_sized_int_type): New function.
5106 (read_subrange_index_type): Move type finding code to
5107 dwarf2_per_cu_addr_sized_int_type.
5108 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5109 (dwarf2_per_cu_addr_type): New function.
5110 (set_die_type): Update calls to attr_to_dynamic_prop.
5111
b86352cf
AB
51122019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5113
5114 * dwarf2read.c (read_subrange_index_type): New function.
5115 (read_subrange_type): Move code into new function and call it.
5116 * gdbtypes.c (create_range_type): Add some asserts.
5117
603490bf
AB
51182019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5121 update return statements.
5122 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5123 declaration, and update comment to match.
5124 * gdbtypes.c (resolve_dynamic_array): Update call to
5125 dwarf2_evaluate_property to match new return type.
5126
592f9d27
AB
51272019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * valarith.c (value_subscripted_rvalue): Change lowerbound
5130 parameter type from int to LONGEST.
5131 * value.h (value_subscripted_rvalue): Likewise in declaration.
5132
60cfcb20
AB
51332019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5134
5135 * cli/cli-utils.c (info_print_command_completer): New function.
5136 * cli/cli-utils.h: Add 'completer.h' include, and forward
5137 declaration for 'struct cmd_list_element'.
5138 (info_print_command_completer): Declare.
5139 * stack.c (_initialize_stack): Add completer for 'info locals' and
5140 'info args'.
5141 * symtab.c (_initialize_symtab): Add completer for 'info
5142 variables' and 'info functions'.
5143 * NEWS: Mention completion for additional info commands.
5144
b16507e0
AB
51452019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * cli/cli-utils.c (extract_info_print_args): Delete.
5148 (extract_arg_maybe_quoted): Delete.
5149 (info_print_options_defs): New variable.
5150 (make_info_print_options_def_group): New function.
5151 (extract_info_print_options): Define new function.
5152 * cli/cli-utils.h (extract_info_print_args): Delete.
5153 (struct info_print_options): New structure.
5154 (extract_info_print_options): Declare new function.
5155 * stack.c (info_locals_command): Update to use new
5156 extract_info_print_options, also add a header comment.
5157 (info_args_command): Likewise.
5158 * symtab.c (info_variables_command): Likewise.
5159 (info_functions_command): Likewise.
5160
021d8588
AB
51612019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5164 to extract string arguments.
5165 * common/common-utils.c (extract_string_maybe_quoted): New function.
5166 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5167
b777eb6d
TT
51682019-07-11 Tom Tromey <tromey@adacore.com>
5169
5170 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5171 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5172 * top.h (gdbinit): Don't declare.
5173 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5174 into...
5175 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5176 * top.c (gdb_init): Don't call init_cli_cmds.
5177 (gdbinit): Remove.
5178 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5179
72ee03ff
TT
51802019-07-11 Tom Tromey <tromey@adacore.com>
5181
5182 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5183 after it has been moved.
5184
00db9531
SM
51852019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5186
5187 * valops.c (value_must_coerce_to_target): Change return type to
5188 bool.
5189 * value.h (value_must_coerce_to_target): Likewise.
5190
f2478a7e
SM
51912019-07-10 Simon Marchi <simon.marchi@efficios.com>
5192
5193 * breakpoint.c (is_hardware_watchpoint): Remove
5194 forward-declaration.
5195 (is_masked_watchpoint): Change return type to bool.
5196 (is_tracepoint): Likewise.
5197 (is_breakpoint): Likewise.
5198 (is_hardware_watchpoint): Likewise.
5199 (is_watchpoint): Likewise.
5200 (is_no_memory_software_watchpoint): Likewise.
5201 (is_catchpoint): Likewise.
5202 (breakpoint_1): Make FILTER parameter's return type bool.
5203 is_masked_watchpoint): Change return type to bool.
5204 (save_breakpoints): Make FILTER parameter's return type bool.
5205 * breakpoint.h (is_breakpoint): Change return type to bool.
5206 (is_watchpoint): Likewise.
5207 (is_catchpoint): Likewise.
5208 (is_tracepoint): Likewise.
5209
0d12e84c
TT
52102019-07-10 Tom Tromey <tom@tromey.com>
5211
5212 * defs.h: Don't include gdbarch.h.
5213 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5214 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5215 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5216 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5217 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5218 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5219 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5220 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5221 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5222 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5223 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5224 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5225 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5226 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5227 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5228 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5229 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5230 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5231 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5232 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5233 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5234 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5235 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5236 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5237 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5238 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5239 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5240
f06f1252
TT
52412019-07-10 Tom Tromey <tromey@adacore.com>
5242
5243 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5244 * breakpoint.c (init_ada_exception_breakpoint): Register as
5245 bp_catchpoint.
5246 (print_one_breakpoint_location, print_one_breakpoint): Use
5247 is_ada_exception_catchpoint.
5248 * ada-lang.c (class ada_catchpoint_location): Pass
5249 bp_loc_software_breakpoint to bp_location constructor.
5250 (is_ada_exception_catchpoint): New function.
5251
7a5d944b
TT
52522019-07-10 Tom Tromey <tromey@adacore.com>
5253
5254 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5255 VEC.
5256 (struct arm_exidx_entry): New method operator<.
5257 (struct arm_exidx_data) <section_maps>: Change type.
5258 (arm_exidx_data_free): Remove.
5259 (arm_exidx_data_key): Change type. Move lower.
5260 (arm_exidx_new_objfile): Update.
5261 (arm_compare_exidx_entries): Remove.
5262 (arm_find_exidx_entry, _initialize_arm_tdep)
5263
48c66e1d
TT
52642019-07-10 Tom Tromey <tromey@adacore.com>
5265
5266 * solib-spu.c (ocl_program_data_key): Change type.
5267 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5268 Update.
5269
a269fbf1
TT
52702019-07-10 Tom Tromey <tromey@adacore.com>
5271
5272 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5273 (struct solib_aix_inferior_data) <library_list>: Change type.
5274 (solib_aix_inferior_data_handle): Change type.
5275 (get_solib_aix_inferior_data): Update.
5276 (solib_aix_free_library_list): Remove.
5277 (library_list_start_library): Update.
5278 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5279 return type.
5280 (solib_aix_get_library_list)
5281 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5282 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5283
c294730c
TT
52842019-07-10 Tom Tromey <tromey@adacore.com>
5285
5286 * solib-dsbt.c (struct dsbt_info): Add initializers.
5287 (solib_dsbt_pspace_data): Change type.
5288 (dsbt_pspace_data_cleanup): Remove.
5289 (get_dsbt_info, _initialize_dsbt_solib): Update.
5290
9d52077d
TT
52912019-07-10 Tom Tromey <tromey@adacore.com>
5292
5293 * spu-tdep.c (spu_overlay_data): Change type.
5294 (spu_get_overlay_table, spu_overlay_new_objfile)
5295 (_initialize_spu_tdep): Update.
5296
22a20dca
TT
52972019-07-10 Tom Tromey <tromey@adacore.com>
5298
5299 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5300 destructor.
5301 (dbx_objfile_data_key): Change type and declare later.
5302 (DBX_SYMFILE_INFO): Rewrite.
5303 * dbxread.c (dbx_objfile_data_key): Change type.
5304 (dbx_symfile_init): Update.
5305 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5306 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5307 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5308
cb60f420
TT
53092019-07-10 Tom Tromey <tromey@adacore.com>
5310
5311 * jit.c (jit_program_space_key): Change type. Move lower.
5312 (get_jit_program_space_data): Update.
5313 (jit_program_space_data_cleanup): Remove.
5314 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5315 Update.
5316 (struct jit_program_space_data): Add initializers.
5317
51df2ae3
TT
53182019-07-10 Tom Tromey <tromey@adacore.com>
5319
5320 * solib-darwin.c (struct darwin_info): Add initializers.
5321 (solib_darwin_pspace_data): Change type.
5322 (darwin_pspace_data_cleanup): Remove.
5323 (get_darwin_info, _initialize_darwin_solib): Update.
5324
18101a35
TT
53252019-07-10 Tom Tromey <tromey@adacore.com>
5326
5327 * remote-sim.c (struct sim_inferior_data): Add initializers,
5328 constructor, and destructor.
5329 (sim_inferior_data_key): Change type. Move lower.
5330 (check_for_duplicate_sim_descriptor): Update.
5331 (get_sim_inferior_data): Use new. Update.
5332 (~sim_inferior_data_cleanup): Rename from
5333 sim_inferior_data_cleanup. Simplify.
5334 (gdbsim_close_inferior, simulator_command)
5335 (sim_command_completer, _initialize_remote_sim): Update.
5336 (next_pid, INITIAL_PID): Move earlier.
5337
05b08ac1
TT
53382019-07-10 Tom Tromey <tromey@adacore.com>
5339
5340 * python/python-internal.h (create_thread_object): Return
5341 gdbpy_ref.
5342 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5343 * python/py-inferior.c (struct threadlist_entry): Add
5344 constructor.
5345 <thread_obj>: Now a gdbpy_ref.
5346 (thread_to_thread_object): Update.
5347 (add_thread_object): Use new.
5348 (delete_thread_object): Use delete.
5349 (infpy_threads): Update.
5350 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5351 GIL.
5352
32372d80
TT
53532019-07-10 Tom Tromey <tromey@adacore.com>
5354
5355 * valops.c (value_cast): Specialize error message for Ada.
5356
5c458ae8
SM
53572019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5358
5359 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5360
4c462cb0
SM
53612019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5362
5363 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5364 bpstat_should_step): Return bool, adjust comments.
5365 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5366 bpstat_should_step): Likewise.
5367
89abbcc2
AH
53682019-07-10 Alan Hayward <alan.hayward@arm.com>
5369
5370 * features/Makefile: Use feature target descriptions for Arm.
5371 * features/arm/arm-core.c: Generate new file.
5372 * features/arm/arm-fpa.c: Likewise.
5373 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5374 * features/arm/arm-m-profile.c: Likewise.
5375 * features/arm/arm-vfpv2.c: Likewise.
5376 * features/arm/arm-vfpv3.c: Likewise.
5377 * features/arm/xscale-iwmmxt.c: Likewise.
5378 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5379
166a82be
AH
53802019-07-10 Alan Hayward <alan.hayward@arm.com>
5381
5382 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5383 ptrace earlier.
5384
9fb4c7e9
AH
53852019-07-10 Alan Hayward <alan.hayward@arm.com>
5386
5387 * features/aarch64-pauth.c: Regenerate.
5388
e2d0f980
SM
53892019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5390
5391 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5392 bool.
5393 (bpstat_what): Use false instead of 0.
5394
a38118e5
PA
53952019-07-09 Pedro Alves <palves@redhat.com>
5396
5397 * break-catch-throw.c (is_exception_catchpoint): New.
5398 * breakpoint.c (print_one_breakpoint_location): New parameter
5399 'raw_loc'. Handle it. Use
5400 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5401 looking at the breakpoint's type.
5402 (print_one_breakpoint): If handling "maint info breakpoints", also
5403 print locations of exception catchpoints.
5404 * breakpoint.h (is_exception_catchpoint): Declare.
5405
cb1e4e32
PA
54062019-07-09 Pedro Alves <palves@redhat.com>
5407
5408 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5409 "addr" field.
5410 (allocate_location_exception_catchpoint): New.
5411 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5412 (initialize_throw_catchpoint_ops): Install
5413 allocate_location_exception_catchpoint as allocate_location
5414 method.
5415 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5416 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5417 bp_loc_other.
5418 (breakpoint_address_is_meaningful): Delete.
5419 (bl_address_is_meaningful): New.
5420 (breakpoint_locations_match): Adjust comment.
5421 (bp_location_from_bp_type): New, factored out of...
5422 (bp_location::bp_location(breakpoint *)): ... this.
5423 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5424 factored out of...
5425 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5426 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5427 breakpoint_address_is_meaningful.
5428 (bp_locations_compare): Adjust comment.
5429 (update_global_location_list): Use bl_address_is_meaningful
5430 instead of breakpoint_address_is_meaningful.
5431 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5432 explicit.
5433 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5434 * python/py-breakpoint.c (bppy_get_location): No longer check
5435 whether location is null.
5436
b58a68fe
PA
54372019-07-09 Pedro Alves <palves@redhat.com>
5438
5439 PR c++/15468
5440 * breakpoint.c (print_one_breakpoint_location): Remove
5441 single-location assert.
5442
268a13a5
TT
54432019-07-09 Tom Tromey <tom@tromey.com>
5444
5445 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5446 * configure: Rebuild.
5447 * configure.ac: Change common to gdbsupport.
5448 * gdbsupport: Rename from common.
5449 * acinclude.m4: Change common to gdbsupport.
5450 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5451 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5452 gdbsupport.
5453 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5454 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5455 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5456 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5457 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5458 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5459 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5460 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5461 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5462 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5463 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5464 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5465 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5466 coff-pe-read.c, command.h, compile/compile-c-support.c,
5467 compile/compile-c.h, compile/compile-cplus-symbols.c,
5468 compile/compile-cplus-types.c, compile/compile-cplus.h,
5469 compile/compile-loc2c.c, compile/compile.c, completer.c,
5470 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5471 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5472 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5473 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5474 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5475 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5476 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5477 features/aarch64-core.c, features/aarch64-fpu.c,
5478 features/aarch64-pauth.c, features/aarch64-sve.c,
5479 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5480 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5481 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5482 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5483 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5484 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5485 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5486 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5487 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5488 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5489 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5490 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5491 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5492 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5493 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5494 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5495 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5496 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5497 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5498 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5499 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5500 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5501 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5502 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5503 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5504 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5505 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5506 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5507 minsyms.c, mips-linux-tdep.c, namespace.h,
5508 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5509 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5510 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5511 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5512 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5513 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5514 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5515 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5516 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5517 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5518 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5519 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5520 procfs.c, producer.c, progspace.h, psymtab.h,
5521 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5522 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5523 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5524 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5525 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5526 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5527 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5528 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5529 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5530 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5531 target-memory.c, target.c, target.h, target/waitstatus.c,
5532 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5533 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5534 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5535 unittests/array-view-selftests.c,
5536 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5537 unittests/common-utils-selftests.c,
5538 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5539 unittests/format_pieces-selftests.c,
5540 unittests/function-view-selftests.c,
5541 unittests/lookup_name_info-selftests.c,
5542 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5543 unittests/mkdir-recursive-selftests.c,
5544 unittests/observable-selftests.c,
5545 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5546 unittests/parse-connection-spec-selftests.c,
5547 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5548 unittests/scoped_fd-selftests.c,
5549 unittests/scoped_mmap-selftests.c,
5550 unittests/scoped_restore-selftests.c,
5551 unittests/string_view-selftests.c, unittests/style-selftests.c,
5552 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5553 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5554 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5555 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5556 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5557 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5558
5b0e2db4
AB
55592019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5560
5561 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5562 bool value.
5563 (decode_digits_ordinary): Set explicit_line field in sal.
5564 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5565 symtab_and_line that was set on an explicit line number in
5566 assembler code. Do always update the recorded symtab and line if
5567 we do skip the prologue.
5568
0ba852ab
AB
55692019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * breakpoint.c (set_breakpoint_location_function): Remove
5572 explicit_loc parameter.
5573 (momentary_breakpoint_from_master): Update call to
5574 set_breakpoint_location_function.
5575 (add_location_to_breakpoint): Likewise.
5576
b3a7d171
AB
55772019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5578
5579 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5580 required features based on default bfd type when no specific bfd
5581 is present.
5582
1f6f6e21
PW
55832019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5584
5585 * NEWS: Mention that GDB printf and eval commands can now print
5586 C-style and Ada-style convenience var strings without
5587 calling the inferior.
5588 * printcmd.c (printf_c_string): Locally print GDB internal var
5589 instead of transiting via the inferior.
5590 (printf_wide_c_string): Likewise.
5591
55922019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 5593
5862c886 5594 PR breakpoints/25011
ea142fbf
AH
5595 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5596
0598af48
TT
55972019-07-04 Tom Tromey <tom@tromey.com>
5598
5599 PR tui/24724:
5600 * tui/tui-winsource.c (tui_clear_source_content): Update.
5601 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5602 (tui_update_breakpoint_info): Update.
5603 (tui_set_exec_info_content): Update.
5604 * tui/tui-source.c (tui_set_source_content_nil): Update.
5605 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5606 has_break.
5607 * tui/tui-data.h (enum tui_bp_flag): New.
5608 (tui_bp_flags): New enum flags type.
5609 (struct tui_source_element) <break_mode>: Change type. Rename
5610 from has_break.
5611 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5612 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5613 constants.
5614 * tui/tui-winsource.h: Fix comment.
5615
350fab54
AH
56162019-07-04 Alan Hayward <alan.hayward@arm.com>
5617
5618 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5619 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5620 (store_fpregs_to_thread)
5621 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5622 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5623 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5624 (IWMMXT_REGS_SIZE): Add define.
5625 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5626 (fetch_vfp_regs, store_vfp_regs)
5627 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5628 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5629
f0452268
AH
56302019-07-04 Alan Hayward <alan.hayward@arm.com>
5631
5632 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5633 defines.
5634 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5635 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5636 (ARM_INT_REGISTER_SIZE): ...to this.
5637 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5638 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5639 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5640 (arm_linux_collect_gregset, supply_nwfpe_register)
5641 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5642 defines.
5643 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5644 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5645 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5646 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5647 (arm_return_in_memory, arm_store_return_value)
5648 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5649 (arm_record_ld_st_multiple): Likewise.
5650 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5651 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5652
e935475c
AH
56532019-07-04 Alan Hayward <alan.hayward@arm.com>
5654
5655 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5656 AARCH64_DISPLACED_MODIFIED_INSNS.
5657 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5658 (aarch64_displaced_step_copy_insn): Likewise.
5659 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5660 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5661 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5662 ARM_DISPLACED_MODIFIED_INSNS.
5663 * arm-tdep.c (arm_gdbarch_init): Likewise.
5664 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5665 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5666 (struct arm_displaced_step_closure): Use
5667 ARM_DISPLACED_MODIFIED_INSNS.
5668
df0bb381
AH
56692019-07-04 Alan Hayward <alan.hayward@arm.com>
5670
5671 * features/Makefile: Remove unused xml files.
5672 * features/aarch64.xml: Remove.
5673 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5674 * features/i386/amd64-avx-avx512.xml: Remove.
5675 * features/i386/amd64-avx-linux.xml: Remove.
5676 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5677 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5678 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5679 * features/i386/amd64-avx-mpx.xml: Remove.
5680 * features/i386/amd64-avx.xml: Remove.
5681 * features/i386/amd64-linux.xml: Remove.
5682 * features/i386/amd64-mpx-linux.xml: Remove.
5683 * features/i386/amd64-mpx.xml: Remove.
5684 * features/i386/amd64.xml: Remove.
5685 * features/i386/i386-avx-avx512-linux.xml: Remove.
5686 * features/i386/i386-avx-avx512.xml: Remove.
5687 * features/i386/i386-avx-linux.xml: Remove.
5688 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5689 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5690 * features/i386/i386-avx-mpx-linux.xml: Remove.
5691 * features/i386/i386-avx-mpx.xml: Remove.
5692 * features/i386/i386-avx.xml: Remove.
5693 * features/i386/i386-linux.xml: Remove.
5694 * features/i386/i386-mmx-linux.xml: Remove.
5695 * features/i386/i386-mmx.xml: Remove.
5696 * features/i386/i386-mpx-linux.xml: Remove.
5697 * features/i386/i386-mpx.xml: Remove.
5698 * features/i386/i386.xml: Remove.
5699 * features/i386/x32-avx-avx512-linux.xml: Remove.
5700 * features/i386/x32-avx-linux.xml: Remove.
5701 * features/i386/x32-linux.xml: Remove.
5702
edd6266a
AH
57032019-07-04 Alan Hayward <alan.hayward@arm.com>
5704
5705 * regformats/aarch64.dat: Remove.
5706 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5707 * regformats/i386/amd64-avx-linux.dat: Remove.
5708 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5709 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5710 * regformats/i386/amd64-linux.dat: Remove.
5711 * regformats/i386/amd64-mpx-linux.dat: Remove.
5712 * regformats/i386/amd64.dat: Remove.
5713 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5714 * regformats/i386/i386-avx-linux.dat: Remove.
5715 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5716 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5717 * regformats/i386/i386-linux.dat: Remove.
5718 * regformats/i386/i386-mmx-linux.dat: Remove.
5719 * regformats/i386/i386-mpx-linux.dat: Remove.
5720 * regformats/i386/i386.dat: Remove.
5721 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5722 * regformats/i386/x32-avx-linux.dat: Remove.
5723 * regformats/i386/x32-linux.dat: Remove.
5724
2b40fda7
AH
57252019-07-04 Alan Hayward <alan.hayward@arm.com>
5726
5727 * aarch64-tdep.c: Remove xml self tests.
5728 * amd64-linux-tdep.c: Likewise.
5729 * amd64-tdep.c: Likewise.
5730 * i386-linux-tdep.c: Likewise.
5731 * i386-tdep.c: Likewise.
5732
5f4ba3e7
PA
57332019-07-03 Pedro Alves <palves@redhat.com>
5734
5735 PR cli/24732
5736 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5737 (pipe_cmd_option_defs): New.
5738 (make_pipe_cmd_options_def_group): New.
5739 (pipe_command): Use gdb::option::process_options.
5740 (pipe_command_completer): New function.
5741 (_initialize_cli_cmds): Install completer for "pipe" command.
5742
3d9be6f5
PA
57432019-07-03 Pedro Alves <palves@redhat.com>
5744
5745 * cli/cli-option.c (union option_value) <string>: New field.
5746 (struct option_def_and_value): Add ctor, move ctor, dtor and
5747 use DISABLE_COPY_AND_ASSIGN.
5748 (option_def_and_value::clear_value): New.
5749 (parse_option, save_option_value_in_ctx, get_val_type_str)
5750 (add_setshow_cmds_for_options): Handle var_string.
5751 * cli-option.h (union option_def::var_address) <string>: New
5752 field.
5753 (struct string_option_def): New.
5754 * maint-test-options.c (struct test_options_opts): Add default
5755 ctor and use DISABLE_COPY_AND_ASSIGN.
5756 <string_opt>: New field.
5757 (test_options_opts::~test_options_opts): New.
5758 (test_options_opts::dump): Also dump "-string".
5759 (test_options_option_defs): Install "string.
5760
41fc454c
PA
57612019-07-03 Pedro Alves <palves@redhat.com>
5762
5763 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5764 option_value with a null enumeration.
5765 (complete_options): Save the option values in the context.
5766 (save_option_value_in_ctx): New, factored out from ...
5767 (process_options): ... here.
5768 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5769 of the function.
5770 * maint-test-options.c (test_options_opts::dump): New, factored
5771 out from ...
5772 (maintenance_test_options_command_mode): ... here.
5773 (maintenance_test_options_command_completion_result): Delete.
5774 (maintenance_test_options_command_completion_text): Update
5775 comment.
5776 (maintenance_show_test_options_completion_result): Change
5777 prototype. Just print
5778 maintenance_test_options_command_completion_text.
5779 (save_completion_result): New.
5780 (maintenance_test_options_completer_mode): Pass options context to
5781 complete_options, and then save a dump.
5782 (_initialize_maint_test_options): Use add_cmd to install "maint
5783 show test-options-completion-result".
5784
fdbc9870
PA
57852019-07-03 Pedro Alves <palves@redhat.com>
5786
5787 * NEWS (New commands): Mention "with" and "maint with".
5788 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5789 (with_command, with_command_completer): New.
5790 (pipe_command): Adjust to new repeat_previous
5791 interface.
5792 (_initialize_cli_cmds): Install the "with" command and its "w"
5793 alias.
5794 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5795 declarations.
5796 * cli/cli-setshow.c (parse_cli_var_uinteger)
5797 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5798 argument strings for all var_types.
5799 (get_setshow_command_value_string): New, factored out from ...
5800 (do_show_command): ... this.
5801 * cli/cli-setshow.h: Include <string>.
5802 (get_setshow_command_value_string): Declare.
5803 * command.h (repeat_previous): Now returns const char *. Adjust
5804 comment.
5805 * maint.c: Include "cli/cli-cmds.h".
5806 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5807 (_initialize_maint_cmds): Register the "maintenance with" command.
5808 * top.c (repeat_previous): Move bits from pipe_command here:
5809 Return the saved command line, if any; error out if there's no
5810 command to relaunch.
5811
c6ac8931
PA
58122019-07-03 Pedro Alves <palves@redhat.com>
5813
5814 * NEWS (New commands): Mention "maint set/show test-settings"
5815 instead of "maint test-settings".
5816 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5817 (maintenance_test_settings_set_list): Rename to ...
5818 (maintenance_set_test_settings_list): ... this.
5819 (maintenance_test_settings_show_list): Rename to ...
5820 (maintenance_show_test_settings_list): ... this.
5821 (maintenance_test_settings_cmd): Delete.
5822 (maintenance_test_settings_set_cmd): ...
5823 (maintenance_set_test_settings_cmd): ... this.
5824 (maintenance_test_settings_show_cmd): ...
5825 (maintenance_show_test_settings_cmd): ... this.
5826 (maintenance_test_settings_show_value_cmd):
5827 (maintenance_show_test_settings_value_cmd): ... this.
5828 (_initialize_maint_test_settings): No longer install the "maint
5829 test-settings" prefix command. Rename "maint test-settings set"
5830 to "maint set test-settings", and "maint test-settings show" to
5831 "maint show test-settings". Adjust all subcommands.
5832
d1fcf2fd
PA
58332019-07-03 Pedro Alves <palves@redhat.com>
5834
5835 * maint-test-settings.c: Fix file's intro comment. Replace all
5836 references to "test-options" with references to "test-settings",
5837 in comments.
5838
970f9d09
PA
58392019-07-03 Pedro Alves <palves@redhat.com>
5840
5841 * maint-test-settings.c (maintenance_test_settings_xxx)
5842 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5843 New.
5844 (maintenance_test_settings_enums): Use them.
5845 (maintenance_test_settings_enum): Default to
5846 maintenance_test_settings_xxx.
5847 (_initialize_maint_test_settings): Initialize
5848 MAINTENANCE_TEST_SETTINGS_FILENAME.
5849
f3869b1a
SM
58502019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5851
5852 * breakpoint.h (remove_breakpoints_inf): Change return type to
5853 void, move function documentation here.
5854 * breakpoint.c (remove_breakpoints_inf): Change return type to
5855 void, move function documentation to header.
5856
54d66006
PA
58572019-07-02 Pedro Alves <palves@redhat.com>
5858
5859 * NEWS (Completion improvements): Mention "info threads".
5860 * thread.c (struct info_threads_opts, info_threads_option_defs)
5861 (make_info_threads_options_def_group): New.
5862 (info_threads_command): Use gdb::option::process_options.
5863 (info_threads_command_completer): New.
5864 (_initialize_thread): Use gdb::option::build_help to build the
5865 help text for "info threads".
5866
854f6088
SM
58672019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5868
5869 * defs.h (generic_load): Move from here...
5870 * symfile.h (generic_load): ... to here. Rename name parameter
5871 to args.
5872 * symfile.c (generic_load): Add comment.
5873
54ee4252
TT
58742019-07-01 Tom Tromey <tromey@adacore.com>
5875
5876 * dwarf2read.c
5877 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5878 declaration of without_params. Fix formatting.
5879
65392b3e
TT
58802019-07-01 Tom Tromey <tromey@adacore.com>
5881
5882 * ada-exp.y (find_primitive_type): Update.
5883 * ada-lang.h (ada_lookup_symbol): Update.
5884 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5885 parameter.
5886 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5887
7d7571f0
SDJ
58882019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5889
5890 PR breakpoints/24541
5891 * gdbarch.c: Regenerate.
5892 * gdbarch.h: Regenerate.
5893 * gdbarch.sh: Add 'stap_adjust_register'.
5894 * i386-tdep.c: Include '<unordered_set>'.
5895 (i386_stap_adjust_register): New function.
5896 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5897 * stap-probe.c (stap_parse_register_operand): Call
5898 'gdbarch_stap_adjust_register'.
5899
5af5392a
SDJ
59002019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5901
5902 PR python/24742
5903 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5904 * python/python.c (do_start_initialization): Use 'xmalloc'
5905 instead of 'PyMem_Malloc'.
5906
10d06d82
TT
59072019-06-28 Tom Tromey <tromey@adacore.com>
5908
5909 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5910 for Ada.
5911
1b7f24cd
TT
59122019-06-27 Tom Tromey <tromey@adacore.com>
5913
5914 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5915 objfile_key.
5916 (arm_find_mapping_symbol, arm_record_special_symbol)
5917 (_initialize_arm_tdep): Update.
5918 (arm_objfile_data_free): Remove.
5919
3d507ff2
TT
59202019-06-27 Tom Tromey <tromey@adacore.com>
5921
5922 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5923 to cp_print_static_field.
5924
762c164d
TT
59252019-06-26 Tom Tromey <tromey@adacore.com>
5926
5927 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5928 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5929 declare.
5930
aa2f9bcf
AH
59312019-06-26 Alan Hayward <alan.hayward@arm.com>
5932
5933 * features/aarch64-core.c (create_feature_aarch64_core):
5934 Regenerate.
5935 * features/aarch64-core.xml: Add cpsr flags.
5936
3426ae57
AH
59372019-06-26 Alan Hayward <alan.hayward@arm.com>
5938
5939 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5940 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5941
4838e44c
SM
59422019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5943
5944 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5945 field.
5946 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5947 use.
5948 (arm_record_special_symbol): Don't insert new symbol in sorted
5949 position, push it at the end.
5950
54cc7474
SM
59512019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5952
5953 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5954 (arm_mapping_symbol_s): Remove.
5955 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5956 (arm_mapping_symbol_vec): New typedef.
5957 (struct arm_per_objfile): Add constructor.
5958 <section_maps>: Change type to
5959 std::unique_ptr<arm_mapping_symbol_vec[]>.
5960 (arm_compare_mapping_symbols): Remove.
5961 (arm_find_mapping_symbol): Adjust to section_maps type change.
5962 (arm_objfile_data_free): Call delete on arm_per_objfile.
5963 (arm_record_special_symbol): Adjust to section_maps type change.
5964 Allocate arm_per_objfile with new.
5965
b65b566c
PW
59662019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5967
5968 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5969 with the command prefix.
5970
c2fc64f5
TT
59712019-06-25 Tom Tromey <tom@tromey.com>
5972
5973 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5974 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5975
fb54fa76
TT
59762019-06-25 Tom Tromey <tom@tromey.com>
5977
5978 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5979 type.
5980 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
5981 protected.
5982
f7952c57
TT
59832019-06-25 Tom Tromey <tom@tromey.com>
5984
5985 * tui/tui-winsource.c
5986 (tui_source_window_base::set_is_exec_point_at): Add check against
5987 LOA_ADDRESS.
5988
17568d78
TT
59892019-06-25 Tom Tromey <tom@tromey.com>
5990
5991 * tui/tui-source.c (tui_set_source_content): Don't check before
5992 xfree.
5993 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
5994
53e7cdba
TT
59952019-06-25 Tom Tromey <tom@tromey.com>
5996
5997 * tui/tui-winsource.h (tui_update_source_window_as_is)
5998 (tui_alloc_source_buffer, tui_line_is_displayed)
5999 (tui_addr_is_displayed): Change type of win_info.
6000 * tui/tui-winsource.c (tui_update_source_window_as_is)
6001 (tui_clear_source_content, tui_show_source_line)
6002 (tui_show_source_content, tui_source_window_base::refill)
6003 (tui_source_window_base::set_is_exec_point_at)
6004 (tui_source_window_base::set_is_exec_point_at)
6005 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6006 (tui_alloc_source_buffer, tui_line_is_displayed)
6007 (tui_addr_is_displayed): Change type of win_info. Update.
6008 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6009 (tui_source_window_base::do_make_visible_with_new_height):
6010 Update.
6011 * tui/tui-source.c (tui_set_source_content)
6012 (tui_set_source_content_nil)
6013 (tui_source_window::do_scroll_vertical): Update.
6014 * tui/tui-layout.c (show_layout): Update.
6015 * tui/tui-disasm.c (tui_set_disassem_content)
6016 (tui_disasm_window::do_scroll_vertical): Update.
6017 * tui/tui-data.h (tui_win_content): Remove.
6018 (struct tui_gen_win_info) <content, content_size>: Remove.
6019 (struct tui_source_element): Add initializers and destructor.
6020 (union tui_which_element, struct tui_win_element): Remove.
6021 (struct tui_source_window_base) <content>: New field.
6022 (struct tui_data_window): Remove destructor.
6023 (tui_alloc_content, tui_free_win_content)
6024 (tui_free_all_source_wins_content): Don't declare.
6025 * tui/tui-data.c (tui_initialize_static_data): Update.
6026 (init_content_element, tui_alloc_content): Remove.
6027 (~tui_gen_win_info): Update.
6028 (~tui_data_window, tui_free_all_source_wins_content)
6029 (tui_free_win_content, free_content, free_content_elements):
6030 Remove.
6031
7908abbf
TT
60322019-06-25 Tom Tromey <tom@tromey.com>
6033
6034 * tui/tui-winsource.h (tui_clear_source_content)
6035 (tui_erase_source_content, tui_show_source_content): Change type
6036 of win_info.
6037 * tui/tui-winsource.c (tui_clear_source_content)
6038 (tui_erase_source_content, tui_show_source_content): Change type
6039 of win_info.
6040 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6041 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6042 win_info.
6043 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6044 win_info.
6045 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6046
02c28df0
TT
60472019-06-25 Tom Tromey <tom@tromey.com>
6048
6049 * tui/tui-winsource.c (tui_clear_source_content)
6050 (tui_source_window_base::set_is_exec_point_at): Update.
6051 * tui/tui-source.c (tui_set_source_content_nil): Update.
6052 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6053 a bool.
6054 * tui/tui-data.c (init_content_element): Update.
6055
6658b1bf
TT
60562019-06-25 Tom Tromey <tom@tromey.com>
6057
6058 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6059 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6060 * tui/tui-layout.c (init_and_make_win): Update.
6061 * tui/tui.h (enum tui_win_type): Update.
6062 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6063 tui_win_is_auxillary.
6064 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6065 tui_win_is_auxillary.
6066
21e1c91e
TT
60672019-06-25 Tom Tromey <tom@tromey.com>
6068
6069 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6070 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6071 (tui_delete_data_content_windows, tui_display_all_data)
6072 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6073 Update.
6074 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6075 * tui/tui-regs.c (tui_last_regs_line_no)
6076 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6077 (tui_show_registers): Update.
6078 (tui_show_register_group): Return void. Update.
6079 (tui_display_registers_from, tui_display_reg_element_at_line)
6080 (tui_display_registers_from_line, tui_check_register_values):
6081 Update.
6082 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6083 member.
6084 (struct tui_data_window) <regs_content>: Now a std::vector.
6085 <regs_content_count>: Remove.
6086 (tui_add_content_elements, tui_free_data_content): Don't declare.
6087 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6088 (init_content_element): Remove DATA_WIN case. Add assert.
6089 (tui_add_content_elements): Remove.
6090 (tui_data_window): Update.
6091 (tui_free_data_content): Remove.
6092 (free_content_elements): Remove DATA_WIN case.
6093
115ac53b
TT
60942019-06-25 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui-data.c (tui_data_item_window): Update.
6097 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6098 * tui/tui-windata.c (tui_display_all_data)
6099 (tui_display_data_from_line): Update.
6100 (tui_check_data_values): Remove.
6101 * tui/tui-regs.c (tui_show_register_group)
6102 (tui_display_reg_element_at_line): Update.
6103 * tui/tui-hooks.c (tui_register_changed)
6104 (tui_refresh_frame_and_register_information): Call
6105 tui_check_register_values.
6106 * tui/tui-data.h (struct tui_data_window) <data_content,
6107 data_content_count, data_type>: Remove.
6108 (enum tui_data_type): Remove.
6109
6110 * tui/tui-data.c (tui_data_window::clear_detail)
6111 (~tui_data_window): Update.
6112
eaf9738b
TT
61132019-06-25 Tom Tromey <tom@tromey.com>
6114
6115 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6116 declare.
6117 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6118 Rename from tui_first_data_item_displayed. Update.
6119 (tui_data_window::refresh_all)
6120 (tui_data_window::do_scroll_vertical): Update.
6121 * tui/tui-data.h (struct tui_data_window)
6122 <first_data_item_displayed>: Declare new method.
6123
31ca4723
TT
61242019-06-25 Tom Tromey <tom@tromey.com>
6125
6126 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6127 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6128 contents...
6129 (tui_initialize_static_data): ...here.
6130
41bcff7f
TT
61312019-06-25 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6134 (tui_display_registers_from, tui_check_register_values): Update.
6135 (tui_display_register): Remove win_info parameter; update.
6136 (tui_get_register): Change type of parameters.
6137 * tui/tui-data.h (struct tui_data_element): Remove.
6138 (union tui_which_element) <data>: Remove.
6139 <data_window>: Change type.
6140 (struct tui_data_item_window): New.
6141 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6142 case. Add assert.
6143 (~tui_data_item_window): New destructor.
6144 (free_content_elements): Remove DATA_ITEM_WIN case.
6145
d2802c33
TT
61462019-06-25 Tom Tromey <tom@tromey.com>
6147
6148 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6149 Remove.
6150
dd835f8b
TT
61512019-06-25 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-data.h (struct tui_command_element): Remove.
6154 (union tui_which_element) <command>: Remove.
6155 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6156 assert.
6157 (free_content_elements): Remove CMD_WIN case.
6158
bd7db367
TT
61592019-06-25 Tom Tromey <tom@tromey.com>
6160
6161 * tui/tui-layout.c (tui_set_layout): Update.
6162 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6163 * tui/tui-data.c (layout_def): Update.
6164
3add462f
TT
61652019-06-25 Tom Tromey <tom@tromey.com>
6166
6167 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6168 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6169 (tui_source_window_base::set_new_height): Update.
6170 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6171 Update.
6172 (tui_set_locator_fullname, tui_set_locator_info)
6173 (tui_show_frame_info): Update.
6174 * tui/tui-source.c (tui_set_source_content)
6175 (tui_source_is_displayed): Update.
6176 * tui/tui-layout.c (show_source_disasm_command, show_data)
6177 (show_source_or_disasm_and_command): Update.
6178 * tui/tui-disasm.c (tui_set_disassem_content)
6179 (tui_get_begin_asm_address): Update.
6180 * tui/tui-data.h (struct tui_locator_element): Remove.
6181 (union tui_which_element) <locator>: Remove.
6182 (struct tui_locator_window): New.
6183 (tui_locator_win_info_ptr): Change return type.
6184 * tui/tui-data.c (_locator): Change type.
6185 (tui_locator_win_info_ptr): Change return type.
6186 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6187 (tui_alloc_content): Add assert.
6188
489e9d8b
TT
61892019-06-25 Tom Tromey <tom@tromey.com>
6190
6191 * tui/tui-winsource.c
6192 (tui_exec_info_window::maybe_allocate_content): New method.
6193 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6194 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6195 (make_source_or_disasm_window): Add cast.
6196 * tui/tui-data.h (union tui_which_element) <simple_string>:
6197 Remove.
6198 (struct tui_source_info): New.
6199 (struct tui_source_window_base) <execution_info>: Change type.
6200 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6201 case, and add assert.
6202 (tui_alloc_content): Add assert.
6203
c3fabb7d
TT
62042019-06-25 Tom Tromey <tom@tromey.com>
6205
6206 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6207 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6208 * tui/tui-data.c (tui_alloc_win_info): Remove.
6209
bbc228ee
TT
62102019-06-25 Tom Tromey <tom@tromey.com>
6211
6212 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6213 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6214 can_highlight.
6215
5fcee43a
TT
62162019-06-25 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6219 make_visible_with_new_height method.
6220 (tui_win_info::make_visible_with_new_height): New method.
6221 (tui_source_window_base::do_make_visible_with_new_height)
6222 (tui_data_window::do_make_visible_with_new_height)
6223 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6224 (make_visible_with_new_height): Remove.
6225 (tui_resize_all, tui_adjust_win_heights): Use
6226 make_visible_with_new_height method.
6227 * tui/tui-data.h (struct tui_win_info)
6228 <do_make_visible_with_new_height, make_visible_with_new_height>:
6229 New methods.
6230 (struct tui_source_window_base, struct tui_data_window)
6231 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6232 methods.
6233
d83f1fe6
TT
62342019-06-25 Tom Tromey <tom@tromey.com>
6235
6236 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6237 method.
6238 (update_tab_width): Call update_tab_width method.
6239 * tui/tui-data.h (struct tui_win_info)
6240 (struct tui_source_window_base) <update_tab_width>: New methods.
6241
17374de4
TT
62422019-06-25 Tom Tromey <tom@tromey.com>
6243
6244 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6245 parameter.
6246 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6247 parameter.
6248 (tui_gen_win_info::make_visible): Update.
6249 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6250 parameter.
6251 * tui/tui-data.h (enum tui_box): New enum.
6252 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6253
f936bca2
TT
62542019-06-25 Tom Tromey <tom@tromey.com>
6255
6256 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6257 init_and_make_win for EXEC_INFO_WIN.
6258 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6259 longer inline.
6260 (struct tui_win_info) <~tui_win_info>: Inline.
6261 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6262 Don't declare.
6263 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6264 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6265 Remove.
6266 (tui_initialize_static_data): Update.
6267 (~tui_gen_win_info): Handle more cleanup here.
6268 (~tui_source_window_base): Delete "execution_info".
6269 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6270
d6ba6a11
TT
62712019-06-25 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-layout.c (make_command_window): Don't set
6274 can_highlight.
6275 (show_source_disasm_command): Call the reset method.
6276 (show_data): Don't set can_highlight. Call the reset method.
6277 (tui_gen_win_info::reset): Rename from init_gen_win_info
6278 (init_and_make_win): Simplify. Return tui_gen_win_info.
6279 (show_source_or_disasm_and_command): Call the reset method.
6280 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6281 (struct tui_cmd_window): Set can_highlight.
6282
48a3bd16
TT
62832019-06-25 Tom Tromey <tom@tromey.com>
6284
6285 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6286 from make_visible.
6287 (tui_make_visible, tui_make_invisible): Rewrite.
6288 (tui_win_info::make_visible): Remove.
6289 (tui_source_window_base::make_visible): Update.
6290 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6291 method. Moved from...
6292 (struct tui_win_info) <make_visible>: ...here.
6293
c3bd716f
TT
62942019-06-25 Tom Tromey <tom@tromey.com>
6295
6296 * tui/tui-winsource.c
6297 (tui_source_window_base::do_scroll_horizontal): Remove direction
6298 parameter.
6299 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6300 direction parameter.
6301 * tui/tui-win.c (tui_win_info::forward_scroll)
6302 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6303 (tui_win_info::right_scroll): Update.
6304 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6305 direction parameter.
6306 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6307 direction parameter.
6308 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6309 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6310 Remove direction parameter.
6311 (struct tui_source_window_base, struct tui_source_window)
6312 (struct tui_disasm_window, struct tui_data_window)
6313 (struct tui_cmd_window): Update.
6314
21c32dca
TT
63152019-06-25 Tom Tromey <tom@tromey.com>
6316
6317 * tui/tui-winsource.h (tui_set_exec_info_content)
6318 (tui_show_exec_info_content, tui_erase_exec_info_content)
6319 (tui_clear_exec_info_content, tui_update_exec_info): Change
6320 argument to tui_source_window_base.
6321 * tui/tui-winsource.c (tui_set_exec_info_content)
6322 (tui_show_exec_info_content, tui_erase_exec_info_content)
6323 (tui_clear_exec_info_content, tui_update_exec_info): Change
6324 argument to tui_source_window_base.
6325
73fbdc65
TT
63262019-06-25 Tom Tromey <tom@tromey.com>
6327
6328 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6329 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6330
33325343
TT
63312019-06-25 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6334 check.
6335
29d2c474
TT
63362019-06-25 Tom Tromey <tom@tromey.com>
6337
6338 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6339 type to void.
6340 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6341 type to void.
6342 * tui/tui-source.c (tui_set_source_content): Update.
6343 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6344
152f3f4b
TT
63452019-06-25 Tom Tromey <tom@tromey.com>
6346
6347 * tui/tui-win.c (window_name_completer, tui_set_focus)
6348 (tui_all_windows_info): Use name method.
6349 * tui/tui-data.h (struct tui_gen_win_info)
6350 (struct tui_source_window, struct tui_disasm_window)
6351 (struct tui_data_window, struct tui_cmd_window) <name>: New
6352 method.
6353 (tui_win_name): Don't declare.
6354 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6355 (tui_win_name): Remove.
6356
be4da588
TT
63572019-06-25 Tom Tromey <tom@tromey.com>
6358
6359 * tui/tui-winsource.h (tui_update_source_window)
6360 (tui_update_source_window_as_is): Change parameter type.
6361 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6362 to be a tui_source_window_base.
6363 (tui_update_source_window_as_is): Likewise.
6364 * tui/tui-win.c (make_visible_with_new_height): Update.
6365
5b81daba
TT
63662019-06-25 Tom Tromey <tom@tromey.com>
6367
6368 * tui/tui-winsource.c (tui_erase_source_content)
6369 (tui_show_source_content, tui_show_exec_info_content)
6370 (tui_erase_exec_info_content): Use refresh_window method.
6371 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6372 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6373 from tui_refresh_win.
6374 (tui_data_window::refresh_window): New method.
6375 (tui_win_info::refresh, tui_source_window_base::refresh)
6376 (tui_refresh_all): Use refresh_window method.
6377 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6378 method.
6379 * tui/tui-regs.c (tui_display_register): Call refresh_window
6380 method.
6381 * tui/tui-layout.c (show_source_disasm_command)
6382 (show_source_or_disasm_and_command): Call refresh_window method.
6383 * tui/tui-data.h (struct tui_gen_win_info)
6384 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6385 New method.
6386
cb2ce893
TT
63872019-06-25 Tom Tromey <tom@tromey.com>
6388
6389 * tui/tui.c (tui_rl_other_window, tui_enable)
6390 (tui_is_window_visible, tui_get_command_dimension): Update.
6391 * tui/tui-winsource.c (tui_update_source_window_as_is)
6392 (tui_clear_source_content, tui_erase_source_content)
6393 (tui_show_source_line, tui_source_window_base::refill)
6394 (tui_source_window_base::do_scroll_horizontal)
6395 (tui_source_window_base::set_is_exec_point_at)
6396 (tui_update_breakpoint_info, tui_set_exec_info_content)
6397 (tui_alloc_source_buffer, tui_line_is_displayed)
6398 (tui_addr_is_displayed): Update.
6399 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6400 (tui_check_and_display_highlight_if_needed)
6401 (tui_win_info::make_visible, tui_win_info::refresh)
6402 (tui_refresh_all): Update.
6403 * tui/tui-windata.c (tui_first_data_item_displayed)
6404 (tui_delete_data_content_windows, tui_erase_data_content)
6405 (tui_display_all_data, tui_data_window::refresh_all)
6406 (tui_check_data_values): Update.
6407 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6408 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6409 (tui_win_info::backward_scroll, tui_refresh_all_win)
6410 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6411 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6412 (tui_source_window_base::set_new_height)
6413 (tui_data_window::set_new_height)
6414 (make_invisible_and_set_new_height)
6415 (make_visible_with_new_height, new_height_ok)
6416 (parse_scrolling_args): Update.
6417 * tui/tui-stack.c (tui_show_frame_info): Update.
6418 * tui/tui-source.c (tui_set_source_content)
6419 (tui_set_source_content_nil, tui_source_is_displayed)
6420 (tui_source_window::do_scroll_vertical): Update.
6421 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6422 (tui_display_registers_from, tui_display_reg_element_at_line)
6423 (tui_check_register_values, tui_reg_command): Update.
6424 * tui/tui-layout.c (tui_default_win_height)
6425 (show_source_disasm_command, show_data, init_and_make_win)
6426 (show_source_or_disasm_and_command): Update.
6427 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6428 (tui_redisplay_readline, tui_mld_flush)
6429 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6430 (tui_getc): Update.
6431 * tui/tui-disasm.c (tui_set_disassem_content)
6432 (tui_disasm_window::do_scroll_vertical): Update.
6433 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6434 Now virtual.
6435 (struct tui_win_info): Derive from tui_gen_win_info.
6436 <~tui_win_info>: Mark as override.
6437 <generic>: Remove member.
6438 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6439 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6440 (~tui_data_window, ~tui_win_info)
6441 (tui_free_all_source_wins_content): Update.
6442 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6443
ab313b35
TT
64442019-06-25 Tom Tromey <tom@tromey.com>
6445
6446 * tui/tui-layout.c (init_and_make_win): Use new.
6447 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6448 destructor, initializers.
6449 (tui_alloc_generic_win_info): Don't declare.
6450 * tui/tui-data.c (_locator): Add argument to constructor.
6451 (source_win, disasm_win): New globals.
6452 (exec_info): Remove.
6453 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6454 Update.
6455 (tui_alloc_generic_win_info): Remove.
6456 (init_content_element): Use new.
6457 (tui_win_info::tui_win_info): Update.
6458 (free_content_elements) <case DATA_WIN>: Use delete.
6459
dc2c33e4
TT
64602019-06-25 Tom Tromey <tom@tromey.com>
6461
6462 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6463 * tui/tui-windata.c (tui_first_data_item_displayed)
6464 (tui_delete_data_content_windows): Update.
6465 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6466 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6467 (tui_display_registers_from, tui_check_register_values): Update.
6468 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6469 pointer.
6470 * tui/tui-data.c (init_content_element): Update. Allocate the new
6471 window.
6472 (tui_free_data_content): Update.
6473 (free_content_elements) <case DATA_WIN>: Free the window.
6474
214a5cbe
TT
64752019-06-25 Tom Tromey <tom@tromey.com>
6476
6477 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6478 Update.
6479 * tui/tui-layout.c (make_command_window)
6480 (show_source_disasm_command, show_data, init_and_make_win)
6481 (show_source_or_disasm_and_command): Update.
6482 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6483 method.
6484 <can_highight, is_highlighted>: Now bool.
6485 (tui_set_win_highlight): Don't declare.
6486 * tui/tui-data.c (tui_set_win_highlight): Remove.
6487
8e2daf15
TT
64882019-06-25 Tom Tromey <tom@tromey.com>
6489
6490 * tui/tui-wingeneral.c (make_visible): Remove check of window
6491 type.
6492
8903bd8a
TT
64932019-06-25 Tom Tromey <tom@tromey.com>
6494
6495 * tui/tui-win.c (tui_win_info::max_height)
6496 (tui_cmd_window::max_height): New methods.
6497 (new_height_ok): Call max_height.
6498 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6499 <max_height>: New method.
6500
3f02ce1e
TT
65012019-06-25 Tom Tromey <tom@tromey.com>
6502
6503 * tui/tui-win.c (tui_source_window_base::set_new_height)
6504 (tui_data_window::set_new_height): New methods.
6505 (make_invisible_and_set_new_height): Call set_new_height method.
6506 * tui/tui-data.h (struct tui_win_info)
6507 (struct tui_source_window_base, struct tui_data_window)
6508 <set_new_height>: New method.
6509
1825f487
TT
65102019-06-25 Tom Tromey <tom@tromey.com>
6511
6512 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6513 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6514 tui_refresh_data_win.
6515 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6516 method.
6517 (tui_refresh_all_win): Call the refresh_all method.
6518 (tui_set_focus): Likewise.
6519 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6520 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6521 Likewise.
6522
ad54d15b
TT
65232019-06-25 Tom Tromey <tom@tromey.com>
6524
6525 * tui/tui-winsource.h (tui_refill_source_window)
6526 (tui_set_is_exec_point_at): Don't declare.
6527 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6528 (tui_source_window_base::refill): Rename from
6529 tui_refill_source_window.
6530 (tui_source_window_base::do_scroll_horizontal): Update.
6531 (tui_source_window_base::set_is_exec_point_at): Rename from
6532 tui_set_is_exec_point_at.
6533 (tui_update_all_breakpoint_info): Update.
6534 * tui/tui-stack.c (tui_show_frame_info): Update.
6535 * tui/tui-layout.c (show_data): Add cast.
6536 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6537 * tui/tui-data.h (struct tui_source_window_base) <refill,
6538 set_is_exec_point_at>: New methods.
6539 (tui_source_windows, tui_add_to_source_windows): Update types.
6540 (tui_add_to_source_windows): Remove redundant declaration.
6541 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6542 (tui_source_windows): Change return type.
6543 (tui_clear_source_windows_detail): Update.
6544 (tui_add_to_source_windows): Change type of parameter.
6545 (tui_free_all_source_wins_content): Update.
6546
2042b506
TT
65472019-06-25 Tom Tromey <tom@tromey.com>
6548
6549 * tui/tui-wingeneral.c (tui_win_info::refresh)
6550 (tui_source_window_base::refresh): New methods.
6551 (tui_refresh_all): Call the refresh method.
6552 * tui/tui-data.h (struct tui_win_info)
6553 (struct tui_source_window_base) <refresh>: New method.
6554
56122977
TT
65552019-06-25 Tom Tromey <tom@tromey.com>
6556
6557 * tui/tui.h (tui_is_window_visible): Return bool.
6558 * tui/tui.c (tui_is_window_visible): Return bool.
6559 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6560 (tui_make_visible, tui_make_invisible)
6561 (tui_win_info::make_visible)
6562 (tui_source_window_base::make_visible, make_all_visible)
6563 (tui_make_all_visible, tui_make_all_invisible): Update.
6564 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6565 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6566 bool.
6567 (struct tui_win_info, struct tui_source_window_base)
6568 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6569 * tui/tui-data.c (tui_init_generic_part): Update.
6570
cda37efb
TT
65712019-06-25 Tom Tromey <tom@tromey.com>
6572
6573 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6574 (tui_source_window_base::make_visible): New methods.
6575 (make_all_visible): Make method call.
6576 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6577 (struct tui_source_window_base, struct tui_cmd_window): Override
6578 make_visible.
6579 (tui_win_is_source_type): Don't declare.
6580 * tui/tui-data.c (tui_win_is_source_type): Remove.
6581
6a0ee02c
TT
65822019-06-25 Tom Tromey <tom@tromey.com>
6583
6584 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6585 NULL check.
6586
63901aec
TT
65872019-06-25 Tom Tromey <tom@tromey.com>
6588
6589 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6590 Inline constructor. Add initializers for members.
6591 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6592 constructors; now inline in class.
6593
ceb13a13
TT
65942019-06-25 Tom Tromey <tom@tromey.com>
6595
6596 * tui/tui-regs.c (tui_show_registers): Update.
6597 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6598 bool.
6599 * tui/tui-data.c (tui_data_window::clear_detail)
6600 (tui_data_window): Update.
6601
238eb706
TT
66022019-06-25 Tom Tromey <tom@tromey.com>
6603
6604 * tui/tui-windata.c (tui_display_all_data)
6605 (tui_display_data_from_line, tui_display_data_from)
6606 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6607 Update.
6608 * tui/tui-regs.c (tui_last_regs_line_no)
6609 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6610 (tui_show_registers, tui_show_register_group)
6611 (tui_display_registers_from, tui_display_reg_element_at_line)
6612 (tui_display_registers_from_line, tui_check_register_values)
6613 (tui_reg_next, tui_reg_prev): Update.
6614 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6615 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6616 tui_data_window.
6617 (struct tui_win_info) <detail>: Remove. Add new fields from
6618 tui_data_info.
6619 (TUI_DATA_WIN): Add cast.
6620 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6621 (~tui_data_window): Simplify.
6622
81491aa0
TT
66232019-06-25 Tom Tromey <tom@tromey.com>
6624
6625 * tui/tui-layout.c (show_source_disasm_command)
6626 (show_source_or_disasm_and_command): Update.
6627 * tui/tui-io.c (update_cmdwin_start_line)
6628 (tui_redisplay_readline): Update.
6629 * tui/tui-data.h (struct tui_command_info): Remove.
6630 (struct tui_win_info) <detail>: Remove command_info member.
6631 (struct tui_data_window) <start_line>: New member, from
6632 tui_command_info.
6633 (TUI_CMD_WIN): Add casts.
6634
e6e41501
TT
66352019-06-25 Tom Tromey <tom@tromey.com>
6636
6637 * tui/tui-winsource.c (tui_update_source_window)
6638 (tui_refill_source_window)
6639 (tui_source_window_base::do_scroll_horizontal)
6640 (tui_update_breakpoint_info, tui_set_exec_info_content)
6641 (tui_show_exec_info_content, tui_erase_exec_info_content)
6642 (tui_clear_exec_info_content): Update.
6643 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6644 Update.
6645 * tui/tui-win.c (make_invisible_and_set_new_height)
6646 (make_visible_with_new_height): Update.
6647 * tui/tui-source.c (tui_set_source_content)
6648 (tui_show_symtab_source): Update.
6649 * tui/tui-layout.c (extract_display_start_addr)
6650 (show_source_disasm_command, show_data)
6651 (make_source_or_disasm_window)
6652 (show_source_or_disasm_and_command): Update.
6653 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6654 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6655 "gdbarch".
6656 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6657 to tui_source_window_base.
6658 (struct tui_win_info) <detail>: Remove source_info member.
6659 (struct tui_source_window_base) <has_locator>: Inline.
6660 Move contents from tui_source_info; rename has_locator member to
6661 m_has_locator.
6662 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6663 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6664 header file.
6665 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6666 Simplify.
6667 (tui_free_all_source_wins_content): Cast to
6668 tui_source_window_base.
6669
44f0e208
TT
66702019-06-25 Tom Tromey <tom@tromey.com>
6671
6672 * tui/tui-win.c (make_invisible_and_set_new_height)
6673 (make_visible_with_new_height): Call has_locator method.
6674 * tui/tui-layout.c (show_source_disasm_command, show_data)
6675 (show_source_or_disasm_and_command): Update for bool change.
6676 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6677 (tui_win_info) <has_locator>: New method.
6678 (struct tui_source_window_base) <has_locator>: New method.
6679 (tui_win_has_locator): Don't declare.
6680 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6681 from tui_win_has_locator.
6682 (tui_source_window_base): Use false, not FALSE.
6683
7778b912
TT
66842019-06-25 Tom Tromey <tom@tromey.com>
6685
6686 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6687 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6688 clear_detail method directly.
6689 (tui_clear_win_detail): Remove.
6690
f83d391c
TT
66912019-06-25 Tom Tromey <tom@tromey.com>
6692
6693 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6694 "this", not TUI_DISASM_WIN.
6695
13446e05
TT
66962019-06-25 Tom Tromey <tom@tromey.com>
6697
6698 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6699 declare.
6700 * tui/tui-winsource.c
6701 (tui_source_window_base::do_scroll_horizontal): Rename from
6702 tui_horizontal_source_scroll.
6703 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6704 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6705 from tui_vertical_data_scroll.
6706 * tui/tui-win.h (tui_scroll): Don't declare.
6707 * tui/tui-win.c (tui_win_info::forward_scroll)
6708 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6709 (tui_win_info::right_scroll): Rename and update.
6710 (tui_scroll_forward_command, tui_scroll_backward_command)
6711 (tui_scroll_left_command, tui_scroll_right_command): Update.
6712 (tui_scroll): Remove.
6713 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6714 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6715 from tui_vertical_source_scroll.
6716 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6717 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6718 from tui_vertical_disassem_scroll.
6719 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6720 do_scroll_horizontal>: New methods.
6721 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6722 Likewise.
6723 (struct tui_source_window_base): Add do_scroll_horizontal.
6724 (struct tui_source_window, struct tui_disasm_window): Add
6725 do_scroll_vertical.
6726 (struct tui_data_window, struct tui_cmd_window): Add
6727 do_scroll_horizontal and do_scroll_vertical.
6728 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6729
5cf82909
TT
67302019-06-25 Tom Tromey <tom@tromey.com>
6731
6732 * tui/tui-data.h (struct tui_source_window_base): New struct.
6733 (struct tui_source_window): Derive from tui_source_window_base.
6734 (struct tui_disasm_window): New struct.
6735 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6736 from tui_source_window::clear_detail.
6737 (tui_source_window_base): Rename from tui_source_window.
6738 (~tui_source_window_base): Rename from ~tui_source_window.
6739 (tui_alloc_win_info): Create a tui_disasm_window.
6740
ee1d42d6
TT
67412019-06-25 Tom Tromey <tom@tromey.com>
6742
6743 * tui/tui-data.h (struct tui_source_window)
6744 (struct tui_data_window): Declare destructors.
6745 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6746 destructors.
6747 (tui_win_info): Simplify.
6748
b4eb2452
TT
67492019-06-25 Tom Tromey <tom@tromey.com>
6750
6751 * tui/tui-winsource.c (tui_display_main)
6752 (tui_update_source_windows_with_addr)
6753 (tui_update_all_breakpoint_info): Update.
6754 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6755 (new_height_ok, parse_scrolling_args): Update.
6756 * tui/tui-stack.c (tui_show_frame_info): Update.
6757 * tui/tui-data.h (struct tui_list): Remove.
6758 (tui_source_windows): Return a reference to a std::vector.
6759 * tui/tui-data.c (source_windows): Now a std::vector.
6760 (tui_source_windows): Change return type.
6761 (tui_clear_source_windows): Rewrite.
6762 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6763 (tui_free_all_source_wins_content): Rewrite.
6764
8761a91b
TT
67652019-06-25 Tom Tromey <tom@tromey.com>
6766
6767 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6768 (struct tui_data_window, struct tui_cmd_window): Declare
6769 clear_detail method.
6770 * tui/tui-data.c (tui_source_window::clear_detail)
6771 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6772 methods.
6773 (tui_clear_win_detail): Simplify.
6774
0ed69eda
TT
67752019-06-25 Tom Tromey <tom@tromey.com>
6776
6777 * tui/tui-layout.c (make_source_window, make_disasm_window)
6778 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6779 Return the new window.
6780 (show_source_disasm_command, show_data)
6781 (show_source_or_disasm_and_command): Update.
6782
82432e10
TT
67832019-06-25 Tom Tromey <tom@tromey.com>
6784
6785 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6786 parameter. Return the new window.
6787 (show_source_disasm_command): Update and remove NULL check.
6788 (show_source_or_disasm_and_command): Update.
6789
ec328aa5
TT
67902019-06-25 Tom Tromey <tom@tromey.com>
6791
6792 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6793
33b906ab
TT
67942019-06-25 Tom Tromey <tom@tromey.com>
6795
6796 * tui/tui-data.h (struct tui_win_info): Make constructor
6797 protected. Make destructor virtual. Add initializers.
6798 (tui_source_window, tui_data_window, tui_cmd_window): New
6799 classes.
6800 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6801 constructor. Add "type" parameter.
6802 (tui_source_window, tui_data_window, tui_cmd_window): New
6803 constructors.
6804 (tui_alloc_win_info): Instantiate the appropriate subclass.
6805
e7e11af4
TT
68062019-06-25 Tom Tromey <tom@tromey.com>
6807
6808 * tui/tui-win.c (tui_resize_all): Use delete.
6809 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6810 destructor.
6811 (tui_free_window): Don't declare.
6812 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6813 Update.
6814
6792b55e
TT
68152019-06-25 Tom Tromey <tom@tromey.com>
6816
6817 * tui/tui-data.h (struct tui_win_info): Add constructor.
6818 * tui/tui-data.c (tui_alloc_win_info): Use new.
6819 (tui_free_window): Use delete.
6820
f95675e1
TT
68212019-06-22 Tom Tromey <tom@tromey.com>
6822
6823 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6824 declare.
6825 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6826
5bff081c
TT
68272019-06-22 Tom Tromey <tom@tromey.com>
6828
6829 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6830 declare.
6831 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6832
47e3f474
TV
68332019-06-22 Tom de Vries <tdevries@suse.de>
6834
6835 * dwarf2read.c (create_addrmap_from_aranges)
6836 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6837 instead of '%zu'.
6838
fd5866f6
SM
68392019-06-21 Simon Marchi <simon.marchi@efficios.com>
6840
6841 * dwarf2read.h (dwarf2_section_info_def): Remove.
6842 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6843 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6844 std::vector<dwarf2_section_info>.
6845 (struct dwo_file) <~dwo_file>: Remove.
6846 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6847 types field.
6848 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6849 (dwarf2_read_debug_names): Likewise.
6850 (create_debug_types_hash_table): Change parameter type to
6851 array_view, adjust code accordingly.
6852 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6853 (partial_die_info::fixup): Likewise.
6854 (determine_prefix): Likewise.
6855 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6856
fb1eb2f9
SM
68572019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6858
6859 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6860 gdb_bfd_ref_ptr.
6861 <~dwo_file>: Remove call to gdb_bfd_unref.
6862 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6863 gdb_bfd_ref_ptr::get.
6864
51ac9db5
SM
68652019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6866
6867 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6868 type to htab_up.
6869 * dwarf2read.c (struct dwo_file): Initialize fields.
6870 <~dwo_file>: New.
6871 (free_dwo_file): Remove, move content to ~dwo_file.
6872 (struct dwo_file_deleter): Remove.
6873 (dwo_file_up>: Remove custom deleter.
6874 (free_dwo_files): Remove.
6875 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6876 dwo_files.
6877 (process_skeletonless_type_units): Call unique_ptr::get.
6878 (allocate_dwo_file_hash_table): Add deleter to created hash
6879 table. Change return type to htab_up.
6880 (lookup_dwo_file_slot): Don't memset dwo_file, call
6881 unique_ptr::get.
6882 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6883 (create_dwo_unit_in_dwp_v2): Likewise.
6884 (open_and_init_dwo_file): Likewise.
6885 (free_dwo_file_from_slot): Remove.
6886
dc4ccb6f
SM
68872019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6888
6889 * dwarf2read.h (struct dwarf2_section_info) <readin,
6890 is_virtual>: Change type to bool.
6891 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6892 true instead of 1.
6893
e6a1c5cb
TT
68942019-06-19 Tom Tromey <tom@tromey.com>
6895
6896 * tui/tui-data.h (tui_init_content_element): Don't declare.
6897
6f6ffbeb
TT
68982019-06-19 Tom Tromey <tom@tromey.com>
6899
6900 * tui/tui-data.h (tui_init_win_info): Don't declare.
6901
f23f598e
TV
69022019-06-19 Tom de Vries <tdevries@suse.de>
6903
6904 * dwarf2read.h (abstract_to_concrete): Change type to
6905 std::unordered_map<sect_offset, std::vector<sect_offset>,
6906 gdb::hash_enum<sect_offset>>.
6907
680e1bee
TT
69082019-06-19 Tom Tromey <tromey@adacore.com>
6909
6910 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6911 EVAL_AVOID_SIDE_EFFECTS specially.
6912
dcf37923
TT
69132019-06-19 Tom Tromey <tromey@adacore.com>
6914
6915 * source-cache.c (highlighter): New global.
6916 (source_cache::get_source_lines): Create a highlighter on demand.
6917
494986d5
AB
69182019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * defs.h (deprecated_interactive_hook): Delete declaration.
6921 * interps.c (clear_interpreter_hooks): Remove use of
6922 deprecated_interactive_hook.
6923 * top.c (deprecated_interactive_hook): Delete definition.
6924 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6925
3360b6e7
TV
69262019-06-18 Tom de Vries <tdevries@suse.de>
6927
6928 PR gdb/24515
6929 * dwarf2read.h (abstract_to_concrete): Change type from
6930 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6931 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6932 * dwarf2read.c (read_variable): Update.
6933 (dwarf2_fetch_die_loc_sect_off): Update.
6934
310b3441
TV
69352019-06-17 Tom de Vries <tdevries@suse.de>
6936
6937 PR gdb/24617
6938 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6939 accessing parent[parent_len - 1].
6940
ba9777be
PP
69412019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6942
6943 PR gdb/24364
6944 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6945 call dtrace_process_dof with NULL dof.
6946
2b9f6e89
TV
69472019-06-16 Tom de Vries <tdevries@suse.de>
6948
6949 PR gdb/24445
6950 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6951
431b3ead
TT
69522019-06-16 Tom Tromey <tom@tromey.com>
6953
6954 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6955 (make_all_visible): Use address of member.
6956
d04b44a1
TT
69572019-06-16 Tom Tromey <tom@tromey.com>
6958
6959 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6960 (tui_free_window, free_content, free_content_elements): Remove
6961 unnecessary cast.
6962 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6963 cast.
6964 * tui/tui-regs.c (tui_show_register_group)
6965 (tui_display_registers_from, tui_display_reg_element_at_line):
6966 Remove unnecessary cast.
6967
bf5142e7
AB
69682019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6969
6970 * linux-nat.c (normal_mask): Delete.
6971 (_initialize_linux_nat): Don't initialise normal_mask.
6972
c4973306
SM
69732019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6974
6975 PR gdb/24445
6976 * dwarf-index-write.h (write_psymtabs_to_index): Add
6977 dwz_basename parameter.
6978 * dwarf-index-write.c (write_gdbindex): Move file writing to
6979 write_gdbindex_1. Change return type void.
6980 (assert_file_size): Move up, remove filename parameter.
6981 (write_gdbindex_1): New function.
6982 (write_debug_names): Change return type to void, call
6983 assert_file_size.
6984 (struct index_wip_file): New struct.
6985 (write_psymtabs_to_index): Add dwz_basename parameter. Move
6986 file logic to index_wip_file. Write index for dwz file if
6987 needed.
6988 (save_gdb_index_command): Pass basename of dwz file, if present.
6989 * dwarf-index-cache.c (index_cache::store): Obtain and pass
6990 build-id of dwz file, if present.
6991 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
6992 (dwarf2_get_dwz_file): Likewise.
6993 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
6994 (dwarf2_get_dwz_file): Likewise.
6995
395f9c91
TT
69962019-06-16 Tom Tromey <tom@tromey.com>
6997
6998 * coffread.c (process_coff_symbol): Use xstrdup.
6999 * value.c (create_internalvar): Use xstrdup.
7000
cafb3438
TT
70012019-06-16 Tom Tromey <tom@tromey.com>
7002
7003 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7004 * breakpoint.c (stopin_command, stopat_command)
7005 (until_break_command, decode_location_default): Remove unnecessary
7006 cast.
7007 * utils.c (subset_compare): Remove unnecessary cast.
7008 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7009 cast.
7010 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7011 cast.
7012 * infcmd.c (path_command): Remove unnecessary cast.
7013 * coffread.c (decode_type): Remove unnecessary cast.
7014 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7015 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7016 * tui/tui-stack.c (tui_show_locator_content)
7017 (tui_show_frame_info): Remove unnecessary cast.
7018 * tui/tui-win.c (tui_scroll_forward_command)
7019 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7020 (parse_scrolling_args): Remove unnecessary cast.
7021 * tui/tui-data.c (init_win_info, tui_del_window)
7022 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7023 (free_content_elements): Remove unnecessary cast.
7024 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7025 unnecessary cast.
7026 * tui/tui-source.c (tui_set_source_content)
7027 (tui_vertical_source_scroll): Remove unnecessary cast.
7028 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7029 cast.
7030 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7031 * tui/tui-regs.c (tui_display_registers_from)
7032 (tui_display_register): Remove unnecessary cast.
7033 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7034 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7035 (make_visible): Remove unnecessary cast.
7036 * tui/tui-winsource.c (tui_erase_source_content)
7037 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7038 unnecessary cast.
7039 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7040 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7041 * stabsread.c (read_type, read_array_type, read_range_type):
7042 Remove unnecessary cast.
7043 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7044 (parse_symbol, parse_type, upgrade_type, parse_external)
7045 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7046 unnecessary cast.
7047 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7048
730ead81
TT
70492019-06-16 Tom Tromey <tom@tromey.com>
7050
7051 * tui/tui-data.c (tui_alloc_generic_win_info)
7052 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7053 checks.
7054
584a927c
AB
70552019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7056 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * f-typeprint.c (f_print_type): Don't return early for not
7059 associated or not allocated types.
7060 (f_type_print_varspec_suffix): Add print_rank parameter and print
7061 ranks of array types in case they dangling.
7062 (f_type_print_base): Add print_rank parameter.
7063
30056ea0
AB
70642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7065
7066 * NEWS: Mention new MI commands.
7067 * break-catch-throw.c (enum exception_event_kind): Move to
7068 breakpoint.h.
7069 (print_mention_exception_catchpoint): Output text as a single
7070 message.
7071 (catch_exception_command_1): Rename to...
7072 (catch_exception_event): ...this, make non-static, update header
7073 command, and change some parameter types.
7074 (catch_catch_command): Update for changes to
7075 catch_exception_command_1.
7076 (catch_throw_command): Likewise.
7077 (catch_rethrow_command): Likewise.
7078 * breakpoint.c (enum exception_event_kind): Delete.
7079 * breakpoint.h (enum exception_event_kind): Moved here from
7080 break-catch-throw.c.
7081 (catch_exception_event): Declare.
7082 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7083 (mi_cmd_catch_throw): New function.
7084 (mi_cmd_catch_rethrow): New function.
7085 (mi_cmd_catch_catch): New function.
7086 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7087 'catch-catch' entries.
7088 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7089 (mi_cmd_catch_rethrow): Declare.
7090 (mi_cmd_catch_catch): Declare.
7091
ec8e2b6d
AB
70922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7093
7094 * annotate.c (annotate_source_line): Change return type to void,
7095 update implementation to match.
7096 * annotate.h (annotate_source_line): Change return type to void,
7097 update header comment.
7098 * stack.c (print_frame_info): Don't change what frame information
7099 is printed based on whether annotations are on or not.
7100
0d3abd8c
AB
71012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7102
7103 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7104 (annotate_source): Make static.
7105 (annotate_source_line): Moved from source.c and renamed from
7106 identify_source_line. Update the return type.
7107 * annotate.h (annotate_source): Delete declaration.
7108 (annotate_source_line): Declaration moved from source.h, and
7109 renamed from identify_source_line. Return type updated.
7110 * source.c (identify_source_line): Moved to annotate.c and renamed
7111 to annotate_source_line.
7112 (info_line_command): Remove check of annotation_level.
7113 * source.h (identify_source_line): Move declaration to annotate.h
7114 and rename to annotate_source_line.
7115 * stack.c: Add 'annotate.h' include.
7116 (print_frame_info): Remove check of annotation_level before
7117 calling annotate_source_line.
7118
00df30ae
AB
71192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7120
7121 * source-cache.c (source_cache::get_plain_source_lines): Use
7122 open_source_file_with_line_charpos instead of just
7123 open_source_file, remove call to find_source_lines.
7124 (source_cache::get_source_lines): Likewise.
7125 * source.c (find_source_lines): Make static.
7126 (get_filename_and_charpos): Renamed into...
7127 (open_source_file_with_line_charpos): ..this along with changes to
7128 return a scoped_fd, and some other minor clean ups.
7129 (identify_source_line): Use open_source_file_with_line_charpos.
7130 (search_command_helper): Use open_source_file_with_line_charpos
7131 instead of just open_source_file, remove call to
7132 find_source_lines.
7133 * source.h (open_source_file_with_line_charpos): Declare new
7134 function.
7135 (find_source_lines): Delete declaration.
7136
afda45a2
AB
71372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7138
7139 * source.c (get_filename_and_charpos): Remove fullname
7140 parameter.
7141 (identify_source_line): Update call to get_filename_and_charpos.
7142
0735b091
TT
71432019-06-14 Tom Tromey <tromey@adacore.com>
7144
7145 PR gdb/24502:
7146 * ui-style.h (skip_ansi_escape): Update comment.
7147 * ui-file.h (class no_terminal_escape_file): New class.
7148 * ui-file.c (no_terminal_escape_file::write)
7149 (no_terminal_escape_file::puts): New methods.
7150 * cli/cli-logging.c (handle_redirections): Use
7151 no_terminal_escape_file.
7152
52ce35e2
TT
71532019-06-14 Tom Tromey <tromey@adacore.com>
7154
7155 * NEWS: Move convenience variable news above Python news.
7156
73cc7272
TT
71572019-06-14 Tom Tromey <tom@tromey.com>
7158
7159 * gnulib: Move directory to top-level.
7160 * configure.ac: Don't configure gnulib.
7161 * configure: Rebuild.
7162 * common/common-defs.h: Use new path to gnulib.
7163 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7164 (GNULIB_H): Remove.
7165 (INCGNU): Look in new gnulib location.
7166 (HFILES_NO_SRCDIR): Remove gnulib files.
7167 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7168 (generated_files): Remove GNULIB_H.
7169 ($(LIBGNU), all-lib): Remove targets.
7170 (distclean): Don't mention GNULIB_BUILDDIR.
7171 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7172
f5686554
TT
71732019-06-14 Tom Tromey <tromey@adacore.com>
7174
7175 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7176 Warn if symbol file does not provide any symbols.
7177
a0c1ffed
TT
71782019-06-14 Tom Tromey <tromey@adacore.com>
7179
7180 * source.c (find_and_open_source): Respect basenames_may_differ.
7181
7c39e397
AB
71822019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7183
7184 * annotate.c (annotate_breakpoints_invalid): Make use of
7185 scoped_restore_terminal_state.
7186 (annotate_frames_invalid): Likewise.
7187
f411722c
TT
71882019-06-14 Tom Tromey <tromey@adacore.com>
7189
7190 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7191 allow assignment to an internalvar.
7192
4268ec18
TT
71932019-06-14 Tom Tromey <tromey@adacore.com>
7194
7195 * ada-lex.l: Allow "_" in attribute names.
7196
abdb711e
TT
71972019-06-14 Tom Tromey <tromey@adacore.com>
7198
7199 PR gdb/24653:
7200 * regcache.c (registers_changed): Don't call alloca.
7201 * top.c (execute_command): Don't call alloca.
7202
4c048731
PA
72032019-06-13 Pedro Alves <palves@redhat.com>
7204
7205 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7206 'expression'. When parsing an expression, error out if there's
7207 junk after "unlimited".
7208 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7209 (do_set_command): Adjust calls to is_unlimited_literal.
7210
66eb1ed3
PA
72112019-06-13 Pedro Alves <palves@redhat.com>
7212
7213 * compile/compile.c (make_compile_options_def_group): Add braces
7214 around array_view initializer.
7215 * thread.c (make_thread_apply_all_options_def_group)
7216 (make_thread_apply_all_options_def_group): Likewise.
7217
3345721a
PA
72182019-06-13 Pedro Alves <palves@redhat.com>
7219
7220 * NEWS (New commands): Mention "maint test-options
7221 require-delimiter", "maint test-options unknown-is-error", "maint
7222 test-options unknown-is-operand" and "maint show
7223 test-options-completion-result".
7224 (New command options, command completion): New section.
7225 (Completion improvements): New section.
7226 Mention that you can abbreviate "unlimited".
7227
6206060d
PA
72282019-06-13 Pedro Alves <palves@redhat.com>
7229
7230 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7231 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7232 * unittests/cli-utils-selftests.c (test_parse_flags)
7233 (test_parse_flags_qcs): Delete.
7234 (test_cli_utils): Don't call deleted functions.
7235
6665660a
PA
72362019-06-13 Pedro Alves <palves@redhat.com>
7237
7238 * thread.c: Include "cli/cli-option.h".
7239 (tp_array_compar_ascending): Global.
7240 (tp_array_compar): Delete function.
7241 (tp_array_compar_ascending, tp_array_compar_descending): New
7242 functions.
7243 (ascending_option_def, qcs_flag_option_def)
7244 (thr_qcs_flags_option_defs)
7245 (make_thread_apply_all_options_def_group)
7246 (make_thread_apply_options_def_group): New.
7247 (thread_apply_all_command): Use gdb::option::process_options.
7248 (thread_apply_command_completer)
7249 (thread_apply_all_command_completer): New.
7250 (thread_apply_command): Use gdb::option::process_options.
7251 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7252 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7253 to generate help text of "thread apply". Adjust "taas"'s help.
7254 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7255 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7256
f7e13587
PA
72572019-06-13 Pedro Alves <palves@redhat.com>
7258
7259 * thread.c (thread_apply_command): Check for invalid TID with
7260 isdigit instead of !isalpha.
7261
5d707134
PA
72622019-06-13 Pedro Alves <palves@redhat.com>
7263
7264 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7265 (validate_flags_qcs): New.
7266 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7267 (validate_flags_qcs): Declare.
7268 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7269 (make_frame_apply_options_def_group): New.
7270 (frame_apply_command_count): Process options with
7271 gdb::option::process_options.
7272 (frame_apply_completer): New.
7273 (frame_apply_level_completer, frame_apply_all_completer)
7274 (frame_apply_completer): New.
7275 (_initialize_stack): Update help of "frame apply", "frame apply
7276 level", "frame apply all" and "faas" to mention supported options
7277 and install command completers.
7278 * stack.h (frame_apply_all_completer): Declare.
7279 * thread.c: Include "stack.h".
7280 (tfaas_command): Add "--".
7281 (_initialize_thread): Update help "tfaas" to mention supported
7282 options and install command completer.
7283
272d4594
PA
72842019-06-13 Pedro Alves <palves@redhat.com>
7285
7286 * completer.c (complete_nested_command_line): New.
7287 (gdb_completion_word_break_characters_throw): Add assertion.
7288 * completer.h (complete_nested_command_line): Declare.
7289
90a1ef87
PA
72902019-06-13 Pedro Alves <palves@redhat.com>
7291
7292 * stack.c (parse_backtrace_qualifiers): New.
7293 (backtrace_command): Use it.
7294 (backtrace_command_completer): Complete on qualifiers.
7295
d4c16835
PA
72962019-06-13 Pedro Alves <palves@redhat.com>
7297
7298 * frame.c: Include "cli/cli-option.h.
7299 (user_set_backtrace_options): New.
7300 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7301 Delete.
7302 (get_prev_frame): Adjust.
7303 (boolean_option_def, uinteger_option_def)
7304 (set_backtrace_option_defs): New.
7305 (_initialize_frame): Adjust and use
7306 gdb::option::add_setshow_cmds_for_options to install "set
7307 backtrace past-main" and "set backtrace past-entry".
7308 * frame.h: Include "cli/cli-option.h".
7309 (struct frame_print_options): Forward declare.
7310 (print_frame_arguments_all, print_frame_arguments_scalars)
7311 (print_frame_arguments_none): Declare.
7312 (print_entry_values): Delete declaration.
7313 (struct frame_print_options, user_frame_print_options): New.
7314 (struct set_backtrace_options): New.
7315 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7316 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7317 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7318 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7319 (list_args_or_locals): Add frame_print_options parameter.
7320 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7321 * python/py-framefilter.c (enumerate_args): Pass down
7322 USER_FRAME_PRINT_OPTIONS.
7323 * stack.c: Include "cli/cli-option.h".
7324 (print_frame_arguments_all, print_frame_arguments_scalars)
7325 (print_frame_arguments_none): Declare.
7326 (print_raw_frame_arguments, print_entry_values): Delete.
7327 (user_frame_print_options): New.
7328 (boolean_option_def, enum_option_def, frame_print_option_defs):
7329 New.
7330 (struct backtrace_cmd_options): New.
7331 (bt_flag_option_def): New.
7332 (backtrace_command_option_defs): New.
7333 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7334 (print_frame_arg, read_frame_arg, print_frame_args)
7335 (print_frame_info, print_frame): Add frame_print_options parameter
7336 and use it.
7337 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7338 (backtrace_command_1): Add frame_print_options and
7339 backtrace_cmd_options parameters and use them.
7340 (make_backtrace_options_def_group): New.
7341 (backtrace_command): Process command options with
7342 gdb::option::process_options.
7343 (backtrace_command_completer): New.
7344 (_initialize_stack): Extend "backtrace"'s help to mention
7345 supported options. Install completer for "backtrace".
7346 Install some settings commands with add_setshow_cmds_for_options.
7347
2daf894e
PA
73482019-06-13 Pedro Alves <palves@redhat.com>
7349
7350 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7351 and that "set/show print raw frame-arguments" are now deprecated.
7352
7353 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7354 command.
7355 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7356 * stack.c (_initialize_stack): Install "set/show print
7357 raw-frame-arguments", and deprecate "set/show print raw
7358 frame-arguments".
7359 * valprint.c (_initialize_valprint): Deprecate "set/show print
7360 raw".
7361
e6ed716c
PA
73622019-06-13 Pedro Alves <palves@redhat.com>
7363
7364 * compile/compile.c (struct compile_options): New.
7365 (compile_flag_option_def, compile_command_option_defs)
7366 (make_compile_options_def_group): New.
7367 (compile_file_command): Handle options with
7368 gdb::option::process_options.
7369 (compile_file_command_completer): New function.
7370 (compile_code_command): Handle options with
7371 gdb::option::process_options.
7372 (compile_code_command_completer): New function.
7373 (_initialize_compiler): Install completers for "compile code" and
7374 "compile file". Mention available options in "compile code" and
7375 "compile code"'s help.
7376 * completer.c (advance_to_completion_word): New, factored out from
7377 ...
7378 (advance_to_expression_complete_word_point): ... this.
7379 (advance_to_filename_complete_word_point): New.
7380 * completer.h (advance_to_filename_complete_word_point): New
7381 declaration.
7382
7d8062de
PA
73832019-06-13 Pedro Alves <palves@redhat.com>
7384
7385 * compile/compile.c: Include "cli/cli-option.h".
7386 (compile_print_value): Scope data pointer is now a
7387 value_print_options pointer; adjust.
7388 (compile_print_command): Process options. Scope data pointer is
7389 now a value_print_options pointer; adjust.
7390 (_initialize_compile): Update "compile print"'s help to include
7391 supported options. Install a completer for "compile print".
7392 * cp-valprint.c (show_vtblprint, show_objectprint)
7393 (show_static_field_print): Delete.
7394 (_initialize_cp_valprint): Don't install "set print
7395 static-members", "set print vtbl", "set print object" here.
7396 * printcmd.c: Include "cli/cli-option.h" and
7397 "common/gdb_optional.h".
7398 (print_command_parse_format): Rework to fill in a
7399 value_print_options instead of a format_data.
7400 (print_value): Change parameter type from format_data pointer to
7401 value_print_options reference. Adjust.
7402 (print_command_1): Process options. Adjust to pass down a
7403 value_print_options.
7404 (print_command_completer): New.
7405 (_initialize_printcmd): Install print_command_completer as
7406 handle_brkchars completer for the "print" command. Update
7407 "print"'s help to include supported options.
7408 * valprint.c: Include "cli/cli-option.h".
7409 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7410 here from cp-valprint.c.
7411 (boolean_option_def, uinteger_option_def)
7412 (value_print_option_defs, make_value_print_options_def_group):
7413 New. Use gdb::option::add_setshow_cmds_for_options to install
7414 "set print elements", "set print null-stop", "set print repeats",
7415 "set print pretty", "set print union", "set print array", "set
7416 print address", "set print symbol", "set print array-indexes".
7417 * valprint.h: Include <string> and "cli/cli-option.h".
7418 (make_value_print_options_def_group): Declare.
7419 (print_value): Change parameter type from format_data pointer to
7420 value_print_options reference.
7421 (print_command_completer): Declare.
7422
9d0faba9
PA
74232019-06-13 Pedro Alves <palves@redhat.com>
7424
7425 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7426 (COMMON_SFILES): Add maint-test-settings.c.
7427 * cli/cli-decode.c (boolean_enums): New global, factored out from
7428 ...
7429 (add_setshow_boolean_cmd): ... here.
7430 * cli/cli-decode.h (boolean_enums): Declare.
7431 * cli/cli-option.c: New file.
7432 * cli/cli-option.h: New file.
7433 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7434 factored out from ...
7435 (parse_cli_boolean_value(const char *)): ... this.
7436 (is_unlimited_literal): Change parameter type to pointer to
7437 pointer. Adjust and advance ARG pointer.
7438 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7439 (parse_cli_var_enum): New, factored out from ...
7440 (do_set_command): ... this. Adjust.
7441 * cli/cli-setshow.h (parse_cli_boolean_value)
7442 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7443 (parse_cli_var_enum): Declare.
7444 * cli/cli-utils.c: Include "cli/cli-option.h".
7445 (get_ulongest): New.
7446 * cli/cli-utils.h (get_ulongest): Declare.
7447 (check_for_argument): New overloads.
7448 * maint-test-options.c: New file.
7449
2c722807
PA
74502019-06-13 Pedro Alves <palves@redhat.com>
7451
7452 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7453 parse a range if "-" is at the end of the string.
7454
dee7b4c8
PA
74552019-06-13 Pedro Alves <palves@redhat.com>
7456
7457 * cli/cli-setshow.c (parse_auto_binary_operation)
7458 (parse_cli_boolean_value): Don't allow "o".
7459
dca0f6c0
PA
74602019-06-13 Pedro Alves <palves@redhat.com>
7461
7462 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7463 * NEWS: Mention maint test-settings KIND.
7464 * maint-test-settings.c: New file.
7465
597bf39d
PA
74662019-06-13 Pedro Alves <palves@redhat.com>
7467
7468 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7469 completer.
7470 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7471 "set" completers.
7472
48c410fb
PA
74732019-06-13 Pedro Alves <palves@redhat.com>
7474
7475 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7476 after item.
7477
93bcb043
PA
74782019-06-13 Pedro Alves <palves@redhat.com>
7479
7480 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7481
cbba3ecd
PA
74822019-06-13 Pedro Alves <palves@redhat.com>
7483
7484 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7485 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7486 call.
7487 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7488 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7489 calls.
7490 (check_for_argument): Skip spaces after argument.
7491
b9a3f842
PA
74922019-06-13 Pedro Alves <palves@redhat.com>
7493
7494 * thread.c (thread_apply_command): Adjust TID parsing.
7495 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7496 detected before end of string.
7497 (tid_is_in_list): Error out if LIST is invalid.
7498
3844e605
PA
74992019-06-13 Pedro Alves <palves@redhat.com>
7500
7501 * completer.c (complete_line_internal_1): Rewind completion word
7502 point.
7503 (completion_tracker::advance_custom_word_point_by): Change
7504 parameter type to int.
7505 * completer.h (completion_tracker::advance_custom_word_point_by):
7506 Likewise.
7507
00b56dbe
PA
75082019-06-13 Pedro Alves <palves@redhat.com>
7509
7510 * completer.c (advance_to_completion_word): Handle delimiters.
7511
d106773e
PA
75122019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7513
7514 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7515
08f10e02
TT
75162019-06-11 Tom Tromey <tom@tromey.com>
7517
7518 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7519 (xmalloc_failed): Move to alloc.c.
7520 * alloc.c: New file.
7521 * Makefile.in (COMMON_SFILES): Add alloc.c.
7522
1c7fe951
TT
75232019-06-11 Tom Tromey <tom@tromey.com>
7524
7525 * nat/linux-waitpid.c: Don't include server.h.
7526 (linux_debug): Remove.
7527 (my_waitpid): Update.
7528
89549d7f
TT
75292019-06-11 Tom Tromey <tromey@adacore.com>
7530
7531 * infcall.c (_initialize_infcall): Remove trailing newline from
7532 help.
7533 * user-regs.c (_initialize_user_regs): Remove trailing newline
7534 from help.
7535 * typeprint.c (_initialize_typeprint): Remove trailing newline
7536 from help.
7537 * reverse.c (_initialize_reverse): Remove trailing newlines from
7538 help.
7539 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7540 from help.
7541 * language.c (add_set_language_command): Remove trailing newline
7542 from help.
7543 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7544 help.
7545 * disasm.c (_initialize_disasm): Remove trailing newline from
7546 help.
7547 * top.c (init_main): Remove trailing newline from help.
7548 * interps.c (_initialize_interpreter): Remove trailing newline
7549 from help.
7550 * btrace.c (_initialize_btrace): Remove trailing newlines from
7551 help.
7552 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7553 from help.
7554 * python/python.c (_initialize_python): Remove trailing newline
7555 from help.
7556 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7557 help.
7558 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7559 from help. Reformat some text.
7560 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7561 from help.
7562 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7563 newline from help.
7564
86108c13
TT
75652019-06-11 Tom Tromey <tromey@adacore.com>
7566
7567 * darwin-nat.c (darwin_decode_exception_message)
7568 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7569
a7067863
AB
75702019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7571
7572 * valops.c (value_slice): Check for not allocated or not
7573 associated values.
7574
9ab08412
TV
75752019-06-10 Tom de Vries <tdevries@suse.de>
7576
7577 PR gdb/24618
7578 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7579 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7580 invalid.
7581
f19e22e9
TV
75822019-06-10 Tom de Vries <tdevries@suse.de>
7583
7584 PR gdb/24611
7585 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7586 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7587
e99f9db0
TV
75882019-06-10 Tom de Vries <tdevries@suse.de>
7589
7590 PR symtab/24545
7591 * symtab.c (struct demangled_name_entry): Add language field.
7592 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7593 static minimal symbol". Set and use language field.
7594
9bf7038b
TT
75952019-06-10 Tom Tromey <tromey@adacore.com>
7596
7597 * ada-lang.c (_initialize_ada_language): Update help text.
7598
422186a9
TT
75992019-06-10 Tom Tromey <tromey@adacore.com>
7600
7601 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7602 with a newline.
7603 * guile/guile.c (handle_boot_error): Don't end warning with a
7604 newline.
7605 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7606 warning with a newline.
7607 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7608 newline.
7609 (s12z_frame_cache): Likewise.
7610 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7611 a newline.
7612 * solib-svr4.c (disable_probes_interface): Don't end warning with
7613 a newline.
7614 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7615 newline.
7616 * python/python.c (do_finish_initialization): Don't end warning
7617 with a newline.
7618
25ce02ee
TT
76192019-06-10 Tom Tromey <tom@tromey.com>
7620
7621 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7622 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7623 gdbpy_enter.
7624
caa429d8
TT
76252019-06-10 Tom Tromey <tromey@adacore.com>
7626
7627 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7628 data.
7629 (elf_new_init): Don't call stabsread_new_init.
7630 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7631 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7632 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7633
81873cc8
TV
76342019-06-10 Tom de Vries <tdevries@suse.de>
7635
7636 PR symtab/16264
7637 PR symtab/24517
7638 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7639
4fa0265e
РИ
76402019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7641
7642 * source.c (find_and_open_source): Also rewrite relative file
7643 names.
7644
1a3da2cd
AB
76452019-04-26 Amos Bird <amosbird@gmail.com>
7646
7647 * annotate.c (annotate_thread_exited): Add "thread-exited"
7648 annotation.
7649
3847a7bf
TT
76502019-06-06 Tom Tromey <tromey@adacore.com>
7651
7652 * maint.h (class scoped_command_stats): Use
7653 DISABLE_COPY_AND_ASSIGN.
7654 <print_time>: New method.
7655 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7656 print_time.
7657 (scoped_command_stats::print_time): New method.
7658
312617a3
AB
76592019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7660
7661 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7662 instructions of lengths 6 or 8 bytes.
7663
b02f78f9
PA
76642019-06-04 Pedro Alves <palves@redhat.com>
7665
7666 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7667
7668 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7669 * breakpoint.c (condition_completer): Likewise.
7670 * cli/cli-dump.c (scan_expression): Likewise.
7671 * common/filestuff.c (mkdir_recursive): Likewise.
7672 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7673 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7674 (gdb_abspath): Likewise.
7675 * compile/compile-cplus-types.c
7676 (compile_cplus_instance::decl_name): Likewise.
7677 * completer.c (complete_explicit_location):
7678 (signal_completer, reg_or_group_completer_1): Likewise.
7679 * cp-support.c (cp_remove_params_if_any): Likewise.
7680 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7681 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7682 * infcmd.c (strip_bg_char): Likewise.
7683 * linespec.c (copy_token_string): Likewise.
7684 * mi/mi-main.c (output_cores): Likewise.
7685 * psymtab.c (psymtab_search_name):
7686 * symfile.c (test_set_ext_lang_command): Likewise.
7687 * target.c (target_fileio_read_stralloc): Likewise.
7688 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7689 * value.c (complete_internalvar): Likewise.
7690
e1f2e1a2
CB
76912019-06-04 Christian Biesinger <cbiesinger@google.com>
7692
7693 Add objfile property to gdb.Type.
d3238f7d
PA
7694 * NEWS: Mention Python API addition.
7695 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 7696
e664d728
PW
76972019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7698
7699 * NEWS: Mention the new set|show style [title|highlight].
7700 Mention changes to "show style", "help" and "apropos".
7701
66d8c862
PW
77022019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7703
7704 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7705 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7706 instead of print_help_for_command.
7707 (print_doc_of_command): New function.
7708 (help_list): Add 'apropos -v word' suggestion.
7709 (print_help_for_command): Style the command name using title style.
7710 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7711 (_initialize_cli_cmds): Describe -v in apropos_command help.
7712
9303eb2f
PW
77132019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7714
7715 * cli/cli-style.h (cli_style_option): Add name in constructor,
7716 add m_name class member, add constructor with intensity,
7717 add name class function.
7718 (cli_style_option::add_setshow_commands): Remove name argument.
7719 (highlight_style, title_style): New styles.
7720 * cli/cli-style.c (do_show): New function that shows a style
7721 characteristic styling the style name with itself.
7722 (set_style_name): New function.
7723 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7724 Update all callers according to the changes in cli/cli-style.h.
7725 * utils.h (fputs_highlighted): New function.
7726 * utils.c (fputs_highlighted): Likewise.
7727
e2c52041
PW
77282019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7729
7730 * NEWS: Mention new pipe command and new convenience variables.
7731
947d3946
PW
77322019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7733
7734 * cli/cli-cmds.c (pipe_command): New function.
7735 (_initialize_cli_cmds): Call add_com for pipe_command.
7736 Define | as an alias for pipe.
7737 (exit_status_set_internal_vars): New function.
7738 (shell_escape): Call exit_status_set_internal_vars.
7739 cli/cli-decode.c (find_command_name_length): Recognize | as
7740 a single character command.
7741
b8fd0918
PW
77422019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7743
7744 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7745 top.c (execute_command_to_ui_file): New function, mostly a copy
7746 of execute_command_to_string.
7747 (execute_command_to_string): Implement by calling
7748 execute_command_to_ui_file.
7749
68bb5386
PW
77502019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7751
7752 * top.h (saved_command_line): Remove declaration.
7753 * top.c (previous_saved_command_line, previous_repeat_arguments):
7754 New variables.
7755 (saved_command_line): Make static, define together with other
7756 'repeat variables'.
7757 (dont_repeat): Clear repeat_arguments.
7758 (repeat_previous, get_saved_command_line, save_command_line):
7759 New functions.
7760 (gdb_init): Initialize saved_command_line
7761 and previous_saved_command_line.
7762 * main.c (captured_main_1): Remove saved_command_line initialization.
7763 * event-top.c (handle_line_of_input): Update to use
7764 the new 'repeat' related functions instead of direct access to
7765 saved_command_line.
7766 * command.h (repeat_previous, get_saved_command_line,
7767 save_command_line): New declarations.
7768 (dont_repeat): Add comment.
7769
bfcdb852
TT
77702019-05-30 Tom Tromey <tromey@adacore.com>
7771
7772 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7773 Fix comment.
7774 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7775
0ef209f2
JV
77762019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7777
7778 PR cli/24587
7779 * completer.c (complete): Initialize variable word.
7780
955b06fa
SDJ
77812019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7782
7783 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7784 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7785 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7786 'body' is NULL to the outter 'if', protecting the '!is_define'
7787 situation as well.
7788
fa9c3fa0
TT
77892019-05-29 Tom Tromey <tromey@adacore.com>
7790
7791 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7792 (dwarf_unknown): New function.
7793 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7794 (dwarf_type_encoding_name): Use dwarf_unknown.
7795
4330d61d
TT
77962019-05-29 Tom Tromey <tromey@adacore.com>
7797
7798 PR c++/20020:
7799 * cp-valprint.c (cp_print_value_fields): Call
7800 cp_print_static_field inside "try".
7801
33a6bc35
TT
78022019-05-29 Tom Tromey <tromey@adacore.com>
7803
7804 * inflow.c (struct terminal_info): Add default operator=.
7805 * configure: Rebuild.
7806 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7807 -Wdeprecated-copy-dtor, -Wredundant-move.
7808
000439d5
TT
78092019-05-29 Tom Tromey <tromey@adacore.com>
7810
7811 * NEWS: Add entry.
7812 * infcmd.c (print_return_value_1): Handle finish_print
7813 option.
7814 (show_print_finish): New function.
7815 (_initialize_infcmd): Add "set/show print finish" commands.
7816 * valprint.c (user_print_options): Initialize new member.
7817 * valprint.h (struct value_print_options) <finish_print>: New
7818 member.
7819
c0e70c62
TT
78202019-05-28 Tom Tromey <tromey@adacore.com>
7821
7822 * ada-lang.c (ada_remove_Xbn_suffix)
7823 (find_old_style_renaming_symbol)
7824 (parse_old_style_renaming): Remove.
7825 (ada_find_renaming_symbol): Don't call
7826 find_old_style_renaming_symbol.
7827 (ada_is_renaming_symbol): Rename from
7828 ada_find_renaming_symbol. Remove "block" parameter. Return
7829 bool. Now static.
7830 (ada_read_var_value): Update and simplify.
7831 * ada-exp.y (write_var_or_type): Remove old code.
7832
766f8836
AH
78332019-05-28 Alan Hayward <alan.hayward@arm.com>
7834
68255adc 7835 PR gdb/25010
766f8836
AH
7836 * event-top.c: Remove include comment.
7837 * inflow.c (class scoped_ignore_sigttou): Move from here...
7838 * inflow.h (class scoped_ignore_sigttou): ...to here.
7839 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7840 * top.c: Remove include comment.
7841
eb41253a
TT
78422019-05-27 Tom Tromey <tom@tromey.com>
7843
7844 * NEWS: Fix typo.
7845
4ca51187
TT
78462019-05-22 Tom Tromey <tromey@adacore.com>
7847
7848 * target.c (target_follow_exec): Constify parameter.
7849 * target-delegates.c: Rebuild.
7850 * remote.c (remote_target::follow_exec): Constify parameter.
7851 * infrun.c (follow_exec): Constify parameter.
7852 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7853 (target_follow_exec): Likewise.
7854
8fca4da0
AH
78552019-05-22 Alan Hayward <alan.hayward@arm.com>
7856
7857 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7858 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7859
b7060614
AH
78602019-05-22 Alan Hayward <alan.hayward@arm.com>
7861
7862 * NEWS: Add debugredirect and testsuite sections.
7863
0a5954bd
SC
78642019-05-22 Simon Cook <simon.cook@embecosm.com>
7865
7866 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7867 target descriptions using exclusively floating point register name
7868 aliases.
7869
dc42e902
AB
78702019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7871
7872 PR gdb/18644:
7873 * f-lang.c (build_fortran_types): Handle the case where
7874 gdbarch_floatformat_for_type returns a nullptr.
7875
fb7806c7
TV
78762019-05-21 Tom de Vries <tdevries@suse.de>
7877
7878 PR cli/24587
7879 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7880
34d11c68
AB
78812019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7882
7883 PR gdb/18644:
7884 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7885 16-byte floats.
7886 * i386-tdep.c (i386_floatformat_for_type): Use
7887 floatformats_ia64_quad for the 16-byte floating point component
7888 within a fortran 32-byte complex number.
7889
122cf0f2
AB
78902019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7893 delete default constructor.
7894 (find_partial_die): Update to return const struct.
7895 (partial_die_parent_scope): Move variable declaration into scope
7896 of its use and change its type to auto.
7897 (guess_partial_die_structure_name): Likewise.
7898 (partial_die_info::fixup): Likewise.
7899
33d0e35a
TT
79002019-05-17 Tom Tromey <tromey@adacore.com>
7901
7902 * source.c (find_and_open_source): Remove cast.
7903
a45575b0
TT
79042019-05-17 Tom Tromey <tromey@adacore.com>
7905
7906 * annotate.c (annotate_source): Make "filename" const.
7907 * annotate.h (annotate_source): Use const.
7908
81f47ac2
AH
79092019-05-17 Alan Hayward <alan.hayward@arm.com>
7910
7911 * disasm.c (set_disassembler_options): Send errors to stderr.
7912
ca1285d1
AH
79132019-05-17 Alan Hayward <alan.hayward@arm.com>
7914
7915 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7916 (cli_interp_base::set_logging): Check debug_redirect.
7917 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7918 * cli/cli-logging.c (debug_redirect): Add static variable.
7919 (pop_output_files): Add default param.
7920 (handle_redirections): Print debug setting.
7921 (show_logging_command): Likewise.
7922 (_initialize_cli_logging): Add debugredirect command.
7923 * interps.c (current_interp_set_logging): Add debug_redirect
7924 parameter.
7925 * interps.h (set_logging): Add debug_redirect parameter.
7926 (current_interp_set_logging): Likewise.
7927 * mi/mi-common.h: Likewise.
7928 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7929
79302019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
7931 Tom Tromey <tromey@adacore.com>
7932
7933 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7934 directly.
7935 * cli/cli-interp.h (make_logging_output): Remove declaration.
7936 * cli/cli-logging.c (make_logging_output): Remove function.
7937 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7938 directly.
7939 * ui-file.c (tee_file::tee_file): Remove bools.
7940 (tee_file::~tee_file): Remove deletes.
7941 * ui-file.h (tee_file): Remove bools.
7942
26648588
JV
79432019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7944
7945 * mi/mi-cmds.h (mi_cmd_complete): New function.
7946 * mi/mi-main.c (mi_cmd_complete): Likewise.
7947 * mi/mi-cmds.c: Define new MI command -complete.
7948 * NEWS: Mention new -complete command.
7949
6e035501
JV
79502019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7951
7952 * completer.h (complete): New function.
7953 * completer.c (complete): Likewise.
7954 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7955 function defined in completer.h.
7956
7d0e2ece
JV
79572019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7958
e79be6e5 7959 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 7960
fb816e8b
TV
79612019-05-17 Tom de Vries <tdevries@suse.de>
7962
7963 PR gdb/24094
7964 * dwarf2read.c (struct cu_partial_die_info): New struct.
7965 (find_partial_die): Return cu_partial_die_info.
7966 (partial_die_parent_scope, guess_partial_die_structure_name)
7967 (partial_die_info::fixup): Handle new return type of find_partial_die.
7968
677052f2
SDJ
79692019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7970
a1726c38 7971 PR breakpoints/24541
677052f2
SDJ
7972 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7973 "std::string", simplifying the algorithm.
7974
f3da9116
SDJ
79752019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7976
7977 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7978 (stap_static_probe_ops::get_probes): Likewise.
7979
f1bb75ab
SDJ
79802019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7981
7982 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
7983 '-')" and "else if".
7984 (stap_parse_single_operand): Join checks for
7985 "gdbarch_stap_parse_special_token_p" and
7986 "gdbarch_stap_parse_special_token" in the same "if" statement.
7987 Invert check when verifying for operation on register
7988 displacement.
7989
3ca58cde
SDJ
79902019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7991
7992 * stap-probe.c (stap_get_opcode): Update comment.
7993 (stap_get_expected_argument_type): Likewise.
7994 (handle_stap_probe): Likewise.
7995
af2d9bee
SDJ
79962019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7997
7998 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
7999 return type to 'bool'. Adjust comment. Use 'bool' when
8000 appropriate.
8001 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8002 * stap-probe.c (stap_parse_argument_1): Likewise.
8003 (stap_is_operator): Likewise.
8004 (stap_is_generic_prefix): Likewise.
8005 (stap_is_register_prefix): Likewise.
8006 (stap_is_register_indirection_prefix): Likewise.
8007 (stap_is_integer_prefix): Likewise.
8008 (stap_generic_check_suffix): Likewise.
8009 (stap_check_integer_suffix): Likewise.
8010 (stap_check_register_suffix): Likewise.
8011 (stap_check_register_indirection_suffix): Likewise.
8012 (stap_parse_register_operand): Likewise.
8013 (stap_parse_single_operand): Likewise.
8014 (stap_parse_argument_1): Likewise.
8015 (stap_probe::get_argument_count): Likewise.
8016 (stap_is_operator): Likewise.
8017
61c9c421
TT
80182019-05-16 Tom Tromey <tromey@adacore.com>
8019
8020 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8021 keyword to foreach.
8022
9ddc1af1
SM
80232019-05-15 Simon Marchi <simon.marchi@efficios.com>
8024
8025 * linux-thread-db.c (try_thread_db_load_1): Change return type
8026 to bool.
8027 (try_thread_db_load): Likewise.
8028 (try_thread_db_load_from_pdir_1): Likewise.
8029 (try_thread_db_load_from_pdir): Likewise.
8030 (try_thread_db_load_from_sdir): Likewise.
8031 (try_thread_db_load_from_dir): Likewise.
8032 (thread_db_load_search): Likewise.
8033 (has_libpthread): Likewise.
8034 (thread_db_load): Likewise.
8035
7bede828
SDJ
80362019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8037
8038 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8039 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8040 NULL, and complain/return if that's the case.
8041
c5358db4
JD
80422019-05-15 John Darrington <john@darrington.wattle.id.au>
8043
8044 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8045 (advance, posn, abstract_read_memory): New functions.
8046 [struct mem_read_abstraction]: New struct.
8047 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8048
c408a94f
TT
80492019-05-14 Tom Tromey <tromey@adacore.com>
8050
8051 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8052 value is not lval_memory.
8053
e7bd7fba
TT
80542019-05-14 Tom Tromey <tromey@adacore.com>
8055
8056 * solib.c (info_sharedlibrary_command): Style the file name.
8057
a6d0f249
AH
80582019-05-14 Alan Hayward <alan.hayward@arm.com>
8059
8060 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8061 (aarch64_vnv_type): Likewise.
8062 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8063 * common/tdesc.c: Likewise.
8064 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8065 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8066 * features/aarch64-fpu.xml: Add ieee half view.
8067 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8068 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8069 * gdbtypes.h (struct builtin_type): Likewise.
8070 (struct objfile_type): Likewise.
8071
66b8bb74
SM
80722019-05-12 Paul Naert <paul.naert@polymtl.ca>
8073
8074 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8075 typo.
8076 * location.h (string_to_event_location): Likewise.
8077
21c219fd
JB
80782019-05-11 Joel Brobecker <brobecker@adacore.com>
8079
8080 GDB 8.3 released.
8081
13674803
SM
80822019-05-10 Simon Marchi <simon.marchi@efficios.com>
8083
8084 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8085 New variable declaration.
8086 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8087 New variable.
8088 (print_one_breakpoint): Use ui_out::test_flags and new global
8089 variable to compute use_fixed_output.
8090 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8091 Remove.
8092 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8093 (mi_multi_location_breakpoint_output_fixed): Remove.
8094 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8095 new variable.
8096 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8097 fix_multi_location_breakpoint_output flag if version >= 3.
8098 * ui-out.h (enum ui_out_flag)
8099 <fix_multi_location_breakpoint_output>: New enumerator.
8100
a9eac7f9
SM
81012019-05-10 Simon Marchi <simon.marchi@efficios.com>
8102
8103 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8104
71bed2db
TT
81052019-05-10 Tom Tromey <tromey@adacore.com>
8106
8107 * ada-lang.c (catch_ada_completer): New function.
8108 (_initialize_ada_language): Use it.
8109
24c54127
TT
81102019-05-10 Tom Tromey <tromey@adacore.com>
8111
8112 * thread.c (print_thread_info): Make "requested_threads" const.
8113 * gdbthread.h (print_thread_info): Make "requested_threads"
8114 const.
8115 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8116 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8117
7a102139
TT
81182019-05-08 Tom Tromey <tom@tromey.com>
8119
8120 * gdbtypes.c (objfile_type_data): Change type.
8121 (objfile_type, _initialize_gdbtypes): Update.
8122
924d79e2
TT
81232019-05-08 Tom Tromey <tom@tromey.com>
8124
8125 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8126 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8127 (_initialize_dwarf2_frame): Update.
8128
4c58e337
TT
81292019-05-08 Tom Tromey <tom@tromey.com>
8130
8131 * objc-lang.c (objc_objfile_data): Change type.
8132 (find_methods): Update.
8133 (_initialize_objc_lang): Remove.
8134
d772d2ab
TT
81352019-05-08 Tom Tromey <tom@tromey.com>
8136
8137 * stabsread.c (rs6000_builtin_type_data): Change type.
8138 (rs6000_builtin_type, _initialize_stabsread): Update.
8139
d11d83f4
TT
81402019-05-08 Tom Tromey <tom@tromey.com>
8141
8142 * mips-tdep.c (mips_pdr_data): Remove.
8143 (_initialize_mips_tdep): Update.
8144
9a73f0ad
TT
81452019-05-08 Tom Tromey <tom@tromey.com>
8146
8147 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8148 (hppa_init_objfile_priv_data, read_unwind_info)
8149 (find_unwind_entry, _initialize_hppa_tdep): Update.
8150
8127a2fa
TT
81512019-05-08 Tom Tromey <tom@tromey.com>
8152
8153 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8154 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8155 on obstack.
8156 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8157
91d3055d
TT
81582019-05-08 Tom Tromey <tom@tromey.com>
8159
8160 * mdebugread.c (basic_type_data): Change type.
8161 (basic_type, _initialize_mdebugread): Update.
8162
31930bd3
TT
81632019-05-08 Tom Tromey <tom@tromey.com>
8164
8165 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8166
bdb3ed9e
TT
81672019-05-08 Tom Tromey <tom@tromey.com>
8168
8169 * nto-tdep.c (nto_inferior_data_reg): Change type.
8170 (nto_inferior_data): Update.
8171 (nto_inferior_data_cleanup, nto_new_inferior_data)
8172 (_initialize_nto_tdep): Remove.
8173 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8174
f37b313d
TT
81752019-05-08 Tom Tromey <tom@tromey.com>
8176
8177 * ada-lang.c (struct ada_inferior_data): Add initializers.
8178 (ada_inferior_data): Change type.
8179 (ada_inferior_data_cleanup): Remove.
8180 (get_ada_inferior_data, ada_inferior_exit)
8181 (struct ada_pspace_data): Add initializers, destructor.
8182 (ada_pspace_data_handle): Change type.
8183 (get_ada_pspace_data): Update.
8184 (ada_pspace_data_cleanup): Remove.
8185
24699405
TT
81862019-05-08 Tom Tromey <tom@tromey.com>
8187
8188 * coffread.c (struct coff_symfile_info): Add initializers.
8189 (coff_objfile_data_key): Move lower. Change type.
8190 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8191 Update.
8192 (coff_free_info): Remove.
8193
d4e05d2f
TT
81942019-05-08 Tom Tromey <tom@tromey.com>
8195
8196 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8197 (fbsd_pspace_data_handle): Move lower. Change type.
8198 (get_fbsd_pspace_data): Update.
8199 (fbsd_pspace_data_cleanup): Remove.
8200 (_initialize_fbsd_tdep): Update.
8201
14ef6690
TT
82022019-05-08 Tom Tromey <tom@tromey.com>
8203
8204 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8205 (get_ada_tasks_pspace_data): Update.
8206 (ada_tasks_pspace_data_cleanup): Remove.
8207 (_initialize_tasks): Update.
8208 (ada_tasks_inferior_data_handle): Change type.
8209 (get_ada_tasks_inferior_data): Update.
8210 (ada_tasks_inferior_data_cleanup): Remove.
8211 (struct ada_tasks_pspace_data): Add initializers.
8212
814cf43a
TT
82132019-05-08 Tom Tromey <tom@tromey.com>
8214
8215 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8216 * symfile-debug.c (debug_sym_get_probes): Change type.
8217 * stap-probe.c (handle_stap_probe):
8218 (stap_static_probe_ops::get_probes): Change type.
8219 * probe.h (class static_probe_ops) <get_probes>: Change type.
8220 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8221 (parse_probes_in_pspace): Update.
8222 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8223 Update.
8224 (any_static_probe_ops::get_probes): Change type.
8225 * elfread.c (elfread_data): New typedef.
8226 (probe_key): Change type.
8227 (elf_get_probes): Likewise. Update.
8228 (probe_key_free): Remove.
8229 (_initialize_elfread): Update.
8230 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8231 Change type.
8232 (dtrace_process_dof_probe, dtrace_process_dof)
8233 (dtrace_static_probe_ops::get_probe): Change type.
8234
02dc647e
TT
82352019-05-08 Tom Tromey <tom@tromey.com>
8236
8237 * xcoffread.c (struct xcoff_symfile_info): Rename from
8238 coff_symfile_info. Add initializers.
8239 (xcoff_objfile_data_key): Move lower. Change type.
8240 (XCOFF_DATA): Rewrite.
8241 (xcoff_free_info): Remove.
8242 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8243 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8244 (xcoff_initial_scan): Update.
8245
09232438
TT
82462019-05-08 Tom Tromey <tom@tromey.com>
8247
8248 * solib-svr4.c (struct svr4_info): Add initializers and
8249 destructor.
8250 <probes_table>: Now an htab_up.
8251 (solib_svr4_pspace_data): Change type.
8252 (free_probes_table): Simplify.
8253 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8254 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8255 (probes_table_remove_objfile_probes, register_solib_event_probe)
8256 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8257 (_initialize_svr4_solib): Update.
8258
7b4a314f
TT
82592019-05-08 Tom Tromey <tom@tromey.com>
8260
8261 * remote.c (remote_pspace_data): Change type.
8262 (remote_pspace_data_cleanup): Remove.
8263 (get_remote_exec_file, set_pspace_remote_exec_file)
8264 (_initialize_remote): Update.
8265
51d3063a
TT
82662019-05-08 Tom Tromey <tom@tromey.com>
8267
8268 * breakpoint.c (breakpoint_objfile_key): Change type.
8269 (get_breakpoint_objfile_data): Update.
8270 (free_breakpoint_objfile_data): Remove.
8271 (_initialize_breakpoint): Update.
8272
89fb8848
TT
82732019-05-08 Tom Tromey <tom@tromey.com>
8274
8275 * linux-tdep.c (struct linux_info): Add initializers.
8276 (linux_inferior_data): Move. Change type.
8277 (invalidate_linux_cache_inf): Update.
8278 (linux_inferior_data_cleanup): Remove.
8279 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8280
e9b89e2d
TT
82812019-05-08 Tom Tromey <tom@tromey.com>
8282
8283 * auxv.c (auxv_inferior_data): Move. Change type.
8284 (auxv_inferior_data_cleanup): Remove.
8285 (invalidate_auxv_cache_inf): Rewrite.
8286 (get_auxv_inferior_data, _initialize_auxv): Update.
8287
8c42777c
TT
82882019-05-08 Tom Tromey <tom@tromey.com>
8289
8290 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8291 (symfile_debug_objfile_data_key): Change type.
8292 (symfile_debug_installed, debug_qf_has_symbols)
8293 (debug_qf_find_last_source_symtab)
8294 (debug_qf_forget_cached_source_info)
8295 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8296 (debug_qf_print_stats, debug_qf_dump)
8297 (debug_qf_expand_symtabs_for_function)
8298 (debug_qf_expand_all_symtabs)
8299 (debug_qf_expand_symtabs_with_fullname)
8300 (debug_qf_map_matching_symbols)
8301 (debug_qf_expand_symtabs_matching)
8302 (debug_qf_find_pc_sect_compunit_symtab)
8303 (debug_qf_map_symbol_filenames)
8304 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8305 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8306 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8307 (debug_sym_read_linetable, debug_sym_relocate): Update.
8308 (symfile_debug_free_objfile): Remove.
8309 (install_symfile_debug_logging, _initialize_symfile_debug):
8310 Update.
8311
5bfd760d
TT
83122019-05-08 Tom Tromey <tom@tromey.com>
8313
8314 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8315 allocate_on_obstack.
8316 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8317 (get_dwarf2_per_objfile): Update.
8318 (set_dwarf2_per_objfile): Remove.
8319 (dwarf2_has_info, dwarf2_get_section_info): Update.
8320 (dwarf2_free_objfile): Remove.
8321 (_initialize_dwarf2_read): Update.
8322
e85e19b4
TT
83232019-05-08 Tom Tromey <tom@tromey.com>
8324
8325 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8326 initializers.
8327 <unsupported_script_warning_printed,
8328 script_not_found_warning_printed>: Now bool.
8329 (auto_load_pspace_data): Change type.
8330 (~auto_load_pspace_info): Rename from
8331 auto_load_pspace_data_cleanup.
8332 (get_auto_load_pspace_data, init_loaded_scripts_info)
8333 (clear_section_scripts, maybe_print_unsupported_script_warning)
8334 (maybe_print_script_not_found_warning, _initialize_auto_load):
8335 Update.
8336
f6aa7436
TT
83372019-05-08 Tom Tromey <tom@tromey.com>
8338
8339 * objfiles.c (objfile_pspace_info): Add destructor and
8340 initializers.
8341 (objfiles_pspace_data): Change type.
8342 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8343 (get_objfile_pspace_data): Update.
8344 (objfiles_bfd_data): Change type.
8345 (get_objfile_bfd_data): Update.
8346 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8347
6ae614f6
TT
83482019-05-08 Tom Tromey <tom@tromey.com>
8349
8350 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8351 Change type.
8352 (get_catch_syscall_inferior_data): Update.
8353 (catch_syscall_inferior_data_cleanup): Remove.
8354 (_initialize_break_catch_syscall): Update.
8355
6509b8eb
TT
83562019-05-08 Tom Tromey <tom@tromey.com>
8357
8358 * inflow.c (struct terminal_info): Add destructor and
8359 initializers.
8360 (inflow_inferior_data): Change type.
8361 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8362 (get_inflow_inferior_data, inflow_inferior_exit)
8363 (swap_terminal_info, _initialize_inflow): Update.
8364
35632941
TT
83652019-05-08 Tom Tromey <tom@tromey.com>
8366
8367 * target-dcache.c (target_dcache_cleanup): Remove.
8368 (target_dcache_aspace_key): Change type.
8369 (target_dcache_init_p, target_dcache_invalidate)
8370 (target_dcache_get, target_dcache_get_or_init)
8371 (_initialize_target_dcache): Update.
8372 * dcache.h (struct dcache_deleter): New.
8373
3017b94d
TT
83742019-05-08 Tom Tromey <tom@tromey.com>
8375
8376 * symtab.c (struct symbol_cache): Add destructor and
8377 initializers.
8378 (symbol_cache_key): Move. Change type.
8379 (make_symbol_cache, free_symbol_cache): Remove.
8380 (get_symbol_cache): Update.
8381 (symbol_cache_cleanup): Remove.
8382 (ALL_PSPACES, symbol_cache_flush)
8383 (maintenance_print_symbol_cache)
8384 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8385 Update.
8386
a32ad8c5
TT
83872019-05-08 Tom Tromey <tom@tromey.com>
8388
8389 * symtab.c (struct main_info): Add destructor and initializers.
8390 (main_progspace_key): Move. Change type.
8391 (get_main_info): Update.
8392 (main_info_cleanup): Remove.
8393 (_initialize_symtab): Update.
8394
5f6e90a0
TT
83952019-05-08 Tom Tromey <tom@tromey.com>
8396
8397 * registry.h (DECLARE_REGISTRY): Define the _key class.
8398
1bd0c6e4
AB
83992019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8400
8401 * NEWS: Merge two 'New commands' sections.
8402
2228ef77
XR
84032019-05-08 Joel Brobecker <brobecker@adacore.com>
8404
8405 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8406 parameter and use Ada language definition instead.
8407 (ada_val_print_ptr): Remove unused language parameter.
8408 (ada_val_print_num): Remove language parameter and use Ada language
8409 definition instead.
8410 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8411 parameter.
8412 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8413 parameter and use Ada language definition instead.
8414 (ada_val_print_1): Update all ada_val_print_xxx calls.
8415 Remove language parameter.
8416 (ada_val_print): Update ada_val_print_1 call.
8417
60fcc1c3
TT
84182019-05-08 Tom Tromey <tromey@adacore.com>
8419
8420 * remote.c (remote_hw_watchpoint_limit)
8421 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8422 Now static.
8423
ed2b7c17
TT
84242019-05-08 Tom Tromey <tromey@adacore.com>
8425
8426 * maint.c (_initialize_maint_cmds): Move initialization code to
8427 remote.c.
8428 (watchdog, show_watchdog): Move to remote.c.
8429 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8430 "watchdog" static.
8431 (_initialize_remote): Move initialization code from maint.c.
8432 * defs.h (watchdog): Don't declare.
8433
b0be6c91
TT
84342019-05-08 Tom Tromey <tromey@adacore.com>
8435
8436 * tui/tui-interp.c: Include main.h.
8437 * interps.c: Include main.h.
8438 * main.h (interpreter_p): Declare.
8439 * defs.h (interpreter_p): Don't declare.
8440
587ee17b
TT
84412019-05-08 Tom Tromey <tromey@adacore.com>
8442
8443 * dwarf2loc.c: Include dwarf2read.h.
8444 * defs.h (read_unsigned_leb128): Don't declare.
8445 * dwarf2read.h (read_unsigned_leb128): Declare.
8446
ca1df239
TT
84472019-05-08 Tom Tromey <tromey@adacore.com>
8448
8449 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8450 method.
8451
99f20f08
TT
84522019-05-08 Tom Tromey <tromey@adacore.com>
8453
8454 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8455 when no wrap column is set.
8456
80e55b13
TT
84572019-05-08 Tom Tromey <tromey@adacore.com>
8458
8459 * c-lang.c (c_get_string): Handle non-C-style arrays.
8460
9d3421af
TT
84612019-05-08 Tom Tromey <tromey@adacore.com>
8462
8463 * typeprint.c (print_offset_data::update): Print the bit offset,
8464 not the number of bits remaining.
8465
844333e2
TT
84662019-05-08 Tom Tromey <tromey@adacore.com>
8467
8468 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8469 padding at end of comment.
8470
988915ee
TT
84712019-05-08 Tom Tromey <tromey@adacore.com>
8472
8473 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8474 Compare main types.
8475
26bfd823
TT
84762019-05-06 Tom Tromey <tom@tromey.com>
8477
8478 * common/scoped_mmap.c: Include common-defs.h.
8479 * common/scoped_mmap.h: Don't include config.h.
8480
89055eaa
TT
84812019-05-04 Tom Tromey <tom@tromey.com>
8482
8483 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8484 (struct aarch64_call_info): Add initializers.
8485 <si>: Now a std::vector.
8486 (pass_on_stack, aarch64_push_dummy_call): Update.
8487
5da01df5
TT
84882019-05-04 Simon Marchi <simon.marchi@efficios.com>
8489 Tom Tromey <tom@tromey.com>
8490
8491 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8492 (ppc_threads): Now a std::vector. Now static.
8493 (hwdebug_find_thread_points_by_tid)
8494 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8495 Update.
8496
fbdf05a1
TT
84972019-05-04 Tom Tromey <tom@tromey.com>
8498
8499 * arc-tdep.c (arc_tdesc_init): Return bool.
8500
06d16ec9
TT
85012019-05-04 Tom Tromey <tom@tromey.com>
8502
8503 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8504 Use gdb_assert_not_reached.
8505
9c056022
TT
85062019-05-04 Tom Tromey <tom@tromey.com>
8507
8508 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8509 "false".
8510
fa9c2a59
TT
85112019-05-04 Tom Tromey <tom@tromey.com>
8512
8513 * arc-tdep.c (arc_tdesc_init): Use bool.
8514
e2eb806a
TT
85152019-05-04 Tom Tromey <tom@tromey.com>
8516
8517 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8518
6fe87677
TT
85192019-05-04 Tom Tromey <tom@tromey.com>
8520
8521 * cli/cli-cmds.c (valid_command_p): Return bool.
8522
7f008c9e
TT
85232019-05-04 Tom Tromey <tom@tromey.com>
8524
8525 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8526 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8527
b6484282
RT
85282019-05-04 Raul Tambre <raul@tambre.ee>
8529
8530 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8531 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8532 operator for comparison.
8533
af97b416
TT
85342019-05-04 Tom Tromey <tom@tromey.com>
8535
8536 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8537 (lookup_partial_symbol, print_partial_symbols)
8538 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8539 (psymbol_compare): Update.
8540 (add_psymbol_to_bcache): Clear the entire psymbol.
8541 (maintenance_check_psymtabs): Update.
8542 * psympriv.h (struct partial_symbol): Don't derive from
8543 general_symbol_info.
8544 <obj_section, unrelocated_address, address,
8545 set_unrelocated_address>: Update.
8546 <ginfo>: New member.
8547 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8548 (debug_names::write_psymbols): Update.
8549
9d6d4be8
TV
85502019-05-04 Tom de Vries <tdevries@suse.de>
8551
8552 * contrib/cc-with-tweaks.sh: Support -n arg.
8553
66452beb
PW
85542019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8555
8556 * corelow.c (core_target::detach): Ensure frame cache and
8557 register caches are cleared.
8558 inferior.c (exit_inferior_1): Likewise.
8559
bde09ab7
TT
85602019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8561 Tom Tromey <tom@tromey.com>
8562
8563 * dictionary.c (collate_pending_symbols_by_language): Remove
8564 "struct" from foreach.
8565 * symtab.c (lookup_global_symbol_from_objfile)
8566 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8567 foreach.
8568 * ser-tcp.c (net_open): Remove "struct" from foreach.
8569 * objfiles.c (objfile_relocate, objfile_rebase)
8570 (objfile_has_symbols): Remove "struct" from foreach.
8571 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8572 from foreach.
8573 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8574 foreach.
8575 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8576 "struct" from foreach.
8577 * ada-lang.c (create_excep_cond_exprs)
8578 (ada_exception_catchpoint_cond_string): Remove "struct" from
8579 foreach.
8580
222a8d25
TT
85812019-05-03 Tom Tromey <tromey@adacore.com>
8582
8583 * ada-exp.y (convert_char_literal): Check suffix of each
8584 enumerator.
8585
fcd60b84
DP
85862019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8587
8588 PR ada/21406:
8589 * ada-exp.y (yywrap): Don't define.
8590 * ada-lex.l (%option): Add noyywrap
8591 (yywrap): Remove.
8592
5f2459c2
EZ
85932019-05-03 Eli Zaretskii <eliz@gnu.org>
8594
353ea2d1
EZ
8595 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8596 _WIN32_WINNT to the XP level, unless already defined to a higher
8597 level.
8598
8599 * unittests/parse-connection-spec-selftests.c:
8600 * ser-tcp.c:
8601 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8602 override.
8603
5f2459c2
EZ
8604 * symfile.c (find_separate_debug_file): Remove colon from the
8605 drive spec of DOS/Windows file names of the target, so that the
8606 file name produced from DEBUGDIR and the target's directory will
8607 be valid on DOS/Windows systems.
8608
80062eb9
AB
86092019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8610
8611 * rust-lang.c (val_print_struct): Handle printing structures
8612 containing strings.
8613
b8c05e85
TT
86142019-05-02 Tom Tromey <tromey@adacore.com>
8615
8616 * valarith.c (_initialize_valarith): Remove.
8617
4504bbde
TT
86182019-05-01 Tom Tromey <tromey@adacore.com>
8619
8620 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8621 bitfields.
8622
d48e62f4
TT
86232019-05-01 Tom Tromey <tromey@adacore.com>
8624
8625 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8626 for big-endian copies.
8627
15f18d14
AT
86282019-04-30 Ali Tamur <tamur@google.com>
8629 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8630 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8631 (read_3_bytes): New function.
8632
ab4ee614
JB
86332019-04-30 Joel Brobecker <brobecker@adacore.com>
8634
8635 * windows-nat.c (main_thread_id): Delete.
8636 (handle_output_debug_string): Replace main_thread_id by
8637 current_event.dwThreadId.
8638 (fake_create_process): Likewise.
8639 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8640 Do not set main_thread_id.
8641 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8642 current_event.dwThreadId.
8643 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8644
8ed5b76e
JB
86452019-04-30 Joel Brobecker <brobecker@adacore.com>
8646
8647 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8648 Use current_event.dwThreadId instead of main_thread_id.
8649
2ff0a947
TT
86502019-04-30 Tom Tromey <tromey@adacore.com>
8651
8652 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8653 (create_excep_cond_exprs): Iterate over program spaces.
8654 (ada_exception_catchpoint_cond_string): Examine all minimal
8655 symbols for exception types.
8656
a776957c
TT
86572019-04-30 Tom Tromey <tromey@adacore.com>
8658
8659 PR c++/24470:
8660 * dwarf2read.c (process_structure_scope): Handle case where type
8661 has template parameters but no symbol was created.
8662
bc68014d
AB
86632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8664 Chris January <chris.january@arm.com>
8665
8666 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8667 qualifier.
8668 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8669
f1fdc960
AB
86702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8671
8672 * f-typeprint.c (f_print_type): Update rules for printing
8673 whitespace.
8674 (f_type_print_varspec_suffix): Likewise.
8675
bf7a4de1
AB
86762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8677 Chris January <chris.january@arm.com>
8678
8679 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8680 function arguments.
8681
bbe75b9d
AB
86822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8683
8684 * f-lang.c (build_fortran_types): Change name of void type to
8685 lower case.
8686 * f-typeprint.c (f_type_print_base): Print the name of the void
8687 type, rather than a fixed string.
8688 * f-valprint.c (f_decorations): Use lower case void string.
8689
1db455a7
AB
86902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8691 Chris January <chris.january@arm.com>
8692
8693 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8694 types for Fortran.
8695
b6d03bb2
AB
86962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8697 Chris January <chris.january@arm.com>
8698 David Lecomber <david.lecomber@arm.com>
8699
8700 * f-exp.y (BINOP_INTRINSIC): New token.
8701 (exp): New parser rule handling BINOP_INTRINSIC.
8702 (f77_keywords): Add new builtin procedures.
8703 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8704 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8705 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8706 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8707 (print_unop_subexp_f): New function.
8708 (print_binop_subexp_f): New function.
8709 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8710 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8711 (dump_subexp_body_f): Likewise.
8712 (operator_check_f): Likewise.
8713 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8714 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8715
83228e93
AB
87162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8717
8718 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8719 UNOP_KIND.
8720 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8721 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8722 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8723 (operator_length_f): New fuction.
8724 (print_subexp_f): New function.
8725 (op_name_f): New function.
8726 (dump_subexp_body_f): New function.
8727 (operator_check_f): New function.
8728 (exp_descriptor_f): Replace standard expression handling functions
8729 with new functions.
8730 * gdb/fortran-operator.def: New file.
8731 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8732 * gdb/std-operator.def: Remove UNOP_KIND.
8733
6fdcd7cc
AB
87342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8735
8736 * std-operator.def: Remove unbalanced, stray double quote
8737 character.
8738
2e62ab40
AB
87392019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8740 Chris January <chris.january@arm.com>
8741 Daniel Everett <daniel.everett@arm.com>
8742 Nick Forrington <nick.forrington@arm.com>
8743 Richard Bunt <richard.bunt@arm.com>
8744
8745 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8746 of depth when printing anonymous structs or unions.
8747 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8748 Don't print either the top-level value, or the children if the
8749 max-depth is exceeded.
8750 (ppscm_print_children): When printing the key of a map, allow one
8751 extra level of depth.
8752 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8753 print either the top-level value, or the children if the max-depth
8754 is exceeded.
8755 (print_children): When printing the key of a map, allow one extra
8756 level of depth.
8757 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8758 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8759 (user_print_options): Initialise max_depth field.
8760 (val_print_scalar_or_string_type_p): New function.
8761 (val_print): Check to see if the max depth has been reached.
8762 (val_print_check_max_depth): Define new function.
8763 (show_print_max_depth): New function.
8764 (_initialize_valprint): Add 'print max-depth' option.
8765 * valprint.h (struct value_print_options) <max_depth>: New field.
8766 (val_print_check_max_depth): Declare new function.
8767 * NEWS: Document new feature.
8768
4be290b2
AB
87692019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8770
8771 * ada-lang.c (ada_language_defn): Initialise new field.
8772 * c-lang.c (c_is_string_type_p): New function.
8773 (c_language_defn): Initialise new field.
8774 (cplus_language_defn): Initialise new field.
8775 (asm_language_defn): Initialise new field.
8776 (minimal_language_defn): Initialise new field.
8777 * c-lang.h (c_is_string_type_p): Declare new function.
8778 * d-lang.c (d_language_defn): Initialise new field.
8779 * f-lang.c (f_is_string_type_p): New function.
8780 (f_language_defn): Initialise new field.
8781 * go-lang.c (go_is_string_type_p): New function.
8782 (go_language_defn): Initialise new field.
8783 * language.c (default_is_string_type_p): New function.
8784 (unknown_language_defn): Initialise new field.
8785 (auto_language_defn): Initialise new field.
8786 * language.h (struct language_defn) <la_is_string_type_p>: New
8787 member variable.
8788 (default_is_string_type_p): Declare new function.
8789 * m2-lang.c (m2_language_defn): Initialise new field.
8790 * objc-lang.c (objc_language_defn): Initialise new field.
8791 * opencl-lang.c (opencl_language_defn): Initialise new field.
8792 * p-lang.c (pascal_is_string_type_p): New function.
8793 (pascal_language_defn): Initialise new field.
8794 * rust-lang.c (rust_is_string_type_p): New function.
8795 (rust_language_defn): Initialise new field.
8796
721b08c6
AB
87972019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8800 New field.
8801 * ada-lang.c (ada_language_defn): Initialise new field.
8802 * c-lang.c (c_language_defn): Likewise.
8803 (cplus_language_defn): Likewise.
8804 (asm_language_defn): Likewise.
8805 (minimal_language_defn): Likewise.
8806 * d-lang.c (d_language_defn): Likewise.
8807 * f-lang.c (f_language_defn): Likewise.
8808 * go-lang.c (go_language_defn): Likewise.
8809 * language.c (unknown_language_defn): Likewise.
8810 (auto_language_defn): Likewise.
8811 * m2-lang.c (m2_language_defn): Likewise.
8812 * objc-lang.c (objc_language_defn): Likewise.
8813 * opencl-lang.c (opencl_language_defn): Likewise.
8814 * p-lang.c (pascal_language_defn): Likewise.
8815 * rust-lang.c (rust_language_defn): Likewise.
8816
fc913e53
AB
88172019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8818
8819 * ada-lang.c (ada_is_character_type): Change return type to bool.
8820 (ada_is_string_type): Likewise.
8821 * ada-lang.h (ada_is_character_type): Update declaration
8822 (ada_is_string_type): Likewise.
8823
fa731fa0
PW
88242019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8825
8826 Support style in 'frame|thread apply'
8827
8828 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8829 * record.c (record_start, record_stop): Update callers of
8830 execute_command_to_string with false.
8831 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8832 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8833 methods.
8834 (class string_file): New constructor with term_out parameter.
8835 Override methods term_out and can_emit_style_escape. New member
8836 term_out.
8837 (class stdio_file): Override can_emit_style_escape.
8838 (class tee_file): Override term_out and can_emit_style_escape.
8839 * utils.h (can_emit_style_escape): Remove.
8840 * utils.c (can_emit_style_escape): Likewise.
8841 Update all callers of can_emit_style_escape (SOMESTREAM) to
8842 SOMESTREAM->can_emit_style_escape.
8843 * source-cache.c (source_cache::get_source_lines): Likewise.
8844 * stack.c (frame_apply_command_count): Call execute_command_to_string
8845 passing the term_out characteristic of the current gdb_stdout.
8846 * thread.c (thr_try_catch_cmd): Likewise.
8847 * top.c (execute_command_to_string): pass term_out parameter
8848 to construct the string_file for the command output.
8849 * ui-file.c (term_cli_styling): New function (most code moved
8850 from utils.c can_emit_style_escape).
8851 (string_file::string_file, string_file::can_emit_style_escape,
8852 stdio_file::can_emit_style_escape, tee_file::term_out,
8853 tee_file::can_emit_style_escape): New functions.
8854
136afab8
PW
88552019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8856
8857 * NEWS: Mention the new set|show may-call-functions.
8858 * infcall.c (may_call_functions_p): New variable.
8859 (show_may_call_functions_p): New function.
8860 (call_function_by_hand_dummy): Throws an error if not
8861 may-call-functions.
8862 (_initialize_infcall): Call add_setshow_boolean_cmd for
8863 may-call-functions.
8864
725cbb63
KS
88652019-04-25 Keith Seitz <keiths@redhat.com>
8866
8867 PR c++/24367
8868 * cp-support.c (inspect_type): Don't attempt substitutions
8869 of symbol with the same name.
8870
3d1cbb78
TT
88712019-04-25 Tom Tromey <tromey@adacore.com>
8872
8873 PR gdb/24475:
8874 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8875 static.
8876
94aeb44b
TT
88772019-04-25 Tom Tromey <tromey@adacore.com>
8878
8879 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8880 rvalue reference.
8881 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8882 (gdb_xml_parser::parse): Use std::move.
8883 * python/python-internal.h (gdbpy_convert_exception): Take a const
8884 reference.
8885 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8886 std::move.
8887 * python/py-utils.c (gdbpy_convert_exception): Take a const
8888 reference.
8889 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8890 Use std::move.
8891 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8892 Use std::move.
8893 * mi/mi-main.c (mi_print_exception): Take a const reference.
8894 * main.c (handle_command_errors): Take a const reference.
8895 * linespec.c (parse_linespec): Use std::move.
8896 * infcall.c (run_inferior_call): Use std::move.
8897 (call_function_by_hand_dummy): Use std::move.
8898 * exec.c (try_open_exec_file): Use std::move.
8899 * exceptions.h (exception_print, exception_fprintf)
8900 (exception_print_same): Update.
8901 * exceptions.c (print_exception, exception_print)
8902 (exception_fprintf, exception_print_same): Change parameters to
8903 const reference.
8904 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8905 * common/new-op.c: Use std::move.
8906 * common/common-exceptions.h (struct gdb_exception): Add move
8907 constructor.
8908 (struct gdb_exception_error, struct gdb_exception_quit, struct
8909 gdb_quit_bad_alloc): Change constructor to move constructor.
8910 (throw_exception): Change parameter to rvalue reference.
8911 * common/common-exceptions.c (throw_exception): Take rvalue
8912 reference.
8913 * cli/cli-interp.c (safe_execute_command): Use std::move.
8914 * breakpoint.c (insert_bp_location, location_to_sals): Use
8915 std::move.
8916
680d7fd5
TT
89172019-04-25 Tom Tromey <tromey@adacore.com>
8918
8919 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8920 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8921 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8922 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8923 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8924 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8925 guile/scm-value.c: Use unpack.
8926 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8927 gdbscm_gdb_exception.
8928 (gdbscm_throw_gdb_exception): Likewise.
8929 (struct gdbscm_gdb_exception): New.
8930 (unpack): New function.
8931 (gdbscm_wrap): Use unpack.
8932
c6fdd8b2
TT
89332019-04-25 Tom Tromey <tromey@adacore.com>
8934
8935 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8936 (gdb_rl_callback_handler): Use std::move.
8937 * common/common-exceptions.h (struct gdb_exception): Add move
8938 assignment operator.
8939 (throw_exception_sjlj): Change "exception" to const reference.
8940 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8941 (throw_exception_sjlj): Change "exception" to const reference.
8942
cc06b668
TT
89432019-04-25 Tom Tromey <tromey@adacore.com>
8944
8945 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8946 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8947 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8948 Update.
8949 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8950 Update.
8951 * mi/mi-interp.c (mi_interp::exec): Update.
8952 * linespec.c (parse_linespec): Update.
8953 * infcall.c (run_inferior_call): Update.
8954 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8955 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8956 (gdbscm_lookup_global_symbol): Update.
8957 * guile/scm-param.c (gdbscm_parameter_value): Update.
8958 * guile/scm-frame.c (gdbscm_frame_read_register)
8959 (gdbscm_frame_read_var): Update.
8960 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8961 * exec.c (try_open_exec_file): Update.
8962 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8963 (gdb_rl_callback_handler): Update.
8964 * common/common-exceptions.h (exception_none): Don't declare.
8965 * common/common-exceptions.c (exception_none): Don't define.
8966 (struct catcher) <exception>: Update.
8967 * cli/cli-interp.c (safe_execute_command): Update.
8968 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8969
cf532bd1
AT
89702019-04-25 Ali Tamur <tamur@google.com>
8971
8972 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8973 (read_attribute_value): Likewise.
8974 (dwarf2_read_addr_index): Update comment.
8975 (read_str_index): Add DW_FORM_strx.
8976 (dwarf2_string_attr): Likewise.
8977 (dwarf2_const_value_attr): Likewise.
8978 (dump_die_shallow): Likewise.
8979 (dwarf2_fetch_constant_bytes): Likewise.
8980 (skip_form_bytes): Likewise.
8981 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8982
82433e3e
SDJ
89832019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8984
8985 PR corefiles/11608
8986 PR corefiles/18187
8987 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
8988 OFFSET. Verify if current mapping contains an ELF header.
8989 (linux_find_memory_regions_full): Adjust call to
8990 dump_mapping_p.
8991
723adb65
SL
89922019-04-25 Sandra Loosemore <sandra@codesourcery.com>
8993 Kang Li <kanglictf@gmail.com>
8994
8995 PR gdb/21600
8996
8997 * dwarf2-frame.c (read_initial_length): Be consistent about using
8998 unsigned representation of length.
8999 (decode_frame_entry_1): Likewise. Check for wraparound of
9000 end pointer as well as buffer overflow.
9001
596179f7
SDJ
90022019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9003
9004 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9005 "vq".
9006
a59240a4
TT
90072019-04-24 Tom Tromey <tromey@adacore.com>
9008
9009 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9010
f872fdbb
AB
90112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9012
9013 * s12z-tdep.c (s12z_unwind_pc): Delete.
9014 (s12z_unwind_sp): Delete.
9015 (s12z_gdbarch_init): Don't register deleted functions with
9016 gdbarch.
9017
b614e6f3
AB
90182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9019
9020 * rl78-tdep.c (rl78_unwind_sp): Delete.
9021 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9022
14faed38
AB
90232019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9024
9025 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9026 (xstormy16_unwind_pc): Delete.
9027 (xstormy16_dummy_id): Delete.
9028 (xstormy16_gdbarch_init): Don't register deleted functions with
9029 gdbarch.
9030
541aad8a
AB
90312019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9032
9033 * vax-tdep.c (vax_unwind_pc): Delete.
9034 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9035
29222070
AB
90362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9037
9038 * v850-tdep.c (v850_unwind_sp): Delete.
9039 (v850_unwind_pc): Delete.
9040 (v850_dummy_id): Delete.
9041 (v850_gdbarch_init): Don't register deleted functions with
9042 gdbarch.
9043
0f534d76
AB
90442019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9045
9046 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9047 (tilegx_unwind_pc): Delete.
9048 (tilegx_unwind_dummy_id): Delete.
9049 (tilegx_gdbarch_init): Don't register deleted functions with
9050 gdbarch.
9051
1ba7b7f9
AB
90522019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9053
9054 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9055 (tic6x_dummy_id): Delete.
9056 (tic6x_gdbarch_init): Don't register deleted functions with
9057 gdbarch.
9058
d31f262c
AB
90592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9060
9061 * sparc-tdep.c (sparc_unwind_pc): Delete.
9062 (sparc32_gdbarch_init): Don't register deleted function with
9063 gdbarch.
9064
6d14d64d
AB
90652019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * sh-tdep.c (sh_unwind_sp): Delete.
9068 (sh_unwind_pc): Delete.
9069 (sh_dummy_id): Delete.
9070 (sh_gdbarch_init): Don't register deleted functions with
9071 gdbarch.
9072
a40dde9d
AB
90732019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * score-tdep.c (score_unwind_sp): Delete.
9076 (score_unwind_pc): Delete.
9077 (score_dummy_id): Delete.
9078 (score_gdbarch_init): Don't register deleted functions with
9079 gdbarch.
9080
47c47d69
AB
90812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9082
9083 * rx-tdep.c (rx_unwind_pc): Delete.
9084 (rx_unwind_sp): Delete.
9085 (rx_dummy_id): Delete.
9086 (rx_gdbarch_init): Don't register deleted functions with
9087 gdbarch. Update comment.
9088
833a4480
AB
90892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9090
9091 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9092 (rs6000_dummy_id): Delete.
9093 (rs6000_gdbarch_init): Don't register deleted functions with
9094 gdbarch.
9095
3f2cef49
AB
90962019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9097
9098 * or1k-tdep.c (or1k_dummy_id): Delete.
9099 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9100
96acf884
AB
91012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9102
9103 * nios2-tdep.c (nios2_dummy_id): Delete.
9104 (nios2_unwind_sp): Delete.
9105 (nios2_gdbarch_init): Don't register deleted functions with
9106 gdbarch.
9107
ca0ab0aa
AB
91082019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9109
9110 * nds32-tdep.c (nds32_dummy_id): Delete.
9111 (nds32_unwind_pc): Delete.
9112 (nds32_unwind_sp): Delete.
9113 (nds32_gdbarch_init): Don't register deleted functions with
9114 gdbarch.
9115
c8259044
AB
91162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9117
9118 * msp430-tdep.c (msp430_unwind_pc): Delete.
9119 (msp430_unwind_sp): Delete.
9120 (msp430_dummy_id): Delete.
9121 (msp430_gdbarch_init): Don't register deleted functions with
9122 gdbarch.
9123
27f113c8
AB
91242019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9125
9126 * moxie-tdep.c (moxie_unwind_sp): Delete.
9127 (moxie_unwind_pc): Delete.
9128 (moxie_dummy_id): Delete.
9129 (moxie_gdbarch_init): Don't register deleted functions with
9130 gdbarch.
9131
aee6c3cd
AB
91322019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9133
9134 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9135 (mn10300_unwind_pc): Delete.
9136 (mn10300_unwind_sp): Delete.
9137 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9138 mn10300_unwind_sp.
9139 (mn10300_frame_unwind_init): Don't register deleted functions with
9140 gdbarch.
9141
8e2b5aea
AB
91422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9143
9144 * mep-tdep.c (mep_unwind_pc): Delete.
9145 (mep_unwind_sp): Delete.
9146 (mep_dummy_id): Delete.
9147 (mep_gdbarch_init): Don't register deleted functions with
9148 gdbarch.
9149
43cf3ede
AB
91502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9151
9152 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9153 (m68hc11_unwind_sp): Delete.
9154 (m68hc11_gdbarch_init): Don't register deleted functions with
9155 gdbarch.
9156
5e79b7bb
AB
91572019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9158
9159 * m32r-tdep.c (m32r_unwind_sp): Delete.
9160 (m32r_unwind_pc): Delete.
9161 (m32r_dummy_id): Delete.
9162 (m32r_gdbarch_init): Don't register deleted functions with
9163 gdbarch.
9164
89b268d8
AB
91652019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9166
9167 * m32c-tdep.c (m32c_unwind_pc): Delete.
9168 (m32c_unwind_sp): Delete.
9169 (m32c_dummy_id): Delete.
9170 (m32c_gdbarch_init): Don't register deleted functions with
9171 gdbarch.
9172
946c28d2
AB
91732019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9174
9175 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9176 (lm32_unwind_pc): Delete.
9177 (lm32_dummy_id): Delete.
9178 (lm32_gdbarch_init): Don't register deleted functions with
9179 gdbarch.
9180
bf12844a
AB
91812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9182
9183 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9184 (iq2000_unwind_pc): Delete.
9185 (iq2000_dummy_id): Delete.
9186 (iq2000_gdbarch_init): Don't register deleted functions with
9187 gdbarch.
9188
ecbc06d2
AB
91892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9190
9191 * nds32-tdep.c (nds32_type_align): Delete.
9192 (nds32_push_dummy_call): Use type_align instead.
9193
030197b4
AB
91942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 * arm-tdep.c (arm_type_align): Only handle vector override case.
9197 (arm_push_dummy_call): Use type_align.
9198 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9199
b907456c
AB
92002019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9201
9202 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9203 case.
9204 (pass_on_stack): Use type_align.
9205 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9206 function.
9207
9e97ba43
TT
92082019-04-23 Tom Tromey <tromey@adacore.com>
9209
9210 * dwarf2read.c (line_header::file_name_at): Remove unused
9211 overload.
9212
6892f601
TV
92132019-04-23 Tom de Vries <tdevries@suse.de>
9214
9215 PR gdb/24438
9216 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9217 invocation.
9218
336d760d
AT
9219
92202019-03-27 Ali Tamur <tamur@google.com>
9221
9222 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9223 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9224 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9225 (dwarf_expr_context::get_addr_index): Likewise
9226 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9227 (symbol_needs_eval_context::get_addr_index): Likewise
9228 (disassemble_dwarf_expression): Add DW_OP_addrx
9229 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9230 (read_cutu_die_from_dwo): Update comment
9231 (skip_one_die): Add DW_FORM_addrx
9232 (read_attribute_value): Likewise
9233 (var_decode_location): Add DW_OP_addrx
9234 (dwarf2_const_value_attr): Add DW_FORM_addrx
9235 (dump_die_shallow): Likewise
9236 (dwarf2_fetch_constant_bytes): Likewise
9237 (decode_locdesc): Add DW_OP_addrx
9238 (skip_form_bytes): Add DW_FORM_addrx
9239
ad9d13f8
AT
92402019-04-22 Ali Tamur <tamur@google.com>
9241
9242 * MAINTAINERS (Write After Approval): Add self.
9243
d70cc3ba
SM
92442019-04-22 Simon Marchi <simon.marchi@efficios.com>
9245
9246 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9247 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9248 (open_symbol_file_object): Likewise.
9249 (svr4_default_sos): Add info parameter.
9250 (svr4_read_so_list): Likewise.
9251 (svr4_current_sos_direct): Adjust functions calls to pass down
9252 info.
9253 (svr4_current_sos_1): Add info parameter.
9254 (svr4_current_sos): Call get_svr4_info, pass info down to
9255 svr4_current_sos_1.
9256 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9257 get_svr4_info.
9258 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9259 get_svr4_info.
9260 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9261 to get_svr4_info.
9262 (probes_table_remove_objfile_probes): Likewise.
9263 (register_solib_event_probe): Add info parameter.
9264 (solist_update_incremental): Pass info parameter down to
9265 svr4_read_so_list.
9266 (disable_probes_interface): Add info parameter.
9267 (svr4_handle_solib_event): Pass current_program_space to
9268 get_svr4_info. Adjust disable_probes_interface cleanup.
9269 (svr4_create_probe_breakpoints): Add info parameter, pass it
9270 down to register_solib_event_probe.
9271 (svr4_create_solib_event_breakpoints): Add info parameter,
9272 pass it down to svr4_create_probe_breakpoints.
9273 (enable_break): Pass info down to
9274 svr4_create_solib_event_breakpoints.
9275 (svr4_solib_create_inferior_hook): Pass current_program_space to
9276 get_svr4_info.
9277 (svr4_clear_solib): Likewise.
9278
7905fc35
PA
92792019-04-22 Pedro Alves <palves@redhat.com>
9280
9281 * solib-svr4.c (svr4_free_objfile_observer): New.
9282 (probe_and_action::objfile): New field.
9283 (probes_table_htab_remove_objfile_probes)
9284 (probes_table_remove_objfile_probes): New functions.
9285 (register_solib_event_probe): Add 'objfile' parameter. Store it
9286 in the new probe_and_action. Don't store the probe in 'lookup'.
9287 (svr4_create_probe_breakpoints): Pass objfile to
9288 register_solib_event_probe.
9289 (_initialize_svr4_solib): Register a free_objfile observer.
9290
fb881986
TT
92912019-04-19 Tom Tromey <tom@tromey.com>
9292
9293 * common/queue.h: Remove.
9294
8732db6c
TT
92952019-04-19 Tom Tromey <tom@tromey.com>
9296
9297 * event-loop.c: Don't include "common/queue.h".
9298
97dfbadd
TT
92992019-04-19 Tom Tromey <tom@tromey.com>
9300
9301 * remote.c (remote_target): Use delete.
9302 * remote-notif.h: Include <list>, not "common/queue.h".
9303 (notif_client_p): Remove typedef.
9304 (remote_notif_state): Add constructor, destructor, initializer.
9305 <notif_queue>: Now a std::list.
9306 (remote_notif_state_xfree): Don't declare.
9307 * remote-notif.c (remote_notif_process, handle_notification)
9308 (remote_notif_state_allocate): Update.
9309 (~remote_notif_state): Rename from remote_notif_state_xfree.
9310
cf250e36
TT
93112019-04-19 Tom Tromey <tom@tromey.com>
9312
9313 * symfile.c (reread_symbols): Update.
9314 * objfiles.c (objfile_register_static_link)
9315 (objfile_lookup_static_link): Update
9316 (~objfile) Don't delete static_links.
9317 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9318
61f4b350
TT
93192019-04-19 Tom Tromey <tom@tromey.com>
9320
9321 * type-stack.h (struct type_stack) <insert>: Constify string.
9322 * type-stack.c (type_stack::insert): Constify string.
9323 * gdbtypes.h (lookup_template_type): Update.
9324 (address_space_name_to_int): Update.
9325 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9326 const.
9327 (lookup_template_type): Make name const.
9328 * c-exp.y: Update rules.
9329 (lex_one_token, classify_name, classify_inner_name)
9330 (c_print_token): Update.
9331 * p-exp.y: Update rules.
9332 (yylex): Update.
9333 * f-exp.y: Update rules.
9334 (yylex): Update.
9335 * d-exp.y: Update rules.
9336 (lex_one_token, classify_name, classify_inner_name): Update.
9337 * parse.c (write_dollar_variable, copy_name): Return std::string.
9338 * parser-defs.h (copy_name): Change return type.
9339 * m2-exp.y: Update rules.
9340 (yylex): Update.
9341 * go-exp.y (lex_one_token): Update.
9342 Update rules.
9343 (classify_unsafe_function, classify_packaged_name)
9344 (classify_name, yylex): Update.
9345
189b8c2e
ST
93462019-04-19 Sergei Trofimovich <siarheit@google.com>
9347
9348 * configure.ac: add --enable-source-highlight switch.
9349 * configure: Regenerate.
9350 * top.c (print_gdb_version): plumb --enable-source-highlight
9351 status to "show configuration".
9352
8ecb59f8
TT
93532019-04-19 Tom Tromey <tromey@adacore.com>
9354
9355 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9356 Check ADA_TYPE_P.
9357 (empty_record, ada_template_to_fixed_record_type_1)
9358 (template_to_static_fixed_type)
9359 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9360 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9361 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9362 macros.
9363
62160ec9
TT
93642019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9365
9366 PR symtab/24423:
9367 * source.c (print_source_lines_base): Advance "iter" when a
9368 control character is seen.
9369
f2ae8bc8
PW
93702019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9371
9372 * inferior.h (struct infcall_suspend_state_deleter):
9373 Catch exception in destructor to avoid crash.
9374
d563b953
PW
93752019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9376
9377 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9378 close to the add_com "shell".
9379
dc34c897
TT
93802019-04-18 Tom Tromey <tromey@adacore.com>
9381
9382 * process-stratum-target.h (class process_stratum_target)
9383 <stratum>: Add "final".
9384
a12e5744
TT
93852019-04-17 Tom Tromey <tromey@adacore.com>
9386
9387 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9388 against nullptr before use.
9389
a7e559cc
AH
93902019-04-17 Alan Hayward <alan.hayward@arm.com>
9391
9392 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9393
c01660c6
AB
93942019-04-17 Jim Wilson <jimw@sifive.com>
9395 Andrew Burgess <andrew.burgess@embecosm.com>
9396
9397 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9398 code read might fail, assume 4-byte breakpoint in that case.
9399
4aa866af
LS
94002019-04-15 Leszek Swirski <leszeks@google.com>
9401
9402 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9403 rather than a hand-rolled POD check when checking for forced MEMORY
9404 classification.
9405
48574d91
AH
94062019-04-15 Alan Hayward <alan.hayward@arm.com>
9407
9408 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9409 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9410 function.
9411 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9412 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9413 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9414 declaration.
9415
4da037ef
AH
94162019-04-15 Alan Hayward <alan.hayward@arm.com>
9417
9418 * aarch64-linux-nat.c
9419 (aarch64_linux_nat_target::thread_architecture): Add override.
9420 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9421 each VQ.
9422
ccb8d7e8
AH
94232019-04-15 Alan Hayward <alan.hayward@arm.com>
9424
9425 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9426
35add35e
AB
94272019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9428
9429 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9430 target types of size 96-bits, add some additional comments, and
9431 check that the builtin type we found was the correct size.
9432
51196bbc
EZ
94332019-04-12 Eli Zaretskii <eliz@gnu.org>
9434
9435 * utils.c (prompt_for_continue): Don't restore the styling at the
9436 end, as applied_style has the wrong value. This fixes styling in
9437 long lists of file names that are interrupted by the "Continue?"
9438 prompt.
9439
62253a61
AB
94402019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9441
9442 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9443 * c-lang.c (c_language_defn): Likewise.
9444 (cplus_language_defn): Likewise.
9445 (asm_language_defn): Likewise.
9446 (minimal_language_defn): Likewise.
9447 * d-lang.c (d_language_defn): Likewise.
9448 * f-lang.c (f_language_defn): Likewise.
9449 * go-lang.c (go_language_defn): Likewise.
9450 * language.c (unknown_language_defn): Likewise.
9451 (auto_language_defn): Likewise.
9452 * language.h (struct language_defn): Remove la_magic field.
9453 (LANG_MAGIC): Delete.
9454 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9455 * objc-lang.c (objc_language_defn): Likewise.
9456 * opencl-lang.c (opencl_language_defn): Likewise.
9457 * p-lang.c (pascal_language_defn): Likewise.
9458 * rust-lang.c (rust_language_defn): Likewise.
9459
a9158a86
AB
94602019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9461
9462 * riscv-tdep.c (riscv_type_align): New function.
9463 (riscv_type_alignment): Delete.
9464 (riscv_arg_location): Use 'type_align'.
9465 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9466
41077b66
AB
94672019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9468
9469 * gdbtypes.c (type_align): A struct with no non-static fields also
9470 has alignment of 1.
9471
9f0272f8
AB
94722019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9473
9474 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9475 component to 0.
9476 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9477 member.
9478 (riscv_struct_info::analyse): New implementation using new
9479 analyse_inner member function.
9480 (riscv_struct_info::field_offset): New member function.
9481 (riscv_struct_info::m_offsets): New member variable.
9482 (riscv_struct_info::analyse_inner): New private member function,
9483 takes the old implementation of riscv_struct_info::analyse but
9484 extended to track field offsets.
9485 (riscv_call_arg_struct): Update the struct folding special cases
9486 to handle cases where empty C++ structs, which are non-zero
9487 length, are found.
9488 (riscv_arg_location): Initialise the length of each location, a
9489 non-zero length now indicates the location is in use.
9490 (riscv_push_dummy_call): Allow for the first location having a
9491 non-zero offset when setting up arguments.
9492 (riscv_return_value): Likewise, but for return values.
9493
02cf60c7
TT
94942019-04-11 Tom Tromey <tromey@adacore.com>
9495
9496 * utils.c (internal_vproblem): Make "msg" const.
9497
68811f8f
AH
94982019-04-11 Alan Hayward <alan.hayward@arm.com>
9499
9500 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9501 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9502 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9503 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9504
3f52fdbc
KB
95052019-04-10 Kevin Buettner <kevinb@redhat.com>
9506
9507 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9508 function.
9509 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9510 of amd64_collect_native_gregset.
9511 (amd64_linux_nat_target::store_registers): Likewise.
9512
e9ad22ee
TT
95132019-04-10 Tom Tromey <tom@tromey.com>
9514
9515 * symtab.c (lookup_global_symbol_from_objfile)
9516 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9517 * objfiles.h (class separate_debug_iterator): New.
9518 (class separate_debug_range): New.
9519 (struct objfile) <separate_debug_objfiles>: New method.
9520 (objfile_separate_debug_iterate): Don't declare.
9521 * objfiles.c (separate_debug_iterator::operator++): Rename from
9522 objfile_separate_debug_iterate.
9523 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9524 iterator.
9525 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9526 iterator.
9527
ee371134
TT
95282019-04-10 Tom Tromey <tom@tromey.com>
9529
9530 * symfile.c (reread_symbols): Remove old comment.
9531 * objfiles.c (free_all_objfiles): Fix a typo.
9532
bf227d61
TT
95332019-04-10 Tom Tromey <tom@tromey.com>
9534
9535 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9536 * minsyms.c (lookup_minimal_symbol): Use foreach.
9537 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9538 (lookup_minimal_symbol_solib_trampoline): Likewise.
9539 * symfile.c (reread_symbols): Use foreach.
9540
8dc433a0
TT
95412019-04-09 Ivan Begert <ivanbegert@gmail.com>
9542 Tom Tromey <tromey@adacore.com>
9543
9544 PR rust/24414:
9545 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9546 (rust_lex_int_test): Change "value" to be LONGEST.
9547 (rust_lex_tests): Add test for long integer literal.
9548
9ab8741a
TT
95492019-04-09 Tom Tromey <tromey@adacore.com>
9550
9551 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9552 to bool.
9553 (extended_remote_target::attach): Update.
9554 (remote_target::remote_notice_new_inferior): Update.
9555 (remote_target::add_current_inferior_and_thread): Update.
9556 * inferior.c (exit_inferior_1): Use "false".
9557 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9558
e242fd12
SM
95592019-04-09 Simon Marchi <simon.marchi@efficios.com>
9560
9ca1957f 9561 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
9562 the "start" command.
9563
2b0c8b01
KB
95642019-04-08 Kevin Buettner <kevinb@redhat.com>
9565
9566 * python/py-inferior.c (infpy_thread_from_thread_handle):
9567 Adjust comments to reflect renaming of thread_from_thread_handle
9568 to thread_from_handle. Adjust keywords. Fix type error message.
9569 (inferior_object_methods): Add thread_from_handle. Retain
9570 thread_from_thread_handle, but mark it as deprecated.
9571
50a82723
KB
95722019-04-08 Kevin Buettner <kevinb@redhat.com>
9573
9574 * gdbthread.h (find_thread_by_handle): Revise declaration.
9575 * thread.c (find_thread_by_handle): Likewise. Adjust
9576 implementation too.
9577 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9578 support for buffer objects as handles.
9579
cf63b016
KB
95802019-04-08 Kevin Buettner <kevinb@redhat.com>
9581
9582 * python/py-infthread.c (thpy_thread_handle): New function.
9583 (thread_object_methods): Register thpy_thread_handle.
9584
3d6c6204
KB
95852019-04-08 Kevin Buettner <kevinb@redhat.com>
9586
9587 * gdbthread.h (thread_to_thread_handle): Declare.
9588 * thread.c (gdbtypes.h): Include.
9589 (thread_to_thread_handle): New function.
9590
9591 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9592 (target_thread_info_to_thread_handle): Declare.
9593 * target.c (target_thread_info_to_thread_handle): New function.
9594 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9595 * target-delegates.c: Regenerate.
9596
9597 * linux-thread-db.c (class thread_db_target): Add method
9598 thread_info_to_thread_handle.
9599 (thread_db_target::thread_info_to_thread_handle): Define.
9600 * remote.c (class remote_target): Add new method
9601 thread_info_to_thread_handle.
9602 (remote_target::thread_info_to_thread_handle): Define.
9603
56be6ea8
PA
96042019-04-08 Pedro Alves <palves@redhat.com>
9605
9606 * common/common-exceptions.c (throw_exception): Don't create
9607 named object to throw; throw directly.
9608 (throw_it): Likewise. Don't initialize gdb_exception::message
9609 here, with new; pass FMT and AP to the ctor instead.
9610 * common/common-exceptions.h: Include <string>.
9611 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9612 const char *, va_list)): New ctor. Use std::make_shared.
9613 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9614 errors)): Delete.
9615 (gdb_exception_error::gdb_exception_error(enum errors, const char
9616 *, va_list)): New.
9617 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9618 Add assertion.
9619 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9620 errors)): Delete.
9621 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9622 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9623 Add assertion.
9624
eedc3f4f
TT
96252019-04-08 Tom Tromey <tom@tromey.com>
9626
9627 * valops.c (value_rtti_indirect_type): Replace throw_exception
9628 with throw.
9629 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9630 with throw.
9631 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9632 throw.
9633 * target.c (target_translate_tls_address): Replace throw_exception
9634 with throw.
9635 * stack.c (frame_apply_command_count): Replace throw_exception
9636 with throw.
9637 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9638 throw.
9639 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9640 with throw.
9641 * rs6000-tdep.c (rs6000_frame_cache)
9642 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9643 * remote.c: Replace throw_exception with throw.
9644 * record-full.c (record_full_message, record_full_wait_1)
9645 (record_full_restore): Replace throw_exception with throw.
9646 * record-btrace.c:
9647 (get_thread_current_frame_id, record_btrace_start_replaying)
9648 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9649 (cmd_record_btrace_start): Replace throw_exception with throw.
9650 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9651 throw.
9652 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9653 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9654 * linespec.c:
9655 (find_linespec_symbols): Replace throw_exception with throw.
9656 * infrun.c (displaced_step_prepare, resume): Replace
9657 throw_exception with throw.
9658 * infcmd.c (post_create_inferior): Replace throw_exception with
9659 throw.
9660 * inf-loop.c (inferior_event_handler): Replace throw_exception
9661 with throw.
9662 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9663 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9664 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9665 (get_prev_frame_always, get_frame_pc_if_available)
9666 (get_frame_address_in_block_if_available, get_frame_language):
9667 Replace throw_exception with throw.
9668 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9669 throw_exception with throw.
9670 * eval.c (fetch_subexp_value, evaluate_var_value)
9671 (evaluate_funcall, evaluate_subexp_standard): Replace
9672 throw_exception with throw.
9673 * dwarf2loc.c (call_site_find_chain)
9674 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9675 Replace throw_exception with throw.
9676 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9677 with throw.
9678 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9679 throw.
9680 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9681 * completer.c (complete_line_internal): Replace throw_exception
9682 with throw.
9683 * compile/compile-object-run.c (compile_object_run): Replace
9684 throw_exception with throw.
9685 * cli/cli-script.c (process_next_line): Replace throw_exception
9686 with throw.
9687 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9688 (btrace_enable, btrace_maint_update_pt_packets): Replace
9689 throw_exception with throw.
9690 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9691 throw_exception with throw.
9692 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9693 throw_exception with throw.
9694 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9695 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9696 * aarch64-tdep.c (aarch64_make_prologue_cache)
9697 (aarch64_make_stub_cache): Replace throw_exception with throw.
9698
26003a20
TT
96992019-04-08 Tom Tromey <tom@tromey.com>
9700
9701 * common/common-exceptions.c (throw_exception): Rename from
9702 throw_exception_cxx. Remove old copy. Make argument const.
9703 (throw_it): Create and throw exception objects directly.
9704 * common/common-exceptions.h (throw_exception): Make argument
9705 const.
9706 (struct gdb_exception_error): Add constructor.
9707 (struct gdb_exception_quit): Add constructor.
9708
d272eb37
TT
97092019-04-08 Tom Tromey <tom@tromey.com>
9710
9711 * common/common-exceptions.h (exception_rethrow): Don't declare.
9712 (TRY_SJLJ): Update comment.
9713 (TRY, CATCH, END_CATCH): Remove.
9714 * common/common-exceptions.c (exception_rethrow): Remove.
9715
230d2906
TT
97162019-04-08 Tom Tromey <tom@tromey.com>
9717
9718 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9719 Remove.
9720 (gdb_exception_error): Rename from
9721 gdb_exception_RETURN_MASK_ERROR.
9722 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9723 (gdb_quit_bad_alloc): Update.
9724 * aarch64-tdep.c: Update.
9725 * ada-lang.c: Update.
9726 * ada-typeprint.c: Update.
9727 * ada-valprint.c: Update.
9728 * amd64-tdep.c: Update.
9729 * arch-utils.c: Update.
9730 * break-catch-throw.c: Update.
9731 * breakpoint.c: Update.
9732 * btrace.c: Update.
9733 * c-varobj.c: Update.
9734 * cli/cli-cmds.c: Update.
9735 * cli/cli-interp.c: Update.
9736 * cli/cli-script.c: Update.
9737 * common/common-exceptions.c: Update.
9738 * common/new-op.c: Update.
9739 * common/selftest.c: Update.
9740 * compile/compile-c-symbols.c: Update.
9741 * compile/compile-cplus-symbols.c: Update.
9742 * compile/compile-object-load.c: Update.
9743 * compile/compile-object-run.c: Update.
9744 * completer.c: Update.
9745 * corelow.c: Update.
9746 * cp-abi.c: Update.
9747 * cp-support.c: Update.
9748 * cp-valprint.c: Update.
9749 * darwin-nat.c: Update.
9750 * disasm-selftests.c: Update.
9751 * dtrace-probe.c: Update.
9752 * dwarf-index-cache.c: Update.
9753 * dwarf-index-write.c: Update.
9754 * dwarf2-frame-tailcall.c: Update.
9755 * dwarf2-frame.c: Update.
9756 * dwarf2loc.c: Update.
9757 * dwarf2read.c: Update.
9758 * eval.c: Update.
9759 * event-loop.c: Update.
9760 * event-top.c: Update.
9761 * exec.c: Update.
9762 * f-valprint.c: Update.
9763 * fbsd-tdep.c: Update.
9764 * frame-unwind.c: Update.
9765 * frame.c: Update.
9766 * gdbtypes.c: Update.
9767 * gnu-v3-abi.c: Update.
9768 * guile/guile-internal.h: Update.
9769 * guile/scm-block.c: Update.
9770 * guile/scm-breakpoint.c: Update.
9771 * guile/scm-cmd.c: Update.
9772 * guile/scm-disasm.c: Update.
9773 * guile/scm-frame.c: Update.
9774 * guile/scm-lazy-string.c: Update.
9775 * guile/scm-math.c: Update.
9776 * guile/scm-param.c: Update.
9777 * guile/scm-ports.c: Update.
9778 * guile/scm-pretty-print.c: Update.
9779 * guile/scm-symbol.c: Update.
9780 * guile/scm-symtab.c: Update.
9781 * guile/scm-type.c: Update.
9782 * guile/scm-value.c: Update.
9783 * i386-linux-tdep.c: Update.
9784 * i386-tdep.c: Update.
9785 * inf-loop.c: Update.
9786 * infcall.c: Update.
9787 * infcmd.c: Update.
9788 * infrun.c: Update.
9789 * jit.c: Update.
9790 * language.c: Update.
9791 * linespec.c: Update.
9792 * linux-fork.c: Update.
9793 * linux-nat.c: Update.
9794 * linux-tdep.c: Update.
9795 * linux-thread-db.c: Update.
9796 * main.c: Update.
9797 * mi/mi-cmd-break.c: Update.
9798 * mi/mi-cmd-stack.c: Update.
9799 * mi/mi-interp.c: Update.
9800 * mi/mi-main.c: Update.
9801 * objc-lang.c: Update.
9802 * p-valprint.c: Update.
9803 * parse.c: Update.
9804 * ppc-linux-tdep.c: Update.
9805 * printcmd.c: Update.
9806 * python/py-arch.c: Update.
9807 * python/py-breakpoint.c: Update.
9808 * python/py-cmd.c: Update.
9809 * python/py-finishbreakpoint.c: Update.
9810 * python/py-frame.c: Update.
9811 * python/py-framefilter.c: Update.
9812 * python/py-gdb-readline.c: Update.
9813 * python/py-inferior.c: Update.
9814 * python/py-infthread.c: Update.
9815 * python/py-lazy-string.c: Update.
9816 * python/py-linetable.c: Update.
9817 * python/py-objfile.c: Update.
9818 * python/py-param.c: Update.
9819 * python/py-prettyprint.c: Update.
9820 * python/py-progspace.c: Update.
9821 * python/py-record-btrace.c: Update.
9822 * python/py-record.c: Update.
9823 * python/py-symbol.c: Update.
9824 * python/py-type.c: Update.
9825 * python/py-unwind.c: Update.
9826 * python/py-utils.c: Update.
9827 * python/py-value.c: Update.
9828 * python/python.c: Update.
9829 * record-btrace.c: Update.
9830 * record-full.c: Update.
9831 * remote-fileio.c: Update.
9832 * remote.c: Update.
9833 * riscv-tdep.c: Update.
9834 * rs6000-aix-tdep.c: Update.
9835 * rs6000-tdep.c: Update.
9836 * rust-exp.y: Update.
9837 * rust-lang.c: Update.
9838 * s390-tdep.c: Update.
9839 * selftest-arch.c: Update.
9840 * solib-dsbt.c: Update.
9841 * solib-frv.c: Update.
9842 * solib-spu.c: Update.
9843 * solib-svr4.c: Update.
9844 * solib.c: Update.
9845 * sparc64-linux-tdep.c: Update.
9846 * stack.c: Update.
9847 * symfile-mem.c: Update.
9848 * symmisc.c: Update.
9849 * target.c: Update.
9850 * thread.c: Update.
9851 * top.c: Update.
9852 * tracefile-tfile.c: Update.
9853 * tui/tui.c: Update.
9854 * typeprint.c: Update.
9855 * unittests/cli-utils-selftests.c: Update.
9856 * unittests/parse-connection-spec-selftests.c: Update.
9857 * valops.c: Update.
9858 * valprint.c: Update.
9859 * value.c: Update.
9860 * varobj.c: Update.
9861 * windows-nat.c: Update.
9862 * x86-linux-nat.c: Update.
9863 * xml-support.c: Update.
9864
a70b8144
TT
98652019-04-08 Tom Tromey <tom@tromey.com>
9866
9867 * xml-support.c: Use C++ exception handling.
9868 * x86-linux-nat.c: Use C++ exception handling.
9869 * windows-nat.c: Use C++ exception handling.
9870 * varobj.c: Use C++ exception handling.
9871 * value.c: Use C++ exception handling.
9872 * valprint.c: Use C++ exception handling.
9873 * valops.c: Use C++ exception handling.
9874 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9875 handling.
9876 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9877 * typeprint.c: Use C++ exception handling.
9878 * tui/tui.c: Use C++ exception handling.
9879 * tracefile-tfile.c: Use C++ exception handling.
9880 * top.c: Use C++ exception handling.
9881 * thread.c: Use C++ exception handling.
9882 * target.c: Use C++ exception handling.
9883 * symmisc.c: Use C++ exception handling.
9884 * symfile-mem.c: Use C++ exception handling.
9885 * stack.c: Use C++ exception handling.
9886 * sparc64-linux-tdep.c: Use C++ exception handling.
9887 * solib.c: Use C++ exception handling.
9888 * solib-svr4.c: Use C++ exception handling.
9889 * solib-spu.c: Use C++ exception handling.
9890 * solib-frv.c: Use C++ exception handling.
9891 * solib-dsbt.c: Use C++ exception handling.
9892 * selftest-arch.c: Use C++ exception handling.
9893 * s390-tdep.c: Use C++ exception handling.
9894 * rust-lang.c: Use C++ exception handling.
9895 * rust-exp.y: Use C++ exception handling.
9896 * rs6000-tdep.c: Use C++ exception handling.
9897 * rs6000-aix-tdep.c: Use C++ exception handling.
9898 * riscv-tdep.c: Use C++ exception handling.
9899 * remote.c: Use C++ exception handling.
9900 * remote-fileio.c: Use C++ exception handling.
9901 * record-full.c: Use C++ exception handling.
9902 * record-btrace.c: Use C++ exception handling.
9903 * python/python.c: Use C++ exception handling.
9904 * python/py-value.c: Use C++ exception handling.
9905 * python/py-utils.c: Use C++ exception handling.
9906 * python/py-unwind.c: Use C++ exception handling.
9907 * python/py-type.c: Use C++ exception handling.
9908 * python/py-symbol.c: Use C++ exception handling.
9909 * python/py-record.c: Use C++ exception handling.
9910 * python/py-record-btrace.c: Use C++ exception handling.
9911 * python/py-progspace.c: Use C++ exception handling.
9912 * python/py-prettyprint.c: Use C++ exception handling.
9913 * python/py-param.c: Use C++ exception handling.
9914 * python/py-objfile.c: Use C++ exception handling.
9915 * python/py-linetable.c: Use C++ exception handling.
9916 * python/py-lazy-string.c: Use C++ exception handling.
9917 * python/py-infthread.c: Use C++ exception handling.
9918 * python/py-inferior.c: Use C++ exception handling.
9919 * python/py-gdb-readline.c: Use C++ exception handling.
9920 * python/py-framefilter.c: Use C++ exception handling.
9921 * python/py-frame.c: Use C++ exception handling.
9922 * python/py-finishbreakpoint.c: Use C++ exception handling.
9923 * python/py-cmd.c: Use C++ exception handling.
9924 * python/py-breakpoint.c: Use C++ exception handling.
9925 * python/py-arch.c: Use C++ exception handling.
9926 * printcmd.c: Use C++ exception handling.
9927 * ppc-linux-tdep.c: Use C++ exception handling.
9928 * parse.c: Use C++ exception handling.
9929 * p-valprint.c: Use C++ exception handling.
9930 * objc-lang.c: Use C++ exception handling.
9931 * mi/mi-main.c: Use C++ exception handling.
9932 * mi/mi-interp.c: Use C++ exception handling.
9933 * mi/mi-cmd-stack.c: Use C++ exception handling.
9934 * mi/mi-cmd-break.c: Use C++ exception handling.
9935 * main.c: Use C++ exception handling.
9936 * linux-thread-db.c: Use C++ exception handling.
9937 * linux-tdep.c: Use C++ exception handling.
9938 * linux-nat.c: Use C++ exception handling.
9939 * linux-fork.c: Use C++ exception handling.
9940 * linespec.c: Use C++ exception handling.
9941 * language.c: Use C++ exception handling.
9942 * jit.c: Use C++ exception handling.
9943 * infrun.c: Use C++ exception handling.
9944 * infcmd.c: Use C++ exception handling.
9945 * infcall.c: Use C++ exception handling.
9946 * inf-loop.c: Use C++ exception handling.
9947 * i386-tdep.c: Use C++ exception handling.
9948 * i386-linux-tdep.c: Use C++ exception handling.
9949 * guile/scm-value.c: Use C++ exception handling.
9950 * guile/scm-type.c: Use C++ exception handling.
9951 * guile/scm-symtab.c: Use C++ exception handling.
9952 * guile/scm-symbol.c: Use C++ exception handling.
9953 * guile/scm-pretty-print.c: Use C++ exception handling.
9954 * guile/scm-ports.c: Use C++ exception handling.
9955 * guile/scm-param.c: Use C++ exception handling.
9956 * guile/scm-math.c: Use C++ exception handling.
9957 * guile/scm-lazy-string.c: Use C++ exception handling.
9958 * guile/scm-frame.c: Use C++ exception handling.
9959 * guile/scm-disasm.c: Use C++ exception handling.
9960 * guile/scm-cmd.c: Use C++ exception handling.
9961 * guile/scm-breakpoint.c: Use C++ exception handling.
9962 * guile/scm-block.c: Use C++ exception handling.
9963 * guile/guile-internal.h: Use C++ exception handling.
9964 * gnu-v3-abi.c: Use C++ exception handling.
9965 * gdbtypes.c: Use C++ exception handling.
9966 * frame.c: Use C++ exception handling.
9967 * frame-unwind.c: Use C++ exception handling.
9968 * fbsd-tdep.c: Use C++ exception handling.
9969 * f-valprint.c: Use C++ exception handling.
9970 * exec.c: Use C++ exception handling.
9971 * event-top.c: Use C++ exception handling.
9972 * event-loop.c: Use C++ exception handling.
9973 * eval.c: Use C++ exception handling.
9974 * dwarf2read.c: Use C++ exception handling.
9975 * dwarf2loc.c: Use C++ exception handling.
9976 * dwarf2-frame.c: Use C++ exception handling.
9977 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9978 * dwarf-index-write.c: Use C++ exception handling.
9979 * dwarf-index-cache.c: Use C++ exception handling.
9980 * dtrace-probe.c: Use C++ exception handling.
9981 * disasm-selftests.c: Use C++ exception handling.
9982 * darwin-nat.c: Use C++ exception handling.
9983 * cp-valprint.c: Use C++ exception handling.
9984 * cp-support.c: Use C++ exception handling.
9985 * cp-abi.c: Use C++ exception handling.
9986 * corelow.c: Use C++ exception handling.
9987 * completer.c: Use C++ exception handling.
9988 * compile/compile-object-run.c: Use C++ exception handling.
9989 * compile/compile-object-load.c: Use C++ exception handling.
9990 * compile/compile-cplus-symbols.c: Use C++ exception handling.
9991 * compile/compile-c-symbols.c: Use C++ exception handling.
9992 * common/selftest.c: Use C++ exception handling.
9993 * common/new-op.c: Use C++ exception handling.
9994 * cli/cli-script.c: Use C++ exception handling.
9995 * cli/cli-interp.c: Use C++ exception handling.
9996 * cli/cli-cmds.c: Use C++ exception handling.
9997 * c-varobj.c: Use C++ exception handling.
9998 * btrace.c: Use C++ exception handling.
9999 * breakpoint.c: Use C++ exception handling.
10000 * break-catch-throw.c: Use C++ exception handling.
10001 * arch-utils.c: Use C++ exception handling.
10002 * amd64-tdep.c: Use C++ exception handling.
10003 * ada-valprint.c: Use C++ exception handling.
10004 * ada-typeprint.c: Use C++ exception handling.
10005 * ada-lang.c: Use C++ exception handling.
10006 * aarch64-tdep.c: Use C++ exception handling.
10007
3d6e9d23
TT
100082019-04-08 Tom Tromey <tom@tromey.com>
10009
10010 * xml-support.c (gdb_xml_parser::parse): Update.
10011 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10012 * value.c (show_convenience): Update.
10013 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10014 (test_parse_flags_qcs): Update.
10015 * thread.c (thr_try_catch_cmd): Update.
10016 * target.c (target_translate_tls_address): Update.
10017 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10018 (info_frame_command_core, frame_apply_command_count): Update.
10019 * rust-exp.y (rust_lex_exception_test): Update.
10020 * riscv-tdep.c (riscv_print_one_register_info): Update.
10021 * remote.c (remote_target::enable_btrace): Update.
10022 * record-btrace.c (record_btrace_enable_warn): Update.
10023 * python/py-utils.c (gdbpy_convert_exception): Update.
10024 * printcmd.c (do_one_display, print_variable_and_value): Update.
10025 * mi/mi-main.c (mi_print_exception): Update.
10026 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10027 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10028 * linux-nat.c (linux_nat_target::attach): Update.
10029 * linux-fork.c (class scoped_switch_fork_info): Update.
10030 * infrun.c (displaced_step_prepare): Update.
10031 * infcall.c (call_function_by_hand_dummy): Update.
10032 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10033 * gnu-v3-abi.c (print_one_vtable): Update.
10034 * frame.c (get_prev_frame_always): Update.
10035 * f-valprint.c (info_common_command_for_block): Update.
10036 * exec.c (try_open_exec_file): Update.
10037 * exceptions.c (print_exception, exception_print)
10038 (exception_fprintf, exception_print_same): Update.
10039 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10040 * dwarf-index-cache.c (index_cache::store)
10041 (index_cache::lookup_gdb_index): Update.
10042 * darwin-nat.c (maybe_cache_shell): Update.
10043 * cp-valprint.c (cp_print_value_fields): Update.
10044 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10045 (gcc_cplus_symbol_address): Update.
10046 * compile/compile-c-symbols.c (gcc_convert_symbol)
10047 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10048 * common/selftest.c: Update.
10049 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10050 a std::string.
10051 (exception_try_scope_entry, exception_try_scope_exit): Don't
10052 declare.
10053 (struct exception_try_scope): Remove.
10054 (TRY): Don't use exception_try_scope.
10055 (struct gdb_exception): Add constructor, operator=.
10056 <what>: New method.
10057 (struct gdb_exception_RETURN_MASK_ALL)
10058 (struct gdb_exception_RETURN_MASK_ERROR)
10059 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10060 (struct gdb_quit_bad_alloc): Update.
10061 * common/common-exceptions.c (exception_none): Change
10062 initializer.
10063 (struct catcher) <state, exception>: Initialize inline.
10064 <prev>: Remove member.
10065 (current_catcher): Remove.
10066 (catchers): New global.
10067 (exceptions_state_mc_init): Simplify.
10068 (catcher_pop): Remove.
10069 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10070 (try_scope_depth, exception_try_scope_entry)
10071 (exception_try_scope_exit): Remove.
10072 (throw_exception_sjlj): Update.
10073 (exception_messages, exception_messages_size): Remove.
10074 (throw_it): Simplify.
10075 (gdb_exception_sliced_copy): Remove.
10076 (throw_exception_cxx): Update.
10077 * cli/cli-script.c (script_from_file): Update.
10078 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10079 Update.
10080 * ada-valprint.c (ada_val_print): Update.
10081 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10082 (create_excep_cond_exprs): Update.
10083
c5c10118
TT
100842019-04-08 Tom Tromey <tom@tromey.com>
10085
10086 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10087 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10088 (TRY, CATCH, END_CATCH): Remove some definitions.
10089 * common/common-exceptions.c: Don't use GDB_XCPT.
10090 (catcher_list_size): Remove.
10091 (throw_exception, throw_it): Simplify.
10092
4de283e4
TT
100932019-04-05 Tom Tromey <tom@tromey.com>
10094
10095 Revert the header-sorting patch.
10096 * ft32-tdep.c: Revert.
10097 * frv-tdep.c: Revert.
10098 * frv-linux-tdep.c: Revert.
10099 * frame.c: Revert.
10100 * frame-unwind.c: Revert.
10101 * frame-base.c: Revert.
10102 * fork-child.c: Revert.
10103 * findvar.c: Revert.
10104 * findcmd.c: Revert.
10105 * filesystem.c: Revert.
10106 * filename-seen-cache.h: Revert.
10107 * filename-seen-cache.c: Revert.
10108 * fbsd-tdep.c: Revert.
10109 * fbsd-nat.h: Revert.
10110 * fbsd-nat.c: Revert.
10111 * f-valprint.c: Revert.
10112 * f-typeprint.c: Revert.
10113 * f-lang.c: Revert.
10114 * extension.h: Revert.
10115 * extension.c: Revert.
10116 * extension-priv.h: Revert.
10117 * expprint.c: Revert.
10118 * exec.h: Revert.
10119 * exec.c: Revert.
10120 * exceptions.c: Revert.
10121 * event-top.c: Revert.
10122 * event-loop.c: Revert.
10123 * eval.c: Revert.
10124 * elfread.c: Revert.
10125 * dwarf2read.h: Revert.
10126 * dwarf2read.c: Revert.
10127 * dwarf2loc.c: Revert.
10128 * dwarf2expr.h: Revert.
10129 * dwarf2expr.c: Revert.
10130 * dwarf2-frame.c: Revert.
10131 * dwarf2-frame-tailcall.c: Revert.
10132 * dwarf-index-write.h: Revert.
10133 * dwarf-index-write.c: Revert.
10134 * dwarf-index-common.c: Revert.
10135 * dwarf-index-cache.h: Revert.
10136 * dwarf-index-cache.c: Revert.
10137 * dummy-frame.c: Revert.
10138 * dtrace-probe.c: Revert.
10139 * disasm.h: Revert.
10140 * disasm.c: Revert.
10141 * disasm-selftests.c: Revert.
10142 * dictionary.c: Revert.
10143 * dicos-tdep.c: Revert.
10144 * demangle.c: Revert.
10145 * dcache.h: Revert.
10146 * dcache.c: Revert.
10147 * darwin-nat.h: Revert.
10148 * darwin-nat.c: Revert.
10149 * darwin-nat-info.c: Revert.
10150 * d-valprint.c: Revert.
10151 * d-namespace.c: Revert.
10152 * d-lang.c: Revert.
10153 * ctf.c: Revert.
10154 * csky-tdep.c: Revert.
10155 * csky-linux-tdep.c: Revert.
10156 * cris-tdep.c: Revert.
10157 * cris-linux-tdep.c: Revert.
10158 * cp-valprint.c: Revert.
10159 * cp-support.c: Revert.
10160 * cp-namespace.c: Revert.
10161 * cp-abi.c: Revert.
10162 * corelow.c: Revert.
10163 * corefile.c: Revert.
10164 * continuations.c: Revert.
10165 * completer.h: Revert.
10166 * completer.c: Revert.
10167 * complaints.c: Revert.
10168 * coffread.c: Revert.
10169 * coff-pe-read.c: Revert.
10170 * cli-out.h: Revert.
10171 * cli-out.c: Revert.
10172 * charset.c: Revert.
10173 * c-varobj.c: Revert.
10174 * c-valprint.c: Revert.
10175 * c-typeprint.c: Revert.
10176 * c-lang.c: Revert.
10177 * buildsym.c: Revert.
10178 * buildsym-legacy.c: Revert.
10179 * build-id.h: Revert.
10180 * build-id.c: Revert.
10181 * btrace.c: Revert.
10182 * bsd-uthread.c: Revert.
10183 * breakpoint.h: Revert.
10184 * breakpoint.c: Revert.
10185 * break-catch-throw.c: Revert.
10186 * break-catch-syscall.c: Revert.
10187 * break-catch-sig.c: Revert.
10188 * blockframe.c: Revert.
10189 * block.c: Revert.
10190 * bfin-tdep.c: Revert.
10191 * bfin-linux-tdep.c: Revert.
10192 * bfd-target.c: Revert.
10193 * bcache.c: Revert.
10194 * ax-general.c: Revert.
10195 * ax-gdb.h: Revert.
10196 * ax-gdb.c: Revert.
10197 * avr-tdep.c: Revert.
10198 * auxv.c: Revert.
10199 * auto-load.c: Revert.
10200 * arm-wince-tdep.c: Revert.
10201 * arm-tdep.c: Revert.
10202 * arm-symbian-tdep.c: Revert.
10203 * arm-pikeos-tdep.c: Revert.
10204 * arm-obsd-tdep.c: Revert.
10205 * arm-nbsd-tdep.c: Revert.
10206 * arm-nbsd-nat.c: Revert.
10207 * arm-linux-tdep.c: Revert.
10208 * arm-linux-nat.c: Revert.
10209 * arm-fbsd-tdep.c: Revert.
10210 * arm-fbsd-nat.c: Revert.
10211 * arm-bsd-tdep.c: Revert.
10212 * arch-utils.c: Revert.
10213 * arc-tdep.c: Revert.
10214 * arc-newlib-tdep.c: Revert.
10215 * annotate.h: Revert.
10216 * annotate.c: Revert.
10217 * amd64-windows-tdep.c: Revert.
10218 * amd64-windows-nat.c: Revert.
10219 * amd64-tdep.c: Revert.
10220 * amd64-sol2-tdep.c: Revert.
10221 * amd64-obsd-tdep.c: Revert.
10222 * amd64-obsd-nat.c: Revert.
10223 * amd64-nbsd-tdep.c: Revert.
10224 * amd64-nbsd-nat.c: Revert.
10225 * amd64-nat.c: Revert.
10226 * amd64-linux-tdep.c: Revert.
10227 * amd64-linux-nat.c: Revert.
10228 * amd64-fbsd-tdep.c: Revert.
10229 * amd64-fbsd-nat.c: Revert.
10230 * amd64-dicos-tdep.c: Revert.
10231 * amd64-darwin-tdep.c: Revert.
10232 * amd64-bsd-nat.c: Revert.
10233 * alpha-tdep.c: Revert.
10234 * alpha-obsd-tdep.c: Revert.
10235 * alpha-nbsd-tdep.c: Revert.
10236 * alpha-mdebug-tdep.c: Revert.
10237 * alpha-linux-tdep.c: Revert.
10238 * alpha-linux-nat.c: Revert.
10239 * alpha-bsd-tdep.c: Revert.
10240 * alpha-bsd-nat.c: Revert.
10241 * aix-thread.c: Revert.
10242 * agent.c: Revert.
10243 * addrmap.c: Revert.
10244 * ada-varobj.c: Revert.
10245 * ada-valprint.c: Revert.
10246 * ada-typeprint.c: Revert.
10247 * ada-tasks.c: Revert.
10248 * ada-lang.c: Revert.
10249 * aarch64-tdep.c: Revert.
10250 * aarch64-ravenscar-thread.c: Revert.
10251 * aarch64-newlib-tdep.c: Revert.
10252 * aarch64-linux-tdep.c: Revert.
10253 * aarch64-linux-nat.c: Revert.
10254 * aarch64-fbsd-tdep.c: Revert.
10255 * aarch64-fbsd-nat.c: Revert.
10256 * aarch32-linux-nat.c: Revert.
10257
d55e5aa6
TT
102582019-04-05 Tom Tromey <tom@tromey.com>
10259
10260 * ft32-tdep.c: Sort headers.
10261 * frv-tdep.c: Sort headers.
10262 * frv-linux-tdep.c: Sort headers.
10263 * frame.c: Sort headers.
10264 * frame-unwind.c: Sort headers.
10265 * frame-base.c: Sort headers.
10266 * fork-child.c: Sort headers.
10267 * findvar.c: Sort headers.
10268 * findcmd.c: Sort headers.
10269 * filesystem.c: Sort headers.
10270 * filename-seen-cache.h: Sort headers.
10271 * filename-seen-cache.c: Sort headers.
10272 * fbsd-tdep.c: Sort headers.
10273 * fbsd-nat.h: Sort headers.
10274 * fbsd-nat.c: Sort headers.
10275 * f-valprint.c: Sort headers.
10276 * f-typeprint.c: Sort headers.
10277 * f-lang.c: Sort headers.
10278 * extension.h: Sort headers.
10279 * extension.c: Sort headers.
10280 * extension-priv.h: Sort headers.
10281 * expprint.c: Sort headers.
10282 * exec.h: Sort headers.
10283 * exec.c: Sort headers.
10284 * exceptions.c: Sort headers.
10285 * event-top.c: Sort headers.
10286 * event-loop.c: Sort headers.
10287 * eval.c: Sort headers.
10288 * elfread.c: Sort headers.
10289 * dwarf2read.h: Sort headers.
10290 * dwarf2read.c: Sort headers.
10291 * dwarf2loc.c: Sort headers.
10292 * dwarf2expr.h: Sort headers.
10293 * dwarf2expr.c: Sort headers.
10294 * dwarf2-frame.c: Sort headers.
10295 * dwarf2-frame-tailcall.c: Sort headers.
10296 * dwarf-index-write.h: Sort headers.
10297 * dwarf-index-write.c: Sort headers.
10298 * dwarf-index-common.c: Sort headers.
10299 * dwarf-index-cache.h: Sort headers.
10300 * dwarf-index-cache.c: Sort headers.
10301 * dummy-frame.c: Sort headers.
10302 * dtrace-probe.c: Sort headers.
10303 * disasm.h: Sort headers.
10304 * disasm.c: Sort headers.
10305 * disasm-selftests.c: Sort headers.
10306 * dictionary.c: Sort headers.
10307 * dicos-tdep.c: Sort headers.
10308 * demangle.c: Sort headers.
10309 * dcache.h: Sort headers.
10310 * dcache.c: Sort headers.
10311 * darwin-nat.h: Sort headers.
10312 * darwin-nat.c: Sort headers.
10313 * darwin-nat-info.c: Sort headers.
10314 * d-valprint.c: Sort headers.
10315 * d-namespace.c: Sort headers.
10316 * d-lang.c: Sort headers.
10317 * ctf.c: Sort headers.
10318 * csky-tdep.c: Sort headers.
10319 * csky-linux-tdep.c: Sort headers.
10320 * cris-tdep.c: Sort headers.
10321 * cris-linux-tdep.c: Sort headers.
10322 * cp-valprint.c: Sort headers.
10323 * cp-support.c: Sort headers.
10324 * cp-namespace.c: Sort headers.
10325 * cp-abi.c: Sort headers.
10326 * corelow.c: Sort headers.
10327 * corefile.c: Sort headers.
10328 * continuations.c: Sort headers.
10329 * completer.h: Sort headers.
10330 * completer.c: Sort headers.
10331 * complaints.c: Sort headers.
10332 * coffread.c: Sort headers.
10333 * coff-pe-read.c: Sort headers.
10334 * cli-out.h: Sort headers.
10335 * cli-out.c: Sort headers.
10336 * charset.c: Sort headers.
10337 * c-varobj.c: Sort headers.
10338 * c-valprint.c: Sort headers.
10339 * c-typeprint.c: Sort headers.
10340 * c-lang.c: Sort headers.
10341 * buildsym.c: Sort headers.
10342 * buildsym-legacy.c: Sort headers.
10343 * build-id.h: Sort headers.
10344 * build-id.c: Sort headers.
10345 * btrace.c: Sort headers.
10346 * bsd-uthread.c: Sort headers.
10347 * breakpoint.h: Sort headers.
10348 * breakpoint.c: Sort headers.
10349 * break-catch-throw.c: Sort headers.
10350 * break-catch-syscall.c: Sort headers.
10351 * break-catch-sig.c: Sort headers.
10352 * blockframe.c: Sort headers.
10353 * block.c: Sort headers.
10354 * bfin-tdep.c: Sort headers.
10355 * bfin-linux-tdep.c: Sort headers.
10356 * bfd-target.c: Sort headers.
10357 * bcache.c: Sort headers.
10358 * ax-general.c: Sort headers.
10359 * ax-gdb.h: Sort headers.
10360 * ax-gdb.c: Sort headers.
10361 * avr-tdep.c: Sort headers.
10362 * auxv.c: Sort headers.
10363 * auto-load.c: Sort headers.
10364 * arm-wince-tdep.c: Sort headers.
10365 * arm-tdep.c: Sort headers.
10366 * arm-symbian-tdep.c: Sort headers.
10367 * arm-pikeos-tdep.c: Sort headers.
10368 * arm-obsd-tdep.c: Sort headers.
10369 * arm-nbsd-tdep.c: Sort headers.
10370 * arm-nbsd-nat.c: Sort headers.
10371 * arm-linux-tdep.c: Sort headers.
10372 * arm-linux-nat.c: Sort headers.
10373 * arm-fbsd-tdep.c: Sort headers.
10374 * arm-fbsd-nat.c: Sort headers.
10375 * arm-bsd-tdep.c: Sort headers.
10376 * arch-utils.c: Sort headers.
10377 * arc-tdep.c: Sort headers.
10378 * arc-newlib-tdep.c: Sort headers.
10379 * annotate.h: Sort headers.
10380 * annotate.c: Sort headers.
10381 * amd64-windows-tdep.c: Sort headers.
10382 * amd64-windows-nat.c: Sort headers.
10383 * amd64-tdep.c: Sort headers.
10384 * amd64-sol2-tdep.c: Sort headers.
10385 * amd64-obsd-tdep.c: Sort headers.
10386 * amd64-obsd-nat.c: Sort headers.
10387 * amd64-nbsd-tdep.c: Sort headers.
10388 * amd64-nbsd-nat.c: Sort headers.
10389 * amd64-nat.c: Sort headers.
10390 * amd64-linux-tdep.c: Sort headers.
10391 * amd64-linux-nat.c: Sort headers.
10392 * amd64-fbsd-tdep.c: Sort headers.
10393 * amd64-fbsd-nat.c: Sort headers.
10394 * amd64-dicos-tdep.c: Sort headers.
10395 * amd64-darwin-tdep.c: Sort headers.
10396 * amd64-bsd-nat.c: Sort headers.
10397 * alpha-tdep.c: Sort headers.
10398 * alpha-obsd-tdep.c: Sort headers.
10399 * alpha-nbsd-tdep.c: Sort headers.
10400 * alpha-mdebug-tdep.c: Sort headers.
10401 * alpha-linux-tdep.c: Sort headers.
10402 * alpha-linux-nat.c: Sort headers.
10403 * alpha-bsd-tdep.c: Sort headers.
10404 * alpha-bsd-nat.c: Sort headers.
10405 * aix-thread.c: Sort headers.
10406 * agent.c: Sort headers.
10407 * addrmap.c: Sort headers.
10408 * ada-varobj.c: Sort headers.
10409 * ada-valprint.c: Sort headers.
10410 * ada-typeprint.c: Sort headers.
10411 * ada-tasks.c: Sort headers.
10412 * ada-lang.c: Sort headers.
10413 * aarch64-tdep.c: Sort headers.
10414 * aarch64-ravenscar-thread.c: Sort headers.
10415 * aarch64-newlib-tdep.c: Sort headers.
10416 * aarch64-linux-tdep.c: Sort headers.
10417 * aarch64-linux-nat.c: Sort headers.
10418 * aarch64-fbsd-tdep.c: Sort headers.
10419 * aarch64-fbsd-nat.c: Sort headers.
10420 * aarch32-linux-nat.c: Sort headers.
10421
699bd4cf
TT
104222019-04-04 Tom Tromey <tom@tromey.com>
10423
10424 * varobj.c (varobj_create): Update.
10425 * rust-exp.y (struct rust_parser) <update_innermost_block,
10426 lookup_symbol>: New methods.
10427 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10428 Rename.
10429 (rust_parser::rust_lookup_type)
10430 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10431 * printcmd.c (display_command, do_one_display): Update.
10432 * parser-defs.h (struct parser_state) <parser_state>: Add
10433 "tracker" parameter.
10434 (block_tracker): New member.
10435 (class innermost_block_tracker) <innermost_block_tracker>: Add
10436 "types" parameter.
10437 <reset>: Remove method.
10438 (innermost_block): Don't declare.
10439 (null_post_parser): Update.
10440 * parse.c (innermost_block): Remove global.
10441 (write_dollar_variable): Update.
10442 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10443 Remove "tracker_types" parameter.
10444 (parse_expression): Add "tracker" parameter.
10445 (parse_expression_for_completion): Update.
10446 (null_post_parser): Add "tracker" parameter.
10447 * p-exp.y: Update rules.
10448 * m2-exp.y: Update rules.
10449 * language.h (struct language_defn) <la_post_parser>: Add
10450 "tracker" parameter.
10451 * go-exp.y: Update rules.
10452 * f-exp.y: Update rules.
10453 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10454 parameter.
10455 * d-exp.y: Update rules.
10456 * c-exp.y: Update rules.
10457 * breakpoint.c (set_breakpoint_condition): Create an
10458 innermost_block_tracker.
10459 (watch_command_1): Likewise.
10460 * ada-lang.c (resolve): Add "tracker" parameter.
10461 (resolve_subexp): Likewise.
10462 * ada-exp.y (write_var_from_sym): Update.
10463
dac43e32
TT
104642019-04-04 Tom Tromey <tom@tromey.com>
10465
10466 * type-stack.h: New file.
10467 * type-stack.c: New file.
10468 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10469 type-stack.h.
10470 (insert_into_type_stack, insert_type, push_type, push_type_int)
10471 (insert_type_address_space, pop_type, pop_type_int)
10472 (pop_typelist, pop_type_stack, append_type_stack)
10473 (push_type_stack, get_type_stack, push_typelist)
10474 (follow_type_instance_flags, follow_types): Don't declare.
10475 * parse.c (type_stack): Remove global.
10476 (parse_exp_in_context): Update.
10477 (insert_into_type_stack, insert_type, push_type, push_type_int)
10478 (insert_type_address_space, pop_type, pop_type_int)
10479 (pop_typelist, pop_type_stack, append_type_stack)
10480 (push_type_stack, get_type_stack, push_typelist)
10481 (follow_type_instance_flags, follow_types): Remove (moved to
10482 type-stack.c).
10483 * f-exp.y (type_stack): New global.
10484 Update rules.
10485 (push_kind_type, f_parse): Update.
10486 * d-exp.y (type_stack): New global.
10487 Update rules.
10488 (d_parse): Update.
10489 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10490 Update rules.
10491 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10492 (HFILES_NO_SRCDIR): Add type-stack.h.
10493
2a612529
TT
104942019-04-04 Tom Tromey <tom@tromey.com>
10495
10496 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10497 (rust_parser::convert_ast_to_expression, rust_parse)
10498 (rust_lex_test_completion, rust_lex_tests): Update.
10499 * parser-defs.h (struct expr_completion_state): New.
10500 (struct parser_state) <parser_state>: Add completion parameter.
10501 <mark_struct_expression, mark_completion_tag>: New methods.
10502 <parse_completion, m_completion_state>: New members.
10503 (prefixify_expression, null_post_parser): Update.
10504 (mark_struct_expression, mark_completion_tag): Don't declare.
10505 * parse.c (parse_completion, expout_last_struct)
10506 (expout_tag_completion_type, expout_completion_name): Remove
10507 globals.
10508 (parser_state::mark_struct_expression)
10509 (parser_state::mark_completion_tag): Now methods.
10510 (prefixify_expression): Add last_struct parameter.
10511 (prefixify_subexp): Likewise.
10512 (parse_exp_1): Update.
10513 (parse_exp_in_context): Add cstate parameter. Update.
10514 (parse_expression_for_completion): Create an
10515 expr_completion_state.
10516 (null_post_parser): Add "completion" parameter.
10517 * p-exp.y: Update rules.
10518 (yylex): Update.
10519 * language.h (struct language_defn) <la_post_parser>: Add
10520 "completing" parameter.
10521 * go-exp.y: Update rules.
10522 (lex_one_token): Update.
10523 * expression.h (parse_completion): Don't declare.
10524 * d-exp.y: Update rules.
10525 (lex_one_token): Update rules.
10526 * c-exp.y: Update rules.
10527 (lex_one_token): Update.
10528 * ada-lang.c (resolve): Add "parse_completion" parameter.
10529 (resolve_subexp): Likewise.
10530 (ada_resolve_function): Likewise.
10531
43476f0b
TT
105322019-04-04 Tom Tromey <tom@tromey.com>
10533
10534 * parser-defs.h (struct parser_state) <start_arglist,
10535 end_arglist>: New methods.
10536 <arglist_len, m_funcall_chain>: New members.
10537 (arglist_len, start_arglist, end_arglist): Don't declare.
10538 * parse.c (arglist_len, funcall_chain): Remove global.
10539 (start_arglist, end_arglist): Remove functions.
10540 (parse_exp_in_context): Update.
10541 * p-exp.y: Update rules.
10542 * m2-exp.y: Update rules.
10543 * go-exp.y: Update rules.
10544 * f-exp.y: Update rules.
10545 * d-exp.y: Update rules.
10546 * c-exp.y: Update rules.
10547
5776fca3
TT
105482019-04-04 Tom Tromey <tom@tromey.com>
10549
10550 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10551 lex_operator, push_back>: New methods.
10552 Update all rules.
10553 (rust_parser::lex_hex, lex_escape): Rename and update.
10554 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10555 (rust_parser::lex_operator): Rename and update.
10556 (rust_parser::lex_number, rustyylex, rustyyerror)
10557 (rust_lex_test_init, rust_lex_test_sequence)
10558 (rust_lex_test_push_back, rust_lex_tests): Update.
10559 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10560 parameter.
10561 <lexptr, prev_lexptr>: New members.
10562 (lexptr, prev_lexptr): Don't declare.
10563 * parse.c (lexptr, prev_lexptr): Remove globals.
10564 (parse_exp_in_context): Update.
10565 * p-exp.y (yylex, yyerror): Update.
10566 * m2-exp.y (parse_number, yylex, yyerror): Update.
10567 * go-exp.y (lex_one_token, yyerror): Update.
10568 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10569 * d-exp.y (lex_one_token, yyerror): Update.
10570 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10571 (lex_one_token, yyerror): Update.
10572 * ada-lex.l (YY_INPUT): Update.
10573 (rewind_to_char): Update.
10574 * ada-exp.y (yyerror): Update.
10575
8621b685
TT
105762019-04-04 Tom Tromey <tom@tromey.com>
10577
10578 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10579 * parser-defs.h (struct parser_state) <parser_state>: Add new
10580 parameter.
10581 <comma_terminates>: New member.
10582 (comma_terminates): Don't declare global.
10583 * parse.c (comma_terminates): Remove global.
10584 (parse_exp_in_context): Update.
10585 * p-exp.y (yylex): Update.
10586 * m2-exp.y (yylex): Update.
10587 * go-exp.y (lex_one_token): Update.
10588 * f-exp.y (yylex): Update.
10589 * d-exp.y (lex_one_token): Update.
10590 * c-exp.y (lex_one_token): Update.
10591 * ada-lex.l: Update.
10592
28aaf3fd
TT
105932019-04-04 Tom Tromey <tom@tromey.com>
10594
10595 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10596 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10597 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10598 * parser-defs.h (paren_depth): Don't declare.
10599 * parse.c (paren_depth): Remove global.
10600 (parse_exp_in_context): Update.
10601 * p-exp.y (paren_depth): New global.
10602 (pascal_parse): Initialize it.
10603 * m2-exp.y (paren_depth): New global.
10604 (m2_parse): Initialize it.
10605 * go-exp.y (paren_depth): New global.
10606 (go_parse): Initialize it.
10607 * f-exp.y (paren_depth): New global.
10608 (f_parse): Initialize it.
10609 * d-exp.y (paren_depth): New global.
10610 (d_parse): Initialize it.
10611 * c-exp.y (paren_depth): New global.
10612 (c_parse): Initialize it.
10613 * ada-lex.l (paren_depth): New global.
10614 (lexer_init): Initialize it.
10615
1e58a4a4
TT
106162019-04-04 Tom Tromey <tom@tromey.com>
10617
10618 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10619 (rust_parser::convert_ast_to_type)
10620 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10621 * parser-defs.h (struct parser_state) <parser_state>: Add
10622 parameters. Initialize new members.
10623 <expression_context_block, expression_context_pc>: New members.
10624 * parse.c (expression_context_block, expression_context_pc):
10625 Remove globals.
10626 (parse_exp_in_context): Update.
10627 * p-exp.y: Update all rules.
10628 (yylex): Update.
10629 * m2-exp.y: Update all rules.
10630 (yylex): Update.
10631 * go-exp.y (yylex): Update.
10632 * f-exp.y (yylex): Update.
10633 * d-exp.y: Update all rules.
10634 (yylex): Update.
10635 * c-exp.y: Update all rules.
10636 (lex_one_token, classify_name, yylex, c_parse): Update.
10637 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10638
37eedb39
TT
106392019-04-04 Tom Tromey <tom@tromey.com>
10640
10641 * gdbarch.h, gdbarch.c: Rebuild.
10642 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10643 * stap-probe.h:
10644 (struct stap_parse_info): Replace "parser_state" with
10645 "expr_builder".
10646 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10647 (parser_state): New class.
10648 * parse.c (expr_builder): Rename.
10649 (expr_builder::release): Rename.
10650 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10651 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10652 (write_exp_elt_longcst, write_exp_elt_floatcst)
10653 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10654 (write_exp_string_vector, write_exp_bitstring)
10655 (write_exp_msymbol, mark_struct_expression)
10656 (write_dollar_variable)
10657 (insert_type_address_space, increase_expout_size): Replace
10658 "parser_state" with "expr_builder".
10659 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10660 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10661 "parser_state" with "expr_builder".
10662
73923d7e
TT
106632019-04-04 Tom Tromey <tom@tromey.com>
10664
10665 * rust-exp.y: Replace "parse_language" with method call.
10666 * p-exp.y:
10667 (yylex): Replace "parse_language" with method call.
10668 * m2-exp.y:
10669 (yylex): Replace "parse_language" with method call.
10670 * go-exp.y (classify_name): Replace "parse_language" with method
10671 call.
10672 * f-exp.y (yylex): Replace "parse_language" with method call.
10673 * d-exp.y (lex_one_token): Replace "parse_language" with method
10674 call.
10675 * c-exp.y:
10676 (lex_one_token, classify_name, yylex): Replace "parse_language"
10677 with method call.
10678 * ada-exp.y (find_primitive_type, type_char)
10679 (type_system_address): Replace "parse_language" with method call.
10680
fa9f5be6
TT
106812019-04-04 Tom Tromey <tom@tromey.com>
10682
10683 * rust-exp.y: Replace "parse_gdbarch" with method call.
10684 * parse.c (write_dollar_variable, insert_type_address_space):
10685 Replace "parse_gdbarch" with method call.
10686 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10687 call.
10688 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10689 call.
10690 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10691 "parse_gdbarch" with method call.
10692 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10693 with method call.
10694 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10695 "parse_gdbarch" with method call.
10696 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10697 "parse_gdbarch" with method call.
10698 * c-exp.y (parse_type, parse_number, classify_name): Replace
10699 "parse_gdbarch" with method call.
10700 * ada-lex.l: Replace "parse_gdbarch" with method call.
10701 * ada-exp.y (parse_type, find_primitive_type, type_char)
10702 (type_system_address): Replace "parse_gdbarch" with method call.
10703
1201a264
TT
107042019-04-04 Tom Tromey <tom@tromey.com>
10705
10706 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10707 * stap-probe.c (stap_parse_argument): Update.
10708 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10709 initial_size parameter.
10710 * rust-exp.y (rust_lex_tests): Update.
10711 * parse.c (parser_state): Update.
10712 (parse_exp_in_context): Update.
10713 * parser-defs.h (struct parser_state) <parser_state>: Remove
10714 "initial_size" parameter.
10715
e3980ce2
TT
107162019-04-04 Tom Tromey <tom@tromey.com>
10717
10718 * parser-defs.h (increase_expout_size): Don't declare.
10719 * parse.c (increase_expout_size): Now static.
10720
e9f8e3f1
TS
107212019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10722
10723 * gnu-nat.c (gnu_nat_target::wait): Fix
10724 target_waitstatus_to_string call.
10725
d7df6549
AB
107262019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10727
10728 * eval.c (evaluate_subexp_standard): Handle internal functions
10729 during Fortran function call handling.
10730
8bdc1658
AB
107312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10732
10733 * NEWS: Mention new internal functions.
10734 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10735 (read_base_type): Use dwarf2_init_complex_target_type.
10736 * value.c (creal_internal_fn): New function.
10737 (cimag_internal_fn): New function.
10738 (_initialize_values): Register new internal functions.
10739
c29705b7
PW
107402019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10741
10742 * infrun.c (stop_all_threads): If debug_infrun, always
10743 trace the wait status after wait_one, using
10744 target_waitstatus_to_string and target_pid_to_str.
10745 (handle_inferior_event): Replace various trace of
10746 wait status kind by a single trace.
10747 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10748 wait status kind image by target_waitstatus_to_string.
10749 * target/waitstatus.c (target_waitstatus_to_string): Fix
10750 obsolete comment.
10751
05caa1d2
TT
107522019-04-01 Tom Tromey <tromey@adacore.com>
10753
10754 PR symtab/23331:
10755 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10756
9d1447e0
SDJ
107572019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10758 Pedro Alves <palves@redhat.com>
10759
10760 * top.c (quit_force): Call 'finalize_values'.
10761 * value.c (finalize_values): New function.
10762 * value.h (finalize_values): Declare.
10763
7734102d
EZ
107642019-03-30 Eli Zaretskii <eliz@gnu.org>
10765
10766 * NEWS: Announce $_gdb_major and $_gdb_minor.
10767
10768 * top.c (init_gdb_version_vars): New function.
10769 (gdb_init): Call init_gdb_version_vars.
10770
188e1fa9
TT
107712019-03-29 Tom Tromey <tromey@adacore.com>
10772
10773 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10774 help text. Remove dead code.
10775
2880242d
KS
107762019-03-29 Keith Seitz <keiths@redhat.com>
10777
10778 From Siddhesh Poyarekar:
10779 * f-lang.h (f77_get_upperbound): Return LONGEST.
10780 (f77_get_lowerbound): Likewise.
10781 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10782 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10783 print them.
10784 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10785 plongest to format print it.
10786 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10787 (f77_get_upperbound): Likewise.
10788 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10789 LOWER_BOUND to LONGEST.
10790 (f77_create_arrayprint_offset_tbl): Likewise.
10791
cc1defb1
KS
107922019-03-29 Keith Seitz <keiths@redhat.com>
10793
10794 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10795 %s/pulongest for TYPE_LENGTH instead of %d in format
10796 strings.
10797 * ada-typerint.c (ada_print_type): Likewise.
10798 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10799 * compile/compile-c-support.c (generate_register_struct): Likewise.
10800 * gdbtypes.c (recursive_dump_type): Likewise.
10801 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10802 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10803 instead of %d in format strings.
10804 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10805 to std::min to ULONGEST.
10806 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10807 instead of %d in format strings.
10808 * tracepoint.c (info_scope_command): Likewise.
10809 * typeprint.c (print_offset_data::update)
10810 (print_offset_data::finish): Likewise.
10811 * xtensa-tdep.c (xtensa_store_return_value)
10812 (xtensa_push_dummy_call): Likewise.
10813
e432ccf1
JT
108142019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10815
10816 * windows-nat.c (display_selector): Fixed format specifications
10817 for 64-bit Cygwin.
10818
65d2b333
PW
108192019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10820
10821 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10822
f489207e
SL
108232019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10824
10825 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10826 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10827 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10828 (nios2_linux_init_abi): Install it.
10829
bffa1015
AH
108302019-03-28 Alan Hayward <alan.hayward@arm.com>
10831
10832 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10833
fc96163a
AH
108342019-03-28 Alan Hayward <alan.hayward@arm.com>
10835
10836 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10837
20dc7e9b
PW
108382019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10839 Tom Tromey <tromey@adacore.com>
10840
10841 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10842
7f5331a8
JB
108432019-03-26 Joel Brobecker <brobecker@adacore.com>
10844
10845 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10846 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10847 method to compute the bounds of range types. Also print "[evaluated]"
10848 if the bounds' values come from a dynamic evaluation.
10849
18c77628
AB
108502019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10851
10852 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10853 whitespace when pretty printing is on.
10854
53c973f2
AH
108552019-03-26 Alan Hayward <alan.hayward@arm.com>
10856
e79be6e5 10857 * ppc-linux-nat.c: Add include.
53c973f2 10858
d851aa71
AH
108592019-03-26 Alan Hayward <alan.hayward@arm.com>
10860
e79be6e5 10861 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 10862
2fe7bab7
AH
108632019-03-26 Alan Hayward <alan.hayward@arm.com>
10864
e79be6e5 10865 * arm-linux-nat.c: Add include.
2fe7bab7 10866
068ef30e
SM
108672019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10868
10869 * source-cache.c (source_cache::get_source_lines): Re-read
10870 fullname after calling open_source_file.
10871
81a24d04
JB
108722019-03-25 John Baldwin <jhb@FreeBSD.org>
10873
10874 * NEWS: Mention TLS support for FreeBSD.
10875
79e7ae11
TT
108762019-03-25 Tom Tromey <tromey@adacore.com>
10877
10878 * minsyms.c (BUNCH_SIZE): Update comment.
10879 (~minimal_symbol_reader): Remove old comment.
10880 (compact_minimal_symbols): Update comment.
10881 (minimal_symbol_reader::install): Remove old comment. Update
10882 other comments.
10883
d45963c2
AH
108842019-03-25 Alan Hayward <alan.hayward@arm.com>
10885
10886 * s390-linux-nat.c: Add include.
10887
0f83012e
AH
108882019-03-25 Alan Hayward <alan.hayward@arm.com>
10889
10890 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10891 Call linux_get_hwcap.
10892 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10893 Likewise.
10894 (aarch64_linux_get_hwcap): Remove function.
10895 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10896 declaration.
10897 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10898 linux_get_hwcap.
10899 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10900 * linux-tdep.c (linux_get_hwcap): Add function.
10901 (linux_get_hwcap2): Likewise.
10902 * linux-tdep.h (linux_get_hwcap): Add declaration.
10903 (linux_get_hwcap2): Likewise.
10904 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10905 (ppc_linux_get_hwcap2): Likewise.
10906 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10907 linux_get_hwcap.
10908 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10909 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10910 (ppc_linux_nat_target::read_description): Likewise.
10911 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10912 * s390-linux-nat.c: Likewise.
10913 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10914
6640a367
TT
109152019-03-24 Tom Tromey <tom@tromey.com>
10916
10917 * ada-lang.c (standard_lookup): Simplify initialization.
10918 (ada_lookup_symbol_nonlocal): Simplify return.
10919 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10920 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10921 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10922 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10923 initialization.
10924 * solib.c (solib_global_lookup): Simplify.
10925 * symtab.c (null_block_symbol): Remove.
10926 (symbol_cache_lookup): Simplify returns.
10927 (lookup_language_this): Simplify returns.
10928 (lookup_symbol_aux): Simplify return.
10929 (lookup_local_symbol): Simplify returns.
10930 (lookup_global_symbol_from_objfile): Simplify return.
10931 (lookup_symbol_in_objfile_symtabs)
10932 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10933 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10934 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10935 * cp-namespace.c (cp_lookup_bare_symbol)
10936 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10937 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10938 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10939 (cp_lookup_symbol_via_imports): Simplify initialization.
10940 (find_symbol_in_baseclass): Likewise.
10941 * symtab.h (null_block_symbol): Remove.
10942 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10943 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10944 (d_lookup_symbol_module): Likewise.
10945 (find_symbol_in_baseclass): Simplify initialization.
10946
a930ebcd
TT
109472019-03-24 Tom Tromey <tom@tromey.com>
10948
10949 * expression.h: Don't include symtab.h.
10950 (struct block): Forward declare.
10951
582942f4
TT
109522019-03-24 Tom Tromey <tom@tromey.com>
10953
10954 * c-exp.y (typebase): Remove casts.
10955 * gdbtypes.c (lookup_unsigned_typename, )
10956 (lookup_signed_typename): Remove cast.
10957 * eval.c (parse_to_comma_and_eval): Remove cast.
10958 * parse.c (write_dollar_variable): Remove cast.
10959 * block.h (struct block) <superblock>: Now const.
10960 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10961 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10962 (map_block): Make "block" const.
10963 * symfile.h (struct quick_symbol_functions)
10964 <map_matching_symbols>: Constify block argument to "callback".
10965 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10966 const.
10967 (find_pc_sect_compunit_symtab): Make "b" const.
10968 (find_symbol_at_address): Likewise.
10969 (search_symbols): Likewise.
10970 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10971 (dw2_debug_names_lookup_symbol): Likewise.
10972 (dw2_map_matching_symbols): Update.
10973 * p-valprint.c (pascal_val_print): Remove "block".
10974 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10975 (aux_add_nonlocal_symbols): Make "block" const.
10976 (resolve_subexp): Remove cast.
10977 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10978 const.
10979 (iterate_over_file_blocks): Likewise.
10980 * f-exp.y (%union) <bval>: Remove.
10981 * coffread.c (patch_opaque_types): Make "b" const.
10982 * spu-tdep.c (spu_catch_start): Make "block" const.
10983 * c-valprint.c (print_unpacked_pointer): Remove "block".
10984 * symmisc.c (dump_symtab_1): Make "b" const.
10985 (block_depth): Make "block" const.
10986 * d-exp.y (%union) <bval>: Remove.
10987 * cp-support.h (cp_lookup_rtti_type): Update.
10988 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
10989 * psymtab.c (psym_lookup_symbol): Make "block" const.
10990 (maintenance_check_psymtabs): Make "b" const.
10991 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
10992 (enumerate_locals, enumerate_args): Update.
10993 * python/py-symtab.c (stpy_global_block): Make "block" const.
10994 (stpy_static_block): Likewise.
10995 * inline-frame.c (block_starting_point_at): Make "new_block"
10996 const.
10997 * block.c (find_block_in_blockvector): Make return type const.
10998 (blockvector_for_pc_sect): Make "b" const.
10999 (find_block_in_blockvector): Make "b" const.
11000
7ad417dd
TT
110012019-03-23 Tom Tromey <tom@tromey.com>
11002
11003 * varobj.c (varobj_create): Update.
11004 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11005 * printcmd.c (display_command, do_one_display): Don't reset
11006 innermost_block.
11007 * parser-defs.h (enum innermost_block_tracker_type): Move to
11008 expression.h.
11009 (innermost_block): Update comment.
11010 * parse.c (parse_exp_1): Add tracker_types parameter.
11011 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11012 tracker_types parameter. Reset innermost_block.
11013 (parse_exp_in_context): Remove.
11014 (parse_expression_for_completion): Update.
11015 * objfiles.c (~objfile): Don't reset expression_context_block or
11016 innermost_block.
11017 * expression.h (enum innermost_block_tracker_type): Move from
11018 parser-defs.h.
11019 (parse_exp_1): Add tracker_types parameter.
11020 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11021 reset innermost_block.
11022
b366c208
TT
110232019-03-23 Tom Tromey <tom@tromey.com>
11024
11025 * objfiles.h: Include bcache.h.
11026
9bb9b2f9
TT
110272019-03-23 Tom Tromey <tom@tromey.com>
11028
11029 * linespec.c (get_current_search_block): Use
11030 scoped_restore_current_language.
11031 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11032
59c28372
AH
110332019-03-22 Alan Hayward <alan.hayward@arm.com>
11034 Jiong Wang <jiong.wang@arm.com>
11035
11036 * aarch64-linux-tdep.c
11037 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11038 section.
11039 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11040
17e116a7
AH
110412019-03-22 Alan Hayward <alan.hayward@arm.com>
11042 Jiong Wang <jiong.wang@arm.com>
11043
11044 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11045 instructions.
11046 (aarch64_analyze_prologue_test): Add PACIASP test.
11047 (aarch64_prologue_prev_register): Unmask PC value.
11048
11e1b75f
AH
110492019-03-22 Alan Hayward <alan.hayward@arm.com>
11050 Jiong Wang <jiong.wang@arm.com>
11051
11052 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11053 (aarch64_dwarf2_prev_register): Unmask PC value.
11054 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11055 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11056 DW_CFA_AARCH64_negate_ra_state.
11057 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11058
34dcc7cf
AH
110592019-03-22 Alan Hayward <alan.hayward@arm.com>
11060 Jiong Wang <jiong.wang@arm.com>
11061
11062 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11063 registers.
11064 (aarch64_pseudo_register_name): Likewise.
11065 (aarch64_pseudo_register_type): Likewise.
11066 (aarch64_pseudo_register_reggroup_p): Likewise.
11067 (aarch64_gdbarch_init): Add pauth registers.
11068 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11069 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11070 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11071 (struct gdbarch_tdep): Add regnum for ra_state.
11072
1ef53e6b
AH
110732019-03-22 Alan Hayward <alan.hayward@arm.com>
11074 Jiong Wang <jiong.wang@arm.com>
11075
11076 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11077
76bed0fd
AH
110782019-03-22 Alan Hayward <alan.hayward@arm.com>
11079 Jiong Wang <jiong.wang@arm.com>
11080
11081 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11082 function.
11083 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11084 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11085 (aarch64_gdbarch_init): Add puth registers.
11086 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11087 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11088 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11089
ee4fbcfa
AH
110902019-03-22 Alan Hayward <alan.hayward@arm.com>
11091 Jiong Wang <jiong.wang@arm.com>
11092
11093 * aarch64-linux-nat.c
11094 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11095 * aarch64-linux-tdep.c
11096 (aarch64_linux_core_read_description): Likewise.
11097 (aarch64_linux_get_hwcap): New function.
11098 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11099 (aarch64_linux_get_hwcap): New declaration.
11100
6dc0ebde
AH
111012019-03-22 Alan Hayward <alan.hayward@arm.com>
11102 Jiong Wang <jiong.wang@arm.com>
11103
11104 * aarch64-linux-nat.c
11105 (aarch64_linux_nat_target::read_description): Add pauth param.
11106 * aarch64-linux-tdep.c
11107 (aarch64_linux_core_read_description): Likewise.
11108 * aarch64-tdep.c (struct target_desc): Add in pauth.
11109 (aarch64_read_description): Add pauth param.
11110 (aarch64_gdbarch_init): Likewise.
11111 * aarch64-tdep.h (aarch64_read_description): Likewise.
11112 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11113 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11114 * features/Makefile: Add new files.
11115 * features/aarch64-pauth.c: New file.
11116 * features/aarch64-pauth.xml: New file.
11117
595915c1
TT
111182019-03-20 Tom Tromey <tromey@adacore.com>
11119
11120 * infrun.c (handle_inferior_event): Rename from
11121 handle_inferior_event_1. Create a scoped_value_mark.
11122 (handle_inferior_event): Remove.
11123
4c7d57e7
TT
111242019-03-19 Tom Tromey <tromey@adacore.com>
11125
11126 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11127 * infrun.h (print_stop_event): Add "displays" parameter.
11128 * infrun.c (print_stop_event): Add "displays" parameter.
11129
cb246234
PA
111302019-03-19 Pedro Alves <palves@redhat.com>
11131
11132 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11133 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11134 to -1. Fix TABs vs spaces.
11135 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11136 * tui/tui-out.h (tui_ui_out) Add intro comments.
11137 <m_line, m_start_of_line>: In-class initialize, and add describing
11138 comment.
11139
3a0e45b2
AH
111402019-03-18 Alan Hayward <alan.hayward@arm.com>
11141
11142 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11143 variable names.
11144 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11145
5371b850
PA
111462019-03-18 Pedro Alves <palves@redhat.com>
11147 Eli Zaretskii <eliz@gnu.org>
11148
11149 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11150 m_line and m_start_of_line.
11151
b17c4cd0
EZ
111522019-03-18 Eli Zaretskii <eliz@gnu.org>
11153
11154 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11155 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11156 it returns a newline. This fixes a regression in TU mode, whereby
11157 the next line is output on the same screen line as the user input.
11158
4bd56d18
TT
111592019-03-18 Tom Tromey <tromey@adacore.com>
11160
11161 * minsyms.c (minimal_symbol_reader::install): Remove call to
11162 obstack_blank.
11163
55c10aca
PA
111642019-03-18 Pedro Alves <palves@redhat.com>
11165
11166 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11167 New globals.
11168 (apply_style): New, factored out from ...
11169 (apply_ansi_escape): ... this. Handle reverse video mode.
11170 (tui_set_reverse_mode): New function.
11171 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11172 * tui/tui-winsource.c (tui_show_source_line): Use
11173 tui_set_reverse_mode instead of setting A_STANDOUT.
11174 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11175 New setter methods.
11176
647bb750
HD
111772019-03-18 Hannes Domani <ssbssa@yahoo.de>
11178
11179 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11180 Handle tabs.
11181
bff8c71f
TT
111822019-03-18 Tom Tromey <tromey@adacore.com>
11183
11184 * ada-lang.c (empty_array): Add "high" parameter.
11185 (ada_evaluate_subexp): Update.
11186
58785d98
ST
111872019-03-17 Sergei Trofimovich <siarheit@google.com>
11188
11189 * unittests/string_view-selftests.c: Define
11190 _initialize_string_view_selftests unconditionally.
11191
d4cbef22
ВМ
111922019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11193
11194 PR gdb/24350
11195 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11196
fce4c071
ВМ
111972019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11198
11199 PR gdb/24351
11200 * windows-nat.c (display_selector): Fix format specifiers.
11201
f7f0a123
EZ
112022019-03-17 Eli Zaretskii <eliz@gnu.org>
11203
11204 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11205 tui_refill_source_window instead of tui_refresh_win, to update the
11206 current execution line. This fixes redisplay of the current line
11207 when stepping through the code with "next" or "step".
11208
ab42892f
EZ
112092019-03-16 Eli Zaretskii <eliz@gnu.org>
11210
11211 * source-cache.c (source_cache::get_source_lines): Call
11212 find_source_lines to initialize s->nlines. This fixes vertical
11213 scrolling of TUI source window when the DOWN arrow is pressed.
11214
8d8c087f
PW
112152019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11216
11217 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11218 linux-thread-db.c (_initialize_thread_db): Likewise.
11219
798e1c30
EZ
112202019-03-16 Eli Zaretskii <eliz@gnu.org>
11221
11222 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11223 wclrtoeol in tui_show_source_line". This reverts changes made in
11224 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11225
eefba3da
TT
112262019-03-15 Tom Tromey <tom@tromey.com>
11227
11228 * symtab.h (struct minimal_symbol): Derive from
11229 general_symbol_info.
11230 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11231 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11232 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11233 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11234 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11235 (MSYMBOL_SEARCH_NAME): Update.
11236 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11237 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11238 * minsyms.c (minimal_symbol_reader::record_full): Update.
11239
0de2420c
TT
112402019-03-15 Tom Tromey <tom@tromey.com>
11241
11242 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11243
042d75e4
TT
112442019-03-15 Tom Tromey <tom@tromey.com>
11245
11246 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11247 unique_xmalloc_ptr.
11248 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11249 Update.
11250 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11251 (build_minimal_symbol_hash_tables)
11252 (minimal_symbol_reader::install): Update.
11253
db92718b
TT
112542019-03-15 Tom Tromey <tom@tromey.com>
11255
11256 * symtab.c (create_demangled_names_hash): Update.
11257 (symbol_set_names): Update.
11258 * objfiles.h (struct objfile_per_bfd_storage)
11259 <demangled_names_hash>: Now an htab_up.
11260 * objfiles.c (objfile_per_bfd_storage): Simplify.
11261
d6797f46
TT
112622019-03-15 Tom Tromey <tom@tromey.com>
11263
11264 * objfiles.h (struct objfile_per_bfd_storage): Declare
11265 destructor.
11266 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11267 New.
11268 (get_objfile_bfd_data): Use new. Don't initialize
11269 language_of_main.
11270 (free_objfile_per_bfd_storage): Remove.
11271 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11272
741d7538
TT
112732019-03-15 Tom Tromey <tom@tromey.com>
11274
11275 * symfile.c (reread_symbols): Update.
11276 * objfiles.c (objfile::objfile): Update.
11277 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11278 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11279 comment.
11280 (minimal_symbol_reader::install): Update.
11281 (terminate_minimal_symbol_table): Remove.
11282 * jit.c (jit_object_close_impl): Update.
11283
788c80d1
TT
112842019-03-15 Tom Tromey <tom@tromey.com>
11285
11286 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11287 initializations.
11288
1b7a07cb
TT
112892019-03-15 Tom Tromey <tom@tromey.com>
11290
11291 * objfiles.h (struct objfile_per_bfd_storage)
11292 <demangled_hash_languages>: Now a bitset.
11293 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11294 (lookup_minimal_symbol): Update.
11295
3db066bc
TT
112962019-03-15 Tom Tromey <tom@tromey.com>
11297
11298 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11299 Don't return the symbol.
11300 * coffread.c (record_minimal_symbol): Use record_full.
11301
3fff2c37
EZ
113022019-03-14 Eli Zaretskii <eliz@gnu.org>
11303
11304 The MS-Windows port of ncurses fails to switch to a color pair if
11305 one or both of the colors are the implicit default colors. This
11306 change records the default colors when TUI is initialized, and
11307 then specifies them explicitly when a color pair uses the default
11308 colors. This allows color styling in TUI mode on MS-Windows.
11309
11310 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11311 ncurses_norm_attr.
11312 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11313 colors in ncurses_norm_attr.
11314 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11315 "none", replace it with the default color recorded in
11316 ncurses_norm_attr.
11317
3b336828
TT
113182019-03-14 Tom Tromey <tromey@adacore.com>
11319
11320 * source-cache.h (class source_cache) <get_source_lines>: Return
11321 std::string.
11322 * source-cache.c (source_cache::extract_lines): Handle case where
11323 first_pos==npos. Return std::string.
11324 (source_cache::get_source_lines): Update.
11325
d085f989
TT
113262019-03-14 Tom Tromey <tromey@adacore.com>
11327
11328 * NEWS: Add item for "style sources" commands.
11329 * source-cache.c (source_cache::get_source_lines): Check
11330 source_styling.
11331 * cli/cli-style.c (source_styling): New global.
11332 (_initialize_cli_style): Add "style sources" commands.
11333 (show_style_sources): New function.
11334 * cli/cli-style.h (source_styling): Declare.
11335
6f11e682
TT
113362019-03-14 Pedro Alves <palves@redhat.com>
11337 Tom Tromey <tromey@adacore.com>
11338
11339 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11340 * tui/tui-winsource.c (tui_refill_source_window): New function,
11341 from...
11342 (tui_horizontal_source_scroll): ... here. Move some logic.
11343 * cli/cli-style.c (set_style_enabled): Notify new observable.
11344 * tui/tui-hooks.c (tui_redisplay_source): New function.
11345 (tui_attach_detach_observers): Attach or detach
11346 tui_redisplay_source.
11347 * observable.h (source_styling_changed): New observable.
11348 * observable.c: Define source_styling_changed observable.
11349
a068643d
TT
113502019-03-13 Tom Tromey <tromey@adacore.com>
11351
11352 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11353 (i386_gnu_nat_target::store_registers): Update.
11354 * target-debug.h (target_debug_print_std_string): New macro.
11355 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11356 * windows-tdep.c (display_one_tib): Update.
11357 * tui/tui-stack.c (tui_make_status_line): Update.
11358 * top.c (print_inferior_quit_action): Update.
11359 * thread.c (thr_try_catch_cmd): Update.
11360 (add_thread_with_info): Update.
11361 (thread_target_id_str): Update.
11362 (thr_try_catch_cmd): Update.
11363 (thread_command): Update.
11364 (thread_find_command): Update.
11365 * record-btrace.c (record_btrace_target::info_record)
11366 (record_btrace_resume_thread, record_btrace_target::resume)
11367 (record_btrace_cancel_resume, record_btrace_step_thread)
11368 (record_btrace_target::wait, record_btrace_target::wait)
11369 (record_btrace_target::wait, record_btrace_target::stop): Update.
11370 * progspace.c (print_program_space): Update.
11371 * process-stratum-target.c
11372 (process_stratum_target::thread_address_space): Update.
11373 * linux-fork.c (linux_fork_mourn_inferior)
11374 (detach_checkpoint_command, info_checkpoints_command)
11375 (linux_fork_context): Update.
11376 (linux_fork_detach): Update.
11377 (class scoped_switch_fork_info): Update.
11378 (delete_checkpoint_command): Update.
11379 * infrun.c (follow_fork_inferior): Update.
11380 (follow_fork_inferior): Update.
11381 (proceed_after_vfork_done): Update.
11382 (handle_vfork_child_exec_or_exit): Update.
11383 (follow_exec): Update.
11384 (displaced_step_prepare_throw): Update.
11385 (displaced_step_restore): Update.
11386 (start_step_over): Update.
11387 (resume_1): Update.
11388 (clear_proceed_status_thread): Update.
11389 (proceed): Update.
11390 (print_target_wait_results): Update.
11391 (do_target_wait): Update.
11392 (context_switch): Update.
11393 (stop_all_threads): Update.
11394 (restart_threads): Update.
11395 (finish_step_over): Update.
11396 (handle_signal_stop): Update.
11397 (switch_back_to_stepped_thread): Update.
11398 (keep_going_pass_signal): Update.
11399 (print_exited_reason): Update.
11400 (normal_stop): Update.
11401 * inferior.c (inferior_pid_to_str): Change return type.
11402 (print_selected_inferior): Update.
11403 (add_inferior): Update.
11404 (detach_inferior): Update.
11405 * dummy-frame.c (fprint_dummy_frames): Update.
11406 * dcache.c (dcache_info_1): Update.
11407 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11408 (btrace_fetch, btrace_clear): Update.
11409 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11410 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11411 type.
11412 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11413 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11414 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11415 * gdbarch.c, gdbarch.h: Rebuild.
11416 * gdbarch.sh (core_pid_to_str): Change return type.
11417 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11418 return type.
11419 (windows_nat_target::pid_to_str): Change return type.
11420 (windows_delete_thread): Update.
11421 (windows_nat_target::attach): Update.
11422 (windows_nat_target::files_info): Update.
11423 * target-delegates.c: Rebuild.
11424 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11425 return type.
11426 (sol_thread_target::pid_to_str): Change return type.
11427 * remote.c (class remote_target) <pid_to_str>: Change return
11428 type.
11429 (remote_target::pid_to_str): Change return type.
11430 (extended_remote_target::attach, remote_target::remote_stop_ns)
11431 (remote_target::remote_notif_remove_queued_reply)
11432 (remote_target::push_stop_reply, remote_target::disable_btrace):
11433 Update.
11434 (extended_remote_target::attach): Update.
11435 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11436 type.
11437 (gdbsim_target::pid_to_str): Change return type.
11438 * ravenscar-thread.c (struct ravenscar_thread_target)
11439 <pid_to_str>: Change return type.
11440 (ravenscar_thread_target::pid_to_str): Change return type.
11441 * procfs.c (class procfs_target) <pid_to_str>: Change return
11442 type.
11443 (procfs_target::pid_to_str): Change return type.
11444 (procfs_target::attach): Update.
11445 (procfs_target::detach): Update.
11446 (procfs_target::fetch_registers): Update.
11447 (procfs_target::store_registers): Update.
11448 (procfs_target::wait): Update.
11449 (procfs_target::files_info): Update.
11450 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11451 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11452 return type.
11453 (nto_procfs_target::pid_to_str): Change return type.
11454 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11455 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11456 return type.
11457 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11458 (exit_lwp): Update.
11459 (attach_proc_task_lwp_callback, get_detach_signal)
11460 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11461 (linux_nat_target::resume, wait_lwp, stop_callback)
11462 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11463 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11464 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11465 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11466 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11467 type.
11468 (inf_ptrace_target::attach): Update.
11469 (inf_ptrace_target::files_info): Update.
11470 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11471 type.
11472 (go32_nat_target::pid_to_str): Change return type.
11473 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11474 (gnu_nat_target::wait): Update.
11475 (gnu_nat_target::wait): Update.
11476 (gnu_nat_target::resume): Update.
11477 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11478 (fbsd_nat_target::wait): Update.
11479 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11480 type.
11481 (darwin_nat_target::attach): Update.
11482 * corelow.c (class core_target) <pid_to_str>: Change return type.
11483 (core_target::pid_to_str): Change return type.
11484 * target.c (normal_pid_to_str): Change return type.
11485 (default_pid_to_str): Likewise.
11486 (target_pid_to_str): Change return type.
11487 (target_translate_tls_address): Update.
11488 (target_announce_detach): Update.
11489 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11490 return type.
11491 (bsd_uthread_target::pid_to_str): Change return type.
11492 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11493 type.
11494 (bsd_kvm_target::pid_to_str): Change return type.
11495 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11496 return type.
11497 (aix_thread_target::pid_to_str): Change return type.
11498 * target.h (struct target_ops) <pid_to_str>: Change return type.
11499 (target_pid_to_str, normal_pid_to_str): Likewise.
11500 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11501 type.
11502 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11503 type.
11504 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11505 return type.
11506 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11507 type.
11508 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11509 type.
11510 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11511 return type.
11512
b4be1b06
SM
115132019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * NEWS: Mention that the new default MI version is 3. Mention
11516 changes to the output of commands and events that deal with
11517 multi-location breakpoints.
11518 * breakpoint.c: Include "mi/mi-out.h".
11519 (print_one_breakpoint): Change output syntax if using MI version
11520 >= 3.
11521 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11522 New.
11523 (mi_multi_location_breakpoint_output_fixed): New.
11524 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11525 (mi_cmd_fix_multi_location_breakpoint_output): New.
11526 (mi_multi_location_breakpoint_output_fixed): New.
11527 * mi/mi-cmds.c (mi_cmds): Register command
11528 -fix-multi-location-breakpoint-output.
11529 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11530 interpreter "mi".
11531
8e5e5494
SM
115322019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11533
11534 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11535 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11536 instantiate mi_ui_out based on interpreter name.
11537 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11538 * mi/mi-main.c (mi_load_progress): Likewise.
11539
197df35e
JB
115402019-03-12 John Baldwin <jhb@FreeBSD.org>
11541
11542 * NEWS: Combine separate "New targets" sections for 8.3.
11543
8399425f
JB
115442019-03-12 John Baldwin <jhb@FreeBSD.org>
11545
11546 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11547 (ppcfbsd_init_abi): Install gdbarch
11548 "fetch_tls_load_module_address" and "get_thread_local_address"
11549 methods.
11550
b0f87ed0
JB
115512019-03-12 John Baldwin <jhb@FreeBSD.org>
11552
11553 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11554 (riscv_fbsd_init_abi): Install gdbarch
11555 "fetch_tls_load_module_address" and "get_thread_local_address"
11556 methods.
11557
ce25aa57
JB
115582019-03-12 John Baldwin <jhb@FreeBSD.org>
11559
11560 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11561 (i386fbsd_init_abi): Install gdbarch
11562 "fetch_tls_load_module_address" and "get_thread_local_address"
11563 methods.
11564
f5424cfa
JB
115652019-03-12 John Baldwin <jhb@FreeBSD.org>
11566
11567 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11568 (amd64fbsd_init_abi): Install gdbarch
11569 "fetch_tls_load_module_address" and "get_thread_local_address"
11570 methods.
11571
945f3901
JB
115722019-03-12 John Baldwin <jhb@FreeBSD.org>
11573
11574 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11575 (struct fbsd_pspace_data): New type.
11576 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11577 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11578 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11579 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11580 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11581
ef0bd204
JB
115822019-03-12 John Baldwin <jhb@FreeBSD.org>
11583
11584 * gdbtypes.c (lookup_struct_elt): New function.
11585 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11586 * gdbtypes.h (struct struct_elt): New type.
11587 (lookup_struct_elt): New prototype.
11588
36c53a02
JB
115892019-03-12 John Baldwin <jhb@FreeBSD.org>
11590
11591 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11592 remove disabled code block.
11593
6e056c81
JB
115942019-03-12 John Baldwin <jhb@FreeBSD.org>
11595
11596 * gdbarch.sh (get_thread_local_address): New method.
11597 * gdbarch.h, gdbarch.c: Regenerate.
11598 * target.c (target_translate_tls_address): Use
11599 gdbarch_get_thread_local_address if present instead of
11600 target::get_thread_local_address.
11601
cd250a18
JB
116022019-03-12 John Baldwin <jhb@FreeBSD.org>
11603
11604 * target.h (target::get_thread_local_address): Update comment.
11605
df22c1e5
JB
116062019-03-12 John Baldwin <jhb@FreeBSD.org>
11607
11608 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11609 objfile->separate_debug_objfile_backlink if not NULL.
11610
dd6876c9
JB
116112019-03-12 John Baldwin <jhb@FreeBSD.org>
11612
11613 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11614 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11615 (amd64bsd_store_inferior_registers): Likewise.
11616 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11617 Enable segment base registers.
11618 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11619 PT_GETFSBASE and PT_GETGSBASE.
11620 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11621 PT_SETGSBASE.
11622 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11623 segment base registers.
11624 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11625
1163a4b7
JB
116262019-03-12 John Baldwin <jhb@FreeBSD.org>
11627
11628 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11629 Update calls to i386_target_description to add 'segments'
11630 parameter.
11631 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11632 add segment base registers.
11633 * arch/i386.c (i386_create_target_description): Add 'segments'
11634 parameter to enable segment base registers.
11635 * arch/i386.h (i386_create_target_description): Likewise.
11636 * features/i386/32bit-segments.xml: New file.
11637 * features/i386/32bit-segments.c: Generate.
11638 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11639 call to i386_target_description to add 'segments' parameter.
11640 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11641 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11642 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11643 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11644 if feature is present.
11645 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11646 Add 'segments' parameter to call to i386_target_description.
11647 (i386_target_description): Add 'segments' parameter to enable
11648 segment base registers.
11649 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11650 to call to i386_target_description.
11651 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11652 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11653 Define I386_NUM_REGS.
11654 (i386_target_description): Add 'segments' parameter to enable
11655 segment base registers.
11656
3a350822
EZ
116572019-03-12 Eli Zaretskii <eliz@gnu.org>
11658
11659 PR/24325
11660 * source-cache.c: #undef open and close, to avoid unresolved
11661 externals during linking.
11662
ffdd69cf
TT
116632019-03-12 Tom Tromey <tromey@adacore.com>
11664
11665 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11666 const. Add initializers.
11667 (_initialize_remote): Don't initialize ptid globals.
11668
ec148c57
PA
116692019-03-12 Pedro Alves <palves@redhat.com>
11670
11671 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11672
32764270
PA
116732019-03-12 Pedro Alves <palves@redhat.com>
11674
11675 * cp-name-parser.y (main): Remove unused 'len' variable.
11676
17547186
TT
116772019-03-12 Tom Tromey <tromey@adacore.com>
11678
11679 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11680 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11681
d3a70e03
TT
116822019-03-12 Tom Tromey <tromey@adacore.com>
11683
11684 * linux-nat.c (iterate_over_lwps): Update.
11685 (stop_callback): Remove parameter.
11686 (stop_wait_callback, detach_callback, resume_set_callback)
11687 (select_singlestep_lwp_callback, set_ignore_sigint)
11688 (status_callback, resumed_callback, resume_clear_callback)
11689 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11690 data parameter.
11691 (linux_nat_target::detach, linux_nat_target::resume)
11692 (linux_stop_and_wait_all_lwps, select_event_lwp)
11693 (linux_nat_filter_event, linux_nat_wait_1)
11694 (linux_nat_target::kill, linux_nat_target::stop)
11695 (linux_nat_target::stop): Update.
11696 (linux_nat_resume_callback): Change type.
11697 (resume_stopped_resumed_lwps, count_events_callback)
11698 (select_event_lwp_callback): Likewise.
11699 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11700 * arm-linux-nat.c (struct update_registers_data): Remove.
11701 (update_registers_callback): Change type.
11702 (arm_linux_insert_hw_breakpoint1): Update.
11703 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11704 parameter.
11705 (x86_linux_dr_set_addr): Update.
11706 (x86_linux_dr_set_control): Update.
11707 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11708 (iterate_over_lwps): Use gdb::function_view.
11709 * nat/aarch64-linux-hw-point.c (struct
11710 aarch64_dr_update_callback_param): Remove.
11711 (debug_reg_change_callback): Change type.
11712 (aarch64_notify_debug_reg_change): Update.
11713 * s390-linux-nat.c (s390_refresh_per_info): Update.
11714
82cb27ff
TT
117152019-03-11 Tom Tromey <tromey@adacore.com>
11716
11717 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11718 redundant assignment to "this_cu".
11719
568c0683
SM
117202019-03-08 Simon Marchi <simon.marchi@efficios.com>
11721
11722 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11723
f09ce22d
SM
117242019-03-08 Simon Marchi <simon.marchi@efficios.com>
11725
11726 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11727 from...
11728 (rank_one_type): ... this.
11729
595f96a9
SM
117302019-03-08 Simon Marchi <simon.marchi@efficios.com>
11731
11732 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11733 from...
11734 (rank_one_type): ... this.
11735
2598a94b
SM
117362019-03-08 Simon Marchi <simon.marchi@efficios.com>
11737
11738 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11739 from...
11740 (rank_one_type): ... this.
11741
7f17b20d
SM
117422019-03-08 Simon Marchi <simon.marchi@efficios.com>
11743
11744 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11745 from...
11746 (rank_one_type): ... this.
11747
2c509035
SM
117482019-03-08 Simon Marchi <simon.marchi@efficios.com>
11749
11750 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11751 from...
11752 (rank_one_type): ... this.
11753
0dd322dc
SM
117542019-03-08 Simon Marchi <simon.marchi@efficios.com>
11755
11756 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11757 from...
11758 (rank_one_type): ... this.
11759
41ea4728
SM
117602019-03-08 Simon Marchi <simon.marchi@efficios.com>
11761
11762 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11763 from...
11764 (rank_one_type): ... this.
11765
793cd1d2
SM
117662019-03-08 Simon Marchi <simon.marchi@efficios.com>
11767
11768 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11769 from...
11770 (rank_one_type): ... this.
11771
34910087
SM
117722019-03-08 Simon Marchi <simon.marchi@efficios.com>
11773
11774 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11775 from...
11776 (rank_one_type): ... this.
11777
f1f832d6
SM
117782019-03-08 Simon Marchi <simon.marchi@efficios.com>
11779
11780 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11781 from...
11782 (rank_one_type): ... this.
11783
b9f4512f
SM
117842019-03-08 Simon Marchi <simon.marchi@efficios.com>
11785
11786 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11787 from...
11788 (rank_one_type): ... this.
11789
9293fc63
SM
117902019-03-08 Simon Marchi <simon.marchi@efficios.com>
11791
11792 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11793 from...
11794 (rank_one_type): ... this.
11795
e3abbe7e
PW
117962019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11797
11798 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11799 inferior-events' shows the example events.
11800
e4adb939
EZ
118012019-03-08 Eli Zaretskii <eliz@gnu.org>
11802
11803 Support styling on native MS-Windows console
11804
11805 PR/24315
11806 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11807 on MS-Windows if $TERM is not defined.
11808
11809 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11810
11811 * posix-hdep.c (gdb_console_fputs):
11812 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11813 functions.
11814 * ui-file.h (gdb_console_fputs): Add prototype.
11815
11816 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11817 back to fputs only if the former returns zero.
11818
25629dfd
TT
118192019-03-07 Tom Tromey <tom@tromey.com>
11820
11821 * symmisc.c (print_symbol_bcache_statistics): Update.
11822 (print_objfile_statistics): Update.
11823 * symfile.c (allocate_symtab): Update.
11824 * stabsread.c: Don't include bcache.h.
11825 * psymtab.h (struct psymbol_bcache): Don't declare.
11826 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11827 (psymbol_bcache_init, psymbol_bcache_free)
11828 (psymbol_bcache_get_bcache): Don't declare.
11829 * psymtab.c (struct psymbol_bcache): Remove.
11830 (psymtab_storage::psymtab_storage): Update.
11831 (psymtab_storage::~psymtab_storage): Update.
11832 (psymbol_bcache_init, psymbol_bcache_free)
11833 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11834 (add_psymbol_to_bcache): Update.
11835 (allocate_psymtab): Update.
11836 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11837 macro_cache>: No longer pointers.
11838 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11839 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11840 * macrotab.c (macro_bcache): Update.
11841 * macroexp.c: Don't include bcache.h.
11842 * gdbtypes.c (check_types_worklist): Update.
11843 (types_deeply_equal): Remove TRY/CATCH. Update.
11844 * elfread.c (elf_symtab_read): Update.
11845 * dwarf2read.c: Don't include bcache.h.
11846 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11847 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11848 (print_bcache_statistics, bcache_memory_used): Don't declare.
11849 (struct bcache): Move from bcache.c. Add constructor, destructor,
11850 methods. Rename all data members.
11851 * bcache.c (struct bcache): Move to bcache.h.
11852 (bcache::expand_hash_table): Rename from expand_hash_table.
11853 (bcache): Remove.
11854 (bcache::insert): Rename from bcache_full.
11855 (bcache::compare): Rename from bcache_compare.
11856 (bcache_xmalloc): Remove.
11857 (bcache::~bcache): Rename from bcache_xfree.
11858 (bcache::print_statistics): Rename from print_bcache_statistics.
11859 (bcache::memory_used): Rename from bcache_memory_used.
11860
fe726667
PA
118612019-03-07 Pedro Alves <palves@redhat.com>
11862
11863 * infrun.c (normal_stop): Also check for
11864 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11865
7584bb30
AB
118662019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11867
11868 * f-lang.c (value_from_host_double): Moved to...
11869 * value.c (value_from_host_double): ...here.
11870 * value.h (value_from_host_double): Declare.
11871 * guile/scm-math.c (vlscm_convert_typed_number): Use
11872 value_from_host_double.
11873 (vlscm_convert_number): Likewise.
11874 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11875 * python/py-value.c (convert_value_from_python): Likewise.
11876
a7b1986e
TT
118772019-03-06 Tom Tromey <tom@tromey.com>
11878
11879 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11880
0ccf4211
TT
118812019-03-06 Tom Tromey <tom@tromey.com>
11882
11883 * utils.h (free_current_contents): Don't declare.
11884 * utils.c (free_current_contents): Remove.
11885
fe7b42e5
TT
118862019-03-06 Tom Tromey <tom@tromey.com>
11887
11888 * top.c (quit_force): Update.
11889 * main.c (captured_command_loop): Update.
11890 * common/new-op.c (operator new): Update.
11891 * common/common-exceptions.c (struct catcher)
11892 <save_cleanup_chain>: Remove member.
11893 (exceptions_state_mc_init): Update.
11894 (exception_try_scope_entry): Return nullptr.
11895 (exception_try_scope_exit, exception_rethrow)
11896 (throw_exception_sjlj, throw_exception_cxx): Update.
11897 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11898 (all_cleanups, do_cleanups, discard_cleanups)
11899 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11900 (restore_cleanups, restore_final_cleanups): Don't declare.
11901 (do_final_cleanups): Remove parameter.
11902 * common/cleanups.c (cleanup_chain, make_cleanup)
11903 (make_cleanup_dtor, all_cleanups, do_cleanups)
11904 (discard_my_cleanups, discard_cleanups)
11905 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11906 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11907 (null_cleanup): Remove.
11908 (do_final_cleanups): Remove parameter.
11909
c6321f19
TT
119102019-03-06 Tom Tromey <tom@tromey.com>
11911
11912 * remote.c (remote_target::remote_parse_stop_reply): Use
11913 unique_xmalloc_ptr.
11914
61b30099
TT
119152019-03-06 Tom Tromey <tom@tromey.com>
11916
11917 * stabsread.c (struct stabs_field_info): Rename from field_info.
11918 <list, fnlist>: Add initializers.
11919 <obstack>: New member.
11920 (read_member_functions, read_struct_fields, read_baseclasses):
11921 Allocate on obstack. Don't use cleanups.
11922 (read_one_struct_field, read_member_functions, read_struct_fields)
11923 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11924 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11925 (read_struct_type): Update.
11926
6cceac94
TT
119272019-03-06 Tom Tromey <tom@tromey.com>
11928
11929 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11930 * common/filestuff.h (make_cleanup_close): Don't declare.
11931 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11932 Remove.
11933
72412762
TT
119342019-03-06 Tom Tromey <tom@tromey.com>
11935
11936 * solib-aix.c: Use make_scope_exit.
11937
2b6ff1c0
TT
119382019-03-06 Tom Tromey <tom@tromey.com>
11939
11940 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11941 Use make_scope_exit.
11942
d01c5877
TT
119432019-03-06 Tom Tromey <tom@tromey.com>
11944
11945 * solib-svr4.c (disable_probes_interface): Remove parameter.
11946 (svr4_handle_solib_event): Use make_scope_exit.
11947
32603266
TT
119482019-03-06 Tom Tromey <tom@tromey.com>
11949
11950 * remote.c (struct stop_reply_deleter): Remove.
11951 (stop_reply_up): Update.
11952 (struct stop_reply): Derive from notif_event. Don't typedef.
11953 <regcache>: Now a std::vector.
11954 (stop_reply_xfree): Remove.
11955 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11956 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11957 (remote_target::discard_pending_stop_replies): Use delete.
11958 (remote_target::remote_parse_stop_reply): Update.
11959 (remote_target::process_stop_reply): Update.
11960 * remote-notif.h (struct notif_event): Add virtual destructor.
11961 Remove "dtr" member.
11962 (struct notif_client) <alloc_event>: Return a unique_ptr.
11963 (notif_event_xfree): Don't declare.
11964 (notif_event_up): New typedef.
11965 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11966 (notif_event_xfree, do_notif_event_xfree): Remove.
11967 (remote_notif_state_xfree): Update.
11968
9799571e
TT
119692019-03-06 Tom Tromey <tom@tromey.com>
11970
11971 * infrun.c (displaced_step_clear_cleanup): Now a
11972 forward_scope_exit type.
11973 (displaced_step_prepare_throw): Update.
11974 (displaced_step_fixup): Update.
11975
09e3c4ca
TT
119762019-03-06 Tom Tromey <tom@tromey.com>
11977
11978 * inferior.h (class inferior): Update comment.
11979 * gdbthread.h (class thread_info): Update comment.
11980
e2a03548
TT
119812019-03-06 Joel Brobecker <brobecker@adacore.com>
11982 Tom Tromey <tom@tromey.com>
11983
11984 * stabsread.h (struct stab_section_list): Remove.
11985 (coffstab_build_psymtabs): Update.
11986 * dbxread.c (symbuf_sections): Now a std::vector.
11987 (sect_idx): New global.
11988 (fill_symbuf): Update.
11989 (coffstab_build_psymtabs): Change type of stabsects parameter.
11990 Update.
11991 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
11992 std::vector.
11993 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
11994 (coff_locate_sections): Update.
11995 (coff_symfile_read): Remove cleanups. Update.
11996 (init_stringtab): Add storage parameter.
11997 (free_stringtab, free_stringtab_cleanup): Remove.
11998 (init_lineno): Add storage parameter.
11999 (free_linetab, free_linetab_cleanup): Remove.
12000
b7e60d85
PA
120012019-03-06 Pedro Alves <palves@redhat.com>
12002
12003 * linux-fork.c (fork_info::clobber_regs): Delete.
12004 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12005 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12006 comment. Adjust.
12007 (scoped_switch_fork_info::scoped_switch_fork_info)
12008 (checkpoint_command, linux_fork_context): Adjust
12009 fork_save_infrun_state calls.
12010
e52c971f
PA
120112019-03-06 Pedro Alves <palves@redhat.com>
12012
12013 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12014 (inf_has_multiple_threads): Return 'bool' and rewrite using
12015 inferior_info::threads().
12016
06974e6c
PA
120172019-03-06 Pedro Alves <palves@redhat.com>
12018
12019 * linux-fork.c: Include <list>.
12020 (fork_list): Now a std::list instance.
12021 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12022 (forks_exist_p, find_last_fork): Adjust.
12023 (new_fork): Delete.
12024 (one_fork_p): New.
12025 (add_fork): Adjust.
12026 (free_fork): Delete, folded into fork_info::~fork_info().
12027 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12028 Adjust.
12029 (init_fork_list): Delete.
12030 (linux_fork_killall, linux_fork_mourn_inferior)
12031 (linux_fork_detach, info_checkpoints_command): Adjust.
12032 (_initialize_linux_fork): No longer call init_fork_list.
12033
72f31aea
PA
120342019-03-06 Pedro Alves <palves@redhat.com>
12035
12036 * linux-fork.c (new_fork): New, split out of ...
12037 (add_fork): ... this. Return void. Move "first fork" special
12038 case from here, to ...
12039 (checkpoint_command): ... here.
12040 * linux-linux.h (add_fork): Return void.
12041
efbecbc1
AB
120422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12043
12044 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12045
0841c79a
AB
120462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12047 Chris January <chris.january@arm.com>
12048 David Lecomber <david.lecomber@arm.com>
12049
12050 * f-exp.y: New token, UNOP_INTRINSIC.
12051 (exp): New pattern using UNOP_INTRINSIC token.
12052 (f77_keywords): Add 'abs' keyword.
12053 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12054 (value_from_host_double): New function.
12055 (evaluate_subexp_f): Support UNOP_ABS.
12056
4a270568
AB
120572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12058
12059 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12060 types.
12061
067630bd
AB
120622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12063
12064 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12065 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12066 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12067
3be47f7a
AB
120682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12069
12070 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12071
4d00f5d8
AB
120722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12073 Chris January <chris.january@arm.com>
12074
12075 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12076 * f-exp.y: Define 'KIND' token.
12077 (exp): New pattern for KIND expressions.
12078 (ptype): Handle types with a kind extension.
12079 (direct_abs_decl): Extend to spot kind extensions.
12080 (f77_keywords): Add 'kind' to the list.
12081 (push_kind_type): New function.
12082 (convert_to_kind_type): New function.
12083 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12084 * parse.c (operator_length_standard): Likewise.
12085 * parser-defs.h (enum type_pieces): Add tp_kind.
12086 * std-operator.def: Add UNOP_KIND.
12087
e454224f
AB
120882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12089
12090 * f-exp.y (f_parse): Set yydebug.
12091
9dad4a58
AB
120922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12093
12094 * f-lang.c (evaluate_subexp_f): New function.
12095 (exp_descriptor_f): New global.
12096 (f_language_defn): Use exp_descriptor_f instead of
12097 exp_descriptor_standard.
12098
c8f91604
AB
120992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12100
12101 * f-exp.y (struct token): Add comments.
12102 (dot_ops): Remove uppercase versions and the end marker.
12103 (f77_keywords): Likewise.
12104 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12105 entries in the dot_ops array are case insensitive, and use
12106 strncasecmp to compare strings. Also some whitespace cleanup in
12107 this area. Similar for the f77_keywords array, except entries in
12108 this list might be case sensitive.
12109
dd9f2c76
AB
121102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12111
12112 * f-exp.y (struct f77_boolean_val): Add comments.
12113 (boolean_values): Remove uppercase versions, and end marker.
12114 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12115 and use strncasecmp to achieve case insensitivity. Additionally,
12116 perform whitespace cleanup around this code.
12117
67a3048c
TT
121182019-03-06 Tom Tromey <tromey@adacore.com>
12119
12120 * remote-sim.c (gdbsim_target_open): Use result of
12121 gdb_argv::release.
12122
aa3cfbda
RB
121232019-03-06 Richard Bunt <richard.bunt@arm.com>
12124 Dirk Schubert <dirk.schubert@arm.com>
12125 Chris January <chris.january@arm.com>
12126
12127 * eval.c (evaluate_subexp_standard): Call Fortran argument
12128 wrapping logic.
12129 * f-lang.c (struct value): A value which can be passed into a
12130 Fortran function call.
12131 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12132 where appropriate.
12133 (struct type): Value ready for a Fortran function call.
12134 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12135 is needed.
12136 * f-lang.h (fortran_argument_convert): Declaration.
12137 (fortran_preserve_arg_pointer): Declaration.
12138 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12139
ea38e5df
TT
121402019-03-05 Tom Tromey <tromey@adacore.com>
12141
12142 * python/py-prettyprint.c (print_string_repr): Remove #if.
12143 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12144
06b5b831
TT
121452019-03-05 Tom Tromey <tromey@adacore.com>
12146
12147 * target.c (the_dummy_target): Move later. Change type to
12148 "dummy_target".
12149 (initialize_targets): Don't initialize the_dummy_target.
12150
edbd9e45
TT
121512019-03-05 Tom Tromey <tromey@adacore.com>
12152
12153 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12154 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12155
c119e040
TT
121562019-03-05 Tom Tromey <tromey@adacore.com>
12157
12158 * windows-nat.c (windows_nat_target::attach)
12159 (windows_nat_target::detach): Don't call gdb_flush.
12160 * valprint.c (generic_val_print, val_print, val_print_string):
12161 Don't call gdb_flush.
12162 * utils.c (defaulted_query): Don't call gdb_flush.
12163 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12164 * target.c (target_announce_detach): Don't call gdb_flush.
12165 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12166 * remote.c (extended_remote_target::attach): Don't call
12167 gdb_flush.
12168 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12169 * printcmd.c (do_examine): Don't call gdb_flush.
12170 (info_display_command): Don't call gdb_flush.
12171 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12172 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12173 * memattr.c (info_mem_command): Don't call gdb_flush.
12174 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12175 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12176 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12177 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12178 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12179 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12180 (gnu_nat_target::detach): Don't call gdb_flush.
12181 * f-valprint.c (f_val_print): Don't call gdb_flush.
12182 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12183 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12184 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12185 gdb_flush.
12186 * c-valprint.c (c_val_print): Don't call gdb_flush.
12187 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12188
895dafa6
TT
121892019-03-05 Tom Tromey <tromey@adacore.com>
12190
12191 * varobj.c (update_dynamic_varobj_children): Update.
12192 (install_default_visualizer): Use reset, not release.
12193 * value.c (set_internalvar): Update.
12194 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12195 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12196 ATTRIBUTE_UNUSED_RESULT.
12197
88a774b9
TT
121982019-03-05 Tom Tromey <tromey@adacore.com>
12199
12200 * remote.c (class scoped_remote_fd) <release>: Add
12201 ATTRIBUTE_UNUSED_RESULT.
12202
4e4a8b93
TT
122032019-03-05 Tom Tromey <tromey@adacore.com>
12204
12205 * macroexp.c (struct macro_buffer) <release>: Add
12206 ATTRIBUTE_UNUSED_RESULT.
12207
083eef1f
TT
122082019-03-05 Tom Tromey <tromey@adacore.com>
12209
12210 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12211 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12212 ATTRIBUTE_UNUSED_RESULT.
12213
3cabd438
TT
122142019-03-05 Tom Tromey <tromey@adacore.com>
12215
12216 * common/scoped_fd.h (class scoped_fd) <release>: Add
12217 ATTRIBUTE_UNUSED_RESULT.
12218
41e3300a
TT
122192019-03-05 Tom Tromey <tromey@adacore.com>
12220
12221 * parser-defs.h (struct parser_state) <release>: Add
12222 ATTRIBUTE_UNUSED_RESULT.
12223
18cb7c9f
TT
122242019-03-05 Tom Tromey <tromey@adacore.com>
12225
12226 * utils.h (class gdb_argv) <release>: Add
12227 ATTRIBUTE_UNUSED_RESULT.
12228 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12229
41fa577f
EZ
122302019-03-02 Eli Zaretskii <eliz@gnu.org>
12231
a6a4b2c6
EZ
12232 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12233 for-loop range, to avoid compiler warnings.
12234
12235 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12236 avoid compiler warnings about unused variables.
12237
742a7df5
EZ
12238 * NEWS: Mention end of support for native debugging on MS-Windows
12239 before XP.
12240
41fa577f
EZ
12241 PR gdb/24292
12242 * common/netstuff.c:
12243 * gdbserver/gdbreplay.c
12244 * gdbserver/remote-utils.c:
12245 * ser-tcp.c:
12246 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12247 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12248 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12249 'getaddrinfo' and 'freeaddrinfo' were not available before
12250 Windows XP, and mingw.org's MinGW headers by default define
12251 _WIN32_WINNT to 0x500.
12252
827f438f
GB
122532019-03-01 Gary Benson <gbenson@redhat.com>
12254
12255 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12256
92137da0
RO
122572019-02-28 Brian Vandenberg <phantall@gmail.com>
12258 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12259
12260 PR gdb/8527
12261 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12262 set_sigint_trap, clear_sigint_trap.
12263
799efbe8
PW
122642019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12265
12266 * target.c (target_detach): Clear the regcache and the
12267 frame cache.
12268
8ed25214
PA
122692019-02-27 Pedro Alves <palves@redhat.com>
12270
12271 * utils.c (set_screen_size): When we cap the height/width sizes,
12272 tweak the corresponding command variable to show "unlimited":
12273
23031e31
SJ
122742019-02-27 Saagar Jha <saagar@saagarjha.com>
12275 Pedro Alves <palves@redhat.com>
12276
12277 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12278 before calling rl_set_screen_size.
12279
6c28e44a
TT
122802019-02-27 Tom Tromey <tromey@adacore.com>
12281
12282 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12283 define.
12284 * python/py-value.c: Remove Python 2.4 workaround.
12285 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12286 workaround.
12287 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12288 Python 2.4 workaround.
12289 * python/python-internal.h: Remove Python 2.4 comment.
12290 (Py_ssize_t): Don't define.
12291 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12292 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12293 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12294 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12295 * python/python.c (do_start_initialization): Remove Python 2.4
12296 workaround.
12297 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12298 (print_children): Remove Python 2.4 workaround.
12299 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12300 workaround.
12301 (CHARBUFFERPROC_NAME): Remove.
12302 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12303 Python 2.4 workaround.
12304
2c3fc25d 123052019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 12306
2c3fc25d
KB
12307 * NEWS: Note minimum Python version.
12308
6ca62222
KB
123092019-02-27 Kevin Buettner <kevinb@redhat.com>
12310
12311 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12312 code from these functions. Remove corresponding ifdefs. Use
12313 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12314 Remove gotos and target of gotos.
12315 (infpy_search_memory): Likewise.
12316
f4bc7d2c
AB
123172019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12318
12319 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12320 (hppa_gdbarch_init): Don't register deleted functions with
12321 gdbarch.
12322
9734a586
AB
123232019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12324
12325 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12326 (h8300_unwind_sp): Delete.
12327 (h8300_dummy_id): Delete.
12328 (h8300_gdbarch_init): Don't register deleted functions with
12329 gdbarch.
12330
68b867f3
AB
123312019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12332
12333 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12334 (ft32_unwind_pc): Delete.
12335 (ft32_unwind_sp): Delete.
12336 (ft32_gdbarch_init): Don't register deleted functions with
12337 gdbarch.
12338
2fbe7ad0
AB
123392019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12340
12341 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12342 (frv_unwind_pc): Delete.
12343 (frv_unwind_sp): Delete.
12344 (frv_gdbarch_init): Don't register deleted functions with
12345 gdbarch.
12346
76055cbe
AB
123472019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12348
12349 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12350 (riscv_unwind_pc): Delete.
12351 (riscv_unwind_sp): Delete.
12352 (riscv_gdbarch_init): Don't register deleted functions with
12353 gdbarch.
12354
4133e5a1
AB
123552019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12356
12357 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12358 (csky_unwind_pc): Delete.
12359 (csky_unwind_sp): Delete.
12360 (csky_gdbarch_init): Don't register deleted functions with
12361 gdbarch.
12362
8010f576
AB
123632019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12364
12365 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12366 (cris_unwind_pc): Delete.
12367 (cris_unwind_sp): Delete.
12368 (cris_gdbarch_init): Don't register deleted functions with
12369 gdbarch.
12370
b56bf084
AB
123712019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12372
12373 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12374 (bfin_unwind_pc): Delete.
12375 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12376
a19a650f
AB
123772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12378
12379 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12380 (arm_unwind_pc): Delete.
12381 (arm_unwind_sp): Delete.
12382 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12383
f8278c3c
AB
123842019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12385
12386 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12387 (arc_unwind_pc): Delete.
12388 (arc_unwind_sp): Delete.
12389 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12390
480e46cf
AB
123912019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12392
12393 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12394 (alpha_unwind_pc): Delete.
12395 (alpha_gdbarch_init): Don't register deleted functions with
12396 gdbarch.
12397
7a995095
AB
123982019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12399
12400 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12401 (aarch64_unwind_pc): Delete.
12402 (aarch64_unwind_sp): Delete.
12403 (aarch64_gdbarch_init): Don't register deleted functions with
12404 gdbarch.
12405
bf9a735e
AB
124062019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12407
12408 * gdbtypes.c (type_align): Don't consider static members when
12409 computing structure alignment.
12410
5561fc30
AB
124112019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12412
12413 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12414 return 0 for other types.
12415 * arch-utils.c (default_type_align): Always return 0.
12416 * gdbarch.h: Regenerate.
12417 * gdbarch.sh (type_align): Extend comment.
12418 * gdbtypes.c (type_align): Add additional comments, always call
12419 gdbarch_type_align before applying the default rules.
12420 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12421 generic code will then apply a suitable default.
12422 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12423 types, return 0 for other types.
12424
9335e75a
JB
124252019-02-27 Joel Brobecker <brobecker@adacore.com>
12426
12427 * NEWS: Create a new section for the next release branch.
12428 Rename the section of the current branch, now that it has
12429 been cut.
12430
3d34d8de
JB
124312019-02-27 Joel Brobecker <brobecker@adacore.com>
12432
12433 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12434 * version.in: Bump version to 8.3.50.DATE-git.
12435
143420fb
SM
124362019-02-26 Simon Marchi <simon.marchi@efficios.com>
12437
12438 * aix-thread.c (ptid_cmp): Remove unused variable.
12439 (get_signaled_thread): Likewise.
12440 (store_regs_user_thread): Likewise.
12441 (store_regs_kernel_thread): Likewise.
12442 (fetch_regs_kernel_thread): Remove shadowed variable.
12443
172fb711
AB
124442019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12445
12446 * features/riscv/32bit-cpu.xml: Add register numbers.
12447 * features/riscv/32bit-fpu.c: Regenerate.
12448 * features/riscv/32bit-fpu.xml: Add register numbers.
12449 * features/riscv/64bit-cpu.xml: Add register numbers.
12450 * features/riscv/64bit-fpu.c: Regenerate.
12451 * features/riscv/64bit-fpu.xml: Add register numbers.
12452
26c89782
KB
124532019-02-26 Kevin Buettner <kevinb@redhat.com>
12454
af54ade9 12455 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
12456 * python/py-value.c (convert_buffer_and_type_to_value): New
12457 function.
12458 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12459 Add support for handling an optional second argument. Call
12460 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
12461 * python/python-internal.h (Py_buffer_deleter): New struct.
12462 (Py_buffer_up): New typedef.
12463
0f58c9e8
JB
124642019-02-25 John Baldwin <jhb@FreeBSD.org>
12465
12466 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12467 instead of releasing ownership.
12468
0a0f4c01
JR
124692019-02-25 Jordan Rupprecht <rupprecht@google.com>
12470
12471 * dwarf2read.c (open_and_init_dwp_file): Call
12472 elf_numsections instead of bfd_count_sections to initialize
12473 dwp_file->num_sections.
12474
cd5a152c
TT
124752019-02-25 Tom Tromey <tromey@adacore.com>
12476
12477 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12478
8a6a8513
SDJ
124792019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12480
12481 * gcore.in: Add '--readnever' option when invoking GDB.
12482
04dcda9c
SM
124832019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12484
12485 * MAINTAINERS: Update my email address.
12486
07bc701d
SM
124872019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12488
12489 * build-id.c (build_id_to_debug_bfd_1): New function.
12490 (build_id_to_debug_bfd): Look for separate debug file in
12491 sysroot.
12492
c6f4a5d0
AB
124932019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12494
12495 * gdbarch.sh: Update the copyright year range that is placed into
12496 generated files.
12497
9600246d
KS
124982019-02-22 Keith Seitz <keiths@redhat.com>
12499
12500 PR symtab/23853
12501 * linespec.c (create_sals_line_offset): Search for the default
12502 symtab's filename instead of its fullname.
12503
7557a514
AH
125042019-02-21 Alan Hayward <alan.hayward@arm.com>
12505
12506 * NEWS: Update style defaults.
12507
ee2bcb0c
AH
125082019-02-21 Alan Hayward <alan.hayward@arm.com>
12509
12510 * main.c (captured_main_1): Disable styling in batch mode.
12511
0c95f9ed
TT
125122019-02-20 Tom Tromey <tom@tromey.com>
12513
12514 * symtab.c (symtab_symbol_info): Fix typos.
12515
c763b894
TT
125162019-02-20 Tom Tromey <tromey@adacore.com>
12517
12518 * findcmd.c (_initialize_mem_search): Use upper case for
12519 metasyntactic variables.
12520
0ef8a082
AH
125212019-02-20 Alan Hayward <alan.hayward@arm.com>
12522
12523 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12524 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12525
6caa91b6
SM
125262019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12527
12528 * top.h (source_file_name): Change to std::string.
12529 * top.c (source_file_name): Likewise.
12530 (command_line_input): Adjust.
12531 * cli/cli-script.c (script_from_file): Adjust.
12532
98814c6c
TT
125332019-02-19 Tom Tromey <tromey@adacore.com>
12534
12535 * ravenscar-thread.c
12536 (ravenscar_thread_target::update_thread_list): Don't call
12537 ada_build_task_list.
12538 * ada-lang.h (ada_build_task_list): Don't declare.
12539 * ada-tasks.c (struct ada_tasks_inferior_data)
12540 <task_list_valid_p>: Now bool.
12541 (read_known_tasks, ada_task_list_changed)
12542 (ada_tasks_invalidate_inferior_data): Update.
12543 (read_known_tasks_array): Return bool.
12544 (read_known_tasks_list): Likewise.
12545 (read_known_tasks): Return void.
12546 (ada_build_task_list): Now static.
12547
70cd633e
AB
125482019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12549
12550 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12551 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12552
040b3e95
PW
125532019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12554
12555 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12556 variant for ada_tasks_pspace_data_handle and
12557 ada_tasks_inferior_data_handle.
12558 (ada_tasks_pspace_data_cleanup): New function.
12559 (ada_tasks_inferior_data_cleanup): New function.
12560
9409233b
TT
125612019-02-17 Tom Tromey <tom@tromey.com>
12562
12563 * macrotab.h (macro_source_fullname): Return a std::string.
12564 * macrotab.c (macro_include, check_for_redefinition)
12565 (macro_undef, macro_lookup_definition, foreach_macro)
12566 (foreach_macro_in_scope): Update.
12567 (macro_source_fullname): Return a std::string.
12568 * macrocmd.c (show_pp_source_pos): Update.
12569
6506371f
TT
125702019-02-17 Tom Tromey <tom@tromey.com>
12571
12572 * macrocmd.c (show_pp_source_pos): Style the file names.
12573
0c820d67
TT
125742019-02-17 Tom Tromey <tom@tromey.com>
12575
12576 PR tui/24197:
12577 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12578
a0087920
TT
125792019-02-17 Tom Tromey <tom@tromey.com>
12580
12581 * ada-lang.c (user_select_syms): Use filtered printing.
12582 * utils.c (wrap_style): New global.
12583 (desired_style): Remove.
12584 (emit_style_escape): Add stream parameter.
12585 (set_output_style, reset_terminal_style, prompt_for_continue):
12586 Update.
12587 (flush_wrap_buffer): Only flush gdb_stdout.
12588 (wrap_here): Set wrap_style.
12589 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12590 treat escape sequences as a character. Change when wrap buffer is
12591 flushed.
12592 (fputs_styled): Do not set the output style when the default is
12593 requested.
12594 * ui-style.h (struct ui_file_style) <is_default>: New method.
12595 * source.c (print_source_lines_base): Emit escape sequences in one
12596 piece.
12597
75ba10dc
JB
125982019-02-17 Joel Brobecker <brobecker@adacore.com>
12599
12600 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12601 integers and enumeration types.
12602
a2cd4f14
JB
126032019-02-17 Joel Brobecker <brobecker@adacore.com>
12604
12605 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12606 instead of lookup_symbol_in_language
12607 (do_exact_match): New function.
12608 (ada_get_symbol_name_matcher): Return do_exact_match when
12609 doing a verbatim match.
12610
485b851b
TT
126112019-02-15 Tom Tromey <tromey@adacore.com>
12612
12613 * ravenscar-thread.c (ravenscar_thread_target::resume)
12614 (ravenscar_thread_target::wait): Special case wildcard requests.
12615
0b790b1e
TT
126162019-02-15 Tom Tromey <tromey@adacore.com>
12617
12618 * ravenscar-thread.c (base_ptid): Remove.
12619 (struct ravenscar_thread_target) <close>: New method.
12620 <m_base_ptid>: New member.
12621 <update_inferior_ptid, active_task, task_is_currently_active,
12622 runtime_initialized>: Declare methods.
12623 <ravenscar_thread_target>: Add constructor.
12624 (ravenscar_thread_target::task_is_currently_active)
12625 (ravenscar_thread_target::update_inferior_ptid)
12626 (ravenscar_runtime_initialized): Rename. Now methods.
12627 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12628 (ravenscar_thread_target::update_thread_list): Update.
12629 (ravenscar_thread_target::active_task): Now method.
12630 (ravenscar_thread_target::store_registers)
12631 (ravenscar_thread_target::prepare_to_store)
12632 (ravenscar_thread_target::prepare_to_store)
12633 (ravenscar_thread_target::mourn_inferior): Update.
12634 (ravenscar_inferior_created): Use "new" to create target.
12635 (ravenscar_thread_target::get_ada_task_ptid): Update.
12636 (_initialize_ravenscar): Don't initialize base_ptid.
12637 (ravenscar_ops): Remove global.
12638
dea57a62
TT
126392019-02-15 Tom Tromey <tromey@adacore.com>
12640
12641 * target.h (push_target): Declare new overload.
12642 * target.c (push_target): New overload, taking an rvalue reference.
12643 * remote.c (remote_target::open_1): Use push_target overload.
12644 * corelow.c (core_target_open): Use push_target overload.
12645
989f3c58
TT
126462019-02-15 Tom Tromey <tromey@adacore.com>
12647
12648 * ravenscar-thread.c (is_ravenscar_task)
12649 (ravenscar_task_is_currently_active): Return bool.
12650 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12651 (_initialize_ravenscar): Remove "(void)".
12652 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12653 Return bool.
12654
6cbcc006
TT
126552019-02-15 Tom Tromey <tromey@adacore.com>
12656
12657 * ravenscar-thread.c (ravenscar_runtime_initializer)
12658 (has_ravenscar_runtime, get_running_thread_id)
12659 (ravenscar_thread_target::resume): Fix indentation.
12660
7657f14d
TT
126612019-02-15 Tom Tromey <tromey@adacore.com>
12662
12663 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12664 from ravenscar_arch_ops.
12665 (sparc_ravenscar_ops::fetch_registers)
12666 (sparc_ravenscar_ops::store_registers): Now methods.
12667 (sparc_ravenscar_prepare_to_store): Remove.
12668 (sparc_ravenscar_ops): Redefine.
12669 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12670 methods and destructor. Remove members.
12671 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12672 (ravenscar_thread_target::store_registers)
12673 (ravenscar_thread_target::prepare_to_store): Update.
12674 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12675 Remove.
12676 (struct ppc_ravenscar_powerpc_ops): Derive from
12677 ravenscar_arch_ops.
12678 (ppc_ravenscar_powerpc_ops::fetch_registers)
12679 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12680 (ppc_ravenscar_powerpc_ops): Redefine.
12681 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12682 (ppc_ravenscar_e500_ops::fetch_registers)
12683 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12684 (ppc_ravenscar_e500_ops): Redefine.
12685 * aarch64-ravenscar-thread.c
12686 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12687 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12688 (aarch64_ravenscar_fetch_registers)
12689 (aarch64_ravenscar_store_registers): Now methods.
12690 (aarch64_ravenscar_ops): Redefine.
12691
5b6ea500
TT
126922019-02-15 Tom Tromey <tromey@adacore.com>
12693
12694 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12695 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12696 (ravenscar_thread_target::stopped_by_watchpoint)
12697 (ravenscar_thread_target::stopped_data_address)
12698 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12699
e397fd39
TT
127002019-02-15 Tom Tromey <tromey@adacore.com>
12701
12702 * ravenscar-thread.c: Fix some typos.
12703
cc12f4a8
TT
127042019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12705 Tom Tromey <tromey@adacore.com>
12706
12707 * ada-lang.c (ada_exception_sal): Change addr_string to a
12708 std::string.
12709 (create_ada_exception_catchpoint): Update.
12710
5f486660
TT
127112019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12712 Tom Tromey <tromey@adacore.com>
12713
12714 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12715 (bp_location_ops): Remove.
12716 (base_breakpoint_allocate_location): Update.
12717 (free_bp_location): Update.
12718 * ada-lang.c (class ada_catchpoint_location)
12719 <ada_catchpoint_location>: Remove ops parameter.
12720 (ada_catchpoint_location_dtor): Remove.
12721 (ada_catchpoint_location_ops): Remove.
12722 (allocate_location_exception): Update.
12723 * breakpoint.h (struct bp_location_ops): Remove.
12724 (class bp_location) <bp_location>: Remove bp_location_ops
12725 parameter.
12726 <~bp_location>: Add destructor.
12727 <ops>: Remove.
12728
b671c7fb
TS
127292019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12730 Pedro Alves <palves@redhat.com>
12731
12732 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12733 'PATH_MAX'.
12734
8071c5ce
DM
127352019-02-14 David Michael <fedora.dm0@gmail.com>
12736 Samuel Thibault <samuel.thibault@gnu.org>
12737 Thomas Schwinge <thomas@codesourcery.com>
12738
12739 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12740 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12741
b1041ae0
TS
127422019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12743
924514e1
TS
12744 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12745 (check_empty): Use "const char *".
12746
c29ee8d4
TS
12747 * gnu-nat.c (gnu_nat_target::detach): Instead of
12748 'detach_inferior (pid)' call
12749 'detach_inferior (find_inferior_pid (pid))'.
12750
6c6ef69f
TS
12751 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12752 'nat/fork-inferior.o'.
12753 * gnu-nat.c: #include "nat/fork-inferior.h".
12754
2d0a338c
TS
12755 * gnu-nat.c (gnu_nat_target::detach): Instead of
12756 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12757 * gnu-nat.h: #include "inf-child.h".
12758 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12759 'i386_gnu_nat_target::fetch_registers'.
12760 (gnu_store_registers): Rename/move to
12761 'i386_gnu_nat_target::store_registers'.
12762
cabb5f06
TS
12763 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12764 * gnu-nat.h (mach_thread_info): New function.
12765 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12766
b1041ae0
TS
12767 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12768
2988d01e
KF
127692019-02-14 Frederic Konrad <konrad@adacore.com>
12770
12771 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12772
c559d709
JB
127732019-02-14 Joel Brobecker <brobecker@adacore.com>
12774
12775 * windows-nat.c (windows_add_thread): Add new parameter
12776 "main_thread_p" with default value set to false. Update
12777 function documentation as well as all callers.
12778 (windows_delete_thread): Likewise.
12779 (fake_create_process): Update call to windows_add_thread.
12780 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12781 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12782 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12783 call to windows_delete_thread.
12784
007024cc
SM
127852019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12786
12787 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12788
f62318e9
JB
127892019-02-12 John Baldwin <jhb@FreeBSD.org>
12790
12791 * symfile.c (find_separate_debug_file): Use canonical path of
12792 sysroot with child_path instead of gdb_sysroot if it is valid.
12793
cd4b7848
JB
127942019-02-12 John Baldwin <jhb@FreeBSD.org>
12795
12796 * symfile.c (find_separate_debug_file): Use child_path to
12797 determine if an object file is under a sysroot.
12798
efac4bfe
JB
127992019-02-12 John Baldwin <jhb@FreeBSD.org>
12800
12801 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12802 unittests/child-path-selftests.c.
12803 * common/pathstuff.c (child_path): New function.
12804 * common/pathstuff.h (child_path): New prototype.
12805 * unittests/child-path-selftests.c: New file.
12806
402d2bfe
JB
128072019-02-12 John Baldwin <jhb@FreeBSD.org>
12808
12809 * symfile.c (find_separate_debug_file): Look for separate debug
12810 files in debug directories under the sysroot.
12811
1ed9f74e
PW
128122019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12813
12814 * symtab.h (struct minimal_symbol data_p): New const method.
12815 (struct minimal_symbol text_p): Likewise.
12816 * symtab.c (output_source_filename): Use file name style
12817 to print file name.
12818 (print_symbol_info): Likewise.
12819 (print_msymbol_info): Use address style to print addresses.
12820 Use function name style to print executable text symbols.
12821 (expand_symtab_containing_pc): Use data_p.
12822 (find_pc_sect_compunit_symtab): Likewise.
12823
2636d81d
PW
128242019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12825
12826 * breakpoint.c (describe_other_breakpoints): Use address style
12827 to print addresses.
12828 (say_where): Likewise.
12829
ac8c53cc
PW
128302019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12831
12832 * ada-typeprint.c (print_func_type): Print function name
12833 style to print function name.
12834 * c-typeprint.c (c_print_type_1): Likewise.
12835
ea638c43
AH
128362019-02-11 Alan Hayward <alan.hayward@arm.com>
12837
12838 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12839 for execve.
12840
ab759ca8
PW
128412019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12842
12843 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12844 type_stack.
12845
aff29d1c
JB
128462019-02-10 Joel Brobecker <brobecker@adacore.com>
12847
12848 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12849 TYPE_CODE_REF types.
12850
617126bc
JW
128512019-02-08 Jim Wilson <jimw@sifive.com>
12852
12853 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12854 (riscv_linux_fregset): New.
12855 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12856
46e3ed7f
TT
128572019-02-07 Tom Tromey <tom@tromey.com>
12858
12859 * thread.c (thread_cancel_execution_command): Update.
12860 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12861 methods.
12862 (struct thread_fsm_ops): Remove.
12863 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12864 (thread_fsm_should_stop, thread_fsm_return_value)
12865 (thread_fsm_set_finished, thread_fsm_finished_p)
12866 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12867 Don't declare.
12868 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12869 * infrun.c (clear_proceed_status_thread)
12870 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12871 (print_stop_event): Update.
12872 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12873 Add constructor.
12874 (step_command_fsm_ops): Remove.
12875 (new_step_command_fsm): Remove.
12876 (step_1): Update.
12877 (step_command_fsm::should_stop): Rename from
12878 step_command_fsm_should_stop.
12879 (step_command_fsm::clean_up): Rename from
12880 step_command_fsm_clean_up.
12881 (step_command_fsm::do_async_reply_reason): Rename from
12882 step_command_fsm_async_reply_reason.
12883 (struct until_next_fsm): Inherit from thread_fsm. Add
12884 constructor.
12885 (until_next_fsm_ops): Remove.
12886 (new_until_next_fsm): Remove.
12887 (until_next_fsm::should_stop): Rename from
12888 until_next_fsm_should_stop.
12889 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12890 (until_next_fsm::do_async_reply_reason): Rename from
12891 until_next_fsm_async_reply_reason.
12892 (struct finish_command_fsm): Inherit from thread_fsm. Add
12893 constructor. Change type of breakpoint.
12894 (finish_command_fsm_ops): Remove.
12895 (new_finish_command_fsm): Remove.
12896 (finish_command_fsm::should_stop): Rename from
12897 finish_command_fsm_should_stop.
12898 (finish_command_fsm::clean_up): Rename from
12899 finish_command_fsm_clean_up.
12900 (finish_command_fsm::return_value): Rename from
12901 finish_command_fsm_return_value.
12902 (finish_command_fsm::do_async_reply_reason): Rename from
12903 finish_command_fsm_async_reply_reason.
12904 (finish_command): Update.
12905 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12906 Add constructor.
12907 (call_thread_fsm_ops): Remove.
12908 (call_thread_fsm::call_thread_fsm): Rename from
12909 new_call_thread_fsm.
12910 (call_thread_fsm::should_stop): Rename from
12911 call_thread_fsm_should_stop.
12912 (call_thread_fsm::should_notify_stop): Rename from
12913 call_thread_fsm_should_notify_stop.
12914 (run_inferior_call, call_function_by_hand_dummy): Update.
12915 * cli/cli-interp.c (should_print_stop_to_console): Update.
12916 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12917 Add constructor. Change type of location_breakpoint,
12918 caller_breakpoint.
12919 (until_break_fsm_ops): Remove.
12920 (new_until_break_fsm): Remove.
12921 (until_break_fsm::should_stop): Rename from
12922 until_break_fsm_should_stop.
12923 (until_break_fsm::clean_up): Rename from
12924 until_break_fsm_clean_up.
12925 (until_break_fsm::do_async_reply_reason): Rename from
12926 until_break_fsm_async_reply_reason.
12927 (until_break_command): Update.
12928 * thread-fsm.c: Remove.
12929 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12930
1a5c2598
TT
129312019-02-07 Tom Tromey <tom@tromey.com>
12932
12933 * yy-remap.h: Add include guard.
12934 * xtensa-tdep.h: Add include guard.
12935 * xcoffread.h: Rename include guard.
12936 * varobj-iter.h: Add include guard.
12937 * tui/tui.h: Rename include guard.
12938 * tui/tui-winsource.h: Rename include guard.
12939 * tui/tui-wingeneral.h: Rename include guard.
12940 * tui/tui-windata.h: Rename include guard.
12941 * tui/tui-win.h: Rename include guard.
12942 * tui/tui-stack.h: Rename include guard.
12943 * tui/tui-source.h: Rename include guard.
12944 * tui/tui-regs.h: Rename include guard.
12945 * tui/tui-out.h: Rename include guard.
12946 * tui/tui-layout.h: Rename include guard.
12947 * tui/tui-io.h: Rename include guard.
12948 * tui/tui-hooks.h: Rename include guard.
12949 * tui/tui-file.h: Rename include guard.
12950 * tui/tui-disasm.h: Rename include guard.
12951 * tui/tui-data.h: Rename include guard.
12952 * tui/tui-command.h: Rename include guard.
12953 * tic6x-tdep.h: Add include guard.
12954 * target/waitstatus.h: Rename include guard.
12955 * target/wait.h: Rename include guard.
12956 * target/target.h: Rename include guard.
12957 * target/resume.h: Rename include guard.
12958 * target-float.h: Rename include guard.
12959 * stabsread.h: Add include guard.
12960 * rs6000-tdep.h: Add include guard.
12961 * riscv-fbsd-tdep.h: Add include guard.
12962 * regformats/regdef.h: Rename include guard.
12963 * record.h: Rename include guard.
12964 * python/python.h: Rename include guard.
12965 * python/python-internal.h: Rename include guard.
12966 * python/py-stopevent.h: Rename include guard.
12967 * python/py-ref.h: Rename include guard.
12968 * python/py-record.h: Rename include guard.
12969 * python/py-record-full.h: Rename include guard.
12970 * python/py-record-btrace.h: Rename include guard.
12971 * python/py-instruction.h: Rename include guard.
12972 * python/py-events.h: Rename include guard.
12973 * python/py-event.h: Rename include guard.
12974 * procfs.h: Add include guard.
12975 * proc-utils.h: Add include guard.
12976 * p-lang.h: Add include guard.
12977 * or1k-tdep.h: Rename include guard.
12978 * observable.h: Rename include guard.
12979 * nto-tdep.h: Rename include guard.
12980 * nat/x86-linux.h: Rename include guard.
12981 * nat/x86-linux-dregs.h: Rename include guard.
12982 * nat/x86-gcc-cpuid.h: Add include guard.
12983 * nat/x86-dregs.h: Rename include guard.
12984 * nat/x86-cpuid.h: Rename include guard.
12985 * nat/ppc-linux.h: Rename include guard.
12986 * nat/mips-linux-watch.h: Rename include guard.
12987 * nat/linux-waitpid.h: Rename include guard.
12988 * nat/linux-ptrace.h: Rename include guard.
12989 * nat/linux-procfs.h: Rename include guard.
12990 * nat/linux-osdata.h: Rename include guard.
12991 * nat/linux-nat.h: Rename include guard.
12992 * nat/linux-namespaces.h: Rename include guard.
12993 * nat/linux-btrace.h: Rename include guard.
12994 * nat/glibc_thread_db.h: Rename include guard.
12995 * nat/gdb_thread_db.h: Rename include guard.
12996 * nat/gdb_ptrace.h: Rename include guard.
12997 * nat/fork-inferior.h: Rename include guard.
12998 * nat/amd64-linux-siginfo.h: Rename include guard.
12999 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13000 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13001 * nat/aarch64-linux.h: Rename include guard.
13002 * nat/aarch64-linux-hw-point.h: Rename include guard.
13003 * mn10300-tdep.h: Add include guard.
13004 * mips-linux-tdep.h: Add include guard.
13005 * mi/mi-parse.h: Rename include guard.
13006 * mi/mi-out.h: Rename include guard.
13007 * mi/mi-main.h: Rename include guard.
13008 * mi/mi-interp.h: Rename include guard.
13009 * mi/mi-getopt.h: Rename include guard.
13010 * mi/mi-console.h: Rename include guard.
13011 * mi/mi-common.h: Rename include guard.
13012 * mi/mi-cmds.h: Rename include guard.
13013 * mi/mi-cmd-break.h: Rename include guard.
13014 * m2-lang.h: Add include guard.
13015 * location.h: Rename include guard.
13016 * linux-record.h: Rename include guard.
13017 * linux-nat.h: Add include guard.
13018 * linux-fork.h: Add include guard.
13019 * i386-darwin-tdep.h: Rename include guard.
13020 * hppa-linux-offsets.h: Add include guard.
13021 * guile/guile.h: Rename include guard.
13022 * guile/guile-internal.h: Rename include guard.
13023 * gnu-nat.h: Rename include guard.
13024 * gdb-stabs.h: Rename include guard.
13025 * frv-tdep.h: Add include guard.
13026 * f-lang.h: Add include guard.
13027 * event-loop.h: Add include guard.
13028 * darwin-nat.h: Rename include guard.
13029 * cp-abi.h: Rename include guard.
13030 * config/sparc/nm-sol2.h: Rename include guard.
13031 * config/nm-nto.h: Rename include guard.
13032 * config/nm-linux.h: Add include guard.
13033 * config/i386/nm-i386gnu.h: Rename include guard.
13034 * config/djgpp/nl_types.h: Rename include guard.
13035 * config/djgpp/langinfo.h: Rename include guard.
13036 * compile/gcc-cp-plugin.h: Add include guard.
13037 * compile/gcc-c-plugin.h: Add include guard.
13038 * compile/compile.h: Rename include guard.
13039 * compile/compile-object-run.h: Rename include guard.
13040 * compile/compile-object-load.h: Rename include guard.
13041 * compile/compile-internal.h: Rename include guard.
13042 * compile/compile-cplus.h: Rename include guard.
13043 * compile/compile-c.h: Rename include guard.
13044 * common/xml-utils.h: Rename include guard.
13045 * common/x86-xstate.h: Rename include guard.
13046 * common/version.h: Rename include guard.
13047 * common/vec.h: Rename include guard.
13048 * common/tdesc.h: Rename include guard.
13049 * common/selftest.h: Rename include guard.
13050 * common/scoped_restore.h: Rename include guard.
13051 * common/scoped_mmap.h: Rename include guard.
13052 * common/scoped_fd.h: Rename include guard.
13053 * common/safe-iterator.h: Rename include guard.
13054 * common/run-time-clock.h: Rename include guard.
13055 * common/refcounted-object.h: Rename include guard.
13056 * common/queue.h: Rename include guard.
13057 * common/ptid.h: Rename include guard.
13058 * common/print-utils.h: Rename include guard.
13059 * common/preprocessor.h: Rename include guard.
13060 * common/pathstuff.h: Rename include guard.
13061 * common/observable.h: Rename include guard.
13062 * common/netstuff.h: Rename include guard.
13063 * common/job-control.h: Rename include guard.
13064 * common/host-defs.h: Rename include guard.
13065 * common/gdb_wait.h: Rename include guard.
13066 * common/gdb_vecs.h: Rename include guard.
13067 * common/gdb_unlinker.h: Rename include guard.
13068 * common/gdb_unique_ptr.h: Rename include guard.
13069 * common/gdb_tilde_expand.h: Rename include guard.
13070 * common/gdb_sys_time.h: Rename include guard.
13071 * common/gdb_string_view.h: Rename include guard.
13072 * common/gdb_splay_tree.h: Rename include guard.
13073 * common/gdb_setjmp.h: Rename include guard.
13074 * common/gdb_ref_ptr.h: Rename include guard.
13075 * common/gdb_optional.h: Rename include guard.
13076 * common/gdb_locale.h: Rename include guard.
13077 * common/gdb_assert.h: Rename include guard.
13078 * common/filtered-iterator.h: Rename include guard.
13079 * common/filestuff.h: Rename include guard.
13080 * common/fileio.h: Rename include guard.
13081 * common/environ.h: Rename include guard.
13082 * common/common-utils.h: Rename include guard.
13083 * common/common-types.h: Rename include guard.
13084 * common/common-regcache.h: Rename include guard.
13085 * common/common-inferior.h: Rename include guard.
13086 * common/common-gdbthread.h: Rename include guard.
13087 * common/common-exceptions.h: Rename include guard.
13088 * common/common-defs.h: Rename include guard.
13089 * common/common-debug.h: Rename include guard.
13090 * common/cleanups.h: Rename include guard.
13091 * common/buffer.h: Rename include guard.
13092 * common/btrace-common.h: Rename include guard.
13093 * common/break-common.h: Rename include guard.
13094 * cli/cli-utils.h: Rename include guard.
13095 * cli/cli-style.h: Rename include guard.
13096 * cli/cli-setshow.h: Rename include guard.
13097 * cli/cli-script.h: Rename include guard.
13098 * cli/cli-interp.h: Rename include guard.
13099 * cli/cli-decode.h: Rename include guard.
13100 * cli/cli-cmds.h: Rename include guard.
13101 * charset-list.h: Add include guard.
13102 * buildsym-legacy.h: Rename include guard.
13103 * bfin-tdep.h: Add include guard.
13104 * ax.h: Rename include guard.
13105 * arm-linux-tdep.h: Add include guard.
13106 * arm-fbsd-tdep.h: Add include guard.
13107 * arch/xtensa.h: Rename include guard.
13108 * arch/tic6x.h: Add include guard.
13109 * arch/i386.h: Add include guard.
13110 * arch/arm.h: Rename include guard.
13111 * arch/arm-linux.h: Rename include guard.
13112 * arch/arm-get-next-pcs.h: Rename include guard.
13113 * arch/amd64.h: Add include guard.
13114 * arch/aarch64-insn.h: Rename include guard.
13115 * arch-utils.h: Rename include guard.
13116 * annotate.h: Add include guard.
13117 * amd64-darwin-tdep.h: Rename include guard.
13118 * aarch64-linux-tdep.h: Add include guard.
13119 * aarch64-fbsd-tdep.h: Add include guard.
13120 * aarch32-linux-nat.h: Add include guard.
13121
ab9268d2
PW
131222019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13123
13124 * macrotab.c (macro_define_internal): New function that
13125 factorizes macro_define_object_internal and macro_define_function
13126 code.
13127 (macro_define_object_internal): Use macro_define_internal.
13128 (macro_define_function): Likewise.
13129
bb0da2b4
PW
131302019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13131
13132 * macrocmd.c (extract_identifier): Return
13133 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13134 callers.
13135
424eb552
JB
131362019-02-06 John Baldwin <jhb@FreeBSD.org>
13137
13138 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13139
1688cb29
TT
131402019-02-05 Tom Tromey <tom@tromey.com>
13141
13142 * target.c (target_stack::unpush): Move assertion earlier.
13143
b5eba2d8
TT
131442019-01-30 Tom Tromey <tom@tromey.com>
13145
13146 PR python/23615:
13147 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13148 (gdbpy_parse_and_eval): Likewise.
13149 * python/python-internal.h (gdbpy_allow_threads): New class.
13150
7054e2ff
JB
131512019-01-28 John Baldwin <jhb@FreeBSD.org>
13152
13153 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13154 (aarch64_fbsd_fpregmap): Move earlier.
13155 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13156 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13157 instead of individual calls to trad_frame_set_reg_addr.
13158 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13159 earlier.
13160 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13161 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13162 instead of individual calls to trad_frame_set_reg_addr.
13163
36c25ffa
AH
131642019-01-28 Alan Hayward <alan.hayward@arm.com>
13165
13166 * CONTRIBUTE: Replace contribution list with wiki link.
13167
a0707f3c
TT
131682019-01-25 Tom Tromey <tom@tromey.com>
13169
13170 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13171
0747795c
TT
131722019-01-25 Tom Tromey <tom@tromey.com>
13173
13174 * xtensa-linux-nat.c: Fix common/ includes.
13175 * xml-support.h: Fix common/ includes.
13176 * xml-support.c: Fix common/ includes.
13177 * x86-linux-nat.c: Fix common/ includes.
13178 * windows-nat.c: Fix common/ includes.
13179 * varobj.h: Fix common/ includes.
13180 * varobj.c: Fix common/ includes.
13181 * value.c: Fix common/ includes.
13182 * valops.c: Fix common/ includes.
13183 * utils.c: Fix common/ includes.
13184 * unittests/xml-utils-selftests.c: Fix common/ includes.
13185 * unittests/utils-selftests.c: Fix common/ includes.
13186 * unittests/unpack-selftests.c: Fix common/ includes.
13187 * unittests/tracepoint-selftests.c: Fix common/ includes.
13188 * unittests/style-selftests.c: Fix common/ includes.
13189 * unittests/string_view-selftests.c: Fix common/ includes.
13190 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13191 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13192 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13193 * unittests/rsp-low-selftests.c: Fix common/ includes.
13194 * unittests/parse-connection-spec-selftests.c: Fix common/
13195 includes.
13196 * unittests/optional-selftests.c: Fix common/ includes.
13197 * unittests/offset-type-selftests.c: Fix common/ includes.
13198 * unittests/observable-selftests.c: Fix common/ includes.
13199 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13200 * unittests/memrange-selftests.c: Fix common/ includes.
13201 * unittests/memory-map-selftests.c: Fix common/ includes.
13202 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13203 * unittests/function-view-selftests.c: Fix common/ includes.
13204 * unittests/environ-selftests.c: Fix common/ includes.
13205 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13206 * unittests/common-utils-selftests.c: Fix common/ includes.
13207 * unittests/cli-utils-selftests.c: Fix common/ includes.
13208 * unittests/array-view-selftests.c: Fix common/ includes.
13209 * ui-file.c: Fix common/ includes.
13210 * tui/tui-io.c: Fix common/ includes.
13211 * tracepoint.h: Fix common/ includes.
13212 * tracepoint.c: Fix common/ includes.
13213 * tracefile-tfile.c: Fix common/ includes.
13214 * top.h: Fix common/ includes.
13215 * top.c: Fix common/ includes.
13216 * thread.c: Fix common/ includes.
13217 * target/waitstatus.h: Fix common/ includes.
13218 * target/waitstatus.c: Fix common/ includes.
13219 * target.h: Fix common/ includes.
13220 * target.c: Fix common/ includes.
13221 * target-memory.c: Fix common/ includes.
13222 * target-descriptions.c: Fix common/ includes.
13223 * symtab.h: Fix common/ includes.
13224 * symfile.c: Fix common/ includes.
13225 * stap-probe.c: Fix common/ includes.
13226 * spu-linux-nat.c: Fix common/ includes.
13227 * sparc-nat.c: Fix common/ includes.
13228 * source.c: Fix common/ includes.
13229 * solib.c: Fix common/ includes.
13230 * solib-target.c: Fix common/ includes.
13231 * ser-unix.c: Fix common/ includes.
13232 * ser-tcp.c: Fix common/ includes.
13233 * ser-pipe.c: Fix common/ includes.
13234 * ser-base.c: Fix common/ includes.
13235 * selftest-arch.c: Fix common/ includes.
13236 * s12z-tdep.c: Fix common/ includes.
13237 * rust-exp.y: Fix common/ includes.
13238 * rs6000-aix-tdep.c: Fix common/ includes.
13239 * riscv-tdep.c: Fix common/ includes.
13240 * remote.c: Fix common/ includes.
13241 * remote-notif.h: Fix common/ includes.
13242 * remote-fileio.h: Fix common/ includes.
13243 * remote-fileio.c: Fix common/ includes.
13244 * regcache.h: Fix common/ includes.
13245 * regcache.c: Fix common/ includes.
13246 * record-btrace.c: Fix common/ includes.
13247 * python/python.c: Fix common/ includes.
13248 * python/py-type.c: Fix common/ includes.
13249 * python/py-inferior.c: Fix common/ includes.
13250 * progspace.h: Fix common/ includes.
13251 * producer.c: Fix common/ includes.
13252 * procfs.c: Fix common/ includes.
13253 * proc-api.c: Fix common/ includes.
13254 * printcmd.c: Fix common/ includes.
13255 * ppc-linux-nat.c: Fix common/ includes.
13256 * parser-defs.h: Fix common/ includes.
13257 * osdata.c: Fix common/ includes.
13258 * obsd-nat.c: Fix common/ includes.
13259 * nat/x86-linux.c: Fix common/ includes.
13260 * nat/x86-linux-dregs.c: Fix common/ includes.
13261 * nat/x86-dregs.h: Fix common/ includes.
13262 * nat/x86-dregs.c: Fix common/ includes.
13263 * nat/ppc-linux.c: Fix common/ includes.
13264 * nat/mips-linux-watch.h: Fix common/ includes.
13265 * nat/mips-linux-watch.c: Fix common/ includes.
13266 * nat/linux-waitpid.c: Fix common/ includes.
13267 * nat/linux-ptrace.h: Fix common/ includes.
13268 * nat/linux-ptrace.c: Fix common/ includes.
13269 * nat/linux-procfs.c: Fix common/ includes.
13270 * nat/linux-personality.c: Fix common/ includes.
13271 * nat/linux-osdata.c: Fix common/ includes.
13272 * nat/linux-namespaces.c: Fix common/ includes.
13273 * nat/linux-btrace.h: Fix common/ includes.
13274 * nat/linux-btrace.c: Fix common/ includes.
13275 * nat/fork-inferior.c: Fix common/ includes.
13276 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13277 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13278 * nat/aarch64-linux.c: Fix common/ includes.
13279 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13280 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13281 * namespace.h: Fix common/ includes.
13282 * mips-linux-tdep.c: Fix common/ includes.
13283 * minsyms.c: Fix common/ includes.
13284 * mi/mi-parse.h: Fix common/ includes.
13285 * mi/mi-main.c: Fix common/ includes.
13286 * mi/mi-cmd-env.c: Fix common/ includes.
13287 * memrange.h: Fix common/ includes.
13288 * memattr.c: Fix common/ includes.
13289 * maint.h: Fix common/ includes.
13290 * maint.c: Fix common/ includes.
13291 * main.c: Fix common/ includes.
13292 * machoread.c: Fix common/ includes.
13293 * location.c: Fix common/ includes.
13294 * linux-thread-db.c: Fix common/ includes.
13295 * linux-nat.c: Fix common/ includes.
13296 * linux-fork.c: Fix common/ includes.
13297 * inline-frame.c: Fix common/ includes.
13298 * infrun.c: Fix common/ includes.
13299 * inflow.c: Fix common/ includes.
13300 * inferior.h: Fix common/ includes.
13301 * inferior.c: Fix common/ includes.
13302 * infcmd.c: Fix common/ includes.
13303 * inf-ptrace.c: Fix common/ includes.
13304 * inf-child.c: Fix common/ includes.
13305 * ia64-linux-nat.c: Fix common/ includes.
13306 * i387-tdep.c: Fix common/ includes.
13307 * i386-tdep.c: Fix common/ includes.
13308 * i386-linux-tdep.c: Fix common/ includes.
13309 * i386-linux-nat.c: Fix common/ includes.
13310 * i386-go32-tdep.c: Fix common/ includes.
13311 * i386-fbsd-tdep.c: Fix common/ includes.
13312 * i386-fbsd-nat.c: Fix common/ includes.
13313 * guile/scm-type.c: Fix common/ includes.
13314 * guile/guile.c: Fix common/ includes.
13315 * go32-nat.c: Fix common/ includes.
13316 * gnu-nat.c: Fix common/ includes.
13317 * gdbthread.h: Fix common/ includes.
13318 * gdbarch-selftests.c: Fix common/ includes.
13319 * gdb_usleep.c: Fix common/ includes.
13320 * gdb_select.h: Fix common/ includes.
13321 * gdb_bfd.c: Fix common/ includes.
13322 * gcore.c: Fix common/ includes.
13323 * fork-child.c: Fix common/ includes.
13324 * findvar.c: Fix common/ includes.
13325 * fbsd-nat.c: Fix common/ includes.
13326 * event-top.c: Fix common/ includes.
13327 * event-loop.c: Fix common/ includes.
13328 * dwarf2read.c: Fix common/ includes.
13329 * dwarf2loc.c: Fix common/ includes.
13330 * dwarf2-frame.c: Fix common/ includes.
13331 * dwarf-index-cache.c: Fix common/ includes.
13332 * dtrace-probe.c: Fix common/ includes.
13333 * disasm-selftests.c: Fix common/ includes.
13334 * defs.h: Fix common/ includes.
13335 * csky-tdep.c: Fix common/ includes.
13336 * cp-valprint.c: Fix common/ includes.
13337 * cp-support.h: Fix common/ includes.
13338 * cp-support.c: Fix common/ includes.
13339 * corelow.c: Fix common/ includes.
13340 * completer.h: Fix common/ includes.
13341 * completer.c: Fix common/ includes.
13342 * compile/compile.c: Fix common/ includes.
13343 * compile/compile-loc2c.c: Fix common/ includes.
13344 * compile/compile-cplus-types.c: Fix common/ includes.
13345 * compile/compile-cplus-symbols.c: Fix common/ includes.
13346 * command.h: Fix common/ includes.
13347 * cli/cli-dump.c: Fix common/ includes.
13348 * cli/cli-cmds.c: Fix common/ includes.
13349 * charset.c: Fix common/ includes.
13350 * build-id.c: Fix common/ includes.
13351 * btrace.h: Fix common/ includes.
13352 * btrace.c: Fix common/ includes.
13353 * breakpoint.h: Fix common/ includes.
13354 * breakpoint.c: Fix common/ includes.
13355 * ax.h:
13356 (enum agent_op): Fix common/ includes.
13357 * ax-general.c (struct aop_map): Fix common/ includes.
13358 * ax-gdb.c: Fix common/ includes.
13359 * auxv.c: Fix common/ includes.
13360 * auto-load.c: Fix common/ includes.
13361 * arm-tdep.c: Fix common/ includes.
13362 * arch/riscv.c: Fix common/ includes.
13363 * arch/ppc-linux-common.c: Fix common/ includes.
13364 * arch/i386.c: Fix common/ includes.
13365 * arch/arm.c: Fix common/ includes.
13366 * arch/arm-linux.c: Fix common/ includes.
13367 * arch/arm-get-next-pcs.c: Fix common/ includes.
13368 * arch/amd64.c: Fix common/ includes.
13369 * arch/aarch64.c: Fix common/ includes.
13370 * arch/aarch64-insn.c: Fix common/ includes.
13371 * arch-utils.c: Fix common/ includes.
13372 * amd64-windows-tdep.c: Fix common/ includes.
13373 * amd64-tdep.c: Fix common/ includes.
13374 * amd64-sol2-tdep.c: Fix common/ includes.
13375 * amd64-obsd-tdep.c: Fix common/ includes.
13376 * amd64-nbsd-tdep.c: Fix common/ includes.
13377 * amd64-linux-tdep.c: Fix common/ includes.
13378 * amd64-linux-nat.c: Fix common/ includes.
13379 * amd64-fbsd-tdep.c: Fix common/ includes.
13380 * amd64-fbsd-nat.c: Fix common/ includes.
13381 * amd64-dicos-tdep.c: Fix common/ includes.
13382 * amd64-darwin-tdep.c: Fix common/ includes.
13383 * agent.c: Fix common/ includes.
13384 * ada-lang.h: Fix common/ includes.
13385 * ada-lang.c: Fix common/ includes.
13386 * aarch64-tdep.c: Fix common/ includes.
13387
2f5c153e
TT
133882019-01-25 Tom Tromey <tom@tromey.com>
13389
13390 * common/create-version.sh: Use common/version.h.
13391
adc6a863
PA
133922019-01-24 Pedro Alves <palves@redhat.com>
13393
13394 * infrun.c (signal_stop, signal_print, signal_program)
13395 (signal_catch, signal_pass): Now arrays instead of pointers.
13396 (update_signals_program_target, do_target_resume)
13397 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13398 * linux-nat.c (linux_nat_target::pass_signals)
13399 (linux_nat_target::create_inferior, linux_nat_target::attach):
13400 Adjust.
13401 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13402 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13403 * procfs.c (procfs_target::pass_signals): Adjust.
13404 * record-full.c (record_full_target::resume): Adjust.
13405 * remote.c (remote_target::pass_signals)
13406 (remote_target::program_signals): Adjust.
13407 * target-debug.h (target_debug_print_signals): Now takes a
13408 gdb::array_view as parameter. Adjust.
13409 * target.h (target_ops) <pass_signals, program_signals>: Replace
13410 pointer and length parameters with gdb::array_view.
13411 (target_pass_signals, target_program_signals): Likewise.
13412 * target-delegates.c: Regenerate.
13413
3046d67a
PA
134142019-01-24 Pedro Alves <palves@redhat.com>
13415
13416 * common/forward-scope-exit.h
13417 (forward_scope_exit::forward_scope_exit): Pass arguments to
13418 m_bind_function directly, instead of creating a std::bind and
13419 copying that.
13420
353229bf
AH
134212019-01-24 Alan Hayward <alan.hayward@arm.com>
13422
13423 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13424 for static members.
13425 (pass_in_v_vfp_candidate): Likewise.
13426
311dc83a
TT
134272019-01-23 Tom Tromey <tom@tromey.com>
13428 Pedro Alves <palves@redhat.com>
13429
13430 * regcache.c (class regcache_invalidator): Remove.
13431 (regcache::raw_write): Use make_scope_exit.
13432
296bd123
TT
134332019-01-23 Tom Tromey <tom@tromey.com>
13434
13435 * ui-out.h (class ui_out_emit_type): Update comment.
13436
979a0d13
TT
134372019-01-23 Tom Tromey <tom@tromey.com>
13438
13439 * infrun.c (fetch_inferior_event): Update comment.
13440
d238133d
TT
134412019-01-23 Tom Tromey <tom@tromey.com>
13442 Pedro Alves <palves@redhat.com>
13443
13444 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13445 parameter.
13446 (fetch_inferior_event): Use SCOPE_EXIT.
13447
13448
9885e6bb
TT
134492019-01-23 Tom Tromey <tom@tromey.com>
13450 Pedro Alves <palves@redhat.com>
13451
13452 * infrun.c (disable_thread_events): Delete.
13453 (stop_all_threads): Use SCOPE_EXIT.
13454
286526c1
TT
134552019-01-23 Tom Tromey <tom@tromey.com>
13456 Pedro Alves <palves@redhat.com>
13457
13458 * symfile.c: Include forward-scope-exit.h.
13459 (clear_symtab_users_cleanup): Replace forward declaration with
13460 a FORWARD_SCOPE_EXIT.
13461 (syms_from_objfile_1): Use the forward_scope_exit and
13462 gdb::optional instead of cleanup_function.
13463 (reread_symbols): Use the forward_scope_exit instead of
13464 cleanup_function.
13465 (clear_symtab_users_cleanup): Remove function.
13466
1db93f14
TT
134672019-01-23 Tom Tromey <tom@tromey.com>
13468 Pedro Alves <palves@redhat.com>
13469
13470 * linux-nat.c: Include scope-exit.h.
13471 (cleanup_target_stop): Remove.
13472 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13473 SCOPE_EXIT.
13474
2cc83d1e
TT
134752019-01-23 Tom Tromey <tom@tromey.com>
13476 Pedro Alves <palves@redhat.com>
13477
13478 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13479 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13480
694c6bf5
TT
134812019-01-23 Tom Tromey <tom@tromey.com>
13482 Andrew Burgess <andrew.burgess@embecosm.com>
13483 Pedro Alves <palves@redhat.com>
13484
13485 * infrun.c (fetch_inferior_event): Use scope_exit.
13486 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13487 * top.c (execute_command): Use scope_exit.
13488 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13489 * utils.c (do_bpstat_clear_actions_cleanup)
13490 (make_bpstat_clear_actions_cleanup): Remove.
13491
4c41382a
TT
134922019-01-23 Tom Tromey <tom@tromey.com>
13493 Pedro Alves <palves@redhat.com>
13494
13495 * infrun.c: Include "common/scope-exit.h"
13496 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13497 (wait_for_inferior): Use SCOPE_EXIT.
13498 (fetch_inferior_event): Use scope_exit.
13499
89f8fb50
TT
135002019-01-23 Tom Tromey <tom@tromey.com>
13501 Pedro Alves <palves@redhat.com>
13502
13503 * breakpoint.c (create_breakpoint): Remove cleanup.
13504
5419bdae
TT
135052019-01-23 Tom Tromey <tom@tromey.com>
13506 Andrew Burgess <andrew.burgess@embecosm.com>
13507 Pedro Alves <palves@redhat.com>
13508
e587ef42
PA
135092019-01-23 Pedro Alves <palves@redhat.com>
13510
13511 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13512
77f0e74c
PA
135132019-01-23 Pedro Alves <palves@redhat.com>
13514 Andrew Burgess <andrew.burgess@embecosm.com>
13515
13516 * gdbthread.h: Include "common/forward-scope-exit.h".
13517 (scoped_finish_thread_state): Redefine custom class in terms of
13518 forward_scope_exit.
13519
5b9b3e53
PA
135202019-01-23 Pedro Alves <palves@redhat.com>
13521 Andrew Burgess <andrew.burgess@embecosm.com>
13522
13523 * common/forward-scope-exit.h: New file.
13524
54b65c9b
PA
135252019-01-23 Pedro Alves <palves@redhat.com>
13526 Andrew Burgess <andrew.burgess@embecosm.com>
13527 Tom Tromey <tom@tromey.com>
13528
13529 * common/scope-exit.h: New file.
13530
cf08fb29
PA
135312019-01-23 Pedro Alves <palves@redhat.com>
13532
13533 * common/preprocessor.h (ESC): Rename to ...
13534 (ESC_PARENS): ... this.
13535 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13536 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13537
ae73e2e2
TT
135382019-01-23 Tom Tromey <tom@tromey.com>
13539
13540 * language.h (class scoped_switch_to_sym_language_if_auto):
13541 Initialize m_lang in both cases.
13542
6594e122
AH
135432019-01-23 Alan Hayward <alan.hayward@arm.com>
13544
13545 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13546 with XCNEW.
13547
a7c9855d
TT
135482019-01-22 Tom Tromey <tom@tromey.com>
13549
13550 * corelow.c: Do not include sys/file.h.
13551
93cc1d53
TT
135522019-01-22 Tom Tromey <tom@tromey.com>
13553
13554 * tui/tui-wingeneral.h: Include gdb_curses.h.
13555
38561778
TT
135562019-01-22 Tom Tromey <tom@tromey.com>
13557
13558 * source-cache.h (class source_cache) <get_source_lines,
13559 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13560
37b3ab5b
TT
135612019-01-22 Tom Tromey <tom@tromey.com>
13562
13563 * remote-fileio.h (struct remote_target): Declare.
13564
3fabc016
TT
135652019-01-22 Tom Tromey <tom@tromey.com>
13566
13567 * python/py-arch.c: Do not include py-ref.h.
13568 * python/py-bpevent.c: Do not include py-ref.h.
13569 * python/py-cmd.c: Do not include py-ref.h.
13570 * python/py-continueevent.c: Do not include py-ref.h.
13571 * python/py-event.h: Do not include py-ref.h.
13572 * python/py-evtregistry.c: Do not include py-ref.h.
13573 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13574 * python/py-frame.c: Do not include py-ref.h.
13575 * python/py-framefilter.c: Do not include py-ref.h.
13576 * python/py-function.c: Do not include py-ref.h.
13577 * python/py-infevents.c: Do not include py-ref.h.
13578 * python/py-linetable.c: Do not include py-ref.h.
13579 * python/py-objfile.c: Do not include py-ref.h.
13580 * python/py-param.c: Do not include py-ref.h.
13581 * python/py-prettyprint.c: Do not include py-ref.h.
13582 * python/py-progspace.c: Do not include py-ref.h.
13583 * python/py-symbol.c: Do not include py-ref.h.
13584 * python/py-symtab.c: Do not include py-ref.h.
13585 * python/py-type.c: Do not include py-ref.h.
13586 * python/py-unwind.c: Do not include py-ref.h.
13587 * python/py-utils.c: Do not include py-ref.h.
13588 * python/py-value.c: Do not include py-ref.h.
13589 * python/py-varobj.c: Do not include py-ref.h.
13590 * python/py-xmethods.c: Do not include py-ref.h.
13591 * python/python.c: Do not include py-ref.h.
13592 * varobj.c: Do not include py-ref.h.
13593
6b4d7774
TT
135942019-01-22 Tom Tromey <tom@tromey.com>
13595
13596 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13597 keyword for bcache.
13598
7af7e9b5
TT
135992019-01-22 Tom Tromey <tom@tromey.com>
13600
13601 * compile/compile-cplus-types.c: Remove a comment by #include.
13602
951d1049
TT
136032019-01-22 Tom Tromey <tom@tromey.com>
13604
13605 * compile/gcc-c-plugin.h: Include compile-internal.h.
13606
d65d5705
TT
136072019-01-22 Tom Tromey <tom@tromey.com>
13608
13609 * stabsread.c (EXTERN): Do not define.
13610 (symnum, next_symbol_text_func, processing_gcc_compilation)
13611 (within_function, global_sym_chain, global_stabs)
13612 (previous_stab_code, this_object_header_files)
13613 (n_this_object_header_files)
13614 (n_allocated_this_object_header_files): Define.
13615 * stabsread.h (EXTERN): Never define. Use "extern".
13616
b6fb1ee5
PW
136172019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13618
13619 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13620 history_value.
13621
be6d4f74
TT
136222019-01-21 Tom Tromey <tom@tromey.com>
13623
13624 * ui-out.c: Fix includes.
13625 * tui/tui-source.c: Fix includes.
13626 * target.c: Fix includes.
13627 * remote.c: Fix includes.
13628 * regcache.c: Fix includes.
13629 * python/py-block.c: Fix includes.
13630 * printcmd.c: Fix includes.
13631 * or1k-tdep.c: Fix includes.
13632 * mi/mi-main.c: Fix includes.
13633 * m32r-tdep.c: Fix includes.
13634 * csky-tdep.c: Fix includes.
13635 * compile/compile-cplus-types.c: Fix includes.
13636 * cli/cli-interp.c: Fix includes.
13637
73021deb
AH
136382019-01-21 Alan Hayward <alan.hayward@arm.com>
13639
13640 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13641 for padding.
13642
7932255d
TT
136432019-01-16 Tom Tromey <tom@tromey.com>
13644
13645 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13646 earlier.
13647 (struct objfile) <msymbols_range>: Move from top level.
13648 <msymbols>: New method.
13649 (class objfile_msymbols): Remove.
13650 * symtab.c (default_collect_symbol_completion_matches_break_on):
13651 Update.
13652 * symmisc.c (dump_msymbols): Update.
13653 * stabsread.c (scan_file_globals): Update.
13654 * objc-lang.c (info_selectors_command, info_classes_command)
13655 (find_methods): Update.
13656 * minsyms.c (find_solib_trampoline_target): Update.
13657 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13658 * coffread.c (coff_symfile_read): Update.
13659 * ada-lang.c (ada_lookup_simple_minsym)
13660 (ada_collect_symbol_completion_matches): Update.
13661
604b1bfb
TT
136622019-01-16 Tom Tromey <tom@tromey.com>
13663
13664 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13665 type. Remove no-argument constructor.
13666 <iterator::operator++>: Simplify.
13667 <begin>: Update.
13668 <end>: Use minimal_symbol_count.
13669
f252c6d5
TT
136702019-01-16 Tom Tromey <tom@tromey.com>
13671
13672 * objfiles.h (struct objfile) <psymtabs>: New method.
13673 (class objfile_psymtabs): Remove.
13674 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13675 typedef.
13676 <range>: New method.
13677 (require_partial_symbols): Change return type.
13678 * psymtab.c (require_partial_symbols)
13679 (psym_expand_symtabs_matching): Update.
13680 * mdebugread.c (parse_partial_symbols): Update.
13681 * dbxread.c (dbx_end_psymtab): Update.
13682
b669c953
TT
136832019-01-15 Tom Tromey <tom@tromey.com>
13684
13685 * symtab.c (lookup_objfile_from_block)
13686 (lookup_symbol_in_objfile_symtabs)
13687 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13688 (find_line_symtab, info_sources_command)
13689 (default_collect_symbol_completion_matches_break_on)
13690 (make_source_files_completion_list): Update.
13691 * symmisc.c (print_objfile_statistics, dump_objfile)
13692 (maintenance_print_symbols, maintenance_info_symtabs)
13693 (maintenance_check_symtabs, maintenance_info_line_tables):
13694 Update.
13695 * source.c (select_source_symtab)
13696 (forget_cached_source_info_for_objfile): Update.
13697 * objfiles.h (class objfile_compunits): Remove.
13698 (struct objfile) <compunits_range>: New typedef.
13699 (compunits): New method.
13700 * objfiles.c (objfile_relocate1): Update.
13701 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13702 * maint.c (count_symtabs_and_blocks): Update.
13703 * linespec.c (iterate_over_all_matching_symtabs): Update.
13704 * cp-support.c (add_symbol_overload_list_qualified): Update.
13705 * coffread.c (coff_symtab_read): Update.
13706 * ada-lang.c (add_nonlocal_symbols)
13707 (ada_collect_symbol_completion_matches)
13708 (ada_add_global_exceptions): Update.
13709
7e955d83
TT
137102019-01-15 Tom Tromey <tom@tromey.com>
13711
13712 * progspace.h (program_space) <objfiles_safe_range>: New
13713 typedef.
13714 <objfiles_safe>: New method.
13715 * objfiles.h (class all_objfiles_safe): Remove.
13716 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13717 * jit.c (jit_inferior_exit_hook): Update.
13718
2030c079
TT
137192019-01-17 Tom Tromey <tom@tromey.com>
13720
13721 * progspace.h (program_space) <objfiles_range>: New typedef.
13722 <objfiles>: New method.
13723 <objfiles_head>: Rename from objfiles.
13724 (object_files): Update.
13725 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13726 * guile/scm-pretty-print.c
13727 (ppscm_find_pretty_printer_from_objfiles): Update.
13728 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13729 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13730 Update.
13731 * python/py-progspace.c (pspy_get_objfiles): Update.
13732 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13733 Update.
13734 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13735 (objfpy_lookup_objfile_by_build_id): Update.
13736 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13737 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13738 Update.
13739 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13740 (expand_symtab_containing_pc, lookup_objfile_from_block)
13741 (lookup_static_symbol, basic_lookup_transparent_type)
13742 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13743 (find_line_symtab, info_sources_command)
13744 (default_collect_symbol_completion_matches_break_on)
13745 (make_source_files_completion_list, find_main_name): Update.
13746 * symmisc.c (print_symbol_bcache_statistics)
13747 (print_objfile_statistics, maintenance_print_symbols)
13748 (maintenance_print_msymbols, maintenance_print_objfiles)
13749 (maintenance_info_symtabs, maintenance_check_symtabs)
13750 (maintenance_expand_symtabs, maintenance_info_line_tables):
13751 Update.
13752 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13753 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13754 (map_overlay_command, unmap_overlay_command)
13755 (simple_overlay_update, expand_symtabs_matching)
13756 (map_symbol_filenames): Update.
13757 * symfile-debug.c (set_debug_symfile): Update.
13758 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13759 Update.
13760 * source.c (select_source_symtab, forget_cached_source_info):
13761 Update.
13762 * solib.c (solib_read_symbols): Update.
13763 * solib-spu.c (append_ocl_sos): Update.
13764 * psymtab.c (maintenance_print_psymbols)
13765 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13766 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13767 * printcmd.c (info_symbol_command): Update.
13768 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13769 Update.
13770 * objfiles.h (class all_objfiles): Remove.
13771 * objfiles.c (have_partial_symbols, have_full_symbols)
13772 (have_minimal_symbols, qsort_cmp, update_section_map)
13773 (shared_objfile_contains_address_p)
13774 (default_iterate_over_objfiles_in_search_order): Update.
13775 * objc-lang.c (info_selectors_command, info_classes_command)
13776 (find_methods): Update.
13777 * minsyms.c (find_solib_trampoline_target): Update.
13778 * maint.c (maintenance_info_sections)
13779 (maintenance_translate_address, count_symtabs_and_blocks):
13780 Update.
13781 * main.c (captured_main_1): Update.
13782 * linux-thread-db.c (try_thread_db_load_from_pdir)
13783 (has_libpthread): Update.
13784 * linespec.c (iterate_over_all_matching_symtabs)
13785 (search_minsyms_for_name): Update.
13786 * jit.c (jit_find_objf_with_entry_addr): Update.
13787 * hppa-tdep.c (find_unwind_entry)
13788 (hppa_lookup_stub_minimal_symbol): Update.
13789 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13790 Update.
13791 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13792 (elf_gnu_ifunc_resolve_by_got): Update.
13793 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13794 * dwarf-index-write.c (save_gdb_index_command): Update.
13795 * cp-support.c (add_symbol_overload_list_qualified): Update.
13796 * breakpoint.c (create_overlay_event_breakpoint)
13797 (create_longjmp_master_breakpoint)
13798 (create_std_terminate_master_breakpoint)
13799 (create_exception_master_breakpoint): Update.
13800 * blockframe.c (find_pc_partial_function): Update.
13801 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13802 (ada_collect_symbol_completion_matches)
13803 (ada_add_global_exceptions): Update.
13804
776489e0
TT
138052019-01-17 Tom Tromey <tom@tromey.com>
13806
13807 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13808 declare VEC.
13809 (solib_target_parse_libraries): Change return type.
13810 (library_list_start_segment, library_list_start_section)
13811 (library_list_end_library, library_list_start_library); Update.
13812 (solib_target_free_library_list): Remove.
13813 (solib_target_parse_libraries): Remove cleanup. Change return
13814 type.
13815 (solib_target_current_sos): Update.
13816
6471e7d2
TT
138172019-01-17 Tom Tromey <tromey@bapiya>
13818
13819 * valprint.c: Replace "the the" with "the".
13820 * symtab.c: Replace "the the" with "the".
13821 * solib.c: Replace "the the" with "the".
13822 * solib-dsbt.c: Replace "the the" with "the".
13823 * linespec.c: Replace "the the" with "the".
13824 * dwarf2loc.h: Replace "the the" with "the".
13825 * amd64-windows-tdep.c: Replace "the the" with "the".
13826 * aarch64-tdep.c: Replace "the the" with "the".
13827
c24bdb02
KS
138282019-01-16 Keith Seitz <keiths@redhat.com>
13829
13830 PR gdb/23773
13831 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13832 <builder>: Rename to ..
13833 <m_builder>: ... this and make private.
13834 (dwarf2_cu::get_builder): New method. Change all users of
13835 `builder' to use this method.
13836 (dwarf2_start_symtab): Move to ...
13837 (dwarf2_cu::start_symtab): ... here. Update all callers
13838 (setup_type_unit_groups): Move to ...
13839 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13840 callers.
13841 (dwarf2_cu::reset_builder): New method.
13842 (process_full_compunit, process_full_type_unit): Use
13843 dwarf2_cu::reset_builder.
13844 (follow_die_offset): Record the ancestor CU if it is different
13845 from the followed DIE's CU.
13846 (follow_die_sig_1): Likewise.
13847
8d64371b
TT
138482019-01-15 Tom Tromey <tom@tromey.com>
13849
13850 * remote.c (class remote_state) <buf>: Now a char_vector.
13851 <buf_size>: Remove.
13852 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13853 parameter.
13854 (remote_target::getpkt_or_notif_sane_1)
13855 (remote_target::getpkt_sane)
13856 (remote_target::getpkt_or_notif_sane): Likewise.
13857 (class remote_target) <putpkt>: New overload.
13858 (remote_target::read_frame): Change type of "buf_p". Remove
13859 sizeof_p parameter.
13860 (packet_ok): New overload.
13861 (packet_check_result): New overload.
13862 Update all uses.
13863
bb277751
TT
138642019-01-14 Tom Tromey <tom@tromey.com>
13865
13866 * remote-notif.c (handle_notification, remote_notif_ack)
13867 (remote_notif_parse): Make "buf" const.
13868 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13869 const.
13870 (remote_notif_parse, remote_notif_ack, handle_notification):
13871 Likewise.
13872 * remote.c (remote_notif_stop_parse): Make "buf" const.
13873 (remote_target::remote_parse_stop_reply): Make "buf" const.
13874 (remote_notif_stop_ack): Make "buf" const.
13875
05be00a8
TT
138762019-01-14 Tom Tromey <tom@tromey.com>
13877
13878 * remote.c (remote_console_output): Make parameter const.
13879
491adeca
TT
138802019-01-14 Tom Tromey <tom@tromey.com>
13881
13882 * target-debug.h (target_debug_print_signals): Constify.
13883 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13884 * procfs.c (procfs_target::pass_signals): Update.
13885 * linux-nat.c (linux_nat_target::pass_signals): Update.
13886 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13887 * target-delegates.c: Rebuild.
13888 * remote.c (remote_target::program_signals): Update.
13889 (remote_target::pass_signals): Update.
13890 * target.c (target_pass_signals): Constify argument.
13891 (target_program_signals): Likewise.
13892 * target.h (struct target_ops) <pass_signals, program_signals>:
13893 Constify argument.
13894 (target_pass_signals, target_program_signals): Constify argument.
13895
bbd94648
TT
138962019-01-14 Tom Tromey <tom@tromey.com>
13897
13898 PR tui/28819:
13899 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13900
6f072a10
PFC
139012019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13902
13903 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13904 field.
13905 * rs6000-tdep.c: Include reggroups.h.
13906 (IS_V_ALIAS_PSEUDOREG): Define.
13907 (rs6000_register_name): Return names for the "vX" aliases.
13908 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13909 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13910 aliases. Call default_register_reggroup_p for all other
13911 pseudo-registers.
13912 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13913 New functions.
13914 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13915 Handle "vX" aliases.
13916 (v_alias_pseudo_register_collect): New function.
13917 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13918 (rs6000_gdbarch_init): Initialize "vX" aliases as
13919 pseudo-registers. Restore registration of
13920 rs6000_pseudo_register_reggroup_p with
13921 set_tdesc_pseudo_register_reggroup_p.
13922
1a782351
MF
139232019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13924
13925 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13926 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13927 set_gdbarch_num_pseudo_regs.
13928
d73cff18
PW
139292019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13930
13931 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13932 Remove arg prefixname, add do_set and do_show.
13933 Add member functions set_list and show_list.
13934 * cli/cli-style.c (class cli_style_option): Update accordingly.
13935 (style_set_list): Move to file scope.
13936 (style_show_list): Likewise.
13937 (set_style): Call help_list.
13938 (show_style): Call cmd_show_list.
13939 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13940 Update to use the new macro.
13941
60a90376
JB
139422019-10-12 Joel Brobecker <brobecker@adacore.com>
13943
13944 * ada-lang.c (_initialize_ada_language): Expand the help text
13945 for the "catch exception" command.
13946
9d7c67bf
PW
139472019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13948
13949 * symtab.c (matching_obj_sections): Initialize obj,
13950 declare it closer to its usage.
13951
7cf47dc4
TT
139522019-01-10 Tom Tromey <tom@tromey.com>
13953
13954 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13955 (basic_inf_threads_range): Remove.
13956 (inf_threads_range, inf_non_exited_threads_range)
13957 (safe_inf_threads_range): Use next_adapter.
13958
d3cb6808
KS
139592019-01-10 Keith Seitz <keiths@redhat.com>
13960
13961 PR gdb/23712
13962 PR symtab/23010
13963 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13964 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13965
63a20375
KS
139662019-01-10 Keith Seitz <keiths@redhat.com>
13967
13968 PR gdb/23712
13969 PR symtab/23010
13970 * dictionary.c (pending_to_vector): Remove.
13971 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13972 Remove _1 suffix, replacing functions of the same name. Update
13973 all callers.
13974 (dict_create_hashed, dict_create_hashed_expandable)
13975 (dict_create_linear, dict_create_linear_expandable, dict_free)
13976 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13977 Make functions static.
13978
b026f593
KS
139792019-01-10 Keith Seitz <keiths@redhat.com>
13980
13981 PR gdb/23712
13982 PR symtab/23010
13983 * dictionary.h (struct dictionary): Replace declaration with
13984 multidictionary.
13985 (dict_create_hashed, dict_create_hashed_expandable)
13986 (dict_create_linear, dict_create_linear_expandable)
13987 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
13988 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
13989 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
13990 taking multidictionary argument.
13991 [ALL_DICT_SYMBOLS]: Update for multidictionary.
13992 * block.h (struct block) <dict>: Change to multidictionary
13993 and rename `multidict'.
13994 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
13995 symmisc.c: Update all dictionary references to multidictionary.
13996
c7748ee9
KS
139972019-01-10 Keith Seitz <keiths@redhat.com>
13998
13999 PR gdb/23712
14000 PR symtab/23010
14001 * dictionary.c: Include unordered_map.
14002 (pending_to_vector): New function.
14003 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14004 Rewrite the non-"_1" functions to take vector instead
14005 of linked list.
14006 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14007 "new" _1 versions of the same name.
14008 (multidictionary): Define.
14009 (std::hash<enum language): New definition.
14010 (collate_pending_symbols_by_language, mdict_create_hashed)
14011 (mdict_create_hashed_expandable, mdict_create_linear)
14012 (mdict_create_linear_expandable, mdict_free)
14013 (find_language_dictionary, create_new_language_dictionary)
14014 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14015 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14016 (mdict_size, mdict_empty): New functions.
14017 * dictionary.h (mdict_iterator): Define.
14018
67aa1f3c
PA
140192019-01-10 Pedro Alves <palves@redhat.com>
14020
14021 * breakpoint.c (read_uploaded_action)
14022 (create_tracepoint_from_upload): Adjust to use
14023 gdb::unique_xmalloc_ptr.
14024 * ctf.c (ctf_write_uploaded_tp):
14025 (SET_ARRAY_FIELD): Use emplace_back.
14026 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14027 * tracefile-tfile.c (tfile_write_uploaded_tp):
14028 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14029 gdb::unique_xmalloc_ptr.
14030 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14031 at_string, cond_string, cmd_strings>: Replace char pointers
14032 with gdb::unique_xmalloc_ptr.
14033
2f667667
PA
140342019-01-10 Pedro Alves <palves@redhat.com>
14035
14036 * solib-target.c (library_list_start_library): Don't xstrdup name.
14037
36cb7237
PA
140382019-01-10 Pedro Alves <palves@redhat.com>
14039
14040 * mdebugread.c (parse_partial_symbols): Use
14041 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14042
da584958
AB
140432019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14044
14045 * linux-fork.c (scoped_switch_fork_info)
14046 <~scoped_switch_fork_info>: Fix incorrect variable name.
14047
1ef8573c
AB
140482019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14049
14050 * linux-fork.c (scoped_switch_fork_info)
14051 <scoped_switch_fork_info>: Make explicit.
14052 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14053
8d7bcccb
TT
140542019-01-10 Tom Tromey <tom@tromey.com>
14055
14056 * objfiles.h (objfile::reset_psymtabs): Update.
14057 * objfiles.c (objfile::objfile): Update.
14058 * psymtab.h (psymtab_storage::obstack): Update.
14059 (psymtab_storage::m_obstack): Use gdb::optional.
14060 (class psymtab_storage): Update comment. Remove objfile
14061 parameter.
14062 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14063
b596a3c7
TT
140642019-01-10 Tom Tromey <tom@tromey.com>
14065
14066 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14067 <free_psymtabs>: Now private.
14068 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14069 (allocate_psymtab): Use new method.
14070
a9342b62
TT
140712019-01-10 Tom Tromey <tom@tromey.com>
14072
14073 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14074 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14075 * mdebugread.c (parse_partial_symbols): Use
14076 allocate_dependencies.
14077 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14078 allocate_dependencies.
14079 (process_psymtab_comp_unit_reader)
14080 (build_type_psymtab_dependencies): Likewise.
14081 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14082
5af70966
TT
140832019-01-10 Tom Tromey <tom@tromey.com>
14084
14085 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14086 PSYMBOL_SET_LANGUAGE.
14087 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14088
5923a04c
TT
140892019-01-10 Tom Tromey <tom@tromey.com>
14090
14091 * psymtab.h (psymtab_storage::obstack): New method.
14092 <m_obstack>: Rename from obstack; now private.
14093 * psymtab.c (psymtab_storage): Update.
14094 * dwarf2read.c (create_addrmap_from_index)
14095 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14096 Update.
14097
6d6a12bf
TT
140982019-01-10 Tom Tromey <tom@tromey.com>
14099
14100 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14101 * objfiles.h (objfile::reset_psymtabs): New method.
14102
d320c2b5
TT
141032019-01-10 Tom Tromey <tom@tromey.com>
14104
14105 * symmisc.c (print_symbol_bcache_statistics): Update.
14106 (print_objfile_statistics): Update.
14107 * symfile.c (reread_symbols): Update.
14108 * psymtab.h (class psymtab_storage): New.
14109 * psymtab.c (psymtab_storage): New constructor.
14110 (~psymtab_storage): New destructor.
14111 (require_partial_symbols): Update.
14112 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14113 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14114 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14115 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14116 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14117 (start_psymtab_common, end_psymtab_common)
14118 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14119 (allocate_psymtab): Update.
14120 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14121 Update.
14122 (dump_psymtab_addrmap, maintenance_print_psymbols)
14123 (maintenance_check_psymtabs): Update.
14124 (class objfile_psymtabs): Move to objfiles.h.
14125 * psympriv.h (discard_psymtab): Now inline.
14126 (psymtab_discarder::psymtab_discarder): Update.
14127 (psymtab_discarder::~psymtab_discarder): Update.
14128 (ALL_OBJFILE_PSYMTABS): Rewrite.
14129 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14130 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14131 Remove fields.
14132 <partial_symtabs>: New field.
14133 (class objfile_psymtabs): Move from psymtab.h. Update.
14134 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14135 psymbol_cache.
14136 (objfile::~objfile): Don't destroy psymbol_cache.
14137 * mdebugread.c (parse_partial_symbols): Update.
14138 * dwarf2read.c (create_addrmap_from_index)
14139 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14140 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14141 (add_partial_subprogram, dwarf2_ranges_read): Update.
14142 * dwarf-index-write.c (write_address_map)
14143 (write_one_signatured_type, recursively_write_psymbols)
14144 (class debug_names, class debug_names, write_psymtabs_to_index):
14145 Update.
14146
1d94a5a3
TT
141472019-01-10 Tom Tromey <tom@tromey.com>
14148
14149 * symtab.h (SYMBOL_SET_NAMES): Update.
14150 (symbol_set_names): Update.
14151 (MSYMBOL_SET_NAMES): Update.
14152 * symtab.c (symbol_set_names): Change argument to be an
14153 objfile_per_bfd_storage.
14154 * psymtab.c (add_psymbol_to_bcache): Update.
14155 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14156
0f14768a
TT
141572019-01-10 Tom Tromey <tom@tromey.com>
14158
14159 * symtab.c (create_demangled_names_hash): Change argument to be an
14160 objfile_per_bfd_storage.
14161 (symbol_set_names): Update.
14162
6eee24ce
TT
141632019-01-10 Tom Tromey <tom@tromey.com>
14164
14165 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14166 init_psymbol_list.
14167 * psymtab.c (init_psymbol_list): Do nothing if already called.
14168 * psympriv.h (init_psymbol_list): Add comment.
14169 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14170 init_psymbol_list.
14171 * dbxread.c (dbx_symfile_read): Unconditionally call
14172 init_psymbol_list.
14173
75aedd27
TT
141742019-01-10 Tom Tromey <tom@tromey.com>
14175
14176 * xcoffread.c (scan_xcoff_symtab): Update.
14177 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14178 "where".
14179 * mdebugread.c (parse_partial_symbols)
14180 (handle_psymbol_enumerators): Update.
14181 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14182 * dbxread.c (read_dbx_symtab): Update.
14183 * psympriv.h (psymbol_placement): New enum.
14184 (add_psymbol_to_list): Update.
14185
939652a5
TT
141862019-01-10 Tom Tromey <tom@tromey.com>
14187
14188 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14189 static_psymbols parameters.
14190 (scan_xcoff_symtab): Update.
14191 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14192 static_psymbols parameters.
14193 * psympriv.h (start_psymtab_common): Update.
14194 * mdebugread.c (parse_partial_symbols): Update.
14195 * dwarf2read.c (create_partial_symtab): Update.
14196 * dbxread.c (read_dbx_symtab): Update.
14197 (start_psymtab): Remove global_psymbols and static_psymbols
14198 parameters.
14199
baa62830
TT
142002019-01-10 Tom Tromey <tom@tromey.com>
14201
14202 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14203 * psymtab.c (allocate_psymtab): Add comment.
14204 * psympriv.h (allocate_psymtab): Add comment.
14205 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14206 initializations.
14207 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14208
0e8f53ba
TT
142092019-01-10 Tom Tromey <tom@tromey.com>
14210
14211 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14212 Don't declare.
14213 * mipsread.c: Include mdebugread.h.
14214 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14215 Declare.
14216 * elfread.c: Include mdebugread.h.
14217
b22a7c6a
TT
142182019-01-09 Tom Tromey <tom@tromey.com>
14219
14220 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14221 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14222 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14223 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14224 (psym_lookup_symbol, psym_find_last_source_symtab)
14225 (psym_forget_cached_source_info, psym_print_stats)
14226 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14227 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14228 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14229 (psym_find_compunit_symtab_by_address)
14230 (maintenance_print_psymbols, maintenance_info_psymtabs)
14231 (maintenance_check_psymtabs): Use ranged for.
14232 * psymtab.h (class objfile_psymtabs): New.
14233 (require_partial_symbols): Return objfile_psymtabs.
14234 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14235
3b9d3ac2
TT
142362019-01-09 Tom Tromey <tom@tromey.com>
14237
14238 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14239 (find_pc_mapped_section, list_overlays_command)
14240 (map_overlay_command, unmap_overlay_command)
14241 (simple_overlay_update): Use all_objfiles.
14242 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14243 * printcmd.c (info_symbol_command): Use all_objfiles.
14244 * objfiles.h (ALL_OBJSECTIONS): Remove.
14245 * maint.c (maintenance_translate_address): Use all_objfiles.
14246 * gcore.c (gcore_create_callback): Use all_objfiles.
14247 (objfile_find_memory_regions): Likewise.
14248
8b31193a
TT
142492019-01-09 Tom Tromey <tom@tromey.com>
14250
14251 * symtab.c (find_line_symtab, info_sources_command)
14252 (make_source_files_completion_list): Use objfile_compunits.
14253 * source.c (select_source_symtab): Use objfile_compunits.
14254 * objfiles.h (struct objfile): Update comment.
14255 (ALL_OBJFILES): Remove.
14256 (ALL_FILETABS): Remove.
14257 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14258 objfile_compunits.
14259
d5da8b3c
TT
142602019-01-09 Tom Tromey <tom@tromey.com>
14261
14262 * symmisc.c (print_objfile_statistics, dump_objfile)
14263 (maintenance_print_symbols): Use compunit_filetabs.
14264 * source.c (forget_cached_source_info_for_objfile): Use
14265 compunit_filetabs.
14266 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14267 (ALL_FILETABS): Use compunit_filetabs.
14268 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14269 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14270
5accd1a0
TT
142712019-01-09 Tom Tromey <tom@tromey.com>
14272
14273 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14274 (compunit_filetabs): New.
14275 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14276 compunit_filetabs.
14277 (info_sources_command, make_source_files_completion_list): Remove
14278 declaration.
14279 * symmisc.c (print_objfile_statistics, dump_objfile)
14280 (maintenance_print_symbols): Remove declaration.
14281 (maintenance_info_symtabs): Use compunit_filetabs.
14282 (maintenance_info_line_tables): Likewise.
14283 * source.c (select_source_symtab): Change local variable name.
14284 (forget_cached_source_info_for_objfile): Remove declaration.
14285 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14286 * objfiles.c (objfile_relocate1): Remove declaration.
14287 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14288 declaration.
14289 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14290 * coffread.c (coff_symtab_read): Remove declaration.
14291 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14292 compunit_filetabs.
14293
d8aeb77f
TT
142942019-01-09 Tom Tromey <tom@tromey.com>
14295
14296 * symtab.c (lookup_objfile_from_block)
14297 (find_pc_sect_compunit_symtab, search_symbols)
14298 (default_collect_symbol_completion_matches_break_on): Use
14299 objfile_compunits.
14300 * objfiles.h (ALL_COMPUNITS): Remove.
14301 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14302 * cp-support.c (add_symbol_overload_list_qualified): Use
14303 objfile_compunits.
14304 * ada-lang.c (ada_collect_symbol_completion_matches)
14305 (ada_add_global_exceptions): Use objfile_compunits.
14306
592553c4
TT
143072019-01-09 Tom Tromey <tom@tromey.com>
14308
14309 * source.c (select_source_symtab)
14310 (forget_cached_source_info_for_objfile): Remove declaration.
14311 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14312 declaration.
14313 * maint.c (count_symtabs_and_blocks): Remove declaration.
14314 * cp-support.c (add_symbol_overload_list_qualified): Remove
14315 declaration.
14316 * coffread.c (coff_symtab_read): Remove declaration.
14317 * symtab.c (lookup_symbol_in_objfile_symtabs)
14318 (basic_lookup_transparent_type_1): Use objfile_compunits.
14319 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14320 (info_sources_command, search_symbols)
14321 (default_collect_symbol_completion_matches_break_on)
14322 (make_source_files_completion_list): Remove declaration.
14323 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14324 (ada_collect_symbol_completion_matches)
14325 (ada_add_global_exceptions): Remove declaration.
14326 * linespec.c (iterate_over_all_matching_symtabs): Use
14327 objfile_compunits.
14328 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14329 (class objfile_compunits): New.
14330 (ALL_COMPUNITS): Use objfile_compunits.
14331 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14332 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14333 objfile_compunits.
14334 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14335
5325b9bf
TT
143362019-01-09 Tom Tromey <tom@tromey.com>
14337
14338 * symtab.c (search_symbols)
14339 (default_collect_symbol_completion_matches_break_on): Use
14340 objfile_msymbols.
14341 * ada-lang.c (ada_lookup_simple_minsym)
14342 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14343 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14344 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14345 objfile_msymbols.
14346 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14347 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14348 * objc-lang.c (find_methods): Use objfile_msymbols.
14349 (info_selectors_command, info_classes_command): Likewise.
14350 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14351 * objfiles.h (class objfile_msymbols): New.
14352 (ALL_OBJFILE_MSYMBOLS): Remove.
14353 (ALL_MSYMBOLS): Remove.
14354
cac85af2
TT
143552019-01-09 Tom Tromey <tom@tromey.com>
14356
14357 * common/next-iterator.h (next_adapter): Add Iterator template
14358 parameter.
14359 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14360 (class all_objfiles_safe): New.
14361 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14362 * objfiles.c (put_objfile_before): Update comment.
14363 (add_separate_debug_objfile): Likewise.
14364 (free_all_objfiles): Use all_objfiles_safe.
14365 (objfile_purge_solibs): Likewise.
14366
aed57c53
TT
143672019-01-09 Tom Tromey <tom@tromey.com>
14368
14369 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14370 (expand_symtab_containing_pc, lookup_static_symbol)
14371 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14372 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14373 all_objfiles.
14374 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14375 * breakpoint.c (create_overlay_event_breakpoint)
14376 (create_longjmp_master_breakpoint)
14377 (create_std_terminate_master_breakpoint)
14378 (create_exception_master_breakpoint): Use all_objfiles.
14379 * linux-thread-db.c (try_thread_db_load_from_pdir)
14380 (has_libpthread): Use all_objfiles.
14381 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14382 * linespec.c (iterate_over_all_matching_symtabs)
14383 (search_minsyms_for_name): Use all_objfiles.
14384 * maint.c (maintenance_info_sections): Use all_objfiles.
14385 * main.c (captured_main_1): Use all_objfiles.
14386 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14387 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14388 * guile/scm-pretty-print.c
14389 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14390 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14391 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14392 (maintenance_print_msymbols): Use all_objfiles.
14393 * source.c (select_source_symtab): Use all_objfiles.
14394 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14395 * symfile.c (remove_symbol_file_command)
14396 (expand_symtabs_matching, map_symbol_filenames): Use
14397 all_objfiles.
14398 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14399 all_objfiles.
14400 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14401 * objc-lang.c (find_methods): Use all_objfiles.
14402 * objfiles.c (have_partial_symbols, have_full_symbols)
14403 (have_minimal_symbols, qsort_cmp)
14404 (default_iterate_over_objfiles_in_search_order): Use
14405 all_objfiles.
14406 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14407 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14408 (maintenance_check_psymtabs): Use all_objfiles.
14409 (ALL_PSYMTABS): Remove.
14410 * compile/compile-object-run.c (do_module_cleanup): Use
14411 all_objfiles.
14412 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14413 * cp-support.c (add_symbol_overload_list_qualified): Use
14414 all_objfiles.
14415 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14416 Use all_objfiles.
14417 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14418 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14419 all_objfiles.
14420 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14421 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14422 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14423 Uses all_objfiles.
14424 * solib.c (solib_read_symbols): Use all_objfiles
14425
99d89cde
TT
144262019-01-09 Tom Tromey <tom@tromey.com>
14427
14428 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14429 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14430 all_objfiles.
14431 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14432 * symmisc.c (print_symbol_bcache_statistics)
14433 (print_objfile_statistics, maintenance_print_objfiles)
14434 (maintenance_info_symtabs, maintenance_check_symtabs)
14435 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14436 all_objfiles.
14437 * source.c (forget_cached_source_info): Use all_objfiles.
14438 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14439 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14440 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14441 * objfiles.c (update_section_map): Use all_objfiles.
14442 (shared_objfile_contains_address_p): Likewise.
14443 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14444 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14445
21708325
TT
144462019-01-09 Tom Tromey <tom@tromey.com>
14447
14448 * common/next-iterator.h: New file.
14449 * objfiles.h (class all_objfiles): New.
14450 (struct objfile_iterator): New.
14451
669e09f6
PW
144522019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14453
14454 * NEWS: Move the description of the changed "frame", "select-frame",
14455 and "info frame" commands to the Changed commands section.
14456
041be526
SM
144572019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14458
14459 * gdbtypes.c (check_stub_method_group): Remove handling of old
14460 mangling schemes.
14461 * linespec.c (find_methods): Likewise.
14462 * stabsread.c (read_member_functions): Likewise.
14463 * valops.c (search_struct_method): Likewise.
14464 (value_struct_elt_for_reference): Likewise.
14465 * NEWS: Mention this change.
14466
0e2a2133
AB
144672019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14468
14469 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14470 print_source_lines.
14471 * source.c (print_source_lines_base): Update line number check.
14472 (print_source_lines): New function.
14473 (source_lines_range::source_lines_range): New function.
14474 * source.h (class source_lines_range): New class.
14475 (print_source_lines): New declaration.
14476
1055a3b4
PW
144772019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14478
14479 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14480
cfeadda5
TT
144812019-01-08 Tom Tromey <tom@tromey.com>
14482 Simon Marchi <simon.marchi@ericsson.com>
14483
14484 PR gdb/24060
14485 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14486 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14487 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14488 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14489 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14490 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14491
583068ca
AB
144922019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14493
14494 * source.c (select_source_symtab): Move header comment to
14495 declaration in source.h.
14496 (forget_cached_source_info_for_objfile): Likewise.
14497 (forget_cached_source_info): Likewise.
14498 (identify_source_line): Likewise.
14499 * source.h (identify_source_line): Move declaration from symtab.h
14500 and add comment from source.c
14501 (print_source_lines): Likewise.
14502 (forget_cached_source_info_for_objfile): Likewise.
14503 (forget_cached_source_info): Likewise.
14504 (select_source_symtab): Likewise.
14505 (enum print_source_lines_flag): Move definition from symtab.h.
14506 * symtab.h (identify_source_line): Move declaration to source.h.
14507 (print_source_lines): Likewise.
14508 (forget_cached_source_info_for_objfile): Likewise.
14509 (forget_cached_source_info): Likewise.
14510 (select_source_symtab): Likewise.
14511 (enum print_source_lines_flag): Move definition to source.h.
14512 * tui/tui-hooks.c: Add 'source.h' include.
14513
ec98a4ad
AB
145142019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14515
14516 * source.c (print_source_lines_base): Handle requests to print
14517 reverse line number sequences, and guard against empty lines
14518 string.
14519
62ea19c1
AB
145202019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14521
14522 * source.c (print_source_lines_base): Fix skip of '\r' if next
14523 character is '\n'.
14524
9d30e1fd
TT
145252019-01-06 Tom Tromey <tom@tromey.com>
14526
14527 * c-exp.y (struct c_parse_state) <macro_original_text,
14528 expansion_obstack>: New member.
14529 (macro_original_text, expansion_obstack): Remove globals.
14530 (scan_macro_expansion, scanning_macro_expansion)
14531 (finished_macro_expansion): Update.
14532 (scan_macro_cleanup): Remove.
14533 (yylex, c_parse): Update.
14534
c65bac38
TT
145352019-01-06 Tom Tromey <tom@tromey.com>
14536
14537 * c-exp.y (struct c_parse_state) <strings>: New member.
14538 (operator_stoken): Update.
14539
02e12e38
TT
145402019-01-06 Tom Tromey <tom@tromey.com>
14541
14542 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14543 (union type_stack_elt) <typelist_val>: Now a pointer to
14544 std::vector.
14545 (type_stack_cleanup): Don't declare.
14546 (push_typelist): Update.
14547 * parse.c (pop_typelist): Return a std::vector.
14548 (push_typelist): Take a std::vector.
14549 (follow_types): Update. Do not free args.
14550 (type_stack_cleanup): Remove.
14551 * c-exp.y (struct c_parse_state): New.
14552 (cpstate): New global.
14553 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14554 (nonempty_typelist): Update.
14555 (func_mod): Create a new vector.
14556 (c_parse): Create a c_parse_state.
14557 (check_parameter_typelist): Do not delete params.
14558 (function_method): Update. Do not delete type_list.
14559
f097f5ad
TT
145602019-01-06 Tom Tromey <tom@tromey.com>
14561
14562 PR gdb/28155:
14563 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14564 check_typedef.
14565 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14566 (print_return_value): Likewise.
14567
d2adf9f1
TT
145682019-01-05 Tom Tromey <tom@tromey.com>
14569
14570 * contrib/cleanup_check.py: Remove.
14571 * contrib/gcc-with-excheck: Remove.
14572 * contrib/exsummary.py: Remove.
14573 * contrib/excheck.py: Remove.
14574
2eab46b1
JB
145752019-01-05 Joel Brobecker <brobecker@adacore.com>
14576
14577 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14578 NULL. Initialize tpprev to NULL instead of assigning it
14579 to NULL on the next statement.
14580 * windows-nat.c (windows_delete_thread): Remove check for
14581 main_thread_id before printing thread exit notifications.
14582 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14583 Remove thread ID check against main_thread_id.
14584 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14585 windows_delete_thread.
14586 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14587
48c5e7e2
TT
145882019-01-04 Tom Tromey <tom@tromey.com>
14589
14590 * compile/compile.c (_initialize_compile): Use upper case for
14591 metasyntactic variables.
14592 * symmisc.c (_initialize_symmisc): Use upper case for
14593 metasyntactic variables.
14594 * psymtab.c (_initialize_psymtab): Use upper case for
14595 metasyntactic variables.
14596 * demangle.c (demangle_command): Use upper case for metasyntactic
14597 variables.
14598 (_initialize_demangler): Likewise.
14599 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14600 variables.
14601
986041cd
TT
146022019-01-03 Tom Tromey <tom@tromey.com>
14603
14604 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14605
7c711119
TT
146062019-01-03 Tom Tromey <tom@tromey.com>
14607
14608 * python/py-symtab.c (salpy_str): Update.
14609 (struct salpy_sal_object) <symtab>: Now a PyObject.
14610 (salpy_dealloc): Update.
14611 (del_objfile_sal): Use gdbpy_ref.
14612
1b20edf0
TT
146132019-01-03 Tom Tromey <tom@tromey.com>
14614
14615 * python/py-type.c (convert_field): Use new_reference. Return
14616 gdbpy_ref.
14617 (make_fielditem): Return gdbpy_ref.
14618 (typy_fields): Update.
14619 (typy_getitem): Update.
14620 (field_name): Return gdbpy_ref. Use new_reference.
14621 (typy_iterator_iternext): Update.
14622
ea41325b
TT
146232019-01-03 Tom Tromey <tom@tromey.com>
14624
14625 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14626
2a3c71d6
TT
146272019-01-03 Tom Tromey <tom@tromey.com>
14628
14629 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14630 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14631 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14632 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14633 (pspy_set_type_printers): Likewise.
14634 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14635 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14636 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14637 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14638 (objfpy_set_type_printers): Likewise.
14639
5c329e6a
TT
146402019-01-03 Tom Tromey <tom@tromey.com>
14641
14642 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14643 (gdbpy_print_stack): Use gdbpy_err_fetch.
14644 * python/python-internal.h (class gdbpy_err_fetch): New class.
14645 (class gdbpy_enter) <m_error_type, m_error_value,
14646 m_error_traceback>: Remove.
14647 <m_error>: New member.
14648 (gdbpy_exception_to_string): Don't declare.
14649 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14650 * python/py-value.c (convert_value_from_python): Use
14651 gdbpy_err_fetch.
14652 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14653 gdbpy_exception_to_string.
14654 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14655 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14656 gdbpy_err_fetch.
14657
169bb27b
AB
146582019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14659
14660 * linux-nat.c (delete_lwp_cleanup): Delete.
14661 (struct lwp_deleter): New struct.
14662 (lwp_info_up): New typedef.
14663 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14664 lwp_info_up.
14665
a07c8880
AB
146662019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14667
14668 * linux-fork.c (class scoped_switch_fork_info): New class.
14669 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14670
26089c49
AB
146712019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14672
14673 * valops.c (find_overload_match): Remove use of null_cleanup, and
14674 calls to do_cleanups.
14675
06d3e5b0
AB
146762019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14677
14678 * compile/compile-cplus-types.c
14679 (compile_cplus_instance::decl_name): Handle changes to
14680 cp_func_name.
14681 * cp-support.c (cp_func_name): Update header comment, update
14682 return type.
14683 * cp-support.h (cp_func_name): Update return type in declaration.
14684 * valops.c (find_overload_match): Move temp_func local to top
14685 level of function and change its type. Use temp_func to hold and
14686 delete temporary string obtained from cp_func_name.
14687
66644cd3
AB
146882019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14689
14690 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14691 gdb::char_vector, remove cleanup, and update uses of `msg`.
14692
592d8c0a
JW
146932019-01-03 Jim Wilson <jimw@sifive.com>
14694
14695 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14696
c55d06ec
TT
146972019-01-02 Tom Tromey <tom@tromey.com>
14698
14699 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14700 (tdesc_parse_xml): Remove cleanups.
14701 * target-descriptions.h (make_cleanup_free_target_description):
14702 Don't declare.
14703 (target_desc_deleter): New struct.
14704 (target_desc_up): New typedef.
14705 * target-descriptions.c (target_desc_deleter::operator()): Rename
14706 from free_target_description.
14707 (make_cleanup_free_target_description): Remove.
14708
3a6ae42d
TT
147092019-01-02 Tom Tromey <tom@tromey.com>
14710
14711 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14712 constructor, destructor.
14713 (linespec_parser): Remove typedef.
14714 (~linespec_parser): Rename from linespec_parser_delete.
14715 (linespec_lex_to_end, linespec_complete_label)
14716 (linespec_complete): Update.
14717 (decode_line_full): Remove cleanups.
14718 (decode_line_1): Update.
14719
61fd3e73
TT
147202019-01-02 Tom Tromey <tom@tromey.com>
14721
14722 * python/python-internal.h (inferior_to_inferior_object): Change
14723 return type.
14724 * python/py-exitedevent.c (create_exited_event_object): Update.
14725 * python/py-inferior.c (inferior_to_inferior_object): Return
14726 gdbpy_ref.
14727 (python_new_inferior, python_inferior_deleted)
14728 (thread_to_thread_object, delete_thread_object)
14729 (build_inferior_list, gdbpy_selected_inferior): Update.
14730 * python/py-infthread.c (create_thread_object): Update. Also fail
14731 if inferior_to_inferior_object fails.
14732
d20172fc
SM
147332019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14734
14735 * inferior.h (class inferior) <displaced_step_state>: New field.
14736 * infrun.h (struct displaced_step_state): Move here from
14737 infrun.c. Initialize fields, add constructor.
14738 <inf>: Remove field.
14739 <reset>: New method.
14740 * infrun.c (struct displaced_step_inferior_state): Move to
14741 infrun.h.
14742 (displaced_step_inferior_states): Remove.
14743 (get_displaced_stepping_state): Adust.
14744 (displaced_step_in_progress_any_inferior): Adjust.
14745 (displaced_step_in_progress_thread): Adjust.
14746 (displaced_step_in_progress): Adjust.
14747 (add_displaced_stepping_state): Remove.
14748 (get_displaced_step_closure_by_addr): Adjust.
14749 (remove_displaced_stepping_state): Remove.
14750 (infrun_inferior_exit): Call displaced_step_state.reset.
14751 (use_displaced_stepping): Don't check for NULL.
14752 (displaced_step_prepare_throw): Call
14753 get_displaced_stepping_state.
14754 (displaced_step_fixup): Don't check for NULL.
14755 (prepare_for_detach): Don't check for NULL.
14756
e3319240
PW
147572019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14758
14759 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14760 in case of call that did not complete.
14761
5d36dfb9
AU
147622019-01-02 Andrey Utkin <autkin@undo.io>
14763
14764 * symfile.c (find_separate_debug_file): Fix search of debug files for
14765 remote debuggee.
14766
8833fbf0
TT
147672019-01-02 Tom Tromey <tom@tromey.com>
14768
14769 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14770 indentation.
14771 * python/py-frame.c (frapy_older): Remove cast.
14772 (frapy_newer): Likewise.
14773 * python/py-breakpoint.c (local_setattro): Remove cast.
14774 * python/py-arch.c (archpy_name): Remove local variable.
14775 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14776
4ada3dfd
JB
147772019-01-02 Joel Brobecker <brobecker@adacore.com>
14778
14779 * unittests/basic_string_view/element_access/char/empty.cc:
14780 Fix year range in copyright header.
14781
113b7b81
AB
147822019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14783
14784 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14785 Delete.
14786 <operator==>: Update with for removed field.
14787 <hash>: Likewise.
14788 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14789 <isa_features>: ...this.
14790 <abi_features>: New field.
14791 (riscv_isa_flen): Update comment.
14792 (riscv_abi_xlen): New declaration.
14793 (riscv_abi_flen): New declaration.
14794 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14795 isa_features.
14796 (riscv_abi_xlen): New function.
14797 (riscv_isa_flen): Update to get answer from isa_features.
14798 (riscv_abi_flen): New function.
14799 (riscv_has_fp_abi): Update to get answer from abi_features.
14800 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14801 xlen and flen.
14802 (riscv_call_info) <xlen, flen>: Update comment.
14803 (riscv_call_arg_struct): Remove invalid assertions
14804 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14805 is removed.
14806 (riscv_gdbarch_init): Gather isa features and abi features
14807 separately, ensure both match on the gdbarch when reusing an old
14808 gdbarch. Relax an error check to allow 32-bit abi float to run on
14809 a target with 64-bit float hardware.
14810
b18ca514
PW
148112019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14812
14813 * source.c (search_command_helper): Stop reverse search
14814 when line 1 has been searched.
14815
ec70d8db
PW
148162019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14817
14818 * record-full.c (record_full_base_target::close): Rewrite
14819 record_full_core_buf_list free logic.
14820
5b38f9c1
PW
148212019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14822
14823 * break-catch-syscall.c (print_one_catch_syscall): xfree
14824 the last text.
14825
66d91b39
JB
148262019-01-01 Joel Brobecker <brobecker@adacore.com>
14827
14828 * top.c (print_gdb_version): Update Copyright year in version
14829 message.
14830
42a4f53d
JB
148312019-01-01 Joel Brobecker <brobecker@adacore.com>
14832
14833 Update copyright year range in all GDB files.
14834
7e955d83 148352019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 14836
5bbd631d 14837 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 14838
5bbd631d 14839For older changes see ChangeLog-2018.
c906108c
SS
14840\f
14841Local Variables:
14842mode: change-log
14843left-margin: 8
14844fill-column: 74
14845version-control: never
57da7796 14846coding: utf-8
c906108c 14847End:
5bbd631d 14848
This page took 2.844814 seconds and 4 git commands to generate.