Handle %I64d in format_pieces
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-21 Tom Tromey <tromey@adacore.com>
2
3 * gdbsupport/format.c (format_pieces): Parse %I64d.
4 * unittests/format_pieces-selftests.c (test_windows_formats): New
5 function.
6 (run_tests): Call it.
7
8 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
9
10 Byte reverse display of variables with DW_END_big, DW_END_little
11 (DW_AT_endianity) dwarf attributes if different than the native
12 byte order.
13 * ada-lang.c (ada_value_binop):
14 Use type_byte_order instead of gdbarch_byte_order.
15 * ada-valprint.c (printstr):
16 (ada_val_print_string):
17 * ada-lang.c (value_pointer):
18 (ada_value_binop):
19 Use type_byte_order instead of gdbarch_byte_order.
20 * c-lang.c (c_get_string):
21 Use type_byte_order instead of gdbarch_byte_order.
22 * c-valprint.c (c_val_print_array):
23 Use type_byte_order instead of gdbarch_byte_order.
24 * cp-valprint.c (cp_print_class_member):
25 Use type_byte_order instead of gdbarch_byte_order.
26 * dwarf2loc.c (rw_pieced_value):
27 Use type_byte_order instead of gdbarch_byte_order.
28 * dwarf2read.c (read_base_type): Handle DW_END_big,
29 DW_END_little
30 * f-lang.c (f_get_encoding):
31 Use type_byte_order instead of gdbarch_byte_order.
32 * findvar.c (default_read_var_value):
33 Use type_byte_order instead of gdbarch_byte_order.
34 * gdbtypes.c (check_types_equal):
35 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
36 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
37 and TYPE_ENDIANITY_LITTLE if set.
38 (type_byte_order): new function.
39 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
40 (struct main_type) <flag_endianity_not_default>:
41 New field.
42 (type_byte_order): New function.
43 * infcmd.c (default_print_one_register_info):
44 Use type_byte_order instead of gdbarch_byte_order.
45 * p-lang.c (pascal_printstr):
46 Use type_byte_order instead of gdbarch_byte_order.
47 * p-valprint.c (pascal_val_print):
48 Use type_byte_order instead of gdbarch_byte_order.
49 * printcmd.c (print_scalar_formatted):
50 Use type_byte_order instead of gdbarch_byte_order.
51 * solib-darwin.c (darwin_current_sos):
52 Use type_byte_order instead of gdbarch_byte_order.
53 * solib-svr4.c (solib_svr4_r_ldsomap):
54 Use type_byte_order instead of gdbarch_byte_order.
55 * stap-probe.c (stap_modify_semaphore):
56 Use type_byte_order instead of gdbarch_byte_order.
57 * target-float.c (target_float_same_format_p):
58 Use type_byte_order instead of gdbarch_byte_order.
59 * valarith.c (scalar_binop):
60 (value_bit_index):
61 Use type_byte_order instead of gdbarch_byte_order.
62 * valops.c (value_cast):
63 Use type_byte_order instead of gdbarch_byte_order.
64 * valprint.c (generic_emit_char):
65 (generic_printstr):
66 (val_print_string):
67 Use type_byte_order instead of gdbarch_byte_order.
68 * value.c (unpack_long):
69 (unpack_bits_as_long):
70 (unpack_value_bitfield):
71 (modify_field):
72 (pack_long):
73 (pack_unsigned_long):
74 Use type_byte_order instead of gdbarch_byte_order.
75 * findvar.c (unsigned_pointer_to_address):
76 (signed_pointer_to_address):
77 (unsigned_address_to_pointer):
78 (address_to_signed_pointer):
79 (default_read_var_value):
80 (default_value_from_register):
81 Use type_byte_order instead of gdbarch_byte_order.
82 * gnu-v3-abi.c (gnuv3_make_method_ptr):
83 Use type_byte_order instead of gdbarch_byte_order.
84 * riscv-tdep.c (riscv_print_one_register_info):
85 Use type_byte_order instead of gdbarch_byte_order.
86
87 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
88
89 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
90 (current_ui_gdb_stdin_ptr): Likewise.
91 (current_ui_gdb_stderr_ptr): Likewise.
92 (current_ui_gdb_stdlog_ptr): Likewise.
93 (current_ui_current_uiout_ptr): Likewise.
94 (gen_ret_current_ui_field_ptr): Remove.
95
96 2019-11-21 Tom de Vries <tdevries@suse.de>
97
98 PR gdb/24956
99 * cli/cli-script.c (execute_control_command): Only switch to
100 INTERP_CONSOLE's ui_out when INTERP_MI is active.
101
102 2019-11-19 Tom Tromey <tom@tromey.com>
103
104 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
105 Now static. Change type of "name".
106 (tui_set_win_height_command): Don't copy "arg".
107 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
108 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
109
110 2019-11-19 Ali Tamur <tamur@google.com>
111
112 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
113 "if (attr != nullptr)".
114 (dwarf2_find_base_address): Likewise.
115 (dwarf2_build_include_psymtabs): Likewise.
116 (read_cutu_die_from_dwo): Likewise.
117 (read_func_scope): Likewise.
118 (read_call_site_scope): Likewise.
119 (dwarf2_get_pc_bounds): Likewise.
120 (dwarf2_record_block_ranges): Likewise.
121 (dwarf2_add_field): Likewise.
122 (dwarf2_add_member_fn): Likewise.
123 (read_structure_type): Likewise.
124 (read_enumeration_type): Likewise.
125 (read_array_type): Likewise.
126 (read_array_order): Likewise.
127 (read_set_type): Likewise.
128 (read_common_block): Likewise.
129 (read_tag_reference_type): Likewise.
130 (read_tag_string_type): Likewise.
131 (read_subroutine_type): Likewise.
132 (read_base_type): Likewise.
133 (read_subrange_type): Likewise.
134 (new_symbol): Likewise.
135 (prepare_one_comp_unit): Likewise.
136
137 2019-11-19 Tom Tromey <tromey@adacore.com>
138
139 * windows-nat.c (windows_nat_target::attach): Include GetLastError
140 result in error when DebugActiveProcess fails.
141
142 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
143 Pedro Alves <palves@redhat.com>
144
145 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
146 * target.c (target_stack::push): Call 'unpush' if there's a
147 target on top of the stack.
148
149 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * python/py-block.c (blpy_dealloc): Call tp_free.
152 (blpy_block_syms_dealloc): Likewise.
153 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
154 * python/py-inferior.c (infpy_dealloc): Likewise.
155 * python/py-lazy-string.c (stpy_dealloc): Likewise.
156 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
157 * python/py-symbol.c (sympy_dealloc): Likewise.
158 * python/py-symtab.c (stpy_dealloc): Likewise.
159 * python/py-type.c (typy_iterator_dealloc): Likewise.
160
161 2019-11-18 Christian Biesinger <cbiesinger@google.com>
162
163 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
164 constructor instead of using a class initializer.
165
166 2019-11-15 Christian Biesinger <cbiesinger@google.com>
167
168 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
169 * configure: Regenerate.
170 * configure.ac: Don't source common.host.
171 * gdbsupport/common.host: Remove.
172 * gdbsupport/mingw-strerror.c: Remove.
173 * gdbsupport/posix-strerror.c: Rename to...
174 * gdbsupport/safe-strerror.c: ...this.
175
176 2019-11-15 Christian Biesinger <cbiesinger@google.com>
177
178 * maint.c (scoped_command_stats::print_time): Use localtime_r
179 instead of localtime (provided through gnulib if necessary).
180 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
181 of ctime.
182
183 2019-11-15 Christian Biesinger <cbiesinger@google.com>
184
185 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
186 avoid compile errors.
187
188 2019-11-15 Christian Biesinger <cbiesinger@google.com>
189
190 * config.in: Regenerate.
191 * configure: Regenerate.
192 * gdbsupport/common.m4: No longer check for strerror_r.
193 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
194 POSIX version of strerror_r, now that gnulib provides it if
195 necessary.
196
197 2019-11-14 Christian Biesinger <cbiesinger@google.com>
198
199 * README (`configure' options): Update.
200
201 2019-11-14 Tom Tromey <tromey@adacore.com>
202
203 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
204 expected type for the RHS if the LHS is a convenience variable.
205
206 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
209 Provide explicit default and copy constructor.
210
211 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
212
213 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
214 only call Py_INCREF (newbp) in the bppy_pending_object case.
215
216 2019-11-13 Tom Tromey <tromey@adacore.com>
217
218 PR build/25182:
219 * psympriv.h (partial_symbol): Remove static assert.
220 * symtab.h (general_symbol_info, symbol): Remove static assert.
221
222 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdbsupport/format.c (format_pieces::format_pieces): Support
225 printf 'z' size modifier.
226 * gdbsupport/format.h (enum argclass): Add size_t_arg.
227 * printcmd.c (ui_printf): Handle size_t_arg.
228 * ui-out.c (ui_out::vmessage): Likewise.
229 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
230 function.
231 (run_tests): Call test_format_int_sizes.
232
233 2019-11-12 Christian Biesinger <cbiesinger@google.com>
234
235 * ada-exp.y (write_ambiguous_var): Update.
236 * buildsym.c (add_symbol_to_list): Update.
237 * dwarf2read.c (read_variable): Update.
238 (new_symbol): Update.
239 * jit.c (finalize_symtab): Update.
240 * language.c (language_alloc_type_symbol): Update.
241 * symtab.c (fixup_symbol_section): Update.
242 (initialize_objfile_symbol_1): Move code to...
243 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
244 (allocate_symbol): Update.
245 (allocate_template_symbol): Update.
246 (get_symbol_address): Update.
247 * symtab.h (struct symbol): Inherit from general_symbol_info instead
248 of having as a field, and add a constructor.
249 (SYMBOL_VALUE): Update.
250 (SYMBOL_VALUE_ADDRESS): Update.
251 (SET_SYMBOL_VALUE_ADDRESS): Update.
252 (SYMBOL_VALUE_BYTES): Update.
253 (SYMBOL_VALUE_COMMON_BLOCK): Update.
254 (SYMBOL_BLOCK_VALUE): Update.
255 (SYMBOL_VALUE_CHAIN): Update.
256 (SYMBOL_LANGUAGE): Update.
257 (SYMBOL_SECTION): Update.
258 (SYMBOL_OBJ_SECTION): Update.
259 (SYMBOL_SET_LANGUAGE): Update.
260 (SYMBOL_SET_LINKAGE_NAME): Update.
261 (SYMBOL_SET_NAMES): Update.
262 (SYMBOL_NATURAL_NAME): Update.
263 (SYMBOL_LINKAGE_NAME): Update.
264 (SYMBOL_DEMANGLED_NAME): Update.
265 (SYMBOL_SEARCH_NAME): Update.
266 (SYMBOL_MATCHES_SEARCH_NAME): Update.
267 (struct symbol): Update.
268 (struct template_symbol): Update.
269 (struct rust_vtable_symbol): Update.
270 * xcoffread.c (SYMBOL_DUP): Update.
271
272 2019-11-12 Tom Tromey <tom@tromey.com>
273
274 * tui/tui-layout.c (show_layout): Set current_layout.
275 (show_source_disasm_command, show_data)
276 (show_source_or_disasm_and_command): Don't set current_layout.
277
278 2019-11-12 Tom Tromey <tom@tromey.com>
279
280 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
281
282 2019-11-12 Tom Tromey <tom@tromey.com>
283
284 * tui/tui-win.c (resize_message): New global.
285 (show_tui_resize_message): New function.
286 (tui_async_resize_screen): Print message if requested.
287 (_initialize_tui_win): Add tui-resize-message setting.
288 * NEWS: Add entry for new commands.
289
290 2019-11-11 Tom Tromey <tom@tromey.com>
291
292 * tui/tui.c (tui_initialize_readline): Add new bindable readline
293 functions.
294
295 2019-11-11 Christian Biesinger <cbiesinger@google.com>
296
297 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
298
299 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
302 function.
303 * python/python-internal.h (gdbpy_lookup_static_symbols):
304 Declare new function.
305 * python/python.c (python_GdbMethods): Add
306 gdb.lookup_static_symbols method.
307 * NEWS: Mention gdb.lookup_static_symbols.
308
309 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
312 static block of current object file first. Also fix typo in
313 header comment.
314
315 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * stack.c (set_last_displayed_sal): Delete.
318 (last_displayed_sal_valid): Delete.
319 (last_displayed_pspace): Delete.
320 (last_displayed_addr): Delete.
321 (last_displayed_symtab): Delete.
322 (last_displayed_line): Delete.
323 (class last_displayed_symtab_info_type): New.
324 (last_displayed_symtab_info): New static global variable.
325 (print_frame_info): Call methods on last_displayed_symtab_info.
326 (clear_last_displayed_sal): Update header comment, and make use of
327 last_displayed_symtab_info.
328 (last_displayed_sal_is_valid): Likewise.
329 (get_last_displayed_pspace): Likewise.
330 (get_last_displayed_addr): Likewise.
331 (get_last_displayed_symtab): Likewise.
332 (get_last_displayed_line): Likewise.
333 (get_last_displayed_sal): Likewise.
334 * stack.h (clear_last_displayed_sal): Update header comment.
335 (last_displayed_sal_is_valid): Likewise.
336 (get_last_displayed_pspace): Likewise.
337 (get_last_displayed_addr): Likewise.
338 (get_last_displayed_symtab): Likewise.
339 (get_last_displayed_line): Likewise.
340 (get_last_displayed_sal): Likewise.
341
342 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * stack.c (frame_show_address): Convert return type to bool.
345 * stack.h (frame_show_address): Likewise, and update header
346 comment.
347
348 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
351 * unittests/vec-utils-selftests.c: New file.
352 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
353
354 2019-11-10 Tom Tromey <tom@tromey.com>
355
356 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
357 (tui_highlight_win): Likewise.
358 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
359 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
360 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
361 Don't set can_highlight.
362
363 2019-11-10 Tom Tromey <tom@tromey.com>
364
365 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
366 Remove unused declaration.
367
368 2019-11-08 Tom Tromey <tromey@adacore.com>
369
370 * top.c (read_command_file): Update.
371 (command_line_input): Make return type const.
372 * python/py-gdb-readline.c: Update.
373 * linespec.c (decode_line_2): Update.
374 * defs.h (command_line_input): Make return type const.
375 * cli/cli-script.c (read_next_line): Make return type const.
376 * ada-lang.c (get_selections): Update.
377
378 2019-11-06 Christian Biesinger <cbiesinger@google.com>
379
380 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
381 * mi/mi-main.c (output_cores): Likewise.
382 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
383 (linux_xfer_osdata_modules): Likewise.
384 * remote.c (register_remote_support_xml): Likewise.
385 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
386 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
387
388 2019-11-06 Tom Tromey <tom@tromey.com>
389
390 * tui/tui-interp.c: Don't include readline.h.
391 * tui/tui-hooks.c: Don't include readline.h.
392 * symmisc.c: Include tilde.h, not readline.h.
393 * symfile.c: Include tilde.h, not readline.h.
394 * source.c: Include tilde.h, not readline.h.
395 * solib.c: Include tilde.h, not readline.h.
396 * psymtab.c: Include tilde.h, not readline.h.
397 * exec.c: Include tilde.h, not readline.h.
398 * corelow.c: Include tilde.h, not readline.h.
399 * cli/cli-dump.c: Include tilde.h, not readline.h.
400 * cli/cli-cmds.c: Don't include readline.h.
401
402 2019-11-05 Tom Tromey <tom@tromey.com>
403
404 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
405 (tui_disassemble): Set addr_size.
406 (tui_disasm_window::set_contents): Use addr_size.
407
408 2019-11-05 Tom Tromey <tom@tromey.com>
409
410 * rust-lang.c (rust_language_defn): Update.
411 * python/py-value.c (valpy_string): Call c_get_string.
412 * p-lang.c (pascal_language_defn): Update.
413 * opencl-lang.c (opencl_language_defn): Update.
414 * objc-lang.c (objc_language_defn): Update.
415 * m2-lang.c (m2_language_defn): Update.
416 * language.c (unknown_language_defn, auto_language_defn): Update.
417 (default_get_string): Remove.
418 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
419 * go-lang.c (go_language_defn): Update.
420 * f-lang.c (f_language_defn): Update.
421 * d-lang.c (d_language_defn): Update.
422 * c-lang.c (c_language_defn, cplus_language_defn)
423 (asm_language_defn, minimal_language_defn): Update.
424 * ada-lang.c (ada_language_defn): Update.
425 * language.h (struct language_defn) <la_get_string>: Remove.
426 (LA_GET_STRING): Remove.
427 (default_get_string): Don't declare.
428
429 2019-11-05 Tom Tromey <tom@tromey.com>
430
431 * tui/tui-source.h (struct tui_source_window): Inline
432 constructor. Remove destructor.
433 <style_changed, m_observable>: Move to superclass.
434 * tui/tui-winsource.h (tui_copy_source_line): Declare.
435 (struct tui_source_window_base): Move private members to end.
436 <style_changed, m_observable>: Move from tui_source_window.
437 * tui/tui-winsource.c (tui_copy_source_line): Move from
438 tui-source.c. Rename from copy_source_line. Add special handling
439 for negative line number.
440 (tui_source_window_base::style_changed): Move from
441 tui_source_window.
442 (tui_source_window_base): Register observer.
443 (~tui_source_window_base): New.
444 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
445 rename.
446 (tui_source_window::set_contents): Use tui_copy_source_line.
447 (tui_source_window::tui_source_window): Move to tui-source.h.
448 (tui_source_window::~tui_source_window): Remove.
449 (tui_source_window::style_changed): Move to superclass.
450 * tui/tui-disasm.c (tui_disassemble): Create string file with
451 styling, when possible. Add "addr_size" parameter.
452 (tui_disasm_window::set_contents): Use tui_copy_source_line.
453 Don't compute maximum size.
454 (len_without_escapes): New function
455
456 2019-11-05 Tom Tromey <tom@tromey.com>
457
458 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
459 std::string.
460 * tui/tui-winsource.c (tui_show_source_line): Update.
461 * tui/tui-source.c (tui_source_window::set_contents): Update.
462 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
463
464 2019-11-05 Christian Biesinger <cbiesinger@google.com>
465
466 * symtab.h (gdb_static_assert): Put && operator at the beginning
467 of the line instead of the end.
468
469 2019-11-04 Christian Biesinger <cbiesinger@google.com>
470
471 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
472 and sizeof (symbol).
473 * symtab.h: Add a static_assert for sizeof (partial_symbol).
474
475 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
476
477 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
478 * configure.host: Mark *-*-solaris2.10* obsolete.
479 * configure.tgt: Mark Solaris < 11 obsolete.
480 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
481 Update target triplet.
482
483 2019-11-01 Tom Tromey <tromey@adacore.com>
484
485 * utils.c (print_sys_errmsg): Simplify.
486
487 2019-11-01 Tom Tromey <tromey@adacore.com>
488
489 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
490
491 2019-11-01 Christian Biesinger <cbiesinger@google.com>
492
493 * configure: Regenerate.
494 * configure.ac: Remove check for strerror_r.
495 * gdbsupport/common.m4: Check for strerror_r.
496
497 2019-11-01 Luis Machado <luis.machado@linaro.org>
498
499 PR gdb/25124
500
501 * arm-tdep.c (arm_per_objfile): Rename to ...
502 (arm_per_bfd): ... this.
503 (arm_objfile_data_key): Rename to ...
504 (arm_bfd_data_key): ... this.
505 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
506 data.
507 (arm_record_special_symbol): Likewise.
508
509 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
512 end.
513 * c-typeprint.c (c_print_typedef): Likewise.
514 * f-typeprint.c (f_print_typedef): Likewise.
515 * m2-typeprint.c (m2_print_typedef): Likewise.
516 * p-typeprint.c (pascal_print_typedef): Likewise.
517 * rust-lang.c (rust_print_typedef): Likewise.
518 * symtab.c (print_symbol_info): Print a newline after calling
519 typedef_print.
520
521 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * symtab.c (info_module_cmdlist): New variable.
524 (info_module_command): New function.
525 (search_module_symbols): New function.
526 (info_module_subcommand): New function.
527 (struct info_modules_var_func_options): New struct.
528 (info_modules_var_func_options_defs): New variable.
529 (make_info_modules_var_func_options_def_group): New function.
530 (info_module_functions_command): New function.
531 (info_module_variables_command): New function.
532 (info_module_var_func_command_completer): New function.
533 (_initialize_symtab): Register new 'info module functions' and
534 'info module variables' commands.
535 * symtab.h (typedef symbol_search_in_module): New typedef.
536 (search_module_symbols): Declare new function.
537 * NEWS: Mention new commands.
538
539 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
542 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
543 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
544 MODULES_DOMAIN.
545 (scan_partial_symbols): Only create partial module symbols for non
546 declarations.
547 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
548 and MODULES_DOMAIN.
549 * symtab.c (search_domain_name): Likewise.
550 (search_symbols): Likewise.
551 (print_symbol_info): Likewise.
552 (symtab_symbol_info): Likewise.
553 (info_modules_command): New function.
554 (_initialize_symtab): Register 'info modules' command.
555 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
556 * NEWS: Mention new 'info modules' command.
557
558 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
559
560 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
561 and $_gdb_maint_setting_str.
562
563 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
564
565 * cli/cli-cmds.c (setting_cmd, value_from_setting)
566 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
567 (str_value_from_setting, gdb_setting_str_internal_fn)
568 (gdb_maint_setting_str_internal_fn): New functions.
569 (_initialize_cli_cmds): Define the new convenience functions.
570 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
571 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
572
573 2019-10-31 Christian Biesinger <cbiesinger@google.com>
574
575 * agent.c (set_can_use_agent): When the setting is turned on,
576 look up agent symbols if we don't have them yet.
577 (agent_new_objfile): Don't look up agent symbols when the agent
578 setting is off.
579
580 2019-10-31 Christian Biesinger <cbiesinger@google.com>
581
582 * config.in: Regenerate.
583
584 2019-10-31 Christian Biesinger <cbiesinger@google.com>
585
586 * configure: Regenerate.
587 * configure.ac: Check for strerror_r.
588 * gdbsupport/common-utils.h (safe_strerror): Change return value
589 to const char * and document that this function is now threadsafe.
590 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
591 thread_local and call strerror_r, if available.
592 * utils.c (perror_string): Update.
593 (print_sys_errmsg): Update.
594
595 2019-10-31 Luis Machado <luis.machado@linaro.org>
596
597 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
598 objfile_key.
599 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
600 objfile to fetch per-bfd data.
601 (arm_find_exidx_entry): Likewise.
602
603 2019-10-31 Christian Biesinger <cbiesinger@google.com>
604
605 * gdbsupport/agent.c (debug_agent): Change type to bool.
606 (use_agent): Likewise.
607 (all_agent_symbols_look_up): Likewise.
608 (agent_loaded_p): Change return value to bool.
609 (agent_look_up_symbols): Update.
610 (agent_capability_check): Change return value to bool.
611 * gdbsupport/agent.h (agent_loaded_p): Likewise.
612 (debug_agent): Change type to bool.
613 (use_agent): Likewise.
614 (agent_capability_check): Change return value to bool.
615
616 2019-10-30 Christian Biesinger <cbiesinger@google.com>
617
618 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
619 (build_minimal_symbol_hash_tables): Code to clear the table moved
620 to clear_minimal_symbol_hash_tables.
621 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
622 when needed.
623
624 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
625
626 * infcmd.c: Remove includes.
627 * infrun.c: Remove includes.
628
629 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
630
631 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
632 (grow_vect): Remove declaration.
633 (ada_type_of_array): Remove declaration.
634 (ada_update_initial_language): Remove declaration.
635 (ada_fold_name): Remove declaration.
636 (ada_fill_in_ada_prototype): Remove declaration.
637 (user_select_syms): Remove declaration.
638 (get_selections): Remove declaration.
639 (ada_tag_type): Remove declaration.
640 (ada_value_tag): Remove declaration.
641 (ada_is_others_clause): Remove declaration.
642 (ada_in_variant): Remove declaration.
643 (ada_value_struct_elt): Remove declaration.
644 (ada_attribute_name): Remove declaration.
645 (ada_system_address_type): Remove declaration.
646 * ada-lang.c (ada_watch_location_expression): Make static.
647 (GROW_VECT): Move here from ada-lang.h.
648 (grow_vect): Make static.
649 (ada_update_initial_language): Make static.
650 (ada_fold_name): Make static.
651 (ada_type_of_array): Make static.
652 (encoded_ordered_before): Move up.
653 (sort_choices): Move up.
654 (print_signatures): Move up.
655 (ada_print_symbol_signature): Move up.
656 (get_selections): Move up and make static.
657 (user_select_syms): Move up and make static.
658 (ada_value_struct_elt): Move up and make static.
659 (ada_tag_type): Make static.
660 (ada_value_tag): Make static.
661 (ada_is_others_clause): Make static.
662 (ada_in_variant): Make static.
663 (ada_attribute_name): Make static.
664
665 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
666
667 * ada-lang.c: Remove includes.
668 * ada-typeprint.c: Remove includes.
669 * ada-valprint.c: Remove includes.
670
671 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
672
673 * addrmap.c: Add static assertions of type size, moved from
674 _initialize_addrmap.
675 (_initialize_addrmap): Remove.
676
677 2019-10-29 Christian Biesinger <cbiesinger@google.com>
678
679 * coffread.c (record_minimal_symbol): Update.
680 (process_coff_symbol): Update.
681 * dbxread.c (read_dbx_symtab): Update.
682 * dwarf2read.c (add_partial_symbol): Update.
683 (fixup_go_packaging): Update.
684 (load_partial_dies): Update.
685 (new_symbol): Update.
686 * elfread.c (record_minimal_symbol): Change signature to use
687 gdb::string_view instead of name+len.
688 (elf_symtab_read): Update.
689 (elf_rel_plt_read): Update.
690 * mdebugread.c (parse_partial_symbols): Update.
691 (handle_psymbol_enumerators): Update.
692 (new_symbol): Update.
693 * minsyms.c (minimal_symbol_reader::record_full): Change signature
694 to use gdb::string_view instead of name+len.
695 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
696 * psympriv.h (add_psymbol_to_list): Likewise.
697 * psymtab.c (add_psymbol_to_bcache): Likewise.
698 (add_psymbol_to_list): Likewise.
699 * stabsread.c (define_symbol): Update.
700 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
701 * symtab.h (SYMBOL_SET_NAMES): Likewise.
702 (symbol_set_names): Likewise.
703 * xcoffread.c (scan_xcoff_symtab): Update.
704
705 2019-10-29 Christian Biesinger <cbiesinger@google.com>
706
707 * symtab.h (symbol_set_names): Document that copy_name must be
708 set to true for non-nullterminated strings.
709 * symtab.c (symbol_set_names): Only make a nullterminated copy of
710 linkage_name if the entry was not found and we need to demangle.
711
712 2019-10-29 Christian Biesinger <cbiesinger@google.com>
713
714 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
715 * dwarf2-frame.c (bsearch_fde_cmp): Update.
716 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
717 * gdbsupport/gdb_binary_search.h: New file.
718
719 2019-10-29 Christian Biesinger <cbiesinger@google.com>
720
721 * NEWS: Mention new --with-system-gdbinit-dir option.
722 * config.in: Regenerate.
723 * configure: Regenerate.
724 * configure.ac: Add new option --with-system-gdbinit-dir.
725 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
726 for a ".gdb" suffix.
727 * main.c (get_init_files): Change system_gdbinit argument to
728 a vector and return the files in SYSTEM_GDBINIT_DIR in
729 addition to SYSTEM_GDBINIT.
730 (captured_main_1): Update.
731 (print_gdb_help): Update.
732 * top.c (print_gdb_configuration): Also print the value of
733 SYSTEM_GDBINIT_DIR.
734
735 2019-10-28 Christian Biesinger <cbiesinger@google.com>
736
737 * gdbsupport/common-utils.h (startswith): Add an overloaded version
738 that takes gdb::string_view arguments.
739
740 2019-10-26 Tom de Vries <tdevries@suse.de>
741
742 * aarch64-linux-tdep.c: Fix typos in comments.
743 * aarch64-tdep.c: Same.
744 * ada-lang.c: Same.
745 * amd64-nat.c: Same.
746 * arc-tdep.c: Same.
747 * arch/aarch64-insn.c: Same.
748 * block.c: Same.
749 * breakpoint.h: Same.
750 * btrace.h: Same.
751 * c-varobj.c: Same.
752 * cli/cli-decode.c: Same.
753 * cli/cli-script.c: Same.
754 * cli/cli-utils.h: Same.
755 * coff-pe-read.c: Same.
756 * coffread.c: Same.
757 * compile/compile-cplus-symbols.c: Same.
758 * compile/compile-object-run.c: Same.
759 * completer.c: Same.
760 * corelow.c: Same.
761 * cp-support.c: Same.
762 * demangle.c: Same.
763 * dwarf-index-write.c: Same.
764 * dwarf2-frame.c: Same.
765 * dwarf2-frame.h: Same.
766 * eval.c: Same.
767 * frame-base.h: Same.
768 * frame.h: Same.
769 * gdbcmd.h: Same.
770 * gdbtypes.h: Same.
771 * gnu-nat.c: Same.
772 * guile/scm-objfile.c: Same.
773 * i386-tdep.c: Same.
774 * i386-tdep.h: Same.
775 * infcall.c: Same.
776 * infcall.h: Same.
777 * linux-nat.c: Same.
778 * m68k-tdep.c: Same.
779 * macroexp.c: Same.
780 * memattr.c: Same.
781 * mi/mi-cmd-disas.c: Same.
782 * mi/mi-getopt.h: Same.
783 * mi/mi-main.c: Same.
784 * minsyms.c: Same.
785 * nat/aarch64-sve-linux-sigcontext.h: Same.
786 * objfiles.h: Same.
787 * ppc-linux-nat.c: Same.
788 * ppc-linux-tdep.c: Same.
789 * ppc-tdep.h: Same.
790 * progspace.h: Same.
791 * prologue-value.h: Same.
792 * python/py-evtregistry.c: Same.
793 * python/py-instruction.h: Same.
794 * record-btrace.c: Same.
795 * record-full.c: Same.
796 * remote.c: Same.
797 * rs6000-tdep.c: Same.
798 * ser-tcp.c: Same.
799 * sol-thread.c: Same.
800 * sparc-sol2-tdep.c: Same.
801 * sparc64-tdep.c: Same.
802 * stabsread.c: Same.
803 * symfile.c: Same.
804 * symtab.h: Same.
805 * target.c: Same.
806 * tracepoint.c: Same.
807 * tui/tui-data.h: Same.
808 * tui/tui-io.c: Same.
809 * tui/tui-win.c: Same.
810 * tui/tui.c: Same.
811 * unittests/rsp-low-selftests.c: Same.
812 * user-regs.h: Same.
813 * utils.c: Same.
814 * utils.h: Same.
815 * valarith.c: Same.
816 * valops.c: Same.
817 * valprint.c: Same.
818 * valprint.h: Same.
819 * value.c: Same.
820 * value.h: Same.
821 * varobj.c: Same.
822 * x86-nat.h: Same.
823 * xtensa-tdep.c: Same.
824
825 2019-10-25 Ali Tamur <tamur@google.com>
826
827 * charset.c (find_charset_names): Reflect API change.
828
829 2019-10-25 Christian Biesinger <cbiesinger@google.com>
830
831 * symtab.c (struct demangled_name_entry): Change demangled name
832 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
833 part of the struct anymore.
834 (symbol_set_names): No longer obstack allocate + copy the demangled
835 name, just store the allocated name from bfd.
836
837 2019-10-25 Tom Tromey <tromey@adacore.com>
838
839 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
840 (bsearch_cie_cmp, add_cie): Remove.
841 (find_cie): Reimplement.
842 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
843 (dwarf2_build_frame_info): Update.
844
845 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
846
847 PR gdb/25126
848 * symfile.c (reread_symbols): Call forget_cached_source_info to
849 clear the stale source cache.
850
851 2019-10-24 Christian Biesinger <cbiesinger@google.com>
852
853 * configure: Regenerate.
854 * configure.ac: Remove code that sets python_has_threads.
855
856 2019-10-24 Christian Biesinger <cbiesinger@google.com>
857
858 * config.in: Regenerate.
859 * configure: Regenerate.
860 * configure.ac: Remove the code that uses sed to get the python
861 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
862
863 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * python/py-progspace.c (pspy_block_for_pc): Return None for all
866 error paths.
867
868 2019-10-23 Tom Tromey <tom@tromey.com>
869
870 * arc-tdep.c: Remove ".." from include.
871 * frv-tdep.c: Remove ".." from include.
872 * lm32-tdep.c: Remove ".." from include.
873 * microblaze-tdep.c: Remove ".." from include.
874 * or1k-tdep.h: Remove ".." from include.
875 * s12z-tdep.c: Remove ".." from include.
876 * Makefile.in (OPCODES_CFLAGS): Add comment.
877 (TOP_CFLAGS): New variable.
878 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
879
880 2019-10-23 Tom Tromey <tom@tromey.com>
881
882 * Makefile.in (READLINE_DIR): Update.
883
884 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
885
886 * infcall.c (call_function_by_hand_dummy): Fix the function
887 comment. And extract out a code section into...
888 (reserve_stack_space): ...this new function.
889
890 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
891
892 * infcall.c (value_arg_coerce): Remove an unused parameter.
893 (call_function_by_hand_dummy): Update the call to
894 'value_arg_coerce'.
895
896 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
897
898 * infcall.c (call_function_by_hand_dummy): Refactor.
899
900 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
901
902 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
903
904 2019-10-23 Tom Tromey <tom@tromey.com>
905
906 * configure: Rebuild.
907 * configure.ac: Don't check for sigprocmask.
908 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
909
910 2019-10-23 Tom Tromey <tom@tromey.com>
911
912 * configure: Rebuild.
913 * acinclude.m4: Use m4_include, not sinclude.
914
915 2019-10-23 Tom de Vries <tdevries@suse.de>
916
917 PR breakpoints/24687
918 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
919
920 2019-10-22 Christian Biesinger <cbiesinger@google.com>
921
922 * symtab.c (struct demangled_name_entry) <language>: Change from
923 bitfield to regular variable.
924
925 2019-10-22 Christian Biesinger <cbiesinger@google.com>
926
927 * symtab.c (struct demangled_name_entry): Add a constructor.
928 (free_demangled_name_entry): New function to call the destructor
929 for demangled_name_entry.
930 (create_demangled_names_hash): Pass free_demangled_name_entry to
931 htab_create_alloc.
932 (symbol_set_names): Call placement new for demangled_name_entry.
933 * utils.c: No longer include xxhash.h here, now that fast_hash
934 is inlined in the header.
935 * utils.h: Instead, include it here.
936
937 2019-10-22 Christian Biesinger <cbiesinger@google.com>
938
939 * Makefile.in: Link with libxxhash.
940 * config.in: Regenerate.
941 * configure: Regenerate.
942 * configure.ac: Search for libxxhash.
943 * utils.c (fast_hash): Use xxhash if present.
944
945 2019-10-22 Christian Biesinger <cbiesinger@google.com>
946
947 * utils.h (fast_hash): New function.
948 * symtab.c (hash_demangled_name_entry): Call new function
949 fast_hash.
950
951 2019-10-22 Christian Biesinger <cbiesinger@google.com>
952
953 * symtab.c (struct demangled_name_entry): Change type of mangled
954 to gdb::string_view. Also adds a constructor that takes the
955 mangled name.
956 (hash_demangled_name_entry): Update.
957 (eq_demangled_name_entry): Update.
958 (free_demangled_name_entry): New function to call the destructor
959 now that this is not a POD anymore.
960 (create_demangled_names_hash): Pass free_demangled_name_entry to
961 htab_create_alloc.
962 (symbol_set_names): Update.
963
964 2019-10-21 Ali Tamur <tamu@google.com>
965
966 * dwarf2read.c (dir_index): Change type.
967 (file_name_index): Likewise.
968 (line_header::include_dir_at): Change comment and implementation on
969 whether it is DWARF 5.
970 (line_header::is_valid_file_index): New function.
971 (line_header::file_name_at): Change comment and implementation on
972 whether it is DWARF 5.
973 (line_header::file_names): Change to private field renamed as
974 m_file_names and introduce a new accessor method.
975 (line_header::file_names_size): New method.
976 (line_header::include_dirs): Change to private field and rename as
977 m_include_dirs.
978 (dw2_get_file_names_reader): Define local var at a smaller scope and
979 reflect API change.
980 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
981 (process_structure_scope): Likewise.
982 (line_header::add_include_dir): Change message and reflect renaming.
983 (line_header::add_file_name): Likewise.
984 (read_formatted_entries): Handle DW_FORM_data16.
985 (dwarf_decode_line_header): Fix line header length calculation.
986 (psymtab_include_file_name): Change comment and API.
987 (lnp_state_machine::m_file): Update comment and reflect type change.
988 (lnp_state_machine::record_line): Reflect type change.
989 (dwarf_decode_lines): Reflect API change.
990 (file_file_name): Likewise.
991 (file_full_name): Likewise.
992
993 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
996
997 2019-10-21 Tom Tromey <tom@tromey.com>
998
999 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1000
1001 2019-10-21 Tom Tromey <tom@tromey.com>
1002
1003 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1004 NM_H. Use AC_CONFIG_LINKS.
1005 * configure: Rebuild.
1006 * Makefile.in (NM_H): New variable.
1007 (generated_files): Add NM_H. Remove gcore.
1008 (nm.h, stamp-nmh): New targets.
1009
1010 2019-10-20 Tom Tromey <tom@tromey.com>
1011
1012 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1013 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1014 obsolete comment.
1015 (put_objfile_before): Now static.
1016
1017 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1018
1019 * gdbsupport/common-utils.h (startswith): Change return type to
1020 bool.
1021
1022 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1023
1024 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1025 * breakpoint.c (bp_locations_compare): Rename to...
1026 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1027 (update_global_location_list): Use std::sort instead of qsort.
1028 * buildsym.c (compare_line_numbers): Rename to...
1029 (lte_is_less_than): ...this, and change to std::sort semantics.
1030 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1031 instead of qsort.
1032 * disasm.c (compare_lines): Rename to...
1033 (line_is_less_than): ...this, and change to std::sort semantics.
1034 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1035 of qsort.
1036 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1037 (fde_is_less_than): ...this, and change to std::sort semantics.
1038 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1039 * mdebugread.c (compare_blocks):
1040 (block_is_less_than): ...this, and change to std::sort semantics.
1041 (sort_blocks): Call std::sort instead of qsort.
1042 * objfiles.c (qsort_cmp): Rename to...
1043 (sort_cmp): ...this, and change to std::sort semantics.
1044 (update_section_map): Call std::sort instead of qsort.
1045 * remote.c (compare_pnums): Remove.
1046 (map_regcache_remote_table): Call std::sort instead of qsort.
1047 * utils.c (compare_positive_ints): Remove.
1048 * utils.h (compare_positive_ints): Remove.
1049 * xcoffread.c (compare_lte): Remove.
1050 (arrange_linetable): Call std::sort instead of qsort.
1051
1052 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1053
1054 * symfile.c (init_entry_point_info): Fix typo.
1055 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1056
1057 2019-10-18 Tom de Vries <tdevries@suse.de>
1058
1059 * aarch64-tdep.c: Fix typos in comments.
1060 * ada-lang.c: Same.
1061 * ada-tasks.c: Same.
1062 * alpha-tdep.c: Same.
1063 * alpha-tdep.h: Same.
1064 * amd64-nat.c: Same.
1065 * amd64-windows-tdep.c: Same.
1066 * arc-tdep.c: Same.
1067 * arc-tdep.h: Same.
1068 * arch-utils.c: Same.
1069 * arm-nbsd-tdep.c: Same.
1070 * arm-tdep.c: Same.
1071 * ax-gdb.c: Same.
1072 * blockframe.c: Same.
1073 * btrace.c: Same.
1074 * c-varobj.c: Same.
1075 * coff-pe-read.c: Same.
1076 * coffread.c: Same.
1077 * cris-tdep.c: Same.
1078 * darwin-nat.c: Same.
1079 * dbxread.c: Same.
1080 * dcache.c: Same.
1081 * disasm.c: Same.
1082 * dtrace-probe.c: Same.
1083 * dwarf-index-write.c: Same.
1084 * dwarf2-frame-tailcall.c: Same.
1085 * dwarf2-frame.c: Same.
1086 * dwarf2read.c: Same.
1087 * eval.c: Same.
1088 * exceptions.c: Same.
1089 * fbsd-tdep.c: Same.
1090 * findvar.c: Same.
1091 * frame.c: Same.
1092 * frv-tdep.c: Same.
1093 * gnu-v3-abi.c: Same.
1094 * go32-nat.c: Same.
1095 * h8300-tdep.c: Same.
1096 * hppa-tdep.c: Same.
1097 * i386-linux-tdep.c: Same.
1098 * i386-tdep.c: Same.
1099 * ia64-libunwind-tdep.c: Same.
1100 * ia64-tdep.c: Same.
1101 * infcmd.c: Same.
1102 * infrun.c: Same.
1103 * linespec.c: Same.
1104 * linux-nat.c: Same.
1105 * linux-thread-db.c: Same.
1106 * machoread.c: Same.
1107 * mdebugread.c: Same.
1108 * mep-tdep.c: Same.
1109 * mn10300-tdep.c: Same.
1110 * namespace.c: Same.
1111 * objfiles.c: Same.
1112 * opencl-lang.c: Same.
1113 * or1k-tdep.c: Same.
1114 * osabi.c: Same.
1115 * ppc-linux-nat.c: Same.
1116 * ppc-linux-tdep.c: Same.
1117 * ppc-sysv-tdep.c: Same.
1118 * printcmd.c: Same.
1119 * procfs.c: Same.
1120 * record-btrace.c: Same.
1121 * record-full.c: Same.
1122 * remote-fileio.c: Same.
1123 * remote.c: Same.
1124 * rs6000-tdep.c: Same.
1125 * s12z-tdep.c: Same.
1126 * score-tdep.c: Same.
1127 * ser-base.c: Same.
1128 * ser-go32.c: Same.
1129 * skip.c: Same.
1130 * sol-thread.c: Same.
1131 * solib-svr4.c: Same.
1132 * solib.c: Same.
1133 * source.c: Same.
1134 * sparc-nat.c: Same.
1135 * sparc-sol2-tdep.c: Same.
1136 * sparc-tdep.c: Same.
1137 * sparc64-tdep.c: Same.
1138 * stabsread.c: Same.
1139 * stack.c: Same.
1140 * symfile.c: Same.
1141 * symtab.c: Same.
1142 * target-descriptions.c: Same.
1143 * target-float.c: Same.
1144 * thread.c: Same.
1145 * utils.c: Same.
1146 * valops.c: Same.
1147 * valprint.c: Same.
1148 * value.c: Same.
1149 * varobj.c: Same.
1150 * windows-nat.c: Same.
1151 * xcoffread.c: Same.
1152 * xstormy16-tdep.c: Same.
1153 * xtensa-tdep.c: Same.
1154
1155 2019-10-17 Tom Tromey <tromey@adacore.com>
1156
1157 * configure: Rebuild.
1158 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1159 in AC_CONFIG_FILES invocation.
1160 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1161 new-style config.status invocation.
1162
1163 2019-10-17 Tom de Vries <tdevries@suse.de>
1164
1165 * arm-nbsd-nat.c: Fix typos in comments.
1166 * arm-tdep.c: Same.
1167 * darwin-nat-info.c: Same.
1168 * dwarf2read.c: Same.
1169 * elfread.c: Same.
1170 * event-top.c: Same.
1171 * findvar.c: Same.
1172 * gdbtypes.c: Same.
1173 * hppa-tdep.c: Same.
1174 * i386-tdep.c: Same.
1175 * jit.c: Same.
1176 * main.c: Same.
1177 * mdebugread.c: Same.
1178 * moxie-tdep.c: Same.
1179 * nto-procfs.c: Same.
1180 * osabi.c: Same.
1181 * ppc-linux-tdep.c: Same.
1182 * remote.c: Same.
1183 * riscv-tdep.c: Same.
1184 * s390-tdep.c: Same.
1185 * sh-tdep.c: Same.
1186 * sparc-linux-tdep.c: Same.
1187 * sparc-nat.c: Same.
1188 * stack.c: Same.
1189 * target-descriptions.c: Same.
1190 * top.c: Same.
1191 * varobj.c: Same.
1192
1193 2019-10-16 Tom Tromey <tom@tromey.com>
1194
1195 * objfiles.h (struct objfile) <original_name>: Now const.
1196
1197 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1198
1199 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1200 pass on to sigsetjmp's second argument.
1201 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1202
1203 2019-10-16 Keith Seitz <keiths@redhat.com>
1204
1205 PR gdb/23567
1206 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1207 sections whose size is greater than the file size.
1208
1209 2019-10-16 Jim Wilson <jimw@sifive.com>
1210
1211 * riscv-tdep.c (riscv_gcc_target_options): New.
1212 (riscv_gnu_triplet_regexp): New.
1213 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1214 set_gdbarch_gnu_triplet_regexp.
1215
1216 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1217
1218 * Makefile.in: Add xml-builtin.h.
1219 * features/feature_to_c.sh: Add an include for xml-builtin.h
1220 to ensure that the compiler checks that the types match.
1221 * xml-builtin.h: New file.
1222 * xml-support.c (fetch_xml_builtin): Add missing const.
1223 * xml-support.h: Remove declaration of xml_builtins.
1224
1225 2019-10-16 Tom de Vries <tdevries@suse.de>
1226
1227 PR tdep/25096
1228 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1229 (amd64_classify_aggregate): ... here.
1230 (amd64_classify_aggregate_field): Handled fiels of nested structs
1231 recursively.
1232
1233 2019-10-16 Tom de Vries <tdevries@suse.de>
1234
1235 PR tdep/24104
1236 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1237 that handles 'theclass'.
1238
1239 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * linespec.c (decode_digits_ordinary): Update comment.
1242 * make-target-delegates: No longer need to handle VEC case.
1243 * memrange.c (normalize_mem_ranges): Update comment.
1244 * namespace.c (add_using_directive): Update comment.
1245 * objc-lang.c (uniquify_strings): Update comment.
1246 * ppc-linux-nat.c (struct thread_points): Update comment.
1247 * probe.h (find_probes_in_objfile): Update comment.
1248 * target.h (enum flash_preserve_mode): Update comment.
1249 * varobj.c (varobj_restrict_range): Update comment.
1250 * varobj.h (varobj_list_children): Update comment.
1251
1252 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * Makefile.in: Remove references to vec.h and vec.c.
1255 * aarch64-tdep.c: No longer include vec.h.
1256 * ada-lang.c: Likewise.
1257 * ada-lang.h: Likewise.
1258 * arm-tdep.c: Likewise.
1259 * ax.h: Likewise.
1260 * breakpoint.h: Likewise.
1261 * charset.c: Likewise.
1262 * cp-support.h: Likewise.
1263 * dtrace-probe.c: Likewise.
1264 * dwarf2read.c: Likewise.
1265 * extension.h: Likewise.
1266 * gdb_bfd.c: Likewise.
1267 * gdbsupport/gdb_vecs.h: Likewise.
1268 * gdbsupport/vec.c: Remove.
1269 * gdbsupport/vec.h: Remove.
1270 * gdbthread.h: Likewise.
1271 * guile/scm-type.c: Likewise.
1272 * inline-frame.c: Likewise.
1273 * machoread.c: Likewise.
1274 * memattr.c: Likewise.
1275 * memrange.h: Likewise.
1276 * namespace.h: Likewise.
1277 * nat/linux-btrace.h: Likewise.
1278 * osdata.c: Likewise.
1279 * parser-defs.h: Likewise.
1280 * progspace.h: Likewise.
1281 * python/py-type.c: Likewise.
1282 * record-btrace.c: Likewise.
1283 * rust-exp.y: Likewise.
1284 * solib-target.c: Likewise.
1285 * stap-probe.c: Likewise.
1286 * target-descriptions.c: Likewise.
1287 * target-memory.c: Likewise.
1288 * target.h: Likewise.
1289 * varobj.c: Likewise.
1290 * varobj.h: Likewise.
1291 * xml-support.h: Likewise.
1292
1293 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1296 Update for new std::vector based implementation.
1297 (process_psymtab_comp_unit_reader): Likewise.
1298 (scan_partial_symbols): Likewise.
1299 (recursively_compute_inclusions): Likewise.
1300 (compute_compunit_symtab_includes): Likewise.
1301 (process_imported_unit_die): Likewise.
1302 (queue_and_load_dwo_tu): Likewise.
1303 (follow_die_sig_1): Likewise.
1304 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1305 (typedef dwarf2_per_cu_ptr): Remove.
1306 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1307 function.
1308 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1309 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1310 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1311 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1312 std::vector.
1313
1314 2019-10-15 Tom Tromey <tromey@adacore.com>
1315
1316 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1317 TID.
1318
1319 2019-10-15 Tom Tromey <tromey@adacore.com>
1320
1321 * windows-nat.c (windows_nat_target::fetch_registers)
1322 (windows_nat_target::store_registers): Rename "pid" to "tid".
1323
1324 2019-10-15 Tom Tromey <tromey@adacore.com>
1325
1326 * gdbarch.h, gdbarch.c: Rebuild.
1327 * gdbarch.sh (gcc_target_options): Change return type to
1328 std::string.
1329 * compile/compile.c (get_args): Update.
1330 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1331 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1332 std::string.
1333 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1334 std::string.
1335 * arch-utils.c (default_gcc_target_options): Return std::string.
1336 * arch-utils.h (default_gcc_target_options): Return std::string.
1337 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1338
1339 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1340
1341 * breakpoint.c (breakpoint_chain): Make static.
1342 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1343 of accessing breakpoint_chain.
1344
1345 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1346
1347 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1348 to a gdb::function_view and return value to bool.
1349 * breakpoint.h (iterate_over_breakpoints): Likewise.
1350 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1351 (pop_dummy_frame): Update.
1352 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1353 (gdbscm_breakpoints): Update.
1354 * python/py-breakpoint.c (build_bp_list): Update.
1355 (gdbpy_breakpoints): Update.
1356 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1357 Update.
1358 (bpfinishpy_handle_stop): Update.
1359 (bpfinishpy_handle_exit): Update.
1360 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1361 (svr4_update_solib_event_breakpoints): Update.
1362
1363 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1364
1365 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1366 when unwrapping single-field structs.
1367
1368 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1369
1370 * dwarf2read.c: Remove includes.
1371
1372 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1373
1374 * ui-out.c (ui_out::call_do_message): Silence
1375 -Wformat-nonliteral warning.
1376
1377 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1378
1379 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1380 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1381 include: readline/tilde.h.
1382
1383 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1384
1385 * remote.c (remote_target::get_trace_status): Remove declaration of
1386 trace_regblock_size.
1387
1388 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1389
1390 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1391 (show_user): Remove declaration of cmdlist.
1392 * cli/cli-cmds.h (max_user_call_depth): Declare.
1393 * cli/cli-script.c (execute_user_command): Remove declaration
1394 of max_user_call_depth.
1395
1396 2019-10-11 Jim Wilson <jimw@sifive.com>
1397
1398 * gdbsupport/print-utils.h (pulongest): Fix comment.
1399 (plongest): Likewise.
1400 (phex): Add missing comment, mention leading zeros.
1401 (phex_nz): Add mention of no leading zeros to comment.
1402
1403 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1404 plongest instead of unsigned long long cast.
1405
1406 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1407
1408 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1409 for external_editor_command and gdbtk_test.
1410
1411 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1412
1413 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1414 * varobj.c (varobjdebug): Move comment to...
1415 * varobj.h (varobjdebug): ...here, and declare.
1416
1417 2019-10-09 Tom Tromey <tom@tromey.com>
1418
1419 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1420 erase_data_content.
1421
1422 2019-10-09 Tom Tromey <tom@tromey.com>
1423
1424 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1425 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1426 * tui/tui-command.c (tui_cmd_window::resize)
1427 (tui_refresh_cmd_win): Update.
1428 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1429 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1430 * tui/tui-data.c (~tui_gen_win_info): Remove.
1431 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1432 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1433 (tui_redisplay_readline, tui_mld_flush)
1434 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1435 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1436 (tui_data_window::erase_data_content)
1437 (tui_data_item_window::rerender)
1438 (tui_data_item_window::refresh_window): Update.
1439 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1440 (box_win, tui_gen_win_info::make_window)
1441 (tui_gen_win_info::make_visible): Update.
1442 (tui_delete_win): Remove.
1443 * tui/tui-winsource.c
1444 (tui_source_window_base::do_erase_source_content): Update.
1445 (tui_show_source_line, tui_source_window_base::update_tab_width)
1446 (tui_source_window_base::update_exec_info): Update.
1447 * tui/tui-data.h (struct curses_deleter): New.
1448 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1449 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1450
1451 2019-10-09 Tom Tromey <tom@tromey.com>
1452
1453 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1454
1455 2019-10-09 Tom Tromey <tom@tromey.com>
1456
1457 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1458 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1459
1460 2019-10-09 Tom Tromey <tom@tromey.com>
1461
1462 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1463 window height directly.
1464 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1465 declare.
1466 * tui/tui-layout.c (tui_default_win_height): Remove.
1467 (tui_default_win_viewport_height): Remove.
1468
1469 2019-10-09 Tom Tromey <tom@tromey.com>
1470
1471 * tui/tui.h: Remove comments.
1472
1473 2019-10-09 Tom de Vries <tdevries@suse.de>
1474
1475 * python/lib/gdb/printer/bound_registers.py: Use
1476 '^builtin_type_bound128' as regexp argument for
1477 add_builtin_pretty_printer.
1478
1479 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1480
1481 * guile/guile.c (guile_extension_script_ops): Remove forward
1482 declaration and mark as static.
1483 (guile_script_ops): Likewise.
1484 (extension_language_guile): Move further down in the file so
1485 it can reference the definitions for guile_{extension_,}script_ops.
1486
1487 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1488
1489 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1490 except SORTL, DFLTCC, and KDSA.
1491
1492 2019-10-08 Tom Tromey <tromey@adacore.com>
1493
1494 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1495 (struct safe_symbol_file_add_args): Remove.
1496
1497 2019-10-08 Tom Tromey <tromey@adacore.com>
1498
1499 * windows-nat.c: Don't include buildsym-legacy.h.
1500
1501 2019-10-08 Tom Tromey <tromey@adacore.com>
1502
1503 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1504
1505 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1506
1507 * gdbtypes.c (overload_debug): Move comment to header.
1508 * gdbtypes.h (overload_debug): Declare.
1509 * valops.c: Remove declaration of overload_debug, instead
1510 include gdbtypes.h.
1511
1512 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1513
1514 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1515 through _().
1516 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1517 move comment...
1518 * language.h (lang_frame_mismatch_warn): ... here. Also add
1519 declaration.
1520 * top.c (lang_frame_mismatch_warn): Remove declaration.
1521 (check_frame_language_change): Pass lang_frame_mismatch_warn
1522 through _().
1523
1524 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1525
1526 * c-lang.h (vtbl_ptr_name): Declare.
1527 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1528 it from the header.
1529 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1530
1531 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1532
1533 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1534 gdb_static_assert.
1535
1536 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1537
1538 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1539 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1540 * ctfread.c: New file.
1541 * ctfread.h: New file.
1542 * elfread.c: Include ctfread.h.
1543 (struct elfinfo text_p): New member ctfsect.
1544 (elf_locate_sections): Mark CTF section.
1545 (elf_symfile_read): Call elfctf_build_psymtabs.
1546 * Makefile.in (LIBCTF): Add.
1547 (CLIBS): Use it.
1548 (CDEPS): Likewise.
1549 (DIST): Add ctfread.c.
1550
1551 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * ctfread.c (struct nextfield): Renamed to ...
1554 (struct ctf_nextfield): ... this.
1555 (struct field_info): Renamed to ...
1556 (strut ctf_field_info): ... this.
1557 (attach_fields_to_type): Update for renamed structures.
1558 (ctf_add_member_cb): Likewise.
1559 (ctf_add_enum_member_cb): Likewise.
1560 (process_struct_members): Likewise.
1561 (process_enum_type): Likewise.
1562
1563 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1564
1565 * tracectf.h: Rename, was ctf.h.
1566 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1567 * tracefile.c: Likewise.
1568 * tracepoint.c: Remove unused include ctf.h.
1569 * mi/mi-main.c: Likewise.
1570 * Makefile.in Replace ctf.c with tracectf.c.
1571
1572 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1573
1574 * version.in: Change version number to "9.0.50.DATE-git".
1575
1576 2019-10-03 Tom Tromey <tom@tromey.com>
1577
1578 PR rust/24976:
1579 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1580
1581 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1584 cp_search_name_hash.
1585 * NEWS: Add entry about nested function support.
1586
1587 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1588 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1591 for nested static variables when searchin VAR_DOMAIN.
1592 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1593 global scope, update comment.
1594 (add_partial_subprogram): Call add_partial_subprogram recursively
1595 for nested subroutines when processinng Fortran.
1596 (load_partial_dies): Process the child entities of a subprogram
1597 when processing Fortran.
1598 (partial_die_parent_scope): Handle building scope
1599 for Fortran nested functions.
1600 (process_die): Record that nested functions have a scope.
1601 (new_symbol): Always record Fortran subprograms on the global
1602 symbol list.
1603 (determine_prefix): How to build the prefix for Fortran
1604 subprograms.
1605
1606 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1609 have just sent the thread a SIGSTOP and are waiting for it to
1610 arrive.
1611
1612 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1613
1614 * btrace.c (btrace_add_pc): Remove whitespace before the template
1615 parameter in 'std::vector <...>'.
1616 (parse_xml_btrace_block): Likewise.
1617 (btrace_maint_decode_pt): Likewise.
1618 (btrace_maint_update_packets): Likewise.
1619 (btrace_maint_print_packets): Likewise.
1620 * btrace.h (struct btrace_maint_info): Likewise.
1621 * dwarf2read.c (struct type_unit_group): Likewise.
1622 (build_type_psymtabs_reader): Likewise.
1623 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1624 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1625 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1626
1627 2019-10-03 Tom de Vries <tdevries@suse.de>
1628
1629 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1630 the first line of the help text for set/show style metadata.
1631
1632 2019-10-02 Tom Tromey <tromey@adacore.com>
1633
1634 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1635 * gdbsupport/common-inferior.c: New file.
1636 * infcmd.c (startup_with_shell): Don't define.
1637 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1638 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1639 * inferior.h (startup_with_shell): Don't declare.
1640
1641 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1642
1643 * gdbsupport/gdb_assert.h: Include errors.h.
1644 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1645
1646 2019-10-02 Tom Tromey <tromey@adacore.com>
1647
1648 * NEWS: Add $_ada_exception entry.
1649 * ada-lang.c (struct ada_catchpoint): Add constructor.
1650 <m_kind>: New member.
1651 (allocate_location_exception, re_set_exception): Remove
1652 "ex" parameter.
1653 (should_stop_exception): Compute $_ada_exception.
1654 (check_status_exception, print_it_exception)
1655 (print_one_exception, print_mention_exception): Remove
1656 "ex" parameter.
1657 (allocate_location_catch_exception, re_set_catch_exception)
1658 (check_status_exception, print_it_catch_exception)
1659 (print_one_catch_exception, print_mention_catch_exception)
1660 (print_recreate_catch_exception)
1661 (allocate_location_catch_exception_unhandled)
1662 (re_set_catch_exception_unhandled)
1663 (check_status_exception, print_it_catch_exception_unhandled)
1664 (print_one_catch_exception_unhandled)
1665 (print_mention_catch_exception_unhandled)
1666 (print_recreate_catch_exception_unhandled)
1667 (allocate_location_catch_assert, re_set_catch_assert)
1668 (check_status_assert, print_it_catch_assert)
1669 (print_one_catch_assert, print_mention_catch_assert)
1670 (print_recreate_catch_assert)
1671 (allocate_location_catch_handlers, re_set_catch_handlers)
1672 (check_status_handlers, print_it_catch_handlers)
1673 (print_one_catch_handlers, print_mention_catch_handlers)
1674 (print_recreate_catch_handlers): Remove.
1675 (create_ada_exception_catchpoint): Update.
1676 (initialize_ada_catchpoint_ops): Update.
1677
1678 2019-10-02 Tom Tromey <tromey@adacore.com>
1679
1680 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1681 (create_excep_cond_exprs): Simplify exception string computation.
1682 (ada_exception_catchpoint_cond_string): Likewise.
1683
1684 2019-10-02 Tom Tromey <tromey@adacore.com>
1685
1686 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1687 * ada-lang.c (lesseq_defined_than): Handle
1688 LOC_STATIC.
1689 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1690 parameter.
1691 (dwarf2_has_info): Likewise.
1692 (new_symbol): Set maybe_copied on symbol when
1693 appropriate.
1694 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1695 parameter.
1696 <can_copy>: New member.
1697 * elfread.c (record_minimal_symbol): Set maybe_copied
1698 on symbol when appropriate.
1699 (elf_symfile_read): Update call to dwarf2_has_info.
1700 * minsyms.c (lookup_minimal_symbol_linkage): New
1701 function.
1702 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1703 * symtab.c (get_symbol_address, get_msymbol_address):
1704 New functions.
1705 * symtab.h (get_symbol_address, get_msymbol_address):
1706 Declare.
1707 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1708 maybe_copied.
1709 (struct symbol, struct minimal_symbol) <maybe_copied>:
1710 New member.
1711
1712 2019-10-02 Tom Tromey <tromey@adacore.com>
1713
1714 * source.c (struct current_source_location): New.
1715 (current_source_key): New global.
1716 (current_source_symtab, current_source_line)
1717 (current_source_pspace): Remove.
1718 (get_source_location): New function.
1719 (get_current_source_symtab_and_line)
1720 (set_default_source_symtab_and_line)
1721 (set_current_source_symtab_and_line)
1722 (clear_current_source_symtab_and_line, select_source_symtab)
1723 (info_source_command, print_source_lines_base)
1724 (info_line_command, search_command_helper, _initialize_source):
1725 Update.
1726
1727 2019-10-02 Tom Tromey <tromey@adacore.com>
1728
1729 * source.c (select_source_symtab): Don't call
1730 decode_line_with_current_source.
1731
1732 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * symtab.c (lookup_global_symbol): Search global block.
1735
1736 2019-10-02 Tom Tromey <tromey@adacore.com>
1737
1738 * coffread.c (process_coff_symbol): Update.
1739 * dwarf2read.c (var_decode_location, new_symbol): Update.
1740 * mdebugread.c (parse_symbol): Update.
1741 * objfiles.c (relocate_one_symbol): Update.
1742 * stabsread.c (define_symbol, fix_common_block)
1743 (scan_file_globals): Update.
1744 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1745 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1746 * xcoffread.c (process_xcoff_symbol): Update.
1747
1748 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1749
1750 * MAINTAINERS: Update my email address.
1751
1752 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1755 std::vector.
1756 (build_type_psymtabs_reader): Update for std::vector.
1757 (build_type_psymtab_dependencies): Likewise.
1758 * dwarf2read.h: Remove use of DEF_VEC_P.
1759 (typedef sig_type_ptr): Delete.
1760
1761 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1764 to std::vector.
1765 (btrace_maint_decode_pt): Likewise, and move allocation of the
1766 vector outside of the loop.
1767 (btrace_maint_update_packets): Update to handle change from VEC to
1768 std::vector.
1769 (btrace_maint_print_packets): Likewise.
1770 (maint_info_btrace_cmd): Likewise.
1771 * btrace.h: Remove use of DEF_VEC_O.
1772 (typedef btrace_pt_packet_s): Delete.
1773 (struct btrace_maint_info) <packets>: Change fromm VEC to
1774 std::vector.
1775 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1776
1777 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1778
1779 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1780 make accesses into the vector constant references.
1781 (btrace_add_pc): Update for std::vector.
1782 (btrace_stitch_bts): Likewise.
1783 (parse_xml_btrace_block): Likewise.
1784 (btrace_maint_update_packets): Likewise.
1785 (btrace_maint_print_packets): Likewise.
1786 (maint_info_btrace_cmd): Likewise.
1787 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1788 std::vector.
1789 (btrace_data::empty): Likewise.
1790 (btrace_data_append): Likewise.
1791 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1792 (typedef btrace_block_s): Delete.
1793 (struct btrace_block): Add constructor.
1794 (struct btrace_data_bts) <blocks>: Change to std::vector.
1795 * nat/linux-btrace.c (perf_event_read_bts): Update for
1796 std::vector.
1797 (linux_read_bts): Likewise.
1798
1799 2019-10-01 Tom Tromey <tom@tromey.com>
1800
1801 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1802
1803 2019-10-01 Tom Tromey <tom@tromey.com>
1804
1805 * stack.c (print_frame, info_frame_command_core): Use
1806 styled_string.
1807 * linux-thread-db.c (try_thread_db_load_1)
1808 (try_thread_db_load_from_pdir_1): Use styled_string.
1809 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1810 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1811 (maybe_print_unsupported_script_warning)
1812 (maybe_print_script_not_found_warning): Use styled_string.
1813 * ada-lang.c (user_select_syms): Use styled_string.
1814
1815 2019-10-01 Tom Tromey <tom@tromey.com>
1816
1817 * p-lang.c (pascal_printstr): Use metadata style.
1818 * value.c (show_convenience): Use metadata style.
1819 * valprint.c (valprint_check_validity, val_print_optimized_out)
1820 (val_print_not_saved, val_print_unavailable)
1821 (val_print_invalid_address, generic_val_print, val_print)
1822 (value_check_printable, val_print_array_elements): Use metadata
1823 style.
1824 * ui-out.h (class ui_out) <field_fmt>: New overload.
1825 <do_field_fmt>: Add style parameter.
1826 * ui-out.c (ui_out::field_fmt): New overload.
1827 * typeprint.c (type_print_unknown_return_type)
1828 (val_print_not_allocated, val_print_not_associated): Use metadata
1829 style.
1830 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1831 parameter.
1832 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1833 * tracepoint.c (tvariables_info_1): Use metadata style.
1834 * stack.c (print_frame_arg, print_frame_info, print_frame)
1835 (info_frame_command_core): Use metadata style.
1836 * skip.c (info_skip_command): Use metadata style.
1837 * rust-lang.c (rust_print_enum): Use metadata style.
1838 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1839 metadata style.
1840 * python/py-framefilter.c (py_print_single_arg): Use metadata
1841 style.
1842 * printcmd.c (do_one_display, print_variable_and_value): Use
1843 metadata style.
1844 * p-valprint.c (pascal_val_print)
1845 (pascal_object_print_value_fields): Use metadata style.
1846 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1847 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1848 parameter.
1849 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1850 * m2-valprint.c (m2_print_long_set): Use metadata style.
1851 * m2-typeprint.c (m2_print_type): Use metadata style.
1852 * infcmd.c (print_return_value_1): Use metadata style.
1853 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1854 * f-valprint.c (info_common_command_for_block): Use metadata
1855 style.
1856 * f-typeprint.c (f_type_print_base): Use metadata style.
1857 * expprint.c (print_subexp_standard): Use metadata style.
1858 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1859 * cli/cli-style.h (class cli_style_option): Add constructor.
1860 (metadata_style): Declare.
1861 * cli/cli-style.c (metadata_style): New global.
1862 (_initialize_cli_style): Register metadata style.
1863 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1864 parameter.
1865 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1866 * c-typeprint.c (c_type_print_base_struct_union)
1867 (c_type_print_base_1): Use metadata style.
1868 * breakpoint.c (watchpoint_value_print)
1869 (print_one_breakpoint_location): Use metadata style.
1870 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1871 style.
1872 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1873 style.
1874 * ada-valprint.c (val_print_packed_array_elements, printstr)
1875 (print_field_values, ada_val_print_ref, ada_val_print): Use
1876 metadata style.
1877 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1878 style.
1879 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1880 style.
1881 * ada-lang.c (user_select_syms): Use metadata style.
1882
1883 2019-10-01 Tom Tromey <tom@tromey.com>
1884
1885 * cli/cli-cmds.c (pwd_command): Style output.
1886
1887 2019-10-01 Pedro Alves <palves@redhat.com>
1888 Tom Tromey <tom@tromey.com>
1889
1890 * symtab.c (print_symbol_info): Use %ps.
1891 (print_msymbol_info): Use %ps.
1892 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1893 * printcmd.c (print_variable_and_value): Use %ps.
1894 * macrocmd.c (show_pp_source_pos): Use %ps.
1895 * infrun.c (print_exited_reason): Use ui_out::message.
1896 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1897 (describe_other_breakpoints): Use ui_out::message and new
1898 formats.
1899 (say_where): Use new formats.
1900 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1901 and new formats.
1902
1903 2019-10-01 Pedro Alves <palves@redhat.com>
1904 Tom Tromey <tom@tromey.com>
1905
1906 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1907 (test_gdb_formats): New function.
1908 (run_tests): Call it.
1909 (test_format_specifier): Update.
1910 * utils.h (fputs_filtered): Update comment.
1911 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1912 (fputs_styled_unfiltered): Declare.
1913 * utils.c (fputs_styled_unfiltered): New function.
1914 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1915 (vfprintf_filtered): Update.
1916 (vfprintf_unfiltered, vprintf_filtered): Update.
1917 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1918 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1919 disallow_ui_out_field>: New constants.
1920 (enum class field_kind): New.
1921 (struct base_field_s, struct signed_field_s): New.
1922 (signed_field): New function.
1923 (struct string_field_s): New.
1924 (string_field): New function.
1925 (struct styled_string_s): New.
1926 (styled_string): New function.
1927 (class ui_out) <message>: Add comment.
1928 <vmessage, call_do_message>: New methods.
1929 <do_message>: Add style parameter.
1930 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1931 methods.
1932 (ui_out::message): Rewrite.
1933 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1934 parameter.
1935 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1936 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1937 gdb_extensions parameter.
1938 (class format_piece): Add parameter to constructor.
1939 (n_int_args): New field.
1940 * gdbsupport/format.c (format_pieces::format_pieces): Add
1941 gdb_extensions parameter. Handle '*'.
1942 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1943 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1944 vfprintf_styled_no_gdbfmt.
1945 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1946 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1947 unfiltered output.
1948 * ui-style.h (struct ui_file_style) <ptr>: New method.
1949
1950 2019-10-01 Tom Tromey <tom@tromey.com>
1951
1952 * unittests/format_pieces-selftests.c: Update. Add final format.
1953 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1954 empty literal pieces.
1955
1956 2019-10-01 Tom Tromey <tom@tromey.com>
1957
1958 * ui-out.h (enum class ui_out_style_kind): Remove.
1959 (class ui_out) <field_string, field_stsream, do_field_string>:
1960 Change type of "style".
1961 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1962 (ui_out::field_string): Update.
1963 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1964 of "style".
1965 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1966 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1967 * stack.c (print_frame_arg, print_frame_info, print_frame):
1968 Update.
1969 * source.c (print_source_lines_base): Update.
1970 * solib.c (info_sharedlibrary_command): Update.
1971 * skip.c (info_skip_command): Update.
1972 * record-btrace.c (btrace_call_history_src_line)
1973 (btrace_call_history): Update.
1974 * python/py-framefilter.c (py_print_frame): Update.
1975 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1976 "style".
1977 * mi/mi-out.c (mi_ui_out::do_table_header)
1978 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1979 (mi_ui_out::do_field_string): Update.
1980 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1981 Update.
1982 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1983 "style".
1984 * cli-out.c (cli_ui_out::do_table_header)
1985 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1986 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1987 (cli_ui_out::do_field_fmt): Update.
1988 * breakpoint.c (print_breakpoint_location): Update.
1989 (update_static_tracepoint): Update.
1990
1991 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1992
1993 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
1994 conversion of gdb_datadir.
1995 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
1996 remove not needed c_str ().
1997
1998 2019-09-30 Ali Tamur <tamur@google.com>
1999
2000 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2001 (dwarf2_string_attr): Likewise.
2002
2003 2019-09-30 Ali Tamur <tamur@google.com>
2004
2005 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2006 (process_full_type_unit): Likewise.
2007 (dump_die_shallow): Likewise.
2008 (cu_debug_loc_section): Likewise.
2009
2010 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2011
2012 * minsyms.c (compare_minimal_symbols): Rename to...
2013 (minimal_symbol_is_less_than): ...this, and adjust to STL
2014 conventions (return bool, take arguments as references)
2015 (minimal_symbol_reader::install): Call std::sort instead
2016 of qsort.
2017
2018 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2019
2020 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2021 hash and why.
2022 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2023 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2024
2025 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2026
2027 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2028 * psympriv.h (add_psymbol_to_list): Move comment here and update
2029 it.
2030
2031 2019-09-29 Tom de Vries <tdevries@suse.de>
2032
2033 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2034 Use $tmpdir/$(basename "$output_file").dwz instead of
2035 "${output_file}.dwz".
2036
2037 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2038
2039 PR gdb/25045
2040 * hppa-linux-nat.c: Include gdbarch.h.
2041
2042 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2043
2044 * blockframe.c (find_pc_partial_function): Change return type to bool.
2045 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2046 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2047 (stub_gnu_ifunc_resolve_name): Likewise.
2048 * symtab.c (compare_filenames_for_search): Likewise.
2049 (compare_glob_filenames_for_search): Likewise.
2050 (matching_obj_sections): Likewise.
2051 (symbol_matches_domain): Likewise.
2052 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2053 (find_line_pc): Change return type to bool.
2054 (find_line_pc_range): Likewise.
2055 (producer_is_realview): Likewise.
2056 * symtab.h (symbol_matches_domain): Likewise.
2057 (find_pc_partial_function): Likewise.
2058 (find_pc_line_pc_range): Likewise.
2059 (in_gnu_ifunc_stub): Likewise.
2060 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2061 (find_line_pc): Likewise.
2062 (find_line_pc_range): Likewise.
2063 (matching_obj_sections): Likewise.
2064 (find_line_symtab): Change out parameter to bool.
2065 (producer_is_realview): Change return type to bool.
2066 (compare_filenames_for_search): Likewise.
2067 (compare_glob_filenames_for_search): Likewise.
2068
2069 2019-09-26 Tom Tromey <tom@tromey.com>
2070
2071 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2072 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2073 * gdb_usleep.h: Remove.
2074 * gdb_usleep.c: Remove.
2075 * utils.c: Don't include gdb_usleep.h.
2076
2077 2019-09-26 Tom Tromey <tromey@adacore.com>
2078
2079 * python/py-type.c (type_to_type_object): Call check_typedef
2080 for stub types.
2081
2082 2019-09-26 Tom Tromey <tom@tromey.com>
2083
2084 * utils.h (initialize_utils): Don't declare.
2085 * top.c (gdb_init): Don't call initialize_utils.
2086 * utils.c (initialize_utils): Remove. Move contents...
2087 (_initialize_utils): ... here.
2088
2089 2019-09-25 Tom Tromey <tom@tromey.com>
2090
2091 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2092 * utils.h (make_hex_string): Don't declare.
2093 * utils.c (make_hex_string): Remove.
2094
2095 2019-09-24 Tom de Vries <tdevries@suse.de>
2096
2097 PR gdb/23815
2098 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2099 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2100
2101 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2102
2103 * NEWS: Mention new simulator port for PRU.
2104
2105 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2106
2107 * ada-exp.y (write_object_remaining): Update.
2108 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2109 and eliminate the static buffer.
2110 (ada_decode_symbol): Update.
2111 (ada_la_decode): Update.
2112 (ada_sniff_from_mangled_name): Update.
2113 (is_valid_name_for_wild_match): Update.
2114 (ada_lookup_name_info::matches): Update and simplify.
2115 (name_matches_regex): Update.
2116 (ada_add_global_exceptions): Update.
2117 * ada-lang.h (ada_decode): Update signature.
2118 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2119 * dwarf-index-write.c (debug_names::insert): Update.
2120
2121 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2122
2123 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2124 formatting.
2125
2126 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2127
2128 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2129 Change "nonzero" to "true" in documentation.
2130
2131 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2132
2133 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2134 (_initialize_darwin_solib): Don't set
2135 darwin_so_ops.lookup_lib_global_symbol.
2136 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2137 set_gdbarch_iterate_over_objfiles_in_search_order.
2138 (elf_lookup_lib_symbol): Rename to...
2139 (svr4_iterate_over_objfiles_in_search_order): this, and update
2140 to iterate semantics.
2141 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2142 * solib.c (solib_global_lookup): Remove.
2143 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2144 (solib_global_lookup): Remove.
2145 * symtab.c (lookup_global_or_static_symbol): Remove call to
2146 solib_global_lookup.
2147
2148 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2149
2150 * NEWS: Move entries about default MI version now being
2151 version 3, and about the GDB/MI fix for multi-location
2152 breakpoints to the "since GDB 8.3" section.
2153
2154 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2155
2156 GDB 8.3.1 released.
2157
2158 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2159
2160 * NEWS: Mention that Cell/B.E. debugging support was removed.
2161 * MAINTAINERS: Remove spu target.
2162
2163 * config/djgpp/fnchange.lst: Remove entries for removed files.
2164
2165 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2166 spu-multiarch.o, and spu-tdep.o.
2167 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2168 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2169 spu-multiarch.c, and spu-tdep.c.
2170 * spu-linux-nat.c: Remove file.
2171 * spu-multiarch.c: Remove file.
2172 * spu-tdep.c: Remove file.
2173 * spu-tdep.h: Remove file.
2174 * solib-spu.c: Remove file.
2175 * solib-spu.h: Remove file.
2176
2177 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2178 * configure.nat (spu-linux): Remove.
2179 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2180 solib-multiarch.o from gdb_target_obs.
2181 (spu*-*-*): Remove.
2182
2183 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2184 feature flag.
2185 (ppc_linux_no_features): Update.
2186 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2187 Cell/B.E. support.
2188 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2189 (tdesc_powerpc_cell64l): Likewise.
2190 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2191 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2192 Cell/B.E. support.
2193 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2194 Do not include "features/rs6000/powerpc-cell32l.c" or
2195 "features/rs6000/powerpc-cell64l.c".
2196 (ppc_linux_spu_section): Remove.
2197 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2198 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2199 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2200 (ppc_linux_spe_context_lookup): Remove.
2201 (ppc_linux_spe_context_inferior_created): Remove.
2202 (ppc_linux_spe_context_solib_loaded): Remove.
2203 (ppc_linux_spe_context_solib_unloaded): Remove.
2204 (ppc_linux_spe_context): Remove.
2205 (struct ppu2spu_cache): Remove.
2206 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2207 (struct ppu2spu_data): Remove.
2208 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2209 ppu2spu_unwind): Remove.
2210 (ppc_linux_init_abi): Remove Cell/B.E. support.
2211 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2212
2213 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2214 (rs6000/powerpc-cell64l-expedite): Likewise
2215 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2216 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2217 rs6000/powerpc-cell64l.xml.
2218 * features/rs6000/powerpc-cell32l.xml: Remove.
2219 * features/rs6000/powerpc-cell64l.xml: Likewise.
2220 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2221 * features/rs6000/powerpc-cell64l.c: Likewise.
2222 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2223 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2224 * regformats/reg-spu.dat: Remove.
2225
2226 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2227 * corelow.c (struct spuid_list): Remove.
2228 (add_to_spuid_list): Remove.
2229 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2230 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2231 (remote_protocol_features): Remove associated entries.
2232 (_initialize_remote): No longer initialize them.
2233 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2234 * linux-nat.c (SPUFS_MAGIC): Remove.
2235 (linux_proc_xfer_spu): Remove.
2236 (spu_enumerate_spu_ids): Remove.
2237 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2238 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2239 (linux_make_corefile_notes): No longer call it.
2240
2241 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2242 (cooked_write_test): Likewise.
2243
2244 2019-09-20 Tom Tromey <tom@tromey.com>
2245
2246 * NEWS: Mention case-sensitivity of TUI commands.
2247 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2248 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2249 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2250
2251 2019-09-20 Tom Tromey <tom@tromey.com>
2252
2253 * tui/tui-source.c (tui_source_window::set_contents): Use
2254 make_unique_xstrdup.
2255 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2256 make_unique_xstrdup.
2257
2258 2019-09-20 Tom Tromey <tom@tromey.com>
2259
2260 * tui/tui-data.c: Remove separator comments.
2261 * tui/tui-layout.c: Remove separator comments.
2262 * tui/tui-win.c: Remove separator comments.
2263 * tui/tui-wingeneral.c: Remove separator comments.
2264
2265 2019-09-20 Tom Tromey <tom@tromey.com>
2266
2267 * tui/tui.h (strcat_to_buf): Don't declare.
2268 * tui/tui.c (strcat_to_buf): Remove.
2269
2270 2019-09-20 Tom Tromey <tom@tromey.com>
2271
2272 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2273 from "fullname".
2274 * tui/tui-source.c (tui_source_window::set_contents)
2275 (tui_source_window::location_matches_p)
2276 (tui_source_window::maybe_update): Update.
2277
2278 2019-09-20 Tom Tromey <tom@tromey.com>
2279
2280 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2281 Update.
2282 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2283 prefix.
2284 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2285 (tui_data_window::line_from_reg_element_no)
2286 (tui_data_window::first_reg_element_no_inline)
2287 (tui_data_window::show_registers)
2288 (tui_data_window::show_register_group)
2289 (tui_data_window::display_registers_from)
2290 (tui_data_window::display_registers_from_line)
2291 (tui_data_window::first_data_item_displayed)
2292 (tui_data_window::delete_data_content_windows)
2293 (tui_data_window::erase_data_content)
2294 (tui_data_window::do_scroll_vertical)
2295 (tui_data_window::refresh_window)
2296 (tui_data_window::check_register_values): Update.
2297
2298 2019-09-20 Tom Tromey <tom@tromey.com>
2299
2300 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2301 (struct tui_locator_window) <full_name, proc_name>: Now
2302 std::string.
2303 * tui/tui-stack.c (tui_locator_window::make_status_line)
2304 (tui_locator_window::set_locator_fullname)
2305 (tui_locator_window::set_locator_info): Update.
2306 * tui/tui-source.c (tui_source_window::set_contents)
2307 (tui_source_window::showing_source_p): Update.
2308
2309 2019-09-20 Tom Tromey <tom@tromey.com>
2310
2311 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2312 Don't call tui_locator_win_info_ptr.
2313
2314 2019-09-20 Tom Tromey <tom@tromey.com>
2315
2316 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2317
2318 2019-09-20 Tom Tromey <tom@tromey.com>
2319
2320 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2321 height for locator.
2322 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2323 * tui/tui-layout.c (show_source_disasm_command, show_data)
2324 (show_source_or_disasm_and_command): Use 1 as height for locator.
2325
2326 2019-09-20 Tom Tromey <tom@tromey.com>
2327
2328 * tui/tui.c (tui_enable): Update.
2329 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2330 Update.
2331 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2332 Update.
2333 * tui/tui-data.c (win_resized): Now bool.
2334 (tui_win_resized): Return bool.
2335 (tui_set_win_resized_to): Accept a bool.
2336
2337 2019-09-20 Tom Tromey <tom@tromey.com>
2338
2339 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2340 Change type of "refresh_values_only".
2341 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2342 type of "refresh_values_only".
2343
2344 2019-09-20 Tom Tromey <tom@tromey.com>
2345
2346 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2347 std::string.
2348 (tui_disassemble): Add "pos" parameter.
2349 (tui_disasm_window::set_contents): Simplify.
2350
2351 2019-09-20 Tom Tromey <tom@tromey.com>
2352
2353 * tui/tui-winsource.h (struct tui_source_window_base)
2354 <show_source_content>: Now private.
2355 * tui/tui-winsource.c
2356 (tui_source_window_base::show_source_content): Don't handle empty
2357 content case.
2358
2359 2019-09-20 Tom Tromey <tom@tromey.com>
2360
2361 * tui/tui-layout.c (show_source_disasm_command)
2362 (show_source_or_disasm_and_command): Don't call
2363 show_source_content.
2364
2365 2019-09-20 Tom Tromey <tom@tromey.com>
2366
2367 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2368 Declare.
2369 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2370 from tui_make_status_line.
2371 (tui_locator_window::rerender): Update.
2372
2373 2019-09-20 Tom Tromey <tom@tromey.com>
2374
2375 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2376 (tui_locator_window::rerender): Update.
2377
2378 2019-09-20 Tom Tromey <tom@tromey.com>
2379
2380 * tui/tui-winsource.h (struct tui_source_window_base)
2381 <~tui_source_window_base>: Don't declare.
2382 <fullname>: Remove.
2383 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2384 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2385 member.
2386 * tui/tui-source.c (tui_source_window::set_contents): Update.
2387 (tui_source_window::location_matches_p)
2388 (tui_source_window::maybe_update): Update.
2389
2390 2019-09-20 Tom Tromey <tom@tromey.com>
2391
2392 * tui/tui-winsource.h (~tui_source_element): Remove.
2393 (tui_source_element): Update.
2394 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2395 * tui/tui-winsource.c (tui_show_source_line): Update.
2396 * tui/tui-source.c (tui_source_window::set_contents): Update.
2397 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2398
2399 2019-09-20 Tom Tromey <tom@tromey.com>
2400
2401 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2402 declare.
2403 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2404 tui_clear_source_windows_detail.
2405 * tui/tui-winsource.h (struct tui_source_window_base)
2406 <clear_detail>: Don't declare.
2407 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2408 Remove.
2409 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2410
2411 2019-09-20 Tom Tromey <tromey@adacore.com>
2412
2413 PR ada/24919:
2414 * block.c (contained_in): Fix final return value.
2415
2416 2019-09-20 Alan Modra <amodra@gmail.com>
2417
2418 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2419 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2420 (read_indirect_string_from_dwz): Use bfd accessor.
2421 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2422 * machoread.c (macho_symfile_read_all_oso): Likewise.
2423 * solib.c (solib_bfd_open): Likewise.
2424
2425 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2426
2427 * eval.c: Move declaration of overload_resolution to...
2428 * value.h: ...here.
2429
2430 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2431
2432 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2433 * arm-linux-tdep.c: Likewise.
2434 * arm-nbsd-nat.c: Likewise.
2435 * arm-tdep.h: Declare arm_apcs_32.
2436 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2437
2438 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2439
2440 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2441 * dwarf2read.h: Declare dwarf_always_disassemble.
2442
2443 2019-09-19 Tom de Vries <tdevries@suse.de>
2444
2445 PR gdb/25009
2446 * source-cache.c (source_cache::ensure): Catch exception thrown during
2447 construction of the highlighter.
2448
2449 2019-09-18 Alan Modra <amodra@gmail.com>
2450
2451 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2452 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2453 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2454 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2455 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2456 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2457 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2458 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2459 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2460 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2461 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2462 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2463 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2464 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2465 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2466 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2467 * mi/mi-interp.c: Update throughout for bfd section macro and
2468 function changes.
2469 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2470 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2471
2472 2019-09-18 Tom Tromey <tom@tromey.com>
2473
2474 * NEWS: Add entry.
2475 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2476 call rl_initialize.
2477 (tui_enable): Do not call rl_initialize.
2478
2479 2019-09-18 Christian Groessler <chris@groessler.org>
2480
2481 * alpha-linux-nat.c: Include gdbarch.h.
2482
2483 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2484
2485 * ui-file.c: Include cli/cli-style.h.
2486 (term_cli_styling): Remove cli_styling declaration.
2487
2488 2019-09-18 Alan Modra <amodra@gmail.com>
2489
2490 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2491 to bfd_asymbol_section.
2492
2493 2019-09-18 Alan Modra <amodra@gmail.com>
2494
2495 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2496 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2497 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2498
2499 2019-09-18 Alan Modra <amodra@gmail.com>
2500
2501 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2502 * spu-linux-nat.c (spu_bfd_open): Likewise.
2503
2504 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2505
2506 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2507 to bool to match definition in dwarf2read.c.
2508
2509 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2510
2511 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2512 (print_signatures): Likewise.
2513 (trust_pad_over_xvs): Likewise.
2514 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2515 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2516 * arm-linux-nat.c (arm_apcs_32): Likewise.
2517 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2518 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2519 * arm-tdep.c (arm_debug): Likewise.
2520 (arm_apcs_32): Likewise.
2521 * auto-load.c (debug_auto_load): Likewise.
2522 (auto_load_gdb_scripts): Likewise.
2523 (global_auto_load): Likewise.
2524 (auto_load_local_gdbinit): Likewise.
2525 (auto_load_local_gdbinit_loaded): Likewise.
2526 * auto-load.h (global_auto_load): Likewise.
2527 (auto_load_local_gdbinit): Likewise.
2528 (auto_load_local_gdbinit_loaded): Likewise.
2529 * breakpoint.c (disconnected_dprintf): Likewise.
2530 (breakpoint_proceeded): Likewise.
2531 (automatic_hardware_breakpoints): Likewise.
2532 (always_inserted_mode): Likewise.
2533 (target_exact_watchpoints): Likewise.
2534 (_initialize_breakpoint): Update.
2535 * breakpoint.h (target_exact_watchpoints): Change to bool.
2536 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2537 * cli/cli-cmds.c (trace_commands): Likewise.
2538 * cli/cli-cmds.h (trace_commands): Likewise.
2539 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2540 to bool*.
2541 * cli/cli-logging.c (logging_overwrite): Change to bool.
2542 (logging_redirect): Likewise.
2543 (debug_redirect): Likewise.
2544 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2545 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2546 to bool.
2547 <boolean_option_def>: Update.
2548 (struct flag_option_def): Change default type of Context to bool
2549 from int.
2550 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2551 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2552 (get_setshow_command_value_string): Likewise.
2553 * cli/cli-style.c (cli_styling): Change to bool.
2554 (source_styling): Likewise.
2555 * cli/cli-style.h (source_styling): Likewise.
2556 (cli_styling): Likewise.
2557 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2558 to bool.
2559 * command.h (var_types): Update comment.
2560 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2561 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2562 bool.
2563 (debug_compile_cplus_scopes): Likewise.
2564 * compile/compile-internal.h (compile_debug): Likewise.
2565 * compile/compile.c (compile_debug): Likewise.
2566 (struct compile_options) <raw>: Likewise.
2567 * cp-support.c (catch_demangler_crashes): Likewise.
2568 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2569 (usr_cmd_cris_dwarf2_cfi): Likewise.
2570 * csky-tdep.c (csky_debug): Likewise.
2571 * darwin-nat.c (enable_mach_exceptions): Likewise.
2572 * dcache.c (dcache_enabled_p): Likewise.
2573 * defs.h (info_verbose): Likewise.
2574 * demangle.c (demangle): Likewise.
2575 (asm_demangle): Likewise.
2576 * dwarf-index-cache.c (debug_index_cache): Likewise.
2577 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2578 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2579 * dwarf2read.c (check_physname): Likewise.
2580 (use_deprecated_index_sections): Likewise.
2581 (dwarf_always_disassemble): Likewise.
2582 * eval.c (overload_resolution): Likewise.
2583 * event-top.c (set_editing_cmd_var): Likewise.
2584 (exec_done_display_p): Likewise.
2585 * event-top.h (set_editing_cmd_var): Likewise.
2586 (exec_done_display_p): Likewise.
2587 * exec.c (write_files): Likewise.
2588 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2589 (debug_fbsd_nat): Likewise.
2590 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2591 Likewise.
2592 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2593 <backtrace_past_entry> Likewise.
2594 * gdb-demangle.h (demangle): Likewise.
2595 (asm_demangle): Likewise.
2596 * gdb_bfd.c (bfd_sharing): Likewise.
2597 * gdbcore.h (write_files): Likewise.
2598 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2599 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2600 * gdbthread.h (print_thread_events): Likewise.
2601 * gdbtypes.c (opaque_type_resolution): Likewise.
2602 (strict_type_checking): Likewise.
2603 * gnu-nat.c (gnu_debug_flag): Likewise.
2604 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2605 * guile/scm-param.c (pascm_variable): Add boolval.
2606 (add_setshow_generic): Update.
2607 (pascm_param_value): Update.
2608 (pascm_set_param_value_x): Update.
2609 * hppa-tdep.c (hppa_debug): Change to bool..
2610 * infcall.c (may_call_functions_p): Likewise.
2611 (coerce_float_to_double_p): Likewise.
2612 (unwind_on_signal_p): Likewise.
2613 (unwind_on_terminating_exception_p): Likewise.
2614 * infcmd.c (startup_with_shell): Likewise.
2615 * inferior.c (print_inferior_events): Likewise.
2616 * inferior.h (startup_with_shell): Likewise.
2617 (print_inferior_events): Likewise.
2618 * infrun.c (step_stop_if_no_debug): Likewise.
2619 (detach_fork): Likewise.
2620 (debug_displaced): Likewise.
2621 (disable_randomization): Likewise.
2622 (non_stop): Likewise.
2623 (non_stop_1): Likewise.
2624 (observer_mode): Likewise.
2625 (observer_mode_1): Likewise.
2626 (set_observer_mode): Update.
2627 (sched_multi): Change to bool.
2628 * infrun.h (debug_displaced): Likewise.
2629 (sched_multi): Likewise.
2630 (step_stop_if_no_debug): Likewise.
2631 (non_stop): Likewise.
2632 (disable_randomization): Likewise.
2633 * linux-tdep.c (use_coredump_filter): Likewise.
2634 (dump_excluded_mappings): Likewise.
2635 * linux-thread-db.c (auto_load_thread_db): Likewise.
2636 (check_thread_db_on_load): Likewise.
2637 * main.c (captured_main_1): Update.
2638 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2639 xx2_opt, boolean_opt>: Change to bool.
2640 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2641 * maint.c (maintenance_profile_p): Likewise.
2642 (per_command_time): Likewise.
2643 (per_command_space): Likewise.
2644 (per_command_symtab): Likewise.
2645 * memattr.c (inaccessible_by_default): Likewise.
2646 * mi/mi-main.c (mi_async): Likewise.
2647 (mi_async_1): Likewise.
2648 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2649 * nat/fork-inferior.h (startup_with_shell): Likewise.
2650 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2651 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2652 * nios2-tdep.c (nios2_debug): Likewise.
2653 * or1k-tdep.c (or1k_debug): Likewise.
2654 * parse.c (parser_debug): Likewise.
2655 * parser-defs.h (parser_debug): Likewise.
2656 * printcmd.c (print_symbol_filename): Likewise.
2657 * proc-api.c (procfs_trace): Likewise.
2658 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2659 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2660 (set_parameter_value): Update.
2661 (add_setshow_generic): Update.
2662 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2663 to bool*.
2664 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2665 int*.
2666 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2667 * record-btrace.c (record_btrace_target::store_registers): Update.
2668 * record-full.c (record_full_memory_query): Change to bool.
2669 (record_full_stop_at_limit): Likewise.
2670 * record-full.h (record_full_memory_query): Likewise.
2671 * remote-notif.c (notif_debug): Likewise.
2672 * remote-notif.h (notif_debug): Likewise.
2673 * remote.c (use_range_stepping): Likewise.
2674 (interrupt_on_connect): Likewise.
2675 (remote_break): Likewise.
2676 * ser-tcp.c (tcp_auto_retry): Likewise.
2677 * ser-unix.c (serial_hwflow): Likewise.
2678 * skip.c (debug_skip): Likewise.
2679 * solib-aix.c (solib_aix_debug): Likewise.
2680 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2681 (spu_auto_flush_cache_p): Likewise.
2682 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2683 Likewise.
2684 (struct info_print_options) <quiet>: Likewise.
2685 * symfile-debug.c (debug_symfile): Likewise.
2686 * symfile.c (auto_solib_add): Likewise.
2687 (separate_debug_file_debug): Likewise.
2688 * symfile.h (auto_solib_add): Likewise.
2689 (separate_debug_file_debug): Likewise.
2690 * symtab.c (basenames_may_differ): Likewise.
2691 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2692 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2693 (struct info_types_options) <quiet>: Likewise.
2694 * symtab.h (demangle): Likewise.
2695 (basenames_may_differ): Likewise.
2696 * target-dcache.c (stack_cache_enabled_1): Likewise.
2697 (code_cache_enabled_1): Likewise.
2698 * target.c (trust_readonly): Likewise.
2699 (may_write_registers): Likewise.
2700 (may_write_memory): Likewise.
2701 (may_insert_breakpoints): Likewise.
2702 (may_insert_tracepoints): Likewise.
2703 (may_insert_fast_tracepoints): Likewise.
2704 (may_stop): Likewise.
2705 (auto_connect_native_target): Likewise.
2706 (target_stop_and_wait): Update.
2707 (target_async_permitted): Change to bool.
2708 (target_async_permitted_1): Likewise.
2709 (may_write_registers_1): Likewise.
2710 (may_write_memory_1): Likewise.
2711 (may_insert_breakpoints_1): Likewise.
2712 (may_insert_tracepoints_1): Likewise.
2713 (may_insert_fast_tracepoints_1): Likewise.
2714 (may_stop_1): Likewise.
2715 * target.h (target_async_permitted): Likewise.
2716 (may_write_registers): Likewise.
2717 (may_write_memory): Likewise.
2718 (may_insert_breakpoints): Likewise.
2719 (may_insert_tracepoints): Likewise.
2720 (may_insert_fast_tracepoints): Likewise.
2721 (may_stop): Likewise.
2722 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2723 (make_thread_apply_all_options_def_group): Change argument from int*
2724 to bool*.
2725 (thread_apply_all_command): Update.
2726 (print_thread_events): Change to bool.
2727 * top.c (confirm): Likewise.
2728 (command_editing_p): Likewise.
2729 (history_expansion_p): Likewise.
2730 (write_history_p): Likewise.
2731 (info_verbose): Likewise.
2732 * top.h (confirm): Likewise.
2733 (history_expansion_p): Likewise.
2734 * tracepoint.c (disconnected_tracing): Likewise.
2735 (circular_trace_buffer): Likewise.
2736 * typeprint.c (print_methods): Likewise.
2737 (print_typedefs): Likewise.
2738 * utils.c (debug_timestamp): Likewise.
2739 (sevenbit_strings): Likewise.
2740 (pagination_enabled): Likewise.
2741 * utils.h (sevenbit_strings): Likewise.
2742 (pagination_enabled): Likewise.
2743 * valops.c (overload_resolution): Likewise.
2744 * valprint.h (struct value_print_options) <prettyformat_arrays,
2745 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2746 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2747 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2748 Likewise.
2749 * windows-nat.c (new_console): Likewise.
2750 (cygwin_exceptions): Likewise.
2751 (new_group): Likewise.
2752 (debug_exec): Likewise.
2753 (debug_events): Likewise.
2754 (debug_memory): Likewise.
2755 (debug_exceptions): Likewise.
2756 (useshell): Likewise.
2757 * windows-tdep.c (maint_display_all_tib): Likewise.
2758 * xml-support.c (debug_xml): Likewise.
2759
2760 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2761
2762 * source.c (prepare_path_for_appending): New function.
2763 (openp): Make use of new function.
2764 (find_and_open_source): Search for the compilation directory and
2765 source file as a relative path beneath the directory search path.
2766
2767 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * source-cache.c (source_cache::get_line_charpos): Catch
2770 exceptions and return false, this matches the behaviour documented
2771 in the header file.
2772
2773 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2774
2775 * ada-tasks.c (info_task): Remove quoting of the task's name.
2776
2777 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2778
2779 * symfile.c (auto_solib_add): Replace comment with a reference
2780 to the header file.
2781
2782 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2783
2784 * NEWS: Mention that gdb can now be compiled with Python 3
2785 on Windows.
2786
2787 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * maint.c (maint_print_section_data::maint_print_section_data):
2790 Force use of 'float log10 (float)' by casting the argument to
2791 float.
2792
2793 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * maint.c: Add 'cmath' include.
2796 (struct maint_print_section_data): New structure.
2797 (print_section_index): New function.
2798 (print_bfd_section_info): Add header comment, small whitespace
2799 cleanup, and update to call new print_section_index function.
2800 (print_objfile_section_info): Likewise.
2801 (maint_obj_section_from_bfd_section): New function.
2802 (print_bfd_section_info_maybe_relocated): New function.
2803 (maintenance_info_sections): Add header comment, always use
2804 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2805
2806 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2809 inner scope, add check that the objfile has psymtabs before
2810 checking psymtabs_addrmap.
2811 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2812
2813 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2814
2815 * NEWS: Announce that Ada task names are now shown at more places,
2816 and between quotes (except in info task output).
2817 * gdb/ada-tasks.c (task_to_str): New function.
2818 (display_current_task_id): Call task_to_str.
2819 (task_command_1): Likewise.
2820 (print_ada_task_info): In non-mi mode, Properly align headers and data
2821 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2822
2823 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2824
2825 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2826 prstatus.pr_lwp.pr_info instead of making it up.
2827
2828 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2829
2830 * auto-load.c (auto_load_expand_dir_vars): Update.
2831 * defs.h (gdb_datadir): Change to std::string.
2832 (python_libdir): Likewise.
2833 (relocate_gdb_directory): Change return type to std::string.
2834 * guile/guile.c (gdbscm_data_directory): Update.
2835 (initialize_scheme_side): Update.
2836 * jit.c (jit_reader_dir): Change to std::string.
2837 (jit_reader_load_command): Update.
2838 * main.c (gdb_datadir): Change to std::string.
2839 (python_libdir): Likewise.
2840 (set_gdb_data_directory): Update.
2841 (relocate_path): Change to return std::string.
2842 (relocate_gdb_directory): Change to return std::string.
2843 (relocate_gdbinit_path_maybe_in_datadir): Update.
2844 (captured_main_1): Update.
2845 * python/python.c (do_start_initialization): Update.
2846 * top.c (show_gdb_datadir): Update.
2847 * xml-syscall.c (xml_init_syscalls_info): Update.
2848 (init_syscalls_info): Update.
2849
2850 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2851
2852 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2853 out of get_init_files.
2854 (get_init_files): Update.
2855
2856 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2857
2858 * main.c (get_init_files): Change to use std::string.
2859 (captured_main_1): Update.
2860 (print_gdb_help): Update.
2861
2862 2019-09-11 Ali Tamur <tamur@google.com>
2863
2864 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2865 implementation.
2866
2867 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2868
2869 * dbxread.c (read_dbx_symtab): Update.
2870 * dwarf2read.c (load_partial_dies): Update.
2871 * mdebugread.c (parse_partial_symbols): Update.
2872 (handle_psymbol_enumerators): Update.
2873 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2874 * psymtab.c (add_psymbol_to_bcache): Likewise.
2875 (add_psymbol_to_list): Likewise.
2876 * symtab.c (symbol_set_names): Likewise.
2877 * symtab.h (symbol_set_names): Likewise.
2878 * xcoffread.c (scan_xcoff_symtab): Update.
2879
2880 2019-09-11 Tom Tromey <tom@tromey.com>
2881
2882 * symfile-mem.c (symbol_file_add_from_memory): Use
2883 bfd_set_filename.
2884 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2885 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2886
2887 2019-09-10 Tom Tromey <tromey@adacore.com>
2888
2889 * dwarf-index-write.c (write_psymbols): Extend error message.
2890 (debug_names::insert): Add Ada code.
2891 (debug_names::write_psymbols): Remove Ada check.
2892 (debug_names) <m_string_obstack>: New member.
2893 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2894 (gdb_index_symbol_name_matcher::matches): Remove.
2895 (mapped_index_base::find_name_components_bounds): Add "lang"
2896 parameter.
2897 (mapped_index_base::build_name_components): Also split names
2898 according to Ada syntax.
2899 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2900 type of "match_callback".
2901 (check_match, check_find_bounds_finds)
2902 (dw2_expand_symtabs_matching): Update.
2903 (dw2_debug_names_iterator): Add new constructor.
2904 (dw2_debug_names_map_matching_symbols): New function.
2905 (dw2_debug_names_expand_symtabs_matching): Update.
2906 (dwarf2_debug_names_functions): Use
2907 dw2_debug_names_map_matching_symbols.
2908
2909 2019-09-10 Tom Tromey <tromey@adacore.com>
2910
2911 * dwarf2read.c (dw2_get_file_names_reader): Add the
2912 CU's file name to the results.
2913
2914 2019-09-10 Tom Tromey <tromey@adacore.com>
2915
2916 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2917 map_matching_symbols. Update.
2918 * dwarf2read.c (dw2_map_matching_symbols): Update.
2919 * psymtab.c (match_partial_symbol): Change type; update.
2920 (psym_map_matching_symbols): Likewise.
2921 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2922 type; update.
2923 * symfile.h (struct quick_symbol_functions)
2924 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2925 Remove "match".
2926
2927 2019-09-10 Tom Tromey <tromey@adacore.com>
2928
2929 * psymtab.c (map_block): Remove.
2930 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2931 * symtab.c (iterate_over_symbols_terminated): New function.
2932 * symtab.c (iterate_over_symbols_terminated): Declare.
2933
2934 2019-09-10 Tom Tromey <tromey@adacore.com>
2935
2936 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2937 * language.h (struct language_defn) <la_iterate_over_symbols>:
2938 Return bool.
2939 * symtab.c (iterate_over_symbols): Return bool.
2940 * symtab.h (iterate_over_symbols): Return bool.
2941
2942 2019-09-10 Tom Tromey <tromey@adacore.com>
2943
2944 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2945 (add_nonlocal_symbols): Update.
2946 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2947 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2948 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2949 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2950 Change type of "callback". Remove "data".
2951
2952
2953 2019-09-09 Ali Tamur <tamur@google.com>
2954
2955 * dwarf2read.c (comp_unit_head): Update comment.
2956 (dwarf2_dwo_name): New function declaration.
2957 (dwarf_unit_type_name): New function declaration.
2958 (read_comp_unit_head): Add support for new compilation units,
2959 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2960 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2961 (currently named as "signature") in their header. Also clarify error
2962 messages.
2963 (lookup_dwo_id): New function. Returns the dwo id of the given
2964 compile unit.
2965 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2966 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2967 functions.
2968 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2969 (dwarf2_dwo_name): Get the dwo name if present.
2970 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2971 purposes.
2972
2973 2019-09-09 Tom Tromey <tom@tromey.com>
2974
2975 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2976
2977 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2978
2979 * python/python.c (do_start_initialization): Make progname_copy static,
2980 to avoid a leak report.
2981
2982 2019-09-08 Tom Tromey <tom@tromey.com>
2983
2984 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2985
2986 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2987
2988 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
2989 Change type to gdb::optional<block_enum>.
2990 (dw2_symtab_iter_init): Change block_index parameter type
2991 to gdb::optional<block_enum>.
2992 (dw2_lookup_symbol): Change block_index parameter
2993 type to block_enum.c
2994 (dw2_debug_names_lookup_symbol): Likewise.
2995 * psymtab.c (psym_lookup_symbol): Likewise.
2996 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
2997 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
2998 Likewise.
2999
3000 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3001
3002 * defs.h (relocate_gdb_directory): Change int to bool in
3003 signature and rename flag to relocatable.
3004 * main.c (relocate_path): Likewise.
3005 (relocate_gdb_directory): Likewise.
3006
3007 2019-09-06 Alan Modra <amodra@gmail.com>
3008
3009 * coffread.c (coff_symfile_read): Constify filename variable.
3010 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3011 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3012 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3013 * solib.c (reload_shared_libraries_1): Likewise.
3014 * symfile.c (reread_symbols): Likewise.
3015 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3016 * solib-darwin.c (darwin_bfd_open): Likewise.
3017 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3018
3019 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3020
3021 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3022 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3023
3024 2019-09-03 Tom Tromey <tromey@adacore.com>
3025
3026 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3027 types.
3028 (has_negatives): Unbias a range type bound.
3029 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3030 * gdbtypes.c (operator==): Handle new field.
3031 (create_range_type): Add "bias" parameter.
3032 (create_static_range_type, resolve_dynamic_range): Update.
3033 * gdbtypes.h (struct range_bounds) <bias>: New member.
3034 (create_range_type): Add bias parameter.
3035 * printcmd.c (print_scalar_formatted): Unbias range types.
3036 * value.c (unpack_long): Unbias range types.
3037 (pack_long): Bias range types.
3038
3039 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3040
3041 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3042 probe arguments.
3043
3044 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3045
3046 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3047 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3048 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3049 (compile_probe_arg): Likewise.
3050 * probe.h (get_argument_count): Likewise.
3051 * solib-svr4.c (solib_event_probe_action): Likewise.
3052 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3053
3054 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3055
3056 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3057 code to here...
3058 (svr4_create_solib_event_breakpoints): ...from here.
3059
3060 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3061
3062 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3063 suffix from warning message.
3064
3065 2019-08-30 Tom Tromey <tom@tromey.com>
3066
3067 * tui/tui-winsource.h (struct tui_source_window_base)
3068 <refresh_all>: Don't declare.
3069 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3070 Remove.
3071 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3072 tui_show_locator_content.
3073 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3074 declare.
3075 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3076 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3077 declare.
3078
3079 2019-08-30 Tom Tromey <tom@tromey.com>
3080
3081 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3082
3083 2019-08-30 Tom Tromey <tom@tromey.com>
3084
3085 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3086 Remove unnecessary forward declarations.
3087
3088 2019-08-30 Tom Tromey <tom@tromey.com>
3089
3090 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3091 rerender.
3092 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3093 tui_show_locator_content.
3094
3095 2019-08-30 Tom Tromey <tom@tromey.com>
3096
3097 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3098 (tui_locator_window::rerender): Rewrite using body of previous
3099 tui_show_locator_content.
3100
3101 2019-08-30 Tom Tromey <tom@tromey.com>
3102
3103 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3104 set_locator_fullname>: New methods.
3105 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3106 Rename from tui_set_locator_fullname.
3107 (tui_locator_window::set_locator_info): Rename from
3108 tui_set_locator_info. Return bool.
3109 (tui_update_locator_fullname, tui_show_frame_info): Update.
3110
3111 2019-08-30 Tom Tromey <tom@tromey.com>
3112
3113 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3114
3115 2019-08-30 Tom Tromey <tom@tromey.com>
3116
3117 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3118 call touchwin.
3119
3120 2019-08-30 Tom Tromey <tom@tromey.com>
3121
3122 * tui/tui-wingeneral.c (box_win): Assume win_info and
3123 win_info->handle cannot be NULL.
3124
3125 2019-08-30 Tom Tromey <tom@tromey.com>
3126
3127 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3128 refresh_window>: Declare.
3129 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3130 resize.
3131 (tui_data_item_window::rerender): Rename from
3132 tui_display_register.
3133 (tui_data_item_window::refresh_window): New method.
3134 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3135 no-op.
3136
3137 2019-08-30 Tom Tromey <tom@tromey.com>
3138
3139 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3140 regs_column_count, current_group>: Move later. Now private.
3141 <get_current_group>: New method.
3142 * tui/tui-regs.c (tui_reg_command): Update.
3143 * tui/tui-layout.c (tui_set_layout): Update.
3144
3145 2019-08-30 Tom Tromey <tom@tromey.com>
3146
3147 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3148 (tui_data_window::rerender): Don't call
3149 check_and_display_highlight_if_needed.
3150 (tui_data_window::refresh_all): Remove call to
3151 erase_data_content.
3152
3153 2019-08-30 Tom Tromey <tom@tromey.com>
3154
3155 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3156 (tui_data_window::display_registers_from)
3157 (tui_data_window::display_reg_element_at_line)
3158 (tui_data_window::display_registers_from_line): Remove checks of
3159 "empty".
3160
3161 2019-08-30 Tom Tromey <tom@tromey.com>
3162
3163 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3164 Don't declare.
3165 * tui/tui-regs.c (tui_data_window::show_registers): Call
3166 rerender.
3167 (tui_data_window::rerender): Rename from display_all_data.
3168 (tui_data_window::rerender): Remove old implementation.
3169
3170 2019-08-30 Tom Tromey <tom@tromey.com>
3171
3172 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3173 text.
3174 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3175
3176 2019-08-29 Bernhard Wodok <barto@gmx.net>
3177 Sergio Durigan Junior <sergiodj@redhat.com>
3178
3179 PR win32/24284
3180 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3181
3182 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3185 when searching for types.
3186
3187 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * f-lang.c (f_language_defn): Use f_print_typedef.
3190 * f-lang.h (f_print_typedef): Declare.
3191 * f-typeprint.c (f_print_typedef): Define.
3192
3193 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3194
3195 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3196
3197 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * cli/cli-utils.c (info_print_options_defs): Delete.
3200 (make_info_print_options_def_group): Delete.
3201 (extract_info_print_options): Delete.
3202 (info_print_command_completer): Delete.
3203 (info_print_args_help): Add extra parameter, and optionally
3204 include text about -n flag.
3205 * cli/cli-utils.h (struct info_print_options): Delete.
3206 (extract_info_print_options): Delete declaration.
3207 (info_print_command_completer): Delete declaration.
3208 (info_print_args_help): Add extra parameter, extend header
3209 comment.
3210 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3211 search_symbols.
3212 * stack.c (struct info_print_options): New type.
3213 (info_print_options_defs): New file scoped variable.
3214 (make_info_print_options_def_group): New static function.
3215 (info_print_command_completer): New static function.
3216 (info_locals_command): Update to use new local functions.
3217 (info_args_command): Likewise.
3218 (_initialize_stack): Add extra parameter to calls to
3219 info_print_args_help.
3220 * symtab.c (search_symbols): Add extra parameter, use this to
3221 possibly excluse non-debug symbols.
3222 (symtab_symbol_info): Add extra parameter, which is passed on to
3223 search_symbols.
3224 (struct info_print_options): New type.
3225 (info_print_options_defs): New file scoped variable.
3226 (make_info_print_options_def_group): New static function.
3227 (info_print_command_completer): New static function.
3228 (info_variables_command): Update to use local functions, and pass
3229 extra parameter through to symtab_symbol_info.
3230 (info_functions_command): Likewise.
3231 (info_types_command): Pass additional argument through to
3232 symtab_symbol_info.
3233 (rbreak_command): Pass extra argument to search_symbols.
3234 (_initialize_symtab): Add extra arguments for calls to
3235 info_print_args_help, and update help text for 'info variables',
3236 'whereis', and 'info functions' commands.
3237 * symtab.h (search_symbols): Add extra argument to declaration.
3238 * NEWS: Mention new flags.
3239
3240 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3241
3242 * symtab.c (lookup_static_symbol): Call the new function (and move
3243 it down to be next to lookup_global_symbol).
3244 (struct global_sym_lookup_data): Add block_enum member and rename to...
3245 (struct global_or_static_sym_lookup_data): ...this.
3246 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3247 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3248 (lookup_symbol_global_or_static_iterator_cb): ...this.
3249 (lookup_global_or_static_symbol): New function.
3250 (lookup_global_symbol): Call new function.
3251
3252 2019-08-26 Tom de Vries <tdevries@suse.de>
3253
3254 PR c++/24852
3255 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3256 when pc_probe.prob == NULL.
3257
3258 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3259
3260 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3261 variable symbol_linkage to symbol_linkage_.
3262
3263 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3264
3265 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3266 represent whether the symbol is static, dynamic, or we don't
3267 know.
3268
3269 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3270
3271 * gdb/rx-tdep.c (rx_register_names): New.
3272 (rx_register_name): Delete.
3273 (rx_psw_type): Delete.
3274 (rx_fpsw_type): Delete.
3275 (rx_register_type): Delete.
3276 (rx_gdbarch_init): Convert target-descriptions.
3277 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3278 * gdb/features/Makefile: Add rx.xml.
3279 * gdb/features/rx.xml: New.
3280 * gdb/features/rx.c: Generated.
3281 * gdb/NEWS: Mention target description support.
3282
3283 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3284
3285 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3286 *slot_ptr.
3287
3288 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3289
3290 * configure.ac: Don't check for 'dlfcn.h' (moved to
3291 gdbsupport/common.m4).
3292 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3293 'gdbsupport/'.
3294 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3295 * compile/compile-c-support.c: Include
3296 'gdbsupport/gdb-dlfcn.h'.
3297 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3298 * gdb-dlfcn.c: Move to...
3299 * gdbsupport/gdb-dlfcn.c: ... here.
3300 * gdb-dlfcn.h: Move to...
3301 * gdbsupport/gdb-dlfcn.h: ... here.
3302
3303 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3304
3305 * nios2-tdep.c (struct reg_value): Improve comments. Make
3306 the offset field signed.
3307
3308 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3309
3310 * python/lib/gdb/__init__.py (_execute_file): New function.
3311 * python/python.c (python_run_simple_file): Call gdb._execute_file
3312 on Windows.
3313
3314 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3317 all uses as this was never set to anything but a zero value.
3318
3319 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3320
3321 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3322
3323 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3324
3325 * tui/tui-data.h (tui_gen_win_info): Add an =default
3326 move constructor, required by some GCC versions.
3327
3328 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3329
3330 * go32-nat.c (go32_sysinfo): Add hygon_p.
3331
3332 2019-08-20 Tom Tromey <tom@tromey.com>
3333
3334 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3335 line_from_reg_element_no, first_reg_element_no_inline,
3336 display_all_data, delete_data_content_windows,
3337 erase_data_content>: Now private.
3338
3339 2019-08-20 Tom Tromey <tom@tromey.com>
3340
3341 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3342 (tui_unhighlight_win, tui_highlight_win)
3343 (tui_win_info::make_window): Update.
3344 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3345
3346 2019-08-20 Tom Tromey <tom@tromey.com>
3347
3348 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3349 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3350 (MAX_PID_WIDTH): Move to tui-stack.c.
3351 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3352 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3353 (MAX_PID_WIDTH): Move from tui-data.h.
3354
3355 2019-08-20 Tom Tromey <tom@tromey.com>
3356
3357 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3358 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3359 (box_win): Update.
3360 (tui_gen_win_info::make_window): Rename from tui_make_window.
3361 (tui_win_info::make_window): New method.
3362 (tui_gen_win_info::make_visible): Update.
3363 * tui/tui-source.c (tui_source_window::set_contents): Update.
3364 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3365 (tui_data_window::display_registers_from): Update.
3366 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3367 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3368 Declare.
3369 <can_box>: Remove.
3370 <title>: Remove.
3371 (struct tui_win_info) <make_window>: Declare.
3372 <can_box>: Now virtual.
3373 <title>: New member.
3374 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3375 * tui/tui-command.c (tui_cmd_window::resize): Update.
3376
3377 2019-08-20 Tom Tromey <tom@tromey.com>
3378
3379 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3380 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3381 (tui_data_window::check_register_values): Update.
3382
3383 2019-08-20 Tom Tromey <tom@tromey.com>
3384
3385 * tui/tui-regs.h (struct tui_data_window): Use
3386 DISABLE_COPY_AND_ASSIGN.
3387 <regs_content>: Change type, removing unique_ptr.
3388 <tui_data_window>: Add move constructor.
3389 * tui/tui-regs.c (tui_data_window::show_registers)
3390 (tui_data_window::show_register_group)
3391 (tui_data_window::display_registers_from)
3392 (tui_data_window::display_registers_from)
3393 (tui_data_window::first_data_item_displayed)
3394 (tui_data_window::delete_data_content_windows)
3395 (tui_data_window::rerender, tui_data_window::refresh_window)
3396 (tui_data_window::check_register_values): Update.
3397
3398 2019-08-20 Tom Tromey <tom@tromey.com>
3399
3400 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3401 show_register_group>: Declare.
3402 (tui_show_register_group): Don't declare.
3403 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3404 tui_show_registers.
3405 (tui_data_window::show_register_group): Rename from
3406 tui_show_register_group.
3407 (tui_data_window::check_register_values, tui_reg_command):
3408 Update.
3409 * tui/tui-layout.c (tui_set_layout): Update.
3410
3411 2019-08-20 Tom Tromey <tom@tromey.com>
3412
3413 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3414 Declare.
3415 (tui_check_register_values): Don't declare.
3416 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3417 from tui_check_register_values.
3418 * tui/tui-hooks.c (tui_register_changed): Update.
3419
3420 2019-08-20 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui-regs.c (tui_reg_layout): Move later.
3423 (tui_show_registers): Don't enable TUI mode or change layout.
3424
3425 2019-08-20 Tom Tromey <tom@tromey.com>
3426
3427 * tui/tui-regs.h (struct tui_data_item_window)
3428 <~tui_data_item_window>: Remove.
3429 <content>: Now a unique_xmalloc_ptr.
3430 * tui/tui-regs.c (tui_register_format): Return a
3431 unique_xmalloc_ptr.
3432 (tui_get_register): Update.
3433 (~tui_data_item_window): Remove.
3434 (tui_data_window::display_registers_from, tui_display_register):
3435 Update.
3436 * tui/tui-io.h (tui_expand_tabs): Update.
3437 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3438 Remove "col" parameter.
3439
3440 2019-08-20 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3443 field.
3444 * tui/tui-regs.c (~tui_data_item_window): Update.
3445
3446 2019-08-20 Tom Tromey <tom@tromey.com>
3447
3448 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3449 earlier.
3450
3451 2019-08-20 Tom Tromey <tom@tromey.com>
3452
3453 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3454
3455 2019-08-20 Tom Tromey <tom@tromey.com>
3456
3457 * tui/tui-source.h (struct tui_source_window): Update.
3458 * tui/tui-regs.c (tui_show_registers): Update.
3459 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3460 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3461 (NO_REGS_STRING): Remove defines.
3462
3463 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3464
3465 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3466 unnecessary thread walk if remote doesn't support the packet.
3467
3468 2019-08-19 Tom Tromey <tromey@adacore.com>
3469
3470 * python/py-value.c (value_has_field): Fix indentation.
3471
3472 2019-08-19 Tom Tromey <tromey@adacore.com>
3473
3474 * printcmd.c (do_one_display, info_display_command): Update.
3475 * block.h (contained_in): Return bool. Add allow_nested
3476 parameter.
3477 * block.c (contained_in): Return bool. Add allow_nested
3478 parameter.
3479
3480 2019-08-19 Tom Tromey <tom@tromey.com>
3481
3482 * configure: Rebuild.
3483 * configure.ac: Disallow the combination of -static-libstdc++ and
3484 source highlight.
3485 * source-cache.c (get_language_name): Handle rust.
3486 (source_cache::get_source_lines): Ignore highlighting exceptions.
3487
3488 2019-08-16 Tom Tromey <tom@tromey.com>
3489
3490 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3491 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3492 (struct tui_source_window_base) <make_visible, refresh_window,
3493 resize>: Remove methods.
3494 <execution_info>: Remove field.
3495 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3496 (tui_show_source_line, tui_source_window_base)
3497 (~tui_source_window_base): Update.
3498 (tui_source_window_base::resize)
3499 (tui_source_window_base::make_visible)
3500 (tui_source_window_base::refresh_window): Remove.
3501 (tui_source_window_base::update_exec_info): Update.
3502 * tui/tui-source.c (tui_source_window::set_contents): Update.
3503 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3504
3505 2019-08-16 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3508 deprecated_query_hook.
3509
3510 2019-08-16 Tom Tromey <tom@tromey.com>
3511
3512 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3513 (tui_update_source_windows_with_line): Update.
3514 * tui/tui-source.h (struct tui_source_window)
3515 <show_symtab_source>: Declare.
3516 (tui_show_symtab_source): Don't declare.
3517 * tui/tui-source.c (tui_show_symtab_source): Rename from
3518 tui_show_symtab_source.
3519
3520 2019-08-16 Tom Tromey <tom@tromey.com>
3521
3522 * tui/tui-winsource.h (struct tui_source_window_base)
3523 <set_contents>: Declare.
3524 * tui/tui-winsource.c
3525 (tui_source_window_base::update_source_window_as_is): Update.
3526 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3527 Declare.
3528 (tui_set_source_content): Don't declare.
3529 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3530 tui_set_source_content.
3531 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3532 Declare.
3533 (tui_set_disassem_content): Don't declare.
3534 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3535 tui_set_disassem_content.
3536
3537 2019-08-16 Tom Tromey <tom@tromey.com>
3538
3539 * tui/tui-winsource.h (struct tui_source_window_base)
3540 <update_breakpoint_info>: Declare.
3541 (tui_update_breakpoint_info): Don't declare.
3542 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3543 (tui_update_all_breakpoint_info): Update.
3544 (tui_source_window_base::update_breakpoint_info): Rename from
3545 tui_update_breakpoint_info.
3546 (tui_source_window_base::update_exec_info): Update.
3547
3548 2019-08-16 Tom Tromey <tom@tromey.com>
3549
3550 * tui/tui-winsource.h (struct tui_source_window_base)
3551 <update_source_window>: Declare.
3552 (tui_update_source_window): Don't declare.
3553 * tui/tui-winsource.c
3554 (tui_source_window_base::update_source_window): Rename from
3555 tui_update_source_window.
3556 (tui_source_window_base::rerender): Update.
3557 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3558 * tui/tui-disasm.c (tui_show_disassem)
3559 (tui_show_disassem_and_update_source)
3560 (tui_disasm_window::maybe_update): Update.
3561
3562 2019-08-16 Tom Tromey <tom@tromey.com>
3563
3564 * tui/tui-winsource.h (struct tui_source_window_base)
3565 <update_source_window_as_is>: Declare.
3566 (tui_update_source_window_as_is): Don't declare.
3567 * tui/tui-winsource.c (tui_update_source_window): Update
3568 (tui_source_window_base::update_source_window_as_is): Rename from
3569 tui_update_source_window_as_is.
3570 (tui_source_window_base::refill): Update.
3571 * tui/tui-source.c (tui_show_symtab_source): Update.
3572 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3573 Update.
3574
3575 2019-08-16 Tom Tromey <tom@tromey.com>
3576
3577 * tui/tui-winsource.h (tui_update_source_window)
3578 (tui_update_source_window_as_is): Remove "noerror" parameter.
3579 * tui/tui-winsource.c (tui_update_source_window)
3580 (tui_update_source_window_as_is): Remove "noerror" parameter.
3581 (tui_update_source_windows_with_addr)
3582 (tui_update_source_windows_with_line)
3583 (tui_source_window_base::rerender)
3584 (tui_source_window_base::refill): Update.
3585 * tui/tui-source.h (tui_set_source_content)
3586 (tui_show_symtab_source): Remove "noerror" parameter.
3587 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3588 parameter.
3589 (tui_show_symtab_source): Likewise.
3590 (tui_source_window::maybe_update): Update.
3591 * tui/tui-disasm.c (tui_show_disassem)
3592 (tui_show_disassem_and_update_source)
3593 (tui_disasm_window::do_scroll_vertical)
3594 (tui_disasm_window::maybe_update): Update.
3595
3596 2019-08-16 Tom Tromey <tom@tromey.com>
3597
3598 * tui/tui.c (tui_is_window_visible): Update.
3599 * tui/tui-wingeneral.c (tui_make_window)
3600 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3601 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3602 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3603 (tui_set_win_height_command, parse_scrolling_args): Update.
3604 * tui/tui-source.c (tui_source_window::style_changed): Update.
3605 * tui/tui-regs.c (tui_show_registers)
3606 (tui_data_window::first_data_item_displayed)
3607 (tui_data_window::delete_data_content_windows)
3608 (tui_check_register_values, tui_reg_command): Update.
3609 * tui/tui-disasm.c (tui_show_disassem): Update.
3610 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3611 method.
3612 <is_visible>: Remove field.
3613 * tui/tui-data.c (tui_next_win, tui_prev_win)
3614 (tui_delete_invisible_windows): Update.
3615
3616 2019-08-16 Tom Tromey <tom@tromey.com>
3617
3618 * tui/tui-winsource.h (struct tui_source_window_base)
3619 <m_has_locator>: Remove.
3620 * tui/tui-layout.c (show_source_disasm_command, show_data)
3621 (show_source_or_disasm_and_command): Update.
3622
3623 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3624
3625 * NEWS (Other MI changes): New subsection.
3626 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3627 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3628 * arch-utils.c (default_get_pc_address_flags): New function.
3629 * arch-utils.h (default_get_pc_address_flags): New declaration.
3630 * gdbarch.sh: Add get_pc_address_flags.
3631 * gdbarch.c: Regenerate.
3632 * gdbarch.h: Likewise.
3633 * stack.c (print_pc): New function.
3634 (print_frame_info) (print_frame): Call print_pc.
3635
3636 2019-08-16 Tom de Vries <tdevries@suse.de>
3637
3638 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3639 print_objfile_section_info.
3640
3641 2019-08-15 Tom Tromey <tom@tromey.com>
3642
3643 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3644 calling update_cmdwin_start_line.
3645 * tui/tui-winsource.h (struct tui_source_window_base)
3646 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3647 <rerender>: Declare.
3648 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3649 Call rerender.
3650 (tui_source_window_base::set_new_height): Remove.
3651 (tui_source_window_base::rerender): Rename from
3652 do_make_visible_with_new_height.
3653 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3654 resize method.
3655 (tui_win_info::make_invisible_and_set_new_height)
3656 (tui_win_info::make_visible_with_new_height): Remove.
3657 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3658 Declare.
3659 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3660 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3661 do_make_visible_with_new_height>: Don't declare.
3662 <rerender>: Declare.
3663 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3664 set_new_height.
3665 (tui_data_window::do_make_visible_with_new_height): Remove.
3666 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3667 call tui_show_locator_content.
3668 (tui_gen_win_info::resize): Call rerender.
3669 (show_source_or_disasm_and_command): Don't call
3670 tui_show_locator_content.
3671 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3672 method.
3673 (struct tui_win_info) <rerender>: Declare.
3674 <set_new_height, make_invisible_and_set_new_height,
3675 make_visible_with_new_height>: Don't declare.
3676 * tui/tui-data.c (tui_win_list::rerender): New method.
3677 * tui/tui-command.h (struct tui_cmd_window)
3678 <do_make_visible_with_new_height>: Don't declare.
3679 * tui/tui-command.c
3680 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3681
3682 2019-08-15 Tom Tromey <tromey@adacore.com>
3683
3684 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3685 * ada-lang.c (ada_enum_name): Likewise.
3686
3687 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3688
3689 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3690 leading underscore.
3691 (GdbOutputErrorFile): Likewise.
3692 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3693 accordingly.
3694 (execute_unwinders): Rename to have a leading underscore.
3695 (auto_load_packages): Likewise.
3696 (global scope): Adjust call to auto_load_packages accordingly.
3697 (GdbSetPythonDirectory): Likewise.
3698 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3699 instead of execute_unwinders.
3700
3701 2019-08-15 Tom Tromey <tom@tromey.com>
3702
3703 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3704 (show_data): Don't change window visibility.
3705 (tui_gen_win_info::resize): Remove special case for command
3706 window. Use wresize, when available.
3707 (show_source_or_disasm_and_command): Don't change window
3708 visibility.
3709 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3710 <make_visible>: New method.
3711 * tui/tui-command.c (tui_cmd_window::resize): New method.
3712
3713 2019-08-15 Tom Tromey <tom@tromey.com>
3714
3715 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3716 (struct tui_source_windows): New.
3717 * tui/tui-winsource.c (tui_display_main): Update.
3718 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3719 (new_height_ok, parse_scrolling_args): Update.
3720 * tui/tui-layout.c (show_layout, show_data): Update.
3721 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3722 (tui_add_to_source_windows): Don't declare.
3723 * tui/tui-data.c (source_windows, tui_source_windows)
3724 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3725
3726 2019-08-15 Tom Tromey <tom@tromey.com>
3727
3728 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3729 Rename from reset.
3730 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3731 * tui/tui-layout.c (show_source_disasm_command, show_data):
3732 Update.
3733 (tui_gen_win_info::resize): Rename.
3734 (show_source_or_disasm_and_command): Update.
3735 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3736 reset.
3737
3738 2019-08-15 Tom Tromey <tom@tromey.com>
3739
3740 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3741 * tui/tui-interp.c (tui_interp::init): Don't call
3742 tui_initialize_static_data.
3743 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3744
3745 2019-08-15 Tom Tromey <tom@tromey.com>
3746
3747 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3748 examine tui_win_list.
3749
3750 2019-08-15 Tom Tromey <tom@tromey.com>
3751
3752 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3753 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3754 tui_clear_source_content.
3755 (tui_clear_source_content): Remove.
3756 (tui_source_window_base::do_erase_source_content): Hoist call to
3757 content.clear().
3758 * tui/tui-stack.c (tui_show_frame_info): Don't call
3759 tui_clear_source_content.
3760
3761 2019-08-15 Tom Tromey <tom@tromey.com>
3762
3763 * tui/tui-winsource.h (struct tui_source_window_base)
3764 <do_erase_source_content>: New method.
3765 <erase_source_content>: New method.
3766 (tui_erase_source_content): Don't declare.
3767 * tui/tui-winsource.c (tui_clear_source_content): Update.
3768 (tui_source_window_base::do_erase_source_content): Rename from
3769 tui_erase_source_content.
3770 (tui_source_window_base::show_source_content): Update.
3771 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3772 * tui/tui-source.h (struct tui_source_window)
3773 <erase_source_content>: New method.
3774 * tui/tui-disasm.h (struct tui_disasm_window)
3775 <erase_source_content>: New method.
3776
3777 2019-08-15 Tom Tromey <tom@tromey.com>
3778
3779 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3780 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3781 constructor.
3782 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3783 * tui/tui-source.c (tui_set_source_content): Update.
3784 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3785
3786 2019-08-15 Tom Tromey <tom@tromey.com>
3787
3788 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3789 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3790 tui-source.c.
3791 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3792 Declare.
3793 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3794 method.
3795 (tui_source_window::maybe_update): Update.
3796
3797 2019-08-15 Tom Tromey <tom@tromey.com>
3798
3799 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3800 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3801 tui-disasm.c.
3802 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3803 Declare.
3804 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3805 method.
3806 (tui_disasm_window::maybe_update): Update.
3807
3808 2019-08-15 Tom Tromey <tom@tromey.com>
3809
3810 * tui/tui-winsource.h (struct tui_source_window_base)
3811 <maybe_update>: Declare.
3812 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3813 method.
3814 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3815 Declare.
3816 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3817 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3818 Declare.
3819 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3820
3821 2019-08-15 Tom Tromey <tom@tromey.com>
3822
3823 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3824
3825 2019-08-15 Tom Tromey <tom@tromey.com>
3826
3827 * tui/tui-wingeneral.c: Include tui-stack.h.
3828 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3829 (struct tui_locator_window): Move from tui-data.h.
3830 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3831 (tui_initialize_static_data): Move from tui-data.c.
3832 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3833 (struct tui_locator_window): Move to tui-stack.c.
3834 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3835 (tui_initialize_static_data): Move to tui-stack.c.
3836
3837 2019-08-15 Tom Tromey <tom@tromey.com>
3838
3839 * tui/tui-layout.c (show_source_disasm_command)
3840 (show_source_or_disasm_and_command): Use make_visible method, not
3841 tui_make_window.
3842 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3843 Remove.
3844
3845 2019-08-15 Tom Tromey <tom@tromey.com>
3846
3847 * tui/tui-wingeneral.h (tui_make_window): Update.
3848 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3849 parameter.
3850 (tui_gen_win_info::make_visible): Update.
3851 * tui/tui-regs.c (tui_data_window::display_registers_from):
3852 Update.
3853 * tui/tui-layout.c (show_source_disasm_command)
3854 (show_source_or_disasm_and_command): Update.
3855 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3856 (enum tui_box): Remove.
3857 (struct tui_win_info) <can_box>: New method.
3858 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3859 method.
3860
3861 2019-08-15 Tom de Vries <tdevries@suse.de>
3862
3863 * linux-nat-trad.c: Include gdbarch.h.
3864
3865 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3866
3867 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3868 register sizes.
3869
3870 2019-08-14 Tom Tromey <tromey@adacore.com>
3871
3872 * darwin-nat.c: Include gdbarch.h.
3873 * darwin-nat-info.c: Include gdbarch.h.
3874
3875 2019-08-13 Tom Tromey <tom@tromey.com>
3876
3877 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3878 Remove.
3879 * tui/tui-data.c (tui_initialize_static_data): Update.
3880
3881 2019-08-13 Tom Tromey <tom@tromey.com>
3882
3883 * tui/tui-winsource.h (struct tui_exec_info_window)
3884 <~tui_exec_info_window, maybe_allocate_content, get_content,
3885 m_content>: Remove.
3886 (struct tui_source_window_base) <set_exec_info_content,
3887 show_exec_info_content>: Don't declare.
3888 * tui/tui-winsource.c
3889 (tui_exec_info_window::maybe_allocate_content): Remove.
3890 (tui_source_window_base::update_exec_info): Rename from
3891 set_exec_info_content.
3892 (tui_source_window_base::show_exec_info_content)
3893 (tui_source_window_base::update_exec_info): Remove.
3894
3895 2019-08-13 Tom Tromey <tom@tromey.com>
3896
3897 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3898 declare.
3899 * tui/tui-winsource.c (tui_update_source_window_as_is)
3900 (tui_update_source_windows_with_addr, tui_erase_source_content):
3901 Update.
3902 (tui_clear_exec_info_content): Remove.
3903
3904 2019-08-13 Tom Tromey <tom@tromey.com>
3905
3906 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3907 declare.
3908 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3909 call tui_erase_exec_info_content.
3910 (tui_clear_exec_info_content): Rename from
3911 tui_erase_exec_info_content.
3912 (tui_clear_exec_info_content): Delete.
3913
3914 2019-08-13 Tom Tromey <tom@tromey.com>
3915
3916 * tui/tui-winsource.h (struct tui_source_window_base)
3917 <show_exec_info_content>: Declare.
3918 (tui_show_exec_info_content): Don't declare.
3919 * tui/tui-winsource.c
3920 (tui_source_window_base::show_exec_info_content): Rename from
3921 tui_show_exec_info_content.
3922 (tui_source_window_base::update_exec_info): Update.
3923
3924 2019-08-13 Tom Tromey <tom@tromey.com>
3925
3926 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3927 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3928 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3929 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3930 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3931 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3932 ... here.
3933
3934 2019-08-13 Tom Tromey <tom@tromey.com>
3935
3936 * tui/tui-winsource.h (struct tui_source_window_base)
3937 <update_exec_info>: Declare.
3938 (tui_update_exec_info): Don't declare.
3939 * tui/tui-winsource.c (tui_update_source_window_as_is)
3940 (tui_source_window_base::refresh_all)
3941 (tui_update_all_breakpoint_info): Update.
3942 (tui_source_window_base::update_exec_info): Rename from
3943 tui_update_exec_info.
3944 * tui/tui-stack.c (tui_show_frame_info): Update.
3945
3946 2019-08-13 Tom Tromey <tom@tromey.com>
3947
3948 * tui/tui-winsource.h (struct tui_source_window_base)
3949 <set_exec_info_content>: Declare.
3950 (tui_set_exec_info_content): Don't declare.
3951 * tui/tui-winsource.c
3952 (tui_source_window_base::set_exec_info_content): Rename from
3953 tui_set_exec_info_content.
3954 (tui_update_exec_info): Update.
3955
3956 2019-08-13 Tom Tromey <tom@tromey.com>
3957
3958 * tui/tui-winsource.h (struct tui_source_window_base)
3959 <show_source_content>: Declare.
3960 (tui_show_source_content): Don't declare.
3961 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3962 (tui_source_window_base::show_source_content): Rename from
3963 tui_show_source_content.
3964 (tui_source_window_base::refresh_all): Update.
3965 * tui/tui-layout.c (show_source_disasm_command)
3966 (show_source_or_disasm_and_command): Update.
3967
3968 2019-08-13 Tom Tromey <tom@tromey.com>
3969
3970 * tui/tui-winsource.c (tui_erase_source_content)
3971 (tui_show_source_content, tui_source_window_base::refresh_all):
3972 Update.
3973 * tui/tui-wingeneral.h
3974 (tui_check_and_display_highlight_if_needed): Don't declare.
3975 * tui/tui-wingeneral.c
3976 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3977 check_and_display_highlight_if_needed.
3978 * tui/tui-win.c (tui_rehighlight_all)
3979 (tui_win_info::make_visible_with_new_height): Update.
3980 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3981 (tui_data_window::erase_data_content)
3982 (tui_data_window::display_all_data): Update.
3983 * tui/tui-data.h (struct tui_win_info)
3984 <check_and_display_highlight_if_needed>: Declare.
3985
3986 2019-08-13 Tom Tromey <tom@tromey.com>
3987
3988 * tui/tui-win.c (tui_resize_all): Call
3989 tui_delete_invisible_windows.
3990 * tui/tui-layout.c (show_layout): Call
3991 tui_delete_invisible_windows.
3992 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
3993 * tui/tui-data.c (tui_delete_invisible_windows): New function.
3994
3995 2019-08-13 Tom Tromey <tom@tromey.com>
3996
3997 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
3998 tui_add_win_to_layout.
3999
4000 2019-08-13 Tom Tromey <tom@tromey.com>
4001
4002 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4003 * tui/tui-layout.c (tui_default_win_height): Now static.
4004
4005 2019-08-13 Tom Tromey <tom@tromey.com>
4006
4007 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4008 single switch.
4009 (show_source_disasm_command, show_source_or_disasm_and_command):
4010 Don't check current layout.
4011
4012 2019-08-13 Tom Tromey <tom@tromey.com>
4013
4014 * tui/tui-wingeneral.c (make_all_visible): Remove.
4015 (tui_make_all_invisible): Simplify.
4016 * tui/tui-layout.c (tui_make_all_invisible): Move from
4017 tui-wingeneral.c; simplify.
4018 (show_layout): Hoist call to tui_make_all_invisible.
4019 (show_data): Don't call tui_make_all_invisible.
4020
4021 2019-08-13 Tom Tromey <tom@tromey.com>
4022
4023 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4024 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4025
4026 2019-08-13 Tom Tromey <tom@tromey.com>
4027
4028 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4029 tui-data.c.
4030 (show_source_disasm_command, show_data)
4031 (show_source_or_disasm_and_command): Don't use
4032 tui_set_current_layout_to.
4033 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4034 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4035 tui-layout.c.
4036 (tui_set_current_layout_to): Remove.
4037
4038 2019-08-13 Tom Tromey <tom@tromey.com>
4039
4040 * tui/tui-layout.c (tui_set_layout): Update.
4041 * tui/tui-data.h (struct tui_layout_def): Remove.
4042 (tui_layout_def): Don't declare.
4043 * tui/tui-data.c (layout_def): Remove.
4044 (tui_layout_def): Remove.
4045
4046 2019-08-13 Tom Tromey <tom@tromey.com>
4047
4048 * tui/tui-winsource.h (struct tui_source_window_base)
4049 <clear_detail>: No longer "override".
4050 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4051 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4052 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4053 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4054 Remove.
4055 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4056
4057 2019-08-13 Tom Tromey <tromey@adacore.com>
4058
4059 * tracepoint.c: Don't include readline.h or history.h.
4060
4061 2019-08-12 Tom Tromey <tom@tromey.com>
4062
4063 * configure: Rebuild.
4064 * configure.ac: Check for readline 7.
4065 * NEWS: Mention readline 7 requirement.
4066 * README: Update.
4067
4068 2019-08-12 Tom Tromey <tom@tromey.com>
4069
4070 * mingw-hdep.c (gdb_select): Remove readline hack.
4071
4072 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4073
4074 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4075 when the function fails.
4076
4077 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4078
4079 * s390-tdep.c (s390_type_align): New function.
4080 (s390_gdbarch_init): Set it as type_align gdbarch method.
4081
4082 2019-08-09 Tom de Vries <tdevries@suse.de>
4083
4084 PR gdb/24591
4085 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4086 pc_low with relocation offset.
4087
4088 2019-08-07 Tom Tromey <tromey@adacore.com>
4089
4090 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4091 (print_frame_args): Update.
4092 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4093 Update.
4094 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4095 * frame.h (struct frame_arg): Add initializers.
4096 <error>: Now a unique_xmalloc_ptr.
4097
4098 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4099
4100 * NEWS: Expand the Pointer Authentication entry.
4101 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4102 (aarch64_frame_unmask_lr): ... to this.
4103 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4104 Call aarch64_frame_unmask_lr.
4105 * frame.c (struct frame_info): Add "masked" variable.
4106 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4107 (fprint_frame): Check for masked pc.
4108 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4109 declarations.
4110 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4111 * stack.c (print_frame): Check for masked pc.
4112
4113 2019-08-06 Tom Tromey <tom@tromey.com>
4114
4115 * stabsread.c (patch_block_stabs, read_one_struct_field)
4116 (read_enum_type): Use obstack_strndup.
4117 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4118 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4119 * dwarf2read.c (guess_full_die_structure_name)
4120 (anonymous_struct_prefix): Use obstack_strndup.
4121 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4122 * c-exp.y (yylex): Use obstack_strndup.
4123 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4124 (write_var_or_type): Use obstack_strndup.
4125
4126 2019-08-06 Tom Tromey <tom@tromey.com>
4127
4128 * symfile.c (reread_symbols): Use obstack_strdup.
4129 * stabsread.c (read_type): Use obstack_strdup.
4130 * gdb_obstack.h (obstack_strdup): New overload.
4131 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4132 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4133 (dwarf2_canonicalize_name): Use obstack_strdup.
4134 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4135 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4136 Use obstack_strdup.
4137
4138 2019-08-06 Tom Tromey <tom@tromey.com>
4139
4140 * gdb_obstack.h (obstack_strdup): Define.
4141 * gdb_obstack.c (obstack_strdup): Don't define.
4142
4143 2019-08-06 Tom Tromey <tom@tromey.com>
4144
4145 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4146 obstack_strdup.
4147 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4148 obstack_strdup.
4149 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4150 * stabsread.c (common_block_start): Use obstack_strdup.
4151 * objfiles.c (set_objfile_main_name, objfile): Use
4152 obstack_strdup.
4153 * namespace.c (add_using_directive): Use obstack_strdup.
4154 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4155 * jit.c (finalize_symtab): Use obstack_strdup.
4156 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4157 (guess_partial_die_structure_name, partial_die_info::fixup)
4158 (dwarf2_name): Use obstack_strdup.
4159 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4160 obstack_strdup.
4161 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4162 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4163 obstack_strdup.
4164 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4165
4166 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4167
4168 * unittests/help-doc-selftests.c: New file.
4169 * Makefile.in: Add the new file.
4170
4171 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4172
4173 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4174 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4175 the full first line, except when FOR_VALUE_PREFIX. In this case,
4176 the trailing '.' is not output, and the first character is uppercased.
4177 (print_help_for_command): Update call to print_doc_line.
4178 (print_doc_of_command): Likewise.
4179 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4180 * cli/cli-option.c (append_indented_doc): Do not append newline.
4181 (build_help_option): Append newline after first appended_indented_doc
4182 only if a second call is done.
4183 (build_help): Append 2 new lines before each option, except the first
4184 one.
4185 * compile/compile.c (_initialize_compile): Add new lines after
4186 %OPTIONS%, when not at the end of the help.
4187 Change help doc or code
4188 producing the help doc to respect the invariants.
4189 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4190 Also removed the new line after 'Options:', as all other commands
4191 do not put an empty line between 'Options:' and the first option.
4192 * printcmd.c (_initialize_printcmd): Likewise.
4193 * stack.c (_initialize_stack): Likewise.
4194 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4195 incorrectly telling COMMAND is optional.
4196 * ada-lang.c (_initialize_ada_language): Change help doc or code
4197 producing the help doc to respect the invariants.
4198 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4199 * breakpoint.c (_initialize_breakpoint): Likewise.
4200 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4201 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4202 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4203 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4204 _initialize_cli_style): Likewise.
4205 * corelow.c (core_target_info): Likewise.
4206 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4207 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4208 * filesystem.c (_initialize_filesystem): Likewise.
4209 * frame.c (_initialize_frame): Likewise.
4210 * gnu-nat.c (add_task_commands): Likewise.
4211 * infcall.c (_initialize_infcall): Likewise.
4212 * infcmd.c (_initialize_infcmd): Likewise.
4213 * interps.c (_initialize_interpreter): Likewise.
4214 * language.c (_initialize_language): Likewise.
4215 * linux-fork.c (_initialize_linux_fork): Likewise.
4216 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4217 * maint.c (_initialize_maint_cmds): Likewise.
4218 * memattr.c (_initialize_mem): Likewise.
4219 * printcmd.c (_initialize_printcmd): Likewise.
4220 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4221 _RegEx): Likewise.
4222 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4223 * record-btrace.c (_initialize_record_btrace): Likewise.
4224 * record-full.c (_initialize_record_full): Likewise.
4225 * record.c (_initialize_record): Likewise.
4226 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4227 * regcache.c (_initialize_regcache): Likewise.
4228 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4229 _initialize_remote): Likewise.
4230 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4231 * serial.c (_initialize_serial): Likewise.
4232 * skip.c (_initialize_step_skip): Likewise.
4233 * source.c (_initialize_source): Likewise.
4234 * stack.c (_initialize_stack): Likewise.
4235 * symfile.c (_initialize_symfile): Likewise.
4236 * symtab.c (_initialize_symtab): Likewise.
4237 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4238 * top.c (init_main): Likewise.
4239 * tracefile-tfile.c (tfile_target_info): Likewise.
4240 * tracepoint.c (_initialize_tracepoint): Likewise.
4241 * tui/tui-win.c (_initialize_tui_win): Likewise.
4242 * utils.c (add_internal_problem_command): Likewise.
4243 * valprint.c (value_print_option_defs): Likewise.
4244
4245 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4246
4247 PR build/24886
4248 * configure.ac: Drop enable-libmcheck support.
4249 * configure, config.in: Rebuild.
4250 * libmcheck.m4: Remove.
4251 * acinclude.m4: Don't include it.
4252 * Makefile.in: Don't distribute it.
4253 * top.c (print_gdb_configuration): Don't mention it.
4254
4255 2019-08-06 Tom Tromey <tom@tromey.com>
4256
4257 * utils.c (set_output_style): Sometimes pass stream to
4258 emit_style_escape.
4259 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4260 * record-btrace.c (btrace_insn_history): Update.
4261 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4262 method.
4263 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4264 Update initializers.
4265 <m_uiout>: New field.
4266 <m_di>: Move lower.
4267 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4268 Remove "uiout" parameter.
4269 (dump_insns): Update.
4270 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4271 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4272
4273 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4274
4275 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4276 (error_in_psymtab_expansion): Likewise.
4277 (lookup_symbol_via_quick_fns): Likewise.
4278 (basic_lookup_transparent_type_quick): Likewise.
4279 (basic_lookup_transparent_type_1): Likewise.
4280
4281 2019-08-06 Tom Tromey <tromey@adacore.com>
4282
4283 * source.c (last_source_error): Now bool.
4284 (print_source_lines_base): Make "noprint" bool. Only open
4285 source file when last_source_visited changes.
4286
4287 2019-08-06 Tom Tromey <tromey@adacore.com>
4288
4289 * annotate.c (annotate_source_line): Use g_source_cache.
4290 * source-cache.c (source_cache::get_plain_source_lines): Change
4291 parameters. Populate m_offset_cache.
4292 (source_cache::ensure): New method.
4293 (source_cache::get_line_charpos): New method.
4294 (extract_lines): Move lower. Change parameters.
4295 (source_cache::get_source_lines): Move lower.
4296 * source-cache.h (class source_cache): Update comment.
4297 <get_line_charpos>: New method.
4298 <get_source_lines>: Update comment.
4299 <clear>: Clear m_offset_cache.
4300 <get_plain_source_lines>: Change parameters.
4301 <ensure>: New method
4302 <m_offset_cache>: New member.
4303 * source.c (forget_cached_source_info_for_objfile): Update.
4304 (info_source_command): Use g_source_cache.
4305 (find_source_lines, open_source_file_with_line_charpos): Remove.
4306 (print_source_lines_base, search_command_helper): Use g_source_cache.
4307 * source.h (open_source_file_with_line_charpos): Don't declare.
4308 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4309 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4310 Use g_source_cache.
4311
4312 2019-08-06 Tom Tromey <tromey@adacore.com>
4313
4314 * source-cache.c (source_cache::get_plain_source_lines):
4315 Remove "first_line" and "last_line" parameters.
4316 (source_cache::get_source_lines): Cache plain text.
4317 * source-cache.h (class source_cache)
4318 <get_plain_source_lines>: Update.
4319
4320 2019-08-06 Tom Tromey <tromey@adacore.com>
4321
4322 * source-cache.c (extract_lines): No longer a method.
4323 Changed type of parameter. Include final newline.
4324 (selftests::extract_lines_test): New function.
4325 (_initialize_source_cache): Likewise.
4326 * source-cache.h (class source_cache)
4327 <extract_lines>: Don't declare.
4328
4329 2019-08-06 Tom Tromey <tromey@adacore.com>
4330
4331 * breakpoint.c (init_breakpoint_sal): Update.
4332 (breakpoint): Update.
4333 * breakpoint.h (struct breakpoint) <filter>: Now a
4334 unique_xmalloc_ptr.
4335
4336 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4337
4338 * NEWS: Mention dictionary access on blocks.
4339 * python/py-block.c (blpy_getitem): New function.
4340 (block_object_as_mapping): New struct.
4341 (block_object_type): Use new struct for tp_as_mapping field.
4342
4343 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4344
4345 * objfiles.h (objfile): Add a comment describing partial symbols.
4346
4347 2019-08-05 Tom Tromey <tromey@adacore.com>
4348
4349 * compile/compile.c (_initialize_compile): Use _(), not N_().
4350 * thread.c (_initialize_thread): Use _(), not N_().
4351 * stack.c (_initialize_stack): Use _(), not N_().
4352 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4353
4354 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4355
4356 * dwarf2read.c (struct dw2_symtab_iterator):
4357 <want_specific_block>: Remove.
4358 <block_index>: Change type to gdb::optional.
4359 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4360 change type of BLOCK_INDEX parameter to gdb::optional.
4361 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4362 (dw2_lookup_symbol): Don't pass argument for
4363 WANT_SPECIFIC_BLOCK.
4364 (dw2_expand_symtabs_for_function): Don't pass argument for
4365 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4366 (class dw2_debug_names_iterator)
4367 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4368 parameter, change BLOCK_INDEX type to gdb::optional.
4369 <m_want_specific_block>: Remove.
4370 <m_block_index>: Change type to gdb::optional.
4371 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4372 gdb::optional. Re-write in function of gdb::optional.
4373 (dw2_debug_names_lookup_symbol): Don't pass argument for
4374 WANT_SPECIFIC_BLOCK.
4375 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4376 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4377 BLOCK_INDEX.
4378
4379 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4380
4381 * NEWS: Mention changes to "info sources" command.
4382
4383 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4384
4385 * symtab.c (filename_partial_match_opts): New struct type.
4386 (struct output_source_filename_data): New members
4387 regexp, c_regexp, partial_match.
4388 (output_source_filename): Use new members to decide to print file.
4389 (info_sources_option_defs): New variable.
4390 (make_info_sources_options_def_group, print_info_sources_header,
4391 info_sources_command_completer):
4392 New functions.
4393 (info_sources_command): Read new optional arguments.
4394 (_initialize_symtab): Update info sources help.
4395
4396 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4397
4398 * ada-lang.c (exception_support_info_v0): Renamed from...
4399 (default_exception_support_info): ... this. Create new
4400 definition for v1.
4401 (ada_has_this_exception_support): Look up catch_handlers_sym.
4402 (ada_exception_support_info_sniffer): Try v0 after default.
4403
4404 2019-08-01 Tom Tromey <tromey@adacore.com>
4405
4406 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4407 gdbarch.h.
4408
4409 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4410
4411 * s12z-tdep.c: Fix include path for s12z-opc.h.
4412
4413 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4414
4415 * NEWS: Require GNU make 3.82.
4416
4417 2019-07-16 Tom Tromey <tom@tromey.com>
4418
4419 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4420 declare.
4421
4422 2019-07-30 Tom Tromey <tromey@adacore.com>
4423
4424 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4425
4426 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4427
4428 * printcmd.c (print_address_symbolic): Print negative offsets.
4429 (build_address_symbolic): Force signed arithmetic when computing
4430 offset.
4431
4432 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4433
4434 PR/24474: Add a function to lookup static variables.
4435 * NEWS: Mention this new function.
4436 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4437 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4438 * python/python.c (python_GdbMethods): Add new function.
4439
4440 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4441
4442 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4443 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4444 (objfpy_lookup_static_symbol): New function.
4445 (objfile_object_methods): Add new functions.
4446
4447 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4448
4449 * NEWS: Mention 'set|show print frame-info'. Mention new
4450 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4451 backtrace argument. Mention that python frame filtering code
4452 is now consistent with what 'backtrace' command prints.
4453
4454 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4455
4456 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4457 comments.
4458 (print_frame_info_auto, print_frame_info_source_line,
4459 print_frame_info_location, print_frame_info_source_and_location,
4460 print_frame_info_location_and_address, print_frame_info_short_location):
4461 New declarations.
4462 (struct frame_print_options): New member print_frame_info.
4463 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4464 * stack.h (get_user_print_what_frame_info): New declaration.
4465 (frame_show_address): New declaration.
4466 * stack.c (print_frame_arguments_choices): New value 'presence'.
4467 (print_frame_info_auto, print_frame_info_source_line,
4468 print_frame_info_location, print_frame_info_source_and_location,
4469 print_frame_info_location_and_address, print_frame_info_short_location,
4470 print_frame_info_choices, print_frame_info_print_what): New definitions.
4471 (print_frame_args): Only print dots for args if print frame-arguments
4472 is 'presence'.
4473 (frame_print_option_defs): New element for "frame-info".
4474 (get_user_print_what_frame_info): New function.
4475 (frame_show_address): Make non static. Move comment to stack.h.
4476 (print_frame_info_to_print_what): New function.
4477 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4478 to decide what to print.
4479 (backtrace_command_1): Handle the new print_frame_arguments_presence
4480 value.
4481 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4482 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4483 (py_print_frame): In non-mi mode, use LOCATION as default for
4484 print_what, similarly to frame information printed directly by
4485 backtrace command. Handle frame-info user option in non MI mode.
4486
4487 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4488
4489 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4490 Add case for debugging 32-bit target on 64-bit host. Revise
4491 comment.
4492
4493 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4494
4495 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4496 instead of find_function_entry_range_from_pc.
4497
4498 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4499
4500 * stack.c (find_frame_funname): Remove code which preferred
4501 minsym over symtab sym in "certain pathological cases".
4502
4503 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4504 parameter. Change type of "do_demangle" to bool.
4505 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4506 Pass suitable "prefer_sym_over_minsym" flag to
4507 build_address_symbolic(). Don't output "+" for negative offsets.
4508 * printcmd.c (print_address_symbolic): Update invocation of
4509 build_address_symbolic to include a "prefer_sym_over_minsym"
4510 flag.
4511 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4512 Restrict cases in which use of minimal symbol is preferred to that
4513 of a found symbol. Update comments.
4514
4515 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4516 for entry pc when entry pc is out of range for that FDE.
4517
4518 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4519
4520 PR gdb/24839:
4521 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4522 type.
4523
4524 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4525
4526 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4527 this function's Python signature.
4528
4529
4530 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4531
4532 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4533 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4534 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4535 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4536 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4537
4538
4539 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4540
4541 * h8300-tdep.c (h8300_register_name_common): New.
4542 h8300_register_name): Use h8300_register_name_common.
4543 (h8300s_register_name): Likewise.
4544 (h8300sx_register_name): Likewise.
4545 (h8300h_register_nam): New.
4546 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4547
4548
4549 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4550
4551 * arm-tdep.c (arm_skip_cmse_entry): New function.
4552 (arm_is_sgstubs_section): New function.
4553 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4554
4555 2019-07-22 Tom Tromey <tom@tromey.com>
4556
4557 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4558 Don't self-assign.
4559
4560 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4563 type_print.
4564
4565 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4568 so that GDB doesn't match any msymbols when searching in the
4569 TYPES_DOMAIN.
4570 (print_symbol_info): Print using typedef_print or type_print based
4571 on the type of the symbol. Add updated FIXME comment moved from...
4572 (_initialize_symtab): ... move and update FIXME comment to above.
4573
4574 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4575
4576 * NEWS: Mention adding -q option to "info types".
4577 * symtab.c (struct info_types_options): New struct.
4578 (info_types_options_defs): New variable.
4579 (make_info_types_options_def_group): New function.
4580 (info_types_command): Use gdb::option framework to parse options.
4581 (info_types_command_completer): New function.
4582 (_initialize_symtab): Extend the help text on "info types" and
4583 register command completer.
4584
4585 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4586
4587 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4588 (lookup_symbol_in_objfile): Change int to block_enum and add a
4589 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4590
4591 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4592
4593 * MAINTAINERS (Write After Approval): Add self.
4594
4595 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4598 instruction to the dummy code region.
4599
4600 2019-07-19 Tom Tromey <tromey@adacore.com>
4601
4602 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4603 (ARGSUSED, PARAMS, __func__): Remove rules.
4604
4605 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4606
4607 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4608 * features/arm/arm-with-iwmmxt.c: Remove.
4609 * features/arm/arm-with-iwmmxt.xml: Remove.
4610 * features/arm/arm-with-m-fpa-layout.c: Remove.
4611 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4612 * features/arm/arm-with-m-vfp-d16.c: Remove.
4613 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4614 * features/arm/arm-with-m.c: Remove.
4615 * features/arm/arm-with-m.xml: Remove.
4616 * features/arm/arm-with-neon.c: Remove.
4617 * features/arm/arm-with-neon.xml: Remove.
4618 * features/arm/arm-with-vfpv2.c: Remove.
4619 * features/arm/arm-with-vfpv2.xml: Remove.
4620 * features/arm/arm-with-vfpv3.c: Remove.
4621 * features/arm/arm-with-vfpv3.xml: Remove.
4622
4623 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4624
4625 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4626
4627 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4628
4629 * arch/aarch32.c (aarch32_create_target_description): Create
4630 target descriptions using features.
4631 * arch/arm.c (arm_create_target_description)
4632 (arm_create_mprofile_target_description): Likewise.
4633 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4634
4635 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4636
4637 * Makefile.in: Add new files.
4638 * aarch32-tdep.c: New file.
4639 * aarch32-tdep.h: New file.
4640 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4641 Call aarch32_read_description.
4642 * arch/aarch32.c: New file.
4643 * arch/aarch32.h: New file.
4644 * arch/arm.c (arm_create_target_description)
4645 (arm_create_mprofile_target_description): New function.
4646 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4647 (arm_create_target_description)
4648 (arm_create_mprofile_target_description): New declaration.
4649 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4650 read_description functions.
4651 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4652 Likewise.
4653 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4654 * arm-tdep.c (tdesc_arm_list): New variable.
4655 (arm_register_g_packet_guesses): Call create description functions.
4656 (arm_read_description) (arm_read_mprofile_description): New
4657 function.
4658 * arm-tdep.h (arm_read_description)
4659 (arm_read_mprofile_description): Add declaration.
4660 * configure.tgt: Add new files.
4661
4662 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4663
4664 * top.c (new_ui_command): Open specified terminal just once.
4665
4666 2019-07-18 Tom Tromey <tromey@adacore.com>
4667
4668 * symtab.c (main_name): Constify return type.
4669 * symfile.c (set_initial_language): Update.
4670 * symtab.h (main_name): Constify return type.
4671
4672 2019-07-17 Tom Tromey <tom@tromey.com>
4673
4674 * tui/tui-winsource.c (tui_update_source_window)
4675 (tui_update_source_window_as_is)
4676 (tui_update_source_windows_with_line): Remove return.
4677 * tui/tui-disasm.c (tui_show_disassem)
4678 (tui_show_disassem_and_update_source): Remove return.
4679 * tui/tui.c (tui_reset): Remove return.
4680 * tui/tui-wingeneral.c
4681 (tui_check_and_display_highlight_if_needed): Remove return.
4682
4683 2019-07-17 Tom Tromey <tom@tromey.com>
4684
4685 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4686
4687 2019-07-17 Tom Tromey <tom@tromey.com>
4688
4689 * tui/tui-winsource.h (struct tui_exec_info_window)
4690 (struct tui_source_window_base): Move from tui-data.h.
4691 * tui/tui-winsource.c: Move many method definitions from
4692 elsewhere. Remove "structuring" comments.
4693 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4694 (tui_source_window_base::refresh_window): Move to
4695 tui-winsource.c.
4696 * tui/tui-win.c (tui_source_window_base::refresh_all)
4697 (tui_source_window_base::update_tab_width)
4698 (tui_source_window_base::set_new_height)
4699 (tui_source_window_base::do_make_visible_with_new_height): Move to
4700 tui-winsource.c.
4701 * tui/tui-source.h: Update.
4702 * tui/tui-source.c (tui_source_window_base::reset): Move to
4703 tui-winsource.c.
4704 * tui/tui-disasm.h: Update.
4705 * tui/tui-data.h (struct tui_exec_info_window): Move to
4706 tui-winsource.h.
4707 (struct tui_source_window_base): Likewise.
4708 * tui/tui-data.c (tui_source_window_base::clear_detail)
4709 (tui_source_window_base, ~tui_source_window_base): Move to
4710 tui-winsource.c.
4711
4712 2019-07-17 Tom Tromey <tom@tromey.com>
4713
4714 * tui/tui-win.c (tui_resize_all)
4715 (tui_source_window_base::update_tab_width)
4716 (tui_adjust_win_heights): Update.
4717 (tui_win_info::make_invisible_and_set_new_height): Rename from
4718 make_invisible_and_set_new_height.
4719 * tui/tui-data.h (struct tui_win_info)
4720 <make_invisible_and_set_new_height>: New method.
4721
4722 2019-07-17 Tom Tromey <tom@tromey.com>
4723
4724 * tui/tui.c: Update.
4725 * tui/tui-source.h (struct tui_source_window): Move from
4726 tui-data.h.
4727 * tui/tui-layout.c: Update.
4728 * tui/tui-disasm.c: Update.
4729 * tui/tui-data.h (struct tui_source_window): Move to
4730 tui-source.h.
4731
4732 2019-07-17 Tom Tromey <tom@tromey.com>
4733
4734 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4735 tui-data.h.
4736 * tui/tui-data.h (struct tui_disasm_window): Move to
4737 tui-disasm.h.
4738
4739 2019-07-17 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui-regs.h (struct tui_data_item_window): Move from
4742 tui-data.h.
4743 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4744 * tui/tui-data.h (struct tui_data_item_window): Move to
4745 tui-regs.h.
4746 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4747
4748 2019-07-17 Tom Tromey <tom@tromey.com>
4749
4750 * tui/tui.c: Update.
4751 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4752 (tui_cmd_window::max_height): Move to tui-command.c.
4753 * tui/tui-layout.c: Update.
4754 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4755 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4756 tui-command.c.
4757 * tui/tui-command.h (struct tui_cmd_window): Move from
4758 tui-data.h.
4759 * tui/tui-command.c: Remove "structuring" comments.
4760 (tui_cmd_window::clear_detail)
4761 (tui_cmd_window::do_make_visible_with_new_height)
4762 (tui_cmd_window::max_height): Move from elsewhere.
4763
4764 2019-07-17 Tom Tromey <tom@tromey.com>
4765
4766 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4767 Now static.
4768 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4769 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4770
4771 2019-07-17 Tom Tromey <tom@tromey.com>
4772
4773 * tui/tui.c: Update.
4774 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4775 tui-regs.c.
4776 * tui/tui-windata.h: Remove file.
4777 * tui/tui-windata.c: Remove file.
4778 * tui/tui-win.c (tui_data_window::set_new_height)
4779 (tui_data_window::do_make_visible_with_new_height): Move to
4780 tui-regs.c.
4781 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4782 * tui/tui-regs.c: Remove "structuring" comments.
4783 (tui_data_window::first_data_item_displayed)
4784 (tui_data_window::delete_data_content_windows)
4785 (tui_data_window::erase_data_content)
4786 (tui_data_window::display_all_data)
4787 (tui_data_window::refresh_all)
4788 (tui_data_window::do_scroll_vertical)
4789 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4790 (tui_data_window::do_make_visible_with_new_height)
4791 (tui_data_window::refresh_window): Move from elsewhere.
4792 (_initialize_tui_regs): Move to end of file.
4793 * tui/tui-layout.c: Update.
4794 * tui/tui-hooks.c: Update.
4795 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4796 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4797 tui-regs.c.
4798 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4799
4800 2019-07-17 Tom Tromey <tom@tromey.com>
4801
4802 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4803 seen.
4804
4805 2019-07-17 Tom Tromey <tom@tromey.com>
4806
4807 * tui/tui-win.c (tui_source_window_base::set_new_height)
4808 (tui_source_window_base::do_make_visible_with_new_height): Use
4809 m_has_locator field directly.
4810 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4811 method.
4812 (struct tui_source_window_base) <has_locator>: Likewise.
4813
4814 2019-07-17 Tom Tromey <tom@tromey.com>
4815
4816 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4817 Don't declare.
4818 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4819 Remove.
4820 * tui/tui-win.c (tui_source_window_base::set_new_height)
4821 (tui_source_window_base::set_new_height)
4822 (make_invisible_and_set_new_height)
4823 (tui_source_window_base::do_make_visible_with_new_height)
4824 (tui_source_window_base::do_make_visible_with_new_height):
4825 Update.
4826 * tui/tui-layout.c (show_source_disasm_command, show_data)
4827 (show_source_or_disasm_and_command): Update.
4828 * tui/tui-layout.c (show_layout): Update.
4829
4830 2019-07-17 Tom Tromey <tom@tromey.com>
4831
4832 * tui/tui-layout.c (make_data_window): Remove.
4833 (show_data): Unify creation and re-initialization cases.
4834
4835 2019-07-17 Tom Tromey <tom@tromey.com>
4836
4837 * tui/tui-layout.c (make_source_window, make_disasm_window):
4838 Remove.
4839 (show_data): Unify creation and re-initialization cases.
4840
4841 2019-07-17 Tom Tromey <tom@tromey.com>
4842
4843 * tui/tui-layout.c (make_command_window): Remove.
4844 (show_source_disasm_command, show_source_or_disasm_and_command):
4845 Unify creation and re-initialization cases.
4846
4847 2019-07-17 Tom Tromey <tom@tromey.com>
4848
4849 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4850 creation and re-initialization cases.
4851
4852 2019-07-17 Tom Tromey <tom@tromey.com>
4853
4854 * tui/tui-regs.c (tui_get_register): Return void.
4855
4856 2019-07-17 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4859 Simplify.
4860
4861 2019-07-17 Tom Tromey <tom@tromey.com>
4862
4863 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4864 resetting.
4865
4866 2019-07-17 Tom Tromey <tom@tromey.com>
4867
4868 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4869 * tui/tui-regs.c (tui_reg_layout): New function.
4870 (tui_show_registers, tui_reg_command): Use it.
4871 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4872 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4873 parameters.
4874 (tui_layout_command): Remove.
4875
4876 2019-07-17 Tom Tromey <tom@tromey.com>
4877
4878 * tui/tui-layout.h (tui/tui-layout): Return void.
4879 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4880
4881 2019-07-17 Tom Tromey <tom@tromey.com>
4882
4883 * tui/tui-layout.c (show_source_disasm_command, show_data):
4884 Update.
4885 (reset_locator): Remove.
4886 (show_source_or_disasm_and_command): Update.
4887
4888 2019-07-17 Tom Tromey <tom@tromey.com>
4889
4890 * tui/tui-source.c (tui_source_window_base::reset): Remove
4891 win_type parameter.
4892 * tui/tui-layout.c (make_command_window, make_source_window)
4893 (make_disasm_window, make_data_window)
4894 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4895 (reset_locator, show_source_or_disasm_and_command): Update.
4896 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4897 win_type parameter.
4898 (struct tui_source_window_base) <reset>: Likewise.
4899
4900 2019-07-17 Tom Tromey <tom@tromey.com>
4901
4902 * tui/tui-layout.c (show_source_disasm_command): Use
4903 reset_locator.
4904 (reset_locator): New function.
4905 (init_and_make_win): Remove.
4906 (show_source_or_disasm_and_command): Use reset_locator.
4907
4908 2019-07-17 Tom Tromey <tom@tromey.com>
4909
4910 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4911 condition.
4912 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4913 Remove condition.
4914 * tui/tui-source.c (tui_source_window_base::reset): New method.
4915 * tui/tui-layout.c (make_command_window): Don't call
4916 init_and_make_win.
4917 (make_source_window, make_disasm_window): Don't call
4918 make_source_or_disasm_window.
4919 (make_data_window): Don't call init_and_make_win. Change calling
4920 convention.
4921 (show_source_disasm_command, show_data): Simplify.
4922 (make_source_or_disasm_window): Remove.
4923 (show_source_or_disasm_and_command): Simplify.
4924 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4925 (struct tui_source_window_base) <reset>: Likewise.
4926 <execution_info>: Remove initializer.
4927 * tui/tui-data.c (tui_source_window_base): Initialize
4928 execution_info.
4929
4930 2019-07-17 Tom Tromey <tom@tromey.com>
4931
4932 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4933 variable.
4934
4935 2019-07-17 Tom Tromey <tom@tromey.com>
4936
4937 * tui/tui.c (tui_rl_other_window): Update.
4938 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4939 superclass method first. Always iterate over regs_content.
4940 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4941 method.
4942 * tui/tui-win.c (tui_set_focus_command): Update.
4943
4944 2019-07-17 Tom Tromey <tom@tromey.com>
4945
4946 * tui/tui-win.c (tui_set_focus_command): Rename from
4947 tui_set_focus. Call tui_enable.
4948 (tui_set_focus_command): Remove.
4949
4950 2019-07-17 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4953 refresh_window.
4954 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4955 touchwin.
4956 (tui_data_window::refresh_window): Call refresh_window on data
4957 items. Always call superclass refresh_window.
4958 (tui_win_info::refresh): Remove.
4959 (tui_source_window_base::refresh_window): Update.
4960 (tui_refresh_all): Update.
4961 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4962 refresh_window.
4963 (show_source_or_disasm_and_command): Likewise.
4964 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4965 (struct tui_source_window_base) <refresh>: Likewise.
4966
4967 2019-07-17 Tom Tromey <tom@tromey.com>
4968
4969 * tui/tui-winsource.c (tui_clear_source_content)
4970 (tui_show_source_content): Update.
4971 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4972 whether content is empty.
4973 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4974 Remove.
4975
4976 2019-07-17 Tom Tromey <tom@tromey.com>
4977
4978 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4979 window's contents.
4980 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4981 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4982
4983 2019-07-17 Tom Tromey <tom@tromey.com>
4984
4985 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4986 (struct tui_data_item_window): Update.
4987
4988 2019-07-17 Tom Tromey <tom@tromey.com>
4989
4990 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
4991 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
4992 defines.
4993
4994 2019-07-17 Tom Tromey <tom@tromey.com>
4995
4996 * tui/tui-winsource.h (tui_erase_source_content)
4997 (tui_clear_source_content): Remove "display_prompt" parameter.
4998 * tui/tui-winsource.c (tui_update_source_window_as_is)
4999 (tui_update_source_windows_with_addr): Update.
5000 (tui_clear_source_content): Remove "display_prompt" parameter.
5001 (tui_erase_source_content): Likewise. Simplify.
5002 (tui_show_source_content): Update.
5003 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5004 * tui/tui-stack.c (tui_show_frame_info): Update.
5005 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5006 Remove defines.
5007
5008 2019-07-17 Tom Tromey <tom@tromey.com>
5009
5010 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5011 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5012 parameter.
5013 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5014 parameter.
5015
5016 2019-07-17 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-winsource.c (tui_clear_source_content)
5019 (tui_show_source_content, tui_show_exec_info_content)
5020 (tui_clear_exec_info_content): Update.
5021 * tui/tui-stack.c (tui_show_locator_content): Update.
5022 (tui_show_frame_info): Update.
5023 * tui/tui-source.h (tui_source_window): Don't declare.
5024 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5025 from tui_source_is_displayed.
5026 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5027 Remove field.
5028 (struct tui_source_window_base) <content_in_use>: New field. Now
5029 bool.
5030 (struct tui_source_window) <showing_source_p>: New method.
5031 (TUI_SRC_WIN): Change cast.
5032 * tui/tui-data.c (tui_initialize_static_data): Update.
5033
5034 2019-07-17 Tom Tromey <tom@tromey.com>
5035
5036 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5037 location_matches_p.
5038 * tui/tui-source.c (tui_source_window::location_matches_p): New
5039 method.
5040 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5041 method.
5042 * tui/tui-data.h (struct tui_source_window_base)
5043 <location_matches_p>: New method.
5044 (struct tui_source_window, struct tui_disasm_window)
5045 <location_matches_p>: Likewise.
5046
5047 2019-07-17 Tom Tromey <tom@tromey.com>
5048
5049 * tui/tui-win.c (tui_set_win_height_command): Rename from
5050 tui_set_win_height.
5051 (tui_set_win_height_command): Remove.
5052
5053 2019-07-17 Tom Tromey <tom@tromey.com>
5054
5055 * tui/tui-source.c (tui_source_window): New constructor. Add
5056 observer.
5057 (~tui_source_window): New destructor.
5058 (tui_source_window::style_changed): New method.
5059 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5060 (tui_attach_detach_observers): Update.
5061 * tui/tui-data.h (struct tui_source_window): Make constructor not
5062 inline. Add destructor.
5063 (struct tui_source_window) <style_changed>: New method.
5064 <m_observable>: New member.
5065
5066 2019-07-17 Tom Tromey <tom@tromey.com>
5067
5068 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5069 * tui/tui-win.c (tui_resize_all): Fix typo.
5070
5071 2019-07-17 Tom Tromey <tom@tromey.com>
5072
5073 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5074 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5075 (tui_refresh_all): Remove "list" parameter. Use foreach.
5076 * tui/tui-win.c (window_name_completer): Use foreach.
5077 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5078 (update_tab_width): Likewise.
5079 * tui/tui-layout.c (show_layout): Update.
5080 * tui/tui-data.h (class tui_window_iterator): New.
5081 (struct all_tui_windows): New.
5082 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5083
5084 2019-07-17 Tom Tromey <tom@tromey.com>
5085
5086 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5087 parameter. Don't reference globals.
5088 (tui_reg_command): Update.
5089
5090 2019-07-17 Tom Tromey <tom@tromey.com>
5091
5092 * tui/tui-regs.c (tui_show_registers): Simplify.
5093
5094 2019-07-17 Tom Tromey <tom@tromey.com>
5095
5096 * tui/tui-regs.c (tui_show_registers): Update.
5097 (tui_show_register_group): Add win_info parameter.
5098
5099 2019-07-17 Tom Tromey <tom@tromey.com>
5100
5101 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5102 Rename from tui_display_reg_element_at_line.
5103 (tui_data_window::display_registers_from_line): Update.
5104 * tui/tui-data.h (struct tui_data_window)
5105 <display_reg_element_at_line>: New method.
5106
5107 2019-07-17 Tom Tromey <tom@tromey.com>
5108
5109 * tui/tui-regs.h (tui_display_registers_from)
5110 (tui_display_registers_from_line): Don't declare.
5111 * tui/tui-windata.c (tui_data_window::display_all_data)
5112 (tui_data_window::refresh_all)
5113 (tui_data_window::do_scroll_vertical): Update.
5114 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5115 from tui_display_registers_from.
5116 (tui_display_reg_element_at_line): Update.
5117 (tui_data_window::display_registers_from_line): Rename from
5118 tui_display_registers_from_line.
5119 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5120 display_registers_from_line>: New methods.
5121
5122 2019-07-17 Tom Tromey <tom@tromey.com>
5123
5124 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5125 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5126 from tui_erase_data_content.
5127 (tui_data_window::display_all_data)
5128 (tui_data_window::refresh_all)
5129 (tui_data_window::do_scroll_vertical): Update.
5130 * tui/tui-regs.c (tui_show_registers): Update.
5131 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5132 New method.
5133
5134 2019-07-17 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5137 declare.
5138 * tui/tui-windata.c
5139 (tui_data_window::delete_data_content_windows): Rename from
5140 tui_delete_data_content_windows.
5141 (tui_data_window::display_all_data)
5142 (tui_data_window::do_scroll_vertical): Update.
5143 * tui/tui-data.h (struct tui_data_window)
5144 <delete_data_content_windows>: New method.
5145
5146 2019-07-17 Tom Tromey <tom@tromey.com>
5147
5148 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5149 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5150
5151 2019-07-17 Tom Tromey <tom@tromey.com>
5152
5153 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5154 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5155 from tui_display_all_data.
5156 * tui/tui-win.c
5157 (tui_data_window::do_make_visible_with_new_height): Update.
5158 * tui/tui-regs.c (tui_show_registers): Update.
5159 * tui/tui-layout.c (tui_set_layout): Update.
5160 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5161 method.
5162
5163 2019-07-17 Tom Tromey <tom@tromey.com>
5164
5165 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5166 * tui/tui-windata.c (tui_display_data_from): Remove.
5167 (tui_data_window::refresh_all): Update.
5168
5169 2019-07-17 Tom Tromey <tom@tromey.com>
5170
5171 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5172 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5173 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5174 tui_display_registers_from_line.
5175 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5176 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5177 "force_display" parameter.
5178
5179 2019-07-17 Tom Tromey <tom@tromey.com>
5180
5181 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5182 declare.
5183 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5184 Rename from tui_first_reg_element_no_inline.
5185 (tui_display_reg_element_at_line)
5186 (tui_display_registers_from_line): Update.
5187 * tui/tui-data.h (struct tui_data_window)
5188 <first_reg_element_no_inline>: New method.
5189
5190 2019-07-17 Tom Tromey <tom@tromey.com>
5191
5192 * tui/tui-windata.c (tui_display_data_from)
5193 (tui_data_window::do_scroll_vertical): Update.
5194 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5195 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5196 Rename from tui_line_from_reg_element_no.
5197 (tui_display_registers_from_line): Update.
5198 * tui/tui-data.h (struct tui_data_window)
5199 <line_from_reg_element_no>: New method.
5200
5201 2019-07-17 Tom Tromey <tom@tromey.com>
5202
5203 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5204 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5205 tui_last_regs_line_no.
5206 (tui_display_reg_element_at_line)
5207 (tui_display_registers_from_line): Update.
5208 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5209 method.
5210
5211 2019-07-17 Tom Tromey <tom@tromey.com>
5212
5213 PR tui/24722:
5214 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5215 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5216 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5217 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5218 (tui_update_breakpoint_info): Likewise.
5219 * tui/tui-hooks.c (tui_event_create_breakpoint)
5220 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5221 Update.
5222
5223 2019-07-17 Tom Tromey <tom@tromey.com>
5224
5225 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5226
5227 2019-07-17 Tom Tromey <tom@tromey.com>
5228
5229 * tui/tui-winsource.c (tui_update_source_window_as_is)
5230 (tui_update_source_windows_with_addr): Update.
5231 * tui/tui-source.h (tui_set_source_content)
5232 (tui_show_symtab_source): Add "win_info" parameter.
5233 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5234 parameter.
5235 (tui_show_symtab_source): Likewise.
5236
5237 2019-07-17 Tom Tromey <tom@tromey.com>
5238
5239 * tui/tui-wingeneral.c
5240 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5241
5242 2019-07-17 Tom Tromey <tom@tromey.com>
5243
5244 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5245 (struct tui_cmd_window) <can_scroll>: New method.
5246 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5247 method.
5248
5249 2019-07-17 Tom Tromey <tromey@adacore.com>
5250
5251 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5252 do_field_signed>: Rename. Change type of "value".
5253 * ui-out.c (ui_out::field_signed): Rename from field_int.
5254 Change type of "value".
5255 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5256 type of "value".
5257 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5258 do_field_int. Change type of "value".
5259 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5260 do_field_int. Change type of "value".
5261 * tracepoint.c (trace_status_mi, tfind_1)
5262 (print_one_static_tracepoint_marker): Update.
5263 * thread.c (print_thread_info_1, print_selected_thread_frame):
5264 Update.
5265 * stack.c (print_frame, print_frame_info): Update.
5266 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5267 Update.
5268 * source.c (print_source_lines_base): Update.
5269 * skip.c (info_skip_command): Update.
5270 * record-btrace.c (btrace_ui_out_decode_error)
5271 (btrace_call_history_src_line): Update.
5272 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5273 Update.
5274 * progspace.c (print_program_space): Update.
5275 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5276 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5277 do_field_int. Change type of "value".
5278 * mi/mi-out.c (mi_ui_out::do_table_begin)
5279 (mi_ui_out::do_table_header): Update.
5280 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5281 type of "value".
5282 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5283 (mi_cmd_data_list_changed_registers, output_register)
5284 (mi_cmd_data_read_memory, mi_load_progress)
5285 (mi_cmd_trace_frame_collected): Update.
5286 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5287 Update.
5288 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5289 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5290 (mi_cmd_var_list_children, varobj_update_one): Update.
5291 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5292 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5293 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5294 * inferior.c (print_inferior): Update.
5295 * gdb_bfd.c (print_one_bfd): Update.
5296 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5297 Update.
5298 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5299 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5300 do_field_int. Change type of "value".
5301 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5302 do_field_int. Change type of "value".
5303 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5304 (print_one_breakpoint_location, print_it_catch_fork)
5305 (print_one_catch_fork, print_it_catch_vfork)
5306 (print_one_catch_vfork, print_it_catch_solib)
5307 (print_it_catch_exec, print_it_ranged_breakpoint)
5308 (print_mention_watchpoint, print_mention_masked_watchpoint)
5309 (bkpt_print_it, update_static_tracepoint): Update.
5310 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5311 * break-catch-syscall.c (print_it_catch_syscall): Update.
5312 * ada-tasks.c (print_ada_task_info): Update.
5313 * ada-lang.c (print_it_exception, print_mention_exception):
5314 Update.
5315
5316 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 PR breakpoints/24541
5319 * gdbarch.c: Regenerate.
5320 * gdbarch.h: Regenerate.
5321 * gdbarch.sh: Adjust return type and parameter types for
5322 'stap_adjust_register'.
5323 (i386_stap_adjust_register): Adjust signature and return new
5324 register name.
5325 * stap-probe.c (stap_parse_register_operand): Adjust use of
5326 'gdbarch_stap_adjust_register'.
5327
5328 2019-07-17 Tom Tromey <tromey@adacore.com>
5329
5330 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5331 declare VEC.
5332 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5333 std::vector.
5334 (struct s390_process_info): Add initializers.
5335 (s390_add_process): Use new.
5336 (s390_linux_nat_target::low_forget_process): Use delete.
5337 (s390_linux_nat_target::low_new_fork)
5338 (s390_linux_nat_target::stopped_by_watchpoint)
5339 (s390_linux_nat_target::low_prepare_to_resume)
5340 (s390_linux_nat_target::insert_watchpoint)
5341 (s390_linux_nat_target::insert_hw_breakpoint)
5342 (s390_linux_nat_target::remove_watchpoint)
5343 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5344
5345 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5346
5347 * aarch64-fbsd-nat.c: Include regcache.h.
5348 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5349 argument.
5350 (aarch64_fbsd_nat_target::fetch_registers)
5351 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5352 variable.
5353 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5354
5355 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5356
5357 * fbsd-nat.c: Include gdbarch.h.
5358
5359 2019-07-15 Tom Tromey <tromey@adacore.com>
5360
5361 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5362
5363 2019-07-15 Tom Tromey <tromey@adacore.com>
5364
5365 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5366 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5367 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5368 * cli-out.c (cli_ui_out::do_field_int): New method.
5369 * ui-out.c (ui_out::field_unsigned): New method.
5370 * symfile.c (generic_load): Use field_unsigned.
5371 (print_transfer_performance): Likewise.
5372 * record-btrace.c (ui_out_field_uint): Remove.
5373 (btrace_call_history_insn_range, btrace_call_history): Use
5374 field_unsigned.
5375 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5376 field_unsigned.
5377 * ui-out.h (class ui_out) <field_unsigned>: New method.
5378 <do_field_unsigned>: Likewise.
5379
5380 2019-07-15 Tom Tromey <tromey@adacore.com>
5381
5382 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5383 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5384 * target.c (flash_erase_command): Use field_string.
5385 * infrun.c (print_signal_received_reason): Use field_string.
5386 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5387 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5388 field_string.
5389 * ada-tasks.c (print_ada_task_info): Use field_string.
5390
5391 2019-07-15 Tom Tromey <tromey@adacore.com>
5392
5393 * target.c (flash_erase_command): Use field_core_addr.
5394 * symfile.c (generic_load): Use field_core_addr.
5395 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5396 Use field_core_addr.
5397 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5398 field_core_addr.
5399
5400 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5401
5402 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5403 value if its desired type is smaller than a CORE_ADDR and signed.
5404
5405 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5408 of changes to field names, and use new is_reference field to
5409 decide if a property is a reference or not.
5410 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5411 field.
5412 (struct dwarf2_property_baton): Update header comment, rename
5413 'referenced_type' to 'property_type' and update comments.
5414 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5415 default property type, store in property baton, update to take
5416 accound of renamed field.
5417 (read_func_scope): Update call to attr_to_dynamic_prop.
5418 (read_array_type): Likewise.
5419 (dwarf2_per_cu_addr_sized_int_type): New function.
5420 (read_subrange_index_type): Move type finding code to
5421 dwarf2_per_cu_addr_sized_int_type.
5422 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5423 (dwarf2_per_cu_addr_type): New function.
5424 (set_die_type): Update calls to attr_to_dynamic_prop.
5425
5426 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5427
5428 * dwarf2read.c (read_subrange_index_type): New function.
5429 (read_subrange_type): Move code into new function and call it.
5430 * gdbtypes.c (create_range_type): Add some asserts.
5431
5432 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5435 update return statements.
5436 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5437 declaration, and update comment to match.
5438 * gdbtypes.c (resolve_dynamic_array): Update call to
5439 dwarf2_evaluate_property to match new return type.
5440
5441 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5442
5443 * valarith.c (value_subscripted_rvalue): Change lowerbound
5444 parameter type from int to LONGEST.
5445 * value.h (value_subscripted_rvalue): Likewise in declaration.
5446
5447 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * cli/cli-utils.c (info_print_command_completer): New function.
5450 * cli/cli-utils.h: Add 'completer.h' include, and forward
5451 declaration for 'struct cmd_list_element'.
5452 (info_print_command_completer): Declare.
5453 * stack.c (_initialize_stack): Add completer for 'info locals' and
5454 'info args'.
5455 * symtab.c (_initialize_symtab): Add completer for 'info
5456 variables' and 'info functions'.
5457 * NEWS: Mention completion for additional info commands.
5458
5459 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * cli/cli-utils.c (extract_info_print_args): Delete.
5462 (extract_arg_maybe_quoted): Delete.
5463 (info_print_options_defs): New variable.
5464 (make_info_print_options_def_group): New function.
5465 (extract_info_print_options): Define new function.
5466 * cli/cli-utils.h (extract_info_print_args): Delete.
5467 (struct info_print_options): New structure.
5468 (extract_info_print_options): Declare new function.
5469 * stack.c (info_locals_command): Update to use new
5470 extract_info_print_options, also add a header comment.
5471 (info_args_command): Likewise.
5472 * symtab.c (info_variables_command): Likewise.
5473 (info_functions_command): Likewise.
5474
5475 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5476
5477 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5478 to extract string arguments.
5479 * common/common-utils.c (extract_string_maybe_quoted): New function.
5480 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5481
5482 2019-07-11 Tom Tromey <tromey@adacore.com>
5483
5484 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5485 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5486 * top.h (gdbinit): Don't declare.
5487 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5488 into...
5489 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5490 * top.c (gdb_init): Don't call init_cli_cmds.
5491 (gdbinit): Remove.
5492 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5493
5494 2019-07-11 Tom Tromey <tromey@adacore.com>
5495
5496 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5497 after it has been moved.
5498
5499 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5500
5501 * valops.c (value_must_coerce_to_target): Change return type to
5502 bool.
5503 * value.h (value_must_coerce_to_target): Likewise.
5504
5505 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5506
5507 * breakpoint.c (is_hardware_watchpoint): Remove
5508 forward-declaration.
5509 (is_masked_watchpoint): Change return type to bool.
5510 (is_tracepoint): Likewise.
5511 (is_breakpoint): Likewise.
5512 (is_hardware_watchpoint): Likewise.
5513 (is_watchpoint): Likewise.
5514 (is_no_memory_software_watchpoint): Likewise.
5515 (is_catchpoint): Likewise.
5516 (breakpoint_1): Make FILTER parameter's return type bool.
5517 is_masked_watchpoint): Change return type to bool.
5518 (save_breakpoints): Make FILTER parameter's return type bool.
5519 * breakpoint.h (is_breakpoint): Change return type to bool.
5520 (is_watchpoint): Likewise.
5521 (is_catchpoint): Likewise.
5522 (is_tracepoint): Likewise.
5523
5524 2019-07-10 Tom Tromey <tom@tromey.com>
5525
5526 * defs.h: Don't include gdbarch.h.
5527 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5528 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5529 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5530 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5531 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5532 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5533 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5534 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5535 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5536 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5537 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5538 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5539 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5540 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5541 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5542 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5543 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5544 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5545 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5546 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5547 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5548 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5549 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5550 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5551 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5552 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5553 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5554
5555 2019-07-10 Tom Tromey <tromey@adacore.com>
5556
5557 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5558 * breakpoint.c (init_ada_exception_breakpoint): Register as
5559 bp_catchpoint.
5560 (print_one_breakpoint_location, print_one_breakpoint): Use
5561 is_ada_exception_catchpoint.
5562 * ada-lang.c (class ada_catchpoint_location): Pass
5563 bp_loc_software_breakpoint to bp_location constructor.
5564 (is_ada_exception_catchpoint): New function.
5565
5566 2019-07-10 Tom Tromey <tromey@adacore.com>
5567
5568 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5569 VEC.
5570 (struct arm_exidx_entry): New method operator<.
5571 (struct arm_exidx_data) <section_maps>: Change type.
5572 (arm_exidx_data_free): Remove.
5573 (arm_exidx_data_key): Change type. Move lower.
5574 (arm_exidx_new_objfile): Update.
5575 (arm_compare_exidx_entries): Remove.
5576 (arm_find_exidx_entry, _initialize_arm_tdep)
5577
5578 2019-07-10 Tom Tromey <tromey@adacore.com>
5579
5580 * solib-spu.c (ocl_program_data_key): Change type.
5581 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5582 Update.
5583
5584 2019-07-10 Tom Tromey <tromey@adacore.com>
5585
5586 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5587 (struct solib_aix_inferior_data) <library_list>: Change type.
5588 (solib_aix_inferior_data_handle): Change type.
5589 (get_solib_aix_inferior_data): Update.
5590 (solib_aix_free_library_list): Remove.
5591 (library_list_start_library): Update.
5592 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5593 return type.
5594 (solib_aix_get_library_list)
5595 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5596 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5597
5598 2019-07-10 Tom Tromey <tromey@adacore.com>
5599
5600 * solib-dsbt.c (struct dsbt_info): Add initializers.
5601 (solib_dsbt_pspace_data): Change type.
5602 (dsbt_pspace_data_cleanup): Remove.
5603 (get_dsbt_info, _initialize_dsbt_solib): Update.
5604
5605 2019-07-10 Tom Tromey <tromey@adacore.com>
5606
5607 * spu-tdep.c (spu_overlay_data): Change type.
5608 (spu_get_overlay_table, spu_overlay_new_objfile)
5609 (_initialize_spu_tdep): Update.
5610
5611 2019-07-10 Tom Tromey <tromey@adacore.com>
5612
5613 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5614 destructor.
5615 (dbx_objfile_data_key): Change type and declare later.
5616 (DBX_SYMFILE_INFO): Rewrite.
5617 * dbxread.c (dbx_objfile_data_key): Change type.
5618 (dbx_symfile_init): Update.
5619 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5620 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5621 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5622
5623 2019-07-10 Tom Tromey <tromey@adacore.com>
5624
5625 * jit.c (jit_program_space_key): Change type. Move lower.
5626 (get_jit_program_space_data): Update.
5627 (jit_program_space_data_cleanup): Remove.
5628 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5629 Update.
5630 (struct jit_program_space_data): Add initializers.
5631
5632 2019-07-10 Tom Tromey <tromey@adacore.com>
5633
5634 * solib-darwin.c (struct darwin_info): Add initializers.
5635 (solib_darwin_pspace_data): Change type.
5636 (darwin_pspace_data_cleanup): Remove.
5637 (get_darwin_info, _initialize_darwin_solib): Update.
5638
5639 2019-07-10 Tom Tromey <tromey@adacore.com>
5640
5641 * remote-sim.c (struct sim_inferior_data): Add initializers,
5642 constructor, and destructor.
5643 (sim_inferior_data_key): Change type. Move lower.
5644 (check_for_duplicate_sim_descriptor): Update.
5645 (get_sim_inferior_data): Use new. Update.
5646 (~sim_inferior_data_cleanup): Rename from
5647 sim_inferior_data_cleanup. Simplify.
5648 (gdbsim_close_inferior, simulator_command)
5649 (sim_command_completer, _initialize_remote_sim): Update.
5650 (next_pid, INITIAL_PID): Move earlier.
5651
5652 2019-07-10 Tom Tromey <tromey@adacore.com>
5653
5654 * python/python-internal.h (create_thread_object): Return
5655 gdbpy_ref.
5656 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5657 * python/py-inferior.c (struct threadlist_entry): Add
5658 constructor.
5659 <thread_obj>: Now a gdbpy_ref.
5660 (thread_to_thread_object): Update.
5661 (add_thread_object): Use new.
5662 (delete_thread_object): Use delete.
5663 (infpy_threads): Update.
5664 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5665 GIL.
5666
5667 2019-07-10 Tom Tromey <tromey@adacore.com>
5668
5669 * valops.c (value_cast): Specialize error message for Ada.
5670
5671 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5672
5673 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5674
5675 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5676
5677 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5678 bpstat_should_step): Return bool, adjust comments.
5679 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5680 bpstat_should_step): Likewise.
5681
5682 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5683
5684 * features/Makefile: Use feature target descriptions for Arm.
5685 * features/arm/arm-core.c: Generate new file.
5686 * features/arm/arm-fpa.c: Likewise.
5687 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5688 * features/arm/arm-m-profile.c: Likewise.
5689 * features/arm/arm-vfpv2.c: Likewise.
5690 * features/arm/arm-vfpv3.c: Likewise.
5691 * features/arm/xscale-iwmmxt.c: Likewise.
5692 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5693
5694 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5695
5696 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5697 ptrace earlier.
5698
5699 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5700
5701 * features/aarch64-pauth.c: Regenerate.
5702
5703 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5704
5705 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5706 bool.
5707 (bpstat_what): Use false instead of 0.
5708
5709 2019-07-09 Pedro Alves <palves@redhat.com>
5710
5711 * break-catch-throw.c (is_exception_catchpoint): New.
5712 * breakpoint.c (print_one_breakpoint_location): New parameter
5713 'raw_loc'. Handle it. Use
5714 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5715 looking at the breakpoint's type.
5716 (print_one_breakpoint): If handling "maint info breakpoints", also
5717 print locations of exception catchpoints.
5718 * breakpoint.h (is_exception_catchpoint): Declare.
5719
5720 2019-07-09 Pedro Alves <palves@redhat.com>
5721
5722 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5723 "addr" field.
5724 (allocate_location_exception_catchpoint): New.
5725 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5726 (initialize_throw_catchpoint_ops): Install
5727 allocate_location_exception_catchpoint as allocate_location
5728 method.
5729 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5730 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5731 bp_loc_other.
5732 (breakpoint_address_is_meaningful): Delete.
5733 (bl_address_is_meaningful): New.
5734 (breakpoint_locations_match): Adjust comment.
5735 (bp_location_from_bp_type): New, factored out of...
5736 (bp_location::bp_location(breakpoint *)): ... this.
5737 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5738 factored out of...
5739 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5740 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5741 breakpoint_address_is_meaningful.
5742 (bp_locations_compare): Adjust comment.
5743 (update_global_location_list): Use bl_address_is_meaningful
5744 instead of breakpoint_address_is_meaningful.
5745 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5746 explicit.
5747 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5748 * python/py-breakpoint.c (bppy_get_location): No longer check
5749 whether location is null.
5750
5751 2019-07-09 Pedro Alves <palves@redhat.com>
5752
5753 PR c++/15468
5754 * breakpoint.c (print_one_breakpoint_location): Remove
5755 single-location assert.
5756
5757 2019-07-09 Tom Tromey <tom@tromey.com>
5758
5759 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5760 * configure: Rebuild.
5761 * configure.ac: Change common to gdbsupport.
5762 * gdbsupport: Rename from common.
5763 * acinclude.m4: Change common to gdbsupport.
5764 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5765 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5766 gdbsupport.
5767 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5768 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5769 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5770 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5771 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5772 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5773 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5774 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5775 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5776 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5777 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5778 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5779 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5780 coff-pe-read.c, command.h, compile/compile-c-support.c,
5781 compile/compile-c.h, compile/compile-cplus-symbols.c,
5782 compile/compile-cplus-types.c, compile/compile-cplus.h,
5783 compile/compile-loc2c.c, compile/compile.c, completer.c,
5784 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5785 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5786 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5787 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5788 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5789 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5790 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5791 features/aarch64-core.c, features/aarch64-fpu.c,
5792 features/aarch64-pauth.c, features/aarch64-sve.c,
5793 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5794 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5795 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5796 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5797 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5798 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5799 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5800 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5801 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5802 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5803 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5804 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5805 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5806 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5807 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5808 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5809 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5810 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5811 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5812 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5813 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5814 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5815 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5816 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5817 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5818 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5819 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5820 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5821 minsyms.c, mips-linux-tdep.c, namespace.h,
5822 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5823 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5824 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5825 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5826 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5827 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5828 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5829 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5830 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5831 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5832 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5833 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5834 procfs.c, producer.c, progspace.h, psymtab.h,
5835 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5836 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5837 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5838 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5839 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5840 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5841 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5842 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5843 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5844 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5845 target-memory.c, target.c, target.h, target/waitstatus.c,
5846 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5847 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5848 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5849 unittests/array-view-selftests.c,
5850 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5851 unittests/common-utils-selftests.c,
5852 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5853 unittests/format_pieces-selftests.c,
5854 unittests/function-view-selftests.c,
5855 unittests/lookup_name_info-selftests.c,
5856 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5857 unittests/mkdir-recursive-selftests.c,
5858 unittests/observable-selftests.c,
5859 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5860 unittests/parse-connection-spec-selftests.c,
5861 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5862 unittests/scoped_fd-selftests.c,
5863 unittests/scoped_mmap-selftests.c,
5864 unittests/scoped_restore-selftests.c,
5865 unittests/string_view-selftests.c, unittests/style-selftests.c,
5866 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5867 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5868 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5869 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5870 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5871 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5872
5873 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5876 bool value.
5877 (decode_digits_ordinary): Set explicit_line field in sal.
5878 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5879 symtab_and_line that was set on an explicit line number in
5880 assembler code. Do always update the recorded symtab and line if
5881 we do skip the prologue.
5882
5883 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5884
5885 * breakpoint.c (set_breakpoint_location_function): Remove
5886 explicit_loc parameter.
5887 (momentary_breakpoint_from_master): Update call to
5888 set_breakpoint_location_function.
5889 (add_location_to_breakpoint): Likewise.
5890
5891 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5892
5893 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5894 required features based on default bfd type when no specific bfd
5895 is present.
5896
5897 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5898
5899 * NEWS: Mention that GDB printf and eval commands can now print
5900 C-style and Ada-style convenience var strings without
5901 calling the inferior.
5902 * printcmd.c (printf_c_string): Locally print GDB internal var
5903 instead of transiting via the inferior.
5904 (printf_wide_c_string): Likewise.
5905
5906 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5907
5908 PR breakpoints/25011
5909 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5910
5911 2019-07-04 Tom Tromey <tom@tromey.com>
5912
5913 PR tui/24724:
5914 * tui/tui-winsource.c (tui_clear_source_content): Update.
5915 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5916 (tui_update_breakpoint_info): Update.
5917 (tui_set_exec_info_content): Update.
5918 * tui/tui-source.c (tui_set_source_content_nil): Update.
5919 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5920 has_break.
5921 * tui/tui-data.h (enum tui_bp_flag): New.
5922 (tui_bp_flags): New enum flags type.
5923 (struct tui_source_element) <break_mode>: Change type. Rename
5924 from has_break.
5925 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5926 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5927 constants.
5928 * tui/tui-winsource.h: Fix comment.
5929
5930 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5931
5932 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5933 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5934 (store_fpregs_to_thread)
5935 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5936 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5937 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5938 (IWMMXT_REGS_SIZE): Add define.
5939 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5940 (fetch_vfp_regs, store_vfp_regs)
5941 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5942 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5943
5944 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5945
5946 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5947 defines.
5948 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5949 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5950 (ARM_INT_REGISTER_SIZE): ...to this.
5951 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5952 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5953 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5954 (arm_linux_collect_gregset, supply_nwfpe_register)
5955 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5956 defines.
5957 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5958 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5959 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5960 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5961 (arm_return_in_memory, arm_store_return_value)
5962 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5963 (arm_record_ld_st_multiple): Likewise.
5964 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5965 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5966
5967 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5968
5969 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5970 AARCH64_DISPLACED_MODIFIED_INSNS.
5971 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5972 (aarch64_displaced_step_copy_insn): Likewise.
5973 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5974 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5975 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5976 ARM_DISPLACED_MODIFIED_INSNS.
5977 * arm-tdep.c (arm_gdbarch_init): Likewise.
5978 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5979 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5980 (struct arm_displaced_step_closure): Use
5981 ARM_DISPLACED_MODIFIED_INSNS.
5982
5983 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5984
5985 * features/Makefile: Remove unused xml files.
5986 * features/aarch64.xml: Remove.
5987 * features/i386/amd64-avx-avx512-linux.xml: Remove.
5988 * features/i386/amd64-avx-avx512.xml: Remove.
5989 * features/i386/amd64-avx-linux.xml: Remove.
5990 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
5991 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
5992 * features/i386/amd64-avx-mpx-linux.xml: Remove.
5993 * features/i386/amd64-avx-mpx.xml: Remove.
5994 * features/i386/amd64-avx.xml: Remove.
5995 * features/i386/amd64-linux.xml: Remove.
5996 * features/i386/amd64-mpx-linux.xml: Remove.
5997 * features/i386/amd64-mpx.xml: Remove.
5998 * features/i386/amd64.xml: Remove.
5999 * features/i386/i386-avx-avx512-linux.xml: Remove.
6000 * features/i386/i386-avx-avx512.xml: Remove.
6001 * features/i386/i386-avx-linux.xml: Remove.
6002 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6003 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6004 * features/i386/i386-avx-mpx-linux.xml: Remove.
6005 * features/i386/i386-avx-mpx.xml: Remove.
6006 * features/i386/i386-avx.xml: Remove.
6007 * features/i386/i386-linux.xml: Remove.
6008 * features/i386/i386-mmx-linux.xml: Remove.
6009 * features/i386/i386-mmx.xml: Remove.
6010 * features/i386/i386-mpx-linux.xml: Remove.
6011 * features/i386/i386-mpx.xml: Remove.
6012 * features/i386/i386.xml: Remove.
6013 * features/i386/x32-avx-avx512-linux.xml: Remove.
6014 * features/i386/x32-avx-linux.xml: Remove.
6015 * features/i386/x32-linux.xml: Remove.
6016
6017 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6018
6019 * regformats/aarch64.dat: Remove.
6020 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6021 * regformats/i386/amd64-avx-linux.dat: Remove.
6022 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6023 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6024 * regformats/i386/amd64-linux.dat: Remove.
6025 * regformats/i386/amd64-mpx-linux.dat: Remove.
6026 * regformats/i386/amd64.dat: Remove.
6027 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6028 * regformats/i386/i386-avx-linux.dat: Remove.
6029 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6030 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6031 * regformats/i386/i386-linux.dat: Remove.
6032 * regformats/i386/i386-mmx-linux.dat: Remove.
6033 * regformats/i386/i386-mpx-linux.dat: Remove.
6034 * regformats/i386/i386.dat: Remove.
6035 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6036 * regformats/i386/x32-avx-linux.dat: Remove.
6037 * regformats/i386/x32-linux.dat: Remove.
6038
6039 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6040
6041 * aarch64-tdep.c: Remove xml self tests.
6042 * amd64-linux-tdep.c: Likewise.
6043 * amd64-tdep.c: Likewise.
6044 * i386-linux-tdep.c: Likewise.
6045 * i386-tdep.c: Likewise.
6046
6047 2019-07-03 Pedro Alves <palves@redhat.com>
6048
6049 PR cli/24732
6050 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6051 (pipe_cmd_option_defs): New.
6052 (make_pipe_cmd_options_def_group): New.
6053 (pipe_command): Use gdb::option::process_options.
6054 (pipe_command_completer): New function.
6055 (_initialize_cli_cmds): Install completer for "pipe" command.
6056
6057 2019-07-03 Pedro Alves <palves@redhat.com>
6058
6059 * cli/cli-option.c (union option_value) <string>: New field.
6060 (struct option_def_and_value): Add ctor, move ctor, dtor and
6061 use DISABLE_COPY_AND_ASSIGN.
6062 (option_def_and_value::clear_value): New.
6063 (parse_option, save_option_value_in_ctx, get_val_type_str)
6064 (add_setshow_cmds_for_options): Handle var_string.
6065 * cli-option.h (union option_def::var_address) <string>: New
6066 field.
6067 (struct string_option_def): New.
6068 * maint-test-options.c (struct test_options_opts): Add default
6069 ctor and use DISABLE_COPY_AND_ASSIGN.
6070 <string_opt>: New field.
6071 (test_options_opts::~test_options_opts): New.
6072 (test_options_opts::dump): Also dump "-string".
6073 (test_options_option_defs): Install "string.
6074
6075 2019-07-03 Pedro Alves <palves@redhat.com>
6076
6077 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6078 option_value with a null enumeration.
6079 (complete_options): Save the option values in the context.
6080 (save_option_value_in_ctx): New, factored out from ...
6081 (process_options): ... here.
6082 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6083 of the function.
6084 * maint-test-options.c (test_options_opts::dump): New, factored
6085 out from ...
6086 (maintenance_test_options_command_mode): ... here.
6087 (maintenance_test_options_command_completion_result): Delete.
6088 (maintenance_test_options_command_completion_text): Update
6089 comment.
6090 (maintenance_show_test_options_completion_result): Change
6091 prototype. Just print
6092 maintenance_test_options_command_completion_text.
6093 (save_completion_result): New.
6094 (maintenance_test_options_completer_mode): Pass options context to
6095 complete_options, and then save a dump.
6096 (_initialize_maint_test_options): Use add_cmd to install "maint
6097 show test-options-completion-result".
6098
6099 2019-07-03 Pedro Alves <palves@redhat.com>
6100
6101 * NEWS (New commands): Mention "with" and "maint with".
6102 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6103 (with_command, with_command_completer): New.
6104 (pipe_command): Adjust to new repeat_previous
6105 interface.
6106 (_initialize_cli_cmds): Install the "with" command and its "w"
6107 alias.
6108 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6109 declarations.
6110 * cli/cli-setshow.c (parse_cli_var_uinteger)
6111 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6112 argument strings for all var_types.
6113 (get_setshow_command_value_string): New, factored out from ...
6114 (do_show_command): ... this.
6115 * cli/cli-setshow.h: Include <string>.
6116 (get_setshow_command_value_string): Declare.
6117 * command.h (repeat_previous): Now returns const char *. Adjust
6118 comment.
6119 * maint.c: Include "cli/cli-cmds.h".
6120 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6121 (_initialize_maint_cmds): Register the "maintenance with" command.
6122 * top.c (repeat_previous): Move bits from pipe_command here:
6123 Return the saved command line, if any; error out if there's no
6124 command to relaunch.
6125
6126 2019-07-03 Pedro Alves <palves@redhat.com>
6127
6128 * NEWS (New commands): Mention "maint set/show test-settings"
6129 instead of "maint test-settings".
6130 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6131 (maintenance_test_settings_set_list): Rename to ...
6132 (maintenance_set_test_settings_list): ... this.
6133 (maintenance_test_settings_show_list): Rename to ...
6134 (maintenance_show_test_settings_list): ... this.
6135 (maintenance_test_settings_cmd): Delete.
6136 (maintenance_test_settings_set_cmd): ...
6137 (maintenance_set_test_settings_cmd): ... this.
6138 (maintenance_test_settings_show_cmd): ...
6139 (maintenance_show_test_settings_cmd): ... this.
6140 (maintenance_test_settings_show_value_cmd):
6141 (maintenance_show_test_settings_value_cmd): ... this.
6142 (_initialize_maint_test_settings): No longer install the "maint
6143 test-settings" prefix command. Rename "maint test-settings set"
6144 to "maint set test-settings", and "maint test-settings show" to
6145 "maint show test-settings". Adjust all subcommands.
6146
6147 2019-07-03 Pedro Alves <palves@redhat.com>
6148
6149 * maint-test-settings.c: Fix file's intro comment. Replace all
6150 references to "test-options" with references to "test-settings",
6151 in comments.
6152
6153 2019-07-03 Pedro Alves <palves@redhat.com>
6154
6155 * maint-test-settings.c (maintenance_test_settings_xxx)
6156 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6157 New.
6158 (maintenance_test_settings_enums): Use them.
6159 (maintenance_test_settings_enum): Default to
6160 maintenance_test_settings_xxx.
6161 (_initialize_maint_test_settings): Initialize
6162 MAINTENANCE_TEST_SETTINGS_FILENAME.
6163
6164 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6165
6166 * breakpoint.h (remove_breakpoints_inf): Change return type to
6167 void, move function documentation here.
6168 * breakpoint.c (remove_breakpoints_inf): Change return type to
6169 void, move function documentation to header.
6170
6171 2019-07-02 Pedro Alves <palves@redhat.com>
6172
6173 * NEWS (Completion improvements): Mention "info threads".
6174 * thread.c (struct info_threads_opts, info_threads_option_defs)
6175 (make_info_threads_options_def_group): New.
6176 (info_threads_command): Use gdb::option::process_options.
6177 (info_threads_command_completer): New.
6178 (_initialize_thread): Use gdb::option::build_help to build the
6179 help text for "info threads".
6180
6181 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6182
6183 * defs.h (generic_load): Move from here...
6184 * symfile.h (generic_load): ... to here. Rename name parameter
6185 to args.
6186 * symfile.c (generic_load): Add comment.
6187
6188 2019-07-01 Tom Tromey <tromey@adacore.com>
6189
6190 * dwarf2read.c
6191 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6192 declaration of without_params. Fix formatting.
6193
6194 2019-07-01 Tom Tromey <tromey@adacore.com>
6195
6196 * ada-exp.y (find_primitive_type): Update.
6197 * ada-lang.h (ada_lookup_symbol): Update.
6198 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6199 parameter.
6200 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6201
6202 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 PR breakpoints/24541
6205 * gdbarch.c: Regenerate.
6206 * gdbarch.h: Regenerate.
6207 * gdbarch.sh: Add 'stap_adjust_register'.
6208 * i386-tdep.c: Include '<unordered_set>'.
6209 (i386_stap_adjust_register): New function.
6210 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6211 * stap-probe.c (stap_parse_register_operand): Call
6212 'gdbarch_stap_adjust_register'.
6213
6214 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6215
6216 PR python/24742
6217 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6218 * python/python.c (do_start_initialization): Use 'xmalloc'
6219 instead of 'PyMem_Malloc'.
6220
6221 2019-06-28 Tom Tromey <tromey@adacore.com>
6222
6223 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6224 for Ada.
6225
6226 2019-06-27 Tom Tromey <tromey@adacore.com>
6227
6228 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6229 objfile_key.
6230 (arm_find_mapping_symbol, arm_record_special_symbol)
6231 (_initialize_arm_tdep): Update.
6232 (arm_objfile_data_free): Remove.
6233
6234 2019-06-27 Tom Tromey <tromey@adacore.com>
6235
6236 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6237 to cp_print_static_field.
6238
6239 2019-06-26 Tom Tromey <tromey@adacore.com>
6240
6241 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6242 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6243 declare.
6244
6245 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6246
6247 * features/aarch64-core.c (create_feature_aarch64_core):
6248 Regenerate.
6249 * features/aarch64-core.xml: Add cpsr flags.
6250
6251 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6252
6253 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6254 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6255
6256 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6257
6258 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6259 field.
6260 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6261 use.
6262 (arm_record_special_symbol): Don't insert new symbol in sorted
6263 position, push it at the end.
6264
6265 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6266
6267 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6268 (arm_mapping_symbol_s): Remove.
6269 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6270 (arm_mapping_symbol_vec): New typedef.
6271 (struct arm_per_objfile): Add constructor.
6272 <section_maps>: Change type to
6273 std::unique_ptr<arm_mapping_symbol_vec[]>.
6274 (arm_compare_mapping_symbols): Remove.
6275 (arm_find_mapping_symbol): Adjust to section_maps type change.
6276 (arm_objfile_data_free): Call delete on arm_per_objfile.
6277 (arm_record_special_symbol): Adjust to section_maps type change.
6278 Allocate arm_per_objfile with new.
6279
6280 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6281
6282 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6283 with the command prefix.
6284
6285 2019-06-25 Tom Tromey <tom@tromey.com>
6286
6287 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6288 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6289
6290 2019-06-25 Tom Tromey <tom@tromey.com>
6291
6292 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6293 type.
6294 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6295 protected.
6296
6297 2019-06-25 Tom Tromey <tom@tromey.com>
6298
6299 * tui/tui-winsource.c
6300 (tui_source_window_base::set_is_exec_point_at): Add check against
6301 LOA_ADDRESS.
6302
6303 2019-06-25 Tom Tromey <tom@tromey.com>
6304
6305 * tui/tui-source.c (tui_set_source_content): Don't check before
6306 xfree.
6307 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6308
6309 2019-06-25 Tom Tromey <tom@tromey.com>
6310
6311 * tui/tui-winsource.h (tui_update_source_window_as_is)
6312 (tui_alloc_source_buffer, tui_line_is_displayed)
6313 (tui_addr_is_displayed): Change type of win_info.
6314 * tui/tui-winsource.c (tui_update_source_window_as_is)
6315 (tui_clear_source_content, tui_show_source_line)
6316 (tui_show_source_content, tui_source_window_base::refill)
6317 (tui_source_window_base::set_is_exec_point_at)
6318 (tui_source_window_base::set_is_exec_point_at)
6319 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6320 (tui_alloc_source_buffer, tui_line_is_displayed)
6321 (tui_addr_is_displayed): Change type of win_info. Update.
6322 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6323 (tui_source_window_base::do_make_visible_with_new_height):
6324 Update.
6325 * tui/tui-source.c (tui_set_source_content)
6326 (tui_set_source_content_nil)
6327 (tui_source_window::do_scroll_vertical): Update.
6328 * tui/tui-layout.c (show_layout): Update.
6329 * tui/tui-disasm.c (tui_set_disassem_content)
6330 (tui_disasm_window::do_scroll_vertical): Update.
6331 * tui/tui-data.h (tui_win_content): Remove.
6332 (struct tui_gen_win_info) <content, content_size>: Remove.
6333 (struct tui_source_element): Add initializers and destructor.
6334 (union tui_which_element, struct tui_win_element): Remove.
6335 (struct tui_source_window_base) <content>: New field.
6336 (struct tui_data_window): Remove destructor.
6337 (tui_alloc_content, tui_free_win_content)
6338 (tui_free_all_source_wins_content): Don't declare.
6339 * tui/tui-data.c (tui_initialize_static_data): Update.
6340 (init_content_element, tui_alloc_content): Remove.
6341 (~tui_gen_win_info): Update.
6342 (~tui_data_window, tui_free_all_source_wins_content)
6343 (tui_free_win_content, free_content, free_content_elements):
6344 Remove.
6345
6346 2019-06-25 Tom Tromey <tom@tromey.com>
6347
6348 * tui/tui-winsource.h (tui_clear_source_content)
6349 (tui_erase_source_content, tui_show_source_content): Change type
6350 of win_info.
6351 * tui/tui-winsource.c (tui_clear_source_content)
6352 (tui_erase_source_content, tui_show_source_content): Change type
6353 of win_info.
6354 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6355 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6356 win_info.
6357 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6358 win_info.
6359 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6360
6361 2019-06-25 Tom Tromey <tom@tromey.com>
6362
6363 * tui/tui-winsource.c (tui_clear_source_content)
6364 (tui_source_window_base::set_is_exec_point_at): Update.
6365 * tui/tui-source.c (tui_set_source_content_nil): Update.
6366 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6367 a bool.
6368 * tui/tui-data.c (init_content_element): Update.
6369
6370 2019-06-25 Tom Tromey <tom@tromey.com>
6371
6372 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6373 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6374 * tui/tui-layout.c (init_and_make_win): Update.
6375 * tui/tui.h (enum tui_win_type): Update.
6376 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6377 tui_win_is_auxillary.
6378 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6379 tui_win_is_auxillary.
6380
6381 2019-06-25 Tom Tromey <tom@tromey.com>
6382
6383 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6384 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6385 (tui_delete_data_content_windows, tui_display_all_data)
6386 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6387 Update.
6388 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6389 * tui/tui-regs.c (tui_last_regs_line_no)
6390 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6391 (tui_show_registers): Update.
6392 (tui_show_register_group): Return void. Update.
6393 (tui_display_registers_from, tui_display_reg_element_at_line)
6394 (tui_display_registers_from_line, tui_check_register_values):
6395 Update.
6396 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6397 member.
6398 (struct tui_data_window) <regs_content>: Now a std::vector.
6399 <regs_content_count>: Remove.
6400 (tui_add_content_elements, tui_free_data_content): Don't declare.
6401 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6402 (init_content_element): Remove DATA_WIN case. Add assert.
6403 (tui_add_content_elements): Remove.
6404 (tui_data_window): Update.
6405 (tui_free_data_content): Remove.
6406 (free_content_elements): Remove DATA_WIN case.
6407
6408 2019-06-25 Tom Tromey <tom@tromey.com>
6409
6410 * tui/tui-data.c (tui_data_item_window): Update.
6411 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6412 * tui/tui-windata.c (tui_display_all_data)
6413 (tui_display_data_from_line): Update.
6414 (tui_check_data_values): Remove.
6415 * tui/tui-regs.c (tui_show_register_group)
6416 (tui_display_reg_element_at_line): Update.
6417 * tui/tui-hooks.c (tui_register_changed)
6418 (tui_refresh_frame_and_register_information): Call
6419 tui_check_register_values.
6420 * tui/tui-data.h (struct tui_data_window) <data_content,
6421 data_content_count, data_type>: Remove.
6422 (enum tui_data_type): Remove.
6423
6424 * tui/tui-data.c (tui_data_window::clear_detail)
6425 (~tui_data_window): Update.
6426
6427 2019-06-25 Tom Tromey <tom@tromey.com>
6428
6429 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6430 declare.
6431 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6432 Rename from tui_first_data_item_displayed. Update.
6433 (tui_data_window::refresh_all)
6434 (tui_data_window::do_scroll_vertical): Update.
6435 * tui/tui-data.h (struct tui_data_window)
6436 <first_data_item_displayed>: Declare new method.
6437
6438 2019-06-25 Tom Tromey <tom@tromey.com>
6439
6440 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6441 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6442 contents...
6443 (tui_initialize_static_data): ...here.
6444
6445 2019-06-25 Tom Tromey <tom@tromey.com>
6446
6447 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6448 (tui_display_registers_from, tui_check_register_values): Update.
6449 (tui_display_register): Remove win_info parameter; update.
6450 (tui_get_register): Change type of parameters.
6451 * tui/tui-data.h (struct tui_data_element): Remove.
6452 (union tui_which_element) <data>: Remove.
6453 <data_window>: Change type.
6454 (struct tui_data_item_window): New.
6455 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6456 case. Add assert.
6457 (~tui_data_item_window): New destructor.
6458 (free_content_elements): Remove DATA_ITEM_WIN case.
6459
6460 2019-06-25 Tom Tromey <tom@tromey.com>
6461
6462 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6463 Remove.
6464
6465 2019-06-25 Tom Tromey <tom@tromey.com>
6466
6467 * tui/tui-data.h (struct tui_command_element): Remove.
6468 (union tui_which_element) <command>: Remove.
6469 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6470 assert.
6471 (free_content_elements): Remove CMD_WIN case.
6472
6473 2019-06-25 Tom Tromey <tom@tromey.com>
6474
6475 * tui/tui-layout.c (tui_set_layout): Update.
6476 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6477 * tui/tui-data.c (layout_def): Update.
6478
6479 2019-06-25 Tom Tromey <tom@tromey.com>
6480
6481 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6482 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6483 (tui_source_window_base::set_new_height): Update.
6484 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6485 Update.
6486 (tui_set_locator_fullname, tui_set_locator_info)
6487 (tui_show_frame_info): Update.
6488 * tui/tui-source.c (tui_set_source_content)
6489 (tui_source_is_displayed): Update.
6490 * tui/tui-layout.c (show_source_disasm_command, show_data)
6491 (show_source_or_disasm_and_command): Update.
6492 * tui/tui-disasm.c (tui_set_disassem_content)
6493 (tui_get_begin_asm_address): Update.
6494 * tui/tui-data.h (struct tui_locator_element): Remove.
6495 (union tui_which_element) <locator>: Remove.
6496 (struct tui_locator_window): New.
6497 (tui_locator_win_info_ptr): Change return type.
6498 * tui/tui-data.c (_locator): Change type.
6499 (tui_locator_win_info_ptr): Change return type.
6500 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6501 (tui_alloc_content): Add assert.
6502
6503 2019-06-25 Tom Tromey <tom@tromey.com>
6504
6505 * tui/tui-winsource.c
6506 (tui_exec_info_window::maybe_allocate_content): New method.
6507 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6508 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6509 (make_source_or_disasm_window): Add cast.
6510 * tui/tui-data.h (union tui_which_element) <simple_string>:
6511 Remove.
6512 (struct tui_source_info): New.
6513 (struct tui_source_window_base) <execution_info>: Change type.
6514 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6515 case, and add assert.
6516 (tui_alloc_content): Add assert.
6517
6518 2019-06-25 Tom Tromey <tom@tromey.com>
6519
6520 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6521 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6522 * tui/tui-data.c (tui_alloc_win_info): Remove.
6523
6524 2019-06-25 Tom Tromey <tom@tromey.com>
6525
6526 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6527 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6528 can_highlight.
6529
6530 2019-06-25 Tom Tromey <tom@tromey.com>
6531
6532 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6533 make_visible_with_new_height method.
6534 (tui_win_info::make_visible_with_new_height): New method.
6535 (tui_source_window_base::do_make_visible_with_new_height)
6536 (tui_data_window::do_make_visible_with_new_height)
6537 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6538 (make_visible_with_new_height): Remove.
6539 (tui_resize_all, tui_adjust_win_heights): Use
6540 make_visible_with_new_height method.
6541 * tui/tui-data.h (struct tui_win_info)
6542 <do_make_visible_with_new_height, make_visible_with_new_height>:
6543 New methods.
6544 (struct tui_source_window_base, struct tui_data_window)
6545 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6546 methods.
6547
6548 2019-06-25 Tom Tromey <tom@tromey.com>
6549
6550 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6551 method.
6552 (update_tab_width): Call update_tab_width method.
6553 * tui/tui-data.h (struct tui_win_info)
6554 (struct tui_source_window_base) <update_tab_width>: New methods.
6555
6556 2019-06-25 Tom Tromey <tom@tromey.com>
6557
6558 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6559 parameter.
6560 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6561 parameter.
6562 (tui_gen_win_info::make_visible): Update.
6563 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6564 parameter.
6565 * tui/tui-data.h (enum tui_box): New enum.
6566 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6567
6568 2019-06-25 Tom Tromey <tom@tromey.com>
6569
6570 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6571 init_and_make_win for EXEC_INFO_WIN.
6572 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6573 longer inline.
6574 (struct tui_win_info) <~tui_win_info>: Inline.
6575 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6576 Don't declare.
6577 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6578 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6579 Remove.
6580 (tui_initialize_static_data): Update.
6581 (~tui_gen_win_info): Handle more cleanup here.
6582 (~tui_source_window_base): Delete "execution_info".
6583 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6584
6585 2019-06-25 Tom Tromey <tom@tromey.com>
6586
6587 * tui/tui-layout.c (make_command_window): Don't set
6588 can_highlight.
6589 (show_source_disasm_command): Call the reset method.
6590 (show_data): Don't set can_highlight. Call the reset method.
6591 (tui_gen_win_info::reset): Rename from init_gen_win_info
6592 (init_and_make_win): Simplify. Return tui_gen_win_info.
6593 (show_source_or_disasm_and_command): Call the reset method.
6594 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6595 (struct tui_cmd_window): Set can_highlight.
6596
6597 2019-06-25 Tom Tromey <tom@tromey.com>
6598
6599 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6600 from make_visible.
6601 (tui_make_visible, tui_make_invisible): Rewrite.
6602 (tui_win_info::make_visible): Remove.
6603 (tui_source_window_base::make_visible): Update.
6604 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6605 method. Moved from...
6606 (struct tui_win_info) <make_visible>: ...here.
6607
6608 2019-06-25 Tom Tromey <tom@tromey.com>
6609
6610 * tui/tui-winsource.c
6611 (tui_source_window_base::do_scroll_horizontal): Remove direction
6612 parameter.
6613 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6614 direction parameter.
6615 * tui/tui-win.c (tui_win_info::forward_scroll)
6616 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6617 (tui_win_info::right_scroll): Update.
6618 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6619 direction parameter.
6620 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6621 direction parameter.
6622 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6623 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6624 Remove direction parameter.
6625 (struct tui_source_window_base, struct tui_source_window)
6626 (struct tui_disasm_window, struct tui_data_window)
6627 (struct tui_cmd_window): Update.
6628
6629 2019-06-25 Tom Tromey <tom@tromey.com>
6630
6631 * tui/tui-winsource.h (tui_set_exec_info_content)
6632 (tui_show_exec_info_content, tui_erase_exec_info_content)
6633 (tui_clear_exec_info_content, tui_update_exec_info): Change
6634 argument to tui_source_window_base.
6635 * tui/tui-winsource.c (tui_set_exec_info_content)
6636 (tui_show_exec_info_content, tui_erase_exec_info_content)
6637 (tui_clear_exec_info_content, tui_update_exec_info): Change
6638 argument to tui_source_window_base.
6639
6640 2019-06-25 Tom Tromey <tom@tromey.com>
6641
6642 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6643 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6644
6645 2019-06-25 Tom Tromey <tom@tromey.com>
6646
6647 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6648 check.
6649
6650 2019-06-25 Tom Tromey <tom@tromey.com>
6651
6652 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6653 type to void.
6654 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6655 type to void.
6656 * tui/tui-source.c (tui_set_source_content): Update.
6657 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6658
6659 2019-06-25 Tom Tromey <tom@tromey.com>
6660
6661 * tui/tui-win.c (window_name_completer, tui_set_focus)
6662 (tui_all_windows_info): Use name method.
6663 * tui/tui-data.h (struct tui_gen_win_info)
6664 (struct tui_source_window, struct tui_disasm_window)
6665 (struct tui_data_window, struct tui_cmd_window) <name>: New
6666 method.
6667 (tui_win_name): Don't declare.
6668 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6669 (tui_win_name): Remove.
6670
6671 2019-06-25 Tom Tromey <tom@tromey.com>
6672
6673 * tui/tui-winsource.h (tui_update_source_window)
6674 (tui_update_source_window_as_is): Change parameter type.
6675 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6676 to be a tui_source_window_base.
6677 (tui_update_source_window_as_is): Likewise.
6678 * tui/tui-win.c (make_visible_with_new_height): Update.
6679
6680 2019-06-25 Tom Tromey <tom@tromey.com>
6681
6682 * tui/tui-winsource.c (tui_erase_source_content)
6683 (tui_show_source_content, tui_show_exec_info_content)
6684 (tui_erase_exec_info_content): Use refresh_window method.
6685 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6686 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6687 from tui_refresh_win.
6688 (tui_data_window::refresh_window): New method.
6689 (tui_win_info::refresh, tui_source_window_base::refresh)
6690 (tui_refresh_all): Use refresh_window method.
6691 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6692 method.
6693 * tui/tui-regs.c (tui_display_register): Call refresh_window
6694 method.
6695 * tui/tui-layout.c (show_source_disasm_command)
6696 (show_source_or_disasm_and_command): Call refresh_window method.
6697 * tui/tui-data.h (struct tui_gen_win_info)
6698 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6699 New method.
6700
6701 2019-06-25 Tom Tromey <tom@tromey.com>
6702
6703 * tui/tui.c (tui_rl_other_window, tui_enable)
6704 (tui_is_window_visible, tui_get_command_dimension): Update.
6705 * tui/tui-winsource.c (tui_update_source_window_as_is)
6706 (tui_clear_source_content, tui_erase_source_content)
6707 (tui_show_source_line, tui_source_window_base::refill)
6708 (tui_source_window_base::do_scroll_horizontal)
6709 (tui_source_window_base::set_is_exec_point_at)
6710 (tui_update_breakpoint_info, tui_set_exec_info_content)
6711 (tui_alloc_source_buffer, tui_line_is_displayed)
6712 (tui_addr_is_displayed): Update.
6713 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6714 (tui_check_and_display_highlight_if_needed)
6715 (tui_win_info::make_visible, tui_win_info::refresh)
6716 (tui_refresh_all): Update.
6717 * tui/tui-windata.c (tui_first_data_item_displayed)
6718 (tui_delete_data_content_windows, tui_erase_data_content)
6719 (tui_display_all_data, tui_data_window::refresh_all)
6720 (tui_check_data_values): Update.
6721 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6722 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6723 (tui_win_info::backward_scroll, tui_refresh_all_win)
6724 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6725 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6726 (tui_source_window_base::set_new_height)
6727 (tui_data_window::set_new_height)
6728 (make_invisible_and_set_new_height)
6729 (make_visible_with_new_height, new_height_ok)
6730 (parse_scrolling_args): Update.
6731 * tui/tui-stack.c (tui_show_frame_info): Update.
6732 * tui/tui-source.c (tui_set_source_content)
6733 (tui_set_source_content_nil, tui_source_is_displayed)
6734 (tui_source_window::do_scroll_vertical): Update.
6735 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6736 (tui_display_registers_from, tui_display_reg_element_at_line)
6737 (tui_check_register_values, tui_reg_command): Update.
6738 * tui/tui-layout.c (tui_default_win_height)
6739 (show_source_disasm_command, show_data, init_and_make_win)
6740 (show_source_or_disasm_and_command): Update.
6741 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6742 (tui_redisplay_readline, tui_mld_flush)
6743 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6744 (tui_getc): Update.
6745 * tui/tui-disasm.c (tui_set_disassem_content)
6746 (tui_disasm_window::do_scroll_vertical): Update.
6747 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6748 Now virtual.
6749 (struct tui_win_info): Derive from tui_gen_win_info.
6750 <~tui_win_info>: Mark as override.
6751 <generic>: Remove member.
6752 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6753 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6754 (~tui_data_window, ~tui_win_info)
6755 (tui_free_all_source_wins_content): Update.
6756 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6757
6758 2019-06-25 Tom Tromey <tom@tromey.com>
6759
6760 * tui/tui-layout.c (init_and_make_win): Use new.
6761 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6762 destructor, initializers.
6763 (tui_alloc_generic_win_info): Don't declare.
6764 * tui/tui-data.c (_locator): Add argument to constructor.
6765 (source_win, disasm_win): New globals.
6766 (exec_info): Remove.
6767 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6768 Update.
6769 (tui_alloc_generic_win_info): Remove.
6770 (init_content_element): Use new.
6771 (tui_win_info::tui_win_info): Update.
6772 (free_content_elements) <case DATA_WIN>: Use delete.
6773
6774 2019-06-25 Tom Tromey <tom@tromey.com>
6775
6776 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6777 * tui/tui-windata.c (tui_first_data_item_displayed)
6778 (tui_delete_data_content_windows): Update.
6779 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6780 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6781 (tui_display_registers_from, tui_check_register_values): Update.
6782 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6783 pointer.
6784 * tui/tui-data.c (init_content_element): Update. Allocate the new
6785 window.
6786 (tui_free_data_content): Update.
6787 (free_content_elements) <case DATA_WIN>: Free the window.
6788
6789 2019-06-25 Tom Tromey <tom@tromey.com>
6790
6791 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6792 Update.
6793 * tui/tui-layout.c (make_command_window)
6794 (show_source_disasm_command, show_data, init_and_make_win)
6795 (show_source_or_disasm_and_command): Update.
6796 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6797 method.
6798 <can_highight, is_highlighted>: Now bool.
6799 (tui_set_win_highlight): Don't declare.
6800 * tui/tui-data.c (tui_set_win_highlight): Remove.
6801
6802 2019-06-25 Tom Tromey <tom@tromey.com>
6803
6804 * tui/tui-wingeneral.c (make_visible): Remove check of window
6805 type.
6806
6807 2019-06-25 Tom Tromey <tom@tromey.com>
6808
6809 * tui/tui-win.c (tui_win_info::max_height)
6810 (tui_cmd_window::max_height): New methods.
6811 (new_height_ok): Call max_height.
6812 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6813 <max_height>: New method.
6814
6815 2019-06-25 Tom Tromey <tom@tromey.com>
6816
6817 * tui/tui-win.c (tui_source_window_base::set_new_height)
6818 (tui_data_window::set_new_height): New methods.
6819 (make_invisible_and_set_new_height): Call set_new_height method.
6820 * tui/tui-data.h (struct tui_win_info)
6821 (struct tui_source_window_base, struct tui_data_window)
6822 <set_new_height>: New method.
6823
6824 2019-06-25 Tom Tromey <tom@tromey.com>
6825
6826 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6827 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6828 tui_refresh_data_win.
6829 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6830 method.
6831 (tui_refresh_all_win): Call the refresh_all method.
6832 (tui_set_focus): Likewise.
6833 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6834 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6835 Likewise.
6836
6837 2019-06-25 Tom Tromey <tom@tromey.com>
6838
6839 * tui/tui-winsource.h (tui_refill_source_window)
6840 (tui_set_is_exec_point_at): Don't declare.
6841 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6842 (tui_source_window_base::refill): Rename from
6843 tui_refill_source_window.
6844 (tui_source_window_base::do_scroll_horizontal): Update.
6845 (tui_source_window_base::set_is_exec_point_at): Rename from
6846 tui_set_is_exec_point_at.
6847 (tui_update_all_breakpoint_info): Update.
6848 * tui/tui-stack.c (tui_show_frame_info): Update.
6849 * tui/tui-layout.c (show_data): Add cast.
6850 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6851 * tui/tui-data.h (struct tui_source_window_base) <refill,
6852 set_is_exec_point_at>: New methods.
6853 (tui_source_windows, tui_add_to_source_windows): Update types.
6854 (tui_add_to_source_windows): Remove redundant declaration.
6855 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6856 (tui_source_windows): Change return type.
6857 (tui_clear_source_windows_detail): Update.
6858 (tui_add_to_source_windows): Change type of parameter.
6859 (tui_free_all_source_wins_content): Update.
6860
6861 2019-06-25 Tom Tromey <tom@tromey.com>
6862
6863 * tui/tui-wingeneral.c (tui_win_info::refresh)
6864 (tui_source_window_base::refresh): New methods.
6865 (tui_refresh_all): Call the refresh method.
6866 * tui/tui-data.h (struct tui_win_info)
6867 (struct tui_source_window_base) <refresh>: New method.
6868
6869 2019-06-25 Tom Tromey <tom@tromey.com>
6870
6871 * tui/tui.h (tui_is_window_visible): Return bool.
6872 * tui/tui.c (tui_is_window_visible): Return bool.
6873 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6874 (tui_make_visible, tui_make_invisible)
6875 (tui_win_info::make_visible)
6876 (tui_source_window_base::make_visible, make_all_visible)
6877 (tui_make_all_visible, tui_make_all_invisible): Update.
6878 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6879 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6880 bool.
6881 (struct tui_win_info, struct tui_source_window_base)
6882 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6883 * tui/tui-data.c (tui_init_generic_part): Update.
6884
6885 2019-06-25 Tom Tromey <tom@tromey.com>
6886
6887 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6888 (tui_source_window_base::make_visible): New methods.
6889 (make_all_visible): Make method call.
6890 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6891 (struct tui_source_window_base, struct tui_cmd_window): Override
6892 make_visible.
6893 (tui_win_is_source_type): Don't declare.
6894 * tui/tui-data.c (tui_win_is_source_type): Remove.
6895
6896 2019-06-25 Tom Tromey <tom@tromey.com>
6897
6898 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6899 NULL check.
6900
6901 2019-06-25 Tom Tromey <tom@tromey.com>
6902
6903 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6904 Inline constructor. Add initializers for members.
6905 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6906 constructors; now inline in class.
6907
6908 2019-06-25 Tom Tromey <tom@tromey.com>
6909
6910 * tui/tui-regs.c (tui_show_registers): Update.
6911 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6912 bool.
6913 * tui/tui-data.c (tui_data_window::clear_detail)
6914 (tui_data_window): Update.
6915
6916 2019-06-25 Tom Tromey <tom@tromey.com>
6917
6918 * tui/tui-windata.c (tui_display_all_data)
6919 (tui_display_data_from_line, tui_display_data_from)
6920 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6921 Update.
6922 * tui/tui-regs.c (tui_last_regs_line_no)
6923 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6924 (tui_show_registers, tui_show_register_group)
6925 (tui_display_registers_from, tui_display_reg_element_at_line)
6926 (tui_display_registers_from_line, tui_check_register_values)
6927 (tui_reg_next, tui_reg_prev): Update.
6928 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6929 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6930 tui_data_window.
6931 (struct tui_win_info) <detail>: Remove. Add new fields from
6932 tui_data_info.
6933 (TUI_DATA_WIN): Add cast.
6934 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6935 (~tui_data_window): Simplify.
6936
6937 2019-06-25 Tom Tromey <tom@tromey.com>
6938
6939 * tui/tui-layout.c (show_source_disasm_command)
6940 (show_source_or_disasm_and_command): Update.
6941 * tui/tui-io.c (update_cmdwin_start_line)
6942 (tui_redisplay_readline): Update.
6943 * tui/tui-data.h (struct tui_command_info): Remove.
6944 (struct tui_win_info) <detail>: Remove command_info member.
6945 (struct tui_data_window) <start_line>: New member, from
6946 tui_command_info.
6947 (TUI_CMD_WIN): Add casts.
6948
6949 2019-06-25 Tom Tromey <tom@tromey.com>
6950
6951 * tui/tui-winsource.c (tui_update_source_window)
6952 (tui_refill_source_window)
6953 (tui_source_window_base::do_scroll_horizontal)
6954 (tui_update_breakpoint_info, tui_set_exec_info_content)
6955 (tui_show_exec_info_content, tui_erase_exec_info_content)
6956 (tui_clear_exec_info_content): Update.
6957 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6958 Update.
6959 * tui/tui-win.c (make_invisible_and_set_new_height)
6960 (make_visible_with_new_height): Update.
6961 * tui/tui-source.c (tui_set_source_content)
6962 (tui_show_symtab_source): Update.
6963 * tui/tui-layout.c (extract_display_start_addr)
6964 (show_source_disasm_command, show_data)
6965 (make_source_or_disasm_window)
6966 (show_source_or_disasm_and_command): Update.
6967 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6968 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6969 "gdbarch".
6970 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6971 to tui_source_window_base.
6972 (struct tui_win_info) <detail>: Remove source_info member.
6973 (struct tui_source_window_base) <has_locator>: Inline.
6974 Move contents from tui_source_info; rename has_locator member to
6975 m_has_locator.
6976 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6977 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6978 header file.
6979 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6980 Simplify.
6981 (tui_free_all_source_wins_content): Cast to
6982 tui_source_window_base.
6983
6984 2019-06-25 Tom Tromey <tom@tromey.com>
6985
6986 * tui/tui-win.c (make_invisible_and_set_new_height)
6987 (make_visible_with_new_height): Call has_locator method.
6988 * tui/tui-layout.c (show_source_disasm_command, show_data)
6989 (show_source_or_disasm_and_command): Update for bool change.
6990 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
6991 (tui_win_info) <has_locator>: New method.
6992 (struct tui_source_window_base) <has_locator>: New method.
6993 (tui_win_has_locator): Don't declare.
6994 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
6995 from tui_win_has_locator.
6996 (tui_source_window_base): Use false, not FALSE.
6997
6998 2019-06-25 Tom Tromey <tom@tromey.com>
6999
7000 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7001 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7002 clear_detail method directly.
7003 (tui_clear_win_detail): Remove.
7004
7005 2019-06-25 Tom Tromey <tom@tromey.com>
7006
7007 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7008 "this", not TUI_DISASM_WIN.
7009
7010 2019-06-25 Tom Tromey <tom@tromey.com>
7011
7012 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7013 declare.
7014 * tui/tui-winsource.c
7015 (tui_source_window_base::do_scroll_horizontal): Rename from
7016 tui_horizontal_source_scroll.
7017 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7018 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7019 from tui_vertical_data_scroll.
7020 * tui/tui-win.h (tui_scroll): Don't declare.
7021 * tui/tui-win.c (tui_win_info::forward_scroll)
7022 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7023 (tui_win_info::right_scroll): Rename and update.
7024 (tui_scroll_forward_command, tui_scroll_backward_command)
7025 (tui_scroll_left_command, tui_scroll_right_command): Update.
7026 (tui_scroll): Remove.
7027 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7028 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7029 from tui_vertical_source_scroll.
7030 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7031 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7032 from tui_vertical_disassem_scroll.
7033 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7034 do_scroll_horizontal>: New methods.
7035 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7036 Likewise.
7037 (struct tui_source_window_base): Add do_scroll_horizontal.
7038 (struct tui_source_window, struct tui_disasm_window): Add
7039 do_scroll_vertical.
7040 (struct tui_data_window, struct tui_cmd_window): Add
7041 do_scroll_horizontal and do_scroll_vertical.
7042 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7043
7044 2019-06-25 Tom Tromey <tom@tromey.com>
7045
7046 * tui/tui-data.h (struct tui_source_window_base): New struct.
7047 (struct tui_source_window): Derive from tui_source_window_base.
7048 (struct tui_disasm_window): New struct.
7049 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7050 from tui_source_window::clear_detail.
7051 (tui_source_window_base): Rename from tui_source_window.
7052 (~tui_source_window_base): Rename from ~tui_source_window.
7053 (tui_alloc_win_info): Create a tui_disasm_window.
7054
7055 2019-06-25 Tom Tromey <tom@tromey.com>
7056
7057 * tui/tui-data.h (struct tui_source_window)
7058 (struct tui_data_window): Declare destructors.
7059 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7060 destructors.
7061 (tui_win_info): Simplify.
7062
7063 2019-06-25 Tom Tromey <tom@tromey.com>
7064
7065 * tui/tui-winsource.c (tui_display_main)
7066 (tui_update_source_windows_with_addr)
7067 (tui_update_all_breakpoint_info): Update.
7068 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7069 (new_height_ok, parse_scrolling_args): Update.
7070 * tui/tui-stack.c (tui_show_frame_info): Update.
7071 * tui/tui-data.h (struct tui_list): Remove.
7072 (tui_source_windows): Return a reference to a std::vector.
7073 * tui/tui-data.c (source_windows): Now a std::vector.
7074 (tui_source_windows): Change return type.
7075 (tui_clear_source_windows): Rewrite.
7076 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7077 (tui_free_all_source_wins_content): Rewrite.
7078
7079 2019-06-25 Tom Tromey <tom@tromey.com>
7080
7081 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7082 (struct tui_data_window, struct tui_cmd_window): Declare
7083 clear_detail method.
7084 * tui/tui-data.c (tui_source_window::clear_detail)
7085 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7086 methods.
7087 (tui_clear_win_detail): Simplify.
7088
7089 2019-06-25 Tom Tromey <tom@tromey.com>
7090
7091 * tui/tui-layout.c (make_source_window, make_disasm_window)
7092 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7093 Return the new window.
7094 (show_source_disasm_command, show_data)
7095 (show_source_or_disasm_and_command): Update.
7096
7097 2019-06-25 Tom Tromey <tom@tromey.com>
7098
7099 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7100 parameter. Return the new window.
7101 (show_source_disasm_command): Update and remove NULL check.
7102 (show_source_or_disasm_and_command): Update.
7103
7104 2019-06-25 Tom Tromey <tom@tromey.com>
7105
7106 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7107
7108 2019-06-25 Tom Tromey <tom@tromey.com>
7109
7110 * tui/tui-data.h (struct tui_win_info): Make constructor
7111 protected. Make destructor virtual. Add initializers.
7112 (tui_source_window, tui_data_window, tui_cmd_window): New
7113 classes.
7114 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7115 constructor. Add "type" parameter.
7116 (tui_source_window, tui_data_window, tui_cmd_window): New
7117 constructors.
7118 (tui_alloc_win_info): Instantiate the appropriate subclass.
7119
7120 2019-06-25 Tom Tromey <tom@tromey.com>
7121
7122 * tui/tui-win.c (tui_resize_all): Use delete.
7123 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7124 destructor.
7125 (tui_free_window): Don't declare.
7126 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7127 Update.
7128
7129 2019-06-25 Tom Tromey <tom@tromey.com>
7130
7131 * tui/tui-data.h (struct tui_win_info): Add constructor.
7132 * tui/tui-data.c (tui_alloc_win_info): Use new.
7133 (tui_free_window): Use delete.
7134
7135 2019-06-22 Tom Tromey <tom@tromey.com>
7136
7137 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7138 declare.
7139 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7140
7141 2019-06-22 Tom Tromey <tom@tromey.com>
7142
7143 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7144 declare.
7145 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7146
7147 2019-06-22 Tom de Vries <tdevries@suse.de>
7148
7149 * dwarf2read.c (create_addrmap_from_aranges)
7150 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7151 instead of '%zu'.
7152
7153 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7154
7155 * dwarf2read.h (dwarf2_section_info_def): Remove.
7156 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7157 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7158 std::vector<dwarf2_section_info>.
7159 (struct dwo_file) <~dwo_file>: Remove.
7160 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7161 types field.
7162 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7163 (dwarf2_read_debug_names): Likewise.
7164 (create_debug_types_hash_table): Change parameter type to
7165 array_view, adjust code accordingly.
7166 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7167 (partial_die_info::fixup): Likewise.
7168 (determine_prefix): Likewise.
7169 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7170
7171 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7172
7173 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7174 gdb_bfd_ref_ptr.
7175 <~dwo_file>: Remove call to gdb_bfd_unref.
7176 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7177 gdb_bfd_ref_ptr::get.
7178
7179 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7180
7181 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7182 type to htab_up.
7183 * dwarf2read.c (struct dwo_file): Initialize fields.
7184 <~dwo_file>: New.
7185 (free_dwo_file): Remove, move content to ~dwo_file.
7186 (struct dwo_file_deleter): Remove.
7187 (dwo_file_up>: Remove custom deleter.
7188 (free_dwo_files): Remove.
7189 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7190 dwo_files.
7191 (process_skeletonless_type_units): Call unique_ptr::get.
7192 (allocate_dwo_file_hash_table): Add deleter to created hash
7193 table. Change return type to htab_up.
7194 (lookup_dwo_file_slot): Don't memset dwo_file, call
7195 unique_ptr::get.
7196 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7197 (create_dwo_unit_in_dwp_v2): Likewise.
7198 (open_and_init_dwo_file): Likewise.
7199 (free_dwo_file_from_slot): Remove.
7200
7201 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7202
7203 * dwarf2read.h (struct dwarf2_section_info) <readin,
7204 is_virtual>: Change type to bool.
7205 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7206 true instead of 1.
7207
7208 2019-06-19 Tom Tromey <tom@tromey.com>
7209
7210 * tui/tui-data.h (tui_init_content_element): Don't declare.
7211
7212 2019-06-19 Tom Tromey <tom@tromey.com>
7213
7214 * tui/tui-data.h (tui_init_win_info): Don't declare.
7215
7216 2019-06-19 Tom de Vries <tdevries@suse.de>
7217
7218 * dwarf2read.h (abstract_to_concrete): Change type to
7219 std::unordered_map<sect_offset, std::vector<sect_offset>,
7220 gdb::hash_enum<sect_offset>>.
7221
7222 2019-06-19 Tom Tromey <tromey@adacore.com>
7223
7224 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7225 EVAL_AVOID_SIDE_EFFECTS specially.
7226
7227 2019-06-19 Tom Tromey <tromey@adacore.com>
7228
7229 * source-cache.c (highlighter): New global.
7230 (source_cache::get_source_lines): Create a highlighter on demand.
7231
7232 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7233
7234 * defs.h (deprecated_interactive_hook): Delete declaration.
7235 * interps.c (clear_interpreter_hooks): Remove use of
7236 deprecated_interactive_hook.
7237 * top.c (deprecated_interactive_hook): Delete definition.
7238 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7239
7240 2019-06-18 Tom de Vries <tdevries@suse.de>
7241
7242 PR gdb/24515
7243 * dwarf2read.h (abstract_to_concrete): Change type from
7244 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7245 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7246 * dwarf2read.c (read_variable): Update.
7247 (dwarf2_fetch_die_loc_sect_off): Update.
7248
7249 2019-06-17 Tom de Vries <tdevries@suse.de>
7250
7251 PR gdb/24617
7252 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7253 accessing parent[parent_len - 1].
7254
7255 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7256
7257 PR gdb/24364
7258 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7259 call dtrace_process_dof with NULL dof.
7260
7261 2019-06-16 Tom de Vries <tdevries@suse.de>
7262
7263 PR gdb/24445
7264 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7265
7266 2019-06-16 Tom Tromey <tom@tromey.com>
7267
7268 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7269 (make_all_visible): Use address of member.
7270
7271 2019-06-16 Tom Tromey <tom@tromey.com>
7272
7273 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7274 (tui_free_window, free_content, free_content_elements): Remove
7275 unnecessary cast.
7276 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7277 cast.
7278 * tui/tui-regs.c (tui_show_register_group)
7279 (tui_display_registers_from, tui_display_reg_element_at_line):
7280 Remove unnecessary cast.
7281
7282 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7283
7284 * linux-nat.c (normal_mask): Delete.
7285 (_initialize_linux_nat): Don't initialise normal_mask.
7286
7287 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7288
7289 PR gdb/24445
7290 * dwarf-index-write.h (write_psymtabs_to_index): Add
7291 dwz_basename parameter.
7292 * dwarf-index-write.c (write_gdbindex): Move file writing to
7293 write_gdbindex_1. Change return type void.
7294 (assert_file_size): Move up, remove filename parameter.
7295 (write_gdbindex_1): New function.
7296 (write_debug_names): Change return type to void, call
7297 assert_file_size.
7298 (struct index_wip_file): New struct.
7299 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7300 file logic to index_wip_file. Write index for dwz file if
7301 needed.
7302 (save_gdb_index_command): Pass basename of dwz file, if present.
7303 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7304 build-id of dwz file, if present.
7305 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7306 (dwarf2_get_dwz_file): Likewise.
7307 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7308 (dwarf2_get_dwz_file): Likewise.
7309
7310 2019-06-16 Tom Tromey <tom@tromey.com>
7311
7312 * coffread.c (process_coff_symbol): Use xstrdup.
7313 * value.c (create_internalvar): Use xstrdup.
7314
7315 2019-06-16 Tom Tromey <tom@tromey.com>
7316
7317 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7318 * breakpoint.c (stopin_command, stopat_command)
7319 (until_break_command, decode_location_default): Remove unnecessary
7320 cast.
7321 * utils.c (subset_compare): Remove unnecessary cast.
7322 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7323 cast.
7324 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7325 cast.
7326 * infcmd.c (path_command): Remove unnecessary cast.
7327 * coffread.c (decode_type): Remove unnecessary cast.
7328 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7329 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7330 * tui/tui-stack.c (tui_show_locator_content)
7331 (tui_show_frame_info): Remove unnecessary cast.
7332 * tui/tui-win.c (tui_scroll_forward_command)
7333 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7334 (parse_scrolling_args): Remove unnecessary cast.
7335 * tui/tui-data.c (init_win_info, tui_del_window)
7336 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7337 (free_content_elements): Remove unnecessary cast.
7338 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7339 unnecessary cast.
7340 * tui/tui-source.c (tui_set_source_content)
7341 (tui_vertical_source_scroll): Remove unnecessary cast.
7342 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7343 cast.
7344 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7345 * tui/tui-regs.c (tui_display_registers_from)
7346 (tui_display_register): Remove unnecessary cast.
7347 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7348 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7349 (make_visible): Remove unnecessary cast.
7350 * tui/tui-winsource.c (tui_erase_source_content)
7351 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7352 unnecessary cast.
7353 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7354 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7355 * stabsread.c (read_type, read_array_type, read_range_type):
7356 Remove unnecessary cast.
7357 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7358 (parse_symbol, parse_type, upgrade_type, parse_external)
7359 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7360 unnecessary cast.
7361 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7362
7363 2019-06-16 Tom Tromey <tom@tromey.com>
7364
7365 * tui/tui-data.c (tui_alloc_generic_win_info)
7366 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7367 checks.
7368
7369 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7370 Andrew Burgess <andrew.burgess@embecosm.com>
7371
7372 * f-typeprint.c (f_print_type): Don't return early for not
7373 associated or not allocated types.
7374 (f_type_print_varspec_suffix): Add print_rank parameter and print
7375 ranks of array types in case they dangling.
7376 (f_type_print_base): Add print_rank parameter.
7377
7378 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7379
7380 * NEWS: Mention new MI commands.
7381 * break-catch-throw.c (enum exception_event_kind): Move to
7382 breakpoint.h.
7383 (print_mention_exception_catchpoint): Output text as a single
7384 message.
7385 (catch_exception_command_1): Rename to...
7386 (catch_exception_event): ...this, make non-static, update header
7387 command, and change some parameter types.
7388 (catch_catch_command): Update for changes to
7389 catch_exception_command_1.
7390 (catch_throw_command): Likewise.
7391 (catch_rethrow_command): Likewise.
7392 * breakpoint.c (enum exception_event_kind): Delete.
7393 * breakpoint.h (enum exception_event_kind): Moved here from
7394 break-catch-throw.c.
7395 (catch_exception_event): Declare.
7396 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7397 (mi_cmd_catch_throw): New function.
7398 (mi_cmd_catch_rethrow): New function.
7399 (mi_cmd_catch_catch): New function.
7400 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7401 'catch-catch' entries.
7402 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7403 (mi_cmd_catch_rethrow): Declare.
7404 (mi_cmd_catch_catch): Declare.
7405
7406 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7407
7408 * annotate.c (annotate_source_line): Change return type to void,
7409 update implementation to match.
7410 * annotate.h (annotate_source_line): Change return type to void,
7411 update header comment.
7412 * stack.c (print_frame_info): Don't change what frame information
7413 is printed based on whether annotations are on or not.
7414
7415 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7418 (annotate_source): Make static.
7419 (annotate_source_line): Moved from source.c and renamed from
7420 identify_source_line. Update the return type.
7421 * annotate.h (annotate_source): Delete declaration.
7422 (annotate_source_line): Declaration moved from source.h, and
7423 renamed from identify_source_line. Return type updated.
7424 * source.c (identify_source_line): Moved to annotate.c and renamed
7425 to annotate_source_line.
7426 (info_line_command): Remove check of annotation_level.
7427 * source.h (identify_source_line): Move declaration to annotate.h
7428 and rename to annotate_source_line.
7429 * stack.c: Add 'annotate.h' include.
7430 (print_frame_info): Remove check of annotation_level before
7431 calling annotate_source_line.
7432
7433 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7434
7435 * source-cache.c (source_cache::get_plain_source_lines): Use
7436 open_source_file_with_line_charpos instead of just
7437 open_source_file, remove call to find_source_lines.
7438 (source_cache::get_source_lines): Likewise.
7439 * source.c (find_source_lines): Make static.
7440 (get_filename_and_charpos): Renamed into...
7441 (open_source_file_with_line_charpos): ..this along with changes to
7442 return a scoped_fd, and some other minor clean ups.
7443 (identify_source_line): Use open_source_file_with_line_charpos.
7444 (search_command_helper): Use open_source_file_with_line_charpos
7445 instead of just open_source_file, remove call to
7446 find_source_lines.
7447 * source.h (open_source_file_with_line_charpos): Declare new
7448 function.
7449 (find_source_lines): Delete declaration.
7450
7451 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7452
7453 * source.c (get_filename_and_charpos): Remove fullname
7454 parameter.
7455 (identify_source_line): Update call to get_filename_and_charpos.
7456
7457 2019-06-14 Tom Tromey <tromey@adacore.com>
7458
7459 PR gdb/24502:
7460 * ui-style.h (skip_ansi_escape): Update comment.
7461 * ui-file.h (class no_terminal_escape_file): New class.
7462 * ui-file.c (no_terminal_escape_file::write)
7463 (no_terminal_escape_file::puts): New methods.
7464 * cli/cli-logging.c (handle_redirections): Use
7465 no_terminal_escape_file.
7466
7467 2019-06-14 Tom Tromey <tromey@adacore.com>
7468
7469 * NEWS: Move convenience variable news above Python news.
7470
7471 2019-06-14 Tom Tromey <tom@tromey.com>
7472
7473 * gnulib: Move directory to top-level.
7474 * configure.ac: Don't configure gnulib.
7475 * configure: Rebuild.
7476 * common/common-defs.h: Use new path to gnulib.
7477 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7478 (GNULIB_H): Remove.
7479 (INCGNU): Look in new gnulib location.
7480 (HFILES_NO_SRCDIR): Remove gnulib files.
7481 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7482 (generated_files): Remove GNULIB_H.
7483 ($(LIBGNU), all-lib): Remove targets.
7484 (distclean): Don't mention GNULIB_BUILDDIR.
7485 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7486
7487 2019-06-14 Tom Tromey <tromey@adacore.com>
7488
7489 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7490 Warn if symbol file does not provide any symbols.
7491
7492 2019-06-14 Tom Tromey <tromey@adacore.com>
7493
7494 * source.c (find_and_open_source): Respect basenames_may_differ.
7495
7496 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7497
7498 * annotate.c (annotate_breakpoints_invalid): Make use of
7499 scoped_restore_terminal_state.
7500 (annotate_frames_invalid): Likewise.
7501
7502 2019-06-14 Tom Tromey <tromey@adacore.com>
7503
7504 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7505 allow assignment to an internalvar.
7506
7507 2019-06-14 Tom Tromey <tromey@adacore.com>
7508
7509 * ada-lex.l: Allow "_" in attribute names.
7510
7511 2019-06-14 Tom Tromey <tromey@adacore.com>
7512
7513 PR gdb/24653:
7514 * regcache.c (registers_changed): Don't call alloca.
7515 * top.c (execute_command): Don't call alloca.
7516
7517 2019-06-13 Pedro Alves <palves@redhat.com>
7518
7519 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7520 'expression'. When parsing an expression, error out if there's
7521 junk after "unlimited".
7522 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7523 (do_set_command): Adjust calls to is_unlimited_literal.
7524
7525 2019-06-13 Pedro Alves <palves@redhat.com>
7526
7527 * compile/compile.c (make_compile_options_def_group): Add braces
7528 around array_view initializer.
7529 * thread.c (make_thread_apply_all_options_def_group)
7530 (make_thread_apply_all_options_def_group): Likewise.
7531
7532 2019-06-13 Pedro Alves <palves@redhat.com>
7533
7534 * NEWS (New commands): Mention "maint test-options
7535 require-delimiter", "maint test-options unknown-is-error", "maint
7536 test-options unknown-is-operand" and "maint show
7537 test-options-completion-result".
7538 (New command options, command completion): New section.
7539 (Completion improvements): New section.
7540 Mention that you can abbreviate "unlimited".
7541
7542 2019-06-13 Pedro Alves <palves@redhat.com>
7543
7544 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7545 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7546 * unittests/cli-utils-selftests.c (test_parse_flags)
7547 (test_parse_flags_qcs): Delete.
7548 (test_cli_utils): Don't call deleted functions.
7549
7550 2019-06-13 Pedro Alves <palves@redhat.com>
7551
7552 * thread.c: Include "cli/cli-option.h".
7553 (tp_array_compar_ascending): Global.
7554 (tp_array_compar): Delete function.
7555 (tp_array_compar_ascending, tp_array_compar_descending): New
7556 functions.
7557 (ascending_option_def, qcs_flag_option_def)
7558 (thr_qcs_flags_option_defs)
7559 (make_thread_apply_all_options_def_group)
7560 (make_thread_apply_options_def_group): New.
7561 (thread_apply_all_command): Use gdb::option::process_options.
7562 (thread_apply_command_completer)
7563 (thread_apply_all_command_completer): New.
7564 (thread_apply_command): Use gdb::option::process_options.
7565 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7566 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7567 to generate help text of "thread apply". Adjust "taas"'s help.
7568 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7569 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7570
7571 2019-06-13 Pedro Alves <palves@redhat.com>
7572
7573 * thread.c (thread_apply_command): Check for invalid TID with
7574 isdigit instead of !isalpha.
7575
7576 2019-06-13 Pedro Alves <palves@redhat.com>
7577
7578 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7579 (validate_flags_qcs): New.
7580 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7581 (validate_flags_qcs): Declare.
7582 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7583 (make_frame_apply_options_def_group): New.
7584 (frame_apply_command_count): Process options with
7585 gdb::option::process_options.
7586 (frame_apply_completer): New.
7587 (frame_apply_level_completer, frame_apply_all_completer)
7588 (frame_apply_completer): New.
7589 (_initialize_stack): Update help of "frame apply", "frame apply
7590 level", "frame apply all" and "faas" to mention supported options
7591 and install command completers.
7592 * stack.h (frame_apply_all_completer): Declare.
7593 * thread.c: Include "stack.h".
7594 (tfaas_command): Add "--".
7595 (_initialize_thread): Update help "tfaas" to mention supported
7596 options and install command completer.
7597
7598 2019-06-13 Pedro Alves <palves@redhat.com>
7599
7600 * completer.c (complete_nested_command_line): New.
7601 (gdb_completion_word_break_characters_throw): Add assertion.
7602 * completer.h (complete_nested_command_line): Declare.
7603
7604 2019-06-13 Pedro Alves <palves@redhat.com>
7605
7606 * stack.c (parse_backtrace_qualifiers): New.
7607 (backtrace_command): Use it.
7608 (backtrace_command_completer): Complete on qualifiers.
7609
7610 2019-06-13 Pedro Alves <palves@redhat.com>
7611
7612 * frame.c: Include "cli/cli-option.h.
7613 (user_set_backtrace_options): New.
7614 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7615 Delete.
7616 (get_prev_frame): Adjust.
7617 (boolean_option_def, uinteger_option_def)
7618 (set_backtrace_option_defs): New.
7619 (_initialize_frame): Adjust and use
7620 gdb::option::add_setshow_cmds_for_options to install "set
7621 backtrace past-main" and "set backtrace past-entry".
7622 * frame.h: Include "cli/cli-option.h".
7623 (struct frame_print_options): Forward declare.
7624 (print_frame_arguments_all, print_frame_arguments_scalars)
7625 (print_frame_arguments_none): Declare.
7626 (print_entry_values): Delete declaration.
7627 (struct frame_print_options, user_frame_print_options): New.
7628 (struct set_backtrace_options): New.
7629 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7630 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7631 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7632 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7633 (list_args_or_locals): Add frame_print_options parameter.
7634 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7635 * python/py-framefilter.c (enumerate_args): Pass down
7636 USER_FRAME_PRINT_OPTIONS.
7637 * stack.c: Include "cli/cli-option.h".
7638 (print_frame_arguments_all, print_frame_arguments_scalars)
7639 (print_frame_arguments_none): Declare.
7640 (print_raw_frame_arguments, print_entry_values): Delete.
7641 (user_frame_print_options): New.
7642 (boolean_option_def, enum_option_def, frame_print_option_defs):
7643 New.
7644 (struct backtrace_cmd_options): New.
7645 (bt_flag_option_def): New.
7646 (backtrace_command_option_defs): New.
7647 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7648 (print_frame_arg, read_frame_arg, print_frame_args)
7649 (print_frame_info, print_frame): Add frame_print_options parameter
7650 and use it.
7651 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7652 (backtrace_command_1): Add frame_print_options and
7653 backtrace_cmd_options parameters and use them.
7654 (make_backtrace_options_def_group): New.
7655 (backtrace_command): Process command options with
7656 gdb::option::process_options.
7657 (backtrace_command_completer): New.
7658 (_initialize_stack): Extend "backtrace"'s help to mention
7659 supported options. Install completer for "backtrace".
7660 Install some settings commands with add_setshow_cmds_for_options.
7661
7662 2019-06-13 Pedro Alves <palves@redhat.com>
7663
7664 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7665 and that "set/show print raw frame-arguments" are now deprecated.
7666
7667 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7668 command.
7669 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7670 * stack.c (_initialize_stack): Install "set/show print
7671 raw-frame-arguments", and deprecate "set/show print raw
7672 frame-arguments".
7673 * valprint.c (_initialize_valprint): Deprecate "set/show print
7674 raw".
7675
7676 2019-06-13 Pedro Alves <palves@redhat.com>
7677
7678 * compile/compile.c (struct compile_options): New.
7679 (compile_flag_option_def, compile_command_option_defs)
7680 (make_compile_options_def_group): New.
7681 (compile_file_command): Handle options with
7682 gdb::option::process_options.
7683 (compile_file_command_completer): New function.
7684 (compile_code_command): Handle options with
7685 gdb::option::process_options.
7686 (compile_code_command_completer): New function.
7687 (_initialize_compiler): Install completers for "compile code" and
7688 "compile file". Mention available options in "compile code" and
7689 "compile code"'s help.
7690 * completer.c (advance_to_completion_word): New, factored out from
7691 ...
7692 (advance_to_expression_complete_word_point): ... this.
7693 (advance_to_filename_complete_word_point): New.
7694 * completer.h (advance_to_filename_complete_word_point): New
7695 declaration.
7696
7697 2019-06-13 Pedro Alves <palves@redhat.com>
7698
7699 * compile/compile.c: Include "cli/cli-option.h".
7700 (compile_print_value): Scope data pointer is now a
7701 value_print_options pointer; adjust.
7702 (compile_print_command): Process options. Scope data pointer is
7703 now a value_print_options pointer; adjust.
7704 (_initialize_compile): Update "compile print"'s help to include
7705 supported options. Install a completer for "compile print".
7706 * cp-valprint.c (show_vtblprint, show_objectprint)
7707 (show_static_field_print): Delete.
7708 (_initialize_cp_valprint): Don't install "set print
7709 static-members", "set print vtbl", "set print object" here.
7710 * printcmd.c: Include "cli/cli-option.h" and
7711 "common/gdb_optional.h".
7712 (print_command_parse_format): Rework to fill in a
7713 value_print_options instead of a format_data.
7714 (print_value): Change parameter type from format_data pointer to
7715 value_print_options reference. Adjust.
7716 (print_command_1): Process options. Adjust to pass down a
7717 value_print_options.
7718 (print_command_completer): New.
7719 (_initialize_printcmd): Install print_command_completer as
7720 handle_brkchars completer for the "print" command. Update
7721 "print"'s help to include supported options.
7722 * valprint.c: Include "cli/cli-option.h".
7723 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7724 here from cp-valprint.c.
7725 (boolean_option_def, uinteger_option_def)
7726 (value_print_option_defs, make_value_print_options_def_group):
7727 New. Use gdb::option::add_setshow_cmds_for_options to install
7728 "set print elements", "set print null-stop", "set print repeats",
7729 "set print pretty", "set print union", "set print array", "set
7730 print address", "set print symbol", "set print array-indexes".
7731 * valprint.h: Include <string> and "cli/cli-option.h".
7732 (make_value_print_options_def_group): Declare.
7733 (print_value): Change parameter type from format_data pointer to
7734 value_print_options reference.
7735 (print_command_completer): Declare.
7736
7737 2019-06-13 Pedro Alves <palves@redhat.com>
7738
7739 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7740 (COMMON_SFILES): Add maint-test-settings.c.
7741 * cli/cli-decode.c (boolean_enums): New global, factored out from
7742 ...
7743 (add_setshow_boolean_cmd): ... here.
7744 * cli/cli-decode.h (boolean_enums): Declare.
7745 * cli/cli-option.c: New file.
7746 * cli/cli-option.h: New file.
7747 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7748 factored out from ...
7749 (parse_cli_boolean_value(const char *)): ... this.
7750 (is_unlimited_literal): Change parameter type to pointer to
7751 pointer. Adjust and advance ARG pointer.
7752 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7753 (parse_cli_var_enum): New, factored out from ...
7754 (do_set_command): ... this. Adjust.
7755 * cli/cli-setshow.h (parse_cli_boolean_value)
7756 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7757 (parse_cli_var_enum): Declare.
7758 * cli/cli-utils.c: Include "cli/cli-option.h".
7759 (get_ulongest): New.
7760 * cli/cli-utils.h (get_ulongest): Declare.
7761 (check_for_argument): New overloads.
7762 * maint-test-options.c: New file.
7763
7764 2019-06-13 Pedro Alves <palves@redhat.com>
7765
7766 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7767 parse a range if "-" is at the end of the string.
7768
7769 2019-06-13 Pedro Alves <palves@redhat.com>
7770
7771 * cli/cli-setshow.c (parse_auto_binary_operation)
7772 (parse_cli_boolean_value): Don't allow "o".
7773
7774 2019-06-13 Pedro Alves <palves@redhat.com>
7775
7776 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7777 * NEWS: Mention maint test-settings KIND.
7778 * maint-test-settings.c: New file.
7779
7780 2019-06-13 Pedro Alves <palves@redhat.com>
7781
7782 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7783 completer.
7784 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7785 "set" completers.
7786
7787 2019-06-13 Pedro Alves <palves@redhat.com>
7788
7789 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7790 after item.
7791
7792 2019-06-13 Pedro Alves <palves@redhat.com>
7793
7794 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7795
7796 2019-06-13 Pedro Alves <palves@redhat.com>
7797
7798 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7799 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7800 call.
7801 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7802 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7803 calls.
7804 (check_for_argument): Skip spaces after argument.
7805
7806 2019-06-13 Pedro Alves <palves@redhat.com>
7807
7808 * thread.c (thread_apply_command): Adjust TID parsing.
7809 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7810 detected before end of string.
7811 (tid_is_in_list): Error out if LIST is invalid.
7812
7813 2019-06-13 Pedro Alves <palves@redhat.com>
7814
7815 * completer.c (complete_line_internal_1): Rewind completion word
7816 point.
7817 (completion_tracker::advance_custom_word_point_by): Change
7818 parameter type to int.
7819 * completer.h (completion_tracker::advance_custom_word_point_by):
7820 Likewise.
7821
7822 2019-06-13 Pedro Alves <palves@redhat.com>
7823
7824 * completer.c (advance_to_completion_word): Handle delimiters.
7825
7826 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7827
7828 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7829
7830 2019-06-11 Tom Tromey <tom@tromey.com>
7831
7832 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7833 (xmalloc_failed): Move to alloc.c.
7834 * alloc.c: New file.
7835 * Makefile.in (COMMON_SFILES): Add alloc.c.
7836
7837 2019-06-11 Tom Tromey <tom@tromey.com>
7838
7839 * nat/linux-waitpid.c: Don't include server.h.
7840 (linux_debug): Remove.
7841 (my_waitpid): Update.
7842
7843 2019-06-11 Tom Tromey <tromey@adacore.com>
7844
7845 * infcall.c (_initialize_infcall): Remove trailing newline from
7846 help.
7847 * user-regs.c (_initialize_user_regs): Remove trailing newline
7848 from help.
7849 * typeprint.c (_initialize_typeprint): Remove trailing newline
7850 from help.
7851 * reverse.c (_initialize_reverse): Remove trailing newlines from
7852 help.
7853 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7854 from help.
7855 * language.c (add_set_language_command): Remove trailing newline
7856 from help.
7857 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7858 help.
7859 * disasm.c (_initialize_disasm): Remove trailing newline from
7860 help.
7861 * top.c (init_main): Remove trailing newline from help.
7862 * interps.c (_initialize_interpreter): Remove trailing newline
7863 from help.
7864 * btrace.c (_initialize_btrace): Remove trailing newlines from
7865 help.
7866 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7867 from help.
7868 * python/python.c (_initialize_python): Remove trailing newline
7869 from help.
7870 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7871 help.
7872 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7873 from help. Reformat some text.
7874 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7875 from help.
7876 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7877 newline from help.
7878
7879 2019-06-11 Tom Tromey <tromey@adacore.com>
7880
7881 * darwin-nat.c (darwin_decode_exception_message)
7882 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7883
7884 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7885
7886 * valops.c (value_slice): Check for not allocated or not
7887 associated values.
7888
7889 2019-06-10 Tom de Vries <tdevries@suse.de>
7890
7891 PR gdb/24618
7892 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7893 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7894 invalid.
7895
7896 2019-06-10 Tom de Vries <tdevries@suse.de>
7897
7898 PR gdb/24611
7899 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7900 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7901
7902 2019-06-10 Tom de Vries <tdevries@suse.de>
7903
7904 PR symtab/24545
7905 * symtab.c (struct demangled_name_entry): Add language field.
7906 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7907 static minimal symbol". Set and use language field.
7908
7909 2019-06-10 Tom Tromey <tromey@adacore.com>
7910
7911 * ada-lang.c (_initialize_ada_language): Update help text.
7912
7913 2019-06-10 Tom Tromey <tromey@adacore.com>
7914
7915 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7916 with a newline.
7917 * guile/guile.c (handle_boot_error): Don't end warning with a
7918 newline.
7919 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7920 warning with a newline.
7921 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7922 newline.
7923 (s12z_frame_cache): Likewise.
7924 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7925 a newline.
7926 * solib-svr4.c (disable_probes_interface): Don't end warning with
7927 a newline.
7928 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7929 newline.
7930 * python/python.c (do_finish_initialization): Don't end warning
7931 with a newline.
7932
7933 2019-06-10 Tom Tromey <tom@tromey.com>
7934
7935 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7936 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7937 gdbpy_enter.
7938
7939 2019-06-10 Tom Tromey <tromey@adacore.com>
7940
7941 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7942 data.
7943 (elf_new_init): Don't call stabsread_new_init.
7944 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7945 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7946 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7947
7948 2019-06-10 Tom de Vries <tdevries@suse.de>
7949
7950 PR symtab/16264
7951 PR symtab/24517
7952 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7953
7954 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7955
7956 * source.c (find_and_open_source): Also rewrite relative file
7957 names.
7958
7959 2019-04-26 Amos Bird <amosbird@gmail.com>
7960
7961 * annotate.c (annotate_thread_exited): Add "thread-exited"
7962 annotation.
7963
7964 2019-06-06 Tom Tromey <tromey@adacore.com>
7965
7966 * maint.h (class scoped_command_stats): Use
7967 DISABLE_COPY_AND_ASSIGN.
7968 <print_time>: New method.
7969 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7970 print_time.
7971 (scoped_command_stats::print_time): New method.
7972
7973 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7974
7975 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7976 instructions of lengths 6 or 8 bytes.
7977
7978 2019-06-04 Pedro Alves <palves@redhat.com>
7979
7980 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7981
7982 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7983 * breakpoint.c (condition_completer): Likewise.
7984 * cli/cli-dump.c (scan_expression): Likewise.
7985 * common/filestuff.c (mkdir_recursive): Likewise.
7986 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7987 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
7988 (gdb_abspath): Likewise.
7989 * compile/compile-cplus-types.c
7990 (compile_cplus_instance::decl_name): Likewise.
7991 * completer.c (complete_explicit_location):
7992 (signal_completer, reg_or_group_completer_1): Likewise.
7993 * cp-support.c (cp_remove_params_if_any): Likewise.
7994 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
7995 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
7996 * infcmd.c (strip_bg_char): Likewise.
7997 * linespec.c (copy_token_string): Likewise.
7998 * mi/mi-main.c (output_cores): Likewise.
7999 * psymtab.c (psymtab_search_name):
8000 * symfile.c (test_set_ext_lang_command): Likewise.
8001 * target.c (target_fileio_read_stralloc): Likewise.
8002 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8003 * value.c (complete_internalvar): Likewise.
8004
8005 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8006
8007 Add objfile property to gdb.Type.
8008 * NEWS: Mention Python API addition.
8009 * python/py-type.c (typy_get_objfile): New method.
8010
8011 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8012
8013 * NEWS: Mention the new set|show style [title|highlight].
8014 Mention changes to "show style", "help" and "apropos".
8015
8016 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8017
8018 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8019 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8020 instead of print_help_for_command.
8021 (print_doc_of_command): New function.
8022 (help_list): Add 'apropos -v word' suggestion.
8023 (print_help_for_command): Style the command name using title style.
8024 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8025 (_initialize_cli_cmds): Describe -v in apropos_command help.
8026
8027 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8028
8029 * cli/cli-style.h (cli_style_option): Add name in constructor,
8030 add m_name class member, add constructor with intensity,
8031 add name class function.
8032 (cli_style_option::add_setshow_commands): Remove name argument.
8033 (highlight_style, title_style): New styles.
8034 * cli/cli-style.c (do_show): New function that shows a style
8035 characteristic styling the style name with itself.
8036 (set_style_name): New function.
8037 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8038 Update all callers according to the changes in cli/cli-style.h.
8039 * utils.h (fputs_highlighted): New function.
8040 * utils.c (fputs_highlighted): Likewise.
8041
8042 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8043
8044 * NEWS: Mention new pipe command and new convenience variables.
8045
8046 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8047
8048 * cli/cli-cmds.c (pipe_command): New function.
8049 (_initialize_cli_cmds): Call add_com for pipe_command.
8050 Define | as an alias for pipe.
8051 (exit_status_set_internal_vars): New function.
8052 (shell_escape): Call exit_status_set_internal_vars.
8053 cli/cli-decode.c (find_command_name_length): Recognize | as
8054 a single character command.
8055
8056 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8057
8058 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8059 top.c (execute_command_to_ui_file): New function, mostly a copy
8060 of execute_command_to_string.
8061 (execute_command_to_string): Implement by calling
8062 execute_command_to_ui_file.
8063
8064 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8065
8066 * top.h (saved_command_line): Remove declaration.
8067 * top.c (previous_saved_command_line, previous_repeat_arguments):
8068 New variables.
8069 (saved_command_line): Make static, define together with other
8070 'repeat variables'.
8071 (dont_repeat): Clear repeat_arguments.
8072 (repeat_previous, get_saved_command_line, save_command_line):
8073 New functions.
8074 (gdb_init): Initialize saved_command_line
8075 and previous_saved_command_line.
8076 * main.c (captured_main_1): Remove saved_command_line initialization.
8077 * event-top.c (handle_line_of_input): Update to use
8078 the new 'repeat' related functions instead of direct access to
8079 saved_command_line.
8080 * command.h (repeat_previous, get_saved_command_line,
8081 save_command_line): New declarations.
8082 (dont_repeat): Add comment.
8083
8084 2019-05-30 Tom Tromey <tromey@adacore.com>
8085
8086 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8087 Fix comment.
8088 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8089
8090 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8091
8092 PR cli/24587
8093 * completer.c (complete): Initialize variable word.
8094
8095 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8096
8097 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8098 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8099 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8100 'body' is NULL to the outter 'if', protecting the '!is_define'
8101 situation as well.
8102
8103 2019-05-29 Tom Tromey <tromey@adacore.com>
8104
8105 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8106 (dwarf_unknown): New function.
8107 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8108 (dwarf_type_encoding_name): Use dwarf_unknown.
8109
8110 2019-05-29 Tom Tromey <tromey@adacore.com>
8111
8112 PR c++/20020:
8113 * cp-valprint.c (cp_print_value_fields): Call
8114 cp_print_static_field inside "try".
8115
8116 2019-05-29 Tom Tromey <tromey@adacore.com>
8117
8118 * inflow.c (struct terminal_info): Add default operator=.
8119 * configure: Rebuild.
8120 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8121 -Wdeprecated-copy-dtor, -Wredundant-move.
8122
8123 2019-05-29 Tom Tromey <tromey@adacore.com>
8124
8125 * NEWS: Add entry.
8126 * infcmd.c (print_return_value_1): Handle finish_print
8127 option.
8128 (show_print_finish): New function.
8129 (_initialize_infcmd): Add "set/show print finish" commands.
8130 * valprint.c (user_print_options): Initialize new member.
8131 * valprint.h (struct value_print_options) <finish_print>: New
8132 member.
8133
8134 2019-05-28 Tom Tromey <tromey@adacore.com>
8135
8136 * ada-lang.c (ada_remove_Xbn_suffix)
8137 (find_old_style_renaming_symbol)
8138 (parse_old_style_renaming): Remove.
8139 (ada_find_renaming_symbol): Don't call
8140 find_old_style_renaming_symbol.
8141 (ada_is_renaming_symbol): Rename from
8142 ada_find_renaming_symbol. Remove "block" parameter. Return
8143 bool. Now static.
8144 (ada_read_var_value): Update and simplify.
8145 * ada-exp.y (write_var_or_type): Remove old code.
8146
8147 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8148
8149 PR gdb/25010
8150 * event-top.c: Remove include comment.
8151 * inflow.c (class scoped_ignore_sigttou): Move from here...
8152 * inflow.h (class scoped_ignore_sigttou): ...to here.
8153 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8154 * top.c: Remove include comment.
8155
8156 2019-05-27 Tom Tromey <tom@tromey.com>
8157
8158 * NEWS: Fix typo.
8159
8160 2019-05-22 Tom Tromey <tromey@adacore.com>
8161
8162 * target.c (target_follow_exec): Constify parameter.
8163 * target-delegates.c: Rebuild.
8164 * remote.c (remote_target::follow_exec): Constify parameter.
8165 * infrun.c (follow_exec): Constify parameter.
8166 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8167 (target_follow_exec): Likewise.
8168
8169 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8170
8171 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8172 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8173
8174 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8175
8176 * NEWS: Add debugredirect and testsuite sections.
8177
8178 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8179
8180 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8181 target descriptions using exclusively floating point register name
8182 aliases.
8183
8184 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8185
8186 PR gdb/18644:
8187 * f-lang.c (build_fortran_types): Handle the case where
8188 gdbarch_floatformat_for_type returns a nullptr.
8189
8190 2019-05-21 Tom de Vries <tdevries@suse.de>
8191
8192 PR cli/24587
8193 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8194
8195 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8196
8197 PR gdb/18644:
8198 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8199 16-byte floats.
8200 * i386-tdep.c (i386_floatformat_for_type): Use
8201 floatformats_ia64_quad for the 16-byte floating point component
8202 within a fortran 32-byte complex number.
8203
8204 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8205
8206 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8207 delete default constructor.
8208 (find_partial_die): Update to return const struct.
8209 (partial_die_parent_scope): Move variable declaration into scope
8210 of its use and change its type to auto.
8211 (guess_partial_die_structure_name): Likewise.
8212 (partial_die_info::fixup): Likewise.
8213
8214 2019-05-17 Tom Tromey <tromey@adacore.com>
8215
8216 * source.c (find_and_open_source): Remove cast.
8217
8218 2019-05-17 Tom Tromey <tromey@adacore.com>
8219
8220 * annotate.c (annotate_source): Make "filename" const.
8221 * annotate.h (annotate_source): Use const.
8222
8223 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8224
8225 * disasm.c (set_disassembler_options): Send errors to stderr.
8226
8227 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8228
8229 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8230 (cli_interp_base::set_logging): Check debug_redirect.
8231 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8232 * cli/cli-logging.c (debug_redirect): Add static variable.
8233 (pop_output_files): Add default param.
8234 (handle_redirections): Print debug setting.
8235 (show_logging_command): Likewise.
8236 (_initialize_cli_logging): Add debugredirect command.
8237 * interps.c (current_interp_set_logging): Add debug_redirect
8238 parameter.
8239 * interps.h (set_logging): Add debug_redirect parameter.
8240 (current_interp_set_logging): Likewise.
8241 * mi/mi-common.h: Likewise.
8242 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8243
8244 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8245 Tom Tromey <tromey@adacore.com>
8246
8247 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8248 directly.
8249 * cli/cli-interp.h (make_logging_output): Remove declaration.
8250 * cli/cli-logging.c (make_logging_output): Remove function.
8251 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8252 directly.
8253 * ui-file.c (tee_file::tee_file): Remove bools.
8254 (tee_file::~tee_file): Remove deletes.
8255 * ui-file.h (tee_file): Remove bools.
8256
8257 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8258
8259 * mi/mi-cmds.h (mi_cmd_complete): New function.
8260 * mi/mi-main.c (mi_cmd_complete): Likewise.
8261 * mi/mi-cmds.c: Define new MI command -complete.
8262 * NEWS: Mention new -complete command.
8263
8264 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8265
8266 * completer.h (complete): New function.
8267 * completer.c (complete): Likewise.
8268 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8269 function defined in completer.h.
8270
8271 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8272
8273 * MAINTAINERS (Write After Approval): Add myself.
8274
8275 2019-05-17 Tom de Vries <tdevries@suse.de>
8276
8277 PR gdb/24094
8278 * dwarf2read.c (struct cu_partial_die_info): New struct.
8279 (find_partial_die): Return cu_partial_die_info.
8280 (partial_die_parent_scope, guess_partial_die_structure_name)
8281 (partial_die_info::fixup): Handle new return type of find_partial_die.
8282
8283 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8284
8285 PR breakpoints/24541
8286 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8287 "std::string", simplifying the algorithm.
8288
8289 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8290
8291 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8292 (stap_static_probe_ops::get_probes): Likewise.
8293
8294 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8295
8296 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8297 '-')" and "else if".
8298 (stap_parse_single_operand): Join checks for
8299 "gdbarch_stap_parse_special_token_p" and
8300 "gdbarch_stap_parse_special_token" in the same "if" statement.
8301 Invert check when verifying for operation on register
8302 displacement.
8303
8304 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8305
8306 * stap-probe.c (stap_get_opcode): Update comment.
8307 (stap_get_expected_argument_type): Likewise.
8308 (handle_stap_probe): Likewise.
8309
8310 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8311
8312 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8313 return type to 'bool'. Adjust comment. Use 'bool' when
8314 appropriate.
8315 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8316 * stap-probe.c (stap_parse_argument_1): Likewise.
8317 (stap_is_operator): Likewise.
8318 (stap_is_generic_prefix): Likewise.
8319 (stap_is_register_prefix): Likewise.
8320 (stap_is_register_indirection_prefix): Likewise.
8321 (stap_is_integer_prefix): Likewise.
8322 (stap_generic_check_suffix): Likewise.
8323 (stap_check_integer_suffix): Likewise.
8324 (stap_check_register_suffix): Likewise.
8325 (stap_check_register_indirection_suffix): Likewise.
8326 (stap_parse_register_operand): Likewise.
8327 (stap_parse_single_operand): Likewise.
8328 (stap_parse_argument_1): Likewise.
8329 (stap_probe::get_argument_count): Likewise.
8330 (stap_is_operator): Likewise.
8331
8332 2019-05-16 Tom Tromey <tromey@adacore.com>
8333
8334 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8335 keyword to foreach.
8336
8337 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8338
8339 * linux-thread-db.c (try_thread_db_load_1): Change return type
8340 to bool.
8341 (try_thread_db_load): Likewise.
8342 (try_thread_db_load_from_pdir_1): Likewise.
8343 (try_thread_db_load_from_pdir): Likewise.
8344 (try_thread_db_load_from_sdir): Likewise.
8345 (try_thread_db_load_from_dir): Likewise.
8346 (thread_db_load_search): Likewise.
8347 (has_libpthread): Likewise.
8348 (thread_db_load): Likewise.
8349
8350 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8351
8352 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8353 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8354 NULL, and complain/return if that's the case.
8355
8356 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8357
8358 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8359 (advance, posn, abstract_read_memory): New functions.
8360 [struct mem_read_abstraction]: New struct.
8361 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8362
8363 2019-05-14 Tom Tromey <tromey@adacore.com>
8364
8365 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8366 value is not lval_memory.
8367
8368 2019-05-14 Tom Tromey <tromey@adacore.com>
8369
8370 * solib.c (info_sharedlibrary_command): Style the file name.
8371
8372 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8373
8374 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8375 (aarch64_vnv_type): Likewise.
8376 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8377 * common/tdesc.c: Likewise.
8378 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8379 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8380 * features/aarch64-fpu.xml: Add ieee half view.
8381 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8382 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8383 * gdbtypes.h (struct builtin_type): Likewise.
8384 (struct objfile_type): Likewise.
8385
8386 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8387
8388 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8389 typo.
8390 * location.h (string_to_event_location): Likewise.
8391
8392 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8393
8394 GDB 8.3 released.
8395
8396 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8397
8398 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8399 New variable declaration.
8400 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8401 New variable.
8402 (print_one_breakpoint): Use ui_out::test_flags and new global
8403 variable to compute use_fixed_output.
8404 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8405 Remove.
8406 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8407 (mi_multi_location_breakpoint_output_fixed): Remove.
8408 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8409 new variable.
8410 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8411 fix_multi_location_breakpoint_output flag if version >= 3.
8412 * ui-out.h (enum ui_out_flag)
8413 <fix_multi_location_breakpoint_output>: New enumerator.
8414
8415 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8416
8417 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8418
8419 2019-05-10 Tom Tromey <tromey@adacore.com>
8420
8421 * ada-lang.c (catch_ada_completer): New function.
8422 (_initialize_ada_language): Use it.
8423
8424 2019-05-10 Tom Tromey <tromey@adacore.com>
8425
8426 * thread.c (print_thread_info): Make "requested_threads" const.
8427 * gdbthread.h (print_thread_info): Make "requested_threads"
8428 const.
8429 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8430 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8431
8432 2019-05-08 Tom Tromey <tom@tromey.com>
8433
8434 * gdbtypes.c (objfile_type_data): Change type.
8435 (objfile_type, _initialize_gdbtypes): Update.
8436
8437 2019-05-08 Tom Tromey <tom@tromey.com>
8438
8439 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8440 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8441 (_initialize_dwarf2_frame): Update.
8442
8443 2019-05-08 Tom Tromey <tom@tromey.com>
8444
8445 * objc-lang.c (objc_objfile_data): Change type.
8446 (find_methods): Update.
8447 (_initialize_objc_lang): Remove.
8448
8449 2019-05-08 Tom Tromey <tom@tromey.com>
8450
8451 * stabsread.c (rs6000_builtin_type_data): Change type.
8452 (rs6000_builtin_type, _initialize_stabsread): Update.
8453
8454 2019-05-08 Tom Tromey <tom@tromey.com>
8455
8456 * mips-tdep.c (mips_pdr_data): Remove.
8457 (_initialize_mips_tdep): Update.
8458
8459 2019-05-08 Tom Tromey <tom@tromey.com>
8460
8461 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8462 (hppa_init_objfile_priv_data, read_unwind_info)
8463 (find_unwind_entry, _initialize_hppa_tdep): Update.
8464
8465 2019-05-08 Tom Tromey <tom@tromey.com>
8466
8467 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8468 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8469 on obstack.
8470 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8471
8472 2019-05-08 Tom Tromey <tom@tromey.com>
8473
8474 * mdebugread.c (basic_type_data): Change type.
8475 (basic_type, _initialize_mdebugread): Update.
8476
8477 2019-05-08 Tom Tromey <tom@tromey.com>
8478
8479 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8480
8481 2019-05-08 Tom Tromey <tom@tromey.com>
8482
8483 * nto-tdep.c (nto_inferior_data_reg): Change type.
8484 (nto_inferior_data): Update.
8485 (nto_inferior_data_cleanup, nto_new_inferior_data)
8486 (_initialize_nto_tdep): Remove.
8487 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8488
8489 2019-05-08 Tom Tromey <tom@tromey.com>
8490
8491 * ada-lang.c (struct ada_inferior_data): Add initializers.
8492 (ada_inferior_data): Change type.
8493 (ada_inferior_data_cleanup): Remove.
8494 (get_ada_inferior_data, ada_inferior_exit)
8495 (struct ada_pspace_data): Add initializers, destructor.
8496 (ada_pspace_data_handle): Change type.
8497 (get_ada_pspace_data): Update.
8498 (ada_pspace_data_cleanup): Remove.
8499
8500 2019-05-08 Tom Tromey <tom@tromey.com>
8501
8502 * coffread.c (struct coff_symfile_info): Add initializers.
8503 (coff_objfile_data_key): Move lower. Change type.
8504 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8505 Update.
8506 (coff_free_info): Remove.
8507
8508 2019-05-08 Tom Tromey <tom@tromey.com>
8509
8510 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8511 (fbsd_pspace_data_handle): Move lower. Change type.
8512 (get_fbsd_pspace_data): Update.
8513 (fbsd_pspace_data_cleanup): Remove.
8514 (_initialize_fbsd_tdep): Update.
8515
8516 2019-05-08 Tom Tromey <tom@tromey.com>
8517
8518 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8519 (get_ada_tasks_pspace_data): Update.
8520 (ada_tasks_pspace_data_cleanup): Remove.
8521 (_initialize_tasks): Update.
8522 (ada_tasks_inferior_data_handle): Change type.
8523 (get_ada_tasks_inferior_data): Update.
8524 (ada_tasks_inferior_data_cleanup): Remove.
8525 (struct ada_tasks_pspace_data): Add initializers.
8526
8527 2019-05-08 Tom Tromey <tom@tromey.com>
8528
8529 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8530 * symfile-debug.c (debug_sym_get_probes): Change type.
8531 * stap-probe.c (handle_stap_probe):
8532 (stap_static_probe_ops::get_probes): Change type.
8533 * probe.h (class static_probe_ops) <get_probes>: Change type.
8534 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8535 (parse_probes_in_pspace): Update.
8536 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8537 Update.
8538 (any_static_probe_ops::get_probes): Change type.
8539 * elfread.c (elfread_data): New typedef.
8540 (probe_key): Change type.
8541 (elf_get_probes): Likewise. Update.
8542 (probe_key_free): Remove.
8543 (_initialize_elfread): Update.
8544 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8545 Change type.
8546 (dtrace_process_dof_probe, dtrace_process_dof)
8547 (dtrace_static_probe_ops::get_probe): Change type.
8548
8549 2019-05-08 Tom Tromey <tom@tromey.com>
8550
8551 * xcoffread.c (struct xcoff_symfile_info): Rename from
8552 coff_symfile_info. Add initializers.
8553 (xcoff_objfile_data_key): Move lower. Change type.
8554 (XCOFF_DATA): Rewrite.
8555 (xcoff_free_info): Remove.
8556 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8557 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8558 (xcoff_initial_scan): Update.
8559
8560 2019-05-08 Tom Tromey <tom@tromey.com>
8561
8562 * solib-svr4.c (struct svr4_info): Add initializers and
8563 destructor.
8564 <probes_table>: Now an htab_up.
8565 (solib_svr4_pspace_data): Change type.
8566 (free_probes_table): Simplify.
8567 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8568 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8569 (probes_table_remove_objfile_probes, register_solib_event_probe)
8570 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8571 (_initialize_svr4_solib): Update.
8572
8573 2019-05-08 Tom Tromey <tom@tromey.com>
8574
8575 * remote.c (remote_pspace_data): Change type.
8576 (remote_pspace_data_cleanup): Remove.
8577 (get_remote_exec_file, set_pspace_remote_exec_file)
8578 (_initialize_remote): Update.
8579
8580 2019-05-08 Tom Tromey <tom@tromey.com>
8581
8582 * breakpoint.c (breakpoint_objfile_key): Change type.
8583 (get_breakpoint_objfile_data): Update.
8584 (free_breakpoint_objfile_data): Remove.
8585 (_initialize_breakpoint): Update.
8586
8587 2019-05-08 Tom Tromey <tom@tromey.com>
8588
8589 * linux-tdep.c (struct linux_info): Add initializers.
8590 (linux_inferior_data): Move. Change type.
8591 (invalidate_linux_cache_inf): Update.
8592 (linux_inferior_data_cleanup): Remove.
8593 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8594
8595 2019-05-08 Tom Tromey <tom@tromey.com>
8596
8597 * auxv.c (auxv_inferior_data): Move. Change type.
8598 (auxv_inferior_data_cleanup): Remove.
8599 (invalidate_auxv_cache_inf): Rewrite.
8600 (get_auxv_inferior_data, _initialize_auxv): Update.
8601
8602 2019-05-08 Tom Tromey <tom@tromey.com>
8603
8604 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8605 (symfile_debug_objfile_data_key): Change type.
8606 (symfile_debug_installed, debug_qf_has_symbols)
8607 (debug_qf_find_last_source_symtab)
8608 (debug_qf_forget_cached_source_info)
8609 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8610 (debug_qf_print_stats, debug_qf_dump)
8611 (debug_qf_expand_symtabs_for_function)
8612 (debug_qf_expand_all_symtabs)
8613 (debug_qf_expand_symtabs_with_fullname)
8614 (debug_qf_map_matching_symbols)
8615 (debug_qf_expand_symtabs_matching)
8616 (debug_qf_find_pc_sect_compunit_symtab)
8617 (debug_qf_map_symbol_filenames)
8618 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8619 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8620 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8621 (debug_sym_read_linetable, debug_sym_relocate): Update.
8622 (symfile_debug_free_objfile): Remove.
8623 (install_symfile_debug_logging, _initialize_symfile_debug):
8624 Update.
8625
8626 2019-05-08 Tom Tromey <tom@tromey.com>
8627
8628 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8629 allocate_on_obstack.
8630 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8631 (get_dwarf2_per_objfile): Update.
8632 (set_dwarf2_per_objfile): Remove.
8633 (dwarf2_has_info, dwarf2_get_section_info): Update.
8634 (dwarf2_free_objfile): Remove.
8635 (_initialize_dwarf2_read): Update.
8636
8637 2019-05-08 Tom Tromey <tom@tromey.com>
8638
8639 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8640 initializers.
8641 <unsupported_script_warning_printed,
8642 script_not_found_warning_printed>: Now bool.
8643 (auto_load_pspace_data): Change type.
8644 (~auto_load_pspace_info): Rename from
8645 auto_load_pspace_data_cleanup.
8646 (get_auto_load_pspace_data, init_loaded_scripts_info)
8647 (clear_section_scripts, maybe_print_unsupported_script_warning)
8648 (maybe_print_script_not_found_warning, _initialize_auto_load):
8649 Update.
8650
8651 2019-05-08 Tom Tromey <tom@tromey.com>
8652
8653 * objfiles.c (objfile_pspace_info): Add destructor and
8654 initializers.
8655 (objfiles_pspace_data): Change type.
8656 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8657 (get_objfile_pspace_data): Update.
8658 (objfiles_bfd_data): Change type.
8659 (get_objfile_bfd_data): Update.
8660 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8661
8662 2019-05-08 Tom Tromey <tom@tromey.com>
8663
8664 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8665 Change type.
8666 (get_catch_syscall_inferior_data): Update.
8667 (catch_syscall_inferior_data_cleanup): Remove.
8668 (_initialize_break_catch_syscall): Update.
8669
8670 2019-05-08 Tom Tromey <tom@tromey.com>
8671
8672 * inflow.c (struct terminal_info): Add destructor and
8673 initializers.
8674 (inflow_inferior_data): Change type.
8675 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8676 (get_inflow_inferior_data, inflow_inferior_exit)
8677 (swap_terminal_info, _initialize_inflow): Update.
8678
8679 2019-05-08 Tom Tromey <tom@tromey.com>
8680
8681 * target-dcache.c (target_dcache_cleanup): Remove.
8682 (target_dcache_aspace_key): Change type.
8683 (target_dcache_init_p, target_dcache_invalidate)
8684 (target_dcache_get, target_dcache_get_or_init)
8685 (_initialize_target_dcache): Update.
8686 * dcache.h (struct dcache_deleter): New.
8687
8688 2019-05-08 Tom Tromey <tom@tromey.com>
8689
8690 * symtab.c (struct symbol_cache): Add destructor and
8691 initializers.
8692 (symbol_cache_key): Move. Change type.
8693 (make_symbol_cache, free_symbol_cache): Remove.
8694 (get_symbol_cache): Update.
8695 (symbol_cache_cleanup): Remove.
8696 (ALL_PSPACES, symbol_cache_flush)
8697 (maintenance_print_symbol_cache)
8698 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8699 Update.
8700
8701 2019-05-08 Tom Tromey <tom@tromey.com>
8702
8703 * symtab.c (struct main_info): Add destructor and initializers.
8704 (main_progspace_key): Move. Change type.
8705 (get_main_info): Update.
8706 (main_info_cleanup): Remove.
8707 (_initialize_symtab): Update.
8708
8709 2019-05-08 Tom Tromey <tom@tromey.com>
8710
8711 * registry.h (DECLARE_REGISTRY): Define the _key class.
8712
8713 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8714
8715 * NEWS: Merge two 'New commands' sections.
8716
8717 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8718
8719 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8720 parameter and use Ada language definition instead.
8721 (ada_val_print_ptr): Remove unused language parameter.
8722 (ada_val_print_num): Remove language parameter and use Ada language
8723 definition instead.
8724 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8725 parameter.
8726 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8727 parameter and use Ada language definition instead.
8728 (ada_val_print_1): Update all ada_val_print_xxx calls.
8729 Remove language parameter.
8730 (ada_val_print): Update ada_val_print_1 call.
8731
8732 2019-05-08 Tom Tromey <tromey@adacore.com>
8733
8734 * remote.c (remote_hw_watchpoint_limit)
8735 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8736 Now static.
8737
8738 2019-05-08 Tom Tromey <tromey@adacore.com>
8739
8740 * maint.c (_initialize_maint_cmds): Move initialization code to
8741 remote.c.
8742 (watchdog, show_watchdog): Move to remote.c.
8743 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8744 "watchdog" static.
8745 (_initialize_remote): Move initialization code from maint.c.
8746 * defs.h (watchdog): Don't declare.
8747
8748 2019-05-08 Tom Tromey <tromey@adacore.com>
8749
8750 * tui/tui-interp.c: Include main.h.
8751 * interps.c: Include main.h.
8752 * main.h (interpreter_p): Declare.
8753 * defs.h (interpreter_p): Don't declare.
8754
8755 2019-05-08 Tom Tromey <tromey@adacore.com>
8756
8757 * dwarf2loc.c: Include dwarf2read.h.
8758 * defs.h (read_unsigned_leb128): Don't declare.
8759 * dwarf2read.h (read_unsigned_leb128): Declare.
8760
8761 2019-05-08 Tom Tromey <tromey@adacore.com>
8762
8763 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8764 method.
8765
8766 2019-05-08 Tom Tromey <tromey@adacore.com>
8767
8768 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8769 when no wrap column is set.
8770
8771 2019-05-08 Tom Tromey <tromey@adacore.com>
8772
8773 * c-lang.c (c_get_string): Handle non-C-style arrays.
8774
8775 2019-05-08 Tom Tromey <tromey@adacore.com>
8776
8777 * typeprint.c (print_offset_data::update): Print the bit offset,
8778 not the number of bits remaining.
8779
8780 2019-05-08 Tom Tromey <tromey@adacore.com>
8781
8782 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8783 padding at end of comment.
8784
8785 2019-05-08 Tom Tromey <tromey@adacore.com>
8786
8787 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8788 Compare main types.
8789
8790 2019-05-06 Tom Tromey <tom@tromey.com>
8791
8792 * common/scoped_mmap.c: Include common-defs.h.
8793 * common/scoped_mmap.h: Don't include config.h.
8794
8795 2019-05-04 Tom Tromey <tom@tromey.com>
8796
8797 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8798 (struct aarch64_call_info): Add initializers.
8799 <si>: Now a std::vector.
8800 (pass_on_stack, aarch64_push_dummy_call): Update.
8801
8802 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8803 Tom Tromey <tom@tromey.com>
8804
8805 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8806 (ppc_threads): Now a std::vector. Now static.
8807 (hwdebug_find_thread_points_by_tid)
8808 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8809 Update.
8810
8811 2019-05-04 Tom Tromey <tom@tromey.com>
8812
8813 * arc-tdep.c (arc_tdesc_init): Return bool.
8814
8815 2019-05-04 Tom Tromey <tom@tromey.com>
8816
8817 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8818 Use gdb_assert_not_reached.
8819
8820 2019-05-04 Tom Tromey <tom@tromey.com>
8821
8822 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8823 "false".
8824
8825 2019-05-04 Tom Tromey <tom@tromey.com>
8826
8827 * arc-tdep.c (arc_tdesc_init): Use bool.
8828
8829 2019-05-04 Tom Tromey <tom@tromey.com>
8830
8831 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8832
8833 2019-05-04 Tom Tromey <tom@tromey.com>
8834
8835 * cli/cli-cmds.c (valid_command_p): Return bool.
8836
8837 2019-05-04 Tom Tromey <tom@tromey.com>
8838
8839 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8840 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8841
8842 2019-05-04 Raul Tambre <raul@tambre.ee>
8843
8844 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8845 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8846 operator for comparison.
8847
8848 2019-05-04 Tom Tromey <tom@tromey.com>
8849
8850 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8851 (lookup_partial_symbol, print_partial_symbols)
8852 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8853 (psymbol_compare): Update.
8854 (add_psymbol_to_bcache): Clear the entire psymbol.
8855 (maintenance_check_psymtabs): Update.
8856 * psympriv.h (struct partial_symbol): Don't derive from
8857 general_symbol_info.
8858 <obj_section, unrelocated_address, address,
8859 set_unrelocated_address>: Update.
8860 <ginfo>: New member.
8861 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8862 (debug_names::write_psymbols): Update.
8863
8864 2019-05-04 Tom de Vries <tdevries@suse.de>
8865
8866 * contrib/cc-with-tweaks.sh: Support -n arg.
8867
8868 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8869
8870 * corelow.c (core_target::detach): Ensure frame cache and
8871 register caches are cleared.
8872 inferior.c (exit_inferior_1): Likewise.
8873
8874 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8875 Tom Tromey <tom@tromey.com>
8876
8877 * dictionary.c (collate_pending_symbols_by_language): Remove
8878 "struct" from foreach.
8879 * symtab.c (lookup_global_symbol_from_objfile)
8880 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8881 foreach.
8882 * ser-tcp.c (net_open): Remove "struct" from foreach.
8883 * objfiles.c (objfile_relocate, objfile_rebase)
8884 (objfile_has_symbols): Remove "struct" from foreach.
8885 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8886 from foreach.
8887 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8888 foreach.
8889 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8890 "struct" from foreach.
8891 * ada-lang.c (create_excep_cond_exprs)
8892 (ada_exception_catchpoint_cond_string): Remove "struct" from
8893 foreach.
8894
8895 2019-05-03 Tom Tromey <tromey@adacore.com>
8896
8897 * ada-exp.y (convert_char_literal): Check suffix of each
8898 enumerator.
8899
8900 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8901
8902 PR ada/21406:
8903 * ada-exp.y (yywrap): Don't define.
8904 * ada-lex.l (%option): Add noyywrap
8905 (yywrap): Remove.
8906
8907 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8908
8909 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8910 _WIN32_WINNT to the XP level, unless already defined to a higher
8911 level.
8912
8913 * unittests/parse-connection-spec-selftests.c:
8914 * ser-tcp.c:
8915 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8916 override.
8917
8918 * symfile.c (find_separate_debug_file): Remove colon from the
8919 drive spec of DOS/Windows file names of the target, so that the
8920 file name produced from DEBUGDIR and the target's directory will
8921 be valid on DOS/Windows systems.
8922
8923 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8924
8925 * rust-lang.c (val_print_struct): Handle printing structures
8926 containing strings.
8927
8928 2019-05-02 Tom Tromey <tromey@adacore.com>
8929
8930 * valarith.c (_initialize_valarith): Remove.
8931
8932 2019-05-01 Tom Tromey <tromey@adacore.com>
8933
8934 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8935 bitfields.
8936
8937 2019-05-01 Tom Tromey <tromey@adacore.com>
8938
8939 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8940 for big-endian copies.
8941
8942 2019-04-30 Ali Tamur <tamur@google.com>
8943 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8944 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8945 (read_3_bytes): New function.
8946
8947 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8948
8949 * windows-nat.c (main_thread_id): Delete.
8950 (handle_output_debug_string): Replace main_thread_id by
8951 current_event.dwThreadId.
8952 (fake_create_process): Likewise.
8953 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8954 Do not set main_thread_id.
8955 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8956 current_event.dwThreadId.
8957 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8958
8959 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8960
8961 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8962 Use current_event.dwThreadId instead of main_thread_id.
8963
8964 2019-04-30 Tom Tromey <tromey@adacore.com>
8965
8966 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8967 (create_excep_cond_exprs): Iterate over program spaces.
8968 (ada_exception_catchpoint_cond_string): Examine all minimal
8969 symbols for exception types.
8970
8971 2019-04-30 Tom Tromey <tromey@adacore.com>
8972
8973 PR c++/24470:
8974 * dwarf2read.c (process_structure_scope): Handle case where type
8975 has template parameters but no symbol was created.
8976
8977 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8978 Chris January <chris.january@arm.com>
8979
8980 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8981 qualifier.
8982 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8983
8984 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8985
8986 * f-typeprint.c (f_print_type): Update rules for printing
8987 whitespace.
8988 (f_type_print_varspec_suffix): Likewise.
8989
8990 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8991 Chris January <chris.january@arm.com>
8992
8993 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
8994 function arguments.
8995
8996 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * f-lang.c (build_fortran_types): Change name of void type to
8999 lower case.
9000 * f-typeprint.c (f_type_print_base): Print the name of the void
9001 type, rather than a fixed string.
9002 * f-valprint.c (f_decorations): Use lower case void string.
9003
9004 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9005 Chris January <chris.january@arm.com>
9006
9007 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9008 types for Fortran.
9009
9010 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9011 Chris January <chris.january@arm.com>
9012 David Lecomber <david.lecomber@arm.com>
9013
9014 * f-exp.y (BINOP_INTRINSIC): New token.
9015 (exp): New parser rule handling BINOP_INTRINSIC.
9016 (f77_keywords): Add new builtin procedures.
9017 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9018 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9019 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9020 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9021 (print_unop_subexp_f): New function.
9022 (print_binop_subexp_f): New function.
9023 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9024 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9025 (dump_subexp_body_f): Likewise.
9026 (operator_check_f): Likewise.
9027 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9028 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9029
9030 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9031
9032 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9033 UNOP_KIND.
9034 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9035 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9036 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9037 (operator_length_f): New fuction.
9038 (print_subexp_f): New function.
9039 (op_name_f): New function.
9040 (dump_subexp_body_f): New function.
9041 (operator_check_f): New function.
9042 (exp_descriptor_f): Replace standard expression handling functions
9043 with new functions.
9044 * gdb/fortran-operator.def: New file.
9045 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9046 * gdb/std-operator.def: Remove UNOP_KIND.
9047
9048 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9049
9050 * std-operator.def: Remove unbalanced, stray double quote
9051 character.
9052
9053 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9054 Chris January <chris.january@arm.com>
9055 Daniel Everett <daniel.everett@arm.com>
9056 Nick Forrington <nick.forrington@arm.com>
9057 Richard Bunt <richard.bunt@arm.com>
9058
9059 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9060 of depth when printing anonymous structs or unions.
9061 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9062 Don't print either the top-level value, or the children if the
9063 max-depth is exceeded.
9064 (ppscm_print_children): When printing the key of a map, allow one
9065 extra level of depth.
9066 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9067 print either the top-level value, or the children if the max-depth
9068 is exceeded.
9069 (print_children): When printing the key of a map, allow one extra
9070 level of depth.
9071 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9072 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9073 (user_print_options): Initialise max_depth field.
9074 (val_print_scalar_or_string_type_p): New function.
9075 (val_print): Check to see if the max depth has been reached.
9076 (val_print_check_max_depth): Define new function.
9077 (show_print_max_depth): New function.
9078 (_initialize_valprint): Add 'print max-depth' option.
9079 * valprint.h (struct value_print_options) <max_depth>: New field.
9080 (val_print_check_max_depth): Declare new function.
9081 * NEWS: Document new feature.
9082
9083 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * ada-lang.c (ada_language_defn): Initialise new field.
9086 * c-lang.c (c_is_string_type_p): New function.
9087 (c_language_defn): Initialise new field.
9088 (cplus_language_defn): Initialise new field.
9089 (asm_language_defn): Initialise new field.
9090 (minimal_language_defn): Initialise new field.
9091 * c-lang.h (c_is_string_type_p): Declare new function.
9092 * d-lang.c (d_language_defn): Initialise new field.
9093 * f-lang.c (f_is_string_type_p): New function.
9094 (f_language_defn): Initialise new field.
9095 * go-lang.c (go_is_string_type_p): New function.
9096 (go_language_defn): Initialise new field.
9097 * language.c (default_is_string_type_p): New function.
9098 (unknown_language_defn): Initialise new field.
9099 (auto_language_defn): Initialise new field.
9100 * language.h (struct language_defn) <la_is_string_type_p>: New
9101 member variable.
9102 (default_is_string_type_p): Declare new function.
9103 * m2-lang.c (m2_language_defn): Initialise new field.
9104 * objc-lang.c (objc_language_defn): Initialise new field.
9105 * opencl-lang.c (opencl_language_defn): Initialise new field.
9106 * p-lang.c (pascal_is_string_type_p): New function.
9107 (pascal_language_defn): Initialise new field.
9108 * rust-lang.c (rust_is_string_type_p): New function.
9109 (rust_language_defn): Initialise new field.
9110
9111 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9114 New field.
9115 * ada-lang.c (ada_language_defn): Initialise new field.
9116 * c-lang.c (c_language_defn): Likewise.
9117 (cplus_language_defn): Likewise.
9118 (asm_language_defn): Likewise.
9119 (minimal_language_defn): Likewise.
9120 * d-lang.c (d_language_defn): Likewise.
9121 * f-lang.c (f_language_defn): Likewise.
9122 * go-lang.c (go_language_defn): Likewise.
9123 * language.c (unknown_language_defn): Likewise.
9124 (auto_language_defn): Likewise.
9125 * m2-lang.c (m2_language_defn): Likewise.
9126 * objc-lang.c (objc_language_defn): Likewise.
9127 * opencl-lang.c (opencl_language_defn): Likewise.
9128 * p-lang.c (pascal_language_defn): Likewise.
9129 * rust-lang.c (rust_language_defn): Likewise.
9130
9131 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9132
9133 * ada-lang.c (ada_is_character_type): Change return type to bool.
9134 (ada_is_string_type): Likewise.
9135 * ada-lang.h (ada_is_character_type): Update declaration
9136 (ada_is_string_type): Likewise.
9137
9138 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9139
9140 Support style in 'frame|thread apply'
9141
9142 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9143 * record.c (record_start, record_stop): Update callers of
9144 execute_command_to_string with false.
9145 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9146 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9147 methods.
9148 (class string_file): New constructor with term_out parameter.
9149 Override methods term_out and can_emit_style_escape. New member
9150 term_out.
9151 (class stdio_file): Override can_emit_style_escape.
9152 (class tee_file): Override term_out and can_emit_style_escape.
9153 * utils.h (can_emit_style_escape): Remove.
9154 * utils.c (can_emit_style_escape): Likewise.
9155 Update all callers of can_emit_style_escape (SOMESTREAM) to
9156 SOMESTREAM->can_emit_style_escape.
9157 * source-cache.c (source_cache::get_source_lines): Likewise.
9158 * stack.c (frame_apply_command_count): Call execute_command_to_string
9159 passing the term_out characteristic of the current gdb_stdout.
9160 * thread.c (thr_try_catch_cmd): Likewise.
9161 * top.c (execute_command_to_string): pass term_out parameter
9162 to construct the string_file for the command output.
9163 * ui-file.c (term_cli_styling): New function (most code moved
9164 from utils.c can_emit_style_escape).
9165 (string_file::string_file, string_file::can_emit_style_escape,
9166 stdio_file::can_emit_style_escape, tee_file::term_out,
9167 tee_file::can_emit_style_escape): New functions.
9168
9169 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9170
9171 * NEWS: Mention the new set|show may-call-functions.
9172 * infcall.c (may_call_functions_p): New variable.
9173 (show_may_call_functions_p): New function.
9174 (call_function_by_hand_dummy): Throws an error if not
9175 may-call-functions.
9176 (_initialize_infcall): Call add_setshow_boolean_cmd for
9177 may-call-functions.
9178
9179 2019-04-25 Keith Seitz <keiths@redhat.com>
9180
9181 PR c++/24367
9182 * cp-support.c (inspect_type): Don't attempt substitutions
9183 of symbol with the same name.
9184
9185 2019-04-25 Tom Tromey <tromey@adacore.com>
9186
9187 PR gdb/24475:
9188 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9189 static.
9190
9191 2019-04-25 Tom Tromey <tromey@adacore.com>
9192
9193 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9194 rvalue reference.
9195 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9196 (gdb_xml_parser::parse): Use std::move.
9197 * python/python-internal.h (gdbpy_convert_exception): Take a const
9198 reference.
9199 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9200 std::move.
9201 * python/py-utils.c (gdbpy_convert_exception): Take a const
9202 reference.
9203 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9204 Use std::move.
9205 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9206 Use std::move.
9207 * mi/mi-main.c (mi_print_exception): Take a const reference.
9208 * main.c (handle_command_errors): Take a const reference.
9209 * linespec.c (parse_linespec): Use std::move.
9210 * infcall.c (run_inferior_call): Use std::move.
9211 (call_function_by_hand_dummy): Use std::move.
9212 * exec.c (try_open_exec_file): Use std::move.
9213 * exceptions.h (exception_print, exception_fprintf)
9214 (exception_print_same): Update.
9215 * exceptions.c (print_exception, exception_print)
9216 (exception_fprintf, exception_print_same): Change parameters to
9217 const reference.
9218 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9219 * common/new-op.c: Use std::move.
9220 * common/common-exceptions.h (struct gdb_exception): Add move
9221 constructor.
9222 (struct gdb_exception_error, struct gdb_exception_quit, struct
9223 gdb_quit_bad_alloc): Change constructor to move constructor.
9224 (throw_exception): Change parameter to rvalue reference.
9225 * common/common-exceptions.c (throw_exception): Take rvalue
9226 reference.
9227 * cli/cli-interp.c (safe_execute_command): Use std::move.
9228 * breakpoint.c (insert_bp_location, location_to_sals): Use
9229 std::move.
9230
9231 2019-04-25 Tom Tromey <tromey@adacore.com>
9232
9233 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9234 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9235 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9236 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9237 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9238 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9239 guile/scm-value.c: Use unpack.
9240 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9241 gdbscm_gdb_exception.
9242 (gdbscm_throw_gdb_exception): Likewise.
9243 (struct gdbscm_gdb_exception): New.
9244 (unpack): New function.
9245 (gdbscm_wrap): Use unpack.
9246
9247 2019-04-25 Tom Tromey <tromey@adacore.com>
9248
9249 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9250 (gdb_rl_callback_handler): Use std::move.
9251 * common/common-exceptions.h (struct gdb_exception): Add move
9252 assignment operator.
9253 (throw_exception_sjlj): Change "exception" to const reference.
9254 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9255 (throw_exception_sjlj): Change "exception" to const reference.
9256
9257 2019-04-25 Tom Tromey <tromey@adacore.com>
9258
9259 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9260 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9261 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9262 Update.
9263 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9264 Update.
9265 * mi/mi-interp.c (mi_interp::exec): Update.
9266 * linespec.c (parse_linespec): Update.
9267 * infcall.c (run_inferior_call): Update.
9268 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9269 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9270 (gdbscm_lookup_global_symbol): Update.
9271 * guile/scm-param.c (gdbscm_parameter_value): Update.
9272 * guile/scm-frame.c (gdbscm_frame_read_register)
9273 (gdbscm_frame_read_var): Update.
9274 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9275 * exec.c (try_open_exec_file): Update.
9276 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9277 (gdb_rl_callback_handler): Update.
9278 * common/common-exceptions.h (exception_none): Don't declare.
9279 * common/common-exceptions.c (exception_none): Don't define.
9280 (struct catcher) <exception>: Update.
9281 * cli/cli-interp.c (safe_execute_command): Update.
9282 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9283
9284 2019-04-25 Ali Tamur <tamur@google.com>
9285
9286 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9287 (read_attribute_value): Likewise.
9288 (dwarf2_read_addr_index): Update comment.
9289 (read_str_index): Add DW_FORM_strx.
9290 (dwarf2_string_attr): Likewise.
9291 (dwarf2_const_value_attr): Likewise.
9292 (dump_die_shallow): Likewise.
9293 (dwarf2_fetch_constant_bytes): Likewise.
9294 (skip_form_bytes): Likewise.
9295 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9296
9297 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9298
9299 PR corefiles/11608
9300 PR corefiles/18187
9301 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9302 OFFSET. Verify if current mapping contains an ELF header.
9303 (linux_find_memory_regions_full): Adjust call to
9304 dump_mapping_p.
9305
9306 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9307 Kang Li <kanglictf@gmail.com>
9308
9309 PR gdb/21600
9310
9311 * dwarf2-frame.c (read_initial_length): Be consistent about using
9312 unsigned representation of length.
9313 (decode_frame_entry_1): Likewise. Check for wraparound of
9314 end pointer as well as buffer overflow.
9315
9316 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9317
9318 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9319 "vq".
9320
9321 2019-04-24 Tom Tromey <tromey@adacore.com>
9322
9323 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9324
9325 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9326
9327 * s12z-tdep.c (s12z_unwind_pc): Delete.
9328 (s12z_unwind_sp): Delete.
9329 (s12z_gdbarch_init): Don't register deleted functions with
9330 gdbarch.
9331
9332 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9333
9334 * rl78-tdep.c (rl78_unwind_sp): Delete.
9335 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9336
9337 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9338
9339 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9340 (xstormy16_unwind_pc): Delete.
9341 (xstormy16_dummy_id): Delete.
9342 (xstormy16_gdbarch_init): Don't register deleted functions with
9343 gdbarch.
9344
9345 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * vax-tdep.c (vax_unwind_pc): Delete.
9348 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9349
9350 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9351
9352 * v850-tdep.c (v850_unwind_sp): Delete.
9353 (v850_unwind_pc): Delete.
9354 (v850_dummy_id): Delete.
9355 (v850_gdbarch_init): Don't register deleted functions with
9356 gdbarch.
9357
9358 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9359
9360 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9361 (tilegx_unwind_pc): Delete.
9362 (tilegx_unwind_dummy_id): Delete.
9363 (tilegx_gdbarch_init): Don't register deleted functions with
9364 gdbarch.
9365
9366 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9367
9368 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9369 (tic6x_dummy_id): Delete.
9370 (tic6x_gdbarch_init): Don't register deleted functions with
9371 gdbarch.
9372
9373 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9374
9375 * sparc-tdep.c (sparc_unwind_pc): Delete.
9376 (sparc32_gdbarch_init): Don't register deleted function with
9377 gdbarch.
9378
9379 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9380
9381 * sh-tdep.c (sh_unwind_sp): Delete.
9382 (sh_unwind_pc): Delete.
9383 (sh_dummy_id): Delete.
9384 (sh_gdbarch_init): Don't register deleted functions with
9385 gdbarch.
9386
9387 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9388
9389 * score-tdep.c (score_unwind_sp): Delete.
9390 (score_unwind_pc): Delete.
9391 (score_dummy_id): Delete.
9392 (score_gdbarch_init): Don't register deleted functions with
9393 gdbarch.
9394
9395 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9396
9397 * rx-tdep.c (rx_unwind_pc): Delete.
9398 (rx_unwind_sp): Delete.
9399 (rx_dummy_id): Delete.
9400 (rx_gdbarch_init): Don't register deleted functions with
9401 gdbarch. Update comment.
9402
9403 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9404
9405 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9406 (rs6000_dummy_id): Delete.
9407 (rs6000_gdbarch_init): Don't register deleted functions with
9408 gdbarch.
9409
9410 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9411
9412 * or1k-tdep.c (or1k_dummy_id): Delete.
9413 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9414
9415 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9416
9417 * nios2-tdep.c (nios2_dummy_id): Delete.
9418 (nios2_unwind_sp): Delete.
9419 (nios2_gdbarch_init): Don't register deleted functions with
9420 gdbarch.
9421
9422 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9423
9424 * nds32-tdep.c (nds32_dummy_id): Delete.
9425 (nds32_unwind_pc): Delete.
9426 (nds32_unwind_sp): Delete.
9427 (nds32_gdbarch_init): Don't register deleted functions with
9428 gdbarch.
9429
9430 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9431
9432 * msp430-tdep.c (msp430_unwind_pc): Delete.
9433 (msp430_unwind_sp): Delete.
9434 (msp430_dummy_id): Delete.
9435 (msp430_gdbarch_init): Don't register deleted functions with
9436 gdbarch.
9437
9438 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9439
9440 * moxie-tdep.c (moxie_unwind_sp): Delete.
9441 (moxie_unwind_pc): Delete.
9442 (moxie_dummy_id): Delete.
9443 (moxie_gdbarch_init): Don't register deleted functions with
9444 gdbarch.
9445
9446 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9447
9448 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9449 (mn10300_unwind_pc): Delete.
9450 (mn10300_unwind_sp): Delete.
9451 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9452 mn10300_unwind_sp.
9453 (mn10300_frame_unwind_init): Don't register deleted functions with
9454 gdbarch.
9455
9456 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9457
9458 * mep-tdep.c (mep_unwind_pc): Delete.
9459 (mep_unwind_sp): Delete.
9460 (mep_dummy_id): Delete.
9461 (mep_gdbarch_init): Don't register deleted functions with
9462 gdbarch.
9463
9464 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9465
9466 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9467 (m68hc11_unwind_sp): Delete.
9468 (m68hc11_gdbarch_init): Don't register deleted functions with
9469 gdbarch.
9470
9471 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9472
9473 * m32r-tdep.c (m32r_unwind_sp): Delete.
9474 (m32r_unwind_pc): Delete.
9475 (m32r_dummy_id): Delete.
9476 (m32r_gdbarch_init): Don't register deleted functions with
9477 gdbarch.
9478
9479 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9480
9481 * m32c-tdep.c (m32c_unwind_pc): Delete.
9482 (m32c_unwind_sp): Delete.
9483 (m32c_dummy_id): Delete.
9484 (m32c_gdbarch_init): Don't register deleted functions with
9485 gdbarch.
9486
9487 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9488
9489 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9490 (lm32_unwind_pc): Delete.
9491 (lm32_dummy_id): Delete.
9492 (lm32_gdbarch_init): Don't register deleted functions with
9493 gdbarch.
9494
9495 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9496
9497 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9498 (iq2000_unwind_pc): Delete.
9499 (iq2000_dummy_id): Delete.
9500 (iq2000_gdbarch_init): Don't register deleted functions with
9501 gdbarch.
9502
9503 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9504
9505 * nds32-tdep.c (nds32_type_align): Delete.
9506 (nds32_push_dummy_call): Use type_align instead.
9507
9508 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * arm-tdep.c (arm_type_align): Only handle vector override case.
9511 (arm_push_dummy_call): Use type_align.
9512 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9513
9514 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9515
9516 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9517 case.
9518 (pass_on_stack): Use type_align.
9519 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9520 function.
9521
9522 2019-04-23 Tom Tromey <tromey@adacore.com>
9523
9524 * dwarf2read.c (line_header::file_name_at): Remove unused
9525 overload.
9526
9527 2019-04-23 Tom de Vries <tdevries@suse.de>
9528
9529 PR gdb/24438
9530 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9531 invocation.
9532
9533
9534 2019-03-27 Ali Tamur <tamur@google.com>
9535
9536 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9537 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9538 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9539 (dwarf_expr_context::get_addr_index): Likewise
9540 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9541 (symbol_needs_eval_context::get_addr_index): Likewise
9542 (disassemble_dwarf_expression): Add DW_OP_addrx
9543 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9544 (read_cutu_die_from_dwo): Update comment
9545 (skip_one_die): Add DW_FORM_addrx
9546 (read_attribute_value): Likewise
9547 (var_decode_location): Add DW_OP_addrx
9548 (dwarf2_const_value_attr): Add DW_FORM_addrx
9549 (dump_die_shallow): Likewise
9550 (dwarf2_fetch_constant_bytes): Likewise
9551 (decode_locdesc): Add DW_OP_addrx
9552 (skip_form_bytes): Add DW_FORM_addrx
9553
9554 2019-04-22 Ali Tamur <tamur@google.com>
9555
9556 * MAINTAINERS (Write After Approval): Add self.
9557
9558 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9559
9560 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9561 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9562 (open_symbol_file_object): Likewise.
9563 (svr4_default_sos): Add info parameter.
9564 (svr4_read_so_list): Likewise.
9565 (svr4_current_sos_direct): Adjust functions calls to pass down
9566 info.
9567 (svr4_current_sos_1): Add info parameter.
9568 (svr4_current_sos): Call get_svr4_info, pass info down to
9569 svr4_current_sos_1.
9570 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9571 get_svr4_info.
9572 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9573 get_svr4_info.
9574 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9575 to get_svr4_info.
9576 (probes_table_remove_objfile_probes): Likewise.
9577 (register_solib_event_probe): Add info parameter.
9578 (solist_update_incremental): Pass info parameter down to
9579 svr4_read_so_list.
9580 (disable_probes_interface): Add info parameter.
9581 (svr4_handle_solib_event): Pass current_program_space to
9582 get_svr4_info. Adjust disable_probes_interface cleanup.
9583 (svr4_create_probe_breakpoints): Add info parameter, pass it
9584 down to register_solib_event_probe.
9585 (svr4_create_solib_event_breakpoints): Add info parameter,
9586 pass it down to svr4_create_probe_breakpoints.
9587 (enable_break): Pass info down to
9588 svr4_create_solib_event_breakpoints.
9589 (svr4_solib_create_inferior_hook): Pass current_program_space to
9590 get_svr4_info.
9591 (svr4_clear_solib): Likewise.
9592
9593 2019-04-22 Pedro Alves <palves@redhat.com>
9594
9595 * solib-svr4.c (svr4_free_objfile_observer): New.
9596 (probe_and_action::objfile): New field.
9597 (probes_table_htab_remove_objfile_probes)
9598 (probes_table_remove_objfile_probes): New functions.
9599 (register_solib_event_probe): Add 'objfile' parameter. Store it
9600 in the new probe_and_action. Don't store the probe in 'lookup'.
9601 (svr4_create_probe_breakpoints): Pass objfile to
9602 register_solib_event_probe.
9603 (_initialize_svr4_solib): Register a free_objfile observer.
9604
9605 2019-04-19 Tom Tromey <tom@tromey.com>
9606
9607 * common/queue.h: Remove.
9608
9609 2019-04-19 Tom Tromey <tom@tromey.com>
9610
9611 * event-loop.c: Don't include "common/queue.h".
9612
9613 2019-04-19 Tom Tromey <tom@tromey.com>
9614
9615 * remote.c (remote_target): Use delete.
9616 * remote-notif.h: Include <list>, not "common/queue.h".
9617 (notif_client_p): Remove typedef.
9618 (remote_notif_state): Add constructor, destructor, initializer.
9619 <notif_queue>: Now a std::list.
9620 (remote_notif_state_xfree): Don't declare.
9621 * remote-notif.c (remote_notif_process, handle_notification)
9622 (remote_notif_state_allocate): Update.
9623 (~remote_notif_state): Rename from remote_notif_state_xfree.
9624
9625 2019-04-19 Tom Tromey <tom@tromey.com>
9626
9627 * symfile.c (reread_symbols): Update.
9628 * objfiles.c (objfile_register_static_link)
9629 (objfile_lookup_static_link): Update
9630 (~objfile) Don't delete static_links.
9631 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9632
9633 2019-04-19 Tom Tromey <tom@tromey.com>
9634
9635 * type-stack.h (struct type_stack) <insert>: Constify string.
9636 * type-stack.c (type_stack::insert): Constify string.
9637 * gdbtypes.h (lookup_template_type): Update.
9638 (address_space_name_to_int): Update.
9639 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9640 const.
9641 (lookup_template_type): Make name const.
9642 * c-exp.y: Update rules.
9643 (lex_one_token, classify_name, classify_inner_name)
9644 (c_print_token): Update.
9645 * p-exp.y: Update rules.
9646 (yylex): Update.
9647 * f-exp.y: Update rules.
9648 (yylex): Update.
9649 * d-exp.y: Update rules.
9650 (lex_one_token, classify_name, classify_inner_name): Update.
9651 * parse.c (write_dollar_variable, copy_name): Return std::string.
9652 * parser-defs.h (copy_name): Change return type.
9653 * m2-exp.y: Update rules.
9654 (yylex): Update.
9655 * go-exp.y (lex_one_token): Update.
9656 Update rules.
9657 (classify_unsafe_function, classify_packaged_name)
9658 (classify_name, yylex): Update.
9659
9660 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9661
9662 * configure.ac: add --enable-source-highlight switch.
9663 * configure: Regenerate.
9664 * top.c (print_gdb_version): plumb --enable-source-highlight
9665 status to "show configuration".
9666
9667 2019-04-19 Tom Tromey <tromey@adacore.com>
9668
9669 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9670 Check ADA_TYPE_P.
9671 (empty_record, ada_template_to_fixed_record_type_1)
9672 (template_to_static_fixed_type)
9673 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9674 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9675 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9676 macros.
9677
9678 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9679
9680 PR symtab/24423:
9681 * source.c (print_source_lines_base): Advance "iter" when a
9682 control character is seen.
9683
9684 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9685
9686 * inferior.h (struct infcall_suspend_state_deleter):
9687 Catch exception in destructor to avoid crash.
9688
9689 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9690
9691 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9692 close to the add_com "shell".
9693
9694 2019-04-18 Tom Tromey <tromey@adacore.com>
9695
9696 * process-stratum-target.h (class process_stratum_target)
9697 <stratum>: Add "final".
9698
9699 2019-04-17 Tom Tromey <tromey@adacore.com>
9700
9701 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9702 against nullptr before use.
9703
9704 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9705
9706 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9707
9708 2019-04-17 Jim Wilson <jimw@sifive.com>
9709 Andrew Burgess <andrew.burgess@embecosm.com>
9710
9711 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9712 code read might fail, assume 4-byte breakpoint in that case.
9713
9714 2019-04-15 Leszek Swirski <leszeks@google.com>
9715
9716 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9717 rather than a hand-rolled POD check when checking for forced MEMORY
9718 classification.
9719
9720 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9721
9722 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9723 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9724 function.
9725 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9726 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9727 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9728 declaration.
9729
9730 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9731
9732 * aarch64-linux-nat.c
9733 (aarch64_linux_nat_target::thread_architecture): Add override.
9734 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9735 each VQ.
9736
9737 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9738
9739 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9740
9741 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9742
9743 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9744 target types of size 96-bits, add some additional comments, and
9745 check that the builtin type we found was the correct size.
9746
9747 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9748
9749 * utils.c (prompt_for_continue): Don't restore the styling at the
9750 end, as applied_style has the wrong value. This fixes styling in
9751 long lists of file names that are interrupted by the "Continue?"
9752 prompt.
9753
9754 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9755
9756 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9757 * c-lang.c (c_language_defn): Likewise.
9758 (cplus_language_defn): Likewise.
9759 (asm_language_defn): Likewise.
9760 (minimal_language_defn): Likewise.
9761 * d-lang.c (d_language_defn): Likewise.
9762 * f-lang.c (f_language_defn): Likewise.
9763 * go-lang.c (go_language_defn): Likewise.
9764 * language.c (unknown_language_defn): Likewise.
9765 (auto_language_defn): Likewise.
9766 * language.h (struct language_defn): Remove la_magic field.
9767 (LANG_MAGIC): Delete.
9768 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9769 * objc-lang.c (objc_language_defn): Likewise.
9770 * opencl-lang.c (opencl_language_defn): Likewise.
9771 * p-lang.c (pascal_language_defn): Likewise.
9772 * rust-lang.c (rust_language_defn): Likewise.
9773
9774 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9775
9776 * riscv-tdep.c (riscv_type_align): New function.
9777 (riscv_type_alignment): Delete.
9778 (riscv_arg_location): Use 'type_align'.
9779 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9780
9781 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9782
9783 * gdbtypes.c (type_align): A struct with no non-static fields also
9784 has alignment of 1.
9785
9786 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9789 component to 0.
9790 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9791 member.
9792 (riscv_struct_info::analyse): New implementation using new
9793 analyse_inner member function.
9794 (riscv_struct_info::field_offset): New member function.
9795 (riscv_struct_info::m_offsets): New member variable.
9796 (riscv_struct_info::analyse_inner): New private member function,
9797 takes the old implementation of riscv_struct_info::analyse but
9798 extended to track field offsets.
9799 (riscv_call_arg_struct): Update the struct folding special cases
9800 to handle cases where empty C++ structs, which are non-zero
9801 length, are found.
9802 (riscv_arg_location): Initialise the length of each location, a
9803 non-zero length now indicates the location is in use.
9804 (riscv_push_dummy_call): Allow for the first location having a
9805 non-zero offset when setting up arguments.
9806 (riscv_return_value): Likewise, but for return values.
9807
9808 2019-04-11 Tom Tromey <tromey@adacore.com>
9809
9810 * utils.c (internal_vproblem): Make "msg" const.
9811
9812 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9813
9814 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9815 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9816 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9817 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9818
9819 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9820
9821 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9822 function.
9823 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9824 of amd64_collect_native_gregset.
9825 (amd64_linux_nat_target::store_registers): Likewise.
9826
9827 2019-04-10 Tom Tromey <tom@tromey.com>
9828
9829 * symtab.c (lookup_global_symbol_from_objfile)
9830 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9831 * objfiles.h (class separate_debug_iterator): New.
9832 (class separate_debug_range): New.
9833 (struct objfile) <separate_debug_objfiles>: New method.
9834 (objfile_separate_debug_iterate): Don't declare.
9835 * objfiles.c (separate_debug_iterator::operator++): Rename from
9836 objfile_separate_debug_iterate.
9837 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9838 iterator.
9839 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9840 iterator.
9841
9842 2019-04-10 Tom Tromey <tom@tromey.com>
9843
9844 * symfile.c (reread_symbols): Remove old comment.
9845 * objfiles.c (free_all_objfiles): Fix a typo.
9846
9847 2019-04-10 Tom Tromey <tom@tromey.com>
9848
9849 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9850 * minsyms.c (lookup_minimal_symbol): Use foreach.
9851 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9852 (lookup_minimal_symbol_solib_trampoline): Likewise.
9853 * symfile.c (reread_symbols): Use foreach.
9854
9855 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9856 Tom Tromey <tromey@adacore.com>
9857
9858 PR rust/24414:
9859 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9860 (rust_lex_int_test): Change "value" to be LONGEST.
9861 (rust_lex_tests): Add test for long integer literal.
9862
9863 2019-04-09 Tom Tromey <tromey@adacore.com>
9864
9865 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9866 to bool.
9867 (extended_remote_target::attach): Update.
9868 (remote_target::remote_notice_new_inferior): Update.
9869 (remote_target::add_current_inferior_and_thread): Update.
9870 * inferior.c (exit_inferior_1): Use "false".
9871 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9872
9873 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9874
9875 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9876 the "start" command.
9877
9878 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9879
9880 * python/py-inferior.c (infpy_thread_from_thread_handle):
9881 Adjust comments to reflect renaming of thread_from_thread_handle
9882 to thread_from_handle. Adjust keywords. Fix type error message.
9883 (inferior_object_methods): Add thread_from_handle. Retain
9884 thread_from_thread_handle, but mark it as deprecated.
9885
9886 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9887
9888 * gdbthread.h (find_thread_by_handle): Revise declaration.
9889 * thread.c (find_thread_by_handle): Likewise. Adjust
9890 implementation too.
9891 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9892 support for buffer objects as handles.
9893
9894 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9895
9896 * python/py-infthread.c (thpy_thread_handle): New function.
9897 (thread_object_methods): Register thpy_thread_handle.
9898
9899 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9900
9901 * gdbthread.h (thread_to_thread_handle): Declare.
9902 * thread.c (gdbtypes.h): Include.
9903 (thread_to_thread_handle): New function.
9904
9905 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9906 (target_thread_info_to_thread_handle): Declare.
9907 * target.c (target_thread_info_to_thread_handle): New function.
9908 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9909 * target-delegates.c: Regenerate.
9910
9911 * linux-thread-db.c (class thread_db_target): Add method
9912 thread_info_to_thread_handle.
9913 (thread_db_target::thread_info_to_thread_handle): Define.
9914 * remote.c (class remote_target): Add new method
9915 thread_info_to_thread_handle.
9916 (remote_target::thread_info_to_thread_handle): Define.
9917
9918 2019-04-08 Pedro Alves <palves@redhat.com>
9919
9920 * common/common-exceptions.c (throw_exception): Don't create
9921 named object to throw; throw directly.
9922 (throw_it): Likewise. Don't initialize gdb_exception::message
9923 here, with new; pass FMT and AP to the ctor instead.
9924 * common/common-exceptions.h: Include <string>.
9925 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9926 const char *, va_list)): New ctor. Use std::make_shared.
9927 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9928 errors)): Delete.
9929 (gdb_exception_error::gdb_exception_error(enum errors, const char
9930 *, va_list)): New.
9931 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9932 Add assertion.
9933 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9934 errors)): Delete.
9935 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9936 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9937 Add assertion.
9938
9939 2019-04-08 Tom Tromey <tom@tromey.com>
9940
9941 * valops.c (value_rtti_indirect_type): Replace throw_exception
9942 with throw.
9943 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9944 with throw.
9945 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9946 throw.
9947 * target.c (target_translate_tls_address): Replace throw_exception
9948 with throw.
9949 * stack.c (frame_apply_command_count): Replace throw_exception
9950 with throw.
9951 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9952 throw.
9953 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9954 with throw.
9955 * rs6000-tdep.c (rs6000_frame_cache)
9956 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9957 * remote.c: Replace throw_exception with throw.
9958 * record-full.c (record_full_message, record_full_wait_1)
9959 (record_full_restore): Replace throw_exception with throw.
9960 * record-btrace.c:
9961 (get_thread_current_frame_id, record_btrace_start_replaying)
9962 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9963 (cmd_record_btrace_start): Replace throw_exception with throw.
9964 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9965 throw.
9966 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9967 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9968 * linespec.c:
9969 (find_linespec_symbols): Replace throw_exception with throw.
9970 * infrun.c (displaced_step_prepare, resume): Replace
9971 throw_exception with throw.
9972 * infcmd.c (post_create_inferior): Replace throw_exception with
9973 throw.
9974 * inf-loop.c (inferior_event_handler): Replace throw_exception
9975 with throw.
9976 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9977 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9978 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9979 (get_prev_frame_always, get_frame_pc_if_available)
9980 (get_frame_address_in_block_if_available, get_frame_language):
9981 Replace throw_exception with throw.
9982 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9983 throw_exception with throw.
9984 * eval.c (fetch_subexp_value, evaluate_var_value)
9985 (evaluate_funcall, evaluate_subexp_standard): Replace
9986 throw_exception with throw.
9987 * dwarf2loc.c (call_site_find_chain)
9988 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
9989 Replace throw_exception with throw.
9990 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
9991 with throw.
9992 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
9993 throw.
9994 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
9995 * completer.c (complete_line_internal): Replace throw_exception
9996 with throw.
9997 * compile/compile-object-run.c (compile_object_run): Replace
9998 throw_exception with throw.
9999 * cli/cli-script.c (process_next_line): Replace throw_exception
10000 with throw.
10001 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10002 (btrace_enable, btrace_maint_update_pt_packets): Replace
10003 throw_exception with throw.
10004 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10005 throw_exception with throw.
10006 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10007 throw_exception with throw.
10008 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10009 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10010 * aarch64-tdep.c (aarch64_make_prologue_cache)
10011 (aarch64_make_stub_cache): Replace throw_exception with throw.
10012
10013 2019-04-08 Tom Tromey <tom@tromey.com>
10014
10015 * common/common-exceptions.c (throw_exception): Rename from
10016 throw_exception_cxx. Remove old copy. Make argument const.
10017 (throw_it): Create and throw exception objects directly.
10018 * common/common-exceptions.h (throw_exception): Make argument
10019 const.
10020 (struct gdb_exception_error): Add constructor.
10021 (struct gdb_exception_quit): Add constructor.
10022
10023 2019-04-08 Tom Tromey <tom@tromey.com>
10024
10025 * common/common-exceptions.h (exception_rethrow): Don't declare.
10026 (TRY_SJLJ): Update comment.
10027 (TRY, CATCH, END_CATCH): Remove.
10028 * common/common-exceptions.c (exception_rethrow): Remove.
10029
10030 2019-04-08 Tom Tromey <tom@tromey.com>
10031
10032 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10033 Remove.
10034 (gdb_exception_error): Rename from
10035 gdb_exception_RETURN_MASK_ERROR.
10036 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10037 (gdb_quit_bad_alloc): Update.
10038 * aarch64-tdep.c: Update.
10039 * ada-lang.c: Update.
10040 * ada-typeprint.c: Update.
10041 * ada-valprint.c: Update.
10042 * amd64-tdep.c: Update.
10043 * arch-utils.c: Update.
10044 * break-catch-throw.c: Update.
10045 * breakpoint.c: Update.
10046 * btrace.c: Update.
10047 * c-varobj.c: Update.
10048 * cli/cli-cmds.c: Update.
10049 * cli/cli-interp.c: Update.
10050 * cli/cli-script.c: Update.
10051 * common/common-exceptions.c: Update.
10052 * common/new-op.c: Update.
10053 * common/selftest.c: Update.
10054 * compile/compile-c-symbols.c: Update.
10055 * compile/compile-cplus-symbols.c: Update.
10056 * compile/compile-object-load.c: Update.
10057 * compile/compile-object-run.c: Update.
10058 * completer.c: Update.
10059 * corelow.c: Update.
10060 * cp-abi.c: Update.
10061 * cp-support.c: Update.
10062 * cp-valprint.c: Update.
10063 * darwin-nat.c: Update.
10064 * disasm-selftests.c: Update.
10065 * dtrace-probe.c: Update.
10066 * dwarf-index-cache.c: Update.
10067 * dwarf-index-write.c: Update.
10068 * dwarf2-frame-tailcall.c: Update.
10069 * dwarf2-frame.c: Update.
10070 * dwarf2loc.c: Update.
10071 * dwarf2read.c: Update.
10072 * eval.c: Update.
10073 * event-loop.c: Update.
10074 * event-top.c: Update.
10075 * exec.c: Update.
10076 * f-valprint.c: Update.
10077 * fbsd-tdep.c: Update.
10078 * frame-unwind.c: Update.
10079 * frame.c: Update.
10080 * gdbtypes.c: Update.
10081 * gnu-v3-abi.c: Update.
10082 * guile/guile-internal.h: Update.
10083 * guile/scm-block.c: Update.
10084 * guile/scm-breakpoint.c: Update.
10085 * guile/scm-cmd.c: Update.
10086 * guile/scm-disasm.c: Update.
10087 * guile/scm-frame.c: Update.
10088 * guile/scm-lazy-string.c: Update.
10089 * guile/scm-math.c: Update.
10090 * guile/scm-param.c: Update.
10091 * guile/scm-ports.c: Update.
10092 * guile/scm-pretty-print.c: Update.
10093 * guile/scm-symbol.c: Update.
10094 * guile/scm-symtab.c: Update.
10095 * guile/scm-type.c: Update.
10096 * guile/scm-value.c: Update.
10097 * i386-linux-tdep.c: Update.
10098 * i386-tdep.c: Update.
10099 * inf-loop.c: Update.
10100 * infcall.c: Update.
10101 * infcmd.c: Update.
10102 * infrun.c: Update.
10103 * jit.c: Update.
10104 * language.c: Update.
10105 * linespec.c: Update.
10106 * linux-fork.c: Update.
10107 * linux-nat.c: Update.
10108 * linux-tdep.c: Update.
10109 * linux-thread-db.c: Update.
10110 * main.c: Update.
10111 * mi/mi-cmd-break.c: Update.
10112 * mi/mi-cmd-stack.c: Update.
10113 * mi/mi-interp.c: Update.
10114 * mi/mi-main.c: Update.
10115 * objc-lang.c: Update.
10116 * p-valprint.c: Update.
10117 * parse.c: Update.
10118 * ppc-linux-tdep.c: Update.
10119 * printcmd.c: Update.
10120 * python/py-arch.c: Update.
10121 * python/py-breakpoint.c: Update.
10122 * python/py-cmd.c: Update.
10123 * python/py-finishbreakpoint.c: Update.
10124 * python/py-frame.c: Update.
10125 * python/py-framefilter.c: Update.
10126 * python/py-gdb-readline.c: Update.
10127 * python/py-inferior.c: Update.
10128 * python/py-infthread.c: Update.
10129 * python/py-lazy-string.c: Update.
10130 * python/py-linetable.c: Update.
10131 * python/py-objfile.c: Update.
10132 * python/py-param.c: Update.
10133 * python/py-prettyprint.c: Update.
10134 * python/py-progspace.c: Update.
10135 * python/py-record-btrace.c: Update.
10136 * python/py-record.c: Update.
10137 * python/py-symbol.c: Update.
10138 * python/py-type.c: Update.
10139 * python/py-unwind.c: Update.
10140 * python/py-utils.c: Update.
10141 * python/py-value.c: Update.
10142 * python/python.c: Update.
10143 * record-btrace.c: Update.
10144 * record-full.c: Update.
10145 * remote-fileio.c: Update.
10146 * remote.c: Update.
10147 * riscv-tdep.c: Update.
10148 * rs6000-aix-tdep.c: Update.
10149 * rs6000-tdep.c: Update.
10150 * rust-exp.y: Update.
10151 * rust-lang.c: Update.
10152 * s390-tdep.c: Update.
10153 * selftest-arch.c: Update.
10154 * solib-dsbt.c: Update.
10155 * solib-frv.c: Update.
10156 * solib-spu.c: Update.
10157 * solib-svr4.c: Update.
10158 * solib.c: Update.
10159 * sparc64-linux-tdep.c: Update.
10160 * stack.c: Update.
10161 * symfile-mem.c: Update.
10162 * symmisc.c: Update.
10163 * target.c: Update.
10164 * thread.c: Update.
10165 * top.c: Update.
10166 * tracefile-tfile.c: Update.
10167 * tui/tui.c: Update.
10168 * typeprint.c: Update.
10169 * unittests/cli-utils-selftests.c: Update.
10170 * unittests/parse-connection-spec-selftests.c: Update.
10171 * valops.c: Update.
10172 * valprint.c: Update.
10173 * value.c: Update.
10174 * varobj.c: Update.
10175 * windows-nat.c: Update.
10176 * x86-linux-nat.c: Update.
10177 * xml-support.c: Update.
10178
10179 2019-04-08 Tom Tromey <tom@tromey.com>
10180
10181 * xml-support.c: Use C++ exception handling.
10182 * x86-linux-nat.c: Use C++ exception handling.
10183 * windows-nat.c: Use C++ exception handling.
10184 * varobj.c: Use C++ exception handling.
10185 * value.c: Use C++ exception handling.
10186 * valprint.c: Use C++ exception handling.
10187 * valops.c: Use C++ exception handling.
10188 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10189 handling.
10190 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10191 * typeprint.c: Use C++ exception handling.
10192 * tui/tui.c: Use C++ exception handling.
10193 * tracefile-tfile.c: Use C++ exception handling.
10194 * top.c: Use C++ exception handling.
10195 * thread.c: Use C++ exception handling.
10196 * target.c: Use C++ exception handling.
10197 * symmisc.c: Use C++ exception handling.
10198 * symfile-mem.c: Use C++ exception handling.
10199 * stack.c: Use C++ exception handling.
10200 * sparc64-linux-tdep.c: Use C++ exception handling.
10201 * solib.c: Use C++ exception handling.
10202 * solib-svr4.c: Use C++ exception handling.
10203 * solib-spu.c: Use C++ exception handling.
10204 * solib-frv.c: Use C++ exception handling.
10205 * solib-dsbt.c: Use C++ exception handling.
10206 * selftest-arch.c: Use C++ exception handling.
10207 * s390-tdep.c: Use C++ exception handling.
10208 * rust-lang.c: Use C++ exception handling.
10209 * rust-exp.y: Use C++ exception handling.
10210 * rs6000-tdep.c: Use C++ exception handling.
10211 * rs6000-aix-tdep.c: Use C++ exception handling.
10212 * riscv-tdep.c: Use C++ exception handling.
10213 * remote.c: Use C++ exception handling.
10214 * remote-fileio.c: Use C++ exception handling.
10215 * record-full.c: Use C++ exception handling.
10216 * record-btrace.c: Use C++ exception handling.
10217 * python/python.c: Use C++ exception handling.
10218 * python/py-value.c: Use C++ exception handling.
10219 * python/py-utils.c: Use C++ exception handling.
10220 * python/py-unwind.c: Use C++ exception handling.
10221 * python/py-type.c: Use C++ exception handling.
10222 * python/py-symbol.c: Use C++ exception handling.
10223 * python/py-record.c: Use C++ exception handling.
10224 * python/py-record-btrace.c: Use C++ exception handling.
10225 * python/py-progspace.c: Use C++ exception handling.
10226 * python/py-prettyprint.c: Use C++ exception handling.
10227 * python/py-param.c: Use C++ exception handling.
10228 * python/py-objfile.c: Use C++ exception handling.
10229 * python/py-linetable.c: Use C++ exception handling.
10230 * python/py-lazy-string.c: Use C++ exception handling.
10231 * python/py-infthread.c: Use C++ exception handling.
10232 * python/py-inferior.c: Use C++ exception handling.
10233 * python/py-gdb-readline.c: Use C++ exception handling.
10234 * python/py-framefilter.c: Use C++ exception handling.
10235 * python/py-frame.c: Use C++ exception handling.
10236 * python/py-finishbreakpoint.c: Use C++ exception handling.
10237 * python/py-cmd.c: Use C++ exception handling.
10238 * python/py-breakpoint.c: Use C++ exception handling.
10239 * python/py-arch.c: Use C++ exception handling.
10240 * printcmd.c: Use C++ exception handling.
10241 * ppc-linux-tdep.c: Use C++ exception handling.
10242 * parse.c: Use C++ exception handling.
10243 * p-valprint.c: Use C++ exception handling.
10244 * objc-lang.c: Use C++ exception handling.
10245 * mi/mi-main.c: Use C++ exception handling.
10246 * mi/mi-interp.c: Use C++ exception handling.
10247 * mi/mi-cmd-stack.c: Use C++ exception handling.
10248 * mi/mi-cmd-break.c: Use C++ exception handling.
10249 * main.c: Use C++ exception handling.
10250 * linux-thread-db.c: Use C++ exception handling.
10251 * linux-tdep.c: Use C++ exception handling.
10252 * linux-nat.c: Use C++ exception handling.
10253 * linux-fork.c: Use C++ exception handling.
10254 * linespec.c: Use C++ exception handling.
10255 * language.c: Use C++ exception handling.
10256 * jit.c: Use C++ exception handling.
10257 * infrun.c: Use C++ exception handling.
10258 * infcmd.c: Use C++ exception handling.
10259 * infcall.c: Use C++ exception handling.
10260 * inf-loop.c: Use C++ exception handling.
10261 * i386-tdep.c: Use C++ exception handling.
10262 * i386-linux-tdep.c: Use C++ exception handling.
10263 * guile/scm-value.c: Use C++ exception handling.
10264 * guile/scm-type.c: Use C++ exception handling.
10265 * guile/scm-symtab.c: Use C++ exception handling.
10266 * guile/scm-symbol.c: Use C++ exception handling.
10267 * guile/scm-pretty-print.c: Use C++ exception handling.
10268 * guile/scm-ports.c: Use C++ exception handling.
10269 * guile/scm-param.c: Use C++ exception handling.
10270 * guile/scm-math.c: Use C++ exception handling.
10271 * guile/scm-lazy-string.c: Use C++ exception handling.
10272 * guile/scm-frame.c: Use C++ exception handling.
10273 * guile/scm-disasm.c: Use C++ exception handling.
10274 * guile/scm-cmd.c: Use C++ exception handling.
10275 * guile/scm-breakpoint.c: Use C++ exception handling.
10276 * guile/scm-block.c: Use C++ exception handling.
10277 * guile/guile-internal.h: Use C++ exception handling.
10278 * gnu-v3-abi.c: Use C++ exception handling.
10279 * gdbtypes.c: Use C++ exception handling.
10280 * frame.c: Use C++ exception handling.
10281 * frame-unwind.c: Use C++ exception handling.
10282 * fbsd-tdep.c: Use C++ exception handling.
10283 * f-valprint.c: Use C++ exception handling.
10284 * exec.c: Use C++ exception handling.
10285 * event-top.c: Use C++ exception handling.
10286 * event-loop.c: Use C++ exception handling.
10287 * eval.c: Use C++ exception handling.
10288 * dwarf2read.c: Use C++ exception handling.
10289 * dwarf2loc.c: Use C++ exception handling.
10290 * dwarf2-frame.c: Use C++ exception handling.
10291 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10292 * dwarf-index-write.c: Use C++ exception handling.
10293 * dwarf-index-cache.c: Use C++ exception handling.
10294 * dtrace-probe.c: Use C++ exception handling.
10295 * disasm-selftests.c: Use C++ exception handling.
10296 * darwin-nat.c: Use C++ exception handling.
10297 * cp-valprint.c: Use C++ exception handling.
10298 * cp-support.c: Use C++ exception handling.
10299 * cp-abi.c: Use C++ exception handling.
10300 * corelow.c: Use C++ exception handling.
10301 * completer.c: Use C++ exception handling.
10302 * compile/compile-object-run.c: Use C++ exception handling.
10303 * compile/compile-object-load.c: Use C++ exception handling.
10304 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10305 * compile/compile-c-symbols.c: Use C++ exception handling.
10306 * common/selftest.c: Use C++ exception handling.
10307 * common/new-op.c: Use C++ exception handling.
10308 * cli/cli-script.c: Use C++ exception handling.
10309 * cli/cli-interp.c: Use C++ exception handling.
10310 * cli/cli-cmds.c: Use C++ exception handling.
10311 * c-varobj.c: Use C++ exception handling.
10312 * btrace.c: Use C++ exception handling.
10313 * breakpoint.c: Use C++ exception handling.
10314 * break-catch-throw.c: Use C++ exception handling.
10315 * arch-utils.c: Use C++ exception handling.
10316 * amd64-tdep.c: Use C++ exception handling.
10317 * ada-valprint.c: Use C++ exception handling.
10318 * ada-typeprint.c: Use C++ exception handling.
10319 * ada-lang.c: Use C++ exception handling.
10320 * aarch64-tdep.c: Use C++ exception handling.
10321
10322 2019-04-08 Tom Tromey <tom@tromey.com>
10323
10324 * xml-support.c (gdb_xml_parser::parse): Update.
10325 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10326 * value.c (show_convenience): Update.
10327 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10328 (test_parse_flags_qcs): Update.
10329 * thread.c (thr_try_catch_cmd): Update.
10330 * target.c (target_translate_tls_address): Update.
10331 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10332 (info_frame_command_core, frame_apply_command_count): Update.
10333 * rust-exp.y (rust_lex_exception_test): Update.
10334 * riscv-tdep.c (riscv_print_one_register_info): Update.
10335 * remote.c (remote_target::enable_btrace): Update.
10336 * record-btrace.c (record_btrace_enable_warn): Update.
10337 * python/py-utils.c (gdbpy_convert_exception): Update.
10338 * printcmd.c (do_one_display, print_variable_and_value): Update.
10339 * mi/mi-main.c (mi_print_exception): Update.
10340 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10341 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10342 * linux-nat.c (linux_nat_target::attach): Update.
10343 * linux-fork.c (class scoped_switch_fork_info): Update.
10344 * infrun.c (displaced_step_prepare): Update.
10345 * infcall.c (call_function_by_hand_dummy): Update.
10346 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10347 * gnu-v3-abi.c (print_one_vtable): Update.
10348 * frame.c (get_prev_frame_always): Update.
10349 * f-valprint.c (info_common_command_for_block): Update.
10350 * exec.c (try_open_exec_file): Update.
10351 * exceptions.c (print_exception, exception_print)
10352 (exception_fprintf, exception_print_same): Update.
10353 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10354 * dwarf-index-cache.c (index_cache::store)
10355 (index_cache::lookup_gdb_index): Update.
10356 * darwin-nat.c (maybe_cache_shell): Update.
10357 * cp-valprint.c (cp_print_value_fields): Update.
10358 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10359 (gcc_cplus_symbol_address): Update.
10360 * compile/compile-c-symbols.c (gcc_convert_symbol)
10361 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10362 * common/selftest.c: Update.
10363 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10364 a std::string.
10365 (exception_try_scope_entry, exception_try_scope_exit): Don't
10366 declare.
10367 (struct exception_try_scope): Remove.
10368 (TRY): Don't use exception_try_scope.
10369 (struct gdb_exception): Add constructor, operator=.
10370 <what>: New method.
10371 (struct gdb_exception_RETURN_MASK_ALL)
10372 (struct gdb_exception_RETURN_MASK_ERROR)
10373 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10374 (struct gdb_quit_bad_alloc): Update.
10375 * common/common-exceptions.c (exception_none): Change
10376 initializer.
10377 (struct catcher) <state, exception>: Initialize inline.
10378 <prev>: Remove member.
10379 (current_catcher): Remove.
10380 (catchers): New global.
10381 (exceptions_state_mc_init): Simplify.
10382 (catcher_pop): Remove.
10383 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10384 (try_scope_depth, exception_try_scope_entry)
10385 (exception_try_scope_exit): Remove.
10386 (throw_exception_sjlj): Update.
10387 (exception_messages, exception_messages_size): Remove.
10388 (throw_it): Simplify.
10389 (gdb_exception_sliced_copy): Remove.
10390 (throw_exception_cxx): Update.
10391 * cli/cli-script.c (script_from_file): Update.
10392 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10393 Update.
10394 * ada-valprint.c (ada_val_print): Update.
10395 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10396 (create_excep_cond_exprs): Update.
10397
10398 2019-04-08 Tom Tromey <tom@tromey.com>
10399
10400 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10401 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10402 (TRY, CATCH, END_CATCH): Remove some definitions.
10403 * common/common-exceptions.c: Don't use GDB_XCPT.
10404 (catcher_list_size): Remove.
10405 (throw_exception, throw_it): Simplify.
10406
10407 2019-04-05 Tom Tromey <tom@tromey.com>
10408
10409 Revert the header-sorting patch.
10410 * ft32-tdep.c: Revert.
10411 * frv-tdep.c: Revert.
10412 * frv-linux-tdep.c: Revert.
10413 * frame.c: Revert.
10414 * frame-unwind.c: Revert.
10415 * frame-base.c: Revert.
10416 * fork-child.c: Revert.
10417 * findvar.c: Revert.
10418 * findcmd.c: Revert.
10419 * filesystem.c: Revert.
10420 * filename-seen-cache.h: Revert.
10421 * filename-seen-cache.c: Revert.
10422 * fbsd-tdep.c: Revert.
10423 * fbsd-nat.h: Revert.
10424 * fbsd-nat.c: Revert.
10425 * f-valprint.c: Revert.
10426 * f-typeprint.c: Revert.
10427 * f-lang.c: Revert.
10428 * extension.h: Revert.
10429 * extension.c: Revert.
10430 * extension-priv.h: Revert.
10431 * expprint.c: Revert.
10432 * exec.h: Revert.
10433 * exec.c: Revert.
10434 * exceptions.c: Revert.
10435 * event-top.c: Revert.
10436 * event-loop.c: Revert.
10437 * eval.c: Revert.
10438 * elfread.c: Revert.
10439 * dwarf2read.h: Revert.
10440 * dwarf2read.c: Revert.
10441 * dwarf2loc.c: Revert.
10442 * dwarf2expr.h: Revert.
10443 * dwarf2expr.c: Revert.
10444 * dwarf2-frame.c: Revert.
10445 * dwarf2-frame-tailcall.c: Revert.
10446 * dwarf-index-write.h: Revert.
10447 * dwarf-index-write.c: Revert.
10448 * dwarf-index-common.c: Revert.
10449 * dwarf-index-cache.h: Revert.
10450 * dwarf-index-cache.c: Revert.
10451 * dummy-frame.c: Revert.
10452 * dtrace-probe.c: Revert.
10453 * disasm.h: Revert.
10454 * disasm.c: Revert.
10455 * disasm-selftests.c: Revert.
10456 * dictionary.c: Revert.
10457 * dicos-tdep.c: Revert.
10458 * demangle.c: Revert.
10459 * dcache.h: Revert.
10460 * dcache.c: Revert.
10461 * darwin-nat.h: Revert.
10462 * darwin-nat.c: Revert.
10463 * darwin-nat-info.c: Revert.
10464 * d-valprint.c: Revert.
10465 * d-namespace.c: Revert.
10466 * d-lang.c: Revert.
10467 * ctf.c: Revert.
10468 * csky-tdep.c: Revert.
10469 * csky-linux-tdep.c: Revert.
10470 * cris-tdep.c: Revert.
10471 * cris-linux-tdep.c: Revert.
10472 * cp-valprint.c: Revert.
10473 * cp-support.c: Revert.
10474 * cp-namespace.c: Revert.
10475 * cp-abi.c: Revert.
10476 * corelow.c: Revert.
10477 * corefile.c: Revert.
10478 * continuations.c: Revert.
10479 * completer.h: Revert.
10480 * completer.c: Revert.
10481 * complaints.c: Revert.
10482 * coffread.c: Revert.
10483 * coff-pe-read.c: Revert.
10484 * cli-out.h: Revert.
10485 * cli-out.c: Revert.
10486 * charset.c: Revert.
10487 * c-varobj.c: Revert.
10488 * c-valprint.c: Revert.
10489 * c-typeprint.c: Revert.
10490 * c-lang.c: Revert.
10491 * buildsym.c: Revert.
10492 * buildsym-legacy.c: Revert.
10493 * build-id.h: Revert.
10494 * build-id.c: Revert.
10495 * btrace.c: Revert.
10496 * bsd-uthread.c: Revert.
10497 * breakpoint.h: Revert.
10498 * breakpoint.c: Revert.
10499 * break-catch-throw.c: Revert.
10500 * break-catch-syscall.c: Revert.
10501 * break-catch-sig.c: Revert.
10502 * blockframe.c: Revert.
10503 * block.c: Revert.
10504 * bfin-tdep.c: Revert.
10505 * bfin-linux-tdep.c: Revert.
10506 * bfd-target.c: Revert.
10507 * bcache.c: Revert.
10508 * ax-general.c: Revert.
10509 * ax-gdb.h: Revert.
10510 * ax-gdb.c: Revert.
10511 * avr-tdep.c: Revert.
10512 * auxv.c: Revert.
10513 * auto-load.c: Revert.
10514 * arm-wince-tdep.c: Revert.
10515 * arm-tdep.c: Revert.
10516 * arm-symbian-tdep.c: Revert.
10517 * arm-pikeos-tdep.c: Revert.
10518 * arm-obsd-tdep.c: Revert.
10519 * arm-nbsd-tdep.c: Revert.
10520 * arm-nbsd-nat.c: Revert.
10521 * arm-linux-tdep.c: Revert.
10522 * arm-linux-nat.c: Revert.
10523 * arm-fbsd-tdep.c: Revert.
10524 * arm-fbsd-nat.c: Revert.
10525 * arm-bsd-tdep.c: Revert.
10526 * arch-utils.c: Revert.
10527 * arc-tdep.c: Revert.
10528 * arc-newlib-tdep.c: Revert.
10529 * annotate.h: Revert.
10530 * annotate.c: Revert.
10531 * amd64-windows-tdep.c: Revert.
10532 * amd64-windows-nat.c: Revert.
10533 * amd64-tdep.c: Revert.
10534 * amd64-sol2-tdep.c: Revert.
10535 * amd64-obsd-tdep.c: Revert.
10536 * amd64-obsd-nat.c: Revert.
10537 * amd64-nbsd-tdep.c: Revert.
10538 * amd64-nbsd-nat.c: Revert.
10539 * amd64-nat.c: Revert.
10540 * amd64-linux-tdep.c: Revert.
10541 * amd64-linux-nat.c: Revert.
10542 * amd64-fbsd-tdep.c: Revert.
10543 * amd64-fbsd-nat.c: Revert.
10544 * amd64-dicos-tdep.c: Revert.
10545 * amd64-darwin-tdep.c: Revert.
10546 * amd64-bsd-nat.c: Revert.
10547 * alpha-tdep.c: Revert.
10548 * alpha-obsd-tdep.c: Revert.
10549 * alpha-nbsd-tdep.c: Revert.
10550 * alpha-mdebug-tdep.c: Revert.
10551 * alpha-linux-tdep.c: Revert.
10552 * alpha-linux-nat.c: Revert.
10553 * alpha-bsd-tdep.c: Revert.
10554 * alpha-bsd-nat.c: Revert.
10555 * aix-thread.c: Revert.
10556 * agent.c: Revert.
10557 * addrmap.c: Revert.
10558 * ada-varobj.c: Revert.
10559 * ada-valprint.c: Revert.
10560 * ada-typeprint.c: Revert.
10561 * ada-tasks.c: Revert.
10562 * ada-lang.c: Revert.
10563 * aarch64-tdep.c: Revert.
10564 * aarch64-ravenscar-thread.c: Revert.
10565 * aarch64-newlib-tdep.c: Revert.
10566 * aarch64-linux-tdep.c: Revert.
10567 * aarch64-linux-nat.c: Revert.
10568 * aarch64-fbsd-tdep.c: Revert.
10569 * aarch64-fbsd-nat.c: Revert.
10570 * aarch32-linux-nat.c: Revert.
10571
10572 2019-04-05 Tom Tromey <tom@tromey.com>
10573
10574 * ft32-tdep.c: Sort headers.
10575 * frv-tdep.c: Sort headers.
10576 * frv-linux-tdep.c: Sort headers.
10577 * frame.c: Sort headers.
10578 * frame-unwind.c: Sort headers.
10579 * frame-base.c: Sort headers.
10580 * fork-child.c: Sort headers.
10581 * findvar.c: Sort headers.
10582 * findcmd.c: Sort headers.
10583 * filesystem.c: Sort headers.
10584 * filename-seen-cache.h: Sort headers.
10585 * filename-seen-cache.c: Sort headers.
10586 * fbsd-tdep.c: Sort headers.
10587 * fbsd-nat.h: Sort headers.
10588 * fbsd-nat.c: Sort headers.
10589 * f-valprint.c: Sort headers.
10590 * f-typeprint.c: Sort headers.
10591 * f-lang.c: Sort headers.
10592 * extension.h: Sort headers.
10593 * extension.c: Sort headers.
10594 * extension-priv.h: Sort headers.
10595 * expprint.c: Sort headers.
10596 * exec.h: Sort headers.
10597 * exec.c: Sort headers.
10598 * exceptions.c: Sort headers.
10599 * event-top.c: Sort headers.
10600 * event-loop.c: Sort headers.
10601 * eval.c: Sort headers.
10602 * elfread.c: Sort headers.
10603 * dwarf2read.h: Sort headers.
10604 * dwarf2read.c: Sort headers.
10605 * dwarf2loc.c: Sort headers.
10606 * dwarf2expr.h: Sort headers.
10607 * dwarf2expr.c: Sort headers.
10608 * dwarf2-frame.c: Sort headers.
10609 * dwarf2-frame-tailcall.c: Sort headers.
10610 * dwarf-index-write.h: Sort headers.
10611 * dwarf-index-write.c: Sort headers.
10612 * dwarf-index-common.c: Sort headers.
10613 * dwarf-index-cache.h: Sort headers.
10614 * dwarf-index-cache.c: Sort headers.
10615 * dummy-frame.c: Sort headers.
10616 * dtrace-probe.c: Sort headers.
10617 * disasm.h: Sort headers.
10618 * disasm.c: Sort headers.
10619 * disasm-selftests.c: Sort headers.
10620 * dictionary.c: Sort headers.
10621 * dicos-tdep.c: Sort headers.
10622 * demangle.c: Sort headers.
10623 * dcache.h: Sort headers.
10624 * dcache.c: Sort headers.
10625 * darwin-nat.h: Sort headers.
10626 * darwin-nat.c: Sort headers.
10627 * darwin-nat-info.c: Sort headers.
10628 * d-valprint.c: Sort headers.
10629 * d-namespace.c: Sort headers.
10630 * d-lang.c: Sort headers.
10631 * ctf.c: Sort headers.
10632 * csky-tdep.c: Sort headers.
10633 * csky-linux-tdep.c: Sort headers.
10634 * cris-tdep.c: Sort headers.
10635 * cris-linux-tdep.c: Sort headers.
10636 * cp-valprint.c: Sort headers.
10637 * cp-support.c: Sort headers.
10638 * cp-namespace.c: Sort headers.
10639 * cp-abi.c: Sort headers.
10640 * corelow.c: Sort headers.
10641 * corefile.c: Sort headers.
10642 * continuations.c: Sort headers.
10643 * completer.h: Sort headers.
10644 * completer.c: Sort headers.
10645 * complaints.c: Sort headers.
10646 * coffread.c: Sort headers.
10647 * coff-pe-read.c: Sort headers.
10648 * cli-out.h: Sort headers.
10649 * cli-out.c: Sort headers.
10650 * charset.c: Sort headers.
10651 * c-varobj.c: Sort headers.
10652 * c-valprint.c: Sort headers.
10653 * c-typeprint.c: Sort headers.
10654 * c-lang.c: Sort headers.
10655 * buildsym.c: Sort headers.
10656 * buildsym-legacy.c: Sort headers.
10657 * build-id.h: Sort headers.
10658 * build-id.c: Sort headers.
10659 * btrace.c: Sort headers.
10660 * bsd-uthread.c: Sort headers.
10661 * breakpoint.h: Sort headers.
10662 * breakpoint.c: Sort headers.
10663 * break-catch-throw.c: Sort headers.
10664 * break-catch-syscall.c: Sort headers.
10665 * break-catch-sig.c: Sort headers.
10666 * blockframe.c: Sort headers.
10667 * block.c: Sort headers.
10668 * bfin-tdep.c: Sort headers.
10669 * bfin-linux-tdep.c: Sort headers.
10670 * bfd-target.c: Sort headers.
10671 * bcache.c: Sort headers.
10672 * ax-general.c: Sort headers.
10673 * ax-gdb.h: Sort headers.
10674 * ax-gdb.c: Sort headers.
10675 * avr-tdep.c: Sort headers.
10676 * auxv.c: Sort headers.
10677 * auto-load.c: Sort headers.
10678 * arm-wince-tdep.c: Sort headers.
10679 * arm-tdep.c: Sort headers.
10680 * arm-symbian-tdep.c: Sort headers.
10681 * arm-pikeos-tdep.c: Sort headers.
10682 * arm-obsd-tdep.c: Sort headers.
10683 * arm-nbsd-tdep.c: Sort headers.
10684 * arm-nbsd-nat.c: Sort headers.
10685 * arm-linux-tdep.c: Sort headers.
10686 * arm-linux-nat.c: Sort headers.
10687 * arm-fbsd-tdep.c: Sort headers.
10688 * arm-fbsd-nat.c: Sort headers.
10689 * arm-bsd-tdep.c: Sort headers.
10690 * arch-utils.c: Sort headers.
10691 * arc-tdep.c: Sort headers.
10692 * arc-newlib-tdep.c: Sort headers.
10693 * annotate.h: Sort headers.
10694 * annotate.c: Sort headers.
10695 * amd64-windows-tdep.c: Sort headers.
10696 * amd64-windows-nat.c: Sort headers.
10697 * amd64-tdep.c: Sort headers.
10698 * amd64-sol2-tdep.c: Sort headers.
10699 * amd64-obsd-tdep.c: Sort headers.
10700 * amd64-obsd-nat.c: Sort headers.
10701 * amd64-nbsd-tdep.c: Sort headers.
10702 * amd64-nbsd-nat.c: Sort headers.
10703 * amd64-nat.c: Sort headers.
10704 * amd64-linux-tdep.c: Sort headers.
10705 * amd64-linux-nat.c: Sort headers.
10706 * amd64-fbsd-tdep.c: Sort headers.
10707 * amd64-fbsd-nat.c: Sort headers.
10708 * amd64-dicos-tdep.c: Sort headers.
10709 * amd64-darwin-tdep.c: Sort headers.
10710 * amd64-bsd-nat.c: Sort headers.
10711 * alpha-tdep.c: Sort headers.
10712 * alpha-obsd-tdep.c: Sort headers.
10713 * alpha-nbsd-tdep.c: Sort headers.
10714 * alpha-mdebug-tdep.c: Sort headers.
10715 * alpha-linux-tdep.c: Sort headers.
10716 * alpha-linux-nat.c: Sort headers.
10717 * alpha-bsd-tdep.c: Sort headers.
10718 * alpha-bsd-nat.c: Sort headers.
10719 * aix-thread.c: Sort headers.
10720 * agent.c: Sort headers.
10721 * addrmap.c: Sort headers.
10722 * ada-varobj.c: Sort headers.
10723 * ada-valprint.c: Sort headers.
10724 * ada-typeprint.c: Sort headers.
10725 * ada-tasks.c: Sort headers.
10726 * ada-lang.c: Sort headers.
10727 * aarch64-tdep.c: Sort headers.
10728 * aarch64-ravenscar-thread.c: Sort headers.
10729 * aarch64-newlib-tdep.c: Sort headers.
10730 * aarch64-linux-tdep.c: Sort headers.
10731 * aarch64-linux-nat.c: Sort headers.
10732 * aarch64-fbsd-tdep.c: Sort headers.
10733 * aarch64-fbsd-nat.c: Sort headers.
10734 * aarch32-linux-nat.c: Sort headers.
10735
10736 2019-04-04 Tom Tromey <tom@tromey.com>
10737
10738 * varobj.c (varobj_create): Update.
10739 * rust-exp.y (struct rust_parser) <update_innermost_block,
10740 lookup_symbol>: New methods.
10741 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10742 Rename.
10743 (rust_parser::rust_lookup_type)
10744 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10745 * printcmd.c (display_command, do_one_display): Update.
10746 * parser-defs.h (struct parser_state) <parser_state>: Add
10747 "tracker" parameter.
10748 (block_tracker): New member.
10749 (class innermost_block_tracker) <innermost_block_tracker>: Add
10750 "types" parameter.
10751 <reset>: Remove method.
10752 (innermost_block): Don't declare.
10753 (null_post_parser): Update.
10754 * parse.c (innermost_block): Remove global.
10755 (write_dollar_variable): Update.
10756 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10757 Remove "tracker_types" parameter.
10758 (parse_expression): Add "tracker" parameter.
10759 (parse_expression_for_completion): Update.
10760 (null_post_parser): Add "tracker" parameter.
10761 * p-exp.y: Update rules.
10762 * m2-exp.y: Update rules.
10763 * language.h (struct language_defn) <la_post_parser>: Add
10764 "tracker" parameter.
10765 * go-exp.y: Update rules.
10766 * f-exp.y: Update rules.
10767 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10768 parameter.
10769 * d-exp.y: Update rules.
10770 * c-exp.y: Update rules.
10771 * breakpoint.c (set_breakpoint_condition): Create an
10772 innermost_block_tracker.
10773 (watch_command_1): Likewise.
10774 * ada-lang.c (resolve): Add "tracker" parameter.
10775 (resolve_subexp): Likewise.
10776 * ada-exp.y (write_var_from_sym): Update.
10777
10778 2019-04-04 Tom Tromey <tom@tromey.com>
10779
10780 * type-stack.h: New file.
10781 * type-stack.c: New file.
10782 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10783 type-stack.h.
10784 (insert_into_type_stack, insert_type, push_type, push_type_int)
10785 (insert_type_address_space, pop_type, pop_type_int)
10786 (pop_typelist, pop_type_stack, append_type_stack)
10787 (push_type_stack, get_type_stack, push_typelist)
10788 (follow_type_instance_flags, follow_types): Don't declare.
10789 * parse.c (type_stack): Remove global.
10790 (parse_exp_in_context): Update.
10791 (insert_into_type_stack, insert_type, push_type, push_type_int)
10792 (insert_type_address_space, pop_type, pop_type_int)
10793 (pop_typelist, pop_type_stack, append_type_stack)
10794 (push_type_stack, get_type_stack, push_typelist)
10795 (follow_type_instance_flags, follow_types): Remove (moved to
10796 type-stack.c).
10797 * f-exp.y (type_stack): New global.
10798 Update rules.
10799 (push_kind_type, f_parse): Update.
10800 * d-exp.y (type_stack): New global.
10801 Update rules.
10802 (d_parse): Update.
10803 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10804 Update rules.
10805 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10806 (HFILES_NO_SRCDIR): Add type-stack.h.
10807
10808 2019-04-04 Tom Tromey <tom@tromey.com>
10809
10810 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10811 (rust_parser::convert_ast_to_expression, rust_parse)
10812 (rust_lex_test_completion, rust_lex_tests): Update.
10813 * parser-defs.h (struct expr_completion_state): New.
10814 (struct parser_state) <parser_state>: Add completion parameter.
10815 <mark_struct_expression, mark_completion_tag>: New methods.
10816 <parse_completion, m_completion_state>: New members.
10817 (prefixify_expression, null_post_parser): Update.
10818 (mark_struct_expression, mark_completion_tag): Don't declare.
10819 * parse.c (parse_completion, expout_last_struct)
10820 (expout_tag_completion_type, expout_completion_name): Remove
10821 globals.
10822 (parser_state::mark_struct_expression)
10823 (parser_state::mark_completion_tag): Now methods.
10824 (prefixify_expression): Add last_struct parameter.
10825 (prefixify_subexp): Likewise.
10826 (parse_exp_1): Update.
10827 (parse_exp_in_context): Add cstate parameter. Update.
10828 (parse_expression_for_completion): Create an
10829 expr_completion_state.
10830 (null_post_parser): Add "completion" parameter.
10831 * p-exp.y: Update rules.
10832 (yylex): Update.
10833 * language.h (struct language_defn) <la_post_parser>: Add
10834 "completing" parameter.
10835 * go-exp.y: Update rules.
10836 (lex_one_token): Update.
10837 * expression.h (parse_completion): Don't declare.
10838 * d-exp.y: Update rules.
10839 (lex_one_token): Update rules.
10840 * c-exp.y: Update rules.
10841 (lex_one_token): Update.
10842 * ada-lang.c (resolve): Add "parse_completion" parameter.
10843 (resolve_subexp): Likewise.
10844 (ada_resolve_function): Likewise.
10845
10846 2019-04-04 Tom Tromey <tom@tromey.com>
10847
10848 * parser-defs.h (struct parser_state) <start_arglist,
10849 end_arglist>: New methods.
10850 <arglist_len, m_funcall_chain>: New members.
10851 (arglist_len, start_arglist, end_arglist): Don't declare.
10852 * parse.c (arglist_len, funcall_chain): Remove global.
10853 (start_arglist, end_arglist): Remove functions.
10854 (parse_exp_in_context): Update.
10855 * p-exp.y: Update rules.
10856 * m2-exp.y: Update rules.
10857 * go-exp.y: Update rules.
10858 * f-exp.y: Update rules.
10859 * d-exp.y: Update rules.
10860 * c-exp.y: Update rules.
10861
10862 2019-04-04 Tom Tromey <tom@tromey.com>
10863
10864 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10865 lex_operator, push_back>: New methods.
10866 Update all rules.
10867 (rust_parser::lex_hex, lex_escape): Rename and update.
10868 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10869 (rust_parser::lex_operator): Rename and update.
10870 (rust_parser::lex_number, rustyylex, rustyyerror)
10871 (rust_lex_test_init, rust_lex_test_sequence)
10872 (rust_lex_test_push_back, rust_lex_tests): Update.
10873 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10874 parameter.
10875 <lexptr, prev_lexptr>: New members.
10876 (lexptr, prev_lexptr): Don't declare.
10877 * parse.c (lexptr, prev_lexptr): Remove globals.
10878 (parse_exp_in_context): Update.
10879 * p-exp.y (yylex, yyerror): Update.
10880 * m2-exp.y (parse_number, yylex, yyerror): Update.
10881 * go-exp.y (lex_one_token, yyerror): Update.
10882 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10883 * d-exp.y (lex_one_token, yyerror): Update.
10884 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10885 (lex_one_token, yyerror): Update.
10886 * ada-lex.l (YY_INPUT): Update.
10887 (rewind_to_char): Update.
10888 * ada-exp.y (yyerror): Update.
10889
10890 2019-04-04 Tom Tromey <tom@tromey.com>
10891
10892 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10893 * parser-defs.h (struct parser_state) <parser_state>: Add new
10894 parameter.
10895 <comma_terminates>: New member.
10896 (comma_terminates): Don't declare global.
10897 * parse.c (comma_terminates): Remove global.
10898 (parse_exp_in_context): Update.
10899 * p-exp.y (yylex): Update.
10900 * m2-exp.y (yylex): Update.
10901 * go-exp.y (lex_one_token): Update.
10902 * f-exp.y (yylex): Update.
10903 * d-exp.y (lex_one_token): Update.
10904 * c-exp.y (lex_one_token): Update.
10905 * ada-lex.l: Update.
10906
10907 2019-04-04 Tom Tromey <tom@tromey.com>
10908
10909 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10910 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10911 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10912 * parser-defs.h (paren_depth): Don't declare.
10913 * parse.c (paren_depth): Remove global.
10914 (parse_exp_in_context): Update.
10915 * p-exp.y (paren_depth): New global.
10916 (pascal_parse): Initialize it.
10917 * m2-exp.y (paren_depth): New global.
10918 (m2_parse): Initialize it.
10919 * go-exp.y (paren_depth): New global.
10920 (go_parse): Initialize it.
10921 * f-exp.y (paren_depth): New global.
10922 (f_parse): Initialize it.
10923 * d-exp.y (paren_depth): New global.
10924 (d_parse): Initialize it.
10925 * c-exp.y (paren_depth): New global.
10926 (c_parse): Initialize it.
10927 * ada-lex.l (paren_depth): New global.
10928 (lexer_init): Initialize it.
10929
10930 2019-04-04 Tom Tromey <tom@tromey.com>
10931
10932 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10933 (rust_parser::convert_ast_to_type)
10934 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10935 * parser-defs.h (struct parser_state) <parser_state>: Add
10936 parameters. Initialize new members.
10937 <expression_context_block, expression_context_pc>: New members.
10938 * parse.c (expression_context_block, expression_context_pc):
10939 Remove globals.
10940 (parse_exp_in_context): Update.
10941 * p-exp.y: Update all rules.
10942 (yylex): Update.
10943 * m2-exp.y: Update all rules.
10944 (yylex): Update.
10945 * go-exp.y (yylex): Update.
10946 * f-exp.y (yylex): Update.
10947 * d-exp.y: Update all rules.
10948 (yylex): Update.
10949 * c-exp.y: Update all rules.
10950 (lex_one_token, classify_name, yylex, c_parse): Update.
10951 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10952
10953 2019-04-04 Tom Tromey <tom@tromey.com>
10954
10955 * gdbarch.h, gdbarch.c: Rebuild.
10956 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10957 * stap-probe.h:
10958 (struct stap_parse_info): Replace "parser_state" with
10959 "expr_builder".
10960 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10961 (parser_state): New class.
10962 * parse.c (expr_builder): Rename.
10963 (expr_builder::release): Rename.
10964 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10965 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10966 (write_exp_elt_longcst, write_exp_elt_floatcst)
10967 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10968 (write_exp_string_vector, write_exp_bitstring)
10969 (write_exp_msymbol, mark_struct_expression)
10970 (write_dollar_variable)
10971 (insert_type_address_space, increase_expout_size): Replace
10972 "parser_state" with "expr_builder".
10973 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10974 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10975 "parser_state" with "expr_builder".
10976
10977 2019-04-04 Tom Tromey <tom@tromey.com>
10978
10979 * rust-exp.y: Replace "parse_language" with method call.
10980 * p-exp.y:
10981 (yylex): Replace "parse_language" with method call.
10982 * m2-exp.y:
10983 (yylex): Replace "parse_language" with method call.
10984 * go-exp.y (classify_name): Replace "parse_language" with method
10985 call.
10986 * f-exp.y (yylex): Replace "parse_language" with method call.
10987 * d-exp.y (lex_one_token): Replace "parse_language" with method
10988 call.
10989 * c-exp.y:
10990 (lex_one_token, classify_name, yylex): Replace "parse_language"
10991 with method call.
10992 * ada-exp.y (find_primitive_type, type_char)
10993 (type_system_address): Replace "parse_language" with method call.
10994
10995 2019-04-04 Tom Tromey <tom@tromey.com>
10996
10997 * rust-exp.y: Replace "parse_gdbarch" with method call.
10998 * parse.c (write_dollar_variable, insert_type_address_space):
10999 Replace "parse_gdbarch" with method call.
11000 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11001 call.
11002 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11003 call.
11004 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11005 "parse_gdbarch" with method call.
11006 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11007 with method call.
11008 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11009 "parse_gdbarch" with method call.
11010 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11011 "parse_gdbarch" with method call.
11012 * c-exp.y (parse_type, parse_number, classify_name): Replace
11013 "parse_gdbarch" with method call.
11014 * ada-lex.l: Replace "parse_gdbarch" with method call.
11015 * ada-exp.y (parse_type, find_primitive_type, type_char)
11016 (type_system_address): Replace "parse_gdbarch" with method call.
11017
11018 2019-04-04 Tom Tromey <tom@tromey.com>
11019
11020 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11021 * stap-probe.c (stap_parse_argument): Update.
11022 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11023 initial_size parameter.
11024 * rust-exp.y (rust_lex_tests): Update.
11025 * parse.c (parser_state): Update.
11026 (parse_exp_in_context): Update.
11027 * parser-defs.h (struct parser_state) <parser_state>: Remove
11028 "initial_size" parameter.
11029
11030 2019-04-04 Tom Tromey <tom@tromey.com>
11031
11032 * parser-defs.h (increase_expout_size): Don't declare.
11033 * parse.c (increase_expout_size): Now static.
11034
11035 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11036
11037 * gnu-nat.c (gnu_nat_target::wait): Fix
11038 target_waitstatus_to_string call.
11039
11040 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11041
11042 * eval.c (evaluate_subexp_standard): Handle internal functions
11043 during Fortran function call handling.
11044
11045 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11046
11047 * NEWS: Mention new internal functions.
11048 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11049 (read_base_type): Use dwarf2_init_complex_target_type.
11050 * value.c (creal_internal_fn): New function.
11051 (cimag_internal_fn): New function.
11052 (_initialize_values): Register new internal functions.
11053
11054 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11055
11056 * infrun.c (stop_all_threads): If debug_infrun, always
11057 trace the wait status after wait_one, using
11058 target_waitstatus_to_string and target_pid_to_str.
11059 (handle_inferior_event): Replace various trace of
11060 wait status kind by a single trace.
11061 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11062 wait status kind image by target_waitstatus_to_string.
11063 * target/waitstatus.c (target_waitstatus_to_string): Fix
11064 obsolete comment.
11065
11066 2019-04-01 Tom Tromey <tromey@adacore.com>
11067
11068 PR symtab/23331:
11069 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11070
11071 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11072 Pedro Alves <palves@redhat.com>
11073
11074 * top.c (quit_force): Call 'finalize_values'.
11075 * value.c (finalize_values): New function.
11076 * value.h (finalize_values): Declare.
11077
11078 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11079
11080 * NEWS: Announce $_gdb_major and $_gdb_minor.
11081
11082 * top.c (init_gdb_version_vars): New function.
11083 (gdb_init): Call init_gdb_version_vars.
11084
11085 2019-03-29 Tom Tromey <tromey@adacore.com>
11086
11087 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11088 help text. Remove dead code.
11089
11090 2019-03-29 Keith Seitz <keiths@redhat.com>
11091
11092 From Siddhesh Poyarekar:
11093 * f-lang.h (f77_get_upperbound): Return LONGEST.
11094 (f77_get_lowerbound): Likewise.
11095 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11096 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11097 print them.
11098 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11099 plongest to format print it.
11100 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11101 (f77_get_upperbound): Likewise.
11102 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11103 LOWER_BOUND to LONGEST.
11104 (f77_create_arrayprint_offset_tbl): Likewise.
11105
11106 2019-03-29 Keith Seitz <keiths@redhat.com>
11107
11108 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11109 %s/pulongest for TYPE_LENGTH instead of %d in format
11110 strings.
11111 * ada-typerint.c (ada_print_type): Likewise.
11112 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11113 * compile/compile-c-support.c (generate_register_struct): Likewise.
11114 * gdbtypes.c (recursive_dump_type): Likewise.
11115 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11116 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11117 instead of %d in format strings.
11118 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11119 to std::min to ULONGEST.
11120 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11121 instead of %d in format strings.
11122 * tracepoint.c (info_scope_command): Likewise.
11123 * typeprint.c (print_offset_data::update)
11124 (print_offset_data::finish): Likewise.
11125 * xtensa-tdep.c (xtensa_store_return_value)
11126 (xtensa_push_dummy_call): Likewise.
11127
11128 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11129
11130 * windows-nat.c (display_selector): Fixed format specifications
11131 for 64-bit Cygwin.
11132
11133 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11134
11135 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11136
11137 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11138
11139 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11140 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11141 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11142 (nios2_linux_init_abi): Install it.
11143
11144 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11145
11146 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11147
11148 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11149
11150 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11151
11152 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11153 Tom Tromey <tromey@adacore.com>
11154
11155 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11156
11157 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11160 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11161 method to compute the bounds of range types. Also print "[evaluated]"
11162 if the bounds' values come from a dynamic evaluation.
11163
11164 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11165
11166 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11167 whitespace when pretty printing is on.
11168
11169 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11170
11171 * ppc-linux-nat.c: Add include.
11172
11173 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11174
11175 * NEWS: Mention AArch64 Pointer Authentication.
11176
11177 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11178
11179 * arm-linux-nat.c: Add include.
11180
11181 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11182
11183 * source-cache.c (source_cache::get_source_lines): Re-read
11184 fullname after calling open_source_file.
11185
11186 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11187
11188 * NEWS: Mention TLS support for FreeBSD.
11189
11190 2019-03-25 Tom Tromey <tromey@adacore.com>
11191
11192 * minsyms.c (BUNCH_SIZE): Update comment.
11193 (~minimal_symbol_reader): Remove old comment.
11194 (compact_minimal_symbols): Update comment.
11195 (minimal_symbol_reader::install): Remove old comment. Update
11196 other comments.
11197
11198 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11199
11200 * s390-linux-nat.c: Add include.
11201
11202 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11203
11204 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11205 Call linux_get_hwcap.
11206 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11207 Likewise.
11208 (aarch64_linux_get_hwcap): Remove function.
11209 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11210 declaration.
11211 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11212 linux_get_hwcap.
11213 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11214 * linux-tdep.c (linux_get_hwcap): Add function.
11215 (linux_get_hwcap2): Likewise.
11216 * linux-tdep.h (linux_get_hwcap): Add declaration.
11217 (linux_get_hwcap2): Likewise.
11218 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11219 (ppc_linux_get_hwcap2): Likewise.
11220 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11221 linux_get_hwcap.
11222 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11223 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11224 (ppc_linux_nat_target::read_description): Likewise.
11225 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11226 * s390-linux-nat.c: Likewise.
11227 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11228
11229 2019-03-24 Tom Tromey <tom@tromey.com>
11230
11231 * ada-lang.c (standard_lookup): Simplify initialization.
11232 (ada_lookup_symbol_nonlocal): Simplify return.
11233 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11234 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11235 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11236 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11237 initialization.
11238 * solib.c (solib_global_lookup): Simplify.
11239 * symtab.c (null_block_symbol): Remove.
11240 (symbol_cache_lookup): Simplify returns.
11241 (lookup_language_this): Simplify returns.
11242 (lookup_symbol_aux): Simplify return.
11243 (lookup_local_symbol): Simplify returns.
11244 (lookup_global_symbol_from_objfile): Simplify return.
11245 (lookup_symbol_in_objfile_symtabs)
11246 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11247 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11248 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11249 * cp-namespace.c (cp_lookup_bare_symbol)
11250 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11251 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11252 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11253 (cp_lookup_symbol_via_imports): Simplify initialization.
11254 (find_symbol_in_baseclass): Likewise.
11255 * symtab.h (null_block_symbol): Remove.
11256 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11257 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11258 (d_lookup_symbol_module): Likewise.
11259 (find_symbol_in_baseclass): Simplify initialization.
11260
11261 2019-03-24 Tom Tromey <tom@tromey.com>
11262
11263 * expression.h: Don't include symtab.h.
11264 (struct block): Forward declare.
11265
11266 2019-03-24 Tom Tromey <tom@tromey.com>
11267
11268 * c-exp.y (typebase): Remove casts.
11269 * gdbtypes.c (lookup_unsigned_typename, )
11270 (lookup_signed_typename): Remove cast.
11271 * eval.c (parse_to_comma_and_eval): Remove cast.
11272 * parse.c (write_dollar_variable): Remove cast.
11273 * block.h (struct block) <superblock>: Now const.
11274 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11275 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11276 (map_block): Make "block" const.
11277 * symfile.h (struct quick_symbol_functions)
11278 <map_matching_symbols>: Constify block argument to "callback".
11279 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11280 const.
11281 (find_pc_sect_compunit_symtab): Make "b" const.
11282 (find_symbol_at_address): Likewise.
11283 (search_symbols): Likewise.
11284 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11285 (dw2_debug_names_lookup_symbol): Likewise.
11286 (dw2_map_matching_symbols): Update.
11287 * p-valprint.c (pascal_val_print): Remove "block".
11288 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11289 (aux_add_nonlocal_symbols): Make "block" const.
11290 (resolve_subexp): Remove cast.
11291 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11292 const.
11293 (iterate_over_file_blocks): Likewise.
11294 * f-exp.y (%union) <bval>: Remove.
11295 * coffread.c (patch_opaque_types): Make "b" const.
11296 * spu-tdep.c (spu_catch_start): Make "block" const.
11297 * c-valprint.c (print_unpacked_pointer): Remove "block".
11298 * symmisc.c (dump_symtab_1): Make "b" const.
11299 (block_depth): Make "block" const.
11300 * d-exp.y (%union) <bval>: Remove.
11301 * cp-support.h (cp_lookup_rtti_type): Update.
11302 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11303 * psymtab.c (psym_lookup_symbol): Make "block" const.
11304 (maintenance_check_psymtabs): Make "b" const.
11305 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11306 (enumerate_locals, enumerate_args): Update.
11307 * python/py-symtab.c (stpy_global_block): Make "block" const.
11308 (stpy_static_block): Likewise.
11309 * inline-frame.c (block_starting_point_at): Make "new_block"
11310 const.
11311 * block.c (find_block_in_blockvector): Make return type const.
11312 (blockvector_for_pc_sect): Make "b" const.
11313 (find_block_in_blockvector): Make "b" const.
11314
11315 2019-03-23 Tom Tromey <tom@tromey.com>
11316
11317 * varobj.c (varobj_create): Update.
11318 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11319 * printcmd.c (display_command, do_one_display): Don't reset
11320 innermost_block.
11321 * parser-defs.h (enum innermost_block_tracker_type): Move to
11322 expression.h.
11323 (innermost_block): Update comment.
11324 * parse.c (parse_exp_1): Add tracker_types parameter.
11325 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11326 tracker_types parameter. Reset innermost_block.
11327 (parse_exp_in_context): Remove.
11328 (parse_expression_for_completion): Update.
11329 * objfiles.c (~objfile): Don't reset expression_context_block or
11330 innermost_block.
11331 * expression.h (enum innermost_block_tracker_type): Move from
11332 parser-defs.h.
11333 (parse_exp_1): Add tracker_types parameter.
11334 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11335 reset innermost_block.
11336
11337 2019-03-23 Tom Tromey <tom@tromey.com>
11338
11339 * objfiles.h: Include bcache.h.
11340
11341 2019-03-23 Tom Tromey <tom@tromey.com>
11342
11343 * linespec.c (get_current_search_block): Use
11344 scoped_restore_current_language.
11345 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11346
11347 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11348 Jiong Wang <jiong.wang@arm.com>
11349
11350 * aarch64-linux-tdep.c
11351 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11352 section.
11353 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11354
11355 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11356 Jiong Wang <jiong.wang@arm.com>
11357
11358 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11359 instructions.
11360 (aarch64_analyze_prologue_test): Add PACIASP test.
11361 (aarch64_prologue_prev_register): Unmask PC value.
11362
11363 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11364 Jiong Wang <jiong.wang@arm.com>
11365
11366 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11367 (aarch64_dwarf2_prev_register): Unmask PC value.
11368 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11369 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11370 DW_CFA_AARCH64_negate_ra_state.
11371 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11372
11373 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11374 Jiong Wang <jiong.wang@arm.com>
11375
11376 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11377 registers.
11378 (aarch64_pseudo_register_name): Likewise.
11379 (aarch64_pseudo_register_type): Likewise.
11380 (aarch64_pseudo_register_reggroup_p): Likewise.
11381 (aarch64_gdbarch_init): Add pauth registers.
11382 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11383 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11384 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11385 (struct gdbarch_tdep): Add regnum for ra_state.
11386
11387 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11388 Jiong Wang <jiong.wang@arm.com>
11389
11390 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11391
11392 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11393 Jiong Wang <jiong.wang@arm.com>
11394
11395 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11396 function.
11397 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11398 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11399 (aarch64_gdbarch_init): Add puth registers.
11400 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11401 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11402 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11403
11404 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11405 Jiong Wang <jiong.wang@arm.com>
11406
11407 * aarch64-linux-nat.c
11408 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11409 * aarch64-linux-tdep.c
11410 (aarch64_linux_core_read_description): Likewise.
11411 (aarch64_linux_get_hwcap): New function.
11412 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11413 (aarch64_linux_get_hwcap): New declaration.
11414
11415 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11416 Jiong Wang <jiong.wang@arm.com>
11417
11418 * aarch64-linux-nat.c
11419 (aarch64_linux_nat_target::read_description): Add pauth param.
11420 * aarch64-linux-tdep.c
11421 (aarch64_linux_core_read_description): Likewise.
11422 * aarch64-tdep.c (struct target_desc): Add in pauth.
11423 (aarch64_read_description): Add pauth param.
11424 (aarch64_gdbarch_init): Likewise.
11425 * aarch64-tdep.h (aarch64_read_description): Likewise.
11426 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11427 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11428 * features/Makefile: Add new files.
11429 * features/aarch64-pauth.c: New file.
11430 * features/aarch64-pauth.xml: New file.
11431
11432 2019-03-20 Tom Tromey <tromey@adacore.com>
11433
11434 * infrun.c (handle_inferior_event): Rename from
11435 handle_inferior_event_1. Create a scoped_value_mark.
11436 (handle_inferior_event): Remove.
11437
11438 2019-03-19 Tom Tromey <tromey@adacore.com>
11439
11440 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11441 * infrun.h (print_stop_event): Add "displays" parameter.
11442 * infrun.c (print_stop_event): Add "displays" parameter.
11443
11444 2019-03-19 Pedro Alves <palves@redhat.com>
11445
11446 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11447 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11448 to -1. Fix TABs vs spaces.
11449 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11450 * tui/tui-out.h (tui_ui_out) Add intro comments.
11451 <m_line, m_start_of_line>: In-class initialize, and add describing
11452 comment.
11453
11454 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11455
11456 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11457 variable names.
11458 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11459
11460 2019-03-18 Pedro Alves <palves@redhat.com>
11461 Eli Zaretskii <eliz@gnu.org>
11462
11463 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11464 m_line and m_start_of_line.
11465
11466 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11467
11468 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11469 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11470 it returns a newline. This fixes a regression in TU mode, whereby
11471 the next line is output on the same screen line as the user input.
11472
11473 2019-03-18 Tom Tromey <tromey@adacore.com>
11474
11475 * minsyms.c (minimal_symbol_reader::install): Remove call to
11476 obstack_blank.
11477
11478 2019-03-18 Pedro Alves <palves@redhat.com>
11479
11480 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11481 New globals.
11482 (apply_style): New, factored out from ...
11483 (apply_ansi_escape): ... this. Handle reverse video mode.
11484 (tui_set_reverse_mode): New function.
11485 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11486 * tui/tui-winsource.c (tui_show_source_line): Use
11487 tui_set_reverse_mode instead of setting A_STANDOUT.
11488 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11489 New setter methods.
11490
11491 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11492
11493 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11494 Handle tabs.
11495
11496 2019-03-18 Tom Tromey <tromey@adacore.com>
11497
11498 * ada-lang.c (empty_array): Add "high" parameter.
11499 (ada_evaluate_subexp): Update.
11500
11501 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11502
11503 * unittests/string_view-selftests.c: Define
11504 _initialize_string_view_selftests unconditionally.
11505
11506 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11507
11508 PR gdb/24350
11509 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11510
11511 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11512
11513 PR gdb/24351
11514 * windows-nat.c (display_selector): Fix format specifiers.
11515
11516 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11517
11518 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11519 tui_refill_source_window instead of tui_refresh_win, to update the
11520 current execution line. This fixes redisplay of the current line
11521 when stepping through the code with "next" or "step".
11522
11523 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11524
11525 * source-cache.c (source_cache::get_source_lines): Call
11526 find_source_lines to initialize s->nlines. This fixes vertical
11527 scrolling of TUI source window when the DOWN arrow is pressed.
11528
11529 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11530
11531 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11532 linux-thread-db.c (_initialize_thread_db): Likewise.
11533
11534 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11535
11536 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11537 wclrtoeol in tui_show_source_line". This reverts changes made in
11538 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11539
11540 2019-03-15 Tom Tromey <tom@tromey.com>
11541
11542 * symtab.h (struct minimal_symbol): Derive from
11543 general_symbol_info.
11544 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11545 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11546 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11547 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11548 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11549 (MSYMBOL_SEARCH_NAME): Update.
11550 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11551 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11552 * minsyms.c (minimal_symbol_reader::record_full): Update.
11553
11554 2019-03-15 Tom Tromey <tom@tromey.com>
11555
11556 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11557
11558 2019-03-15 Tom Tromey <tom@tromey.com>
11559
11560 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11561 unique_xmalloc_ptr.
11562 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11563 Update.
11564 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11565 (build_minimal_symbol_hash_tables)
11566 (minimal_symbol_reader::install): Update.
11567
11568 2019-03-15 Tom Tromey <tom@tromey.com>
11569
11570 * symtab.c (create_demangled_names_hash): Update.
11571 (symbol_set_names): Update.
11572 * objfiles.h (struct objfile_per_bfd_storage)
11573 <demangled_names_hash>: Now an htab_up.
11574 * objfiles.c (objfile_per_bfd_storage): Simplify.
11575
11576 2019-03-15 Tom Tromey <tom@tromey.com>
11577
11578 * objfiles.h (struct objfile_per_bfd_storage): Declare
11579 destructor.
11580 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11581 New.
11582 (get_objfile_bfd_data): Use new. Don't initialize
11583 language_of_main.
11584 (free_objfile_per_bfd_storage): Remove.
11585 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11586
11587 2019-03-15 Tom Tromey <tom@tromey.com>
11588
11589 * symfile.c (reread_symbols): Update.
11590 * objfiles.c (objfile::objfile): Update.
11591 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11592 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11593 comment.
11594 (minimal_symbol_reader::install): Update.
11595 (terminate_minimal_symbol_table): Remove.
11596 * jit.c (jit_object_close_impl): Update.
11597
11598 2019-03-15 Tom Tromey <tom@tromey.com>
11599
11600 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11601 initializations.
11602
11603 2019-03-15 Tom Tromey <tom@tromey.com>
11604
11605 * objfiles.h (struct objfile_per_bfd_storage)
11606 <demangled_hash_languages>: Now a bitset.
11607 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11608 (lookup_minimal_symbol): Update.
11609
11610 2019-03-15 Tom Tromey <tom@tromey.com>
11611
11612 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11613 Don't return the symbol.
11614 * coffread.c (record_minimal_symbol): Use record_full.
11615
11616 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11617
11618 The MS-Windows port of ncurses fails to switch to a color pair if
11619 one or both of the colors are the implicit default colors. This
11620 change records the default colors when TUI is initialized, and
11621 then specifies them explicitly when a color pair uses the default
11622 colors. This allows color styling in TUI mode on MS-Windows.
11623
11624 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11625 ncurses_norm_attr.
11626 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11627 colors in ncurses_norm_attr.
11628 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11629 "none", replace it with the default color recorded in
11630 ncurses_norm_attr.
11631
11632 2019-03-14 Tom Tromey <tromey@adacore.com>
11633
11634 * source-cache.h (class source_cache) <get_source_lines>: Return
11635 std::string.
11636 * source-cache.c (source_cache::extract_lines): Handle case where
11637 first_pos==npos. Return std::string.
11638 (source_cache::get_source_lines): Update.
11639
11640 2019-03-14 Tom Tromey <tromey@adacore.com>
11641
11642 * NEWS: Add item for "style sources" commands.
11643 * source-cache.c (source_cache::get_source_lines): Check
11644 source_styling.
11645 * cli/cli-style.c (source_styling): New global.
11646 (_initialize_cli_style): Add "style sources" commands.
11647 (show_style_sources): New function.
11648 * cli/cli-style.h (source_styling): Declare.
11649
11650 2019-03-14 Pedro Alves <palves@redhat.com>
11651 Tom Tromey <tromey@adacore.com>
11652
11653 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11654 * tui/tui-winsource.c (tui_refill_source_window): New function,
11655 from...
11656 (tui_horizontal_source_scroll): ... here. Move some logic.
11657 * cli/cli-style.c (set_style_enabled): Notify new observable.
11658 * tui/tui-hooks.c (tui_redisplay_source): New function.
11659 (tui_attach_detach_observers): Attach or detach
11660 tui_redisplay_source.
11661 * observable.h (source_styling_changed): New observable.
11662 * observable.c: Define source_styling_changed observable.
11663
11664 2019-03-13 Tom Tromey <tromey@adacore.com>
11665
11666 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11667 (i386_gnu_nat_target::store_registers): Update.
11668 * target-debug.h (target_debug_print_std_string): New macro.
11669 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11670 * windows-tdep.c (display_one_tib): Update.
11671 * tui/tui-stack.c (tui_make_status_line): Update.
11672 * top.c (print_inferior_quit_action): Update.
11673 * thread.c (thr_try_catch_cmd): Update.
11674 (add_thread_with_info): Update.
11675 (thread_target_id_str): Update.
11676 (thr_try_catch_cmd): Update.
11677 (thread_command): Update.
11678 (thread_find_command): Update.
11679 * record-btrace.c (record_btrace_target::info_record)
11680 (record_btrace_resume_thread, record_btrace_target::resume)
11681 (record_btrace_cancel_resume, record_btrace_step_thread)
11682 (record_btrace_target::wait, record_btrace_target::wait)
11683 (record_btrace_target::wait, record_btrace_target::stop): Update.
11684 * progspace.c (print_program_space): Update.
11685 * process-stratum-target.c
11686 (process_stratum_target::thread_address_space): Update.
11687 * linux-fork.c (linux_fork_mourn_inferior)
11688 (detach_checkpoint_command, info_checkpoints_command)
11689 (linux_fork_context): Update.
11690 (linux_fork_detach): Update.
11691 (class scoped_switch_fork_info): Update.
11692 (delete_checkpoint_command): Update.
11693 * infrun.c (follow_fork_inferior): Update.
11694 (follow_fork_inferior): Update.
11695 (proceed_after_vfork_done): Update.
11696 (handle_vfork_child_exec_or_exit): Update.
11697 (follow_exec): Update.
11698 (displaced_step_prepare_throw): Update.
11699 (displaced_step_restore): Update.
11700 (start_step_over): Update.
11701 (resume_1): Update.
11702 (clear_proceed_status_thread): Update.
11703 (proceed): Update.
11704 (print_target_wait_results): Update.
11705 (do_target_wait): Update.
11706 (context_switch): Update.
11707 (stop_all_threads): Update.
11708 (restart_threads): Update.
11709 (finish_step_over): Update.
11710 (handle_signal_stop): Update.
11711 (switch_back_to_stepped_thread): Update.
11712 (keep_going_pass_signal): Update.
11713 (print_exited_reason): Update.
11714 (normal_stop): Update.
11715 * inferior.c (inferior_pid_to_str): Change return type.
11716 (print_selected_inferior): Update.
11717 (add_inferior): Update.
11718 (detach_inferior): Update.
11719 * dummy-frame.c (fprint_dummy_frames): Update.
11720 * dcache.c (dcache_info_1): Update.
11721 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11722 (btrace_fetch, btrace_clear): Update.
11723 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11724 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11725 type.
11726 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11727 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11728 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11729 * gdbarch.c, gdbarch.h: Rebuild.
11730 * gdbarch.sh (core_pid_to_str): Change return type.
11731 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11732 return type.
11733 (windows_nat_target::pid_to_str): Change return type.
11734 (windows_delete_thread): Update.
11735 (windows_nat_target::attach): Update.
11736 (windows_nat_target::files_info): Update.
11737 * target-delegates.c: Rebuild.
11738 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11739 return type.
11740 (sol_thread_target::pid_to_str): Change return type.
11741 * remote.c (class remote_target) <pid_to_str>: Change return
11742 type.
11743 (remote_target::pid_to_str): Change return type.
11744 (extended_remote_target::attach, remote_target::remote_stop_ns)
11745 (remote_target::remote_notif_remove_queued_reply)
11746 (remote_target::push_stop_reply, remote_target::disable_btrace):
11747 Update.
11748 (extended_remote_target::attach): Update.
11749 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11750 type.
11751 (gdbsim_target::pid_to_str): Change return type.
11752 * ravenscar-thread.c (struct ravenscar_thread_target)
11753 <pid_to_str>: Change return type.
11754 (ravenscar_thread_target::pid_to_str): Change return type.
11755 * procfs.c (class procfs_target) <pid_to_str>: Change return
11756 type.
11757 (procfs_target::pid_to_str): Change return type.
11758 (procfs_target::attach): Update.
11759 (procfs_target::detach): Update.
11760 (procfs_target::fetch_registers): Update.
11761 (procfs_target::store_registers): Update.
11762 (procfs_target::wait): Update.
11763 (procfs_target::files_info): Update.
11764 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11765 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11766 return type.
11767 (nto_procfs_target::pid_to_str): Change return type.
11768 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11769 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11770 return type.
11771 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11772 (exit_lwp): Update.
11773 (attach_proc_task_lwp_callback, get_detach_signal)
11774 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11775 (linux_nat_target::resume, wait_lwp, stop_callback)
11776 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11777 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11778 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11779 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11780 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11781 type.
11782 (inf_ptrace_target::attach): Update.
11783 (inf_ptrace_target::files_info): Update.
11784 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11785 type.
11786 (go32_nat_target::pid_to_str): Change return type.
11787 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11788 (gnu_nat_target::wait): Update.
11789 (gnu_nat_target::wait): Update.
11790 (gnu_nat_target::resume): Update.
11791 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11792 (fbsd_nat_target::wait): Update.
11793 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11794 type.
11795 (darwin_nat_target::attach): Update.
11796 * corelow.c (class core_target) <pid_to_str>: Change return type.
11797 (core_target::pid_to_str): Change return type.
11798 * target.c (normal_pid_to_str): Change return type.
11799 (default_pid_to_str): Likewise.
11800 (target_pid_to_str): Change return type.
11801 (target_translate_tls_address): Update.
11802 (target_announce_detach): Update.
11803 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11804 return type.
11805 (bsd_uthread_target::pid_to_str): Change return type.
11806 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11807 type.
11808 (bsd_kvm_target::pid_to_str): Change return type.
11809 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11810 return type.
11811 (aix_thread_target::pid_to_str): Change return type.
11812 * target.h (struct target_ops) <pid_to_str>: Change return type.
11813 (target_pid_to_str, normal_pid_to_str): Likewise.
11814 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11815 type.
11816 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11817 type.
11818 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11819 return type.
11820 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11821 type.
11822 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11823 type.
11824 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11825 return type.
11826
11827 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11828
11829 * NEWS: Mention that the new default MI version is 3. Mention
11830 changes to the output of commands and events that deal with
11831 multi-location breakpoints.
11832 * breakpoint.c: Include "mi/mi-out.h".
11833 (print_one_breakpoint): Change output syntax if using MI version
11834 >= 3.
11835 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11836 New.
11837 (mi_multi_location_breakpoint_output_fixed): New.
11838 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11839 (mi_cmd_fix_multi_location_breakpoint_output): New.
11840 (mi_multi_location_breakpoint_output_fixed): New.
11841 * mi/mi-cmds.c (mi_cmds): Register command
11842 -fix-multi-location-breakpoint-output.
11843 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11844 interpreter "mi".
11845
11846 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11847
11848 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11849 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11850 instantiate mi_ui_out based on interpreter name.
11851 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11852 * mi/mi-main.c (mi_load_progress): Likewise.
11853
11854 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11855
11856 * NEWS: Combine separate "New targets" sections for 8.3.
11857
11858 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11859
11860 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11861 (ppcfbsd_init_abi): Install gdbarch
11862 "fetch_tls_load_module_address" and "get_thread_local_address"
11863 methods.
11864
11865 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11866
11867 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11868 (riscv_fbsd_init_abi): Install gdbarch
11869 "fetch_tls_load_module_address" and "get_thread_local_address"
11870 methods.
11871
11872 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11873
11874 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11875 (i386fbsd_init_abi): Install gdbarch
11876 "fetch_tls_load_module_address" and "get_thread_local_address"
11877 methods.
11878
11879 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11880
11881 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11882 (amd64fbsd_init_abi): Install gdbarch
11883 "fetch_tls_load_module_address" and "get_thread_local_address"
11884 methods.
11885
11886 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11887
11888 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11889 (struct fbsd_pspace_data): New type.
11890 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11891 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11892 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11893 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11894 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11895
11896 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11897
11898 * gdbtypes.c (lookup_struct_elt): New function.
11899 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11900 * gdbtypes.h (struct struct_elt): New type.
11901 (lookup_struct_elt): New prototype.
11902
11903 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11904
11905 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11906 remove disabled code block.
11907
11908 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11909
11910 * gdbarch.sh (get_thread_local_address): New method.
11911 * gdbarch.h, gdbarch.c: Regenerate.
11912 * target.c (target_translate_tls_address): Use
11913 gdbarch_get_thread_local_address if present instead of
11914 target::get_thread_local_address.
11915
11916 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11917
11918 * target.h (target::get_thread_local_address): Update comment.
11919
11920 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11921
11922 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11923 objfile->separate_debug_objfile_backlink if not NULL.
11924
11925 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11926
11927 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11928 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11929 (amd64bsd_store_inferior_registers): Likewise.
11930 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11931 Enable segment base registers.
11932 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11933 PT_GETFSBASE and PT_GETGSBASE.
11934 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11935 PT_SETGSBASE.
11936 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11937 segment base registers.
11938 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11939
11940 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11941
11942 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11943 Update calls to i386_target_description to add 'segments'
11944 parameter.
11945 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11946 add segment base registers.
11947 * arch/i386.c (i386_create_target_description): Add 'segments'
11948 parameter to enable segment base registers.
11949 * arch/i386.h (i386_create_target_description): Likewise.
11950 * features/i386/32bit-segments.xml: New file.
11951 * features/i386/32bit-segments.c: Generate.
11952 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11953 call to i386_target_description to add 'segments' parameter.
11954 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11955 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11956 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11957 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11958 if feature is present.
11959 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11960 Add 'segments' parameter to call to i386_target_description.
11961 (i386_target_description): Add 'segments' parameter to enable
11962 segment base registers.
11963 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11964 to call to i386_target_description.
11965 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11966 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11967 Define I386_NUM_REGS.
11968 (i386_target_description): Add 'segments' parameter to enable
11969 segment base registers.
11970
11971 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11972
11973 PR/24325
11974 * source-cache.c: #undef open and close, to avoid unresolved
11975 externals during linking.
11976
11977 2019-03-12 Tom Tromey <tromey@adacore.com>
11978
11979 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11980 const. Add initializers.
11981 (_initialize_remote): Don't initialize ptid globals.
11982
11983 2019-03-12 Pedro Alves <palves@redhat.com>
11984
11985 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11986
11987 2019-03-12 Pedro Alves <palves@redhat.com>
11988
11989 * cp-name-parser.y (main): Remove unused 'len' variable.
11990
11991 2019-03-12 Tom Tromey <tromey@adacore.com>
11992
11993 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
11994 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
11995
11996 2019-03-12 Tom Tromey <tromey@adacore.com>
11997
11998 * linux-nat.c (iterate_over_lwps): Update.
11999 (stop_callback): Remove parameter.
12000 (stop_wait_callback, detach_callback, resume_set_callback)
12001 (select_singlestep_lwp_callback, set_ignore_sigint)
12002 (status_callback, resumed_callback, resume_clear_callback)
12003 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12004 data parameter.
12005 (linux_nat_target::detach, linux_nat_target::resume)
12006 (linux_stop_and_wait_all_lwps, select_event_lwp)
12007 (linux_nat_filter_event, linux_nat_wait_1)
12008 (linux_nat_target::kill, linux_nat_target::stop)
12009 (linux_nat_target::stop): Update.
12010 (linux_nat_resume_callback): Change type.
12011 (resume_stopped_resumed_lwps, count_events_callback)
12012 (select_event_lwp_callback): Likewise.
12013 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12014 * arm-linux-nat.c (struct update_registers_data): Remove.
12015 (update_registers_callback): Change type.
12016 (arm_linux_insert_hw_breakpoint1): Update.
12017 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12018 parameter.
12019 (x86_linux_dr_set_addr): Update.
12020 (x86_linux_dr_set_control): Update.
12021 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12022 (iterate_over_lwps): Use gdb::function_view.
12023 * nat/aarch64-linux-hw-point.c (struct
12024 aarch64_dr_update_callback_param): Remove.
12025 (debug_reg_change_callback): Change type.
12026 (aarch64_notify_debug_reg_change): Update.
12027 * s390-linux-nat.c (s390_refresh_per_info): Update.
12028
12029 2019-03-11 Tom Tromey <tromey@adacore.com>
12030
12031 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12032 redundant assignment to "this_cu".
12033
12034 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12035
12036 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12037
12038 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12039
12040 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12041 from...
12042 (rank_one_type): ... this.
12043
12044 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12045
12046 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12047 from...
12048 (rank_one_type): ... this.
12049
12050 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12051
12052 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12053 from...
12054 (rank_one_type): ... this.
12055
12056 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12057
12058 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12059 from...
12060 (rank_one_type): ... this.
12061
12062 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12063
12064 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12065 from...
12066 (rank_one_type): ... this.
12067
12068 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12069
12070 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12071 from...
12072 (rank_one_type): ... this.
12073
12074 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12075
12076 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12077 from...
12078 (rank_one_type): ... this.
12079
12080 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12081
12082 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12083 from...
12084 (rank_one_type): ... this.
12085
12086 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12087
12088 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12089 from...
12090 (rank_one_type): ... this.
12091
12092 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12093
12094 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12095 from...
12096 (rank_one_type): ... this.
12097
12098 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12099
12100 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12101 from...
12102 (rank_one_type): ... this.
12103
12104 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12105
12106 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12107 from...
12108 (rank_one_type): ... this.
12109
12110 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12111
12112 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12113 inferior-events' shows the example events.
12114
12115 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12116
12117 Support styling on native MS-Windows console
12118
12119 PR/24315
12120 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12121 on MS-Windows if $TERM is not defined.
12122
12123 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12124
12125 * posix-hdep.c (gdb_console_fputs):
12126 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12127 functions.
12128 * ui-file.h (gdb_console_fputs): Add prototype.
12129
12130 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12131 back to fputs only if the former returns zero.
12132
12133 2019-03-07 Tom Tromey <tom@tromey.com>
12134
12135 * symmisc.c (print_symbol_bcache_statistics): Update.
12136 (print_objfile_statistics): Update.
12137 * symfile.c (allocate_symtab): Update.
12138 * stabsread.c: Don't include bcache.h.
12139 * psymtab.h (struct psymbol_bcache): Don't declare.
12140 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12141 (psymbol_bcache_init, psymbol_bcache_free)
12142 (psymbol_bcache_get_bcache): Don't declare.
12143 * psymtab.c (struct psymbol_bcache): Remove.
12144 (psymtab_storage::psymtab_storage): Update.
12145 (psymtab_storage::~psymtab_storage): Update.
12146 (psymbol_bcache_init, psymbol_bcache_free)
12147 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12148 (add_psymbol_to_bcache): Update.
12149 (allocate_psymtab): Update.
12150 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12151 macro_cache>: No longer pointers.
12152 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12153 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12154 * macrotab.c (macro_bcache): Update.
12155 * macroexp.c: Don't include bcache.h.
12156 * gdbtypes.c (check_types_worklist): Update.
12157 (types_deeply_equal): Remove TRY/CATCH. Update.
12158 * elfread.c (elf_symtab_read): Update.
12159 * dwarf2read.c: Don't include bcache.h.
12160 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12161 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12162 (print_bcache_statistics, bcache_memory_used): Don't declare.
12163 (struct bcache): Move from bcache.c. Add constructor, destructor,
12164 methods. Rename all data members.
12165 * bcache.c (struct bcache): Move to bcache.h.
12166 (bcache::expand_hash_table): Rename from expand_hash_table.
12167 (bcache): Remove.
12168 (bcache::insert): Rename from bcache_full.
12169 (bcache::compare): Rename from bcache_compare.
12170 (bcache_xmalloc): Remove.
12171 (bcache::~bcache): Rename from bcache_xfree.
12172 (bcache::print_statistics): Rename from print_bcache_statistics.
12173 (bcache::memory_used): Rename from bcache_memory_used.
12174
12175 2019-03-07 Pedro Alves <palves@redhat.com>
12176
12177 * infrun.c (normal_stop): Also check for
12178 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12179
12180 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12181
12182 * f-lang.c (value_from_host_double): Moved to...
12183 * value.c (value_from_host_double): ...here.
12184 * value.h (value_from_host_double): Declare.
12185 * guile/scm-math.c (vlscm_convert_typed_number): Use
12186 value_from_host_double.
12187 (vlscm_convert_number): Likewise.
12188 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12189 * python/py-value.c (convert_value_from_python): Likewise.
12190
12191 2019-03-06 Tom Tromey <tom@tromey.com>
12192
12193 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12194
12195 2019-03-06 Tom Tromey <tom@tromey.com>
12196
12197 * utils.h (free_current_contents): Don't declare.
12198 * utils.c (free_current_contents): Remove.
12199
12200 2019-03-06 Tom Tromey <tom@tromey.com>
12201
12202 * top.c (quit_force): Update.
12203 * main.c (captured_command_loop): Update.
12204 * common/new-op.c (operator new): Update.
12205 * common/common-exceptions.c (struct catcher)
12206 <save_cleanup_chain>: Remove member.
12207 (exceptions_state_mc_init): Update.
12208 (exception_try_scope_entry): Return nullptr.
12209 (exception_try_scope_exit, exception_rethrow)
12210 (throw_exception_sjlj, throw_exception_cxx): Update.
12211 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12212 (all_cleanups, do_cleanups, discard_cleanups)
12213 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12214 (restore_cleanups, restore_final_cleanups): Don't declare.
12215 (do_final_cleanups): Remove parameter.
12216 * common/cleanups.c (cleanup_chain, make_cleanup)
12217 (make_cleanup_dtor, all_cleanups, do_cleanups)
12218 (discard_my_cleanups, discard_cleanups)
12219 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12220 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12221 (null_cleanup): Remove.
12222 (do_final_cleanups): Remove parameter.
12223
12224 2019-03-06 Tom Tromey <tom@tromey.com>
12225
12226 * remote.c (remote_target::remote_parse_stop_reply): Use
12227 unique_xmalloc_ptr.
12228
12229 2019-03-06 Tom Tromey <tom@tromey.com>
12230
12231 * stabsread.c (struct stabs_field_info): Rename from field_info.
12232 <list, fnlist>: Add initializers.
12233 <obstack>: New member.
12234 (read_member_functions, read_struct_fields, read_baseclasses):
12235 Allocate on obstack. Don't use cleanups.
12236 (read_one_struct_field, read_member_functions, read_struct_fields)
12237 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12238 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12239 (read_struct_type): Update.
12240
12241 2019-03-06 Tom Tromey <tom@tromey.com>
12242
12243 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12244 * common/filestuff.h (make_cleanup_close): Don't declare.
12245 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12246 Remove.
12247
12248 2019-03-06 Tom Tromey <tom@tromey.com>
12249
12250 * solib-aix.c: Use make_scope_exit.
12251
12252 2019-03-06 Tom Tromey <tom@tromey.com>
12253
12254 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12255 Use make_scope_exit.
12256
12257 2019-03-06 Tom Tromey <tom@tromey.com>
12258
12259 * solib-svr4.c (disable_probes_interface): Remove parameter.
12260 (svr4_handle_solib_event): Use make_scope_exit.
12261
12262 2019-03-06 Tom Tromey <tom@tromey.com>
12263
12264 * remote.c (struct stop_reply_deleter): Remove.
12265 (stop_reply_up): Update.
12266 (struct stop_reply): Derive from notif_event. Don't typedef.
12267 <regcache>: Now a std::vector.
12268 (stop_reply_xfree): Remove.
12269 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12270 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12271 (remote_target::discard_pending_stop_replies): Use delete.
12272 (remote_target::remote_parse_stop_reply): Update.
12273 (remote_target::process_stop_reply): Update.
12274 * remote-notif.h (struct notif_event): Add virtual destructor.
12275 Remove "dtr" member.
12276 (struct notif_client) <alloc_event>: Return a unique_ptr.
12277 (notif_event_xfree): Don't declare.
12278 (notif_event_up): New typedef.
12279 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12280 (notif_event_xfree, do_notif_event_xfree): Remove.
12281 (remote_notif_state_xfree): Update.
12282
12283 2019-03-06 Tom Tromey <tom@tromey.com>
12284
12285 * infrun.c (displaced_step_clear_cleanup): Now a
12286 forward_scope_exit type.
12287 (displaced_step_prepare_throw): Update.
12288 (displaced_step_fixup): Update.
12289
12290 2019-03-06 Tom Tromey <tom@tromey.com>
12291
12292 * inferior.h (class inferior): Update comment.
12293 * gdbthread.h (class thread_info): Update comment.
12294
12295 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12296 Tom Tromey <tom@tromey.com>
12297
12298 * stabsread.h (struct stab_section_list): Remove.
12299 (coffstab_build_psymtabs): Update.
12300 * dbxread.c (symbuf_sections): Now a std::vector.
12301 (sect_idx): New global.
12302 (fill_symbuf): Update.
12303 (coffstab_build_psymtabs): Change type of stabsects parameter.
12304 Update.
12305 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12306 std::vector.
12307 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12308 (coff_locate_sections): Update.
12309 (coff_symfile_read): Remove cleanups. Update.
12310 (init_stringtab): Add storage parameter.
12311 (free_stringtab, free_stringtab_cleanup): Remove.
12312 (init_lineno): Add storage parameter.
12313 (free_linetab, free_linetab_cleanup): Remove.
12314
12315 2019-03-06 Pedro Alves <palves@redhat.com>
12316
12317 * linux-fork.c (fork_info::clobber_regs): Delete.
12318 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12319 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12320 comment. Adjust.
12321 (scoped_switch_fork_info::scoped_switch_fork_info)
12322 (checkpoint_command, linux_fork_context): Adjust
12323 fork_save_infrun_state calls.
12324
12325 2019-03-06 Pedro Alves <palves@redhat.com>
12326
12327 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12328 (inf_has_multiple_threads): Return 'bool' and rewrite using
12329 inferior_info::threads().
12330
12331 2019-03-06 Pedro Alves <palves@redhat.com>
12332
12333 * linux-fork.c: Include <list>.
12334 (fork_list): Now a std::list instance.
12335 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12336 (forks_exist_p, find_last_fork): Adjust.
12337 (new_fork): Delete.
12338 (one_fork_p): New.
12339 (add_fork): Adjust.
12340 (free_fork): Delete, folded into fork_info::~fork_info().
12341 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12342 Adjust.
12343 (init_fork_list): Delete.
12344 (linux_fork_killall, linux_fork_mourn_inferior)
12345 (linux_fork_detach, info_checkpoints_command): Adjust.
12346 (_initialize_linux_fork): No longer call init_fork_list.
12347
12348 2019-03-06 Pedro Alves <palves@redhat.com>
12349
12350 * linux-fork.c (new_fork): New, split out of ...
12351 (add_fork): ... this. Return void. Move "first fork" special
12352 case from here, to ...
12353 (checkpoint_command): ... here.
12354 * linux-linux.h (add_fork): Return void.
12355
12356 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12357
12358 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12359
12360 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12361 Chris January <chris.january@arm.com>
12362 David Lecomber <david.lecomber@arm.com>
12363
12364 * f-exp.y: New token, UNOP_INTRINSIC.
12365 (exp): New pattern using UNOP_INTRINSIC token.
12366 (f77_keywords): Add 'abs' keyword.
12367 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12368 (value_from_host_double): New function.
12369 (evaluate_subexp_f): Support UNOP_ABS.
12370
12371 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12372
12373 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12374 types.
12375
12376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12377
12378 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12379 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12380 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12381
12382 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12383
12384 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12385
12386 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12387 Chris January <chris.january@arm.com>
12388
12389 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12390 * f-exp.y: Define 'KIND' token.
12391 (exp): New pattern for KIND expressions.
12392 (ptype): Handle types with a kind extension.
12393 (direct_abs_decl): Extend to spot kind extensions.
12394 (f77_keywords): Add 'kind' to the list.
12395 (push_kind_type): New function.
12396 (convert_to_kind_type): New function.
12397 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12398 * parse.c (operator_length_standard): Likewise.
12399 * parser-defs.h (enum type_pieces): Add tp_kind.
12400 * std-operator.def: Add UNOP_KIND.
12401
12402 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12403
12404 * f-exp.y (f_parse): Set yydebug.
12405
12406 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12407
12408 * f-lang.c (evaluate_subexp_f): New function.
12409 (exp_descriptor_f): New global.
12410 (f_language_defn): Use exp_descriptor_f instead of
12411 exp_descriptor_standard.
12412
12413 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12414
12415 * f-exp.y (struct token): Add comments.
12416 (dot_ops): Remove uppercase versions and the end marker.
12417 (f77_keywords): Likewise.
12418 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12419 entries in the dot_ops array are case insensitive, and use
12420 strncasecmp to compare strings. Also some whitespace cleanup in
12421 this area. Similar for the f77_keywords array, except entries in
12422 this list might be case sensitive.
12423
12424 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12425
12426 * f-exp.y (struct f77_boolean_val): Add comments.
12427 (boolean_values): Remove uppercase versions, and end marker.
12428 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12429 and use strncasecmp to achieve case insensitivity. Additionally,
12430 perform whitespace cleanup around this code.
12431
12432 2019-03-06 Tom Tromey <tromey@adacore.com>
12433
12434 * remote-sim.c (gdbsim_target_open): Use result of
12435 gdb_argv::release.
12436
12437 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12438 Dirk Schubert <dirk.schubert@arm.com>
12439 Chris January <chris.january@arm.com>
12440
12441 * eval.c (evaluate_subexp_standard): Call Fortran argument
12442 wrapping logic.
12443 * f-lang.c (struct value): A value which can be passed into a
12444 Fortran function call.
12445 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12446 where appropriate.
12447 (struct type): Value ready for a Fortran function call.
12448 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12449 is needed.
12450 * f-lang.h (fortran_argument_convert): Declaration.
12451 (fortran_preserve_arg_pointer): Declaration.
12452 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12453
12454 2019-03-05 Tom Tromey <tromey@adacore.com>
12455
12456 * python/py-prettyprint.c (print_string_repr): Remove #if.
12457 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12458
12459 2019-03-05 Tom Tromey <tromey@adacore.com>
12460
12461 * target.c (the_dummy_target): Move later. Change type to
12462 "dummy_target".
12463 (initialize_targets): Don't initialize the_dummy_target.
12464
12465 2019-03-05 Tom Tromey <tromey@adacore.com>
12466
12467 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12468 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12469
12470 2019-03-05 Tom Tromey <tromey@adacore.com>
12471
12472 * windows-nat.c (windows_nat_target::attach)
12473 (windows_nat_target::detach): Don't call gdb_flush.
12474 * valprint.c (generic_val_print, val_print, val_print_string):
12475 Don't call gdb_flush.
12476 * utils.c (defaulted_query): Don't call gdb_flush.
12477 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12478 * target.c (target_announce_detach): Don't call gdb_flush.
12479 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12480 * remote.c (extended_remote_target::attach): Don't call
12481 gdb_flush.
12482 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12483 * printcmd.c (do_examine): Don't call gdb_flush.
12484 (info_display_command): Don't call gdb_flush.
12485 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12486 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12487 * memattr.c (info_mem_command): Don't call gdb_flush.
12488 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12489 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12490 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12491 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12492 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12493 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12494 (gnu_nat_target::detach): Don't call gdb_flush.
12495 * f-valprint.c (f_val_print): Don't call gdb_flush.
12496 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12497 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12498 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12499 gdb_flush.
12500 * c-valprint.c (c_val_print): Don't call gdb_flush.
12501 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12502
12503 2019-03-05 Tom Tromey <tromey@adacore.com>
12504
12505 * varobj.c (update_dynamic_varobj_children): Update.
12506 (install_default_visualizer): Use reset, not release.
12507 * value.c (set_internalvar): Update.
12508 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12509 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12510 ATTRIBUTE_UNUSED_RESULT.
12511
12512 2019-03-05 Tom Tromey <tromey@adacore.com>
12513
12514 * remote.c (class scoped_remote_fd) <release>: Add
12515 ATTRIBUTE_UNUSED_RESULT.
12516
12517 2019-03-05 Tom Tromey <tromey@adacore.com>
12518
12519 * macroexp.c (struct macro_buffer) <release>: Add
12520 ATTRIBUTE_UNUSED_RESULT.
12521
12522 2019-03-05 Tom Tromey <tromey@adacore.com>
12523
12524 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12525 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12526 ATTRIBUTE_UNUSED_RESULT.
12527
12528 2019-03-05 Tom Tromey <tromey@adacore.com>
12529
12530 * common/scoped_fd.h (class scoped_fd) <release>: Add
12531 ATTRIBUTE_UNUSED_RESULT.
12532
12533 2019-03-05 Tom Tromey <tromey@adacore.com>
12534
12535 * parser-defs.h (struct parser_state) <release>: Add
12536 ATTRIBUTE_UNUSED_RESULT.
12537
12538 2019-03-05 Tom Tromey <tromey@adacore.com>
12539
12540 * utils.h (class gdb_argv) <release>: Add
12541 ATTRIBUTE_UNUSED_RESULT.
12542 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12543
12544 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12545
12546 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12547 for-loop range, to avoid compiler warnings.
12548
12549 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12550 avoid compiler warnings about unused variables.
12551
12552 * NEWS: Mention end of support for native debugging on MS-Windows
12553 before XP.
12554
12555 PR gdb/24292
12556 * common/netstuff.c:
12557 * gdbserver/gdbreplay.c
12558 * gdbserver/remote-utils.c:
12559 * ser-tcp.c:
12560 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12561 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12562 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12563 'getaddrinfo' and 'freeaddrinfo' were not available before
12564 Windows XP, and mingw.org's MinGW headers by default define
12565 _WIN32_WINNT to 0x500.
12566
12567 2019-03-01 Gary Benson <gbenson@redhat.com>
12568
12569 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12570
12571 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12572 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12573
12574 PR gdb/8527
12575 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12576 set_sigint_trap, clear_sigint_trap.
12577
12578 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12579
12580 * target.c (target_detach): Clear the regcache and the
12581 frame cache.
12582
12583 2019-02-27 Pedro Alves <palves@redhat.com>
12584
12585 * utils.c (set_screen_size): When we cap the height/width sizes,
12586 tweak the corresponding command variable to show "unlimited":
12587
12588 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12589 Pedro Alves <palves@redhat.com>
12590
12591 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12592 before calling rl_set_screen_size.
12593
12594 2019-02-27 Tom Tromey <tromey@adacore.com>
12595
12596 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12597 define.
12598 * python/py-value.c: Remove Python 2.4 workaround.
12599 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12600 workaround.
12601 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12602 Python 2.4 workaround.
12603 * python/python-internal.h: Remove Python 2.4 comment.
12604 (Py_ssize_t): Don't define.
12605 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12606 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12607 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12608 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12609 * python/python.c (do_start_initialization): Remove Python 2.4
12610 workaround.
12611 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12612 (print_children): Remove Python 2.4 workaround.
12613 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12614 workaround.
12615 (CHARBUFFERPROC_NAME): Remove.
12616 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12617 Python 2.4 workaround.
12618
12619 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12620
12621 * NEWS: Note minimum Python version.
12622
12623 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12624
12625 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12626 code from these functions. Remove corresponding ifdefs. Use
12627 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12628 Remove gotos and target of gotos.
12629 (infpy_search_memory): Likewise.
12630
12631 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12632
12633 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12634 (hppa_gdbarch_init): Don't register deleted functions with
12635 gdbarch.
12636
12637 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12638
12639 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12640 (h8300_unwind_sp): Delete.
12641 (h8300_dummy_id): Delete.
12642 (h8300_gdbarch_init): Don't register deleted functions with
12643 gdbarch.
12644
12645 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12646
12647 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12648 (ft32_unwind_pc): Delete.
12649 (ft32_unwind_sp): Delete.
12650 (ft32_gdbarch_init): Don't register deleted functions with
12651 gdbarch.
12652
12653 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12654
12655 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12656 (frv_unwind_pc): Delete.
12657 (frv_unwind_sp): Delete.
12658 (frv_gdbarch_init): Don't register deleted functions with
12659 gdbarch.
12660
12661 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12662
12663 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12664 (riscv_unwind_pc): Delete.
12665 (riscv_unwind_sp): Delete.
12666 (riscv_gdbarch_init): Don't register deleted functions with
12667 gdbarch.
12668
12669 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12670
12671 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12672 (csky_unwind_pc): Delete.
12673 (csky_unwind_sp): Delete.
12674 (csky_gdbarch_init): Don't register deleted functions with
12675 gdbarch.
12676
12677 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12678
12679 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12680 (cris_unwind_pc): Delete.
12681 (cris_unwind_sp): Delete.
12682 (cris_gdbarch_init): Don't register deleted functions with
12683 gdbarch.
12684
12685 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12686
12687 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12688 (bfin_unwind_pc): Delete.
12689 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12690
12691 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12692
12693 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12694 (arm_unwind_pc): Delete.
12695 (arm_unwind_sp): Delete.
12696 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12697
12698 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12699
12700 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12701 (arc_unwind_pc): Delete.
12702 (arc_unwind_sp): Delete.
12703 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12704
12705 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12706
12707 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12708 (alpha_unwind_pc): Delete.
12709 (alpha_gdbarch_init): Don't register deleted functions with
12710 gdbarch.
12711
12712 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12713
12714 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12715 (aarch64_unwind_pc): Delete.
12716 (aarch64_unwind_sp): Delete.
12717 (aarch64_gdbarch_init): Don't register deleted functions with
12718 gdbarch.
12719
12720 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12721
12722 * gdbtypes.c (type_align): Don't consider static members when
12723 computing structure alignment.
12724
12725 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12726
12727 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12728 return 0 for other types.
12729 * arch-utils.c (default_type_align): Always return 0.
12730 * gdbarch.h: Regenerate.
12731 * gdbarch.sh (type_align): Extend comment.
12732 * gdbtypes.c (type_align): Add additional comments, always call
12733 gdbarch_type_align before applying the default rules.
12734 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12735 generic code will then apply a suitable default.
12736 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12737 types, return 0 for other types.
12738
12739 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12740
12741 * NEWS: Create a new section for the next release branch.
12742 Rename the section of the current branch, now that it has
12743 been cut.
12744
12745 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12746
12747 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12748 * version.in: Bump version to 8.3.50.DATE-git.
12749
12750 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12751
12752 * aix-thread.c (ptid_cmp): Remove unused variable.
12753 (get_signaled_thread): Likewise.
12754 (store_regs_user_thread): Likewise.
12755 (store_regs_kernel_thread): Likewise.
12756 (fetch_regs_kernel_thread): Remove shadowed variable.
12757
12758 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12759
12760 * features/riscv/32bit-cpu.xml: Add register numbers.
12761 * features/riscv/32bit-fpu.c: Regenerate.
12762 * features/riscv/32bit-fpu.xml: Add register numbers.
12763 * features/riscv/64bit-cpu.xml: Add register numbers.
12764 * features/riscv/64bit-fpu.c: Regenerate.
12765 * features/riscv/64bit-fpu.xml: Add register numbers.
12766
12767 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12768
12769 * NEWS: Mention two argument form of gdb.Value constructor.
12770 * python/py-value.c (convert_buffer_and_type_to_value): New
12771 function.
12772 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12773 Add support for handling an optional second argument. Call
12774 convert_buffer_and_type_to_value as appropriate.
12775 * python/python-internal.h (Py_buffer_deleter): New struct.
12776 (Py_buffer_up): New typedef.
12777
12778 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12779
12780 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12781 instead of releasing ownership.
12782
12783 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12784
12785 * dwarf2read.c (open_and_init_dwp_file): Call
12786 elf_numsections instead of bfd_count_sections to initialize
12787 dwp_file->num_sections.
12788
12789 2019-02-25 Tom Tromey <tromey@adacore.com>
12790
12791 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12792
12793 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12794
12795 * gcore.in: Add '--readnever' option when invoking GDB.
12796
12797 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12798
12799 * MAINTAINERS: Update my email address.
12800
12801 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12802
12803 * build-id.c (build_id_to_debug_bfd_1): New function.
12804 (build_id_to_debug_bfd): Look for separate debug file in
12805 sysroot.
12806
12807 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12808
12809 * gdbarch.sh: Update the copyright year range that is placed into
12810 generated files.
12811
12812 2019-02-22 Keith Seitz <keiths@redhat.com>
12813
12814 PR symtab/23853
12815 * linespec.c (create_sals_line_offset): Search for the default
12816 symtab's filename instead of its fullname.
12817
12818 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12819
12820 * NEWS: Update style defaults.
12821
12822 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12823
12824 * main.c (captured_main_1): Disable styling in batch mode.
12825
12826 2019-02-20 Tom Tromey <tom@tromey.com>
12827
12828 * symtab.c (symtab_symbol_info): Fix typos.
12829
12830 2019-02-20 Tom Tromey <tromey@adacore.com>
12831
12832 * findcmd.c (_initialize_mem_search): Use upper case for
12833 metasyntactic variables.
12834
12835 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12836
12837 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12838 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12839
12840 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12841
12842 * top.h (source_file_name): Change to std::string.
12843 * top.c (source_file_name): Likewise.
12844 (command_line_input): Adjust.
12845 * cli/cli-script.c (script_from_file): Adjust.
12846
12847 2019-02-19 Tom Tromey <tromey@adacore.com>
12848
12849 * ravenscar-thread.c
12850 (ravenscar_thread_target::update_thread_list): Don't call
12851 ada_build_task_list.
12852 * ada-lang.h (ada_build_task_list): Don't declare.
12853 * ada-tasks.c (struct ada_tasks_inferior_data)
12854 <task_list_valid_p>: Now bool.
12855 (read_known_tasks, ada_task_list_changed)
12856 (ada_tasks_invalidate_inferior_data): Update.
12857 (read_known_tasks_array): Return bool.
12858 (read_known_tasks_list): Likewise.
12859 (read_known_tasks): Return void.
12860 (ada_build_task_list): Now static.
12861
12862 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12863
12864 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12865 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12866
12867 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12868
12869 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12870 variant for ada_tasks_pspace_data_handle and
12871 ada_tasks_inferior_data_handle.
12872 (ada_tasks_pspace_data_cleanup): New function.
12873 (ada_tasks_inferior_data_cleanup): New function.
12874
12875 2019-02-17 Tom Tromey <tom@tromey.com>
12876
12877 * macrotab.h (macro_source_fullname): Return a std::string.
12878 * macrotab.c (macro_include, check_for_redefinition)
12879 (macro_undef, macro_lookup_definition, foreach_macro)
12880 (foreach_macro_in_scope): Update.
12881 (macro_source_fullname): Return a std::string.
12882 * macrocmd.c (show_pp_source_pos): Update.
12883
12884 2019-02-17 Tom Tromey <tom@tromey.com>
12885
12886 * macrocmd.c (show_pp_source_pos): Style the file names.
12887
12888 2019-02-17 Tom Tromey <tom@tromey.com>
12889
12890 PR tui/24197:
12891 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12892
12893 2019-02-17 Tom Tromey <tom@tromey.com>
12894
12895 * ada-lang.c (user_select_syms): Use filtered printing.
12896 * utils.c (wrap_style): New global.
12897 (desired_style): Remove.
12898 (emit_style_escape): Add stream parameter.
12899 (set_output_style, reset_terminal_style, prompt_for_continue):
12900 Update.
12901 (flush_wrap_buffer): Only flush gdb_stdout.
12902 (wrap_here): Set wrap_style.
12903 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12904 treat escape sequences as a character. Change when wrap buffer is
12905 flushed.
12906 (fputs_styled): Do not set the output style when the default is
12907 requested.
12908 * ui-style.h (struct ui_file_style) <is_default>: New method.
12909 * source.c (print_source_lines_base): Emit escape sequences in one
12910 piece.
12911
12912 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12913
12914 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12915 integers and enumeration types.
12916
12917 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12918
12919 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12920 instead of lookup_symbol_in_language
12921 (do_exact_match): New function.
12922 (ada_get_symbol_name_matcher): Return do_exact_match when
12923 doing a verbatim match.
12924
12925 2019-02-15 Tom Tromey <tromey@adacore.com>
12926
12927 * ravenscar-thread.c (ravenscar_thread_target::resume)
12928 (ravenscar_thread_target::wait): Special case wildcard requests.
12929
12930 2019-02-15 Tom Tromey <tromey@adacore.com>
12931
12932 * ravenscar-thread.c (base_ptid): Remove.
12933 (struct ravenscar_thread_target) <close>: New method.
12934 <m_base_ptid>: New member.
12935 <update_inferior_ptid, active_task, task_is_currently_active,
12936 runtime_initialized>: Declare methods.
12937 <ravenscar_thread_target>: Add constructor.
12938 (ravenscar_thread_target::task_is_currently_active)
12939 (ravenscar_thread_target::update_inferior_ptid)
12940 (ravenscar_runtime_initialized): Rename. Now methods.
12941 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12942 (ravenscar_thread_target::update_thread_list): Update.
12943 (ravenscar_thread_target::active_task): Now method.
12944 (ravenscar_thread_target::store_registers)
12945 (ravenscar_thread_target::prepare_to_store)
12946 (ravenscar_thread_target::prepare_to_store)
12947 (ravenscar_thread_target::mourn_inferior): Update.
12948 (ravenscar_inferior_created): Use "new" to create target.
12949 (ravenscar_thread_target::get_ada_task_ptid): Update.
12950 (_initialize_ravenscar): Don't initialize base_ptid.
12951 (ravenscar_ops): Remove global.
12952
12953 2019-02-15 Tom Tromey <tromey@adacore.com>
12954
12955 * target.h (push_target): Declare new overload.
12956 * target.c (push_target): New overload, taking an rvalue reference.
12957 * remote.c (remote_target::open_1): Use push_target overload.
12958 * corelow.c (core_target_open): Use push_target overload.
12959
12960 2019-02-15 Tom Tromey <tromey@adacore.com>
12961
12962 * ravenscar-thread.c (is_ravenscar_task)
12963 (ravenscar_task_is_currently_active): Return bool.
12964 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12965 (_initialize_ravenscar): Remove "(void)".
12966 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12967 Return bool.
12968
12969 2019-02-15 Tom Tromey <tromey@adacore.com>
12970
12971 * ravenscar-thread.c (ravenscar_runtime_initializer)
12972 (has_ravenscar_runtime, get_running_thread_id)
12973 (ravenscar_thread_target::resume): Fix indentation.
12974
12975 2019-02-15 Tom Tromey <tromey@adacore.com>
12976
12977 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12978 from ravenscar_arch_ops.
12979 (sparc_ravenscar_ops::fetch_registers)
12980 (sparc_ravenscar_ops::store_registers): Now methods.
12981 (sparc_ravenscar_prepare_to_store): Remove.
12982 (sparc_ravenscar_ops): Redefine.
12983 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12984 methods and destructor. Remove members.
12985 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12986 (ravenscar_thread_target::store_registers)
12987 (ravenscar_thread_target::prepare_to_store): Update.
12988 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
12989 Remove.
12990 (struct ppc_ravenscar_powerpc_ops): Derive from
12991 ravenscar_arch_ops.
12992 (ppc_ravenscar_powerpc_ops::fetch_registers)
12993 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
12994 (ppc_ravenscar_powerpc_ops): Redefine.
12995 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
12996 (ppc_ravenscar_e500_ops::fetch_registers)
12997 (ppc_ravenscar_e500_ops::store_registers): Now methods.
12998 (ppc_ravenscar_e500_ops): Redefine.
12999 * aarch64-ravenscar-thread.c
13000 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13001 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13002 (aarch64_ravenscar_fetch_registers)
13003 (aarch64_ravenscar_store_registers): Now methods.
13004 (aarch64_ravenscar_ops): Redefine.
13005
13006 2019-02-15 Tom Tromey <tromey@adacore.com>
13007
13008 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13009 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13010 (ravenscar_thread_target::stopped_by_watchpoint)
13011 (ravenscar_thread_target::stopped_data_address)
13012 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13013
13014 2019-02-15 Tom Tromey <tromey@adacore.com>
13015
13016 * ravenscar-thread.c: Fix some typos.
13017
13018 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13019 Tom Tromey <tromey@adacore.com>
13020
13021 * ada-lang.c (ada_exception_sal): Change addr_string to a
13022 std::string.
13023 (create_ada_exception_catchpoint): Update.
13024
13025 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13026 Tom Tromey <tromey@adacore.com>
13027
13028 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13029 (bp_location_ops): Remove.
13030 (base_breakpoint_allocate_location): Update.
13031 (free_bp_location): Update.
13032 * ada-lang.c (class ada_catchpoint_location)
13033 <ada_catchpoint_location>: Remove ops parameter.
13034 (ada_catchpoint_location_dtor): Remove.
13035 (ada_catchpoint_location_ops): Remove.
13036 (allocate_location_exception): Update.
13037 * breakpoint.h (struct bp_location_ops): Remove.
13038 (class bp_location) <bp_location>: Remove bp_location_ops
13039 parameter.
13040 <~bp_location>: Add destructor.
13041 <ops>: Remove.
13042
13043 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13044 Pedro Alves <palves@redhat.com>
13045
13046 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13047 'PATH_MAX'.
13048
13049 2019-02-14 David Michael <fedora.dm0@gmail.com>
13050 Samuel Thibault <samuel.thibault@gnu.org>
13051 Thomas Schwinge <thomas@codesourcery.com>
13052
13053 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13054 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13055
13056 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13057
13058 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13059 (check_empty): Use "const char *".
13060
13061 * gnu-nat.c (gnu_nat_target::detach): Instead of
13062 'detach_inferior (pid)' call
13063 'detach_inferior (find_inferior_pid (pid))'.
13064
13065 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13066 'nat/fork-inferior.o'.
13067 * gnu-nat.c: #include "nat/fork-inferior.h".
13068
13069 * gnu-nat.c (gnu_nat_target::detach): Instead of
13070 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13071 * gnu-nat.h: #include "inf-child.h".
13072 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13073 'i386_gnu_nat_target::fetch_registers'.
13074 (gnu_store_registers): Rename/move to
13075 'i386_gnu_nat_target::store_registers'.
13076
13077 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13078 * gnu-nat.h (mach_thread_info): New function.
13079 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13080
13081 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13082
13083 2019-02-14 Frederic Konrad <konrad@adacore.com>
13084
13085 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13086
13087 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13088
13089 * windows-nat.c (windows_add_thread): Add new parameter
13090 "main_thread_p" with default value set to false. Update
13091 function documentation as well as all callers.
13092 (windows_delete_thread): Likewise.
13093 (fake_create_process): Update call to windows_add_thread.
13094 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13095 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13096 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13097 call to windows_delete_thread.
13098
13099 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13100
13101 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13102
13103 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13104
13105 * symfile.c (find_separate_debug_file): Use canonical path of
13106 sysroot with child_path instead of gdb_sysroot if it is valid.
13107
13108 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13109
13110 * symfile.c (find_separate_debug_file): Use child_path to
13111 determine if an object file is under a sysroot.
13112
13113 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13114
13115 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13116 unittests/child-path-selftests.c.
13117 * common/pathstuff.c (child_path): New function.
13118 * common/pathstuff.h (child_path): New prototype.
13119 * unittests/child-path-selftests.c: New file.
13120
13121 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13122
13123 * symfile.c (find_separate_debug_file): Look for separate debug
13124 files in debug directories under the sysroot.
13125
13126 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13127
13128 * symtab.h (struct minimal_symbol data_p): New const method.
13129 (struct minimal_symbol text_p): Likewise.
13130 * symtab.c (output_source_filename): Use file name style
13131 to print file name.
13132 (print_symbol_info): Likewise.
13133 (print_msymbol_info): Use address style to print addresses.
13134 Use function name style to print executable text symbols.
13135 (expand_symtab_containing_pc): Use data_p.
13136 (find_pc_sect_compunit_symtab): Likewise.
13137
13138 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13139
13140 * breakpoint.c (describe_other_breakpoints): Use address style
13141 to print addresses.
13142 (say_where): Likewise.
13143
13144 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13145
13146 * ada-typeprint.c (print_func_type): Print function name
13147 style to print function name.
13148 * c-typeprint.c (c_print_type_1): Likewise.
13149
13150 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13151
13152 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13153 for execve.
13154
13155 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13156
13157 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13158 type_stack.
13159
13160 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13161
13162 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13163 TYPE_CODE_REF types.
13164
13165 2019-02-08 Jim Wilson <jimw@sifive.com>
13166
13167 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13168 (riscv_linux_fregset): New.
13169 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13170
13171 2019-02-07 Tom Tromey <tom@tromey.com>
13172
13173 * thread.c (thread_cancel_execution_command): Update.
13174 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13175 methods.
13176 (struct thread_fsm_ops): Remove.
13177 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13178 (thread_fsm_should_stop, thread_fsm_return_value)
13179 (thread_fsm_set_finished, thread_fsm_finished_p)
13180 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13181 Don't declare.
13182 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13183 * infrun.c (clear_proceed_status_thread)
13184 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13185 (print_stop_event): Update.
13186 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13187 Add constructor.
13188 (step_command_fsm_ops): Remove.
13189 (new_step_command_fsm): Remove.
13190 (step_1): Update.
13191 (step_command_fsm::should_stop): Rename from
13192 step_command_fsm_should_stop.
13193 (step_command_fsm::clean_up): Rename from
13194 step_command_fsm_clean_up.
13195 (step_command_fsm::do_async_reply_reason): Rename from
13196 step_command_fsm_async_reply_reason.
13197 (struct until_next_fsm): Inherit from thread_fsm. Add
13198 constructor.
13199 (until_next_fsm_ops): Remove.
13200 (new_until_next_fsm): Remove.
13201 (until_next_fsm::should_stop): Rename from
13202 until_next_fsm_should_stop.
13203 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13204 (until_next_fsm::do_async_reply_reason): Rename from
13205 until_next_fsm_async_reply_reason.
13206 (struct finish_command_fsm): Inherit from thread_fsm. Add
13207 constructor. Change type of breakpoint.
13208 (finish_command_fsm_ops): Remove.
13209 (new_finish_command_fsm): Remove.
13210 (finish_command_fsm::should_stop): Rename from
13211 finish_command_fsm_should_stop.
13212 (finish_command_fsm::clean_up): Rename from
13213 finish_command_fsm_clean_up.
13214 (finish_command_fsm::return_value): Rename from
13215 finish_command_fsm_return_value.
13216 (finish_command_fsm::do_async_reply_reason): Rename from
13217 finish_command_fsm_async_reply_reason.
13218 (finish_command): Update.
13219 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13220 Add constructor.
13221 (call_thread_fsm_ops): Remove.
13222 (call_thread_fsm::call_thread_fsm): Rename from
13223 new_call_thread_fsm.
13224 (call_thread_fsm::should_stop): Rename from
13225 call_thread_fsm_should_stop.
13226 (call_thread_fsm::should_notify_stop): Rename from
13227 call_thread_fsm_should_notify_stop.
13228 (run_inferior_call, call_function_by_hand_dummy): Update.
13229 * cli/cli-interp.c (should_print_stop_to_console): Update.
13230 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13231 Add constructor. Change type of location_breakpoint,
13232 caller_breakpoint.
13233 (until_break_fsm_ops): Remove.
13234 (new_until_break_fsm): Remove.
13235 (until_break_fsm::should_stop): Rename from
13236 until_break_fsm_should_stop.
13237 (until_break_fsm::clean_up): Rename from
13238 until_break_fsm_clean_up.
13239 (until_break_fsm::do_async_reply_reason): Rename from
13240 until_break_fsm_async_reply_reason.
13241 (until_break_command): Update.
13242 * thread-fsm.c: Remove.
13243 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13244
13245 2019-02-07 Tom Tromey <tom@tromey.com>
13246
13247 * yy-remap.h: Add include guard.
13248 * xtensa-tdep.h: Add include guard.
13249 * xcoffread.h: Rename include guard.
13250 * varobj-iter.h: Add include guard.
13251 * tui/tui.h: Rename include guard.
13252 * tui/tui-winsource.h: Rename include guard.
13253 * tui/tui-wingeneral.h: Rename include guard.
13254 * tui/tui-windata.h: Rename include guard.
13255 * tui/tui-win.h: Rename include guard.
13256 * tui/tui-stack.h: Rename include guard.
13257 * tui/tui-source.h: Rename include guard.
13258 * tui/tui-regs.h: Rename include guard.
13259 * tui/tui-out.h: Rename include guard.
13260 * tui/tui-layout.h: Rename include guard.
13261 * tui/tui-io.h: Rename include guard.
13262 * tui/tui-hooks.h: Rename include guard.
13263 * tui/tui-file.h: Rename include guard.
13264 * tui/tui-disasm.h: Rename include guard.
13265 * tui/tui-data.h: Rename include guard.
13266 * tui/tui-command.h: Rename include guard.
13267 * tic6x-tdep.h: Add include guard.
13268 * target/waitstatus.h: Rename include guard.
13269 * target/wait.h: Rename include guard.
13270 * target/target.h: Rename include guard.
13271 * target/resume.h: Rename include guard.
13272 * target-float.h: Rename include guard.
13273 * stabsread.h: Add include guard.
13274 * rs6000-tdep.h: Add include guard.
13275 * riscv-fbsd-tdep.h: Add include guard.
13276 * regformats/regdef.h: Rename include guard.
13277 * record.h: Rename include guard.
13278 * python/python.h: Rename include guard.
13279 * python/python-internal.h: Rename include guard.
13280 * python/py-stopevent.h: Rename include guard.
13281 * python/py-ref.h: Rename include guard.
13282 * python/py-record.h: Rename include guard.
13283 * python/py-record-full.h: Rename include guard.
13284 * python/py-record-btrace.h: Rename include guard.
13285 * python/py-instruction.h: Rename include guard.
13286 * python/py-events.h: Rename include guard.
13287 * python/py-event.h: Rename include guard.
13288 * procfs.h: Add include guard.
13289 * proc-utils.h: Add include guard.
13290 * p-lang.h: Add include guard.
13291 * or1k-tdep.h: Rename include guard.
13292 * observable.h: Rename include guard.
13293 * nto-tdep.h: Rename include guard.
13294 * nat/x86-linux.h: Rename include guard.
13295 * nat/x86-linux-dregs.h: Rename include guard.
13296 * nat/x86-gcc-cpuid.h: Add include guard.
13297 * nat/x86-dregs.h: Rename include guard.
13298 * nat/x86-cpuid.h: Rename include guard.
13299 * nat/ppc-linux.h: Rename include guard.
13300 * nat/mips-linux-watch.h: Rename include guard.
13301 * nat/linux-waitpid.h: Rename include guard.
13302 * nat/linux-ptrace.h: Rename include guard.
13303 * nat/linux-procfs.h: Rename include guard.
13304 * nat/linux-osdata.h: Rename include guard.
13305 * nat/linux-nat.h: Rename include guard.
13306 * nat/linux-namespaces.h: Rename include guard.
13307 * nat/linux-btrace.h: Rename include guard.
13308 * nat/glibc_thread_db.h: Rename include guard.
13309 * nat/gdb_thread_db.h: Rename include guard.
13310 * nat/gdb_ptrace.h: Rename include guard.
13311 * nat/fork-inferior.h: Rename include guard.
13312 * nat/amd64-linux-siginfo.h: Rename include guard.
13313 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13314 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13315 * nat/aarch64-linux.h: Rename include guard.
13316 * nat/aarch64-linux-hw-point.h: Rename include guard.
13317 * mn10300-tdep.h: Add include guard.
13318 * mips-linux-tdep.h: Add include guard.
13319 * mi/mi-parse.h: Rename include guard.
13320 * mi/mi-out.h: Rename include guard.
13321 * mi/mi-main.h: Rename include guard.
13322 * mi/mi-interp.h: Rename include guard.
13323 * mi/mi-getopt.h: Rename include guard.
13324 * mi/mi-console.h: Rename include guard.
13325 * mi/mi-common.h: Rename include guard.
13326 * mi/mi-cmds.h: Rename include guard.
13327 * mi/mi-cmd-break.h: Rename include guard.
13328 * m2-lang.h: Add include guard.
13329 * location.h: Rename include guard.
13330 * linux-record.h: Rename include guard.
13331 * linux-nat.h: Add include guard.
13332 * linux-fork.h: Add include guard.
13333 * i386-darwin-tdep.h: Rename include guard.
13334 * hppa-linux-offsets.h: Add include guard.
13335 * guile/guile.h: Rename include guard.
13336 * guile/guile-internal.h: Rename include guard.
13337 * gnu-nat.h: Rename include guard.
13338 * gdb-stabs.h: Rename include guard.
13339 * frv-tdep.h: Add include guard.
13340 * f-lang.h: Add include guard.
13341 * event-loop.h: Add include guard.
13342 * darwin-nat.h: Rename include guard.
13343 * cp-abi.h: Rename include guard.
13344 * config/sparc/nm-sol2.h: Rename include guard.
13345 * config/nm-nto.h: Rename include guard.
13346 * config/nm-linux.h: Add include guard.
13347 * config/i386/nm-i386gnu.h: Rename include guard.
13348 * config/djgpp/nl_types.h: Rename include guard.
13349 * config/djgpp/langinfo.h: Rename include guard.
13350 * compile/gcc-cp-plugin.h: Add include guard.
13351 * compile/gcc-c-plugin.h: Add include guard.
13352 * compile/compile.h: Rename include guard.
13353 * compile/compile-object-run.h: Rename include guard.
13354 * compile/compile-object-load.h: Rename include guard.
13355 * compile/compile-internal.h: Rename include guard.
13356 * compile/compile-cplus.h: Rename include guard.
13357 * compile/compile-c.h: Rename include guard.
13358 * common/xml-utils.h: Rename include guard.
13359 * common/x86-xstate.h: Rename include guard.
13360 * common/version.h: Rename include guard.
13361 * common/vec.h: Rename include guard.
13362 * common/tdesc.h: Rename include guard.
13363 * common/selftest.h: Rename include guard.
13364 * common/scoped_restore.h: Rename include guard.
13365 * common/scoped_mmap.h: Rename include guard.
13366 * common/scoped_fd.h: Rename include guard.
13367 * common/safe-iterator.h: Rename include guard.
13368 * common/run-time-clock.h: Rename include guard.
13369 * common/refcounted-object.h: Rename include guard.
13370 * common/queue.h: Rename include guard.
13371 * common/ptid.h: Rename include guard.
13372 * common/print-utils.h: Rename include guard.
13373 * common/preprocessor.h: Rename include guard.
13374 * common/pathstuff.h: Rename include guard.
13375 * common/observable.h: Rename include guard.
13376 * common/netstuff.h: Rename include guard.
13377 * common/job-control.h: Rename include guard.
13378 * common/host-defs.h: Rename include guard.
13379 * common/gdb_wait.h: Rename include guard.
13380 * common/gdb_vecs.h: Rename include guard.
13381 * common/gdb_unlinker.h: Rename include guard.
13382 * common/gdb_unique_ptr.h: Rename include guard.
13383 * common/gdb_tilde_expand.h: Rename include guard.
13384 * common/gdb_sys_time.h: Rename include guard.
13385 * common/gdb_string_view.h: Rename include guard.
13386 * common/gdb_splay_tree.h: Rename include guard.
13387 * common/gdb_setjmp.h: Rename include guard.
13388 * common/gdb_ref_ptr.h: Rename include guard.
13389 * common/gdb_optional.h: Rename include guard.
13390 * common/gdb_locale.h: Rename include guard.
13391 * common/gdb_assert.h: Rename include guard.
13392 * common/filtered-iterator.h: Rename include guard.
13393 * common/filestuff.h: Rename include guard.
13394 * common/fileio.h: Rename include guard.
13395 * common/environ.h: Rename include guard.
13396 * common/common-utils.h: Rename include guard.
13397 * common/common-types.h: Rename include guard.
13398 * common/common-regcache.h: Rename include guard.
13399 * common/common-inferior.h: Rename include guard.
13400 * common/common-gdbthread.h: Rename include guard.
13401 * common/common-exceptions.h: Rename include guard.
13402 * common/common-defs.h: Rename include guard.
13403 * common/common-debug.h: Rename include guard.
13404 * common/cleanups.h: Rename include guard.
13405 * common/buffer.h: Rename include guard.
13406 * common/btrace-common.h: Rename include guard.
13407 * common/break-common.h: Rename include guard.
13408 * cli/cli-utils.h: Rename include guard.
13409 * cli/cli-style.h: Rename include guard.
13410 * cli/cli-setshow.h: Rename include guard.
13411 * cli/cli-script.h: Rename include guard.
13412 * cli/cli-interp.h: Rename include guard.
13413 * cli/cli-decode.h: Rename include guard.
13414 * cli/cli-cmds.h: Rename include guard.
13415 * charset-list.h: Add include guard.
13416 * buildsym-legacy.h: Rename include guard.
13417 * bfin-tdep.h: Add include guard.
13418 * ax.h: Rename include guard.
13419 * arm-linux-tdep.h: Add include guard.
13420 * arm-fbsd-tdep.h: Add include guard.
13421 * arch/xtensa.h: Rename include guard.
13422 * arch/tic6x.h: Add include guard.
13423 * arch/i386.h: Add include guard.
13424 * arch/arm.h: Rename include guard.
13425 * arch/arm-linux.h: Rename include guard.
13426 * arch/arm-get-next-pcs.h: Rename include guard.
13427 * arch/amd64.h: Add include guard.
13428 * arch/aarch64-insn.h: Rename include guard.
13429 * arch-utils.h: Rename include guard.
13430 * annotate.h: Add include guard.
13431 * amd64-darwin-tdep.h: Rename include guard.
13432 * aarch64-linux-tdep.h: Add include guard.
13433 * aarch64-fbsd-tdep.h: Add include guard.
13434 * aarch32-linux-nat.h: Add include guard.
13435
13436 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13437
13438 * macrotab.c (macro_define_internal): New function that
13439 factorizes macro_define_object_internal and macro_define_function
13440 code.
13441 (macro_define_object_internal): Use macro_define_internal.
13442 (macro_define_function): Likewise.
13443
13444 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13445
13446 * macrocmd.c (extract_identifier): Return
13447 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13448 callers.
13449
13450 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13451
13452 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13453
13454 2019-02-05 Tom Tromey <tom@tromey.com>
13455
13456 * target.c (target_stack::unpush): Move assertion earlier.
13457
13458 2019-01-30 Tom Tromey <tom@tromey.com>
13459
13460 PR python/23615:
13461 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13462 (gdbpy_parse_and_eval): Likewise.
13463 * python/python-internal.h (gdbpy_allow_threads): New class.
13464
13465 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13466
13467 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13468 (aarch64_fbsd_fpregmap): Move earlier.
13469 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13470 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13471 instead of individual calls to trad_frame_set_reg_addr.
13472 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13473 earlier.
13474 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13475 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13476 instead of individual calls to trad_frame_set_reg_addr.
13477
13478 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13479
13480 * CONTRIBUTE: Replace contribution list with wiki link.
13481
13482 2019-01-25 Tom Tromey <tom@tromey.com>
13483
13484 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13485
13486 2019-01-25 Tom Tromey <tom@tromey.com>
13487
13488 * xtensa-linux-nat.c: Fix common/ includes.
13489 * xml-support.h: Fix common/ includes.
13490 * xml-support.c: Fix common/ includes.
13491 * x86-linux-nat.c: Fix common/ includes.
13492 * windows-nat.c: Fix common/ includes.
13493 * varobj.h: Fix common/ includes.
13494 * varobj.c: Fix common/ includes.
13495 * value.c: Fix common/ includes.
13496 * valops.c: Fix common/ includes.
13497 * utils.c: Fix common/ includes.
13498 * unittests/xml-utils-selftests.c: Fix common/ includes.
13499 * unittests/utils-selftests.c: Fix common/ includes.
13500 * unittests/unpack-selftests.c: Fix common/ includes.
13501 * unittests/tracepoint-selftests.c: Fix common/ includes.
13502 * unittests/style-selftests.c: Fix common/ includes.
13503 * unittests/string_view-selftests.c: Fix common/ includes.
13504 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13505 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13506 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13507 * unittests/rsp-low-selftests.c: Fix common/ includes.
13508 * unittests/parse-connection-spec-selftests.c: Fix common/
13509 includes.
13510 * unittests/optional-selftests.c: Fix common/ includes.
13511 * unittests/offset-type-selftests.c: Fix common/ includes.
13512 * unittests/observable-selftests.c: Fix common/ includes.
13513 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13514 * unittests/memrange-selftests.c: Fix common/ includes.
13515 * unittests/memory-map-selftests.c: Fix common/ includes.
13516 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13517 * unittests/function-view-selftests.c: Fix common/ includes.
13518 * unittests/environ-selftests.c: Fix common/ includes.
13519 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13520 * unittests/common-utils-selftests.c: Fix common/ includes.
13521 * unittests/cli-utils-selftests.c: Fix common/ includes.
13522 * unittests/array-view-selftests.c: Fix common/ includes.
13523 * ui-file.c: Fix common/ includes.
13524 * tui/tui-io.c: Fix common/ includes.
13525 * tracepoint.h: Fix common/ includes.
13526 * tracepoint.c: Fix common/ includes.
13527 * tracefile-tfile.c: Fix common/ includes.
13528 * top.h: Fix common/ includes.
13529 * top.c: Fix common/ includes.
13530 * thread.c: Fix common/ includes.
13531 * target/waitstatus.h: Fix common/ includes.
13532 * target/waitstatus.c: Fix common/ includes.
13533 * target.h: Fix common/ includes.
13534 * target.c: Fix common/ includes.
13535 * target-memory.c: Fix common/ includes.
13536 * target-descriptions.c: Fix common/ includes.
13537 * symtab.h: Fix common/ includes.
13538 * symfile.c: Fix common/ includes.
13539 * stap-probe.c: Fix common/ includes.
13540 * spu-linux-nat.c: Fix common/ includes.
13541 * sparc-nat.c: Fix common/ includes.
13542 * source.c: Fix common/ includes.
13543 * solib.c: Fix common/ includes.
13544 * solib-target.c: Fix common/ includes.
13545 * ser-unix.c: Fix common/ includes.
13546 * ser-tcp.c: Fix common/ includes.
13547 * ser-pipe.c: Fix common/ includes.
13548 * ser-base.c: Fix common/ includes.
13549 * selftest-arch.c: Fix common/ includes.
13550 * s12z-tdep.c: Fix common/ includes.
13551 * rust-exp.y: Fix common/ includes.
13552 * rs6000-aix-tdep.c: Fix common/ includes.
13553 * riscv-tdep.c: Fix common/ includes.
13554 * remote.c: Fix common/ includes.
13555 * remote-notif.h: Fix common/ includes.
13556 * remote-fileio.h: Fix common/ includes.
13557 * remote-fileio.c: Fix common/ includes.
13558 * regcache.h: Fix common/ includes.
13559 * regcache.c: Fix common/ includes.
13560 * record-btrace.c: Fix common/ includes.
13561 * python/python.c: Fix common/ includes.
13562 * python/py-type.c: Fix common/ includes.
13563 * python/py-inferior.c: Fix common/ includes.
13564 * progspace.h: Fix common/ includes.
13565 * producer.c: Fix common/ includes.
13566 * procfs.c: Fix common/ includes.
13567 * proc-api.c: Fix common/ includes.
13568 * printcmd.c: Fix common/ includes.
13569 * ppc-linux-nat.c: Fix common/ includes.
13570 * parser-defs.h: Fix common/ includes.
13571 * osdata.c: Fix common/ includes.
13572 * obsd-nat.c: Fix common/ includes.
13573 * nat/x86-linux.c: Fix common/ includes.
13574 * nat/x86-linux-dregs.c: Fix common/ includes.
13575 * nat/x86-dregs.h: Fix common/ includes.
13576 * nat/x86-dregs.c: Fix common/ includes.
13577 * nat/ppc-linux.c: Fix common/ includes.
13578 * nat/mips-linux-watch.h: Fix common/ includes.
13579 * nat/mips-linux-watch.c: Fix common/ includes.
13580 * nat/linux-waitpid.c: Fix common/ includes.
13581 * nat/linux-ptrace.h: Fix common/ includes.
13582 * nat/linux-ptrace.c: Fix common/ includes.
13583 * nat/linux-procfs.c: Fix common/ includes.
13584 * nat/linux-personality.c: Fix common/ includes.
13585 * nat/linux-osdata.c: Fix common/ includes.
13586 * nat/linux-namespaces.c: Fix common/ includes.
13587 * nat/linux-btrace.h: Fix common/ includes.
13588 * nat/linux-btrace.c: Fix common/ includes.
13589 * nat/fork-inferior.c: Fix common/ includes.
13590 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13591 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13592 * nat/aarch64-linux.c: Fix common/ includes.
13593 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13594 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13595 * namespace.h: Fix common/ includes.
13596 * mips-linux-tdep.c: Fix common/ includes.
13597 * minsyms.c: Fix common/ includes.
13598 * mi/mi-parse.h: Fix common/ includes.
13599 * mi/mi-main.c: Fix common/ includes.
13600 * mi/mi-cmd-env.c: Fix common/ includes.
13601 * memrange.h: Fix common/ includes.
13602 * memattr.c: Fix common/ includes.
13603 * maint.h: Fix common/ includes.
13604 * maint.c: Fix common/ includes.
13605 * main.c: Fix common/ includes.
13606 * machoread.c: Fix common/ includes.
13607 * location.c: Fix common/ includes.
13608 * linux-thread-db.c: Fix common/ includes.
13609 * linux-nat.c: Fix common/ includes.
13610 * linux-fork.c: Fix common/ includes.
13611 * inline-frame.c: Fix common/ includes.
13612 * infrun.c: Fix common/ includes.
13613 * inflow.c: Fix common/ includes.
13614 * inferior.h: Fix common/ includes.
13615 * inferior.c: Fix common/ includes.
13616 * infcmd.c: Fix common/ includes.
13617 * inf-ptrace.c: Fix common/ includes.
13618 * inf-child.c: Fix common/ includes.
13619 * ia64-linux-nat.c: Fix common/ includes.
13620 * i387-tdep.c: Fix common/ includes.
13621 * i386-tdep.c: Fix common/ includes.
13622 * i386-linux-tdep.c: Fix common/ includes.
13623 * i386-linux-nat.c: Fix common/ includes.
13624 * i386-go32-tdep.c: Fix common/ includes.
13625 * i386-fbsd-tdep.c: Fix common/ includes.
13626 * i386-fbsd-nat.c: Fix common/ includes.
13627 * guile/scm-type.c: Fix common/ includes.
13628 * guile/guile.c: Fix common/ includes.
13629 * go32-nat.c: Fix common/ includes.
13630 * gnu-nat.c: Fix common/ includes.
13631 * gdbthread.h: Fix common/ includes.
13632 * gdbarch-selftests.c: Fix common/ includes.
13633 * gdb_usleep.c: Fix common/ includes.
13634 * gdb_select.h: Fix common/ includes.
13635 * gdb_bfd.c: Fix common/ includes.
13636 * gcore.c: Fix common/ includes.
13637 * fork-child.c: Fix common/ includes.
13638 * findvar.c: Fix common/ includes.
13639 * fbsd-nat.c: Fix common/ includes.
13640 * event-top.c: Fix common/ includes.
13641 * event-loop.c: Fix common/ includes.
13642 * dwarf2read.c: Fix common/ includes.
13643 * dwarf2loc.c: Fix common/ includes.
13644 * dwarf2-frame.c: Fix common/ includes.
13645 * dwarf-index-cache.c: Fix common/ includes.
13646 * dtrace-probe.c: Fix common/ includes.
13647 * disasm-selftests.c: Fix common/ includes.
13648 * defs.h: Fix common/ includes.
13649 * csky-tdep.c: Fix common/ includes.
13650 * cp-valprint.c: Fix common/ includes.
13651 * cp-support.h: Fix common/ includes.
13652 * cp-support.c: Fix common/ includes.
13653 * corelow.c: Fix common/ includes.
13654 * completer.h: Fix common/ includes.
13655 * completer.c: Fix common/ includes.
13656 * compile/compile.c: Fix common/ includes.
13657 * compile/compile-loc2c.c: Fix common/ includes.
13658 * compile/compile-cplus-types.c: Fix common/ includes.
13659 * compile/compile-cplus-symbols.c: Fix common/ includes.
13660 * command.h: Fix common/ includes.
13661 * cli/cli-dump.c: Fix common/ includes.
13662 * cli/cli-cmds.c: Fix common/ includes.
13663 * charset.c: Fix common/ includes.
13664 * build-id.c: Fix common/ includes.
13665 * btrace.h: Fix common/ includes.
13666 * btrace.c: Fix common/ includes.
13667 * breakpoint.h: Fix common/ includes.
13668 * breakpoint.c: Fix common/ includes.
13669 * ax.h:
13670 (enum agent_op): Fix common/ includes.
13671 * ax-general.c (struct aop_map): Fix common/ includes.
13672 * ax-gdb.c: Fix common/ includes.
13673 * auxv.c: Fix common/ includes.
13674 * auto-load.c: Fix common/ includes.
13675 * arm-tdep.c: Fix common/ includes.
13676 * arch/riscv.c: Fix common/ includes.
13677 * arch/ppc-linux-common.c: Fix common/ includes.
13678 * arch/i386.c: Fix common/ includes.
13679 * arch/arm.c: Fix common/ includes.
13680 * arch/arm-linux.c: Fix common/ includes.
13681 * arch/arm-get-next-pcs.c: Fix common/ includes.
13682 * arch/amd64.c: Fix common/ includes.
13683 * arch/aarch64.c: Fix common/ includes.
13684 * arch/aarch64-insn.c: Fix common/ includes.
13685 * arch-utils.c: Fix common/ includes.
13686 * amd64-windows-tdep.c: Fix common/ includes.
13687 * amd64-tdep.c: Fix common/ includes.
13688 * amd64-sol2-tdep.c: Fix common/ includes.
13689 * amd64-obsd-tdep.c: Fix common/ includes.
13690 * amd64-nbsd-tdep.c: Fix common/ includes.
13691 * amd64-linux-tdep.c: Fix common/ includes.
13692 * amd64-linux-nat.c: Fix common/ includes.
13693 * amd64-fbsd-tdep.c: Fix common/ includes.
13694 * amd64-fbsd-nat.c: Fix common/ includes.
13695 * amd64-dicos-tdep.c: Fix common/ includes.
13696 * amd64-darwin-tdep.c: Fix common/ includes.
13697 * agent.c: Fix common/ includes.
13698 * ada-lang.h: Fix common/ includes.
13699 * ada-lang.c: Fix common/ includes.
13700 * aarch64-tdep.c: Fix common/ includes.
13701
13702 2019-01-25 Tom Tromey <tom@tromey.com>
13703
13704 * common/create-version.sh: Use common/version.h.
13705
13706 2019-01-24 Pedro Alves <palves@redhat.com>
13707
13708 * infrun.c (signal_stop, signal_print, signal_program)
13709 (signal_catch, signal_pass): Now arrays instead of pointers.
13710 (update_signals_program_target, do_target_resume)
13711 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13712 * linux-nat.c (linux_nat_target::pass_signals)
13713 (linux_nat_target::create_inferior, linux_nat_target::attach):
13714 Adjust.
13715 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13716 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13717 * procfs.c (procfs_target::pass_signals): Adjust.
13718 * record-full.c (record_full_target::resume): Adjust.
13719 * remote.c (remote_target::pass_signals)
13720 (remote_target::program_signals): Adjust.
13721 * target-debug.h (target_debug_print_signals): Now takes a
13722 gdb::array_view as parameter. Adjust.
13723 * target.h (target_ops) <pass_signals, program_signals>: Replace
13724 pointer and length parameters with gdb::array_view.
13725 (target_pass_signals, target_program_signals): Likewise.
13726 * target-delegates.c: Regenerate.
13727
13728 2019-01-24 Pedro Alves <palves@redhat.com>
13729
13730 * common/forward-scope-exit.h
13731 (forward_scope_exit::forward_scope_exit): Pass arguments to
13732 m_bind_function directly, instead of creating a std::bind and
13733 copying that.
13734
13735 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13736
13737 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13738 for static members.
13739 (pass_in_v_vfp_candidate): Likewise.
13740
13741 2019-01-23 Tom Tromey <tom@tromey.com>
13742 Pedro Alves <palves@redhat.com>
13743
13744 * regcache.c (class regcache_invalidator): Remove.
13745 (regcache::raw_write): Use make_scope_exit.
13746
13747 2019-01-23 Tom Tromey <tom@tromey.com>
13748
13749 * ui-out.h (class ui_out_emit_type): Update comment.
13750
13751 2019-01-23 Tom Tromey <tom@tromey.com>
13752
13753 * infrun.c (fetch_inferior_event): Update comment.
13754
13755 2019-01-23 Tom Tromey <tom@tromey.com>
13756 Pedro Alves <palves@redhat.com>
13757
13758 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13759 parameter.
13760 (fetch_inferior_event): Use SCOPE_EXIT.
13761
13762
13763 2019-01-23 Tom Tromey <tom@tromey.com>
13764 Pedro Alves <palves@redhat.com>
13765
13766 * infrun.c (disable_thread_events): Delete.
13767 (stop_all_threads): Use SCOPE_EXIT.
13768
13769 2019-01-23 Tom Tromey <tom@tromey.com>
13770 Pedro Alves <palves@redhat.com>
13771
13772 * symfile.c: Include forward-scope-exit.h.
13773 (clear_symtab_users_cleanup): Replace forward declaration with
13774 a FORWARD_SCOPE_EXIT.
13775 (syms_from_objfile_1): Use the forward_scope_exit and
13776 gdb::optional instead of cleanup_function.
13777 (reread_symbols): Use the forward_scope_exit instead of
13778 cleanup_function.
13779 (clear_symtab_users_cleanup): Remove function.
13780
13781 2019-01-23 Tom Tromey <tom@tromey.com>
13782 Pedro Alves <palves@redhat.com>
13783
13784 * linux-nat.c: Include scope-exit.h.
13785 (cleanup_target_stop): Remove.
13786 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13787 SCOPE_EXIT.
13788
13789 2019-01-23 Tom Tromey <tom@tromey.com>
13790 Pedro Alves <palves@redhat.com>
13791
13792 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13793 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13794
13795 2019-01-23 Tom Tromey <tom@tromey.com>
13796 Andrew Burgess <andrew.burgess@embecosm.com>
13797 Pedro Alves <palves@redhat.com>
13798
13799 * infrun.c (fetch_inferior_event): Use scope_exit.
13800 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13801 * top.c (execute_command): Use scope_exit.
13802 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13803 * utils.c (do_bpstat_clear_actions_cleanup)
13804 (make_bpstat_clear_actions_cleanup): Remove.
13805
13806 2019-01-23 Tom Tromey <tom@tromey.com>
13807 Pedro Alves <palves@redhat.com>
13808
13809 * infrun.c: Include "common/scope-exit.h"
13810 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13811 (wait_for_inferior): Use SCOPE_EXIT.
13812 (fetch_inferior_event): Use scope_exit.
13813
13814 2019-01-23 Tom Tromey <tom@tromey.com>
13815 Pedro Alves <palves@redhat.com>
13816
13817 * breakpoint.c (create_breakpoint): Remove cleanup.
13818
13819 2019-01-23 Tom Tromey <tom@tromey.com>
13820 Andrew Burgess <andrew.burgess@embecosm.com>
13821 Pedro Alves <palves@redhat.com>
13822
13823 2019-01-23 Pedro Alves <palves@redhat.com>
13824
13825 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13826
13827 2019-01-23 Pedro Alves <palves@redhat.com>
13828 Andrew Burgess <andrew.burgess@embecosm.com>
13829
13830 * gdbthread.h: Include "common/forward-scope-exit.h".
13831 (scoped_finish_thread_state): Redefine custom class in terms of
13832 forward_scope_exit.
13833
13834 2019-01-23 Pedro Alves <palves@redhat.com>
13835 Andrew Burgess <andrew.burgess@embecosm.com>
13836
13837 * common/forward-scope-exit.h: New file.
13838
13839 2019-01-23 Pedro Alves <palves@redhat.com>
13840 Andrew Burgess <andrew.burgess@embecosm.com>
13841 Tom Tromey <tom@tromey.com>
13842
13843 * common/scope-exit.h: New file.
13844
13845 2019-01-23 Pedro Alves <palves@redhat.com>
13846
13847 * common/preprocessor.h (ESC): Rename to ...
13848 (ESC_PARENS): ... this.
13849 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13850 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13851
13852 2019-01-23 Tom Tromey <tom@tromey.com>
13853
13854 * language.h (class scoped_switch_to_sym_language_if_auto):
13855 Initialize m_lang in both cases.
13856
13857 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13858
13859 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13860 with XCNEW.
13861
13862 2019-01-22 Tom Tromey <tom@tromey.com>
13863
13864 * corelow.c: Do not include sys/file.h.
13865
13866 2019-01-22 Tom Tromey <tom@tromey.com>
13867
13868 * tui/tui-wingeneral.h: Include gdb_curses.h.
13869
13870 2019-01-22 Tom Tromey <tom@tromey.com>
13871
13872 * source-cache.h (class source_cache) <get_source_lines,
13873 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13874
13875 2019-01-22 Tom Tromey <tom@tromey.com>
13876
13877 * remote-fileio.h (struct remote_target): Declare.
13878
13879 2019-01-22 Tom Tromey <tom@tromey.com>
13880
13881 * python/py-arch.c: Do not include py-ref.h.
13882 * python/py-bpevent.c: Do not include py-ref.h.
13883 * python/py-cmd.c: Do not include py-ref.h.
13884 * python/py-continueevent.c: Do not include py-ref.h.
13885 * python/py-event.h: Do not include py-ref.h.
13886 * python/py-evtregistry.c: Do not include py-ref.h.
13887 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13888 * python/py-frame.c: Do not include py-ref.h.
13889 * python/py-framefilter.c: Do not include py-ref.h.
13890 * python/py-function.c: Do not include py-ref.h.
13891 * python/py-infevents.c: Do not include py-ref.h.
13892 * python/py-linetable.c: Do not include py-ref.h.
13893 * python/py-objfile.c: Do not include py-ref.h.
13894 * python/py-param.c: Do not include py-ref.h.
13895 * python/py-prettyprint.c: Do not include py-ref.h.
13896 * python/py-progspace.c: Do not include py-ref.h.
13897 * python/py-symbol.c: Do not include py-ref.h.
13898 * python/py-symtab.c: Do not include py-ref.h.
13899 * python/py-type.c: Do not include py-ref.h.
13900 * python/py-unwind.c: Do not include py-ref.h.
13901 * python/py-utils.c: Do not include py-ref.h.
13902 * python/py-value.c: Do not include py-ref.h.
13903 * python/py-varobj.c: Do not include py-ref.h.
13904 * python/py-xmethods.c: Do not include py-ref.h.
13905 * python/python.c: Do not include py-ref.h.
13906 * varobj.c: Do not include py-ref.h.
13907
13908 2019-01-22 Tom Tromey <tom@tromey.com>
13909
13910 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13911 keyword for bcache.
13912
13913 2019-01-22 Tom Tromey <tom@tromey.com>
13914
13915 * compile/compile-cplus-types.c: Remove a comment by #include.
13916
13917 2019-01-22 Tom Tromey <tom@tromey.com>
13918
13919 * compile/gcc-c-plugin.h: Include compile-internal.h.
13920
13921 2019-01-22 Tom Tromey <tom@tromey.com>
13922
13923 * stabsread.c (EXTERN): Do not define.
13924 (symnum, next_symbol_text_func, processing_gcc_compilation)
13925 (within_function, global_sym_chain, global_stabs)
13926 (previous_stab_code, this_object_header_files)
13927 (n_this_object_header_files)
13928 (n_allocated_this_object_header_files): Define.
13929 * stabsread.h (EXTERN): Never define. Use "extern".
13930
13931 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13932
13933 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13934 history_value.
13935
13936 2019-01-21 Tom Tromey <tom@tromey.com>
13937
13938 * ui-out.c: Fix includes.
13939 * tui/tui-source.c: Fix includes.
13940 * target.c: Fix includes.
13941 * remote.c: Fix includes.
13942 * regcache.c: Fix includes.
13943 * python/py-block.c: Fix includes.
13944 * printcmd.c: Fix includes.
13945 * or1k-tdep.c: Fix includes.
13946 * mi/mi-main.c: Fix includes.
13947 * m32r-tdep.c: Fix includes.
13948 * csky-tdep.c: Fix includes.
13949 * compile/compile-cplus-types.c: Fix includes.
13950 * cli/cli-interp.c: Fix includes.
13951
13952 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13953
13954 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13955 for padding.
13956
13957 2019-01-16 Tom Tromey <tom@tromey.com>
13958
13959 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13960 earlier.
13961 (struct objfile) <msymbols_range>: Move from top level.
13962 <msymbols>: New method.
13963 (class objfile_msymbols): Remove.
13964 * symtab.c (default_collect_symbol_completion_matches_break_on):
13965 Update.
13966 * symmisc.c (dump_msymbols): Update.
13967 * stabsread.c (scan_file_globals): Update.
13968 * objc-lang.c (info_selectors_command, info_classes_command)
13969 (find_methods): Update.
13970 * minsyms.c (find_solib_trampoline_target): Update.
13971 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13972 * coffread.c (coff_symfile_read): Update.
13973 * ada-lang.c (ada_lookup_simple_minsym)
13974 (ada_collect_symbol_completion_matches): Update.
13975
13976 2019-01-16 Tom Tromey <tom@tromey.com>
13977
13978 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13979 type. Remove no-argument constructor.
13980 <iterator::operator++>: Simplify.
13981 <begin>: Update.
13982 <end>: Use minimal_symbol_count.
13983
13984 2019-01-16 Tom Tromey <tom@tromey.com>
13985
13986 * objfiles.h (struct objfile) <psymtabs>: New method.
13987 (class objfile_psymtabs): Remove.
13988 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
13989 typedef.
13990 <range>: New method.
13991 (require_partial_symbols): Change return type.
13992 * psymtab.c (require_partial_symbols)
13993 (psym_expand_symtabs_matching): Update.
13994 * mdebugread.c (parse_partial_symbols): Update.
13995 * dbxread.c (dbx_end_psymtab): Update.
13996
13997 2019-01-15 Tom Tromey <tom@tromey.com>
13998
13999 * symtab.c (lookup_objfile_from_block)
14000 (lookup_symbol_in_objfile_symtabs)
14001 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14002 (find_line_symtab, info_sources_command)
14003 (default_collect_symbol_completion_matches_break_on)
14004 (make_source_files_completion_list): Update.
14005 * symmisc.c (print_objfile_statistics, dump_objfile)
14006 (maintenance_print_symbols, maintenance_info_symtabs)
14007 (maintenance_check_symtabs, maintenance_info_line_tables):
14008 Update.
14009 * source.c (select_source_symtab)
14010 (forget_cached_source_info_for_objfile): Update.
14011 * objfiles.h (class objfile_compunits): Remove.
14012 (struct objfile) <compunits_range>: New typedef.
14013 (compunits): New method.
14014 * objfiles.c (objfile_relocate1): Update.
14015 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14016 * maint.c (count_symtabs_and_blocks): Update.
14017 * linespec.c (iterate_over_all_matching_symtabs): Update.
14018 * cp-support.c (add_symbol_overload_list_qualified): Update.
14019 * coffread.c (coff_symtab_read): Update.
14020 * ada-lang.c (add_nonlocal_symbols)
14021 (ada_collect_symbol_completion_matches)
14022 (ada_add_global_exceptions): Update.
14023
14024 2019-01-15 Tom Tromey <tom@tromey.com>
14025
14026 * progspace.h (program_space) <objfiles_safe_range>: New
14027 typedef.
14028 <objfiles_safe>: New method.
14029 * objfiles.h (class all_objfiles_safe): Remove.
14030 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14031 * jit.c (jit_inferior_exit_hook): Update.
14032
14033 2019-01-17 Tom Tromey <tom@tromey.com>
14034
14035 * progspace.h (program_space) <objfiles_range>: New typedef.
14036 <objfiles>: New method.
14037 <objfiles_head>: Rename from objfiles.
14038 (object_files): Update.
14039 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14040 * guile/scm-pretty-print.c
14041 (ppscm_find_pretty_printer_from_objfiles): Update.
14042 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14043 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14044 Update.
14045 * python/py-progspace.c (pspy_get_objfiles): Update.
14046 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14047 Update.
14048 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14049 (objfpy_lookup_objfile_by_build_id): Update.
14050 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14051 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14052 Update.
14053 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14054 (expand_symtab_containing_pc, lookup_objfile_from_block)
14055 (lookup_static_symbol, basic_lookup_transparent_type)
14056 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14057 (find_line_symtab, info_sources_command)
14058 (default_collect_symbol_completion_matches_break_on)
14059 (make_source_files_completion_list, find_main_name): Update.
14060 * symmisc.c (print_symbol_bcache_statistics)
14061 (print_objfile_statistics, maintenance_print_symbols)
14062 (maintenance_print_msymbols, maintenance_print_objfiles)
14063 (maintenance_info_symtabs, maintenance_check_symtabs)
14064 (maintenance_expand_symtabs, maintenance_info_line_tables):
14065 Update.
14066 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14067 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14068 (map_overlay_command, unmap_overlay_command)
14069 (simple_overlay_update, expand_symtabs_matching)
14070 (map_symbol_filenames): Update.
14071 * symfile-debug.c (set_debug_symfile): Update.
14072 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14073 Update.
14074 * source.c (select_source_symtab, forget_cached_source_info):
14075 Update.
14076 * solib.c (solib_read_symbols): Update.
14077 * solib-spu.c (append_ocl_sos): Update.
14078 * psymtab.c (maintenance_print_psymbols)
14079 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14080 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14081 * printcmd.c (info_symbol_command): Update.
14082 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14083 Update.
14084 * objfiles.h (class all_objfiles): Remove.
14085 * objfiles.c (have_partial_symbols, have_full_symbols)
14086 (have_minimal_symbols, qsort_cmp, update_section_map)
14087 (shared_objfile_contains_address_p)
14088 (default_iterate_over_objfiles_in_search_order): Update.
14089 * objc-lang.c (info_selectors_command, info_classes_command)
14090 (find_methods): Update.
14091 * minsyms.c (find_solib_trampoline_target): Update.
14092 * maint.c (maintenance_info_sections)
14093 (maintenance_translate_address, count_symtabs_and_blocks):
14094 Update.
14095 * main.c (captured_main_1): Update.
14096 * linux-thread-db.c (try_thread_db_load_from_pdir)
14097 (has_libpthread): Update.
14098 * linespec.c (iterate_over_all_matching_symtabs)
14099 (search_minsyms_for_name): Update.
14100 * jit.c (jit_find_objf_with_entry_addr): Update.
14101 * hppa-tdep.c (find_unwind_entry)
14102 (hppa_lookup_stub_minimal_symbol): Update.
14103 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14104 Update.
14105 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14106 (elf_gnu_ifunc_resolve_by_got): Update.
14107 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14108 * dwarf-index-write.c (save_gdb_index_command): Update.
14109 * cp-support.c (add_symbol_overload_list_qualified): Update.
14110 * breakpoint.c (create_overlay_event_breakpoint)
14111 (create_longjmp_master_breakpoint)
14112 (create_std_terminate_master_breakpoint)
14113 (create_exception_master_breakpoint): Update.
14114 * blockframe.c (find_pc_partial_function): Update.
14115 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14116 (ada_collect_symbol_completion_matches)
14117 (ada_add_global_exceptions): Update.
14118
14119 2019-01-17 Tom Tromey <tom@tromey.com>
14120
14121 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14122 declare VEC.
14123 (solib_target_parse_libraries): Change return type.
14124 (library_list_start_segment, library_list_start_section)
14125 (library_list_end_library, library_list_start_library); Update.
14126 (solib_target_free_library_list): Remove.
14127 (solib_target_parse_libraries): Remove cleanup. Change return
14128 type.
14129 (solib_target_current_sos): Update.
14130
14131 2019-01-17 Tom Tromey <tromey@bapiya>
14132
14133 * valprint.c: Replace "the the" with "the".
14134 * symtab.c: Replace "the the" with "the".
14135 * solib.c: Replace "the the" with "the".
14136 * solib-dsbt.c: Replace "the the" with "the".
14137 * linespec.c: Replace "the the" with "the".
14138 * dwarf2loc.h: Replace "the the" with "the".
14139 * amd64-windows-tdep.c: Replace "the the" with "the".
14140 * aarch64-tdep.c: Replace "the the" with "the".
14141
14142 2019-01-16 Keith Seitz <keiths@redhat.com>
14143
14144 PR gdb/23773
14145 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14146 <builder>: Rename to ..
14147 <m_builder>: ... this and make private.
14148 (dwarf2_cu::get_builder): New method. Change all users of
14149 `builder' to use this method.
14150 (dwarf2_start_symtab): Move to ...
14151 (dwarf2_cu::start_symtab): ... here. Update all callers
14152 (setup_type_unit_groups): Move to ...
14153 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14154 callers.
14155 (dwarf2_cu::reset_builder): New method.
14156 (process_full_compunit, process_full_type_unit): Use
14157 dwarf2_cu::reset_builder.
14158 (follow_die_offset): Record the ancestor CU if it is different
14159 from the followed DIE's CU.
14160 (follow_die_sig_1): Likewise.
14161
14162 2019-01-15 Tom Tromey <tom@tromey.com>
14163
14164 * remote.c (class remote_state) <buf>: Now a char_vector.
14165 <buf_size>: Remove.
14166 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14167 parameter.
14168 (remote_target::getpkt_or_notif_sane_1)
14169 (remote_target::getpkt_sane)
14170 (remote_target::getpkt_or_notif_sane): Likewise.
14171 (class remote_target) <putpkt>: New overload.
14172 (remote_target::read_frame): Change type of "buf_p". Remove
14173 sizeof_p parameter.
14174 (packet_ok): New overload.
14175 (packet_check_result): New overload.
14176 Update all uses.
14177
14178 2019-01-14 Tom Tromey <tom@tromey.com>
14179
14180 * remote-notif.c (handle_notification, remote_notif_ack)
14181 (remote_notif_parse): Make "buf" const.
14182 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14183 const.
14184 (remote_notif_parse, remote_notif_ack, handle_notification):
14185 Likewise.
14186 * remote.c (remote_notif_stop_parse): Make "buf" const.
14187 (remote_target::remote_parse_stop_reply): Make "buf" const.
14188 (remote_notif_stop_ack): Make "buf" const.
14189
14190 2019-01-14 Tom Tromey <tom@tromey.com>
14191
14192 * remote.c (remote_console_output): Make parameter const.
14193
14194 2019-01-14 Tom Tromey <tom@tromey.com>
14195
14196 * target-debug.h (target_debug_print_signals): Constify.
14197 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14198 * procfs.c (procfs_target::pass_signals): Update.
14199 * linux-nat.c (linux_nat_target::pass_signals): Update.
14200 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14201 * target-delegates.c: Rebuild.
14202 * remote.c (remote_target::program_signals): Update.
14203 (remote_target::pass_signals): Update.
14204 * target.c (target_pass_signals): Constify argument.
14205 (target_program_signals): Likewise.
14206 * target.h (struct target_ops) <pass_signals, program_signals>:
14207 Constify argument.
14208 (target_pass_signals, target_program_signals): Constify argument.
14209
14210 2019-01-14 Tom Tromey <tom@tromey.com>
14211
14212 PR tui/28819:
14213 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14214
14215 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14216
14217 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14218 field.
14219 * rs6000-tdep.c: Include reggroups.h.
14220 (IS_V_ALIAS_PSEUDOREG): Define.
14221 (rs6000_register_name): Return names for the "vX" aliases.
14222 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14223 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14224 aliases. Call default_register_reggroup_p for all other
14225 pseudo-registers.
14226 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14227 New functions.
14228 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14229 Handle "vX" aliases.
14230 (v_alias_pseudo_register_collect): New function.
14231 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14232 (rs6000_gdbarch_init): Initialize "vX" aliases as
14233 pseudo-registers. Restore registration of
14234 rs6000_pseudo_register_reggroup_p with
14235 set_tdesc_pseudo_register_reggroup_p.
14236
14237 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14238
14239 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14240 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14241 set_gdbarch_num_pseudo_regs.
14242
14243 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14244
14245 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14246 Remove arg prefixname, add do_set and do_show.
14247 Add member functions set_list and show_list.
14248 * cli/cli-style.c (class cli_style_option): Update accordingly.
14249 (style_set_list): Move to file scope.
14250 (style_show_list): Likewise.
14251 (set_style): Call help_list.
14252 (show_style): Call cmd_show_list.
14253 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14254 Update to use the new macro.
14255
14256 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14257
14258 * ada-lang.c (_initialize_ada_language): Expand the help text
14259 for the "catch exception" command.
14260
14261 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14262
14263 * symtab.c (matching_obj_sections): Initialize obj,
14264 declare it closer to its usage.
14265
14266 2019-01-10 Tom Tromey <tom@tromey.com>
14267
14268 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14269 (basic_inf_threads_range): Remove.
14270 (inf_threads_range, inf_non_exited_threads_range)
14271 (safe_inf_threads_range): Use next_adapter.
14272
14273 2019-01-10 Keith Seitz <keiths@redhat.com>
14274
14275 PR gdb/23712
14276 PR symtab/23010
14277 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14278 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14279
14280 2019-01-10 Keith Seitz <keiths@redhat.com>
14281
14282 PR gdb/23712
14283 PR symtab/23010
14284 * dictionary.c (pending_to_vector): Remove.
14285 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14286 Remove _1 suffix, replacing functions of the same name. Update
14287 all callers.
14288 (dict_create_hashed, dict_create_hashed_expandable)
14289 (dict_create_linear, dict_create_linear_expandable, dict_free)
14290 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14291 Make functions static.
14292
14293 2019-01-10 Keith Seitz <keiths@redhat.com>
14294
14295 PR gdb/23712
14296 PR symtab/23010
14297 * dictionary.h (struct dictionary): Replace declaration with
14298 multidictionary.
14299 (dict_create_hashed, dict_create_hashed_expandable)
14300 (dict_create_linear, dict_create_linear_expandable)
14301 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14302 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14303 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14304 taking multidictionary argument.
14305 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14306 * block.h (struct block) <dict>: Change to multidictionary
14307 and rename `multidict'.
14308 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14309 symmisc.c: Update all dictionary references to multidictionary.
14310
14311 2019-01-10 Keith Seitz <keiths@redhat.com>
14312
14313 PR gdb/23712
14314 PR symtab/23010
14315 * dictionary.c: Include unordered_map.
14316 (pending_to_vector): New function.
14317 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14318 Rewrite the non-"_1" functions to take vector instead
14319 of linked list.
14320 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14321 "new" _1 versions of the same name.
14322 (multidictionary): Define.
14323 (std::hash<enum language): New definition.
14324 (collate_pending_symbols_by_language, mdict_create_hashed)
14325 (mdict_create_hashed_expandable, mdict_create_linear)
14326 (mdict_create_linear_expandable, mdict_free)
14327 (find_language_dictionary, create_new_language_dictionary)
14328 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14329 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14330 (mdict_size, mdict_empty): New functions.
14331 * dictionary.h (mdict_iterator): Define.
14332
14333 2019-01-10 Pedro Alves <palves@redhat.com>
14334
14335 * breakpoint.c (read_uploaded_action)
14336 (create_tracepoint_from_upload): Adjust to use
14337 gdb::unique_xmalloc_ptr.
14338 * ctf.c (ctf_write_uploaded_tp):
14339 (SET_ARRAY_FIELD): Use emplace_back.
14340 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14341 * tracefile-tfile.c (tfile_write_uploaded_tp):
14342 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14343 gdb::unique_xmalloc_ptr.
14344 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14345 at_string, cond_string, cmd_strings>: Replace char pointers
14346 with gdb::unique_xmalloc_ptr.
14347
14348 2019-01-10 Pedro Alves <palves@redhat.com>
14349
14350 * solib-target.c (library_list_start_library): Don't xstrdup name.
14351
14352 2019-01-10 Pedro Alves <palves@redhat.com>
14353
14354 * mdebugread.c (parse_partial_symbols): Use
14355 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14356
14357 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14358
14359 * linux-fork.c (scoped_switch_fork_info)
14360 <~scoped_switch_fork_info>: Fix incorrect variable name.
14361
14362 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14363
14364 * linux-fork.c (scoped_switch_fork_info)
14365 <scoped_switch_fork_info>: Make explicit.
14366 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14367
14368 2019-01-10 Tom Tromey <tom@tromey.com>
14369
14370 * objfiles.h (objfile::reset_psymtabs): Update.
14371 * objfiles.c (objfile::objfile): Update.
14372 * psymtab.h (psymtab_storage::obstack): Update.
14373 (psymtab_storage::m_obstack): Use gdb::optional.
14374 (class psymtab_storage): Update comment. Remove objfile
14375 parameter.
14376 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14377
14378 2019-01-10 Tom Tromey <tom@tromey.com>
14379
14380 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14381 <free_psymtabs>: Now private.
14382 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14383 (allocate_psymtab): Use new method.
14384
14385 2019-01-10 Tom Tromey <tom@tromey.com>
14386
14387 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14388 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14389 * mdebugread.c (parse_partial_symbols): Use
14390 allocate_dependencies.
14391 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14392 allocate_dependencies.
14393 (process_psymtab_comp_unit_reader)
14394 (build_type_psymtab_dependencies): Likewise.
14395 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14396
14397 2019-01-10 Tom Tromey <tom@tromey.com>
14398
14399 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14400 PSYMBOL_SET_LANGUAGE.
14401 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14402
14403 2019-01-10 Tom Tromey <tom@tromey.com>
14404
14405 * psymtab.h (psymtab_storage::obstack): New method.
14406 <m_obstack>: Rename from obstack; now private.
14407 * psymtab.c (psymtab_storage): Update.
14408 * dwarf2read.c (create_addrmap_from_index)
14409 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14410 Update.
14411
14412 2019-01-10 Tom Tromey <tom@tromey.com>
14413
14414 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14415 * objfiles.h (objfile::reset_psymtabs): New method.
14416
14417 2019-01-10 Tom Tromey <tom@tromey.com>
14418
14419 * symmisc.c (print_symbol_bcache_statistics): Update.
14420 (print_objfile_statistics): Update.
14421 * symfile.c (reread_symbols): Update.
14422 * psymtab.h (class psymtab_storage): New.
14423 * psymtab.c (psymtab_storage): New constructor.
14424 (~psymtab_storage): New destructor.
14425 (require_partial_symbols): Update.
14426 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14427 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14428 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14429 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14430 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14431 (start_psymtab_common, end_psymtab_common)
14432 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14433 (allocate_psymtab): Update.
14434 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14435 Update.
14436 (dump_psymtab_addrmap, maintenance_print_psymbols)
14437 (maintenance_check_psymtabs): Update.
14438 (class objfile_psymtabs): Move to objfiles.h.
14439 * psympriv.h (discard_psymtab): Now inline.
14440 (psymtab_discarder::psymtab_discarder): Update.
14441 (psymtab_discarder::~psymtab_discarder): Update.
14442 (ALL_OBJFILE_PSYMTABS): Rewrite.
14443 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14444 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14445 Remove fields.
14446 <partial_symtabs>: New field.
14447 (class objfile_psymtabs): Move from psymtab.h. Update.
14448 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14449 psymbol_cache.
14450 (objfile::~objfile): Don't destroy psymbol_cache.
14451 * mdebugread.c (parse_partial_symbols): Update.
14452 * dwarf2read.c (create_addrmap_from_index)
14453 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14454 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14455 (add_partial_subprogram, dwarf2_ranges_read): Update.
14456 * dwarf-index-write.c (write_address_map)
14457 (write_one_signatured_type, recursively_write_psymbols)
14458 (class debug_names, class debug_names, write_psymtabs_to_index):
14459 Update.
14460
14461 2019-01-10 Tom Tromey <tom@tromey.com>
14462
14463 * symtab.h (SYMBOL_SET_NAMES): Update.
14464 (symbol_set_names): Update.
14465 (MSYMBOL_SET_NAMES): Update.
14466 * symtab.c (symbol_set_names): Change argument to be an
14467 objfile_per_bfd_storage.
14468 * psymtab.c (add_psymbol_to_bcache): Update.
14469 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14470
14471 2019-01-10 Tom Tromey <tom@tromey.com>
14472
14473 * symtab.c (create_demangled_names_hash): Change argument to be an
14474 objfile_per_bfd_storage.
14475 (symbol_set_names): Update.
14476
14477 2019-01-10 Tom Tromey <tom@tromey.com>
14478
14479 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14480 init_psymbol_list.
14481 * psymtab.c (init_psymbol_list): Do nothing if already called.
14482 * psympriv.h (init_psymbol_list): Add comment.
14483 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14484 init_psymbol_list.
14485 * dbxread.c (dbx_symfile_read): Unconditionally call
14486 init_psymbol_list.
14487
14488 2019-01-10 Tom Tromey <tom@tromey.com>
14489
14490 * xcoffread.c (scan_xcoff_symtab): Update.
14491 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14492 "where".
14493 * mdebugread.c (parse_partial_symbols)
14494 (handle_psymbol_enumerators): Update.
14495 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14496 * dbxread.c (read_dbx_symtab): Update.
14497 * psympriv.h (psymbol_placement): New enum.
14498 (add_psymbol_to_list): Update.
14499
14500 2019-01-10 Tom Tromey <tom@tromey.com>
14501
14502 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14503 static_psymbols parameters.
14504 (scan_xcoff_symtab): Update.
14505 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14506 static_psymbols parameters.
14507 * psympriv.h (start_psymtab_common): Update.
14508 * mdebugread.c (parse_partial_symbols): Update.
14509 * dwarf2read.c (create_partial_symtab): Update.
14510 * dbxread.c (read_dbx_symtab): Update.
14511 (start_psymtab): Remove global_psymbols and static_psymbols
14512 parameters.
14513
14514 2019-01-10 Tom Tromey <tom@tromey.com>
14515
14516 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14517 * psymtab.c (allocate_psymtab): Add comment.
14518 * psympriv.h (allocate_psymtab): Add comment.
14519 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14520 initializations.
14521 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14522
14523 2019-01-10 Tom Tromey <tom@tromey.com>
14524
14525 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14526 Don't declare.
14527 * mipsread.c: Include mdebugread.h.
14528 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14529 Declare.
14530 * elfread.c: Include mdebugread.h.
14531
14532 2019-01-09 Tom Tromey <tom@tromey.com>
14533
14534 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14535 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14536 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14537 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14538 (psym_lookup_symbol, psym_find_last_source_symtab)
14539 (psym_forget_cached_source_info, psym_print_stats)
14540 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14541 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14542 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14543 (psym_find_compunit_symtab_by_address)
14544 (maintenance_print_psymbols, maintenance_info_psymtabs)
14545 (maintenance_check_psymtabs): Use ranged for.
14546 * psymtab.h (class objfile_psymtabs): New.
14547 (require_partial_symbols): Return objfile_psymtabs.
14548 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14549
14550 2019-01-09 Tom Tromey <tom@tromey.com>
14551
14552 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14553 (find_pc_mapped_section, list_overlays_command)
14554 (map_overlay_command, unmap_overlay_command)
14555 (simple_overlay_update): Use all_objfiles.
14556 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14557 * printcmd.c (info_symbol_command): Use all_objfiles.
14558 * objfiles.h (ALL_OBJSECTIONS): Remove.
14559 * maint.c (maintenance_translate_address): Use all_objfiles.
14560 * gcore.c (gcore_create_callback): Use all_objfiles.
14561 (objfile_find_memory_regions): Likewise.
14562
14563 2019-01-09 Tom Tromey <tom@tromey.com>
14564
14565 * symtab.c (find_line_symtab, info_sources_command)
14566 (make_source_files_completion_list): Use objfile_compunits.
14567 * source.c (select_source_symtab): Use objfile_compunits.
14568 * objfiles.h (struct objfile): Update comment.
14569 (ALL_OBJFILES): Remove.
14570 (ALL_FILETABS): Remove.
14571 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14572 objfile_compunits.
14573
14574 2019-01-09 Tom Tromey <tom@tromey.com>
14575
14576 * symmisc.c (print_objfile_statistics, dump_objfile)
14577 (maintenance_print_symbols): Use compunit_filetabs.
14578 * source.c (forget_cached_source_info_for_objfile): Use
14579 compunit_filetabs.
14580 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14581 (ALL_FILETABS): Use compunit_filetabs.
14582 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14583 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14584
14585 2019-01-09 Tom Tromey <tom@tromey.com>
14586
14587 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14588 (compunit_filetabs): New.
14589 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14590 compunit_filetabs.
14591 (info_sources_command, make_source_files_completion_list): Remove
14592 declaration.
14593 * symmisc.c (print_objfile_statistics, dump_objfile)
14594 (maintenance_print_symbols): Remove declaration.
14595 (maintenance_info_symtabs): Use compunit_filetabs.
14596 (maintenance_info_line_tables): Likewise.
14597 * source.c (select_source_symtab): Change local variable name.
14598 (forget_cached_source_info_for_objfile): Remove declaration.
14599 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14600 * objfiles.c (objfile_relocate1): Remove declaration.
14601 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14602 declaration.
14603 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14604 * coffread.c (coff_symtab_read): Remove declaration.
14605 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14606 compunit_filetabs.
14607
14608 2019-01-09 Tom Tromey <tom@tromey.com>
14609
14610 * symtab.c (lookup_objfile_from_block)
14611 (find_pc_sect_compunit_symtab, search_symbols)
14612 (default_collect_symbol_completion_matches_break_on): Use
14613 objfile_compunits.
14614 * objfiles.h (ALL_COMPUNITS): Remove.
14615 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14616 * cp-support.c (add_symbol_overload_list_qualified): Use
14617 objfile_compunits.
14618 * ada-lang.c (ada_collect_symbol_completion_matches)
14619 (ada_add_global_exceptions): Use objfile_compunits.
14620
14621 2019-01-09 Tom Tromey <tom@tromey.com>
14622
14623 * source.c (select_source_symtab)
14624 (forget_cached_source_info_for_objfile): Remove declaration.
14625 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14626 declaration.
14627 * maint.c (count_symtabs_and_blocks): Remove declaration.
14628 * cp-support.c (add_symbol_overload_list_qualified): Remove
14629 declaration.
14630 * coffread.c (coff_symtab_read): Remove declaration.
14631 * symtab.c (lookup_symbol_in_objfile_symtabs)
14632 (basic_lookup_transparent_type_1): Use objfile_compunits.
14633 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14634 (info_sources_command, search_symbols)
14635 (default_collect_symbol_completion_matches_break_on)
14636 (make_source_files_completion_list): Remove declaration.
14637 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14638 (ada_collect_symbol_completion_matches)
14639 (ada_add_global_exceptions): Remove declaration.
14640 * linespec.c (iterate_over_all_matching_symtabs): Use
14641 objfile_compunits.
14642 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14643 (class objfile_compunits): New.
14644 (ALL_COMPUNITS): Use objfile_compunits.
14645 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14646 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14647 objfile_compunits.
14648 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14649
14650 2019-01-09 Tom Tromey <tom@tromey.com>
14651
14652 * symtab.c (search_symbols)
14653 (default_collect_symbol_completion_matches_break_on): Use
14654 objfile_msymbols.
14655 * ada-lang.c (ada_lookup_simple_minsym)
14656 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14657 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14658 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14659 objfile_msymbols.
14660 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14661 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14662 * objc-lang.c (find_methods): Use objfile_msymbols.
14663 (info_selectors_command, info_classes_command): Likewise.
14664 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14665 * objfiles.h (class objfile_msymbols): New.
14666 (ALL_OBJFILE_MSYMBOLS): Remove.
14667 (ALL_MSYMBOLS): Remove.
14668
14669 2019-01-09 Tom Tromey <tom@tromey.com>
14670
14671 * common/next-iterator.h (next_adapter): Add Iterator template
14672 parameter.
14673 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14674 (class all_objfiles_safe): New.
14675 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14676 * objfiles.c (put_objfile_before): Update comment.
14677 (add_separate_debug_objfile): Likewise.
14678 (free_all_objfiles): Use all_objfiles_safe.
14679 (objfile_purge_solibs): Likewise.
14680
14681 2019-01-09 Tom Tromey <tom@tromey.com>
14682
14683 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14684 (expand_symtab_containing_pc, lookup_static_symbol)
14685 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14686 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14687 all_objfiles.
14688 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14689 * breakpoint.c (create_overlay_event_breakpoint)
14690 (create_longjmp_master_breakpoint)
14691 (create_std_terminate_master_breakpoint)
14692 (create_exception_master_breakpoint): Use all_objfiles.
14693 * linux-thread-db.c (try_thread_db_load_from_pdir)
14694 (has_libpthread): Use all_objfiles.
14695 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14696 * linespec.c (iterate_over_all_matching_symtabs)
14697 (search_minsyms_for_name): Use all_objfiles.
14698 * maint.c (maintenance_info_sections): Use all_objfiles.
14699 * main.c (captured_main_1): Use all_objfiles.
14700 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14701 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14702 * guile/scm-pretty-print.c
14703 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14704 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14705 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14706 (maintenance_print_msymbols): Use all_objfiles.
14707 * source.c (select_source_symtab): Use all_objfiles.
14708 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14709 * symfile.c (remove_symbol_file_command)
14710 (expand_symtabs_matching, map_symbol_filenames): Use
14711 all_objfiles.
14712 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14713 all_objfiles.
14714 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14715 * objc-lang.c (find_methods): Use all_objfiles.
14716 * objfiles.c (have_partial_symbols, have_full_symbols)
14717 (have_minimal_symbols, qsort_cmp)
14718 (default_iterate_over_objfiles_in_search_order): Use
14719 all_objfiles.
14720 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14721 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14722 (maintenance_check_psymtabs): Use all_objfiles.
14723 (ALL_PSYMTABS): Remove.
14724 * compile/compile-object-run.c (do_module_cleanup): Use
14725 all_objfiles.
14726 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14727 * cp-support.c (add_symbol_overload_list_qualified): Use
14728 all_objfiles.
14729 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14730 Use all_objfiles.
14731 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14732 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14733 all_objfiles.
14734 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14735 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14736 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14737 Uses all_objfiles.
14738 * solib.c (solib_read_symbols): Use all_objfiles
14739
14740 2019-01-09 Tom Tromey <tom@tromey.com>
14741
14742 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14743 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14744 all_objfiles.
14745 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14746 * symmisc.c (print_symbol_bcache_statistics)
14747 (print_objfile_statistics, maintenance_print_objfiles)
14748 (maintenance_info_symtabs, maintenance_check_symtabs)
14749 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14750 all_objfiles.
14751 * source.c (forget_cached_source_info): Use all_objfiles.
14752 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14753 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14754 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14755 * objfiles.c (update_section_map): Use all_objfiles.
14756 (shared_objfile_contains_address_p): Likewise.
14757 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14758 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14759
14760 2019-01-09 Tom Tromey <tom@tromey.com>
14761
14762 * common/next-iterator.h: New file.
14763 * objfiles.h (class all_objfiles): New.
14764 (struct objfile_iterator): New.
14765
14766 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14767
14768 * NEWS: Move the description of the changed "frame", "select-frame",
14769 and "info frame" commands to the Changed commands section.
14770
14771 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14772
14773 * gdbtypes.c (check_stub_method_group): Remove handling of old
14774 mangling schemes.
14775 * linespec.c (find_methods): Likewise.
14776 * stabsread.c (read_member_functions): Likewise.
14777 * valops.c (search_struct_method): Likewise.
14778 (value_struct_elt_for_reference): Likewise.
14779 * NEWS: Mention this change.
14780
14781 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14782
14783 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14784 print_source_lines.
14785 * source.c (print_source_lines_base): Update line number check.
14786 (print_source_lines): New function.
14787 (source_lines_range::source_lines_range): New function.
14788 * source.h (class source_lines_range): New class.
14789 (print_source_lines): New declaration.
14790
14791 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14792
14793 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14794
14795 2019-01-08 Tom Tromey <tom@tromey.com>
14796 Simon Marchi <simon.marchi@ericsson.com>
14797
14798 PR gdb/24060
14799 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14800 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14801 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14802 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14803 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14804 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14805
14806 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14807
14808 * source.c (select_source_symtab): Move header comment to
14809 declaration in source.h.
14810 (forget_cached_source_info_for_objfile): Likewise.
14811 (forget_cached_source_info): Likewise.
14812 (identify_source_line): Likewise.
14813 * source.h (identify_source_line): Move declaration from symtab.h
14814 and add comment from source.c
14815 (print_source_lines): Likewise.
14816 (forget_cached_source_info_for_objfile): Likewise.
14817 (forget_cached_source_info): Likewise.
14818 (select_source_symtab): Likewise.
14819 (enum print_source_lines_flag): Move definition from symtab.h.
14820 * symtab.h (identify_source_line): Move declaration to source.h.
14821 (print_source_lines): Likewise.
14822 (forget_cached_source_info_for_objfile): Likewise.
14823 (forget_cached_source_info): Likewise.
14824 (select_source_symtab): Likewise.
14825 (enum print_source_lines_flag): Move definition to source.h.
14826 * tui/tui-hooks.c: Add 'source.h' include.
14827
14828 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14829
14830 * source.c (print_source_lines_base): Handle requests to print
14831 reverse line number sequences, and guard against empty lines
14832 string.
14833
14834 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14835
14836 * source.c (print_source_lines_base): Fix skip of '\r' if next
14837 character is '\n'.
14838
14839 2019-01-06 Tom Tromey <tom@tromey.com>
14840
14841 * c-exp.y (struct c_parse_state) <macro_original_text,
14842 expansion_obstack>: New member.
14843 (macro_original_text, expansion_obstack): Remove globals.
14844 (scan_macro_expansion, scanning_macro_expansion)
14845 (finished_macro_expansion): Update.
14846 (scan_macro_cleanup): Remove.
14847 (yylex, c_parse): Update.
14848
14849 2019-01-06 Tom Tromey <tom@tromey.com>
14850
14851 * c-exp.y (struct c_parse_state) <strings>: New member.
14852 (operator_stoken): Update.
14853
14854 2019-01-06 Tom Tromey <tom@tromey.com>
14855
14856 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14857 (union type_stack_elt) <typelist_val>: Now a pointer to
14858 std::vector.
14859 (type_stack_cleanup): Don't declare.
14860 (push_typelist): Update.
14861 * parse.c (pop_typelist): Return a std::vector.
14862 (push_typelist): Take a std::vector.
14863 (follow_types): Update. Do not free args.
14864 (type_stack_cleanup): Remove.
14865 * c-exp.y (struct c_parse_state): New.
14866 (cpstate): New global.
14867 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14868 (nonempty_typelist): Update.
14869 (func_mod): Create a new vector.
14870 (c_parse): Create a c_parse_state.
14871 (check_parameter_typelist): Do not delete params.
14872 (function_method): Update. Do not delete type_list.
14873
14874 2019-01-06 Tom Tromey <tom@tromey.com>
14875
14876 PR gdb/28155:
14877 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14878 check_typedef.
14879 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14880 (print_return_value): Likewise.
14881
14882 2019-01-05 Tom Tromey <tom@tromey.com>
14883
14884 * contrib/cleanup_check.py: Remove.
14885 * contrib/gcc-with-excheck: Remove.
14886 * contrib/exsummary.py: Remove.
14887 * contrib/excheck.py: Remove.
14888
14889 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14890
14891 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14892 NULL. Initialize tpprev to NULL instead of assigning it
14893 to NULL on the next statement.
14894 * windows-nat.c (windows_delete_thread): Remove check for
14895 main_thread_id before printing thread exit notifications.
14896 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14897 Remove thread ID check against main_thread_id.
14898 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14899 windows_delete_thread.
14900 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14901
14902 2019-01-04 Tom Tromey <tom@tromey.com>
14903
14904 * compile/compile.c (_initialize_compile): Use upper case for
14905 metasyntactic variables.
14906 * symmisc.c (_initialize_symmisc): Use upper case for
14907 metasyntactic variables.
14908 * psymtab.c (_initialize_psymtab): Use upper case for
14909 metasyntactic variables.
14910 * demangle.c (demangle_command): Use upper case for metasyntactic
14911 variables.
14912 (_initialize_demangler): Likewise.
14913 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14914 variables.
14915
14916 2019-01-03 Tom Tromey <tom@tromey.com>
14917
14918 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14919
14920 2019-01-03 Tom Tromey <tom@tromey.com>
14921
14922 * python/py-symtab.c (salpy_str): Update.
14923 (struct salpy_sal_object) <symtab>: Now a PyObject.
14924 (salpy_dealloc): Update.
14925 (del_objfile_sal): Use gdbpy_ref.
14926
14927 2019-01-03 Tom Tromey <tom@tromey.com>
14928
14929 * python/py-type.c (convert_field): Use new_reference. Return
14930 gdbpy_ref.
14931 (make_fielditem): Return gdbpy_ref.
14932 (typy_fields): Update.
14933 (typy_getitem): Update.
14934 (field_name): Return gdbpy_ref. Use new_reference.
14935 (typy_iterator_iternext): Update.
14936
14937 2019-01-03 Tom Tromey <tom@tromey.com>
14938
14939 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14940
14941 2019-01-03 Tom Tromey <tom@tromey.com>
14942
14943 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14944 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14945 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14946 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14947 (pspy_set_type_printers): Likewise.
14948 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14949 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14950 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14951 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14952 (objfpy_set_type_printers): Likewise.
14953
14954 2019-01-03 Tom Tromey <tom@tromey.com>
14955
14956 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14957 (gdbpy_print_stack): Use gdbpy_err_fetch.
14958 * python/python-internal.h (class gdbpy_err_fetch): New class.
14959 (class gdbpy_enter) <m_error_type, m_error_value,
14960 m_error_traceback>: Remove.
14961 <m_error>: New member.
14962 (gdbpy_exception_to_string): Don't declare.
14963 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14964 * python/py-value.c (convert_value_from_python): Use
14965 gdbpy_err_fetch.
14966 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14967 gdbpy_exception_to_string.
14968 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14969 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14970 gdbpy_err_fetch.
14971
14972 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14973
14974 * linux-nat.c (delete_lwp_cleanup): Delete.
14975 (struct lwp_deleter): New struct.
14976 (lwp_info_up): New typedef.
14977 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14978 lwp_info_up.
14979
14980 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14981
14982 * linux-fork.c (class scoped_switch_fork_info): New class.
14983 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14984
14985 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14986
14987 * valops.c (find_overload_match): Remove use of null_cleanup, and
14988 calls to do_cleanups.
14989
14990 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14991
14992 * compile/compile-cplus-types.c
14993 (compile_cplus_instance::decl_name): Handle changes to
14994 cp_func_name.
14995 * cp-support.c (cp_func_name): Update header comment, update
14996 return type.
14997 * cp-support.h (cp_func_name): Update return type in declaration.
14998 * valops.c (find_overload_match): Move temp_func local to top
14999 level of function and change its type. Use temp_func to hold and
15000 delete temporary string obtained from cp_func_name.
15001
15002 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15003
15004 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15005 gdb::char_vector, remove cleanup, and update uses of `msg`.
15006
15007 2019-01-03 Jim Wilson <jimw@sifive.com>
15008
15009 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15010
15011 2019-01-02 Tom Tromey <tom@tromey.com>
15012
15013 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15014 (tdesc_parse_xml): Remove cleanups.
15015 * target-descriptions.h (make_cleanup_free_target_description):
15016 Don't declare.
15017 (target_desc_deleter): New struct.
15018 (target_desc_up): New typedef.
15019 * target-descriptions.c (target_desc_deleter::operator()): Rename
15020 from free_target_description.
15021 (make_cleanup_free_target_description): Remove.
15022
15023 2019-01-02 Tom Tromey <tom@tromey.com>
15024
15025 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15026 constructor, destructor.
15027 (linespec_parser): Remove typedef.
15028 (~linespec_parser): Rename from linespec_parser_delete.
15029 (linespec_lex_to_end, linespec_complete_label)
15030 (linespec_complete): Update.
15031 (decode_line_full): Remove cleanups.
15032 (decode_line_1): Update.
15033
15034 2019-01-02 Tom Tromey <tom@tromey.com>
15035
15036 * python/python-internal.h (inferior_to_inferior_object): Change
15037 return type.
15038 * python/py-exitedevent.c (create_exited_event_object): Update.
15039 * python/py-inferior.c (inferior_to_inferior_object): Return
15040 gdbpy_ref.
15041 (python_new_inferior, python_inferior_deleted)
15042 (thread_to_thread_object, delete_thread_object)
15043 (build_inferior_list, gdbpy_selected_inferior): Update.
15044 * python/py-infthread.c (create_thread_object): Update. Also fail
15045 if inferior_to_inferior_object fails.
15046
15047 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15048
15049 * inferior.h (class inferior) <displaced_step_state>: New field.
15050 * infrun.h (struct displaced_step_state): Move here from
15051 infrun.c. Initialize fields, add constructor.
15052 <inf>: Remove field.
15053 <reset>: New method.
15054 * infrun.c (struct displaced_step_inferior_state): Move to
15055 infrun.h.
15056 (displaced_step_inferior_states): Remove.
15057 (get_displaced_stepping_state): Adust.
15058 (displaced_step_in_progress_any_inferior): Adjust.
15059 (displaced_step_in_progress_thread): Adjust.
15060 (displaced_step_in_progress): Adjust.
15061 (add_displaced_stepping_state): Remove.
15062 (get_displaced_step_closure_by_addr): Adjust.
15063 (remove_displaced_stepping_state): Remove.
15064 (infrun_inferior_exit): Call displaced_step_state.reset.
15065 (use_displaced_stepping): Don't check for NULL.
15066 (displaced_step_prepare_throw): Call
15067 get_displaced_stepping_state.
15068 (displaced_step_fixup): Don't check for NULL.
15069 (prepare_for_detach): Don't check for NULL.
15070
15071 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15072
15073 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15074 in case of call that did not complete.
15075
15076 2019-01-02 Andrey Utkin <autkin@undo.io>
15077
15078 * symfile.c (find_separate_debug_file): Fix search of debug files for
15079 remote debuggee.
15080
15081 2019-01-02 Tom Tromey <tom@tromey.com>
15082
15083 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15084 indentation.
15085 * python/py-frame.c (frapy_older): Remove cast.
15086 (frapy_newer): Likewise.
15087 * python/py-breakpoint.c (local_setattro): Remove cast.
15088 * python/py-arch.c (archpy_name): Remove local variable.
15089 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15090
15091 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15092
15093 * unittests/basic_string_view/element_access/char/empty.cc:
15094 Fix year range in copyright header.
15095
15096 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15097
15098 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15099 Delete.
15100 <operator==>: Update with for removed field.
15101 <hash>: Likewise.
15102 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15103 <isa_features>: ...this.
15104 <abi_features>: New field.
15105 (riscv_isa_flen): Update comment.
15106 (riscv_abi_xlen): New declaration.
15107 (riscv_abi_flen): New declaration.
15108 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15109 isa_features.
15110 (riscv_abi_xlen): New function.
15111 (riscv_isa_flen): Update to get answer from isa_features.
15112 (riscv_abi_flen): New function.
15113 (riscv_has_fp_abi): Update to get answer from abi_features.
15114 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15115 xlen and flen.
15116 (riscv_call_info) <xlen, flen>: Update comment.
15117 (riscv_call_arg_struct): Remove invalid assertions
15118 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15119 is removed.
15120 (riscv_gdbarch_init): Gather isa features and abi features
15121 separately, ensure both match on the gdbarch when reusing an old
15122 gdbarch. Relax an error check to allow 32-bit abi float to run on
15123 a target with 64-bit float hardware.
15124
15125 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15126
15127 * source.c (search_command_helper): Stop reverse search
15128 when line 1 has been searched.
15129
15130 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15131
15132 * record-full.c (record_full_base_target::close): Rewrite
15133 record_full_core_buf_list free logic.
15134
15135 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15136
15137 * break-catch-syscall.c (print_one_catch_syscall): xfree
15138 the last text.
15139
15140 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15141
15142 * top.c (print_gdb_version): Update Copyright year in version
15143 message.
15144
15145 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15146
15147 Update copyright year range in all GDB files.
15148
15149 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15150
15151 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15152
15153 For older changes see ChangeLog-2018.
15154 \f
15155 Local Variables:
15156 mode: change-log
15157 left-margin: 8
15158 fill-column: 74
15159 version-control: never
15160 coding: utf-8
15161 End:
15162
This page took 0.477956 seconds and 5 git commands to generate.