Fix up safe_strerror constification
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b7481649
TT
12019-11-01 Tom Tromey <tromey@adacore.com>
2
3 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
4
e48f6033
CB
52019-11-01 Christian Biesinger <cbiesinger@google.com>
6
7 * configure: Regenerate.
8 * configure.ac: Remove check for strerror_r.
9 * gdbsupport/common.m4: Check for strerror_r.
10
bd5766ec
LM
112019-11-01 Luis Machado <luis.machado@linaro.org>
12
13 PR gdb/25124
14
15 * arm-tdep.c (arm_per_objfile): Rename to ...
16 (arm_per_bfd): ... this.
17 (arm_objfile_data_key): Rename to ...
18 (arm_bfd_data_key): ... this.
19 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
20 data.
21 (arm_record_special_symbol): Likewise.
22
e1709896
AB
232019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
26 end.
27 * c-typeprint.c (c_print_typedef): Likewise.
28 * f-typeprint.c (f_print_typedef): Likewise.
29 * m2-typeprint.c (m2_print_typedef): Likewise.
30 * p-typeprint.c (pascal_print_typedef): Likewise.
31 * rust-lang.c (rust_print_typedef): Likewise.
32 * symtab.c (print_symbol_info): Print a newline after calling
33 typedef_print.
34
165f8965
AB
352019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * symtab.c (info_module_cmdlist): New variable.
38 (info_module_command): New function.
39 (search_module_symbols): New function.
40 (info_module_subcommand): New function.
41 (struct info_modules_var_func_options): New struct.
42 (info_modules_var_func_options_defs): New variable.
43 (make_info_modules_var_func_options_def_group): New function.
44 (info_module_functions_command): New function.
45 (info_module_variables_command): New function.
46 (info_module_var_func_command_completer): New function.
47 (_initialize_symtab): Register new 'info module functions' and
48 'info module variables' commands.
49 * symtab.h (typedef symbol_search_in_module): New typedef.
50 (search_module_symbols): Declare new function.
51 * NEWS: Mention new commands.
52
59c35742
AB
532019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
56 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
57 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
58 MODULES_DOMAIN.
59 (scan_partial_symbols): Only create partial module symbols for non
60 declarations.
61 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
62 and MODULES_DOMAIN.
63 * symtab.c (search_domain_name): Likewise.
64 (search_symbols): Likewise.
65 (print_symbol_info): Likewise.
66 (symtab_symbol_info): Likewise.
67 (info_modules_command): New function.
68 (_initialize_symtab): Register 'info modules' command.
69 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
70 * NEWS: Mention new 'info modules' command.
71
aed61d02
PW
722019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
73
74 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
75 and $_gdb_maint_setting_str.
76
9ad9b77d
PW
772019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
78
79 * cli/cli-cmds.c (setting_cmd, value_from_setting)
80 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
81 (str_value_from_setting, gdb_setting_str_internal_fn)
82 (gdb_maint_setting_str_internal_fn): New functions.
83 (_initialize_cli_cmds): Define the new convenience functions.
84 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
85 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
86
8d6efaa2
CB
872019-10-31 Christian Biesinger <cbiesinger@google.com>
88
89 * agent.c (set_can_use_agent): When the setting is turned on,
90 look up agent symbols if we don't have them yet.
91 (agent_new_objfile): Don't look up agent symbols when the agent
92 setting is off.
93
33cb1647
CB
942019-10-31 Christian Biesinger <cbiesinger@google.com>
95
96 * config.in: Regenerate.
97
b231e86a
CB
982019-10-31 Christian Biesinger <cbiesinger@google.com>
99
100 * configure: Regenerate.
101 * configure.ac: Check for strerror_r.
102 * gdbsupport/common-utils.h (safe_strerror): Change return value
103 to const char * and document that this function is now threadsafe.
104 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
105 thread_local and call strerror_r, if available.
106 * utils.c (perror_string): Update.
107 (print_sys_errmsg): Update.
108
a2726d4f
LM
1092019-10-31 Luis Machado <luis.machado@linaro.org>
110
111 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
112 objfile_key.
113 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
114 objfile to fetch per-bfd data.
115 (arm_find_exidx_entry): Likewise.
116
75cafaa6
CB
1172019-10-31 Christian Biesinger <cbiesinger@google.com>
118
119 * gdbsupport/agent.c (debug_agent): Change type to bool.
120 (use_agent): Likewise.
121 (all_agent_symbols_look_up): Likewise.
122 (agent_loaded_p): Change return value to bool.
123 (agent_look_up_symbols): Update.
124 (agent_capability_check): Change return value to bool.
125 * gdbsupport/agent.h (agent_loaded_p): Likewise.
126 (debug_agent): Change type to bool.
127 (use_agent): Likewise.
128 (agent_capability_check): Change return value to bool.
129
808590ec
CB
1302019-10-30 Christian Biesinger <cbiesinger@google.com>
131
132 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
133 (build_minimal_symbol_hash_tables): Code to clear the table moved
134 to clear_minimal_symbol_hash_tables.
135 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
136 when needed.
137
f18ad8a1
SM
1382019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
139
140 * infcmd.c: Remove includes.
141 * infrun.c: Remove includes.
142
de93309a
SM
1432019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
144
145 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
146 (grow_vect): Remove declaration.
147 (ada_type_of_array): Remove declaration.
148 (ada_update_initial_language): Remove declaration.
149 (ada_fold_name): Remove declaration.
150 (ada_fill_in_ada_prototype): Remove declaration.
151 (user_select_syms): Remove declaration.
152 (get_selections): Remove declaration.
153 (ada_tag_type): Remove declaration.
154 (ada_value_tag): Remove declaration.
155 (ada_is_others_clause): Remove declaration.
156 (ada_in_variant): Remove declaration.
157 (ada_value_struct_elt): Remove declaration.
158 (ada_attribute_name): Remove declaration.
159 (ada_system_address_type): Remove declaration.
160 * ada-lang.c (ada_watch_location_expression): Make static.
161 (GROW_VECT): Move here from ada-lang.h.
162 (grow_vect): Make static.
163 (ada_update_initial_language): Make static.
164 (ada_fold_name): Make static.
165 (ada_type_of_array): Make static.
166 (encoded_ordered_before): Move up.
167 (sort_choices): Move up.
168 (print_signatures): Move up.
169 (ada_print_symbol_signature): Move up.
170 (get_selections): Move up and make static.
171 (user_select_syms): Move up and make static.
172 (ada_value_struct_elt): Move up and make static.
173 (ada_tag_type): Make static.
174 (ada_value_tag): Make static.
175 (ada_is_others_clause): Make static.
176 (ada_in_variant): Make static.
177 (ada_attribute_name): Make static.
178
cdc46a9f
SM
1792019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
180
181 * ada-lang.c: Remove includes.
182 * ada-typeprint.c: Remove includes.
183 * ada-valprint.c: Remove includes.
184
90421c56
SM
1852019-10-29 Simon Marchi <simon.marchi@efficios.com>
186
187 * addrmap.c: Add static assertions of type size, moved from
188 _initialize_addrmap.
189 (_initialize_addrmap): Remove.
190
31edb802
CB
1912019-10-29 Christian Biesinger <cbiesinger@google.com>
192
193 * coffread.c (record_minimal_symbol): Update.
194 (process_coff_symbol): Update.
195 * dbxread.c (read_dbx_symtab): Update.
196 * dwarf2read.c (add_partial_symbol): Update.
197 (fixup_go_packaging): Update.
198 (load_partial_dies): Update.
199 (new_symbol): Update.
200 * elfread.c (record_minimal_symbol): Change signature to use
201 gdb::string_view instead of name+len.
202 (elf_symtab_read): Update.
203 (elf_rel_plt_read): Update.
204 * mdebugread.c (parse_partial_symbols): Update.
205 (handle_psymbol_enumerators): Update.
206 (new_symbol): Update.
207 * minsyms.c (minimal_symbol_reader::record_full): Change signature
208 to use gdb::string_view instead of name+len.
209 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
210 * psympriv.h (add_psymbol_to_list): Likewise.
211 * psymtab.c (add_psymbol_to_bcache): Likewise.
212 (add_psymbol_to_list): Likewise.
213 * stabsread.c (define_symbol): Update.
214 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
215 * symtab.h (SYMBOL_SET_NAMES): Likewise.
216 (symbol_set_names): Likewise.
217 * xcoffread.c (scan_xcoff_symtab): Update.
218
0c921b21
CB
2192019-10-29 Christian Biesinger <cbiesinger@google.com>
220
221 * symtab.h (symbol_set_names): Document that copy_name must be
222 set to true for non-nullterminated strings.
223 * symtab.c (symbol_set_names): Only make a nullterminated copy of
224 linkage_name if the entry was not found and we need to demangle.
225
35e65c49
CB
2262019-10-29 Christian Biesinger <cbiesinger@google.com>
227
228 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
229 * dwarf2-frame.c (bsearch_fde_cmp): Update.
230 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
231 * gdbsupport/gdb_binary_search.h: New file.
232
ed2a2229
CB
2332019-10-29 Christian Biesinger <cbiesinger@google.com>
234
235 * NEWS: Mention new --with-system-gdbinit-dir option.
236 * config.in: Regenerate.
237 * configure: Regenerate.
238 * configure.ac: Add new option --with-system-gdbinit-dir.
239 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
240 for a ".gdb" suffix.
241 * main.c (get_init_files): Change system_gdbinit argument to
242 a vector and return the files in SYSTEM_GDBINIT_DIR in
243 addition to SYSTEM_GDBINIT.
244 (captured_main_1): Update.
245 (print_gdb_help): Update.
246 * top.c (print_gdb_configuration): Also print the value of
247 SYSTEM_GDBINIT_DIR.
248
87f34879
CB
2492019-10-28 Christian Biesinger <cbiesinger@google.com>
250
251 * gdbsupport/common-utils.h (startswith): Add an overloaded version
252 that takes gdb::string_view arguments.
253
30baf67b
TV
2542019-10-26 Tom de Vries <tdevries@suse.de>
255
256 * aarch64-linux-tdep.c: Fix typos in comments.
257 * aarch64-tdep.c: Same.
258 * ada-lang.c: Same.
259 * amd64-nat.c: Same.
260 * arc-tdep.c: Same.
261 * arch/aarch64-insn.c: Same.
262 * block.c: Same.
263 * breakpoint.h: Same.
264 * btrace.h: Same.
265 * c-varobj.c: Same.
266 * cli/cli-decode.c: Same.
267 * cli/cli-script.c: Same.
268 * cli/cli-utils.h: Same.
269 * coff-pe-read.c: Same.
270 * coffread.c: Same.
271 * compile/compile-cplus-symbols.c: Same.
272 * compile/compile-object-run.c: Same.
273 * completer.c: Same.
274 * corelow.c: Same.
275 * cp-support.c: Same.
276 * demangle.c: Same.
277 * dwarf-index-write.c: Same.
278 * dwarf2-frame.c: Same.
279 * dwarf2-frame.h: Same.
280 * eval.c: Same.
281 * frame-base.h: Same.
282 * frame.h: Same.
283 * gdbcmd.h: Same.
284 * gdbtypes.h: Same.
285 * gnu-nat.c: Same.
286 * guile/scm-objfile.c: Same.
287 * i386-tdep.c: Same.
288 * i386-tdep.h: Same.
289 * infcall.c: Same.
290 * infcall.h: Same.
291 * linux-nat.c: Same.
292 * m68k-tdep.c: Same.
293 * macroexp.c: Same.
294 * memattr.c: Same.
295 * mi/mi-cmd-disas.c: Same.
296 * mi/mi-getopt.h: Same.
297 * mi/mi-main.c: Same.
298 * minsyms.c: Same.
299 * nat/aarch64-sve-linux-sigcontext.h: Same.
300 * objfiles.h: Same.
301 * ppc-linux-nat.c: Same.
302 * ppc-linux-tdep.c: Same.
303 * ppc-tdep.h: Same.
304 * progspace.h: Same.
305 * prologue-value.h: Same.
306 * python/py-evtregistry.c: Same.
307 * python/py-instruction.h: Same.
308 * record-btrace.c: Same.
309 * record-full.c: Same.
310 * remote.c: Same.
311 * rs6000-tdep.c: Same.
312 * ser-tcp.c: Same.
313 * sol-thread.c: Same.
314 * sparc-sol2-tdep.c: Same.
315 * sparc64-tdep.c: Same.
316 * stabsread.c: Same.
317 * symfile.c: Same.
318 * symtab.h: Same.
319 * target.c: Same.
320 * tracepoint.c: Same.
321 * tui/tui-data.h: Same.
322 * tui/tui-io.c: Same.
323 * tui/tui-win.c: Same.
324 * tui/tui.c: Same.
325 * unittests/rsp-low-selftests.c: Same.
326 * user-regs.h: Same.
327 * utils.c: Same.
328 * utils.h: Same.
329 * valarith.c: Same.
330 * valops.c: Same.
331 * valprint.c: Same.
332 * valprint.h: Same.
333 * value.c: Same.
334 * value.h: Same.
335 * varobj.c: Same.
336 * x86-nat.h: Same.
337 * xtensa-tdep.c: Same.
338
1834d45f
AT
3392019-10-25 Ali Tamur <tamur@google.com>
340
341 * charset.c (find_charset_names): Reflect API change.
342
5396ae17
CB
3432019-10-25 Christian Biesinger <cbiesinger@google.com>
344
345 * symtab.c (struct demangled_name_entry): Change demangled name
346 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
347 part of the struct anymore.
348 (symbol_set_names): No longer obstack allocate + copy the demangled
349 name, just store the allocated name from bfd.
350
93878f47
TT
3512019-10-25 Tom Tromey <tromey@adacore.com>
352
353 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
354 (bsearch_cie_cmp, add_cie): Remove.
355 (find_cie): Reimplement.
356 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
357 (dwarf2_build_frame_info): Update.
358
7b71fc97
L
3592019-10-24 H.J. Lu <hongjiu.lu@intel.com>
360
361 PR gdb/25126
362 * symfile.c (reread_symbols): Call forget_cached_source_info to
363 clear the stale source cache.
364
cbb5a2ea
CB
3652019-10-24 Christian Biesinger <cbiesinger@google.com>
366
367 * configure: Regenerate.
368 * configure.ac: Remove code that sets python_has_threads.
369
71737c43
CB
3702019-10-24 Christian Biesinger <cbiesinger@google.com>
371
372 * config.in: Regenerate.
373 * configure: Regenerate.
374 * configure.ac: Remove the code that uses sed to get the python
375 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
376
33d569b7
AB
3772019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * python/py-progspace.c (pspy_block_for_pc): Return None for all
380 error paths.
381
f16f7b7c
TT
3822019-10-23 Tom Tromey <tom@tromey.com>
383
384 * arc-tdep.c: Remove ".." from include.
385 * frv-tdep.c: Remove ".." from include.
386 * lm32-tdep.c: Remove ".." from include.
387 * microblaze-tdep.c: Remove ".." from include.
388 * or1k-tdep.h: Remove ".." from include.
389 * s12z-tdep.c: Remove ".." from include.
390 * Makefile.in (OPCODES_CFLAGS): Add comment.
391 (TOP_CFLAGS): New variable.
392 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
393
6999161a
TT
3942019-10-23 Tom Tromey <tom@tromey.com>
395
396 * Makefile.in (READLINE_DIR): Update.
397
12e7c35e
TBA
3982019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
399
400 * infcall.c (call_function_by_hand_dummy): Fix the function
401 comment. And extract out a code section into...
402 (reserve_stack_space): ...this new function.
403
37055cad
TBA
4042019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
405
406 * infcall.c (value_arg_coerce): Remove an unused parameter.
407 (call_function_by_hand_dummy): Update the call to
408 'value_arg_coerce'.
409
39bcc47c
TBA
4102019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
411
412 * infcall.c (call_function_by_hand_dummy): Refactor.
413
bd888c0f
TBA
4142019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
415
416 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
417
c12d372d
TT
4182019-10-23 Tom Tromey <tom@tromey.com>
419
420 * configure: Rebuild.
421 * configure.ac: Don't check for sigprocmask.
422 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
423
4d0b984b
TT
4242019-10-23 Tom Tromey <tom@tromey.com>
425
426 * configure: Rebuild.
427 * acinclude.m4: Use m4_include, not sinclude.
428
7e785608
TV
4292019-10-23 Tom de Vries <tdevries@suse.de>
430
431 PR breakpoints/24687
432 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
433
403772ef
CB
4342019-10-22 Christian Biesinger <cbiesinger@google.com>
435
436 * symtab.c (struct demangled_name_entry) <language>: Change from
437 bitfield to regular variable.
438
3a494279
CB
4392019-10-22 Christian Biesinger <cbiesinger@google.com>
440
441 * symtab.c (struct demangled_name_entry): Add a constructor.
442 (free_demangled_name_entry): New function to call the destructor
443 for demangled_name_entry.
444 (create_demangled_names_hash): Pass free_demangled_name_entry to
445 htab_create_alloc.
446 (symbol_set_names): Call placement new for demangled_name_entry.
447 * utils.c: No longer include xxhash.h here, now that fast_hash
448 is inlined in the header.
449 * utils.h: Instead, include it here.
450
ccb1ba62
CB
4512019-10-22 Christian Biesinger <cbiesinger@google.com>
452
453 * Makefile.in: Link with libxxhash.
454 * config.in: Regenerate.
455 * configure: Regenerate.
456 * configure.ac: Search for libxxhash.
457 * utils.c (fast_hash): Use xxhash if present.
458
1a6ff1a9
CB
4592019-10-22 Christian Biesinger <cbiesinger@google.com>
460
461 * utils.h (fast_hash): New function.
462 * symtab.c (hash_demangled_name_entry): Call new function
463 fast_hash.
464
7bb43059
CB
4652019-10-22 Christian Biesinger <cbiesinger@google.com>
466
467 * symtab.c (struct demangled_name_entry): Change type of mangled
468 to gdb::string_view. Also adds a constructor that takes the
469 mangled name.
470 (hash_demangled_name_entry): Update.
471 (eq_demangled_name_entry): Update.
472 (free_demangled_name_entry): New function to call the destructor
473 now that this is not a POD anymore.
474 (create_demangled_names_hash): Pass free_demangled_name_entry to
475 htab_create_alloc.
476 (symbol_set_names): Update.
477
7ba99d21
AT
4782019-10-21 Ali Tamur <tamu@google.com>
479
480 * dwarf2read.c (dir_index): Change type.
481 (file_name_index): Likewise.
482 (line_header::include_dir_at): Change comment and implementation on
483 whether it is DWARF 5.
484 (line_header::is_valid_file_index): New function.
485 (line_header::file_name_at): Change comment and implementation on
486 whether it is DWARF 5.
487 (line_header::file_names): Change to private field renamed as
488 m_file_names and introduce a new accessor method.
489 (line_header::file_names_size): New method.
490 (line_header::include_dirs): Change to private field and rename as
491 m_include_dirs.
492 (dw2_get_file_names_reader): Define local var at a smaller scope and
493 reflect API change.
494 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
495 (process_structure_scope): Likewise.
496 (line_header::add_include_dir): Change message and reflect renaming.
497 (line_header::add_file_name): Likewise.
498 (read_formatted_entries): Handle DW_FORM_data16.
499 (dwarf_decode_line_header): Fix line header length calculation.
500 (psymtab_include_file_name): Change comment and API.
501 (lnp_state_machine::m_file): Update comment and reflect type change.
502 (lnp_state_machine::record_line): Reflect type change.
503 (dwarf_decode_lines): Reflect API change.
504 (file_file_name): Likewise.
505 (file_full_name): Likewise.
506
45f47c3a
AB
5072019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
510
e5f3c0e3
TT
5112019-10-21 Tom Tromey <tom@tromey.com>
512
513 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
514
a0a461e5
TT
5152019-10-21 Tom Tromey <tom@tromey.com>
516
517 * configure.ac (nm.h): Conditionally create nm.h link. Subst
518 NM_H. Use AC_CONFIG_LINKS.
519 * configure: Rebuild.
520 * Makefile.in (NM_H): New variable.
521 (generated_files): Add NM_H. Remove gcore.
522 (nm.h, stamp-nmh): New targets.
523
54d83b8d
TT
5242019-10-20 Tom Tromey <tom@tromey.com>
525
526 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
527 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
528 obsolete comment.
529 (put_objfile_before): Now static.
530
23771117
SM
5312019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
532
533 * gdbsupport/common-utils.h (startswith): Change return type to
534 bool.
535
39ef2f62
CB
5362019-10-19 Christian Biesinger <cbiesinger@google.com>
537
538 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
539 * breakpoint.c (bp_locations_compare): Rename to...
540 (bp_location_is_less_than): ...this, and change to std::sort semantics.
541 (update_global_location_list): Use std::sort instead of qsort.
542 * buildsym.c (compare_line_numbers): Rename to...
543 (lte_is_less_than): ...this, and change to std::sort semantics.
544 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
545 instead of qsort.
546 * disasm.c (compare_lines): Rename to...
547 (line_is_less_than): ...this, and change to std::sort semantics.
548 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
549 of qsort.
550 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
551 (fde_is_less_than): ...this, and change to std::sort semantics.
552 (dwarf2_build_frame_info): Call std::sort instead of qsort.
553 * mdebugread.c (compare_blocks):
554 (block_is_less_than): ...this, and change to std::sort semantics.
555 (sort_blocks): Call std::sort instead of qsort.
556 * objfiles.c (qsort_cmp): Rename to...
557 (sort_cmp): ...this, and change to std::sort semantics.
558 (update_section_map): Call std::sort instead of qsort.
559 * remote.c (compare_pnums): Remove.
560 (map_regcache_remote_table): Call std::sort instead of qsort.
561 * utils.c (compare_positive_ints): Remove.
562 * utils.h (compare_positive_ints): Remove.
563 * xcoffread.c (compare_lte): Remove.
564 (arrange_linetable): Call std::sort instead of qsort.
565
f71433ee
SDJ
5662019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
567
568 * symfile.c (init_entry_point_info): Fix typo.
569 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
570
85102364
TV
5712019-10-18 Tom de Vries <tdevries@suse.de>
572
573 * aarch64-tdep.c: Fix typos in comments.
574 * ada-lang.c: Same.
575 * ada-tasks.c: Same.
576 * alpha-tdep.c: Same.
577 * alpha-tdep.h: Same.
578 * amd64-nat.c: Same.
579 * amd64-windows-tdep.c: Same.
580 * arc-tdep.c: Same.
581 * arc-tdep.h: Same.
582 * arch-utils.c: Same.
583 * arm-nbsd-tdep.c: Same.
584 * arm-tdep.c: Same.
585 * ax-gdb.c: Same.
586 * blockframe.c: Same.
587 * btrace.c: Same.
588 * c-varobj.c: Same.
589 * coff-pe-read.c: Same.
590 * coffread.c: Same.
591 * cris-tdep.c: Same.
592 * darwin-nat.c: Same.
593 * dbxread.c: Same.
594 * dcache.c: Same.
595 * disasm.c: Same.
596 * dtrace-probe.c: Same.
597 * dwarf-index-write.c: Same.
598 * dwarf2-frame-tailcall.c: Same.
599 * dwarf2-frame.c: Same.
600 * dwarf2read.c: Same.
601 * eval.c: Same.
602 * exceptions.c: Same.
603 * fbsd-tdep.c: Same.
604 * findvar.c: Same.
605 * frame.c: Same.
606 * frv-tdep.c: Same.
607 * gnu-v3-abi.c: Same.
608 * go32-nat.c: Same.
609 * h8300-tdep.c: Same.
610 * hppa-tdep.c: Same.
611 * i386-linux-tdep.c: Same.
612 * i386-tdep.c: Same.
613 * ia64-libunwind-tdep.c: Same.
614 * ia64-tdep.c: Same.
615 * infcmd.c: Same.
616 * infrun.c: Same.
617 * linespec.c: Same.
618 * linux-nat.c: Same.
619 * linux-thread-db.c: Same.
620 * machoread.c: Same.
621 * mdebugread.c: Same.
622 * mep-tdep.c: Same.
623 * mn10300-tdep.c: Same.
624 * namespace.c: Same.
625 * objfiles.c: Same.
626 * opencl-lang.c: Same.
627 * or1k-tdep.c: Same.
628 * osabi.c: Same.
629 * ppc-linux-nat.c: Same.
630 * ppc-linux-tdep.c: Same.
631 * ppc-sysv-tdep.c: Same.
632 * printcmd.c: Same.
633 * procfs.c: Same.
634 * record-btrace.c: Same.
635 * record-full.c: Same.
636 * remote-fileio.c: Same.
637 * remote.c: Same.
638 * rs6000-tdep.c: Same.
639 * s12z-tdep.c: Same.
640 * score-tdep.c: Same.
641 * ser-base.c: Same.
642 * ser-go32.c: Same.
643 * skip.c: Same.
644 * sol-thread.c: Same.
645 * solib-svr4.c: Same.
646 * solib.c: Same.
647 * source.c: Same.
648 * sparc-nat.c: Same.
649 * sparc-sol2-tdep.c: Same.
650 * sparc-tdep.c: Same.
651 * sparc64-tdep.c: Same.
652 * stabsread.c: Same.
653 * stack.c: Same.
654 * symfile.c: Same.
655 * symtab.c: Same.
656 * target-descriptions.c: Same.
657 * target-float.c: Same.
658 * thread.c: Same.
659 * utils.c: Same.
660 * valops.c: Same.
661 * valprint.c: Same.
662 * value.c: Same.
663 * varobj.c: Same.
664 * windows-nat.c: Same.
665 * xcoffread.c: Same.
666 * xstormy16-tdep.c: Same.
667 * xtensa-tdep.c: Same.
668
c5adaa19
TT
6692019-10-17 Tom Tromey <tromey@adacore.com>
670
671 * configure: Rebuild.
672 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
673 in AC_CONFIG_FILES invocation.
674 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
675 new-style config.status invocation.
676
405feb71
TV
6772019-10-17 Tom de Vries <tdevries@suse.de>
678
679 * arm-nbsd-nat.c: Fix typos in comments.
680 * arm-tdep.c: Same.
681 * darwin-nat-info.c: Same.
682 * dwarf2read.c: Same.
683 * elfread.c: Same.
684 * event-top.c: Same.
685 * findvar.c: Same.
686 * gdbtypes.c: Same.
687 * hppa-tdep.c: Same.
688 * i386-tdep.c: Same.
689 * jit.c: Same.
690 * main.c: Same.
691 * mdebugread.c: Same.
692 * moxie-tdep.c: Same.
693 * nto-procfs.c: Same.
694 * osabi.c: Same.
695 * ppc-linux-tdep.c: Same.
696 * remote.c: Same.
697 * riscv-tdep.c: Same.
698 * s390-tdep.c: Same.
699 * sh-tdep.c: Same.
700 * sparc-linux-tdep.c: Same.
701 * sparc-nat.c: Same.
702 * stack.c: Same.
703 * target-descriptions.c: Same.
704 * top.c: Same.
705 * varobj.c: Same.
706
befcd486
TT
7072019-10-16 Tom Tromey <tom@tromey.com>
708
709 * objfiles.h (struct objfile) <original_name>: Now const.
710
17bfe554
CB
7112019-10-16 Christian Biesinger <cbiesinger@google.com>
712
713 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
714 pass on to sigsetjmp's second argument.
715 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
716
950b7495
KS
7172019-10-16 Keith Seitz <keiths@redhat.com>
718
719 PR gdb/23567
720 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
721 sections whose size is greater than the file size.
722
ff371ec9
JW
7232019-10-16 Jim Wilson <jimw@sifive.com>
724
725 * riscv-tdep.c (riscv_gcc_target_options): New.
726 (riscv_gnu_triplet_regexp): New.
727 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
728 set_gdbarch_gnu_triplet_regexp.
729
fec4e896
CB
7302019-10-16 Christian Biesinger <cbiesinger@google.com>
731
732 * Makefile.in: Add xml-builtin.h.
733 * features/feature_to_c.sh: Add an include for xml-builtin.h
734 to ensure that the compiler checks that the types match.
735 * xml-builtin.h: New file.
736 * xml-support.c (fetch_xml_builtin): Add missing const.
737 * xml-support.h: Remove declaration of xml_builtins.
738
d10eccaa
TV
7392019-10-16 Tom de Vries <tdevries@suse.de>
740
741 PR tdep/25096
742 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
743 (amd64_classify_aggregate): ... here.
744 (amd64_classify_aggregate_field): Handled fiels of nested structs
745 recursively.
746
745ff14e
TV
7472019-10-16 Tom de Vries <tdevries@suse.de>
748
749 PR tdep/24104
750 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
751 that handles 'theclass'.
752
791b7405
AB
7532019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * linespec.c (decode_digits_ordinary): Update comment.
756 * make-target-delegates: No longer need to handle VEC case.
757 * memrange.c (normalize_mem_ranges): Update comment.
758 * namespace.c (add_using_directive): Update comment.
759 * objc-lang.c (uniquify_strings): Update comment.
760 * ppc-linux-nat.c (struct thread_points): Update comment.
761 * probe.h (find_probes_in_objfile): Update comment.
762 * target.h (enum flash_preserve_mode): Update comment.
763 * varobj.c (varobj_restrict_range): Update comment.
764 * varobj.h (varobj_list_children): Update comment.
765
0dc32745
AB
7662019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * Makefile.in: Remove references to vec.h and vec.c.
769 * aarch64-tdep.c: No longer include vec.h.
770 * ada-lang.c: Likewise.
771 * ada-lang.h: Likewise.
772 * arm-tdep.c: Likewise.
773 * ax.h: Likewise.
774 * breakpoint.h: Likewise.
775 * charset.c: Likewise.
776 * cp-support.h: Likewise.
777 * dtrace-probe.c: Likewise.
778 * dwarf2read.c: Likewise.
779 * extension.h: Likewise.
780 * gdb_bfd.c: Likewise.
781 * gdbsupport/gdb_vecs.h: Likewise.
782 * gdbsupport/vec.c: Remove.
783 * gdbsupport/vec.h: Remove.
784 * gdbthread.h: Likewise.
785 * guile/scm-type.c: Likewise.
786 * inline-frame.c: Likewise.
787 * machoread.c: Likewise.
788 * memattr.c: Likewise.
789 * memrange.h: Likewise.
790 * namespace.h: Likewise.
791 * nat/linux-btrace.h: Likewise.
792 * osdata.c: Likewise.
793 * parser-defs.h: Likewise.
794 * progspace.h: Likewise.
795 * python/py-type.c: Likewise.
796 * record-btrace.c: Likewise.
797 * rust-exp.y: Likewise.
798 * solib-target.c: Likewise.
799 * stap-probe.c: Likewise.
800 * target-descriptions.c: Likewise.
801 * target-memory.c: Likewise.
802 * target.h: Likewise.
803 * varobj.c: Likewise.
804 * varobj.h: Likewise.
805 * xml-support.h: Likewise.
806
ae640021
AB
8072019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
810 Update for new std::vector based implementation.
811 (process_psymtab_comp_unit_reader): Likewise.
812 (scan_partial_symbols): Likewise.
813 (recursively_compute_inclusions): Likewise.
814 (compute_compunit_symtab_includes): Likewise.
815 (process_imported_unit_die): Likewise.
816 (queue_and_load_dwo_tu): Likewise.
817 (follow_die_sig_1): Likewise.
818 * gdb/dwarf2read.h: Remove DEF_VEC_P.
819 (typedef dwarf2_per_cu_ptr): Remove.
820 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
821 function.
822 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
823 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
824 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
825 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
826 std::vector.
827
55dfc88f
TT
8282019-10-15 Tom Tromey <tromey@adacore.com>
829
830 * windows-nat.c (windows_nat_target::resume): Use %x when logging
831 TID.
832
96b49c5e
TT
8332019-10-15 Tom Tromey <tromey@adacore.com>
834
835 * windows-nat.c (windows_nat_target::fetch_registers)
836 (windows_nat_target::store_registers): Rename "pid" to "tid".
837
953cff56
TT
8382019-10-15 Tom Tromey <tromey@adacore.com>
839
840 * gdbarch.h, gdbarch.c: Rebuild.
841 * gdbarch.sh (gcc_target_options): Change return type to
842 std::string.
843 * compile/compile.c (get_args): Update.
844 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
845 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
846 std::string.
847 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
848 std::string.
849 * arch-utils.c (default_gcc_target_options): Return std::string.
850 * arch-utils.h (default_gcc_target_options): Return std::string.
851 * s390-tdep.c (s390_gcc_target_options): Return std::string.
852
81e6b8eb
CB
8532019-10-15 Christian Biesinger <cbiesinger@google.com>
854
855 * breakpoint.c (breakpoint_chain): Make static.
856 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
857 of accessing breakpoint_chain.
858
95da600f
CB
8592019-10-15 Christian Biesinger <cbiesinger@google.com>
860
861 * breakpoint.c (iterate_over_breakpoints): Change function pointer
862 to a gdb::function_view and return value to bool.
863 * breakpoint.h (iterate_over_breakpoints): Likewise.
864 * dummy-frame.c (pop_dummy_frame_bpt): Update.
865 (pop_dummy_frame): Update.
866 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
867 (gdbscm_breakpoints): Update.
868 * python/py-breakpoint.c (build_bp_list): Update.
869 (gdbpy_breakpoints): Update.
870 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
871 Update.
872 (bpfinishpy_handle_stop): Update.
873 (bpfinishpy_handle_exit): Update.
874 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
875 (svr4_update_solib_event_breakpoints): Update.
876
ba18312d
AA
8772019-10-15 Andreas Arnez <arnez@linux.ibm.com>
878
879 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
880 when unwrapping single-field structs.
881
6acc1a0b
SM
8822019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
883
884 * dwarf2read.c: Remove includes.
885
284782de
SM
8862019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
887
888 * ui-out.c (ui_out::call_do_message): Silence
889 -Wformat-nonliteral warning.
890
073bbbb0
SM
8912019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
892
893 * breakpoint.c: Remove some includes: continuations.h, skip.h,
894 mi/mi-main.h, readline/readline.h, readline/history.h. Add
895 include: readline/tilde.h.
896
7b9a15e1
CB
8972019-10-12 Christian Biesinger <cbiesinger@google.com>
898
899 * remote.c (remote_target::get_trace_status): Remove declaration of
900 trace_regblock_size.
901
cc8dee1f
CB
9022019-10-12 Christian Biesinger <cbiesinger@google.com>
903
904 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
905 (show_user): Remove declaration of cmdlist.
906 * cli/cli-cmds.h (max_user_call_depth): Declare.
907 * cli/cli-script.c (execute_user_command): Remove declaration
908 of max_user_call_depth.
909
a83d4ef6
JW
9102019-10-11 Jim Wilson <jimw@sifive.com>
911
5f93c5a6
JW
912 * gdbsupport/print-utils.h (pulongest): Fix comment.
913 (plongest): Likewise.
914 (phex): Add missing comment, mention leading zeros.
915 (phex_nz): Add mention of no leading zeros to comment.
916
a83d4ef6
JW
917 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
918 plongest instead of unsigned long long cast.
919
26344e0c
CB
9202019-10-10 Christian Biesinger <cbiesinger@google.com>
921
922 * main.c (captured_main_1): Include gdbtk.h and remove declarations
923 for external_editor_command and gdbtk_test.
924
c2c440a9
CB
9252019-10-10 Christian Biesinger <cbiesinger@google.com>
926
927 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
928 * varobj.c (varobjdebug): Move comment to...
929 * varobj.h (varobjdebug): ...here, and declare.
930
a31bff9d
TT
9312019-10-09 Tom Tromey <tom@tromey.com>
932
933 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
934 erase_data_content.
935
7523da63
TT
9362019-10-09 Tom Tromey <tom@tromey.com>
937
938 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
939 * tui/tui-stack.c (tui_locator_window::rerender): Update.
940 * tui/tui-command.c (tui_cmd_window::resize)
941 (tui_refresh_cmd_win): Update.
942 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
943 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
944 * tui/tui-data.c (~tui_gen_win_info): Remove.
945 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
946 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
947 (tui_redisplay_readline, tui_mld_flush)
948 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
949 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
950 (tui_data_window::erase_data_content)
951 (tui_data_item_window::rerender)
952 (tui_data_item_window::refresh_window): Update.
953 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
954 (box_win, tui_gen_win_info::make_window)
955 (tui_gen_win_info::make_visible): Update.
956 (tui_delete_win): Remove.
957 * tui/tui-winsource.c
958 (tui_source_window_base::do_erase_source_content): Update.
959 (tui_show_source_line, tui_source_window_base::update_tab_width)
960 (tui_source_window_base::update_exec_info): Update.
961 * tui/tui-data.h (struct curses_deleter): New.
962 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
963 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
964
a7798e7f
TT
9652019-10-09 Tom Tromey <tom@tromey.com>
966
967 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
968
5c45899e
TT
9692019-10-09 Tom Tromey <tom@tromey.com>
970
971 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
972 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
973
6d7fd9aa
TT
9742019-10-09 Tom Tromey <tom@tromey.com>
975
976 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
977 window height directly.
978 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
979 declare.
980 * tui/tui-layout.c (tui_default_win_height): Remove.
981 (tui_default_win_viewport_height): Remove.
982
d2dd1084
TT
9832019-10-09 Tom Tromey <tom@tromey.com>
984
985 * tui/tui.h: Remove comments.
986
cff32449
TV
9872019-10-09 Tom de Vries <tdevries@suse.de>
988
989 * python/lib/gdb/printer/bound_registers.py: Use
990 '^builtin_type_bound128' as regexp argument for
991 add_builtin_pretty_printer.
992
6a25e8a2
CB
9932019-10-09 Christian Biesinger <cbiesinger@google.com>
994
995 * guile/guile.c (guile_extension_script_ops): Remove forward
996 declaration and mark as static.
997 (guile_script_ops): Likewise.
998 (extension_language_guile): Move further down in the file so
999 it can reference the definitions for guile_{extension_,}script_ops.
1000
6d9d6da4
AA
10012019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1002
1003 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1004 except SORTL, DFLTCC, and KDSA.
1005
3abea05d
TT
10062019-10-08 Tom Tromey <tromey@adacore.com>
1007
1008 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1009 (struct safe_symbol_file_add_args): Remove.
1010
dde996e2
TT
10112019-10-08 Tom Tromey <tromey@adacore.com>
1012
1013 * windows-nat.c: Don't include buildsym-legacy.h.
1014
cd6fdaa1
TT
10152019-10-08 Tom Tromey <tromey@adacore.com>
1016
1017 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1018
79bb1944
CB
10192019-10-08 Christian Biesinger <cbiesinger@google.com>
1020
1021 * gdbtypes.c (overload_debug): Move comment to header.
1022 * gdbtypes.h (overload_debug): Declare.
1023 * valops.c: Remove declaration of overload_debug, instead
1024 include gdbtypes.h.
1025
34916edc
CB
10262019-10-08 Christian Biesinger <cbiesinger@google.com>
1027
1028 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1029 through _().
1030 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1031 move comment...
1032 * language.h (lang_frame_mismatch_warn): ... here. Also add
1033 declaration.
1034 * top.c (lang_frame_mismatch_warn): Remove declaration.
1035 (check_frame_language_change): Pass lang_frame_mismatch_warn
1036 through _().
1037
bad5c026
CB
10382019-10-07 Christian Biesinger <cbiesinger@google.com>
1039
1040 * c-lang.h (vtbl_ptr_name): Declare.
1041 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1042 it from the header.
1043 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1044
51f1fdc3
CB
10452019-10-07 Christian Biesinger <cbiesinger@google.com>
1046
1047 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1048 gdb_static_assert.
1049
30d1f018
WP
10502019-10-07 Weimin Pan <weimin.pan@oracle.com>
1051
606813d5
WP
1052 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1053 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
1054 * ctfread.c: New file.
1055 * ctfread.h: New file.
1056 * elfread.c: Include ctfread.h.
1057 (struct elfinfo text_p): New member ctfsect.
1058 (elf_locate_sections): Mark CTF section.
1059 (elf_symfile_read): Call elfctf_build_psymtabs.
1060 * Makefile.in (LIBCTF): Add.
1061 (CLIBS): Use it.
1062 (CDEPS): Likewise.
1063 (DIST): Add ctfread.c.
606813d5
WP
1064
10652019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * ctfread.c (struct nextfield): Renamed to ...
1068 (struct ctf_nextfield): ... this.
1069 (struct field_info): Renamed to ...
1070 (strut ctf_field_info): ... this.
1071 (attach_fields_to_type): Update for renamed structures.
1072 (ctf_add_member_cb): Likewise.
1073 (ctf_add_enum_member_cb): Likewise.
1074 (process_struct_members): Likewise.
1075 (process_enum_type): Likewise.
30d1f018 1076
518fe38c
WP
10772019-10-07 Weimin Pan <weimin.pan@oracle.com>
1078
1079 * tracectf.h: Rename, was ctf.h.
1080 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1081 * tracefile.c: Likewise.
1082 * tracepoint.c: Remove unused include ctf.h.
1083 * mi/mi-main.c: Likewise.
1084 * Makefile.in Replace ctf.c with tracectf.c.
1085
225f296a
JB
10862019-10-06 Joel Brobecker <brobecker@adacore.com>
1087
1088 * version.in: Change version number to "9.0.50.DATE-git".
1089
77c2dba3
TT
10902019-10-03 Tom Tromey <tom@tromey.com>
1091
1092 PR rust/24976:
1093 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1094
179aed7f
AB
10952019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1098 cp_search_name_hash.
1099 * NEWS: Add entry about nested function support.
1100
0a4b0913
AB
11012019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1102 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1105 for nested static variables when searchin VAR_DOMAIN.
1106 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1107 global scope, update comment.
1108 (add_partial_subprogram): Call add_partial_subprogram recursively
1109 for nested subroutines when processinng Fortran.
1110 (load_partial_dies): Process the child entities of a subprogram
1111 when processing Fortran.
1112 (partial_die_parent_scope): Handle building scope
1113 for Fortran nested functions.
1114 (process_die): Record that nested functions have a scope.
1115 (new_symbol): Always record Fortran subprograms on the global
1116 symbol list.
1117 (determine_prefix): How to build the prefix for Fortran
1118 subprograms.
1119
d8c06f22
AB
11202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1123 have just sent the thread a SIGSTOP and are waiting for it to
1124 arrive.
1125
a8b3b8e9
AB
11262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * btrace.c (btrace_add_pc): Remove whitespace before the template
1129 parameter in 'std::vector <...>'.
1130 (parse_xml_btrace_block): Likewise.
1131 (btrace_maint_decode_pt): Likewise.
1132 (btrace_maint_update_packets): Likewise.
1133 (btrace_maint_print_packets): Likewise.
1134 * btrace.h (struct btrace_maint_info): Likewise.
1135 * dwarf2read.c (struct type_unit_group): Likewise.
1136 (build_type_psymtabs_reader): Likewise.
1137 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1138 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1139 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1140
4d825eab
TV
11412019-10-03 Tom de Vries <tdevries@suse.de>
1142
1143 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1144 the first line of the help text for set/show style metadata.
1145
80fd2826
TT
11462019-10-02 Tom Tromey <tromey@adacore.com>
1147
1148 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1149 * gdbsupport/common-inferior.c: New file.
1150 * infcmd.c (startup_with_shell): Don't define.
1151 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1152 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1153 * inferior.h (startup_with_shell): Don't declare.
1154
70054538
CB
11552019-10-02 Christian Biesinger <cbiesinger@google.com>
1156
1157 * gdbsupport/gdb_assert.h: Include errors.h.
1158 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1159
37f6a7f4
TT
11602019-10-02 Tom Tromey <tromey@adacore.com>
1161
1162 * NEWS: Add $_ada_exception entry.
1163 * ada-lang.c (struct ada_catchpoint): Add constructor.
1164 <m_kind>: New member.
1165 (allocate_location_exception, re_set_exception): Remove
1166 "ex" parameter.
1167 (should_stop_exception): Compute $_ada_exception.
1168 (check_status_exception, print_it_exception)
1169 (print_one_exception, print_mention_exception): Remove
1170 "ex" parameter.
1171 (allocate_location_catch_exception, re_set_catch_exception)
1172 (check_status_exception, print_it_catch_exception)
1173 (print_one_catch_exception, print_mention_catch_exception)
1174 (print_recreate_catch_exception)
1175 (allocate_location_catch_exception_unhandled)
1176 (re_set_catch_exception_unhandled)
1177 (check_status_exception, print_it_catch_exception_unhandled)
1178 (print_one_catch_exception_unhandled)
1179 (print_mention_catch_exception_unhandled)
1180 (print_recreate_catch_exception_unhandled)
1181 (allocate_location_catch_assert, re_set_catch_assert)
1182 (check_status_assert, print_it_catch_assert)
1183 (print_one_catch_assert, print_mention_catch_assert)
1184 (print_recreate_catch_assert)
1185 (allocate_location_catch_handlers, re_set_catch_handlers)
1186 (check_status_handlers, print_it_catch_handlers)
1187 (print_one_catch_handlers, print_mention_catch_handlers)
1188 (print_recreate_catch_handlers): Remove.
1189 (create_ada_exception_catchpoint): Update.
1190 (initialize_ada_catchpoint_ops): Update.
1191
fccf9de1
TT
11922019-10-02 Tom Tromey <tromey@adacore.com>
1193
1194 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1195 (create_excep_cond_exprs): Simplify exception string computation.
1196 (ada_exception_catchpoint_cond_string): Likewise.
1197
4b610737
TT
11982019-10-02 Tom Tromey <tromey@adacore.com>
1199
1200 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1201 * ada-lang.c (lesseq_defined_than): Handle
1202 LOC_STATIC.
1203 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1204 parameter.
1205 (dwarf2_has_info): Likewise.
1206 (new_symbol): Set maybe_copied on symbol when
1207 appropriate.
1208 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1209 parameter.
1210 <can_copy>: New member.
1211 * elfread.c (record_minimal_symbol): Set maybe_copied
1212 on symbol when appropriate.
1213 (elf_symfile_read): Update call to dwarf2_has_info.
1214 * minsyms.c (lookup_minimal_symbol_linkage): New
1215 function.
1216 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1217 * symtab.c (get_symbol_address, get_msymbol_address):
1218 New functions.
1219 * symtab.h (get_symbol_address, get_msymbol_address):
1220 Declare.
1221 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1222 maybe_copied.
1223 (struct symbol, struct minimal_symbol) <maybe_copied>:
1224 New member.
1225
1dd58850
TT
12262019-10-02 Tom Tromey <tromey@adacore.com>
1227
1228 * source.c (struct current_source_location): New.
1229 (current_source_key): New global.
1230 (current_source_symtab, current_source_line)
1231 (current_source_pspace): Remove.
1232 (get_source_location): New function.
1233 (get_current_source_symtab_and_line)
1234 (set_default_source_symtab_and_line)
1235 (set_current_source_symtab_and_line)
1236 (clear_current_source_symtab_and_line, select_source_symtab)
1237 (info_source_command, print_source_lines_base)
1238 (info_line_command, search_command_helper, _initialize_source):
1239 Update.
1240
5c281dbb
TT
12412019-10-02 Tom Tromey <tromey@adacore.com>
1242
1243 * source.c (select_source_symtab): Don't call
1244 decode_line_with_current_source.
1245
d3d32391
AB
12462019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * symtab.c (lookup_global_symbol): Search global block.
1249
38583298
TT
12502019-10-02 Tom Tromey <tromey@adacore.com>
1251
1252 * coffread.c (process_coff_symbol): Update.
1253 * dwarf2read.c (var_decode_location, new_symbol): Update.
1254 * mdebugread.c (parse_symbol): Update.
1255 * objfiles.c (relocate_one_symbol): Update.
1256 * stabsread.c (define_symbol, fix_common_block)
1257 (scan_file_globals): Update.
1258 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1259 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1260 * xcoffread.c (process_xcoff_symbol): Update.
1261
9344c18f
AA
12622019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1263
1264 * MAINTAINERS: Update my email address.
1265
df07e2c7
AB
12662019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1269 std::vector.
1270 (build_type_psymtabs_reader): Update for std::vector.
1271 (build_type_psymtab_dependencies): Likewise.
1272 * dwarf2read.h: Remove use of DEF_VEC_P.
1273 (typedef sig_type_ptr): Delete.
1274
554ac434
AB
12752019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1278 to std::vector.
1279 (btrace_maint_decode_pt): Likewise, and move allocation of the
1280 vector outside of the loop.
1281 (btrace_maint_update_packets): Update to handle change from VEC to
1282 std::vector.
1283 (btrace_maint_print_packets): Likewise.
1284 (maint_info_btrace_cmd): Likewise.
1285 * btrace.h: Remove use of DEF_VEC_O.
1286 (typedef btrace_pt_packet_s): Delete.
1287 (struct btrace_maint_info) <packets>: Change fromm VEC to
1288 std::vector.
1289 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1290
46f29a9a
AB
12912019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1292
1293 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1294 make accesses into the vector constant references.
1295 (btrace_add_pc): Update for std::vector.
1296 (btrace_stitch_bts): Likewise.
1297 (parse_xml_btrace_block): Likewise.
1298 (btrace_maint_update_packets): Likewise.
1299 (btrace_maint_print_packets): Likewise.
1300 (maint_info_btrace_cmd): Likewise.
1301 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1302 std::vector.
1303 (btrace_data::empty): Likewise.
1304 (btrace_data_append): Likewise.
1305 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1306 (typedef btrace_block_s): Delete.
1307 (struct btrace_block): Add constructor.
1308 (struct btrace_data_bts) <blocks>: Change to std::vector.
1309 * nat/linux-btrace.c (perf_event_read_bts): Update for
1310 std::vector.
1311 (linux_read_bts): Likewise.
1312
d770d56f
TT
13132019-10-01 Tom Tromey <tom@tromey.com>
1314
1315 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1316
9d636d67
TT
13172019-10-01 Tom Tromey <tom@tromey.com>
1318
1319 * stack.c (print_frame, info_frame_command_core): Use
1320 styled_string.
1321 * linux-thread-db.c (try_thread_db_load_1)
1322 (try_thread_db_load_from_pdir_1): Use styled_string.
1323 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1324 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1325 (maybe_print_unsupported_script_warning)
1326 (maybe_print_script_not_found_warning): Use styled_string.
1327 * ada-lang.c (user_select_syms): Use styled_string.
1328
7f6aba03
TT
13292019-10-01 Tom Tromey <tom@tromey.com>
1330
1331 * p-lang.c (pascal_printstr): Use metadata style.
1332 * value.c (show_convenience): Use metadata style.
1333 * valprint.c (valprint_check_validity, val_print_optimized_out)
1334 (val_print_not_saved, val_print_unavailable)
1335 (val_print_invalid_address, generic_val_print, val_print)
1336 (value_check_printable, val_print_array_elements): Use metadata
1337 style.
1338 * ui-out.h (class ui_out) <field_fmt>: New overload.
1339 <do_field_fmt>: Add style parameter.
1340 * ui-out.c (ui_out::field_fmt): New overload.
1341 * typeprint.c (type_print_unknown_return_type)
1342 (val_print_not_allocated, val_print_not_associated): Use metadata
1343 style.
1344 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1345 parameter.
1346 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1347 * tracepoint.c (tvariables_info_1): Use metadata style.
1348 * stack.c (print_frame_arg, print_frame_info, print_frame)
1349 (info_frame_command_core): Use metadata style.
1350 * skip.c (info_skip_command): Use metadata style.
1351 * rust-lang.c (rust_print_enum): Use metadata style.
1352 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1353 metadata style.
1354 * python/py-framefilter.c (py_print_single_arg): Use metadata
1355 style.
1356 * printcmd.c (do_one_display, print_variable_and_value): Use
1357 metadata style.
1358 * p-valprint.c (pascal_val_print)
1359 (pascal_object_print_value_fields): Use metadata style.
1360 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1361 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1362 parameter.
1363 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1364 * m2-valprint.c (m2_print_long_set): Use metadata style.
1365 * m2-typeprint.c (m2_print_type): Use metadata style.
1366 * infcmd.c (print_return_value_1): Use metadata style.
1367 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1368 * f-valprint.c (info_common_command_for_block): Use metadata
1369 style.
1370 * f-typeprint.c (f_type_print_base): Use metadata style.
1371 * expprint.c (print_subexp_standard): Use metadata style.
1372 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1373 * cli/cli-style.h (class cli_style_option): Add constructor.
1374 (metadata_style): Declare.
1375 * cli/cli-style.c (metadata_style): New global.
1376 (_initialize_cli_style): Register metadata style.
1377 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1378 parameter.
1379 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1380 * c-typeprint.c (c_type_print_base_struct_union)
1381 (c_type_print_base_1): Use metadata style.
1382 * breakpoint.c (watchpoint_value_print)
1383 (print_one_breakpoint_location): Use metadata style.
1384 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1385 style.
1386 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1387 style.
1388 * ada-valprint.c (val_print_packed_array_elements, printstr)
1389 (print_field_values, ada_val_print_ref, ada_val_print): Use
1390 metadata style.
1391 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1392 style.
1393 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1394 style.
1395 * ada-lang.c (user_select_syms): Use metadata style.
1396
14309bb6
TT
13972019-10-01 Tom Tromey <tom@tromey.com>
1398
1399 * cli/cli-cmds.c (pwd_command): Style output.
1400
6a831f06
PA
14012019-10-01 Pedro Alves <palves@redhat.com>
1402 Tom Tromey <tom@tromey.com>
1403
1404 * symtab.c (print_symbol_info): Use %ps.
1405 (print_msymbol_info): Use %ps.
1406 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1407 * printcmd.c (print_variable_and_value): Use %ps.
1408 * macrocmd.c (show_pp_source_pos): Use %ps.
1409 * infrun.c (print_exited_reason): Use ui_out::message.
1410 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1411 (describe_other_breakpoints): Use ui_out::message and new
1412 formats.
1413 (say_where): Use new formats.
1414 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1415 and new formats.
1416
2a3c1174
PA
14172019-10-01 Pedro Alves <palves@redhat.com>
1418 Tom Tromey <tom@tromey.com>
1419
1420 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1421 (test_gdb_formats): New function.
1422 (run_tests): Call it.
1423 (test_format_specifier): Update.
1424 * utils.h (fputs_filtered): Update comment.
1425 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1426 (fputs_styled_unfiltered): Declare.
1427 * utils.c (fputs_styled_unfiltered): New function.
1428 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1429 (vfprintf_filtered): Update.
1430 (vfprintf_unfiltered, vprintf_filtered): Update.
1431 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1432 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1433 disallow_ui_out_field>: New constants.
1434 (enum class field_kind): New.
1435 (struct base_field_s, struct signed_field_s): New.
1436 (signed_field): New function.
1437 (struct string_field_s): New.
1438 (string_field): New function.
1439 (struct styled_string_s): New.
1440 (styled_string): New function.
1441 (class ui_out) <message>: Add comment.
1442 <vmessage, call_do_message>: New methods.
1443 <do_message>: Add style parameter.
1444 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1445 methods.
1446 (ui_out::message): Rewrite.
1447 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1448 parameter.
1449 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1450 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1451 gdb_extensions parameter.
1452 (class format_piece): Add parameter to constructor.
1453 (n_int_args): New field.
1454 * gdbsupport/format.c (format_pieces::format_pieces): Add
1455 gdb_extensions parameter. Handle '*'.
1456 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1457 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1458 vfprintf_styled_no_gdbfmt.
1459 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1460 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1461 unfiltered output.
1462 * ui-style.h (struct ui_file_style) <ptr>: New method.
1463
0dfe5bfb
TT
14642019-10-01 Tom Tromey <tom@tromey.com>
1465
1466 * unittests/format_pieces-selftests.c: Update. Add final format.
1467 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1468 empty literal pieces.
1469
e43b10e1
TT
14702019-10-01 Tom Tromey <tom@tromey.com>
1471
1472 * ui-out.h (enum class ui_out_style_kind): Remove.
1473 (class ui_out) <field_string, field_stsream, do_field_string>:
1474 Change type of "style".
1475 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1476 (ui_out::field_string): Update.
1477 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1478 of "style".
1479 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1480 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1481 * stack.c (print_frame_arg, print_frame_info, print_frame):
1482 Update.
1483 * source.c (print_source_lines_base): Update.
1484 * solib.c (info_sharedlibrary_command): Update.
1485 * skip.c (info_skip_command): Update.
1486 * record-btrace.c (btrace_call_history_src_line)
1487 (btrace_call_history): Update.
1488 * python/py-framefilter.c (py_print_frame): Update.
1489 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1490 "style".
1491 * mi/mi-out.c (mi_ui_out::do_table_header)
1492 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1493 (mi_ui_out::do_field_string): Update.
1494 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1495 Update.
1496 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1497 "style".
1498 * cli-out.c (cli_ui_out::do_table_header)
1499 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1500 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1501 (cli_ui_out::do_field_fmt): Update.
1502 * breakpoint.c (print_breakpoint_location): Update.
1503 (update_static_tracepoint): Update.
1504
cd7c32c3
PW
15052019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1506
1507 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1508 conversion of gdb_datadir.
1509 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1510 remove not needed c_str ().
1511
8fe0f950
AT
15122019-09-30 Ali Tamur <tamur@google.com>
1513
1514 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
1515 (dwarf2_string_attr): Likewise.
1516
5f48f8f3
AT
15172019-09-30 Ali Tamur <tamur@google.com>
1518
1519 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
1520 (process_full_type_unit): Likewise.
1521 (dump_die_shallow): Likewise.
1522 (cu_debug_loc_section): Likewise.
1523
6fb08628
CB
15242019-09-28 Christian Biesinger <cbiesinger@google.com>
1525
1526 * minsyms.c (compare_minimal_symbols): Rename to...
1527 (minimal_symbol_is_less_than): ...this, and adjust to STL
1528 conventions (return bool, take arguments as references)
1529 (minimal_symbol_reader::install): Call std::sort instead
1530 of qsort.
1531
c7ee338a
CB
15322019-09-29 Christian Biesinger <cbiesinger@google.com>
1533
1534 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
1535 hash and why.
1536 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
1537 msymbol_hash, msymbol_demangled_hash>: Improve comments.
1538
703a86c2
SM
15392019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
1540
1541 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
1542 * psympriv.h (add_psymbol_to_list): Move comment here and update
1543 it.
1544
0df0352a
TV
15452019-09-29 Tom de Vries <tdevries@suse.de>
1546
1547 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
1548 Use $tmpdir/$(basename "$output_file").dwz instead of
1549 "${output_file}.dwz".
1550
ad75efa6
SM
15512019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
1552
1553 PR gdb/25045
1554 * hppa-linux-nat.c: Include gdbarch.h.
1555
ececd218
CB
15562019-09-26 Christian Biesinger <cbiesinger@google.com>
1557
1558 * blockframe.c (find_pc_partial_function): Change return type to bool.
1559 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
1560 * minsyms.c (in_gnu_ifunc_stub): Likewise.
1561 (stub_gnu_ifunc_resolve_name): Likewise.
1562 * symtab.c (compare_filenames_for_search): Likewise.
1563 (compare_glob_filenames_for_search): Likewise.
1564 (matching_obj_sections): Likewise.
1565 (symbol_matches_domain): Likewise.
1566 (find_line_symtab): Change out param EXACT_MATCH to bool *.
1567 (find_line_pc): Change return type to bool.
1568 (find_line_pc_range): Likewise.
1569 (producer_is_realview): Likewise.
1570 * symtab.h (symbol_matches_domain): Likewise.
1571 (find_pc_partial_function): Likewise.
1572 (find_pc_line_pc_range): Likewise.
1573 (in_gnu_ifunc_stub): Likewise.
1574 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
1575 (find_line_pc): Likewise.
1576 (find_line_pc_range): Likewise.
1577 (matching_obj_sections): Likewise.
1578 (find_line_symtab): Change out parameter to bool.
1579 (producer_is_realview): Change return type to bool.
1580 (compare_filenames_for_search): Likewise.
1581 (compare_glob_filenames_for_search): Likewise.
1582
27a900b8
TT
15832019-09-26 Tom Tromey <tom@tromey.com>
1584
1585 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
1586 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
1587 * gdb_usleep.h: Remove.
1588 * gdb_usleep.c: Remove.
1589 * utils.c: Don't include gdb_usleep.h.
1590
5d63b30a
TT
15912019-09-26 Tom Tromey <tromey@adacore.com>
1592
1593 * python/py-type.c (type_to_type_object): Call check_typedef
1594 for stub types.
1595
12904d37
TT
15962019-09-26 Tom Tromey <tom@tromey.com>
1597
1598 * utils.h (initialize_utils): Don't declare.
1599 * top.c (gdb_init): Don't call initialize_utils.
1600 * utils.c (initialize_utils): Remove. Move contents...
1601 (_initialize_utils): ... here.
1602
858f25f0
TT
16032019-09-25 Tom Tromey <tom@tromey.com>
1604
1605 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
1606 * utils.h (make_hex_string): Don't declare.
1607 * utils.c (make_hex_string): Remove.
1608
3d435220
TV
16092019-09-24 Tom de Vries <tdevries@suse.de>
1610
1611 PR gdb/23815
1612 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
1613 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
1614
ddd44b70
DD
16152019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
1616
1617 * NEWS: Mention new simulator port for PRU.
1618
f945dedf
CB
16192019-09-23 Christian Biesinger <cbiesinger@google.com>
1620
1621 * ada-exp.y (write_object_remaining): Update.
1622 * ada-lang.c (ada_decode): Return a std::string instead of a char*
1623 and eliminate the static buffer.
1624 (ada_decode_symbol): Update.
1625 (ada_la_decode): Update.
1626 (ada_sniff_from_mangled_name): Update.
1627 (is_valid_name_for_wild_match): Update.
1628 (ada_lookup_name_info::matches): Update and simplify.
1629 (name_matches_regex): Update.
1630 (ada_add_global_exceptions): Update.
1631 * ada-lang.h (ada_decode): Update signature.
1632 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
1633 * dwarf-index-write.c (debug_names::insert): Update.
1634
7ab78ccb
SM
16352019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1636
1637 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
1638 formatting.
1639
9252448b
SM
16402019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
1641
1642 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
1643 Change "nonzero" to "true" in documentation.
1644
626ca2c0
CB
16452019-09-20 Christian Biesinger <cbiesinger@google.com>
1646
1647 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
1648 (_initialize_darwin_solib): Don't set
1649 darwin_so_ops.lookup_lib_global_symbol.
1650 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
1651 set_gdbarch_iterate_over_objfiles_in_search_order.
1652 (elf_lookup_lib_symbol): Rename to...
1653 (svr4_iterate_over_objfiles_in_search_order): this, and update
1654 to iterate semantics.
1655 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
1656 * solib.c (solib_global_lookup): Remove.
1657 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
1658 (solib_global_lookup): Remove.
1659 * symtab.c (lookup_global_or_static_symbol): Remove call to
1660 solib_global_lookup.
1661
5a3a0d63
JB
16622019-09-20 Joel Brobecker <brobecker@adacore.com>
1663
1664 * NEWS: Move entries about default MI version now being
1665 version 3, and about the GDB/MI fix for multi-location
1666 breakpoints to the "since GDB 8.3" section.
1667
ffea1427
JB
16682019-09-20 Joel Brobecker <brobecker@adacore.com>
1669
1670 GDB 8.3.1 released.
1671
abf516c6
UW
16722019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1673
1674 * NEWS: Mention that Cell/B.E. debugging support was removed.
1675 * MAINTAINERS: Remove spu target.
1676
1677 * config/djgpp/fnchange.lst: Remove entries for removed files.
1678
1679 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
1680 spu-multiarch.o, and spu-tdep.o.
1681 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
1682 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
1683 spu-multiarch.c, and spu-tdep.c.
1684 * spu-linux-nat.c: Remove file.
1685 * spu-multiarch.c: Remove file.
1686 * spu-tdep.c: Remove file.
1687 * spu-tdep.h: Remove file.
1688 * solib-spu.c: Remove file.
1689 * solib-spu.h: Remove file.
1690
1691 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
1692 * configure.nat (spu-linux): Remove.
1693 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
1694 solib-multiarch.o from gdb_target_obs.
1695 (spu*-*-*): Remove.
1696
1697 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
1698 feature flag.
1699 (ppc_linux_no_features): Update.
1700 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
1701 Cell/B.E. support.
1702 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
1703 (tdesc_powerpc_cell64l): Likewise.
1704 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
1705 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
1706 Cell/B.E. support.
1707 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
1708 Do not include "features/rs6000/powerpc-cell32l.c" or
1709 "features/rs6000/powerpc-cell64l.c".
1710 (ppc_linux_spu_section): Remove.
1711 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1712 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1713 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1714 (ppc_linux_spe_context_lookup): Remove.
1715 (ppc_linux_spe_context_inferior_created): Remove.
1716 (ppc_linux_spe_context_solib_loaded): Remove.
1717 (ppc_linux_spe_context_solib_unloaded): Remove.
1718 (ppc_linux_spe_context): Remove.
1719 (struct ppu2spu_cache): Remove.
1720 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1721 (struct ppu2spu_data): Remove.
1722 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1723 ppu2spu_unwind): Remove.
1724 (ppc_linux_init_abi): Remove Cell/B.E. support.
1725 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1726
1727 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1728 (rs6000/powerpc-cell64l-expedite): Likewise
1729 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1730 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1731 rs6000/powerpc-cell64l.xml.
1732 * features/rs6000/powerpc-cell32l.xml: Remove.
1733 * features/rs6000/powerpc-cell64l.xml: Likewise.
1734 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1735 * features/rs6000/powerpc-cell64l.c: Likewise.
1736 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1737 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1738 * regformats/reg-spu.dat: Remove.
1739
1740 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1741 * corelow.c (struct spuid_list): Remove.
1742 (add_to_spuid_list): Remove.
1743 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1744 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1745 (remote_protocol_features): Remove associated entries.
1746 (_initialize_remote): No longer initialize them.
1747 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1748 * linux-nat.c (SPUFS_MAGIC): Remove.
1749 (linux_proc_xfer_spu): Remove.
1750 (spu_enumerate_spu_ids): Remove.
1751 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1752 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1753 (linux_make_corefile_notes): No longer call it.
1754
1755 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1756 (cooked_write_test): Likewise.
1757
78e8cb91
TT
17582019-09-20 Tom Tromey <tom@tromey.com>
1759
1760 * NEWS: Mention case-sensitivity of TUI commands.
1761 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1762 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1763 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1764
f074b67e
TT
17652019-09-20 Tom Tromey <tom@tromey.com>
1766
1767 * tui/tui-source.c (tui_source_window::set_contents): Use
1768 make_unique_xstrdup.
1769 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1770 make_unique_xstrdup.
1771
63c4bf19
TT
17722019-09-20 Tom Tromey <tom@tromey.com>
1773
1774 * tui/tui-data.c: Remove separator comments.
1775 * tui/tui-layout.c: Remove separator comments.
1776 * tui/tui-win.c: Remove separator comments.
1777 * tui/tui-wingeneral.c: Remove separator comments.
1778
43df9b2f
TT
17792019-09-20 Tom Tromey <tom@tromey.com>
1780
1781 * tui/tui.h (strcat_to_buf): Don't declare.
1782 * tui/tui.c (strcat_to_buf): Remove.
1783
7226433c
TT
17842019-09-20 Tom Tromey <tom@tromey.com>
1785
1786 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1787 from "fullname".
1788 * tui/tui-source.c (tui_source_window::set_contents)
1789 (tui_source_window::location_matches_p)
1790 (tui_source_window::maybe_update): Update.
1791
80df3337
TT
17922019-09-20 Tom Tromey <tom@tromey.com>
1793
1794 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1795 Update.
1796 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1797 prefix.
1798 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1799 (tui_data_window::line_from_reg_element_no)
1800 (tui_data_window::first_reg_element_no_inline)
1801 (tui_data_window::show_registers)
1802 (tui_data_window::show_register_group)
1803 (tui_data_window::display_registers_from)
1804 (tui_data_window::display_registers_from_line)
1805 (tui_data_window::first_data_item_displayed)
1806 (tui_data_window::delete_data_content_windows)
1807 (tui_data_window::erase_data_content)
1808 (tui_data_window::do_scroll_vertical)
1809 (tui_data_window::refresh_window)
1810 (tui_data_window::check_register_values): Update.
1811
9923f347
TT
18122019-09-20 Tom Tromey <tom@tromey.com>
1813
1814 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
1815 (struct tui_locator_window) <full_name, proc_name>: Now
1816 std::string.
1817 * tui/tui-stack.c (tui_locator_window::make_status_line)
1818 (tui_locator_window::set_locator_fullname)
1819 (tui_locator_window::set_locator_info): Update.
1820 * tui/tui-source.c (tui_source_window::set_contents)
1821 (tui_source_window::showing_source_p): Update.
1822
b76251ab
TT
18232019-09-20 Tom Tromey <tom@tromey.com>
1824
1825 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1826 Don't call tui_locator_win_info_ptr.
1827
0891be08
TT
18282019-09-20 Tom Tromey <tom@tromey.com>
1829
1830 * tui/tui-win.c (tui_resize_all): Don't call refresh.
1831
1b935acf
TT
18322019-09-20 Tom Tromey <tom@tromey.com>
1833
1834 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
1835 height for locator.
1836 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
1837 * tui/tui-layout.c (show_source_disasm_command, show_data)
1838 (show_source_or_disasm_and_command): Use 1 as height for locator.
1839
9abd8a65
TT
18402019-09-20 Tom Tromey <tom@tromey.com>
1841
1842 * tui/tui.c (tui_enable): Update.
1843 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
1844 Update.
1845 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
1846 Update.
1847 * tui/tui-data.c (win_resized): Now bool.
1848 (tui_win_resized): Return bool.
1849 (tui_set_win_resized_to): Accept a bool.
1850
b5457826
TT
18512019-09-20 Tom Tromey <tom@tromey.com>
1852
1853 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
1854 Change type of "refresh_values_only".
1855 * tui/tui-regs.c (tui_data_window::show_register_group): Change
1856 type of "refresh_values_only".
1857
6b915f7d
TT
18582019-09-20 Tom Tromey <tom@tromey.com>
1859
1860 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
1861 std::string.
1862 (tui_disassemble): Add "pos" parameter.
1863 (tui_disasm_window::set_contents): Simplify.
1864
2ad52f6f
TT
18652019-09-20 Tom Tromey <tom@tromey.com>
1866
1867 * tui/tui-winsource.h (struct tui_source_window_base)
1868 <show_source_content>: Now private.
1869 * tui/tui-winsource.c
1870 (tui_source_window_base::show_source_content): Don't handle empty
1871 content case.
1872
b3b1bde6
TT
18732019-09-20 Tom Tromey <tom@tromey.com>
1874
1875 * tui/tui-layout.c (show_source_disasm_command)
1876 (show_source_or_disasm_and_command): Don't call
1877 show_source_content.
1878
71a25ed2
TT
18792019-09-20 Tom Tromey <tom@tromey.com>
1880
1881 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
1882 Declare.
1883 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
1884 from tui_make_status_line.
1885 (tui_locator_window::rerender): Update.
1886
f8532154
TT
18872019-09-20 Tom Tromey <tom@tromey.com>
1888
1889 * tui/tui-stack.c (tui_make_status_line): Return std::string.
1890 (tui_locator_window::rerender): Update.
1891
2d81b349
TT
18922019-09-20 Tom Tromey <tom@tromey.com>
1893
1894 * tui/tui-winsource.h (struct tui_source_window_base)
1895 <~tui_source_window_base>: Don't declare.
1896 <fullname>: Remove.
1897 * tui/tui-winsource.c (~tui_source_window_base): Remove.
1898 * tui/tui-source.h (struct tui_source_window) <fullname>: New
1899 member.
1900 * tui/tui-source.c (tui_source_window::set_contents): Update.
1901 (tui_source_window::location_matches_p)
1902 (tui_source_window::maybe_update): Update.
1903
f14bec58
TT
19042019-09-20 Tom Tromey <tom@tromey.com>
1905
1906 * tui/tui-winsource.h (~tui_source_element): Remove.
1907 (tui_source_element): Update.
1908 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
1909 * tui/tui-winsource.c (tui_show_source_line): Update.
1910 * tui/tui-source.c (tui_source_window::set_contents): Update.
1911 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1912
78d5933a
TT
19132019-09-20 Tom Tromey <tom@tromey.com>
1914
1915 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
1916 declare.
1917 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
1918 tui_clear_source_windows_detail.
1919 * tui/tui-winsource.h (struct tui_source_window_base)
1920 <clear_detail>: Don't declare.
1921 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1922 Remove.
1923 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1924
d4207696
TT
19252019-09-20 Tom Tromey <tromey@adacore.com>
1926
1927 PR ada/24919:
1928 * block.c (contained_in): Fix final return value.
1929
00f93c44
AM
19302019-09-20 Alan Modra <amodra@gmail.com>
1931
1932 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1933 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1934 (read_indirect_string_from_dwz): Use bfd accessor.
1935 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1936 * machoread.c (macho_symfile_read_all_oso): Likewise.
1937 * solib.c (solib_bfd_open): Likewise.
1938
e4153ae6
CB
19392019-09-19 Christian Biesinger <cbiesinger@google.com>
1940
1941 * eval.c: Move declaration of overload_resolution to...
1942 * value.h: ...here.
1943
c7ae7675
CB
19442019-09-19 Christian Biesinger <cbiesinger@google.com>
1945
1946 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1947 * arm-linux-tdep.c: Likewise.
1948 * arm-nbsd-nat.c: Likewise.
1949 * arm-tdep.h: Declare arm_apcs_32.
1950 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1951
e86f08d2
CB
19522019-09-19 Christian Biesinger <cbiesinger@google.com>
1953
1954 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1955 * dwarf2read.h: Declare dwarf_always_disassemble.
1956
f64e2f40
TV
19572019-09-19 Tom de Vries <tdevries@suse.de>
1958
1959 PR gdb/25009
1960 * source-cache.c (source_cache::ensure): Catch exception thrown during
1961 construction of the highlighter.
1962
fd361982
AM
19632019-09-18 Alan Modra <amodra@gmail.com>
1964
1965 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1966 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1967 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1968 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1969 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1970 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1971 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1972 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1973 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1974 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1975 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1976 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1977 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1978 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1979 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1980 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1981 * mi/mi-interp.c: Update throughout for bfd section macro and
1982 function changes.
1983 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1984 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1985
11061048
TT
19862019-09-18 Tom Tromey <tom@tromey.com>
1987
1988 * NEWS: Add entry.
1989 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1990 call rl_initialize.
1991 (tui_enable): Do not call rl_initialize.
1992
7a27b85f
CG
19932019-09-18 Christian Groessler <chris@groessler.org>
1994
1995 * alpha-linux-nat.c: Include gdbarch.h.
1996
f64eea3a
SM
19972019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1998
1999 * ui-file.c: Include cli/cli-style.h.
2000 (term_cli_styling): Remove cli_styling declaration.
2001
e6f7f6d1
AM
20022019-09-18 Alan Modra <amodra@gmail.com>
2003
2004 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2005 to bfd_asymbol_section.
2006
1d38e9d1
AM
20072019-09-18 Alan Modra <amodra@gmail.com>
2008
2009 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2010 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2011 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2012
90d92a63
AM
20132019-09-18 Alan Modra <amodra@gmail.com>
2014
2015 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2016 * spu-linux-nat.c (spu_bfd_open): Likewise.
2017
a3d181d2
CB
20182019-09-18 Christian Biesinger <cbiesinger@google.com>
2019
2020 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2021 to bool to match definition in dwarf2read.c.
2022
491144b5
CB
20232019-09-17 Christian Biesinger <cbiesinger@google.com>
2024
2025 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2026 (print_signatures): Likewise.
2027 (trust_pad_over_xvs): Likewise.
2028 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2029 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2030 * arm-linux-nat.c (arm_apcs_32): Likewise.
2031 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2032 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2033 * arm-tdep.c (arm_debug): Likewise.
2034 (arm_apcs_32): Likewise.
2035 * auto-load.c (debug_auto_load): Likewise.
2036 (auto_load_gdb_scripts): Likewise.
2037 (global_auto_load): Likewise.
2038 (auto_load_local_gdbinit): Likewise.
2039 (auto_load_local_gdbinit_loaded): Likewise.
2040 * auto-load.h (global_auto_load): Likewise.
2041 (auto_load_local_gdbinit): Likewise.
2042 (auto_load_local_gdbinit_loaded): Likewise.
2043 * breakpoint.c (disconnected_dprintf): Likewise.
2044 (breakpoint_proceeded): Likewise.
2045 (automatic_hardware_breakpoints): Likewise.
2046 (always_inserted_mode): Likewise.
2047 (target_exact_watchpoints): Likewise.
2048 (_initialize_breakpoint): Update.
2049 * breakpoint.h (target_exact_watchpoints): Change to bool.
2050 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2051 * cli/cli-cmds.c (trace_commands): Likewise.
2052 * cli/cli-cmds.h (trace_commands): Likewise.
2053 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2054 to bool*.
2055 * cli/cli-logging.c (logging_overwrite): Change to bool.
2056 (logging_redirect): Likewise.
2057 (debug_redirect): Likewise.
2058 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2059 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2060 to bool.
2061 <boolean_option_def>: Update.
2062 (struct flag_option_def): Change default type of Context to bool
2063 from int.
2064 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2065 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2066 (get_setshow_command_value_string): Likewise.
2067 * cli/cli-style.c (cli_styling): Change to bool.
2068 (source_styling): Likewise.
2069 * cli/cli-style.h (source_styling): Likewise.
2070 (cli_styling): Likewise.
2071 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2072 to bool.
2073 * command.h (var_types): Update comment.
2074 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2075 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2076 bool.
2077 (debug_compile_cplus_scopes): Likewise.
2078 * compile/compile-internal.h (compile_debug): Likewise.
2079 * compile/compile.c (compile_debug): Likewise.
2080 (struct compile_options) <raw>: Likewise.
2081 * cp-support.c (catch_demangler_crashes): Likewise.
2082 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2083 (usr_cmd_cris_dwarf2_cfi): Likewise.
2084 * csky-tdep.c (csky_debug): Likewise.
2085 * darwin-nat.c (enable_mach_exceptions): Likewise.
2086 * dcache.c (dcache_enabled_p): Likewise.
2087 * defs.h (info_verbose): Likewise.
2088 * demangle.c (demangle): Likewise.
2089 (asm_demangle): Likewise.
2090 * dwarf-index-cache.c (debug_index_cache): Likewise.
2091 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2092 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2093 * dwarf2read.c (check_physname): Likewise.
2094 (use_deprecated_index_sections): Likewise.
2095 (dwarf_always_disassemble): Likewise.
2096 * eval.c (overload_resolution): Likewise.
2097 * event-top.c (set_editing_cmd_var): Likewise.
2098 (exec_done_display_p): Likewise.
2099 * event-top.h (set_editing_cmd_var): Likewise.
2100 (exec_done_display_p): Likewise.
2101 * exec.c (write_files): Likewise.
2102 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2103 (debug_fbsd_nat): Likewise.
2104 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2105 Likewise.
2106 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2107 <backtrace_past_entry> Likewise.
2108 * gdb-demangle.h (demangle): Likewise.
2109 (asm_demangle): Likewise.
2110 * gdb_bfd.c (bfd_sharing): Likewise.
2111 * gdbcore.h (write_files): Likewise.
2112 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2113 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2114 * gdbthread.h (print_thread_events): Likewise.
2115 * gdbtypes.c (opaque_type_resolution): Likewise.
2116 (strict_type_checking): Likewise.
2117 * gnu-nat.c (gnu_debug_flag): Likewise.
2118 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2119 * guile/scm-param.c (pascm_variable): Add boolval.
2120 (add_setshow_generic): Update.
2121 (pascm_param_value): Update.
2122 (pascm_set_param_value_x): Update.
2123 * hppa-tdep.c (hppa_debug): Change to bool..
2124 * infcall.c (may_call_functions_p): Likewise.
2125 (coerce_float_to_double_p): Likewise.
2126 (unwind_on_signal_p): Likewise.
2127 (unwind_on_terminating_exception_p): Likewise.
2128 * infcmd.c (startup_with_shell): Likewise.
2129 * inferior.c (print_inferior_events): Likewise.
2130 * inferior.h (startup_with_shell): Likewise.
2131 (print_inferior_events): Likewise.
2132 * infrun.c (step_stop_if_no_debug): Likewise.
2133 (detach_fork): Likewise.
2134 (debug_displaced): Likewise.
2135 (disable_randomization): Likewise.
2136 (non_stop): Likewise.
2137 (non_stop_1): Likewise.
2138 (observer_mode): Likewise.
2139 (observer_mode_1): Likewise.
2140 (set_observer_mode): Update.
2141 (sched_multi): Change to bool.
2142 * infrun.h (debug_displaced): Likewise.
2143 (sched_multi): Likewise.
2144 (step_stop_if_no_debug): Likewise.
2145 (non_stop): Likewise.
2146 (disable_randomization): Likewise.
2147 * linux-tdep.c (use_coredump_filter): Likewise.
2148 (dump_excluded_mappings): Likewise.
2149 * linux-thread-db.c (auto_load_thread_db): Likewise.
2150 (check_thread_db_on_load): Likewise.
2151 * main.c (captured_main_1): Update.
2152 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2153 xx2_opt, boolean_opt>: Change to bool.
2154 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2155 * maint.c (maintenance_profile_p): Likewise.
2156 (per_command_time): Likewise.
2157 (per_command_space): Likewise.
2158 (per_command_symtab): Likewise.
2159 * memattr.c (inaccessible_by_default): Likewise.
2160 * mi/mi-main.c (mi_async): Likewise.
2161 (mi_async_1): Likewise.
2162 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2163 * nat/fork-inferior.h (startup_with_shell): Likewise.
2164 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2165 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2166 * nios2-tdep.c (nios2_debug): Likewise.
2167 * or1k-tdep.c (or1k_debug): Likewise.
2168 * parse.c (parser_debug): Likewise.
2169 * parser-defs.h (parser_debug): Likewise.
2170 * printcmd.c (print_symbol_filename): Likewise.
2171 * proc-api.c (procfs_trace): Likewise.
2172 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2173 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2174 (set_parameter_value): Update.
2175 (add_setshow_generic): Update.
2176 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2177 to bool*.
2178 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2179 int*.
2180 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2181 * record-btrace.c (record_btrace_target::store_registers): Update.
2182 * record-full.c (record_full_memory_query): Change to bool.
2183 (record_full_stop_at_limit): Likewise.
2184 * record-full.h (record_full_memory_query): Likewise.
2185 * remote-notif.c (notif_debug): Likewise.
2186 * remote-notif.h (notif_debug): Likewise.
2187 * remote.c (use_range_stepping): Likewise.
2188 (interrupt_on_connect): Likewise.
2189 (remote_break): Likewise.
2190 * ser-tcp.c (tcp_auto_retry): Likewise.
2191 * ser-unix.c (serial_hwflow): Likewise.
2192 * skip.c (debug_skip): Likewise.
2193 * solib-aix.c (solib_aix_debug): Likewise.
2194 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2195 (spu_auto_flush_cache_p): Likewise.
2196 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2197 Likewise.
2198 (struct info_print_options) <quiet>: Likewise.
2199 * symfile-debug.c (debug_symfile): Likewise.
2200 * symfile.c (auto_solib_add): Likewise.
2201 (separate_debug_file_debug): Likewise.
2202 * symfile.h (auto_solib_add): Likewise.
2203 (separate_debug_file_debug): Likewise.
2204 * symtab.c (basenames_may_differ): Likewise.
2205 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2206 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2207 (struct info_types_options) <quiet>: Likewise.
2208 * symtab.h (demangle): Likewise.
2209 (basenames_may_differ): Likewise.
2210 * target-dcache.c (stack_cache_enabled_1): Likewise.
2211 (code_cache_enabled_1): Likewise.
2212 * target.c (trust_readonly): Likewise.
2213 (may_write_registers): Likewise.
2214 (may_write_memory): Likewise.
2215 (may_insert_breakpoints): Likewise.
2216 (may_insert_tracepoints): Likewise.
2217 (may_insert_fast_tracepoints): Likewise.
2218 (may_stop): Likewise.
2219 (auto_connect_native_target): Likewise.
2220 (target_stop_and_wait): Update.
2221 (target_async_permitted): Change to bool.
2222 (target_async_permitted_1): Likewise.
2223 (may_write_registers_1): Likewise.
2224 (may_write_memory_1): Likewise.
2225 (may_insert_breakpoints_1): Likewise.
2226 (may_insert_tracepoints_1): Likewise.
2227 (may_insert_fast_tracepoints_1): Likewise.
2228 (may_stop_1): Likewise.
2229 * target.h (target_async_permitted): Likewise.
2230 (may_write_registers): Likewise.
2231 (may_write_memory): Likewise.
2232 (may_insert_breakpoints): Likewise.
2233 (may_insert_tracepoints): Likewise.
2234 (may_insert_fast_tracepoints): Likewise.
2235 (may_stop): Likewise.
2236 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2237 (make_thread_apply_all_options_def_group): Change argument from int*
2238 to bool*.
2239 (thread_apply_all_command): Update.
2240 (print_thread_events): Change to bool.
2241 * top.c (confirm): Likewise.
2242 (command_editing_p): Likewise.
2243 (history_expansion_p): Likewise.
2244 (write_history_p): Likewise.
2245 (info_verbose): Likewise.
2246 * top.h (confirm): Likewise.
2247 (history_expansion_p): Likewise.
2248 * tracepoint.c (disconnected_tracing): Likewise.
2249 (circular_trace_buffer): Likewise.
2250 * typeprint.c (print_methods): Likewise.
2251 (print_typedefs): Likewise.
2252 * utils.c (debug_timestamp): Likewise.
2253 (sevenbit_strings): Likewise.
2254 (pagination_enabled): Likewise.
2255 * utils.h (sevenbit_strings): Likewise.
2256 (pagination_enabled): Likewise.
2257 * valops.c (overload_resolution): Likewise.
2258 * valprint.h (struct value_print_options) <prettyformat_arrays,
2259 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2260 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2261 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2262 Likewise.
2263 * windows-nat.c (new_console): Likewise.
2264 (cygwin_exceptions): Likewise.
2265 (new_group): Likewise.
2266 (debug_exec): Likewise.
2267 (debug_events): Likewise.
2268 (debug_memory): Likewise.
2269 (debug_exceptions): Likewise.
2270 (useshell): Likewise.
2271 * windows-tdep.c (maint_display_all_tib): Likewise.
2272 * xml-support.c (debug_xml): Likewise.
2273
f1b620e9
MG
22742019-09-17 Mike Gulick <mgulick@mathworks.com>
2275
2276 * source.c (prepare_path_for_appending): New function.
2277 (openp): Make use of new function.
2278 (find_and_open_source): Search for the compilation directory and
2279 source file as a relative path beneath the directory search path.
2280
67f3ed6a
AB
22812019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * source-cache.c (source_cache::get_line_charpos): Catch
2284 exceptions and return false, this matches the behaviour documented
2285 in the header file.
2286
74332189
JB
22872019-09-17 Joel Brobecker <brobecker@adacore.com>
2288
2289 * ada-tasks.c (info_task): Remove quoting of the task's name.
2290
f2f24aa9
CB
22912019-09-16 Christian Biesinger <cbiesinger@google.com>
2292
2293 * symfile.c (auto_solib_add): Replace comment with a reference
2294 to the header file.
2295
6a062a93
CB
22962019-09-14 Christian Biesinger <cbiesinger@google.com>
2297
2298 * NEWS: Mention that gdb can now be compiled with Python 3
2299 on Windows.
2300
ec6c8338
AB
23012019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * maint.c (maint_print_section_data::maint_print_section_data):
2304 Force use of 'float log10 (float)' by casting the argument to
2305 float.
2306
aa17805f
AB
23072019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * maint.c: Add 'cmath' include.
2310 (struct maint_print_section_data): New structure.
2311 (print_section_index): New function.
2312 (print_bfd_section_info): Add header comment, small whitespace
2313 cleanup, and update to call new print_section_index function.
2314 (print_objfile_section_info): Likewise.
2315 (maint_obj_section_from_bfd_section): New function.
2316 (print_bfd_section_info_maybe_relocated): New function.
2317 (maintenance_info_sections): Add header comment, always use
2318 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2319
3dd9bb46
AB
23202019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2323 inner scope, add check that the objfile has psymtabs before
2324 checking psymtabs_addrmap.
2325 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2326
4993045d
PW
23272019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2328
2329 * NEWS: Announce that Ada task names are now shown at more places,
2330 and between quotes (except in info task output).
2331 * gdb/ada-tasks.c (task_to_str): New function.
2332 (display_current_task_id): Call task_to_str.
2333 (task_command_1): Likewise.
2334 (print_ada_task_info): In non-mi mode, Properly align headers and data
2335 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2336
7a289707
RO
23372019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2338
2339 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2340 prstatus.pr_lwp.pr_info instead of making it up.
2341
f2aec7f6
CB
23422019-09-11 Christian Biesinger <cbiesinger@google.com>
2343
2344 * auto-load.c (auto_load_expand_dir_vars): Update.
2345 * defs.h (gdb_datadir): Change to std::string.
2346 (python_libdir): Likewise.
2347 (relocate_gdb_directory): Change return type to std::string.
2348 * guile/guile.c (gdbscm_data_directory): Update.
2349 (initialize_scheme_side): Update.
2350 * jit.c (jit_reader_dir): Change to std::string.
2351 (jit_reader_load_command): Update.
2352 * main.c (gdb_datadir): Change to std::string.
2353 (python_libdir): Likewise.
2354 (set_gdb_data_directory): Update.
2355 (relocate_path): Change to return std::string.
2356 (relocate_gdb_directory): Change to return std::string.
2357 (relocate_gdbinit_path_maybe_in_datadir): Update.
2358 (captured_main_1): Update.
2359 * python/python.c (do_start_initialization): Update.
2360 * top.c (show_gdb_datadir): Update.
2361 * xml-syscall.c (xml_init_syscalls_info): Update.
2362 (init_syscalls_info): Update.
2363
9224a013
CB
23642019-09-11 Christian Biesinger <cbiesinger@google.com>
2365
2366 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2367 out of get_init_files.
2368 (get_init_files): Update.
2369
f48cd836
CB
23702019-09-11 Christian Biesinger <cbiesinger@google.com>
2371
2372 * main.c (get_init_files): Change to use std::string.
2373 (captured_main_1): Update.
2374 (print_gdb_help): Update.
2375
9cab7ecd
AT
23762019-09-11 Ali Tamur <tamur@google.com>
2377
2378 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2379 implementation.
2380
67547d89
CB
23812019-09-11 Christian Biesinger <cbiesinger@google.com>
2382
2383 * dbxread.c (read_dbx_symtab): Update.
2384 * dwarf2read.c (load_partial_dies): Update.
2385 * mdebugread.c (parse_partial_symbols): Update.
2386 (handle_psymbol_enumerators): Update.
2387 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2388 * psymtab.c (add_psymbol_to_bcache): Likewise.
2389 (add_psymbol_to_list): Likewise.
2390 * symtab.c (symbol_set_names): Likewise.
2391 * symtab.h (symbol_set_names): Likewise.
2392 * xcoffread.c (scan_xcoff_symtab): Update.
2393
64b2d4a0
TT
23942019-09-11 Tom Tromey <tom@tromey.com>
2395
2396 * symfile-mem.c (symbol_file_add_from_memory): Use
2397 bfd_set_filename.
2398 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2399 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2400
3b00ef10
TT
24012019-09-10 Tom Tromey <tromey@adacore.com>
2402
2403 * dwarf-index-write.c (write_psymbols): Extend error message.
2404 (debug_names::insert): Add Ada code.
2405 (debug_names::write_psymbols): Remove Ada check.
2406 (debug_names) <m_string_obstack>: New member.
2407 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2408 (gdb_index_symbol_name_matcher::matches): Remove.
2409 (mapped_index_base::find_name_components_bounds): Add "lang"
2410 parameter.
2411 (mapped_index_base::build_name_components): Also split names
2412 according to Ada syntax.
2413 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2414 type of "match_callback".
2415 (check_match, check_find_bounds_finds)
2416 (dw2_expand_symtabs_matching): Update.
2417 (dw2_debug_names_iterator): Add new constructor.
2418 (dw2_debug_names_map_matching_symbols): New function.
2419 (dw2_debug_names_expand_symtabs_matching): Update.
2420 (dwarf2_debug_names_functions): Use
2421 dw2_debug_names_map_matching_symbols.
2422
aa391654
TT
24232019-09-10 Tom Tromey <tromey@adacore.com>
2424
2425 * dwarf2read.c (dw2_get_file_names_reader): Add the
2426 CU's file name to the results.
2427
b054970d
TT
24282019-09-10 Tom Tromey <tromey@adacore.com>
2429
2430 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2431 map_matching_symbols. Update.
2432 * dwarf2read.c (dw2_map_matching_symbols): Update.
2433 * psymtab.c (match_partial_symbol): Change type; update.
2434 (psym_map_matching_symbols): Likewise.
2435 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2436 type; update.
2437 * symfile.h (struct quick_symbol_functions)
2438 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2439 Remove "match".
2440
6a3dbf1b
TT
24412019-09-10 Tom Tromey <tromey@adacore.com>
2442
2443 * psymtab.c (map_block): Remove.
2444 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2445 * symtab.c (iterate_over_symbols_terminated): New function.
2446 * symtab.c (iterate_over_symbols_terminated): Declare.
2447
6969f124
TT
24482019-09-10 Tom Tromey <tromey@adacore.com>
2449
2450 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2451 * language.h (struct language_defn) <la_iterate_over_symbols>:
2452 Return bool.
2453 * symtab.c (iterate_over_symbols): Return bool.
2454 * symtab.h (iterate_over_symbols): Return bool.
2455
199b4314
TT
24562019-09-10 Tom Tromey <tromey@adacore.com>
2457
2458 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2459 (add_nonlocal_symbols): Update.
2460 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2461 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2462 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2463 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2464 Change type of "callback". Remove "data".
2465
a084a2a6
AT
2466
24672019-09-09 Ali Tamur <tamur@google.com>
2468
2469 * dwarf2read.c (comp_unit_head): Update comment.
2470 (dwarf2_dwo_name): New function declaration.
2471 (dwarf_unit_type_name): New function declaration.
2472 (read_comp_unit_head): Add support for new compilation units,
2473 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2474 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2475 (currently named as "signature") in their header. Also clarify error
2476 messages.
2477 (lookup_dwo_id): New function. Returns the dwo id of the given
2478 compile unit.
2479 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2480 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2481 functions.
2482 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2483 (dwarf2_dwo_name): Get the dwo name if present.
2484 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2485 purposes.
2486
25a2915e
TT
24872019-09-09 Tom Tromey <tom@tromey.com>
2488
2489 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2490
e4df0874
PW
24912019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2492
2493 * python/python.c (do_start_initialization): Make progname_copy static,
2494 to avoid a leak report.
2495
8634b462
TT
24962019-09-08 Tom Tromey <tom@tromey.com>
2497
2498 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2499
c7f839cb
SM
25002019-09-07 Simon Marchi <simon.marchi@efficios.com>
2501
2502 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2503 Change type to gdb::optional<block_enum>.
2504 (dw2_symtab_iter_init): Change block_index parameter type
2505 to gdb::optional<block_enum>.
2506 (dw2_lookup_symbol): Change block_index parameter
2507 type to block_enum.c
2508 (dw2_debug_names_lookup_symbol): Likewise.
2509 * psymtab.c (psym_lookup_symbol): Likewise.
2510 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2511 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2512 Likewise.
2513
ead0e69a
CB
25142019-09-06 Christian Biesinger <cbiesinger@google.com>
2515
2516 * defs.h (relocate_gdb_directory): Change int to bool in
2517 signature and rename flag to relocatable.
2518 * main.c (relocate_path): Likewise.
2519 (relocate_gdb_directory): Likewise.
2520
b16c44de
AM
25212019-09-06 Alan Modra <amodra@gmail.com>
2522
2523 * coffread.c (coff_symfile_read): Constify filename variable.
2524 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
2525 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
2526 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
2527 * solib.c (reload_shared_libraries_1): Likewise.
2528 * symfile.c (reread_symbols): Likewise.
2529 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
2530 * solib-darwin.c (darwin_bfd_open): Likewise.
2531 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2532
06ff036e
AB
25332019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * psymtab.c (print_partial_symbols): Handle missing domain_enum
2536 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
2537
4e962e74
TT
25382019-09-03 Tom Tromey <tromey@adacore.com>
2539
2540 * ada-valprint.c (ada_val_print_num): Don't recurse for range
2541 types.
2542 (has_negatives): Unbias a range type bound.
2543 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
2544 * gdbtypes.c (operator==): Handle new field.
2545 (create_range_type): Add "bias" parameter.
2546 (create_static_range_type, resolve_dynamic_range): Update.
2547 * gdbtypes.h (struct range_bounds) <bias>: New member.
2548 (create_range_type): Add bias parameter.
2549 * printcmd.c (print_scalar_formatted): Unbias range types.
2550 * value.c (unpack_long): Unbias range types.
2551 (pack_long): Bias range types.
2552
d90b8f26
AH
25532019-09-02 Alan Hayward <alan.hayward@arm.com>
2554
2555 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
2556 probe arguments.
2557
fe01123e
AH
25582019-09-02 Alan Hayward <alan.hayward@arm.com>
2559
2560 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
2561 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
2562 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
2563 (compile_probe_arg): Likewise.
2564 * probe.h (get_argument_count): Likewise.
2565 * solib-svr4.c (solib_event_probe_action): Likewise.
2566 * stap-probe.c (stap_probe::get_argument_count): Likewise.
2567
e661ef01
AH
25682019-09-02 Alan Hayward <alan.hayward@arm.com>
2569
2570 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
2571 code to here...
2572 (svr4_create_solib_event_breakpoints): ...from here.
2573
47a536d9
SDJ
25742019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
2575
2576 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
2577 suffix from warning message.
2578
d6a00eba
TT
25792019-08-30 Tom Tromey <tom@tromey.com>
2580
2581 * tui/tui-winsource.h (struct tui_source_window_base)
2582 <refresh_all>: Don't declare.
2583 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
2584 Remove.
2585 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
2586 tui_show_locator_content.
2587 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
2588 declare.
2589 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
2590 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
2591 declare.
2592
55b2657b
TT
25932019-08-30 Tom Tromey <tom@tromey.com>
2594
2595 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
2596
12a8555a
TT
25972019-08-30 Tom Tromey <tom@tromey.com>
2598
2599 * tui/tui-stack.c (_initialize_tui_stack): Move later.
2600 Remove unnecessary forward declarations.
2601
900ac242
TT
26022019-08-30 Tom Tromey <tom@tromey.com>
2603
2604 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
2605 rerender.
2606 (tui_update_locator_fullname, tui_show_frame_info): Don't call
2607 tui_show_locator_content.
2608
99ab33fb
TT
26092019-08-30 Tom Tromey <tom@tromey.com>
2610
2611 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
2612 (tui_locator_window::rerender): Rewrite using body of previous
2613 tui_show_locator_content.
2614
e594a5d1
TT
26152019-08-30 Tom Tromey <tom@tromey.com>
2616
2617 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
2618 set_locator_fullname>: New methods.
2619 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2620 Rename from tui_set_locator_fullname.
2621 (tui_locator_window::set_locator_info): Rename from
2622 tui_set_locator_info. Return bool.
2623 (tui_update_locator_fullname, tui_show_frame_info): Update.
2624
715bb467
TT
26252019-08-30 Tom Tromey <tom@tromey.com>
2626
2627 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
2628
772f3f03
TT
26292019-08-30 Tom Tromey <tom@tromey.com>
2630
2631 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
2632 call touchwin.
2633
108e13ab
TT
26342019-08-30 Tom Tromey <tom@tromey.com>
2635
2636 * tui/tui-wingeneral.c (box_win): Assume win_info and
2637 win_info->handle cannot be NULL.
2638
cdaa6eb4
TT
26392019-08-30 Tom Tromey <tom@tromey.com>
2640
2641 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
2642 refresh_window>: Declare.
2643 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
2644 resize.
2645 (tui_data_item_window::rerender): Rename from
2646 tui_display_register.
2647 (tui_data_item_window::refresh_window): New method.
2648 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
2649 no-op.
2650
89df7f90
TT
26512019-08-30 Tom Tromey <tom@tromey.com>
2652
2653 * tui/tui-regs.h (struct tui_data_window) <regs_content,
2654 regs_column_count, current_group>: Move later. Now private.
2655 <get_current_group>: New method.
2656 * tui/tui-regs.c (tui_reg_command): Update.
2657 * tui/tui-layout.c (tui_set_layout): Update.
2658
1bf2866a
TT
26592019-08-30 Tom Tromey <tom@tromey.com>
2660
2661 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2662 (tui_data_window::rerender): Don't call
2663 check_and_display_highlight_if_needed.
2664 (tui_data_window::refresh_all): Remove call to
2665 erase_data_content.
2666
0670413d
TT
26672019-08-30 Tom Tromey <tom@tromey.com>
2668
2669 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2670 (tui_data_window::display_registers_from)
2671 (tui_data_window::display_reg_element_at_line)
2672 (tui_data_window::display_registers_from_line): Remove checks of
2673 "empty".
2674
18bb55c7
TT
26752019-08-30 Tom Tromey <tom@tromey.com>
2676
2677 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
2678 Don't declare.
2679 * tui/tui-regs.c (tui_data_window::show_registers): Call
2680 rerender.
2681 (tui_data_window::rerender): Rename from display_all_data.
2682 (tui_data_window::rerender): Remove old implementation.
2683
1f6d2f10
TT
26842019-08-30 Tom Tromey <tom@tromey.com>
2685
2686 * tui/tui-regs.c (tui_data_window::display_all_data): Change
2687 text.
2688 * tui/tui-data.h (NO_DATA_STRING): Remove define.
2689
16d01f9c
BW
26902019-08-29 Bernhard Wodok <barto@gmx.net>
2691 Sergio Durigan Junior <sergiodj@redhat.com>
2692
2693 PR win32/24284
2694 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
2695
d8f27c60
AB
26962019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
2699 when searching for types.
2700
1f20c35e
AB
27012019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * f-lang.c (f_language_defn): Use f_print_typedef.
2704 * f-lang.h (f_print_typedef): Declare.
2705 * f-typeprint.c (f_print_typedef): Define.
2706
550105b7
CB
27072019-08-27 Christian Biesinger <cbiesinger@google.com>
2708
2709 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2710
4acfdd20
AB
27112019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * cli/cli-utils.c (info_print_options_defs): Delete.
2714 (make_info_print_options_def_group): Delete.
2715 (extract_info_print_options): Delete.
2716 (info_print_command_completer): Delete.
2717 (info_print_args_help): Add extra parameter, and optionally
2718 include text about -n flag.
2719 * cli/cli-utils.h (struct info_print_options): Delete.
2720 (extract_info_print_options): Delete declaration.
2721 (info_print_command_completer): Delete declaration.
2722 (info_print_args_help): Add extra parameter, extend header
2723 comment.
2724 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2725 search_symbols.
2726 * stack.c (struct info_print_options): New type.
2727 (info_print_options_defs): New file scoped variable.
2728 (make_info_print_options_def_group): New static function.
2729 (info_print_command_completer): New static function.
2730 (info_locals_command): Update to use new local functions.
2731 (info_args_command): Likewise.
2732 (_initialize_stack): Add extra parameter to calls to
2733 info_print_args_help.
2734 * symtab.c (search_symbols): Add extra parameter, use this to
2735 possibly excluse non-debug symbols.
2736 (symtab_symbol_info): Add extra parameter, which is passed on to
2737 search_symbols.
2738 (struct info_print_options): New type.
2739 (info_print_options_defs): New file scoped variable.
2740 (make_info_print_options_def_group): New static function.
2741 (info_print_command_completer): New static function.
2742 (info_variables_command): Update to use local functions, and pass
2743 extra parameter through to symtab_symbol_info.
2744 (info_functions_command): Likewise.
2745 (info_types_command): Pass additional argument through to
2746 symtab_symbol_info.
2747 (rbreak_command): Pass extra argument to search_symbols.
2748 (_initialize_symtab): Add extra arguments for calls to
2749 info_print_args_help, and update help text for 'info variables',
2750 'whereis', and 'info functions' commands.
2751 * symtab.h (search_symbols): Add extra argument to declaration.
2752 * NEWS: Mention new flags.
2753
9aa55206
CB
27542019-08-26 Christian Biesinger <cbiesinger@google.com>
2755
2756 * symtab.c (lookup_static_symbol): Call the new function (and move
2757 it down to be next to lookup_global_symbol).
2758 (struct global_sym_lookup_data): Add block_enum member and rename to...
2759 (struct global_or_static_sym_lookup_data): ...this.
2760 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2761 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2762 (lookup_symbol_global_or_static_iterator_cb): ...this.
2763 (lookup_global_or_static_symbol): New function.
2764 (lookup_global_symbol): Call new function.
2765
5c31b358
TV
27662019-08-26 Tom de Vries <tdevries@suse.de>
2767
2768 PR c++/24852
2769 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2770 when pc_probe.prob == NULL.
2771
23c13d42
SM
27722019-08-25 Simon Marchi <simon.marchi@efficios.com>
2773
2774 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2775 variable symbol_linkage to symbol_linkage_.
2776
beadd3e8
SM
27772019-08-25 Simon Marchi <simon.marchi@efficios.com>
2778
2779 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2780 represent whether the symbol is static, dynamic, or we don't
2781 know.
2782
e3ec872f
YS
27832019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2784
2785 * gdb/rx-tdep.c (rx_register_names): New.
2786 (rx_register_name): Delete.
2787 (rx_psw_type): Delete.
2788 (rx_fpsw_type): Delete.
2789 (rx_register_type): Delete.
2790 (rx_gdbarch_init): Convert target-descriptions.
2791 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2792 * gdb/features/Makefile: Add rx.xml.
2793 * gdb/features/rx.xml: New.
2794 * gdb/features/rx.c: Generated.
2795 * gdb/NEWS: Mention target description support.
2796
d0509ba4
CB
27972019-08-22 Christian Biesinger <cbiesinger@google.com>
2798
2799 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2800 *slot_ptr.
2801
2d41fa11
SDJ
28022019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2803
2804 * configure.ac: Don't check for 'dlfcn.h' (moved to
2805 gdbsupport/common.m4).
2806 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2807 'gdbsupport/'.
2808 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
2809 * compile/compile-c-support.c: Include
2810 'gdbsupport/gdb-dlfcn.h'.
2811 * gdbsupport/common.m4: Check for 'dlfcn.h'.
2812 * gdb-dlfcn.c: Move to...
2813 * gdbsupport/gdb-dlfcn.c: ... here.
2814 * gdb-dlfcn.h: Move to...
2815 * gdbsupport/gdb-dlfcn.h: ... here.
2816
de8af808
SL
28172019-08-23 Sandra Loosemore <sandra@codesourcery.com>
2818
2819 * nios2-tdep.c (struct reg_value): Improve comments. Make
2820 the offset field signed.
2821
27204489
CB
28222019-08-22 Christian Biesinger <cbiesinger@google.com>
2823
2824 * python/lib/gdb/__init__.py (_execute_file): New function.
2825 * python/python.c (python_run_simple_file): Call gdb._execute_file
2826 on Windows.
2827
43771869
AB
28282019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
2831 all uses as this was never set to anything but a zero value.
2832
26c957f1
PA
28332019-08-21 Bogdan Harjoc <harjoc@gmail.com>
2834
2835 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
2836
c07aae6e
CB
28372019-08-21 Christian Biesinger <cbiesinger@google.com>
2838
2839 * tui/tui-data.h (tui_gen_win_info): Add an =default
2840 move constructor, required by some GCC versions.
2841
3960cb7a
JF
28422019-08-21 Jinke Fan <fanjinke51@yeah.net>
2843
2844 * go32-nat.c (go32_sysinfo): Add hygon_p.
2845
04c72a68
TT
28462019-08-20 Tom Tromey <tom@tromey.com>
2847
2848 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
2849 line_from_reg_element_no, first_reg_element_no_inline,
2850 display_all_data, delete_data_content_windows,
2851 erase_data_content>: Now private.
2852
072272ce
TT
28532019-08-20 Tom Tromey <tom@tromey.com>
2854
2855 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
2856 (tui_unhighlight_win, tui_highlight_win)
2857 (tui_win_info::make_window): Update.
2858 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
2859
973961bd
TT
28602019-08-20 Tom Tromey <tom@tromey.com>
2861
2862 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2863 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2864 (MAX_PID_WIDTH): Move to tui-stack.c.
2865 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2866 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2867 (MAX_PID_WIDTH): Move from tui-data.h.
2868
ab0e1f1a
TT
28692019-08-20 Tom Tromey <tom@tromey.com>
2870
2871 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
2872 * tui/tui-wingeneral.c (box_win): Change type of win_info.
2873 (box_win): Update.
2874 (tui_gen_win_info::make_window): Rename from tui_make_window.
2875 (tui_win_info::make_window): New method.
2876 (tui_gen_win_info::make_visible): Update.
2877 * tui/tui-source.c (tui_source_window::set_contents): Update.
2878 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
2879 (tui_data_window::display_registers_from): Update.
2880 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2881 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
2882 Declare.
2883 <can_box>: Remove.
2884 <title>: Remove.
2885 (struct tui_win_info) <make_window>: Declare.
2886 <can_box>: Now virtual.
2887 <title>: New member.
2888 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
2889 * tui/tui-command.c (tui_cmd_window::resize): Update.
2890
100c2bf3
TT
28912019-08-20 Tom Tromey <tom@tromey.com>
2892
2893 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
2894 * tui/tui-regs.c (tui_data_window::show_registers): Update.
2895 (tui_data_window::check_register_values): Update.
2896
fa4dc567
TT
28972019-08-20 Tom Tromey <tom@tromey.com>
2898
2899 * tui/tui-regs.h (struct tui_data_window): Use
2900 DISABLE_COPY_AND_ASSIGN.
2901 <regs_content>: Change type, removing unique_ptr.
2902 <tui_data_window>: Add move constructor.
2903 * tui/tui-regs.c (tui_data_window::show_registers)
2904 (tui_data_window::show_register_group)
2905 (tui_data_window::display_registers_from)
2906 (tui_data_window::display_registers_from)
2907 (tui_data_window::first_data_item_displayed)
2908 (tui_data_window::delete_data_content_windows)
2909 (tui_data_window::rerender, tui_data_window::refresh_window)
2910 (tui_data_window::check_register_values): Update.
2911
ca02d7c8
TT
29122019-08-20 Tom Tromey <tom@tromey.com>
2913
2914 * tui/tui-regs.h (struct tui_data_window) <show_registers,
2915 show_register_group>: Declare.
2916 (tui_show_register_group): Don't declare.
2917 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
2918 tui_show_registers.
2919 (tui_data_window::show_register_group): Rename from
2920 tui_show_register_group.
2921 (tui_data_window::check_register_values, tui_reg_command):
2922 Update.
2923 * tui/tui-layout.c (tui_set_layout): Update.
2924
63356bfd
TT
29252019-08-20 Tom Tromey <tom@tromey.com>
2926
2927 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2928 Declare.
2929 (tui_check_register_values): Don't declare.
2930 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2931 from tui_check_register_values.
2932 * tui/tui-hooks.c (tui_register_changed): Update.
2933
42cc14a7
TT
29342019-08-20 Tom Tromey <tom@tromey.com>
2935
2936 * tui/tui-regs.c (tui_reg_layout): Move later.
2937 (tui_show_registers): Don't enable TUI mode or change layout.
2938
b9ad3686
TT
29392019-08-20 Tom Tromey <tom@tromey.com>
2940
2941 * tui/tui-regs.h (struct tui_data_item_window)
2942 <~tui_data_item_window>: Remove.
2943 <content>: Now a unique_xmalloc_ptr.
2944 * tui/tui-regs.c (tui_register_format): Return a
2945 unique_xmalloc_ptr.
2946 (tui_get_register): Update.
2947 (~tui_data_item_window): Remove.
2948 (tui_data_window::display_registers_from, tui_display_register):
2949 Update.
2950 * tui/tui-io.h (tui_expand_tabs): Update.
2951 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2952 Remove "col" parameter.
2953
8e114aab
TT
29542019-08-20 Tom Tromey <tom@tromey.com>
2955
2956 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2957 field.
2958 * tui/tui-regs.c (~tui_data_item_window): Update.
2959
1a4f81dd
TT
29602019-08-20 Tom Tromey <tom@tromey.com>
2961
2962 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2963 earlier.
2964
0f8d8876
TT
29652019-08-20 Tom Tromey <tom@tromey.com>
2966
2967 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2968
605dc2c2
TT
29692019-08-20 Tom Tromey <tom@tromey.com>
2970
2971 * tui/tui-source.h (struct tui_source_window): Update.
2972 * tui/tui-regs.c (tui_show_registers): Update.
2973 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2974 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2975 (NO_REGS_STRING): Remove defines.
2976
aedbe3bb
CM
29772019-08-20 Conrad Meyer <cem@FreeBSD.org>
2978
2979 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2980 unnecessary thread walk if remote doesn't support the packet.
2981
7ce8f214
TT
29822019-08-19 Tom Tromey <tromey@adacore.com>
2983
2984 * python/py-value.c (value_has_field): Fix indentation.
2985
f21c2bd7
TT
29862019-08-19 Tom Tromey <tromey@adacore.com>
2987
2988 * printcmd.c (do_one_display, info_display_command): Update.
2989 * block.h (contained_in): Return bool. Add allow_nested
2990 parameter.
2991 * block.c (contained_in): Return bool. Add allow_nested
2992 parameter.
2993
d806ea2d
TT
29942019-08-19 Tom Tromey <tom@tromey.com>
2995
2996 * configure: Rebuild.
2997 * configure.ac: Disallow the combination of -static-libstdc++ and
2998 source highlight.
2999 * source-cache.c (get_language_name): Handle rust.
3000 (source_cache::get_source_lines): Ignore highlighting exceptions.
3001
398fdd60
TT
30022019-08-16 Tom Tromey <tom@tromey.com>
3003
3004 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3005 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3006 (struct tui_source_window_base) <make_visible, refresh_window,
3007 resize>: Remove methods.
3008 <execution_info>: Remove field.
3009 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3010 (tui_show_source_line, tui_source_window_base)
3011 (~tui_source_window_base): Update.
3012 (tui_source_window_base::resize)
3013 (tui_source_window_base::make_visible)
3014 (tui_source_window_base::refresh_window): Remove.
3015 (tui_source_window_base::update_exec_info): Update.
3016 * tui/tui-source.c (tui_source_window::set_contents): Update.
3017 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3018
e699d331
TT
30192019-08-16 Tom Tromey <tom@tromey.com>
3020
3021 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3022 deprecated_query_hook.
3023
bb01dbfc
TT
30242019-08-16 Tom Tromey <tom@tromey.com>
3025
3026 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3027 (tui_update_source_windows_with_line): Update.
3028 * tui/tui-source.h (struct tui_source_window)
3029 <show_symtab_source>: Declare.
3030 (tui_show_symtab_source): Don't declare.
3031 * tui/tui-source.c (tui_show_symtab_source): Rename from
3032 tui_show_symtab_source.
3033
81c82c4b
TT
30342019-08-16 Tom Tromey <tom@tromey.com>
3035
3036 * tui/tui-winsource.h (struct tui_source_window_base)
3037 <set_contents>: Declare.
3038 * tui/tui-winsource.c
3039 (tui_source_window_base::update_source_window_as_is): Update.
3040 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3041 Declare.
3042 (tui_set_source_content): Don't declare.
3043 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3044 tui_set_source_content.
3045 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3046 Declare.
3047 (tui_set_disassem_content): Don't declare.
3048 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3049 tui_set_disassem_content.
3050
2ddaf614
TT
30512019-08-16 Tom Tromey <tom@tromey.com>
3052
3053 * tui/tui-winsource.h (struct tui_source_window_base)
3054 <update_breakpoint_info>: Declare.
3055 (tui_update_breakpoint_info): Don't declare.
3056 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3057 (tui_update_all_breakpoint_info): Update.
3058 (tui_source_window_base::update_breakpoint_info): Rename from
3059 tui_update_breakpoint_info.
3060 (tui_source_window_base::update_exec_info): Update.
3061
017f9828
TT
30622019-08-16 Tom Tromey <tom@tromey.com>
3063
3064 * tui/tui-winsource.h (struct tui_source_window_base)
3065 <update_source_window>: Declare.
3066 (tui_update_source_window): Don't declare.
3067 * tui/tui-winsource.c
3068 (tui_source_window_base::update_source_window): Rename from
3069 tui_update_source_window.
3070 (tui_source_window_base::rerender): Update.
3071 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3072 * tui/tui-disasm.c (tui_show_disassem)
3073 (tui_show_disassem_and_update_source)
3074 (tui_disasm_window::maybe_update): Update.
3075
ed8358e9
TT
30762019-08-16 Tom Tromey <tom@tromey.com>
3077
3078 * tui/tui-winsource.h (struct tui_source_window_base)
3079 <update_source_window_as_is>: Declare.
3080 (tui_update_source_window_as_is): Don't declare.
3081 * tui/tui-winsource.c (tui_update_source_window): Update
3082 (tui_source_window_base::update_source_window_as_is): Rename from
3083 tui_update_source_window_as_is.
3084 (tui_source_window_base::refill): Update.
3085 * tui/tui-source.c (tui_show_symtab_source): Update.
3086 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3087 Update.
3088
20149b6b
TT
30892019-08-16 Tom Tromey <tom@tromey.com>
3090
3091 * tui/tui-winsource.h (tui_update_source_window)
3092 (tui_update_source_window_as_is): Remove "noerror" parameter.
3093 * tui/tui-winsource.c (tui_update_source_window)
3094 (tui_update_source_window_as_is): Remove "noerror" parameter.
3095 (tui_update_source_windows_with_addr)
3096 (tui_update_source_windows_with_line)
3097 (tui_source_window_base::rerender)
3098 (tui_source_window_base::refill): Update.
3099 * tui/tui-source.h (tui_set_source_content)
3100 (tui_show_symtab_source): Remove "noerror" parameter.
3101 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3102 parameter.
3103 (tui_show_symtab_source): Likewise.
3104 (tui_source_window::maybe_update): Update.
3105 * tui/tui-disasm.c (tui_show_disassem)
3106 (tui_show_disassem_and_update_source)
3107 (tui_disasm_window::do_scroll_vertical)
3108 (tui_disasm_window::maybe_update): Update.
3109
2d83e710
TT
31102019-08-16 Tom Tromey <tom@tromey.com>
3111
3112 * tui/tui.c (tui_is_window_visible): Update.
3113 * tui/tui-wingeneral.c (tui_make_window)
3114 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3115 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3116 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3117 (tui_set_win_height_command, parse_scrolling_args): Update.
3118 * tui/tui-source.c (tui_source_window::style_changed): Update.
3119 * tui/tui-regs.c (tui_show_registers)
3120 (tui_data_window::first_data_item_displayed)
3121 (tui_data_window::delete_data_content_windows)
3122 (tui_check_register_values, tui_reg_command): Update.
3123 * tui/tui-disasm.c (tui_show_disassem): Update.
3124 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3125 method.
3126 <is_visible>: Remove field.
3127 * tui/tui-data.c (tui_next_win, tui_prev_win)
3128 (tui_delete_invisible_windows): Update.
3129
d4ab829a
TT
31302019-08-16 Tom Tromey <tom@tromey.com>
3131
3132 * tui/tui-winsource.h (struct tui_source_window_base)
3133 <m_has_locator>: Remove.
3134 * tui/tui-layout.c (show_source_disasm_command, show_data)
3135 (show_source_or_disasm_and_command): Update.
3136
aa7ca1bb
AH
31372019-08-16 Alan Hayward <alan.hayward@arm.com>
3138
3139 * NEWS (Other MI changes): New subsection.
3140 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3141 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3142 * arch-utils.c (default_get_pc_address_flags): New function.
3143 * arch-utils.h (default_get_pc_address_flags): New declaration.
3144 * gdbarch.sh: Add get_pc_address_flags.
3145 * gdbarch.c: Regenerate.
3146 * gdbarch.h: Likewise.
3147 * stack.c (print_pc): New function.
3148 (print_frame_info) (print_frame): Call print_pc.
3149
6eac171f
TV
31502019-08-16 Tom de Vries <tdevries@suse.de>
3151
3152 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3153 print_objfile_section_info.
3154
3df505f6
TT
31552019-08-15 Tom Tromey <tom@tromey.com>
3156
3157 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3158 calling update_cmdwin_start_line.
3159 * tui/tui-winsource.h (struct tui_source_window_base)
3160 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3161 <rerender>: Declare.
3162 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3163 Call rerender.
3164 (tui_source_window_base::set_new_height): Remove.
3165 (tui_source_window_base::rerender): Rename from
3166 do_make_visible_with_new_height.
3167 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3168 resize method.
3169 (tui_win_info::make_invisible_and_set_new_height)
3170 (tui_win_info::make_visible_with_new_height): Remove.
3171 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3172 Declare.
3173 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3174 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3175 do_make_visible_with_new_height>: Don't declare.
3176 <rerender>: Declare.
3177 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3178 set_new_height.
3179 (tui_data_window::do_make_visible_with_new_height): Remove.
3180 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3181 call tui_show_locator_content.
3182 (tui_gen_win_info::resize): Call rerender.
3183 (show_source_or_disasm_and_command): Don't call
3184 tui_show_locator_content.
3185 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3186 method.
3187 (struct tui_win_info) <rerender>: Declare.
3188 <set_new_height, make_invisible_and_set_new_height,
3189 make_visible_with_new_height>: Don't declare.
3190 * tui/tui-data.c (tui_win_list::rerender): New method.
3191 * tui/tui-command.h (struct tui_cmd_window)
3192 <do_make_visible_with_new_height>: Don't declare.
3193 * tui/tui-command.c
3194 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3195
272560b5
TT
31962019-08-15 Tom Tromey <tromey@adacore.com>
3197
3198 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3199 * ada-lang.c (ada_enum_name): Likewise.
3200
08235187
CB
32012019-08-15 Christian Biesinger <cbiesinger@google.com>
3202
3203 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3204 leading underscore.
3205 (GdbOutputErrorFile): Likewise.
3206 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3207 accordingly.
3208 (execute_unwinders): Rename to have a leading underscore.
3209 (auto_load_packages): Likewise.
3210 (global scope): Adjust call to auto_load_packages accordingly.
3211 (GdbSetPythonDirectory): Likewise.
3212 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3213 instead of execute_unwinders.
3214
db502012
TT
32152019-08-15 Tom Tromey <tom@tromey.com>
3216
3217 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3218 (show_data): Don't change window visibility.
3219 (tui_gen_win_info::resize): Remove special case for command
3220 window. Use wresize, when available.
3221 (show_source_or_disasm_and_command): Don't change window
3222 visibility.
3223 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3224 <make_visible>: New method.
3225 * tui/tui-command.c (tui_cmd_window::resize): New method.
3226
3891b65e
TT
32272019-08-15 Tom Tromey <tom@tromey.com>
3228
3229 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3230 (struct tui_source_windows): New.
3231 * tui/tui-winsource.c (tui_display_main): Update.
3232 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3233 (new_height_ok, parse_scrolling_args): Update.
3234 * tui/tui-layout.c (show_layout, show_data): Update.
3235 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3236 (tui_add_to_source_windows): Don't declare.
3237 * tui/tui-data.c (source_windows, tui_source_windows)
3238 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3239
ee556432
TT
32402019-08-15 Tom Tromey <tom@tromey.com>
3241
3242 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3243 Rename from reset.
3244 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3245 * tui/tui-layout.c (show_source_disasm_command, show_data):
3246 Update.
3247 (tui_gen_win_info::resize): Rename.
3248 (show_source_or_disasm_and_command): Update.
3249 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3250 reset.
3251
46f438e3
TT
32522019-08-15 Tom Tromey <tom@tromey.com>
3253
3254 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3255 * tui/tui-interp.c (tui_interp::init): Don't call
3256 tui_initialize_static_data.
3257 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3258
f4ce562c
TT
32592019-08-15 Tom Tromey <tom@tromey.com>
3260
3261 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3262 examine tui_win_list.
3263
c398c3d0
TT
32642019-08-15 Tom Tromey <tom@tromey.com>
3265
3266 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3267 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3268 tui_clear_source_content.
3269 (tui_clear_source_content): Remove.
3270 (tui_source_window_base::do_erase_source_content): Hoist call to
3271 content.clear().
3272 * tui/tui-stack.c (tui_show_frame_info): Don't call
3273 tui_clear_source_content.
3274
e25d2004
TT
32752019-08-15 Tom Tromey <tom@tromey.com>
3276
3277 * tui/tui-winsource.h (struct tui_source_window_base)
3278 <do_erase_source_content>: New method.
3279 <erase_source_content>: New method.
3280 (tui_erase_source_content): Don't declare.
3281 * tui/tui-winsource.c (tui_clear_source_content): Update.
3282 (tui_source_window_base::do_erase_source_content): Rename from
3283 tui_erase_source_content.
3284 (tui_source_window_base::show_source_content): Update.
3285 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3286 * tui/tui-source.h (struct tui_source_window)
3287 <erase_source_content>: New method.
3288 * tui/tui-disasm.h (struct tui_disasm_window)
3289 <erase_source_content>: New method.
3290
002f15c2
TT
32912019-08-15 Tom Tromey <tom@tromey.com>
3292
3293 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3294 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3295 constructor.
3296 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3297 * tui/tui-source.c (tui_set_source_content): Update.
3298 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3299
c9033fe8
TT
33002019-08-15 Tom Tromey <tom@tromey.com>
3301
3302 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3303 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3304 tui-source.c.
3305 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3306 Declare.
3307 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3308 method.
3309 (tui_source_window::maybe_update): Update.
3310
088f37dd
TT
33112019-08-15 Tom Tromey <tom@tromey.com>
3312
3313 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3314 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3315 tui-disasm.c.
3316 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3317 Declare.
3318 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3319 method.
3320 (tui_disasm_window::maybe_update): Update.
3321
a54700c6
TT
33222019-08-15 Tom Tromey <tom@tromey.com>
3323
3324 * tui/tui-winsource.h (struct tui_source_window_base)
3325 <maybe_update>: Declare.
3326 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3327 method.
3328 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3329 Declare.
3330 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3331 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3332 Declare.
3333 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3334
e2a678a5
TT
33352019-08-15 Tom Tromey <tom@tromey.com>
3336
3337 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3338
f2dda477
TT
33392019-08-15 Tom Tromey <tom@tromey.com>
3340
3341 * tui/tui-wingeneral.c: Include tui-stack.h.
3342 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3343 (struct tui_locator_window): Move from tui-data.h.
3344 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3345 (tui_initialize_static_data): Move from tui-data.c.
3346 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3347 (struct tui_locator_window): Move to tui-stack.c.
3348 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3349 (tui_initialize_static_data): Move to tui-stack.c.
3350
ed4a1084
TT
33512019-08-15 Tom Tromey <tom@tromey.com>
3352
3353 * tui/tui-layout.c (show_source_disasm_command)
3354 (show_source_or_disasm_and_command): Use make_visible method, not
3355 tui_make_window.
3356 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3357 Remove.
3358
65962b20
TT
33592019-08-15 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui-wingeneral.h (tui_make_window): Update.
3362 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3363 parameter.
3364 (tui_gen_win_info::make_visible): Update.
3365 * tui/tui-regs.c (tui_data_window::display_registers_from):
3366 Update.
3367 * tui/tui-layout.c (show_source_disasm_command)
3368 (show_source_or_disasm_and_command): Update.
3369 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3370 (enum tui_box): Remove.
3371 (struct tui_win_info) <can_box>: New method.
3372 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3373 method.
3374
2208ee91
TV
33752019-08-15 Tom de Vries <tdevries@suse.de>
3376
3377 * linux-nat-trad.c: Include gdbarch.h.
3378
75faf5c4
AH
33792019-08-14 Alan Hayward <alan.hayward@arm.com>
3380
3381 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3382 register sizes.
3383
b1c896b3
TT
33842019-08-14 Tom Tromey <tromey@adacore.com>
3385
3386 * darwin-nat.c: Include gdbarch.h.
3387 * darwin-nat-info.c: Include gdbarch.h.
3388
6405cd73
TT
33892019-08-13 Tom Tromey <tom@tromey.com>
3390
3391 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3392 Remove.
3393 * tui/tui-data.c (tui_initialize_static_data): Update.
3394
5216580d
TT
33952019-08-13 Tom Tromey <tom@tromey.com>
3396
3397 * tui/tui-winsource.h (struct tui_exec_info_window)
3398 <~tui_exec_info_window, maybe_allocate_content, get_content,
3399 m_content>: Remove.
3400 (struct tui_source_window_base) <set_exec_info_content,
3401 show_exec_info_content>: Don't declare.
3402 * tui/tui-winsource.c
3403 (tui_exec_info_window::maybe_allocate_content): Remove.
3404 (tui_source_window_base::update_exec_info): Rename from
3405 set_exec_info_content.
3406 (tui_source_window_base::show_exec_info_content)
3407 (tui_source_window_base::update_exec_info): Remove.
3408
93858ad3
TT
34092019-08-13 Tom Tromey <tom@tromey.com>
3410
3411 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3412 declare.
3413 * tui/tui-winsource.c (tui_update_source_window_as_is)
3414 (tui_update_source_windows_with_addr, tui_erase_source_content):
3415 Update.
3416 (tui_clear_exec_info_content): Remove.
3417
e321e7ce
TT
34182019-08-13 Tom Tromey <tom@tromey.com>
3419
3420 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3421 declare.
3422 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3423 call tui_erase_exec_info_content.
3424 (tui_clear_exec_info_content): Rename from
3425 tui_erase_exec_info_content.
3426 (tui_clear_exec_info_content): Delete.
3427
8270ac62
TT
34282019-08-13 Tom Tromey <tom@tromey.com>
3429
3430 * tui/tui-winsource.h (struct tui_source_window_base)
3431 <show_exec_info_content>: Declare.
3432 (tui_show_exec_info_content): Don't declare.
3433 * tui/tui-winsource.c
3434 (tui_source_window_base::show_exec_info_content): Rename from
3435 tui_show_exec_info_content.
3436 (tui_source_window_base::update_exec_info): Update.
3437
7b56485d
TT
34382019-08-13 Tom Tromey <tom@tromey.com>
3439
3440 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3441 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3442 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3443 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3444 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3445 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3446 ... here.
3447
7ba913dc
TT
34482019-08-13 Tom Tromey <tom@tromey.com>
3449
3450 * tui/tui-winsource.h (struct tui_source_window_base)
3451 <update_exec_info>: Declare.
3452 (tui_update_exec_info): Don't declare.
3453 * tui/tui-winsource.c (tui_update_source_window_as_is)
3454 (tui_source_window_base::refresh_all)
3455 (tui_update_all_breakpoint_info): Update.
3456 (tui_source_window_base::update_exec_info): Rename from
3457 tui_update_exec_info.
3458 * tui/tui-stack.c (tui_show_frame_info): Update.
3459
37a4a131
TT
34602019-08-13 Tom Tromey <tom@tromey.com>
3461
3462 * tui/tui-winsource.h (struct tui_source_window_base)
3463 <set_exec_info_content>: Declare.
3464 (tui_set_exec_info_content): Don't declare.
3465 * tui/tui-winsource.c
3466 (tui_source_window_base::set_exec_info_content): Rename from
3467 tui_set_exec_info_content.
3468 (tui_update_exec_info): Update.
3469
0bd27e07
TT
34702019-08-13 Tom Tromey <tom@tromey.com>
3471
3472 * tui/tui-winsource.h (struct tui_source_window_base)
3473 <show_source_content>: Declare.
3474 (tui_show_source_content): Don't declare.
3475 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3476 (tui_source_window_base::show_source_content): Rename from
3477 tui_show_source_content.
3478 (tui_source_window_base::refresh_all): Update.
3479 * tui/tui-layout.c (show_source_disasm_command)
3480 (show_source_or_disasm_and_command): Update.
3481
b4ef5aeb
TT
34822019-08-13 Tom Tromey <tom@tromey.com>
3483
3484 * tui/tui-winsource.c (tui_erase_source_content)
3485 (tui_show_source_content, tui_source_window_base::refresh_all):
3486 Update.
3487 * tui/tui-wingeneral.h
3488 (tui_check_and_display_highlight_if_needed): Don't declare.
3489 * tui/tui-wingeneral.c
3490 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3491 check_and_display_highlight_if_needed.
3492 * tui/tui-win.c (tui_rehighlight_all)
3493 (tui_win_info::make_visible_with_new_height): Update.
3494 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3495 (tui_data_window::erase_data_content)
3496 (tui_data_window::display_all_data): Update.
3497 * tui/tui-data.h (struct tui_win_info)
3498 <check_and_display_highlight_if_needed>: Declare.
3499
fede5273
TT
35002019-08-13 Tom Tromey <tom@tromey.com>
3501
3502 * tui/tui-win.c (tui_resize_all): Call
3503 tui_delete_invisible_windows.
3504 * tui/tui-layout.c (show_layout): Call
3505 tui_delete_invisible_windows.
3506 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3507 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3508
22c3f490
TT
35092019-08-13 Tom Tromey <tom@tromey.com>
3510
3511 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3512 tui_add_win_to_layout.
3513
16cb7910
TT
35142019-08-13 Tom Tromey <tom@tromey.com>
3515
3516 * tui/tui-layout.h (tui_default_win_height): Don't declare.
3517 * tui/tui-layout.c (tui_default_win_height): Now static.
3518
cc0c3ffb
TT
35192019-08-13 Tom Tromey <tom@tromey.com>
3520
3521 * tui/tui-layout.c (show_layout): Unify all layout cases into a
3522 single switch.
3523 (show_source_disasm_command, show_source_or_disasm_and_command):
3524 Don't check current layout.
3525
3f3ffe54
TT
35262019-08-13 Tom Tromey <tom@tromey.com>
3527
3528 * tui/tui-wingeneral.c (make_all_visible): Remove.
3529 (tui_make_all_invisible): Simplify.
3530 * tui/tui-layout.c (tui_make_all_invisible): Move from
3531 tui-wingeneral.c; simplify.
3532 (show_layout): Hoist call to tui_make_all_invisible.
3533 (show_data): Don't call tui_make_all_invisible.
3534
69258091
TT
35352019-08-13 Tom Tromey <tom@tromey.com>
3536
3537 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
3538 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
3539
62cf57fe
TT
35402019-08-13 Tom Tromey <tom@tromey.com>
3541
3542 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
3543 tui-data.c.
3544 (show_source_disasm_command, show_data)
3545 (show_source_or_disasm_and_command): Don't use
3546 tui_set_current_layout_to.
3547 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
3548 * tui/tui-data.c (current_layout, tui_current_layout): Move to
3549 tui-layout.c.
3550 (tui_set_current_layout_to): Remove.
3551
2afade5d
TT
35522019-08-13 Tom Tromey <tom@tromey.com>
3553
3554 * tui/tui-layout.c (tui_set_layout): Update.
3555 * tui/tui-data.h (struct tui_layout_def): Remove.
3556 (tui_layout_def): Don't declare.
3557 * tui/tui-data.c (layout_def): Remove.
3558 (tui_layout_def): Remove.
3559
a3504e96
TT
35602019-08-13 Tom Tromey <tom@tromey.com>
3561
3562 * tui/tui-winsource.h (struct tui_source_window_base)
3563 <clear_detail>: No longer "override".
3564 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
3565 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
3566 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
3567 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
3568 Remove.
3569 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
3570
29c92911
TT
35712019-08-13 Tom Tromey <tromey@adacore.com>
3572
3573 * tracepoint.c: Don't include readline.h or history.h.
3574
86c6b807
TT
35752019-08-12 Tom Tromey <tom@tromey.com>
3576
3577 * configure: Rebuild.
3578 * configure.ac: Check for readline 7.
3579 * NEWS: Mention readline 7 requirement.
3580 * README: Update.
3581
5db2718c
TT
35822019-08-12 Tom Tromey <tom@tromey.com>
3583
3584 * mingw-hdep.c (gdb_select): Remove readline hack.
3585
dac36daf
PFC
35862019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3587
3588 * blockframe.c (find_pc_partial_function): Set *block to nullptr
3589 when the function fails.
3590
1022c627
AA
35912019-08-09 Andreas Arnez <arnez@linux.ibm.com>
3592
3593 * s390-tdep.c (s390_type_align): New function.
3594 (s390_gdbarch_init): Set it as type_align gdbarch method.
3595
eba4caf2
TV
35962019-08-09 Tom de Vries <tdevries@suse.de>
3597
3598 PR gdb/24591
3599 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
3600 pc_low with relocation offset.
3601
123cd851
TT
36022019-08-07 Tom Tromey <tromey@adacore.com>
3603
3604 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
3605 (print_frame_args): Update.
3606 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
3607 Update.
3608 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
3609 * frame.h (struct frame_arg): Add initializers.
3610 <error>: Now a unique_xmalloc_ptr.
3611
3d31bc39
AH
36122019-08-07 Alan Hayward <alan.hayward@arm.com>
3613
3614 * NEWS: Expand the Pointer Authentication entry.
3615 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
3616 (aarch64_frame_unmask_lr): ... to this.
3617 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
3618 Call aarch64_frame_unmask_lr.
3619 * frame.c (struct frame_info): Add "masked" variable.
3620 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
3621 (fprint_frame): Check for masked pc.
3622 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
3623 declarations.
3624 * python/py-framefilter.c (py_print_frame): Check for masked pc.
3625 * stack.c (print_frame): Check for masked pc.
3626
0cf9feb9
TT
36272019-08-06 Tom Tromey <tom@tromey.com>
3628
3629 * stabsread.c (patch_block_stabs, read_one_struct_field)
3630 (read_enum_type): Use obstack_strndup.
3631 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
3632 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
3633 * dwarf2read.c (guess_full_die_structure_name)
3634 (anonymous_struct_prefix): Use obstack_strndup.
3635 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
3636 * c-exp.y (yylex): Use obstack_strndup.
3637 * ada-exp.y (write_object_renaming, write_ambiguous_var)
3638 (write_var_or_type): Use obstack_strndup.
3639
efba19b0
TT
36402019-08-06 Tom Tromey <tom@tromey.com>
3641
3642 * symfile.c (reread_symbols): Use obstack_strdup.
3643 * stabsread.c (read_type): Use obstack_strdup.
3644 * gdb_obstack.h (obstack_strdup): New overload.
3645 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
3646 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
3647 (dwarf2_canonicalize_name): Use obstack_strdup.
3648 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
3649 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
3650 Use obstack_strdup.
3651
f25102f7
TT
36522019-08-06 Tom Tromey <tom@tromey.com>
3653
3654 * gdb_obstack.h (obstack_strdup): Define.
3655 * gdb_obstack.c (obstack_strdup): Don't define.
3656
021887d8
TT
36572019-08-06 Tom Tromey <tom@tromey.com>
3658
3659 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
3660 obstack_strdup.
3661 * typeprint.c (typedef_hash_table::find_global_typedef): Use
3662 obstack_strdup.
3663 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
3664 * stabsread.c (common_block_start): Use obstack_strdup.
3665 * objfiles.c (set_objfile_main_name, objfile): Use
3666 obstack_strdup.
3667 * namespace.c (add_using_directive): Use obstack_strdup.
3668 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
3669 * jit.c (finalize_symtab): Use obstack_strdup.
3670 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
3671 (guess_partial_die_structure_name, partial_die_info::fixup)
3672 (dwarf2_name): Use obstack_strdup.
3673 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
3674 obstack_strdup.
3675 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
3676 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
3677 obstack_strdup.
3678 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
3679
d2834edc
PW
36802019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3681
3682 * unittests/help-doc-selftests.c: New file.
3683 * Makefile.in: Add the new file.
3684
590042fc
PW
36852019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3686
3687 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
3688 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
3689 the full first line, except when FOR_VALUE_PREFIX. In this case,
3690 the trailing '.' is not output, and the first character is uppercased.
3691 (print_help_for_command): Update call to print_doc_line.
3692 (print_doc_of_command): Likewise.
3693 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
3694 * cli/cli-option.c (append_indented_doc): Do not append newline.
3695 (build_help_option): Append newline after first appended_indented_doc
3696 only if a second call is done.
3697 (build_help): Append 2 new lines before each option, except the first
3698 one.
3699 * compile/compile.c (_initialize_compile): Add new lines after
3700 %OPTIONS%, when not at the end of the help.
3701 Change help doc or code
3702 producing the help doc to respect the invariants.
3703 * maint-test-options.c (_initialize_maint_test_options): Likewise.
3704 Also removed the new line after 'Options:', as all other commands
3705 do not put an empty line between 'Options:' and the first option.
3706 * printcmd.c (_initialize_printcmd): Likewise.
3707 * stack.c (_initialize_stack): Likewise.
3708 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
3709 incorrectly telling COMMAND is optional.
3710 * ada-lang.c (_initialize_ada_language): Change help doc or code
3711 producing the help doc to respect the invariants.
3712 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3713 * breakpoint.c (_initialize_breakpoint): Likewise.
3714 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3715 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3716 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3717 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3718 _initialize_cli_style): Likewise.
3719 * corelow.c (core_target_info): Likewise.
3720 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3721 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3722 * filesystem.c (_initialize_filesystem): Likewise.
3723 * frame.c (_initialize_frame): Likewise.
3724 * gnu-nat.c (add_task_commands): Likewise.
3725 * infcall.c (_initialize_infcall): Likewise.
3726 * infcmd.c (_initialize_infcmd): Likewise.
3727 * interps.c (_initialize_interpreter): Likewise.
3728 * language.c (_initialize_language): Likewise.
3729 * linux-fork.c (_initialize_linux_fork): Likewise.
3730 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3731 * maint.c (_initialize_maint_cmds): Likewise.
3732 * memattr.c (_initialize_mem): Likewise.
3733 * printcmd.c (_initialize_printcmd): Likewise.
3734 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3735 _RegEx): Likewise.
3736 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3737 * record-btrace.c (_initialize_record_btrace): Likewise.
3738 * record-full.c (_initialize_record_full): Likewise.
3739 * record.c (_initialize_record): Likewise.
3740 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3741 * regcache.c (_initialize_regcache): Likewise.
3742 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3743 _initialize_remote): Likewise.
3744 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3745 * serial.c (_initialize_serial): Likewise.
3746 * skip.c (_initialize_step_skip): Likewise.
3747 * source.c (_initialize_source): Likewise.
3748 * stack.c (_initialize_stack): Likewise.
3749 * symfile.c (_initialize_symfile): Likewise.
3750 * symtab.c (_initialize_symtab): Likewise.
3751 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3752 * top.c (init_main): Likewise.
3753 * tracefile-tfile.c (tfile_target_info): Likewise.
3754 * tracepoint.c (_initialize_tracepoint): Likewise.
3755 * tui/tui-win.c (_initialize_tui_win): Likewise.
3756 * utils.c (add_internal_problem_command): Likewise.
3757 * valprint.c (value_print_option_defs): Likewise.
3758
404f2902
FCE
37592019-08-06 Frank Ch. Eigler <fche@redhat.com>
3760
3761 PR build/24886
3762 * configure.ac: Drop enable-libmcheck support.
3763 * configure, config.in: Rebuild.
3764 * libmcheck.m4: Remove.
3765 * acinclude.m4: Don't include it.
3766 * Makefile.in: Don't distribute it.
3767 * top.c (print_gdb_configuration): Don't mention it.
3768
046bebe1
TT
37692019-08-06 Tom Tromey <tom@tromey.com>
3770
3771 * utils.c (set_output_style): Sometimes pass stream to
3772 emit_style_escape.
3773 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3774 * record-btrace.c (btrace_insn_history): Update.
3775 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3776 method.
3777 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3778 Update initializers.
3779 <m_uiout>: New field.
3780 <m_di>: Move lower.
3781 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3782 Remove "uiout" parameter.
3783 (dump_insns): Update.
3784 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3785 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3786
ddbcedf5
CB
37872019-08-06 Christian Biesinger <cbiesinger@google.com>
3788
3789 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3790 (error_in_psymtab_expansion): Likewise.
3791 (lookup_symbol_via_quick_fns): Likewise.
3792 (basic_lookup_transparent_type_quick): Likewise.
3793 (basic_lookup_transparent_type_1): Likewise.
3794
b08b16c8
TT
37952019-08-06 Tom Tromey <tromey@adacore.com>
3796
3797 * source.c (last_source_error): Now bool.
3798 (print_source_lines_base): Make "noprint" bool. Only open
3799 source file when last_source_visited changes.
3800
cb44333d
TT
38012019-08-06 Tom Tromey <tromey@adacore.com>
3802
3803 * annotate.c (annotate_source_line): Use g_source_cache.
3804 * source-cache.c (source_cache::get_plain_source_lines): Change
3805 parameters. Populate m_offset_cache.
3806 (source_cache::ensure): New method.
3807 (source_cache::get_line_charpos): New method.
3808 (extract_lines): Move lower. Change parameters.
3809 (source_cache::get_source_lines): Move lower.
3810 * source-cache.h (class source_cache): Update comment.
3811 <get_line_charpos>: New method.
3812 <get_source_lines>: Update comment.
3813 <clear>: Clear m_offset_cache.
3814 <get_plain_source_lines>: Change parameters.
3815 <ensure>: New method
3816 <m_offset_cache>: New member.
3817 * source.c (forget_cached_source_info_for_objfile): Update.
3818 (info_source_command): Use g_source_cache.
3819 (find_source_lines, open_source_file_with_line_charpos): Remove.
3820 (print_source_lines_base, search_command_helper): Use g_source_cache.
3821 * source.h (open_source_file_with_line_charpos): Don't declare.
3822 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
3823 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
3824 Use g_source_cache.
3825
872dceaa
TT
38262019-08-06 Tom Tromey <tromey@adacore.com>
3827
3828 * source-cache.c (source_cache::get_plain_source_lines):
3829 Remove "first_line" and "last_line" parameters.
3830 (source_cache::get_source_lines): Cache plain text.
3831 * source-cache.h (class source_cache)
3832 <get_plain_source_lines>: Update.
3833
269249d9
TT
38342019-08-06 Tom Tromey <tromey@adacore.com>
3835
3836 * source-cache.c (extract_lines): No longer a method.
3837 Changed type of parameter. Include final newline.
3838 (selftests::extract_lines_test): New function.
3839 (_initialize_source_cache): Likewise.
3840 * source-cache.h (class source_cache)
3841 <extract_lines>: Don't declare.
3842
c0e8dcd8
TT
38432019-08-06 Tom Tromey <tromey@adacore.com>
3844
3845 * breakpoint.c (init_breakpoint_sal): Update.
3846 (breakpoint): Update.
3847 * breakpoint.h (struct breakpoint) <filter>: Now a
3848 unique_xmalloc_ptr.
3849
0b27c27d
CB
38502019-08-05 Christian Biesinger <cbiesinger@google.com>
3851
3852 * NEWS: Mention dictionary access on blocks.
3853 * python/py-block.c (blpy_getitem): New function.
3854 (block_object_as_mapping): New struct.
3855 (block_object_type): Use new struct for tp_as_mapping field.
3856
4ee94178
CB
38572019-08-05 Christian Biesinger <cbiesinger@google.com>
3858
3859 * objfiles.h (objfile): Add a comment describing partial symbols.
3860
8abfcabc
TT
38612019-08-05 Tom Tromey <tromey@adacore.com>
3862
3863 * compile/compile.c (_initialize_compile): Use _(), not N_().
3864 * thread.c (_initialize_thread): Use _(), not N_().
3865 * stack.c (_initialize_stack): Use _(), not N_().
3866 * printcmd.c (_initialize_printcmd): Use _(), not N_().
3867
2b79f376
SM
38682019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
3869
3870 * dwarf2read.c (struct dw2_symtab_iterator):
3871 <want_specific_block>: Remove.
3872 <block_index>: Change type to gdb::optional.
3873 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
3874 change type of BLOCK_INDEX parameter to gdb::optional.
3875 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
3876 (dw2_lookup_symbol): Don't pass argument for
3877 WANT_SPECIFIC_BLOCK.
3878 (dw2_expand_symtabs_for_function): Don't pass argument for
3879 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
3880 (class dw2_debug_names_iterator)
3881 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
3882 parameter, change BLOCK_INDEX type to gdb::optional.
3883 <m_want_specific_block>: Remove.
3884 <m_block_index>: Change type to gdb::optional.
3885 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
3886 gdb::optional. Re-write in function of gdb::optional.
3887 (dw2_debug_names_lookup_symbol): Don't pass argument for
3888 WANT_SPECIFIC_BLOCK.
3889 (dw2_debug_names_expand_symtabs_for_function): Don't pass
3890 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
3891 BLOCK_INDEX.
3892
ae60f04e
PW
38932019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3894
3895 * NEWS: Mention changes to "info sources" command.
3896
28cd9371
PW
38972019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3898
3899 * symtab.c (filename_partial_match_opts): New struct type.
3900 (struct output_source_filename_data): New members
3901 regexp, c_regexp, partial_match.
3902 (output_source_filename): Use new members to decide to print file.
3903 (info_sources_option_defs): New variable.
3904 (make_info_sources_options_def_group, print_info_sources_header,
3905 info_sources_command_completer):
3906 New functions.
3907 (info_sources_command): Read new optional arguments.
3908 (_initialize_symtab): Update info sources help.
3909
ca683e3a
AO
39102019-08-02 Alexandre Oliva <oliva@adacore.com>
3911
3912 * ada-lang.c (exception_support_info_v0): Renamed from...
3913 (default_exception_support_info): ... this. Create new
3914 definition for v1.
3915 (ada_has_this_exception_support): Look up catch_handlers_sym.
3916 (ada_exception_support_info_sniffer): Try v0 after default.
3917
f1264162
TT
39182019-08-01 Tom Tromey <tromey@adacore.com>
3919
3920 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3921 gdbarch.h.
3922
0a7b2485
CB
39232019-08-01 Christian Biesinger <cbiesinger@google.com>
3924
3925 * s12z-tdep.c: Fix include path for s12z-opc.h.
3926
c6bdbeb7
AH
39272019-08-01 Alan Hayward <alan.hayward@arm.com>
3928
3929 * NEWS: Require GNU make 3.82.
3930
a2bd7b82
TT
39312019-07-16 Tom Tromey <tom@tromey.com>
3932
3933 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3934 declare.
3935
aa3b6533
TT
39362019-07-30 Tom Tromey <tromey@adacore.com>
3937
3938 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3939
a1530dc7
KB
39402019-07-30 Kevin Buettner <kevinb@redhat.com>
3941
3942 * printcmd.c (print_address_symbolic): Print negative offsets.
3943 (build_address_symbolic): Force signed arithmetic when computing
3944 offset.
3945
2906593f
CB
39462019-07-30 Christian Biesinger <cbiesinger@google.com>
3947
3948 PR/24474: Add a function to lookup static variables.
3949 * NEWS: Mention this new function.
3950 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3951 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3952 * python/python.c (python_GdbMethods): Add new function.
3953
c620ed88
CB
39542019-07-29 Christian Biesinger <cbiesinger@google.com>
3955
3956 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3957 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3958 (objfpy_lookup_static_symbol): New function.
3959 (objfile_object_methods): Add new functions.
3960
bc4268a5
PW
39612019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3962
3963 * NEWS: Mention 'set|show print frame-info'. Mention new
3964 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3965 backtrace argument. Mention that python frame filtering code
3966 is now consistent with what 'backtrace' command prints.
3967
4b5e8d19
PW
39682019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3969
3970 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3971 comments.
3972 (print_frame_info_auto, print_frame_info_source_line,
3973 print_frame_info_location, print_frame_info_source_and_location,
3974 print_frame_info_location_and_address, print_frame_info_short_location):
3975 New declarations.
3976 (struct frame_print_options): New member print_frame_info.
3977 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3978 * stack.h (get_user_print_what_frame_info): New declaration.
3979 (frame_show_address): New declaration.
3980 * stack.c (print_frame_arguments_choices): New value 'presence'.
3981 (print_frame_info_auto, print_frame_info_source_line,
3982 print_frame_info_location, print_frame_info_source_and_location,
3983 print_frame_info_location_and_address, print_frame_info_short_location,
3984 print_frame_info_choices, print_frame_info_print_what): New definitions.
3985 (print_frame_args): Only print dots for args if print frame-arguments
3986 is 'presence'.
3987 (frame_print_option_defs): New element for "frame-info".
3988 (get_user_print_what_frame_info): New function.
3989 (frame_show_address): Make non static. Move comment to stack.h.
3990 (print_frame_info_to_print_what): New function.
3991 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3992 to decide what to print.
3993 (backtrace_command_1): Handle the new print_frame_arguments_presence
3994 value.
3995 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3996 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3997 (py_print_frame): In non-mi mode, use LOCATION as default for
3998 print_what, similarly to frame information printed directly by
3999 backtrace command. Handle frame-info user option in non MI mode.
4000
6bdfee81
KB
40012019-07-27 Kevin Buettner <kevinb@redhat.com>
4002
4003 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4004 Add case for debugging 32-bit target on 64-bit host. Revise
4005 comment.
4006
98a617f8
KB
40072019-07-27 Kevin Buettner <kevinb@redhat.com>
4008
4009 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4010 instead of find_function_entry_range_from_pc.
4011
567238c9
KB
40122019-07-27 Kevin Buettner <kevinb@redhat.com>
4013
4014 * stack.c (find_frame_funname): Remove code which preferred
4015 minsym over symtab sym in "certain pathological cases".
4016
2dc80cf8
KB
4017 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4018 parameter. Change type of "do_demangle" to bool.
4019 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4020 Pass suitable "prefer_sym_over_minsym" flag to
4021 build_address_symbolic(). Don't output "+" for negative offsets.
4022 * printcmd.c (print_address_symbolic): Update invocation of
4023 build_address_symbolic to include a "prefer_sym_over_minsym"
4024 flag.
4025 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4026 Restrict cases in which use of minimal symbol is preferred to that
4027 of a found symbol. Update comments.
4028
1aff7173
KB
4029 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4030 for entry pc when entry pc is out of range for that FDE.
4031
89b085ac
BC
40322019-07-26 Brian Callahan <bcallah@openbsd.org>
4033
4034 PR gdb/24839:
4035 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4036 type.
4037
f32feb4a
CB
40382019-07-25 Christian Biesinger <cbiesinger@google.com>
4039
4040 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4041 this function's Python signature.
4042
4043
40442019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
4045
4046 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4047 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4048 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4049 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4050 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4051
4052
c54e4253
YS
40532019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4054
4055 * h8300-tdep.c (h8300_register_name_common): New.
4056 h8300_register_name): Use h8300_register_name_common.
4057 (h8300s_register_name): Likewise.
4058 (h8300sx_register_name): Likewise.
4059 (h8300h_register_nam): New.
4060 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4061
4062
40eadf04
SP
40632019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4064
4065 * arm-tdep.c (arm_skip_cmse_entry): New function.
4066 (arm_is_sgstubs_section): New function.
4067 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4068
bfa2a36d
TT
40692019-07-22 Tom Tromey <tom@tromey.com>
4070
4071 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4072 Don't self-assign.
4073
a8e9d247
AB
40742019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4075
4076 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4077 type_print.
4078
eb86c5e2
AB
40792019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4082 so that GDB doesn't match any msymbols when searching in the
4083 TYPES_DOMAIN.
4084 (print_symbol_info): Print using typedef_print or type_print based
4085 on the type of the symbol. Add updated FIXME comment moved from...
4086 (_initialize_symtab): ... move and update FIXME comment to above.
4087
a8eab7c6
AB
40882019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * NEWS: Mention adding -q option to "info types".
4091 * symtab.c (struct info_types_options): New struct.
4092 (info_types_options_defs): New variable.
4093 (make_info_types_options_def_group): New function.
4094 (info_types_command): Use gdb::option framework to parse options.
4095 (info_types_command_completer): New function.
4096 (_initialize_symtab): Extend the help text on "info types" and
4097 register command completer.
4098
b4603c34
CB
40992019-07-21 Christian Biesinger <cbiesinger@google.com>
4100
4101 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4102 (lookup_symbol_in_objfile): Change int to block_enum and add a
4103 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4104
c8cdc1e0
CB
41052019-07-20 Christian Biesinger <cbiesinger@google.com>
4106
4107 * MAINTAINERS (Write After Approval): Add self.
4108
01e175fe
AB
41092019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4110
4111 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4112 instruction to the dummy code region.
4113
56f79b63
TT
41142019-07-19 Tom Tromey <tromey@adacore.com>
4115
4116 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4117 (ARGSUSED, PARAMS, __func__): Remove rules.
4118
4c5aa8e0
AH
41192019-07-19 Alan Hayward <alan.hayward@arm.com>
4120
4121 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4122 * features/arm/arm-with-iwmmxt.c: Remove.
4123 * features/arm/arm-with-iwmmxt.xml: Remove.
4124 * features/arm/arm-with-m-fpa-layout.c: Remove.
4125 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4126 * features/arm/arm-with-m-vfp-d16.c: Remove.
4127 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4128 * features/arm/arm-with-m.c: Remove.
4129 * features/arm/arm-with-m.xml: Remove.
4130 * features/arm/arm-with-neon.c: Remove.
4131 * features/arm/arm-with-neon.xml: Remove.
4132 * features/arm/arm-with-vfpv2.c: Remove.
4133 * features/arm/arm-with-vfpv2.xml: Remove.
4134 * features/arm/arm-with-vfpv3.c: Remove.
4135 * features/arm/arm-with-vfpv3.xml: Remove.
4136
f42b2617
AH
41372019-07-19 Alan Hayward <alan.hayward@arm.com>
4138
4139 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4140
f29ec966
AH
41412019-07-19 Alan Hayward <alan.hayward@arm.com>
4142
4143 * arch/aarch32.c (aarch32_create_target_description): Create
4144 target descriptions using features.
4145 * arch/arm.c (arm_create_target_description)
4146 (arm_create_mprofile_target_description): Likewise.
4147 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4148
d105cce5
AH
41492019-07-19 Alan Hayward <alan.hayward@arm.com>
4150
4151 * Makefile.in: Add new files.
4152 * aarch32-tdep.c: New file.
4153 * aarch32-tdep.h: New file.
4154 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4155 Call aarch32_read_description.
4156 * arch/aarch32.c: New file.
4157 * arch/aarch32.h: New file.
4158 * arch/arm.c (arm_create_target_description)
4159 (arm_create_mprofile_target_description): New function.
4160 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4161 (arm_create_target_description)
4162 (arm_create_mprofile_target_description): New declaration.
4163 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4164 read_description functions.
4165 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4166 Likewise.
4167 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4168 * arm-tdep.c (tdesc_arm_list): New variable.
4169 (arm_register_g_packet_guesses): Call create description functions.
4170 (arm_read_description) (arm_read_mprofile_description): New
4171 function.
4172 * arm-tdep.h (arm_read_description)
4173 (arm_read_mprofile_description): Add declaration.
4174 * configure.tgt: Add new files.
4175
afe09f0b
GL
41762019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4177
4178 * top.c (new_ui_command): Open specified terminal just once.
4179
cd215b2e
TT
41802019-07-18 Tom Tromey <tromey@adacore.com>
4181
4182 * symtab.c (main_name): Constify return type.
4183 * symfile.c (set_initial_language): Update.
4184 * symtab.h (main_name): Constify return type.
4185
d8f68fcb
TT
41862019-07-17 Tom Tromey <tom@tromey.com>
4187
4188 * tui/tui-winsource.c (tui_update_source_window)
4189 (tui_update_source_window_as_is)
4190 (tui_update_source_windows_with_line): Remove return.
4191 * tui/tui-disasm.c (tui_show_disassem)
4192 (tui_show_disassem_and_update_source): Remove return.
4193 * tui/tui.c (tui_reset): Remove return.
4194 * tui/tui-wingeneral.c
4195 (tui_check_and_display_highlight_if_needed): Remove return.
4196
ca5af91e
TT
41972019-07-17 Tom Tromey <tom@tromey.com>
4198
4199 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4200
5104fe36
TT
42012019-07-17 Tom Tromey <tom@tromey.com>
4202
4203 * tui/tui-winsource.h (struct tui_exec_info_window)
4204 (struct tui_source_window_base): Move from tui-data.h.
4205 * tui/tui-winsource.c: Move many method definitions from
4206 elsewhere. Remove "structuring" comments.
4207 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4208 (tui_source_window_base::refresh_window): Move to
4209 tui-winsource.c.
4210 * tui/tui-win.c (tui_source_window_base::refresh_all)
4211 (tui_source_window_base::update_tab_width)
4212 (tui_source_window_base::set_new_height)
4213 (tui_source_window_base::do_make_visible_with_new_height): Move to
4214 tui-winsource.c.
4215 * tui/tui-source.h: Update.
4216 * tui/tui-source.c (tui_source_window_base::reset): Move to
4217 tui-winsource.c.
4218 * tui/tui-disasm.h: Update.
4219 * tui/tui-data.h (struct tui_exec_info_window): Move to
4220 tui-winsource.h.
4221 (struct tui_source_window_base): Likewise.
4222 * tui/tui-data.c (tui_source_window_base::clear_detail)
4223 (tui_source_window_base, ~tui_source_window_base): Move to
4224 tui-winsource.c.
4225
daa15dde
TT
42262019-07-17 Tom Tromey <tom@tromey.com>
4227
4228 * tui/tui-win.c (tui_resize_all)
4229 (tui_source_window_base::update_tab_width)
4230 (tui_adjust_win_heights): Update.
4231 (tui_win_info::make_invisible_and_set_new_height): Rename from
4232 make_invisible_and_set_new_height.
4233 * tui/tui-data.h (struct tui_win_info)
4234 <make_invisible_and_set_new_height>: New method.
4235
bfad4537
TT
42362019-07-17 Tom Tromey <tom@tromey.com>
4237
4238 * tui/tui.c: Update.
4239 * tui/tui-source.h (struct tui_source_window): Move from
4240 tui-data.h.
4241 * tui/tui-layout.c: Update.
4242 * tui/tui-disasm.c: Update.
4243 * tui/tui-data.h (struct tui_source_window): Move to
4244 tui-source.h.
4245
88f7e873
TT
42462019-07-17 Tom Tromey <tom@tromey.com>
4247
4248 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4249 tui-data.h.
4250 * tui/tui-data.h (struct tui_disasm_window): Move to
4251 tui-disasm.h.
4252
96bd6233
TT
42532019-07-17 Tom Tromey <tom@tromey.com>
4254
4255 * tui/tui-regs.h (struct tui_data_item_window): Move from
4256 tui-data.h.
4257 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4258 * tui/tui-data.h (struct tui_data_item_window): Move to
4259 tui-regs.h.
4260 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4261
ce38393b
TT
42622019-07-17 Tom Tromey <tom@tromey.com>
4263
4264 * tui/tui.c: Update.
4265 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4266 (tui_cmd_window::max_height): Move to tui-command.c.
4267 * tui/tui-layout.c: Update.
4268 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4269 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4270 tui-command.c.
4271 * tui/tui-command.h (struct tui_cmd_window): Move from
4272 tui-data.h.
4273 * tui/tui-command.c: Remove "structuring" comments.
4274 (tui_cmd_window::clear_detail)
4275 (tui_cmd_window::do_make_visible_with_new_height)
4276 (tui_cmd_window::max_height): Move from elsewhere.
4277
2d8b51cb
TT
42782019-07-17 Tom Tromey <tom@tromey.com>
4279
4280 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4281 Now static.
4282 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4283 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4284
18ab23af
TT
42852019-07-17 Tom Tromey <tom@tromey.com>
4286
4287 * tui/tui.c: Update.
4288 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4289 tui-regs.c.
4290 * tui/tui-windata.h: Remove file.
4291 * tui/tui-windata.c: Remove file.
4292 * tui/tui-win.c (tui_data_window::set_new_height)
4293 (tui_data_window::do_make_visible_with_new_height): Move to
4294 tui-regs.c.
4295 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4296 * tui/tui-regs.c: Remove "structuring" comments.
4297 (tui_data_window::first_data_item_displayed)
4298 (tui_data_window::delete_data_content_windows)
4299 (tui_data_window::erase_data_content)
4300 (tui_data_window::display_all_data)
4301 (tui_data_window::refresh_all)
4302 (tui_data_window::do_scroll_vertical)
4303 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4304 (tui_data_window::do_make_visible_with_new_height)
4305 (tui_data_window::refresh_window): Move from elsewhere.
4306 (_initialize_tui_regs): Move to end of file.
4307 * tui/tui-layout.c: Update.
4308 * tui/tui-hooks.c: Update.
4309 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4310 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4311 tui-regs.c.
4312 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4313
88b7e7cc
TT
43142019-07-17 Tom Tromey <tom@tromey.com>
4315
4316 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4317 seen.
4318
0fcd3711
TT
43192019-07-17 Tom Tromey <tom@tromey.com>
4320
4321 * tui/tui-win.c (tui_source_window_base::set_new_height)
4322 (tui_source_window_base::do_make_visible_with_new_height): Use
4323 m_has_locator field directly.
4324 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4325 method.
4326 (struct tui_source_window_base) <has_locator>: Likewise.
4327
4a38112d
TT
43282019-07-17 Tom Tromey <tom@tromey.com>
4329
4330 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4331 Don't declare.
4332 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4333 Remove.
4334 * tui/tui-win.c (tui_source_window_base::set_new_height)
4335 (tui_source_window_base::set_new_height)
4336 (make_invisible_and_set_new_height)
4337 (tui_source_window_base::do_make_visible_with_new_height)
4338 (tui_source_window_base::do_make_visible_with_new_height):
4339 Update.
4340 * tui/tui-layout.c (show_source_disasm_command, show_data)
4341 (show_source_or_disasm_and_command): Update.
4342 * tui/tui-layout.c (show_layout): Update.
4343
09129226
TT
43442019-07-17 Tom Tromey <tom@tromey.com>
4345
4346 * tui/tui-layout.c (make_data_window): Remove.
4347 (show_data): Unify creation and re-initialization cases.
4348
4a8a5e84
TT
43492019-07-17 Tom Tromey <tom@tromey.com>
4350
4351 * tui/tui-layout.c (make_source_window, make_disasm_window):
4352 Remove.
4353 (show_data): Unify creation and re-initialization cases.
4354
76d2be8e
TT
43552019-07-17 Tom Tromey <tom@tromey.com>
4356
4357 * tui/tui-layout.c (make_command_window): Remove.
4358 (show_source_disasm_command, show_source_or_disasm_and_command):
4359 Unify creation and re-initialization cases.
4360
890b8bde
TT
43612019-07-17 Tom Tromey <tom@tromey.com>
4362
4363 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4364 creation and re-initialization cases.
4365
2cdfa113
TT
43662019-07-17 Tom Tromey <tom@tromey.com>
4367
4368 * tui/tui-regs.c (tui_get_register): Return void.
4369
8e3cfd09
TT
43702019-07-17 Tom Tromey <tom@tromey.com>
4371
4372 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4373 Simplify.
4374
f4e04977
TT
43752019-07-17 Tom Tromey <tom@tromey.com>
4376
4377 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4378 resetting.
4379
0379b883
TT
43802019-07-17 Tom Tromey <tom@tromey.com>
4381
4382 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4383 * tui/tui-regs.c (tui_reg_layout): New function.
4384 (tui_show_registers, tui_reg_command): Use it.
4385 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4386 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4387 parameters.
4388 (tui_layout_command): Remove.
4389
b7fbad91
TT
43902019-07-17 Tom Tromey <tom@tromey.com>
4391
4392 * tui/tui-layout.h (tui/tui-layout): Return void.
4393 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4394
4e1e56b9
TT
43952019-07-17 Tom Tromey <tom@tromey.com>
4396
4397 * tui/tui-layout.c (show_source_disasm_command, show_data):
4398 Update.
4399 (reset_locator): Remove.
4400 (show_source_or_disasm_and_command): Update.
4401
1e0c09ba
TT
44022019-07-17 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-source.c (tui_source_window_base::reset): Remove
4405 win_type parameter.
4406 * tui/tui-layout.c (make_command_window, make_source_window)
4407 (make_disasm_window, make_data_window)
4408 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4409 (reset_locator, show_source_or_disasm_and_command): Update.
4410 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4411 win_type parameter.
4412 (struct tui_source_window_base) <reset>: Likewise.
4413
1bf605de
TT
44142019-07-17 Tom Tromey <tom@tromey.com>
4415
4416 * tui/tui-layout.c (show_source_disasm_command): Use
4417 reset_locator.
4418 (reset_locator): New function.
4419 (init_and_make_win): Remove.
4420 (show_source_or_disasm_and_command): Use reset_locator.
4421
098f9ed4
TT
44222019-07-17 Tom Tromey <tom@tromey.com>
4423
4424 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4425 condition.
4426 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4427 Remove condition.
4428 * tui/tui-source.c (tui_source_window_base::reset): New method.
4429 * tui/tui-layout.c (make_command_window): Don't call
4430 init_and_make_win.
4431 (make_source_window, make_disasm_window): Don't call
4432 make_source_or_disasm_window.
4433 (make_data_window): Don't call init_and_make_win. Change calling
4434 convention.
4435 (show_source_disasm_command, show_data): Simplify.
4436 (make_source_or_disasm_window): Remove.
4437 (show_source_or_disasm_and_command): Simplify.
4438 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4439 (struct tui_source_window_base) <reset>: Likewise.
4440 <execution_info>: Remove initializer.
4441 * tui/tui-data.c (tui_source_window_base): Initialize
4442 execution_info.
4443
80110957
TT
44442019-07-17 Tom Tromey <tom@tromey.com>
4445
4446 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4447 variable.
4448
cf82af05
TT
44492019-07-17 Tom Tromey <tom@tromey.com>
4450
4451 * tui/tui.c (tui_rl_other_window): Update.
4452 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4453 superclass method first. Always iterate over regs_content.
4454 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4455 method.
4456 * tui/tui-win.c (tui_set_focus_command): Update.
4457
01aeb396
TT
44582019-07-17 Tom Tromey <tom@tromey.com>
4459
4460 * tui/tui-win.c (tui_set_focus_command): Rename from
4461 tui_set_focus. Call tui_enable.
4462 (tui_set_focus_command): Remove.
4463
fd6c75ee
TT
44642019-07-17 Tom Tromey <tom@tromey.com>
4465
4466 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4467 refresh_window.
4468 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4469 touchwin.
4470 (tui_data_window::refresh_window): Call refresh_window on data
4471 items. Always call superclass refresh_window.
4472 (tui_win_info::refresh): Remove.
4473 (tui_source_window_base::refresh_window): Update.
4474 (tui_refresh_all): Update.
4475 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4476 refresh_window.
4477 (show_source_or_disasm_and_command): Likewise.
4478 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4479 (struct tui_source_window_base) <refresh>: Likewise.
4480
f6cc34a9
TT
44812019-07-17 Tom Tromey <tom@tromey.com>
4482
4483 * tui/tui-winsource.c (tui_clear_source_content)
4484 (tui_show_source_content): Update.
4485 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4486 whether content is empty.
4487 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4488 Remove.
4489
f31ec9af
TT
44902019-07-17 Tom Tromey <tom@tromey.com>
4491
4492 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4493 window's contents.
4494 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4495 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4496
d1b6f1e5
TT
44972019-07-17 Tom Tromey <tom@tromey.com>
4498
4499 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4500 (struct tui_data_item_window): Update.
4501
d9743a13
TT
45022019-07-17 Tom Tromey <tom@tromey.com>
4503
4504 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4505 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4506 defines.
4507
caf0bc4e
TT
45082019-07-17 Tom Tromey <tom@tromey.com>
4509
4510 * tui/tui-winsource.h (tui_erase_source_content)
4511 (tui_clear_source_content): Remove "display_prompt" parameter.
4512 * tui/tui-winsource.c (tui_update_source_window_as_is)
4513 (tui_update_source_windows_with_addr): Update.
4514 (tui_clear_source_content): Remove "display_prompt" parameter.
4515 (tui_erase_source_content): Likewise. Simplify.
4516 (tui_show_source_content): Update.
4517 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4518 * tui/tui-stack.c (tui_show_frame_info): Update.
4519 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
4520 Remove defines.
4521
9d391078
TT
45222019-07-17 Tom Tromey <tom@tromey.com>
4523
4524 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4525 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
4526 parameter.
4527 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
4528 parameter.
4529
a38da35d
TT
45302019-07-17 Tom Tromey <tom@tromey.com>
4531
4532 * tui/tui-winsource.c (tui_clear_source_content)
4533 (tui_show_source_content, tui_show_exec_info_content)
4534 (tui_clear_exec_info_content): Update.
4535 * tui/tui-stack.c (tui_show_locator_content): Update.
4536 (tui_show_frame_info): Update.
4537 * tui/tui-source.h (tui_source_window): Don't declare.
4538 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
4539 from tui_source_is_displayed.
4540 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
4541 Remove field.
4542 (struct tui_source_window_base) <content_in_use>: New field. Now
4543 bool.
4544 (struct tui_source_window) <showing_source_p>: New method.
4545 (TUI_SRC_WIN): Change cast.
4546 * tui/tui-data.c (tui_initialize_static_data): Update.
4547
c2cd8994
TT
45482019-07-17 Tom Tromey <tom@tromey.com>
4549
4550 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
4551 location_matches_p.
4552 * tui/tui-source.c (tui_source_window::location_matches_p): New
4553 method.
4554 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
4555 method.
4556 * tui/tui-data.h (struct tui_source_window_base)
4557 <location_matches_p>: New method.
4558 (struct tui_source_window, struct tui_disasm_window)
4559 <location_matches_p>: Likewise.
4560
4dde7b34
TT
45612019-07-17 Tom Tromey <tom@tromey.com>
4562
4563 * tui/tui-win.c (tui_set_win_height_command): Rename from
4564 tui_set_win_height.
4565 (tui_set_win_height_command): Remove.
4566
b73dd877
TT
45672019-07-17 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-source.c (tui_source_window): New constructor. Add
4570 observer.
4571 (~tui_source_window): New destructor.
4572 (tui_source_window::style_changed): New method.
4573 * tui/tui-hooks.c (tui_redisplay_source): Remove.
4574 (tui_attach_detach_observers): Update.
4575 * tui/tui-data.h (struct tui_source_window): Make constructor not
4576 inline. Add destructor.
4577 (struct tui_source_window) <style_changed>: New method.
4578 <m_observable>: New member.
4579
ae2b5380
TT
45802019-07-17 Tom Tromey <tom@tromey.com>
4581
4582 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
4583 * tui/tui-win.c (tui_resize_all): Fix typo.
4584
1ce3e844
TT
45852019-07-17 Tom Tromey <tom@tromey.com>
4586
4587 * tui/tui-wingeneral.h (tui_refresh_all): Update.
4588 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
4589 (tui_refresh_all): Remove "list" parameter. Use foreach.
4590 * tui/tui-win.c (window_name_completer): Use foreach.
4591 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
4592 (update_tab_width): Likewise.
4593 * tui/tui-layout.c (show_layout): Update.
4594 * tui/tui-data.h (class tui_window_iterator): New.
4595 (struct all_tui_windows): New.
4596 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
4597
fe3eaf1c
TT
45982019-07-17 Tom Tromey <tom@tromey.com>
4599
4600 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
4601 parameter. Don't reference globals.
4602 (tui_reg_command): Update.
4603
368c1354
TT
46042019-07-17 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-regs.c (tui_show_registers): Simplify.
4607
e80cd204
TT
46082019-07-17 Tom Tromey <tom@tromey.com>
4609
4610 * tui/tui-regs.c (tui_show_registers): Update.
4611 (tui_show_register_group): Add win_info parameter.
4612
aca2dd16
TT
46132019-07-17 Tom Tromey <tom@tromey.com>
4614
4615 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
4616 Rename from tui_display_reg_element_at_line.
4617 (tui_data_window::display_registers_from_line): Update.
4618 * tui/tui-data.h (struct tui_data_window)
4619 <display_reg_element_at_line>: New method.
4620
517e9505
TT
46212019-07-17 Tom Tromey <tom@tromey.com>
4622
4623 * tui/tui-regs.h (tui_display_registers_from)
4624 (tui_display_registers_from_line): Don't declare.
4625 * tui/tui-windata.c (tui_data_window::display_all_data)
4626 (tui_data_window::refresh_all)
4627 (tui_data_window::do_scroll_vertical): Update.
4628 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
4629 from tui_display_registers_from.
4630 (tui_display_reg_element_at_line): Update.
4631 (tui_data_window::display_registers_from_line): Rename from
4632 tui_display_registers_from_line.
4633 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
4634 display_registers_from_line>: New methods.
4635
f76d8b19
TT
46362019-07-17 Tom Tromey <tom@tromey.com>
4637
4638 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
4639 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
4640 from tui_erase_data_content.
4641 (tui_data_window::display_all_data)
4642 (tui_data_window::refresh_all)
4643 (tui_data_window::do_scroll_vertical): Update.
4644 * tui/tui-regs.c (tui_show_registers): Update.
4645 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
4646 New method.
4647
b4094625
TT
46482019-07-17 Tom Tromey <tom@tromey.com>
4649
4650 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
4651 declare.
4652 * tui/tui-windata.c
4653 (tui_data_window::delete_data_content_windows): Rename from
4654 tui_delete_data_content_windows.
4655 (tui_data_window::display_all_data)
4656 (tui_data_window::do_scroll_vertical): Update.
4657 * tui/tui-data.h (struct tui_data_window)
4658 <delete_data_content_windows>: New method.
4659
c223a729
TT
46602019-07-17 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
4663 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
4664
50daf268
TT
46652019-07-17 Tom Tromey <tom@tromey.com>
4666
4667 * tui/tui-windata.h (tui_display_all_data): Don't declare.
4668 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
4669 from tui_display_all_data.
4670 * tui/tui-win.c
4671 (tui_data_window::do_make_visible_with_new_height): Update.
4672 * tui/tui-regs.c (tui_show_registers): Update.
4673 * tui/tui-layout.c (tui_set_layout): Update.
4674 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
4675 method.
4676
df5f8cab
TT
46772019-07-17 Tom Tromey <tom@tromey.com>
4678
4679 * tui/tui-windata.h (tui_display_data_from): Don't declare.
4680 * tui/tui-windata.c (tui_display_data_from): Remove.
4681 (tui_data_window::refresh_all): Update.
4682
80cb6c27
TT
46832019-07-17 Tom Tromey <tom@tromey.com>
4684
4685 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
4686 * tui/tui-windata.c (tui_display_data_from_line): Remove.
4687 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
4688 tui_display_registers_from_line.
4689 * tui/tui-regs.h (tui_display_registers_from_line): Update.
4690 * tui/tui-regs.c (tui_display_registers_from_line): Remove
4691 "force_display" parameter.
4692
baff0c28
TT
46932019-07-17 Tom Tromey <tom@tromey.com>
4694
4695 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
4696 declare.
4697 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
4698 Rename from tui_first_reg_element_no_inline.
4699 (tui_display_reg_element_at_line)
4700 (tui_display_registers_from_line): Update.
4701 * tui/tui-data.h (struct tui_data_window)
4702 <first_reg_element_no_inline>: New method.
4703
3b23c5f2
TT
47042019-07-17 Tom Tromey <tom@tromey.com>
4705
4706 * tui/tui-windata.c (tui_display_data_from)
4707 (tui_data_window::do_scroll_vertical): Update.
4708 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
4709 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4710 Rename from tui_line_from_reg_element_no.
4711 (tui_display_registers_from_line): Update.
4712 * tui/tui-data.h (struct tui_data_window)
4713 <line_from_reg_element_no>: New method.
4714
0b5ec218
TT
47152019-07-17 Tom Tromey <tom@tromey.com>
4716
4717 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4718 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4719 tui_last_regs_line_no.
4720 (tui_display_reg_element_at_line)
4721 (tui_display_registers_from_line): Update.
4722 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4723 method.
4724
0807ab7b
TT
47252019-07-17 Tom Tromey <tom@tromey.com>
4726
4727 PR tui/24722:
4728 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4729 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4730 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4731 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4732 (tui_update_breakpoint_info): Likewise.
4733 * tui/tui-hooks.c (tui_event_create_breakpoint)
4734 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4735 Update.
4736
9ad7fdef
TT
47372019-07-17 Tom Tromey <tom@tromey.com>
4738
4739 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4740
5813316f
TT
47412019-07-17 Tom Tromey <tom@tromey.com>
4742
4743 * tui/tui-winsource.c (tui_update_source_window_as_is)
4744 (tui_update_source_windows_with_addr): Update.
4745 * tui/tui-source.h (tui_set_source_content)
4746 (tui_show_symtab_source): Add "win_info" parameter.
4747 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4748 parameter.
4749 (tui_show_symtab_source): Likewise.
4750
00e264e7
TT
47512019-07-17 Tom Tromey <tom@tromey.com>
4752
4753 * tui/tui-wingeneral.c
4754 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4755
06210ce4
TT
47562019-07-17 Tom Tromey <tom@tromey.com>
4757
4758 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4759 (struct tui_cmd_window) <can_scroll>: New method.
4760 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4761 method.
4762
381befee
TT
47632019-07-17 Tom Tromey <tromey@adacore.com>
4764
4765 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4766 do_field_signed>: Rename. Change type of "value".
4767 * ui-out.c (ui_out::field_signed): Rename from field_int.
4768 Change type of "value".
4769 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4770 type of "value".
4771 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4772 do_field_int. Change type of "value".
4773 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4774 do_field_int. Change type of "value".
4775 * tracepoint.c (trace_status_mi, tfind_1)
4776 (print_one_static_tracepoint_marker): Update.
4777 * thread.c (print_thread_info_1, print_selected_thread_frame):
4778 Update.
4779 * stack.c (print_frame, print_frame_info): Update.
4780 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4781 Update.
4782 * source.c (print_source_lines_base): Update.
4783 * skip.c (info_skip_command): Update.
4784 * record-btrace.c (btrace_ui_out_decode_error)
4785 (btrace_call_history_src_line): Update.
4786 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4787 Update.
4788 * progspace.c (print_program_space): Update.
4789 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4790 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4791 do_field_int. Change type of "value".
4792 * mi/mi-out.c (mi_ui_out::do_table_begin)
4793 (mi_ui_out::do_table_header): Update.
4794 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4795 type of "value".
4796 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4797 (mi_cmd_data_list_changed_registers, output_register)
4798 (mi_cmd_data_read_memory, mi_load_progress)
4799 (mi_cmd_trace_frame_collected): Update.
4800 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4801 Update.
4802 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4803 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4804 (mi_cmd_var_list_children, varobj_update_one): Update.
4805 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4806 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4807 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
4808 * inferior.c (print_inferior): Update.
4809 * gdb_bfd.c (print_one_bfd): Update.
4810 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4811 Update.
4812 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4813 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
4814 do_field_int. Change type of "value".
4815 * cli-out.c (cli_ui_out::do_field_signed): Rename from
4816 do_field_int. Change type of "value".
4817 * breakpoint.c (watchpoint_check, print_breakpoint_location)
4818 (print_one_breakpoint_location, print_it_catch_fork)
4819 (print_one_catch_fork, print_it_catch_vfork)
4820 (print_one_catch_vfork, print_it_catch_solib)
4821 (print_it_catch_exec, print_it_ranged_breakpoint)
4822 (print_mention_watchpoint, print_mention_masked_watchpoint)
4823 (bkpt_print_it, update_static_tracepoint): Update.
4824 * break-catch-throw.c (print_it_exception_catchpoint): Update.
4825 * break-catch-syscall.c (print_it_catch_syscall): Update.
4826 * ada-tasks.c (print_ada_task_info): Update.
4827 * ada-lang.c (print_it_exception, print_mention_exception):
4828 Update.
4829
6b78c3f8
AB
48302019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 PR breakpoints/24541
4833 * gdbarch.c: Regenerate.
4834 * gdbarch.h: Regenerate.
4835 * gdbarch.sh: Adjust return type and parameter types for
4836 'stap_adjust_register'.
4837 (i386_stap_adjust_register): Adjust signature and return new
4838 register name.
4839 * stap-probe.c (stap_parse_register_operand): Adjust use of
4840 'gdbarch_stap_adjust_register'.
4841
d72a9b85
TT
48422019-07-17 Tom Tromey <tromey@adacore.com>
4843
4844 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
4845 declare VEC.
4846 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
4847 std::vector.
4848 (struct s390_process_info): Add initializers.
4849 (s390_add_process): Use new.
4850 (s390_linux_nat_target::low_forget_process): Use delete.
4851 (s390_linux_nat_target::low_new_fork)
4852 (s390_linux_nat_target::stopped_by_watchpoint)
4853 (s390_linux_nat_target::low_prepare_to_resume)
4854 (s390_linux_nat_target::insert_watchpoint)
4855 (s390_linux_nat_target::insert_hw_breakpoint)
4856 (s390_linux_nat_target::remove_watchpoint)
4857 (s390_linux_nat_target::remove_hw_breakpoint): Update.
4858
206e6c58
JB
48592019-07-16 John Baldwin <jhb@FreeBSD.org>
4860
4861 * aarch64-fbsd-nat.c: Include regcache.h.
4862 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
4863 argument.
4864 (aarch64_fbsd_nat_target::fetch_registers)
4865 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
4866 variable.
4867 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
4868
cbde90f2
JB
48692019-07-16 John Baldwin <jhb@FreeBSD.org>
4870
4871 * fbsd-nat.c: Include gdbarch.h.
4872
07128006
TT
48732019-07-15 Tom Tromey <tromey@adacore.com>
4874
4875 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
4876
1f77b012
TT
48772019-07-15 Tom Tromey <tromey@adacore.com>
4878
4879 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
4880 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
4881 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
4882 * cli-out.c (cli_ui_out::do_field_int): New method.
4883 * ui-out.c (ui_out::field_unsigned): New method.
4884 * symfile.c (generic_load): Use field_unsigned.
4885 (print_transfer_performance): Likewise.
4886 * record-btrace.c (ui_out_field_uint): Remove.
4887 (btrace_call_history_insn_range, btrace_call_history): Use
4888 field_unsigned.
4889 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
4890 field_unsigned.
4891 * ui-out.h (class ui_out) <field_unsigned>: New method.
4892 <do_field_unsigned>: Likewise.
4893
33eca680
TT
48942019-07-15 Tom Tromey <tromey@adacore.com>
4895
4896 * mi/mi-main.c (list_available_thread_groups): Use field_string.
4897 * mi/mi-interp.c (mi_memory_changed): Use field_string.
4898 * target.c (flash_erase_command): Use field_string.
4899 * infrun.c (print_signal_received_reason): Use field_string.
4900 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
4901 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
4902 field_string.
4903 * ada-tasks.c (print_ada_task_info): Use field_string.
4904
ca8d69be
TT
49052019-07-15 Tom Tromey <tromey@adacore.com>
4906
4907 * target.c (flash_erase_command): Use field_core_addr.
4908 * symfile.c (generic_load): Use field_core_addr.
4909 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
4910 Use field_core_addr.
4911 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
4912 field_core_addr.
4913
0d4e84ed
AB
49142019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
4917 value if its desired type is smaller than a CORE_ADDR and signed.
4918
9a49df9d
AB
49192019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4922 of changes to field names, and use new is_reference field to
4923 decide if a property is a reference or not.
4924 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4925 field.
4926 (struct dwarf2_property_baton): Update header comment, rename
4927 'referenced_type' to 'property_type' and update comments.
4928 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4929 default property type, store in property baton, update to take
4930 accound of renamed field.
4931 (read_func_scope): Update call to attr_to_dynamic_prop.
4932 (read_array_type): Likewise.
4933 (dwarf2_per_cu_addr_sized_int_type): New function.
4934 (read_subrange_index_type): Move type finding code to
4935 dwarf2_per_cu_addr_sized_int_type.
4936 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4937 (dwarf2_per_cu_addr_type): New function.
4938 (set_die_type): Update calls to attr_to_dynamic_prop.
4939
b86352cf
AB
49402019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4941
4942 * dwarf2read.c (read_subrange_index_type): New function.
4943 (read_subrange_type): Move code into new function and call it.
4944 * gdbtypes.c (create_range_type): Add some asserts.
4945
603490bf
AB
49462019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4949 update return statements.
4950 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4951 declaration, and update comment to match.
4952 * gdbtypes.c (resolve_dynamic_array): Update call to
4953 dwarf2_evaluate_property to match new return type.
4954
592f9d27
AB
49552019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4956
4957 * valarith.c (value_subscripted_rvalue): Change lowerbound
4958 parameter type from int to LONGEST.
4959 * value.h (value_subscripted_rvalue): Likewise in declaration.
4960
60cfcb20
AB
49612019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * cli/cli-utils.c (info_print_command_completer): New function.
4964 * cli/cli-utils.h: Add 'completer.h' include, and forward
4965 declaration for 'struct cmd_list_element'.
4966 (info_print_command_completer): Declare.
4967 * stack.c (_initialize_stack): Add completer for 'info locals' and
4968 'info args'.
4969 * symtab.c (_initialize_symtab): Add completer for 'info
4970 variables' and 'info functions'.
4971 * NEWS: Mention completion for additional info commands.
4972
b16507e0
AB
49732019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4974
4975 * cli/cli-utils.c (extract_info_print_args): Delete.
4976 (extract_arg_maybe_quoted): Delete.
4977 (info_print_options_defs): New variable.
4978 (make_info_print_options_def_group): New function.
4979 (extract_info_print_options): Define new function.
4980 * cli/cli-utils.h (extract_info_print_args): Delete.
4981 (struct info_print_options): New structure.
4982 (extract_info_print_options): Declare new function.
4983 * stack.c (info_locals_command): Update to use new
4984 extract_info_print_options, also add a header comment.
4985 (info_args_command): Likewise.
4986 * symtab.c (info_variables_command): Likewise.
4987 (info_functions_command): Likewise.
4988
021d8588
AB
49892019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4992 to extract string arguments.
4993 * common/common-utils.c (extract_string_maybe_quoted): New function.
4994 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4995
b777eb6d
TT
49962019-07-11 Tom Tromey <tromey@adacore.com>
4997
4998 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4999 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5000 * top.h (gdbinit): Don't declare.
5001 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5002 into...
5003 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5004 * top.c (gdb_init): Don't call init_cli_cmds.
5005 (gdbinit): Remove.
5006 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5007
72ee03ff
TT
50082019-07-11 Tom Tromey <tromey@adacore.com>
5009
5010 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5011 after it has been moved.
5012
00db9531
SM
50132019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5014
5015 * valops.c (value_must_coerce_to_target): Change return type to
5016 bool.
5017 * value.h (value_must_coerce_to_target): Likewise.
5018
f2478a7e
SM
50192019-07-10 Simon Marchi <simon.marchi@efficios.com>
5020
5021 * breakpoint.c (is_hardware_watchpoint): Remove
5022 forward-declaration.
5023 (is_masked_watchpoint): Change return type to bool.
5024 (is_tracepoint): Likewise.
5025 (is_breakpoint): Likewise.
5026 (is_hardware_watchpoint): Likewise.
5027 (is_watchpoint): Likewise.
5028 (is_no_memory_software_watchpoint): Likewise.
5029 (is_catchpoint): Likewise.
5030 (breakpoint_1): Make FILTER parameter's return type bool.
5031 is_masked_watchpoint): Change return type to bool.
5032 (save_breakpoints): Make FILTER parameter's return type bool.
5033 * breakpoint.h (is_breakpoint): Change return type to bool.
5034 (is_watchpoint): Likewise.
5035 (is_catchpoint): Likewise.
5036 (is_tracepoint): Likewise.
5037
0d12e84c
TT
50382019-07-10 Tom Tromey <tom@tromey.com>
5039
5040 * defs.h: Don't include gdbarch.h.
5041 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5042 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5043 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5044 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5045 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5046 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5047 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5048 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5049 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5050 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5051 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5052 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5053 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5054 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5055 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5056 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5057 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5058 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5059 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5060 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5061 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5062 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5063 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5064 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5065 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5066 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5067 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5068
f06f1252
TT
50692019-07-10 Tom Tromey <tromey@adacore.com>
5070
5071 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5072 * breakpoint.c (init_ada_exception_breakpoint): Register as
5073 bp_catchpoint.
5074 (print_one_breakpoint_location, print_one_breakpoint): Use
5075 is_ada_exception_catchpoint.
5076 * ada-lang.c (class ada_catchpoint_location): Pass
5077 bp_loc_software_breakpoint to bp_location constructor.
5078 (is_ada_exception_catchpoint): New function.
5079
7a5d944b
TT
50802019-07-10 Tom Tromey <tromey@adacore.com>
5081
5082 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5083 VEC.
5084 (struct arm_exidx_entry): New method operator<.
5085 (struct arm_exidx_data) <section_maps>: Change type.
5086 (arm_exidx_data_free): Remove.
5087 (arm_exidx_data_key): Change type. Move lower.
5088 (arm_exidx_new_objfile): Update.
5089 (arm_compare_exidx_entries): Remove.
5090 (arm_find_exidx_entry, _initialize_arm_tdep)
5091
48c66e1d
TT
50922019-07-10 Tom Tromey <tromey@adacore.com>
5093
5094 * solib-spu.c (ocl_program_data_key): Change type.
5095 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5096 Update.
5097
a269fbf1
TT
50982019-07-10 Tom Tromey <tromey@adacore.com>
5099
5100 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5101 (struct solib_aix_inferior_data) <library_list>: Change type.
5102 (solib_aix_inferior_data_handle): Change type.
5103 (get_solib_aix_inferior_data): Update.
5104 (solib_aix_free_library_list): Remove.
5105 (library_list_start_library): Update.
5106 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5107 return type.
5108 (solib_aix_get_library_list)
5109 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5110 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5111
c294730c
TT
51122019-07-10 Tom Tromey <tromey@adacore.com>
5113
5114 * solib-dsbt.c (struct dsbt_info): Add initializers.
5115 (solib_dsbt_pspace_data): Change type.
5116 (dsbt_pspace_data_cleanup): Remove.
5117 (get_dsbt_info, _initialize_dsbt_solib): Update.
5118
9d52077d
TT
51192019-07-10 Tom Tromey <tromey@adacore.com>
5120
5121 * spu-tdep.c (spu_overlay_data): Change type.
5122 (spu_get_overlay_table, spu_overlay_new_objfile)
5123 (_initialize_spu_tdep): Update.
5124
22a20dca
TT
51252019-07-10 Tom Tromey <tromey@adacore.com>
5126
5127 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5128 destructor.
5129 (dbx_objfile_data_key): Change type and declare later.
5130 (DBX_SYMFILE_INFO): Rewrite.
5131 * dbxread.c (dbx_objfile_data_key): Change type.
5132 (dbx_symfile_init): Update.
5133 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5134 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5135 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5136
cb60f420
TT
51372019-07-10 Tom Tromey <tromey@adacore.com>
5138
5139 * jit.c (jit_program_space_key): Change type. Move lower.
5140 (get_jit_program_space_data): Update.
5141 (jit_program_space_data_cleanup): Remove.
5142 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5143 Update.
5144 (struct jit_program_space_data): Add initializers.
5145
51df2ae3
TT
51462019-07-10 Tom Tromey <tromey@adacore.com>
5147
5148 * solib-darwin.c (struct darwin_info): Add initializers.
5149 (solib_darwin_pspace_data): Change type.
5150 (darwin_pspace_data_cleanup): Remove.
5151 (get_darwin_info, _initialize_darwin_solib): Update.
5152
18101a35
TT
51532019-07-10 Tom Tromey <tromey@adacore.com>
5154
5155 * remote-sim.c (struct sim_inferior_data): Add initializers,
5156 constructor, and destructor.
5157 (sim_inferior_data_key): Change type. Move lower.
5158 (check_for_duplicate_sim_descriptor): Update.
5159 (get_sim_inferior_data): Use new. Update.
5160 (~sim_inferior_data_cleanup): Rename from
5161 sim_inferior_data_cleanup. Simplify.
5162 (gdbsim_close_inferior, simulator_command)
5163 (sim_command_completer, _initialize_remote_sim): Update.
5164 (next_pid, INITIAL_PID): Move earlier.
5165
05b08ac1
TT
51662019-07-10 Tom Tromey <tromey@adacore.com>
5167
5168 * python/python-internal.h (create_thread_object): Return
5169 gdbpy_ref.
5170 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5171 * python/py-inferior.c (struct threadlist_entry): Add
5172 constructor.
5173 <thread_obj>: Now a gdbpy_ref.
5174 (thread_to_thread_object): Update.
5175 (add_thread_object): Use new.
5176 (delete_thread_object): Use delete.
5177 (infpy_threads): Update.
5178 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5179 GIL.
5180
32372d80
TT
51812019-07-10 Tom Tromey <tromey@adacore.com>
5182
5183 * valops.c (value_cast): Specialize error message for Ada.
5184
5c458ae8
SM
51852019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5186
5187 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5188
4c462cb0
SM
51892019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5190
5191 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5192 bpstat_should_step): Return bool, adjust comments.
5193 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5194 bpstat_should_step): Likewise.
5195
89abbcc2
AH
51962019-07-10 Alan Hayward <alan.hayward@arm.com>
5197
5198 * features/Makefile: Use feature target descriptions for Arm.
5199 * features/arm/arm-core.c: Generate new file.
5200 * features/arm/arm-fpa.c: Likewise.
5201 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5202 * features/arm/arm-m-profile.c: Likewise.
5203 * features/arm/arm-vfpv2.c: Likewise.
5204 * features/arm/arm-vfpv3.c: Likewise.
5205 * features/arm/xscale-iwmmxt.c: Likewise.
5206 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5207
166a82be
AH
52082019-07-10 Alan Hayward <alan.hayward@arm.com>
5209
5210 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5211 ptrace earlier.
5212
9fb4c7e9
AH
52132019-07-10 Alan Hayward <alan.hayward@arm.com>
5214
5215 * features/aarch64-pauth.c: Regenerate.
5216
e2d0f980
SM
52172019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5218
5219 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5220 bool.
5221 (bpstat_what): Use false instead of 0.
5222
a38118e5
PA
52232019-07-09 Pedro Alves <palves@redhat.com>
5224
5225 * break-catch-throw.c (is_exception_catchpoint): New.
5226 * breakpoint.c (print_one_breakpoint_location): New parameter
5227 'raw_loc'. Handle it. Use
5228 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5229 looking at the breakpoint's type.
5230 (print_one_breakpoint): If handling "maint info breakpoints", also
5231 print locations of exception catchpoints.
5232 * breakpoint.h (is_exception_catchpoint): Declare.
5233
cb1e4e32
PA
52342019-07-09 Pedro Alves <palves@redhat.com>
5235
5236 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5237 "addr" field.
5238 (allocate_location_exception_catchpoint): New.
5239 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5240 (initialize_throw_catchpoint_ops): Install
5241 allocate_location_exception_catchpoint as allocate_location
5242 method.
5243 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5244 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5245 bp_loc_other.
5246 (breakpoint_address_is_meaningful): Delete.
5247 (bl_address_is_meaningful): New.
5248 (breakpoint_locations_match): Adjust comment.
5249 (bp_location_from_bp_type): New, factored out of...
5250 (bp_location::bp_location(breakpoint *)): ... this.
5251 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5252 factored out of...
5253 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5254 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5255 breakpoint_address_is_meaningful.
5256 (bp_locations_compare): Adjust comment.
5257 (update_global_location_list): Use bl_address_is_meaningful
5258 instead of breakpoint_address_is_meaningful.
5259 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5260 explicit.
5261 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5262 * python/py-breakpoint.c (bppy_get_location): No longer check
5263 whether location is null.
5264
b58a68fe
PA
52652019-07-09 Pedro Alves <palves@redhat.com>
5266
5267 PR c++/15468
5268 * breakpoint.c (print_one_breakpoint_location): Remove
5269 single-location assert.
5270
268a13a5
TT
52712019-07-09 Tom Tromey <tom@tromey.com>
5272
5273 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5274 * configure: Rebuild.
5275 * configure.ac: Change common to gdbsupport.
5276 * gdbsupport: Rename from common.
5277 * acinclude.m4: Change common to gdbsupport.
5278 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5279 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5280 gdbsupport.
5281 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5282 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5283 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5284 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5285 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5286 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5287 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5288 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5289 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5290 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5291 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5292 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5293 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5294 coff-pe-read.c, command.h, compile/compile-c-support.c,
5295 compile/compile-c.h, compile/compile-cplus-symbols.c,
5296 compile/compile-cplus-types.c, compile/compile-cplus.h,
5297 compile/compile-loc2c.c, compile/compile.c, completer.c,
5298 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5299 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5300 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5301 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5302 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5303 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5304 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5305 features/aarch64-core.c, features/aarch64-fpu.c,
5306 features/aarch64-pauth.c, features/aarch64-sve.c,
5307 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5308 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5309 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5310 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5311 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5312 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5313 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5314 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5315 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5316 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5317 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5318 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5319 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5320 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5321 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5322 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5323 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5324 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5325 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5326 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5327 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5328 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5329 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5330 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5331 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5332 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5333 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5334 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5335 minsyms.c, mips-linux-tdep.c, namespace.h,
5336 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5337 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5338 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5339 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5340 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5341 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5342 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5343 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5344 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5345 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5346 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5347 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5348 procfs.c, producer.c, progspace.h, psymtab.h,
5349 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5350 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5351 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5352 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5353 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5354 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5355 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5356 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5357 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5358 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5359 target-memory.c, target.c, target.h, target/waitstatus.c,
5360 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5361 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5362 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5363 unittests/array-view-selftests.c,
5364 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5365 unittests/common-utils-selftests.c,
5366 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5367 unittests/format_pieces-selftests.c,
5368 unittests/function-view-selftests.c,
5369 unittests/lookup_name_info-selftests.c,
5370 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5371 unittests/mkdir-recursive-selftests.c,
5372 unittests/observable-selftests.c,
5373 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5374 unittests/parse-connection-spec-selftests.c,
5375 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5376 unittests/scoped_fd-selftests.c,
5377 unittests/scoped_mmap-selftests.c,
5378 unittests/scoped_restore-selftests.c,
5379 unittests/string_view-selftests.c, unittests/style-selftests.c,
5380 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5381 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5382 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5383 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5384 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5385 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5386
5b0e2db4
AB
53872019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5388
5389 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5390 bool value.
5391 (decode_digits_ordinary): Set explicit_line field in sal.
5392 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5393 symtab_and_line that was set on an explicit line number in
5394 assembler code. Do always update the recorded symtab and line if
5395 we do skip the prologue.
5396
0ba852ab
AB
53972019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * breakpoint.c (set_breakpoint_location_function): Remove
5400 explicit_loc parameter.
5401 (momentary_breakpoint_from_master): Update call to
5402 set_breakpoint_location_function.
5403 (add_location_to_breakpoint): Likewise.
5404
b3a7d171
AB
54052019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5408 required features based on default bfd type when no specific bfd
5409 is present.
5410
1f6f6e21
PW
54112019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5412
5413 * NEWS: Mention that GDB printf and eval commands can now print
5414 C-style and Ada-style convenience var strings without
5415 calling the inferior.
5416 * printcmd.c (printf_c_string): Locally print GDB internal var
5417 instead of transiting via the inferior.
5418 (printf_wide_c_string): Likewise.
5419
54202019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 5421
5862c886 5422 PR breakpoints/25011
ea142fbf
AH
5423 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5424
0598af48
TT
54252019-07-04 Tom Tromey <tom@tromey.com>
5426
5427 PR tui/24724:
5428 * tui/tui-winsource.c (tui_clear_source_content): Update.
5429 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5430 (tui_update_breakpoint_info): Update.
5431 (tui_set_exec_info_content): Update.
5432 * tui/tui-source.c (tui_set_source_content_nil): Update.
5433 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5434 has_break.
5435 * tui/tui-data.h (enum tui_bp_flag): New.
5436 (tui_bp_flags): New enum flags type.
5437 (struct tui_source_element) <break_mode>: Change type. Rename
5438 from has_break.
5439 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5440 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5441 constants.
5442 * tui/tui-winsource.h: Fix comment.
5443
350fab54
AH
54442019-07-04 Alan Hayward <alan.hayward@arm.com>
5445
5446 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5447 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5448 (store_fpregs_to_thread)
5449 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5450 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5451 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5452 (IWMMXT_REGS_SIZE): Add define.
5453 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5454 (fetch_vfp_regs, store_vfp_regs)
5455 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5456 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5457
f0452268
AH
54582019-07-04 Alan Hayward <alan.hayward@arm.com>
5459
5460 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5461 defines.
5462 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5463 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5464 (ARM_INT_REGISTER_SIZE): ...to this.
5465 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5466 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5467 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5468 (arm_linux_collect_gregset, supply_nwfpe_register)
5469 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5470 defines.
5471 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5472 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5473 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5474 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5475 (arm_return_in_memory, arm_store_return_value)
5476 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5477 (arm_record_ld_st_multiple): Likewise.
5478 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5479 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5480
e935475c
AH
54812019-07-04 Alan Hayward <alan.hayward@arm.com>
5482
5483 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5484 AARCH64_DISPLACED_MODIFIED_INSNS.
5485 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5486 (aarch64_displaced_step_copy_insn): Likewise.
5487 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5488 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5489 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5490 ARM_DISPLACED_MODIFIED_INSNS.
5491 * arm-tdep.c (arm_gdbarch_init): Likewise.
5492 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5493 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5494 (struct arm_displaced_step_closure): Use
5495 ARM_DISPLACED_MODIFIED_INSNS.
5496
df0bb381
AH
54972019-07-04 Alan Hayward <alan.hayward@arm.com>
5498
5499 * features/Makefile: Remove unused xml files.
5500 * features/aarch64.xml: Remove.
5501 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5502 * features/i386/amd64-avx-avx512.xml: Remove.
5503 * features/i386/amd64-avx-linux.xml: Remove.
5504 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5505 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5506 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5507 * features/i386/amd64-avx-mpx.xml: Remove.
5508 * features/i386/amd64-avx.xml: Remove.
5509 * features/i386/amd64-linux.xml: Remove.
5510 * features/i386/amd64-mpx-linux.xml: Remove.
5511 * features/i386/amd64-mpx.xml: Remove.
5512 * features/i386/amd64.xml: Remove.
5513 * features/i386/i386-avx-avx512-linux.xml: Remove.
5514 * features/i386/i386-avx-avx512.xml: Remove.
5515 * features/i386/i386-avx-linux.xml: Remove.
5516 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
5517 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
5518 * features/i386/i386-avx-mpx-linux.xml: Remove.
5519 * features/i386/i386-avx-mpx.xml: Remove.
5520 * features/i386/i386-avx.xml: Remove.
5521 * features/i386/i386-linux.xml: Remove.
5522 * features/i386/i386-mmx-linux.xml: Remove.
5523 * features/i386/i386-mmx.xml: Remove.
5524 * features/i386/i386-mpx-linux.xml: Remove.
5525 * features/i386/i386-mpx.xml: Remove.
5526 * features/i386/i386.xml: Remove.
5527 * features/i386/x32-avx-avx512-linux.xml: Remove.
5528 * features/i386/x32-avx-linux.xml: Remove.
5529 * features/i386/x32-linux.xml: Remove.
5530
edd6266a
AH
55312019-07-04 Alan Hayward <alan.hayward@arm.com>
5532
5533 * regformats/aarch64.dat: Remove.
5534 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
5535 * regformats/i386/amd64-avx-linux.dat: Remove.
5536 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
5537 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
5538 * regformats/i386/amd64-linux.dat: Remove.
5539 * regformats/i386/amd64-mpx-linux.dat: Remove.
5540 * regformats/i386/amd64.dat: Remove.
5541 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
5542 * regformats/i386/i386-avx-linux.dat: Remove.
5543 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
5544 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
5545 * regformats/i386/i386-linux.dat: Remove.
5546 * regformats/i386/i386-mmx-linux.dat: Remove.
5547 * regformats/i386/i386-mpx-linux.dat: Remove.
5548 * regformats/i386/i386.dat: Remove.
5549 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
5550 * regformats/i386/x32-avx-linux.dat: Remove.
5551 * regformats/i386/x32-linux.dat: Remove.
5552
2b40fda7
AH
55532019-07-04 Alan Hayward <alan.hayward@arm.com>
5554
5555 * aarch64-tdep.c: Remove xml self tests.
5556 * amd64-linux-tdep.c: Likewise.
5557 * amd64-tdep.c: Likewise.
5558 * i386-linux-tdep.c: Likewise.
5559 * i386-tdep.c: Likewise.
5560
5f4ba3e7
PA
55612019-07-03 Pedro Alves <palves@redhat.com>
5562
5563 PR cli/24732
5564 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
5565 (pipe_cmd_option_defs): New.
5566 (make_pipe_cmd_options_def_group): New.
5567 (pipe_command): Use gdb::option::process_options.
5568 (pipe_command_completer): New function.
5569 (_initialize_cli_cmds): Install completer for "pipe" command.
5570
3d9be6f5
PA
55712019-07-03 Pedro Alves <palves@redhat.com>
5572
5573 * cli/cli-option.c (union option_value) <string>: New field.
5574 (struct option_def_and_value): Add ctor, move ctor, dtor and
5575 use DISABLE_COPY_AND_ASSIGN.
5576 (option_def_and_value::clear_value): New.
5577 (parse_option, save_option_value_in_ctx, get_val_type_str)
5578 (add_setshow_cmds_for_options): Handle var_string.
5579 * cli-option.h (union option_def::var_address) <string>: New
5580 field.
5581 (struct string_option_def): New.
5582 * maint-test-options.c (struct test_options_opts): Add default
5583 ctor and use DISABLE_COPY_AND_ASSIGN.
5584 <string_opt>: New field.
5585 (test_options_opts::~test_options_opts): New.
5586 (test_options_opts::dump): Also dump "-string".
5587 (test_options_option_defs): Install "string.
5588
41fc454c
PA
55892019-07-03 Pedro Alves <palves@redhat.com>
5590
5591 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
5592 option_value with a null enumeration.
5593 (complete_options): Save the option values in the context.
5594 (save_option_value_in_ctx): New, factored out from ...
5595 (process_options): ... here.
5596 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
5597 of the function.
5598 * maint-test-options.c (test_options_opts::dump): New, factored
5599 out from ...
5600 (maintenance_test_options_command_mode): ... here.
5601 (maintenance_test_options_command_completion_result): Delete.
5602 (maintenance_test_options_command_completion_text): Update
5603 comment.
5604 (maintenance_show_test_options_completion_result): Change
5605 prototype. Just print
5606 maintenance_test_options_command_completion_text.
5607 (save_completion_result): New.
5608 (maintenance_test_options_completer_mode): Pass options context to
5609 complete_options, and then save a dump.
5610 (_initialize_maint_test_options): Use add_cmd to install "maint
5611 show test-options-completion-result".
5612
fdbc9870
PA
56132019-07-03 Pedro Alves <palves@redhat.com>
5614
5615 * NEWS (New commands): Mention "with" and "maint with".
5616 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
5617 (with_command, with_command_completer): New.
5618 (pipe_command): Adjust to new repeat_previous
5619 interface.
5620 (_initialize_cli_cmds): Install the "with" command and its "w"
5621 alias.
5622 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
5623 declarations.
5624 * cli/cli-setshow.c (parse_cli_var_uinteger)
5625 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
5626 argument strings for all var_types.
5627 (get_setshow_command_value_string): New, factored out from ...
5628 (do_show_command): ... this.
5629 * cli/cli-setshow.h: Include <string>.
5630 (get_setshow_command_value_string): Declare.
5631 * command.h (repeat_previous): Now returns const char *. Adjust
5632 comment.
5633 * maint.c: Include "cli/cli-cmds.h".
5634 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
5635 (_initialize_maint_cmds): Register the "maintenance with" command.
5636 * top.c (repeat_previous): Move bits from pipe_command here:
5637 Return the saved command line, if any; error out if there's no
5638 command to relaunch.
5639
c6ac8931
PA
56402019-07-03 Pedro Alves <palves@redhat.com>
5641
5642 * NEWS (New commands): Mention "maint set/show test-settings"
5643 instead of "maint test-settings".
5644 * maint-test-settings.c (maintenance_test_settings_list): Delete.
5645 (maintenance_test_settings_set_list): Rename to ...
5646 (maintenance_set_test_settings_list): ... this.
5647 (maintenance_test_settings_show_list): Rename to ...
5648 (maintenance_show_test_settings_list): ... this.
5649 (maintenance_test_settings_cmd): Delete.
5650 (maintenance_test_settings_set_cmd): ...
5651 (maintenance_set_test_settings_cmd): ... this.
5652 (maintenance_test_settings_show_cmd): ...
5653 (maintenance_show_test_settings_cmd): ... this.
5654 (maintenance_test_settings_show_value_cmd):
5655 (maintenance_show_test_settings_value_cmd): ... this.
5656 (_initialize_maint_test_settings): No longer install the "maint
5657 test-settings" prefix command. Rename "maint test-settings set"
5658 to "maint set test-settings", and "maint test-settings show" to
5659 "maint show test-settings". Adjust all subcommands.
5660
d1fcf2fd
PA
56612019-07-03 Pedro Alves <palves@redhat.com>
5662
5663 * maint-test-settings.c: Fix file's intro comment. Replace all
5664 references to "test-options" with references to "test-settings",
5665 in comments.
5666
970f9d09
PA
56672019-07-03 Pedro Alves <palves@redhat.com>
5668
5669 * maint-test-settings.c (maintenance_test_settings_xxx)
5670 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
5671 New.
5672 (maintenance_test_settings_enums): Use them.
5673 (maintenance_test_settings_enum): Default to
5674 maintenance_test_settings_xxx.
5675 (_initialize_maint_test_settings): Initialize
5676 MAINTENANCE_TEST_SETTINGS_FILENAME.
5677
f3869b1a
SM
56782019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5679
5680 * breakpoint.h (remove_breakpoints_inf): Change return type to
5681 void, move function documentation here.
5682 * breakpoint.c (remove_breakpoints_inf): Change return type to
5683 void, move function documentation to header.
5684
54d66006
PA
56852019-07-02 Pedro Alves <palves@redhat.com>
5686
5687 * NEWS (Completion improvements): Mention "info threads".
5688 * thread.c (struct info_threads_opts, info_threads_option_defs)
5689 (make_info_threads_options_def_group): New.
5690 (info_threads_command): Use gdb::option::process_options.
5691 (info_threads_command_completer): New.
5692 (_initialize_thread): Use gdb::option::build_help to build the
5693 help text for "info threads".
5694
854f6088
SM
56952019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
5696
5697 * defs.h (generic_load): Move from here...
5698 * symfile.h (generic_load): ... to here. Rename name parameter
5699 to args.
5700 * symfile.c (generic_load): Add comment.
5701
54ee4252
TT
57022019-07-01 Tom Tromey <tromey@adacore.com>
5703
5704 * dwarf2read.c
5705 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
5706 declaration of without_params. Fix formatting.
5707
65392b3e
TT
57082019-07-01 Tom Tromey <tromey@adacore.com>
5709
5710 * ada-exp.y (find_primitive_type): Update.
5711 * ada-lang.h (ada_lookup_symbol): Update.
5712 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5713 parameter.
5714 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5715
7d7571f0
SDJ
57162019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5717
5718 PR breakpoints/24541
5719 * gdbarch.c: Regenerate.
5720 * gdbarch.h: Regenerate.
5721 * gdbarch.sh: Add 'stap_adjust_register'.
5722 * i386-tdep.c: Include '<unordered_set>'.
5723 (i386_stap_adjust_register): New function.
5724 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5725 * stap-probe.c (stap_parse_register_operand): Call
5726 'gdbarch_stap_adjust_register'.
5727
5af5392a
SDJ
57282019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5729
5730 PR python/24742
5731 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5732 * python/python.c (do_start_initialization): Use 'xmalloc'
5733 instead of 'PyMem_Malloc'.
5734
10d06d82
TT
57352019-06-28 Tom Tromey <tromey@adacore.com>
5736
5737 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5738 for Ada.
5739
1b7f24cd
TT
57402019-06-27 Tom Tromey <tromey@adacore.com>
5741
5742 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5743 objfile_key.
5744 (arm_find_mapping_symbol, arm_record_special_symbol)
5745 (_initialize_arm_tdep): Update.
5746 (arm_objfile_data_free): Remove.
5747
3d507ff2
TT
57482019-06-27 Tom Tromey <tromey@adacore.com>
5749
5750 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5751 to cp_print_static_field.
5752
762c164d
TT
57532019-06-26 Tom Tromey <tromey@adacore.com>
5754
5755 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5756 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5757 declare.
5758
aa2f9bcf
AH
57592019-06-26 Alan Hayward <alan.hayward@arm.com>
5760
5761 * features/aarch64-core.c (create_feature_aarch64_core):
5762 Regenerate.
5763 * features/aarch64-core.xml: Add cpsr flags.
5764
3426ae57
AH
57652019-06-26 Alan Hayward <alan.hayward@arm.com>
5766
5767 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5768 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5769
4838e44c
SM
57702019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5771
5772 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5773 field.
5774 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5775 use.
5776 (arm_record_special_symbol): Don't insert new symbol in sorted
5777 position, push it at the end.
5778
54cc7474
SM
57792019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5780
5781 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5782 (arm_mapping_symbol_s): Remove.
5783 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5784 (arm_mapping_symbol_vec): New typedef.
5785 (struct arm_per_objfile): Add constructor.
5786 <section_maps>: Change type to
5787 std::unique_ptr<arm_mapping_symbol_vec[]>.
5788 (arm_compare_mapping_symbols): Remove.
5789 (arm_find_mapping_symbol): Adjust to section_maps type change.
5790 (arm_objfile_data_free): Call delete on arm_per_objfile.
5791 (arm_record_special_symbol): Adjust to section_maps type change.
5792 Allocate arm_per_objfile with new.
5793
b65b566c
PW
57942019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5795
5796 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5797 with the command prefix.
5798
c2fc64f5
TT
57992019-06-25 Tom Tromey <tom@tromey.com>
5800
5801 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5802 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5803
fb54fa76
TT
58042019-06-25 Tom Tromey <tom@tromey.com>
5805
5806 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5807 type.
5808 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
5809 protected.
5810
f7952c57
TT
58112019-06-25 Tom Tromey <tom@tromey.com>
5812
5813 * tui/tui-winsource.c
5814 (tui_source_window_base::set_is_exec_point_at): Add check against
5815 LOA_ADDRESS.
5816
17568d78
TT
58172019-06-25 Tom Tromey <tom@tromey.com>
5818
5819 * tui/tui-source.c (tui_set_source_content): Don't check before
5820 xfree.
5821 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
5822
53e7cdba
TT
58232019-06-25 Tom Tromey <tom@tromey.com>
5824
5825 * tui/tui-winsource.h (tui_update_source_window_as_is)
5826 (tui_alloc_source_buffer, tui_line_is_displayed)
5827 (tui_addr_is_displayed): Change type of win_info.
5828 * tui/tui-winsource.c (tui_update_source_window_as_is)
5829 (tui_clear_source_content, tui_show_source_line)
5830 (tui_show_source_content, tui_source_window_base::refill)
5831 (tui_source_window_base::set_is_exec_point_at)
5832 (tui_source_window_base::set_is_exec_point_at)
5833 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
5834 (tui_alloc_source_buffer, tui_line_is_displayed)
5835 (tui_addr_is_displayed): Change type of win_info. Update.
5836 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5837 (tui_source_window_base::do_make_visible_with_new_height):
5838 Update.
5839 * tui/tui-source.c (tui_set_source_content)
5840 (tui_set_source_content_nil)
5841 (tui_source_window::do_scroll_vertical): Update.
5842 * tui/tui-layout.c (show_layout): Update.
5843 * tui/tui-disasm.c (tui_set_disassem_content)
5844 (tui_disasm_window::do_scroll_vertical): Update.
5845 * tui/tui-data.h (tui_win_content): Remove.
5846 (struct tui_gen_win_info) <content, content_size>: Remove.
5847 (struct tui_source_element): Add initializers and destructor.
5848 (union tui_which_element, struct tui_win_element): Remove.
5849 (struct tui_source_window_base) <content>: New field.
5850 (struct tui_data_window): Remove destructor.
5851 (tui_alloc_content, tui_free_win_content)
5852 (tui_free_all_source_wins_content): Don't declare.
5853 * tui/tui-data.c (tui_initialize_static_data): Update.
5854 (init_content_element, tui_alloc_content): Remove.
5855 (~tui_gen_win_info): Update.
5856 (~tui_data_window, tui_free_all_source_wins_content)
5857 (tui_free_win_content, free_content, free_content_elements):
5858 Remove.
5859
7908abbf
TT
58602019-06-25 Tom Tromey <tom@tromey.com>
5861
5862 * tui/tui-winsource.h (tui_clear_source_content)
5863 (tui_erase_source_content, tui_show_source_content): Change type
5864 of win_info.
5865 * tui/tui-winsource.c (tui_clear_source_content)
5866 (tui_erase_source_content, tui_show_source_content): Change type
5867 of win_info.
5868 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5869 * tui/tui-source.h (tui_set_source_content_nil): Change type of
5870 win_info.
5871 * tui/tui-source.c (tui_set_source_content_nil): Change type of
5872 win_info.
5873 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
5874
02c28df0
TT
58752019-06-25 Tom Tromey <tom@tromey.com>
5876
5877 * tui/tui-winsource.c (tui_clear_source_content)
5878 (tui_source_window_base::set_is_exec_point_at): Update.
5879 * tui/tui-source.c (tui_set_source_content_nil): Update.
5880 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
5881 a bool.
5882 * tui/tui-data.c (init_content_element): Update.
5883
6658b1bf
TT
58842019-06-25 Tom Tromey <tom@tromey.com>
5885
5886 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
5887 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
5888 * tui/tui-layout.c (init_and_make_win): Update.
5889 * tui/tui.h (enum tui_win_type): Update.
5890 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
5891 tui_win_is_auxillary.
5892 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
5893 tui_win_is_auxillary.
5894
21e1c91e
TT
58952019-06-25 Tom Tromey <tom@tromey.com>
5896
5897 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
5898 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
5899 (tui_delete_data_content_windows, tui_display_all_data)
5900 (tui_data_window::do_scroll_vertical, tui_display_data_from):
5901 Update.
5902 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
5903 * tui/tui-regs.c (tui_last_regs_line_no)
5904 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5905 (tui_show_registers): Update.
5906 (tui_show_register_group): Return void. Update.
5907 (tui_display_registers_from, tui_display_reg_element_at_line)
5908 (tui_display_registers_from_line, tui_check_register_values):
5909 Update.
5910 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
5911 member.
5912 (struct tui_data_window) <regs_content>: Now a std::vector.
5913 <regs_content_count>: Remove.
5914 (tui_add_content_elements, tui_free_data_content): Don't declare.
5915 * tui/tui-data.c (tui_data_window::clear_detail): Update.
5916 (init_content_element): Remove DATA_WIN case. Add assert.
5917 (tui_add_content_elements): Remove.
5918 (tui_data_window): Update.
5919 (tui_free_data_content): Remove.
5920 (free_content_elements): Remove DATA_WIN case.
5921
115ac53b
TT
59222019-06-25 Tom Tromey <tom@tromey.com>
5923
5924 * tui/tui-data.c (tui_data_item_window): Update.
5925 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5926 * tui/tui-windata.c (tui_display_all_data)
5927 (tui_display_data_from_line): Update.
5928 (tui_check_data_values): Remove.
5929 * tui/tui-regs.c (tui_show_register_group)
5930 (tui_display_reg_element_at_line): Update.
5931 * tui/tui-hooks.c (tui_register_changed)
5932 (tui_refresh_frame_and_register_information): Call
5933 tui_check_register_values.
5934 * tui/tui-data.h (struct tui_data_window) <data_content,
5935 data_content_count, data_type>: Remove.
5936 (enum tui_data_type): Remove.
5937
5938 * tui/tui-data.c (tui_data_window::clear_detail)
5939 (~tui_data_window): Update.
5940
eaf9738b
TT
59412019-06-25 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5944 declare.
5945 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5946 Rename from tui_first_data_item_displayed. Update.
5947 (tui_data_window::refresh_all)
5948 (tui_data_window::do_scroll_vertical): Update.
5949 * tui/tui-data.h (struct tui_data_window)
5950 <first_data_item_displayed>: Declare new method.
5951
31ca4723
TT
59522019-06-25 Tom Tromey <tom@tromey.com>
5953
5954 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5955 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5956 contents...
5957 (tui_initialize_static_data): ...here.
5958
41bcff7f
TT
59592019-06-25 Tom Tromey <tom@tromey.com>
5960
5961 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5962 (tui_display_registers_from, tui_check_register_values): Update.
5963 (tui_display_register): Remove win_info parameter; update.
5964 (tui_get_register): Change type of parameters.
5965 * tui/tui-data.h (struct tui_data_element): Remove.
5966 (union tui_which_element) <data>: Remove.
5967 <data_window>: Change type.
5968 (struct tui_data_item_window): New.
5969 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5970 case. Add assert.
5971 (~tui_data_item_window): New destructor.
5972 (free_content_elements): Remove DATA_ITEM_WIN case.
5973
d2802c33
TT
59742019-06-25 Tom Tromey <tom@tromey.com>
5975
5976 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5977 Remove.
5978
dd835f8b
TT
59792019-06-25 Tom Tromey <tom@tromey.com>
5980
5981 * tui/tui-data.h (struct tui_command_element): Remove.
5982 (union tui_which_element) <command>: Remove.
5983 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5984 assert.
5985 (free_content_elements): Remove CMD_WIN case.
5986
bd7db367
TT
59872019-06-25 Tom Tromey <tom@tromey.com>
5988
5989 * tui/tui-layout.c (tui_set_layout): Update.
5990 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5991 * tui/tui-data.c (layout_def): Update.
5992
3add462f
TT
59932019-06-25 Tom Tromey <tom@tromey.com>
5994
5995 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5996 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5997 (tui_source_window_base::set_new_height): Update.
5998 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5999 Update.
6000 (tui_set_locator_fullname, tui_set_locator_info)
6001 (tui_show_frame_info): Update.
6002 * tui/tui-source.c (tui_set_source_content)
6003 (tui_source_is_displayed): Update.
6004 * tui/tui-layout.c (show_source_disasm_command, show_data)
6005 (show_source_or_disasm_and_command): Update.
6006 * tui/tui-disasm.c (tui_set_disassem_content)
6007 (tui_get_begin_asm_address): Update.
6008 * tui/tui-data.h (struct tui_locator_element): Remove.
6009 (union tui_which_element) <locator>: Remove.
6010 (struct tui_locator_window): New.
6011 (tui_locator_win_info_ptr): Change return type.
6012 * tui/tui-data.c (_locator): Change type.
6013 (tui_locator_win_info_ptr): Change return type.
6014 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6015 (tui_alloc_content): Add assert.
6016
489e9d8b
TT
60172019-06-25 Tom Tromey <tom@tromey.com>
6018
6019 * tui/tui-winsource.c
6020 (tui_exec_info_window::maybe_allocate_content): New method.
6021 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6022 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6023 (make_source_or_disasm_window): Add cast.
6024 * tui/tui-data.h (union tui_which_element) <simple_string>:
6025 Remove.
6026 (struct tui_source_info): New.
6027 (struct tui_source_window_base) <execution_info>: Change type.
6028 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6029 case, and add assert.
6030 (tui_alloc_content): Add assert.
6031
c3fabb7d
TT
60322019-06-25 Tom Tromey <tom@tromey.com>
6033
6034 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6035 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6036 * tui/tui-data.c (tui_alloc_win_info): Remove.
6037
bbc228ee
TT
60382019-06-25 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6041 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6042 can_highlight.
6043
5fcee43a
TT
60442019-06-25 Tom Tromey <tom@tromey.com>
6045
6046 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6047 make_visible_with_new_height method.
6048 (tui_win_info::make_visible_with_new_height): New method.
6049 (tui_source_window_base::do_make_visible_with_new_height)
6050 (tui_data_window::do_make_visible_with_new_height)
6051 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6052 (make_visible_with_new_height): Remove.
6053 (tui_resize_all, tui_adjust_win_heights): Use
6054 make_visible_with_new_height method.
6055 * tui/tui-data.h (struct tui_win_info)
6056 <do_make_visible_with_new_height, make_visible_with_new_height>:
6057 New methods.
6058 (struct tui_source_window_base, struct tui_data_window)
6059 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6060 methods.
6061
d83f1fe6
TT
60622019-06-25 Tom Tromey <tom@tromey.com>
6063
6064 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6065 method.
6066 (update_tab_width): Call update_tab_width method.
6067 * tui/tui-data.h (struct tui_win_info)
6068 (struct tui_source_window_base) <update_tab_width>: New methods.
6069
17374de4
TT
60702019-06-25 Tom Tromey <tom@tromey.com>
6071
6072 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6073 parameter.
6074 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6075 parameter.
6076 (tui_gen_win_info::make_visible): Update.
6077 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6078 parameter.
6079 * tui/tui-data.h (enum tui_box): New enum.
6080 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6081
f936bca2
TT
60822019-06-25 Tom Tromey <tom@tromey.com>
6083
6084 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6085 init_and_make_win for EXEC_INFO_WIN.
6086 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6087 longer inline.
6088 (struct tui_win_info) <~tui_win_info>: Inline.
6089 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6090 Don't declare.
6091 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6092 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6093 Remove.
6094 (tui_initialize_static_data): Update.
6095 (~tui_gen_win_info): Handle more cleanup here.
6096 (~tui_source_window_base): Delete "execution_info".
6097 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6098
d6ba6a11
TT
60992019-06-25 Tom Tromey <tom@tromey.com>
6100
6101 * tui/tui-layout.c (make_command_window): Don't set
6102 can_highlight.
6103 (show_source_disasm_command): Call the reset method.
6104 (show_data): Don't set can_highlight. Call the reset method.
6105 (tui_gen_win_info::reset): Rename from init_gen_win_info
6106 (init_and_make_win): Simplify. Return tui_gen_win_info.
6107 (show_source_or_disasm_and_command): Call the reset method.
6108 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6109 (struct tui_cmd_window): Set can_highlight.
6110
48a3bd16
TT
61112019-06-25 Tom Tromey <tom@tromey.com>
6112
6113 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6114 from make_visible.
6115 (tui_make_visible, tui_make_invisible): Rewrite.
6116 (tui_win_info::make_visible): Remove.
6117 (tui_source_window_base::make_visible): Update.
6118 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6119 method. Moved from...
6120 (struct tui_win_info) <make_visible>: ...here.
6121
c3bd716f
TT
61222019-06-25 Tom Tromey <tom@tromey.com>
6123
6124 * tui/tui-winsource.c
6125 (tui_source_window_base::do_scroll_horizontal): Remove direction
6126 parameter.
6127 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6128 direction parameter.
6129 * tui/tui-win.c (tui_win_info::forward_scroll)
6130 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6131 (tui_win_info::right_scroll): Update.
6132 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6133 direction parameter.
6134 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6135 direction parameter.
6136 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6137 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6138 Remove direction parameter.
6139 (struct tui_source_window_base, struct tui_source_window)
6140 (struct tui_disasm_window, struct tui_data_window)
6141 (struct tui_cmd_window): Update.
6142
21c32dca
TT
61432019-06-25 Tom Tromey <tom@tromey.com>
6144
6145 * tui/tui-winsource.h (tui_set_exec_info_content)
6146 (tui_show_exec_info_content, tui_erase_exec_info_content)
6147 (tui_clear_exec_info_content, tui_update_exec_info): Change
6148 argument to tui_source_window_base.
6149 * tui/tui-winsource.c (tui_set_exec_info_content)
6150 (tui_show_exec_info_content, tui_erase_exec_info_content)
6151 (tui_clear_exec_info_content, tui_update_exec_info): Change
6152 argument to tui_source_window_base.
6153
73fbdc65
TT
61542019-06-25 Tom Tromey <tom@tromey.com>
6155
6156 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6157 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6158
33325343
TT
61592019-06-25 Tom Tromey <tom@tromey.com>
6160
6161 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6162 check.
6163
29d2c474
TT
61642019-06-25 Tom Tromey <tom@tromey.com>
6165
6166 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6167 type to void.
6168 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6169 type to void.
6170 * tui/tui-source.c (tui_set_source_content): Update.
6171 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6172
152f3f4b
TT
61732019-06-25 Tom Tromey <tom@tromey.com>
6174
6175 * tui/tui-win.c (window_name_completer, tui_set_focus)
6176 (tui_all_windows_info): Use name method.
6177 * tui/tui-data.h (struct tui_gen_win_info)
6178 (struct tui_source_window, struct tui_disasm_window)
6179 (struct tui_data_window, struct tui_cmd_window) <name>: New
6180 method.
6181 (tui_win_name): Don't declare.
6182 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6183 (tui_win_name): Remove.
6184
be4da588
TT
61852019-06-25 Tom Tromey <tom@tromey.com>
6186
6187 * tui/tui-winsource.h (tui_update_source_window)
6188 (tui_update_source_window_as_is): Change parameter type.
6189 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6190 to be a tui_source_window_base.
6191 (tui_update_source_window_as_is): Likewise.
6192 * tui/tui-win.c (make_visible_with_new_height): Update.
6193
5b81daba
TT
61942019-06-25 Tom Tromey <tom@tromey.com>
6195
6196 * tui/tui-winsource.c (tui_erase_source_content)
6197 (tui_show_source_content, tui_show_exec_info_content)
6198 (tui_erase_exec_info_content): Use refresh_window method.
6199 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6200 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6201 from tui_refresh_win.
6202 (tui_data_window::refresh_window): New method.
6203 (tui_win_info::refresh, tui_source_window_base::refresh)
6204 (tui_refresh_all): Use refresh_window method.
6205 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6206 method.
6207 * tui/tui-regs.c (tui_display_register): Call refresh_window
6208 method.
6209 * tui/tui-layout.c (show_source_disasm_command)
6210 (show_source_or_disasm_and_command): Call refresh_window method.
6211 * tui/tui-data.h (struct tui_gen_win_info)
6212 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6213 New method.
6214
cb2ce893
TT
62152019-06-25 Tom Tromey <tom@tromey.com>
6216
6217 * tui/tui.c (tui_rl_other_window, tui_enable)
6218 (tui_is_window_visible, tui_get_command_dimension): Update.
6219 * tui/tui-winsource.c (tui_update_source_window_as_is)
6220 (tui_clear_source_content, tui_erase_source_content)
6221 (tui_show_source_line, tui_source_window_base::refill)
6222 (tui_source_window_base::do_scroll_horizontal)
6223 (tui_source_window_base::set_is_exec_point_at)
6224 (tui_update_breakpoint_info, tui_set_exec_info_content)
6225 (tui_alloc_source_buffer, tui_line_is_displayed)
6226 (tui_addr_is_displayed): Update.
6227 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6228 (tui_check_and_display_highlight_if_needed)
6229 (tui_win_info::make_visible, tui_win_info::refresh)
6230 (tui_refresh_all): Update.
6231 * tui/tui-windata.c (tui_first_data_item_displayed)
6232 (tui_delete_data_content_windows, tui_erase_data_content)
6233 (tui_display_all_data, tui_data_window::refresh_all)
6234 (tui_check_data_values): Update.
6235 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6236 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6237 (tui_win_info::backward_scroll, tui_refresh_all_win)
6238 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6239 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6240 (tui_source_window_base::set_new_height)
6241 (tui_data_window::set_new_height)
6242 (make_invisible_and_set_new_height)
6243 (make_visible_with_new_height, new_height_ok)
6244 (parse_scrolling_args): Update.
6245 * tui/tui-stack.c (tui_show_frame_info): Update.
6246 * tui/tui-source.c (tui_set_source_content)
6247 (tui_set_source_content_nil, tui_source_is_displayed)
6248 (tui_source_window::do_scroll_vertical): Update.
6249 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6250 (tui_display_registers_from, tui_display_reg_element_at_line)
6251 (tui_check_register_values, tui_reg_command): Update.
6252 * tui/tui-layout.c (tui_default_win_height)
6253 (show_source_disasm_command, show_data, init_and_make_win)
6254 (show_source_or_disasm_and_command): Update.
6255 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6256 (tui_redisplay_readline, tui_mld_flush)
6257 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6258 (tui_getc): Update.
6259 * tui/tui-disasm.c (tui_set_disassem_content)
6260 (tui_disasm_window::do_scroll_vertical): Update.
6261 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6262 Now virtual.
6263 (struct tui_win_info): Derive from tui_gen_win_info.
6264 <~tui_win_info>: Mark as override.
6265 <generic>: Remove member.
6266 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6267 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6268 (~tui_data_window, ~tui_win_info)
6269 (tui_free_all_source_wins_content): Update.
6270 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6271
ab313b35
TT
62722019-06-25 Tom Tromey <tom@tromey.com>
6273
6274 * tui/tui-layout.c (init_and_make_win): Use new.
6275 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6276 destructor, initializers.
6277 (tui_alloc_generic_win_info): Don't declare.
6278 * tui/tui-data.c (_locator): Add argument to constructor.
6279 (source_win, disasm_win): New globals.
6280 (exec_info): Remove.
6281 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6282 Update.
6283 (tui_alloc_generic_win_info): Remove.
6284 (init_content_element): Use new.
6285 (tui_win_info::tui_win_info): Update.
6286 (free_content_elements) <case DATA_WIN>: Use delete.
6287
dc2c33e4
TT
62882019-06-25 Tom Tromey <tom@tromey.com>
6289
6290 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6291 * tui/tui-windata.c (tui_first_data_item_displayed)
6292 (tui_delete_data_content_windows): Update.
6293 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6294 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6295 (tui_display_registers_from, tui_check_register_values): Update.
6296 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6297 pointer.
6298 * tui/tui-data.c (init_content_element): Update. Allocate the new
6299 window.
6300 (tui_free_data_content): Update.
6301 (free_content_elements) <case DATA_WIN>: Free the window.
6302
214a5cbe
TT
63032019-06-25 Tom Tromey <tom@tromey.com>
6304
6305 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6306 Update.
6307 * tui/tui-layout.c (make_command_window)
6308 (show_source_disasm_command, show_data, init_and_make_win)
6309 (show_source_or_disasm_and_command): Update.
6310 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6311 method.
6312 <can_highight, is_highlighted>: Now bool.
6313 (tui_set_win_highlight): Don't declare.
6314 * tui/tui-data.c (tui_set_win_highlight): Remove.
6315
8e2daf15
TT
63162019-06-25 Tom Tromey <tom@tromey.com>
6317
6318 * tui/tui-wingeneral.c (make_visible): Remove check of window
6319 type.
6320
8903bd8a
TT
63212019-06-25 Tom Tromey <tom@tromey.com>
6322
6323 * tui/tui-win.c (tui_win_info::max_height)
6324 (tui_cmd_window::max_height): New methods.
6325 (new_height_ok): Call max_height.
6326 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6327 <max_height>: New method.
6328
3f02ce1e
TT
63292019-06-25 Tom Tromey <tom@tromey.com>
6330
6331 * tui/tui-win.c (tui_source_window_base::set_new_height)
6332 (tui_data_window::set_new_height): New methods.
6333 (make_invisible_and_set_new_height): Call set_new_height method.
6334 * tui/tui-data.h (struct tui_win_info)
6335 (struct tui_source_window_base, struct tui_data_window)
6336 <set_new_height>: New method.
6337
1825f487
TT
63382019-06-25 Tom Tromey <tom@tromey.com>
6339
6340 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6341 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6342 tui_refresh_data_win.
6343 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6344 method.
6345 (tui_refresh_all_win): Call the refresh_all method.
6346 (tui_set_focus): Likewise.
6347 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6348 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6349 Likewise.
6350
ad54d15b
TT
63512019-06-25 Tom Tromey <tom@tromey.com>
6352
6353 * tui/tui-winsource.h (tui_refill_source_window)
6354 (tui_set_is_exec_point_at): Don't declare.
6355 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6356 (tui_source_window_base::refill): Rename from
6357 tui_refill_source_window.
6358 (tui_source_window_base::do_scroll_horizontal): Update.
6359 (tui_source_window_base::set_is_exec_point_at): Rename from
6360 tui_set_is_exec_point_at.
6361 (tui_update_all_breakpoint_info): Update.
6362 * tui/tui-stack.c (tui_show_frame_info): Update.
6363 * tui/tui-layout.c (show_data): Add cast.
6364 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6365 * tui/tui-data.h (struct tui_source_window_base) <refill,
6366 set_is_exec_point_at>: New methods.
6367 (tui_source_windows, tui_add_to_source_windows): Update types.
6368 (tui_add_to_source_windows): Remove redundant declaration.
6369 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6370 (tui_source_windows): Change return type.
6371 (tui_clear_source_windows_detail): Update.
6372 (tui_add_to_source_windows): Change type of parameter.
6373 (tui_free_all_source_wins_content): Update.
6374
2042b506
TT
63752019-06-25 Tom Tromey <tom@tromey.com>
6376
6377 * tui/tui-wingeneral.c (tui_win_info::refresh)
6378 (tui_source_window_base::refresh): New methods.
6379 (tui_refresh_all): Call the refresh method.
6380 * tui/tui-data.h (struct tui_win_info)
6381 (struct tui_source_window_base) <refresh>: New method.
6382
56122977
TT
63832019-06-25 Tom Tromey <tom@tromey.com>
6384
6385 * tui/tui.h (tui_is_window_visible): Return bool.
6386 * tui/tui.c (tui_is_window_visible): Return bool.
6387 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6388 (tui_make_visible, tui_make_invisible)
6389 (tui_win_info::make_visible)
6390 (tui_source_window_base::make_visible, make_all_visible)
6391 (tui_make_all_visible, tui_make_all_invisible): Update.
6392 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6393 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6394 bool.
6395 (struct tui_win_info, struct tui_source_window_base)
6396 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6397 * tui/tui-data.c (tui_init_generic_part): Update.
6398
cda37efb
TT
63992019-06-25 Tom Tromey <tom@tromey.com>
6400
6401 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6402 (tui_source_window_base::make_visible): New methods.
6403 (make_all_visible): Make method call.
6404 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6405 (struct tui_source_window_base, struct tui_cmd_window): Override
6406 make_visible.
6407 (tui_win_is_source_type): Don't declare.
6408 * tui/tui-data.c (tui_win_is_source_type): Remove.
6409
6a0ee02c
TT
64102019-06-25 Tom Tromey <tom@tromey.com>
6411
6412 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6413 NULL check.
6414
63901aec
TT
64152019-06-25 Tom Tromey <tom@tromey.com>
6416
6417 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6418 Inline constructor. Add initializers for members.
6419 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6420 constructors; now inline in class.
6421
ceb13a13
TT
64222019-06-25 Tom Tromey <tom@tromey.com>
6423
6424 * tui/tui-regs.c (tui_show_registers): Update.
6425 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6426 bool.
6427 * tui/tui-data.c (tui_data_window::clear_detail)
6428 (tui_data_window): Update.
6429
238eb706
TT
64302019-06-25 Tom Tromey <tom@tromey.com>
6431
6432 * tui/tui-windata.c (tui_display_all_data)
6433 (tui_display_data_from_line, tui_display_data_from)
6434 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6435 Update.
6436 * tui/tui-regs.c (tui_last_regs_line_no)
6437 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6438 (tui_show_registers, tui_show_register_group)
6439 (tui_display_registers_from, tui_display_reg_element_at_line)
6440 (tui_display_registers_from_line, tui_check_register_values)
6441 (tui_reg_next, tui_reg_prev): Update.
6442 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6443 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6444 tui_data_window.
6445 (struct tui_win_info) <detail>: Remove. Add new fields from
6446 tui_data_info.
6447 (TUI_DATA_WIN): Add cast.
6448 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6449 (~tui_data_window): Simplify.
6450
81491aa0
TT
64512019-06-25 Tom Tromey <tom@tromey.com>
6452
6453 * tui/tui-layout.c (show_source_disasm_command)
6454 (show_source_or_disasm_and_command): Update.
6455 * tui/tui-io.c (update_cmdwin_start_line)
6456 (tui_redisplay_readline): Update.
6457 * tui/tui-data.h (struct tui_command_info): Remove.
6458 (struct tui_win_info) <detail>: Remove command_info member.
6459 (struct tui_data_window) <start_line>: New member, from
6460 tui_command_info.
6461 (TUI_CMD_WIN): Add casts.
6462
e6e41501
TT
64632019-06-25 Tom Tromey <tom@tromey.com>
6464
6465 * tui/tui-winsource.c (tui_update_source_window)
6466 (tui_refill_source_window)
6467 (tui_source_window_base::do_scroll_horizontal)
6468 (tui_update_breakpoint_info, tui_set_exec_info_content)
6469 (tui_show_exec_info_content, tui_erase_exec_info_content)
6470 (tui_clear_exec_info_content): Update.
6471 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6472 Update.
6473 * tui/tui-win.c (make_invisible_and_set_new_height)
6474 (make_visible_with_new_height): Update.
6475 * tui/tui-source.c (tui_set_source_content)
6476 (tui_show_symtab_source): Update.
6477 * tui/tui-layout.c (extract_display_start_addr)
6478 (show_source_disasm_command, show_data)
6479 (make_source_or_disasm_window)
6480 (show_source_or_disasm_and_command): Update.
6481 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6482 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6483 "gdbarch".
6484 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6485 to tui_source_window_base.
6486 (struct tui_win_info) <detail>: Remove source_info member.
6487 (struct tui_source_window_base) <has_locator>: Inline.
6488 Move contents from tui_source_info; rename has_locator member to
6489 m_has_locator.
6490 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6491 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6492 header file.
6493 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6494 Simplify.
6495 (tui_free_all_source_wins_content): Cast to
6496 tui_source_window_base.
6497
44f0e208
TT
64982019-06-25 Tom Tromey <tom@tromey.com>
6499
6500 * tui/tui-win.c (make_invisible_and_set_new_height)
6501 (make_visible_with_new_height): Call has_locator method.
6502 * tui/tui-layout.c (show_source_disasm_command, show_data)
6503 (show_source_or_disasm_and_command): Update for bool change.
6504 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6505 (tui_win_info) <has_locator>: New method.
6506 (struct tui_source_window_base) <has_locator>: New method.
6507 (tui_win_has_locator): Don't declare.
6508 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6509 from tui_win_has_locator.
6510 (tui_source_window_base): Use false, not FALSE.
6511
7778b912
TT
65122019-06-25 Tom Tromey <tom@tromey.com>
6513
6514 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
6515 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
6516 clear_detail method directly.
6517 (tui_clear_win_detail): Remove.
6518
f83d391c
TT
65192019-06-25 Tom Tromey <tom@tromey.com>
6520
6521 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
6522 "this", not TUI_DISASM_WIN.
6523
13446e05
TT
65242019-06-25 Tom Tromey <tom@tromey.com>
6525
6526 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
6527 declare.
6528 * tui/tui-winsource.c
6529 (tui_source_window_base::do_scroll_horizontal): Rename from
6530 tui_horizontal_source_scroll.
6531 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
6532 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
6533 from tui_vertical_data_scroll.
6534 * tui/tui-win.h (tui_scroll): Don't declare.
6535 * tui/tui-win.c (tui_win_info::forward_scroll)
6536 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6537 (tui_win_info::right_scroll): Rename and update.
6538 (tui_scroll_forward_command, tui_scroll_backward_command)
6539 (tui_scroll_left_command, tui_scroll_right_command): Update.
6540 (tui_scroll): Remove.
6541 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
6542 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
6543 from tui_vertical_source_scroll.
6544 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
6545 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
6546 from tui_vertical_disassem_scroll.
6547 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
6548 do_scroll_horizontal>: New methods.
6549 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
6550 Likewise.
6551 (struct tui_source_window_base): Add do_scroll_horizontal.
6552 (struct tui_source_window, struct tui_disasm_window): Add
6553 do_scroll_vertical.
6554 (struct tui_data_window, struct tui_cmd_window): Add
6555 do_scroll_horizontal and do_scroll_vertical.
6556 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
6557
5cf82909
TT
65582019-06-25 Tom Tromey <tom@tromey.com>
6559
6560 * tui/tui-data.h (struct tui_source_window_base): New struct.
6561 (struct tui_source_window): Derive from tui_source_window_base.
6562 (struct tui_disasm_window): New struct.
6563 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
6564 from tui_source_window::clear_detail.
6565 (tui_source_window_base): Rename from tui_source_window.
6566 (~tui_source_window_base): Rename from ~tui_source_window.
6567 (tui_alloc_win_info): Create a tui_disasm_window.
6568
ee1d42d6
TT
65692019-06-25 Tom Tromey <tom@tromey.com>
6570
6571 * tui/tui-data.h (struct tui_source_window)
6572 (struct tui_data_window): Declare destructors.
6573 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
6574 destructors.
6575 (tui_win_info): Simplify.
6576
b4eb2452
TT
65772019-06-25 Tom Tromey <tom@tromey.com>
6578
6579 * tui/tui-winsource.c (tui_display_main)
6580 (tui_update_source_windows_with_addr)
6581 (tui_update_all_breakpoint_info): Update.
6582 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6583 (new_height_ok, parse_scrolling_args): Update.
6584 * tui/tui-stack.c (tui_show_frame_info): Update.
6585 * tui/tui-data.h (struct tui_list): Remove.
6586 (tui_source_windows): Return a reference to a std::vector.
6587 * tui/tui-data.c (source_windows): Now a std::vector.
6588 (tui_source_windows): Change return type.
6589 (tui_clear_source_windows): Rewrite.
6590 (tui_clear_source_windows_detail, tui_add_to_source_windows)
6591 (tui_free_all_source_wins_content): Rewrite.
6592
8761a91b
TT
65932019-06-25 Tom Tromey <tom@tromey.com>
6594
6595 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
6596 (struct tui_data_window, struct tui_cmd_window): Declare
6597 clear_detail method.
6598 * tui/tui-data.c (tui_source_window::clear_detail)
6599 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
6600 methods.
6601 (tui_clear_win_detail): Simplify.
6602
0ed69eda
TT
66032019-06-25 Tom Tromey <tom@tromey.com>
6604
6605 * tui/tui-layout.c (make_source_window, make_disasm_window)
6606 (make_source_or_disasm_window): Remove win_info_ptr parameter.
6607 Return the new window.
6608 (show_source_disasm_command, show_data)
6609 (show_source_or_disasm_and_command): Update.
6610
82432e10
TT
66112019-06-25 Tom Tromey <tom@tromey.com>
6612
6613 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
6614 parameter. Return the new window.
6615 (show_source_disasm_command): Update and remove NULL check.
6616 (show_source_or_disasm_and_command): Update.
6617
ec328aa5
TT
66182019-06-25 Tom Tromey <tom@tromey.com>
6619
6620 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
6621
33b906ab
TT
66222019-06-25 Tom Tromey <tom@tromey.com>
6623
6624 * tui/tui-data.h (struct tui_win_info): Make constructor
6625 protected. Make destructor virtual. Add initializers.
6626 (tui_source_window, tui_data_window, tui_cmd_window): New
6627 classes.
6628 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
6629 constructor. Add "type" parameter.
6630 (tui_source_window, tui_data_window, tui_cmd_window): New
6631 constructors.
6632 (tui_alloc_win_info): Instantiate the appropriate subclass.
6633
e7e11af4
TT
66342019-06-25 Tom Tromey <tom@tromey.com>
6635
6636 * tui/tui-win.c (tui_resize_all): Use delete.
6637 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
6638 destructor.
6639 (tui_free_window): Don't declare.
6640 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
6641 Update.
6642
6792b55e
TT
66432019-06-25 Tom Tromey <tom@tromey.com>
6644
6645 * tui/tui-data.h (struct tui_win_info): Add constructor.
6646 * tui/tui-data.c (tui_alloc_win_info): Use new.
6647 (tui_free_window): Use delete.
6648
f95675e1
TT
66492019-06-22 Tom Tromey <tom@tromey.com>
6650
6651 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
6652 declare.
6653 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
6654
5bff081c
TT
66552019-06-22 Tom Tromey <tom@tromey.com>
6656
6657 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
6658 declare.
6659 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
6660
47e3f474
TV
66612019-06-22 Tom de Vries <tdevries@suse.de>
6662
6663 * dwarf2read.c (create_addrmap_from_aranges)
6664 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
6665 instead of '%zu'.
6666
fd5866f6
SM
66672019-06-21 Simon Marchi <simon.marchi@efficios.com>
6668
6669 * dwarf2read.h (dwarf2_section_info_def): Remove.
6670 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
6671 * dwarf2read.c (struct dwo_sections) <types>: Change type to
6672 std::vector<dwarf2_section_info>.
6673 (struct dwo_file) <~dwo_file>: Remove.
6674 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
6675 types field.
6676 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
6677 (dwarf2_read_debug_names): Likewise.
6678 (create_debug_types_hash_table): Change parameter type to
6679 array_view, adjust code accordingly.
6680 (dwarf2_locate_dwo_sections): Adjust to std::vector.
6681 (partial_die_info::fixup): Likewise.
6682 (determine_prefix): Likewise.
6683 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
6684
fb1eb2f9
SM
66852019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6686
6687 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
6688 gdb_bfd_ref_ptr.
6689 <~dwo_file>: Remove call to gdb_bfd_unref.
6690 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
6691 gdb_bfd_ref_ptr::get.
6692
51ac9db5
SM
66932019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6694
6695 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
6696 type to htab_up.
6697 * dwarf2read.c (struct dwo_file): Initialize fields.
6698 <~dwo_file>: New.
6699 (free_dwo_file): Remove, move content to ~dwo_file.
6700 (struct dwo_file_deleter): Remove.
6701 (dwo_file_up>: Remove custom deleter.
6702 (free_dwo_files): Remove.
6703 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
6704 dwo_files.
6705 (process_skeletonless_type_units): Call unique_ptr::get.
6706 (allocate_dwo_file_hash_table): Add deleter to created hash
6707 table. Change return type to htab_up.
6708 (lookup_dwo_file_slot): Don't memset dwo_file, call
6709 unique_ptr::get.
6710 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6711 (create_dwo_unit_in_dwp_v2): Likewise.
6712 (open_and_init_dwo_file): Likewise.
6713 (free_dwo_file_from_slot): Remove.
6714
dc4ccb6f
SM
67152019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6716
6717 * dwarf2read.h (struct dwarf2_section_info) <readin,
6718 is_virtual>: Change type to bool.
6719 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6720 true instead of 1.
6721
e6a1c5cb
TT
67222019-06-19 Tom Tromey <tom@tromey.com>
6723
6724 * tui/tui-data.h (tui_init_content_element): Don't declare.
6725
6f6ffbeb
TT
67262019-06-19 Tom Tromey <tom@tromey.com>
6727
6728 * tui/tui-data.h (tui_init_win_info): Don't declare.
6729
f23f598e
TV
67302019-06-19 Tom de Vries <tdevries@suse.de>
6731
6732 * dwarf2read.h (abstract_to_concrete): Change type to
6733 std::unordered_map<sect_offset, std::vector<sect_offset>,
6734 gdb::hash_enum<sect_offset>>.
6735
680e1bee
TT
67362019-06-19 Tom Tromey <tromey@adacore.com>
6737
6738 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6739 EVAL_AVOID_SIDE_EFFECTS specially.
6740
dcf37923
TT
67412019-06-19 Tom Tromey <tromey@adacore.com>
6742
6743 * source-cache.c (highlighter): New global.
6744 (source_cache::get_source_lines): Create a highlighter on demand.
6745
494986d5
AB
67462019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6747
6748 * defs.h (deprecated_interactive_hook): Delete declaration.
6749 * interps.c (clear_interpreter_hooks): Remove use of
6750 deprecated_interactive_hook.
6751 * top.c (deprecated_interactive_hook): Delete definition.
6752 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6753
3360b6e7
TV
67542019-06-18 Tom de Vries <tdevries@suse.de>
6755
6756 PR gdb/24515
6757 * dwarf2read.h (abstract_to_concrete): Change type from
6758 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6759 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6760 * dwarf2read.c (read_variable): Update.
6761 (dwarf2_fetch_die_loc_sect_off): Update.
6762
310b3441
TV
67632019-06-17 Tom de Vries <tdevries@suse.de>
6764
6765 PR gdb/24617
6766 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6767 accessing parent[parent_len - 1].
6768
ba9777be
PP
67692019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6770
6771 PR gdb/24364
6772 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6773 call dtrace_process_dof with NULL dof.
6774
2b9f6e89
TV
67752019-06-16 Tom de Vries <tdevries@suse.de>
6776
6777 PR gdb/24445
6778 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6779
431b3ead
TT
67802019-06-16 Tom Tromey <tom@tromey.com>
6781
6782 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6783 (make_all_visible): Use address of member.
6784
d04b44a1
TT
67852019-06-16 Tom Tromey <tom@tromey.com>
6786
6787 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6788 (tui_free_window, free_content, free_content_elements): Remove
6789 unnecessary cast.
6790 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6791 cast.
6792 * tui/tui-regs.c (tui_show_register_group)
6793 (tui_display_registers_from, tui_display_reg_element_at_line):
6794 Remove unnecessary cast.
6795
bf5142e7
AB
67962019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6797
6798 * linux-nat.c (normal_mask): Delete.
6799 (_initialize_linux_nat): Don't initialise normal_mask.
6800
c4973306
SM
68012019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6802
6803 PR gdb/24445
6804 * dwarf-index-write.h (write_psymtabs_to_index): Add
6805 dwz_basename parameter.
6806 * dwarf-index-write.c (write_gdbindex): Move file writing to
6807 write_gdbindex_1. Change return type void.
6808 (assert_file_size): Move up, remove filename parameter.
6809 (write_gdbindex_1): New function.
6810 (write_debug_names): Change return type to void, call
6811 assert_file_size.
6812 (struct index_wip_file): New struct.
6813 (write_psymtabs_to_index): Add dwz_basename parameter. Move
6814 file logic to index_wip_file. Write index for dwz file if
6815 needed.
6816 (save_gdb_index_command): Pass basename of dwz file, if present.
6817 * dwarf-index-cache.c (index_cache::store): Obtain and pass
6818 build-id of dwz file, if present.
6819 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
6820 (dwarf2_get_dwz_file): Likewise.
6821 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
6822 (dwarf2_get_dwz_file): Likewise.
6823
395f9c91
TT
68242019-06-16 Tom Tromey <tom@tromey.com>
6825
6826 * coffread.c (process_coff_symbol): Use xstrdup.
6827 * value.c (create_internalvar): Use xstrdup.
6828
cafb3438
TT
68292019-06-16 Tom Tromey <tom@tromey.com>
6830
6831 * valops.c (value_cast, value_slice): Remove unnecessary cast.
6832 * breakpoint.c (stopin_command, stopat_command)
6833 (until_break_command, decode_location_default): Remove unnecessary
6834 cast.
6835 * utils.c (subset_compare): Remove unnecessary cast.
6836 * ada-lang.c (ada_update_initial_language): Remove unnecessary
6837 cast.
6838 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
6839 cast.
6840 * infcmd.c (path_command): Remove unnecessary cast.
6841 * coffread.c (decode_type): Remove unnecessary cast.
6842 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
6843 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
6844 * tui/tui-stack.c (tui_show_locator_content)
6845 (tui_show_frame_info): Remove unnecessary cast.
6846 * tui/tui-win.c (tui_scroll_forward_command)
6847 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
6848 (parse_scrolling_args): Remove unnecessary cast.
6849 * tui/tui-data.c (init_win_info, tui_del_window)
6850 (tui_free_window, tui_del_data_windows, tui_free_data_content)
6851 (free_content_elements): Remove unnecessary cast.
6852 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
6853 unnecessary cast.
6854 * tui/tui-source.c (tui_set_source_content)
6855 (tui_vertical_source_scroll): Remove unnecessary cast.
6856 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
6857 cast.
6858 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
6859 * tui/tui-regs.c (tui_display_registers_from)
6860 (tui_display_register): Remove unnecessary cast.
6861 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
6862 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
6863 (make_visible): Remove unnecessary cast.
6864 * tui/tui-winsource.c (tui_erase_source_content)
6865 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
6866 unnecessary cast.
6867 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
6868 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
6869 * stabsread.c (read_type, read_array_type, read_range_type):
6870 Remove unnecessary cast.
6871 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
6872 (parse_symbol, parse_type, upgrade_type, parse_external)
6873 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
6874 unnecessary cast.
6875 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
6876
730ead81
TT
68772019-06-16 Tom Tromey <tom@tromey.com>
6878
6879 * tui/tui-data.c (tui_alloc_generic_win_info)
6880 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
6881 checks.
6882
584a927c
AB
68832019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6884 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * f-typeprint.c (f_print_type): Don't return early for not
6887 associated or not allocated types.
6888 (f_type_print_varspec_suffix): Add print_rank parameter and print
6889 ranks of array types in case they dangling.
6890 (f_type_print_base): Add print_rank parameter.
6891
30056ea0
AB
68922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * NEWS: Mention new MI commands.
6895 * break-catch-throw.c (enum exception_event_kind): Move to
6896 breakpoint.h.
6897 (print_mention_exception_catchpoint): Output text as a single
6898 message.
6899 (catch_exception_command_1): Rename to...
6900 (catch_exception_event): ...this, make non-static, update header
6901 command, and change some parameter types.
6902 (catch_catch_command): Update for changes to
6903 catch_exception_command_1.
6904 (catch_throw_command): Likewise.
6905 (catch_rethrow_command): Likewise.
6906 * breakpoint.c (enum exception_event_kind): Delete.
6907 * breakpoint.h (enum exception_event_kind): Moved here from
6908 break-catch-throw.c.
6909 (catch_exception_event): Declare.
6910 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
6911 (mi_cmd_catch_throw): New function.
6912 (mi_cmd_catch_rethrow): New function.
6913 (mi_cmd_catch_catch): New function.
6914 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
6915 'catch-catch' entries.
6916 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
6917 (mi_cmd_catch_rethrow): Declare.
6918 (mi_cmd_catch_catch): Declare.
6919
ec8e2b6d
AB
69202019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * annotate.c (annotate_source_line): Change return type to void,
6923 update implementation to match.
6924 * annotate.h (annotate_source_line): Change return type to void,
6925 update header comment.
6926 * stack.c (print_frame_info): Don't change what frame information
6927 is printed based on whether annotations are on or not.
6928
0d3abd8c
AB
69292019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6932 (annotate_source): Make static.
6933 (annotate_source_line): Moved from source.c and renamed from
6934 identify_source_line. Update the return type.
6935 * annotate.h (annotate_source): Delete declaration.
6936 (annotate_source_line): Declaration moved from source.h, and
6937 renamed from identify_source_line. Return type updated.
6938 * source.c (identify_source_line): Moved to annotate.c and renamed
6939 to annotate_source_line.
6940 (info_line_command): Remove check of annotation_level.
6941 * source.h (identify_source_line): Move declaration to annotate.h
6942 and rename to annotate_source_line.
6943 * stack.c: Add 'annotate.h' include.
6944 (print_frame_info): Remove check of annotation_level before
6945 calling annotate_source_line.
6946
00df30ae
AB
69472019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6948
6949 * source-cache.c (source_cache::get_plain_source_lines): Use
6950 open_source_file_with_line_charpos instead of just
6951 open_source_file, remove call to find_source_lines.
6952 (source_cache::get_source_lines): Likewise.
6953 * source.c (find_source_lines): Make static.
6954 (get_filename_and_charpos): Renamed into...
6955 (open_source_file_with_line_charpos): ..this along with changes to
6956 return a scoped_fd, and some other minor clean ups.
6957 (identify_source_line): Use open_source_file_with_line_charpos.
6958 (search_command_helper): Use open_source_file_with_line_charpos
6959 instead of just open_source_file, remove call to
6960 find_source_lines.
6961 * source.h (open_source_file_with_line_charpos): Declare new
6962 function.
6963 (find_source_lines): Delete declaration.
6964
afda45a2
AB
69652019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * source.c (get_filename_and_charpos): Remove fullname
6968 parameter.
6969 (identify_source_line): Update call to get_filename_and_charpos.
6970
0735b091
TT
69712019-06-14 Tom Tromey <tromey@adacore.com>
6972
6973 PR gdb/24502:
6974 * ui-style.h (skip_ansi_escape): Update comment.
6975 * ui-file.h (class no_terminal_escape_file): New class.
6976 * ui-file.c (no_terminal_escape_file::write)
6977 (no_terminal_escape_file::puts): New methods.
6978 * cli/cli-logging.c (handle_redirections): Use
6979 no_terminal_escape_file.
6980
52ce35e2
TT
69812019-06-14 Tom Tromey <tromey@adacore.com>
6982
6983 * NEWS: Move convenience variable news above Python news.
6984
73cc7272
TT
69852019-06-14 Tom Tromey <tom@tromey.com>
6986
6987 * gnulib: Move directory to top-level.
6988 * configure.ac: Don't configure gnulib.
6989 * configure: Rebuild.
6990 * common/common-defs.h: Use new path to gnulib.
6991 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6992 (GNULIB_H): Remove.
6993 (INCGNU): Look in new gnulib location.
6994 (HFILES_NO_SRCDIR): Remove gnulib files.
6995 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6996 (generated_files): Remove GNULIB_H.
6997 ($(LIBGNU), all-lib): Remove targets.
6998 (distclean): Don't mention GNULIB_BUILDDIR.
6999 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7000
f5686554
TT
70012019-06-14 Tom Tromey <tromey@adacore.com>
7002
7003 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7004 Warn if symbol file does not provide any symbols.
7005
a0c1ffed
TT
70062019-06-14 Tom Tromey <tromey@adacore.com>
7007
7008 * source.c (find_and_open_source): Respect basenames_may_differ.
7009
7c39e397
AB
70102019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7011
7012 * annotate.c (annotate_breakpoints_invalid): Make use of
7013 scoped_restore_terminal_state.
7014 (annotate_frames_invalid): Likewise.
7015
f411722c
TT
70162019-06-14 Tom Tromey <tromey@adacore.com>
7017
7018 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7019 allow assignment to an internalvar.
7020
4268ec18
TT
70212019-06-14 Tom Tromey <tromey@adacore.com>
7022
7023 * ada-lex.l: Allow "_" in attribute names.
7024
abdb711e
TT
70252019-06-14 Tom Tromey <tromey@adacore.com>
7026
7027 PR gdb/24653:
7028 * regcache.c (registers_changed): Don't call alloca.
7029 * top.c (execute_command): Don't call alloca.
7030
4c048731
PA
70312019-06-13 Pedro Alves <palves@redhat.com>
7032
7033 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7034 'expression'. When parsing an expression, error out if there's
7035 junk after "unlimited".
7036 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7037 (do_set_command): Adjust calls to is_unlimited_literal.
7038
66eb1ed3
PA
70392019-06-13 Pedro Alves <palves@redhat.com>
7040
7041 * compile/compile.c (make_compile_options_def_group): Add braces
7042 around array_view initializer.
7043 * thread.c (make_thread_apply_all_options_def_group)
7044 (make_thread_apply_all_options_def_group): Likewise.
7045
3345721a
PA
70462019-06-13 Pedro Alves <palves@redhat.com>
7047
7048 * NEWS (New commands): Mention "maint test-options
7049 require-delimiter", "maint test-options unknown-is-error", "maint
7050 test-options unknown-is-operand" and "maint show
7051 test-options-completion-result".
7052 (New command options, command completion): New section.
7053 (Completion improvements): New section.
7054 Mention that you can abbreviate "unlimited".
7055
6206060d
PA
70562019-06-13 Pedro Alves <palves@redhat.com>
7057
7058 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7059 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7060 * unittests/cli-utils-selftests.c (test_parse_flags)
7061 (test_parse_flags_qcs): Delete.
7062 (test_cli_utils): Don't call deleted functions.
7063
6665660a
PA
70642019-06-13 Pedro Alves <palves@redhat.com>
7065
7066 * thread.c: Include "cli/cli-option.h".
7067 (tp_array_compar_ascending): Global.
7068 (tp_array_compar): Delete function.
7069 (tp_array_compar_ascending, tp_array_compar_descending): New
7070 functions.
7071 (ascending_option_def, qcs_flag_option_def)
7072 (thr_qcs_flags_option_defs)
7073 (make_thread_apply_all_options_def_group)
7074 (make_thread_apply_options_def_group): New.
7075 (thread_apply_all_command): Use gdb::option::process_options.
7076 (thread_apply_command_completer)
7077 (thread_apply_all_command_completer): New.
7078 (thread_apply_command): Use gdb::option::process_options.
7079 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7080 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7081 to generate help text of "thread apply". Adjust "taas"'s help.
7082 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7083 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7084
f7e13587
PA
70852019-06-13 Pedro Alves <palves@redhat.com>
7086
7087 * thread.c (thread_apply_command): Check for invalid TID with
7088 isdigit instead of !isalpha.
7089
5d707134
PA
70902019-06-13 Pedro Alves <palves@redhat.com>
7091
7092 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7093 (validate_flags_qcs): New.
7094 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7095 (validate_flags_qcs): Declare.
7096 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7097 (make_frame_apply_options_def_group): New.
7098 (frame_apply_command_count): Process options with
7099 gdb::option::process_options.
7100 (frame_apply_completer): New.
7101 (frame_apply_level_completer, frame_apply_all_completer)
7102 (frame_apply_completer): New.
7103 (_initialize_stack): Update help of "frame apply", "frame apply
7104 level", "frame apply all" and "faas" to mention supported options
7105 and install command completers.
7106 * stack.h (frame_apply_all_completer): Declare.
7107 * thread.c: Include "stack.h".
7108 (tfaas_command): Add "--".
7109 (_initialize_thread): Update help "tfaas" to mention supported
7110 options and install command completer.
7111
272d4594
PA
71122019-06-13 Pedro Alves <palves@redhat.com>
7113
7114 * completer.c (complete_nested_command_line): New.
7115 (gdb_completion_word_break_characters_throw): Add assertion.
7116 * completer.h (complete_nested_command_line): Declare.
7117
90a1ef87
PA
71182019-06-13 Pedro Alves <palves@redhat.com>
7119
7120 * stack.c (parse_backtrace_qualifiers): New.
7121 (backtrace_command): Use it.
7122 (backtrace_command_completer): Complete on qualifiers.
7123
d4c16835
PA
71242019-06-13 Pedro Alves <palves@redhat.com>
7125
7126 * frame.c: Include "cli/cli-option.h.
7127 (user_set_backtrace_options): New.
7128 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7129 Delete.
7130 (get_prev_frame): Adjust.
7131 (boolean_option_def, uinteger_option_def)
7132 (set_backtrace_option_defs): New.
7133 (_initialize_frame): Adjust and use
7134 gdb::option::add_setshow_cmds_for_options to install "set
7135 backtrace past-main" and "set backtrace past-entry".
7136 * frame.h: Include "cli/cli-option.h".
7137 (struct frame_print_options): Forward declare.
7138 (print_frame_arguments_all, print_frame_arguments_scalars)
7139 (print_frame_arguments_none): Declare.
7140 (print_entry_values): Delete declaration.
7141 (struct frame_print_options, user_frame_print_options): New.
7142 (struct set_backtrace_options): New.
7143 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7144 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7145 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7146 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7147 (list_args_or_locals): Add frame_print_options parameter.
7148 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7149 * python/py-framefilter.c (enumerate_args): Pass down
7150 USER_FRAME_PRINT_OPTIONS.
7151 * stack.c: Include "cli/cli-option.h".
7152 (print_frame_arguments_all, print_frame_arguments_scalars)
7153 (print_frame_arguments_none): Declare.
7154 (print_raw_frame_arguments, print_entry_values): Delete.
7155 (user_frame_print_options): New.
7156 (boolean_option_def, enum_option_def, frame_print_option_defs):
7157 New.
7158 (struct backtrace_cmd_options): New.
7159 (bt_flag_option_def): New.
7160 (backtrace_command_option_defs): New.
7161 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7162 (print_frame_arg, read_frame_arg, print_frame_args)
7163 (print_frame_info, print_frame): Add frame_print_options parameter
7164 and use it.
7165 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7166 (backtrace_command_1): Add frame_print_options and
7167 backtrace_cmd_options parameters and use them.
7168 (make_backtrace_options_def_group): New.
7169 (backtrace_command): Process command options with
7170 gdb::option::process_options.
7171 (backtrace_command_completer): New.
7172 (_initialize_stack): Extend "backtrace"'s help to mention
7173 supported options. Install completer for "backtrace".
7174 Install some settings commands with add_setshow_cmds_for_options.
7175
2daf894e
PA
71762019-06-13 Pedro Alves <palves@redhat.com>
7177
7178 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7179 and that "set/show print raw frame-arguments" are now deprecated.
7180
7181 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7182 command.
7183 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7184 * stack.c (_initialize_stack): Install "set/show print
7185 raw-frame-arguments", and deprecate "set/show print raw
7186 frame-arguments".
7187 * valprint.c (_initialize_valprint): Deprecate "set/show print
7188 raw".
7189
e6ed716c
PA
71902019-06-13 Pedro Alves <palves@redhat.com>
7191
7192 * compile/compile.c (struct compile_options): New.
7193 (compile_flag_option_def, compile_command_option_defs)
7194 (make_compile_options_def_group): New.
7195 (compile_file_command): Handle options with
7196 gdb::option::process_options.
7197 (compile_file_command_completer): New function.
7198 (compile_code_command): Handle options with
7199 gdb::option::process_options.
7200 (compile_code_command_completer): New function.
7201 (_initialize_compiler): Install completers for "compile code" and
7202 "compile file". Mention available options in "compile code" and
7203 "compile code"'s help.
7204 * completer.c (advance_to_completion_word): New, factored out from
7205 ...
7206 (advance_to_expression_complete_word_point): ... this.
7207 (advance_to_filename_complete_word_point): New.
7208 * completer.h (advance_to_filename_complete_word_point): New
7209 declaration.
7210
7d8062de
PA
72112019-06-13 Pedro Alves <palves@redhat.com>
7212
7213 * compile/compile.c: Include "cli/cli-option.h".
7214 (compile_print_value): Scope data pointer is now a
7215 value_print_options pointer; adjust.
7216 (compile_print_command): Process options. Scope data pointer is
7217 now a value_print_options pointer; adjust.
7218 (_initialize_compile): Update "compile print"'s help to include
7219 supported options. Install a completer for "compile print".
7220 * cp-valprint.c (show_vtblprint, show_objectprint)
7221 (show_static_field_print): Delete.
7222 (_initialize_cp_valprint): Don't install "set print
7223 static-members", "set print vtbl", "set print object" here.
7224 * printcmd.c: Include "cli/cli-option.h" and
7225 "common/gdb_optional.h".
7226 (print_command_parse_format): Rework to fill in a
7227 value_print_options instead of a format_data.
7228 (print_value): Change parameter type from format_data pointer to
7229 value_print_options reference. Adjust.
7230 (print_command_1): Process options. Adjust to pass down a
7231 value_print_options.
7232 (print_command_completer): New.
7233 (_initialize_printcmd): Install print_command_completer as
7234 handle_brkchars completer for the "print" command. Update
7235 "print"'s help to include supported options.
7236 * valprint.c: Include "cli/cli-option.h".
7237 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7238 here from cp-valprint.c.
7239 (boolean_option_def, uinteger_option_def)
7240 (value_print_option_defs, make_value_print_options_def_group):
7241 New. Use gdb::option::add_setshow_cmds_for_options to install
7242 "set print elements", "set print null-stop", "set print repeats",
7243 "set print pretty", "set print union", "set print array", "set
7244 print address", "set print symbol", "set print array-indexes".
7245 * valprint.h: Include <string> and "cli/cli-option.h".
7246 (make_value_print_options_def_group): Declare.
7247 (print_value): Change parameter type from format_data pointer to
7248 value_print_options reference.
7249 (print_command_completer): Declare.
7250
9d0faba9
PA
72512019-06-13 Pedro Alves <palves@redhat.com>
7252
7253 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7254 (COMMON_SFILES): Add maint-test-settings.c.
7255 * cli/cli-decode.c (boolean_enums): New global, factored out from
7256 ...
7257 (add_setshow_boolean_cmd): ... here.
7258 * cli/cli-decode.h (boolean_enums): Declare.
7259 * cli/cli-option.c: New file.
7260 * cli/cli-option.h: New file.
7261 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7262 factored out from ...
7263 (parse_cli_boolean_value(const char *)): ... this.
7264 (is_unlimited_literal): Change parameter type to pointer to
7265 pointer. Adjust and advance ARG pointer.
7266 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7267 (parse_cli_var_enum): New, factored out from ...
7268 (do_set_command): ... this. Adjust.
7269 * cli/cli-setshow.h (parse_cli_boolean_value)
7270 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7271 (parse_cli_var_enum): Declare.
7272 * cli/cli-utils.c: Include "cli/cli-option.h".
7273 (get_ulongest): New.
7274 * cli/cli-utils.h (get_ulongest): Declare.
7275 (check_for_argument): New overloads.
7276 * maint-test-options.c: New file.
7277
2c722807
PA
72782019-06-13 Pedro Alves <palves@redhat.com>
7279
7280 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7281 parse a range if "-" is at the end of the string.
7282
dee7b4c8
PA
72832019-06-13 Pedro Alves <palves@redhat.com>
7284
7285 * cli/cli-setshow.c (parse_auto_binary_operation)
7286 (parse_cli_boolean_value): Don't allow "o".
7287
dca0f6c0
PA
72882019-06-13 Pedro Alves <palves@redhat.com>
7289
7290 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7291 * NEWS: Mention maint test-settings KIND.
7292 * maint-test-settings.c: New file.
7293
597bf39d
PA
72942019-06-13 Pedro Alves <palves@redhat.com>
7295
7296 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7297 completer.
7298 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7299 "set" completers.
7300
48c410fb
PA
73012019-06-13 Pedro Alves <palves@redhat.com>
7302
7303 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7304 after item.
7305
93bcb043
PA
73062019-06-13 Pedro Alves <palves@redhat.com>
7307
7308 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7309
cbba3ecd
PA
73102019-06-13 Pedro Alves <palves@redhat.com>
7311
7312 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7313 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7314 call.
7315 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7316 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7317 calls.
7318 (check_for_argument): Skip spaces after argument.
7319
b9a3f842
PA
73202019-06-13 Pedro Alves <palves@redhat.com>
7321
7322 * thread.c (thread_apply_command): Adjust TID parsing.
7323 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7324 detected before end of string.
7325 (tid_is_in_list): Error out if LIST is invalid.
7326
3844e605
PA
73272019-06-13 Pedro Alves <palves@redhat.com>
7328
7329 * completer.c (complete_line_internal_1): Rewind completion word
7330 point.
7331 (completion_tracker::advance_custom_word_point_by): Change
7332 parameter type to int.
7333 * completer.h (completion_tracker::advance_custom_word_point_by):
7334 Likewise.
7335
00b56dbe
PA
73362019-06-13 Pedro Alves <palves@redhat.com>
7337
7338 * completer.c (advance_to_completion_word): Handle delimiters.
7339
d106773e
PA
73402019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7341
7342 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7343
08f10e02
TT
73442019-06-11 Tom Tromey <tom@tromey.com>
7345
7346 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7347 (xmalloc_failed): Move to alloc.c.
7348 * alloc.c: New file.
7349 * Makefile.in (COMMON_SFILES): Add alloc.c.
7350
1c7fe951
TT
73512019-06-11 Tom Tromey <tom@tromey.com>
7352
7353 * nat/linux-waitpid.c: Don't include server.h.
7354 (linux_debug): Remove.
7355 (my_waitpid): Update.
7356
89549d7f
TT
73572019-06-11 Tom Tromey <tromey@adacore.com>
7358
7359 * infcall.c (_initialize_infcall): Remove trailing newline from
7360 help.
7361 * user-regs.c (_initialize_user_regs): Remove trailing newline
7362 from help.
7363 * typeprint.c (_initialize_typeprint): Remove trailing newline
7364 from help.
7365 * reverse.c (_initialize_reverse): Remove trailing newlines from
7366 help.
7367 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7368 from help.
7369 * language.c (add_set_language_command): Remove trailing newline
7370 from help.
7371 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7372 help.
7373 * disasm.c (_initialize_disasm): Remove trailing newline from
7374 help.
7375 * top.c (init_main): Remove trailing newline from help.
7376 * interps.c (_initialize_interpreter): Remove trailing newline
7377 from help.
7378 * btrace.c (_initialize_btrace): Remove trailing newlines from
7379 help.
7380 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7381 from help.
7382 * python/python.c (_initialize_python): Remove trailing newline
7383 from help.
7384 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7385 help.
7386 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7387 from help. Reformat some text.
7388 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7389 from help.
7390 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7391 newline from help.
7392
86108c13
TT
73932019-06-11 Tom Tromey <tromey@adacore.com>
7394
7395 * darwin-nat.c (darwin_decode_exception_message)
7396 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7397
a7067863
AB
73982019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7399
7400 * valops.c (value_slice): Check for not allocated or not
7401 associated values.
7402
9ab08412
TV
74032019-06-10 Tom de Vries <tdevries@suse.de>
7404
7405 PR gdb/24618
7406 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7407 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7408 invalid.
7409
f19e22e9
TV
74102019-06-10 Tom de Vries <tdevries@suse.de>
7411
7412 PR gdb/24611
7413 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7414 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7415
e99f9db0
TV
74162019-06-10 Tom de Vries <tdevries@suse.de>
7417
7418 PR symtab/24545
7419 * symtab.c (struct demangled_name_entry): Add language field.
7420 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7421 static minimal symbol". Set and use language field.
7422
9bf7038b
TT
74232019-06-10 Tom Tromey <tromey@adacore.com>
7424
7425 * ada-lang.c (_initialize_ada_language): Update help text.
7426
422186a9
TT
74272019-06-10 Tom Tromey <tromey@adacore.com>
7428
7429 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7430 with a newline.
7431 * guile/guile.c (handle_boot_error): Don't end warning with a
7432 newline.
7433 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7434 warning with a newline.
7435 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7436 newline.
7437 (s12z_frame_cache): Likewise.
7438 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7439 a newline.
7440 * solib-svr4.c (disable_probes_interface): Don't end warning with
7441 a newline.
7442 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7443 newline.
7444 * python/python.c (do_finish_initialization): Don't end warning
7445 with a newline.
7446
25ce02ee
TT
74472019-06-10 Tom Tromey <tom@tromey.com>
7448
7449 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7450 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7451 gdbpy_enter.
7452
caa429d8
TT
74532019-06-10 Tom Tromey <tromey@adacore.com>
7454
7455 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7456 data.
7457 (elf_new_init): Don't call stabsread_new_init.
7458 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7459 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7460 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7461
81873cc8
TV
74622019-06-10 Tom de Vries <tdevries@suse.de>
7463
7464 PR symtab/16264
7465 PR symtab/24517
7466 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7467
4fa0265e
РИ
74682019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7469
7470 * source.c (find_and_open_source): Also rewrite relative file
7471 names.
7472
1a3da2cd
AB
74732019-04-26 Amos Bird <amosbird@gmail.com>
7474
7475 * annotate.c (annotate_thread_exited): Add "thread-exited"
7476 annotation.
7477
3847a7bf
TT
74782019-06-06 Tom Tromey <tromey@adacore.com>
7479
7480 * maint.h (class scoped_command_stats): Use
7481 DISABLE_COPY_AND_ASSIGN.
7482 <print_time>: New method.
7483 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7484 print_time.
7485 (scoped_command_stats::print_time): New method.
7486
312617a3
AB
74872019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7490 instructions of lengths 6 or 8 bytes.
7491
b02f78f9
PA
74922019-06-04 Pedro Alves <palves@redhat.com>
7493
7494 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7495
7496 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7497 * breakpoint.c (condition_completer): Likewise.
7498 * cli/cli-dump.c (scan_expression): Likewise.
7499 * common/filestuff.c (mkdir_recursive): Likewise.
7500 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7501 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7502 (gdb_abspath): Likewise.
7503 * compile/compile-cplus-types.c
7504 (compile_cplus_instance::decl_name): Likewise.
7505 * completer.c (complete_explicit_location):
7506 (signal_completer, reg_or_group_completer_1): Likewise.
7507 * cp-support.c (cp_remove_params_if_any): Likewise.
7508 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7509 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7510 * infcmd.c (strip_bg_char): Likewise.
7511 * linespec.c (copy_token_string): Likewise.
7512 * mi/mi-main.c (output_cores): Likewise.
7513 * psymtab.c (psymtab_search_name):
7514 * symfile.c (test_set_ext_lang_command): Likewise.
7515 * target.c (target_fileio_read_stralloc): Likewise.
7516 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
7517 * value.c (complete_internalvar): Likewise.
7518
e1f2e1a2
CB
75192019-06-04 Christian Biesinger <cbiesinger@google.com>
7520
7521 Add objfile property to gdb.Type.
d3238f7d
PA
7522 * NEWS: Mention Python API addition.
7523 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 7524
e664d728
PW
75252019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7526
7527 * NEWS: Mention the new set|show style [title|highlight].
7528 Mention changes to "show style", "help" and "apropos".
7529
66d8c862
PW
75302019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7531
7532 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
7533 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
7534 instead of print_help_for_command.
7535 (print_doc_of_command): New function.
7536 (help_list): Add 'apropos -v word' suggestion.
7537 (print_help_for_command): Style the command name using title style.
7538 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
7539 (_initialize_cli_cmds): Describe -v in apropos_command help.
7540
9303eb2f
PW
75412019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7542
7543 * cli/cli-style.h (cli_style_option): Add name in constructor,
7544 add m_name class member, add constructor with intensity,
7545 add name class function.
7546 (cli_style_option::add_setshow_commands): Remove name argument.
7547 (highlight_style, title_style): New styles.
7548 * cli/cli-style.c (do_show): New function that shows a style
7549 characteristic styling the style name with itself.
7550 (set_style_name): New function.
7551 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
7552 Update all callers according to the changes in cli/cli-style.h.
7553 * utils.h (fputs_highlighted): New function.
7554 * utils.c (fputs_highlighted): Likewise.
7555
e2c52041
PW
75562019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7557
7558 * NEWS: Mention new pipe command and new convenience variables.
7559
947d3946
PW
75602019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7561
7562 * cli/cli-cmds.c (pipe_command): New function.
7563 (_initialize_cli_cmds): Call add_com for pipe_command.
7564 Define | as an alias for pipe.
7565 (exit_status_set_internal_vars): New function.
7566 (shell_escape): Call exit_status_set_internal_vars.
7567 cli/cli-decode.c (find_command_name_length): Recognize | as
7568 a single character command.
7569
b8fd0918
PW
75702019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7571
7572 * gdbcmd.h (execute_command_to_ui_file): New declaration.
7573 top.c (execute_command_to_ui_file): New function, mostly a copy
7574 of execute_command_to_string.
7575 (execute_command_to_string): Implement by calling
7576 execute_command_to_ui_file.
7577
68bb5386
PW
75782019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7579
7580 * top.h (saved_command_line): Remove declaration.
7581 * top.c (previous_saved_command_line, previous_repeat_arguments):
7582 New variables.
7583 (saved_command_line): Make static, define together with other
7584 'repeat variables'.
7585 (dont_repeat): Clear repeat_arguments.
7586 (repeat_previous, get_saved_command_line, save_command_line):
7587 New functions.
7588 (gdb_init): Initialize saved_command_line
7589 and previous_saved_command_line.
7590 * main.c (captured_main_1): Remove saved_command_line initialization.
7591 * event-top.c (handle_line_of_input): Update to use
7592 the new 'repeat' related functions instead of direct access to
7593 saved_command_line.
7594 * command.h (repeat_previous, get_saved_command_line,
7595 save_command_line): New declarations.
7596 (dont_repeat): Add comment.
7597
bfcdb852
TT
75982019-05-30 Tom Tromey <tromey@adacore.com>
7599
7600 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
7601 Fix comment.
7602 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
7603
0ef209f2
JV
76042019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
7605
7606 PR cli/24587
7607 * completer.c (complete): Initialize variable word.
7608
955b06fa
SDJ
76092019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
7610
7611 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7612 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
7613 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
7614 'body' is NULL to the outter 'if', protecting the '!is_define'
7615 situation as well.
7616
fa9c3fa0
TT
76172019-05-29 Tom Tromey <tromey@adacore.com>
7618
7619 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
7620 (dwarf_unknown): New function.
7621 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
7622 (dwarf_type_encoding_name): Use dwarf_unknown.
7623
4330d61d
TT
76242019-05-29 Tom Tromey <tromey@adacore.com>
7625
7626 PR c++/20020:
7627 * cp-valprint.c (cp_print_value_fields): Call
7628 cp_print_static_field inside "try".
7629
33a6bc35
TT
76302019-05-29 Tom Tromey <tromey@adacore.com>
7631
7632 * inflow.c (struct terminal_info): Add default operator=.
7633 * configure: Rebuild.
7634 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
7635 -Wdeprecated-copy-dtor, -Wredundant-move.
7636
000439d5
TT
76372019-05-29 Tom Tromey <tromey@adacore.com>
7638
7639 * NEWS: Add entry.
7640 * infcmd.c (print_return_value_1): Handle finish_print
7641 option.
7642 (show_print_finish): New function.
7643 (_initialize_infcmd): Add "set/show print finish" commands.
7644 * valprint.c (user_print_options): Initialize new member.
7645 * valprint.h (struct value_print_options) <finish_print>: New
7646 member.
7647
c0e70c62
TT
76482019-05-28 Tom Tromey <tromey@adacore.com>
7649
7650 * ada-lang.c (ada_remove_Xbn_suffix)
7651 (find_old_style_renaming_symbol)
7652 (parse_old_style_renaming): Remove.
7653 (ada_find_renaming_symbol): Don't call
7654 find_old_style_renaming_symbol.
7655 (ada_is_renaming_symbol): Rename from
7656 ada_find_renaming_symbol. Remove "block" parameter. Return
7657 bool. Now static.
7658 (ada_read_var_value): Update and simplify.
7659 * ada-exp.y (write_var_or_type): Remove old code.
7660
766f8836
AH
76612019-05-28 Alan Hayward <alan.hayward@arm.com>
7662
68255adc 7663 PR gdb/25010
766f8836
AH
7664 * event-top.c: Remove include comment.
7665 * inflow.c (class scoped_ignore_sigttou): Move from here...
7666 * inflow.h (class scoped_ignore_sigttou): ...to here.
7667 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
7668 * top.c: Remove include comment.
7669
eb41253a
TT
76702019-05-27 Tom Tromey <tom@tromey.com>
7671
7672 * NEWS: Fix typo.
7673
4ca51187
TT
76742019-05-22 Tom Tromey <tromey@adacore.com>
7675
7676 * target.c (target_follow_exec): Constify parameter.
7677 * target-delegates.c: Rebuild.
7678 * remote.c (remote_target::follow_exec): Constify parameter.
7679 * infrun.c (follow_exec): Constify parameter.
7680 * target.h (struct target_ops) <follow_exec>: Constify parameter.
7681 (target_follow_exec): Likewise.
7682
8fca4da0
AH
76832019-05-22 Alan Hayward <alan.hayward@arm.com>
7684
7685 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
7686 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
7687
b7060614
AH
76882019-05-22 Alan Hayward <alan.hayward@arm.com>
7689
7690 * NEWS: Add debugredirect and testsuite sections.
7691
0a5954bd
SC
76922019-05-22 Simon Cook <simon.cook@embecosm.com>
7693
7694 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
7695 target descriptions using exclusively floating point register name
7696 aliases.
7697
dc42e902
AB
76982019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7699
7700 PR gdb/18644:
7701 * f-lang.c (build_fortran_types): Handle the case where
7702 gdbarch_floatformat_for_type returns a nullptr.
7703
fb7806c7
TV
77042019-05-21 Tom de Vries <tdevries@suse.de>
7705
7706 PR cli/24587
7707 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
7708
34d11c68
AB
77092019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7710
7711 PR gdb/18644:
7712 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7713 16-byte floats.
7714 * i386-tdep.c (i386_floatformat_for_type): Use
7715 floatformats_ia64_quad for the 16-byte floating point component
7716 within a fortran 32-byte complex number.
7717
122cf0f2
AB
77182019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7719
7720 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7721 delete default constructor.
7722 (find_partial_die): Update to return const struct.
7723 (partial_die_parent_scope): Move variable declaration into scope
7724 of its use and change its type to auto.
7725 (guess_partial_die_structure_name): Likewise.
7726 (partial_die_info::fixup): Likewise.
7727
33d0e35a
TT
77282019-05-17 Tom Tromey <tromey@adacore.com>
7729
7730 * source.c (find_and_open_source): Remove cast.
7731
a45575b0
TT
77322019-05-17 Tom Tromey <tromey@adacore.com>
7733
7734 * annotate.c (annotate_source): Make "filename" const.
7735 * annotate.h (annotate_source): Use const.
7736
81f47ac2
AH
77372019-05-17 Alan Hayward <alan.hayward@arm.com>
7738
7739 * disasm.c (set_disassembler_options): Send errors to stderr.
7740
ca1285d1
AH
77412019-05-17 Alan Hayward <alan.hayward@arm.com>
7742
7743 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7744 (cli_interp_base::set_logging): Check debug_redirect.
7745 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7746 * cli/cli-logging.c (debug_redirect): Add static variable.
7747 (pop_output_files): Add default param.
7748 (handle_redirections): Print debug setting.
7749 (show_logging_command): Likewise.
7750 (_initialize_cli_logging): Add debugredirect command.
7751 * interps.c (current_interp_set_logging): Add debug_redirect
7752 parameter.
7753 * interps.h (set_logging): Add debug_redirect parameter.
7754 (current_interp_set_logging): Likewise.
7755 * mi/mi-common.h: Likewise.
7756 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7757
77582019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
7759 Tom Tromey <tromey@adacore.com>
7760
7761 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7762 directly.
7763 * cli/cli-interp.h (make_logging_output): Remove declaration.
7764 * cli/cli-logging.c (make_logging_output): Remove function.
7765 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7766 directly.
7767 * ui-file.c (tee_file::tee_file): Remove bools.
7768 (tee_file::~tee_file): Remove deletes.
7769 * ui-file.h (tee_file): Remove bools.
7770
26648588
JV
77712019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7772
7773 * mi/mi-cmds.h (mi_cmd_complete): New function.
7774 * mi/mi-main.c (mi_cmd_complete): Likewise.
7775 * mi/mi-cmds.c: Define new MI command -complete.
7776 * NEWS: Mention new -complete command.
7777
6e035501
JV
77782019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7779
7780 * completer.h (complete): New function.
7781 * completer.c (complete): Likewise.
7782 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7783 function defined in completer.h.
7784
7d0e2ece
JV
77852019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7786
e79be6e5 7787 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 7788
fb816e8b
TV
77892019-05-17 Tom de Vries <tdevries@suse.de>
7790
7791 PR gdb/24094
7792 * dwarf2read.c (struct cu_partial_die_info): New struct.
7793 (find_partial_die): Return cu_partial_die_info.
7794 (partial_die_parent_scope, guess_partial_die_structure_name)
7795 (partial_die_info::fixup): Handle new return type of find_partial_die.
7796
677052f2
SDJ
77972019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7798
a1726c38 7799 PR breakpoints/24541
677052f2
SDJ
7800 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7801 "std::string", simplifying the algorithm.
7802
f3da9116
SDJ
78032019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7804
7805 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7806 (stap_static_probe_ops::get_probes): Likewise.
7807
f1bb75ab
SDJ
78082019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7809
7810 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
7811 '-')" and "else if".
7812 (stap_parse_single_operand): Join checks for
7813 "gdbarch_stap_parse_special_token_p" and
7814 "gdbarch_stap_parse_special_token" in the same "if" statement.
7815 Invert check when verifying for operation on register
7816 displacement.
7817
3ca58cde
SDJ
78182019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7819
7820 * stap-probe.c (stap_get_opcode): Update comment.
7821 (stap_get_expected_argument_type): Likewise.
7822 (handle_stap_probe): Likewise.
7823
af2d9bee
SDJ
78242019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7825
7826 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
7827 return type to 'bool'. Adjust comment. Use 'bool' when
7828 appropriate.
7829 (i386_stap_parse_special_token_three_arg_disp): Likewise.
7830 * stap-probe.c (stap_parse_argument_1): Likewise.
7831 (stap_is_operator): Likewise.
7832 (stap_is_generic_prefix): Likewise.
7833 (stap_is_register_prefix): Likewise.
7834 (stap_is_register_indirection_prefix): Likewise.
7835 (stap_is_integer_prefix): Likewise.
7836 (stap_generic_check_suffix): Likewise.
7837 (stap_check_integer_suffix): Likewise.
7838 (stap_check_register_suffix): Likewise.
7839 (stap_check_register_indirection_suffix): Likewise.
7840 (stap_parse_register_operand): Likewise.
7841 (stap_parse_single_operand): Likewise.
7842 (stap_parse_argument_1): Likewise.
7843 (stap_probe::get_argument_count): Likewise.
7844 (stap_is_operator): Likewise.
7845
61c9c421
TT
78462019-05-16 Tom Tromey <tromey@adacore.com>
7847
7848 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
7849 keyword to foreach.
7850
9ddc1af1
SM
78512019-05-15 Simon Marchi <simon.marchi@efficios.com>
7852
7853 * linux-thread-db.c (try_thread_db_load_1): Change return type
7854 to bool.
7855 (try_thread_db_load): Likewise.
7856 (try_thread_db_load_from_pdir_1): Likewise.
7857 (try_thread_db_load_from_pdir): Likewise.
7858 (try_thread_db_load_from_sdir): Likewise.
7859 (try_thread_db_load_from_dir): Likewise.
7860 (thread_db_load_search): Likewise.
7861 (has_libpthread): Likewise.
7862 (thread_db_load): Likewise.
7863
7bede828
SDJ
78642019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
7865
7866 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7867 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
7868 NULL, and complain/return if that's the case.
7869
c5358db4
JD
78702019-05-15 John Darrington <john@darrington.wattle.id.au>
7871
7872 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
7873 (advance, posn, abstract_read_memory): New functions.
7874 [struct mem_read_abstraction]: New struct.
7875 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
7876
c408a94f
TT
78772019-05-14 Tom Tromey <tromey@adacore.com>
7878
7879 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
7880 value is not lval_memory.
7881
e7bd7fba
TT
78822019-05-14 Tom Tromey <tromey@adacore.com>
7883
7884 * solib.c (info_sharedlibrary_command): Style the file name.
7885
a6d0f249
AH
78862019-05-14 Alan Hayward <alan.hayward@arm.com>
7887
7888 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
7889 (aarch64_vnv_type): Likewise.
7890 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
7891 * common/tdesc.c: Likewise.
7892 * common/tdesc.h (enum tdesc_type_kind): Likewise.
7893 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
7894 * features/aarch64-fpu.xml: Add ieee half view.
7895 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
7896 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
7897 * gdbtypes.h (struct builtin_type): Likewise.
7898 (struct objfile_type): Likewise.
7899
66b8bb74
SM
79002019-05-12 Paul Naert <paul.naert@polymtl.ca>
7901
7902 * language.c (language_sniff_from_mangled_name): Fix "langauge"
7903 typo.
7904 * location.h (string_to_event_location): Likewise.
7905
21c219fd
JB
79062019-05-11 Joel Brobecker <brobecker@adacore.com>
7907
7908 GDB 8.3 released.
7909
13674803
SM
79102019-05-10 Simon Marchi <simon.marchi@efficios.com>
7911
7912 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
7913 New variable declaration.
7914 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
7915 New variable.
7916 (print_one_breakpoint): Use ui_out::test_flags and new global
7917 variable to compute use_fixed_output.
7918 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
7919 Remove.
7920 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7921 (mi_multi_location_breakpoint_output_fixed): Remove.
7922 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7923 new variable.
7924 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7925 fix_multi_location_breakpoint_output flag if version >= 3.
7926 * ui-out.h (enum ui_out_flag)
7927 <fix_multi_location_breakpoint_output>: New enumerator.
7928
a9eac7f9
SM
79292019-05-10 Simon Marchi <simon.marchi@efficios.com>
7930
7931 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7932
71bed2db
TT
79332019-05-10 Tom Tromey <tromey@adacore.com>
7934
7935 * ada-lang.c (catch_ada_completer): New function.
7936 (_initialize_ada_language): Use it.
7937
24c54127
TT
79382019-05-10 Tom Tromey <tromey@adacore.com>
7939
7940 * thread.c (print_thread_info): Make "requested_threads" const.
7941 * gdbthread.h (print_thread_info): Make "requested_threads"
7942 const.
7943 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7944 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7945
7a102139
TT
79462019-05-08 Tom Tromey <tom@tromey.com>
7947
7948 * gdbtypes.c (objfile_type_data): Change type.
7949 (objfile_type, _initialize_gdbtypes): Update.
7950
924d79e2
TT
79512019-05-08 Tom Tromey <tom@tromey.com>
7952
7953 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7954 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7955 (_initialize_dwarf2_frame): Update.
7956
4c58e337
TT
79572019-05-08 Tom Tromey <tom@tromey.com>
7958
7959 * objc-lang.c (objc_objfile_data): Change type.
7960 (find_methods): Update.
7961 (_initialize_objc_lang): Remove.
7962
d772d2ab
TT
79632019-05-08 Tom Tromey <tom@tromey.com>
7964
7965 * stabsread.c (rs6000_builtin_type_data): Change type.
7966 (rs6000_builtin_type, _initialize_stabsread): Update.
7967
d11d83f4
TT
79682019-05-08 Tom Tromey <tom@tromey.com>
7969
7970 * mips-tdep.c (mips_pdr_data): Remove.
7971 (_initialize_mips_tdep): Update.
7972
9a73f0ad
TT
79732019-05-08 Tom Tromey <tom@tromey.com>
7974
7975 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7976 (hppa_init_objfile_priv_data, read_unwind_info)
7977 (find_unwind_entry, _initialize_hppa_tdep): Update.
7978
8127a2fa
TT
79792019-05-08 Tom Tromey <tom@tromey.com>
7980
7981 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7982 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7983 on obstack.
7984 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7985
91d3055d
TT
79862019-05-08 Tom Tromey <tom@tromey.com>
7987
7988 * mdebugread.c (basic_type_data): Change type.
7989 (basic_type, _initialize_mdebugread): Update.
7990
31930bd3
TT
79912019-05-08 Tom Tromey <tom@tromey.com>
7992
7993 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7994
bdb3ed9e
TT
79952019-05-08 Tom Tromey <tom@tromey.com>
7996
7997 * nto-tdep.c (nto_inferior_data_reg): Change type.
7998 (nto_inferior_data): Update.
7999 (nto_inferior_data_cleanup, nto_new_inferior_data)
8000 (_initialize_nto_tdep): Remove.
8001 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8002
f37b313d
TT
80032019-05-08 Tom Tromey <tom@tromey.com>
8004
8005 * ada-lang.c (struct ada_inferior_data): Add initializers.
8006 (ada_inferior_data): Change type.
8007 (ada_inferior_data_cleanup): Remove.
8008 (get_ada_inferior_data, ada_inferior_exit)
8009 (struct ada_pspace_data): Add initializers, destructor.
8010 (ada_pspace_data_handle): Change type.
8011 (get_ada_pspace_data): Update.
8012 (ada_pspace_data_cleanup): Remove.
8013
24699405
TT
80142019-05-08 Tom Tromey <tom@tromey.com>
8015
8016 * coffread.c (struct coff_symfile_info): Add initializers.
8017 (coff_objfile_data_key): Move lower. Change type.
8018 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8019 Update.
8020 (coff_free_info): Remove.
8021
d4e05d2f
TT
80222019-05-08 Tom Tromey <tom@tromey.com>
8023
8024 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8025 (fbsd_pspace_data_handle): Move lower. Change type.
8026 (get_fbsd_pspace_data): Update.
8027 (fbsd_pspace_data_cleanup): Remove.
8028 (_initialize_fbsd_tdep): Update.
8029
14ef6690
TT
80302019-05-08 Tom Tromey <tom@tromey.com>
8031
8032 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8033 (get_ada_tasks_pspace_data): Update.
8034 (ada_tasks_pspace_data_cleanup): Remove.
8035 (_initialize_tasks): Update.
8036 (ada_tasks_inferior_data_handle): Change type.
8037 (get_ada_tasks_inferior_data): Update.
8038 (ada_tasks_inferior_data_cleanup): Remove.
8039 (struct ada_tasks_pspace_data): Add initializers.
8040
814cf43a
TT
80412019-05-08 Tom Tromey <tom@tromey.com>
8042
8043 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8044 * symfile-debug.c (debug_sym_get_probes): Change type.
8045 * stap-probe.c (handle_stap_probe):
8046 (stap_static_probe_ops::get_probes): Change type.
8047 * probe.h (class static_probe_ops) <get_probes>: Change type.
8048 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8049 (parse_probes_in_pspace): Update.
8050 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8051 Update.
8052 (any_static_probe_ops::get_probes): Change type.
8053 * elfread.c (elfread_data): New typedef.
8054 (probe_key): Change type.
8055 (elf_get_probes): Likewise. Update.
8056 (probe_key_free): Remove.
8057 (_initialize_elfread): Update.
8058 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8059 Change type.
8060 (dtrace_process_dof_probe, dtrace_process_dof)
8061 (dtrace_static_probe_ops::get_probe): Change type.
8062
02dc647e
TT
80632019-05-08 Tom Tromey <tom@tromey.com>
8064
8065 * xcoffread.c (struct xcoff_symfile_info): Rename from
8066 coff_symfile_info. Add initializers.
8067 (xcoff_objfile_data_key): Move lower. Change type.
8068 (XCOFF_DATA): Rewrite.
8069 (xcoff_free_info): Remove.
8070 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8071 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8072 (xcoff_initial_scan): Update.
8073
09232438
TT
80742019-05-08 Tom Tromey <tom@tromey.com>
8075
8076 * solib-svr4.c (struct svr4_info): Add initializers and
8077 destructor.
8078 <probes_table>: Now an htab_up.
8079 (solib_svr4_pspace_data): Change type.
8080 (free_probes_table): Simplify.
8081 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8082 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8083 (probes_table_remove_objfile_probes, register_solib_event_probe)
8084 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8085 (_initialize_svr4_solib): Update.
8086
7b4a314f
TT
80872019-05-08 Tom Tromey <tom@tromey.com>
8088
8089 * remote.c (remote_pspace_data): Change type.
8090 (remote_pspace_data_cleanup): Remove.
8091 (get_remote_exec_file, set_pspace_remote_exec_file)
8092 (_initialize_remote): Update.
8093
51d3063a
TT
80942019-05-08 Tom Tromey <tom@tromey.com>
8095
8096 * breakpoint.c (breakpoint_objfile_key): Change type.
8097 (get_breakpoint_objfile_data): Update.
8098 (free_breakpoint_objfile_data): Remove.
8099 (_initialize_breakpoint): Update.
8100
89fb8848
TT
81012019-05-08 Tom Tromey <tom@tromey.com>
8102
8103 * linux-tdep.c (struct linux_info): Add initializers.
8104 (linux_inferior_data): Move. Change type.
8105 (invalidate_linux_cache_inf): Update.
8106 (linux_inferior_data_cleanup): Remove.
8107 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8108
e9b89e2d
TT
81092019-05-08 Tom Tromey <tom@tromey.com>
8110
8111 * auxv.c (auxv_inferior_data): Move. Change type.
8112 (auxv_inferior_data_cleanup): Remove.
8113 (invalidate_auxv_cache_inf): Rewrite.
8114 (get_auxv_inferior_data, _initialize_auxv): Update.
8115
8c42777c
TT
81162019-05-08 Tom Tromey <tom@tromey.com>
8117
8118 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8119 (symfile_debug_objfile_data_key): Change type.
8120 (symfile_debug_installed, debug_qf_has_symbols)
8121 (debug_qf_find_last_source_symtab)
8122 (debug_qf_forget_cached_source_info)
8123 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8124 (debug_qf_print_stats, debug_qf_dump)
8125 (debug_qf_expand_symtabs_for_function)
8126 (debug_qf_expand_all_symtabs)
8127 (debug_qf_expand_symtabs_with_fullname)
8128 (debug_qf_map_matching_symbols)
8129 (debug_qf_expand_symtabs_matching)
8130 (debug_qf_find_pc_sect_compunit_symtab)
8131 (debug_qf_map_symbol_filenames)
8132 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8133 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8134 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8135 (debug_sym_read_linetable, debug_sym_relocate): Update.
8136 (symfile_debug_free_objfile): Remove.
8137 (install_symfile_debug_logging, _initialize_symfile_debug):
8138 Update.
8139
5bfd760d
TT
81402019-05-08 Tom Tromey <tom@tromey.com>
8141
8142 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8143 allocate_on_obstack.
8144 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8145 (get_dwarf2_per_objfile): Update.
8146 (set_dwarf2_per_objfile): Remove.
8147 (dwarf2_has_info, dwarf2_get_section_info): Update.
8148 (dwarf2_free_objfile): Remove.
8149 (_initialize_dwarf2_read): Update.
8150
e85e19b4
TT
81512019-05-08 Tom Tromey <tom@tromey.com>
8152
8153 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8154 initializers.
8155 <unsupported_script_warning_printed,
8156 script_not_found_warning_printed>: Now bool.
8157 (auto_load_pspace_data): Change type.
8158 (~auto_load_pspace_info): Rename from
8159 auto_load_pspace_data_cleanup.
8160 (get_auto_load_pspace_data, init_loaded_scripts_info)
8161 (clear_section_scripts, maybe_print_unsupported_script_warning)
8162 (maybe_print_script_not_found_warning, _initialize_auto_load):
8163 Update.
8164
f6aa7436
TT
81652019-05-08 Tom Tromey <tom@tromey.com>
8166
8167 * objfiles.c (objfile_pspace_info): Add destructor and
8168 initializers.
8169 (objfiles_pspace_data): Change type.
8170 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8171 (get_objfile_pspace_data): Update.
8172 (objfiles_bfd_data): Change type.
8173 (get_objfile_bfd_data): Update.
8174 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8175
6ae614f6
TT
81762019-05-08 Tom Tromey <tom@tromey.com>
8177
8178 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8179 Change type.
8180 (get_catch_syscall_inferior_data): Update.
8181 (catch_syscall_inferior_data_cleanup): Remove.
8182 (_initialize_break_catch_syscall): Update.
8183
6509b8eb
TT
81842019-05-08 Tom Tromey <tom@tromey.com>
8185
8186 * inflow.c (struct terminal_info): Add destructor and
8187 initializers.
8188 (inflow_inferior_data): Change type.
8189 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8190 (get_inflow_inferior_data, inflow_inferior_exit)
8191 (swap_terminal_info, _initialize_inflow): Update.
8192
35632941
TT
81932019-05-08 Tom Tromey <tom@tromey.com>
8194
8195 * target-dcache.c (target_dcache_cleanup): Remove.
8196 (target_dcache_aspace_key): Change type.
8197 (target_dcache_init_p, target_dcache_invalidate)
8198 (target_dcache_get, target_dcache_get_or_init)
8199 (_initialize_target_dcache): Update.
8200 * dcache.h (struct dcache_deleter): New.
8201
3017b94d
TT
82022019-05-08 Tom Tromey <tom@tromey.com>
8203
8204 * symtab.c (struct symbol_cache): Add destructor and
8205 initializers.
8206 (symbol_cache_key): Move. Change type.
8207 (make_symbol_cache, free_symbol_cache): Remove.
8208 (get_symbol_cache): Update.
8209 (symbol_cache_cleanup): Remove.
8210 (ALL_PSPACES, symbol_cache_flush)
8211 (maintenance_print_symbol_cache)
8212 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8213 Update.
8214
a32ad8c5
TT
82152019-05-08 Tom Tromey <tom@tromey.com>
8216
8217 * symtab.c (struct main_info): Add destructor and initializers.
8218 (main_progspace_key): Move. Change type.
8219 (get_main_info): Update.
8220 (main_info_cleanup): Remove.
8221 (_initialize_symtab): Update.
8222
5f6e90a0
TT
82232019-05-08 Tom Tromey <tom@tromey.com>
8224
8225 * registry.h (DECLARE_REGISTRY): Define the _key class.
8226
1bd0c6e4
AB
82272019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8228
8229 * NEWS: Merge two 'New commands' sections.
8230
2228ef77
XR
82312019-05-08 Joel Brobecker <brobecker@adacore.com>
8232
8233 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8234 parameter and use Ada language definition instead.
8235 (ada_val_print_ptr): Remove unused language parameter.
8236 (ada_val_print_num): Remove language parameter and use Ada language
8237 definition instead.
8238 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8239 parameter.
8240 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8241 parameter and use Ada language definition instead.
8242 (ada_val_print_1): Update all ada_val_print_xxx calls.
8243 Remove language parameter.
8244 (ada_val_print): Update ada_val_print_1 call.
8245
60fcc1c3
TT
82462019-05-08 Tom Tromey <tromey@adacore.com>
8247
8248 * remote.c (remote_hw_watchpoint_limit)
8249 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8250 Now static.
8251
ed2b7c17
TT
82522019-05-08 Tom Tromey <tromey@adacore.com>
8253
8254 * maint.c (_initialize_maint_cmds): Move initialization code to
8255 remote.c.
8256 (watchdog, show_watchdog): Move to remote.c.
8257 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8258 "watchdog" static.
8259 (_initialize_remote): Move initialization code from maint.c.
8260 * defs.h (watchdog): Don't declare.
8261
b0be6c91
TT
82622019-05-08 Tom Tromey <tromey@adacore.com>
8263
8264 * tui/tui-interp.c: Include main.h.
8265 * interps.c: Include main.h.
8266 * main.h (interpreter_p): Declare.
8267 * defs.h (interpreter_p): Don't declare.
8268
587ee17b
TT
82692019-05-08 Tom Tromey <tromey@adacore.com>
8270
8271 * dwarf2loc.c: Include dwarf2read.h.
8272 * defs.h (read_unsigned_leb128): Don't declare.
8273 * dwarf2read.h (read_unsigned_leb128): Declare.
8274
ca1df239
TT
82752019-05-08 Tom Tromey <tromey@adacore.com>
8276
8277 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8278 method.
8279
99f20f08
TT
82802019-05-08 Tom Tromey <tromey@adacore.com>
8281
8282 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8283 when no wrap column is set.
8284
80e55b13
TT
82852019-05-08 Tom Tromey <tromey@adacore.com>
8286
8287 * c-lang.c (c_get_string): Handle non-C-style arrays.
8288
9d3421af
TT
82892019-05-08 Tom Tromey <tromey@adacore.com>
8290
8291 * typeprint.c (print_offset_data::update): Print the bit offset,
8292 not the number of bits remaining.
8293
844333e2
TT
82942019-05-08 Tom Tromey <tromey@adacore.com>
8295
8296 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8297 padding at end of comment.
8298
988915ee
TT
82992019-05-08 Tom Tromey <tromey@adacore.com>
8300
8301 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8302 Compare main types.
8303
26bfd823
TT
83042019-05-06 Tom Tromey <tom@tromey.com>
8305
8306 * common/scoped_mmap.c: Include common-defs.h.
8307 * common/scoped_mmap.h: Don't include config.h.
8308
89055eaa
TT
83092019-05-04 Tom Tromey <tom@tromey.com>
8310
8311 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8312 (struct aarch64_call_info): Add initializers.
8313 <si>: Now a std::vector.
8314 (pass_on_stack, aarch64_push_dummy_call): Update.
8315
5da01df5
TT
83162019-05-04 Simon Marchi <simon.marchi@efficios.com>
8317 Tom Tromey <tom@tromey.com>
8318
8319 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8320 (ppc_threads): Now a std::vector. Now static.
8321 (hwdebug_find_thread_points_by_tid)
8322 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8323 Update.
8324
fbdf05a1
TT
83252019-05-04 Tom Tromey <tom@tromey.com>
8326
8327 * arc-tdep.c (arc_tdesc_init): Return bool.
8328
06d16ec9
TT
83292019-05-04 Tom Tromey <tom@tromey.com>
8330
8331 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8332 Use gdb_assert_not_reached.
8333
9c056022
TT
83342019-05-04 Tom Tromey <tom@tromey.com>
8335
8336 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8337 "false".
8338
fa9c2a59
TT
83392019-05-04 Tom Tromey <tom@tromey.com>
8340
8341 * arc-tdep.c (arc_tdesc_init): Use bool.
8342
e2eb806a
TT
83432019-05-04 Tom Tromey <tom@tromey.com>
8344
8345 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8346
6fe87677
TT
83472019-05-04 Tom Tromey <tom@tromey.com>
8348
8349 * cli/cli-cmds.c (valid_command_p): Return bool.
8350
7f008c9e
TT
83512019-05-04 Tom Tromey <tom@tromey.com>
8352
8353 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8354 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8355
b6484282
RT
83562019-05-04 Raul Tambre <raul@tambre.ee>
8357
8358 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8359 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8360 operator for comparison.
8361
af97b416
TT
83622019-05-04 Tom Tromey <tom@tromey.com>
8363
8364 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8365 (lookup_partial_symbol, print_partial_symbols)
8366 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8367 (psymbol_compare): Update.
8368 (add_psymbol_to_bcache): Clear the entire psymbol.
8369 (maintenance_check_psymtabs): Update.
8370 * psympriv.h (struct partial_symbol): Don't derive from
8371 general_symbol_info.
8372 <obj_section, unrelocated_address, address,
8373 set_unrelocated_address>: Update.
8374 <ginfo>: New member.
8375 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8376 (debug_names::write_psymbols): Update.
8377
9d6d4be8
TV
83782019-05-04 Tom de Vries <tdevries@suse.de>
8379
8380 * contrib/cc-with-tweaks.sh: Support -n arg.
8381
66452beb
PW
83822019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8383
8384 * corelow.c (core_target::detach): Ensure frame cache and
8385 register caches are cleared.
8386 inferior.c (exit_inferior_1): Likewise.
8387
bde09ab7
TT
83882019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8389 Tom Tromey <tom@tromey.com>
8390
8391 * dictionary.c (collate_pending_symbols_by_language): Remove
8392 "struct" from foreach.
8393 * symtab.c (lookup_global_symbol_from_objfile)
8394 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8395 foreach.
8396 * ser-tcp.c (net_open): Remove "struct" from foreach.
8397 * objfiles.c (objfile_relocate, objfile_rebase)
8398 (objfile_has_symbols): Remove "struct" from foreach.
8399 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8400 from foreach.
8401 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8402 foreach.
8403 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8404 "struct" from foreach.
8405 * ada-lang.c (create_excep_cond_exprs)
8406 (ada_exception_catchpoint_cond_string): Remove "struct" from
8407 foreach.
8408
222a8d25
TT
84092019-05-03 Tom Tromey <tromey@adacore.com>
8410
8411 * ada-exp.y (convert_char_literal): Check suffix of each
8412 enumerator.
8413
fcd60b84
DP
84142019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8415
8416 PR ada/21406:
8417 * ada-exp.y (yywrap): Don't define.
8418 * ada-lex.l (%option): Add noyywrap
8419 (yywrap): Remove.
8420
5f2459c2
EZ
84212019-05-03 Eli Zaretskii <eliz@gnu.org>
8422
353ea2d1
EZ
8423 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8424 _WIN32_WINNT to the XP level, unless already defined to a higher
8425 level.
8426
8427 * unittests/parse-connection-spec-selftests.c:
8428 * ser-tcp.c:
8429 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8430 override.
8431
5f2459c2
EZ
8432 * symfile.c (find_separate_debug_file): Remove colon from the
8433 drive spec of DOS/Windows file names of the target, so that the
8434 file name produced from DEBUGDIR and the target's directory will
8435 be valid on DOS/Windows systems.
8436
80062eb9
AB
84372019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8438
8439 * rust-lang.c (val_print_struct): Handle printing structures
8440 containing strings.
8441
b8c05e85
TT
84422019-05-02 Tom Tromey <tromey@adacore.com>
8443
8444 * valarith.c (_initialize_valarith): Remove.
8445
4504bbde
TT
84462019-05-01 Tom Tromey <tromey@adacore.com>
8447
8448 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8449 bitfields.
8450
d48e62f4
TT
84512019-05-01 Tom Tromey <tromey@adacore.com>
8452
8453 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8454 for big-endian copies.
8455
15f18d14
AT
84562019-04-30 Ali Tamur <tamur@google.com>
8457 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8458 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8459 (read_3_bytes): New function.
8460
ab4ee614
JB
84612019-04-30 Joel Brobecker <brobecker@adacore.com>
8462
8463 * windows-nat.c (main_thread_id): Delete.
8464 (handle_output_debug_string): Replace main_thread_id by
8465 current_event.dwThreadId.
8466 (fake_create_process): Likewise.
8467 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8468 Do not set main_thread_id.
8469 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8470 current_event.dwThreadId.
8471 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8472
8ed5b76e
JB
84732019-04-30 Joel Brobecker <brobecker@adacore.com>
8474
8475 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8476 Use current_event.dwThreadId instead of main_thread_id.
8477
2ff0a947
TT
84782019-04-30 Tom Tromey <tromey@adacore.com>
8479
8480 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8481 (create_excep_cond_exprs): Iterate over program spaces.
8482 (ada_exception_catchpoint_cond_string): Examine all minimal
8483 symbols for exception types.
8484
a776957c
TT
84852019-04-30 Tom Tromey <tromey@adacore.com>
8486
8487 PR c++/24470:
8488 * dwarf2read.c (process_structure_scope): Handle case where type
8489 has template parameters but no symbol was created.
8490
bc68014d
AB
84912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8492 Chris January <chris.january@arm.com>
8493
8494 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8495 qualifier.
8496 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8497
f1fdc960
AB
84982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8499
8500 * f-typeprint.c (f_print_type): Update rules for printing
8501 whitespace.
8502 (f_type_print_varspec_suffix): Likewise.
8503
bf7a4de1
AB
85042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8505 Chris January <chris.january@arm.com>
8506
8507 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8508 function arguments.
8509
bbe75b9d
AB
85102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8511
8512 * f-lang.c (build_fortran_types): Change name of void type to
8513 lower case.
8514 * f-typeprint.c (f_type_print_base): Print the name of the void
8515 type, rather than a fixed string.
8516 * f-valprint.c (f_decorations): Use lower case void string.
8517
1db455a7
AB
85182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8519 Chris January <chris.january@arm.com>
8520
8521 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
8522 types for Fortran.
8523
b6d03bb2
AB
85242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8525 Chris January <chris.january@arm.com>
8526 David Lecomber <david.lecomber@arm.com>
8527
8528 * f-exp.y (BINOP_INTRINSIC): New token.
8529 (exp): New parser rule handling BINOP_INTRINSIC.
8530 (f77_keywords): Add new builtin procedures.
8531 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
8532 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8533 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
8534 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8535 (print_unop_subexp_f): New function.
8536 (print_binop_subexp_f): New function.
8537 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8538 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
8539 (dump_subexp_body_f): Likewise.
8540 (operator_check_f): Likewise.
8541 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
8542 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
8543
83228e93
AB
85442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8545
8546 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
8547 UNOP_KIND.
8548 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
8549 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
8550 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
8551 (operator_length_f): New fuction.
8552 (print_subexp_f): New function.
8553 (op_name_f): New function.
8554 (dump_subexp_body_f): New function.
8555 (operator_check_f): New function.
8556 (exp_descriptor_f): Replace standard expression handling functions
8557 with new functions.
8558 * gdb/fortran-operator.def: New file.
8559 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
8560 * gdb/std-operator.def: Remove UNOP_KIND.
8561
6fdcd7cc
AB
85622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8563
8564 * std-operator.def: Remove unbalanced, stray double quote
8565 character.
8566
2e62ab40
AB
85672019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8568 Chris January <chris.january@arm.com>
8569 Daniel Everett <daniel.everett@arm.com>
8570 Nick Forrington <nick.forrington@arm.com>
8571 Richard Bunt <richard.bunt@arm.com>
8572
8573 * cp-valprint.c (cp_print_value_fields): Allow an additional level
8574 of depth when printing anonymous structs or unions.
8575 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
8576 Don't print either the top-level value, or the children if the
8577 max-depth is exceeded.
8578 (ppscm_print_children): When printing the key of a map, allow one
8579 extra level of depth.
8580 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
8581 print either the top-level value, or the children if the max-depth
8582 is exceeded.
8583 (print_children): When printing the key of a map, allow one extra
8584 level of depth.
8585 * python/py-value.c (valpy_format_string): Add max_depth keyword.
8586 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
8587 (user_print_options): Initialise max_depth field.
8588 (val_print_scalar_or_string_type_p): New function.
8589 (val_print): Check to see if the max depth has been reached.
8590 (val_print_check_max_depth): Define new function.
8591 (show_print_max_depth): New function.
8592 (_initialize_valprint): Add 'print max-depth' option.
8593 * valprint.h (struct value_print_options) <max_depth>: New field.
8594 (val_print_check_max_depth): Declare new function.
8595 * NEWS: Document new feature.
8596
4be290b2
AB
85972019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8598
8599 * ada-lang.c (ada_language_defn): Initialise new field.
8600 * c-lang.c (c_is_string_type_p): New function.
8601 (c_language_defn): Initialise new field.
8602 (cplus_language_defn): Initialise new field.
8603 (asm_language_defn): Initialise new field.
8604 (minimal_language_defn): Initialise new field.
8605 * c-lang.h (c_is_string_type_p): Declare new function.
8606 * d-lang.c (d_language_defn): Initialise new field.
8607 * f-lang.c (f_is_string_type_p): New function.
8608 (f_language_defn): Initialise new field.
8609 * go-lang.c (go_is_string_type_p): New function.
8610 (go_language_defn): Initialise new field.
8611 * language.c (default_is_string_type_p): New function.
8612 (unknown_language_defn): Initialise new field.
8613 (auto_language_defn): Initialise new field.
8614 * language.h (struct language_defn) <la_is_string_type_p>: New
8615 member variable.
8616 (default_is_string_type_p): Declare new function.
8617 * m2-lang.c (m2_language_defn): Initialise new field.
8618 * objc-lang.c (objc_language_defn): Initialise new field.
8619 * opencl-lang.c (opencl_language_defn): Initialise new field.
8620 * p-lang.c (pascal_is_string_type_p): New function.
8621 (pascal_language_defn): Initialise new field.
8622 * rust-lang.c (rust_is_string_type_p): New function.
8623 (rust_language_defn): Initialise new field.
8624
721b08c6
AB
86252019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8626
8627 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
8628 New field.
8629 * ada-lang.c (ada_language_defn): Initialise new field.
8630 * c-lang.c (c_language_defn): Likewise.
8631 (cplus_language_defn): Likewise.
8632 (asm_language_defn): Likewise.
8633 (minimal_language_defn): Likewise.
8634 * d-lang.c (d_language_defn): Likewise.
8635 * f-lang.c (f_language_defn): Likewise.
8636 * go-lang.c (go_language_defn): Likewise.
8637 * language.c (unknown_language_defn): Likewise.
8638 (auto_language_defn): Likewise.
8639 * m2-lang.c (m2_language_defn): Likewise.
8640 * objc-lang.c (objc_language_defn): Likewise.
8641 * opencl-lang.c (opencl_language_defn): Likewise.
8642 * p-lang.c (pascal_language_defn): Likewise.
8643 * rust-lang.c (rust_language_defn): Likewise.
8644
fc913e53
AB
86452019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8646
8647 * ada-lang.c (ada_is_character_type): Change return type to bool.
8648 (ada_is_string_type): Likewise.
8649 * ada-lang.h (ada_is_character_type): Update declaration
8650 (ada_is_string_type): Likewise.
8651
fa731fa0
PW
86522019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8653
8654 Support style in 'frame|thread apply'
8655
8656 * gdbcmd.h (execute_command_to_string): New term_out parameter.
8657 * record.c (record_start, record_stop): Update callers of
8658 execute_command_to_string with false.
8659 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
8660 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
8661 methods.
8662 (class string_file): New constructor with term_out parameter.
8663 Override methods term_out and can_emit_style_escape. New member
8664 term_out.
8665 (class stdio_file): Override can_emit_style_escape.
8666 (class tee_file): Override term_out and can_emit_style_escape.
8667 * utils.h (can_emit_style_escape): Remove.
8668 * utils.c (can_emit_style_escape): Likewise.
8669 Update all callers of can_emit_style_escape (SOMESTREAM) to
8670 SOMESTREAM->can_emit_style_escape.
8671 * source-cache.c (source_cache::get_source_lines): Likewise.
8672 * stack.c (frame_apply_command_count): Call execute_command_to_string
8673 passing the term_out characteristic of the current gdb_stdout.
8674 * thread.c (thr_try_catch_cmd): Likewise.
8675 * top.c (execute_command_to_string): pass term_out parameter
8676 to construct the string_file for the command output.
8677 * ui-file.c (term_cli_styling): New function (most code moved
8678 from utils.c can_emit_style_escape).
8679 (string_file::string_file, string_file::can_emit_style_escape,
8680 stdio_file::can_emit_style_escape, tee_file::term_out,
8681 tee_file::can_emit_style_escape): New functions.
8682
136afab8
PW
86832019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8684
8685 * NEWS: Mention the new set|show may-call-functions.
8686 * infcall.c (may_call_functions_p): New variable.
8687 (show_may_call_functions_p): New function.
8688 (call_function_by_hand_dummy): Throws an error if not
8689 may-call-functions.
8690 (_initialize_infcall): Call add_setshow_boolean_cmd for
8691 may-call-functions.
8692
725cbb63
KS
86932019-04-25 Keith Seitz <keiths@redhat.com>
8694
8695 PR c++/24367
8696 * cp-support.c (inspect_type): Don't attempt substitutions
8697 of symbol with the same name.
8698
3d1cbb78
TT
86992019-04-25 Tom Tromey <tromey@adacore.com>
8700
8701 PR gdb/24475:
8702 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
8703 static.
8704
94aeb44b
TT
87052019-04-25 Tom Tromey <tromey@adacore.com>
8706
8707 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
8708 rvalue reference.
8709 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8710 (gdb_xml_parser::parse): Use std::move.
8711 * python/python-internal.h (gdbpy_convert_exception): Take a const
8712 reference.
8713 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8714 std::move.
8715 * python/py-utils.c (gdbpy_convert_exception): Take a const
8716 reference.
8717 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8718 Use std::move.
8719 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8720 Use std::move.
8721 * mi/mi-main.c (mi_print_exception): Take a const reference.
8722 * main.c (handle_command_errors): Take a const reference.
8723 * linespec.c (parse_linespec): Use std::move.
8724 * infcall.c (run_inferior_call): Use std::move.
8725 (call_function_by_hand_dummy): Use std::move.
8726 * exec.c (try_open_exec_file): Use std::move.
8727 * exceptions.h (exception_print, exception_fprintf)
8728 (exception_print_same): Update.
8729 * exceptions.c (print_exception, exception_print)
8730 (exception_fprintf, exception_print_same): Change parameters to
8731 const reference.
8732 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8733 * common/new-op.c: Use std::move.
8734 * common/common-exceptions.h (struct gdb_exception): Add move
8735 constructor.
8736 (struct gdb_exception_error, struct gdb_exception_quit, struct
8737 gdb_quit_bad_alloc): Change constructor to move constructor.
8738 (throw_exception): Change parameter to rvalue reference.
8739 * common/common-exceptions.c (throw_exception): Take rvalue
8740 reference.
8741 * cli/cli-interp.c (safe_execute_command): Use std::move.
8742 * breakpoint.c (insert_bp_location, location_to_sals): Use
8743 std::move.
8744
680d7fd5
TT
87452019-04-25 Tom Tromey <tromey@adacore.com>
8746
8747 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8748 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8749 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8750 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8751 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8752 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8753 guile/scm-value.c: Use unpack.
8754 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8755 gdbscm_gdb_exception.
8756 (gdbscm_throw_gdb_exception): Likewise.
8757 (struct gdbscm_gdb_exception): New.
8758 (unpack): New function.
8759 (gdbscm_wrap): Use unpack.
8760
c6fdd8b2
TT
87612019-04-25 Tom Tromey <tromey@adacore.com>
8762
8763 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8764 (gdb_rl_callback_handler): Use std::move.
8765 * common/common-exceptions.h (struct gdb_exception): Add move
8766 assignment operator.
8767 (throw_exception_sjlj): Change "exception" to const reference.
8768 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8769 (throw_exception_sjlj): Change "exception" to const reference.
8770
cc06b668
TT
87712019-04-25 Tom Tromey <tromey@adacore.com>
8772
8773 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8774 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8775 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8776 Update.
8777 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8778 Update.
8779 * mi/mi-interp.c (mi_interp::exec): Update.
8780 * linespec.c (parse_linespec): Update.
8781 * infcall.c (run_inferior_call): Update.
8782 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8783 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8784 (gdbscm_lookup_global_symbol): Update.
8785 * guile/scm-param.c (gdbscm_parameter_value): Update.
8786 * guile/scm-frame.c (gdbscm_frame_read_register)
8787 (gdbscm_frame_read_var): Update.
8788 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8789 * exec.c (try_open_exec_file): Update.
8790 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8791 (gdb_rl_callback_handler): Update.
8792 * common/common-exceptions.h (exception_none): Don't declare.
8793 * common/common-exceptions.c (exception_none): Don't define.
8794 (struct catcher) <exception>: Update.
8795 * cli/cli-interp.c (safe_execute_command): Update.
8796 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8797
cf532bd1
AT
87982019-04-25 Ali Tamur <tamur@google.com>
8799
8800 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8801 (read_attribute_value): Likewise.
8802 (dwarf2_read_addr_index): Update comment.
8803 (read_str_index): Add DW_FORM_strx.
8804 (dwarf2_string_attr): Likewise.
8805 (dwarf2_const_value_attr): Likewise.
8806 (dump_die_shallow): Likewise.
8807 (dwarf2_fetch_constant_bytes): Likewise.
8808 (skip_form_bytes): Likewise.
8809 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8810
82433e3e
SDJ
88112019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8812
8813 PR corefiles/11608
8814 PR corefiles/18187
8815 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
8816 OFFSET. Verify if current mapping contains an ELF header.
8817 (linux_find_memory_regions_full): Adjust call to
8818 dump_mapping_p.
8819
723adb65
SL
88202019-04-25 Sandra Loosemore <sandra@codesourcery.com>
8821 Kang Li <kanglictf@gmail.com>
8822
8823 PR gdb/21600
8824
8825 * dwarf2-frame.c (read_initial_length): Be consistent about using
8826 unsigned representation of length.
8827 (decode_frame_entry_1): Likewise. Check for wraparound of
8828 end pointer as well as buffer overflow.
8829
596179f7
SDJ
88302019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8831
8832 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
8833 "vq".
8834
a59240a4
TT
88352019-04-24 Tom Tromey <tromey@adacore.com>
8836
8837 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
8838
f872fdbb
AB
88392019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8840
8841 * s12z-tdep.c (s12z_unwind_pc): Delete.
8842 (s12z_unwind_sp): Delete.
8843 (s12z_gdbarch_init): Don't register deleted functions with
8844 gdbarch.
8845
b614e6f3
AB
88462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8847
8848 * rl78-tdep.c (rl78_unwind_sp): Delete.
8849 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
8850
14faed38
AB
88512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8852
8853 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
8854 (xstormy16_unwind_pc): Delete.
8855 (xstormy16_dummy_id): Delete.
8856 (xstormy16_gdbarch_init): Don't register deleted functions with
8857 gdbarch.
8858
541aad8a
AB
88592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8860
8861 * vax-tdep.c (vax_unwind_pc): Delete.
8862 (vax_gdbarch_init): Don't register deleted function with gdbarch.
8863
29222070
AB
88642019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8865
8866 * v850-tdep.c (v850_unwind_sp): Delete.
8867 (v850_unwind_pc): Delete.
8868 (v850_dummy_id): Delete.
8869 (v850_gdbarch_init): Don't register deleted functions with
8870 gdbarch.
8871
0f534d76
AB
88722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8873
8874 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
8875 (tilegx_unwind_pc): Delete.
8876 (tilegx_unwind_dummy_id): Delete.
8877 (tilegx_gdbarch_init): Don't register deleted functions with
8878 gdbarch.
8879
1ba7b7f9
AB
88802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8881
8882 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
8883 (tic6x_dummy_id): Delete.
8884 (tic6x_gdbarch_init): Don't register deleted functions with
8885 gdbarch.
8886
d31f262c
AB
88872019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8888
8889 * sparc-tdep.c (sparc_unwind_pc): Delete.
8890 (sparc32_gdbarch_init): Don't register deleted function with
8891 gdbarch.
8892
6d14d64d
AB
88932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8894
8895 * sh-tdep.c (sh_unwind_sp): Delete.
8896 (sh_unwind_pc): Delete.
8897 (sh_dummy_id): Delete.
8898 (sh_gdbarch_init): Don't register deleted functions with
8899 gdbarch.
8900
a40dde9d
AB
89012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * score-tdep.c (score_unwind_sp): Delete.
8904 (score_unwind_pc): Delete.
8905 (score_dummy_id): Delete.
8906 (score_gdbarch_init): Don't register deleted functions with
8907 gdbarch.
8908
47c47d69
AB
89092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8910
8911 * rx-tdep.c (rx_unwind_pc): Delete.
8912 (rx_unwind_sp): Delete.
8913 (rx_dummy_id): Delete.
8914 (rx_gdbarch_init): Don't register deleted functions with
8915 gdbarch. Update comment.
8916
833a4480
AB
89172019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8918
8919 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
8920 (rs6000_dummy_id): Delete.
8921 (rs6000_gdbarch_init): Don't register deleted functions with
8922 gdbarch.
8923
3f2cef49
AB
89242019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8925
8926 * or1k-tdep.c (or1k_dummy_id): Delete.
8927 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8928
96acf884
AB
89292019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8930
8931 * nios2-tdep.c (nios2_dummy_id): Delete.
8932 (nios2_unwind_sp): Delete.
8933 (nios2_gdbarch_init): Don't register deleted functions with
8934 gdbarch.
8935
ca0ab0aa
AB
89362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8937
8938 * nds32-tdep.c (nds32_dummy_id): Delete.
8939 (nds32_unwind_pc): Delete.
8940 (nds32_unwind_sp): Delete.
8941 (nds32_gdbarch_init): Don't register deleted functions with
8942 gdbarch.
8943
c8259044
AB
89442019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8945
8946 * msp430-tdep.c (msp430_unwind_pc): Delete.
8947 (msp430_unwind_sp): Delete.
8948 (msp430_dummy_id): Delete.
8949 (msp430_gdbarch_init): Don't register deleted functions with
8950 gdbarch.
8951
27f113c8
AB
89522019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8953
8954 * moxie-tdep.c (moxie_unwind_sp): Delete.
8955 (moxie_unwind_pc): Delete.
8956 (moxie_dummy_id): Delete.
8957 (moxie_gdbarch_init): Don't register deleted functions with
8958 gdbarch.
8959
aee6c3cd
AB
89602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8961
8962 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8963 (mn10300_unwind_pc): Delete.
8964 (mn10300_unwind_sp): Delete.
8965 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8966 mn10300_unwind_sp.
8967 (mn10300_frame_unwind_init): Don't register deleted functions with
8968 gdbarch.
8969
8e2b5aea
AB
89702019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8971
8972 * mep-tdep.c (mep_unwind_pc): Delete.
8973 (mep_unwind_sp): Delete.
8974 (mep_dummy_id): Delete.
8975 (mep_gdbarch_init): Don't register deleted functions with
8976 gdbarch.
8977
43cf3ede
AB
89782019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8979
8980 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8981 (m68hc11_unwind_sp): Delete.
8982 (m68hc11_gdbarch_init): Don't register deleted functions with
8983 gdbarch.
8984
5e79b7bb
AB
89852019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 * m32r-tdep.c (m32r_unwind_sp): Delete.
8988 (m32r_unwind_pc): Delete.
8989 (m32r_dummy_id): Delete.
8990 (m32r_gdbarch_init): Don't register deleted functions with
8991 gdbarch.
8992
89b268d8
AB
89932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8994
8995 * m32c-tdep.c (m32c_unwind_pc): Delete.
8996 (m32c_unwind_sp): Delete.
8997 (m32c_dummy_id): Delete.
8998 (m32c_gdbarch_init): Don't register deleted functions with
8999 gdbarch.
9000
946c28d2
AB
90012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9002
9003 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9004 (lm32_unwind_pc): Delete.
9005 (lm32_dummy_id): Delete.
9006 (lm32_gdbarch_init): Don't register deleted functions with
9007 gdbarch.
9008
bf12844a
AB
90092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9010
9011 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9012 (iq2000_unwind_pc): Delete.
9013 (iq2000_dummy_id): Delete.
9014 (iq2000_gdbarch_init): Don't register deleted functions with
9015 gdbarch.
9016
ecbc06d2
AB
90172019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9018
9019 * nds32-tdep.c (nds32_type_align): Delete.
9020 (nds32_push_dummy_call): Use type_align instead.
9021
030197b4
AB
90222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9023
9024 * arm-tdep.c (arm_type_align): Only handle vector override case.
9025 (arm_push_dummy_call): Use type_align.
9026 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9027
b907456c
AB
90282019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9029
9030 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9031 case.
9032 (pass_on_stack): Use type_align.
9033 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9034 function.
9035
9e97ba43
TT
90362019-04-23 Tom Tromey <tromey@adacore.com>
9037
9038 * dwarf2read.c (line_header::file_name_at): Remove unused
9039 overload.
9040
6892f601
TV
90412019-04-23 Tom de Vries <tdevries@suse.de>
9042
9043 PR gdb/24438
9044 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9045 invocation.
9046
336d760d
AT
9047
90482019-03-27 Ali Tamur <tamur@google.com>
9049
9050 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9051 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9052 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9053 (dwarf_expr_context::get_addr_index): Likewise
9054 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9055 (symbol_needs_eval_context::get_addr_index): Likewise
9056 (disassemble_dwarf_expression): Add DW_OP_addrx
9057 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9058 (read_cutu_die_from_dwo): Update comment
9059 (skip_one_die): Add DW_FORM_addrx
9060 (read_attribute_value): Likewise
9061 (var_decode_location): Add DW_OP_addrx
9062 (dwarf2_const_value_attr): Add DW_FORM_addrx
9063 (dump_die_shallow): Likewise
9064 (dwarf2_fetch_constant_bytes): Likewise
9065 (decode_locdesc): Add DW_OP_addrx
9066 (skip_form_bytes): Add DW_FORM_addrx
9067
ad9d13f8
AT
90682019-04-22 Ali Tamur <tamur@google.com>
9069
9070 * MAINTAINERS (Write After Approval): Add self.
9071
d70cc3ba
SM
90722019-04-22 Simon Marchi <simon.marchi@efficios.com>
9073
9074 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9075 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9076 (open_symbol_file_object): Likewise.
9077 (svr4_default_sos): Add info parameter.
9078 (svr4_read_so_list): Likewise.
9079 (svr4_current_sos_direct): Adjust functions calls to pass down
9080 info.
9081 (svr4_current_sos_1): Add info parameter.
9082 (svr4_current_sos): Call get_svr4_info, pass info down to
9083 svr4_current_sos_1.
9084 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9085 get_svr4_info.
9086 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9087 get_svr4_info.
9088 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9089 to get_svr4_info.
9090 (probes_table_remove_objfile_probes): Likewise.
9091 (register_solib_event_probe): Add info parameter.
9092 (solist_update_incremental): Pass info parameter down to
9093 svr4_read_so_list.
9094 (disable_probes_interface): Add info parameter.
9095 (svr4_handle_solib_event): Pass current_program_space to
9096 get_svr4_info. Adjust disable_probes_interface cleanup.
9097 (svr4_create_probe_breakpoints): Add info parameter, pass it
9098 down to register_solib_event_probe.
9099 (svr4_create_solib_event_breakpoints): Add info parameter,
9100 pass it down to svr4_create_probe_breakpoints.
9101 (enable_break): Pass info down to
9102 svr4_create_solib_event_breakpoints.
9103 (svr4_solib_create_inferior_hook): Pass current_program_space to
9104 get_svr4_info.
9105 (svr4_clear_solib): Likewise.
9106
7905fc35
PA
91072019-04-22 Pedro Alves <palves@redhat.com>
9108
9109 * solib-svr4.c (svr4_free_objfile_observer): New.
9110 (probe_and_action::objfile): New field.
9111 (probes_table_htab_remove_objfile_probes)
9112 (probes_table_remove_objfile_probes): New functions.
9113 (register_solib_event_probe): Add 'objfile' parameter. Store it
9114 in the new probe_and_action. Don't store the probe in 'lookup'.
9115 (svr4_create_probe_breakpoints): Pass objfile to
9116 register_solib_event_probe.
9117 (_initialize_svr4_solib): Register a free_objfile observer.
9118
fb881986
TT
91192019-04-19 Tom Tromey <tom@tromey.com>
9120
9121 * common/queue.h: Remove.
9122
8732db6c
TT
91232019-04-19 Tom Tromey <tom@tromey.com>
9124
9125 * event-loop.c: Don't include "common/queue.h".
9126
97dfbadd
TT
91272019-04-19 Tom Tromey <tom@tromey.com>
9128
9129 * remote.c (remote_target): Use delete.
9130 * remote-notif.h: Include <list>, not "common/queue.h".
9131 (notif_client_p): Remove typedef.
9132 (remote_notif_state): Add constructor, destructor, initializer.
9133 <notif_queue>: Now a std::list.
9134 (remote_notif_state_xfree): Don't declare.
9135 * remote-notif.c (remote_notif_process, handle_notification)
9136 (remote_notif_state_allocate): Update.
9137 (~remote_notif_state): Rename from remote_notif_state_xfree.
9138
cf250e36
TT
91392019-04-19 Tom Tromey <tom@tromey.com>
9140
9141 * symfile.c (reread_symbols): Update.
9142 * objfiles.c (objfile_register_static_link)
9143 (objfile_lookup_static_link): Update
9144 (~objfile) Don't delete static_links.
9145 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9146
61f4b350
TT
91472019-04-19 Tom Tromey <tom@tromey.com>
9148
9149 * type-stack.h (struct type_stack) <insert>: Constify string.
9150 * type-stack.c (type_stack::insert): Constify string.
9151 * gdbtypes.h (lookup_template_type): Update.
9152 (address_space_name_to_int): Update.
9153 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9154 const.
9155 (lookup_template_type): Make name const.
9156 * c-exp.y: Update rules.
9157 (lex_one_token, classify_name, classify_inner_name)
9158 (c_print_token): Update.
9159 * p-exp.y: Update rules.
9160 (yylex): Update.
9161 * f-exp.y: Update rules.
9162 (yylex): Update.
9163 * d-exp.y: Update rules.
9164 (lex_one_token, classify_name, classify_inner_name): Update.
9165 * parse.c (write_dollar_variable, copy_name): Return std::string.
9166 * parser-defs.h (copy_name): Change return type.
9167 * m2-exp.y: Update rules.
9168 (yylex): Update.
9169 * go-exp.y (lex_one_token): Update.
9170 Update rules.
9171 (classify_unsafe_function, classify_packaged_name)
9172 (classify_name, yylex): Update.
9173
189b8c2e
ST
91742019-04-19 Sergei Trofimovich <siarheit@google.com>
9175
9176 * configure.ac: add --enable-source-highlight switch.
9177 * configure: Regenerate.
9178 * top.c (print_gdb_version): plumb --enable-source-highlight
9179 status to "show configuration".
9180
8ecb59f8
TT
91812019-04-19 Tom Tromey <tromey@adacore.com>
9182
9183 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9184 Check ADA_TYPE_P.
9185 (empty_record, ada_template_to_fixed_record_type_1)
9186 (template_to_static_fixed_type)
9187 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9188 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9189 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9190 macros.
9191
62160ec9
TT
91922019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9193
9194 PR symtab/24423:
9195 * source.c (print_source_lines_base): Advance "iter" when a
9196 control character is seen.
9197
f2ae8bc8
PW
91982019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9199
9200 * inferior.h (struct infcall_suspend_state_deleter):
9201 Catch exception in destructor to avoid crash.
9202
d563b953
PW
92032019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9204
9205 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9206 close to the add_com "shell".
9207
dc34c897
TT
92082019-04-18 Tom Tromey <tromey@adacore.com>
9209
9210 * process-stratum-target.h (class process_stratum_target)
9211 <stratum>: Add "final".
9212
a12e5744
TT
92132019-04-17 Tom Tromey <tromey@adacore.com>
9214
9215 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9216 against nullptr before use.
9217
a7e559cc
AH
92182019-04-17 Alan Hayward <alan.hayward@arm.com>
9219
9220 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9221
c01660c6
AB
92222019-04-17 Jim Wilson <jimw@sifive.com>
9223 Andrew Burgess <andrew.burgess@embecosm.com>
9224
9225 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9226 code read might fail, assume 4-byte breakpoint in that case.
9227
4aa866af
LS
92282019-04-15 Leszek Swirski <leszeks@google.com>
9229
9230 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9231 rather than a hand-rolled POD check when checking for forced MEMORY
9232 classification.
9233
48574d91
AH
92342019-04-15 Alan Hayward <alan.hayward@arm.com>
9235
9236 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9237 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9238 function.
9239 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9240 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9241 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9242 declaration.
9243
4da037ef
AH
92442019-04-15 Alan Hayward <alan.hayward@arm.com>
9245
9246 * aarch64-linux-nat.c
9247 (aarch64_linux_nat_target::thread_architecture): Add override.
9248 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9249 each VQ.
9250
ccb8d7e8
AH
92512019-04-15 Alan Hayward <alan.hayward@arm.com>
9252
9253 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9254
35add35e
AB
92552019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9256
9257 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9258 target types of size 96-bits, add some additional comments, and
9259 check that the builtin type we found was the correct size.
9260
51196bbc
EZ
92612019-04-12 Eli Zaretskii <eliz@gnu.org>
9262
9263 * utils.c (prompt_for_continue): Don't restore the styling at the
9264 end, as applied_style has the wrong value. This fixes styling in
9265 long lists of file names that are interrupted by the "Continue?"
9266 prompt.
9267
62253a61
AB
92682019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9269
9270 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9271 * c-lang.c (c_language_defn): Likewise.
9272 (cplus_language_defn): Likewise.
9273 (asm_language_defn): Likewise.
9274 (minimal_language_defn): Likewise.
9275 * d-lang.c (d_language_defn): Likewise.
9276 * f-lang.c (f_language_defn): Likewise.
9277 * go-lang.c (go_language_defn): Likewise.
9278 * language.c (unknown_language_defn): Likewise.
9279 (auto_language_defn): Likewise.
9280 * language.h (struct language_defn): Remove la_magic field.
9281 (LANG_MAGIC): Delete.
9282 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9283 * objc-lang.c (objc_language_defn): Likewise.
9284 * opencl-lang.c (opencl_language_defn): Likewise.
9285 * p-lang.c (pascal_language_defn): Likewise.
9286 * rust-lang.c (rust_language_defn): Likewise.
9287
a9158a86
AB
92882019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9289
9290 * riscv-tdep.c (riscv_type_align): New function.
9291 (riscv_type_alignment): Delete.
9292 (riscv_arg_location): Use 'type_align'.
9293 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9294
41077b66
AB
92952019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9296
9297 * gdbtypes.c (type_align): A struct with no non-static fields also
9298 has alignment of 1.
9299
9f0272f8
AB
93002019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9301
9302 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9303 component to 0.
9304 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9305 member.
9306 (riscv_struct_info::analyse): New implementation using new
9307 analyse_inner member function.
9308 (riscv_struct_info::field_offset): New member function.
9309 (riscv_struct_info::m_offsets): New member variable.
9310 (riscv_struct_info::analyse_inner): New private member function,
9311 takes the old implementation of riscv_struct_info::analyse but
9312 extended to track field offsets.
9313 (riscv_call_arg_struct): Update the struct folding special cases
9314 to handle cases where empty C++ structs, which are non-zero
9315 length, are found.
9316 (riscv_arg_location): Initialise the length of each location, a
9317 non-zero length now indicates the location is in use.
9318 (riscv_push_dummy_call): Allow for the first location having a
9319 non-zero offset when setting up arguments.
9320 (riscv_return_value): Likewise, but for return values.
9321
02cf60c7
TT
93222019-04-11 Tom Tromey <tromey@adacore.com>
9323
9324 * utils.c (internal_vproblem): Make "msg" const.
9325
68811f8f
AH
93262019-04-11 Alan Hayward <alan.hayward@arm.com>
9327
9328 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9329 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9330 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9331 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9332
3f52fdbc
KB
93332019-04-10 Kevin Buettner <kevinb@redhat.com>
9334
9335 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9336 function.
9337 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9338 of amd64_collect_native_gregset.
9339 (amd64_linux_nat_target::store_registers): Likewise.
9340
e9ad22ee
TT
93412019-04-10 Tom Tromey <tom@tromey.com>
9342
9343 * symtab.c (lookup_global_symbol_from_objfile)
9344 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9345 * objfiles.h (class separate_debug_iterator): New.
9346 (class separate_debug_range): New.
9347 (struct objfile) <separate_debug_objfiles>: New method.
9348 (objfile_separate_debug_iterate): Don't declare.
9349 * objfiles.c (separate_debug_iterator::operator++): Rename from
9350 objfile_separate_debug_iterate.
9351 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9352 iterator.
9353 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9354 iterator.
9355
ee371134
TT
93562019-04-10 Tom Tromey <tom@tromey.com>
9357
9358 * symfile.c (reread_symbols): Remove old comment.
9359 * objfiles.c (free_all_objfiles): Fix a typo.
9360
bf227d61
TT
93612019-04-10 Tom Tromey <tom@tromey.com>
9362
9363 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9364 * minsyms.c (lookup_minimal_symbol): Use foreach.
9365 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9366 (lookup_minimal_symbol_solib_trampoline): Likewise.
9367 * symfile.c (reread_symbols): Use foreach.
9368
8dc433a0
TT
93692019-04-09 Ivan Begert <ivanbegert@gmail.com>
9370 Tom Tromey <tromey@adacore.com>
9371
9372 PR rust/24414:
9373 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9374 (rust_lex_int_test): Change "value" to be LONGEST.
9375 (rust_lex_tests): Add test for long integer literal.
9376
9ab8741a
TT
93772019-04-09 Tom Tromey <tromey@adacore.com>
9378
9379 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9380 to bool.
9381 (extended_remote_target::attach): Update.
9382 (remote_target::remote_notice_new_inferior): Update.
9383 (remote_target::add_current_inferior_and_thread): Update.
9384 * inferior.c (exit_inferior_1): Use "false".
9385 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9386
e242fd12
SM
93872019-04-09 Simon Marchi <simon.marchi@efficios.com>
9388
9ca1957f 9389 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
9390 the "start" command.
9391
2b0c8b01
KB
93922019-04-08 Kevin Buettner <kevinb@redhat.com>
9393
9394 * python/py-inferior.c (infpy_thread_from_thread_handle):
9395 Adjust comments to reflect renaming of thread_from_thread_handle
9396 to thread_from_handle. Adjust keywords. Fix type error message.
9397 (inferior_object_methods): Add thread_from_handle. Retain
9398 thread_from_thread_handle, but mark it as deprecated.
9399
50a82723
KB
94002019-04-08 Kevin Buettner <kevinb@redhat.com>
9401
9402 * gdbthread.h (find_thread_by_handle): Revise declaration.
9403 * thread.c (find_thread_by_handle): Likewise. Adjust
9404 implementation too.
9405 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9406 support for buffer objects as handles.
9407
cf63b016
KB
94082019-04-08 Kevin Buettner <kevinb@redhat.com>
9409
9410 * python/py-infthread.c (thpy_thread_handle): New function.
9411 (thread_object_methods): Register thpy_thread_handle.
9412
3d6c6204
KB
94132019-04-08 Kevin Buettner <kevinb@redhat.com>
9414
9415 * gdbthread.h (thread_to_thread_handle): Declare.
9416 * thread.c (gdbtypes.h): Include.
9417 (thread_to_thread_handle): New function.
9418
9419 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9420 (target_thread_info_to_thread_handle): Declare.
9421 * target.c (target_thread_info_to_thread_handle): New function.
9422 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9423 * target-delegates.c: Regenerate.
9424
9425 * linux-thread-db.c (class thread_db_target): Add method
9426 thread_info_to_thread_handle.
9427 (thread_db_target::thread_info_to_thread_handle): Define.
9428 * remote.c (class remote_target): Add new method
9429 thread_info_to_thread_handle.
9430 (remote_target::thread_info_to_thread_handle): Define.
9431
56be6ea8
PA
94322019-04-08 Pedro Alves <palves@redhat.com>
9433
9434 * common/common-exceptions.c (throw_exception): Don't create
9435 named object to throw; throw directly.
9436 (throw_it): Likewise. Don't initialize gdb_exception::message
9437 here, with new; pass FMT and AP to the ctor instead.
9438 * common/common-exceptions.h: Include <string>.
9439 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9440 const char *, va_list)): New ctor. Use std::make_shared.
9441 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9442 errors)): Delete.
9443 (gdb_exception_error::gdb_exception_error(enum errors, const char
9444 *, va_list)): New.
9445 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9446 Add assertion.
9447 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9448 errors)): Delete.
9449 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9450 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9451 Add assertion.
9452
eedc3f4f
TT
94532019-04-08 Tom Tromey <tom@tromey.com>
9454
9455 * valops.c (value_rtti_indirect_type): Replace throw_exception
9456 with throw.
9457 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9458 with throw.
9459 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9460 throw.
9461 * target.c (target_translate_tls_address): Replace throw_exception
9462 with throw.
9463 * stack.c (frame_apply_command_count): Replace throw_exception
9464 with throw.
9465 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9466 throw.
9467 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9468 with throw.
9469 * rs6000-tdep.c (rs6000_frame_cache)
9470 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9471 * remote.c: Replace throw_exception with throw.
9472 * record-full.c (record_full_message, record_full_wait_1)
9473 (record_full_restore): Replace throw_exception with throw.
9474 * record-btrace.c:
9475 (get_thread_current_frame_id, record_btrace_start_replaying)
9476 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9477 (cmd_record_btrace_start): Replace throw_exception with throw.
9478 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9479 throw.
9480 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9481 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9482 * linespec.c:
9483 (find_linespec_symbols): Replace throw_exception with throw.
9484 * infrun.c (displaced_step_prepare, resume): Replace
9485 throw_exception with throw.
9486 * infcmd.c (post_create_inferior): Replace throw_exception with
9487 throw.
9488 * inf-loop.c (inferior_event_handler): Replace throw_exception
9489 with throw.
9490 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9491 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9492 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9493 (get_prev_frame_always, get_frame_pc_if_available)
9494 (get_frame_address_in_block_if_available, get_frame_language):
9495 Replace throw_exception with throw.
9496 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9497 throw_exception with throw.
9498 * eval.c (fetch_subexp_value, evaluate_var_value)
9499 (evaluate_funcall, evaluate_subexp_standard): Replace
9500 throw_exception with throw.
9501 * dwarf2loc.c (call_site_find_chain)
9502 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9503 Replace throw_exception with throw.
9504 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9505 with throw.
9506 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9507 throw.
9508 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9509 * completer.c (complete_line_internal): Replace throw_exception
9510 with throw.
9511 * compile/compile-object-run.c (compile_object_run): Replace
9512 throw_exception with throw.
9513 * cli/cli-script.c (process_next_line): Replace throw_exception
9514 with throw.
9515 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
9516 (btrace_enable, btrace_maint_update_pt_packets): Replace
9517 throw_exception with throw.
9518 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
9519 throw_exception with throw.
9520 * break-catch-throw.c (re_set_exception_catchpoint): Replace
9521 throw_exception with throw.
9522 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9523 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
9524 * aarch64-tdep.c (aarch64_make_prologue_cache)
9525 (aarch64_make_stub_cache): Replace throw_exception with throw.
9526
26003a20
TT
95272019-04-08 Tom Tromey <tom@tromey.com>
9528
9529 * common/common-exceptions.c (throw_exception): Rename from
9530 throw_exception_cxx. Remove old copy. Make argument const.
9531 (throw_it): Create and throw exception objects directly.
9532 * common/common-exceptions.h (throw_exception): Make argument
9533 const.
9534 (struct gdb_exception_error): Add constructor.
9535 (struct gdb_exception_quit): Add constructor.
9536
d272eb37
TT
95372019-04-08 Tom Tromey <tom@tromey.com>
9538
9539 * common/common-exceptions.h (exception_rethrow): Don't declare.
9540 (TRY_SJLJ): Update comment.
9541 (TRY, CATCH, END_CATCH): Remove.
9542 * common/common-exceptions.c (exception_rethrow): Remove.
9543
230d2906
TT
95442019-04-08 Tom Tromey <tom@tromey.com>
9545
9546 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
9547 Remove.
9548 (gdb_exception_error): Rename from
9549 gdb_exception_RETURN_MASK_ERROR.
9550 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
9551 (gdb_quit_bad_alloc): Update.
9552 * aarch64-tdep.c: Update.
9553 * ada-lang.c: Update.
9554 * ada-typeprint.c: Update.
9555 * ada-valprint.c: Update.
9556 * amd64-tdep.c: Update.
9557 * arch-utils.c: Update.
9558 * break-catch-throw.c: Update.
9559 * breakpoint.c: Update.
9560 * btrace.c: Update.
9561 * c-varobj.c: Update.
9562 * cli/cli-cmds.c: Update.
9563 * cli/cli-interp.c: Update.
9564 * cli/cli-script.c: Update.
9565 * common/common-exceptions.c: Update.
9566 * common/new-op.c: Update.
9567 * common/selftest.c: Update.
9568 * compile/compile-c-symbols.c: Update.
9569 * compile/compile-cplus-symbols.c: Update.
9570 * compile/compile-object-load.c: Update.
9571 * compile/compile-object-run.c: Update.
9572 * completer.c: Update.
9573 * corelow.c: Update.
9574 * cp-abi.c: Update.
9575 * cp-support.c: Update.
9576 * cp-valprint.c: Update.
9577 * darwin-nat.c: Update.
9578 * disasm-selftests.c: Update.
9579 * dtrace-probe.c: Update.
9580 * dwarf-index-cache.c: Update.
9581 * dwarf-index-write.c: Update.
9582 * dwarf2-frame-tailcall.c: Update.
9583 * dwarf2-frame.c: Update.
9584 * dwarf2loc.c: Update.
9585 * dwarf2read.c: Update.
9586 * eval.c: Update.
9587 * event-loop.c: Update.
9588 * event-top.c: Update.
9589 * exec.c: Update.
9590 * f-valprint.c: Update.
9591 * fbsd-tdep.c: Update.
9592 * frame-unwind.c: Update.
9593 * frame.c: Update.
9594 * gdbtypes.c: Update.
9595 * gnu-v3-abi.c: Update.
9596 * guile/guile-internal.h: Update.
9597 * guile/scm-block.c: Update.
9598 * guile/scm-breakpoint.c: Update.
9599 * guile/scm-cmd.c: Update.
9600 * guile/scm-disasm.c: Update.
9601 * guile/scm-frame.c: Update.
9602 * guile/scm-lazy-string.c: Update.
9603 * guile/scm-math.c: Update.
9604 * guile/scm-param.c: Update.
9605 * guile/scm-ports.c: Update.
9606 * guile/scm-pretty-print.c: Update.
9607 * guile/scm-symbol.c: Update.
9608 * guile/scm-symtab.c: Update.
9609 * guile/scm-type.c: Update.
9610 * guile/scm-value.c: Update.
9611 * i386-linux-tdep.c: Update.
9612 * i386-tdep.c: Update.
9613 * inf-loop.c: Update.
9614 * infcall.c: Update.
9615 * infcmd.c: Update.
9616 * infrun.c: Update.
9617 * jit.c: Update.
9618 * language.c: Update.
9619 * linespec.c: Update.
9620 * linux-fork.c: Update.
9621 * linux-nat.c: Update.
9622 * linux-tdep.c: Update.
9623 * linux-thread-db.c: Update.
9624 * main.c: Update.
9625 * mi/mi-cmd-break.c: Update.
9626 * mi/mi-cmd-stack.c: Update.
9627 * mi/mi-interp.c: Update.
9628 * mi/mi-main.c: Update.
9629 * objc-lang.c: Update.
9630 * p-valprint.c: Update.
9631 * parse.c: Update.
9632 * ppc-linux-tdep.c: Update.
9633 * printcmd.c: Update.
9634 * python/py-arch.c: Update.
9635 * python/py-breakpoint.c: Update.
9636 * python/py-cmd.c: Update.
9637 * python/py-finishbreakpoint.c: Update.
9638 * python/py-frame.c: Update.
9639 * python/py-framefilter.c: Update.
9640 * python/py-gdb-readline.c: Update.
9641 * python/py-inferior.c: Update.
9642 * python/py-infthread.c: Update.
9643 * python/py-lazy-string.c: Update.
9644 * python/py-linetable.c: Update.
9645 * python/py-objfile.c: Update.
9646 * python/py-param.c: Update.
9647 * python/py-prettyprint.c: Update.
9648 * python/py-progspace.c: Update.
9649 * python/py-record-btrace.c: Update.
9650 * python/py-record.c: Update.
9651 * python/py-symbol.c: Update.
9652 * python/py-type.c: Update.
9653 * python/py-unwind.c: Update.
9654 * python/py-utils.c: Update.
9655 * python/py-value.c: Update.
9656 * python/python.c: Update.
9657 * record-btrace.c: Update.
9658 * record-full.c: Update.
9659 * remote-fileio.c: Update.
9660 * remote.c: Update.
9661 * riscv-tdep.c: Update.
9662 * rs6000-aix-tdep.c: Update.
9663 * rs6000-tdep.c: Update.
9664 * rust-exp.y: Update.
9665 * rust-lang.c: Update.
9666 * s390-tdep.c: Update.
9667 * selftest-arch.c: Update.
9668 * solib-dsbt.c: Update.
9669 * solib-frv.c: Update.
9670 * solib-spu.c: Update.
9671 * solib-svr4.c: Update.
9672 * solib.c: Update.
9673 * sparc64-linux-tdep.c: Update.
9674 * stack.c: Update.
9675 * symfile-mem.c: Update.
9676 * symmisc.c: Update.
9677 * target.c: Update.
9678 * thread.c: Update.
9679 * top.c: Update.
9680 * tracefile-tfile.c: Update.
9681 * tui/tui.c: Update.
9682 * typeprint.c: Update.
9683 * unittests/cli-utils-selftests.c: Update.
9684 * unittests/parse-connection-spec-selftests.c: Update.
9685 * valops.c: Update.
9686 * valprint.c: Update.
9687 * value.c: Update.
9688 * varobj.c: Update.
9689 * windows-nat.c: Update.
9690 * x86-linux-nat.c: Update.
9691 * xml-support.c: Update.
9692
a70b8144
TT
96932019-04-08 Tom Tromey <tom@tromey.com>
9694
9695 * xml-support.c: Use C++ exception handling.
9696 * x86-linux-nat.c: Use C++ exception handling.
9697 * windows-nat.c: Use C++ exception handling.
9698 * varobj.c: Use C++ exception handling.
9699 * value.c: Use C++ exception handling.
9700 * valprint.c: Use C++ exception handling.
9701 * valops.c: Use C++ exception handling.
9702 * unittests/parse-connection-spec-selftests.c: Use C++ exception
9703 handling.
9704 * unittests/cli-utils-selftests.c: Use C++ exception handling.
9705 * typeprint.c: Use C++ exception handling.
9706 * tui/tui.c: Use C++ exception handling.
9707 * tracefile-tfile.c: Use C++ exception handling.
9708 * top.c: Use C++ exception handling.
9709 * thread.c: Use C++ exception handling.
9710 * target.c: Use C++ exception handling.
9711 * symmisc.c: Use C++ exception handling.
9712 * symfile-mem.c: Use C++ exception handling.
9713 * stack.c: Use C++ exception handling.
9714 * sparc64-linux-tdep.c: Use C++ exception handling.
9715 * solib.c: Use C++ exception handling.
9716 * solib-svr4.c: Use C++ exception handling.
9717 * solib-spu.c: Use C++ exception handling.
9718 * solib-frv.c: Use C++ exception handling.
9719 * solib-dsbt.c: Use C++ exception handling.
9720 * selftest-arch.c: Use C++ exception handling.
9721 * s390-tdep.c: Use C++ exception handling.
9722 * rust-lang.c: Use C++ exception handling.
9723 * rust-exp.y: Use C++ exception handling.
9724 * rs6000-tdep.c: Use C++ exception handling.
9725 * rs6000-aix-tdep.c: Use C++ exception handling.
9726 * riscv-tdep.c: Use C++ exception handling.
9727 * remote.c: Use C++ exception handling.
9728 * remote-fileio.c: Use C++ exception handling.
9729 * record-full.c: Use C++ exception handling.
9730 * record-btrace.c: Use C++ exception handling.
9731 * python/python.c: Use C++ exception handling.
9732 * python/py-value.c: Use C++ exception handling.
9733 * python/py-utils.c: Use C++ exception handling.
9734 * python/py-unwind.c: Use C++ exception handling.
9735 * python/py-type.c: Use C++ exception handling.
9736 * python/py-symbol.c: Use C++ exception handling.
9737 * python/py-record.c: Use C++ exception handling.
9738 * python/py-record-btrace.c: Use C++ exception handling.
9739 * python/py-progspace.c: Use C++ exception handling.
9740 * python/py-prettyprint.c: Use C++ exception handling.
9741 * python/py-param.c: Use C++ exception handling.
9742 * python/py-objfile.c: Use C++ exception handling.
9743 * python/py-linetable.c: Use C++ exception handling.
9744 * python/py-lazy-string.c: Use C++ exception handling.
9745 * python/py-infthread.c: Use C++ exception handling.
9746 * python/py-inferior.c: Use C++ exception handling.
9747 * python/py-gdb-readline.c: Use C++ exception handling.
9748 * python/py-framefilter.c: Use C++ exception handling.
9749 * python/py-frame.c: Use C++ exception handling.
9750 * python/py-finishbreakpoint.c: Use C++ exception handling.
9751 * python/py-cmd.c: Use C++ exception handling.
9752 * python/py-breakpoint.c: Use C++ exception handling.
9753 * python/py-arch.c: Use C++ exception handling.
9754 * printcmd.c: Use C++ exception handling.
9755 * ppc-linux-tdep.c: Use C++ exception handling.
9756 * parse.c: Use C++ exception handling.
9757 * p-valprint.c: Use C++ exception handling.
9758 * objc-lang.c: Use C++ exception handling.
9759 * mi/mi-main.c: Use C++ exception handling.
9760 * mi/mi-interp.c: Use C++ exception handling.
9761 * mi/mi-cmd-stack.c: Use C++ exception handling.
9762 * mi/mi-cmd-break.c: Use C++ exception handling.
9763 * main.c: Use C++ exception handling.
9764 * linux-thread-db.c: Use C++ exception handling.
9765 * linux-tdep.c: Use C++ exception handling.
9766 * linux-nat.c: Use C++ exception handling.
9767 * linux-fork.c: Use C++ exception handling.
9768 * linespec.c: Use C++ exception handling.
9769 * language.c: Use C++ exception handling.
9770 * jit.c: Use C++ exception handling.
9771 * infrun.c: Use C++ exception handling.
9772 * infcmd.c: Use C++ exception handling.
9773 * infcall.c: Use C++ exception handling.
9774 * inf-loop.c: Use C++ exception handling.
9775 * i386-tdep.c: Use C++ exception handling.
9776 * i386-linux-tdep.c: Use C++ exception handling.
9777 * guile/scm-value.c: Use C++ exception handling.
9778 * guile/scm-type.c: Use C++ exception handling.
9779 * guile/scm-symtab.c: Use C++ exception handling.
9780 * guile/scm-symbol.c: Use C++ exception handling.
9781 * guile/scm-pretty-print.c: Use C++ exception handling.
9782 * guile/scm-ports.c: Use C++ exception handling.
9783 * guile/scm-param.c: Use C++ exception handling.
9784 * guile/scm-math.c: Use C++ exception handling.
9785 * guile/scm-lazy-string.c: Use C++ exception handling.
9786 * guile/scm-frame.c: Use C++ exception handling.
9787 * guile/scm-disasm.c: Use C++ exception handling.
9788 * guile/scm-cmd.c: Use C++ exception handling.
9789 * guile/scm-breakpoint.c: Use C++ exception handling.
9790 * guile/scm-block.c: Use C++ exception handling.
9791 * guile/guile-internal.h: Use C++ exception handling.
9792 * gnu-v3-abi.c: Use C++ exception handling.
9793 * gdbtypes.c: Use C++ exception handling.
9794 * frame.c: Use C++ exception handling.
9795 * frame-unwind.c: Use C++ exception handling.
9796 * fbsd-tdep.c: Use C++ exception handling.
9797 * f-valprint.c: Use C++ exception handling.
9798 * exec.c: Use C++ exception handling.
9799 * event-top.c: Use C++ exception handling.
9800 * event-loop.c: Use C++ exception handling.
9801 * eval.c: Use C++ exception handling.
9802 * dwarf2read.c: Use C++ exception handling.
9803 * dwarf2loc.c: Use C++ exception handling.
9804 * dwarf2-frame.c: Use C++ exception handling.
9805 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9806 * dwarf-index-write.c: Use C++ exception handling.
9807 * dwarf-index-cache.c: Use C++ exception handling.
9808 * dtrace-probe.c: Use C++ exception handling.
9809 * disasm-selftests.c: Use C++ exception handling.
9810 * darwin-nat.c: Use C++ exception handling.
9811 * cp-valprint.c: Use C++ exception handling.
9812 * cp-support.c: Use C++ exception handling.
9813 * cp-abi.c: Use C++ exception handling.
9814 * corelow.c: Use C++ exception handling.
9815 * completer.c: Use C++ exception handling.
9816 * compile/compile-object-run.c: Use C++ exception handling.
9817 * compile/compile-object-load.c: Use C++ exception handling.
9818 * compile/compile-cplus-symbols.c: Use C++ exception handling.
9819 * compile/compile-c-symbols.c: Use C++ exception handling.
9820 * common/selftest.c: Use C++ exception handling.
9821 * common/new-op.c: Use C++ exception handling.
9822 * cli/cli-script.c: Use C++ exception handling.
9823 * cli/cli-interp.c: Use C++ exception handling.
9824 * cli/cli-cmds.c: Use C++ exception handling.
9825 * c-varobj.c: Use C++ exception handling.
9826 * btrace.c: Use C++ exception handling.
9827 * breakpoint.c: Use C++ exception handling.
9828 * break-catch-throw.c: Use C++ exception handling.
9829 * arch-utils.c: Use C++ exception handling.
9830 * amd64-tdep.c: Use C++ exception handling.
9831 * ada-valprint.c: Use C++ exception handling.
9832 * ada-typeprint.c: Use C++ exception handling.
9833 * ada-lang.c: Use C++ exception handling.
9834 * aarch64-tdep.c: Use C++ exception handling.
9835
3d6e9d23
TT
98362019-04-08 Tom Tromey <tom@tromey.com>
9837
9838 * xml-support.c (gdb_xml_parser::parse): Update.
9839 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
9840 * value.c (show_convenience): Update.
9841 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
9842 (test_parse_flags_qcs): Update.
9843 * thread.c (thr_try_catch_cmd): Update.
9844 * target.c (target_translate_tls_address): Update.
9845 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
9846 (info_frame_command_core, frame_apply_command_count): Update.
9847 * rust-exp.y (rust_lex_exception_test): Update.
9848 * riscv-tdep.c (riscv_print_one_register_info): Update.
9849 * remote.c (remote_target::enable_btrace): Update.
9850 * record-btrace.c (record_btrace_enable_warn): Update.
9851 * python/py-utils.c (gdbpy_convert_exception): Update.
9852 * printcmd.c (do_one_display, print_variable_and_value): Update.
9853 * mi/mi-main.c (mi_print_exception): Update.
9854 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
9855 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
9856 * linux-nat.c (linux_nat_target::attach): Update.
9857 * linux-fork.c (class scoped_switch_fork_info): Update.
9858 * infrun.c (displaced_step_prepare): Update.
9859 * infcall.c (call_function_by_hand_dummy): Update.
9860 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
9861 * gnu-v3-abi.c (print_one_vtable): Update.
9862 * frame.c (get_prev_frame_always): Update.
9863 * f-valprint.c (info_common_command_for_block): Update.
9864 * exec.c (try_open_exec_file): Update.
9865 * exceptions.c (print_exception, exception_print)
9866 (exception_fprintf, exception_print_same): Update.
9867 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
9868 * dwarf-index-cache.c (index_cache::store)
9869 (index_cache::lookup_gdb_index): Update.
9870 * darwin-nat.c (maybe_cache_shell): Update.
9871 * cp-valprint.c (cp_print_value_fields): Update.
9872 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
9873 (gcc_cplus_symbol_address): Update.
9874 * compile/compile-c-symbols.c (gcc_convert_symbol)
9875 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
9876 * common/selftest.c: Update.
9877 * common/common-exceptions.h (struct gdb_exception) <message>: Now
9878 a std::string.
9879 (exception_try_scope_entry, exception_try_scope_exit): Don't
9880 declare.
9881 (struct exception_try_scope): Remove.
9882 (TRY): Don't use exception_try_scope.
9883 (struct gdb_exception): Add constructor, operator=.
9884 <what>: New method.
9885 (struct gdb_exception_RETURN_MASK_ALL)
9886 (struct gdb_exception_RETURN_MASK_ERROR)
9887 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
9888 (struct gdb_quit_bad_alloc): Update.
9889 * common/common-exceptions.c (exception_none): Change
9890 initializer.
9891 (struct catcher) <state, exception>: Initialize inline.
9892 <prev>: Remove member.
9893 (current_catcher): Remove.
9894 (catchers): New global.
9895 (exceptions_state_mc_init): Simplify.
9896 (catcher_pop): Remove.
9897 (exceptions_state_mc, exceptions_state_mc_catch): Update.
9898 (try_scope_depth, exception_try_scope_entry)
9899 (exception_try_scope_exit): Remove.
9900 (throw_exception_sjlj): Update.
9901 (exception_messages, exception_messages_size): Remove.
9902 (throw_it): Simplify.
9903 (gdb_exception_sliced_copy): Remove.
9904 (throw_exception_cxx): Update.
9905 * cli/cli-script.c (script_from_file): Update.
9906 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
9907 Update.
9908 * ada-valprint.c (ada_val_print): Update.
9909 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
9910 (create_excep_cond_exprs): Update.
9911
c5c10118
TT
99122019-04-08 Tom Tromey <tom@tromey.com>
9913
9914 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
9915 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
9916 (TRY, CATCH, END_CATCH): Remove some definitions.
9917 * common/common-exceptions.c: Don't use GDB_XCPT.
9918 (catcher_list_size): Remove.
9919 (throw_exception, throw_it): Simplify.
9920
4de283e4
TT
99212019-04-05 Tom Tromey <tom@tromey.com>
9922
9923 Revert the header-sorting patch.
9924 * ft32-tdep.c: Revert.
9925 * frv-tdep.c: Revert.
9926 * frv-linux-tdep.c: Revert.
9927 * frame.c: Revert.
9928 * frame-unwind.c: Revert.
9929 * frame-base.c: Revert.
9930 * fork-child.c: Revert.
9931 * findvar.c: Revert.
9932 * findcmd.c: Revert.
9933 * filesystem.c: Revert.
9934 * filename-seen-cache.h: Revert.
9935 * filename-seen-cache.c: Revert.
9936 * fbsd-tdep.c: Revert.
9937 * fbsd-nat.h: Revert.
9938 * fbsd-nat.c: Revert.
9939 * f-valprint.c: Revert.
9940 * f-typeprint.c: Revert.
9941 * f-lang.c: Revert.
9942 * extension.h: Revert.
9943 * extension.c: Revert.
9944 * extension-priv.h: Revert.
9945 * expprint.c: Revert.
9946 * exec.h: Revert.
9947 * exec.c: Revert.
9948 * exceptions.c: Revert.
9949 * event-top.c: Revert.
9950 * event-loop.c: Revert.
9951 * eval.c: Revert.
9952 * elfread.c: Revert.
9953 * dwarf2read.h: Revert.
9954 * dwarf2read.c: Revert.
9955 * dwarf2loc.c: Revert.
9956 * dwarf2expr.h: Revert.
9957 * dwarf2expr.c: Revert.
9958 * dwarf2-frame.c: Revert.
9959 * dwarf2-frame-tailcall.c: Revert.
9960 * dwarf-index-write.h: Revert.
9961 * dwarf-index-write.c: Revert.
9962 * dwarf-index-common.c: Revert.
9963 * dwarf-index-cache.h: Revert.
9964 * dwarf-index-cache.c: Revert.
9965 * dummy-frame.c: Revert.
9966 * dtrace-probe.c: Revert.
9967 * disasm.h: Revert.
9968 * disasm.c: Revert.
9969 * disasm-selftests.c: Revert.
9970 * dictionary.c: Revert.
9971 * dicos-tdep.c: Revert.
9972 * demangle.c: Revert.
9973 * dcache.h: Revert.
9974 * dcache.c: Revert.
9975 * darwin-nat.h: Revert.
9976 * darwin-nat.c: Revert.
9977 * darwin-nat-info.c: Revert.
9978 * d-valprint.c: Revert.
9979 * d-namespace.c: Revert.
9980 * d-lang.c: Revert.
9981 * ctf.c: Revert.
9982 * csky-tdep.c: Revert.
9983 * csky-linux-tdep.c: Revert.
9984 * cris-tdep.c: Revert.
9985 * cris-linux-tdep.c: Revert.
9986 * cp-valprint.c: Revert.
9987 * cp-support.c: Revert.
9988 * cp-namespace.c: Revert.
9989 * cp-abi.c: Revert.
9990 * corelow.c: Revert.
9991 * corefile.c: Revert.
9992 * continuations.c: Revert.
9993 * completer.h: Revert.
9994 * completer.c: Revert.
9995 * complaints.c: Revert.
9996 * coffread.c: Revert.
9997 * coff-pe-read.c: Revert.
9998 * cli-out.h: Revert.
9999 * cli-out.c: Revert.
10000 * charset.c: Revert.
10001 * c-varobj.c: Revert.
10002 * c-valprint.c: Revert.
10003 * c-typeprint.c: Revert.
10004 * c-lang.c: Revert.
10005 * buildsym.c: Revert.
10006 * buildsym-legacy.c: Revert.
10007 * build-id.h: Revert.
10008 * build-id.c: Revert.
10009 * btrace.c: Revert.
10010 * bsd-uthread.c: Revert.
10011 * breakpoint.h: Revert.
10012 * breakpoint.c: Revert.
10013 * break-catch-throw.c: Revert.
10014 * break-catch-syscall.c: Revert.
10015 * break-catch-sig.c: Revert.
10016 * blockframe.c: Revert.
10017 * block.c: Revert.
10018 * bfin-tdep.c: Revert.
10019 * bfin-linux-tdep.c: Revert.
10020 * bfd-target.c: Revert.
10021 * bcache.c: Revert.
10022 * ax-general.c: Revert.
10023 * ax-gdb.h: Revert.
10024 * ax-gdb.c: Revert.
10025 * avr-tdep.c: Revert.
10026 * auxv.c: Revert.
10027 * auto-load.c: Revert.
10028 * arm-wince-tdep.c: Revert.
10029 * arm-tdep.c: Revert.
10030 * arm-symbian-tdep.c: Revert.
10031 * arm-pikeos-tdep.c: Revert.
10032 * arm-obsd-tdep.c: Revert.
10033 * arm-nbsd-tdep.c: Revert.
10034 * arm-nbsd-nat.c: Revert.
10035 * arm-linux-tdep.c: Revert.
10036 * arm-linux-nat.c: Revert.
10037 * arm-fbsd-tdep.c: Revert.
10038 * arm-fbsd-nat.c: Revert.
10039 * arm-bsd-tdep.c: Revert.
10040 * arch-utils.c: Revert.
10041 * arc-tdep.c: Revert.
10042 * arc-newlib-tdep.c: Revert.
10043 * annotate.h: Revert.
10044 * annotate.c: Revert.
10045 * amd64-windows-tdep.c: Revert.
10046 * amd64-windows-nat.c: Revert.
10047 * amd64-tdep.c: Revert.
10048 * amd64-sol2-tdep.c: Revert.
10049 * amd64-obsd-tdep.c: Revert.
10050 * amd64-obsd-nat.c: Revert.
10051 * amd64-nbsd-tdep.c: Revert.
10052 * amd64-nbsd-nat.c: Revert.
10053 * amd64-nat.c: Revert.
10054 * amd64-linux-tdep.c: Revert.
10055 * amd64-linux-nat.c: Revert.
10056 * amd64-fbsd-tdep.c: Revert.
10057 * amd64-fbsd-nat.c: Revert.
10058 * amd64-dicos-tdep.c: Revert.
10059 * amd64-darwin-tdep.c: Revert.
10060 * amd64-bsd-nat.c: Revert.
10061 * alpha-tdep.c: Revert.
10062 * alpha-obsd-tdep.c: Revert.
10063 * alpha-nbsd-tdep.c: Revert.
10064 * alpha-mdebug-tdep.c: Revert.
10065 * alpha-linux-tdep.c: Revert.
10066 * alpha-linux-nat.c: Revert.
10067 * alpha-bsd-tdep.c: Revert.
10068 * alpha-bsd-nat.c: Revert.
10069 * aix-thread.c: Revert.
10070 * agent.c: Revert.
10071 * addrmap.c: Revert.
10072 * ada-varobj.c: Revert.
10073 * ada-valprint.c: Revert.
10074 * ada-typeprint.c: Revert.
10075 * ada-tasks.c: Revert.
10076 * ada-lang.c: Revert.
10077 * aarch64-tdep.c: Revert.
10078 * aarch64-ravenscar-thread.c: Revert.
10079 * aarch64-newlib-tdep.c: Revert.
10080 * aarch64-linux-tdep.c: Revert.
10081 * aarch64-linux-nat.c: Revert.
10082 * aarch64-fbsd-tdep.c: Revert.
10083 * aarch64-fbsd-nat.c: Revert.
10084 * aarch32-linux-nat.c: Revert.
10085
d55e5aa6
TT
100862019-04-05 Tom Tromey <tom@tromey.com>
10087
10088 * ft32-tdep.c: Sort headers.
10089 * frv-tdep.c: Sort headers.
10090 * frv-linux-tdep.c: Sort headers.
10091 * frame.c: Sort headers.
10092 * frame-unwind.c: Sort headers.
10093 * frame-base.c: Sort headers.
10094 * fork-child.c: Sort headers.
10095 * findvar.c: Sort headers.
10096 * findcmd.c: Sort headers.
10097 * filesystem.c: Sort headers.
10098 * filename-seen-cache.h: Sort headers.
10099 * filename-seen-cache.c: Sort headers.
10100 * fbsd-tdep.c: Sort headers.
10101 * fbsd-nat.h: Sort headers.
10102 * fbsd-nat.c: Sort headers.
10103 * f-valprint.c: Sort headers.
10104 * f-typeprint.c: Sort headers.
10105 * f-lang.c: Sort headers.
10106 * extension.h: Sort headers.
10107 * extension.c: Sort headers.
10108 * extension-priv.h: Sort headers.
10109 * expprint.c: Sort headers.
10110 * exec.h: Sort headers.
10111 * exec.c: Sort headers.
10112 * exceptions.c: Sort headers.
10113 * event-top.c: Sort headers.
10114 * event-loop.c: Sort headers.
10115 * eval.c: Sort headers.
10116 * elfread.c: Sort headers.
10117 * dwarf2read.h: Sort headers.
10118 * dwarf2read.c: Sort headers.
10119 * dwarf2loc.c: Sort headers.
10120 * dwarf2expr.h: Sort headers.
10121 * dwarf2expr.c: Sort headers.
10122 * dwarf2-frame.c: Sort headers.
10123 * dwarf2-frame-tailcall.c: Sort headers.
10124 * dwarf-index-write.h: Sort headers.
10125 * dwarf-index-write.c: Sort headers.
10126 * dwarf-index-common.c: Sort headers.
10127 * dwarf-index-cache.h: Sort headers.
10128 * dwarf-index-cache.c: Sort headers.
10129 * dummy-frame.c: Sort headers.
10130 * dtrace-probe.c: Sort headers.
10131 * disasm.h: Sort headers.
10132 * disasm.c: Sort headers.
10133 * disasm-selftests.c: Sort headers.
10134 * dictionary.c: Sort headers.
10135 * dicos-tdep.c: Sort headers.
10136 * demangle.c: Sort headers.
10137 * dcache.h: Sort headers.
10138 * dcache.c: Sort headers.
10139 * darwin-nat.h: Sort headers.
10140 * darwin-nat.c: Sort headers.
10141 * darwin-nat-info.c: Sort headers.
10142 * d-valprint.c: Sort headers.
10143 * d-namespace.c: Sort headers.
10144 * d-lang.c: Sort headers.
10145 * ctf.c: Sort headers.
10146 * csky-tdep.c: Sort headers.
10147 * csky-linux-tdep.c: Sort headers.
10148 * cris-tdep.c: Sort headers.
10149 * cris-linux-tdep.c: Sort headers.
10150 * cp-valprint.c: Sort headers.
10151 * cp-support.c: Sort headers.
10152 * cp-namespace.c: Sort headers.
10153 * cp-abi.c: Sort headers.
10154 * corelow.c: Sort headers.
10155 * corefile.c: Sort headers.
10156 * continuations.c: Sort headers.
10157 * completer.h: Sort headers.
10158 * completer.c: Sort headers.
10159 * complaints.c: Sort headers.
10160 * coffread.c: Sort headers.
10161 * coff-pe-read.c: Sort headers.
10162 * cli-out.h: Sort headers.
10163 * cli-out.c: Sort headers.
10164 * charset.c: Sort headers.
10165 * c-varobj.c: Sort headers.
10166 * c-valprint.c: Sort headers.
10167 * c-typeprint.c: Sort headers.
10168 * c-lang.c: Sort headers.
10169 * buildsym.c: Sort headers.
10170 * buildsym-legacy.c: Sort headers.
10171 * build-id.h: Sort headers.
10172 * build-id.c: Sort headers.
10173 * btrace.c: Sort headers.
10174 * bsd-uthread.c: Sort headers.
10175 * breakpoint.h: Sort headers.
10176 * breakpoint.c: Sort headers.
10177 * break-catch-throw.c: Sort headers.
10178 * break-catch-syscall.c: Sort headers.
10179 * break-catch-sig.c: Sort headers.
10180 * blockframe.c: Sort headers.
10181 * block.c: Sort headers.
10182 * bfin-tdep.c: Sort headers.
10183 * bfin-linux-tdep.c: Sort headers.
10184 * bfd-target.c: Sort headers.
10185 * bcache.c: Sort headers.
10186 * ax-general.c: Sort headers.
10187 * ax-gdb.h: Sort headers.
10188 * ax-gdb.c: Sort headers.
10189 * avr-tdep.c: Sort headers.
10190 * auxv.c: Sort headers.
10191 * auto-load.c: Sort headers.
10192 * arm-wince-tdep.c: Sort headers.
10193 * arm-tdep.c: Sort headers.
10194 * arm-symbian-tdep.c: Sort headers.
10195 * arm-pikeos-tdep.c: Sort headers.
10196 * arm-obsd-tdep.c: Sort headers.
10197 * arm-nbsd-tdep.c: Sort headers.
10198 * arm-nbsd-nat.c: Sort headers.
10199 * arm-linux-tdep.c: Sort headers.
10200 * arm-linux-nat.c: Sort headers.
10201 * arm-fbsd-tdep.c: Sort headers.
10202 * arm-fbsd-nat.c: Sort headers.
10203 * arm-bsd-tdep.c: Sort headers.
10204 * arch-utils.c: Sort headers.
10205 * arc-tdep.c: Sort headers.
10206 * arc-newlib-tdep.c: Sort headers.
10207 * annotate.h: Sort headers.
10208 * annotate.c: Sort headers.
10209 * amd64-windows-tdep.c: Sort headers.
10210 * amd64-windows-nat.c: Sort headers.
10211 * amd64-tdep.c: Sort headers.
10212 * amd64-sol2-tdep.c: Sort headers.
10213 * amd64-obsd-tdep.c: Sort headers.
10214 * amd64-obsd-nat.c: Sort headers.
10215 * amd64-nbsd-tdep.c: Sort headers.
10216 * amd64-nbsd-nat.c: Sort headers.
10217 * amd64-nat.c: Sort headers.
10218 * amd64-linux-tdep.c: Sort headers.
10219 * amd64-linux-nat.c: Sort headers.
10220 * amd64-fbsd-tdep.c: Sort headers.
10221 * amd64-fbsd-nat.c: Sort headers.
10222 * amd64-dicos-tdep.c: Sort headers.
10223 * amd64-darwin-tdep.c: Sort headers.
10224 * amd64-bsd-nat.c: Sort headers.
10225 * alpha-tdep.c: Sort headers.
10226 * alpha-obsd-tdep.c: Sort headers.
10227 * alpha-nbsd-tdep.c: Sort headers.
10228 * alpha-mdebug-tdep.c: Sort headers.
10229 * alpha-linux-tdep.c: Sort headers.
10230 * alpha-linux-nat.c: Sort headers.
10231 * alpha-bsd-tdep.c: Sort headers.
10232 * alpha-bsd-nat.c: Sort headers.
10233 * aix-thread.c: Sort headers.
10234 * agent.c: Sort headers.
10235 * addrmap.c: Sort headers.
10236 * ada-varobj.c: Sort headers.
10237 * ada-valprint.c: Sort headers.
10238 * ada-typeprint.c: Sort headers.
10239 * ada-tasks.c: Sort headers.
10240 * ada-lang.c: Sort headers.
10241 * aarch64-tdep.c: Sort headers.
10242 * aarch64-ravenscar-thread.c: Sort headers.
10243 * aarch64-newlib-tdep.c: Sort headers.
10244 * aarch64-linux-tdep.c: Sort headers.
10245 * aarch64-linux-nat.c: Sort headers.
10246 * aarch64-fbsd-tdep.c: Sort headers.
10247 * aarch64-fbsd-nat.c: Sort headers.
10248 * aarch32-linux-nat.c: Sort headers.
10249
699bd4cf
TT
102502019-04-04 Tom Tromey <tom@tromey.com>
10251
10252 * varobj.c (varobj_create): Update.
10253 * rust-exp.y (struct rust_parser) <update_innermost_block,
10254 lookup_symbol>: New methods.
10255 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10256 Rename.
10257 (rust_parser::rust_lookup_type)
10258 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10259 * printcmd.c (display_command, do_one_display): Update.
10260 * parser-defs.h (struct parser_state) <parser_state>: Add
10261 "tracker" parameter.
10262 (block_tracker): New member.
10263 (class innermost_block_tracker) <innermost_block_tracker>: Add
10264 "types" parameter.
10265 <reset>: Remove method.
10266 (innermost_block): Don't declare.
10267 (null_post_parser): Update.
10268 * parse.c (innermost_block): Remove global.
10269 (write_dollar_variable): Update.
10270 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10271 Remove "tracker_types" parameter.
10272 (parse_expression): Add "tracker" parameter.
10273 (parse_expression_for_completion): Update.
10274 (null_post_parser): Add "tracker" parameter.
10275 * p-exp.y: Update rules.
10276 * m2-exp.y: Update rules.
10277 * language.h (struct language_defn) <la_post_parser>: Add
10278 "tracker" parameter.
10279 * go-exp.y: Update rules.
10280 * f-exp.y: Update rules.
10281 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10282 parameter.
10283 * d-exp.y: Update rules.
10284 * c-exp.y: Update rules.
10285 * breakpoint.c (set_breakpoint_condition): Create an
10286 innermost_block_tracker.
10287 (watch_command_1): Likewise.
10288 * ada-lang.c (resolve): Add "tracker" parameter.
10289 (resolve_subexp): Likewise.
10290 * ada-exp.y (write_var_from_sym): Update.
10291
dac43e32
TT
102922019-04-04 Tom Tromey <tom@tromey.com>
10293
10294 * type-stack.h: New file.
10295 * type-stack.c: New file.
10296 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10297 type-stack.h.
10298 (insert_into_type_stack, insert_type, push_type, push_type_int)
10299 (insert_type_address_space, pop_type, pop_type_int)
10300 (pop_typelist, pop_type_stack, append_type_stack)
10301 (push_type_stack, get_type_stack, push_typelist)
10302 (follow_type_instance_flags, follow_types): Don't declare.
10303 * parse.c (type_stack): Remove global.
10304 (parse_exp_in_context): Update.
10305 (insert_into_type_stack, insert_type, push_type, push_type_int)
10306 (insert_type_address_space, pop_type, pop_type_int)
10307 (pop_typelist, pop_type_stack, append_type_stack)
10308 (push_type_stack, get_type_stack, push_typelist)
10309 (follow_type_instance_flags, follow_types): Remove (moved to
10310 type-stack.c).
10311 * f-exp.y (type_stack): New global.
10312 Update rules.
10313 (push_kind_type, f_parse): Update.
10314 * d-exp.y (type_stack): New global.
10315 Update rules.
10316 (d_parse): Update.
10317 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10318 Update rules.
10319 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10320 (HFILES_NO_SRCDIR): Add type-stack.h.
10321
2a612529
TT
103222019-04-04 Tom Tromey <tom@tromey.com>
10323
10324 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10325 (rust_parser::convert_ast_to_expression, rust_parse)
10326 (rust_lex_test_completion, rust_lex_tests): Update.
10327 * parser-defs.h (struct expr_completion_state): New.
10328 (struct parser_state) <parser_state>: Add completion parameter.
10329 <mark_struct_expression, mark_completion_tag>: New methods.
10330 <parse_completion, m_completion_state>: New members.
10331 (prefixify_expression, null_post_parser): Update.
10332 (mark_struct_expression, mark_completion_tag): Don't declare.
10333 * parse.c (parse_completion, expout_last_struct)
10334 (expout_tag_completion_type, expout_completion_name): Remove
10335 globals.
10336 (parser_state::mark_struct_expression)
10337 (parser_state::mark_completion_tag): Now methods.
10338 (prefixify_expression): Add last_struct parameter.
10339 (prefixify_subexp): Likewise.
10340 (parse_exp_1): Update.
10341 (parse_exp_in_context): Add cstate parameter. Update.
10342 (parse_expression_for_completion): Create an
10343 expr_completion_state.
10344 (null_post_parser): Add "completion" parameter.
10345 * p-exp.y: Update rules.
10346 (yylex): Update.
10347 * language.h (struct language_defn) <la_post_parser>: Add
10348 "completing" parameter.
10349 * go-exp.y: Update rules.
10350 (lex_one_token): Update.
10351 * expression.h (parse_completion): Don't declare.
10352 * d-exp.y: Update rules.
10353 (lex_one_token): Update rules.
10354 * c-exp.y: Update rules.
10355 (lex_one_token): Update.
10356 * ada-lang.c (resolve): Add "parse_completion" parameter.
10357 (resolve_subexp): Likewise.
10358 (ada_resolve_function): Likewise.
10359
43476f0b
TT
103602019-04-04 Tom Tromey <tom@tromey.com>
10361
10362 * parser-defs.h (struct parser_state) <start_arglist,
10363 end_arglist>: New methods.
10364 <arglist_len, m_funcall_chain>: New members.
10365 (arglist_len, start_arglist, end_arglist): Don't declare.
10366 * parse.c (arglist_len, funcall_chain): Remove global.
10367 (start_arglist, end_arglist): Remove functions.
10368 (parse_exp_in_context): Update.
10369 * p-exp.y: Update rules.
10370 * m2-exp.y: Update rules.
10371 * go-exp.y: Update rules.
10372 * f-exp.y: Update rules.
10373 * d-exp.y: Update rules.
10374 * c-exp.y: Update rules.
10375
5776fca3
TT
103762019-04-04 Tom Tromey <tom@tromey.com>
10377
10378 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10379 lex_operator, push_back>: New methods.
10380 Update all rules.
10381 (rust_parser::lex_hex, lex_escape): Rename and update.
10382 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10383 (rust_parser::lex_operator): Rename and update.
10384 (rust_parser::lex_number, rustyylex, rustyyerror)
10385 (rust_lex_test_init, rust_lex_test_sequence)
10386 (rust_lex_test_push_back, rust_lex_tests): Update.
10387 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10388 parameter.
10389 <lexptr, prev_lexptr>: New members.
10390 (lexptr, prev_lexptr): Don't declare.
10391 * parse.c (lexptr, prev_lexptr): Remove globals.
10392 (parse_exp_in_context): Update.
10393 * p-exp.y (yylex, yyerror): Update.
10394 * m2-exp.y (parse_number, yylex, yyerror): Update.
10395 * go-exp.y (lex_one_token, yyerror): Update.
10396 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10397 * d-exp.y (lex_one_token, yyerror): Update.
10398 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10399 (lex_one_token, yyerror): Update.
10400 * ada-lex.l (YY_INPUT): Update.
10401 (rewind_to_char): Update.
10402 * ada-exp.y (yyerror): Update.
10403
8621b685
TT
104042019-04-04 Tom Tromey <tom@tromey.com>
10405
10406 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10407 * parser-defs.h (struct parser_state) <parser_state>: Add new
10408 parameter.
10409 <comma_terminates>: New member.
10410 (comma_terminates): Don't declare global.
10411 * parse.c (comma_terminates): Remove global.
10412 (parse_exp_in_context): Update.
10413 * p-exp.y (yylex): Update.
10414 * m2-exp.y (yylex): Update.
10415 * go-exp.y (lex_one_token): Update.
10416 * f-exp.y (yylex): Update.
10417 * d-exp.y (lex_one_token): Update.
10418 * c-exp.y (lex_one_token): Update.
10419 * ada-lex.l: Update.
10420
28aaf3fd
TT
104212019-04-04 Tom Tromey <tom@tromey.com>
10422
10423 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10424 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10425 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10426 * parser-defs.h (paren_depth): Don't declare.
10427 * parse.c (paren_depth): Remove global.
10428 (parse_exp_in_context): Update.
10429 * p-exp.y (paren_depth): New global.
10430 (pascal_parse): Initialize it.
10431 * m2-exp.y (paren_depth): New global.
10432 (m2_parse): Initialize it.
10433 * go-exp.y (paren_depth): New global.
10434 (go_parse): Initialize it.
10435 * f-exp.y (paren_depth): New global.
10436 (f_parse): Initialize it.
10437 * d-exp.y (paren_depth): New global.
10438 (d_parse): Initialize it.
10439 * c-exp.y (paren_depth): New global.
10440 (c_parse): Initialize it.
10441 * ada-lex.l (paren_depth): New global.
10442 (lexer_init): Initialize it.
10443
1e58a4a4
TT
104442019-04-04 Tom Tromey <tom@tromey.com>
10445
10446 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10447 (rust_parser::convert_ast_to_type)
10448 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10449 * parser-defs.h (struct parser_state) <parser_state>: Add
10450 parameters. Initialize new members.
10451 <expression_context_block, expression_context_pc>: New members.
10452 * parse.c (expression_context_block, expression_context_pc):
10453 Remove globals.
10454 (parse_exp_in_context): Update.
10455 * p-exp.y: Update all rules.
10456 (yylex): Update.
10457 * m2-exp.y: Update all rules.
10458 (yylex): Update.
10459 * go-exp.y (yylex): Update.
10460 * f-exp.y (yylex): Update.
10461 * d-exp.y: Update all rules.
10462 (yylex): Update.
10463 * c-exp.y: Update all rules.
10464 (lex_one_token, classify_name, yylex, c_parse): Update.
10465 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10466
37eedb39
TT
104672019-04-04 Tom Tromey <tom@tromey.com>
10468
10469 * gdbarch.h, gdbarch.c: Rebuild.
10470 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10471 * stap-probe.h:
10472 (struct stap_parse_info): Replace "parser_state" with
10473 "expr_builder".
10474 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10475 (parser_state): New class.
10476 * parse.c (expr_builder): Rename.
10477 (expr_builder::release): Rename.
10478 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10479 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10480 (write_exp_elt_longcst, write_exp_elt_floatcst)
10481 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10482 (write_exp_string_vector, write_exp_bitstring)
10483 (write_exp_msymbol, mark_struct_expression)
10484 (write_dollar_variable)
10485 (insert_type_address_space, increase_expout_size): Replace
10486 "parser_state" with "expr_builder".
10487 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10488 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10489 "parser_state" with "expr_builder".
10490
73923d7e
TT
104912019-04-04 Tom Tromey <tom@tromey.com>
10492
10493 * rust-exp.y: Replace "parse_language" with method call.
10494 * p-exp.y:
10495 (yylex): Replace "parse_language" with method call.
10496 * m2-exp.y:
10497 (yylex): Replace "parse_language" with method call.
10498 * go-exp.y (classify_name): Replace "parse_language" with method
10499 call.
10500 * f-exp.y (yylex): Replace "parse_language" with method call.
10501 * d-exp.y (lex_one_token): Replace "parse_language" with method
10502 call.
10503 * c-exp.y:
10504 (lex_one_token, classify_name, yylex): Replace "parse_language"
10505 with method call.
10506 * ada-exp.y (find_primitive_type, type_char)
10507 (type_system_address): Replace "parse_language" with method call.
10508
fa9f5be6
TT
105092019-04-04 Tom Tromey <tom@tromey.com>
10510
10511 * rust-exp.y: Replace "parse_gdbarch" with method call.
10512 * parse.c (write_dollar_variable, insert_type_address_space):
10513 Replace "parse_gdbarch" with method call.
10514 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
10515 call.
10516 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
10517 call.
10518 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
10519 "parse_gdbarch" with method call.
10520 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
10521 with method call.
10522 * f-exp.y (parse_type, parse_f_type, yylex): Replace
10523 "parse_gdbarch" with method call.
10524 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
10525 "parse_gdbarch" with method call.
10526 * c-exp.y (parse_type, parse_number, classify_name): Replace
10527 "parse_gdbarch" with method call.
10528 * ada-lex.l: Replace "parse_gdbarch" with method call.
10529 * ada-exp.y (parse_type, find_primitive_type, type_char)
10530 (type_system_address): Replace "parse_gdbarch" with method call.
10531
1201a264
TT
105322019-04-04 Tom Tromey <tom@tromey.com>
10533
10534 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
10535 * stap-probe.c (stap_parse_argument): Update.
10536 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
10537 initial_size parameter.
10538 * rust-exp.y (rust_lex_tests): Update.
10539 * parse.c (parser_state): Update.
10540 (parse_exp_in_context): Update.
10541 * parser-defs.h (struct parser_state) <parser_state>: Remove
10542 "initial_size" parameter.
10543
e3980ce2
TT
105442019-04-04 Tom Tromey <tom@tromey.com>
10545
10546 * parser-defs.h (increase_expout_size): Don't declare.
10547 * parse.c (increase_expout_size): Now static.
10548
e9f8e3f1
TS
105492019-04-04 Thomas Schwinge <thomas@codesourcery.com>
10550
10551 * gnu-nat.c (gnu_nat_target::wait): Fix
10552 target_waitstatus_to_string call.
10553
d7df6549
AB
105542019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10555
10556 * eval.c (evaluate_subexp_standard): Handle internal functions
10557 during Fortran function call handling.
10558
8bdc1658
AB
105592019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
10560
10561 * NEWS: Mention new internal functions.
10562 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
10563 (read_base_type): Use dwarf2_init_complex_target_type.
10564 * value.c (creal_internal_fn): New function.
10565 (cimag_internal_fn): New function.
10566 (_initialize_values): Register new internal functions.
10567
c29705b7
PW
105682019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10569
10570 * infrun.c (stop_all_threads): If debug_infrun, always
10571 trace the wait status after wait_one, using
10572 target_waitstatus_to_string and target_pid_to_str.
10573 (handle_inferior_event): Replace various trace of
10574 wait status kind by a single trace.
10575 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
10576 wait status kind image by target_waitstatus_to_string.
10577 * target/waitstatus.c (target_waitstatus_to_string): Fix
10578 obsolete comment.
10579
05caa1d2
TT
105802019-04-01 Tom Tromey <tromey@adacore.com>
10581
10582 PR symtab/23331:
10583 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
10584
9d1447e0
SDJ
105852019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
10586 Pedro Alves <palves@redhat.com>
10587
10588 * top.c (quit_force): Call 'finalize_values'.
10589 * value.c (finalize_values): New function.
10590 * value.h (finalize_values): Declare.
10591
7734102d
EZ
105922019-03-30 Eli Zaretskii <eliz@gnu.org>
10593
10594 * NEWS: Announce $_gdb_major and $_gdb_minor.
10595
10596 * top.c (init_gdb_version_vars): New function.
10597 (gdb_init): Call init_gdb_version_vars.
10598
188e1fa9
TT
105992019-03-29 Tom Tromey <tromey@adacore.com>
10600
10601 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
10602 help text. Remove dead code.
10603
2880242d
KS
106042019-03-29 Keith Seitz <keiths@redhat.com>
10605
10606 From Siddhesh Poyarekar:
10607 * f-lang.h (f77_get_upperbound): Return LONGEST.
10608 (f77_get_lowerbound): Likewise.
10609 * f-typeprint.c (f_type_print_varspec_suffix): Expand
10610 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
10611 print them.
10612 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
10613 plongest to format print it.
10614 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
10615 (f77_get_upperbound): Likewise.
10616 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
10617 LOWER_BOUND to LONGEST.
10618 (f77_create_arrayprint_offset_tbl): Likewise.
10619
cc1defb1
KS
106202019-03-29 Keith Seitz <keiths@redhat.com>
10621
10622 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
10623 %s/pulongest for TYPE_LENGTH instead of %d in format
10624 strings.
10625 * ada-typerint.c (ada_print_type): Likewise.
10626 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
10627 * compile/compile-c-support.c (generate_register_struct): Likewise.
10628 * gdbtypes.c (recursive_dump_type): Likewise.
10629 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
10630 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
10631 instead of %d in format strings.
10632 * riscv-tdep.c (riscv_type_alignment): Cast second argument
10633 to std::min to ULONGEST.
10634 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
10635 instead of %d in format strings.
10636 * tracepoint.c (info_scope_command): Likewise.
10637 * typeprint.c (print_offset_data::update)
10638 (print_offset_data::finish): Likewise.
10639 * xtensa-tdep.c (xtensa_store_return_value)
10640 (xtensa_push_dummy_call): Likewise.
10641
e432ccf1
JT
106422019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
10643
10644 * windows-nat.c (display_selector): Fixed format specifications
10645 for 64-bit Cygwin.
10646
65d2b333
PW
106472019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10648
10649 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
10650
f489207e
SL
106512019-03-28 Sandra Loosemore <sandra@codesourcery.com>
10652
10653 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
10654 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
10655 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
10656 (nios2_linux_init_abi): Install it.
10657
bffa1015
AH
106582019-03-28 Alan Hayward <alan.hayward@arm.com>
10659
10660 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
10661
fc96163a
AH
106622019-03-28 Alan Hayward <alan.hayward@arm.com>
10663
10664 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
10665
20dc7e9b
PW
106662019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10667 Tom Tromey <tromey@adacore.com>
10668
10669 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
10670
7f5331a8
JB
106712019-03-26 Joel Brobecker <brobecker@adacore.com>
10672
10673 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
10674 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
10675 method to compute the bounds of range types. Also print "[evaluated]"
10676 if the bounds' values come from a dynamic evaluation.
10677
18c77628
AB
106782019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
10679
10680 * cp-valprint.c (cp_print_value_fields): Don't print trailing
10681 whitespace when pretty printing is on.
10682
53c973f2
AH
106832019-03-26 Alan Hayward <alan.hayward@arm.com>
10684
e79be6e5 10685 * ppc-linux-nat.c: Add include.
53c973f2 10686
d851aa71
AH
106872019-03-26 Alan Hayward <alan.hayward@arm.com>
10688
e79be6e5 10689 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 10690
2fe7bab7
AH
106912019-03-26 Alan Hayward <alan.hayward@arm.com>
10692
e79be6e5 10693 * arm-linux-nat.c: Add include.
2fe7bab7 10694
068ef30e
SM
106952019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
10696
10697 * source-cache.c (source_cache::get_source_lines): Re-read
10698 fullname after calling open_source_file.
10699
81a24d04
JB
107002019-03-25 John Baldwin <jhb@FreeBSD.org>
10701
10702 * NEWS: Mention TLS support for FreeBSD.
10703
79e7ae11
TT
107042019-03-25 Tom Tromey <tromey@adacore.com>
10705
10706 * minsyms.c (BUNCH_SIZE): Update comment.
10707 (~minimal_symbol_reader): Remove old comment.
10708 (compact_minimal_symbols): Update comment.
10709 (minimal_symbol_reader::install): Remove old comment. Update
10710 other comments.
10711
d45963c2
AH
107122019-03-25 Alan Hayward <alan.hayward@arm.com>
10713
10714 * s390-linux-nat.c: Add include.
10715
0f83012e
AH
107162019-03-25 Alan Hayward <alan.hayward@arm.com>
10717
10718 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10719 Call linux_get_hwcap.
10720 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10721 Likewise.
10722 (aarch64_linux_get_hwcap): Remove function.
10723 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10724 declaration.
10725 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10726 linux_get_hwcap.
10727 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10728 * linux-tdep.c (linux_get_hwcap): Add function.
10729 (linux_get_hwcap2): Likewise.
10730 * linux-tdep.h (linux_get_hwcap): Add declaration.
10731 (linux_get_hwcap2): Likewise.
10732 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10733 (ppc_linux_get_hwcap2): Likewise.
10734 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10735 linux_get_hwcap.
10736 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10737 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10738 (ppc_linux_nat_target::read_description): Likewise.
10739 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10740 * s390-linux-nat.c: Likewise.
10741 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10742
6640a367
TT
107432019-03-24 Tom Tromey <tom@tromey.com>
10744
10745 * ada-lang.c (standard_lookup): Simplify initialization.
10746 (ada_lookup_symbol_nonlocal): Simplify return.
10747 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10748 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10749 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10750 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10751 initialization.
10752 * solib.c (solib_global_lookup): Simplify.
10753 * symtab.c (null_block_symbol): Remove.
10754 (symbol_cache_lookup): Simplify returns.
10755 (lookup_language_this): Simplify returns.
10756 (lookup_symbol_aux): Simplify return.
10757 (lookup_local_symbol): Simplify returns.
10758 (lookup_global_symbol_from_objfile): Simplify return.
10759 (lookup_symbol_in_objfile_symtabs)
10760 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10761 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10762 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10763 * cp-namespace.c (cp_lookup_bare_symbol)
10764 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10765 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10766 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10767 (cp_lookup_symbol_via_imports): Simplify initialization.
10768 (find_symbol_in_baseclass): Likewise.
10769 * symtab.h (null_block_symbol): Remove.
10770 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10771 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10772 (d_lookup_symbol_module): Likewise.
10773 (find_symbol_in_baseclass): Simplify initialization.
10774
a930ebcd
TT
107752019-03-24 Tom Tromey <tom@tromey.com>
10776
10777 * expression.h: Don't include symtab.h.
10778 (struct block): Forward declare.
10779
582942f4
TT
107802019-03-24 Tom Tromey <tom@tromey.com>
10781
10782 * c-exp.y (typebase): Remove casts.
10783 * gdbtypes.c (lookup_unsigned_typename, )
10784 (lookup_signed_typename): Remove cast.
10785 * eval.c (parse_to_comma_and_eval): Remove cast.
10786 * parse.c (write_dollar_variable): Remove cast.
10787 * block.h (struct block) <superblock>: Now const.
10788 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10789 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10790 (map_block): Make "block" const.
10791 * symfile.h (struct quick_symbol_functions)
10792 <map_matching_symbols>: Constify block argument to "callback".
10793 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10794 const.
10795 (find_pc_sect_compunit_symtab): Make "b" const.
10796 (find_symbol_at_address): Likewise.
10797 (search_symbols): Likewise.
10798 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10799 (dw2_debug_names_lookup_symbol): Likewise.
10800 (dw2_map_matching_symbols): Update.
10801 * p-valprint.c (pascal_val_print): Remove "block".
10802 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10803 (aux_add_nonlocal_symbols): Make "block" const.
10804 (resolve_subexp): Remove cast.
10805 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10806 const.
10807 (iterate_over_file_blocks): Likewise.
10808 * f-exp.y (%union) <bval>: Remove.
10809 * coffread.c (patch_opaque_types): Make "b" const.
10810 * spu-tdep.c (spu_catch_start): Make "block" const.
10811 * c-valprint.c (print_unpacked_pointer): Remove "block".
10812 * symmisc.c (dump_symtab_1): Make "b" const.
10813 (block_depth): Make "block" const.
10814 * d-exp.y (%union) <bval>: Remove.
10815 * cp-support.h (cp_lookup_rtti_type): Update.
10816 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
10817 * psymtab.c (psym_lookup_symbol): Make "block" const.
10818 (maintenance_check_psymtabs): Make "b" const.
10819 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
10820 (enumerate_locals, enumerate_args): Update.
10821 * python/py-symtab.c (stpy_global_block): Make "block" const.
10822 (stpy_static_block): Likewise.
10823 * inline-frame.c (block_starting_point_at): Make "new_block"
10824 const.
10825 * block.c (find_block_in_blockvector): Make return type const.
10826 (blockvector_for_pc_sect): Make "b" const.
10827 (find_block_in_blockvector): Make "b" const.
10828
7ad417dd
TT
108292019-03-23 Tom Tromey <tom@tromey.com>
10830
10831 * varobj.c (varobj_create): Update.
10832 * symfile.c (clear_symtab_users): Don't reset innermost_block.
10833 * printcmd.c (display_command, do_one_display): Don't reset
10834 innermost_block.
10835 * parser-defs.h (enum innermost_block_tracker_type): Move to
10836 expression.h.
10837 (innermost_block): Update comment.
10838 * parse.c (parse_exp_1): Add tracker_types parameter.
10839 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
10840 tracker_types parameter. Reset innermost_block.
10841 (parse_exp_in_context): Remove.
10842 (parse_expression_for_completion): Update.
10843 * objfiles.c (~objfile): Don't reset expression_context_block or
10844 innermost_block.
10845 * expression.h (enum innermost_block_tracker_type): Move from
10846 parser-defs.h.
10847 (parse_exp_1): Add tracker_types parameter.
10848 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
10849 reset innermost_block.
10850
b366c208
TT
108512019-03-23 Tom Tromey <tom@tromey.com>
10852
10853 * objfiles.h: Include bcache.h.
10854
9bb9b2f9
TT
108552019-03-23 Tom Tromey <tom@tromey.com>
10856
10857 * linespec.c (get_current_search_block): Use
10858 scoped_restore_current_language.
10859 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
10860
59c28372
AH
108612019-03-22 Alan Hayward <alan.hayward@arm.com>
10862 Jiong Wang <jiong.wang@arm.com>
10863
10864 * aarch64-linux-tdep.c
10865 (aarch64_linux_iterate_over_regset_sections): Check for pauth
10866 section.
10867 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
10868
17e116a7
AH
108692019-03-22 Alan Hayward <alan.hayward@arm.com>
10870 Jiong Wang <jiong.wang@arm.com>
10871
10872 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
10873 instructions.
10874 (aarch64_analyze_prologue_test): Add PACIASP test.
10875 (aarch64_prologue_prev_register): Unmask PC value.
10876
11e1b75f
AH
108772019-03-22 Alan Hayward <alan.hayward@arm.com>
10878 Jiong Wang <jiong.wang@arm.com>
10879
10880 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
10881 (aarch64_dwarf2_prev_register): Unmask PC value.
10882 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
10883 (aarch64_execute_dwarf_cfa_vendor_op): Check for
10884 DW_CFA_AARCH64_negate_ra_state.
10885 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
10886
34dcc7cf
AH
108872019-03-22 Alan Hayward <alan.hayward@arm.com>
10888 Jiong Wang <jiong.wang@arm.com>
10889
10890 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
10891 registers.
10892 (aarch64_pseudo_register_name): Likewise.
10893 (aarch64_pseudo_register_type): Likewise.
10894 (aarch64_pseudo_register_reggroup_p): Likewise.
10895 (aarch64_gdbarch_init): Add pauth registers.
10896 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
10897 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
10898 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
10899 (struct gdbarch_tdep): Add regnum for ra_state.
10900
1ef53e6b
AH
109012019-03-22 Alan Hayward <alan.hayward@arm.com>
10902 Jiong Wang <jiong.wang@arm.com>
10903
10904 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
10905
76bed0fd
AH
109062019-03-22 Alan Hayward <alan.hayward@arm.com>
10907 Jiong Wang <jiong.wang@arm.com>
10908
10909 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
10910 function.
10911 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
10912 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
10913 (aarch64_gdbarch_init): Add puth registers.
10914 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10915 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
10916 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
10917
ee4fbcfa
AH
109182019-03-22 Alan Hayward <alan.hayward@arm.com>
10919 Jiong Wang <jiong.wang@arm.com>
10920
10921 * aarch64-linux-nat.c
10922 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10923 * aarch64-linux-tdep.c
10924 (aarch64_linux_core_read_description): Likewise.
10925 (aarch64_linux_get_hwcap): New function.
10926 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10927 (aarch64_linux_get_hwcap): New declaration.
10928
6dc0ebde
AH
109292019-03-22 Alan Hayward <alan.hayward@arm.com>
10930 Jiong Wang <jiong.wang@arm.com>
10931
10932 * aarch64-linux-nat.c
10933 (aarch64_linux_nat_target::read_description): Add pauth param.
10934 * aarch64-linux-tdep.c
10935 (aarch64_linux_core_read_description): Likewise.
10936 * aarch64-tdep.c (struct target_desc): Add in pauth.
10937 (aarch64_read_description): Add pauth param.
10938 (aarch64_gdbarch_init): Likewise.
10939 * aarch64-tdep.h (aarch64_read_description): Likewise.
10940 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10941 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10942 * features/Makefile: Add new files.
10943 * features/aarch64-pauth.c: New file.
10944 * features/aarch64-pauth.xml: New file.
10945
595915c1
TT
109462019-03-20 Tom Tromey <tromey@adacore.com>
10947
10948 * infrun.c (handle_inferior_event): Rename from
10949 handle_inferior_event_1. Create a scoped_value_mark.
10950 (handle_inferior_event): Remove.
10951
4c7d57e7
TT
109522019-03-19 Tom Tromey <tromey@adacore.com>
10953
10954 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10955 * infrun.h (print_stop_event): Add "displays" parameter.
10956 * infrun.c (print_stop_event): Add "displays" parameter.
10957
cb246234
PA
109582019-03-19 Pedro Alves <palves@redhat.com>
10959
10960 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10961 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10962 to -1. Fix TABs vs spaces.
10963 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10964 * tui/tui-out.h (tui_ui_out) Add intro comments.
10965 <m_line, m_start_of_line>: In-class initialize, and add describing
10966 comment.
10967
3a0e45b2
AH
109682019-03-18 Alan Hayward <alan.hayward@arm.com>
10969
10970 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10971 variable names.
10972 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10973
5371b850
PA
109742019-03-18 Pedro Alves <palves@redhat.com>
10975 Eli Zaretskii <eliz@gnu.org>
10976
10977 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10978 m_line and m_start_of_line.
10979
b17c4cd0
EZ
109802019-03-18 Eli Zaretskii <eliz@gnu.org>
10981
10982 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10983 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10984 it returns a newline. This fixes a regression in TU mode, whereby
10985 the next line is output on the same screen line as the user input.
10986
4bd56d18
TT
109872019-03-18 Tom Tromey <tromey@adacore.com>
10988
10989 * minsyms.c (minimal_symbol_reader::install): Remove call to
10990 obstack_blank.
10991
55c10aca
PA
109922019-03-18 Pedro Alves <palves@redhat.com>
10993
10994 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10995 New globals.
10996 (apply_style): New, factored out from ...
10997 (apply_ansi_escape): ... this. Handle reverse video mode.
10998 (tui_set_reverse_mode): New function.
10999 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11000 * tui/tui-winsource.c (tui_show_source_line): Use
11001 tui_set_reverse_mode instead of setting A_STANDOUT.
11002 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11003 New setter methods.
11004
647bb750
HD
110052019-03-18 Hannes Domani <ssbssa@yahoo.de>
11006
11007 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11008 Handle tabs.
11009
bff8c71f
TT
110102019-03-18 Tom Tromey <tromey@adacore.com>
11011
11012 * ada-lang.c (empty_array): Add "high" parameter.
11013 (ada_evaluate_subexp): Update.
11014
58785d98
ST
110152019-03-17 Sergei Trofimovich <siarheit@google.com>
11016
11017 * unittests/string_view-selftests.c: Define
11018 _initialize_string_view_selftests unconditionally.
11019
d4cbef22
ВМ
110202019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11021
11022 PR gdb/24350
11023 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11024
fce4c071
ВМ
110252019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11026
11027 PR gdb/24351
11028 * windows-nat.c (display_selector): Fix format specifiers.
11029
f7f0a123
EZ
110302019-03-17 Eli Zaretskii <eliz@gnu.org>
11031
11032 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11033 tui_refill_source_window instead of tui_refresh_win, to update the
11034 current execution line. This fixes redisplay of the current line
11035 when stepping through the code with "next" or "step".
11036
ab42892f
EZ
110372019-03-16 Eli Zaretskii <eliz@gnu.org>
11038
11039 * source-cache.c (source_cache::get_source_lines): Call
11040 find_source_lines to initialize s->nlines. This fixes vertical
11041 scrolling of TUI source window when the DOWN arrow is pressed.
11042
8d8c087f
PW
110432019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11044
11045 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11046 linux-thread-db.c (_initialize_thread_db): Likewise.
11047
798e1c30
EZ
110482019-03-16 Eli Zaretskii <eliz@gnu.org>
11049
11050 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11051 wclrtoeol in tui_show_source_line". This reverts changes made in
11052 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11053
eefba3da
TT
110542019-03-15 Tom Tromey <tom@tromey.com>
11055
11056 * symtab.h (struct minimal_symbol): Derive from
11057 general_symbol_info.
11058 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11059 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11060 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11061 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11062 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11063 (MSYMBOL_SEARCH_NAME): Update.
11064 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11065 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11066 * minsyms.c (minimal_symbol_reader::record_full): Update.
11067
0de2420c
TT
110682019-03-15 Tom Tromey <tom@tromey.com>
11069
11070 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11071
042d75e4
TT
110722019-03-15 Tom Tromey <tom@tromey.com>
11073
11074 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11075 unique_xmalloc_ptr.
11076 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11077 Update.
11078 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11079 (build_minimal_symbol_hash_tables)
11080 (minimal_symbol_reader::install): Update.
11081
db92718b
TT
110822019-03-15 Tom Tromey <tom@tromey.com>
11083
11084 * symtab.c (create_demangled_names_hash): Update.
11085 (symbol_set_names): Update.
11086 * objfiles.h (struct objfile_per_bfd_storage)
11087 <demangled_names_hash>: Now an htab_up.
11088 * objfiles.c (objfile_per_bfd_storage): Simplify.
11089
d6797f46
TT
110902019-03-15 Tom Tromey <tom@tromey.com>
11091
11092 * objfiles.h (struct objfile_per_bfd_storage): Declare
11093 destructor.
11094 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11095 New.
11096 (get_objfile_bfd_data): Use new. Don't initialize
11097 language_of_main.
11098 (free_objfile_per_bfd_storage): Remove.
11099 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11100
741d7538
TT
111012019-03-15 Tom Tromey <tom@tromey.com>
11102
11103 * symfile.c (reread_symbols): Update.
11104 * objfiles.c (objfile::objfile): Update.
11105 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11106 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11107 comment.
11108 (minimal_symbol_reader::install): Update.
11109 (terminate_minimal_symbol_table): Remove.
11110 * jit.c (jit_object_close_impl): Update.
11111
788c80d1
TT
111122019-03-15 Tom Tromey <tom@tromey.com>
11113
11114 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11115 initializations.
11116
1b7a07cb
TT
111172019-03-15 Tom Tromey <tom@tromey.com>
11118
11119 * objfiles.h (struct objfile_per_bfd_storage)
11120 <demangled_hash_languages>: Now a bitset.
11121 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11122 (lookup_minimal_symbol): Update.
11123
3db066bc
TT
111242019-03-15 Tom Tromey <tom@tromey.com>
11125
11126 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11127 Don't return the symbol.
11128 * coffread.c (record_minimal_symbol): Use record_full.
11129
3fff2c37
EZ
111302019-03-14 Eli Zaretskii <eliz@gnu.org>
11131
11132 The MS-Windows port of ncurses fails to switch to a color pair if
11133 one or both of the colors are the implicit default colors. This
11134 change records the default colors when TUI is initialized, and
11135 then specifies them explicitly when a color pair uses the default
11136 colors. This allows color styling in TUI mode on MS-Windows.
11137
11138 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11139 ncurses_norm_attr.
11140 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11141 colors in ncurses_norm_attr.
11142 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11143 "none", replace it with the default color recorded in
11144 ncurses_norm_attr.
11145
3b336828
TT
111462019-03-14 Tom Tromey <tromey@adacore.com>
11147
11148 * source-cache.h (class source_cache) <get_source_lines>: Return
11149 std::string.
11150 * source-cache.c (source_cache::extract_lines): Handle case where
11151 first_pos==npos. Return std::string.
11152 (source_cache::get_source_lines): Update.
11153
d085f989
TT
111542019-03-14 Tom Tromey <tromey@adacore.com>
11155
11156 * NEWS: Add item for "style sources" commands.
11157 * source-cache.c (source_cache::get_source_lines): Check
11158 source_styling.
11159 * cli/cli-style.c (source_styling): New global.
11160 (_initialize_cli_style): Add "style sources" commands.
11161 (show_style_sources): New function.
11162 * cli/cli-style.h (source_styling): Declare.
11163
6f11e682
TT
111642019-03-14 Pedro Alves <palves@redhat.com>
11165 Tom Tromey <tromey@adacore.com>
11166
11167 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11168 * tui/tui-winsource.c (tui_refill_source_window): New function,
11169 from...
11170 (tui_horizontal_source_scroll): ... here. Move some logic.
11171 * cli/cli-style.c (set_style_enabled): Notify new observable.
11172 * tui/tui-hooks.c (tui_redisplay_source): New function.
11173 (tui_attach_detach_observers): Attach or detach
11174 tui_redisplay_source.
11175 * observable.h (source_styling_changed): New observable.
11176 * observable.c: Define source_styling_changed observable.
11177
a068643d
TT
111782019-03-13 Tom Tromey <tromey@adacore.com>
11179
11180 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11181 (i386_gnu_nat_target::store_registers): Update.
11182 * target-debug.h (target_debug_print_std_string): New macro.
11183 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11184 * windows-tdep.c (display_one_tib): Update.
11185 * tui/tui-stack.c (tui_make_status_line): Update.
11186 * top.c (print_inferior_quit_action): Update.
11187 * thread.c (thr_try_catch_cmd): Update.
11188 (add_thread_with_info): Update.
11189 (thread_target_id_str): Update.
11190 (thr_try_catch_cmd): Update.
11191 (thread_command): Update.
11192 (thread_find_command): Update.
11193 * record-btrace.c (record_btrace_target::info_record)
11194 (record_btrace_resume_thread, record_btrace_target::resume)
11195 (record_btrace_cancel_resume, record_btrace_step_thread)
11196 (record_btrace_target::wait, record_btrace_target::wait)
11197 (record_btrace_target::wait, record_btrace_target::stop): Update.
11198 * progspace.c (print_program_space): Update.
11199 * process-stratum-target.c
11200 (process_stratum_target::thread_address_space): Update.
11201 * linux-fork.c (linux_fork_mourn_inferior)
11202 (detach_checkpoint_command, info_checkpoints_command)
11203 (linux_fork_context): Update.
11204 (linux_fork_detach): Update.
11205 (class scoped_switch_fork_info): Update.
11206 (delete_checkpoint_command): Update.
11207 * infrun.c (follow_fork_inferior): Update.
11208 (follow_fork_inferior): Update.
11209 (proceed_after_vfork_done): Update.
11210 (handle_vfork_child_exec_or_exit): Update.
11211 (follow_exec): Update.
11212 (displaced_step_prepare_throw): Update.
11213 (displaced_step_restore): Update.
11214 (start_step_over): Update.
11215 (resume_1): Update.
11216 (clear_proceed_status_thread): Update.
11217 (proceed): Update.
11218 (print_target_wait_results): Update.
11219 (do_target_wait): Update.
11220 (context_switch): Update.
11221 (stop_all_threads): Update.
11222 (restart_threads): Update.
11223 (finish_step_over): Update.
11224 (handle_signal_stop): Update.
11225 (switch_back_to_stepped_thread): Update.
11226 (keep_going_pass_signal): Update.
11227 (print_exited_reason): Update.
11228 (normal_stop): Update.
11229 * inferior.c (inferior_pid_to_str): Change return type.
11230 (print_selected_inferior): Update.
11231 (add_inferior): Update.
11232 (detach_inferior): Update.
11233 * dummy-frame.c (fprint_dummy_frames): Update.
11234 * dcache.c (dcache_info_1): Update.
11235 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11236 (btrace_fetch, btrace_clear): Update.
11237 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11238 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11239 type.
11240 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11241 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11242 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11243 * gdbarch.c, gdbarch.h: Rebuild.
11244 * gdbarch.sh (core_pid_to_str): Change return type.
11245 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11246 return type.
11247 (windows_nat_target::pid_to_str): Change return type.
11248 (windows_delete_thread): Update.
11249 (windows_nat_target::attach): Update.
11250 (windows_nat_target::files_info): Update.
11251 * target-delegates.c: Rebuild.
11252 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11253 return type.
11254 (sol_thread_target::pid_to_str): Change return type.
11255 * remote.c (class remote_target) <pid_to_str>: Change return
11256 type.
11257 (remote_target::pid_to_str): Change return type.
11258 (extended_remote_target::attach, remote_target::remote_stop_ns)
11259 (remote_target::remote_notif_remove_queued_reply)
11260 (remote_target::push_stop_reply, remote_target::disable_btrace):
11261 Update.
11262 (extended_remote_target::attach): Update.
11263 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11264 type.
11265 (gdbsim_target::pid_to_str): Change return type.
11266 * ravenscar-thread.c (struct ravenscar_thread_target)
11267 <pid_to_str>: Change return type.
11268 (ravenscar_thread_target::pid_to_str): Change return type.
11269 * procfs.c (class procfs_target) <pid_to_str>: Change return
11270 type.
11271 (procfs_target::pid_to_str): Change return type.
11272 (procfs_target::attach): Update.
11273 (procfs_target::detach): Update.
11274 (procfs_target::fetch_registers): Update.
11275 (procfs_target::store_registers): Update.
11276 (procfs_target::wait): Update.
11277 (procfs_target::files_info): Update.
11278 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11279 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11280 return type.
11281 (nto_procfs_target::pid_to_str): Change return type.
11282 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11283 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11284 return type.
11285 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11286 (exit_lwp): Update.
11287 (attach_proc_task_lwp_callback, get_detach_signal)
11288 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11289 (linux_nat_target::resume, wait_lwp, stop_callback)
11290 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11291 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11292 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11293 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11294 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11295 type.
11296 (inf_ptrace_target::attach): Update.
11297 (inf_ptrace_target::files_info): Update.
11298 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11299 type.
11300 (go32_nat_target::pid_to_str): Change return type.
11301 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11302 (gnu_nat_target::wait): Update.
11303 (gnu_nat_target::wait): Update.
11304 (gnu_nat_target::resume): Update.
11305 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11306 (fbsd_nat_target::wait): Update.
11307 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11308 type.
11309 (darwin_nat_target::attach): Update.
11310 * corelow.c (class core_target) <pid_to_str>: Change return type.
11311 (core_target::pid_to_str): Change return type.
11312 * target.c (normal_pid_to_str): Change return type.
11313 (default_pid_to_str): Likewise.
11314 (target_pid_to_str): Change return type.
11315 (target_translate_tls_address): Update.
11316 (target_announce_detach): Update.
11317 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11318 return type.
11319 (bsd_uthread_target::pid_to_str): Change return type.
11320 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11321 type.
11322 (bsd_kvm_target::pid_to_str): Change return type.
11323 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11324 return type.
11325 (aix_thread_target::pid_to_str): Change return type.
11326 * target.h (struct target_ops) <pid_to_str>: Change return type.
11327 (target_pid_to_str, normal_pid_to_str): Likewise.
11328 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11329 type.
11330 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11331 type.
11332 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11333 return type.
11334 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11335 type.
11336 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11337 type.
11338 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11339 return type.
11340
b4be1b06
SM
113412019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11342
11343 * NEWS: Mention that the new default MI version is 3. Mention
11344 changes to the output of commands and events that deal with
11345 multi-location breakpoints.
11346 * breakpoint.c: Include "mi/mi-out.h".
11347 (print_one_breakpoint): Change output syntax if using MI version
11348 >= 3.
11349 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11350 New.
11351 (mi_multi_location_breakpoint_output_fixed): New.
11352 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11353 (mi_cmd_fix_multi_location_breakpoint_output): New.
11354 (mi_multi_location_breakpoint_output_fixed): New.
11355 * mi/mi-cmds.c (mi_cmds): Register command
11356 -fix-multi-location-breakpoint-output.
11357 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11358 interpreter "mi".
11359
8e5e5494
SM
113602019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11361
11362 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11363 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11364 instantiate mi_ui_out based on interpreter name.
11365 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11366 * mi/mi-main.c (mi_load_progress): Likewise.
11367
197df35e
JB
113682019-03-12 John Baldwin <jhb@FreeBSD.org>
11369
11370 * NEWS: Combine separate "New targets" sections for 8.3.
11371
8399425f
JB
113722019-03-12 John Baldwin <jhb@FreeBSD.org>
11373
11374 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11375 (ppcfbsd_init_abi): Install gdbarch
11376 "fetch_tls_load_module_address" and "get_thread_local_address"
11377 methods.
11378
b0f87ed0
JB
113792019-03-12 John Baldwin <jhb@FreeBSD.org>
11380
11381 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11382 (riscv_fbsd_init_abi): Install gdbarch
11383 "fetch_tls_load_module_address" and "get_thread_local_address"
11384 methods.
11385
ce25aa57
JB
113862019-03-12 John Baldwin <jhb@FreeBSD.org>
11387
11388 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11389 (i386fbsd_init_abi): Install gdbarch
11390 "fetch_tls_load_module_address" and "get_thread_local_address"
11391 methods.
11392
f5424cfa
JB
113932019-03-12 John Baldwin <jhb@FreeBSD.org>
11394
11395 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11396 (amd64fbsd_init_abi): Install gdbarch
11397 "fetch_tls_load_module_address" and "get_thread_local_address"
11398 methods.
11399
945f3901
JB
114002019-03-12 John Baldwin <jhb@FreeBSD.org>
11401
11402 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11403 (struct fbsd_pspace_data): New type.
11404 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11405 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11406 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11407 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11408 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11409
ef0bd204
JB
114102019-03-12 John Baldwin <jhb@FreeBSD.org>
11411
11412 * gdbtypes.c (lookup_struct_elt): New function.
11413 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11414 * gdbtypes.h (struct struct_elt): New type.
11415 (lookup_struct_elt): New prototype.
11416
36c53a02
JB
114172019-03-12 John Baldwin <jhb@FreeBSD.org>
11418
11419 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11420 remove disabled code block.
11421
6e056c81
JB
114222019-03-12 John Baldwin <jhb@FreeBSD.org>
11423
11424 * gdbarch.sh (get_thread_local_address): New method.
11425 * gdbarch.h, gdbarch.c: Regenerate.
11426 * target.c (target_translate_tls_address): Use
11427 gdbarch_get_thread_local_address if present instead of
11428 target::get_thread_local_address.
11429
cd250a18
JB
114302019-03-12 John Baldwin <jhb@FreeBSD.org>
11431
11432 * target.h (target::get_thread_local_address): Update comment.
11433
df22c1e5
JB
114342019-03-12 John Baldwin <jhb@FreeBSD.org>
11435
11436 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11437 objfile->separate_debug_objfile_backlink if not NULL.
11438
dd6876c9
JB
114392019-03-12 John Baldwin <jhb@FreeBSD.org>
11440
11441 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11442 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11443 (amd64bsd_store_inferior_registers): Likewise.
11444 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11445 Enable segment base registers.
11446 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11447 PT_GETFSBASE and PT_GETGSBASE.
11448 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11449 PT_SETGSBASE.
11450 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11451 segment base registers.
11452 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11453
1163a4b7
JB
114542019-03-12 John Baldwin <jhb@FreeBSD.org>
11455
11456 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11457 Update calls to i386_target_description to add 'segments'
11458 parameter.
11459 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11460 add segment base registers.
11461 * arch/i386.c (i386_create_target_description): Add 'segments'
11462 parameter to enable segment base registers.
11463 * arch/i386.h (i386_create_target_description): Likewise.
11464 * features/i386/32bit-segments.xml: New file.
11465 * features/i386/32bit-segments.c: Generate.
11466 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11467 call to i386_target_description to add 'segments' parameter.
11468 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11469 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11470 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11471 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11472 if feature is present.
11473 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11474 Add 'segments' parameter to call to i386_target_description.
11475 (i386_target_description): Add 'segments' parameter to enable
11476 segment base registers.
11477 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11478 to call to i386_target_description.
11479 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11480 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11481 Define I386_NUM_REGS.
11482 (i386_target_description): Add 'segments' parameter to enable
11483 segment base registers.
11484
3a350822
EZ
114852019-03-12 Eli Zaretskii <eliz@gnu.org>
11486
11487 PR/24325
11488 * source-cache.c: #undef open and close, to avoid unresolved
11489 externals during linking.
11490
ffdd69cf
TT
114912019-03-12 Tom Tromey <tromey@adacore.com>
11492
11493 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11494 const. Add initializers.
11495 (_initialize_remote): Don't initialize ptid globals.
11496
ec148c57
PA
114972019-03-12 Pedro Alves <palves@redhat.com>
11498
11499 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11500
32764270
PA
115012019-03-12 Pedro Alves <palves@redhat.com>
11502
11503 * cp-name-parser.y (main): Remove unused 'len' variable.
11504
17547186
TT
115052019-03-12 Tom Tromey <tromey@adacore.com>
11506
11507 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11508 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11509
d3a70e03
TT
115102019-03-12 Tom Tromey <tromey@adacore.com>
11511
11512 * linux-nat.c (iterate_over_lwps): Update.
11513 (stop_callback): Remove parameter.
11514 (stop_wait_callback, detach_callback, resume_set_callback)
11515 (select_singlestep_lwp_callback, set_ignore_sigint)
11516 (status_callback, resumed_callback, resume_clear_callback)
11517 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
11518 data parameter.
11519 (linux_nat_target::detach, linux_nat_target::resume)
11520 (linux_stop_and_wait_all_lwps, select_event_lwp)
11521 (linux_nat_filter_event, linux_nat_wait_1)
11522 (linux_nat_target::kill, linux_nat_target::stop)
11523 (linux_nat_target::stop): Update.
11524 (linux_nat_resume_callback): Change type.
11525 (resume_stopped_resumed_lwps, count_events_callback)
11526 (select_event_lwp_callback): Likewise.
11527 (linux_stop_lwp, linux_nat_stop_lwp): Update.
11528 * arm-linux-nat.c (struct update_registers_data): Remove.
11529 (update_registers_callback): Change type.
11530 (arm_linux_insert_hw_breakpoint1): Update.
11531 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
11532 parameter.
11533 (x86_linux_dr_set_addr): Update.
11534 (x86_linux_dr_set_control): Update.
11535 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
11536 (iterate_over_lwps): Use gdb::function_view.
11537 * nat/aarch64-linux-hw-point.c (struct
11538 aarch64_dr_update_callback_param): Remove.
11539 (debug_reg_change_callback): Change type.
11540 (aarch64_notify_debug_reg_change): Update.
11541 * s390-linux-nat.c (s390_refresh_per_info): Update.
11542
82cb27ff
TT
115432019-03-11 Tom Tromey <tromey@adacore.com>
11544
11545 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
11546 redundant assignment to "this_cu".
11547
568c0683
SM
115482019-03-08 Simon Marchi <simon.marchi@efficios.com>
11549
11550 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
11551
f09ce22d
SM
115522019-03-08 Simon Marchi <simon.marchi@efficios.com>
11553
11554 * gdbtypes.c (rank_one_type_parm_set): New function extracted
11555 from...
11556 (rank_one_type): ... this.
11557
595f96a9
SM
115582019-03-08 Simon Marchi <simon.marchi@efficios.com>
11559
11560 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
11561 from...
11562 (rank_one_type): ... this.
11563
2598a94b
SM
115642019-03-08 Simon Marchi <simon.marchi@efficios.com>
11565
11566 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
11567 from...
11568 (rank_one_type): ... this.
11569
7f17b20d
SM
115702019-03-08 Simon Marchi <simon.marchi@efficios.com>
11571
11572 * gdbtypes.c (rank_one_type_parm_float): New function extracted
11573 from...
11574 (rank_one_type): ... this.
11575
2c509035
SM
115762019-03-08 Simon Marchi <simon.marchi@efficios.com>
11577
11578 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
11579 from...
11580 (rank_one_type): ... this.
11581
0dd322dc
SM
115822019-03-08 Simon Marchi <simon.marchi@efficios.com>
11583
11584 * gdbtypes.c (rank_one_type_parm_range): New function extracted
11585 from...
11586 (rank_one_type): ... this.
11587
41ea4728
SM
115882019-03-08 Simon Marchi <simon.marchi@efficios.com>
11589
11590 * gdbtypes.c (rank_one_type_parm_char): New function extracted
11591 from...
11592 (rank_one_type): ... this.
11593
793cd1d2
SM
115942019-03-08 Simon Marchi <simon.marchi@efficios.com>
11595
11596 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
11597 from...
11598 (rank_one_type): ... this.
11599
34910087
SM
116002019-03-08 Simon Marchi <simon.marchi@efficios.com>
11601
11602 * gdbtypes.c (rank_one_type_parm_int): New function extracted
11603 from...
11604 (rank_one_type): ... this.
11605
f1f832d6
SM
116062019-03-08 Simon Marchi <simon.marchi@efficios.com>
11607
11608 * gdbtypes.c (rank_one_type_parm_func): New function extracted
11609 from...
11610 (rank_one_type): ... this.
11611
b9f4512f
SM
116122019-03-08 Simon Marchi <simon.marchi@efficios.com>
11613
11614 * gdbtypes.c (rank_one_type_parm_array): New function extracted
11615 from...
11616 (rank_one_type): ... this.
11617
9293fc63
SM
116182019-03-08 Simon Marchi <simon.marchi@efficios.com>
11619
11620 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
11621 from...
11622 (rank_one_type): ... this.
11623
e3abbe7e
PW
116242019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11625
11626 * inferior.c (initialize_inferiors): Ensure 'help set/show print
11627 inferior-events' shows the example events.
11628
e4adb939
EZ
116292019-03-08 Eli Zaretskii <eliz@gnu.org>
11630
11631 Support styling on native MS-Windows console
11632
11633 PR/24315
11634 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
11635 on MS-Windows if $TERM is not defined.
11636
11637 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
11638
11639 * posix-hdep.c (gdb_console_fputs):
11640 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
11641 functions.
11642 * ui-file.h (gdb_console_fputs): Add prototype.
11643
11644 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
11645 back to fputs only if the former returns zero.
11646
25629dfd
TT
116472019-03-07 Tom Tromey <tom@tromey.com>
11648
11649 * symmisc.c (print_symbol_bcache_statistics): Update.
11650 (print_objfile_statistics): Update.
11651 * symfile.c (allocate_symtab): Update.
11652 * stabsread.c: Don't include bcache.h.
11653 * psymtab.h (struct psymbol_bcache): Don't declare.
11654 (class psymtab_storage) <psymbol_cache>: Now a bcache.
11655 (psymbol_bcache_init, psymbol_bcache_free)
11656 (psymbol_bcache_get_bcache): Don't declare.
11657 * psymtab.c (struct psymbol_bcache): Remove.
11658 (psymtab_storage::psymtab_storage): Update.
11659 (psymtab_storage::~psymtab_storage): Update.
11660 (psymbol_bcache_init, psymbol_bcache_free)
11661 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
11662 (add_psymbol_to_bcache): Update.
11663 (allocate_psymtab): Update.
11664 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
11665 macro_cache>: No longer pointers.
11666 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
11667 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
11668 * macrotab.c (macro_bcache): Update.
11669 * macroexp.c: Don't include bcache.h.
11670 * gdbtypes.c (check_types_worklist): Update.
11671 (types_deeply_equal): Remove TRY/CATCH. Update.
11672 * elfread.c (elf_symtab_read): Update.
11673 * dwarf2read.c: Don't include bcache.h.
11674 * buildsym.c (buildsym_compunit::get_macro_table): Update.
11675 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
11676 (print_bcache_statistics, bcache_memory_used): Don't declare.
11677 (struct bcache): Move from bcache.c. Add constructor, destructor,
11678 methods. Rename all data members.
11679 * bcache.c (struct bcache): Move to bcache.h.
11680 (bcache::expand_hash_table): Rename from expand_hash_table.
11681 (bcache): Remove.
11682 (bcache::insert): Rename from bcache_full.
11683 (bcache::compare): Rename from bcache_compare.
11684 (bcache_xmalloc): Remove.
11685 (bcache::~bcache): Rename from bcache_xfree.
11686 (bcache::print_statistics): Rename from print_bcache_statistics.
11687 (bcache::memory_used): Rename from bcache_memory_used.
11688
fe726667
PA
116892019-03-07 Pedro Alves <palves@redhat.com>
11690
11691 * infrun.c (normal_stop): Also check for
11692 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
11693
7584bb30
AB
116942019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11695
11696 * f-lang.c (value_from_host_double): Moved to...
11697 * value.c (value_from_host_double): ...here.
11698 * value.h (value_from_host_double): Declare.
11699 * guile/scm-math.c (vlscm_convert_typed_number): Use
11700 value_from_host_double.
11701 (vlscm_convert_number): Likewise.
11702 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
11703 * python/py-value.c (convert_value_from_python): Likewise.
11704
a7b1986e
TT
117052019-03-06 Tom Tromey <tom@tromey.com>
11706
11707 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
11708
0ccf4211
TT
117092019-03-06 Tom Tromey <tom@tromey.com>
11710
11711 * utils.h (free_current_contents): Don't declare.
11712 * utils.c (free_current_contents): Remove.
11713
fe7b42e5
TT
117142019-03-06 Tom Tromey <tom@tromey.com>
11715
11716 * top.c (quit_force): Update.
11717 * main.c (captured_command_loop): Update.
11718 * common/new-op.c (operator new): Update.
11719 * common/common-exceptions.c (struct catcher)
11720 <save_cleanup_chain>: Remove member.
11721 (exceptions_state_mc_init): Update.
11722 (exception_try_scope_entry): Return nullptr.
11723 (exception_try_scope_exit, exception_rethrow)
11724 (throw_exception_sjlj, throw_exception_cxx): Update.
11725 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11726 (all_cleanups, do_cleanups, discard_cleanups)
11727 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11728 (restore_cleanups, restore_final_cleanups): Don't declare.
11729 (do_final_cleanups): Remove parameter.
11730 * common/cleanups.c (cleanup_chain, make_cleanup)
11731 (make_cleanup_dtor, all_cleanups, do_cleanups)
11732 (discard_my_cleanups, discard_cleanups)
11733 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11734 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11735 (null_cleanup): Remove.
11736 (do_final_cleanups): Remove parameter.
11737
c6321f19
TT
117382019-03-06 Tom Tromey <tom@tromey.com>
11739
11740 * remote.c (remote_target::remote_parse_stop_reply): Use
11741 unique_xmalloc_ptr.
11742
61b30099
TT
117432019-03-06 Tom Tromey <tom@tromey.com>
11744
11745 * stabsread.c (struct stabs_field_info): Rename from field_info.
11746 <list, fnlist>: Add initializers.
11747 <obstack>: New member.
11748 (read_member_functions, read_struct_fields, read_baseclasses):
11749 Allocate on obstack. Don't use cleanups.
11750 (read_one_struct_field, read_member_functions, read_struct_fields)
11751 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11752 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11753 (read_struct_type): Update.
11754
6cceac94
TT
117552019-03-06 Tom Tromey <tom@tromey.com>
11756
11757 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11758 * common/filestuff.h (make_cleanup_close): Don't declare.
11759 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11760 Remove.
11761
72412762
TT
117622019-03-06 Tom Tromey <tom@tromey.com>
11763
11764 * solib-aix.c: Use make_scope_exit.
11765
2b6ff1c0
TT
117662019-03-06 Tom Tromey <tom@tromey.com>
11767
11768 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11769 Use make_scope_exit.
11770
d01c5877
TT
117712019-03-06 Tom Tromey <tom@tromey.com>
11772
11773 * solib-svr4.c (disable_probes_interface): Remove parameter.
11774 (svr4_handle_solib_event): Use make_scope_exit.
11775
32603266
TT
117762019-03-06 Tom Tromey <tom@tromey.com>
11777
11778 * remote.c (struct stop_reply_deleter): Remove.
11779 (stop_reply_up): Update.
11780 (struct stop_reply): Derive from notif_event. Don't typedef.
11781 <regcache>: Now a std::vector.
11782 (stop_reply_xfree): Remove.
11783 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11784 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11785 (remote_target::discard_pending_stop_replies): Use delete.
11786 (remote_target::remote_parse_stop_reply): Update.
11787 (remote_target::process_stop_reply): Update.
11788 * remote-notif.h (struct notif_event): Add virtual destructor.
11789 Remove "dtr" member.
11790 (struct notif_client) <alloc_event>: Return a unique_ptr.
11791 (notif_event_xfree): Don't declare.
11792 (notif_event_up): New typedef.
11793 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11794 (notif_event_xfree, do_notif_event_xfree): Remove.
11795 (remote_notif_state_xfree): Update.
11796
9799571e
TT
117972019-03-06 Tom Tromey <tom@tromey.com>
11798
11799 * infrun.c (displaced_step_clear_cleanup): Now a
11800 forward_scope_exit type.
11801 (displaced_step_prepare_throw): Update.
11802 (displaced_step_fixup): Update.
11803
09e3c4ca
TT
118042019-03-06 Tom Tromey <tom@tromey.com>
11805
11806 * inferior.h (class inferior): Update comment.
11807 * gdbthread.h (class thread_info): Update comment.
11808
e2a03548
TT
118092019-03-06 Joel Brobecker <brobecker@adacore.com>
11810 Tom Tromey <tom@tromey.com>
11811
11812 * stabsread.h (struct stab_section_list): Remove.
11813 (coffstab_build_psymtabs): Update.
11814 * dbxread.c (symbuf_sections): Now a std::vector.
11815 (sect_idx): New global.
11816 (fill_symbuf): Update.
11817 (coffstab_build_psymtabs): Change type of stabsects parameter.
11818 Update.
11819 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
11820 std::vector.
11821 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
11822 (coff_locate_sections): Update.
11823 (coff_symfile_read): Remove cleanups. Update.
11824 (init_stringtab): Add storage parameter.
11825 (free_stringtab, free_stringtab_cleanup): Remove.
11826 (init_lineno): Add storage parameter.
11827 (free_linetab, free_linetab_cleanup): Remove.
11828
b7e60d85
PA
118292019-03-06 Pedro Alves <palves@redhat.com>
11830
11831 * linux-fork.c (fork_info::clobber_regs): Delete.
11832 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
11833 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
11834 comment. Adjust.
11835 (scoped_switch_fork_info::scoped_switch_fork_info)
11836 (checkpoint_command, linux_fork_context): Adjust
11837 fork_save_infrun_state calls.
11838
e52c971f
PA
118392019-03-06 Pedro Alves <palves@redhat.com>
11840
11841 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
11842 (inf_has_multiple_threads): Return 'bool' and rewrite using
11843 inferior_info::threads().
11844
06974e6c
PA
118452019-03-06 Pedro Alves <palves@redhat.com>
11846
11847 * linux-fork.c: Include <list>.
11848 (fork_list): Now a std::list instance.
11849 (fork_info): Add ctor, dtor, and in-class initialize all fields.
11850 (forks_exist_p, find_last_fork): Adjust.
11851 (new_fork): Delete.
11852 (one_fork_p): New.
11853 (add_fork): Adjust.
11854 (free_fork): Delete, folded into fork_info::~fork_info().
11855 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
11856 Adjust.
11857 (init_fork_list): Delete.
11858 (linux_fork_killall, linux_fork_mourn_inferior)
11859 (linux_fork_detach, info_checkpoints_command): Adjust.
11860 (_initialize_linux_fork): No longer call init_fork_list.
11861
72f31aea
PA
118622019-03-06 Pedro Alves <palves@redhat.com>
11863
11864 * linux-fork.c (new_fork): New, split out of ...
11865 (add_fork): ... this. Return void. Move "first fork" special
11866 case from here, to ...
11867 (checkpoint_command): ... here.
11868 * linux-linux.h (add_fork): Return void.
11869
efbecbc1
AB
118702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11871
11872 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
11873
0841c79a
AB
118742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11875 Chris January <chris.january@arm.com>
11876 David Lecomber <david.lecomber@arm.com>
11877
11878 * f-exp.y: New token, UNOP_INTRINSIC.
11879 (exp): New pattern using UNOP_INTRINSIC token.
11880 (f77_keywords): Add 'abs' keyword.
11881 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
11882 (value_from_host_double): New function.
11883 (evaluate_subexp_f): Support UNOP_ABS.
11884
4a270568
AB
118852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11886
11887 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
11888 types.
11889
067630bd
AB
118902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11891
11892 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
11893 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
11894 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
11895
3be47f7a
AB
118962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11897
11898 * f-exp.y (convert_to_kind_type): Handle more type kinds.
11899
4d00f5d8
AB
119002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11901 Chris January <chris.january@arm.com>
11902
11903 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
11904 * f-exp.y: Define 'KIND' token.
11905 (exp): New pattern for KIND expressions.
11906 (ptype): Handle types with a kind extension.
11907 (direct_abs_decl): Extend to spot kind extensions.
11908 (f77_keywords): Add 'kind' to the list.
11909 (push_kind_type): New function.
11910 (convert_to_kind_type): New function.
11911 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
11912 * parse.c (operator_length_standard): Likewise.
11913 * parser-defs.h (enum type_pieces): Add tp_kind.
11914 * std-operator.def: Add UNOP_KIND.
11915
e454224f
AB
119162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11917
11918 * f-exp.y (f_parse): Set yydebug.
11919
9dad4a58
AB
119202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11921
11922 * f-lang.c (evaluate_subexp_f): New function.
11923 (exp_descriptor_f): New global.
11924 (f_language_defn): Use exp_descriptor_f instead of
11925 exp_descriptor_standard.
11926
c8f91604
AB
119272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11928
11929 * f-exp.y (struct token): Add comments.
11930 (dot_ops): Remove uppercase versions and the end marker.
11931 (f77_keywords): Likewise.
11932 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11933 entries in the dot_ops array are case insensitive, and use
11934 strncasecmp to compare strings. Also some whitespace cleanup in
11935 this area. Similar for the f77_keywords array, except entries in
11936 this list might be case sensitive.
11937
dd9f2c76
AB
119382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11939
11940 * f-exp.y (struct f77_boolean_val): Add comments.
11941 (boolean_values): Remove uppercase versions, and end marker.
11942 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11943 and use strncasecmp to achieve case insensitivity. Additionally,
11944 perform whitespace cleanup around this code.
11945
67a3048c
TT
119462019-03-06 Tom Tromey <tromey@adacore.com>
11947
11948 * remote-sim.c (gdbsim_target_open): Use result of
11949 gdb_argv::release.
11950
aa3cfbda
RB
119512019-03-06 Richard Bunt <richard.bunt@arm.com>
11952 Dirk Schubert <dirk.schubert@arm.com>
11953 Chris January <chris.january@arm.com>
11954
11955 * eval.c (evaluate_subexp_standard): Call Fortran argument
11956 wrapping logic.
11957 * f-lang.c (struct value): A value which can be passed into a
11958 Fortran function call.
11959 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11960 where appropriate.
11961 (struct type): Value ready for a Fortran function call.
11962 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11963 is needed.
11964 * f-lang.h (fortran_argument_convert): Declaration.
11965 (fortran_preserve_arg_pointer): Declaration.
11966 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11967
ea38e5df
TT
119682019-03-05 Tom Tromey <tromey@adacore.com>
11969
11970 * python/py-prettyprint.c (print_string_repr): Remove #if.
11971 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11972
06b5b831
TT
119732019-03-05 Tom Tromey <tromey@adacore.com>
11974
11975 * target.c (the_dummy_target): Move later. Change type to
11976 "dummy_target".
11977 (initialize_targets): Don't initialize the_dummy_target.
11978
edbd9e45
TT
119792019-03-05 Tom Tromey <tromey@adacore.com>
11980
11981 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11982 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11983
c119e040
TT
119842019-03-05 Tom Tromey <tromey@adacore.com>
11985
11986 * windows-nat.c (windows_nat_target::attach)
11987 (windows_nat_target::detach): Don't call gdb_flush.
11988 * valprint.c (generic_val_print, val_print, val_print_string):
11989 Don't call gdb_flush.
11990 * utils.c (defaulted_query): Don't call gdb_flush.
11991 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11992 * target.c (target_announce_detach): Don't call gdb_flush.
11993 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11994 * remote.c (extended_remote_target::attach): Don't call
11995 gdb_flush.
11996 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11997 * printcmd.c (do_examine): Don't call gdb_flush.
11998 (info_display_command): Don't call gdb_flush.
11999 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12000 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12001 * memattr.c (info_mem_command): Don't call gdb_flush.
12002 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12003 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12004 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12005 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12006 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12007 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12008 (gnu_nat_target::detach): Don't call gdb_flush.
12009 * f-valprint.c (f_val_print): Don't call gdb_flush.
12010 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12011 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12012 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12013 gdb_flush.
12014 * c-valprint.c (c_val_print): Don't call gdb_flush.
12015 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12016
895dafa6
TT
120172019-03-05 Tom Tromey <tromey@adacore.com>
12018
12019 * varobj.c (update_dynamic_varobj_children): Update.
12020 (install_default_visualizer): Use reset, not release.
12021 * value.c (set_internalvar): Update.
12022 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12023 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12024 ATTRIBUTE_UNUSED_RESULT.
12025
88a774b9
TT
120262019-03-05 Tom Tromey <tromey@adacore.com>
12027
12028 * remote.c (class scoped_remote_fd) <release>: Add
12029 ATTRIBUTE_UNUSED_RESULT.
12030
4e4a8b93
TT
120312019-03-05 Tom Tromey <tromey@adacore.com>
12032
12033 * macroexp.c (struct macro_buffer) <release>: Add
12034 ATTRIBUTE_UNUSED_RESULT.
12035
083eef1f
TT
120362019-03-05 Tom Tromey <tromey@adacore.com>
12037
12038 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12039 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12040 ATTRIBUTE_UNUSED_RESULT.
12041
3cabd438
TT
120422019-03-05 Tom Tromey <tromey@adacore.com>
12043
12044 * common/scoped_fd.h (class scoped_fd) <release>: Add
12045 ATTRIBUTE_UNUSED_RESULT.
12046
41e3300a
TT
120472019-03-05 Tom Tromey <tromey@adacore.com>
12048
12049 * parser-defs.h (struct parser_state) <release>: Add
12050 ATTRIBUTE_UNUSED_RESULT.
12051
18cb7c9f
TT
120522019-03-05 Tom Tromey <tromey@adacore.com>
12053
12054 * utils.h (class gdb_argv) <release>: Add
12055 ATTRIBUTE_UNUSED_RESULT.
12056 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12057
41fa577f
EZ
120582019-03-02 Eli Zaretskii <eliz@gnu.org>
12059
a6a4b2c6
EZ
12060 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12061 for-loop range, to avoid compiler warnings.
12062
12063 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12064 avoid compiler warnings about unused variables.
12065
742a7df5
EZ
12066 * NEWS: Mention end of support for native debugging on MS-Windows
12067 before XP.
12068
41fa577f
EZ
12069 PR gdb/24292
12070 * common/netstuff.c:
12071 * gdbserver/gdbreplay.c
12072 * gdbserver/remote-utils.c:
12073 * ser-tcp.c:
12074 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12075 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12076 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12077 'getaddrinfo' and 'freeaddrinfo' were not available before
12078 Windows XP, and mingw.org's MinGW headers by default define
12079 _WIN32_WINNT to 0x500.
12080
827f438f
GB
120812019-03-01 Gary Benson <gbenson@redhat.com>
12082
12083 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12084
92137da0
RO
120852019-02-28 Brian Vandenberg <phantall@gmail.com>
12086 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12087
12088 PR gdb/8527
12089 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12090 set_sigint_trap, clear_sigint_trap.
12091
799efbe8
PW
120922019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12093
12094 * target.c (target_detach): Clear the regcache and the
12095 frame cache.
12096
8ed25214
PA
120972019-02-27 Pedro Alves <palves@redhat.com>
12098
12099 * utils.c (set_screen_size): When we cap the height/width sizes,
12100 tweak the corresponding command variable to show "unlimited":
12101
23031e31
SJ
121022019-02-27 Saagar Jha <saagar@saagarjha.com>
12103 Pedro Alves <palves@redhat.com>
12104
12105 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12106 before calling rl_set_screen_size.
12107
6c28e44a
TT
121082019-02-27 Tom Tromey <tromey@adacore.com>
12109
12110 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12111 define.
12112 * python/py-value.c: Remove Python 2.4 workaround.
12113 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12114 workaround.
12115 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12116 Python 2.4 workaround.
12117 * python/python-internal.h: Remove Python 2.4 comment.
12118 (Py_ssize_t): Don't define.
12119 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12120 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12121 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12122 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12123 * python/python.c (do_start_initialization): Remove Python 2.4
12124 workaround.
12125 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12126 (print_children): Remove Python 2.4 workaround.
12127 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12128 workaround.
12129 (CHARBUFFERPROC_NAME): Remove.
12130 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12131 Python 2.4 workaround.
12132
2c3fc25d 121332019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 12134
2c3fc25d
KB
12135 * NEWS: Note minimum Python version.
12136
6ca62222
KB
121372019-02-27 Kevin Buettner <kevinb@redhat.com>
12138
12139 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12140 code from these functions. Remove corresponding ifdefs. Use
12141 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12142 Remove gotos and target of gotos.
12143 (infpy_search_memory): Likewise.
12144
f4bc7d2c
AB
121452019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12146
12147 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12148 (hppa_gdbarch_init): Don't register deleted functions with
12149 gdbarch.
12150
9734a586
AB
121512019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12152
12153 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12154 (h8300_unwind_sp): Delete.
12155 (h8300_dummy_id): Delete.
12156 (h8300_gdbarch_init): Don't register deleted functions with
12157 gdbarch.
12158
68b867f3
AB
121592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12160
12161 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12162 (ft32_unwind_pc): Delete.
12163 (ft32_unwind_sp): Delete.
12164 (ft32_gdbarch_init): Don't register deleted functions with
12165 gdbarch.
12166
2fbe7ad0
AB
121672019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12168
12169 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12170 (frv_unwind_pc): Delete.
12171 (frv_unwind_sp): Delete.
12172 (frv_gdbarch_init): Don't register deleted functions with
12173 gdbarch.
12174
76055cbe
AB
121752019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12176
12177 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12178 (riscv_unwind_pc): Delete.
12179 (riscv_unwind_sp): Delete.
12180 (riscv_gdbarch_init): Don't register deleted functions with
12181 gdbarch.
12182
4133e5a1
AB
121832019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12184
12185 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12186 (csky_unwind_pc): Delete.
12187 (csky_unwind_sp): Delete.
12188 (csky_gdbarch_init): Don't register deleted functions with
12189 gdbarch.
12190
8010f576
AB
121912019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12192
12193 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12194 (cris_unwind_pc): Delete.
12195 (cris_unwind_sp): Delete.
12196 (cris_gdbarch_init): Don't register deleted functions with
12197 gdbarch.
12198
b56bf084
AB
121992019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12200
12201 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12202 (bfin_unwind_pc): Delete.
12203 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12204
a19a650f
AB
122052019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12206
12207 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12208 (arm_unwind_pc): Delete.
12209 (arm_unwind_sp): Delete.
12210 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12211
f8278c3c
AB
122122019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12213
12214 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12215 (arc_unwind_pc): Delete.
12216 (arc_unwind_sp): Delete.
12217 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12218
480e46cf
AB
122192019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12220
12221 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12222 (alpha_unwind_pc): Delete.
12223 (alpha_gdbarch_init): Don't register deleted functions with
12224 gdbarch.
12225
7a995095
AB
122262019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12227
12228 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12229 (aarch64_unwind_pc): Delete.
12230 (aarch64_unwind_sp): Delete.
12231 (aarch64_gdbarch_init): Don't register deleted functions with
12232 gdbarch.
12233
bf9a735e
AB
122342019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12235
12236 * gdbtypes.c (type_align): Don't consider static members when
12237 computing structure alignment.
12238
5561fc30
AB
122392019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12240
12241 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12242 return 0 for other types.
12243 * arch-utils.c (default_type_align): Always return 0.
12244 * gdbarch.h: Regenerate.
12245 * gdbarch.sh (type_align): Extend comment.
12246 * gdbtypes.c (type_align): Add additional comments, always call
12247 gdbarch_type_align before applying the default rules.
12248 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12249 generic code will then apply a suitable default.
12250 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12251 types, return 0 for other types.
12252
9335e75a
JB
122532019-02-27 Joel Brobecker <brobecker@adacore.com>
12254
12255 * NEWS: Create a new section for the next release branch.
12256 Rename the section of the current branch, now that it has
12257 been cut.
12258
3d34d8de
JB
122592019-02-27 Joel Brobecker <brobecker@adacore.com>
12260
12261 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12262 * version.in: Bump version to 8.3.50.DATE-git.
12263
143420fb
SM
122642019-02-26 Simon Marchi <simon.marchi@efficios.com>
12265
12266 * aix-thread.c (ptid_cmp): Remove unused variable.
12267 (get_signaled_thread): Likewise.
12268 (store_regs_user_thread): Likewise.
12269 (store_regs_kernel_thread): Likewise.
12270 (fetch_regs_kernel_thread): Remove shadowed variable.
12271
172fb711
AB
122722019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12273
12274 * features/riscv/32bit-cpu.xml: Add register numbers.
12275 * features/riscv/32bit-fpu.c: Regenerate.
12276 * features/riscv/32bit-fpu.xml: Add register numbers.
12277 * features/riscv/64bit-cpu.xml: Add register numbers.
12278 * features/riscv/64bit-fpu.c: Regenerate.
12279 * features/riscv/64bit-fpu.xml: Add register numbers.
12280
26c89782
KB
122812019-02-26 Kevin Buettner <kevinb@redhat.com>
12282
af54ade9 12283 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
12284 * python/py-value.c (convert_buffer_and_type_to_value): New
12285 function.
12286 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12287 Add support for handling an optional second argument. Call
12288 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
12289 * python/python-internal.h (Py_buffer_deleter): New struct.
12290 (Py_buffer_up): New typedef.
12291
0f58c9e8
JB
122922019-02-25 John Baldwin <jhb@FreeBSD.org>
12293
12294 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12295 instead of releasing ownership.
12296
0a0f4c01
JR
122972019-02-25 Jordan Rupprecht <rupprecht@google.com>
12298
12299 * dwarf2read.c (open_and_init_dwp_file): Call
12300 elf_numsections instead of bfd_count_sections to initialize
12301 dwp_file->num_sections.
12302
cd5a152c
TT
123032019-02-25 Tom Tromey <tromey@adacore.com>
12304
12305 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12306
8a6a8513
SDJ
123072019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12308
12309 * gcore.in: Add '--readnever' option when invoking GDB.
12310
04dcda9c
SM
123112019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12312
12313 * MAINTAINERS: Update my email address.
12314
07bc701d
SM
123152019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12316
12317 * build-id.c (build_id_to_debug_bfd_1): New function.
12318 (build_id_to_debug_bfd): Look for separate debug file in
12319 sysroot.
12320
c6f4a5d0
AB
123212019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12322
12323 * gdbarch.sh: Update the copyright year range that is placed into
12324 generated files.
12325
9600246d
KS
123262019-02-22 Keith Seitz <keiths@redhat.com>
12327
12328 PR symtab/23853
12329 * linespec.c (create_sals_line_offset): Search for the default
12330 symtab's filename instead of its fullname.
12331
7557a514
AH
123322019-02-21 Alan Hayward <alan.hayward@arm.com>
12333
12334 * NEWS: Update style defaults.
12335
ee2bcb0c
AH
123362019-02-21 Alan Hayward <alan.hayward@arm.com>
12337
12338 * main.c (captured_main_1): Disable styling in batch mode.
12339
0c95f9ed
TT
123402019-02-20 Tom Tromey <tom@tromey.com>
12341
12342 * symtab.c (symtab_symbol_info): Fix typos.
12343
c763b894
TT
123442019-02-20 Tom Tromey <tromey@adacore.com>
12345
12346 * findcmd.c (_initialize_mem_search): Use upper case for
12347 metasyntactic variables.
12348
0ef8a082
AH
123492019-02-20 Alan Hayward <alan.hayward@arm.com>
12350
12351 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12352 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12353
6caa91b6
SM
123542019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12355
12356 * top.h (source_file_name): Change to std::string.
12357 * top.c (source_file_name): Likewise.
12358 (command_line_input): Adjust.
12359 * cli/cli-script.c (script_from_file): Adjust.
12360
98814c6c
TT
123612019-02-19 Tom Tromey <tromey@adacore.com>
12362
12363 * ravenscar-thread.c
12364 (ravenscar_thread_target::update_thread_list): Don't call
12365 ada_build_task_list.
12366 * ada-lang.h (ada_build_task_list): Don't declare.
12367 * ada-tasks.c (struct ada_tasks_inferior_data)
12368 <task_list_valid_p>: Now bool.
12369 (read_known_tasks, ada_task_list_changed)
12370 (ada_tasks_invalidate_inferior_data): Update.
12371 (read_known_tasks_array): Return bool.
12372 (read_known_tasks_list): Likewise.
12373 (read_known_tasks): Return void.
12374 (ada_build_task_list): Now static.
12375
70cd633e
AB
123762019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12377
12378 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12379 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12380
040b3e95
PW
123812019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12382
12383 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12384 variant for ada_tasks_pspace_data_handle and
12385 ada_tasks_inferior_data_handle.
12386 (ada_tasks_pspace_data_cleanup): New function.
12387 (ada_tasks_inferior_data_cleanup): New function.
12388
9409233b
TT
123892019-02-17 Tom Tromey <tom@tromey.com>
12390
12391 * macrotab.h (macro_source_fullname): Return a std::string.
12392 * macrotab.c (macro_include, check_for_redefinition)
12393 (macro_undef, macro_lookup_definition, foreach_macro)
12394 (foreach_macro_in_scope): Update.
12395 (macro_source_fullname): Return a std::string.
12396 * macrocmd.c (show_pp_source_pos): Update.
12397
6506371f
TT
123982019-02-17 Tom Tromey <tom@tromey.com>
12399
12400 * macrocmd.c (show_pp_source_pos): Style the file names.
12401
0c820d67
TT
124022019-02-17 Tom Tromey <tom@tromey.com>
12403
12404 PR tui/24197:
12405 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12406
a0087920
TT
124072019-02-17 Tom Tromey <tom@tromey.com>
12408
12409 * ada-lang.c (user_select_syms): Use filtered printing.
12410 * utils.c (wrap_style): New global.
12411 (desired_style): Remove.
12412 (emit_style_escape): Add stream parameter.
12413 (set_output_style, reset_terminal_style, prompt_for_continue):
12414 Update.
12415 (flush_wrap_buffer): Only flush gdb_stdout.
12416 (wrap_here): Set wrap_style.
12417 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12418 treat escape sequences as a character. Change when wrap buffer is
12419 flushed.
12420 (fputs_styled): Do not set the output style when the default is
12421 requested.
12422 * ui-style.h (struct ui_file_style) <is_default>: New method.
12423 * source.c (print_source_lines_base): Emit escape sequences in one
12424 piece.
12425
75ba10dc
JB
124262019-02-17 Joel Brobecker <brobecker@adacore.com>
12427
12428 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12429 integers and enumeration types.
12430
a2cd4f14
JB
124312019-02-17 Joel Brobecker <brobecker@adacore.com>
12432
12433 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12434 instead of lookup_symbol_in_language
12435 (do_exact_match): New function.
12436 (ada_get_symbol_name_matcher): Return do_exact_match when
12437 doing a verbatim match.
12438
485b851b
TT
124392019-02-15 Tom Tromey <tromey@adacore.com>
12440
12441 * ravenscar-thread.c (ravenscar_thread_target::resume)
12442 (ravenscar_thread_target::wait): Special case wildcard requests.
12443
0b790b1e
TT
124442019-02-15 Tom Tromey <tromey@adacore.com>
12445
12446 * ravenscar-thread.c (base_ptid): Remove.
12447 (struct ravenscar_thread_target) <close>: New method.
12448 <m_base_ptid>: New member.
12449 <update_inferior_ptid, active_task, task_is_currently_active,
12450 runtime_initialized>: Declare methods.
12451 <ravenscar_thread_target>: Add constructor.
12452 (ravenscar_thread_target::task_is_currently_active)
12453 (ravenscar_thread_target::update_inferior_ptid)
12454 (ravenscar_runtime_initialized): Rename. Now methods.
12455 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12456 (ravenscar_thread_target::update_thread_list): Update.
12457 (ravenscar_thread_target::active_task): Now method.
12458 (ravenscar_thread_target::store_registers)
12459 (ravenscar_thread_target::prepare_to_store)
12460 (ravenscar_thread_target::prepare_to_store)
12461 (ravenscar_thread_target::mourn_inferior): Update.
12462 (ravenscar_inferior_created): Use "new" to create target.
12463 (ravenscar_thread_target::get_ada_task_ptid): Update.
12464 (_initialize_ravenscar): Don't initialize base_ptid.
12465 (ravenscar_ops): Remove global.
12466
dea57a62
TT
124672019-02-15 Tom Tromey <tromey@adacore.com>
12468
12469 * target.h (push_target): Declare new overload.
12470 * target.c (push_target): New overload, taking an rvalue reference.
12471 * remote.c (remote_target::open_1): Use push_target overload.
12472 * corelow.c (core_target_open): Use push_target overload.
12473
989f3c58
TT
124742019-02-15 Tom Tromey <tromey@adacore.com>
12475
12476 * ravenscar-thread.c (is_ravenscar_task)
12477 (ravenscar_task_is_currently_active): Return bool.
12478 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12479 (_initialize_ravenscar): Remove "(void)".
12480 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12481 Return bool.
12482
6cbcc006
TT
124832019-02-15 Tom Tromey <tromey@adacore.com>
12484
12485 * ravenscar-thread.c (ravenscar_runtime_initializer)
12486 (has_ravenscar_runtime, get_running_thread_id)
12487 (ravenscar_thread_target::resume): Fix indentation.
12488
7657f14d
TT
124892019-02-15 Tom Tromey <tromey@adacore.com>
12490
12491 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12492 from ravenscar_arch_ops.
12493 (sparc_ravenscar_ops::fetch_registers)
12494 (sparc_ravenscar_ops::store_registers): Now methods.
12495 (sparc_ravenscar_prepare_to_store): Remove.
12496 (sparc_ravenscar_ops): Redefine.
12497 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12498 methods and destructor. Remove members.
12499 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12500 (ravenscar_thread_target::store_registers)
12501 (ravenscar_thread_target::prepare_to_store): Update.
12502 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12503 Remove.
12504 (struct ppc_ravenscar_powerpc_ops): Derive from
12505 ravenscar_arch_ops.
12506 (ppc_ravenscar_powerpc_ops::fetch_registers)
12507 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12508 (ppc_ravenscar_powerpc_ops): Redefine.
12509 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12510 (ppc_ravenscar_e500_ops::fetch_registers)
12511 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12512 (ppc_ravenscar_e500_ops): Redefine.
12513 * aarch64-ravenscar-thread.c
12514 (aarch64_ravenscar_generic_prepare_to_store): Remove.
12515 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
12516 (aarch64_ravenscar_fetch_registers)
12517 (aarch64_ravenscar_store_registers): Now methods.
12518 (aarch64_ravenscar_ops): Redefine.
12519
5b6ea500
TT
125202019-02-15 Tom Tromey <tromey@adacore.com>
12521
12522 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
12523 (ravenscar_thread_target::stopped_by_hw_breakpoint)
12524 (ravenscar_thread_target::stopped_by_watchpoint)
12525 (ravenscar_thread_target::stopped_data_address)
12526 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
12527
e397fd39
TT
125282019-02-15 Tom Tromey <tromey@adacore.com>
12529
12530 * ravenscar-thread.c: Fix some typos.
12531
cc12f4a8
TT
125322019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12533 Tom Tromey <tromey@adacore.com>
12534
12535 * ada-lang.c (ada_exception_sal): Change addr_string to a
12536 std::string.
12537 (create_ada_exception_catchpoint): Update.
12538
5f486660
TT
125392019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12540 Tom Tromey <tromey@adacore.com>
12541
12542 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
12543 (bp_location_ops): Remove.
12544 (base_breakpoint_allocate_location): Update.
12545 (free_bp_location): Update.
12546 * ada-lang.c (class ada_catchpoint_location)
12547 <ada_catchpoint_location>: Remove ops parameter.
12548 (ada_catchpoint_location_dtor): Remove.
12549 (ada_catchpoint_location_ops): Remove.
12550 (allocate_location_exception): Update.
12551 * breakpoint.h (struct bp_location_ops): Remove.
12552 (class bp_location) <bp_location>: Remove bp_location_ops
12553 parameter.
12554 <~bp_location>: Add destructor.
12555 <ops>: Remove.
12556
b671c7fb
TS
125572019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12558 Pedro Alves <palves@redhat.com>
12559
12560 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
12561 'PATH_MAX'.
12562
8071c5ce
DM
125632019-02-14 David Michael <fedora.dm0@gmail.com>
12564 Samuel Thibault <samuel.thibault@gnu.org>
12565 Thomas Schwinge <thomas@codesourcery.com>
12566
12567 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
12568 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
12569
b1041ae0
TS
125702019-02-14 Thomas Schwinge <thomas@codesourcery.com>
12571
924514e1
TS
12572 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
12573 (check_empty): Use "const char *".
12574
c29ee8d4
TS
12575 * gnu-nat.c (gnu_nat_target::detach): Instead of
12576 'detach_inferior (pid)' call
12577 'detach_inferior (find_inferior_pid (pid))'.
12578
6c6ef69f
TS
12579 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
12580 'nat/fork-inferior.o'.
12581 * gnu-nat.c: #include "nat/fork-inferior.h".
12582
2d0a338c
TS
12583 * gnu-nat.c (gnu_nat_target::detach): Instead of
12584 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
12585 * gnu-nat.h: #include "inf-child.h".
12586 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
12587 'i386_gnu_nat_target::fetch_registers'.
12588 (gnu_store_registers): Rename/move to
12589 'i386_gnu_nat_target::store_registers'.
12590
cabb5f06
TS
12591 * config/i386/nm-i386gnu.h: Don't "#include" any files.
12592 * gnu-nat.h (mach_thread_info): New function.
12593 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
12594
b1041ae0
TS
12595 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
12596
2988d01e
KF
125972019-02-14 Frederic Konrad <konrad@adacore.com>
12598
12599 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
12600
c559d709
JB
126012019-02-14 Joel Brobecker <brobecker@adacore.com>
12602
12603 * windows-nat.c (windows_add_thread): Add new parameter
12604 "main_thread_p" with default value set to false. Update
12605 function documentation as well as all callers.
12606 (windows_delete_thread): Likewise.
12607 (fake_create_process): Update call to windows_add_thread.
12608 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
12609 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
12610 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
12611 call to windows_delete_thread.
12612
007024cc
SM
126132019-02-13 Simon Marchi <simon.marchi@ericsson.com>
12614
12615 * MAINTAINERS: Add Andrew Burgess as global maintainer.
12616
f62318e9
JB
126172019-02-12 John Baldwin <jhb@FreeBSD.org>
12618
12619 * symfile.c (find_separate_debug_file): Use canonical path of
12620 sysroot with child_path instead of gdb_sysroot if it is valid.
12621
cd4b7848
JB
126222019-02-12 John Baldwin <jhb@FreeBSD.org>
12623
12624 * symfile.c (find_separate_debug_file): Use child_path to
12625 determine if an object file is under a sysroot.
12626
efac4bfe
JB
126272019-02-12 John Baldwin <jhb@FreeBSD.org>
12628
12629 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12630 unittests/child-path-selftests.c.
12631 * common/pathstuff.c (child_path): New function.
12632 * common/pathstuff.h (child_path): New prototype.
12633 * unittests/child-path-selftests.c: New file.
12634
402d2bfe
JB
126352019-02-12 John Baldwin <jhb@FreeBSD.org>
12636
12637 * symfile.c (find_separate_debug_file): Look for separate debug
12638 files in debug directories under the sysroot.
12639
1ed9f74e
PW
126402019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12641
12642 * symtab.h (struct minimal_symbol data_p): New const method.
12643 (struct minimal_symbol text_p): Likewise.
12644 * symtab.c (output_source_filename): Use file name style
12645 to print file name.
12646 (print_symbol_info): Likewise.
12647 (print_msymbol_info): Use address style to print addresses.
12648 Use function name style to print executable text symbols.
12649 (expand_symtab_containing_pc): Use data_p.
12650 (find_pc_sect_compunit_symtab): Likewise.
12651
2636d81d
PW
126522019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12653
12654 * breakpoint.c (describe_other_breakpoints): Use address style
12655 to print addresses.
12656 (say_where): Likewise.
12657
ac8c53cc
PW
126582019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12659
12660 * ada-typeprint.c (print_func_type): Print function name
12661 style to print function name.
12662 * c-typeprint.c (c_print_type_1): Likewise.
12663
ea638c43
AH
126642019-02-11 Alan Hayward <alan.hayward@arm.com>
12665
12666 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
12667 for execve.
12668
ab759ca8
PW
126692019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12670
12671 * c-exp.y (direct_abs_decl): Use emplace_back to record the
12672 type_stack.
12673
aff29d1c
JB
126742019-02-10 Joel Brobecker <brobecker@adacore.com>
12675
12676 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
12677 TYPE_CODE_REF types.
12678
617126bc
JW
126792019-02-08 Jim Wilson <jimw@sifive.com>
12680
12681 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
12682 (riscv_linux_fregset): New.
12683 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
12684
46e3ed7f
TT
126852019-02-07 Tom Tromey <tom@tromey.com>
12686
12687 * thread.c (thread_cancel_execution_command): Update.
12688 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
12689 methods.
12690 (struct thread_fsm_ops): Remove.
12691 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
12692 (thread_fsm_should_stop, thread_fsm_return_value)
12693 (thread_fsm_set_finished, thread_fsm_finished_p)
12694 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
12695 Don't declare.
12696 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
12697 * infrun.c (clear_proceed_status_thread)
12698 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
12699 (print_stop_event): Update.
12700 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
12701 Add constructor.
12702 (step_command_fsm_ops): Remove.
12703 (new_step_command_fsm): Remove.
12704 (step_1): Update.
12705 (step_command_fsm::should_stop): Rename from
12706 step_command_fsm_should_stop.
12707 (step_command_fsm::clean_up): Rename from
12708 step_command_fsm_clean_up.
12709 (step_command_fsm::do_async_reply_reason): Rename from
12710 step_command_fsm_async_reply_reason.
12711 (struct until_next_fsm): Inherit from thread_fsm. Add
12712 constructor.
12713 (until_next_fsm_ops): Remove.
12714 (new_until_next_fsm): Remove.
12715 (until_next_fsm::should_stop): Rename from
12716 until_next_fsm_should_stop.
12717 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12718 (until_next_fsm::do_async_reply_reason): Rename from
12719 until_next_fsm_async_reply_reason.
12720 (struct finish_command_fsm): Inherit from thread_fsm. Add
12721 constructor. Change type of breakpoint.
12722 (finish_command_fsm_ops): Remove.
12723 (new_finish_command_fsm): Remove.
12724 (finish_command_fsm::should_stop): Rename from
12725 finish_command_fsm_should_stop.
12726 (finish_command_fsm::clean_up): Rename from
12727 finish_command_fsm_clean_up.
12728 (finish_command_fsm::return_value): Rename from
12729 finish_command_fsm_return_value.
12730 (finish_command_fsm::do_async_reply_reason): Rename from
12731 finish_command_fsm_async_reply_reason.
12732 (finish_command): Update.
12733 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12734 Add constructor.
12735 (call_thread_fsm_ops): Remove.
12736 (call_thread_fsm::call_thread_fsm): Rename from
12737 new_call_thread_fsm.
12738 (call_thread_fsm::should_stop): Rename from
12739 call_thread_fsm_should_stop.
12740 (call_thread_fsm::should_notify_stop): Rename from
12741 call_thread_fsm_should_notify_stop.
12742 (run_inferior_call, call_function_by_hand_dummy): Update.
12743 * cli/cli-interp.c (should_print_stop_to_console): Update.
12744 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12745 Add constructor. Change type of location_breakpoint,
12746 caller_breakpoint.
12747 (until_break_fsm_ops): Remove.
12748 (new_until_break_fsm): Remove.
12749 (until_break_fsm::should_stop): Rename from
12750 until_break_fsm_should_stop.
12751 (until_break_fsm::clean_up): Rename from
12752 until_break_fsm_clean_up.
12753 (until_break_fsm::do_async_reply_reason): Rename from
12754 until_break_fsm_async_reply_reason.
12755 (until_break_command): Update.
12756 * thread-fsm.c: Remove.
12757 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12758
1a5c2598
TT
127592019-02-07 Tom Tromey <tom@tromey.com>
12760
12761 * yy-remap.h: Add include guard.
12762 * xtensa-tdep.h: Add include guard.
12763 * xcoffread.h: Rename include guard.
12764 * varobj-iter.h: Add include guard.
12765 * tui/tui.h: Rename include guard.
12766 * tui/tui-winsource.h: Rename include guard.
12767 * tui/tui-wingeneral.h: Rename include guard.
12768 * tui/tui-windata.h: Rename include guard.
12769 * tui/tui-win.h: Rename include guard.
12770 * tui/tui-stack.h: Rename include guard.
12771 * tui/tui-source.h: Rename include guard.
12772 * tui/tui-regs.h: Rename include guard.
12773 * tui/tui-out.h: Rename include guard.
12774 * tui/tui-layout.h: Rename include guard.
12775 * tui/tui-io.h: Rename include guard.
12776 * tui/tui-hooks.h: Rename include guard.
12777 * tui/tui-file.h: Rename include guard.
12778 * tui/tui-disasm.h: Rename include guard.
12779 * tui/tui-data.h: Rename include guard.
12780 * tui/tui-command.h: Rename include guard.
12781 * tic6x-tdep.h: Add include guard.
12782 * target/waitstatus.h: Rename include guard.
12783 * target/wait.h: Rename include guard.
12784 * target/target.h: Rename include guard.
12785 * target/resume.h: Rename include guard.
12786 * target-float.h: Rename include guard.
12787 * stabsread.h: Add include guard.
12788 * rs6000-tdep.h: Add include guard.
12789 * riscv-fbsd-tdep.h: Add include guard.
12790 * regformats/regdef.h: Rename include guard.
12791 * record.h: Rename include guard.
12792 * python/python.h: Rename include guard.
12793 * python/python-internal.h: Rename include guard.
12794 * python/py-stopevent.h: Rename include guard.
12795 * python/py-ref.h: Rename include guard.
12796 * python/py-record.h: Rename include guard.
12797 * python/py-record-full.h: Rename include guard.
12798 * python/py-record-btrace.h: Rename include guard.
12799 * python/py-instruction.h: Rename include guard.
12800 * python/py-events.h: Rename include guard.
12801 * python/py-event.h: Rename include guard.
12802 * procfs.h: Add include guard.
12803 * proc-utils.h: Add include guard.
12804 * p-lang.h: Add include guard.
12805 * or1k-tdep.h: Rename include guard.
12806 * observable.h: Rename include guard.
12807 * nto-tdep.h: Rename include guard.
12808 * nat/x86-linux.h: Rename include guard.
12809 * nat/x86-linux-dregs.h: Rename include guard.
12810 * nat/x86-gcc-cpuid.h: Add include guard.
12811 * nat/x86-dregs.h: Rename include guard.
12812 * nat/x86-cpuid.h: Rename include guard.
12813 * nat/ppc-linux.h: Rename include guard.
12814 * nat/mips-linux-watch.h: Rename include guard.
12815 * nat/linux-waitpid.h: Rename include guard.
12816 * nat/linux-ptrace.h: Rename include guard.
12817 * nat/linux-procfs.h: Rename include guard.
12818 * nat/linux-osdata.h: Rename include guard.
12819 * nat/linux-nat.h: Rename include guard.
12820 * nat/linux-namespaces.h: Rename include guard.
12821 * nat/linux-btrace.h: Rename include guard.
12822 * nat/glibc_thread_db.h: Rename include guard.
12823 * nat/gdb_thread_db.h: Rename include guard.
12824 * nat/gdb_ptrace.h: Rename include guard.
12825 * nat/fork-inferior.h: Rename include guard.
12826 * nat/amd64-linux-siginfo.h: Rename include guard.
12827 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
12828 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
12829 * nat/aarch64-linux.h: Rename include guard.
12830 * nat/aarch64-linux-hw-point.h: Rename include guard.
12831 * mn10300-tdep.h: Add include guard.
12832 * mips-linux-tdep.h: Add include guard.
12833 * mi/mi-parse.h: Rename include guard.
12834 * mi/mi-out.h: Rename include guard.
12835 * mi/mi-main.h: Rename include guard.
12836 * mi/mi-interp.h: Rename include guard.
12837 * mi/mi-getopt.h: Rename include guard.
12838 * mi/mi-console.h: Rename include guard.
12839 * mi/mi-common.h: Rename include guard.
12840 * mi/mi-cmds.h: Rename include guard.
12841 * mi/mi-cmd-break.h: Rename include guard.
12842 * m2-lang.h: Add include guard.
12843 * location.h: Rename include guard.
12844 * linux-record.h: Rename include guard.
12845 * linux-nat.h: Add include guard.
12846 * linux-fork.h: Add include guard.
12847 * i386-darwin-tdep.h: Rename include guard.
12848 * hppa-linux-offsets.h: Add include guard.
12849 * guile/guile.h: Rename include guard.
12850 * guile/guile-internal.h: Rename include guard.
12851 * gnu-nat.h: Rename include guard.
12852 * gdb-stabs.h: Rename include guard.
12853 * frv-tdep.h: Add include guard.
12854 * f-lang.h: Add include guard.
12855 * event-loop.h: Add include guard.
12856 * darwin-nat.h: Rename include guard.
12857 * cp-abi.h: Rename include guard.
12858 * config/sparc/nm-sol2.h: Rename include guard.
12859 * config/nm-nto.h: Rename include guard.
12860 * config/nm-linux.h: Add include guard.
12861 * config/i386/nm-i386gnu.h: Rename include guard.
12862 * config/djgpp/nl_types.h: Rename include guard.
12863 * config/djgpp/langinfo.h: Rename include guard.
12864 * compile/gcc-cp-plugin.h: Add include guard.
12865 * compile/gcc-c-plugin.h: Add include guard.
12866 * compile/compile.h: Rename include guard.
12867 * compile/compile-object-run.h: Rename include guard.
12868 * compile/compile-object-load.h: Rename include guard.
12869 * compile/compile-internal.h: Rename include guard.
12870 * compile/compile-cplus.h: Rename include guard.
12871 * compile/compile-c.h: Rename include guard.
12872 * common/xml-utils.h: Rename include guard.
12873 * common/x86-xstate.h: Rename include guard.
12874 * common/version.h: Rename include guard.
12875 * common/vec.h: Rename include guard.
12876 * common/tdesc.h: Rename include guard.
12877 * common/selftest.h: Rename include guard.
12878 * common/scoped_restore.h: Rename include guard.
12879 * common/scoped_mmap.h: Rename include guard.
12880 * common/scoped_fd.h: Rename include guard.
12881 * common/safe-iterator.h: Rename include guard.
12882 * common/run-time-clock.h: Rename include guard.
12883 * common/refcounted-object.h: Rename include guard.
12884 * common/queue.h: Rename include guard.
12885 * common/ptid.h: Rename include guard.
12886 * common/print-utils.h: Rename include guard.
12887 * common/preprocessor.h: Rename include guard.
12888 * common/pathstuff.h: Rename include guard.
12889 * common/observable.h: Rename include guard.
12890 * common/netstuff.h: Rename include guard.
12891 * common/job-control.h: Rename include guard.
12892 * common/host-defs.h: Rename include guard.
12893 * common/gdb_wait.h: Rename include guard.
12894 * common/gdb_vecs.h: Rename include guard.
12895 * common/gdb_unlinker.h: Rename include guard.
12896 * common/gdb_unique_ptr.h: Rename include guard.
12897 * common/gdb_tilde_expand.h: Rename include guard.
12898 * common/gdb_sys_time.h: Rename include guard.
12899 * common/gdb_string_view.h: Rename include guard.
12900 * common/gdb_splay_tree.h: Rename include guard.
12901 * common/gdb_setjmp.h: Rename include guard.
12902 * common/gdb_ref_ptr.h: Rename include guard.
12903 * common/gdb_optional.h: Rename include guard.
12904 * common/gdb_locale.h: Rename include guard.
12905 * common/gdb_assert.h: Rename include guard.
12906 * common/filtered-iterator.h: Rename include guard.
12907 * common/filestuff.h: Rename include guard.
12908 * common/fileio.h: Rename include guard.
12909 * common/environ.h: Rename include guard.
12910 * common/common-utils.h: Rename include guard.
12911 * common/common-types.h: Rename include guard.
12912 * common/common-regcache.h: Rename include guard.
12913 * common/common-inferior.h: Rename include guard.
12914 * common/common-gdbthread.h: Rename include guard.
12915 * common/common-exceptions.h: Rename include guard.
12916 * common/common-defs.h: Rename include guard.
12917 * common/common-debug.h: Rename include guard.
12918 * common/cleanups.h: Rename include guard.
12919 * common/buffer.h: Rename include guard.
12920 * common/btrace-common.h: Rename include guard.
12921 * common/break-common.h: Rename include guard.
12922 * cli/cli-utils.h: Rename include guard.
12923 * cli/cli-style.h: Rename include guard.
12924 * cli/cli-setshow.h: Rename include guard.
12925 * cli/cli-script.h: Rename include guard.
12926 * cli/cli-interp.h: Rename include guard.
12927 * cli/cli-decode.h: Rename include guard.
12928 * cli/cli-cmds.h: Rename include guard.
12929 * charset-list.h: Add include guard.
12930 * buildsym-legacy.h: Rename include guard.
12931 * bfin-tdep.h: Add include guard.
12932 * ax.h: Rename include guard.
12933 * arm-linux-tdep.h: Add include guard.
12934 * arm-fbsd-tdep.h: Add include guard.
12935 * arch/xtensa.h: Rename include guard.
12936 * arch/tic6x.h: Add include guard.
12937 * arch/i386.h: Add include guard.
12938 * arch/arm.h: Rename include guard.
12939 * arch/arm-linux.h: Rename include guard.
12940 * arch/arm-get-next-pcs.h: Rename include guard.
12941 * arch/amd64.h: Add include guard.
12942 * arch/aarch64-insn.h: Rename include guard.
12943 * arch-utils.h: Rename include guard.
12944 * annotate.h: Add include guard.
12945 * amd64-darwin-tdep.h: Rename include guard.
12946 * aarch64-linux-tdep.h: Add include guard.
12947 * aarch64-fbsd-tdep.h: Add include guard.
12948 * aarch32-linux-nat.h: Add include guard.
12949
ab9268d2
PW
129502019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12951
12952 * macrotab.c (macro_define_internal): New function that
12953 factorizes macro_define_object_internal and macro_define_function
12954 code.
12955 (macro_define_object_internal): Use macro_define_internal.
12956 (macro_define_function): Likewise.
12957
bb0da2b4
PW
129582019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12959
12960 * macrocmd.c (extract_identifier): Return
12961 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12962 callers.
12963
424eb552
JB
129642019-02-06 John Baldwin <jhb@FreeBSD.org>
12965
12966 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12967
1688cb29
TT
129682019-02-05 Tom Tromey <tom@tromey.com>
12969
12970 * target.c (target_stack::unpush): Move assertion earlier.
12971
b5eba2d8
TT
129722019-01-30 Tom Tromey <tom@tromey.com>
12973
12974 PR python/23615:
12975 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12976 (gdbpy_parse_and_eval): Likewise.
12977 * python/python-internal.h (gdbpy_allow_threads): New class.
12978
7054e2ff
JB
129792019-01-28 John Baldwin <jhb@FreeBSD.org>
12980
12981 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12982 (aarch64_fbsd_fpregmap): Move earlier.
12983 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12984 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12985 instead of individual calls to trad_frame_set_reg_addr.
12986 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12987 earlier.
12988 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12989 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12990 instead of individual calls to trad_frame_set_reg_addr.
12991
36c25ffa
AH
129922019-01-28 Alan Hayward <alan.hayward@arm.com>
12993
12994 * CONTRIBUTE: Replace contribution list with wiki link.
12995
a0707f3c
TT
129962019-01-25 Tom Tromey <tom@tromey.com>
12997
12998 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12999
0747795c
TT
130002019-01-25 Tom Tromey <tom@tromey.com>
13001
13002 * xtensa-linux-nat.c: Fix common/ includes.
13003 * xml-support.h: Fix common/ includes.
13004 * xml-support.c: Fix common/ includes.
13005 * x86-linux-nat.c: Fix common/ includes.
13006 * windows-nat.c: Fix common/ includes.
13007 * varobj.h: Fix common/ includes.
13008 * varobj.c: Fix common/ includes.
13009 * value.c: Fix common/ includes.
13010 * valops.c: Fix common/ includes.
13011 * utils.c: Fix common/ includes.
13012 * unittests/xml-utils-selftests.c: Fix common/ includes.
13013 * unittests/utils-selftests.c: Fix common/ includes.
13014 * unittests/unpack-selftests.c: Fix common/ includes.
13015 * unittests/tracepoint-selftests.c: Fix common/ includes.
13016 * unittests/style-selftests.c: Fix common/ includes.
13017 * unittests/string_view-selftests.c: Fix common/ includes.
13018 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13019 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13020 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13021 * unittests/rsp-low-selftests.c: Fix common/ includes.
13022 * unittests/parse-connection-spec-selftests.c: Fix common/
13023 includes.
13024 * unittests/optional-selftests.c: Fix common/ includes.
13025 * unittests/offset-type-selftests.c: Fix common/ includes.
13026 * unittests/observable-selftests.c: Fix common/ includes.
13027 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13028 * unittests/memrange-selftests.c: Fix common/ includes.
13029 * unittests/memory-map-selftests.c: Fix common/ includes.
13030 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13031 * unittests/function-view-selftests.c: Fix common/ includes.
13032 * unittests/environ-selftests.c: Fix common/ includes.
13033 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13034 * unittests/common-utils-selftests.c: Fix common/ includes.
13035 * unittests/cli-utils-selftests.c: Fix common/ includes.
13036 * unittests/array-view-selftests.c: Fix common/ includes.
13037 * ui-file.c: Fix common/ includes.
13038 * tui/tui-io.c: Fix common/ includes.
13039 * tracepoint.h: Fix common/ includes.
13040 * tracepoint.c: Fix common/ includes.
13041 * tracefile-tfile.c: Fix common/ includes.
13042 * top.h: Fix common/ includes.
13043 * top.c: Fix common/ includes.
13044 * thread.c: Fix common/ includes.
13045 * target/waitstatus.h: Fix common/ includes.
13046 * target/waitstatus.c: Fix common/ includes.
13047 * target.h: Fix common/ includes.
13048 * target.c: Fix common/ includes.
13049 * target-memory.c: Fix common/ includes.
13050 * target-descriptions.c: Fix common/ includes.
13051 * symtab.h: Fix common/ includes.
13052 * symfile.c: Fix common/ includes.
13053 * stap-probe.c: Fix common/ includes.
13054 * spu-linux-nat.c: Fix common/ includes.
13055 * sparc-nat.c: Fix common/ includes.
13056 * source.c: Fix common/ includes.
13057 * solib.c: Fix common/ includes.
13058 * solib-target.c: Fix common/ includes.
13059 * ser-unix.c: Fix common/ includes.
13060 * ser-tcp.c: Fix common/ includes.
13061 * ser-pipe.c: Fix common/ includes.
13062 * ser-base.c: Fix common/ includes.
13063 * selftest-arch.c: Fix common/ includes.
13064 * s12z-tdep.c: Fix common/ includes.
13065 * rust-exp.y: Fix common/ includes.
13066 * rs6000-aix-tdep.c: Fix common/ includes.
13067 * riscv-tdep.c: Fix common/ includes.
13068 * remote.c: Fix common/ includes.
13069 * remote-notif.h: Fix common/ includes.
13070 * remote-fileio.h: Fix common/ includes.
13071 * remote-fileio.c: Fix common/ includes.
13072 * regcache.h: Fix common/ includes.
13073 * regcache.c: Fix common/ includes.
13074 * record-btrace.c: Fix common/ includes.
13075 * python/python.c: Fix common/ includes.
13076 * python/py-type.c: Fix common/ includes.
13077 * python/py-inferior.c: Fix common/ includes.
13078 * progspace.h: Fix common/ includes.
13079 * producer.c: Fix common/ includes.
13080 * procfs.c: Fix common/ includes.
13081 * proc-api.c: Fix common/ includes.
13082 * printcmd.c: Fix common/ includes.
13083 * ppc-linux-nat.c: Fix common/ includes.
13084 * parser-defs.h: Fix common/ includes.
13085 * osdata.c: Fix common/ includes.
13086 * obsd-nat.c: Fix common/ includes.
13087 * nat/x86-linux.c: Fix common/ includes.
13088 * nat/x86-linux-dregs.c: Fix common/ includes.
13089 * nat/x86-dregs.h: Fix common/ includes.
13090 * nat/x86-dregs.c: Fix common/ includes.
13091 * nat/ppc-linux.c: Fix common/ includes.
13092 * nat/mips-linux-watch.h: Fix common/ includes.
13093 * nat/mips-linux-watch.c: Fix common/ includes.
13094 * nat/linux-waitpid.c: Fix common/ includes.
13095 * nat/linux-ptrace.h: Fix common/ includes.
13096 * nat/linux-ptrace.c: Fix common/ includes.
13097 * nat/linux-procfs.c: Fix common/ includes.
13098 * nat/linux-personality.c: Fix common/ includes.
13099 * nat/linux-osdata.c: Fix common/ includes.
13100 * nat/linux-namespaces.c: Fix common/ includes.
13101 * nat/linux-btrace.h: Fix common/ includes.
13102 * nat/linux-btrace.c: Fix common/ includes.
13103 * nat/fork-inferior.c: Fix common/ includes.
13104 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13105 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13106 * nat/aarch64-linux.c: Fix common/ includes.
13107 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13108 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13109 * namespace.h: Fix common/ includes.
13110 * mips-linux-tdep.c: Fix common/ includes.
13111 * minsyms.c: Fix common/ includes.
13112 * mi/mi-parse.h: Fix common/ includes.
13113 * mi/mi-main.c: Fix common/ includes.
13114 * mi/mi-cmd-env.c: Fix common/ includes.
13115 * memrange.h: Fix common/ includes.
13116 * memattr.c: Fix common/ includes.
13117 * maint.h: Fix common/ includes.
13118 * maint.c: Fix common/ includes.
13119 * main.c: Fix common/ includes.
13120 * machoread.c: Fix common/ includes.
13121 * location.c: Fix common/ includes.
13122 * linux-thread-db.c: Fix common/ includes.
13123 * linux-nat.c: Fix common/ includes.
13124 * linux-fork.c: Fix common/ includes.
13125 * inline-frame.c: Fix common/ includes.
13126 * infrun.c: Fix common/ includes.
13127 * inflow.c: Fix common/ includes.
13128 * inferior.h: Fix common/ includes.
13129 * inferior.c: Fix common/ includes.
13130 * infcmd.c: Fix common/ includes.
13131 * inf-ptrace.c: Fix common/ includes.
13132 * inf-child.c: Fix common/ includes.
13133 * ia64-linux-nat.c: Fix common/ includes.
13134 * i387-tdep.c: Fix common/ includes.
13135 * i386-tdep.c: Fix common/ includes.
13136 * i386-linux-tdep.c: Fix common/ includes.
13137 * i386-linux-nat.c: Fix common/ includes.
13138 * i386-go32-tdep.c: Fix common/ includes.
13139 * i386-fbsd-tdep.c: Fix common/ includes.
13140 * i386-fbsd-nat.c: Fix common/ includes.
13141 * guile/scm-type.c: Fix common/ includes.
13142 * guile/guile.c: Fix common/ includes.
13143 * go32-nat.c: Fix common/ includes.
13144 * gnu-nat.c: Fix common/ includes.
13145 * gdbthread.h: Fix common/ includes.
13146 * gdbarch-selftests.c: Fix common/ includes.
13147 * gdb_usleep.c: Fix common/ includes.
13148 * gdb_select.h: Fix common/ includes.
13149 * gdb_bfd.c: Fix common/ includes.
13150 * gcore.c: Fix common/ includes.
13151 * fork-child.c: Fix common/ includes.
13152 * findvar.c: Fix common/ includes.
13153 * fbsd-nat.c: Fix common/ includes.
13154 * event-top.c: Fix common/ includes.
13155 * event-loop.c: Fix common/ includes.
13156 * dwarf2read.c: Fix common/ includes.
13157 * dwarf2loc.c: Fix common/ includes.
13158 * dwarf2-frame.c: Fix common/ includes.
13159 * dwarf-index-cache.c: Fix common/ includes.
13160 * dtrace-probe.c: Fix common/ includes.
13161 * disasm-selftests.c: Fix common/ includes.
13162 * defs.h: Fix common/ includes.
13163 * csky-tdep.c: Fix common/ includes.
13164 * cp-valprint.c: Fix common/ includes.
13165 * cp-support.h: Fix common/ includes.
13166 * cp-support.c: Fix common/ includes.
13167 * corelow.c: Fix common/ includes.
13168 * completer.h: Fix common/ includes.
13169 * completer.c: Fix common/ includes.
13170 * compile/compile.c: Fix common/ includes.
13171 * compile/compile-loc2c.c: Fix common/ includes.
13172 * compile/compile-cplus-types.c: Fix common/ includes.
13173 * compile/compile-cplus-symbols.c: Fix common/ includes.
13174 * command.h: Fix common/ includes.
13175 * cli/cli-dump.c: Fix common/ includes.
13176 * cli/cli-cmds.c: Fix common/ includes.
13177 * charset.c: Fix common/ includes.
13178 * build-id.c: Fix common/ includes.
13179 * btrace.h: Fix common/ includes.
13180 * btrace.c: Fix common/ includes.
13181 * breakpoint.h: Fix common/ includes.
13182 * breakpoint.c: Fix common/ includes.
13183 * ax.h:
13184 (enum agent_op): Fix common/ includes.
13185 * ax-general.c (struct aop_map): Fix common/ includes.
13186 * ax-gdb.c: Fix common/ includes.
13187 * auxv.c: Fix common/ includes.
13188 * auto-load.c: Fix common/ includes.
13189 * arm-tdep.c: Fix common/ includes.
13190 * arch/riscv.c: Fix common/ includes.
13191 * arch/ppc-linux-common.c: Fix common/ includes.
13192 * arch/i386.c: Fix common/ includes.
13193 * arch/arm.c: Fix common/ includes.
13194 * arch/arm-linux.c: Fix common/ includes.
13195 * arch/arm-get-next-pcs.c: Fix common/ includes.
13196 * arch/amd64.c: Fix common/ includes.
13197 * arch/aarch64.c: Fix common/ includes.
13198 * arch/aarch64-insn.c: Fix common/ includes.
13199 * arch-utils.c: Fix common/ includes.
13200 * amd64-windows-tdep.c: Fix common/ includes.
13201 * amd64-tdep.c: Fix common/ includes.
13202 * amd64-sol2-tdep.c: Fix common/ includes.
13203 * amd64-obsd-tdep.c: Fix common/ includes.
13204 * amd64-nbsd-tdep.c: Fix common/ includes.
13205 * amd64-linux-tdep.c: Fix common/ includes.
13206 * amd64-linux-nat.c: Fix common/ includes.
13207 * amd64-fbsd-tdep.c: Fix common/ includes.
13208 * amd64-fbsd-nat.c: Fix common/ includes.
13209 * amd64-dicos-tdep.c: Fix common/ includes.
13210 * amd64-darwin-tdep.c: Fix common/ includes.
13211 * agent.c: Fix common/ includes.
13212 * ada-lang.h: Fix common/ includes.
13213 * ada-lang.c: Fix common/ includes.
13214 * aarch64-tdep.c: Fix common/ includes.
13215
2f5c153e
TT
132162019-01-25 Tom Tromey <tom@tromey.com>
13217
13218 * common/create-version.sh: Use common/version.h.
13219
adc6a863
PA
132202019-01-24 Pedro Alves <palves@redhat.com>
13221
13222 * infrun.c (signal_stop, signal_print, signal_program)
13223 (signal_catch, signal_pass): Now arrays instead of pointers.
13224 (update_signals_program_target, do_target_resume)
13225 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13226 * linux-nat.c (linux_nat_target::pass_signals)
13227 (linux_nat_target::create_inferior, linux_nat_target::attach):
13228 Adjust.
13229 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13230 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13231 * procfs.c (procfs_target::pass_signals): Adjust.
13232 * record-full.c (record_full_target::resume): Adjust.
13233 * remote.c (remote_target::pass_signals)
13234 (remote_target::program_signals): Adjust.
13235 * target-debug.h (target_debug_print_signals): Now takes a
13236 gdb::array_view as parameter. Adjust.
13237 * target.h (target_ops) <pass_signals, program_signals>: Replace
13238 pointer and length parameters with gdb::array_view.
13239 (target_pass_signals, target_program_signals): Likewise.
13240 * target-delegates.c: Regenerate.
13241
3046d67a
PA
132422019-01-24 Pedro Alves <palves@redhat.com>
13243
13244 * common/forward-scope-exit.h
13245 (forward_scope_exit::forward_scope_exit): Pass arguments to
13246 m_bind_function directly, instead of creating a std::bind and
13247 copying that.
13248
353229bf
AH
132492019-01-24 Alan Hayward <alan.hayward@arm.com>
13250
13251 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13252 for static members.
13253 (pass_in_v_vfp_candidate): Likewise.
13254
311dc83a
TT
132552019-01-23 Tom Tromey <tom@tromey.com>
13256 Pedro Alves <palves@redhat.com>
13257
13258 * regcache.c (class regcache_invalidator): Remove.
13259 (regcache::raw_write): Use make_scope_exit.
13260
296bd123
TT
132612019-01-23 Tom Tromey <tom@tromey.com>
13262
13263 * ui-out.h (class ui_out_emit_type): Update comment.
13264
979a0d13
TT
132652019-01-23 Tom Tromey <tom@tromey.com>
13266
13267 * infrun.c (fetch_inferior_event): Update comment.
13268
d238133d
TT
132692019-01-23 Tom Tromey <tom@tromey.com>
13270 Pedro Alves <palves@redhat.com>
13271
13272 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13273 parameter.
13274 (fetch_inferior_event): Use SCOPE_EXIT.
13275
13276
9885e6bb
TT
132772019-01-23 Tom Tromey <tom@tromey.com>
13278 Pedro Alves <palves@redhat.com>
13279
13280 * infrun.c (disable_thread_events): Delete.
13281 (stop_all_threads): Use SCOPE_EXIT.
13282
286526c1
TT
132832019-01-23 Tom Tromey <tom@tromey.com>
13284 Pedro Alves <palves@redhat.com>
13285
13286 * symfile.c: Include forward-scope-exit.h.
13287 (clear_symtab_users_cleanup): Replace forward declaration with
13288 a FORWARD_SCOPE_EXIT.
13289 (syms_from_objfile_1): Use the forward_scope_exit and
13290 gdb::optional instead of cleanup_function.
13291 (reread_symbols): Use the forward_scope_exit instead of
13292 cleanup_function.
13293 (clear_symtab_users_cleanup): Remove function.
13294
1db93f14
TT
132952019-01-23 Tom Tromey <tom@tromey.com>
13296 Pedro Alves <palves@redhat.com>
13297
13298 * linux-nat.c: Include scope-exit.h.
13299 (cleanup_target_stop): Remove.
13300 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13301 SCOPE_EXIT.
13302
2cc83d1e
TT
133032019-01-23 Tom Tromey <tom@tromey.com>
13304 Pedro Alves <palves@redhat.com>
13305
13306 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13307 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13308
694c6bf5
TT
133092019-01-23 Tom Tromey <tom@tromey.com>
13310 Andrew Burgess <andrew.burgess@embecosm.com>
13311 Pedro Alves <palves@redhat.com>
13312
13313 * infrun.c (fetch_inferior_event): Use scope_exit.
13314 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13315 * top.c (execute_command): Use scope_exit.
13316 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13317 * utils.c (do_bpstat_clear_actions_cleanup)
13318 (make_bpstat_clear_actions_cleanup): Remove.
13319
4c41382a
TT
133202019-01-23 Tom Tromey <tom@tromey.com>
13321 Pedro Alves <palves@redhat.com>
13322
13323 * infrun.c: Include "common/scope-exit.h"
13324 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13325 (wait_for_inferior): Use SCOPE_EXIT.
13326 (fetch_inferior_event): Use scope_exit.
13327
89f8fb50
TT
133282019-01-23 Tom Tromey <tom@tromey.com>
13329 Pedro Alves <palves@redhat.com>
13330
13331 * breakpoint.c (create_breakpoint): Remove cleanup.
13332
5419bdae
TT
133332019-01-23 Tom Tromey <tom@tromey.com>
13334 Andrew Burgess <andrew.burgess@embecosm.com>
13335 Pedro Alves <palves@redhat.com>
13336
e587ef42
PA
133372019-01-23 Pedro Alves <palves@redhat.com>
13338
13339 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13340
77f0e74c
PA
133412019-01-23 Pedro Alves <palves@redhat.com>
13342 Andrew Burgess <andrew.burgess@embecosm.com>
13343
13344 * gdbthread.h: Include "common/forward-scope-exit.h".
13345 (scoped_finish_thread_state): Redefine custom class in terms of
13346 forward_scope_exit.
13347
5b9b3e53
PA
133482019-01-23 Pedro Alves <palves@redhat.com>
13349 Andrew Burgess <andrew.burgess@embecosm.com>
13350
13351 * common/forward-scope-exit.h: New file.
13352
54b65c9b
PA
133532019-01-23 Pedro Alves <palves@redhat.com>
13354 Andrew Burgess <andrew.burgess@embecosm.com>
13355 Tom Tromey <tom@tromey.com>
13356
13357 * common/scope-exit.h: New file.
13358
cf08fb29
PA
133592019-01-23 Pedro Alves <palves@redhat.com>
13360
13361 * common/preprocessor.h (ESC): Rename to ...
13362 (ESC_PARENS): ... this.
13363 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13364 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13365
ae73e2e2
TT
133662019-01-23 Tom Tromey <tom@tromey.com>
13367
13368 * language.h (class scoped_switch_to_sym_language_if_auto):
13369 Initialize m_lang in both cases.
13370
6594e122
AH
133712019-01-23 Alan Hayward <alan.hayward@arm.com>
13372
13373 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13374 with XCNEW.
13375
a7c9855d
TT
133762019-01-22 Tom Tromey <tom@tromey.com>
13377
13378 * corelow.c: Do not include sys/file.h.
13379
93cc1d53
TT
133802019-01-22 Tom Tromey <tom@tromey.com>
13381
13382 * tui/tui-wingeneral.h: Include gdb_curses.h.
13383
38561778
TT
133842019-01-22 Tom Tromey <tom@tromey.com>
13385
13386 * source-cache.h (class source_cache) <get_source_lines,
13387 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13388
37b3ab5b
TT
133892019-01-22 Tom Tromey <tom@tromey.com>
13390
13391 * remote-fileio.h (struct remote_target): Declare.
13392
3fabc016
TT
133932019-01-22 Tom Tromey <tom@tromey.com>
13394
13395 * python/py-arch.c: Do not include py-ref.h.
13396 * python/py-bpevent.c: Do not include py-ref.h.
13397 * python/py-cmd.c: Do not include py-ref.h.
13398 * python/py-continueevent.c: Do not include py-ref.h.
13399 * python/py-event.h: Do not include py-ref.h.
13400 * python/py-evtregistry.c: Do not include py-ref.h.
13401 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13402 * python/py-frame.c: Do not include py-ref.h.
13403 * python/py-framefilter.c: Do not include py-ref.h.
13404 * python/py-function.c: Do not include py-ref.h.
13405 * python/py-infevents.c: Do not include py-ref.h.
13406 * python/py-linetable.c: Do not include py-ref.h.
13407 * python/py-objfile.c: Do not include py-ref.h.
13408 * python/py-param.c: Do not include py-ref.h.
13409 * python/py-prettyprint.c: Do not include py-ref.h.
13410 * python/py-progspace.c: Do not include py-ref.h.
13411 * python/py-symbol.c: Do not include py-ref.h.
13412 * python/py-symtab.c: Do not include py-ref.h.
13413 * python/py-type.c: Do not include py-ref.h.
13414 * python/py-unwind.c: Do not include py-ref.h.
13415 * python/py-utils.c: Do not include py-ref.h.
13416 * python/py-value.c: Do not include py-ref.h.
13417 * python/py-varobj.c: Do not include py-ref.h.
13418 * python/py-xmethods.c: Do not include py-ref.h.
13419 * python/python.c: Do not include py-ref.h.
13420 * varobj.c: Do not include py-ref.h.
13421
6b4d7774
TT
134222019-01-22 Tom Tromey <tom@tromey.com>
13423
13424 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13425 keyword for bcache.
13426
7af7e9b5
TT
134272019-01-22 Tom Tromey <tom@tromey.com>
13428
13429 * compile/compile-cplus-types.c: Remove a comment by #include.
13430
951d1049
TT
134312019-01-22 Tom Tromey <tom@tromey.com>
13432
13433 * compile/gcc-c-plugin.h: Include compile-internal.h.
13434
d65d5705
TT
134352019-01-22 Tom Tromey <tom@tromey.com>
13436
13437 * stabsread.c (EXTERN): Do not define.
13438 (symnum, next_symbol_text_func, processing_gcc_compilation)
13439 (within_function, global_sym_chain, global_stabs)
13440 (previous_stab_code, this_object_header_files)
13441 (n_this_object_header_files)
13442 (n_allocated_this_object_header_files): Define.
13443 * stabsread.h (EXTERN): Never define. Use "extern".
13444
b6fb1ee5
PW
134452019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13446
13447 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13448 history_value.
13449
be6d4f74
TT
134502019-01-21 Tom Tromey <tom@tromey.com>
13451
13452 * ui-out.c: Fix includes.
13453 * tui/tui-source.c: Fix includes.
13454 * target.c: Fix includes.
13455 * remote.c: Fix includes.
13456 * regcache.c: Fix includes.
13457 * python/py-block.c: Fix includes.
13458 * printcmd.c: Fix includes.
13459 * or1k-tdep.c: Fix includes.
13460 * mi/mi-main.c: Fix includes.
13461 * m32r-tdep.c: Fix includes.
13462 * csky-tdep.c: Fix includes.
13463 * compile/compile-cplus-types.c: Fix includes.
13464 * cli/cli-interp.c: Fix includes.
13465
73021deb
AH
134662019-01-21 Alan Hayward <alan.hayward@arm.com>
13467
13468 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13469 for padding.
13470
7932255d
TT
134712019-01-16 Tom Tromey <tom@tromey.com>
13472
13473 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13474 earlier.
13475 (struct objfile) <msymbols_range>: Move from top level.
13476 <msymbols>: New method.
13477 (class objfile_msymbols): Remove.
13478 * symtab.c (default_collect_symbol_completion_matches_break_on):
13479 Update.
13480 * symmisc.c (dump_msymbols): Update.
13481 * stabsread.c (scan_file_globals): Update.
13482 * objc-lang.c (info_selectors_command, info_classes_command)
13483 (find_methods): Update.
13484 * minsyms.c (find_solib_trampoline_target): Update.
13485 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13486 * coffread.c (coff_symfile_read): Update.
13487 * ada-lang.c (ada_lookup_simple_minsym)
13488 (ada_collect_symbol_completion_matches): Update.
13489
604b1bfb
TT
134902019-01-16 Tom Tromey <tom@tromey.com>
13491
13492 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13493 type. Remove no-argument constructor.
13494 <iterator::operator++>: Simplify.
13495 <begin>: Update.
13496 <end>: Use minimal_symbol_count.
13497
f252c6d5
TT
134982019-01-16 Tom Tromey <tom@tromey.com>
13499
13500 * objfiles.h (struct objfile) <psymtabs>: New method.
13501 (class objfile_psymtabs): Remove.
13502 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13503 typedef.
13504 <range>: New method.
13505 (require_partial_symbols): Change return type.
13506 * psymtab.c (require_partial_symbols)
13507 (psym_expand_symtabs_matching): Update.
13508 * mdebugread.c (parse_partial_symbols): Update.
13509 * dbxread.c (dbx_end_psymtab): Update.
13510
b669c953
TT
135112019-01-15 Tom Tromey <tom@tromey.com>
13512
13513 * symtab.c (lookup_objfile_from_block)
13514 (lookup_symbol_in_objfile_symtabs)
13515 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
13516 (find_line_symtab, info_sources_command)
13517 (default_collect_symbol_completion_matches_break_on)
13518 (make_source_files_completion_list): Update.
13519 * symmisc.c (print_objfile_statistics, dump_objfile)
13520 (maintenance_print_symbols, maintenance_info_symtabs)
13521 (maintenance_check_symtabs, maintenance_info_line_tables):
13522 Update.
13523 * source.c (select_source_symtab)
13524 (forget_cached_source_info_for_objfile): Update.
13525 * objfiles.h (class objfile_compunits): Remove.
13526 (struct objfile) <compunits_range>: New typedef.
13527 (compunits): New method.
13528 * objfiles.c (objfile_relocate1): Update.
13529 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13530 * maint.c (count_symtabs_and_blocks): Update.
13531 * linespec.c (iterate_over_all_matching_symtabs): Update.
13532 * cp-support.c (add_symbol_overload_list_qualified): Update.
13533 * coffread.c (coff_symtab_read): Update.
13534 * ada-lang.c (add_nonlocal_symbols)
13535 (ada_collect_symbol_completion_matches)
13536 (ada_add_global_exceptions): Update.
13537
7e955d83
TT
135382019-01-15 Tom Tromey <tom@tromey.com>
13539
13540 * progspace.h (program_space) <objfiles_safe_range>: New
13541 typedef.
13542 <objfiles_safe>: New method.
13543 * objfiles.h (class all_objfiles_safe): Remove.
13544 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
13545 * jit.c (jit_inferior_exit_hook): Update.
13546
2030c079
TT
135472019-01-17 Tom Tromey <tom@tromey.com>
13548
13549 * progspace.h (program_space) <objfiles_range>: New typedef.
13550 <objfiles>: New method.
13551 <objfiles_head>: Rename from objfiles.
13552 (object_files): Update.
13553 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
13554 * guile/scm-pretty-print.c
13555 (ppscm_find_pretty_printer_from_objfiles): Update.
13556 * guile/scm-objfile.c (gdbscm_objfiles): Update.
13557 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
13558 Update.
13559 * python/py-progspace.c (pspy_get_objfiles): Update.
13560 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13561 Update.
13562 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13563 (objfpy_lookup_objfile_by_build_id): Update.
13564 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
13565 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13566 Update.
13567 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13568 (expand_symtab_containing_pc, lookup_objfile_from_block)
13569 (lookup_static_symbol, basic_lookup_transparent_type)
13570 (find_pc_sect_compunit_symtab, find_symbol_at_address)
13571 (find_line_symtab, info_sources_command)
13572 (default_collect_symbol_completion_matches_break_on)
13573 (make_source_files_completion_list, find_main_name): Update.
13574 * symmisc.c (print_symbol_bcache_statistics)
13575 (print_objfile_statistics, maintenance_print_symbols)
13576 (maintenance_print_msymbols, maintenance_print_objfiles)
13577 (maintenance_info_symtabs, maintenance_check_symtabs)
13578 (maintenance_expand_symtabs, maintenance_info_line_tables):
13579 Update.
13580 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
13581 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
13582 (map_overlay_command, unmap_overlay_command)
13583 (simple_overlay_update, expand_symtabs_matching)
13584 (map_symbol_filenames): Update.
13585 * symfile-debug.c (set_debug_symfile): Update.
13586 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
13587 Update.
13588 * source.c (select_source_symtab, forget_cached_source_info):
13589 Update.
13590 * solib.c (solib_read_symbols): Update.
13591 * solib-spu.c (append_ocl_sos): Update.
13592 * psymtab.c (maintenance_print_psymbols)
13593 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
13594 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
13595 * printcmd.c (info_symbol_command): Update.
13596 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
13597 Update.
13598 * objfiles.h (class all_objfiles): Remove.
13599 * objfiles.c (have_partial_symbols, have_full_symbols)
13600 (have_minimal_symbols, qsort_cmp, update_section_map)
13601 (shared_objfile_contains_address_p)
13602 (default_iterate_over_objfiles_in_search_order): Update.
13603 * objc-lang.c (info_selectors_command, info_classes_command)
13604 (find_methods): Update.
13605 * minsyms.c (find_solib_trampoline_target): Update.
13606 * maint.c (maintenance_info_sections)
13607 (maintenance_translate_address, count_symtabs_and_blocks):
13608 Update.
13609 * main.c (captured_main_1): Update.
13610 * linux-thread-db.c (try_thread_db_load_from_pdir)
13611 (has_libpthread): Update.
13612 * linespec.c (iterate_over_all_matching_symtabs)
13613 (search_minsyms_for_name): Update.
13614 * jit.c (jit_find_objf_with_entry_addr): Update.
13615 * hppa-tdep.c (find_unwind_entry)
13616 (hppa_lookup_stub_minimal_symbol): Update.
13617 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
13618 Update.
13619 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13620 (elf_gnu_ifunc_resolve_by_got): Update.
13621 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
13622 * dwarf-index-write.c (save_gdb_index_command): Update.
13623 * cp-support.c (add_symbol_overload_list_qualified): Update.
13624 * breakpoint.c (create_overlay_event_breakpoint)
13625 (create_longjmp_master_breakpoint)
13626 (create_std_terminate_master_breakpoint)
13627 (create_exception_master_breakpoint): Update.
13628 * blockframe.c (find_pc_partial_function): Update.
13629 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
13630 (ada_collect_symbol_completion_matches)
13631 (ada_add_global_exceptions): Update.
13632
776489e0
TT
136332019-01-17 Tom Tromey <tom@tromey.com>
13634
13635 * solib-target.c (lm_info_target_p): Remove typedef. Don't
13636 declare VEC.
13637 (solib_target_parse_libraries): Change return type.
13638 (library_list_start_segment, library_list_start_section)
13639 (library_list_end_library, library_list_start_library); Update.
13640 (solib_target_free_library_list): Remove.
13641 (solib_target_parse_libraries): Remove cleanup. Change return
13642 type.
13643 (solib_target_current_sos): Update.
13644
6471e7d2
TT
136452019-01-17 Tom Tromey <tromey@bapiya>
13646
13647 * valprint.c: Replace "the the" with "the".
13648 * symtab.c: Replace "the the" with "the".
13649 * solib.c: Replace "the the" with "the".
13650 * solib-dsbt.c: Replace "the the" with "the".
13651 * linespec.c: Replace "the the" with "the".
13652 * dwarf2loc.h: Replace "the the" with "the".
13653 * amd64-windows-tdep.c: Replace "the the" with "the".
13654 * aarch64-tdep.c: Replace "the the" with "the".
13655
c24bdb02
KS
136562019-01-16 Keith Seitz <keiths@redhat.com>
13657
13658 PR gdb/23773
13659 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
13660 <builder>: Rename to ..
13661 <m_builder>: ... this and make private.
13662 (dwarf2_cu::get_builder): New method. Change all users of
13663 `builder' to use this method.
13664 (dwarf2_start_symtab): Move to ...
13665 (dwarf2_cu::start_symtab): ... here. Update all callers
13666 (setup_type_unit_groups): Move to ...
13667 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
13668 callers.
13669 (dwarf2_cu::reset_builder): New method.
13670 (process_full_compunit, process_full_type_unit): Use
13671 dwarf2_cu::reset_builder.
13672 (follow_die_offset): Record the ancestor CU if it is different
13673 from the followed DIE's CU.
13674 (follow_die_sig_1): Likewise.
13675
8d64371b
TT
136762019-01-15 Tom Tromey <tom@tromey.com>
13677
13678 * remote.c (class remote_state) <buf>: Now a char_vector.
13679 <buf_size>: Remove.
13680 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
13681 parameter.
13682 (remote_target::getpkt_or_notif_sane_1)
13683 (remote_target::getpkt_sane)
13684 (remote_target::getpkt_or_notif_sane): Likewise.
13685 (class remote_target) <putpkt>: New overload.
13686 (remote_target::read_frame): Change type of "buf_p". Remove
13687 sizeof_p parameter.
13688 (packet_ok): New overload.
13689 (packet_check_result): New overload.
13690 Update all uses.
13691
bb277751
TT
136922019-01-14 Tom Tromey <tom@tromey.com>
13693
13694 * remote-notif.c (handle_notification, remote_notif_ack)
13695 (remote_notif_parse): Make "buf" const.
13696 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
13697 const.
13698 (remote_notif_parse, remote_notif_ack, handle_notification):
13699 Likewise.
13700 * remote.c (remote_notif_stop_parse): Make "buf" const.
13701 (remote_target::remote_parse_stop_reply): Make "buf" const.
13702 (remote_notif_stop_ack): Make "buf" const.
13703
05be00a8
TT
137042019-01-14 Tom Tromey <tom@tromey.com>
13705
13706 * remote.c (remote_console_output): Make parameter const.
13707
491adeca
TT
137082019-01-14 Tom Tromey <tom@tromey.com>
13709
13710 * target-debug.h (target_debug_print_signals): Constify.
13711 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13712 * procfs.c (procfs_target::pass_signals): Update.
13713 * linux-nat.c (linux_nat_target::pass_signals): Update.
13714 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13715 * target-delegates.c: Rebuild.
13716 * remote.c (remote_target::program_signals): Update.
13717 (remote_target::pass_signals): Update.
13718 * target.c (target_pass_signals): Constify argument.
13719 (target_program_signals): Likewise.
13720 * target.h (struct target_ops) <pass_signals, program_signals>:
13721 Constify argument.
13722 (target_pass_signals, target_program_signals): Constify argument.
13723
bbd94648
TT
137242019-01-14 Tom Tromey <tom@tromey.com>
13725
13726 PR tui/28819:
13727 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13728
6f072a10
PFC
137292019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13730
13731 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13732 field.
13733 * rs6000-tdep.c: Include reggroups.h.
13734 (IS_V_ALIAS_PSEUDOREG): Define.
13735 (rs6000_register_name): Return names for the "vX" aliases.
13736 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13737 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13738 aliases. Call default_register_reggroup_p for all other
13739 pseudo-registers.
13740 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13741 New functions.
13742 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13743 Handle "vX" aliases.
13744 (v_alias_pseudo_register_collect): New function.
13745 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13746 (rs6000_gdbarch_init): Initialize "vX" aliases as
13747 pseudo-registers. Restore registration of
13748 rs6000_pseudo_register_reggroup_p with
13749 set_tdesc_pseudo_register_reggroup_p.
13750
1a782351
MF
137512019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13752
13753 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13754 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13755 set_gdbarch_num_pseudo_regs.
13756
d73cff18
PW
137572019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13758
13759 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13760 Remove arg prefixname, add do_set and do_show.
13761 Add member functions set_list and show_list.
13762 * cli/cli-style.c (class cli_style_option): Update accordingly.
13763 (style_set_list): Move to file scope.
13764 (style_show_list): Likewise.
13765 (set_style): Call help_list.
13766 (show_style): Call cmd_show_list.
13767 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13768 Update to use the new macro.
13769
60a90376
JB
137702019-10-12 Joel Brobecker <brobecker@adacore.com>
13771
13772 * ada-lang.c (_initialize_ada_language): Expand the help text
13773 for the "catch exception" command.
13774
9d7c67bf
PW
137752019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13776
13777 * symtab.c (matching_obj_sections): Initialize obj,
13778 declare it closer to its usage.
13779
7cf47dc4
TT
137802019-01-10 Tom Tromey <tom@tromey.com>
13781
13782 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13783 (basic_inf_threads_range): Remove.
13784 (inf_threads_range, inf_non_exited_threads_range)
13785 (safe_inf_threads_range): Use next_adapter.
13786
d3cb6808
KS
137872019-01-10 Keith Seitz <keiths@redhat.com>
13788
13789 PR gdb/23712
13790 PR symtab/23010
13791 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13792 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13793
63a20375
KS
137942019-01-10 Keith Seitz <keiths@redhat.com>
13795
13796 PR gdb/23712
13797 PR symtab/23010
13798 * dictionary.c (pending_to_vector): Remove.
13799 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13800 Remove _1 suffix, replacing functions of the same name. Update
13801 all callers.
13802 (dict_create_hashed, dict_create_hashed_expandable)
13803 (dict_create_linear, dict_create_linear_expandable, dict_free)
13804 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13805 Make functions static.
13806
b026f593
KS
138072019-01-10 Keith Seitz <keiths@redhat.com>
13808
13809 PR gdb/23712
13810 PR symtab/23010
13811 * dictionary.h (struct dictionary): Replace declaration with
13812 multidictionary.
13813 (dict_create_hashed, dict_create_hashed_expandable)
13814 (dict_create_linear, dict_create_linear_expandable)
13815 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
13816 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
13817 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
13818 taking multidictionary argument.
13819 [ALL_DICT_SYMBOLS]: Update for multidictionary.
13820 * block.h (struct block) <dict>: Change to multidictionary
13821 and rename `multidict'.
13822 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
13823 symmisc.c: Update all dictionary references to multidictionary.
13824
c7748ee9
KS
138252019-01-10 Keith Seitz <keiths@redhat.com>
13826
13827 PR gdb/23712
13828 PR symtab/23010
13829 * dictionary.c: Include unordered_map.
13830 (pending_to_vector): New function.
13831 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13832 Rewrite the non-"_1" functions to take vector instead
13833 of linked list.
13834 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
13835 "new" _1 versions of the same name.
13836 (multidictionary): Define.
13837 (std::hash<enum language): New definition.
13838 (collate_pending_symbols_by_language, mdict_create_hashed)
13839 (mdict_create_hashed_expandable, mdict_create_linear)
13840 (mdict_create_linear_expandable, mdict_free)
13841 (find_language_dictionary, create_new_language_dictionary)
13842 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
13843 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
13844 (mdict_size, mdict_empty): New functions.
13845 * dictionary.h (mdict_iterator): Define.
13846
67aa1f3c
PA
138472019-01-10 Pedro Alves <palves@redhat.com>
13848
13849 * breakpoint.c (read_uploaded_action)
13850 (create_tracepoint_from_upload): Adjust to use
13851 gdb::unique_xmalloc_ptr.
13852 * ctf.c (ctf_write_uploaded_tp):
13853 (SET_ARRAY_FIELD): Use emplace_back.
13854 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
13855 * tracefile-tfile.c (tfile_write_uploaded_tp):
13856 * tracepoint.c (parse_tracepoint_definition): Adjust to use
13857 gdb::unique_xmalloc_ptr.
13858 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
13859 at_string, cond_string, cmd_strings>: Replace char pointers
13860 with gdb::unique_xmalloc_ptr.
13861
2f667667
PA
138622019-01-10 Pedro Alves <palves@redhat.com>
13863
13864 * solib-target.c (library_list_start_library): Don't xstrdup name.
13865
36cb7237
PA
138662019-01-10 Pedro Alves <palves@redhat.com>
13867
13868 * mdebugread.c (parse_partial_symbols): Use
13869 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
13870
da584958
AB
138712019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13872
13873 * linux-fork.c (scoped_switch_fork_info)
13874 <~scoped_switch_fork_info>: Fix incorrect variable name.
13875
1ef8573c
AB
138762019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13877
13878 * linux-fork.c (scoped_switch_fork_info)
13879 <scoped_switch_fork_info>: Make explicit.
13880 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
13881
8d7bcccb
TT
138822019-01-10 Tom Tromey <tom@tromey.com>
13883
13884 * objfiles.h (objfile::reset_psymtabs): Update.
13885 * objfiles.c (objfile::objfile): Update.
13886 * psymtab.h (psymtab_storage::obstack): Update.
13887 (psymtab_storage::m_obstack): Use gdb::optional.
13888 (class psymtab_storage): Update comment. Remove objfile
13889 parameter.
13890 * psymtab.c (psymtab_storage::psymtab_storage): Update.
13891
b596a3c7
TT
138922019-01-10 Tom Tromey <tom@tromey.com>
13893
13894 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
13895 <free_psymtabs>: Now private.
13896 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
13897 (allocate_psymtab): Use new method.
13898
a9342b62
TT
138992019-01-10 Tom Tromey <tom@tromey.com>
13900
13901 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
13902 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
13903 * mdebugread.c (parse_partial_symbols): Use
13904 allocate_dependencies.
13905 * dwarf2read.c (dwarf2_create_include_psymtab): Use
13906 allocate_dependencies.
13907 (process_psymtab_comp_unit_reader)
13908 (build_type_psymtab_dependencies): Likewise.
13909 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
13910
5af70966
TT
139112019-01-10 Tom Tromey <tom@tromey.com>
13912
13913 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
13914 PSYMBOL_SET_LANGUAGE.
13915 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
13916
5923a04c
TT
139172019-01-10 Tom Tromey <tom@tromey.com>
13918
13919 * psymtab.h (psymtab_storage::obstack): New method.
13920 <m_obstack>: Rename from obstack; now private.
13921 * psymtab.c (psymtab_storage): Update.
13922 * dwarf2read.c (create_addrmap_from_index)
13923 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13924 Update.
13925
6d6a12bf
TT
139262019-01-10 Tom Tromey <tom@tromey.com>
13927
13928 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13929 * objfiles.h (objfile::reset_psymtabs): New method.
13930
d320c2b5
TT
139312019-01-10 Tom Tromey <tom@tromey.com>
13932
13933 * symmisc.c (print_symbol_bcache_statistics): Update.
13934 (print_objfile_statistics): Update.
13935 * symfile.c (reread_symbols): Update.
13936 * psymtab.h (class psymtab_storage): New.
13937 * psymtab.c (psymtab_storage): New constructor.
13938 (~psymtab_storage): New destructor.
13939 (require_partial_symbols): Update.
13940 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13941 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13942 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13943 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13944 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13945 (start_psymtab_common, end_psymtab_common)
13946 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13947 (allocate_psymtab): Update.
13948 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13949 Update.
13950 (dump_psymtab_addrmap, maintenance_print_psymbols)
13951 (maintenance_check_psymtabs): Update.
13952 (class objfile_psymtabs): Move to objfiles.h.
13953 * psympriv.h (discard_psymtab): Now inline.
13954 (psymtab_discarder::psymtab_discarder): Update.
13955 (psymtab_discarder::~psymtab_discarder): Update.
13956 (ALL_OBJFILE_PSYMTABS): Rewrite.
13957 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13958 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13959 Remove fields.
13960 <partial_symtabs>: New field.
13961 (class objfile_psymtabs): Move from psymtab.h. Update.
13962 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13963 psymbol_cache.
13964 (objfile::~objfile): Don't destroy psymbol_cache.
13965 * mdebugread.c (parse_partial_symbols): Update.
13966 * dwarf2read.c (create_addrmap_from_index)
13967 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13968 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13969 (add_partial_subprogram, dwarf2_ranges_read): Update.
13970 * dwarf-index-write.c (write_address_map)
13971 (write_one_signatured_type, recursively_write_psymbols)
13972 (class debug_names, class debug_names, write_psymtabs_to_index):
13973 Update.
13974
1d94a5a3
TT
139752019-01-10 Tom Tromey <tom@tromey.com>
13976
13977 * symtab.h (SYMBOL_SET_NAMES): Update.
13978 (symbol_set_names): Update.
13979 (MSYMBOL_SET_NAMES): Update.
13980 * symtab.c (symbol_set_names): Change argument to be an
13981 objfile_per_bfd_storage.
13982 * psymtab.c (add_psymbol_to_bcache): Update.
13983 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13984
0f14768a
TT
139852019-01-10 Tom Tromey <tom@tromey.com>
13986
13987 * symtab.c (create_demangled_names_hash): Change argument to be an
13988 objfile_per_bfd_storage.
13989 (symbol_set_names): Update.
13990
6eee24ce
TT
139912019-01-10 Tom Tromey <tom@tromey.com>
13992
13993 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13994 init_psymbol_list.
13995 * psymtab.c (init_psymbol_list): Do nothing if already called.
13996 * psympriv.h (init_psymbol_list): Add comment.
13997 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13998 init_psymbol_list.
13999 * dbxread.c (dbx_symfile_read): Unconditionally call
14000 init_psymbol_list.
14001
75aedd27
TT
140022019-01-10 Tom Tromey <tom@tromey.com>
14003
14004 * xcoffread.c (scan_xcoff_symtab): Update.
14005 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14006 "where".
14007 * mdebugread.c (parse_partial_symbols)
14008 (handle_psymbol_enumerators): Update.
14009 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14010 * dbxread.c (read_dbx_symtab): Update.
14011 * psympriv.h (psymbol_placement): New enum.
14012 (add_psymbol_to_list): Update.
14013
939652a5
TT
140142019-01-10 Tom Tromey <tom@tromey.com>
14015
14016 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14017 static_psymbols parameters.
14018 (scan_xcoff_symtab): Update.
14019 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14020 static_psymbols parameters.
14021 * psympriv.h (start_psymtab_common): Update.
14022 * mdebugread.c (parse_partial_symbols): Update.
14023 * dwarf2read.c (create_partial_symtab): Update.
14024 * dbxread.c (read_dbx_symtab): Update.
14025 (start_psymtab): Remove global_psymbols and static_psymbols
14026 parameters.
14027
baa62830
TT
140282019-01-10 Tom Tromey <tom@tromey.com>
14029
14030 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14031 * psymtab.c (allocate_psymtab): Add comment.
14032 * psympriv.h (allocate_psymtab): Add comment.
14033 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14034 initializations.
14035 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14036
0e8f53ba
TT
140372019-01-10 Tom Tromey <tom@tromey.com>
14038
14039 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14040 Don't declare.
14041 * mipsread.c: Include mdebugread.h.
14042 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14043 Declare.
14044 * elfread.c: Include mdebugread.h.
14045
b22a7c6a
TT
140462019-01-09 Tom Tromey <tom@tromey.com>
14047
14048 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14049 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14050 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14051 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14052 (psym_lookup_symbol, psym_find_last_source_symtab)
14053 (psym_forget_cached_source_info, psym_print_stats)
14054 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14055 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14056 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14057 (psym_find_compunit_symtab_by_address)
14058 (maintenance_print_psymbols, maintenance_info_psymtabs)
14059 (maintenance_check_psymtabs): Use ranged for.
14060 * psymtab.h (class objfile_psymtabs): New.
14061 (require_partial_symbols): Return objfile_psymtabs.
14062 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14063
3b9d3ac2
TT
140642019-01-09 Tom Tromey <tom@tromey.com>
14065
14066 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14067 (find_pc_mapped_section, list_overlays_command)
14068 (map_overlay_command, unmap_overlay_command)
14069 (simple_overlay_update): Use all_objfiles.
14070 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14071 * printcmd.c (info_symbol_command): Use all_objfiles.
14072 * objfiles.h (ALL_OBJSECTIONS): Remove.
14073 * maint.c (maintenance_translate_address): Use all_objfiles.
14074 * gcore.c (gcore_create_callback): Use all_objfiles.
14075 (objfile_find_memory_regions): Likewise.
14076
8b31193a
TT
140772019-01-09 Tom Tromey <tom@tromey.com>
14078
14079 * symtab.c (find_line_symtab, info_sources_command)
14080 (make_source_files_completion_list): Use objfile_compunits.
14081 * source.c (select_source_symtab): Use objfile_compunits.
14082 * objfiles.h (struct objfile): Update comment.
14083 (ALL_OBJFILES): Remove.
14084 (ALL_FILETABS): Remove.
14085 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14086 objfile_compunits.
14087
d5da8b3c
TT
140882019-01-09 Tom Tromey <tom@tromey.com>
14089
14090 * symmisc.c (print_objfile_statistics, dump_objfile)
14091 (maintenance_print_symbols): Use compunit_filetabs.
14092 * source.c (forget_cached_source_info_for_objfile): Use
14093 compunit_filetabs.
14094 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14095 (ALL_FILETABS): Use compunit_filetabs.
14096 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14097 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14098
5accd1a0
TT
140992019-01-09 Tom Tromey <tom@tromey.com>
14100
14101 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14102 (compunit_filetabs): New.
14103 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14104 compunit_filetabs.
14105 (info_sources_command, make_source_files_completion_list): Remove
14106 declaration.
14107 * symmisc.c (print_objfile_statistics, dump_objfile)
14108 (maintenance_print_symbols): Remove declaration.
14109 (maintenance_info_symtabs): Use compunit_filetabs.
14110 (maintenance_info_line_tables): Likewise.
14111 * source.c (select_source_symtab): Change local variable name.
14112 (forget_cached_source_info_for_objfile): Remove declaration.
14113 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14114 * objfiles.c (objfile_relocate1): Remove declaration.
14115 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14116 declaration.
14117 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14118 * coffread.c (coff_symtab_read): Remove declaration.
14119 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14120 compunit_filetabs.
14121
d8aeb77f
TT
141222019-01-09 Tom Tromey <tom@tromey.com>
14123
14124 * symtab.c (lookup_objfile_from_block)
14125 (find_pc_sect_compunit_symtab, search_symbols)
14126 (default_collect_symbol_completion_matches_break_on): Use
14127 objfile_compunits.
14128 * objfiles.h (ALL_COMPUNITS): Remove.
14129 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14130 * cp-support.c (add_symbol_overload_list_qualified): Use
14131 objfile_compunits.
14132 * ada-lang.c (ada_collect_symbol_completion_matches)
14133 (ada_add_global_exceptions): Use objfile_compunits.
14134
592553c4
TT
141352019-01-09 Tom Tromey <tom@tromey.com>
14136
14137 * source.c (select_source_symtab)
14138 (forget_cached_source_info_for_objfile): Remove declaration.
14139 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14140 declaration.
14141 * maint.c (count_symtabs_and_blocks): Remove declaration.
14142 * cp-support.c (add_symbol_overload_list_qualified): Remove
14143 declaration.
14144 * coffread.c (coff_symtab_read): Remove declaration.
14145 * symtab.c (lookup_symbol_in_objfile_symtabs)
14146 (basic_lookup_transparent_type_1): Use objfile_compunits.
14147 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14148 (info_sources_command, search_symbols)
14149 (default_collect_symbol_completion_matches_break_on)
14150 (make_source_files_completion_list): Remove declaration.
14151 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14152 (ada_collect_symbol_completion_matches)
14153 (ada_add_global_exceptions): Remove declaration.
14154 * linespec.c (iterate_over_all_matching_symtabs): Use
14155 objfile_compunits.
14156 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14157 (class objfile_compunits): New.
14158 (ALL_COMPUNITS): Use objfile_compunits.
14159 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14160 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14161 objfile_compunits.
14162 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14163
5325b9bf
TT
141642019-01-09 Tom Tromey <tom@tromey.com>
14165
14166 * symtab.c (search_symbols)
14167 (default_collect_symbol_completion_matches_break_on): Use
14168 objfile_msymbols.
14169 * ada-lang.c (ada_lookup_simple_minsym)
14170 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14171 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14172 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14173 objfile_msymbols.
14174 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14175 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14176 * objc-lang.c (find_methods): Use objfile_msymbols.
14177 (info_selectors_command, info_classes_command): Likewise.
14178 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14179 * objfiles.h (class objfile_msymbols): New.
14180 (ALL_OBJFILE_MSYMBOLS): Remove.
14181 (ALL_MSYMBOLS): Remove.
14182
cac85af2
TT
141832019-01-09 Tom Tromey <tom@tromey.com>
14184
14185 * common/next-iterator.h (next_adapter): Add Iterator template
14186 parameter.
14187 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14188 (class all_objfiles_safe): New.
14189 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14190 * objfiles.c (put_objfile_before): Update comment.
14191 (add_separate_debug_objfile): Likewise.
14192 (free_all_objfiles): Use all_objfiles_safe.
14193 (objfile_purge_solibs): Likewise.
14194
aed57c53
TT
141952019-01-09 Tom Tromey <tom@tromey.com>
14196
14197 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14198 (expand_symtab_containing_pc, lookup_static_symbol)
14199 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14200 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14201 all_objfiles.
14202 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14203 * breakpoint.c (create_overlay_event_breakpoint)
14204 (create_longjmp_master_breakpoint)
14205 (create_std_terminate_master_breakpoint)
14206 (create_exception_master_breakpoint): Use all_objfiles.
14207 * linux-thread-db.c (try_thread_db_load_from_pdir)
14208 (has_libpthread): Use all_objfiles.
14209 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14210 * linespec.c (iterate_over_all_matching_symtabs)
14211 (search_minsyms_for_name): Use all_objfiles.
14212 * maint.c (maintenance_info_sections): Use all_objfiles.
14213 * main.c (captured_main_1): Use all_objfiles.
14214 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14215 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14216 * guile/scm-pretty-print.c
14217 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14218 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14219 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14220 (maintenance_print_msymbols): Use all_objfiles.
14221 * source.c (select_source_symtab): Use all_objfiles.
14222 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14223 * symfile.c (remove_symbol_file_command)
14224 (expand_symtabs_matching, map_symbol_filenames): Use
14225 all_objfiles.
14226 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14227 all_objfiles.
14228 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14229 * objc-lang.c (find_methods): Use all_objfiles.
14230 * objfiles.c (have_partial_symbols, have_full_symbols)
14231 (have_minimal_symbols, qsort_cmp)
14232 (default_iterate_over_objfiles_in_search_order): Use
14233 all_objfiles.
14234 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14235 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14236 (maintenance_check_psymtabs): Use all_objfiles.
14237 (ALL_PSYMTABS): Remove.
14238 * compile/compile-object-run.c (do_module_cleanup): Use
14239 all_objfiles.
14240 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14241 * cp-support.c (add_symbol_overload_list_qualified): Use
14242 all_objfiles.
14243 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14244 Use all_objfiles.
14245 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14246 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14247 all_objfiles.
14248 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14249 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14250 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14251 Uses all_objfiles.
14252 * solib.c (solib_read_symbols): Use all_objfiles
14253
99d89cde
TT
142542019-01-09 Tom Tromey <tom@tromey.com>
14255
14256 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14257 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14258 all_objfiles.
14259 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14260 * symmisc.c (print_symbol_bcache_statistics)
14261 (print_objfile_statistics, maintenance_print_objfiles)
14262 (maintenance_info_symtabs, maintenance_check_symtabs)
14263 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14264 all_objfiles.
14265 * source.c (forget_cached_source_info): Use all_objfiles.
14266 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14267 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14268 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14269 * objfiles.c (update_section_map): Use all_objfiles.
14270 (shared_objfile_contains_address_p): Likewise.
14271 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14272 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14273
21708325
TT
142742019-01-09 Tom Tromey <tom@tromey.com>
14275
14276 * common/next-iterator.h: New file.
14277 * objfiles.h (class all_objfiles): New.
14278 (struct objfile_iterator): New.
14279
669e09f6
PW
142802019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14281
14282 * NEWS: Move the description of the changed "frame", "select-frame",
14283 and "info frame" commands to the Changed commands section.
14284
041be526
SM
142852019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14286
14287 * gdbtypes.c (check_stub_method_group): Remove handling of old
14288 mangling schemes.
14289 * linespec.c (find_methods): Likewise.
14290 * stabsread.c (read_member_functions): Likewise.
14291 * valops.c (search_struct_method): Likewise.
14292 (value_struct_elt_for_reference): Likewise.
14293 * NEWS: Mention this change.
14294
0e2a2133
AB
142952019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14296
14297 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14298 print_source_lines.
14299 * source.c (print_source_lines_base): Update line number check.
14300 (print_source_lines): New function.
14301 (source_lines_range::source_lines_range): New function.
14302 * source.h (class source_lines_range): New class.
14303 (print_source_lines): New declaration.
14304
1055a3b4
PW
143052019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14306
14307 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14308
cfeadda5
TT
143092019-01-08 Tom Tromey <tom@tromey.com>
14310 Simon Marchi <simon.marchi@ericsson.com>
14311
14312 PR gdb/24060
14313 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14314 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14315 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14316 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14317 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14318 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14319
583068ca
AB
143202019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14321
14322 * source.c (select_source_symtab): Move header comment to
14323 declaration in source.h.
14324 (forget_cached_source_info_for_objfile): Likewise.
14325 (forget_cached_source_info): Likewise.
14326 (identify_source_line): Likewise.
14327 * source.h (identify_source_line): Move declaration from symtab.h
14328 and add comment from source.c
14329 (print_source_lines): Likewise.
14330 (forget_cached_source_info_for_objfile): Likewise.
14331 (forget_cached_source_info): Likewise.
14332 (select_source_symtab): Likewise.
14333 (enum print_source_lines_flag): Move definition from symtab.h.
14334 * symtab.h (identify_source_line): Move declaration to source.h.
14335 (print_source_lines): Likewise.
14336 (forget_cached_source_info_for_objfile): Likewise.
14337 (forget_cached_source_info): Likewise.
14338 (select_source_symtab): Likewise.
14339 (enum print_source_lines_flag): Move definition to source.h.
14340 * tui/tui-hooks.c: Add 'source.h' include.
14341
ec98a4ad
AB
143422019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14343
14344 * source.c (print_source_lines_base): Handle requests to print
14345 reverse line number sequences, and guard against empty lines
14346 string.
14347
62ea19c1
AB
143482019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14349
14350 * source.c (print_source_lines_base): Fix skip of '\r' if next
14351 character is '\n'.
14352
9d30e1fd
TT
143532019-01-06 Tom Tromey <tom@tromey.com>
14354
14355 * c-exp.y (struct c_parse_state) <macro_original_text,
14356 expansion_obstack>: New member.
14357 (macro_original_text, expansion_obstack): Remove globals.
14358 (scan_macro_expansion, scanning_macro_expansion)
14359 (finished_macro_expansion): Update.
14360 (scan_macro_cleanup): Remove.
14361 (yylex, c_parse): Update.
14362
c65bac38
TT
143632019-01-06 Tom Tromey <tom@tromey.com>
14364
14365 * c-exp.y (struct c_parse_state) <strings>: New member.
14366 (operator_stoken): Update.
14367
02e12e38
TT
143682019-01-06 Tom Tromey <tom@tromey.com>
14369
14370 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14371 (union type_stack_elt) <typelist_val>: Now a pointer to
14372 std::vector.
14373 (type_stack_cleanup): Don't declare.
14374 (push_typelist): Update.
14375 * parse.c (pop_typelist): Return a std::vector.
14376 (push_typelist): Take a std::vector.
14377 (follow_types): Update. Do not free args.
14378 (type_stack_cleanup): Remove.
14379 * c-exp.y (struct c_parse_state): New.
14380 (cpstate): New global.
14381 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14382 (nonempty_typelist): Update.
14383 (func_mod): Create a new vector.
14384 (c_parse): Create a c_parse_state.
14385 (check_parameter_typelist): Do not delete params.
14386 (function_method): Update. Do not delete type_list.
14387
f097f5ad
TT
143882019-01-06 Tom Tromey <tom@tromey.com>
14389
14390 PR gdb/28155:
14391 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14392 check_typedef.
14393 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14394 (print_return_value): Likewise.
14395
d2adf9f1
TT
143962019-01-05 Tom Tromey <tom@tromey.com>
14397
14398 * contrib/cleanup_check.py: Remove.
14399 * contrib/gcc-with-excheck: Remove.
14400 * contrib/exsummary.py: Remove.
14401 * contrib/excheck.py: Remove.
14402
2eab46b1
JB
144032019-01-05 Joel Brobecker <brobecker@adacore.com>
14404
14405 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14406 NULL. Initialize tpprev to NULL instead of assigning it
14407 to NULL on the next statement.
14408 * windows-nat.c (windows_delete_thread): Remove check for
14409 main_thread_id before printing thread exit notifications.
14410 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14411 Remove thread ID check against main_thread_id.
14412 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14413 windows_delete_thread.
14414 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14415
48c5e7e2
TT
144162019-01-04 Tom Tromey <tom@tromey.com>
14417
14418 * compile/compile.c (_initialize_compile): Use upper case for
14419 metasyntactic variables.
14420 * symmisc.c (_initialize_symmisc): Use upper case for
14421 metasyntactic variables.
14422 * psymtab.c (_initialize_psymtab): Use upper case for
14423 metasyntactic variables.
14424 * demangle.c (demangle_command): Use upper case for metasyntactic
14425 variables.
14426 (_initialize_demangler): Likewise.
14427 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14428 variables.
14429
986041cd
TT
144302019-01-03 Tom Tromey <tom@tromey.com>
14431
14432 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14433
7c711119
TT
144342019-01-03 Tom Tromey <tom@tromey.com>
14435
14436 * python/py-symtab.c (salpy_str): Update.
14437 (struct salpy_sal_object) <symtab>: Now a PyObject.
14438 (salpy_dealloc): Update.
14439 (del_objfile_sal): Use gdbpy_ref.
14440
1b20edf0
TT
144412019-01-03 Tom Tromey <tom@tromey.com>
14442
14443 * python/py-type.c (convert_field): Use new_reference. Return
14444 gdbpy_ref.
14445 (make_fielditem): Return gdbpy_ref.
14446 (typy_fields): Update.
14447 (typy_getitem): Update.
14448 (field_name): Return gdbpy_ref. Use new_reference.
14449 (typy_iterator_iternext): Update.
14450
ea41325b
TT
144512019-01-03 Tom Tromey <tom@tromey.com>
14452
14453 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14454
2a3c71d6
TT
144552019-01-03 Tom Tromey <tom@tromey.com>
14456
14457 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14458 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14459 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14460 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14461 (pspy_set_type_printers): Likewise.
14462 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14463 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14464 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14465 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14466 (objfpy_set_type_printers): Likewise.
14467
5c329e6a
TT
144682019-01-03 Tom Tromey <tom@tromey.com>
14469
14470 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14471 (gdbpy_print_stack): Use gdbpy_err_fetch.
14472 * python/python-internal.h (class gdbpy_err_fetch): New class.
14473 (class gdbpy_enter) <m_error_type, m_error_value,
14474 m_error_traceback>: Remove.
14475 <m_error>: New member.
14476 (gdbpy_exception_to_string): Don't declare.
14477 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14478 * python/py-value.c (convert_value_from_python): Use
14479 gdbpy_err_fetch.
14480 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14481 gdbpy_exception_to_string.
14482 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14483 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14484 gdbpy_err_fetch.
14485
169bb27b
AB
144862019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14487
14488 * linux-nat.c (delete_lwp_cleanup): Delete.
14489 (struct lwp_deleter): New struct.
14490 (lwp_info_up): New typedef.
14491 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14492 lwp_info_up.
14493
a07c8880
AB
144942019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14495
14496 * linux-fork.c (class scoped_switch_fork_info): New class.
14497 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14498
26089c49
AB
144992019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14500
14501 * valops.c (find_overload_match): Remove use of null_cleanup, and
14502 calls to do_cleanups.
14503
06d3e5b0
AB
145042019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14505
14506 * compile/compile-cplus-types.c
14507 (compile_cplus_instance::decl_name): Handle changes to
14508 cp_func_name.
14509 * cp-support.c (cp_func_name): Update header comment, update
14510 return type.
14511 * cp-support.h (cp_func_name): Update return type in declaration.
14512 * valops.c (find_overload_match): Move temp_func local to top
14513 level of function and change its type. Use temp_func to hold and
14514 delete temporary string obtained from cp_func_name.
14515
66644cd3
AB
145162019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14517
14518 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
14519 gdb::char_vector, remove cleanup, and update uses of `msg`.
14520
592d8c0a
JW
145212019-01-03 Jim Wilson <jimw@sifive.com>
14522
14523 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
14524
c55d06ec
TT
145252019-01-02 Tom Tromey <tom@tromey.com>
14526
14527 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
14528 (tdesc_parse_xml): Remove cleanups.
14529 * target-descriptions.h (make_cleanup_free_target_description):
14530 Don't declare.
14531 (target_desc_deleter): New struct.
14532 (target_desc_up): New typedef.
14533 * target-descriptions.c (target_desc_deleter::operator()): Rename
14534 from free_target_description.
14535 (make_cleanup_free_target_description): Remove.
14536
3a6ae42d
TT
145372019-01-02 Tom Tromey <tom@tromey.com>
14538
14539 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
14540 constructor, destructor.
14541 (linespec_parser): Remove typedef.
14542 (~linespec_parser): Rename from linespec_parser_delete.
14543 (linespec_lex_to_end, linespec_complete_label)
14544 (linespec_complete): Update.
14545 (decode_line_full): Remove cleanups.
14546 (decode_line_1): Update.
14547
61fd3e73
TT
145482019-01-02 Tom Tromey <tom@tromey.com>
14549
14550 * python/python-internal.h (inferior_to_inferior_object): Change
14551 return type.
14552 * python/py-exitedevent.c (create_exited_event_object): Update.
14553 * python/py-inferior.c (inferior_to_inferior_object): Return
14554 gdbpy_ref.
14555 (python_new_inferior, python_inferior_deleted)
14556 (thread_to_thread_object, delete_thread_object)
14557 (build_inferior_list, gdbpy_selected_inferior): Update.
14558 * python/py-infthread.c (create_thread_object): Update. Also fail
14559 if inferior_to_inferior_object fails.
14560
d20172fc
SM
145612019-01-02 Simon Marchi <simon.marchi@ericsson.com>
14562
14563 * inferior.h (class inferior) <displaced_step_state>: New field.
14564 * infrun.h (struct displaced_step_state): Move here from
14565 infrun.c. Initialize fields, add constructor.
14566 <inf>: Remove field.
14567 <reset>: New method.
14568 * infrun.c (struct displaced_step_inferior_state): Move to
14569 infrun.h.
14570 (displaced_step_inferior_states): Remove.
14571 (get_displaced_stepping_state): Adust.
14572 (displaced_step_in_progress_any_inferior): Adjust.
14573 (displaced_step_in_progress_thread): Adjust.
14574 (displaced_step_in_progress): Adjust.
14575 (add_displaced_stepping_state): Remove.
14576 (get_displaced_step_closure_by_addr): Adjust.
14577 (remove_displaced_stepping_state): Remove.
14578 (infrun_inferior_exit): Call displaced_step_state.reset.
14579 (use_displaced_stepping): Don't check for NULL.
14580 (displaced_step_prepare_throw): Call
14581 get_displaced_stepping_state.
14582 (displaced_step_fixup): Don't check for NULL.
14583 (prepare_for_detach): Don't check for NULL.
14584
e3319240
PW
145852019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14586
14587 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
14588 in case of call that did not complete.
14589
5d36dfb9
AU
145902019-01-02 Andrey Utkin <autkin@undo.io>
14591
14592 * symfile.c (find_separate_debug_file): Fix search of debug files for
14593 remote debuggee.
14594
8833fbf0
TT
145952019-01-02 Tom Tromey <tom@tromey.com>
14596
14597 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
14598 indentation.
14599 * python/py-frame.c (frapy_older): Remove cast.
14600 (frapy_newer): Likewise.
14601 * python/py-breakpoint.c (local_setattro): Remove cast.
14602 * python/py-arch.c (archpy_name): Remove local variable.
14603 * python/py-type.c (gdbpy_lookup_type): Remove cast.
14604
4ada3dfd
JB
146052019-01-02 Joel Brobecker <brobecker@adacore.com>
14606
14607 * unittests/basic_string_view/element_access/char/empty.cc:
14608 Fix year range in copyright header.
14609
113b7b81
AB
146102019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
14611
14612 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
14613 Delete.
14614 <operator==>: Update with for removed field.
14615 <hash>: Likewise.
14616 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
14617 <isa_features>: ...this.
14618 <abi_features>: New field.
14619 (riscv_isa_flen): Update comment.
14620 (riscv_abi_xlen): New declaration.
14621 (riscv_abi_flen): New declaration.
14622 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
14623 isa_features.
14624 (riscv_abi_xlen): New function.
14625 (riscv_isa_flen): Update to get answer from isa_features.
14626 (riscv_abi_flen): New function.
14627 (riscv_has_fp_abi): Update to get answer from abi_features.
14628 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
14629 xlen and flen.
14630 (riscv_call_info) <xlen, flen>: Update comment.
14631 (riscv_call_arg_struct): Remove invalid assertions
14632 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
14633 is removed.
14634 (riscv_gdbarch_init): Gather isa features and abi features
14635 separately, ensure both match on the gdbarch when reusing an old
14636 gdbarch. Relax an error check to allow 32-bit abi float to run on
14637 a target with 64-bit float hardware.
14638
b18ca514
PW
146392019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14640
14641 * source.c (search_command_helper): Stop reverse search
14642 when line 1 has been searched.
14643
ec70d8db
PW
146442019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14645
14646 * record-full.c (record_full_base_target::close): Rewrite
14647 record_full_core_buf_list free logic.
14648
5b38f9c1
PW
146492019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14650
14651 * break-catch-syscall.c (print_one_catch_syscall): xfree
14652 the last text.
14653
66d91b39
JB
146542019-01-01 Joel Brobecker <brobecker@adacore.com>
14655
14656 * top.c (print_gdb_version): Update Copyright year in version
14657 message.
14658
42a4f53d
JB
146592019-01-01 Joel Brobecker <brobecker@adacore.com>
14660
14661 Update copyright year range in all GDB files.
14662
7e955d83 146632019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 14664
5bbd631d 14665 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 14666
5bbd631d 14667For older changes see ChangeLog-2018.
c906108c
SS
14668\f
14669Local Variables:
14670mode: change-log
14671left-margin: 8
14672fill-column: 74
14673version-control: never
57da7796 14674coding: utf-8
c906108c 14675End:
5bbd631d 14676
This page took 2.892859 seconds and 4 git commands to generate.