Rename demangle.c to gdb-demangle.c, and some cleanup
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-21 Christian Biesinger <cbiesinger@google.com>
2
3 * Makefile.in: Update.
4 * demangle.c: Rename to...
5 * gdb-demangle.c: ..this.
6 (is_cplus_marker): Change return type to bool.
7 (_initialize_demangler): Rename to...
8 (_initialize_gdb_demangle): ...this.
9 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
10 * symtab.h (demangle): Remove declaration; instead include
11 gdb-demangle.h.
12
13 2019-11-21 Tom Tromey <tromey@adacore.com>
14
15 * gdbsupport/format.c (format_pieces): Parse %I64d.
16 * unittests/format_pieces-selftests.c (test_windows_formats): New
17 function.
18 (run_tests): Call it.
19
20 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
21
22 Byte reverse display of variables with DW_END_big, DW_END_little
23 (DW_AT_endianity) dwarf attributes if different than the native
24 byte order.
25 * ada-lang.c (ada_value_binop):
26 Use type_byte_order instead of gdbarch_byte_order.
27 * ada-valprint.c (printstr):
28 (ada_val_print_string):
29 * ada-lang.c (value_pointer):
30 (ada_value_binop):
31 Use type_byte_order instead of gdbarch_byte_order.
32 * c-lang.c (c_get_string):
33 Use type_byte_order instead of gdbarch_byte_order.
34 * c-valprint.c (c_val_print_array):
35 Use type_byte_order instead of gdbarch_byte_order.
36 * cp-valprint.c (cp_print_class_member):
37 Use type_byte_order instead of gdbarch_byte_order.
38 * dwarf2loc.c (rw_pieced_value):
39 Use type_byte_order instead of gdbarch_byte_order.
40 * dwarf2read.c (read_base_type): Handle DW_END_big,
41 DW_END_little
42 * f-lang.c (f_get_encoding):
43 Use type_byte_order instead of gdbarch_byte_order.
44 * findvar.c (default_read_var_value):
45 Use type_byte_order instead of gdbarch_byte_order.
46 * gdbtypes.c (check_types_equal):
47 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
48 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
49 and TYPE_ENDIANITY_LITTLE if set.
50 (type_byte_order): new function.
51 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
52 (struct main_type) <flag_endianity_not_default>:
53 New field.
54 (type_byte_order): New function.
55 * infcmd.c (default_print_one_register_info):
56 Use type_byte_order instead of gdbarch_byte_order.
57 * p-lang.c (pascal_printstr):
58 Use type_byte_order instead of gdbarch_byte_order.
59 * p-valprint.c (pascal_val_print):
60 Use type_byte_order instead of gdbarch_byte_order.
61 * printcmd.c (print_scalar_formatted):
62 Use type_byte_order instead of gdbarch_byte_order.
63 * solib-darwin.c (darwin_current_sos):
64 Use type_byte_order instead of gdbarch_byte_order.
65 * solib-svr4.c (solib_svr4_r_ldsomap):
66 Use type_byte_order instead of gdbarch_byte_order.
67 * stap-probe.c (stap_modify_semaphore):
68 Use type_byte_order instead of gdbarch_byte_order.
69 * target-float.c (target_float_same_format_p):
70 Use type_byte_order instead of gdbarch_byte_order.
71 * valarith.c (scalar_binop):
72 (value_bit_index):
73 Use type_byte_order instead of gdbarch_byte_order.
74 * valops.c (value_cast):
75 Use type_byte_order instead of gdbarch_byte_order.
76 * valprint.c (generic_emit_char):
77 (generic_printstr):
78 (val_print_string):
79 Use type_byte_order instead of gdbarch_byte_order.
80 * value.c (unpack_long):
81 (unpack_bits_as_long):
82 (unpack_value_bitfield):
83 (modify_field):
84 (pack_long):
85 (pack_unsigned_long):
86 Use type_byte_order instead of gdbarch_byte_order.
87 * findvar.c (unsigned_pointer_to_address):
88 (signed_pointer_to_address):
89 (unsigned_address_to_pointer):
90 (address_to_signed_pointer):
91 (default_read_var_value):
92 (default_value_from_register):
93 Use type_byte_order instead of gdbarch_byte_order.
94 * gnu-v3-abi.c (gnuv3_make_method_ptr):
95 Use type_byte_order instead of gdbarch_byte_order.
96 * riscv-tdep.c (riscv_print_one_register_info):
97 Use type_byte_order instead of gdbarch_byte_order.
98
99 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
100
101 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
102 (current_ui_gdb_stdin_ptr): Likewise.
103 (current_ui_gdb_stderr_ptr): Likewise.
104 (current_ui_gdb_stdlog_ptr): Likewise.
105 (current_ui_current_uiout_ptr): Likewise.
106 (gen_ret_current_ui_field_ptr): Remove.
107
108 2019-11-21 Tom de Vries <tdevries@suse.de>
109
110 PR gdb/24956
111 * cli/cli-script.c (execute_control_command): Only switch to
112 INTERP_CONSOLE's ui_out when INTERP_MI is active.
113
114 2019-11-19 Tom Tromey <tom@tromey.com>
115
116 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
117 Now static. Change type of "name".
118 (tui_set_win_height_command): Don't copy "arg".
119 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
120 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
121
122 2019-11-19 Ali Tamur <tamur@google.com>
123
124 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
125 "if (attr != nullptr)".
126 (dwarf2_find_base_address): Likewise.
127 (dwarf2_build_include_psymtabs): Likewise.
128 (read_cutu_die_from_dwo): Likewise.
129 (read_func_scope): Likewise.
130 (read_call_site_scope): Likewise.
131 (dwarf2_get_pc_bounds): Likewise.
132 (dwarf2_record_block_ranges): Likewise.
133 (dwarf2_add_field): Likewise.
134 (dwarf2_add_member_fn): Likewise.
135 (read_structure_type): Likewise.
136 (read_enumeration_type): Likewise.
137 (read_array_type): Likewise.
138 (read_array_order): Likewise.
139 (read_set_type): Likewise.
140 (read_common_block): Likewise.
141 (read_tag_reference_type): Likewise.
142 (read_tag_string_type): Likewise.
143 (read_subroutine_type): Likewise.
144 (read_base_type): Likewise.
145 (read_subrange_type): Likewise.
146 (new_symbol): Likewise.
147 (prepare_one_comp_unit): Likewise.
148
149 2019-11-19 Tom Tromey <tromey@adacore.com>
150
151 * windows-nat.c (windows_nat_target::attach): Include GetLastError
152 result in error when DebugActiveProcess fails.
153
154 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
155 Pedro Alves <palves@redhat.com>
156
157 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
158 * target.c (target_stack::push): Call 'unpush' if there's a
159 target on top of the stack.
160
161 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
162
163 * python/py-block.c (blpy_dealloc): Call tp_free.
164 (blpy_block_syms_dealloc): Likewise.
165 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
166 * python/py-inferior.c (infpy_dealloc): Likewise.
167 * python/py-lazy-string.c (stpy_dealloc): Likewise.
168 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
169 * python/py-symbol.c (sympy_dealloc): Likewise.
170 * python/py-symtab.c (stpy_dealloc): Likewise.
171 * python/py-type.c (typy_iterator_dealloc): Likewise.
172
173 2019-11-18 Christian Biesinger <cbiesinger@google.com>
174
175 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
176 constructor instead of using a class initializer.
177
178 2019-11-15 Christian Biesinger <cbiesinger@google.com>
179
180 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
181 * configure: Regenerate.
182 * configure.ac: Don't source common.host.
183 * gdbsupport/common.host: Remove.
184 * gdbsupport/mingw-strerror.c: Remove.
185 * gdbsupport/posix-strerror.c: Rename to...
186 * gdbsupport/safe-strerror.c: ...this.
187
188 2019-11-15 Christian Biesinger <cbiesinger@google.com>
189
190 * maint.c (scoped_command_stats::print_time): Use localtime_r
191 instead of localtime (provided through gnulib if necessary).
192 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
193 of ctime.
194
195 2019-11-15 Christian Biesinger <cbiesinger@google.com>
196
197 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
198 avoid compile errors.
199
200 2019-11-15 Christian Biesinger <cbiesinger@google.com>
201
202 * config.in: Regenerate.
203 * configure: Regenerate.
204 * gdbsupport/common.m4: No longer check for strerror_r.
205 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
206 POSIX version of strerror_r, now that gnulib provides it if
207 necessary.
208
209 2019-11-14 Christian Biesinger <cbiesinger@google.com>
210
211 * README (`configure' options): Update.
212
213 2019-11-14 Tom Tromey <tromey@adacore.com>
214
215 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
216 expected type for the RHS if the LHS is a convenience variable.
217
218 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
219
220 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
221 Provide explicit default and copy constructor.
222
223 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
224
225 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
226 only call Py_INCREF (newbp) in the bppy_pending_object case.
227
228 2019-11-13 Tom Tromey <tromey@adacore.com>
229
230 PR build/25182:
231 * psympriv.h (partial_symbol): Remove static assert.
232 * symtab.h (general_symbol_info, symbol): Remove static assert.
233
234 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdbsupport/format.c (format_pieces::format_pieces): Support
237 printf 'z' size modifier.
238 * gdbsupport/format.h (enum argclass): Add size_t_arg.
239 * printcmd.c (ui_printf): Handle size_t_arg.
240 * ui-out.c (ui_out::vmessage): Likewise.
241 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
242 function.
243 (run_tests): Call test_format_int_sizes.
244
245 2019-11-12 Christian Biesinger <cbiesinger@google.com>
246
247 * ada-exp.y (write_ambiguous_var): Update.
248 * buildsym.c (add_symbol_to_list): Update.
249 * dwarf2read.c (read_variable): Update.
250 (new_symbol): Update.
251 * jit.c (finalize_symtab): Update.
252 * language.c (language_alloc_type_symbol): Update.
253 * symtab.c (fixup_symbol_section): Update.
254 (initialize_objfile_symbol_1): Move code to...
255 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
256 (allocate_symbol): Update.
257 (allocate_template_symbol): Update.
258 (get_symbol_address): Update.
259 * symtab.h (struct symbol): Inherit from general_symbol_info instead
260 of having as a field, and add a constructor.
261 (SYMBOL_VALUE): Update.
262 (SYMBOL_VALUE_ADDRESS): Update.
263 (SET_SYMBOL_VALUE_ADDRESS): Update.
264 (SYMBOL_VALUE_BYTES): Update.
265 (SYMBOL_VALUE_COMMON_BLOCK): Update.
266 (SYMBOL_BLOCK_VALUE): Update.
267 (SYMBOL_VALUE_CHAIN): Update.
268 (SYMBOL_LANGUAGE): Update.
269 (SYMBOL_SECTION): Update.
270 (SYMBOL_OBJ_SECTION): Update.
271 (SYMBOL_SET_LANGUAGE): Update.
272 (SYMBOL_SET_LINKAGE_NAME): Update.
273 (SYMBOL_SET_NAMES): Update.
274 (SYMBOL_NATURAL_NAME): Update.
275 (SYMBOL_LINKAGE_NAME): Update.
276 (SYMBOL_DEMANGLED_NAME): Update.
277 (SYMBOL_SEARCH_NAME): Update.
278 (SYMBOL_MATCHES_SEARCH_NAME): Update.
279 (struct symbol): Update.
280 (struct template_symbol): Update.
281 (struct rust_vtable_symbol): Update.
282 * xcoffread.c (SYMBOL_DUP): Update.
283
284 2019-11-12 Tom Tromey <tom@tromey.com>
285
286 * tui/tui-layout.c (show_layout): Set current_layout.
287 (show_source_disasm_command, show_data)
288 (show_source_or_disasm_and_command): Don't set current_layout.
289
290 2019-11-12 Tom Tromey <tom@tromey.com>
291
292 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
293
294 2019-11-12 Tom Tromey <tom@tromey.com>
295
296 * tui/tui-win.c (resize_message): New global.
297 (show_tui_resize_message): New function.
298 (tui_async_resize_screen): Print message if requested.
299 (_initialize_tui_win): Add tui-resize-message setting.
300 * NEWS: Add entry for new commands.
301
302 2019-11-11 Tom Tromey <tom@tromey.com>
303
304 * tui/tui.c (tui_initialize_readline): Add new bindable readline
305 functions.
306
307 2019-11-11 Christian Biesinger <cbiesinger@google.com>
308
309 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
310
311 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
314 function.
315 * python/python-internal.h (gdbpy_lookup_static_symbols):
316 Declare new function.
317 * python/python.c (python_GdbMethods): Add
318 gdb.lookup_static_symbols method.
319 * NEWS: Mention gdb.lookup_static_symbols.
320
321 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
324 static block of current object file first. Also fix typo in
325 header comment.
326
327 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * stack.c (set_last_displayed_sal): Delete.
330 (last_displayed_sal_valid): Delete.
331 (last_displayed_pspace): Delete.
332 (last_displayed_addr): Delete.
333 (last_displayed_symtab): Delete.
334 (last_displayed_line): Delete.
335 (class last_displayed_symtab_info_type): New.
336 (last_displayed_symtab_info): New static global variable.
337 (print_frame_info): Call methods on last_displayed_symtab_info.
338 (clear_last_displayed_sal): Update header comment, and make use of
339 last_displayed_symtab_info.
340 (last_displayed_sal_is_valid): Likewise.
341 (get_last_displayed_pspace): Likewise.
342 (get_last_displayed_addr): Likewise.
343 (get_last_displayed_symtab): Likewise.
344 (get_last_displayed_line): Likewise.
345 (get_last_displayed_sal): Likewise.
346 * stack.h (clear_last_displayed_sal): Update header comment.
347 (last_displayed_sal_is_valid): Likewise.
348 (get_last_displayed_pspace): Likewise.
349 (get_last_displayed_addr): Likewise.
350 (get_last_displayed_symtab): Likewise.
351 (get_last_displayed_line): Likewise.
352 (get_last_displayed_sal): Likewise.
353
354 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * stack.c (frame_show_address): Convert return type to bool.
357 * stack.h (frame_show_address): Likewise, and update header
358 comment.
359
360 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
363 * unittests/vec-utils-selftests.c: New file.
364 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
365
366 2019-11-10 Tom Tromey <tom@tromey.com>
367
368 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
369 (tui_highlight_win): Likewise.
370 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
371 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
372 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
373 Don't set can_highlight.
374
375 2019-11-10 Tom Tromey <tom@tromey.com>
376
377 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
378 Remove unused declaration.
379
380 2019-11-08 Tom Tromey <tromey@adacore.com>
381
382 * top.c (read_command_file): Update.
383 (command_line_input): Make return type const.
384 * python/py-gdb-readline.c: Update.
385 * linespec.c (decode_line_2): Update.
386 * defs.h (command_line_input): Make return type const.
387 * cli/cli-script.c (read_next_line): Make return type const.
388 * ada-lang.c (get_selections): Update.
389
390 2019-11-06 Christian Biesinger <cbiesinger@google.com>
391
392 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
393 * mi/mi-main.c (output_cores): Likewise.
394 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
395 (linux_xfer_osdata_modules): Likewise.
396 * remote.c (register_remote_support_xml): Likewise.
397 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
398 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
399
400 2019-11-06 Tom Tromey <tom@tromey.com>
401
402 * tui/tui-interp.c: Don't include readline.h.
403 * tui/tui-hooks.c: Don't include readline.h.
404 * symmisc.c: Include tilde.h, not readline.h.
405 * symfile.c: Include tilde.h, not readline.h.
406 * source.c: Include tilde.h, not readline.h.
407 * solib.c: Include tilde.h, not readline.h.
408 * psymtab.c: Include tilde.h, not readline.h.
409 * exec.c: Include tilde.h, not readline.h.
410 * corelow.c: Include tilde.h, not readline.h.
411 * cli/cli-dump.c: Include tilde.h, not readline.h.
412 * cli/cli-cmds.c: Don't include readline.h.
413
414 2019-11-05 Tom Tromey <tom@tromey.com>
415
416 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
417 (tui_disassemble): Set addr_size.
418 (tui_disasm_window::set_contents): Use addr_size.
419
420 2019-11-05 Tom Tromey <tom@tromey.com>
421
422 * rust-lang.c (rust_language_defn): Update.
423 * python/py-value.c (valpy_string): Call c_get_string.
424 * p-lang.c (pascal_language_defn): Update.
425 * opencl-lang.c (opencl_language_defn): Update.
426 * objc-lang.c (objc_language_defn): Update.
427 * m2-lang.c (m2_language_defn): Update.
428 * language.c (unknown_language_defn, auto_language_defn): Update.
429 (default_get_string): Remove.
430 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
431 * go-lang.c (go_language_defn): Update.
432 * f-lang.c (f_language_defn): Update.
433 * d-lang.c (d_language_defn): Update.
434 * c-lang.c (c_language_defn, cplus_language_defn)
435 (asm_language_defn, minimal_language_defn): Update.
436 * ada-lang.c (ada_language_defn): Update.
437 * language.h (struct language_defn) <la_get_string>: Remove.
438 (LA_GET_STRING): Remove.
439 (default_get_string): Don't declare.
440
441 2019-11-05 Tom Tromey <tom@tromey.com>
442
443 * tui/tui-source.h (struct tui_source_window): Inline
444 constructor. Remove destructor.
445 <style_changed, m_observable>: Move to superclass.
446 * tui/tui-winsource.h (tui_copy_source_line): Declare.
447 (struct tui_source_window_base): Move private members to end.
448 <style_changed, m_observable>: Move from tui_source_window.
449 * tui/tui-winsource.c (tui_copy_source_line): Move from
450 tui-source.c. Rename from copy_source_line. Add special handling
451 for negative line number.
452 (tui_source_window_base::style_changed): Move from
453 tui_source_window.
454 (tui_source_window_base): Register observer.
455 (~tui_source_window_base): New.
456 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
457 rename.
458 (tui_source_window::set_contents): Use tui_copy_source_line.
459 (tui_source_window::tui_source_window): Move to tui-source.h.
460 (tui_source_window::~tui_source_window): Remove.
461 (tui_source_window::style_changed): Move to superclass.
462 * tui/tui-disasm.c (tui_disassemble): Create string file with
463 styling, when possible. Add "addr_size" parameter.
464 (tui_disasm_window::set_contents): Use tui_copy_source_line.
465 Don't compute maximum size.
466 (len_without_escapes): New function
467
468 2019-11-05 Tom Tromey <tom@tromey.com>
469
470 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
471 std::string.
472 * tui/tui-winsource.c (tui_show_source_line): Update.
473 * tui/tui-source.c (tui_source_window::set_contents): Update.
474 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
475
476 2019-11-05 Christian Biesinger <cbiesinger@google.com>
477
478 * symtab.h (gdb_static_assert): Put && operator at the beginning
479 of the line instead of the end.
480
481 2019-11-04 Christian Biesinger <cbiesinger@google.com>
482
483 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
484 and sizeof (symbol).
485 * symtab.h: Add a static_assert for sizeof (partial_symbol).
486
487 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
488
489 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
490 * configure.host: Mark *-*-solaris2.10* obsolete.
491 * configure.tgt: Mark Solaris < 11 obsolete.
492 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
493 Update target triplet.
494
495 2019-11-01 Tom Tromey <tromey@adacore.com>
496
497 * utils.c (print_sys_errmsg): Simplify.
498
499 2019-11-01 Tom Tromey <tromey@adacore.com>
500
501 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
502
503 2019-11-01 Christian Biesinger <cbiesinger@google.com>
504
505 * configure: Regenerate.
506 * configure.ac: Remove check for strerror_r.
507 * gdbsupport/common.m4: Check for strerror_r.
508
509 2019-11-01 Luis Machado <luis.machado@linaro.org>
510
511 PR gdb/25124
512
513 * arm-tdep.c (arm_per_objfile): Rename to ...
514 (arm_per_bfd): ... this.
515 (arm_objfile_data_key): Rename to ...
516 (arm_bfd_data_key): ... this.
517 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
518 data.
519 (arm_record_special_symbol): Likewise.
520
521 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
524 end.
525 * c-typeprint.c (c_print_typedef): Likewise.
526 * f-typeprint.c (f_print_typedef): Likewise.
527 * m2-typeprint.c (m2_print_typedef): Likewise.
528 * p-typeprint.c (pascal_print_typedef): Likewise.
529 * rust-lang.c (rust_print_typedef): Likewise.
530 * symtab.c (print_symbol_info): Print a newline after calling
531 typedef_print.
532
533 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 * symtab.c (info_module_cmdlist): New variable.
536 (info_module_command): New function.
537 (search_module_symbols): New function.
538 (info_module_subcommand): New function.
539 (struct info_modules_var_func_options): New struct.
540 (info_modules_var_func_options_defs): New variable.
541 (make_info_modules_var_func_options_def_group): New function.
542 (info_module_functions_command): New function.
543 (info_module_variables_command): New function.
544 (info_module_var_func_command_completer): New function.
545 (_initialize_symtab): Register new 'info module functions' and
546 'info module variables' commands.
547 * symtab.h (typedef symbol_search_in_module): New typedef.
548 (search_module_symbols): Declare new function.
549 * NEWS: Mention new commands.
550
551 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
554 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
555 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
556 MODULES_DOMAIN.
557 (scan_partial_symbols): Only create partial module symbols for non
558 declarations.
559 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
560 and MODULES_DOMAIN.
561 * symtab.c (search_domain_name): Likewise.
562 (search_symbols): Likewise.
563 (print_symbol_info): Likewise.
564 (symtab_symbol_info): Likewise.
565 (info_modules_command): New function.
566 (_initialize_symtab): Register 'info modules' command.
567 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
568 * NEWS: Mention new 'info modules' command.
569
570 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
571
572 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
573 and $_gdb_maint_setting_str.
574
575 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
576
577 * cli/cli-cmds.c (setting_cmd, value_from_setting)
578 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
579 (str_value_from_setting, gdb_setting_str_internal_fn)
580 (gdb_maint_setting_str_internal_fn): New functions.
581 (_initialize_cli_cmds): Define the new convenience functions.
582 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
583 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
584
585 2019-10-31 Christian Biesinger <cbiesinger@google.com>
586
587 * agent.c (set_can_use_agent): When the setting is turned on,
588 look up agent symbols if we don't have them yet.
589 (agent_new_objfile): Don't look up agent symbols when the agent
590 setting is off.
591
592 2019-10-31 Christian Biesinger <cbiesinger@google.com>
593
594 * config.in: Regenerate.
595
596 2019-10-31 Christian Biesinger <cbiesinger@google.com>
597
598 * configure: Regenerate.
599 * configure.ac: Check for strerror_r.
600 * gdbsupport/common-utils.h (safe_strerror): Change return value
601 to const char * and document that this function is now threadsafe.
602 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
603 thread_local and call strerror_r, if available.
604 * utils.c (perror_string): Update.
605 (print_sys_errmsg): Update.
606
607 2019-10-31 Luis Machado <luis.machado@linaro.org>
608
609 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
610 objfile_key.
611 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
612 objfile to fetch per-bfd data.
613 (arm_find_exidx_entry): Likewise.
614
615 2019-10-31 Christian Biesinger <cbiesinger@google.com>
616
617 * gdbsupport/agent.c (debug_agent): Change type to bool.
618 (use_agent): Likewise.
619 (all_agent_symbols_look_up): Likewise.
620 (agent_loaded_p): Change return value to bool.
621 (agent_look_up_symbols): Update.
622 (agent_capability_check): Change return value to bool.
623 * gdbsupport/agent.h (agent_loaded_p): Likewise.
624 (debug_agent): Change type to bool.
625 (use_agent): Likewise.
626 (agent_capability_check): Change return value to bool.
627
628 2019-10-30 Christian Biesinger <cbiesinger@google.com>
629
630 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
631 (build_minimal_symbol_hash_tables): Code to clear the table moved
632 to clear_minimal_symbol_hash_tables.
633 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
634 when needed.
635
636 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
637
638 * infcmd.c: Remove includes.
639 * infrun.c: Remove includes.
640
641 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
642
643 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
644 (grow_vect): Remove declaration.
645 (ada_type_of_array): Remove declaration.
646 (ada_update_initial_language): Remove declaration.
647 (ada_fold_name): Remove declaration.
648 (ada_fill_in_ada_prototype): Remove declaration.
649 (user_select_syms): Remove declaration.
650 (get_selections): Remove declaration.
651 (ada_tag_type): Remove declaration.
652 (ada_value_tag): Remove declaration.
653 (ada_is_others_clause): Remove declaration.
654 (ada_in_variant): Remove declaration.
655 (ada_value_struct_elt): Remove declaration.
656 (ada_attribute_name): Remove declaration.
657 (ada_system_address_type): Remove declaration.
658 * ada-lang.c (ada_watch_location_expression): Make static.
659 (GROW_VECT): Move here from ada-lang.h.
660 (grow_vect): Make static.
661 (ada_update_initial_language): Make static.
662 (ada_fold_name): Make static.
663 (ada_type_of_array): Make static.
664 (encoded_ordered_before): Move up.
665 (sort_choices): Move up.
666 (print_signatures): Move up.
667 (ada_print_symbol_signature): Move up.
668 (get_selections): Move up and make static.
669 (user_select_syms): Move up and make static.
670 (ada_value_struct_elt): Move up and make static.
671 (ada_tag_type): Make static.
672 (ada_value_tag): Make static.
673 (ada_is_others_clause): Make static.
674 (ada_in_variant): Make static.
675 (ada_attribute_name): Make static.
676
677 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
678
679 * ada-lang.c: Remove includes.
680 * ada-typeprint.c: Remove includes.
681 * ada-valprint.c: Remove includes.
682
683 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
684
685 * addrmap.c: Add static assertions of type size, moved from
686 _initialize_addrmap.
687 (_initialize_addrmap): Remove.
688
689 2019-10-29 Christian Biesinger <cbiesinger@google.com>
690
691 * coffread.c (record_minimal_symbol): Update.
692 (process_coff_symbol): Update.
693 * dbxread.c (read_dbx_symtab): Update.
694 * dwarf2read.c (add_partial_symbol): Update.
695 (fixup_go_packaging): Update.
696 (load_partial_dies): Update.
697 (new_symbol): Update.
698 * elfread.c (record_minimal_symbol): Change signature to use
699 gdb::string_view instead of name+len.
700 (elf_symtab_read): Update.
701 (elf_rel_plt_read): Update.
702 * mdebugread.c (parse_partial_symbols): Update.
703 (handle_psymbol_enumerators): Update.
704 (new_symbol): Update.
705 * minsyms.c (minimal_symbol_reader::record_full): Change signature
706 to use gdb::string_view instead of name+len.
707 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
708 * psympriv.h (add_psymbol_to_list): Likewise.
709 * psymtab.c (add_psymbol_to_bcache): Likewise.
710 (add_psymbol_to_list): Likewise.
711 * stabsread.c (define_symbol): Update.
712 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
713 * symtab.h (SYMBOL_SET_NAMES): Likewise.
714 (symbol_set_names): Likewise.
715 * xcoffread.c (scan_xcoff_symtab): Update.
716
717 2019-10-29 Christian Biesinger <cbiesinger@google.com>
718
719 * symtab.h (symbol_set_names): Document that copy_name must be
720 set to true for non-nullterminated strings.
721 * symtab.c (symbol_set_names): Only make a nullterminated copy of
722 linkage_name if the entry was not found and we need to demangle.
723
724 2019-10-29 Christian Biesinger <cbiesinger@google.com>
725
726 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
727 * dwarf2-frame.c (bsearch_fde_cmp): Update.
728 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
729 * gdbsupport/gdb_binary_search.h: New file.
730
731 2019-10-29 Christian Biesinger <cbiesinger@google.com>
732
733 * NEWS: Mention new --with-system-gdbinit-dir option.
734 * config.in: Regenerate.
735 * configure: Regenerate.
736 * configure.ac: Add new option --with-system-gdbinit-dir.
737 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
738 for a ".gdb" suffix.
739 * main.c (get_init_files): Change system_gdbinit argument to
740 a vector and return the files in SYSTEM_GDBINIT_DIR in
741 addition to SYSTEM_GDBINIT.
742 (captured_main_1): Update.
743 (print_gdb_help): Update.
744 * top.c (print_gdb_configuration): Also print the value of
745 SYSTEM_GDBINIT_DIR.
746
747 2019-10-28 Christian Biesinger <cbiesinger@google.com>
748
749 * gdbsupport/common-utils.h (startswith): Add an overloaded version
750 that takes gdb::string_view arguments.
751
752 2019-10-26 Tom de Vries <tdevries@suse.de>
753
754 * aarch64-linux-tdep.c: Fix typos in comments.
755 * aarch64-tdep.c: Same.
756 * ada-lang.c: Same.
757 * amd64-nat.c: Same.
758 * arc-tdep.c: Same.
759 * arch/aarch64-insn.c: Same.
760 * block.c: Same.
761 * breakpoint.h: Same.
762 * btrace.h: Same.
763 * c-varobj.c: Same.
764 * cli/cli-decode.c: Same.
765 * cli/cli-script.c: Same.
766 * cli/cli-utils.h: Same.
767 * coff-pe-read.c: Same.
768 * coffread.c: Same.
769 * compile/compile-cplus-symbols.c: Same.
770 * compile/compile-object-run.c: Same.
771 * completer.c: Same.
772 * corelow.c: Same.
773 * cp-support.c: Same.
774 * demangle.c: Same.
775 * dwarf-index-write.c: Same.
776 * dwarf2-frame.c: Same.
777 * dwarf2-frame.h: Same.
778 * eval.c: Same.
779 * frame-base.h: Same.
780 * frame.h: Same.
781 * gdbcmd.h: Same.
782 * gdbtypes.h: Same.
783 * gnu-nat.c: Same.
784 * guile/scm-objfile.c: Same.
785 * i386-tdep.c: Same.
786 * i386-tdep.h: Same.
787 * infcall.c: Same.
788 * infcall.h: Same.
789 * linux-nat.c: Same.
790 * m68k-tdep.c: Same.
791 * macroexp.c: Same.
792 * memattr.c: Same.
793 * mi/mi-cmd-disas.c: Same.
794 * mi/mi-getopt.h: Same.
795 * mi/mi-main.c: Same.
796 * minsyms.c: Same.
797 * nat/aarch64-sve-linux-sigcontext.h: Same.
798 * objfiles.h: Same.
799 * ppc-linux-nat.c: Same.
800 * ppc-linux-tdep.c: Same.
801 * ppc-tdep.h: Same.
802 * progspace.h: Same.
803 * prologue-value.h: Same.
804 * python/py-evtregistry.c: Same.
805 * python/py-instruction.h: Same.
806 * record-btrace.c: Same.
807 * record-full.c: Same.
808 * remote.c: Same.
809 * rs6000-tdep.c: Same.
810 * ser-tcp.c: Same.
811 * sol-thread.c: Same.
812 * sparc-sol2-tdep.c: Same.
813 * sparc64-tdep.c: Same.
814 * stabsread.c: Same.
815 * symfile.c: Same.
816 * symtab.h: Same.
817 * target.c: Same.
818 * tracepoint.c: Same.
819 * tui/tui-data.h: Same.
820 * tui/tui-io.c: Same.
821 * tui/tui-win.c: Same.
822 * tui/tui.c: Same.
823 * unittests/rsp-low-selftests.c: Same.
824 * user-regs.h: Same.
825 * utils.c: Same.
826 * utils.h: Same.
827 * valarith.c: Same.
828 * valops.c: Same.
829 * valprint.c: Same.
830 * valprint.h: Same.
831 * value.c: Same.
832 * value.h: Same.
833 * varobj.c: Same.
834 * x86-nat.h: Same.
835 * xtensa-tdep.c: Same.
836
837 2019-10-25 Ali Tamur <tamur@google.com>
838
839 * charset.c (find_charset_names): Reflect API change.
840
841 2019-10-25 Christian Biesinger <cbiesinger@google.com>
842
843 * symtab.c (struct demangled_name_entry): Change demangled name
844 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
845 part of the struct anymore.
846 (symbol_set_names): No longer obstack allocate + copy the demangled
847 name, just store the allocated name from bfd.
848
849 2019-10-25 Tom Tromey <tromey@adacore.com>
850
851 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
852 (bsearch_cie_cmp, add_cie): Remove.
853 (find_cie): Reimplement.
854 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
855 (dwarf2_build_frame_info): Update.
856
857 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
858
859 PR gdb/25126
860 * symfile.c (reread_symbols): Call forget_cached_source_info to
861 clear the stale source cache.
862
863 2019-10-24 Christian Biesinger <cbiesinger@google.com>
864
865 * configure: Regenerate.
866 * configure.ac: Remove code that sets python_has_threads.
867
868 2019-10-24 Christian Biesinger <cbiesinger@google.com>
869
870 * config.in: Regenerate.
871 * configure: Regenerate.
872 * configure.ac: Remove the code that uses sed to get the python
873 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
874
875 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * python/py-progspace.c (pspy_block_for_pc): Return None for all
878 error paths.
879
880 2019-10-23 Tom Tromey <tom@tromey.com>
881
882 * arc-tdep.c: Remove ".." from include.
883 * frv-tdep.c: Remove ".." from include.
884 * lm32-tdep.c: Remove ".." from include.
885 * microblaze-tdep.c: Remove ".." from include.
886 * or1k-tdep.h: Remove ".." from include.
887 * s12z-tdep.c: Remove ".." from include.
888 * Makefile.in (OPCODES_CFLAGS): Add comment.
889 (TOP_CFLAGS): New variable.
890 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
891
892 2019-10-23 Tom Tromey <tom@tromey.com>
893
894 * Makefile.in (READLINE_DIR): Update.
895
896 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
897
898 * infcall.c (call_function_by_hand_dummy): Fix the function
899 comment. And extract out a code section into...
900 (reserve_stack_space): ...this new function.
901
902 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
903
904 * infcall.c (value_arg_coerce): Remove an unused parameter.
905 (call_function_by_hand_dummy): Update the call to
906 'value_arg_coerce'.
907
908 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
909
910 * infcall.c (call_function_by_hand_dummy): Refactor.
911
912 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
913
914 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
915
916 2019-10-23 Tom Tromey <tom@tromey.com>
917
918 * configure: Rebuild.
919 * configure.ac: Don't check for sigprocmask.
920 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
921
922 2019-10-23 Tom Tromey <tom@tromey.com>
923
924 * configure: Rebuild.
925 * acinclude.m4: Use m4_include, not sinclude.
926
927 2019-10-23 Tom de Vries <tdevries@suse.de>
928
929 PR breakpoints/24687
930 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
931
932 2019-10-22 Christian Biesinger <cbiesinger@google.com>
933
934 * symtab.c (struct demangled_name_entry) <language>: Change from
935 bitfield to regular variable.
936
937 2019-10-22 Christian Biesinger <cbiesinger@google.com>
938
939 * symtab.c (struct demangled_name_entry): Add a constructor.
940 (free_demangled_name_entry): New function to call the destructor
941 for demangled_name_entry.
942 (create_demangled_names_hash): Pass free_demangled_name_entry to
943 htab_create_alloc.
944 (symbol_set_names): Call placement new for demangled_name_entry.
945 * utils.c: No longer include xxhash.h here, now that fast_hash
946 is inlined in the header.
947 * utils.h: Instead, include it here.
948
949 2019-10-22 Christian Biesinger <cbiesinger@google.com>
950
951 * Makefile.in: Link with libxxhash.
952 * config.in: Regenerate.
953 * configure: Regenerate.
954 * configure.ac: Search for libxxhash.
955 * utils.c (fast_hash): Use xxhash if present.
956
957 2019-10-22 Christian Biesinger <cbiesinger@google.com>
958
959 * utils.h (fast_hash): New function.
960 * symtab.c (hash_demangled_name_entry): Call new function
961 fast_hash.
962
963 2019-10-22 Christian Biesinger <cbiesinger@google.com>
964
965 * symtab.c (struct demangled_name_entry): Change type of mangled
966 to gdb::string_view. Also adds a constructor that takes the
967 mangled name.
968 (hash_demangled_name_entry): Update.
969 (eq_demangled_name_entry): Update.
970 (free_demangled_name_entry): New function to call the destructor
971 now that this is not a POD anymore.
972 (create_demangled_names_hash): Pass free_demangled_name_entry to
973 htab_create_alloc.
974 (symbol_set_names): Update.
975
976 2019-10-21 Ali Tamur <tamu@google.com>
977
978 * dwarf2read.c (dir_index): Change type.
979 (file_name_index): Likewise.
980 (line_header::include_dir_at): Change comment and implementation on
981 whether it is DWARF 5.
982 (line_header::is_valid_file_index): New function.
983 (line_header::file_name_at): Change comment and implementation on
984 whether it is DWARF 5.
985 (line_header::file_names): Change to private field renamed as
986 m_file_names and introduce a new accessor method.
987 (line_header::file_names_size): New method.
988 (line_header::include_dirs): Change to private field and rename as
989 m_include_dirs.
990 (dw2_get_file_names_reader): Define local var at a smaller scope and
991 reflect API change.
992 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
993 (process_structure_scope): Likewise.
994 (line_header::add_include_dir): Change message and reflect renaming.
995 (line_header::add_file_name): Likewise.
996 (read_formatted_entries): Handle DW_FORM_data16.
997 (dwarf_decode_line_header): Fix line header length calculation.
998 (psymtab_include_file_name): Change comment and API.
999 (lnp_state_machine::m_file): Update comment and reflect type change.
1000 (lnp_state_machine::record_line): Reflect type change.
1001 (dwarf_decode_lines): Reflect API change.
1002 (file_file_name): Likewise.
1003 (file_full_name): Likewise.
1004
1005 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1008
1009 2019-10-21 Tom Tromey <tom@tromey.com>
1010
1011 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1012
1013 2019-10-21 Tom Tromey <tom@tromey.com>
1014
1015 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1016 NM_H. Use AC_CONFIG_LINKS.
1017 * configure: Rebuild.
1018 * Makefile.in (NM_H): New variable.
1019 (generated_files): Add NM_H. Remove gcore.
1020 (nm.h, stamp-nmh): New targets.
1021
1022 2019-10-20 Tom Tromey <tom@tromey.com>
1023
1024 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1025 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1026 obsolete comment.
1027 (put_objfile_before): Now static.
1028
1029 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * gdbsupport/common-utils.h (startswith): Change return type to
1032 bool.
1033
1034 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1035
1036 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1037 * breakpoint.c (bp_locations_compare): Rename to...
1038 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1039 (update_global_location_list): Use std::sort instead of qsort.
1040 * buildsym.c (compare_line_numbers): Rename to...
1041 (lte_is_less_than): ...this, and change to std::sort semantics.
1042 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1043 instead of qsort.
1044 * disasm.c (compare_lines): Rename to...
1045 (line_is_less_than): ...this, and change to std::sort semantics.
1046 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1047 of qsort.
1048 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1049 (fde_is_less_than): ...this, and change to std::sort semantics.
1050 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1051 * mdebugread.c (compare_blocks):
1052 (block_is_less_than): ...this, and change to std::sort semantics.
1053 (sort_blocks): Call std::sort instead of qsort.
1054 * objfiles.c (qsort_cmp): Rename to...
1055 (sort_cmp): ...this, and change to std::sort semantics.
1056 (update_section_map): Call std::sort instead of qsort.
1057 * remote.c (compare_pnums): Remove.
1058 (map_regcache_remote_table): Call std::sort instead of qsort.
1059 * utils.c (compare_positive_ints): Remove.
1060 * utils.h (compare_positive_ints): Remove.
1061 * xcoffread.c (compare_lte): Remove.
1062 (arrange_linetable): Call std::sort instead of qsort.
1063
1064 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1065
1066 * symfile.c (init_entry_point_info): Fix typo.
1067 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1068
1069 2019-10-18 Tom de Vries <tdevries@suse.de>
1070
1071 * aarch64-tdep.c: Fix typos in comments.
1072 * ada-lang.c: Same.
1073 * ada-tasks.c: Same.
1074 * alpha-tdep.c: Same.
1075 * alpha-tdep.h: Same.
1076 * amd64-nat.c: Same.
1077 * amd64-windows-tdep.c: Same.
1078 * arc-tdep.c: Same.
1079 * arc-tdep.h: Same.
1080 * arch-utils.c: Same.
1081 * arm-nbsd-tdep.c: Same.
1082 * arm-tdep.c: Same.
1083 * ax-gdb.c: Same.
1084 * blockframe.c: Same.
1085 * btrace.c: Same.
1086 * c-varobj.c: Same.
1087 * coff-pe-read.c: Same.
1088 * coffread.c: Same.
1089 * cris-tdep.c: Same.
1090 * darwin-nat.c: Same.
1091 * dbxread.c: Same.
1092 * dcache.c: Same.
1093 * disasm.c: Same.
1094 * dtrace-probe.c: Same.
1095 * dwarf-index-write.c: Same.
1096 * dwarf2-frame-tailcall.c: Same.
1097 * dwarf2-frame.c: Same.
1098 * dwarf2read.c: Same.
1099 * eval.c: Same.
1100 * exceptions.c: Same.
1101 * fbsd-tdep.c: Same.
1102 * findvar.c: Same.
1103 * frame.c: Same.
1104 * frv-tdep.c: Same.
1105 * gnu-v3-abi.c: Same.
1106 * go32-nat.c: Same.
1107 * h8300-tdep.c: Same.
1108 * hppa-tdep.c: Same.
1109 * i386-linux-tdep.c: Same.
1110 * i386-tdep.c: Same.
1111 * ia64-libunwind-tdep.c: Same.
1112 * ia64-tdep.c: Same.
1113 * infcmd.c: Same.
1114 * infrun.c: Same.
1115 * linespec.c: Same.
1116 * linux-nat.c: Same.
1117 * linux-thread-db.c: Same.
1118 * machoread.c: Same.
1119 * mdebugread.c: Same.
1120 * mep-tdep.c: Same.
1121 * mn10300-tdep.c: Same.
1122 * namespace.c: Same.
1123 * objfiles.c: Same.
1124 * opencl-lang.c: Same.
1125 * or1k-tdep.c: Same.
1126 * osabi.c: Same.
1127 * ppc-linux-nat.c: Same.
1128 * ppc-linux-tdep.c: Same.
1129 * ppc-sysv-tdep.c: Same.
1130 * printcmd.c: Same.
1131 * procfs.c: Same.
1132 * record-btrace.c: Same.
1133 * record-full.c: Same.
1134 * remote-fileio.c: Same.
1135 * remote.c: Same.
1136 * rs6000-tdep.c: Same.
1137 * s12z-tdep.c: Same.
1138 * score-tdep.c: Same.
1139 * ser-base.c: Same.
1140 * ser-go32.c: Same.
1141 * skip.c: Same.
1142 * sol-thread.c: Same.
1143 * solib-svr4.c: Same.
1144 * solib.c: Same.
1145 * source.c: Same.
1146 * sparc-nat.c: Same.
1147 * sparc-sol2-tdep.c: Same.
1148 * sparc-tdep.c: Same.
1149 * sparc64-tdep.c: Same.
1150 * stabsread.c: Same.
1151 * stack.c: Same.
1152 * symfile.c: Same.
1153 * symtab.c: Same.
1154 * target-descriptions.c: Same.
1155 * target-float.c: Same.
1156 * thread.c: Same.
1157 * utils.c: Same.
1158 * valops.c: Same.
1159 * valprint.c: Same.
1160 * value.c: Same.
1161 * varobj.c: Same.
1162 * windows-nat.c: Same.
1163 * xcoffread.c: Same.
1164 * xstormy16-tdep.c: Same.
1165 * xtensa-tdep.c: Same.
1166
1167 2019-10-17 Tom Tromey <tromey@adacore.com>
1168
1169 * configure: Rebuild.
1170 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1171 in AC_CONFIG_FILES invocation.
1172 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1173 new-style config.status invocation.
1174
1175 2019-10-17 Tom de Vries <tdevries@suse.de>
1176
1177 * arm-nbsd-nat.c: Fix typos in comments.
1178 * arm-tdep.c: Same.
1179 * darwin-nat-info.c: Same.
1180 * dwarf2read.c: Same.
1181 * elfread.c: Same.
1182 * event-top.c: Same.
1183 * findvar.c: Same.
1184 * gdbtypes.c: Same.
1185 * hppa-tdep.c: Same.
1186 * i386-tdep.c: Same.
1187 * jit.c: Same.
1188 * main.c: Same.
1189 * mdebugread.c: Same.
1190 * moxie-tdep.c: Same.
1191 * nto-procfs.c: Same.
1192 * osabi.c: Same.
1193 * ppc-linux-tdep.c: Same.
1194 * remote.c: Same.
1195 * riscv-tdep.c: Same.
1196 * s390-tdep.c: Same.
1197 * sh-tdep.c: Same.
1198 * sparc-linux-tdep.c: Same.
1199 * sparc-nat.c: Same.
1200 * stack.c: Same.
1201 * target-descriptions.c: Same.
1202 * top.c: Same.
1203 * varobj.c: Same.
1204
1205 2019-10-16 Tom Tromey <tom@tromey.com>
1206
1207 * objfiles.h (struct objfile) <original_name>: Now const.
1208
1209 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1210
1211 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1212 pass on to sigsetjmp's second argument.
1213 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1214
1215 2019-10-16 Keith Seitz <keiths@redhat.com>
1216
1217 PR gdb/23567
1218 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1219 sections whose size is greater than the file size.
1220
1221 2019-10-16 Jim Wilson <jimw@sifive.com>
1222
1223 * riscv-tdep.c (riscv_gcc_target_options): New.
1224 (riscv_gnu_triplet_regexp): New.
1225 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1226 set_gdbarch_gnu_triplet_regexp.
1227
1228 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1229
1230 * Makefile.in: Add xml-builtin.h.
1231 * features/feature_to_c.sh: Add an include for xml-builtin.h
1232 to ensure that the compiler checks that the types match.
1233 * xml-builtin.h: New file.
1234 * xml-support.c (fetch_xml_builtin): Add missing const.
1235 * xml-support.h: Remove declaration of xml_builtins.
1236
1237 2019-10-16 Tom de Vries <tdevries@suse.de>
1238
1239 PR tdep/25096
1240 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1241 (amd64_classify_aggregate): ... here.
1242 (amd64_classify_aggregate_field): Handled fiels of nested structs
1243 recursively.
1244
1245 2019-10-16 Tom de Vries <tdevries@suse.de>
1246
1247 PR tdep/24104
1248 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1249 that handles 'theclass'.
1250
1251 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * linespec.c (decode_digits_ordinary): Update comment.
1254 * make-target-delegates: No longer need to handle VEC case.
1255 * memrange.c (normalize_mem_ranges): Update comment.
1256 * namespace.c (add_using_directive): Update comment.
1257 * objc-lang.c (uniquify_strings): Update comment.
1258 * ppc-linux-nat.c (struct thread_points): Update comment.
1259 * probe.h (find_probes_in_objfile): Update comment.
1260 * target.h (enum flash_preserve_mode): Update comment.
1261 * varobj.c (varobj_restrict_range): Update comment.
1262 * varobj.h (varobj_list_children): Update comment.
1263
1264 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * Makefile.in: Remove references to vec.h and vec.c.
1267 * aarch64-tdep.c: No longer include vec.h.
1268 * ada-lang.c: Likewise.
1269 * ada-lang.h: Likewise.
1270 * arm-tdep.c: Likewise.
1271 * ax.h: Likewise.
1272 * breakpoint.h: Likewise.
1273 * charset.c: Likewise.
1274 * cp-support.h: Likewise.
1275 * dtrace-probe.c: Likewise.
1276 * dwarf2read.c: Likewise.
1277 * extension.h: Likewise.
1278 * gdb_bfd.c: Likewise.
1279 * gdbsupport/gdb_vecs.h: Likewise.
1280 * gdbsupport/vec.c: Remove.
1281 * gdbsupport/vec.h: Remove.
1282 * gdbthread.h: Likewise.
1283 * guile/scm-type.c: Likewise.
1284 * inline-frame.c: Likewise.
1285 * machoread.c: Likewise.
1286 * memattr.c: Likewise.
1287 * memrange.h: Likewise.
1288 * namespace.h: Likewise.
1289 * nat/linux-btrace.h: Likewise.
1290 * osdata.c: Likewise.
1291 * parser-defs.h: Likewise.
1292 * progspace.h: Likewise.
1293 * python/py-type.c: Likewise.
1294 * record-btrace.c: Likewise.
1295 * rust-exp.y: Likewise.
1296 * solib-target.c: Likewise.
1297 * stap-probe.c: Likewise.
1298 * target-descriptions.c: Likewise.
1299 * target-memory.c: Likewise.
1300 * target.h: Likewise.
1301 * varobj.c: Likewise.
1302 * varobj.h: Likewise.
1303 * xml-support.h: Likewise.
1304
1305 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1308 Update for new std::vector based implementation.
1309 (process_psymtab_comp_unit_reader): Likewise.
1310 (scan_partial_symbols): Likewise.
1311 (recursively_compute_inclusions): Likewise.
1312 (compute_compunit_symtab_includes): Likewise.
1313 (process_imported_unit_die): Likewise.
1314 (queue_and_load_dwo_tu): Likewise.
1315 (follow_die_sig_1): Likewise.
1316 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1317 (typedef dwarf2_per_cu_ptr): Remove.
1318 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1319 function.
1320 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1321 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1322 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1323 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1324 std::vector.
1325
1326 2019-10-15 Tom Tromey <tromey@adacore.com>
1327
1328 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1329 TID.
1330
1331 2019-10-15 Tom Tromey <tromey@adacore.com>
1332
1333 * windows-nat.c (windows_nat_target::fetch_registers)
1334 (windows_nat_target::store_registers): Rename "pid" to "tid".
1335
1336 2019-10-15 Tom Tromey <tromey@adacore.com>
1337
1338 * gdbarch.h, gdbarch.c: Rebuild.
1339 * gdbarch.sh (gcc_target_options): Change return type to
1340 std::string.
1341 * compile/compile.c (get_args): Update.
1342 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1343 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1344 std::string.
1345 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1346 std::string.
1347 * arch-utils.c (default_gcc_target_options): Return std::string.
1348 * arch-utils.h (default_gcc_target_options): Return std::string.
1349 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1350
1351 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1352
1353 * breakpoint.c (breakpoint_chain): Make static.
1354 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1355 of accessing breakpoint_chain.
1356
1357 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1358
1359 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1360 to a gdb::function_view and return value to bool.
1361 * breakpoint.h (iterate_over_breakpoints): Likewise.
1362 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1363 (pop_dummy_frame): Update.
1364 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1365 (gdbscm_breakpoints): Update.
1366 * python/py-breakpoint.c (build_bp_list): Update.
1367 (gdbpy_breakpoints): Update.
1368 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1369 Update.
1370 (bpfinishpy_handle_stop): Update.
1371 (bpfinishpy_handle_exit): Update.
1372 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1373 (svr4_update_solib_event_breakpoints): Update.
1374
1375 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1376
1377 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1378 when unwrapping single-field structs.
1379
1380 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1381
1382 * dwarf2read.c: Remove includes.
1383
1384 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1385
1386 * ui-out.c (ui_out::call_do_message): Silence
1387 -Wformat-nonliteral warning.
1388
1389 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1390
1391 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1392 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1393 include: readline/tilde.h.
1394
1395 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1396
1397 * remote.c (remote_target::get_trace_status): Remove declaration of
1398 trace_regblock_size.
1399
1400 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1401
1402 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1403 (show_user): Remove declaration of cmdlist.
1404 * cli/cli-cmds.h (max_user_call_depth): Declare.
1405 * cli/cli-script.c (execute_user_command): Remove declaration
1406 of max_user_call_depth.
1407
1408 2019-10-11 Jim Wilson <jimw@sifive.com>
1409
1410 * gdbsupport/print-utils.h (pulongest): Fix comment.
1411 (plongest): Likewise.
1412 (phex): Add missing comment, mention leading zeros.
1413 (phex_nz): Add mention of no leading zeros to comment.
1414
1415 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1416 plongest instead of unsigned long long cast.
1417
1418 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1419
1420 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1421 for external_editor_command and gdbtk_test.
1422
1423 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1424
1425 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1426 * varobj.c (varobjdebug): Move comment to...
1427 * varobj.h (varobjdebug): ...here, and declare.
1428
1429 2019-10-09 Tom Tromey <tom@tromey.com>
1430
1431 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1432 erase_data_content.
1433
1434 2019-10-09 Tom Tromey <tom@tromey.com>
1435
1436 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1437 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1438 * tui/tui-command.c (tui_cmd_window::resize)
1439 (tui_refresh_cmd_win): Update.
1440 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1441 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1442 * tui/tui-data.c (~tui_gen_win_info): Remove.
1443 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1444 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1445 (tui_redisplay_readline, tui_mld_flush)
1446 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1447 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1448 (tui_data_window::erase_data_content)
1449 (tui_data_item_window::rerender)
1450 (tui_data_item_window::refresh_window): Update.
1451 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1452 (box_win, tui_gen_win_info::make_window)
1453 (tui_gen_win_info::make_visible): Update.
1454 (tui_delete_win): Remove.
1455 * tui/tui-winsource.c
1456 (tui_source_window_base::do_erase_source_content): Update.
1457 (tui_show_source_line, tui_source_window_base::update_tab_width)
1458 (tui_source_window_base::update_exec_info): Update.
1459 * tui/tui-data.h (struct curses_deleter): New.
1460 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1461 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1462
1463 2019-10-09 Tom Tromey <tom@tromey.com>
1464
1465 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1466
1467 2019-10-09 Tom Tromey <tom@tromey.com>
1468
1469 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1470 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1471
1472 2019-10-09 Tom Tromey <tom@tromey.com>
1473
1474 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1475 window height directly.
1476 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1477 declare.
1478 * tui/tui-layout.c (tui_default_win_height): Remove.
1479 (tui_default_win_viewport_height): Remove.
1480
1481 2019-10-09 Tom Tromey <tom@tromey.com>
1482
1483 * tui/tui.h: Remove comments.
1484
1485 2019-10-09 Tom de Vries <tdevries@suse.de>
1486
1487 * python/lib/gdb/printer/bound_registers.py: Use
1488 '^builtin_type_bound128' as regexp argument for
1489 add_builtin_pretty_printer.
1490
1491 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1492
1493 * guile/guile.c (guile_extension_script_ops): Remove forward
1494 declaration and mark as static.
1495 (guile_script_ops): Likewise.
1496 (extension_language_guile): Move further down in the file so
1497 it can reference the definitions for guile_{extension_,}script_ops.
1498
1499 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1500
1501 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1502 except SORTL, DFLTCC, and KDSA.
1503
1504 2019-10-08 Tom Tromey <tromey@adacore.com>
1505
1506 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1507 (struct safe_symbol_file_add_args): Remove.
1508
1509 2019-10-08 Tom Tromey <tromey@adacore.com>
1510
1511 * windows-nat.c: Don't include buildsym-legacy.h.
1512
1513 2019-10-08 Tom Tromey <tromey@adacore.com>
1514
1515 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1516
1517 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1518
1519 * gdbtypes.c (overload_debug): Move comment to header.
1520 * gdbtypes.h (overload_debug): Declare.
1521 * valops.c: Remove declaration of overload_debug, instead
1522 include gdbtypes.h.
1523
1524 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1525
1526 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1527 through _().
1528 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1529 move comment...
1530 * language.h (lang_frame_mismatch_warn): ... here. Also add
1531 declaration.
1532 * top.c (lang_frame_mismatch_warn): Remove declaration.
1533 (check_frame_language_change): Pass lang_frame_mismatch_warn
1534 through _().
1535
1536 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1537
1538 * c-lang.h (vtbl_ptr_name): Declare.
1539 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1540 it from the header.
1541 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1542
1543 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1544
1545 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1546 gdb_static_assert.
1547
1548 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1549
1550 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1551 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1552 * ctfread.c: New file.
1553 * ctfread.h: New file.
1554 * elfread.c: Include ctfread.h.
1555 (struct elfinfo text_p): New member ctfsect.
1556 (elf_locate_sections): Mark CTF section.
1557 (elf_symfile_read): Call elfctf_build_psymtabs.
1558 * Makefile.in (LIBCTF): Add.
1559 (CLIBS): Use it.
1560 (CDEPS): Likewise.
1561 (DIST): Add ctfread.c.
1562
1563 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * ctfread.c (struct nextfield): Renamed to ...
1566 (struct ctf_nextfield): ... this.
1567 (struct field_info): Renamed to ...
1568 (strut ctf_field_info): ... this.
1569 (attach_fields_to_type): Update for renamed structures.
1570 (ctf_add_member_cb): Likewise.
1571 (ctf_add_enum_member_cb): Likewise.
1572 (process_struct_members): Likewise.
1573 (process_enum_type): Likewise.
1574
1575 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1576
1577 * tracectf.h: Rename, was ctf.h.
1578 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1579 * tracefile.c: Likewise.
1580 * tracepoint.c: Remove unused include ctf.h.
1581 * mi/mi-main.c: Likewise.
1582 * Makefile.in Replace ctf.c with tracectf.c.
1583
1584 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1585
1586 * version.in: Change version number to "9.0.50.DATE-git".
1587
1588 2019-10-03 Tom Tromey <tom@tromey.com>
1589
1590 PR rust/24976:
1591 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1592
1593 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1596 cp_search_name_hash.
1597 * NEWS: Add entry about nested function support.
1598
1599 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1600 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1603 for nested static variables when searchin VAR_DOMAIN.
1604 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1605 global scope, update comment.
1606 (add_partial_subprogram): Call add_partial_subprogram recursively
1607 for nested subroutines when processinng Fortran.
1608 (load_partial_dies): Process the child entities of a subprogram
1609 when processing Fortran.
1610 (partial_die_parent_scope): Handle building scope
1611 for Fortran nested functions.
1612 (process_die): Record that nested functions have a scope.
1613 (new_symbol): Always record Fortran subprograms on the global
1614 symbol list.
1615 (determine_prefix): How to build the prefix for Fortran
1616 subprograms.
1617
1618 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1621 have just sent the thread a SIGSTOP and are waiting for it to
1622 arrive.
1623
1624 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * btrace.c (btrace_add_pc): Remove whitespace before the template
1627 parameter in 'std::vector <...>'.
1628 (parse_xml_btrace_block): Likewise.
1629 (btrace_maint_decode_pt): Likewise.
1630 (btrace_maint_update_packets): Likewise.
1631 (btrace_maint_print_packets): Likewise.
1632 * btrace.h (struct btrace_maint_info): Likewise.
1633 * dwarf2read.c (struct type_unit_group): Likewise.
1634 (build_type_psymtabs_reader): Likewise.
1635 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1636 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1637 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1638
1639 2019-10-03 Tom de Vries <tdevries@suse.de>
1640
1641 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1642 the first line of the help text for set/show style metadata.
1643
1644 2019-10-02 Tom Tromey <tromey@adacore.com>
1645
1646 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1647 * gdbsupport/common-inferior.c: New file.
1648 * infcmd.c (startup_with_shell): Don't define.
1649 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1650 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1651 * inferior.h (startup_with_shell): Don't declare.
1652
1653 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1654
1655 * gdbsupport/gdb_assert.h: Include errors.h.
1656 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1657
1658 2019-10-02 Tom Tromey <tromey@adacore.com>
1659
1660 * NEWS: Add $_ada_exception entry.
1661 * ada-lang.c (struct ada_catchpoint): Add constructor.
1662 <m_kind>: New member.
1663 (allocate_location_exception, re_set_exception): Remove
1664 "ex" parameter.
1665 (should_stop_exception): Compute $_ada_exception.
1666 (check_status_exception, print_it_exception)
1667 (print_one_exception, print_mention_exception): Remove
1668 "ex" parameter.
1669 (allocate_location_catch_exception, re_set_catch_exception)
1670 (check_status_exception, print_it_catch_exception)
1671 (print_one_catch_exception, print_mention_catch_exception)
1672 (print_recreate_catch_exception)
1673 (allocate_location_catch_exception_unhandled)
1674 (re_set_catch_exception_unhandled)
1675 (check_status_exception, print_it_catch_exception_unhandled)
1676 (print_one_catch_exception_unhandled)
1677 (print_mention_catch_exception_unhandled)
1678 (print_recreate_catch_exception_unhandled)
1679 (allocate_location_catch_assert, re_set_catch_assert)
1680 (check_status_assert, print_it_catch_assert)
1681 (print_one_catch_assert, print_mention_catch_assert)
1682 (print_recreate_catch_assert)
1683 (allocate_location_catch_handlers, re_set_catch_handlers)
1684 (check_status_handlers, print_it_catch_handlers)
1685 (print_one_catch_handlers, print_mention_catch_handlers)
1686 (print_recreate_catch_handlers): Remove.
1687 (create_ada_exception_catchpoint): Update.
1688 (initialize_ada_catchpoint_ops): Update.
1689
1690 2019-10-02 Tom Tromey <tromey@adacore.com>
1691
1692 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1693 (create_excep_cond_exprs): Simplify exception string computation.
1694 (ada_exception_catchpoint_cond_string): Likewise.
1695
1696 2019-10-02 Tom Tromey <tromey@adacore.com>
1697
1698 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1699 * ada-lang.c (lesseq_defined_than): Handle
1700 LOC_STATIC.
1701 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1702 parameter.
1703 (dwarf2_has_info): Likewise.
1704 (new_symbol): Set maybe_copied on symbol when
1705 appropriate.
1706 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1707 parameter.
1708 <can_copy>: New member.
1709 * elfread.c (record_minimal_symbol): Set maybe_copied
1710 on symbol when appropriate.
1711 (elf_symfile_read): Update call to dwarf2_has_info.
1712 * minsyms.c (lookup_minimal_symbol_linkage): New
1713 function.
1714 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1715 * symtab.c (get_symbol_address, get_msymbol_address):
1716 New functions.
1717 * symtab.h (get_symbol_address, get_msymbol_address):
1718 Declare.
1719 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1720 maybe_copied.
1721 (struct symbol, struct minimal_symbol) <maybe_copied>:
1722 New member.
1723
1724 2019-10-02 Tom Tromey <tromey@adacore.com>
1725
1726 * source.c (struct current_source_location): New.
1727 (current_source_key): New global.
1728 (current_source_symtab, current_source_line)
1729 (current_source_pspace): Remove.
1730 (get_source_location): New function.
1731 (get_current_source_symtab_and_line)
1732 (set_default_source_symtab_and_line)
1733 (set_current_source_symtab_and_line)
1734 (clear_current_source_symtab_and_line, select_source_symtab)
1735 (info_source_command, print_source_lines_base)
1736 (info_line_command, search_command_helper, _initialize_source):
1737 Update.
1738
1739 2019-10-02 Tom Tromey <tromey@adacore.com>
1740
1741 * source.c (select_source_symtab): Don't call
1742 decode_line_with_current_source.
1743
1744 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * symtab.c (lookup_global_symbol): Search global block.
1747
1748 2019-10-02 Tom Tromey <tromey@adacore.com>
1749
1750 * coffread.c (process_coff_symbol): Update.
1751 * dwarf2read.c (var_decode_location, new_symbol): Update.
1752 * mdebugread.c (parse_symbol): Update.
1753 * objfiles.c (relocate_one_symbol): Update.
1754 * stabsread.c (define_symbol, fix_common_block)
1755 (scan_file_globals): Update.
1756 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1757 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1758 * xcoffread.c (process_xcoff_symbol): Update.
1759
1760 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1761
1762 * MAINTAINERS: Update my email address.
1763
1764 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1767 std::vector.
1768 (build_type_psymtabs_reader): Update for std::vector.
1769 (build_type_psymtab_dependencies): Likewise.
1770 * dwarf2read.h: Remove use of DEF_VEC_P.
1771 (typedef sig_type_ptr): Delete.
1772
1773 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1776 to std::vector.
1777 (btrace_maint_decode_pt): Likewise, and move allocation of the
1778 vector outside of the loop.
1779 (btrace_maint_update_packets): Update to handle change from VEC to
1780 std::vector.
1781 (btrace_maint_print_packets): Likewise.
1782 (maint_info_btrace_cmd): Likewise.
1783 * btrace.h: Remove use of DEF_VEC_O.
1784 (typedef btrace_pt_packet_s): Delete.
1785 (struct btrace_maint_info) <packets>: Change fromm VEC to
1786 std::vector.
1787 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1788
1789 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1792 make accesses into the vector constant references.
1793 (btrace_add_pc): Update for std::vector.
1794 (btrace_stitch_bts): Likewise.
1795 (parse_xml_btrace_block): Likewise.
1796 (btrace_maint_update_packets): Likewise.
1797 (btrace_maint_print_packets): Likewise.
1798 (maint_info_btrace_cmd): Likewise.
1799 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1800 std::vector.
1801 (btrace_data::empty): Likewise.
1802 (btrace_data_append): Likewise.
1803 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1804 (typedef btrace_block_s): Delete.
1805 (struct btrace_block): Add constructor.
1806 (struct btrace_data_bts) <blocks>: Change to std::vector.
1807 * nat/linux-btrace.c (perf_event_read_bts): Update for
1808 std::vector.
1809 (linux_read_bts): Likewise.
1810
1811 2019-10-01 Tom Tromey <tom@tromey.com>
1812
1813 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1814
1815 2019-10-01 Tom Tromey <tom@tromey.com>
1816
1817 * stack.c (print_frame, info_frame_command_core): Use
1818 styled_string.
1819 * linux-thread-db.c (try_thread_db_load_1)
1820 (try_thread_db_load_from_pdir_1): Use styled_string.
1821 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1822 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1823 (maybe_print_unsupported_script_warning)
1824 (maybe_print_script_not_found_warning): Use styled_string.
1825 * ada-lang.c (user_select_syms): Use styled_string.
1826
1827 2019-10-01 Tom Tromey <tom@tromey.com>
1828
1829 * p-lang.c (pascal_printstr): Use metadata style.
1830 * value.c (show_convenience): Use metadata style.
1831 * valprint.c (valprint_check_validity, val_print_optimized_out)
1832 (val_print_not_saved, val_print_unavailable)
1833 (val_print_invalid_address, generic_val_print, val_print)
1834 (value_check_printable, val_print_array_elements): Use metadata
1835 style.
1836 * ui-out.h (class ui_out) <field_fmt>: New overload.
1837 <do_field_fmt>: Add style parameter.
1838 * ui-out.c (ui_out::field_fmt): New overload.
1839 * typeprint.c (type_print_unknown_return_type)
1840 (val_print_not_allocated, val_print_not_associated): Use metadata
1841 style.
1842 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1843 parameter.
1844 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1845 * tracepoint.c (tvariables_info_1): Use metadata style.
1846 * stack.c (print_frame_arg, print_frame_info, print_frame)
1847 (info_frame_command_core): Use metadata style.
1848 * skip.c (info_skip_command): Use metadata style.
1849 * rust-lang.c (rust_print_enum): Use metadata style.
1850 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1851 metadata style.
1852 * python/py-framefilter.c (py_print_single_arg): Use metadata
1853 style.
1854 * printcmd.c (do_one_display, print_variable_and_value): Use
1855 metadata style.
1856 * p-valprint.c (pascal_val_print)
1857 (pascal_object_print_value_fields): Use metadata style.
1858 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1859 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1860 parameter.
1861 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1862 * m2-valprint.c (m2_print_long_set): Use metadata style.
1863 * m2-typeprint.c (m2_print_type): Use metadata style.
1864 * infcmd.c (print_return_value_1): Use metadata style.
1865 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1866 * f-valprint.c (info_common_command_for_block): Use metadata
1867 style.
1868 * f-typeprint.c (f_type_print_base): Use metadata style.
1869 * expprint.c (print_subexp_standard): Use metadata style.
1870 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1871 * cli/cli-style.h (class cli_style_option): Add constructor.
1872 (metadata_style): Declare.
1873 * cli/cli-style.c (metadata_style): New global.
1874 (_initialize_cli_style): Register metadata style.
1875 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1876 parameter.
1877 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1878 * c-typeprint.c (c_type_print_base_struct_union)
1879 (c_type_print_base_1): Use metadata style.
1880 * breakpoint.c (watchpoint_value_print)
1881 (print_one_breakpoint_location): Use metadata style.
1882 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1883 style.
1884 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1885 style.
1886 * ada-valprint.c (val_print_packed_array_elements, printstr)
1887 (print_field_values, ada_val_print_ref, ada_val_print): Use
1888 metadata style.
1889 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1890 style.
1891 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1892 style.
1893 * ada-lang.c (user_select_syms): Use metadata style.
1894
1895 2019-10-01 Tom Tromey <tom@tromey.com>
1896
1897 * cli/cli-cmds.c (pwd_command): Style output.
1898
1899 2019-10-01 Pedro Alves <palves@redhat.com>
1900 Tom Tromey <tom@tromey.com>
1901
1902 * symtab.c (print_symbol_info): Use %ps.
1903 (print_msymbol_info): Use %ps.
1904 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1905 * printcmd.c (print_variable_and_value): Use %ps.
1906 * macrocmd.c (show_pp_source_pos): Use %ps.
1907 * infrun.c (print_exited_reason): Use ui_out::message.
1908 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1909 (describe_other_breakpoints): Use ui_out::message and new
1910 formats.
1911 (say_where): Use new formats.
1912 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1913 and new formats.
1914
1915 2019-10-01 Pedro Alves <palves@redhat.com>
1916 Tom Tromey <tom@tromey.com>
1917
1918 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1919 (test_gdb_formats): New function.
1920 (run_tests): Call it.
1921 (test_format_specifier): Update.
1922 * utils.h (fputs_filtered): Update comment.
1923 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1924 (fputs_styled_unfiltered): Declare.
1925 * utils.c (fputs_styled_unfiltered): New function.
1926 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1927 (vfprintf_filtered): Update.
1928 (vfprintf_unfiltered, vprintf_filtered): Update.
1929 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1930 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1931 disallow_ui_out_field>: New constants.
1932 (enum class field_kind): New.
1933 (struct base_field_s, struct signed_field_s): New.
1934 (signed_field): New function.
1935 (struct string_field_s): New.
1936 (string_field): New function.
1937 (struct styled_string_s): New.
1938 (styled_string): New function.
1939 (class ui_out) <message>: Add comment.
1940 <vmessage, call_do_message>: New methods.
1941 <do_message>: Add style parameter.
1942 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1943 methods.
1944 (ui_out::message): Rewrite.
1945 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1946 parameter.
1947 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1948 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1949 gdb_extensions parameter.
1950 (class format_piece): Add parameter to constructor.
1951 (n_int_args): New field.
1952 * gdbsupport/format.c (format_pieces::format_pieces): Add
1953 gdb_extensions parameter. Handle '*'.
1954 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1955 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1956 vfprintf_styled_no_gdbfmt.
1957 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1958 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1959 unfiltered output.
1960 * ui-style.h (struct ui_file_style) <ptr>: New method.
1961
1962 2019-10-01 Tom Tromey <tom@tromey.com>
1963
1964 * unittests/format_pieces-selftests.c: Update. Add final format.
1965 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1966 empty literal pieces.
1967
1968 2019-10-01 Tom Tromey <tom@tromey.com>
1969
1970 * ui-out.h (enum class ui_out_style_kind): Remove.
1971 (class ui_out) <field_string, field_stsream, do_field_string>:
1972 Change type of "style".
1973 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1974 (ui_out::field_string): Update.
1975 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1976 of "style".
1977 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1978 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1979 * stack.c (print_frame_arg, print_frame_info, print_frame):
1980 Update.
1981 * source.c (print_source_lines_base): Update.
1982 * solib.c (info_sharedlibrary_command): Update.
1983 * skip.c (info_skip_command): Update.
1984 * record-btrace.c (btrace_call_history_src_line)
1985 (btrace_call_history): Update.
1986 * python/py-framefilter.c (py_print_frame): Update.
1987 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1988 "style".
1989 * mi/mi-out.c (mi_ui_out::do_table_header)
1990 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1991 (mi_ui_out::do_field_string): Update.
1992 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
1993 Update.
1994 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
1995 "style".
1996 * cli-out.c (cli_ui_out::do_table_header)
1997 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
1998 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
1999 (cli_ui_out::do_field_fmt): Update.
2000 * breakpoint.c (print_breakpoint_location): Update.
2001 (update_static_tracepoint): Update.
2002
2003 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2004
2005 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2006 conversion of gdb_datadir.
2007 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2008 remove not needed c_str ().
2009
2010 2019-09-30 Ali Tamur <tamur@google.com>
2011
2012 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2013 (dwarf2_string_attr): Likewise.
2014
2015 2019-09-30 Ali Tamur <tamur@google.com>
2016
2017 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2018 (process_full_type_unit): Likewise.
2019 (dump_die_shallow): Likewise.
2020 (cu_debug_loc_section): Likewise.
2021
2022 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2023
2024 * minsyms.c (compare_minimal_symbols): Rename to...
2025 (minimal_symbol_is_less_than): ...this, and adjust to STL
2026 conventions (return bool, take arguments as references)
2027 (minimal_symbol_reader::install): Call std::sort instead
2028 of qsort.
2029
2030 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2031
2032 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2033 hash and why.
2034 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2035 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2036
2037 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2038
2039 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2040 * psympriv.h (add_psymbol_to_list): Move comment here and update
2041 it.
2042
2043 2019-09-29 Tom de Vries <tdevries@suse.de>
2044
2045 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2046 Use $tmpdir/$(basename "$output_file").dwz instead of
2047 "${output_file}.dwz".
2048
2049 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2050
2051 PR gdb/25045
2052 * hppa-linux-nat.c: Include gdbarch.h.
2053
2054 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2055
2056 * blockframe.c (find_pc_partial_function): Change return type to bool.
2057 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2058 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2059 (stub_gnu_ifunc_resolve_name): Likewise.
2060 * symtab.c (compare_filenames_for_search): Likewise.
2061 (compare_glob_filenames_for_search): Likewise.
2062 (matching_obj_sections): Likewise.
2063 (symbol_matches_domain): Likewise.
2064 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2065 (find_line_pc): Change return type to bool.
2066 (find_line_pc_range): Likewise.
2067 (producer_is_realview): Likewise.
2068 * symtab.h (symbol_matches_domain): Likewise.
2069 (find_pc_partial_function): Likewise.
2070 (find_pc_line_pc_range): Likewise.
2071 (in_gnu_ifunc_stub): Likewise.
2072 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2073 (find_line_pc): Likewise.
2074 (find_line_pc_range): Likewise.
2075 (matching_obj_sections): Likewise.
2076 (find_line_symtab): Change out parameter to bool.
2077 (producer_is_realview): Change return type to bool.
2078 (compare_filenames_for_search): Likewise.
2079 (compare_glob_filenames_for_search): Likewise.
2080
2081 2019-09-26 Tom Tromey <tom@tromey.com>
2082
2083 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2084 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2085 * gdb_usleep.h: Remove.
2086 * gdb_usleep.c: Remove.
2087 * utils.c: Don't include gdb_usleep.h.
2088
2089 2019-09-26 Tom Tromey <tromey@adacore.com>
2090
2091 * python/py-type.c (type_to_type_object): Call check_typedef
2092 for stub types.
2093
2094 2019-09-26 Tom Tromey <tom@tromey.com>
2095
2096 * utils.h (initialize_utils): Don't declare.
2097 * top.c (gdb_init): Don't call initialize_utils.
2098 * utils.c (initialize_utils): Remove. Move contents...
2099 (_initialize_utils): ... here.
2100
2101 2019-09-25 Tom Tromey <tom@tromey.com>
2102
2103 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2104 * utils.h (make_hex_string): Don't declare.
2105 * utils.c (make_hex_string): Remove.
2106
2107 2019-09-24 Tom de Vries <tdevries@suse.de>
2108
2109 PR gdb/23815
2110 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2111 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2112
2113 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2114
2115 * NEWS: Mention new simulator port for PRU.
2116
2117 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2118
2119 * ada-exp.y (write_object_remaining): Update.
2120 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2121 and eliminate the static buffer.
2122 (ada_decode_symbol): Update.
2123 (ada_la_decode): Update.
2124 (ada_sniff_from_mangled_name): Update.
2125 (is_valid_name_for_wild_match): Update.
2126 (ada_lookup_name_info::matches): Update and simplify.
2127 (name_matches_regex): Update.
2128 (ada_add_global_exceptions): Update.
2129 * ada-lang.h (ada_decode): Update signature.
2130 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2131 * dwarf-index-write.c (debug_names::insert): Update.
2132
2133 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2134
2135 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2136 formatting.
2137
2138 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2139
2140 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2141 Change "nonzero" to "true" in documentation.
2142
2143 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2144
2145 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2146 (_initialize_darwin_solib): Don't set
2147 darwin_so_ops.lookup_lib_global_symbol.
2148 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2149 set_gdbarch_iterate_over_objfiles_in_search_order.
2150 (elf_lookup_lib_symbol): Rename to...
2151 (svr4_iterate_over_objfiles_in_search_order): this, and update
2152 to iterate semantics.
2153 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2154 * solib.c (solib_global_lookup): Remove.
2155 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2156 (solib_global_lookup): Remove.
2157 * symtab.c (lookup_global_or_static_symbol): Remove call to
2158 solib_global_lookup.
2159
2160 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2161
2162 * NEWS: Move entries about default MI version now being
2163 version 3, and about the GDB/MI fix for multi-location
2164 breakpoints to the "since GDB 8.3" section.
2165
2166 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2167
2168 GDB 8.3.1 released.
2169
2170 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2171
2172 * NEWS: Mention that Cell/B.E. debugging support was removed.
2173 * MAINTAINERS: Remove spu target.
2174
2175 * config/djgpp/fnchange.lst: Remove entries for removed files.
2176
2177 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2178 spu-multiarch.o, and spu-tdep.o.
2179 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2180 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2181 spu-multiarch.c, and spu-tdep.c.
2182 * spu-linux-nat.c: Remove file.
2183 * spu-multiarch.c: Remove file.
2184 * spu-tdep.c: Remove file.
2185 * spu-tdep.h: Remove file.
2186 * solib-spu.c: Remove file.
2187 * solib-spu.h: Remove file.
2188
2189 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2190 * configure.nat (spu-linux): Remove.
2191 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2192 solib-multiarch.o from gdb_target_obs.
2193 (spu*-*-*): Remove.
2194
2195 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2196 feature flag.
2197 (ppc_linux_no_features): Update.
2198 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2199 Cell/B.E. support.
2200 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2201 (tdesc_powerpc_cell64l): Likewise.
2202 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2203 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2204 Cell/B.E. support.
2205 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2206 Do not include "features/rs6000/powerpc-cell32l.c" or
2207 "features/rs6000/powerpc-cell64l.c".
2208 (ppc_linux_spu_section): Remove.
2209 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2210 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2211 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2212 (ppc_linux_spe_context_lookup): Remove.
2213 (ppc_linux_spe_context_inferior_created): Remove.
2214 (ppc_linux_spe_context_solib_loaded): Remove.
2215 (ppc_linux_spe_context_solib_unloaded): Remove.
2216 (ppc_linux_spe_context): Remove.
2217 (struct ppu2spu_cache): Remove.
2218 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2219 (struct ppu2spu_data): Remove.
2220 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2221 ppu2spu_unwind): Remove.
2222 (ppc_linux_init_abi): Remove Cell/B.E. support.
2223 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2224
2225 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2226 (rs6000/powerpc-cell64l-expedite): Likewise
2227 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2228 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2229 rs6000/powerpc-cell64l.xml.
2230 * features/rs6000/powerpc-cell32l.xml: Remove.
2231 * features/rs6000/powerpc-cell64l.xml: Likewise.
2232 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2233 * features/rs6000/powerpc-cell64l.c: Likewise.
2234 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2235 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2236 * regformats/reg-spu.dat: Remove.
2237
2238 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2239 * corelow.c (struct spuid_list): Remove.
2240 (add_to_spuid_list): Remove.
2241 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2242 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2243 (remote_protocol_features): Remove associated entries.
2244 (_initialize_remote): No longer initialize them.
2245 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2246 * linux-nat.c (SPUFS_MAGIC): Remove.
2247 (linux_proc_xfer_spu): Remove.
2248 (spu_enumerate_spu_ids): Remove.
2249 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2250 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2251 (linux_make_corefile_notes): No longer call it.
2252
2253 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2254 (cooked_write_test): Likewise.
2255
2256 2019-09-20 Tom Tromey <tom@tromey.com>
2257
2258 * NEWS: Mention case-sensitivity of TUI commands.
2259 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2260 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2261 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2262
2263 2019-09-20 Tom Tromey <tom@tromey.com>
2264
2265 * tui/tui-source.c (tui_source_window::set_contents): Use
2266 make_unique_xstrdup.
2267 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2268 make_unique_xstrdup.
2269
2270 2019-09-20 Tom Tromey <tom@tromey.com>
2271
2272 * tui/tui-data.c: Remove separator comments.
2273 * tui/tui-layout.c: Remove separator comments.
2274 * tui/tui-win.c: Remove separator comments.
2275 * tui/tui-wingeneral.c: Remove separator comments.
2276
2277 2019-09-20 Tom Tromey <tom@tromey.com>
2278
2279 * tui/tui.h (strcat_to_buf): Don't declare.
2280 * tui/tui.c (strcat_to_buf): Remove.
2281
2282 2019-09-20 Tom Tromey <tom@tromey.com>
2283
2284 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2285 from "fullname".
2286 * tui/tui-source.c (tui_source_window::set_contents)
2287 (tui_source_window::location_matches_p)
2288 (tui_source_window::maybe_update): Update.
2289
2290 2019-09-20 Tom Tromey <tom@tromey.com>
2291
2292 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2293 Update.
2294 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2295 prefix.
2296 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2297 (tui_data_window::line_from_reg_element_no)
2298 (tui_data_window::first_reg_element_no_inline)
2299 (tui_data_window::show_registers)
2300 (tui_data_window::show_register_group)
2301 (tui_data_window::display_registers_from)
2302 (tui_data_window::display_registers_from_line)
2303 (tui_data_window::first_data_item_displayed)
2304 (tui_data_window::delete_data_content_windows)
2305 (tui_data_window::erase_data_content)
2306 (tui_data_window::do_scroll_vertical)
2307 (tui_data_window::refresh_window)
2308 (tui_data_window::check_register_values): Update.
2309
2310 2019-09-20 Tom Tromey <tom@tromey.com>
2311
2312 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2313 (struct tui_locator_window) <full_name, proc_name>: Now
2314 std::string.
2315 * tui/tui-stack.c (tui_locator_window::make_status_line)
2316 (tui_locator_window::set_locator_fullname)
2317 (tui_locator_window::set_locator_info): Update.
2318 * tui/tui-source.c (tui_source_window::set_contents)
2319 (tui_source_window::showing_source_p): Update.
2320
2321 2019-09-20 Tom Tromey <tom@tromey.com>
2322
2323 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2324 Don't call tui_locator_win_info_ptr.
2325
2326 2019-09-20 Tom Tromey <tom@tromey.com>
2327
2328 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2329
2330 2019-09-20 Tom Tromey <tom@tromey.com>
2331
2332 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2333 height for locator.
2334 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2335 * tui/tui-layout.c (show_source_disasm_command, show_data)
2336 (show_source_or_disasm_and_command): Use 1 as height for locator.
2337
2338 2019-09-20 Tom Tromey <tom@tromey.com>
2339
2340 * tui/tui.c (tui_enable): Update.
2341 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2342 Update.
2343 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2344 Update.
2345 * tui/tui-data.c (win_resized): Now bool.
2346 (tui_win_resized): Return bool.
2347 (tui_set_win_resized_to): Accept a bool.
2348
2349 2019-09-20 Tom Tromey <tom@tromey.com>
2350
2351 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2352 Change type of "refresh_values_only".
2353 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2354 type of "refresh_values_only".
2355
2356 2019-09-20 Tom Tromey <tom@tromey.com>
2357
2358 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2359 std::string.
2360 (tui_disassemble): Add "pos" parameter.
2361 (tui_disasm_window::set_contents): Simplify.
2362
2363 2019-09-20 Tom Tromey <tom@tromey.com>
2364
2365 * tui/tui-winsource.h (struct tui_source_window_base)
2366 <show_source_content>: Now private.
2367 * tui/tui-winsource.c
2368 (tui_source_window_base::show_source_content): Don't handle empty
2369 content case.
2370
2371 2019-09-20 Tom Tromey <tom@tromey.com>
2372
2373 * tui/tui-layout.c (show_source_disasm_command)
2374 (show_source_or_disasm_and_command): Don't call
2375 show_source_content.
2376
2377 2019-09-20 Tom Tromey <tom@tromey.com>
2378
2379 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2380 Declare.
2381 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2382 from tui_make_status_line.
2383 (tui_locator_window::rerender): Update.
2384
2385 2019-09-20 Tom Tromey <tom@tromey.com>
2386
2387 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2388 (tui_locator_window::rerender): Update.
2389
2390 2019-09-20 Tom Tromey <tom@tromey.com>
2391
2392 * tui/tui-winsource.h (struct tui_source_window_base)
2393 <~tui_source_window_base>: Don't declare.
2394 <fullname>: Remove.
2395 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2396 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2397 member.
2398 * tui/tui-source.c (tui_source_window::set_contents): Update.
2399 (tui_source_window::location_matches_p)
2400 (tui_source_window::maybe_update): Update.
2401
2402 2019-09-20 Tom Tromey <tom@tromey.com>
2403
2404 * tui/tui-winsource.h (~tui_source_element): Remove.
2405 (tui_source_element): Update.
2406 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2407 * tui/tui-winsource.c (tui_show_source_line): Update.
2408 * tui/tui-source.c (tui_source_window::set_contents): Update.
2409 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2410
2411 2019-09-20 Tom Tromey <tom@tromey.com>
2412
2413 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2414 declare.
2415 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2416 tui_clear_source_windows_detail.
2417 * tui/tui-winsource.h (struct tui_source_window_base)
2418 <clear_detail>: Don't declare.
2419 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2420 Remove.
2421 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2422
2423 2019-09-20 Tom Tromey <tromey@adacore.com>
2424
2425 PR ada/24919:
2426 * block.c (contained_in): Fix final return value.
2427
2428 2019-09-20 Alan Modra <amodra@gmail.com>
2429
2430 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2431 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2432 (read_indirect_string_from_dwz): Use bfd accessor.
2433 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2434 * machoread.c (macho_symfile_read_all_oso): Likewise.
2435 * solib.c (solib_bfd_open): Likewise.
2436
2437 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2438
2439 * eval.c: Move declaration of overload_resolution to...
2440 * value.h: ...here.
2441
2442 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2443
2444 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2445 * arm-linux-tdep.c: Likewise.
2446 * arm-nbsd-nat.c: Likewise.
2447 * arm-tdep.h: Declare arm_apcs_32.
2448 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2449
2450 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2451
2452 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2453 * dwarf2read.h: Declare dwarf_always_disassemble.
2454
2455 2019-09-19 Tom de Vries <tdevries@suse.de>
2456
2457 PR gdb/25009
2458 * source-cache.c (source_cache::ensure): Catch exception thrown during
2459 construction of the highlighter.
2460
2461 2019-09-18 Alan Modra <amodra@gmail.com>
2462
2463 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2464 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2465 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2466 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2467 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2468 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2469 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2470 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2471 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2472 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2473 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2474 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2475 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2476 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2477 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2478 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2479 * mi/mi-interp.c: Update throughout for bfd section macro and
2480 function changes.
2481 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2482 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2483
2484 2019-09-18 Tom Tromey <tom@tromey.com>
2485
2486 * NEWS: Add entry.
2487 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2488 call rl_initialize.
2489 (tui_enable): Do not call rl_initialize.
2490
2491 2019-09-18 Christian Groessler <chris@groessler.org>
2492
2493 * alpha-linux-nat.c: Include gdbarch.h.
2494
2495 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2496
2497 * ui-file.c: Include cli/cli-style.h.
2498 (term_cli_styling): Remove cli_styling declaration.
2499
2500 2019-09-18 Alan Modra <amodra@gmail.com>
2501
2502 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2503 to bfd_asymbol_section.
2504
2505 2019-09-18 Alan Modra <amodra@gmail.com>
2506
2507 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2508 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2509 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2510
2511 2019-09-18 Alan Modra <amodra@gmail.com>
2512
2513 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2514 * spu-linux-nat.c (spu_bfd_open): Likewise.
2515
2516 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2517
2518 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2519 to bool to match definition in dwarf2read.c.
2520
2521 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2522
2523 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2524 (print_signatures): Likewise.
2525 (trust_pad_over_xvs): Likewise.
2526 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2527 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2528 * arm-linux-nat.c (arm_apcs_32): Likewise.
2529 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2530 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2531 * arm-tdep.c (arm_debug): Likewise.
2532 (arm_apcs_32): Likewise.
2533 * auto-load.c (debug_auto_load): Likewise.
2534 (auto_load_gdb_scripts): Likewise.
2535 (global_auto_load): Likewise.
2536 (auto_load_local_gdbinit): Likewise.
2537 (auto_load_local_gdbinit_loaded): Likewise.
2538 * auto-load.h (global_auto_load): Likewise.
2539 (auto_load_local_gdbinit): Likewise.
2540 (auto_load_local_gdbinit_loaded): Likewise.
2541 * breakpoint.c (disconnected_dprintf): Likewise.
2542 (breakpoint_proceeded): Likewise.
2543 (automatic_hardware_breakpoints): Likewise.
2544 (always_inserted_mode): Likewise.
2545 (target_exact_watchpoints): Likewise.
2546 (_initialize_breakpoint): Update.
2547 * breakpoint.h (target_exact_watchpoints): Change to bool.
2548 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2549 * cli/cli-cmds.c (trace_commands): Likewise.
2550 * cli/cli-cmds.h (trace_commands): Likewise.
2551 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2552 to bool*.
2553 * cli/cli-logging.c (logging_overwrite): Change to bool.
2554 (logging_redirect): Likewise.
2555 (debug_redirect): Likewise.
2556 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2557 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2558 to bool.
2559 <boolean_option_def>: Update.
2560 (struct flag_option_def): Change default type of Context to bool
2561 from int.
2562 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2563 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2564 (get_setshow_command_value_string): Likewise.
2565 * cli/cli-style.c (cli_styling): Change to bool.
2566 (source_styling): Likewise.
2567 * cli/cli-style.h (source_styling): Likewise.
2568 (cli_styling): Likewise.
2569 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2570 to bool.
2571 * command.h (var_types): Update comment.
2572 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2573 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2574 bool.
2575 (debug_compile_cplus_scopes): Likewise.
2576 * compile/compile-internal.h (compile_debug): Likewise.
2577 * compile/compile.c (compile_debug): Likewise.
2578 (struct compile_options) <raw>: Likewise.
2579 * cp-support.c (catch_demangler_crashes): Likewise.
2580 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2581 (usr_cmd_cris_dwarf2_cfi): Likewise.
2582 * csky-tdep.c (csky_debug): Likewise.
2583 * darwin-nat.c (enable_mach_exceptions): Likewise.
2584 * dcache.c (dcache_enabled_p): Likewise.
2585 * defs.h (info_verbose): Likewise.
2586 * demangle.c (demangle): Likewise.
2587 (asm_demangle): Likewise.
2588 * dwarf-index-cache.c (debug_index_cache): Likewise.
2589 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2590 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2591 * dwarf2read.c (check_physname): Likewise.
2592 (use_deprecated_index_sections): Likewise.
2593 (dwarf_always_disassemble): Likewise.
2594 * eval.c (overload_resolution): Likewise.
2595 * event-top.c (set_editing_cmd_var): Likewise.
2596 (exec_done_display_p): Likewise.
2597 * event-top.h (set_editing_cmd_var): Likewise.
2598 (exec_done_display_p): Likewise.
2599 * exec.c (write_files): Likewise.
2600 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2601 (debug_fbsd_nat): Likewise.
2602 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2603 Likewise.
2604 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2605 <backtrace_past_entry> Likewise.
2606 * gdb-demangle.h (demangle): Likewise.
2607 (asm_demangle): Likewise.
2608 * gdb_bfd.c (bfd_sharing): Likewise.
2609 * gdbcore.h (write_files): Likewise.
2610 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2611 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2612 * gdbthread.h (print_thread_events): Likewise.
2613 * gdbtypes.c (opaque_type_resolution): Likewise.
2614 (strict_type_checking): Likewise.
2615 * gnu-nat.c (gnu_debug_flag): Likewise.
2616 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2617 * guile/scm-param.c (pascm_variable): Add boolval.
2618 (add_setshow_generic): Update.
2619 (pascm_param_value): Update.
2620 (pascm_set_param_value_x): Update.
2621 * hppa-tdep.c (hppa_debug): Change to bool..
2622 * infcall.c (may_call_functions_p): Likewise.
2623 (coerce_float_to_double_p): Likewise.
2624 (unwind_on_signal_p): Likewise.
2625 (unwind_on_terminating_exception_p): Likewise.
2626 * infcmd.c (startup_with_shell): Likewise.
2627 * inferior.c (print_inferior_events): Likewise.
2628 * inferior.h (startup_with_shell): Likewise.
2629 (print_inferior_events): Likewise.
2630 * infrun.c (step_stop_if_no_debug): Likewise.
2631 (detach_fork): Likewise.
2632 (debug_displaced): Likewise.
2633 (disable_randomization): Likewise.
2634 (non_stop): Likewise.
2635 (non_stop_1): Likewise.
2636 (observer_mode): Likewise.
2637 (observer_mode_1): Likewise.
2638 (set_observer_mode): Update.
2639 (sched_multi): Change to bool.
2640 * infrun.h (debug_displaced): Likewise.
2641 (sched_multi): Likewise.
2642 (step_stop_if_no_debug): Likewise.
2643 (non_stop): Likewise.
2644 (disable_randomization): Likewise.
2645 * linux-tdep.c (use_coredump_filter): Likewise.
2646 (dump_excluded_mappings): Likewise.
2647 * linux-thread-db.c (auto_load_thread_db): Likewise.
2648 (check_thread_db_on_load): Likewise.
2649 * main.c (captured_main_1): Update.
2650 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2651 xx2_opt, boolean_opt>: Change to bool.
2652 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2653 * maint.c (maintenance_profile_p): Likewise.
2654 (per_command_time): Likewise.
2655 (per_command_space): Likewise.
2656 (per_command_symtab): Likewise.
2657 * memattr.c (inaccessible_by_default): Likewise.
2658 * mi/mi-main.c (mi_async): Likewise.
2659 (mi_async_1): Likewise.
2660 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2661 * nat/fork-inferior.h (startup_with_shell): Likewise.
2662 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2663 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2664 * nios2-tdep.c (nios2_debug): Likewise.
2665 * or1k-tdep.c (or1k_debug): Likewise.
2666 * parse.c (parser_debug): Likewise.
2667 * parser-defs.h (parser_debug): Likewise.
2668 * printcmd.c (print_symbol_filename): Likewise.
2669 * proc-api.c (procfs_trace): Likewise.
2670 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2671 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2672 (set_parameter_value): Update.
2673 (add_setshow_generic): Update.
2674 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2675 to bool*.
2676 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2677 int*.
2678 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2679 * record-btrace.c (record_btrace_target::store_registers): Update.
2680 * record-full.c (record_full_memory_query): Change to bool.
2681 (record_full_stop_at_limit): Likewise.
2682 * record-full.h (record_full_memory_query): Likewise.
2683 * remote-notif.c (notif_debug): Likewise.
2684 * remote-notif.h (notif_debug): Likewise.
2685 * remote.c (use_range_stepping): Likewise.
2686 (interrupt_on_connect): Likewise.
2687 (remote_break): Likewise.
2688 * ser-tcp.c (tcp_auto_retry): Likewise.
2689 * ser-unix.c (serial_hwflow): Likewise.
2690 * skip.c (debug_skip): Likewise.
2691 * solib-aix.c (solib_aix_debug): Likewise.
2692 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2693 (spu_auto_flush_cache_p): Likewise.
2694 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2695 Likewise.
2696 (struct info_print_options) <quiet>: Likewise.
2697 * symfile-debug.c (debug_symfile): Likewise.
2698 * symfile.c (auto_solib_add): Likewise.
2699 (separate_debug_file_debug): Likewise.
2700 * symfile.h (auto_solib_add): Likewise.
2701 (separate_debug_file_debug): Likewise.
2702 * symtab.c (basenames_may_differ): Likewise.
2703 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2704 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2705 (struct info_types_options) <quiet>: Likewise.
2706 * symtab.h (demangle): Likewise.
2707 (basenames_may_differ): Likewise.
2708 * target-dcache.c (stack_cache_enabled_1): Likewise.
2709 (code_cache_enabled_1): Likewise.
2710 * target.c (trust_readonly): Likewise.
2711 (may_write_registers): Likewise.
2712 (may_write_memory): Likewise.
2713 (may_insert_breakpoints): Likewise.
2714 (may_insert_tracepoints): Likewise.
2715 (may_insert_fast_tracepoints): Likewise.
2716 (may_stop): Likewise.
2717 (auto_connect_native_target): Likewise.
2718 (target_stop_and_wait): Update.
2719 (target_async_permitted): Change to bool.
2720 (target_async_permitted_1): Likewise.
2721 (may_write_registers_1): Likewise.
2722 (may_write_memory_1): Likewise.
2723 (may_insert_breakpoints_1): Likewise.
2724 (may_insert_tracepoints_1): Likewise.
2725 (may_insert_fast_tracepoints_1): Likewise.
2726 (may_stop_1): Likewise.
2727 * target.h (target_async_permitted): Likewise.
2728 (may_write_registers): Likewise.
2729 (may_write_memory): Likewise.
2730 (may_insert_breakpoints): Likewise.
2731 (may_insert_tracepoints): Likewise.
2732 (may_insert_fast_tracepoints): Likewise.
2733 (may_stop): Likewise.
2734 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2735 (make_thread_apply_all_options_def_group): Change argument from int*
2736 to bool*.
2737 (thread_apply_all_command): Update.
2738 (print_thread_events): Change to bool.
2739 * top.c (confirm): Likewise.
2740 (command_editing_p): Likewise.
2741 (history_expansion_p): Likewise.
2742 (write_history_p): Likewise.
2743 (info_verbose): Likewise.
2744 * top.h (confirm): Likewise.
2745 (history_expansion_p): Likewise.
2746 * tracepoint.c (disconnected_tracing): Likewise.
2747 (circular_trace_buffer): Likewise.
2748 * typeprint.c (print_methods): Likewise.
2749 (print_typedefs): Likewise.
2750 * utils.c (debug_timestamp): Likewise.
2751 (sevenbit_strings): Likewise.
2752 (pagination_enabled): Likewise.
2753 * utils.h (sevenbit_strings): Likewise.
2754 (pagination_enabled): Likewise.
2755 * valops.c (overload_resolution): Likewise.
2756 * valprint.h (struct value_print_options) <prettyformat_arrays,
2757 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2758 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2759 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2760 Likewise.
2761 * windows-nat.c (new_console): Likewise.
2762 (cygwin_exceptions): Likewise.
2763 (new_group): Likewise.
2764 (debug_exec): Likewise.
2765 (debug_events): Likewise.
2766 (debug_memory): Likewise.
2767 (debug_exceptions): Likewise.
2768 (useshell): Likewise.
2769 * windows-tdep.c (maint_display_all_tib): Likewise.
2770 * xml-support.c (debug_xml): Likewise.
2771
2772 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2773
2774 * source.c (prepare_path_for_appending): New function.
2775 (openp): Make use of new function.
2776 (find_and_open_source): Search for the compilation directory and
2777 source file as a relative path beneath the directory search path.
2778
2779 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * source-cache.c (source_cache::get_line_charpos): Catch
2782 exceptions and return false, this matches the behaviour documented
2783 in the header file.
2784
2785 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2786
2787 * ada-tasks.c (info_task): Remove quoting of the task's name.
2788
2789 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2790
2791 * symfile.c (auto_solib_add): Replace comment with a reference
2792 to the header file.
2793
2794 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2795
2796 * NEWS: Mention that gdb can now be compiled with Python 3
2797 on Windows.
2798
2799 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2800
2801 * maint.c (maint_print_section_data::maint_print_section_data):
2802 Force use of 'float log10 (float)' by casting the argument to
2803 float.
2804
2805 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * maint.c: Add 'cmath' include.
2808 (struct maint_print_section_data): New structure.
2809 (print_section_index): New function.
2810 (print_bfd_section_info): Add header comment, small whitespace
2811 cleanup, and update to call new print_section_index function.
2812 (print_objfile_section_info): Likewise.
2813 (maint_obj_section_from_bfd_section): New function.
2814 (print_bfd_section_info_maybe_relocated): New function.
2815 (maintenance_info_sections): Add header comment, always use
2816 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2817
2818 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2821 inner scope, add check that the objfile has psymtabs before
2822 checking psymtabs_addrmap.
2823 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2824
2825 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2826
2827 * NEWS: Announce that Ada task names are now shown at more places,
2828 and between quotes (except in info task output).
2829 * gdb/ada-tasks.c (task_to_str): New function.
2830 (display_current_task_id): Call task_to_str.
2831 (task_command_1): Likewise.
2832 (print_ada_task_info): In non-mi mode, Properly align headers and data
2833 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2834
2835 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2836
2837 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2838 prstatus.pr_lwp.pr_info instead of making it up.
2839
2840 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2841
2842 * auto-load.c (auto_load_expand_dir_vars): Update.
2843 * defs.h (gdb_datadir): Change to std::string.
2844 (python_libdir): Likewise.
2845 (relocate_gdb_directory): Change return type to std::string.
2846 * guile/guile.c (gdbscm_data_directory): Update.
2847 (initialize_scheme_side): Update.
2848 * jit.c (jit_reader_dir): Change to std::string.
2849 (jit_reader_load_command): Update.
2850 * main.c (gdb_datadir): Change to std::string.
2851 (python_libdir): Likewise.
2852 (set_gdb_data_directory): Update.
2853 (relocate_path): Change to return std::string.
2854 (relocate_gdb_directory): Change to return std::string.
2855 (relocate_gdbinit_path_maybe_in_datadir): Update.
2856 (captured_main_1): Update.
2857 * python/python.c (do_start_initialization): Update.
2858 * top.c (show_gdb_datadir): Update.
2859 * xml-syscall.c (xml_init_syscalls_info): Update.
2860 (init_syscalls_info): Update.
2861
2862 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2863
2864 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2865 out of get_init_files.
2866 (get_init_files): Update.
2867
2868 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2869
2870 * main.c (get_init_files): Change to use std::string.
2871 (captured_main_1): Update.
2872 (print_gdb_help): Update.
2873
2874 2019-09-11 Ali Tamur <tamur@google.com>
2875
2876 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2877 implementation.
2878
2879 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2880
2881 * dbxread.c (read_dbx_symtab): Update.
2882 * dwarf2read.c (load_partial_dies): Update.
2883 * mdebugread.c (parse_partial_symbols): Update.
2884 (handle_psymbol_enumerators): Update.
2885 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2886 * psymtab.c (add_psymbol_to_bcache): Likewise.
2887 (add_psymbol_to_list): Likewise.
2888 * symtab.c (symbol_set_names): Likewise.
2889 * symtab.h (symbol_set_names): Likewise.
2890 * xcoffread.c (scan_xcoff_symtab): Update.
2891
2892 2019-09-11 Tom Tromey <tom@tromey.com>
2893
2894 * symfile-mem.c (symbol_file_add_from_memory): Use
2895 bfd_set_filename.
2896 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2897 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2898
2899 2019-09-10 Tom Tromey <tromey@adacore.com>
2900
2901 * dwarf-index-write.c (write_psymbols): Extend error message.
2902 (debug_names::insert): Add Ada code.
2903 (debug_names::write_psymbols): Remove Ada check.
2904 (debug_names) <m_string_obstack>: New member.
2905 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2906 (gdb_index_symbol_name_matcher::matches): Remove.
2907 (mapped_index_base::find_name_components_bounds): Add "lang"
2908 parameter.
2909 (mapped_index_base::build_name_components): Also split names
2910 according to Ada syntax.
2911 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2912 type of "match_callback".
2913 (check_match, check_find_bounds_finds)
2914 (dw2_expand_symtabs_matching): Update.
2915 (dw2_debug_names_iterator): Add new constructor.
2916 (dw2_debug_names_map_matching_symbols): New function.
2917 (dw2_debug_names_expand_symtabs_matching): Update.
2918 (dwarf2_debug_names_functions): Use
2919 dw2_debug_names_map_matching_symbols.
2920
2921 2019-09-10 Tom Tromey <tromey@adacore.com>
2922
2923 * dwarf2read.c (dw2_get_file_names_reader): Add the
2924 CU's file name to the results.
2925
2926 2019-09-10 Tom Tromey <tromey@adacore.com>
2927
2928 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2929 map_matching_symbols. Update.
2930 * dwarf2read.c (dw2_map_matching_symbols): Update.
2931 * psymtab.c (match_partial_symbol): Change type; update.
2932 (psym_map_matching_symbols): Likewise.
2933 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2934 type; update.
2935 * symfile.h (struct quick_symbol_functions)
2936 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2937 Remove "match".
2938
2939 2019-09-10 Tom Tromey <tromey@adacore.com>
2940
2941 * psymtab.c (map_block): Remove.
2942 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2943 * symtab.c (iterate_over_symbols_terminated): New function.
2944 * symtab.c (iterate_over_symbols_terminated): Declare.
2945
2946 2019-09-10 Tom Tromey <tromey@adacore.com>
2947
2948 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2949 * language.h (struct language_defn) <la_iterate_over_symbols>:
2950 Return bool.
2951 * symtab.c (iterate_over_symbols): Return bool.
2952 * symtab.h (iterate_over_symbols): Return bool.
2953
2954 2019-09-10 Tom Tromey <tromey@adacore.com>
2955
2956 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2957 (add_nonlocal_symbols): Update.
2958 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2959 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2960 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2961 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2962 Change type of "callback". Remove "data".
2963
2964
2965 2019-09-09 Ali Tamur <tamur@google.com>
2966
2967 * dwarf2read.c (comp_unit_head): Update comment.
2968 (dwarf2_dwo_name): New function declaration.
2969 (dwarf_unit_type_name): New function declaration.
2970 (read_comp_unit_head): Add support for new compilation units,
2971 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2972 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2973 (currently named as "signature") in their header. Also clarify error
2974 messages.
2975 (lookup_dwo_id): New function. Returns the dwo id of the given
2976 compile unit.
2977 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2978 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2979 functions.
2980 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2981 (dwarf2_dwo_name): Get the dwo name if present.
2982 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2983 purposes.
2984
2985 2019-09-09 Tom Tromey <tom@tromey.com>
2986
2987 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2988
2989 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2990
2991 * python/python.c (do_start_initialization): Make progname_copy static,
2992 to avoid a leak report.
2993
2994 2019-09-08 Tom Tromey <tom@tromey.com>
2995
2996 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
2997
2998 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
2999
3000 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3001 Change type to gdb::optional<block_enum>.
3002 (dw2_symtab_iter_init): Change block_index parameter type
3003 to gdb::optional<block_enum>.
3004 (dw2_lookup_symbol): Change block_index parameter
3005 type to block_enum.c
3006 (dw2_debug_names_lookup_symbol): Likewise.
3007 * psymtab.c (psym_lookup_symbol): Likewise.
3008 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3009 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3010 Likewise.
3011
3012 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3013
3014 * defs.h (relocate_gdb_directory): Change int to bool in
3015 signature and rename flag to relocatable.
3016 * main.c (relocate_path): Likewise.
3017 (relocate_gdb_directory): Likewise.
3018
3019 2019-09-06 Alan Modra <amodra@gmail.com>
3020
3021 * coffread.c (coff_symfile_read): Constify filename variable.
3022 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3023 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3024 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3025 * solib.c (reload_shared_libraries_1): Likewise.
3026 * symfile.c (reread_symbols): Likewise.
3027 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3028 * solib-darwin.c (darwin_bfd_open): Likewise.
3029 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3030
3031 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3034 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3035
3036 2019-09-03 Tom Tromey <tromey@adacore.com>
3037
3038 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3039 types.
3040 (has_negatives): Unbias a range type bound.
3041 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3042 * gdbtypes.c (operator==): Handle new field.
3043 (create_range_type): Add "bias" parameter.
3044 (create_static_range_type, resolve_dynamic_range): Update.
3045 * gdbtypes.h (struct range_bounds) <bias>: New member.
3046 (create_range_type): Add bias parameter.
3047 * printcmd.c (print_scalar_formatted): Unbias range types.
3048 * value.c (unpack_long): Unbias range types.
3049 (pack_long): Bias range types.
3050
3051 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3052
3053 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3054 probe arguments.
3055
3056 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3057
3058 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3059 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3060 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3061 (compile_probe_arg): Likewise.
3062 * probe.h (get_argument_count): Likewise.
3063 * solib-svr4.c (solib_event_probe_action): Likewise.
3064 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3065
3066 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3067
3068 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3069 code to here...
3070 (svr4_create_solib_event_breakpoints): ...from here.
3071
3072 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3073
3074 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3075 suffix from warning message.
3076
3077 2019-08-30 Tom Tromey <tom@tromey.com>
3078
3079 * tui/tui-winsource.h (struct tui_source_window_base)
3080 <refresh_all>: Don't declare.
3081 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3082 Remove.
3083 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3084 tui_show_locator_content.
3085 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3086 declare.
3087 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3088 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3089 declare.
3090
3091 2019-08-30 Tom Tromey <tom@tromey.com>
3092
3093 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3094
3095 2019-08-30 Tom Tromey <tom@tromey.com>
3096
3097 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3098 Remove unnecessary forward declarations.
3099
3100 2019-08-30 Tom Tromey <tom@tromey.com>
3101
3102 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3103 rerender.
3104 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3105 tui_show_locator_content.
3106
3107 2019-08-30 Tom Tromey <tom@tromey.com>
3108
3109 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3110 (tui_locator_window::rerender): Rewrite using body of previous
3111 tui_show_locator_content.
3112
3113 2019-08-30 Tom Tromey <tom@tromey.com>
3114
3115 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3116 set_locator_fullname>: New methods.
3117 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3118 Rename from tui_set_locator_fullname.
3119 (tui_locator_window::set_locator_info): Rename from
3120 tui_set_locator_info. Return bool.
3121 (tui_update_locator_fullname, tui_show_frame_info): Update.
3122
3123 2019-08-30 Tom Tromey <tom@tromey.com>
3124
3125 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3126
3127 2019-08-30 Tom Tromey <tom@tromey.com>
3128
3129 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3130 call touchwin.
3131
3132 2019-08-30 Tom Tromey <tom@tromey.com>
3133
3134 * tui/tui-wingeneral.c (box_win): Assume win_info and
3135 win_info->handle cannot be NULL.
3136
3137 2019-08-30 Tom Tromey <tom@tromey.com>
3138
3139 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3140 refresh_window>: Declare.
3141 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3142 resize.
3143 (tui_data_item_window::rerender): Rename from
3144 tui_display_register.
3145 (tui_data_item_window::refresh_window): New method.
3146 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3147 no-op.
3148
3149 2019-08-30 Tom Tromey <tom@tromey.com>
3150
3151 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3152 regs_column_count, current_group>: Move later. Now private.
3153 <get_current_group>: New method.
3154 * tui/tui-regs.c (tui_reg_command): Update.
3155 * tui/tui-layout.c (tui_set_layout): Update.
3156
3157 2019-08-30 Tom Tromey <tom@tromey.com>
3158
3159 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3160 (tui_data_window::rerender): Don't call
3161 check_and_display_highlight_if_needed.
3162 (tui_data_window::refresh_all): Remove call to
3163 erase_data_content.
3164
3165 2019-08-30 Tom Tromey <tom@tromey.com>
3166
3167 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3168 (tui_data_window::display_registers_from)
3169 (tui_data_window::display_reg_element_at_line)
3170 (tui_data_window::display_registers_from_line): Remove checks of
3171 "empty".
3172
3173 2019-08-30 Tom Tromey <tom@tromey.com>
3174
3175 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3176 Don't declare.
3177 * tui/tui-regs.c (tui_data_window::show_registers): Call
3178 rerender.
3179 (tui_data_window::rerender): Rename from display_all_data.
3180 (tui_data_window::rerender): Remove old implementation.
3181
3182 2019-08-30 Tom Tromey <tom@tromey.com>
3183
3184 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3185 text.
3186 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3187
3188 2019-08-29 Bernhard Wodok <barto@gmx.net>
3189 Sergio Durigan Junior <sergiodj@redhat.com>
3190
3191 PR win32/24284
3192 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3193
3194 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3197 when searching for types.
3198
3199 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * f-lang.c (f_language_defn): Use f_print_typedef.
3202 * f-lang.h (f_print_typedef): Declare.
3203 * f-typeprint.c (f_print_typedef): Define.
3204
3205 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3206
3207 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3208
3209 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * cli/cli-utils.c (info_print_options_defs): Delete.
3212 (make_info_print_options_def_group): Delete.
3213 (extract_info_print_options): Delete.
3214 (info_print_command_completer): Delete.
3215 (info_print_args_help): Add extra parameter, and optionally
3216 include text about -n flag.
3217 * cli/cli-utils.h (struct info_print_options): Delete.
3218 (extract_info_print_options): Delete declaration.
3219 (info_print_command_completer): Delete declaration.
3220 (info_print_args_help): Add extra parameter, extend header
3221 comment.
3222 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3223 search_symbols.
3224 * stack.c (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_locals_command): Update to use new local functions.
3229 (info_args_command): Likewise.
3230 (_initialize_stack): Add extra parameter to calls to
3231 info_print_args_help.
3232 * symtab.c (search_symbols): Add extra parameter, use this to
3233 possibly excluse non-debug symbols.
3234 (symtab_symbol_info): Add extra parameter, which is passed on to
3235 search_symbols.
3236 (struct info_print_options): New type.
3237 (info_print_options_defs): New file scoped variable.
3238 (make_info_print_options_def_group): New static function.
3239 (info_print_command_completer): New static function.
3240 (info_variables_command): Update to use local functions, and pass
3241 extra parameter through to symtab_symbol_info.
3242 (info_functions_command): Likewise.
3243 (info_types_command): Pass additional argument through to
3244 symtab_symbol_info.
3245 (rbreak_command): Pass extra argument to search_symbols.
3246 (_initialize_symtab): Add extra arguments for calls to
3247 info_print_args_help, and update help text for 'info variables',
3248 'whereis', and 'info functions' commands.
3249 * symtab.h (search_symbols): Add extra argument to declaration.
3250 * NEWS: Mention new flags.
3251
3252 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3253
3254 * symtab.c (lookup_static_symbol): Call the new function (and move
3255 it down to be next to lookup_global_symbol).
3256 (struct global_sym_lookup_data): Add block_enum member and rename to...
3257 (struct global_or_static_sym_lookup_data): ...this.
3258 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3259 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3260 (lookup_symbol_global_or_static_iterator_cb): ...this.
3261 (lookup_global_or_static_symbol): New function.
3262 (lookup_global_symbol): Call new function.
3263
3264 2019-08-26 Tom de Vries <tdevries@suse.de>
3265
3266 PR c++/24852
3267 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3268 when pc_probe.prob == NULL.
3269
3270 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3271
3272 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3273 variable symbol_linkage to symbol_linkage_.
3274
3275 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3276
3277 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3278 represent whether the symbol is static, dynamic, or we don't
3279 know.
3280
3281 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3282
3283 * gdb/rx-tdep.c (rx_register_names): New.
3284 (rx_register_name): Delete.
3285 (rx_psw_type): Delete.
3286 (rx_fpsw_type): Delete.
3287 (rx_register_type): Delete.
3288 (rx_gdbarch_init): Convert target-descriptions.
3289 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3290 * gdb/features/Makefile: Add rx.xml.
3291 * gdb/features/rx.xml: New.
3292 * gdb/features/rx.c: Generated.
3293 * gdb/NEWS: Mention target description support.
3294
3295 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3296
3297 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3298 *slot_ptr.
3299
3300 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3301
3302 * configure.ac: Don't check for 'dlfcn.h' (moved to
3303 gdbsupport/common.m4).
3304 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3305 'gdbsupport/'.
3306 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3307 * compile/compile-c-support.c: Include
3308 'gdbsupport/gdb-dlfcn.h'.
3309 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3310 * gdb-dlfcn.c: Move to...
3311 * gdbsupport/gdb-dlfcn.c: ... here.
3312 * gdb-dlfcn.h: Move to...
3313 * gdbsupport/gdb-dlfcn.h: ... here.
3314
3315 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3316
3317 * nios2-tdep.c (struct reg_value): Improve comments. Make
3318 the offset field signed.
3319
3320 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3321
3322 * python/lib/gdb/__init__.py (_execute_file): New function.
3323 * python/python.c (python_run_simple_file): Call gdb._execute_file
3324 on Windows.
3325
3326 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3329 all uses as this was never set to anything but a zero value.
3330
3331 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3332
3333 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3334
3335 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3336
3337 * tui/tui-data.h (tui_gen_win_info): Add an =default
3338 move constructor, required by some GCC versions.
3339
3340 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3341
3342 * go32-nat.c (go32_sysinfo): Add hygon_p.
3343
3344 2019-08-20 Tom Tromey <tom@tromey.com>
3345
3346 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3347 line_from_reg_element_no, first_reg_element_no_inline,
3348 display_all_data, delete_data_content_windows,
3349 erase_data_content>: Now private.
3350
3351 2019-08-20 Tom Tromey <tom@tromey.com>
3352
3353 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3354 (tui_unhighlight_win, tui_highlight_win)
3355 (tui_win_info::make_window): Update.
3356 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3357
3358 2019-08-20 Tom Tromey <tom@tromey.com>
3359
3360 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3361 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3362 (MAX_PID_WIDTH): Move to tui-stack.c.
3363 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3364 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3365 (MAX_PID_WIDTH): Move from tui-data.h.
3366
3367 2019-08-20 Tom Tromey <tom@tromey.com>
3368
3369 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3370 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3371 (box_win): Update.
3372 (tui_gen_win_info::make_window): Rename from tui_make_window.
3373 (tui_win_info::make_window): New method.
3374 (tui_gen_win_info::make_visible): Update.
3375 * tui/tui-source.c (tui_source_window::set_contents): Update.
3376 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3377 (tui_data_window::display_registers_from): Update.
3378 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3379 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3380 Declare.
3381 <can_box>: Remove.
3382 <title>: Remove.
3383 (struct tui_win_info) <make_window>: Declare.
3384 <can_box>: Now virtual.
3385 <title>: New member.
3386 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3387 * tui/tui-command.c (tui_cmd_window::resize): Update.
3388
3389 2019-08-20 Tom Tromey <tom@tromey.com>
3390
3391 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3392 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3393 (tui_data_window::check_register_values): Update.
3394
3395 2019-08-20 Tom Tromey <tom@tromey.com>
3396
3397 * tui/tui-regs.h (struct tui_data_window): Use
3398 DISABLE_COPY_AND_ASSIGN.
3399 <regs_content>: Change type, removing unique_ptr.
3400 <tui_data_window>: Add move constructor.
3401 * tui/tui-regs.c (tui_data_window::show_registers)
3402 (tui_data_window::show_register_group)
3403 (tui_data_window::display_registers_from)
3404 (tui_data_window::display_registers_from)
3405 (tui_data_window::first_data_item_displayed)
3406 (tui_data_window::delete_data_content_windows)
3407 (tui_data_window::rerender, tui_data_window::refresh_window)
3408 (tui_data_window::check_register_values): Update.
3409
3410 2019-08-20 Tom Tromey <tom@tromey.com>
3411
3412 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3413 show_register_group>: Declare.
3414 (tui_show_register_group): Don't declare.
3415 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3416 tui_show_registers.
3417 (tui_data_window::show_register_group): Rename from
3418 tui_show_register_group.
3419 (tui_data_window::check_register_values, tui_reg_command):
3420 Update.
3421 * tui/tui-layout.c (tui_set_layout): Update.
3422
3423 2019-08-20 Tom Tromey <tom@tromey.com>
3424
3425 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3426 Declare.
3427 (tui_check_register_values): Don't declare.
3428 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3429 from tui_check_register_values.
3430 * tui/tui-hooks.c (tui_register_changed): Update.
3431
3432 2019-08-20 Tom Tromey <tom@tromey.com>
3433
3434 * tui/tui-regs.c (tui_reg_layout): Move later.
3435 (tui_show_registers): Don't enable TUI mode or change layout.
3436
3437 2019-08-20 Tom Tromey <tom@tromey.com>
3438
3439 * tui/tui-regs.h (struct tui_data_item_window)
3440 <~tui_data_item_window>: Remove.
3441 <content>: Now a unique_xmalloc_ptr.
3442 * tui/tui-regs.c (tui_register_format): Return a
3443 unique_xmalloc_ptr.
3444 (tui_get_register): Update.
3445 (~tui_data_item_window): Remove.
3446 (tui_data_window::display_registers_from, tui_display_register):
3447 Update.
3448 * tui/tui-io.h (tui_expand_tabs): Update.
3449 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3450 Remove "col" parameter.
3451
3452 2019-08-20 Tom Tromey <tom@tromey.com>
3453
3454 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3455 field.
3456 * tui/tui-regs.c (~tui_data_item_window): Update.
3457
3458 2019-08-20 Tom Tromey <tom@tromey.com>
3459
3460 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3461 earlier.
3462
3463 2019-08-20 Tom Tromey <tom@tromey.com>
3464
3465 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3466
3467 2019-08-20 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-source.h (struct tui_source_window): Update.
3470 * tui/tui-regs.c (tui_show_registers): Update.
3471 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3472 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3473 (NO_REGS_STRING): Remove defines.
3474
3475 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3476
3477 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3478 unnecessary thread walk if remote doesn't support the packet.
3479
3480 2019-08-19 Tom Tromey <tromey@adacore.com>
3481
3482 * python/py-value.c (value_has_field): Fix indentation.
3483
3484 2019-08-19 Tom Tromey <tromey@adacore.com>
3485
3486 * printcmd.c (do_one_display, info_display_command): Update.
3487 * block.h (contained_in): Return bool. Add allow_nested
3488 parameter.
3489 * block.c (contained_in): Return bool. Add allow_nested
3490 parameter.
3491
3492 2019-08-19 Tom Tromey <tom@tromey.com>
3493
3494 * configure: Rebuild.
3495 * configure.ac: Disallow the combination of -static-libstdc++ and
3496 source highlight.
3497 * source-cache.c (get_language_name): Handle rust.
3498 (source_cache::get_source_lines): Ignore highlighting exceptions.
3499
3500 2019-08-16 Tom Tromey <tom@tromey.com>
3501
3502 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3503 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3504 (struct tui_source_window_base) <make_visible, refresh_window,
3505 resize>: Remove methods.
3506 <execution_info>: Remove field.
3507 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3508 (tui_show_source_line, tui_source_window_base)
3509 (~tui_source_window_base): Update.
3510 (tui_source_window_base::resize)
3511 (tui_source_window_base::make_visible)
3512 (tui_source_window_base::refresh_window): Remove.
3513 (tui_source_window_base::update_exec_info): Update.
3514 * tui/tui-source.c (tui_source_window::set_contents): Update.
3515 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3516
3517 2019-08-16 Tom Tromey <tom@tromey.com>
3518
3519 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3520 deprecated_query_hook.
3521
3522 2019-08-16 Tom Tromey <tom@tromey.com>
3523
3524 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3525 (tui_update_source_windows_with_line): Update.
3526 * tui/tui-source.h (struct tui_source_window)
3527 <show_symtab_source>: Declare.
3528 (tui_show_symtab_source): Don't declare.
3529 * tui/tui-source.c (tui_show_symtab_source): Rename from
3530 tui_show_symtab_source.
3531
3532 2019-08-16 Tom Tromey <tom@tromey.com>
3533
3534 * tui/tui-winsource.h (struct tui_source_window_base)
3535 <set_contents>: Declare.
3536 * tui/tui-winsource.c
3537 (tui_source_window_base::update_source_window_as_is): Update.
3538 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3539 Declare.
3540 (tui_set_source_content): Don't declare.
3541 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3542 tui_set_source_content.
3543 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3544 Declare.
3545 (tui_set_disassem_content): Don't declare.
3546 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3547 tui_set_disassem_content.
3548
3549 2019-08-16 Tom Tromey <tom@tromey.com>
3550
3551 * tui/tui-winsource.h (struct tui_source_window_base)
3552 <update_breakpoint_info>: Declare.
3553 (tui_update_breakpoint_info): Don't declare.
3554 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3555 (tui_update_all_breakpoint_info): Update.
3556 (tui_source_window_base::update_breakpoint_info): Rename from
3557 tui_update_breakpoint_info.
3558 (tui_source_window_base::update_exec_info): Update.
3559
3560 2019-08-16 Tom Tromey <tom@tromey.com>
3561
3562 * tui/tui-winsource.h (struct tui_source_window_base)
3563 <update_source_window>: Declare.
3564 (tui_update_source_window): Don't declare.
3565 * tui/tui-winsource.c
3566 (tui_source_window_base::update_source_window): Rename from
3567 tui_update_source_window.
3568 (tui_source_window_base::rerender): Update.
3569 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3570 * tui/tui-disasm.c (tui_show_disassem)
3571 (tui_show_disassem_and_update_source)
3572 (tui_disasm_window::maybe_update): Update.
3573
3574 2019-08-16 Tom Tromey <tom@tromey.com>
3575
3576 * tui/tui-winsource.h (struct tui_source_window_base)
3577 <update_source_window_as_is>: Declare.
3578 (tui_update_source_window_as_is): Don't declare.
3579 * tui/tui-winsource.c (tui_update_source_window): Update
3580 (tui_source_window_base::update_source_window_as_is): Rename from
3581 tui_update_source_window_as_is.
3582 (tui_source_window_base::refill): Update.
3583 * tui/tui-source.c (tui_show_symtab_source): Update.
3584 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3585 Update.
3586
3587 2019-08-16 Tom Tromey <tom@tromey.com>
3588
3589 * tui/tui-winsource.h (tui_update_source_window)
3590 (tui_update_source_window_as_is): Remove "noerror" parameter.
3591 * tui/tui-winsource.c (tui_update_source_window)
3592 (tui_update_source_window_as_is): Remove "noerror" parameter.
3593 (tui_update_source_windows_with_addr)
3594 (tui_update_source_windows_with_line)
3595 (tui_source_window_base::rerender)
3596 (tui_source_window_base::refill): Update.
3597 * tui/tui-source.h (tui_set_source_content)
3598 (tui_show_symtab_source): Remove "noerror" parameter.
3599 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3600 parameter.
3601 (tui_show_symtab_source): Likewise.
3602 (tui_source_window::maybe_update): Update.
3603 * tui/tui-disasm.c (tui_show_disassem)
3604 (tui_show_disassem_and_update_source)
3605 (tui_disasm_window::do_scroll_vertical)
3606 (tui_disasm_window::maybe_update): Update.
3607
3608 2019-08-16 Tom Tromey <tom@tromey.com>
3609
3610 * tui/tui.c (tui_is_window_visible): Update.
3611 * tui/tui-wingeneral.c (tui_make_window)
3612 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3613 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3614 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3615 (tui_set_win_height_command, parse_scrolling_args): Update.
3616 * tui/tui-source.c (tui_source_window::style_changed): Update.
3617 * tui/tui-regs.c (tui_show_registers)
3618 (tui_data_window::first_data_item_displayed)
3619 (tui_data_window::delete_data_content_windows)
3620 (tui_check_register_values, tui_reg_command): Update.
3621 * tui/tui-disasm.c (tui_show_disassem): Update.
3622 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3623 method.
3624 <is_visible>: Remove field.
3625 * tui/tui-data.c (tui_next_win, tui_prev_win)
3626 (tui_delete_invisible_windows): Update.
3627
3628 2019-08-16 Tom Tromey <tom@tromey.com>
3629
3630 * tui/tui-winsource.h (struct tui_source_window_base)
3631 <m_has_locator>: Remove.
3632 * tui/tui-layout.c (show_source_disasm_command, show_data)
3633 (show_source_or_disasm_and_command): Update.
3634
3635 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3636
3637 * NEWS (Other MI changes): New subsection.
3638 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3639 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3640 * arch-utils.c (default_get_pc_address_flags): New function.
3641 * arch-utils.h (default_get_pc_address_flags): New declaration.
3642 * gdbarch.sh: Add get_pc_address_flags.
3643 * gdbarch.c: Regenerate.
3644 * gdbarch.h: Likewise.
3645 * stack.c (print_pc): New function.
3646 (print_frame_info) (print_frame): Call print_pc.
3647
3648 2019-08-16 Tom de Vries <tdevries@suse.de>
3649
3650 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3651 print_objfile_section_info.
3652
3653 2019-08-15 Tom Tromey <tom@tromey.com>
3654
3655 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3656 calling update_cmdwin_start_line.
3657 * tui/tui-winsource.h (struct tui_source_window_base)
3658 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3659 <rerender>: Declare.
3660 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3661 Call rerender.
3662 (tui_source_window_base::set_new_height): Remove.
3663 (tui_source_window_base::rerender): Rename from
3664 do_make_visible_with_new_height.
3665 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3666 resize method.
3667 (tui_win_info::make_invisible_and_set_new_height)
3668 (tui_win_info::make_visible_with_new_height): Remove.
3669 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3670 Declare.
3671 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3672 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3673 do_make_visible_with_new_height>: Don't declare.
3674 <rerender>: Declare.
3675 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3676 set_new_height.
3677 (tui_data_window::do_make_visible_with_new_height): Remove.
3678 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3679 call tui_show_locator_content.
3680 (tui_gen_win_info::resize): Call rerender.
3681 (show_source_or_disasm_and_command): Don't call
3682 tui_show_locator_content.
3683 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3684 method.
3685 (struct tui_win_info) <rerender>: Declare.
3686 <set_new_height, make_invisible_and_set_new_height,
3687 make_visible_with_new_height>: Don't declare.
3688 * tui/tui-data.c (tui_win_list::rerender): New method.
3689 * tui/tui-command.h (struct tui_cmd_window)
3690 <do_make_visible_with_new_height>: Don't declare.
3691 * tui/tui-command.c
3692 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3693
3694 2019-08-15 Tom Tromey <tromey@adacore.com>
3695
3696 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3697 * ada-lang.c (ada_enum_name): Likewise.
3698
3699 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3700
3701 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3702 leading underscore.
3703 (GdbOutputErrorFile): Likewise.
3704 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3705 accordingly.
3706 (execute_unwinders): Rename to have a leading underscore.
3707 (auto_load_packages): Likewise.
3708 (global scope): Adjust call to auto_load_packages accordingly.
3709 (GdbSetPythonDirectory): Likewise.
3710 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3711 instead of execute_unwinders.
3712
3713 2019-08-15 Tom Tromey <tom@tromey.com>
3714
3715 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3716 (show_data): Don't change window visibility.
3717 (tui_gen_win_info::resize): Remove special case for command
3718 window. Use wresize, when available.
3719 (show_source_or_disasm_and_command): Don't change window
3720 visibility.
3721 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3722 <make_visible>: New method.
3723 * tui/tui-command.c (tui_cmd_window::resize): New method.
3724
3725 2019-08-15 Tom Tromey <tom@tromey.com>
3726
3727 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3728 (struct tui_source_windows): New.
3729 * tui/tui-winsource.c (tui_display_main): Update.
3730 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3731 (new_height_ok, parse_scrolling_args): Update.
3732 * tui/tui-layout.c (show_layout, show_data): Update.
3733 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3734 (tui_add_to_source_windows): Don't declare.
3735 * tui/tui-data.c (source_windows, tui_source_windows)
3736 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3737
3738 2019-08-15 Tom Tromey <tom@tromey.com>
3739
3740 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3741 Rename from reset.
3742 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3743 * tui/tui-layout.c (show_source_disasm_command, show_data):
3744 Update.
3745 (tui_gen_win_info::resize): Rename.
3746 (show_source_or_disasm_and_command): Update.
3747 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3748 reset.
3749
3750 2019-08-15 Tom Tromey <tom@tromey.com>
3751
3752 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3753 * tui/tui-interp.c (tui_interp::init): Don't call
3754 tui_initialize_static_data.
3755 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3756
3757 2019-08-15 Tom Tromey <tom@tromey.com>
3758
3759 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3760 examine tui_win_list.
3761
3762 2019-08-15 Tom Tromey <tom@tromey.com>
3763
3764 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3765 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3766 tui_clear_source_content.
3767 (tui_clear_source_content): Remove.
3768 (tui_source_window_base::do_erase_source_content): Hoist call to
3769 content.clear().
3770 * tui/tui-stack.c (tui_show_frame_info): Don't call
3771 tui_clear_source_content.
3772
3773 2019-08-15 Tom Tromey <tom@tromey.com>
3774
3775 * tui/tui-winsource.h (struct tui_source_window_base)
3776 <do_erase_source_content>: New method.
3777 <erase_source_content>: New method.
3778 (tui_erase_source_content): Don't declare.
3779 * tui/tui-winsource.c (tui_clear_source_content): Update.
3780 (tui_source_window_base::do_erase_source_content): Rename from
3781 tui_erase_source_content.
3782 (tui_source_window_base::show_source_content): Update.
3783 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3784 * tui/tui-source.h (struct tui_source_window)
3785 <erase_source_content>: New method.
3786 * tui/tui-disasm.h (struct tui_disasm_window)
3787 <erase_source_content>: New method.
3788
3789 2019-08-15 Tom Tromey <tom@tromey.com>
3790
3791 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3792 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3793 constructor.
3794 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3795 * tui/tui-source.c (tui_set_source_content): Update.
3796 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3797
3798 2019-08-15 Tom Tromey <tom@tromey.com>
3799
3800 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3801 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3802 tui-source.c.
3803 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3804 Declare.
3805 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3806 method.
3807 (tui_source_window::maybe_update): Update.
3808
3809 2019-08-15 Tom Tromey <tom@tromey.com>
3810
3811 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3812 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3813 tui-disasm.c.
3814 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3815 Declare.
3816 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3817 method.
3818 (tui_disasm_window::maybe_update): Update.
3819
3820 2019-08-15 Tom Tromey <tom@tromey.com>
3821
3822 * tui/tui-winsource.h (struct tui_source_window_base)
3823 <maybe_update>: Declare.
3824 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3825 method.
3826 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3827 Declare.
3828 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3829 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3830 Declare.
3831 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3832
3833 2019-08-15 Tom Tromey <tom@tromey.com>
3834
3835 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3836
3837 2019-08-15 Tom Tromey <tom@tromey.com>
3838
3839 * tui/tui-wingeneral.c: Include tui-stack.h.
3840 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3841 (struct tui_locator_window): Move from tui-data.h.
3842 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3843 (tui_initialize_static_data): Move from tui-data.c.
3844 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3845 (struct tui_locator_window): Move to tui-stack.c.
3846 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3847 (tui_initialize_static_data): Move to tui-stack.c.
3848
3849 2019-08-15 Tom Tromey <tom@tromey.com>
3850
3851 * tui/tui-layout.c (show_source_disasm_command)
3852 (show_source_or_disasm_and_command): Use make_visible method, not
3853 tui_make_window.
3854 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3855 Remove.
3856
3857 2019-08-15 Tom Tromey <tom@tromey.com>
3858
3859 * tui/tui-wingeneral.h (tui_make_window): Update.
3860 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3861 parameter.
3862 (tui_gen_win_info::make_visible): Update.
3863 * tui/tui-regs.c (tui_data_window::display_registers_from):
3864 Update.
3865 * tui/tui-layout.c (show_source_disasm_command)
3866 (show_source_or_disasm_and_command): Update.
3867 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3868 (enum tui_box): Remove.
3869 (struct tui_win_info) <can_box>: New method.
3870 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3871 method.
3872
3873 2019-08-15 Tom de Vries <tdevries@suse.de>
3874
3875 * linux-nat-trad.c: Include gdbarch.h.
3876
3877 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3878
3879 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3880 register sizes.
3881
3882 2019-08-14 Tom Tromey <tromey@adacore.com>
3883
3884 * darwin-nat.c: Include gdbarch.h.
3885 * darwin-nat-info.c: Include gdbarch.h.
3886
3887 2019-08-13 Tom Tromey <tom@tromey.com>
3888
3889 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3890 Remove.
3891 * tui/tui-data.c (tui_initialize_static_data): Update.
3892
3893 2019-08-13 Tom Tromey <tom@tromey.com>
3894
3895 * tui/tui-winsource.h (struct tui_exec_info_window)
3896 <~tui_exec_info_window, maybe_allocate_content, get_content,
3897 m_content>: Remove.
3898 (struct tui_source_window_base) <set_exec_info_content,
3899 show_exec_info_content>: Don't declare.
3900 * tui/tui-winsource.c
3901 (tui_exec_info_window::maybe_allocate_content): Remove.
3902 (tui_source_window_base::update_exec_info): Rename from
3903 set_exec_info_content.
3904 (tui_source_window_base::show_exec_info_content)
3905 (tui_source_window_base::update_exec_info): Remove.
3906
3907 2019-08-13 Tom Tromey <tom@tromey.com>
3908
3909 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3910 declare.
3911 * tui/tui-winsource.c (tui_update_source_window_as_is)
3912 (tui_update_source_windows_with_addr, tui_erase_source_content):
3913 Update.
3914 (tui_clear_exec_info_content): Remove.
3915
3916 2019-08-13 Tom Tromey <tom@tromey.com>
3917
3918 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3919 declare.
3920 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3921 call tui_erase_exec_info_content.
3922 (tui_clear_exec_info_content): Rename from
3923 tui_erase_exec_info_content.
3924 (tui_clear_exec_info_content): Delete.
3925
3926 2019-08-13 Tom Tromey <tom@tromey.com>
3927
3928 * tui/tui-winsource.h (struct tui_source_window_base)
3929 <show_exec_info_content>: Declare.
3930 (tui_show_exec_info_content): Don't declare.
3931 * tui/tui-winsource.c
3932 (tui_source_window_base::show_exec_info_content): Rename from
3933 tui_show_exec_info_content.
3934 (tui_source_window_base::update_exec_info): Update.
3935
3936 2019-08-13 Tom Tromey <tom@tromey.com>
3937
3938 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3939 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3940 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3941 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3942 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3943 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3944 ... here.
3945
3946 2019-08-13 Tom Tromey <tom@tromey.com>
3947
3948 * tui/tui-winsource.h (struct tui_source_window_base)
3949 <update_exec_info>: Declare.
3950 (tui_update_exec_info): Don't declare.
3951 * tui/tui-winsource.c (tui_update_source_window_as_is)
3952 (tui_source_window_base::refresh_all)
3953 (tui_update_all_breakpoint_info): Update.
3954 (tui_source_window_base::update_exec_info): Rename from
3955 tui_update_exec_info.
3956 * tui/tui-stack.c (tui_show_frame_info): Update.
3957
3958 2019-08-13 Tom Tromey <tom@tromey.com>
3959
3960 * tui/tui-winsource.h (struct tui_source_window_base)
3961 <set_exec_info_content>: Declare.
3962 (tui_set_exec_info_content): Don't declare.
3963 * tui/tui-winsource.c
3964 (tui_source_window_base::set_exec_info_content): Rename from
3965 tui_set_exec_info_content.
3966 (tui_update_exec_info): Update.
3967
3968 2019-08-13 Tom Tromey <tom@tromey.com>
3969
3970 * tui/tui-winsource.h (struct tui_source_window_base)
3971 <show_source_content>: Declare.
3972 (tui_show_source_content): Don't declare.
3973 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3974 (tui_source_window_base::show_source_content): Rename from
3975 tui_show_source_content.
3976 (tui_source_window_base::refresh_all): Update.
3977 * tui/tui-layout.c (show_source_disasm_command)
3978 (show_source_or_disasm_and_command): Update.
3979
3980 2019-08-13 Tom Tromey <tom@tromey.com>
3981
3982 * tui/tui-winsource.c (tui_erase_source_content)
3983 (tui_show_source_content, tui_source_window_base::refresh_all):
3984 Update.
3985 * tui/tui-wingeneral.h
3986 (tui_check_and_display_highlight_if_needed): Don't declare.
3987 * tui/tui-wingeneral.c
3988 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3989 check_and_display_highlight_if_needed.
3990 * tui/tui-win.c (tui_rehighlight_all)
3991 (tui_win_info::make_visible_with_new_height): Update.
3992 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3993 (tui_data_window::erase_data_content)
3994 (tui_data_window::display_all_data): Update.
3995 * tui/tui-data.h (struct tui_win_info)
3996 <check_and_display_highlight_if_needed>: Declare.
3997
3998 2019-08-13 Tom Tromey <tom@tromey.com>
3999
4000 * tui/tui-win.c (tui_resize_all): Call
4001 tui_delete_invisible_windows.
4002 * tui/tui-layout.c (show_layout): Call
4003 tui_delete_invisible_windows.
4004 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4005 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4006
4007 2019-08-13 Tom Tromey <tom@tromey.com>
4008
4009 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4010 tui_add_win_to_layout.
4011
4012 2019-08-13 Tom Tromey <tom@tromey.com>
4013
4014 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4015 * tui/tui-layout.c (tui_default_win_height): Now static.
4016
4017 2019-08-13 Tom Tromey <tom@tromey.com>
4018
4019 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4020 single switch.
4021 (show_source_disasm_command, show_source_or_disasm_and_command):
4022 Don't check current layout.
4023
4024 2019-08-13 Tom Tromey <tom@tromey.com>
4025
4026 * tui/tui-wingeneral.c (make_all_visible): Remove.
4027 (tui_make_all_invisible): Simplify.
4028 * tui/tui-layout.c (tui_make_all_invisible): Move from
4029 tui-wingeneral.c; simplify.
4030 (show_layout): Hoist call to tui_make_all_invisible.
4031 (show_data): Don't call tui_make_all_invisible.
4032
4033 2019-08-13 Tom Tromey <tom@tromey.com>
4034
4035 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4036 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4037
4038 2019-08-13 Tom Tromey <tom@tromey.com>
4039
4040 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4041 tui-data.c.
4042 (show_source_disasm_command, show_data)
4043 (show_source_or_disasm_and_command): Don't use
4044 tui_set_current_layout_to.
4045 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4046 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4047 tui-layout.c.
4048 (tui_set_current_layout_to): Remove.
4049
4050 2019-08-13 Tom Tromey <tom@tromey.com>
4051
4052 * tui/tui-layout.c (tui_set_layout): Update.
4053 * tui/tui-data.h (struct tui_layout_def): Remove.
4054 (tui_layout_def): Don't declare.
4055 * tui/tui-data.c (layout_def): Remove.
4056 (tui_layout_def): Remove.
4057
4058 2019-08-13 Tom Tromey <tom@tromey.com>
4059
4060 * tui/tui-winsource.h (struct tui_source_window_base)
4061 <clear_detail>: No longer "override".
4062 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4063 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4064 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4065 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4066 Remove.
4067 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4068
4069 2019-08-13 Tom Tromey <tromey@adacore.com>
4070
4071 * tracepoint.c: Don't include readline.h or history.h.
4072
4073 2019-08-12 Tom Tromey <tom@tromey.com>
4074
4075 * configure: Rebuild.
4076 * configure.ac: Check for readline 7.
4077 * NEWS: Mention readline 7 requirement.
4078 * README: Update.
4079
4080 2019-08-12 Tom Tromey <tom@tromey.com>
4081
4082 * mingw-hdep.c (gdb_select): Remove readline hack.
4083
4084 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4085
4086 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4087 when the function fails.
4088
4089 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4090
4091 * s390-tdep.c (s390_type_align): New function.
4092 (s390_gdbarch_init): Set it as type_align gdbarch method.
4093
4094 2019-08-09 Tom de Vries <tdevries@suse.de>
4095
4096 PR gdb/24591
4097 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4098 pc_low with relocation offset.
4099
4100 2019-08-07 Tom Tromey <tromey@adacore.com>
4101
4102 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4103 (print_frame_args): Update.
4104 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4105 Update.
4106 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4107 * frame.h (struct frame_arg): Add initializers.
4108 <error>: Now a unique_xmalloc_ptr.
4109
4110 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4111
4112 * NEWS: Expand the Pointer Authentication entry.
4113 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4114 (aarch64_frame_unmask_lr): ... to this.
4115 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4116 Call aarch64_frame_unmask_lr.
4117 * frame.c (struct frame_info): Add "masked" variable.
4118 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4119 (fprint_frame): Check for masked pc.
4120 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4121 declarations.
4122 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4123 * stack.c (print_frame): Check for masked pc.
4124
4125 2019-08-06 Tom Tromey <tom@tromey.com>
4126
4127 * stabsread.c (patch_block_stabs, read_one_struct_field)
4128 (read_enum_type): Use obstack_strndup.
4129 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4130 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4131 * dwarf2read.c (guess_full_die_structure_name)
4132 (anonymous_struct_prefix): Use obstack_strndup.
4133 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4134 * c-exp.y (yylex): Use obstack_strndup.
4135 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4136 (write_var_or_type): Use obstack_strndup.
4137
4138 2019-08-06 Tom Tromey <tom@tromey.com>
4139
4140 * symfile.c (reread_symbols): Use obstack_strdup.
4141 * stabsread.c (read_type): Use obstack_strdup.
4142 * gdb_obstack.h (obstack_strdup): New overload.
4143 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4144 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4145 (dwarf2_canonicalize_name): Use obstack_strdup.
4146 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4147 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4148 Use obstack_strdup.
4149
4150 2019-08-06 Tom Tromey <tom@tromey.com>
4151
4152 * gdb_obstack.h (obstack_strdup): Define.
4153 * gdb_obstack.c (obstack_strdup): Don't define.
4154
4155 2019-08-06 Tom Tromey <tom@tromey.com>
4156
4157 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4158 obstack_strdup.
4159 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4160 obstack_strdup.
4161 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4162 * stabsread.c (common_block_start): Use obstack_strdup.
4163 * objfiles.c (set_objfile_main_name, objfile): Use
4164 obstack_strdup.
4165 * namespace.c (add_using_directive): Use obstack_strdup.
4166 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4167 * jit.c (finalize_symtab): Use obstack_strdup.
4168 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4169 (guess_partial_die_structure_name, partial_die_info::fixup)
4170 (dwarf2_name): Use obstack_strdup.
4171 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4172 obstack_strdup.
4173 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4174 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4175 obstack_strdup.
4176 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4177
4178 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4179
4180 * unittests/help-doc-selftests.c: New file.
4181 * Makefile.in: Add the new file.
4182
4183 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4184
4185 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4186 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4187 the full first line, except when FOR_VALUE_PREFIX. In this case,
4188 the trailing '.' is not output, and the first character is uppercased.
4189 (print_help_for_command): Update call to print_doc_line.
4190 (print_doc_of_command): Likewise.
4191 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4192 * cli/cli-option.c (append_indented_doc): Do not append newline.
4193 (build_help_option): Append newline after first appended_indented_doc
4194 only if a second call is done.
4195 (build_help): Append 2 new lines before each option, except the first
4196 one.
4197 * compile/compile.c (_initialize_compile): Add new lines after
4198 %OPTIONS%, when not at the end of the help.
4199 Change help doc or code
4200 producing the help doc to respect the invariants.
4201 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4202 Also removed the new line after 'Options:', as all other commands
4203 do not put an empty line between 'Options:' and the first option.
4204 * printcmd.c (_initialize_printcmd): Likewise.
4205 * stack.c (_initialize_stack): Likewise.
4206 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4207 incorrectly telling COMMAND is optional.
4208 * ada-lang.c (_initialize_ada_language): Change help doc or code
4209 producing the help doc to respect the invariants.
4210 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4211 * breakpoint.c (_initialize_breakpoint): Likewise.
4212 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4213 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4214 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4215 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4216 _initialize_cli_style): Likewise.
4217 * corelow.c (core_target_info): Likewise.
4218 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4219 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4220 * filesystem.c (_initialize_filesystem): Likewise.
4221 * frame.c (_initialize_frame): Likewise.
4222 * gnu-nat.c (add_task_commands): Likewise.
4223 * infcall.c (_initialize_infcall): Likewise.
4224 * infcmd.c (_initialize_infcmd): Likewise.
4225 * interps.c (_initialize_interpreter): Likewise.
4226 * language.c (_initialize_language): Likewise.
4227 * linux-fork.c (_initialize_linux_fork): Likewise.
4228 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4229 * maint.c (_initialize_maint_cmds): Likewise.
4230 * memattr.c (_initialize_mem): Likewise.
4231 * printcmd.c (_initialize_printcmd): Likewise.
4232 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4233 _RegEx): Likewise.
4234 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4235 * record-btrace.c (_initialize_record_btrace): Likewise.
4236 * record-full.c (_initialize_record_full): Likewise.
4237 * record.c (_initialize_record): Likewise.
4238 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4239 * regcache.c (_initialize_regcache): Likewise.
4240 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4241 _initialize_remote): Likewise.
4242 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4243 * serial.c (_initialize_serial): Likewise.
4244 * skip.c (_initialize_step_skip): Likewise.
4245 * source.c (_initialize_source): Likewise.
4246 * stack.c (_initialize_stack): Likewise.
4247 * symfile.c (_initialize_symfile): Likewise.
4248 * symtab.c (_initialize_symtab): Likewise.
4249 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4250 * top.c (init_main): Likewise.
4251 * tracefile-tfile.c (tfile_target_info): Likewise.
4252 * tracepoint.c (_initialize_tracepoint): Likewise.
4253 * tui/tui-win.c (_initialize_tui_win): Likewise.
4254 * utils.c (add_internal_problem_command): Likewise.
4255 * valprint.c (value_print_option_defs): Likewise.
4256
4257 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4258
4259 PR build/24886
4260 * configure.ac: Drop enable-libmcheck support.
4261 * configure, config.in: Rebuild.
4262 * libmcheck.m4: Remove.
4263 * acinclude.m4: Don't include it.
4264 * Makefile.in: Don't distribute it.
4265 * top.c (print_gdb_configuration): Don't mention it.
4266
4267 2019-08-06 Tom Tromey <tom@tromey.com>
4268
4269 * utils.c (set_output_style): Sometimes pass stream to
4270 emit_style_escape.
4271 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4272 * record-btrace.c (btrace_insn_history): Update.
4273 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4274 method.
4275 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4276 Update initializers.
4277 <m_uiout>: New field.
4278 <m_di>: Move lower.
4279 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4280 Remove "uiout" parameter.
4281 (dump_insns): Update.
4282 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4283 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4284
4285 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4286
4287 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4288 (error_in_psymtab_expansion): Likewise.
4289 (lookup_symbol_via_quick_fns): Likewise.
4290 (basic_lookup_transparent_type_quick): Likewise.
4291 (basic_lookup_transparent_type_1): Likewise.
4292
4293 2019-08-06 Tom Tromey <tromey@adacore.com>
4294
4295 * source.c (last_source_error): Now bool.
4296 (print_source_lines_base): Make "noprint" bool. Only open
4297 source file when last_source_visited changes.
4298
4299 2019-08-06 Tom Tromey <tromey@adacore.com>
4300
4301 * annotate.c (annotate_source_line): Use g_source_cache.
4302 * source-cache.c (source_cache::get_plain_source_lines): Change
4303 parameters. Populate m_offset_cache.
4304 (source_cache::ensure): New method.
4305 (source_cache::get_line_charpos): New method.
4306 (extract_lines): Move lower. Change parameters.
4307 (source_cache::get_source_lines): Move lower.
4308 * source-cache.h (class source_cache): Update comment.
4309 <get_line_charpos>: New method.
4310 <get_source_lines>: Update comment.
4311 <clear>: Clear m_offset_cache.
4312 <get_plain_source_lines>: Change parameters.
4313 <ensure>: New method
4314 <m_offset_cache>: New member.
4315 * source.c (forget_cached_source_info_for_objfile): Update.
4316 (info_source_command): Use g_source_cache.
4317 (find_source_lines, open_source_file_with_line_charpos): Remove.
4318 (print_source_lines_base, search_command_helper): Use g_source_cache.
4319 * source.h (open_source_file_with_line_charpos): Don't declare.
4320 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4321 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4322 Use g_source_cache.
4323
4324 2019-08-06 Tom Tromey <tromey@adacore.com>
4325
4326 * source-cache.c (source_cache::get_plain_source_lines):
4327 Remove "first_line" and "last_line" parameters.
4328 (source_cache::get_source_lines): Cache plain text.
4329 * source-cache.h (class source_cache)
4330 <get_plain_source_lines>: Update.
4331
4332 2019-08-06 Tom Tromey <tromey@adacore.com>
4333
4334 * source-cache.c (extract_lines): No longer a method.
4335 Changed type of parameter. Include final newline.
4336 (selftests::extract_lines_test): New function.
4337 (_initialize_source_cache): Likewise.
4338 * source-cache.h (class source_cache)
4339 <extract_lines>: Don't declare.
4340
4341 2019-08-06 Tom Tromey <tromey@adacore.com>
4342
4343 * breakpoint.c (init_breakpoint_sal): Update.
4344 (breakpoint): Update.
4345 * breakpoint.h (struct breakpoint) <filter>: Now a
4346 unique_xmalloc_ptr.
4347
4348 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4349
4350 * NEWS: Mention dictionary access on blocks.
4351 * python/py-block.c (blpy_getitem): New function.
4352 (block_object_as_mapping): New struct.
4353 (block_object_type): Use new struct for tp_as_mapping field.
4354
4355 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4356
4357 * objfiles.h (objfile): Add a comment describing partial symbols.
4358
4359 2019-08-05 Tom Tromey <tromey@adacore.com>
4360
4361 * compile/compile.c (_initialize_compile): Use _(), not N_().
4362 * thread.c (_initialize_thread): Use _(), not N_().
4363 * stack.c (_initialize_stack): Use _(), not N_().
4364 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4365
4366 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4367
4368 * dwarf2read.c (struct dw2_symtab_iterator):
4369 <want_specific_block>: Remove.
4370 <block_index>: Change type to gdb::optional.
4371 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4372 change type of BLOCK_INDEX parameter to gdb::optional.
4373 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4374 (dw2_lookup_symbol): Don't pass argument for
4375 WANT_SPECIFIC_BLOCK.
4376 (dw2_expand_symtabs_for_function): Don't pass argument for
4377 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4378 (class dw2_debug_names_iterator)
4379 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4380 parameter, change BLOCK_INDEX type to gdb::optional.
4381 <m_want_specific_block>: Remove.
4382 <m_block_index>: Change type to gdb::optional.
4383 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4384 gdb::optional. Re-write in function of gdb::optional.
4385 (dw2_debug_names_lookup_symbol): Don't pass argument for
4386 WANT_SPECIFIC_BLOCK.
4387 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4388 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4389 BLOCK_INDEX.
4390
4391 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4392
4393 * NEWS: Mention changes to "info sources" command.
4394
4395 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4396
4397 * symtab.c (filename_partial_match_opts): New struct type.
4398 (struct output_source_filename_data): New members
4399 regexp, c_regexp, partial_match.
4400 (output_source_filename): Use new members to decide to print file.
4401 (info_sources_option_defs): New variable.
4402 (make_info_sources_options_def_group, print_info_sources_header,
4403 info_sources_command_completer):
4404 New functions.
4405 (info_sources_command): Read new optional arguments.
4406 (_initialize_symtab): Update info sources help.
4407
4408 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4409
4410 * ada-lang.c (exception_support_info_v0): Renamed from...
4411 (default_exception_support_info): ... this. Create new
4412 definition for v1.
4413 (ada_has_this_exception_support): Look up catch_handlers_sym.
4414 (ada_exception_support_info_sniffer): Try v0 after default.
4415
4416 2019-08-01 Tom Tromey <tromey@adacore.com>
4417
4418 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4419 gdbarch.h.
4420
4421 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4422
4423 * s12z-tdep.c: Fix include path for s12z-opc.h.
4424
4425 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4426
4427 * NEWS: Require GNU make 3.82.
4428
4429 2019-07-16 Tom Tromey <tom@tromey.com>
4430
4431 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4432 declare.
4433
4434 2019-07-30 Tom Tromey <tromey@adacore.com>
4435
4436 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4437
4438 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4439
4440 * printcmd.c (print_address_symbolic): Print negative offsets.
4441 (build_address_symbolic): Force signed arithmetic when computing
4442 offset.
4443
4444 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4445
4446 PR/24474: Add a function to lookup static variables.
4447 * NEWS: Mention this new function.
4448 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4449 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4450 * python/python.c (python_GdbMethods): Add new function.
4451
4452 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4453
4454 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4455 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4456 (objfpy_lookup_static_symbol): New function.
4457 (objfile_object_methods): Add new functions.
4458
4459 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4460
4461 * NEWS: Mention 'set|show print frame-info'. Mention new
4462 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4463 backtrace argument. Mention that python frame filtering code
4464 is now consistent with what 'backtrace' command prints.
4465
4466 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4467
4468 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4469 comments.
4470 (print_frame_info_auto, print_frame_info_source_line,
4471 print_frame_info_location, print_frame_info_source_and_location,
4472 print_frame_info_location_and_address, print_frame_info_short_location):
4473 New declarations.
4474 (struct frame_print_options): New member print_frame_info.
4475 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4476 * stack.h (get_user_print_what_frame_info): New declaration.
4477 (frame_show_address): New declaration.
4478 * stack.c (print_frame_arguments_choices): New value 'presence'.
4479 (print_frame_info_auto, print_frame_info_source_line,
4480 print_frame_info_location, print_frame_info_source_and_location,
4481 print_frame_info_location_and_address, print_frame_info_short_location,
4482 print_frame_info_choices, print_frame_info_print_what): New definitions.
4483 (print_frame_args): Only print dots for args if print frame-arguments
4484 is 'presence'.
4485 (frame_print_option_defs): New element for "frame-info".
4486 (get_user_print_what_frame_info): New function.
4487 (frame_show_address): Make non static. Move comment to stack.h.
4488 (print_frame_info_to_print_what): New function.
4489 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4490 to decide what to print.
4491 (backtrace_command_1): Handle the new print_frame_arguments_presence
4492 value.
4493 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4494 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4495 (py_print_frame): In non-mi mode, use LOCATION as default for
4496 print_what, similarly to frame information printed directly by
4497 backtrace command. Handle frame-info user option in non MI mode.
4498
4499 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4500
4501 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4502 Add case for debugging 32-bit target on 64-bit host. Revise
4503 comment.
4504
4505 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4506
4507 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4508 instead of find_function_entry_range_from_pc.
4509
4510 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4511
4512 * stack.c (find_frame_funname): Remove code which preferred
4513 minsym over symtab sym in "certain pathological cases".
4514
4515 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4516 parameter. Change type of "do_demangle" to bool.
4517 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4518 Pass suitable "prefer_sym_over_minsym" flag to
4519 build_address_symbolic(). Don't output "+" for negative offsets.
4520 * printcmd.c (print_address_symbolic): Update invocation of
4521 build_address_symbolic to include a "prefer_sym_over_minsym"
4522 flag.
4523 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4524 Restrict cases in which use of minimal symbol is preferred to that
4525 of a found symbol. Update comments.
4526
4527 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4528 for entry pc when entry pc is out of range for that FDE.
4529
4530 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4531
4532 PR gdb/24839:
4533 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4534 type.
4535
4536 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4537
4538 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4539 this function's Python signature.
4540
4541
4542 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4543
4544 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4545 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4546 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4547 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4548 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4549
4550
4551 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4552
4553 * h8300-tdep.c (h8300_register_name_common): New.
4554 h8300_register_name): Use h8300_register_name_common.
4555 (h8300s_register_name): Likewise.
4556 (h8300sx_register_name): Likewise.
4557 (h8300h_register_nam): New.
4558 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4559
4560
4561 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4562
4563 * arm-tdep.c (arm_skip_cmse_entry): New function.
4564 (arm_is_sgstubs_section): New function.
4565 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4566
4567 2019-07-22 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4570 Don't self-assign.
4571
4572 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4573
4574 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4575 type_print.
4576
4577 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4580 so that GDB doesn't match any msymbols when searching in the
4581 TYPES_DOMAIN.
4582 (print_symbol_info): Print using typedef_print or type_print based
4583 on the type of the symbol. Add updated FIXME comment moved from...
4584 (_initialize_symtab): ... move and update FIXME comment to above.
4585
4586 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * NEWS: Mention adding -q option to "info types".
4589 * symtab.c (struct info_types_options): New struct.
4590 (info_types_options_defs): New variable.
4591 (make_info_types_options_def_group): New function.
4592 (info_types_command): Use gdb::option framework to parse options.
4593 (info_types_command_completer): New function.
4594 (_initialize_symtab): Extend the help text on "info types" and
4595 register command completer.
4596
4597 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4598
4599 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4600 (lookup_symbol_in_objfile): Change int to block_enum and add a
4601 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4602
4603 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4604
4605 * MAINTAINERS (Write After Approval): Add self.
4606
4607 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4608
4609 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4610 instruction to the dummy code region.
4611
4612 2019-07-19 Tom Tromey <tromey@adacore.com>
4613
4614 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4615 (ARGSUSED, PARAMS, __func__): Remove rules.
4616
4617 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4618
4619 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4620 * features/arm/arm-with-iwmmxt.c: Remove.
4621 * features/arm/arm-with-iwmmxt.xml: Remove.
4622 * features/arm/arm-with-m-fpa-layout.c: Remove.
4623 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4624 * features/arm/arm-with-m-vfp-d16.c: Remove.
4625 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4626 * features/arm/arm-with-m.c: Remove.
4627 * features/arm/arm-with-m.xml: Remove.
4628 * features/arm/arm-with-neon.c: Remove.
4629 * features/arm/arm-with-neon.xml: Remove.
4630 * features/arm/arm-with-vfpv2.c: Remove.
4631 * features/arm/arm-with-vfpv2.xml: Remove.
4632 * features/arm/arm-with-vfpv3.c: Remove.
4633 * features/arm/arm-with-vfpv3.xml: Remove.
4634
4635 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4636
4637 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4638
4639 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4640
4641 * arch/aarch32.c (aarch32_create_target_description): Create
4642 target descriptions using features.
4643 * arch/arm.c (arm_create_target_description)
4644 (arm_create_mprofile_target_description): Likewise.
4645 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4646
4647 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4648
4649 * Makefile.in: Add new files.
4650 * aarch32-tdep.c: New file.
4651 * aarch32-tdep.h: New file.
4652 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4653 Call aarch32_read_description.
4654 * arch/aarch32.c: New file.
4655 * arch/aarch32.h: New file.
4656 * arch/arm.c (arm_create_target_description)
4657 (arm_create_mprofile_target_description): New function.
4658 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4659 (arm_create_target_description)
4660 (arm_create_mprofile_target_description): New declaration.
4661 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4662 read_description functions.
4663 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4664 Likewise.
4665 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4666 * arm-tdep.c (tdesc_arm_list): New variable.
4667 (arm_register_g_packet_guesses): Call create description functions.
4668 (arm_read_description) (arm_read_mprofile_description): New
4669 function.
4670 * arm-tdep.h (arm_read_description)
4671 (arm_read_mprofile_description): Add declaration.
4672 * configure.tgt: Add new files.
4673
4674 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4675
4676 * top.c (new_ui_command): Open specified terminal just once.
4677
4678 2019-07-18 Tom Tromey <tromey@adacore.com>
4679
4680 * symtab.c (main_name): Constify return type.
4681 * symfile.c (set_initial_language): Update.
4682 * symtab.h (main_name): Constify return type.
4683
4684 2019-07-17 Tom Tromey <tom@tromey.com>
4685
4686 * tui/tui-winsource.c (tui_update_source_window)
4687 (tui_update_source_window_as_is)
4688 (tui_update_source_windows_with_line): Remove return.
4689 * tui/tui-disasm.c (tui_show_disassem)
4690 (tui_show_disassem_and_update_source): Remove return.
4691 * tui/tui.c (tui_reset): Remove return.
4692 * tui/tui-wingeneral.c
4693 (tui_check_and_display_highlight_if_needed): Remove return.
4694
4695 2019-07-17 Tom Tromey <tom@tromey.com>
4696
4697 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4698
4699 2019-07-17 Tom Tromey <tom@tromey.com>
4700
4701 * tui/tui-winsource.h (struct tui_exec_info_window)
4702 (struct tui_source_window_base): Move from tui-data.h.
4703 * tui/tui-winsource.c: Move many method definitions from
4704 elsewhere. Remove "structuring" comments.
4705 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4706 (tui_source_window_base::refresh_window): Move to
4707 tui-winsource.c.
4708 * tui/tui-win.c (tui_source_window_base::refresh_all)
4709 (tui_source_window_base::update_tab_width)
4710 (tui_source_window_base::set_new_height)
4711 (tui_source_window_base::do_make_visible_with_new_height): Move to
4712 tui-winsource.c.
4713 * tui/tui-source.h: Update.
4714 * tui/tui-source.c (tui_source_window_base::reset): Move to
4715 tui-winsource.c.
4716 * tui/tui-disasm.h: Update.
4717 * tui/tui-data.h (struct tui_exec_info_window): Move to
4718 tui-winsource.h.
4719 (struct tui_source_window_base): Likewise.
4720 * tui/tui-data.c (tui_source_window_base::clear_detail)
4721 (tui_source_window_base, ~tui_source_window_base): Move to
4722 tui-winsource.c.
4723
4724 2019-07-17 Tom Tromey <tom@tromey.com>
4725
4726 * tui/tui-win.c (tui_resize_all)
4727 (tui_source_window_base::update_tab_width)
4728 (tui_adjust_win_heights): Update.
4729 (tui_win_info::make_invisible_and_set_new_height): Rename from
4730 make_invisible_and_set_new_height.
4731 * tui/tui-data.h (struct tui_win_info)
4732 <make_invisible_and_set_new_height>: New method.
4733
4734 2019-07-17 Tom Tromey <tom@tromey.com>
4735
4736 * tui/tui.c: Update.
4737 * tui/tui-source.h (struct tui_source_window): Move from
4738 tui-data.h.
4739 * tui/tui-layout.c: Update.
4740 * tui/tui-disasm.c: Update.
4741 * tui/tui-data.h (struct tui_source_window): Move to
4742 tui-source.h.
4743
4744 2019-07-17 Tom Tromey <tom@tromey.com>
4745
4746 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4747 tui-data.h.
4748 * tui/tui-data.h (struct tui_disasm_window): Move to
4749 tui-disasm.h.
4750
4751 2019-07-17 Tom Tromey <tom@tromey.com>
4752
4753 * tui/tui-regs.h (struct tui_data_item_window): Move from
4754 tui-data.h.
4755 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4756 * tui/tui-data.h (struct tui_data_item_window): Move to
4757 tui-regs.h.
4758 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4759
4760 2019-07-17 Tom Tromey <tom@tromey.com>
4761
4762 * tui/tui.c: Update.
4763 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4764 (tui_cmd_window::max_height): Move to tui-command.c.
4765 * tui/tui-layout.c: Update.
4766 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4767 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4768 tui-command.c.
4769 * tui/tui-command.h (struct tui_cmd_window): Move from
4770 tui-data.h.
4771 * tui/tui-command.c: Remove "structuring" comments.
4772 (tui_cmd_window::clear_detail)
4773 (tui_cmd_window::do_make_visible_with_new_height)
4774 (tui_cmd_window::max_height): Move from elsewhere.
4775
4776 2019-07-17 Tom Tromey <tom@tromey.com>
4777
4778 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4779 Now static.
4780 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4781 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4782
4783 2019-07-17 Tom Tromey <tom@tromey.com>
4784
4785 * tui/tui.c: Update.
4786 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4787 tui-regs.c.
4788 * tui/tui-windata.h: Remove file.
4789 * tui/tui-windata.c: Remove file.
4790 * tui/tui-win.c (tui_data_window::set_new_height)
4791 (tui_data_window::do_make_visible_with_new_height): Move to
4792 tui-regs.c.
4793 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4794 * tui/tui-regs.c: Remove "structuring" comments.
4795 (tui_data_window::first_data_item_displayed)
4796 (tui_data_window::delete_data_content_windows)
4797 (tui_data_window::erase_data_content)
4798 (tui_data_window::display_all_data)
4799 (tui_data_window::refresh_all)
4800 (tui_data_window::do_scroll_vertical)
4801 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4802 (tui_data_window::do_make_visible_with_new_height)
4803 (tui_data_window::refresh_window): Move from elsewhere.
4804 (_initialize_tui_regs): Move to end of file.
4805 * tui/tui-layout.c: Update.
4806 * tui/tui-hooks.c: Update.
4807 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4808 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4809 tui-regs.c.
4810 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4811
4812 2019-07-17 Tom Tromey <tom@tromey.com>
4813
4814 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4815 seen.
4816
4817 2019-07-17 Tom Tromey <tom@tromey.com>
4818
4819 * tui/tui-win.c (tui_source_window_base::set_new_height)
4820 (tui_source_window_base::do_make_visible_with_new_height): Use
4821 m_has_locator field directly.
4822 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4823 method.
4824 (struct tui_source_window_base) <has_locator>: Likewise.
4825
4826 2019-07-17 Tom Tromey <tom@tromey.com>
4827
4828 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4829 Don't declare.
4830 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4831 Remove.
4832 * tui/tui-win.c (tui_source_window_base::set_new_height)
4833 (tui_source_window_base::set_new_height)
4834 (make_invisible_and_set_new_height)
4835 (tui_source_window_base::do_make_visible_with_new_height)
4836 (tui_source_window_base::do_make_visible_with_new_height):
4837 Update.
4838 * tui/tui-layout.c (show_source_disasm_command, show_data)
4839 (show_source_or_disasm_and_command): Update.
4840 * tui/tui-layout.c (show_layout): Update.
4841
4842 2019-07-17 Tom Tromey <tom@tromey.com>
4843
4844 * tui/tui-layout.c (make_data_window): Remove.
4845 (show_data): Unify creation and re-initialization cases.
4846
4847 2019-07-17 Tom Tromey <tom@tromey.com>
4848
4849 * tui/tui-layout.c (make_source_window, make_disasm_window):
4850 Remove.
4851 (show_data): Unify creation and re-initialization cases.
4852
4853 2019-07-17 Tom Tromey <tom@tromey.com>
4854
4855 * tui/tui-layout.c (make_command_window): Remove.
4856 (show_source_disasm_command, show_source_or_disasm_and_command):
4857 Unify creation and re-initialization cases.
4858
4859 2019-07-17 Tom Tromey <tom@tromey.com>
4860
4861 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4862 creation and re-initialization cases.
4863
4864 2019-07-17 Tom Tromey <tom@tromey.com>
4865
4866 * tui/tui-regs.c (tui_get_register): Return void.
4867
4868 2019-07-17 Tom Tromey <tom@tromey.com>
4869
4870 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4871 Simplify.
4872
4873 2019-07-17 Tom Tromey <tom@tromey.com>
4874
4875 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4876 resetting.
4877
4878 2019-07-17 Tom Tromey <tom@tromey.com>
4879
4880 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4881 * tui/tui-regs.c (tui_reg_layout): New function.
4882 (tui_show_registers, tui_reg_command): Use it.
4883 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4884 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4885 parameters.
4886 (tui_layout_command): Remove.
4887
4888 2019-07-17 Tom Tromey <tom@tromey.com>
4889
4890 * tui/tui-layout.h (tui/tui-layout): Return void.
4891 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4892
4893 2019-07-17 Tom Tromey <tom@tromey.com>
4894
4895 * tui/tui-layout.c (show_source_disasm_command, show_data):
4896 Update.
4897 (reset_locator): Remove.
4898 (show_source_or_disasm_and_command): Update.
4899
4900 2019-07-17 Tom Tromey <tom@tromey.com>
4901
4902 * tui/tui-source.c (tui_source_window_base::reset): Remove
4903 win_type parameter.
4904 * tui/tui-layout.c (make_command_window, make_source_window)
4905 (make_disasm_window, make_data_window)
4906 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4907 (reset_locator, show_source_or_disasm_and_command): Update.
4908 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4909 win_type parameter.
4910 (struct tui_source_window_base) <reset>: Likewise.
4911
4912 2019-07-17 Tom Tromey <tom@tromey.com>
4913
4914 * tui/tui-layout.c (show_source_disasm_command): Use
4915 reset_locator.
4916 (reset_locator): New function.
4917 (init_and_make_win): Remove.
4918 (show_source_or_disasm_and_command): Use reset_locator.
4919
4920 2019-07-17 Tom Tromey <tom@tromey.com>
4921
4922 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4923 condition.
4924 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4925 Remove condition.
4926 * tui/tui-source.c (tui_source_window_base::reset): New method.
4927 * tui/tui-layout.c (make_command_window): Don't call
4928 init_and_make_win.
4929 (make_source_window, make_disasm_window): Don't call
4930 make_source_or_disasm_window.
4931 (make_data_window): Don't call init_and_make_win. Change calling
4932 convention.
4933 (show_source_disasm_command, show_data): Simplify.
4934 (make_source_or_disasm_window): Remove.
4935 (show_source_or_disasm_and_command): Simplify.
4936 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4937 (struct tui_source_window_base) <reset>: Likewise.
4938 <execution_info>: Remove initializer.
4939 * tui/tui-data.c (tui_source_window_base): Initialize
4940 execution_info.
4941
4942 2019-07-17 Tom Tromey <tom@tromey.com>
4943
4944 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4945 variable.
4946
4947 2019-07-17 Tom Tromey <tom@tromey.com>
4948
4949 * tui/tui.c (tui_rl_other_window): Update.
4950 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4951 superclass method first. Always iterate over regs_content.
4952 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4953 method.
4954 * tui/tui-win.c (tui_set_focus_command): Update.
4955
4956 2019-07-17 Tom Tromey <tom@tromey.com>
4957
4958 * tui/tui-win.c (tui_set_focus_command): Rename from
4959 tui_set_focus. Call tui_enable.
4960 (tui_set_focus_command): Remove.
4961
4962 2019-07-17 Tom Tromey <tom@tromey.com>
4963
4964 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4965 refresh_window.
4966 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4967 touchwin.
4968 (tui_data_window::refresh_window): Call refresh_window on data
4969 items. Always call superclass refresh_window.
4970 (tui_win_info::refresh): Remove.
4971 (tui_source_window_base::refresh_window): Update.
4972 (tui_refresh_all): Update.
4973 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4974 refresh_window.
4975 (show_source_or_disasm_and_command): Likewise.
4976 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4977 (struct tui_source_window_base) <refresh>: Likewise.
4978
4979 2019-07-17 Tom Tromey <tom@tromey.com>
4980
4981 * tui/tui-winsource.c (tui_clear_source_content)
4982 (tui_show_source_content): Update.
4983 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4984 whether content is empty.
4985 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4986 Remove.
4987
4988 2019-07-17 Tom Tromey <tom@tromey.com>
4989
4990 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4991 window's contents.
4992 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
4993 * tui/tui-source.c (tui_set_source_content_nil): Remove.
4994
4995 2019-07-17 Tom Tromey <tom@tromey.com>
4996
4997 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
4998 (struct tui_data_item_window): Update.
4999
5000 2019-07-17 Tom Tromey <tom@tromey.com>
5001
5002 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5003 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5004 defines.
5005
5006 2019-07-17 Tom Tromey <tom@tromey.com>
5007
5008 * tui/tui-winsource.h (tui_erase_source_content)
5009 (tui_clear_source_content): Remove "display_prompt" parameter.
5010 * tui/tui-winsource.c (tui_update_source_window_as_is)
5011 (tui_update_source_windows_with_addr): Update.
5012 (tui_clear_source_content): Remove "display_prompt" parameter.
5013 (tui_erase_source_content): Likewise. Simplify.
5014 (tui_show_source_content): Update.
5015 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5016 * tui/tui-stack.c (tui_show_frame_info): Update.
5017 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5018 Remove defines.
5019
5020 2019-07-17 Tom Tromey <tom@tromey.com>
5021
5022 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5023 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5024 parameter.
5025 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5026 parameter.
5027
5028 2019-07-17 Tom Tromey <tom@tromey.com>
5029
5030 * tui/tui-winsource.c (tui_clear_source_content)
5031 (tui_show_source_content, tui_show_exec_info_content)
5032 (tui_clear_exec_info_content): Update.
5033 * tui/tui-stack.c (tui_show_locator_content): Update.
5034 (tui_show_frame_info): Update.
5035 * tui/tui-source.h (tui_source_window): Don't declare.
5036 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5037 from tui_source_is_displayed.
5038 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5039 Remove field.
5040 (struct tui_source_window_base) <content_in_use>: New field. Now
5041 bool.
5042 (struct tui_source_window) <showing_source_p>: New method.
5043 (TUI_SRC_WIN): Change cast.
5044 * tui/tui-data.c (tui_initialize_static_data): Update.
5045
5046 2019-07-17 Tom Tromey <tom@tromey.com>
5047
5048 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5049 location_matches_p.
5050 * tui/tui-source.c (tui_source_window::location_matches_p): New
5051 method.
5052 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5053 method.
5054 * tui/tui-data.h (struct tui_source_window_base)
5055 <location_matches_p>: New method.
5056 (struct tui_source_window, struct tui_disasm_window)
5057 <location_matches_p>: Likewise.
5058
5059 2019-07-17 Tom Tromey <tom@tromey.com>
5060
5061 * tui/tui-win.c (tui_set_win_height_command): Rename from
5062 tui_set_win_height.
5063 (tui_set_win_height_command): Remove.
5064
5065 2019-07-17 Tom Tromey <tom@tromey.com>
5066
5067 * tui/tui-source.c (tui_source_window): New constructor. Add
5068 observer.
5069 (~tui_source_window): New destructor.
5070 (tui_source_window::style_changed): New method.
5071 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5072 (tui_attach_detach_observers): Update.
5073 * tui/tui-data.h (struct tui_source_window): Make constructor not
5074 inline. Add destructor.
5075 (struct tui_source_window) <style_changed>: New method.
5076 <m_observable>: New member.
5077
5078 2019-07-17 Tom Tromey <tom@tromey.com>
5079
5080 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5081 * tui/tui-win.c (tui_resize_all): Fix typo.
5082
5083 2019-07-17 Tom Tromey <tom@tromey.com>
5084
5085 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5086 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5087 (tui_refresh_all): Remove "list" parameter. Use foreach.
5088 * tui/tui-win.c (window_name_completer): Use foreach.
5089 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5090 (update_tab_width): Likewise.
5091 * tui/tui-layout.c (show_layout): Update.
5092 * tui/tui-data.h (class tui_window_iterator): New.
5093 (struct all_tui_windows): New.
5094 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5095
5096 2019-07-17 Tom Tromey <tom@tromey.com>
5097
5098 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5099 parameter. Don't reference globals.
5100 (tui_reg_command): Update.
5101
5102 2019-07-17 Tom Tromey <tom@tromey.com>
5103
5104 * tui/tui-regs.c (tui_show_registers): Simplify.
5105
5106 2019-07-17 Tom Tromey <tom@tromey.com>
5107
5108 * tui/tui-regs.c (tui_show_registers): Update.
5109 (tui_show_register_group): Add win_info parameter.
5110
5111 2019-07-17 Tom Tromey <tom@tromey.com>
5112
5113 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5114 Rename from tui_display_reg_element_at_line.
5115 (tui_data_window::display_registers_from_line): Update.
5116 * tui/tui-data.h (struct tui_data_window)
5117 <display_reg_element_at_line>: New method.
5118
5119 2019-07-17 Tom Tromey <tom@tromey.com>
5120
5121 * tui/tui-regs.h (tui_display_registers_from)
5122 (tui_display_registers_from_line): Don't declare.
5123 * tui/tui-windata.c (tui_data_window::display_all_data)
5124 (tui_data_window::refresh_all)
5125 (tui_data_window::do_scroll_vertical): Update.
5126 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5127 from tui_display_registers_from.
5128 (tui_display_reg_element_at_line): Update.
5129 (tui_data_window::display_registers_from_line): Rename from
5130 tui_display_registers_from_line.
5131 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5132 display_registers_from_line>: New methods.
5133
5134 2019-07-17 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5137 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5138 from tui_erase_data_content.
5139 (tui_data_window::display_all_data)
5140 (tui_data_window::refresh_all)
5141 (tui_data_window::do_scroll_vertical): Update.
5142 * tui/tui-regs.c (tui_show_registers): Update.
5143 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5144 New method.
5145
5146 2019-07-17 Tom Tromey <tom@tromey.com>
5147
5148 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5149 declare.
5150 * tui/tui-windata.c
5151 (tui_data_window::delete_data_content_windows): Rename from
5152 tui_delete_data_content_windows.
5153 (tui_data_window::display_all_data)
5154 (tui_data_window::do_scroll_vertical): Update.
5155 * tui/tui-data.h (struct tui_data_window)
5156 <delete_data_content_windows>: New method.
5157
5158 2019-07-17 Tom Tromey <tom@tromey.com>
5159
5160 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5161 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5162
5163 2019-07-17 Tom Tromey <tom@tromey.com>
5164
5165 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5166 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5167 from tui_display_all_data.
5168 * tui/tui-win.c
5169 (tui_data_window::do_make_visible_with_new_height): Update.
5170 * tui/tui-regs.c (tui_show_registers): Update.
5171 * tui/tui-layout.c (tui_set_layout): Update.
5172 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5173 method.
5174
5175 2019-07-17 Tom Tromey <tom@tromey.com>
5176
5177 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5178 * tui/tui-windata.c (tui_display_data_from): Remove.
5179 (tui_data_window::refresh_all): Update.
5180
5181 2019-07-17 Tom Tromey <tom@tromey.com>
5182
5183 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5184 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5185 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5186 tui_display_registers_from_line.
5187 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5188 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5189 "force_display" parameter.
5190
5191 2019-07-17 Tom Tromey <tom@tromey.com>
5192
5193 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5194 declare.
5195 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5196 Rename from tui_first_reg_element_no_inline.
5197 (tui_display_reg_element_at_line)
5198 (tui_display_registers_from_line): Update.
5199 * tui/tui-data.h (struct tui_data_window)
5200 <first_reg_element_no_inline>: New method.
5201
5202 2019-07-17 Tom Tromey <tom@tromey.com>
5203
5204 * tui/tui-windata.c (tui_display_data_from)
5205 (tui_data_window::do_scroll_vertical): Update.
5206 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5207 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5208 Rename from tui_line_from_reg_element_no.
5209 (tui_display_registers_from_line): Update.
5210 * tui/tui-data.h (struct tui_data_window)
5211 <line_from_reg_element_no>: New method.
5212
5213 2019-07-17 Tom Tromey <tom@tromey.com>
5214
5215 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5216 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5217 tui_last_regs_line_no.
5218 (tui_display_reg_element_at_line)
5219 (tui_display_registers_from_line): Update.
5220 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5221 method.
5222
5223 2019-07-17 Tom Tromey <tom@tromey.com>
5224
5225 PR tui/24722:
5226 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5227 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5228 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5229 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5230 (tui_update_breakpoint_info): Likewise.
5231 * tui/tui-hooks.c (tui_event_create_breakpoint)
5232 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5233 Update.
5234
5235 2019-07-17 Tom Tromey <tom@tromey.com>
5236
5237 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5238
5239 2019-07-17 Tom Tromey <tom@tromey.com>
5240
5241 * tui/tui-winsource.c (tui_update_source_window_as_is)
5242 (tui_update_source_windows_with_addr): Update.
5243 * tui/tui-source.h (tui_set_source_content)
5244 (tui_show_symtab_source): Add "win_info" parameter.
5245 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5246 parameter.
5247 (tui_show_symtab_source): Likewise.
5248
5249 2019-07-17 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-wingeneral.c
5252 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5253
5254 2019-07-17 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5257 (struct tui_cmd_window) <can_scroll>: New method.
5258 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5259 method.
5260
5261 2019-07-17 Tom Tromey <tromey@adacore.com>
5262
5263 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5264 do_field_signed>: Rename. Change type of "value".
5265 * ui-out.c (ui_out::field_signed): Rename from field_int.
5266 Change type of "value".
5267 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5268 type of "value".
5269 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5270 do_field_int. Change type of "value".
5271 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5272 do_field_int. Change type of "value".
5273 * tracepoint.c (trace_status_mi, tfind_1)
5274 (print_one_static_tracepoint_marker): Update.
5275 * thread.c (print_thread_info_1, print_selected_thread_frame):
5276 Update.
5277 * stack.c (print_frame, print_frame_info): Update.
5278 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5279 Update.
5280 * source.c (print_source_lines_base): Update.
5281 * skip.c (info_skip_command): Update.
5282 * record-btrace.c (btrace_ui_out_decode_error)
5283 (btrace_call_history_src_line): Update.
5284 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5285 Update.
5286 * progspace.c (print_program_space): Update.
5287 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5288 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5289 do_field_int. Change type of "value".
5290 * mi/mi-out.c (mi_ui_out::do_table_begin)
5291 (mi_ui_out::do_table_header): Update.
5292 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5293 type of "value".
5294 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5295 (mi_cmd_data_list_changed_registers, output_register)
5296 (mi_cmd_data_read_memory, mi_load_progress)
5297 (mi_cmd_trace_frame_collected): Update.
5298 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5299 Update.
5300 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5301 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5302 (mi_cmd_var_list_children, varobj_update_one): Update.
5303 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5304 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5305 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5306 * inferior.c (print_inferior): Update.
5307 * gdb_bfd.c (print_one_bfd): Update.
5308 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5309 Update.
5310 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5311 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5312 do_field_int. Change type of "value".
5313 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5314 do_field_int. Change type of "value".
5315 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5316 (print_one_breakpoint_location, print_it_catch_fork)
5317 (print_one_catch_fork, print_it_catch_vfork)
5318 (print_one_catch_vfork, print_it_catch_solib)
5319 (print_it_catch_exec, print_it_ranged_breakpoint)
5320 (print_mention_watchpoint, print_mention_masked_watchpoint)
5321 (bkpt_print_it, update_static_tracepoint): Update.
5322 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5323 * break-catch-syscall.c (print_it_catch_syscall): Update.
5324 * ada-tasks.c (print_ada_task_info): Update.
5325 * ada-lang.c (print_it_exception, print_mention_exception):
5326 Update.
5327
5328 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5329
5330 PR breakpoints/24541
5331 * gdbarch.c: Regenerate.
5332 * gdbarch.h: Regenerate.
5333 * gdbarch.sh: Adjust return type and parameter types for
5334 'stap_adjust_register'.
5335 (i386_stap_adjust_register): Adjust signature and return new
5336 register name.
5337 * stap-probe.c (stap_parse_register_operand): Adjust use of
5338 'gdbarch_stap_adjust_register'.
5339
5340 2019-07-17 Tom Tromey <tromey@adacore.com>
5341
5342 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5343 declare VEC.
5344 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5345 std::vector.
5346 (struct s390_process_info): Add initializers.
5347 (s390_add_process): Use new.
5348 (s390_linux_nat_target::low_forget_process): Use delete.
5349 (s390_linux_nat_target::low_new_fork)
5350 (s390_linux_nat_target::stopped_by_watchpoint)
5351 (s390_linux_nat_target::low_prepare_to_resume)
5352 (s390_linux_nat_target::insert_watchpoint)
5353 (s390_linux_nat_target::insert_hw_breakpoint)
5354 (s390_linux_nat_target::remove_watchpoint)
5355 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5356
5357 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5358
5359 * aarch64-fbsd-nat.c: Include regcache.h.
5360 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5361 argument.
5362 (aarch64_fbsd_nat_target::fetch_registers)
5363 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5364 variable.
5365 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5366
5367 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5368
5369 * fbsd-nat.c: Include gdbarch.h.
5370
5371 2019-07-15 Tom Tromey <tromey@adacore.com>
5372
5373 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5374
5375 2019-07-15 Tom Tromey <tromey@adacore.com>
5376
5377 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5378 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5379 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5380 * cli-out.c (cli_ui_out::do_field_int): New method.
5381 * ui-out.c (ui_out::field_unsigned): New method.
5382 * symfile.c (generic_load): Use field_unsigned.
5383 (print_transfer_performance): Likewise.
5384 * record-btrace.c (ui_out_field_uint): Remove.
5385 (btrace_call_history_insn_range, btrace_call_history): Use
5386 field_unsigned.
5387 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5388 field_unsigned.
5389 * ui-out.h (class ui_out) <field_unsigned>: New method.
5390 <do_field_unsigned>: Likewise.
5391
5392 2019-07-15 Tom Tromey <tromey@adacore.com>
5393
5394 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5395 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5396 * target.c (flash_erase_command): Use field_string.
5397 * infrun.c (print_signal_received_reason): Use field_string.
5398 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5399 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5400 field_string.
5401 * ada-tasks.c (print_ada_task_info): Use field_string.
5402
5403 2019-07-15 Tom Tromey <tromey@adacore.com>
5404
5405 * target.c (flash_erase_command): Use field_core_addr.
5406 * symfile.c (generic_load): Use field_core_addr.
5407 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5408 Use field_core_addr.
5409 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5410 field_core_addr.
5411
5412 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5413
5414 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5415 value if its desired type is smaller than a CORE_ADDR and signed.
5416
5417 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5418
5419 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5420 of changes to field names, and use new is_reference field to
5421 decide if a property is a reference or not.
5422 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5423 field.
5424 (struct dwarf2_property_baton): Update header comment, rename
5425 'referenced_type' to 'property_type' and update comments.
5426 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5427 default property type, store in property baton, update to take
5428 accound of renamed field.
5429 (read_func_scope): Update call to attr_to_dynamic_prop.
5430 (read_array_type): Likewise.
5431 (dwarf2_per_cu_addr_sized_int_type): New function.
5432 (read_subrange_index_type): Move type finding code to
5433 dwarf2_per_cu_addr_sized_int_type.
5434 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5435 (dwarf2_per_cu_addr_type): New function.
5436 (set_die_type): Update calls to attr_to_dynamic_prop.
5437
5438 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5439
5440 * dwarf2read.c (read_subrange_index_type): New function.
5441 (read_subrange_type): Move code into new function and call it.
5442 * gdbtypes.c (create_range_type): Add some asserts.
5443
5444 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5445
5446 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5447 update return statements.
5448 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5449 declaration, and update comment to match.
5450 * gdbtypes.c (resolve_dynamic_array): Update call to
5451 dwarf2_evaluate_property to match new return type.
5452
5453 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5454
5455 * valarith.c (value_subscripted_rvalue): Change lowerbound
5456 parameter type from int to LONGEST.
5457 * value.h (value_subscripted_rvalue): Likewise in declaration.
5458
5459 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * cli/cli-utils.c (info_print_command_completer): New function.
5462 * cli/cli-utils.h: Add 'completer.h' include, and forward
5463 declaration for 'struct cmd_list_element'.
5464 (info_print_command_completer): Declare.
5465 * stack.c (_initialize_stack): Add completer for 'info locals' and
5466 'info args'.
5467 * symtab.c (_initialize_symtab): Add completer for 'info
5468 variables' and 'info functions'.
5469 * NEWS: Mention completion for additional info commands.
5470
5471 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5472
5473 * cli/cli-utils.c (extract_info_print_args): Delete.
5474 (extract_arg_maybe_quoted): Delete.
5475 (info_print_options_defs): New variable.
5476 (make_info_print_options_def_group): New function.
5477 (extract_info_print_options): Define new function.
5478 * cli/cli-utils.h (extract_info_print_args): Delete.
5479 (struct info_print_options): New structure.
5480 (extract_info_print_options): Declare new function.
5481 * stack.c (info_locals_command): Update to use new
5482 extract_info_print_options, also add a header comment.
5483 (info_args_command): Likewise.
5484 * symtab.c (info_variables_command): Likewise.
5485 (info_functions_command): Likewise.
5486
5487 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5488
5489 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5490 to extract string arguments.
5491 * common/common-utils.c (extract_string_maybe_quoted): New function.
5492 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5493
5494 2019-07-11 Tom Tromey <tromey@adacore.com>
5495
5496 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5497 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5498 * top.h (gdbinit): Don't declare.
5499 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5500 into...
5501 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5502 * top.c (gdb_init): Don't call init_cli_cmds.
5503 (gdbinit): Remove.
5504 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5505
5506 2019-07-11 Tom Tromey <tromey@adacore.com>
5507
5508 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5509 after it has been moved.
5510
5511 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5512
5513 * valops.c (value_must_coerce_to_target): Change return type to
5514 bool.
5515 * value.h (value_must_coerce_to_target): Likewise.
5516
5517 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5518
5519 * breakpoint.c (is_hardware_watchpoint): Remove
5520 forward-declaration.
5521 (is_masked_watchpoint): Change return type to bool.
5522 (is_tracepoint): Likewise.
5523 (is_breakpoint): Likewise.
5524 (is_hardware_watchpoint): Likewise.
5525 (is_watchpoint): Likewise.
5526 (is_no_memory_software_watchpoint): Likewise.
5527 (is_catchpoint): Likewise.
5528 (breakpoint_1): Make FILTER parameter's return type bool.
5529 is_masked_watchpoint): Change return type to bool.
5530 (save_breakpoints): Make FILTER parameter's return type bool.
5531 * breakpoint.h (is_breakpoint): Change return type to bool.
5532 (is_watchpoint): Likewise.
5533 (is_catchpoint): Likewise.
5534 (is_tracepoint): Likewise.
5535
5536 2019-07-10 Tom Tromey <tom@tromey.com>
5537
5538 * defs.h: Don't include gdbarch.h.
5539 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5540 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5541 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5542 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5543 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5544 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5545 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5546 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5547 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5548 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5549 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5550 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5551 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5552 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5553 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5554 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5555 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5556 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5557 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5558 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5559 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5560 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5561 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5562 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5563 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5564 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5565 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5566
5567 2019-07-10 Tom Tromey <tromey@adacore.com>
5568
5569 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5570 * breakpoint.c (init_ada_exception_breakpoint): Register as
5571 bp_catchpoint.
5572 (print_one_breakpoint_location, print_one_breakpoint): Use
5573 is_ada_exception_catchpoint.
5574 * ada-lang.c (class ada_catchpoint_location): Pass
5575 bp_loc_software_breakpoint to bp_location constructor.
5576 (is_ada_exception_catchpoint): New function.
5577
5578 2019-07-10 Tom Tromey <tromey@adacore.com>
5579
5580 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5581 VEC.
5582 (struct arm_exidx_entry): New method operator<.
5583 (struct arm_exidx_data) <section_maps>: Change type.
5584 (arm_exidx_data_free): Remove.
5585 (arm_exidx_data_key): Change type. Move lower.
5586 (arm_exidx_new_objfile): Update.
5587 (arm_compare_exidx_entries): Remove.
5588 (arm_find_exidx_entry, _initialize_arm_tdep)
5589
5590 2019-07-10 Tom Tromey <tromey@adacore.com>
5591
5592 * solib-spu.c (ocl_program_data_key): Change type.
5593 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5594 Update.
5595
5596 2019-07-10 Tom Tromey <tromey@adacore.com>
5597
5598 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5599 (struct solib_aix_inferior_data) <library_list>: Change type.
5600 (solib_aix_inferior_data_handle): Change type.
5601 (get_solib_aix_inferior_data): Update.
5602 (solib_aix_free_library_list): Remove.
5603 (library_list_start_library): Update.
5604 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5605 return type.
5606 (solib_aix_get_library_list)
5607 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5608 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5609
5610 2019-07-10 Tom Tromey <tromey@adacore.com>
5611
5612 * solib-dsbt.c (struct dsbt_info): Add initializers.
5613 (solib_dsbt_pspace_data): Change type.
5614 (dsbt_pspace_data_cleanup): Remove.
5615 (get_dsbt_info, _initialize_dsbt_solib): Update.
5616
5617 2019-07-10 Tom Tromey <tromey@adacore.com>
5618
5619 * spu-tdep.c (spu_overlay_data): Change type.
5620 (spu_get_overlay_table, spu_overlay_new_objfile)
5621 (_initialize_spu_tdep): Update.
5622
5623 2019-07-10 Tom Tromey <tromey@adacore.com>
5624
5625 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5626 destructor.
5627 (dbx_objfile_data_key): Change type and declare later.
5628 (DBX_SYMFILE_INFO): Rewrite.
5629 * dbxread.c (dbx_objfile_data_key): Change type.
5630 (dbx_symfile_init): Update.
5631 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5632 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5633 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5634
5635 2019-07-10 Tom Tromey <tromey@adacore.com>
5636
5637 * jit.c (jit_program_space_key): Change type. Move lower.
5638 (get_jit_program_space_data): Update.
5639 (jit_program_space_data_cleanup): Remove.
5640 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5641 Update.
5642 (struct jit_program_space_data): Add initializers.
5643
5644 2019-07-10 Tom Tromey <tromey@adacore.com>
5645
5646 * solib-darwin.c (struct darwin_info): Add initializers.
5647 (solib_darwin_pspace_data): Change type.
5648 (darwin_pspace_data_cleanup): Remove.
5649 (get_darwin_info, _initialize_darwin_solib): Update.
5650
5651 2019-07-10 Tom Tromey <tromey@adacore.com>
5652
5653 * remote-sim.c (struct sim_inferior_data): Add initializers,
5654 constructor, and destructor.
5655 (sim_inferior_data_key): Change type. Move lower.
5656 (check_for_duplicate_sim_descriptor): Update.
5657 (get_sim_inferior_data): Use new. Update.
5658 (~sim_inferior_data_cleanup): Rename from
5659 sim_inferior_data_cleanup. Simplify.
5660 (gdbsim_close_inferior, simulator_command)
5661 (sim_command_completer, _initialize_remote_sim): Update.
5662 (next_pid, INITIAL_PID): Move earlier.
5663
5664 2019-07-10 Tom Tromey <tromey@adacore.com>
5665
5666 * python/python-internal.h (create_thread_object): Return
5667 gdbpy_ref.
5668 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5669 * python/py-inferior.c (struct threadlist_entry): Add
5670 constructor.
5671 <thread_obj>: Now a gdbpy_ref.
5672 (thread_to_thread_object): Update.
5673 (add_thread_object): Use new.
5674 (delete_thread_object): Use delete.
5675 (infpy_threads): Update.
5676 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5677 GIL.
5678
5679 2019-07-10 Tom Tromey <tromey@adacore.com>
5680
5681 * valops.c (value_cast): Specialize error message for Ada.
5682
5683 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5684
5685 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5686
5687 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5688
5689 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5690 bpstat_should_step): Return bool, adjust comments.
5691 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5692 bpstat_should_step): Likewise.
5693
5694 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5695
5696 * features/Makefile: Use feature target descriptions for Arm.
5697 * features/arm/arm-core.c: Generate new file.
5698 * features/arm/arm-fpa.c: Likewise.
5699 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5700 * features/arm/arm-m-profile.c: Likewise.
5701 * features/arm/arm-vfpv2.c: Likewise.
5702 * features/arm/arm-vfpv3.c: Likewise.
5703 * features/arm/xscale-iwmmxt.c: Likewise.
5704 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5705
5706 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5707
5708 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5709 ptrace earlier.
5710
5711 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5712
5713 * features/aarch64-pauth.c: Regenerate.
5714
5715 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5716
5717 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5718 bool.
5719 (bpstat_what): Use false instead of 0.
5720
5721 2019-07-09 Pedro Alves <palves@redhat.com>
5722
5723 * break-catch-throw.c (is_exception_catchpoint): New.
5724 * breakpoint.c (print_one_breakpoint_location): New parameter
5725 'raw_loc'. Handle it. Use
5726 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5727 looking at the breakpoint's type.
5728 (print_one_breakpoint): If handling "maint info breakpoints", also
5729 print locations of exception catchpoints.
5730 * breakpoint.h (is_exception_catchpoint): Declare.
5731
5732 2019-07-09 Pedro Alves <palves@redhat.com>
5733
5734 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5735 "addr" field.
5736 (allocate_location_exception_catchpoint): New.
5737 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5738 (initialize_throw_catchpoint_ops): Install
5739 allocate_location_exception_catchpoint as allocate_location
5740 method.
5741 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5742 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5743 bp_loc_other.
5744 (breakpoint_address_is_meaningful): Delete.
5745 (bl_address_is_meaningful): New.
5746 (breakpoint_locations_match): Adjust comment.
5747 (bp_location_from_bp_type): New, factored out of...
5748 (bp_location::bp_location(breakpoint *)): ... this.
5749 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5750 factored out of...
5751 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5752 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5753 breakpoint_address_is_meaningful.
5754 (bp_locations_compare): Adjust comment.
5755 (update_global_location_list): Use bl_address_is_meaningful
5756 instead of breakpoint_address_is_meaningful.
5757 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5758 explicit.
5759 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5760 * python/py-breakpoint.c (bppy_get_location): No longer check
5761 whether location is null.
5762
5763 2019-07-09 Pedro Alves <palves@redhat.com>
5764
5765 PR c++/15468
5766 * breakpoint.c (print_one_breakpoint_location): Remove
5767 single-location assert.
5768
5769 2019-07-09 Tom Tromey <tom@tromey.com>
5770
5771 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5772 * configure: Rebuild.
5773 * configure.ac: Change common to gdbsupport.
5774 * gdbsupport: Rename from common.
5775 * acinclude.m4: Change common to gdbsupport.
5776 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5777 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5778 gdbsupport.
5779 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5780 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5781 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5782 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5783 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5784 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5785 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5786 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5787 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5788 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5789 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5790 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5791 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5792 coff-pe-read.c, command.h, compile/compile-c-support.c,
5793 compile/compile-c.h, compile/compile-cplus-symbols.c,
5794 compile/compile-cplus-types.c, compile/compile-cplus.h,
5795 compile/compile-loc2c.c, compile/compile.c, completer.c,
5796 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5797 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5798 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5799 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5800 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5801 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5802 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5803 features/aarch64-core.c, features/aarch64-fpu.c,
5804 features/aarch64-pauth.c, features/aarch64-sve.c,
5805 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5806 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5807 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5808 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5809 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5810 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5811 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5812 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5813 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5814 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5815 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5816 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5817 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5818 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5819 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5820 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5821 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5822 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5823 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5824 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5825 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5826 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5827 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5828 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5829 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5830 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5831 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5832 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5833 minsyms.c, mips-linux-tdep.c, namespace.h,
5834 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5835 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5836 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5837 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5838 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5839 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5840 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5841 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5842 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5843 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5844 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5845 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5846 procfs.c, producer.c, progspace.h, psymtab.h,
5847 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5848 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5849 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5850 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5851 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5852 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5853 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5854 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5855 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5856 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5857 target-memory.c, target.c, target.h, target/waitstatus.c,
5858 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5859 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5860 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5861 unittests/array-view-selftests.c,
5862 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5863 unittests/common-utils-selftests.c,
5864 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5865 unittests/format_pieces-selftests.c,
5866 unittests/function-view-selftests.c,
5867 unittests/lookup_name_info-selftests.c,
5868 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5869 unittests/mkdir-recursive-selftests.c,
5870 unittests/observable-selftests.c,
5871 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5872 unittests/parse-connection-spec-selftests.c,
5873 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5874 unittests/scoped_fd-selftests.c,
5875 unittests/scoped_mmap-selftests.c,
5876 unittests/scoped_restore-selftests.c,
5877 unittests/string_view-selftests.c, unittests/style-selftests.c,
5878 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5879 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5880 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5881 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5882 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5883 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5884
5885 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5886
5887 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5888 bool value.
5889 (decode_digits_ordinary): Set explicit_line field in sal.
5890 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5891 symtab_and_line that was set on an explicit line number in
5892 assembler code. Do always update the recorded symtab and line if
5893 we do skip the prologue.
5894
5895 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5896
5897 * breakpoint.c (set_breakpoint_location_function): Remove
5898 explicit_loc parameter.
5899 (momentary_breakpoint_from_master): Update call to
5900 set_breakpoint_location_function.
5901 (add_location_to_breakpoint): Likewise.
5902
5903 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5904
5905 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5906 required features based on default bfd type when no specific bfd
5907 is present.
5908
5909 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5910
5911 * NEWS: Mention that GDB printf and eval commands can now print
5912 C-style and Ada-style convenience var strings without
5913 calling the inferior.
5914 * printcmd.c (printf_c_string): Locally print GDB internal var
5915 instead of transiting via the inferior.
5916 (printf_wide_c_string): Likewise.
5917
5918 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5919
5920 PR breakpoints/25011
5921 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5922
5923 2019-07-04 Tom Tromey <tom@tromey.com>
5924
5925 PR tui/24724:
5926 * tui/tui-winsource.c (tui_clear_source_content): Update.
5927 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5928 (tui_update_breakpoint_info): Update.
5929 (tui_set_exec_info_content): Update.
5930 * tui/tui-source.c (tui_set_source_content_nil): Update.
5931 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5932 has_break.
5933 * tui/tui-data.h (enum tui_bp_flag): New.
5934 (tui_bp_flags): New enum flags type.
5935 (struct tui_source_element) <break_mode>: Change type. Rename
5936 from has_break.
5937 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5938 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5939 constants.
5940 * tui/tui-winsource.h: Fix comment.
5941
5942 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5943
5944 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5945 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5946 (store_fpregs_to_thread)
5947 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5948 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5949 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5950 (IWMMXT_REGS_SIZE): Add define.
5951 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5952 (fetch_vfp_regs, store_vfp_regs)
5953 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5954 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5955
5956 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5957
5958 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5959 defines.
5960 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5961 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5962 (ARM_INT_REGISTER_SIZE): ...to this.
5963 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5964 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5965 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5966 (arm_linux_collect_gregset, supply_nwfpe_register)
5967 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5968 defines.
5969 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5970 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5971 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5972 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5973 (arm_return_in_memory, arm_store_return_value)
5974 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5975 (arm_record_ld_st_multiple): Likewise.
5976 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5977 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5978
5979 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5980
5981 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5982 AARCH64_DISPLACED_MODIFIED_INSNS.
5983 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5984 (aarch64_displaced_step_copy_insn): Likewise.
5985 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5986 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5987 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5988 ARM_DISPLACED_MODIFIED_INSNS.
5989 * arm-tdep.c (arm_gdbarch_init): Likewise.
5990 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5991 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
5992 (struct arm_displaced_step_closure): Use
5993 ARM_DISPLACED_MODIFIED_INSNS.
5994
5995 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5996
5997 * features/Makefile: Remove unused xml files.
5998 * features/aarch64.xml: Remove.
5999 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6000 * features/i386/amd64-avx-avx512.xml: Remove.
6001 * features/i386/amd64-avx-linux.xml: Remove.
6002 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6003 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6004 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6005 * features/i386/amd64-avx-mpx.xml: Remove.
6006 * features/i386/amd64-avx.xml: Remove.
6007 * features/i386/amd64-linux.xml: Remove.
6008 * features/i386/amd64-mpx-linux.xml: Remove.
6009 * features/i386/amd64-mpx.xml: Remove.
6010 * features/i386/amd64.xml: Remove.
6011 * features/i386/i386-avx-avx512-linux.xml: Remove.
6012 * features/i386/i386-avx-avx512.xml: Remove.
6013 * features/i386/i386-avx-linux.xml: Remove.
6014 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6015 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6016 * features/i386/i386-avx-mpx-linux.xml: Remove.
6017 * features/i386/i386-avx-mpx.xml: Remove.
6018 * features/i386/i386-avx.xml: Remove.
6019 * features/i386/i386-linux.xml: Remove.
6020 * features/i386/i386-mmx-linux.xml: Remove.
6021 * features/i386/i386-mmx.xml: Remove.
6022 * features/i386/i386-mpx-linux.xml: Remove.
6023 * features/i386/i386-mpx.xml: Remove.
6024 * features/i386/i386.xml: Remove.
6025 * features/i386/x32-avx-avx512-linux.xml: Remove.
6026 * features/i386/x32-avx-linux.xml: Remove.
6027 * features/i386/x32-linux.xml: Remove.
6028
6029 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6030
6031 * regformats/aarch64.dat: Remove.
6032 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6033 * regformats/i386/amd64-avx-linux.dat: Remove.
6034 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6035 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6036 * regformats/i386/amd64-linux.dat: Remove.
6037 * regformats/i386/amd64-mpx-linux.dat: Remove.
6038 * regformats/i386/amd64.dat: Remove.
6039 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6040 * regformats/i386/i386-avx-linux.dat: Remove.
6041 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6042 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6043 * regformats/i386/i386-linux.dat: Remove.
6044 * regformats/i386/i386-mmx-linux.dat: Remove.
6045 * regformats/i386/i386-mpx-linux.dat: Remove.
6046 * regformats/i386/i386.dat: Remove.
6047 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6048 * regformats/i386/x32-avx-linux.dat: Remove.
6049 * regformats/i386/x32-linux.dat: Remove.
6050
6051 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6052
6053 * aarch64-tdep.c: Remove xml self tests.
6054 * amd64-linux-tdep.c: Likewise.
6055 * amd64-tdep.c: Likewise.
6056 * i386-linux-tdep.c: Likewise.
6057 * i386-tdep.c: Likewise.
6058
6059 2019-07-03 Pedro Alves <palves@redhat.com>
6060
6061 PR cli/24732
6062 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6063 (pipe_cmd_option_defs): New.
6064 (make_pipe_cmd_options_def_group): New.
6065 (pipe_command): Use gdb::option::process_options.
6066 (pipe_command_completer): New function.
6067 (_initialize_cli_cmds): Install completer for "pipe" command.
6068
6069 2019-07-03 Pedro Alves <palves@redhat.com>
6070
6071 * cli/cli-option.c (union option_value) <string>: New field.
6072 (struct option_def_and_value): Add ctor, move ctor, dtor and
6073 use DISABLE_COPY_AND_ASSIGN.
6074 (option_def_and_value::clear_value): New.
6075 (parse_option, save_option_value_in_ctx, get_val_type_str)
6076 (add_setshow_cmds_for_options): Handle var_string.
6077 * cli-option.h (union option_def::var_address) <string>: New
6078 field.
6079 (struct string_option_def): New.
6080 * maint-test-options.c (struct test_options_opts): Add default
6081 ctor and use DISABLE_COPY_AND_ASSIGN.
6082 <string_opt>: New field.
6083 (test_options_opts::~test_options_opts): New.
6084 (test_options_opts::dump): Also dump "-string".
6085 (test_options_option_defs): Install "string.
6086
6087 2019-07-03 Pedro Alves <palves@redhat.com>
6088
6089 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6090 option_value with a null enumeration.
6091 (complete_options): Save the option values in the context.
6092 (save_option_value_in_ctx): New, factored out from ...
6093 (process_options): ... here.
6094 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6095 of the function.
6096 * maint-test-options.c (test_options_opts::dump): New, factored
6097 out from ...
6098 (maintenance_test_options_command_mode): ... here.
6099 (maintenance_test_options_command_completion_result): Delete.
6100 (maintenance_test_options_command_completion_text): Update
6101 comment.
6102 (maintenance_show_test_options_completion_result): Change
6103 prototype. Just print
6104 maintenance_test_options_command_completion_text.
6105 (save_completion_result): New.
6106 (maintenance_test_options_completer_mode): Pass options context to
6107 complete_options, and then save a dump.
6108 (_initialize_maint_test_options): Use add_cmd to install "maint
6109 show test-options-completion-result".
6110
6111 2019-07-03 Pedro Alves <palves@redhat.com>
6112
6113 * NEWS (New commands): Mention "with" and "maint with".
6114 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6115 (with_command, with_command_completer): New.
6116 (pipe_command): Adjust to new repeat_previous
6117 interface.
6118 (_initialize_cli_cmds): Install the "with" command and its "w"
6119 alias.
6120 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6121 declarations.
6122 * cli/cli-setshow.c (parse_cli_var_uinteger)
6123 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6124 argument strings for all var_types.
6125 (get_setshow_command_value_string): New, factored out from ...
6126 (do_show_command): ... this.
6127 * cli/cli-setshow.h: Include <string>.
6128 (get_setshow_command_value_string): Declare.
6129 * command.h (repeat_previous): Now returns const char *. Adjust
6130 comment.
6131 * maint.c: Include "cli/cli-cmds.h".
6132 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6133 (_initialize_maint_cmds): Register the "maintenance with" command.
6134 * top.c (repeat_previous): Move bits from pipe_command here:
6135 Return the saved command line, if any; error out if there's no
6136 command to relaunch.
6137
6138 2019-07-03 Pedro Alves <palves@redhat.com>
6139
6140 * NEWS (New commands): Mention "maint set/show test-settings"
6141 instead of "maint test-settings".
6142 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6143 (maintenance_test_settings_set_list): Rename to ...
6144 (maintenance_set_test_settings_list): ... this.
6145 (maintenance_test_settings_show_list): Rename to ...
6146 (maintenance_show_test_settings_list): ... this.
6147 (maintenance_test_settings_cmd): Delete.
6148 (maintenance_test_settings_set_cmd): ...
6149 (maintenance_set_test_settings_cmd): ... this.
6150 (maintenance_test_settings_show_cmd): ...
6151 (maintenance_show_test_settings_cmd): ... this.
6152 (maintenance_test_settings_show_value_cmd):
6153 (maintenance_show_test_settings_value_cmd): ... this.
6154 (_initialize_maint_test_settings): No longer install the "maint
6155 test-settings" prefix command. Rename "maint test-settings set"
6156 to "maint set test-settings", and "maint test-settings show" to
6157 "maint show test-settings". Adjust all subcommands.
6158
6159 2019-07-03 Pedro Alves <palves@redhat.com>
6160
6161 * maint-test-settings.c: Fix file's intro comment. Replace all
6162 references to "test-options" with references to "test-settings",
6163 in comments.
6164
6165 2019-07-03 Pedro Alves <palves@redhat.com>
6166
6167 * maint-test-settings.c (maintenance_test_settings_xxx)
6168 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6169 New.
6170 (maintenance_test_settings_enums): Use them.
6171 (maintenance_test_settings_enum): Default to
6172 maintenance_test_settings_xxx.
6173 (_initialize_maint_test_settings): Initialize
6174 MAINTENANCE_TEST_SETTINGS_FILENAME.
6175
6176 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6177
6178 * breakpoint.h (remove_breakpoints_inf): Change return type to
6179 void, move function documentation here.
6180 * breakpoint.c (remove_breakpoints_inf): Change return type to
6181 void, move function documentation to header.
6182
6183 2019-07-02 Pedro Alves <palves@redhat.com>
6184
6185 * NEWS (Completion improvements): Mention "info threads".
6186 * thread.c (struct info_threads_opts, info_threads_option_defs)
6187 (make_info_threads_options_def_group): New.
6188 (info_threads_command): Use gdb::option::process_options.
6189 (info_threads_command_completer): New.
6190 (_initialize_thread): Use gdb::option::build_help to build the
6191 help text for "info threads".
6192
6193 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6194
6195 * defs.h (generic_load): Move from here...
6196 * symfile.h (generic_load): ... to here. Rename name parameter
6197 to args.
6198 * symfile.c (generic_load): Add comment.
6199
6200 2019-07-01 Tom Tromey <tromey@adacore.com>
6201
6202 * dwarf2read.c
6203 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6204 declaration of without_params. Fix formatting.
6205
6206 2019-07-01 Tom Tromey <tromey@adacore.com>
6207
6208 * ada-exp.y (find_primitive_type): Update.
6209 * ada-lang.h (ada_lookup_symbol): Update.
6210 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6211 parameter.
6212 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6213
6214 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6215
6216 PR breakpoints/24541
6217 * gdbarch.c: Regenerate.
6218 * gdbarch.h: Regenerate.
6219 * gdbarch.sh: Add 'stap_adjust_register'.
6220 * i386-tdep.c: Include '<unordered_set>'.
6221 (i386_stap_adjust_register): New function.
6222 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6223 * stap-probe.c (stap_parse_register_operand): Call
6224 'gdbarch_stap_adjust_register'.
6225
6226 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6227
6228 PR python/24742
6229 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6230 * python/python.c (do_start_initialization): Use 'xmalloc'
6231 instead of 'PyMem_Malloc'.
6232
6233 2019-06-28 Tom Tromey <tromey@adacore.com>
6234
6235 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6236 for Ada.
6237
6238 2019-06-27 Tom Tromey <tromey@adacore.com>
6239
6240 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6241 objfile_key.
6242 (arm_find_mapping_symbol, arm_record_special_symbol)
6243 (_initialize_arm_tdep): Update.
6244 (arm_objfile_data_free): Remove.
6245
6246 2019-06-27 Tom Tromey <tromey@adacore.com>
6247
6248 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6249 to cp_print_static_field.
6250
6251 2019-06-26 Tom Tromey <tromey@adacore.com>
6252
6253 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6254 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6255 declare.
6256
6257 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6258
6259 * features/aarch64-core.c (create_feature_aarch64_core):
6260 Regenerate.
6261 * features/aarch64-core.xml: Add cpsr flags.
6262
6263 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6264
6265 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6266 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6267
6268 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6269
6270 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6271 field.
6272 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6273 use.
6274 (arm_record_special_symbol): Don't insert new symbol in sorted
6275 position, push it at the end.
6276
6277 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6278
6279 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6280 (arm_mapping_symbol_s): Remove.
6281 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6282 (arm_mapping_symbol_vec): New typedef.
6283 (struct arm_per_objfile): Add constructor.
6284 <section_maps>: Change type to
6285 std::unique_ptr<arm_mapping_symbol_vec[]>.
6286 (arm_compare_mapping_symbols): Remove.
6287 (arm_find_mapping_symbol): Adjust to section_maps type change.
6288 (arm_objfile_data_free): Call delete on arm_per_objfile.
6289 (arm_record_special_symbol): Adjust to section_maps type change.
6290 Allocate arm_per_objfile with new.
6291
6292 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6293
6294 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6295 with the command prefix.
6296
6297 2019-06-25 Tom Tromey <tom@tromey.com>
6298
6299 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6300 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6301
6302 2019-06-25 Tom Tromey <tom@tromey.com>
6303
6304 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6305 type.
6306 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6307 protected.
6308
6309 2019-06-25 Tom Tromey <tom@tromey.com>
6310
6311 * tui/tui-winsource.c
6312 (tui_source_window_base::set_is_exec_point_at): Add check against
6313 LOA_ADDRESS.
6314
6315 2019-06-25 Tom Tromey <tom@tromey.com>
6316
6317 * tui/tui-source.c (tui_set_source_content): Don't check before
6318 xfree.
6319 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6320
6321 2019-06-25 Tom Tromey <tom@tromey.com>
6322
6323 * tui/tui-winsource.h (tui_update_source_window_as_is)
6324 (tui_alloc_source_buffer, tui_line_is_displayed)
6325 (tui_addr_is_displayed): Change type of win_info.
6326 * tui/tui-winsource.c (tui_update_source_window_as_is)
6327 (tui_clear_source_content, tui_show_source_line)
6328 (tui_show_source_content, tui_source_window_base::refill)
6329 (tui_source_window_base::set_is_exec_point_at)
6330 (tui_source_window_base::set_is_exec_point_at)
6331 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6332 (tui_alloc_source_buffer, tui_line_is_displayed)
6333 (tui_addr_is_displayed): Change type of win_info. Update.
6334 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6335 (tui_source_window_base::do_make_visible_with_new_height):
6336 Update.
6337 * tui/tui-source.c (tui_set_source_content)
6338 (tui_set_source_content_nil)
6339 (tui_source_window::do_scroll_vertical): Update.
6340 * tui/tui-layout.c (show_layout): Update.
6341 * tui/tui-disasm.c (tui_set_disassem_content)
6342 (tui_disasm_window::do_scroll_vertical): Update.
6343 * tui/tui-data.h (tui_win_content): Remove.
6344 (struct tui_gen_win_info) <content, content_size>: Remove.
6345 (struct tui_source_element): Add initializers and destructor.
6346 (union tui_which_element, struct tui_win_element): Remove.
6347 (struct tui_source_window_base) <content>: New field.
6348 (struct tui_data_window): Remove destructor.
6349 (tui_alloc_content, tui_free_win_content)
6350 (tui_free_all_source_wins_content): Don't declare.
6351 * tui/tui-data.c (tui_initialize_static_data): Update.
6352 (init_content_element, tui_alloc_content): Remove.
6353 (~tui_gen_win_info): Update.
6354 (~tui_data_window, tui_free_all_source_wins_content)
6355 (tui_free_win_content, free_content, free_content_elements):
6356 Remove.
6357
6358 2019-06-25 Tom Tromey <tom@tromey.com>
6359
6360 * tui/tui-winsource.h (tui_clear_source_content)
6361 (tui_erase_source_content, tui_show_source_content): Change type
6362 of win_info.
6363 * tui/tui-winsource.c (tui_clear_source_content)
6364 (tui_erase_source_content, tui_show_source_content): Change type
6365 of win_info.
6366 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6367 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6368 win_info.
6369 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6370 win_info.
6371 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6372
6373 2019-06-25 Tom Tromey <tom@tromey.com>
6374
6375 * tui/tui-winsource.c (tui_clear_source_content)
6376 (tui_source_window_base::set_is_exec_point_at): Update.
6377 * tui/tui-source.c (tui_set_source_content_nil): Update.
6378 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6379 a bool.
6380 * tui/tui-data.c (init_content_element): Update.
6381
6382 2019-06-25 Tom Tromey <tom@tromey.com>
6383
6384 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6385 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6386 * tui/tui-layout.c (init_and_make_win): Update.
6387 * tui/tui.h (enum tui_win_type): Update.
6388 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6389 tui_win_is_auxillary.
6390 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6391 tui_win_is_auxillary.
6392
6393 2019-06-25 Tom Tromey <tom@tromey.com>
6394
6395 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6396 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6397 (tui_delete_data_content_windows, tui_display_all_data)
6398 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6399 Update.
6400 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6401 * tui/tui-regs.c (tui_last_regs_line_no)
6402 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6403 (tui_show_registers): Update.
6404 (tui_show_register_group): Return void. Update.
6405 (tui_display_registers_from, tui_display_reg_element_at_line)
6406 (tui_display_registers_from_line, tui_check_register_values):
6407 Update.
6408 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6409 member.
6410 (struct tui_data_window) <regs_content>: Now a std::vector.
6411 <regs_content_count>: Remove.
6412 (tui_add_content_elements, tui_free_data_content): Don't declare.
6413 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6414 (init_content_element): Remove DATA_WIN case. Add assert.
6415 (tui_add_content_elements): Remove.
6416 (tui_data_window): Update.
6417 (tui_free_data_content): Remove.
6418 (free_content_elements): Remove DATA_WIN case.
6419
6420 2019-06-25 Tom Tromey <tom@tromey.com>
6421
6422 * tui/tui-data.c (tui_data_item_window): Update.
6423 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6424 * tui/tui-windata.c (tui_display_all_data)
6425 (tui_display_data_from_line): Update.
6426 (tui_check_data_values): Remove.
6427 * tui/tui-regs.c (tui_show_register_group)
6428 (tui_display_reg_element_at_line): Update.
6429 * tui/tui-hooks.c (tui_register_changed)
6430 (tui_refresh_frame_and_register_information): Call
6431 tui_check_register_values.
6432 * tui/tui-data.h (struct tui_data_window) <data_content,
6433 data_content_count, data_type>: Remove.
6434 (enum tui_data_type): Remove.
6435
6436 * tui/tui-data.c (tui_data_window::clear_detail)
6437 (~tui_data_window): Update.
6438
6439 2019-06-25 Tom Tromey <tom@tromey.com>
6440
6441 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6442 declare.
6443 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6444 Rename from tui_first_data_item_displayed. Update.
6445 (tui_data_window::refresh_all)
6446 (tui_data_window::do_scroll_vertical): Update.
6447 * tui/tui-data.h (struct tui_data_window)
6448 <first_data_item_displayed>: Declare new method.
6449
6450 2019-06-25 Tom Tromey <tom@tromey.com>
6451
6452 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6453 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6454 contents...
6455 (tui_initialize_static_data): ...here.
6456
6457 2019-06-25 Tom Tromey <tom@tromey.com>
6458
6459 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6460 (tui_display_registers_from, tui_check_register_values): Update.
6461 (tui_display_register): Remove win_info parameter; update.
6462 (tui_get_register): Change type of parameters.
6463 * tui/tui-data.h (struct tui_data_element): Remove.
6464 (union tui_which_element) <data>: Remove.
6465 <data_window>: Change type.
6466 (struct tui_data_item_window): New.
6467 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6468 case. Add assert.
6469 (~tui_data_item_window): New destructor.
6470 (free_content_elements): Remove DATA_ITEM_WIN case.
6471
6472 2019-06-25 Tom Tromey <tom@tromey.com>
6473
6474 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6475 Remove.
6476
6477 2019-06-25 Tom Tromey <tom@tromey.com>
6478
6479 * tui/tui-data.h (struct tui_command_element): Remove.
6480 (union tui_which_element) <command>: Remove.
6481 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6482 assert.
6483 (free_content_elements): Remove CMD_WIN case.
6484
6485 2019-06-25 Tom Tromey <tom@tromey.com>
6486
6487 * tui/tui-layout.c (tui_set_layout): Update.
6488 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6489 * tui/tui-data.c (layout_def): Update.
6490
6491 2019-06-25 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6494 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6495 (tui_source_window_base::set_new_height): Update.
6496 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6497 Update.
6498 (tui_set_locator_fullname, tui_set_locator_info)
6499 (tui_show_frame_info): Update.
6500 * tui/tui-source.c (tui_set_source_content)
6501 (tui_source_is_displayed): Update.
6502 * tui/tui-layout.c (show_source_disasm_command, show_data)
6503 (show_source_or_disasm_and_command): Update.
6504 * tui/tui-disasm.c (tui_set_disassem_content)
6505 (tui_get_begin_asm_address): Update.
6506 * tui/tui-data.h (struct tui_locator_element): Remove.
6507 (union tui_which_element) <locator>: Remove.
6508 (struct tui_locator_window): New.
6509 (tui_locator_win_info_ptr): Change return type.
6510 * tui/tui-data.c (_locator): Change type.
6511 (tui_locator_win_info_ptr): Change return type.
6512 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6513 (tui_alloc_content): Add assert.
6514
6515 2019-06-25 Tom Tromey <tom@tromey.com>
6516
6517 * tui/tui-winsource.c
6518 (tui_exec_info_window::maybe_allocate_content): New method.
6519 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6520 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6521 (make_source_or_disasm_window): Add cast.
6522 * tui/tui-data.h (union tui_which_element) <simple_string>:
6523 Remove.
6524 (struct tui_source_info): New.
6525 (struct tui_source_window_base) <execution_info>: Change type.
6526 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6527 case, and add assert.
6528 (tui_alloc_content): Add assert.
6529
6530 2019-06-25 Tom Tromey <tom@tromey.com>
6531
6532 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6533 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6534 * tui/tui-data.c (tui_alloc_win_info): Remove.
6535
6536 2019-06-25 Tom Tromey <tom@tromey.com>
6537
6538 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6539 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6540 can_highlight.
6541
6542 2019-06-25 Tom Tromey <tom@tromey.com>
6543
6544 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6545 make_visible_with_new_height method.
6546 (tui_win_info::make_visible_with_new_height): New method.
6547 (tui_source_window_base::do_make_visible_with_new_height)
6548 (tui_data_window::do_make_visible_with_new_height)
6549 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6550 (make_visible_with_new_height): Remove.
6551 (tui_resize_all, tui_adjust_win_heights): Use
6552 make_visible_with_new_height method.
6553 * tui/tui-data.h (struct tui_win_info)
6554 <do_make_visible_with_new_height, make_visible_with_new_height>:
6555 New methods.
6556 (struct tui_source_window_base, struct tui_data_window)
6557 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6558 methods.
6559
6560 2019-06-25 Tom Tromey <tom@tromey.com>
6561
6562 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6563 method.
6564 (update_tab_width): Call update_tab_width method.
6565 * tui/tui-data.h (struct tui_win_info)
6566 (struct tui_source_window_base) <update_tab_width>: New methods.
6567
6568 2019-06-25 Tom Tromey <tom@tromey.com>
6569
6570 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6571 parameter.
6572 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6573 parameter.
6574 (tui_gen_win_info::make_visible): Update.
6575 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6576 parameter.
6577 * tui/tui-data.h (enum tui_box): New enum.
6578 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6579
6580 2019-06-25 Tom Tromey <tom@tromey.com>
6581
6582 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6583 init_and_make_win for EXEC_INFO_WIN.
6584 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6585 longer inline.
6586 (struct tui_win_info) <~tui_win_info>: Inline.
6587 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6588 Don't declare.
6589 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6590 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6591 Remove.
6592 (tui_initialize_static_data): Update.
6593 (~tui_gen_win_info): Handle more cleanup here.
6594 (~tui_source_window_base): Delete "execution_info".
6595 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6596
6597 2019-06-25 Tom Tromey <tom@tromey.com>
6598
6599 * tui/tui-layout.c (make_command_window): Don't set
6600 can_highlight.
6601 (show_source_disasm_command): Call the reset method.
6602 (show_data): Don't set can_highlight. Call the reset method.
6603 (tui_gen_win_info::reset): Rename from init_gen_win_info
6604 (init_and_make_win): Simplify. Return tui_gen_win_info.
6605 (show_source_or_disasm_and_command): Call the reset method.
6606 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6607 (struct tui_cmd_window): Set can_highlight.
6608
6609 2019-06-25 Tom Tromey <tom@tromey.com>
6610
6611 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6612 from make_visible.
6613 (tui_make_visible, tui_make_invisible): Rewrite.
6614 (tui_win_info::make_visible): Remove.
6615 (tui_source_window_base::make_visible): Update.
6616 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6617 method. Moved from...
6618 (struct tui_win_info) <make_visible>: ...here.
6619
6620 2019-06-25 Tom Tromey <tom@tromey.com>
6621
6622 * tui/tui-winsource.c
6623 (tui_source_window_base::do_scroll_horizontal): Remove direction
6624 parameter.
6625 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6626 direction parameter.
6627 * tui/tui-win.c (tui_win_info::forward_scroll)
6628 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6629 (tui_win_info::right_scroll): Update.
6630 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6631 direction parameter.
6632 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6633 direction parameter.
6634 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6635 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6636 Remove direction parameter.
6637 (struct tui_source_window_base, struct tui_source_window)
6638 (struct tui_disasm_window, struct tui_data_window)
6639 (struct tui_cmd_window): Update.
6640
6641 2019-06-25 Tom Tromey <tom@tromey.com>
6642
6643 * tui/tui-winsource.h (tui_set_exec_info_content)
6644 (tui_show_exec_info_content, tui_erase_exec_info_content)
6645 (tui_clear_exec_info_content, tui_update_exec_info): Change
6646 argument to tui_source_window_base.
6647 * tui/tui-winsource.c (tui_set_exec_info_content)
6648 (tui_show_exec_info_content, tui_erase_exec_info_content)
6649 (tui_clear_exec_info_content, tui_update_exec_info): Change
6650 argument to tui_source_window_base.
6651
6652 2019-06-25 Tom Tromey <tom@tromey.com>
6653
6654 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6655 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6656
6657 2019-06-25 Tom Tromey <tom@tromey.com>
6658
6659 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6660 check.
6661
6662 2019-06-25 Tom Tromey <tom@tromey.com>
6663
6664 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6665 type to void.
6666 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6667 type to void.
6668 * tui/tui-source.c (tui_set_source_content): Update.
6669 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6670
6671 2019-06-25 Tom Tromey <tom@tromey.com>
6672
6673 * tui/tui-win.c (window_name_completer, tui_set_focus)
6674 (tui_all_windows_info): Use name method.
6675 * tui/tui-data.h (struct tui_gen_win_info)
6676 (struct tui_source_window, struct tui_disasm_window)
6677 (struct tui_data_window, struct tui_cmd_window) <name>: New
6678 method.
6679 (tui_win_name): Don't declare.
6680 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6681 (tui_win_name): Remove.
6682
6683 2019-06-25 Tom Tromey <tom@tromey.com>
6684
6685 * tui/tui-winsource.h (tui_update_source_window)
6686 (tui_update_source_window_as_is): Change parameter type.
6687 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6688 to be a tui_source_window_base.
6689 (tui_update_source_window_as_is): Likewise.
6690 * tui/tui-win.c (make_visible_with_new_height): Update.
6691
6692 2019-06-25 Tom Tromey <tom@tromey.com>
6693
6694 * tui/tui-winsource.c (tui_erase_source_content)
6695 (tui_show_source_content, tui_show_exec_info_content)
6696 (tui_erase_exec_info_content): Use refresh_window method.
6697 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6698 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6699 from tui_refresh_win.
6700 (tui_data_window::refresh_window): New method.
6701 (tui_win_info::refresh, tui_source_window_base::refresh)
6702 (tui_refresh_all): Use refresh_window method.
6703 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6704 method.
6705 * tui/tui-regs.c (tui_display_register): Call refresh_window
6706 method.
6707 * tui/tui-layout.c (show_source_disasm_command)
6708 (show_source_or_disasm_and_command): Call refresh_window method.
6709 * tui/tui-data.h (struct tui_gen_win_info)
6710 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6711 New method.
6712
6713 2019-06-25 Tom Tromey <tom@tromey.com>
6714
6715 * tui/tui.c (tui_rl_other_window, tui_enable)
6716 (tui_is_window_visible, tui_get_command_dimension): Update.
6717 * tui/tui-winsource.c (tui_update_source_window_as_is)
6718 (tui_clear_source_content, tui_erase_source_content)
6719 (tui_show_source_line, tui_source_window_base::refill)
6720 (tui_source_window_base::do_scroll_horizontal)
6721 (tui_source_window_base::set_is_exec_point_at)
6722 (tui_update_breakpoint_info, tui_set_exec_info_content)
6723 (tui_alloc_source_buffer, tui_line_is_displayed)
6724 (tui_addr_is_displayed): Update.
6725 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6726 (tui_check_and_display_highlight_if_needed)
6727 (tui_win_info::make_visible, tui_win_info::refresh)
6728 (tui_refresh_all): Update.
6729 * tui/tui-windata.c (tui_first_data_item_displayed)
6730 (tui_delete_data_content_windows, tui_erase_data_content)
6731 (tui_display_all_data, tui_data_window::refresh_all)
6732 (tui_check_data_values): Update.
6733 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6734 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6735 (tui_win_info::backward_scroll, tui_refresh_all_win)
6736 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6737 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6738 (tui_source_window_base::set_new_height)
6739 (tui_data_window::set_new_height)
6740 (make_invisible_and_set_new_height)
6741 (make_visible_with_new_height, new_height_ok)
6742 (parse_scrolling_args): Update.
6743 * tui/tui-stack.c (tui_show_frame_info): Update.
6744 * tui/tui-source.c (tui_set_source_content)
6745 (tui_set_source_content_nil, tui_source_is_displayed)
6746 (tui_source_window::do_scroll_vertical): Update.
6747 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6748 (tui_display_registers_from, tui_display_reg_element_at_line)
6749 (tui_check_register_values, tui_reg_command): Update.
6750 * tui/tui-layout.c (tui_default_win_height)
6751 (show_source_disasm_command, show_data, init_and_make_win)
6752 (show_source_or_disasm_and_command): Update.
6753 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6754 (tui_redisplay_readline, tui_mld_flush)
6755 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6756 (tui_getc): Update.
6757 * tui/tui-disasm.c (tui_set_disassem_content)
6758 (tui_disasm_window::do_scroll_vertical): Update.
6759 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6760 Now virtual.
6761 (struct tui_win_info): Derive from tui_gen_win_info.
6762 <~tui_win_info>: Mark as override.
6763 <generic>: Remove member.
6764 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6765 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6766 (~tui_data_window, ~tui_win_info)
6767 (tui_free_all_source_wins_content): Update.
6768 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6769
6770 2019-06-25 Tom Tromey <tom@tromey.com>
6771
6772 * tui/tui-layout.c (init_and_make_win): Use new.
6773 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6774 destructor, initializers.
6775 (tui_alloc_generic_win_info): Don't declare.
6776 * tui/tui-data.c (_locator): Add argument to constructor.
6777 (source_win, disasm_win): New globals.
6778 (exec_info): Remove.
6779 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6780 Update.
6781 (tui_alloc_generic_win_info): Remove.
6782 (init_content_element): Use new.
6783 (tui_win_info::tui_win_info): Update.
6784 (free_content_elements) <case DATA_WIN>: Use delete.
6785
6786 2019-06-25 Tom Tromey <tom@tromey.com>
6787
6788 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6789 * tui/tui-windata.c (tui_first_data_item_displayed)
6790 (tui_delete_data_content_windows): Update.
6791 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6792 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6793 (tui_display_registers_from, tui_check_register_values): Update.
6794 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6795 pointer.
6796 * tui/tui-data.c (init_content_element): Update. Allocate the new
6797 window.
6798 (tui_free_data_content): Update.
6799 (free_content_elements) <case DATA_WIN>: Free the window.
6800
6801 2019-06-25 Tom Tromey <tom@tromey.com>
6802
6803 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6804 Update.
6805 * tui/tui-layout.c (make_command_window)
6806 (show_source_disasm_command, show_data, init_and_make_win)
6807 (show_source_or_disasm_and_command): Update.
6808 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6809 method.
6810 <can_highight, is_highlighted>: Now bool.
6811 (tui_set_win_highlight): Don't declare.
6812 * tui/tui-data.c (tui_set_win_highlight): Remove.
6813
6814 2019-06-25 Tom Tromey <tom@tromey.com>
6815
6816 * tui/tui-wingeneral.c (make_visible): Remove check of window
6817 type.
6818
6819 2019-06-25 Tom Tromey <tom@tromey.com>
6820
6821 * tui/tui-win.c (tui_win_info::max_height)
6822 (tui_cmd_window::max_height): New methods.
6823 (new_height_ok): Call max_height.
6824 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6825 <max_height>: New method.
6826
6827 2019-06-25 Tom Tromey <tom@tromey.com>
6828
6829 * tui/tui-win.c (tui_source_window_base::set_new_height)
6830 (tui_data_window::set_new_height): New methods.
6831 (make_invisible_and_set_new_height): Call set_new_height method.
6832 * tui/tui-data.h (struct tui_win_info)
6833 (struct tui_source_window_base, struct tui_data_window)
6834 <set_new_height>: New method.
6835
6836 2019-06-25 Tom Tromey <tom@tromey.com>
6837
6838 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6839 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6840 tui_refresh_data_win.
6841 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6842 method.
6843 (tui_refresh_all_win): Call the refresh_all method.
6844 (tui_set_focus): Likewise.
6845 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6846 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6847 Likewise.
6848
6849 2019-06-25 Tom Tromey <tom@tromey.com>
6850
6851 * tui/tui-winsource.h (tui_refill_source_window)
6852 (tui_set_is_exec_point_at): Don't declare.
6853 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6854 (tui_source_window_base::refill): Rename from
6855 tui_refill_source_window.
6856 (tui_source_window_base::do_scroll_horizontal): Update.
6857 (tui_source_window_base::set_is_exec_point_at): Rename from
6858 tui_set_is_exec_point_at.
6859 (tui_update_all_breakpoint_info): Update.
6860 * tui/tui-stack.c (tui_show_frame_info): Update.
6861 * tui/tui-layout.c (show_data): Add cast.
6862 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6863 * tui/tui-data.h (struct tui_source_window_base) <refill,
6864 set_is_exec_point_at>: New methods.
6865 (tui_source_windows, tui_add_to_source_windows): Update types.
6866 (tui_add_to_source_windows): Remove redundant declaration.
6867 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6868 (tui_source_windows): Change return type.
6869 (tui_clear_source_windows_detail): Update.
6870 (tui_add_to_source_windows): Change type of parameter.
6871 (tui_free_all_source_wins_content): Update.
6872
6873 2019-06-25 Tom Tromey <tom@tromey.com>
6874
6875 * tui/tui-wingeneral.c (tui_win_info::refresh)
6876 (tui_source_window_base::refresh): New methods.
6877 (tui_refresh_all): Call the refresh method.
6878 * tui/tui-data.h (struct tui_win_info)
6879 (struct tui_source_window_base) <refresh>: New method.
6880
6881 2019-06-25 Tom Tromey <tom@tromey.com>
6882
6883 * tui/tui.h (tui_is_window_visible): Return bool.
6884 * tui/tui.c (tui_is_window_visible): Return bool.
6885 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6886 (tui_make_visible, tui_make_invisible)
6887 (tui_win_info::make_visible)
6888 (tui_source_window_base::make_visible, make_all_visible)
6889 (tui_make_all_visible, tui_make_all_invisible): Update.
6890 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6891 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6892 bool.
6893 (struct tui_win_info, struct tui_source_window_base)
6894 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6895 * tui/tui-data.c (tui_init_generic_part): Update.
6896
6897 2019-06-25 Tom Tromey <tom@tromey.com>
6898
6899 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6900 (tui_source_window_base::make_visible): New methods.
6901 (make_all_visible): Make method call.
6902 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6903 (struct tui_source_window_base, struct tui_cmd_window): Override
6904 make_visible.
6905 (tui_win_is_source_type): Don't declare.
6906 * tui/tui-data.c (tui_win_is_source_type): Remove.
6907
6908 2019-06-25 Tom Tromey <tom@tromey.com>
6909
6910 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6911 NULL check.
6912
6913 2019-06-25 Tom Tromey <tom@tromey.com>
6914
6915 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6916 Inline constructor. Add initializers for members.
6917 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6918 constructors; now inline in class.
6919
6920 2019-06-25 Tom Tromey <tom@tromey.com>
6921
6922 * tui/tui-regs.c (tui_show_registers): Update.
6923 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6924 bool.
6925 * tui/tui-data.c (tui_data_window::clear_detail)
6926 (tui_data_window): Update.
6927
6928 2019-06-25 Tom Tromey <tom@tromey.com>
6929
6930 * tui/tui-windata.c (tui_display_all_data)
6931 (tui_display_data_from_line, tui_display_data_from)
6932 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6933 Update.
6934 * tui/tui-regs.c (tui_last_regs_line_no)
6935 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6936 (tui_show_registers, tui_show_register_group)
6937 (tui_display_registers_from, tui_display_reg_element_at_line)
6938 (tui_display_registers_from_line, tui_check_register_values)
6939 (tui_reg_next, tui_reg_prev): Update.
6940 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6941 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6942 tui_data_window.
6943 (struct tui_win_info) <detail>: Remove. Add new fields from
6944 tui_data_info.
6945 (TUI_DATA_WIN): Add cast.
6946 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6947 (~tui_data_window): Simplify.
6948
6949 2019-06-25 Tom Tromey <tom@tromey.com>
6950
6951 * tui/tui-layout.c (show_source_disasm_command)
6952 (show_source_or_disasm_and_command): Update.
6953 * tui/tui-io.c (update_cmdwin_start_line)
6954 (tui_redisplay_readline): Update.
6955 * tui/tui-data.h (struct tui_command_info): Remove.
6956 (struct tui_win_info) <detail>: Remove command_info member.
6957 (struct tui_data_window) <start_line>: New member, from
6958 tui_command_info.
6959 (TUI_CMD_WIN): Add casts.
6960
6961 2019-06-25 Tom Tromey <tom@tromey.com>
6962
6963 * tui/tui-winsource.c (tui_update_source_window)
6964 (tui_refill_source_window)
6965 (tui_source_window_base::do_scroll_horizontal)
6966 (tui_update_breakpoint_info, tui_set_exec_info_content)
6967 (tui_show_exec_info_content, tui_erase_exec_info_content)
6968 (tui_clear_exec_info_content): Update.
6969 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6970 Update.
6971 * tui/tui-win.c (make_invisible_and_set_new_height)
6972 (make_visible_with_new_height): Update.
6973 * tui/tui-source.c (tui_set_source_content)
6974 (tui_show_symtab_source): Update.
6975 * tui/tui-layout.c (extract_display_start_addr)
6976 (show_source_disasm_command, show_data)
6977 (make_source_or_disasm_window)
6978 (show_source_or_disasm_and_command): Update.
6979 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6980 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6981 "gdbarch".
6982 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6983 to tui_source_window_base.
6984 (struct tui_win_info) <detail>: Remove source_info member.
6985 (struct tui_source_window_base) <has_locator>: Inline.
6986 Move contents from tui_source_info; rename has_locator member to
6987 m_has_locator.
6988 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6989 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6990 header file.
6991 (tui_source_window_base::clear_detail, ~tui_source_window_base):
6992 Simplify.
6993 (tui_free_all_source_wins_content): Cast to
6994 tui_source_window_base.
6995
6996 2019-06-25 Tom Tromey <tom@tromey.com>
6997
6998 * tui/tui-win.c (make_invisible_and_set_new_height)
6999 (make_visible_with_new_height): Call has_locator method.
7000 * tui/tui-layout.c (show_source_disasm_command, show_data)
7001 (show_source_or_disasm_and_command): Update for bool change.
7002 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7003 (tui_win_info) <has_locator>: New method.
7004 (struct tui_source_window_base) <has_locator>: New method.
7005 (tui_win_has_locator): Don't declare.
7006 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7007 from tui_win_has_locator.
7008 (tui_source_window_base): Use false, not FALSE.
7009
7010 2019-06-25 Tom Tromey <tom@tromey.com>
7011
7012 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7013 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7014 clear_detail method directly.
7015 (tui_clear_win_detail): Remove.
7016
7017 2019-06-25 Tom Tromey <tom@tromey.com>
7018
7019 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7020 "this", not TUI_DISASM_WIN.
7021
7022 2019-06-25 Tom Tromey <tom@tromey.com>
7023
7024 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7025 declare.
7026 * tui/tui-winsource.c
7027 (tui_source_window_base::do_scroll_horizontal): Rename from
7028 tui_horizontal_source_scroll.
7029 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7030 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7031 from tui_vertical_data_scroll.
7032 * tui/tui-win.h (tui_scroll): Don't declare.
7033 * tui/tui-win.c (tui_win_info::forward_scroll)
7034 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7035 (tui_win_info::right_scroll): Rename and update.
7036 (tui_scroll_forward_command, tui_scroll_backward_command)
7037 (tui_scroll_left_command, tui_scroll_right_command): Update.
7038 (tui_scroll): Remove.
7039 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7040 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7041 from tui_vertical_source_scroll.
7042 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7043 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7044 from tui_vertical_disassem_scroll.
7045 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7046 do_scroll_horizontal>: New methods.
7047 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7048 Likewise.
7049 (struct tui_source_window_base): Add do_scroll_horizontal.
7050 (struct tui_source_window, struct tui_disasm_window): Add
7051 do_scroll_vertical.
7052 (struct tui_data_window, struct tui_cmd_window): Add
7053 do_scroll_horizontal and do_scroll_vertical.
7054 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7055
7056 2019-06-25 Tom Tromey <tom@tromey.com>
7057
7058 * tui/tui-data.h (struct tui_source_window_base): New struct.
7059 (struct tui_source_window): Derive from tui_source_window_base.
7060 (struct tui_disasm_window): New struct.
7061 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7062 from tui_source_window::clear_detail.
7063 (tui_source_window_base): Rename from tui_source_window.
7064 (~tui_source_window_base): Rename from ~tui_source_window.
7065 (tui_alloc_win_info): Create a tui_disasm_window.
7066
7067 2019-06-25 Tom Tromey <tom@tromey.com>
7068
7069 * tui/tui-data.h (struct tui_source_window)
7070 (struct tui_data_window): Declare destructors.
7071 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7072 destructors.
7073 (tui_win_info): Simplify.
7074
7075 2019-06-25 Tom Tromey <tom@tromey.com>
7076
7077 * tui/tui-winsource.c (tui_display_main)
7078 (tui_update_source_windows_with_addr)
7079 (tui_update_all_breakpoint_info): Update.
7080 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7081 (new_height_ok, parse_scrolling_args): Update.
7082 * tui/tui-stack.c (tui_show_frame_info): Update.
7083 * tui/tui-data.h (struct tui_list): Remove.
7084 (tui_source_windows): Return a reference to a std::vector.
7085 * tui/tui-data.c (source_windows): Now a std::vector.
7086 (tui_source_windows): Change return type.
7087 (tui_clear_source_windows): Rewrite.
7088 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7089 (tui_free_all_source_wins_content): Rewrite.
7090
7091 2019-06-25 Tom Tromey <tom@tromey.com>
7092
7093 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7094 (struct tui_data_window, struct tui_cmd_window): Declare
7095 clear_detail method.
7096 * tui/tui-data.c (tui_source_window::clear_detail)
7097 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7098 methods.
7099 (tui_clear_win_detail): Simplify.
7100
7101 2019-06-25 Tom Tromey <tom@tromey.com>
7102
7103 * tui/tui-layout.c (make_source_window, make_disasm_window)
7104 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7105 Return the new window.
7106 (show_source_disasm_command, show_data)
7107 (show_source_or_disasm_and_command): Update.
7108
7109 2019-06-25 Tom Tromey <tom@tromey.com>
7110
7111 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7112 parameter. Return the new window.
7113 (show_source_disasm_command): Update and remove NULL check.
7114 (show_source_or_disasm_and_command): Update.
7115
7116 2019-06-25 Tom Tromey <tom@tromey.com>
7117
7118 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7119
7120 2019-06-25 Tom Tromey <tom@tromey.com>
7121
7122 * tui/tui-data.h (struct tui_win_info): Make constructor
7123 protected. Make destructor virtual. Add initializers.
7124 (tui_source_window, tui_data_window, tui_cmd_window): New
7125 classes.
7126 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7127 constructor. Add "type" parameter.
7128 (tui_source_window, tui_data_window, tui_cmd_window): New
7129 constructors.
7130 (tui_alloc_win_info): Instantiate the appropriate subclass.
7131
7132 2019-06-25 Tom Tromey <tom@tromey.com>
7133
7134 * tui/tui-win.c (tui_resize_all): Use delete.
7135 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7136 destructor.
7137 (tui_free_window): Don't declare.
7138 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7139 Update.
7140
7141 2019-06-25 Tom Tromey <tom@tromey.com>
7142
7143 * tui/tui-data.h (struct tui_win_info): Add constructor.
7144 * tui/tui-data.c (tui_alloc_win_info): Use new.
7145 (tui_free_window): Use delete.
7146
7147 2019-06-22 Tom Tromey <tom@tromey.com>
7148
7149 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7150 declare.
7151 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7152
7153 2019-06-22 Tom Tromey <tom@tromey.com>
7154
7155 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7156 declare.
7157 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7158
7159 2019-06-22 Tom de Vries <tdevries@suse.de>
7160
7161 * dwarf2read.c (create_addrmap_from_aranges)
7162 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7163 instead of '%zu'.
7164
7165 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7166
7167 * dwarf2read.h (dwarf2_section_info_def): Remove.
7168 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7169 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7170 std::vector<dwarf2_section_info>.
7171 (struct dwo_file) <~dwo_file>: Remove.
7172 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7173 types field.
7174 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7175 (dwarf2_read_debug_names): Likewise.
7176 (create_debug_types_hash_table): Change parameter type to
7177 array_view, adjust code accordingly.
7178 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7179 (partial_die_info::fixup): Likewise.
7180 (determine_prefix): Likewise.
7181 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7182
7183 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7184
7185 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7186 gdb_bfd_ref_ptr.
7187 <~dwo_file>: Remove call to gdb_bfd_unref.
7188 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7189 gdb_bfd_ref_ptr::get.
7190
7191 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7194 type to htab_up.
7195 * dwarf2read.c (struct dwo_file): Initialize fields.
7196 <~dwo_file>: New.
7197 (free_dwo_file): Remove, move content to ~dwo_file.
7198 (struct dwo_file_deleter): Remove.
7199 (dwo_file_up>: Remove custom deleter.
7200 (free_dwo_files): Remove.
7201 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7202 dwo_files.
7203 (process_skeletonless_type_units): Call unique_ptr::get.
7204 (allocate_dwo_file_hash_table): Add deleter to created hash
7205 table. Change return type to htab_up.
7206 (lookup_dwo_file_slot): Don't memset dwo_file, call
7207 unique_ptr::get.
7208 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7209 (create_dwo_unit_in_dwp_v2): Likewise.
7210 (open_and_init_dwo_file): Likewise.
7211 (free_dwo_file_from_slot): Remove.
7212
7213 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7214
7215 * dwarf2read.h (struct dwarf2_section_info) <readin,
7216 is_virtual>: Change type to bool.
7217 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7218 true instead of 1.
7219
7220 2019-06-19 Tom Tromey <tom@tromey.com>
7221
7222 * tui/tui-data.h (tui_init_content_element): Don't declare.
7223
7224 2019-06-19 Tom Tromey <tom@tromey.com>
7225
7226 * tui/tui-data.h (tui_init_win_info): Don't declare.
7227
7228 2019-06-19 Tom de Vries <tdevries@suse.de>
7229
7230 * dwarf2read.h (abstract_to_concrete): Change type to
7231 std::unordered_map<sect_offset, std::vector<sect_offset>,
7232 gdb::hash_enum<sect_offset>>.
7233
7234 2019-06-19 Tom Tromey <tromey@adacore.com>
7235
7236 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7237 EVAL_AVOID_SIDE_EFFECTS specially.
7238
7239 2019-06-19 Tom Tromey <tromey@adacore.com>
7240
7241 * source-cache.c (highlighter): New global.
7242 (source_cache::get_source_lines): Create a highlighter on demand.
7243
7244 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 * defs.h (deprecated_interactive_hook): Delete declaration.
7247 * interps.c (clear_interpreter_hooks): Remove use of
7248 deprecated_interactive_hook.
7249 * top.c (deprecated_interactive_hook): Delete definition.
7250 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7251
7252 2019-06-18 Tom de Vries <tdevries@suse.de>
7253
7254 PR gdb/24515
7255 * dwarf2read.h (abstract_to_concrete): Change type from
7256 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7257 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7258 * dwarf2read.c (read_variable): Update.
7259 (dwarf2_fetch_die_loc_sect_off): Update.
7260
7261 2019-06-17 Tom de Vries <tdevries@suse.de>
7262
7263 PR gdb/24617
7264 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7265 accessing parent[parent_len - 1].
7266
7267 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7268
7269 PR gdb/24364
7270 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7271 call dtrace_process_dof with NULL dof.
7272
7273 2019-06-16 Tom de Vries <tdevries@suse.de>
7274
7275 PR gdb/24445
7276 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7277
7278 2019-06-16 Tom Tromey <tom@tromey.com>
7279
7280 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7281 (make_all_visible): Use address of member.
7282
7283 2019-06-16 Tom Tromey <tom@tromey.com>
7284
7285 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7286 (tui_free_window, free_content, free_content_elements): Remove
7287 unnecessary cast.
7288 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7289 cast.
7290 * tui/tui-regs.c (tui_show_register_group)
7291 (tui_display_registers_from, tui_display_reg_element_at_line):
7292 Remove unnecessary cast.
7293
7294 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7295
7296 * linux-nat.c (normal_mask): Delete.
7297 (_initialize_linux_nat): Don't initialise normal_mask.
7298
7299 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7300
7301 PR gdb/24445
7302 * dwarf-index-write.h (write_psymtabs_to_index): Add
7303 dwz_basename parameter.
7304 * dwarf-index-write.c (write_gdbindex): Move file writing to
7305 write_gdbindex_1. Change return type void.
7306 (assert_file_size): Move up, remove filename parameter.
7307 (write_gdbindex_1): New function.
7308 (write_debug_names): Change return type to void, call
7309 assert_file_size.
7310 (struct index_wip_file): New struct.
7311 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7312 file logic to index_wip_file. Write index for dwz file if
7313 needed.
7314 (save_gdb_index_command): Pass basename of dwz file, if present.
7315 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7316 build-id of dwz file, if present.
7317 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7318 (dwarf2_get_dwz_file): Likewise.
7319 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7320 (dwarf2_get_dwz_file): Likewise.
7321
7322 2019-06-16 Tom Tromey <tom@tromey.com>
7323
7324 * coffread.c (process_coff_symbol): Use xstrdup.
7325 * value.c (create_internalvar): Use xstrdup.
7326
7327 2019-06-16 Tom Tromey <tom@tromey.com>
7328
7329 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7330 * breakpoint.c (stopin_command, stopat_command)
7331 (until_break_command, decode_location_default): Remove unnecessary
7332 cast.
7333 * utils.c (subset_compare): Remove unnecessary cast.
7334 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7335 cast.
7336 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7337 cast.
7338 * infcmd.c (path_command): Remove unnecessary cast.
7339 * coffread.c (decode_type): Remove unnecessary cast.
7340 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7341 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7342 * tui/tui-stack.c (tui_show_locator_content)
7343 (tui_show_frame_info): Remove unnecessary cast.
7344 * tui/tui-win.c (tui_scroll_forward_command)
7345 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7346 (parse_scrolling_args): Remove unnecessary cast.
7347 * tui/tui-data.c (init_win_info, tui_del_window)
7348 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7349 (free_content_elements): Remove unnecessary cast.
7350 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7351 unnecessary cast.
7352 * tui/tui-source.c (tui_set_source_content)
7353 (tui_vertical_source_scroll): Remove unnecessary cast.
7354 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7355 cast.
7356 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7357 * tui/tui-regs.c (tui_display_registers_from)
7358 (tui_display_register): Remove unnecessary cast.
7359 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7360 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7361 (make_visible): Remove unnecessary cast.
7362 * tui/tui-winsource.c (tui_erase_source_content)
7363 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7364 unnecessary cast.
7365 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7366 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7367 * stabsread.c (read_type, read_array_type, read_range_type):
7368 Remove unnecessary cast.
7369 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7370 (parse_symbol, parse_type, upgrade_type, parse_external)
7371 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7372 unnecessary cast.
7373 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7374
7375 2019-06-16 Tom Tromey <tom@tromey.com>
7376
7377 * tui/tui-data.c (tui_alloc_generic_win_info)
7378 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7379 checks.
7380
7381 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7382 Andrew Burgess <andrew.burgess@embecosm.com>
7383
7384 * f-typeprint.c (f_print_type): Don't return early for not
7385 associated or not allocated types.
7386 (f_type_print_varspec_suffix): Add print_rank parameter and print
7387 ranks of array types in case they dangling.
7388 (f_type_print_base): Add print_rank parameter.
7389
7390 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7391
7392 * NEWS: Mention new MI commands.
7393 * break-catch-throw.c (enum exception_event_kind): Move to
7394 breakpoint.h.
7395 (print_mention_exception_catchpoint): Output text as a single
7396 message.
7397 (catch_exception_command_1): Rename to...
7398 (catch_exception_event): ...this, make non-static, update header
7399 command, and change some parameter types.
7400 (catch_catch_command): Update for changes to
7401 catch_exception_command_1.
7402 (catch_throw_command): Likewise.
7403 (catch_rethrow_command): Likewise.
7404 * breakpoint.c (enum exception_event_kind): Delete.
7405 * breakpoint.h (enum exception_event_kind): Moved here from
7406 break-catch-throw.c.
7407 (catch_exception_event): Declare.
7408 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7409 (mi_cmd_catch_throw): New function.
7410 (mi_cmd_catch_rethrow): New function.
7411 (mi_cmd_catch_catch): New function.
7412 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7413 'catch-catch' entries.
7414 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7415 (mi_cmd_catch_rethrow): Declare.
7416 (mi_cmd_catch_catch): Declare.
7417
7418 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7419
7420 * annotate.c (annotate_source_line): Change return type to void,
7421 update implementation to match.
7422 * annotate.h (annotate_source_line): Change return type to void,
7423 update header comment.
7424 * stack.c (print_frame_info): Don't change what frame information
7425 is printed based on whether annotations are on or not.
7426
7427 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7428
7429 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7430 (annotate_source): Make static.
7431 (annotate_source_line): Moved from source.c and renamed from
7432 identify_source_line. Update the return type.
7433 * annotate.h (annotate_source): Delete declaration.
7434 (annotate_source_line): Declaration moved from source.h, and
7435 renamed from identify_source_line. Return type updated.
7436 * source.c (identify_source_line): Moved to annotate.c and renamed
7437 to annotate_source_line.
7438 (info_line_command): Remove check of annotation_level.
7439 * source.h (identify_source_line): Move declaration to annotate.h
7440 and rename to annotate_source_line.
7441 * stack.c: Add 'annotate.h' include.
7442 (print_frame_info): Remove check of annotation_level before
7443 calling annotate_source_line.
7444
7445 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7446
7447 * source-cache.c (source_cache::get_plain_source_lines): Use
7448 open_source_file_with_line_charpos instead of just
7449 open_source_file, remove call to find_source_lines.
7450 (source_cache::get_source_lines): Likewise.
7451 * source.c (find_source_lines): Make static.
7452 (get_filename_and_charpos): Renamed into...
7453 (open_source_file_with_line_charpos): ..this along with changes to
7454 return a scoped_fd, and some other minor clean ups.
7455 (identify_source_line): Use open_source_file_with_line_charpos.
7456 (search_command_helper): Use open_source_file_with_line_charpos
7457 instead of just open_source_file, remove call to
7458 find_source_lines.
7459 * source.h (open_source_file_with_line_charpos): Declare new
7460 function.
7461 (find_source_lines): Delete declaration.
7462
7463 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7464
7465 * source.c (get_filename_and_charpos): Remove fullname
7466 parameter.
7467 (identify_source_line): Update call to get_filename_and_charpos.
7468
7469 2019-06-14 Tom Tromey <tromey@adacore.com>
7470
7471 PR gdb/24502:
7472 * ui-style.h (skip_ansi_escape): Update comment.
7473 * ui-file.h (class no_terminal_escape_file): New class.
7474 * ui-file.c (no_terminal_escape_file::write)
7475 (no_terminal_escape_file::puts): New methods.
7476 * cli/cli-logging.c (handle_redirections): Use
7477 no_terminal_escape_file.
7478
7479 2019-06-14 Tom Tromey <tromey@adacore.com>
7480
7481 * NEWS: Move convenience variable news above Python news.
7482
7483 2019-06-14 Tom Tromey <tom@tromey.com>
7484
7485 * gnulib: Move directory to top-level.
7486 * configure.ac: Don't configure gnulib.
7487 * configure: Rebuild.
7488 * common/common-defs.h: Use new path to gnulib.
7489 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7490 (GNULIB_H): Remove.
7491 (INCGNU): Look in new gnulib location.
7492 (HFILES_NO_SRCDIR): Remove gnulib files.
7493 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7494 (generated_files): Remove GNULIB_H.
7495 ($(LIBGNU), all-lib): Remove targets.
7496 (distclean): Don't mention GNULIB_BUILDDIR.
7497 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7498
7499 2019-06-14 Tom Tromey <tromey@adacore.com>
7500
7501 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7502 Warn if symbol file does not provide any symbols.
7503
7504 2019-06-14 Tom Tromey <tromey@adacore.com>
7505
7506 * source.c (find_and_open_source): Respect basenames_may_differ.
7507
7508 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7509
7510 * annotate.c (annotate_breakpoints_invalid): Make use of
7511 scoped_restore_terminal_state.
7512 (annotate_frames_invalid): Likewise.
7513
7514 2019-06-14 Tom Tromey <tromey@adacore.com>
7515
7516 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7517 allow assignment to an internalvar.
7518
7519 2019-06-14 Tom Tromey <tromey@adacore.com>
7520
7521 * ada-lex.l: Allow "_" in attribute names.
7522
7523 2019-06-14 Tom Tromey <tromey@adacore.com>
7524
7525 PR gdb/24653:
7526 * regcache.c (registers_changed): Don't call alloca.
7527 * top.c (execute_command): Don't call alloca.
7528
7529 2019-06-13 Pedro Alves <palves@redhat.com>
7530
7531 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7532 'expression'. When parsing an expression, error out if there's
7533 junk after "unlimited".
7534 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7535 (do_set_command): Adjust calls to is_unlimited_literal.
7536
7537 2019-06-13 Pedro Alves <palves@redhat.com>
7538
7539 * compile/compile.c (make_compile_options_def_group): Add braces
7540 around array_view initializer.
7541 * thread.c (make_thread_apply_all_options_def_group)
7542 (make_thread_apply_all_options_def_group): Likewise.
7543
7544 2019-06-13 Pedro Alves <palves@redhat.com>
7545
7546 * NEWS (New commands): Mention "maint test-options
7547 require-delimiter", "maint test-options unknown-is-error", "maint
7548 test-options unknown-is-operand" and "maint show
7549 test-options-completion-result".
7550 (New command options, command completion): New section.
7551 (Completion improvements): New section.
7552 Mention that you can abbreviate "unlimited".
7553
7554 2019-06-13 Pedro Alves <palves@redhat.com>
7555
7556 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7557 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7558 * unittests/cli-utils-selftests.c (test_parse_flags)
7559 (test_parse_flags_qcs): Delete.
7560 (test_cli_utils): Don't call deleted functions.
7561
7562 2019-06-13 Pedro Alves <palves@redhat.com>
7563
7564 * thread.c: Include "cli/cli-option.h".
7565 (tp_array_compar_ascending): Global.
7566 (tp_array_compar): Delete function.
7567 (tp_array_compar_ascending, tp_array_compar_descending): New
7568 functions.
7569 (ascending_option_def, qcs_flag_option_def)
7570 (thr_qcs_flags_option_defs)
7571 (make_thread_apply_all_options_def_group)
7572 (make_thread_apply_options_def_group): New.
7573 (thread_apply_all_command): Use gdb::option::process_options.
7574 (thread_apply_command_completer)
7575 (thread_apply_all_command_completer): New.
7576 (thread_apply_command): Use gdb::option::process_options.
7577 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7578 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7579 to generate help text of "thread apply". Adjust "taas"'s help.
7580 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7581 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7582
7583 2019-06-13 Pedro Alves <palves@redhat.com>
7584
7585 * thread.c (thread_apply_command): Check for invalid TID with
7586 isdigit instead of !isalpha.
7587
7588 2019-06-13 Pedro Alves <palves@redhat.com>
7589
7590 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7591 (validate_flags_qcs): New.
7592 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7593 (validate_flags_qcs): Declare.
7594 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7595 (make_frame_apply_options_def_group): New.
7596 (frame_apply_command_count): Process options with
7597 gdb::option::process_options.
7598 (frame_apply_completer): New.
7599 (frame_apply_level_completer, frame_apply_all_completer)
7600 (frame_apply_completer): New.
7601 (_initialize_stack): Update help of "frame apply", "frame apply
7602 level", "frame apply all" and "faas" to mention supported options
7603 and install command completers.
7604 * stack.h (frame_apply_all_completer): Declare.
7605 * thread.c: Include "stack.h".
7606 (tfaas_command): Add "--".
7607 (_initialize_thread): Update help "tfaas" to mention supported
7608 options and install command completer.
7609
7610 2019-06-13 Pedro Alves <palves@redhat.com>
7611
7612 * completer.c (complete_nested_command_line): New.
7613 (gdb_completion_word_break_characters_throw): Add assertion.
7614 * completer.h (complete_nested_command_line): Declare.
7615
7616 2019-06-13 Pedro Alves <palves@redhat.com>
7617
7618 * stack.c (parse_backtrace_qualifiers): New.
7619 (backtrace_command): Use it.
7620 (backtrace_command_completer): Complete on qualifiers.
7621
7622 2019-06-13 Pedro Alves <palves@redhat.com>
7623
7624 * frame.c: Include "cli/cli-option.h.
7625 (user_set_backtrace_options): New.
7626 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7627 Delete.
7628 (get_prev_frame): Adjust.
7629 (boolean_option_def, uinteger_option_def)
7630 (set_backtrace_option_defs): New.
7631 (_initialize_frame): Adjust and use
7632 gdb::option::add_setshow_cmds_for_options to install "set
7633 backtrace past-main" and "set backtrace past-entry".
7634 * frame.h: Include "cli/cli-option.h".
7635 (struct frame_print_options): Forward declare.
7636 (print_frame_arguments_all, print_frame_arguments_scalars)
7637 (print_frame_arguments_none): Declare.
7638 (print_entry_values): Delete declaration.
7639 (struct frame_print_options, user_frame_print_options): New.
7640 (struct set_backtrace_options): New.
7641 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7642 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7643 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7644 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7645 (list_args_or_locals): Add frame_print_options parameter.
7646 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7647 * python/py-framefilter.c (enumerate_args): Pass down
7648 USER_FRAME_PRINT_OPTIONS.
7649 * stack.c: Include "cli/cli-option.h".
7650 (print_frame_arguments_all, print_frame_arguments_scalars)
7651 (print_frame_arguments_none): Declare.
7652 (print_raw_frame_arguments, print_entry_values): Delete.
7653 (user_frame_print_options): New.
7654 (boolean_option_def, enum_option_def, frame_print_option_defs):
7655 New.
7656 (struct backtrace_cmd_options): New.
7657 (bt_flag_option_def): New.
7658 (backtrace_command_option_defs): New.
7659 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7660 (print_frame_arg, read_frame_arg, print_frame_args)
7661 (print_frame_info, print_frame): Add frame_print_options parameter
7662 and use it.
7663 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7664 (backtrace_command_1): Add frame_print_options and
7665 backtrace_cmd_options parameters and use them.
7666 (make_backtrace_options_def_group): New.
7667 (backtrace_command): Process command options with
7668 gdb::option::process_options.
7669 (backtrace_command_completer): New.
7670 (_initialize_stack): Extend "backtrace"'s help to mention
7671 supported options. Install completer for "backtrace".
7672 Install some settings commands with add_setshow_cmds_for_options.
7673
7674 2019-06-13 Pedro Alves <palves@redhat.com>
7675
7676 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7677 and that "set/show print raw frame-arguments" are now deprecated.
7678
7679 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7680 command.
7681 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7682 * stack.c (_initialize_stack): Install "set/show print
7683 raw-frame-arguments", and deprecate "set/show print raw
7684 frame-arguments".
7685 * valprint.c (_initialize_valprint): Deprecate "set/show print
7686 raw".
7687
7688 2019-06-13 Pedro Alves <palves@redhat.com>
7689
7690 * compile/compile.c (struct compile_options): New.
7691 (compile_flag_option_def, compile_command_option_defs)
7692 (make_compile_options_def_group): New.
7693 (compile_file_command): Handle options with
7694 gdb::option::process_options.
7695 (compile_file_command_completer): New function.
7696 (compile_code_command): Handle options with
7697 gdb::option::process_options.
7698 (compile_code_command_completer): New function.
7699 (_initialize_compiler): Install completers for "compile code" and
7700 "compile file". Mention available options in "compile code" and
7701 "compile code"'s help.
7702 * completer.c (advance_to_completion_word): New, factored out from
7703 ...
7704 (advance_to_expression_complete_word_point): ... this.
7705 (advance_to_filename_complete_word_point): New.
7706 * completer.h (advance_to_filename_complete_word_point): New
7707 declaration.
7708
7709 2019-06-13 Pedro Alves <palves@redhat.com>
7710
7711 * compile/compile.c: Include "cli/cli-option.h".
7712 (compile_print_value): Scope data pointer is now a
7713 value_print_options pointer; adjust.
7714 (compile_print_command): Process options. Scope data pointer is
7715 now a value_print_options pointer; adjust.
7716 (_initialize_compile): Update "compile print"'s help to include
7717 supported options. Install a completer for "compile print".
7718 * cp-valprint.c (show_vtblprint, show_objectprint)
7719 (show_static_field_print): Delete.
7720 (_initialize_cp_valprint): Don't install "set print
7721 static-members", "set print vtbl", "set print object" here.
7722 * printcmd.c: Include "cli/cli-option.h" and
7723 "common/gdb_optional.h".
7724 (print_command_parse_format): Rework to fill in a
7725 value_print_options instead of a format_data.
7726 (print_value): Change parameter type from format_data pointer to
7727 value_print_options reference. Adjust.
7728 (print_command_1): Process options. Adjust to pass down a
7729 value_print_options.
7730 (print_command_completer): New.
7731 (_initialize_printcmd): Install print_command_completer as
7732 handle_brkchars completer for the "print" command. Update
7733 "print"'s help to include supported options.
7734 * valprint.c: Include "cli/cli-option.h".
7735 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7736 here from cp-valprint.c.
7737 (boolean_option_def, uinteger_option_def)
7738 (value_print_option_defs, make_value_print_options_def_group):
7739 New. Use gdb::option::add_setshow_cmds_for_options to install
7740 "set print elements", "set print null-stop", "set print repeats",
7741 "set print pretty", "set print union", "set print array", "set
7742 print address", "set print symbol", "set print array-indexes".
7743 * valprint.h: Include <string> and "cli/cli-option.h".
7744 (make_value_print_options_def_group): Declare.
7745 (print_value): Change parameter type from format_data pointer to
7746 value_print_options reference.
7747 (print_command_completer): Declare.
7748
7749 2019-06-13 Pedro Alves <palves@redhat.com>
7750
7751 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7752 (COMMON_SFILES): Add maint-test-settings.c.
7753 * cli/cli-decode.c (boolean_enums): New global, factored out from
7754 ...
7755 (add_setshow_boolean_cmd): ... here.
7756 * cli/cli-decode.h (boolean_enums): Declare.
7757 * cli/cli-option.c: New file.
7758 * cli/cli-option.h: New file.
7759 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7760 factored out from ...
7761 (parse_cli_boolean_value(const char *)): ... this.
7762 (is_unlimited_literal): Change parameter type to pointer to
7763 pointer. Adjust and advance ARG pointer.
7764 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7765 (parse_cli_var_enum): New, factored out from ...
7766 (do_set_command): ... this. Adjust.
7767 * cli/cli-setshow.h (parse_cli_boolean_value)
7768 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7769 (parse_cli_var_enum): Declare.
7770 * cli/cli-utils.c: Include "cli/cli-option.h".
7771 (get_ulongest): New.
7772 * cli/cli-utils.h (get_ulongest): Declare.
7773 (check_for_argument): New overloads.
7774 * maint-test-options.c: New file.
7775
7776 2019-06-13 Pedro Alves <palves@redhat.com>
7777
7778 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7779 parse a range if "-" is at the end of the string.
7780
7781 2019-06-13 Pedro Alves <palves@redhat.com>
7782
7783 * cli/cli-setshow.c (parse_auto_binary_operation)
7784 (parse_cli_boolean_value): Don't allow "o".
7785
7786 2019-06-13 Pedro Alves <palves@redhat.com>
7787
7788 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7789 * NEWS: Mention maint test-settings KIND.
7790 * maint-test-settings.c: New file.
7791
7792 2019-06-13 Pedro Alves <palves@redhat.com>
7793
7794 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7795 completer.
7796 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7797 "set" completers.
7798
7799 2019-06-13 Pedro Alves <palves@redhat.com>
7800
7801 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7802 after item.
7803
7804 2019-06-13 Pedro Alves <palves@redhat.com>
7805
7806 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7807
7808 2019-06-13 Pedro Alves <palves@redhat.com>
7809
7810 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7811 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7812 call.
7813 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7814 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7815 calls.
7816 (check_for_argument): Skip spaces after argument.
7817
7818 2019-06-13 Pedro Alves <palves@redhat.com>
7819
7820 * thread.c (thread_apply_command): Adjust TID parsing.
7821 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7822 detected before end of string.
7823 (tid_is_in_list): Error out if LIST is invalid.
7824
7825 2019-06-13 Pedro Alves <palves@redhat.com>
7826
7827 * completer.c (complete_line_internal_1): Rewind completion word
7828 point.
7829 (completion_tracker::advance_custom_word_point_by): Change
7830 parameter type to int.
7831 * completer.h (completion_tracker::advance_custom_word_point_by):
7832 Likewise.
7833
7834 2019-06-13 Pedro Alves <palves@redhat.com>
7835
7836 * completer.c (advance_to_completion_word): Handle delimiters.
7837
7838 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7839
7840 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7841
7842 2019-06-11 Tom Tromey <tom@tromey.com>
7843
7844 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7845 (xmalloc_failed): Move to alloc.c.
7846 * alloc.c: New file.
7847 * Makefile.in (COMMON_SFILES): Add alloc.c.
7848
7849 2019-06-11 Tom Tromey <tom@tromey.com>
7850
7851 * nat/linux-waitpid.c: Don't include server.h.
7852 (linux_debug): Remove.
7853 (my_waitpid): Update.
7854
7855 2019-06-11 Tom Tromey <tromey@adacore.com>
7856
7857 * infcall.c (_initialize_infcall): Remove trailing newline from
7858 help.
7859 * user-regs.c (_initialize_user_regs): Remove trailing newline
7860 from help.
7861 * typeprint.c (_initialize_typeprint): Remove trailing newline
7862 from help.
7863 * reverse.c (_initialize_reverse): Remove trailing newlines from
7864 help.
7865 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7866 from help.
7867 * language.c (add_set_language_command): Remove trailing newline
7868 from help.
7869 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7870 help.
7871 * disasm.c (_initialize_disasm): Remove trailing newline from
7872 help.
7873 * top.c (init_main): Remove trailing newline from help.
7874 * interps.c (_initialize_interpreter): Remove trailing newline
7875 from help.
7876 * btrace.c (_initialize_btrace): Remove trailing newlines from
7877 help.
7878 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7879 from help.
7880 * python/python.c (_initialize_python): Remove trailing newline
7881 from help.
7882 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7883 help.
7884 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7885 from help. Reformat some text.
7886 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7887 from help.
7888 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7889 newline from help.
7890
7891 2019-06-11 Tom Tromey <tromey@adacore.com>
7892
7893 * darwin-nat.c (darwin_decode_exception_message)
7894 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7895
7896 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7897
7898 * valops.c (value_slice): Check for not allocated or not
7899 associated values.
7900
7901 2019-06-10 Tom de Vries <tdevries@suse.de>
7902
7903 PR gdb/24618
7904 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7905 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7906 invalid.
7907
7908 2019-06-10 Tom de Vries <tdevries@suse.de>
7909
7910 PR gdb/24611
7911 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7912 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7913
7914 2019-06-10 Tom de Vries <tdevries@suse.de>
7915
7916 PR symtab/24545
7917 * symtab.c (struct demangled_name_entry): Add language field.
7918 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7919 static minimal symbol". Set and use language field.
7920
7921 2019-06-10 Tom Tromey <tromey@adacore.com>
7922
7923 * ada-lang.c (_initialize_ada_language): Update help text.
7924
7925 2019-06-10 Tom Tromey <tromey@adacore.com>
7926
7927 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7928 with a newline.
7929 * guile/guile.c (handle_boot_error): Don't end warning with a
7930 newline.
7931 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7932 warning with a newline.
7933 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7934 newline.
7935 (s12z_frame_cache): Likewise.
7936 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7937 a newline.
7938 * solib-svr4.c (disable_probes_interface): Don't end warning with
7939 a newline.
7940 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7941 newline.
7942 * python/python.c (do_finish_initialization): Don't end warning
7943 with a newline.
7944
7945 2019-06-10 Tom Tromey <tom@tromey.com>
7946
7947 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7948 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7949 gdbpy_enter.
7950
7951 2019-06-10 Tom Tromey <tromey@adacore.com>
7952
7953 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7954 data.
7955 (elf_new_init): Don't call stabsread_new_init.
7956 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7957 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7958 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7959
7960 2019-06-10 Tom de Vries <tdevries@suse.de>
7961
7962 PR symtab/16264
7963 PR symtab/24517
7964 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7965
7966 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7967
7968 * source.c (find_and_open_source): Also rewrite relative file
7969 names.
7970
7971 2019-04-26 Amos Bird <amosbird@gmail.com>
7972
7973 * annotate.c (annotate_thread_exited): Add "thread-exited"
7974 annotation.
7975
7976 2019-06-06 Tom Tromey <tromey@adacore.com>
7977
7978 * maint.h (class scoped_command_stats): Use
7979 DISABLE_COPY_AND_ASSIGN.
7980 <print_time>: New method.
7981 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7982 print_time.
7983 (scoped_command_stats::print_time): New method.
7984
7985 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7986
7987 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7988 instructions of lengths 6 or 8 bytes.
7989
7990 2019-06-04 Pedro Alves <palves@redhat.com>
7991
7992 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
7993
7994 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
7995 * breakpoint.c (condition_completer): Likewise.
7996 * cli/cli-dump.c (scan_expression): Likewise.
7997 * common/filestuff.c (mkdir_recursive): Likewise.
7998 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
7999 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8000 (gdb_abspath): Likewise.
8001 * compile/compile-cplus-types.c
8002 (compile_cplus_instance::decl_name): Likewise.
8003 * completer.c (complete_explicit_location):
8004 (signal_completer, reg_or_group_completer_1): Likewise.
8005 * cp-support.c (cp_remove_params_if_any): Likewise.
8006 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8007 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8008 * infcmd.c (strip_bg_char): Likewise.
8009 * linespec.c (copy_token_string): Likewise.
8010 * mi/mi-main.c (output_cores): Likewise.
8011 * psymtab.c (psymtab_search_name):
8012 * symfile.c (test_set_ext_lang_command): Likewise.
8013 * target.c (target_fileio_read_stralloc): Likewise.
8014 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8015 * value.c (complete_internalvar): Likewise.
8016
8017 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8018
8019 Add objfile property to gdb.Type.
8020 * NEWS: Mention Python API addition.
8021 * python/py-type.c (typy_get_objfile): New method.
8022
8023 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8024
8025 * NEWS: Mention the new set|show style [title|highlight].
8026 Mention changes to "show style", "help" and "apropos".
8027
8028 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8029
8030 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8031 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8032 instead of print_help_for_command.
8033 (print_doc_of_command): New function.
8034 (help_list): Add 'apropos -v word' suggestion.
8035 (print_help_for_command): Style the command name using title style.
8036 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8037 (_initialize_cli_cmds): Describe -v in apropos_command help.
8038
8039 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8040
8041 * cli/cli-style.h (cli_style_option): Add name in constructor,
8042 add m_name class member, add constructor with intensity,
8043 add name class function.
8044 (cli_style_option::add_setshow_commands): Remove name argument.
8045 (highlight_style, title_style): New styles.
8046 * cli/cli-style.c (do_show): New function that shows a style
8047 characteristic styling the style name with itself.
8048 (set_style_name): New function.
8049 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8050 Update all callers according to the changes in cli/cli-style.h.
8051 * utils.h (fputs_highlighted): New function.
8052 * utils.c (fputs_highlighted): Likewise.
8053
8054 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8055
8056 * NEWS: Mention new pipe command and new convenience variables.
8057
8058 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8059
8060 * cli/cli-cmds.c (pipe_command): New function.
8061 (_initialize_cli_cmds): Call add_com for pipe_command.
8062 Define | as an alias for pipe.
8063 (exit_status_set_internal_vars): New function.
8064 (shell_escape): Call exit_status_set_internal_vars.
8065 cli/cli-decode.c (find_command_name_length): Recognize | as
8066 a single character command.
8067
8068 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8069
8070 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8071 top.c (execute_command_to_ui_file): New function, mostly a copy
8072 of execute_command_to_string.
8073 (execute_command_to_string): Implement by calling
8074 execute_command_to_ui_file.
8075
8076 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8077
8078 * top.h (saved_command_line): Remove declaration.
8079 * top.c (previous_saved_command_line, previous_repeat_arguments):
8080 New variables.
8081 (saved_command_line): Make static, define together with other
8082 'repeat variables'.
8083 (dont_repeat): Clear repeat_arguments.
8084 (repeat_previous, get_saved_command_line, save_command_line):
8085 New functions.
8086 (gdb_init): Initialize saved_command_line
8087 and previous_saved_command_line.
8088 * main.c (captured_main_1): Remove saved_command_line initialization.
8089 * event-top.c (handle_line_of_input): Update to use
8090 the new 'repeat' related functions instead of direct access to
8091 saved_command_line.
8092 * command.h (repeat_previous, get_saved_command_line,
8093 save_command_line): New declarations.
8094 (dont_repeat): Add comment.
8095
8096 2019-05-30 Tom Tromey <tromey@adacore.com>
8097
8098 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8099 Fix comment.
8100 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8101
8102 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8103
8104 PR cli/24587
8105 * completer.c (complete): Initialize variable word.
8106
8107 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8108
8109 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8110 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8111 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8112 'body' is NULL to the outter 'if', protecting the '!is_define'
8113 situation as well.
8114
8115 2019-05-29 Tom Tromey <tromey@adacore.com>
8116
8117 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8118 (dwarf_unknown): New function.
8119 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8120 (dwarf_type_encoding_name): Use dwarf_unknown.
8121
8122 2019-05-29 Tom Tromey <tromey@adacore.com>
8123
8124 PR c++/20020:
8125 * cp-valprint.c (cp_print_value_fields): Call
8126 cp_print_static_field inside "try".
8127
8128 2019-05-29 Tom Tromey <tromey@adacore.com>
8129
8130 * inflow.c (struct terminal_info): Add default operator=.
8131 * configure: Rebuild.
8132 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8133 -Wdeprecated-copy-dtor, -Wredundant-move.
8134
8135 2019-05-29 Tom Tromey <tromey@adacore.com>
8136
8137 * NEWS: Add entry.
8138 * infcmd.c (print_return_value_1): Handle finish_print
8139 option.
8140 (show_print_finish): New function.
8141 (_initialize_infcmd): Add "set/show print finish" commands.
8142 * valprint.c (user_print_options): Initialize new member.
8143 * valprint.h (struct value_print_options) <finish_print>: New
8144 member.
8145
8146 2019-05-28 Tom Tromey <tromey@adacore.com>
8147
8148 * ada-lang.c (ada_remove_Xbn_suffix)
8149 (find_old_style_renaming_symbol)
8150 (parse_old_style_renaming): Remove.
8151 (ada_find_renaming_symbol): Don't call
8152 find_old_style_renaming_symbol.
8153 (ada_is_renaming_symbol): Rename from
8154 ada_find_renaming_symbol. Remove "block" parameter. Return
8155 bool. Now static.
8156 (ada_read_var_value): Update and simplify.
8157 * ada-exp.y (write_var_or_type): Remove old code.
8158
8159 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8160
8161 PR gdb/25010
8162 * event-top.c: Remove include comment.
8163 * inflow.c (class scoped_ignore_sigttou): Move from here...
8164 * inflow.h (class scoped_ignore_sigttou): ...to here.
8165 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8166 * top.c: Remove include comment.
8167
8168 2019-05-27 Tom Tromey <tom@tromey.com>
8169
8170 * NEWS: Fix typo.
8171
8172 2019-05-22 Tom Tromey <tromey@adacore.com>
8173
8174 * target.c (target_follow_exec): Constify parameter.
8175 * target-delegates.c: Rebuild.
8176 * remote.c (remote_target::follow_exec): Constify parameter.
8177 * infrun.c (follow_exec): Constify parameter.
8178 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8179 (target_follow_exec): Likewise.
8180
8181 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8182
8183 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8184 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8185
8186 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8187
8188 * NEWS: Add debugredirect and testsuite sections.
8189
8190 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8191
8192 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8193 target descriptions using exclusively floating point register name
8194 aliases.
8195
8196 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8197
8198 PR gdb/18644:
8199 * f-lang.c (build_fortran_types): Handle the case where
8200 gdbarch_floatformat_for_type returns a nullptr.
8201
8202 2019-05-21 Tom de Vries <tdevries@suse.de>
8203
8204 PR cli/24587
8205 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8206
8207 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8208
8209 PR gdb/18644:
8210 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8211 16-byte floats.
8212 * i386-tdep.c (i386_floatformat_for_type): Use
8213 floatformats_ia64_quad for the 16-byte floating point component
8214 within a fortran 32-byte complex number.
8215
8216 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8217
8218 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8219 delete default constructor.
8220 (find_partial_die): Update to return const struct.
8221 (partial_die_parent_scope): Move variable declaration into scope
8222 of its use and change its type to auto.
8223 (guess_partial_die_structure_name): Likewise.
8224 (partial_die_info::fixup): Likewise.
8225
8226 2019-05-17 Tom Tromey <tromey@adacore.com>
8227
8228 * source.c (find_and_open_source): Remove cast.
8229
8230 2019-05-17 Tom Tromey <tromey@adacore.com>
8231
8232 * annotate.c (annotate_source): Make "filename" const.
8233 * annotate.h (annotate_source): Use const.
8234
8235 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8236
8237 * disasm.c (set_disassembler_options): Send errors to stderr.
8238
8239 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8240
8241 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8242 (cli_interp_base::set_logging): Check debug_redirect.
8243 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8244 * cli/cli-logging.c (debug_redirect): Add static variable.
8245 (pop_output_files): Add default param.
8246 (handle_redirections): Print debug setting.
8247 (show_logging_command): Likewise.
8248 (_initialize_cli_logging): Add debugredirect command.
8249 * interps.c (current_interp_set_logging): Add debug_redirect
8250 parameter.
8251 * interps.h (set_logging): Add debug_redirect parameter.
8252 (current_interp_set_logging): Likewise.
8253 * mi/mi-common.h: Likewise.
8254 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8255
8256 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8257 Tom Tromey <tromey@adacore.com>
8258
8259 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8260 directly.
8261 * cli/cli-interp.h (make_logging_output): Remove declaration.
8262 * cli/cli-logging.c (make_logging_output): Remove function.
8263 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8264 directly.
8265 * ui-file.c (tee_file::tee_file): Remove bools.
8266 (tee_file::~tee_file): Remove deletes.
8267 * ui-file.h (tee_file): Remove bools.
8268
8269 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8270
8271 * mi/mi-cmds.h (mi_cmd_complete): New function.
8272 * mi/mi-main.c (mi_cmd_complete): Likewise.
8273 * mi/mi-cmds.c: Define new MI command -complete.
8274 * NEWS: Mention new -complete command.
8275
8276 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8277
8278 * completer.h (complete): New function.
8279 * completer.c (complete): Likewise.
8280 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8281 function defined in completer.h.
8282
8283 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8284
8285 * MAINTAINERS (Write After Approval): Add myself.
8286
8287 2019-05-17 Tom de Vries <tdevries@suse.de>
8288
8289 PR gdb/24094
8290 * dwarf2read.c (struct cu_partial_die_info): New struct.
8291 (find_partial_die): Return cu_partial_die_info.
8292 (partial_die_parent_scope, guess_partial_die_structure_name)
8293 (partial_die_info::fixup): Handle new return type of find_partial_die.
8294
8295 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8296
8297 PR breakpoints/24541
8298 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8299 "std::string", simplifying the algorithm.
8300
8301 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8302
8303 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8304 (stap_static_probe_ops::get_probes): Likewise.
8305
8306 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8307
8308 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8309 '-')" and "else if".
8310 (stap_parse_single_operand): Join checks for
8311 "gdbarch_stap_parse_special_token_p" and
8312 "gdbarch_stap_parse_special_token" in the same "if" statement.
8313 Invert check when verifying for operation on register
8314 displacement.
8315
8316 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8317
8318 * stap-probe.c (stap_get_opcode): Update comment.
8319 (stap_get_expected_argument_type): Likewise.
8320 (handle_stap_probe): Likewise.
8321
8322 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8323
8324 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8325 return type to 'bool'. Adjust comment. Use 'bool' when
8326 appropriate.
8327 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8328 * stap-probe.c (stap_parse_argument_1): Likewise.
8329 (stap_is_operator): Likewise.
8330 (stap_is_generic_prefix): Likewise.
8331 (stap_is_register_prefix): Likewise.
8332 (stap_is_register_indirection_prefix): Likewise.
8333 (stap_is_integer_prefix): Likewise.
8334 (stap_generic_check_suffix): Likewise.
8335 (stap_check_integer_suffix): Likewise.
8336 (stap_check_register_suffix): Likewise.
8337 (stap_check_register_indirection_suffix): Likewise.
8338 (stap_parse_register_operand): Likewise.
8339 (stap_parse_single_operand): Likewise.
8340 (stap_parse_argument_1): Likewise.
8341 (stap_probe::get_argument_count): Likewise.
8342 (stap_is_operator): Likewise.
8343
8344 2019-05-16 Tom Tromey <tromey@adacore.com>
8345
8346 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8347 keyword to foreach.
8348
8349 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8350
8351 * linux-thread-db.c (try_thread_db_load_1): Change return type
8352 to bool.
8353 (try_thread_db_load): Likewise.
8354 (try_thread_db_load_from_pdir_1): Likewise.
8355 (try_thread_db_load_from_pdir): Likewise.
8356 (try_thread_db_load_from_sdir): Likewise.
8357 (try_thread_db_load_from_dir): Likewise.
8358 (thread_db_load_search): Likewise.
8359 (has_libpthread): Likewise.
8360 (thread_db_load): Likewise.
8361
8362 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8363
8364 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8365 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8366 NULL, and complain/return if that's the case.
8367
8368 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8369
8370 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8371 (advance, posn, abstract_read_memory): New functions.
8372 [struct mem_read_abstraction]: New struct.
8373 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8374
8375 2019-05-14 Tom Tromey <tromey@adacore.com>
8376
8377 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8378 value is not lval_memory.
8379
8380 2019-05-14 Tom Tromey <tromey@adacore.com>
8381
8382 * solib.c (info_sharedlibrary_command): Style the file name.
8383
8384 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8385
8386 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8387 (aarch64_vnv_type): Likewise.
8388 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8389 * common/tdesc.c: Likewise.
8390 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8391 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8392 * features/aarch64-fpu.xml: Add ieee half view.
8393 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8394 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8395 * gdbtypes.h (struct builtin_type): Likewise.
8396 (struct objfile_type): Likewise.
8397
8398 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8399
8400 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8401 typo.
8402 * location.h (string_to_event_location): Likewise.
8403
8404 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8405
8406 GDB 8.3 released.
8407
8408 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8409
8410 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8411 New variable declaration.
8412 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8413 New variable.
8414 (print_one_breakpoint): Use ui_out::test_flags and new global
8415 variable to compute use_fixed_output.
8416 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8417 Remove.
8418 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8419 (mi_multi_location_breakpoint_output_fixed): Remove.
8420 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8421 new variable.
8422 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8423 fix_multi_location_breakpoint_output flag if version >= 3.
8424 * ui-out.h (enum ui_out_flag)
8425 <fix_multi_location_breakpoint_output>: New enumerator.
8426
8427 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8428
8429 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8430
8431 2019-05-10 Tom Tromey <tromey@adacore.com>
8432
8433 * ada-lang.c (catch_ada_completer): New function.
8434 (_initialize_ada_language): Use it.
8435
8436 2019-05-10 Tom Tromey <tromey@adacore.com>
8437
8438 * thread.c (print_thread_info): Make "requested_threads" const.
8439 * gdbthread.h (print_thread_info): Make "requested_threads"
8440 const.
8441 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8442 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8443
8444 2019-05-08 Tom Tromey <tom@tromey.com>
8445
8446 * gdbtypes.c (objfile_type_data): Change type.
8447 (objfile_type, _initialize_gdbtypes): Update.
8448
8449 2019-05-08 Tom Tromey <tom@tromey.com>
8450
8451 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8452 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8453 (_initialize_dwarf2_frame): Update.
8454
8455 2019-05-08 Tom Tromey <tom@tromey.com>
8456
8457 * objc-lang.c (objc_objfile_data): Change type.
8458 (find_methods): Update.
8459 (_initialize_objc_lang): Remove.
8460
8461 2019-05-08 Tom Tromey <tom@tromey.com>
8462
8463 * stabsread.c (rs6000_builtin_type_data): Change type.
8464 (rs6000_builtin_type, _initialize_stabsread): Update.
8465
8466 2019-05-08 Tom Tromey <tom@tromey.com>
8467
8468 * mips-tdep.c (mips_pdr_data): Remove.
8469 (_initialize_mips_tdep): Update.
8470
8471 2019-05-08 Tom Tromey <tom@tromey.com>
8472
8473 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8474 (hppa_init_objfile_priv_data, read_unwind_info)
8475 (find_unwind_entry, _initialize_hppa_tdep): Update.
8476
8477 2019-05-08 Tom Tromey <tom@tromey.com>
8478
8479 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8480 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8481 on obstack.
8482 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8483
8484 2019-05-08 Tom Tromey <tom@tromey.com>
8485
8486 * mdebugread.c (basic_type_data): Change type.
8487 (basic_type, _initialize_mdebugread): Update.
8488
8489 2019-05-08 Tom Tromey <tom@tromey.com>
8490
8491 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8492
8493 2019-05-08 Tom Tromey <tom@tromey.com>
8494
8495 * nto-tdep.c (nto_inferior_data_reg): Change type.
8496 (nto_inferior_data): Update.
8497 (nto_inferior_data_cleanup, nto_new_inferior_data)
8498 (_initialize_nto_tdep): Remove.
8499 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8500
8501 2019-05-08 Tom Tromey <tom@tromey.com>
8502
8503 * ada-lang.c (struct ada_inferior_data): Add initializers.
8504 (ada_inferior_data): Change type.
8505 (ada_inferior_data_cleanup): Remove.
8506 (get_ada_inferior_data, ada_inferior_exit)
8507 (struct ada_pspace_data): Add initializers, destructor.
8508 (ada_pspace_data_handle): Change type.
8509 (get_ada_pspace_data): Update.
8510 (ada_pspace_data_cleanup): Remove.
8511
8512 2019-05-08 Tom Tromey <tom@tromey.com>
8513
8514 * coffread.c (struct coff_symfile_info): Add initializers.
8515 (coff_objfile_data_key): Move lower. Change type.
8516 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8517 Update.
8518 (coff_free_info): Remove.
8519
8520 2019-05-08 Tom Tromey <tom@tromey.com>
8521
8522 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8523 (fbsd_pspace_data_handle): Move lower. Change type.
8524 (get_fbsd_pspace_data): Update.
8525 (fbsd_pspace_data_cleanup): Remove.
8526 (_initialize_fbsd_tdep): Update.
8527
8528 2019-05-08 Tom Tromey <tom@tromey.com>
8529
8530 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8531 (get_ada_tasks_pspace_data): Update.
8532 (ada_tasks_pspace_data_cleanup): Remove.
8533 (_initialize_tasks): Update.
8534 (ada_tasks_inferior_data_handle): Change type.
8535 (get_ada_tasks_inferior_data): Update.
8536 (ada_tasks_inferior_data_cleanup): Remove.
8537 (struct ada_tasks_pspace_data): Add initializers.
8538
8539 2019-05-08 Tom Tromey <tom@tromey.com>
8540
8541 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8542 * symfile-debug.c (debug_sym_get_probes): Change type.
8543 * stap-probe.c (handle_stap_probe):
8544 (stap_static_probe_ops::get_probes): Change type.
8545 * probe.h (class static_probe_ops) <get_probes>: Change type.
8546 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8547 (parse_probes_in_pspace): Update.
8548 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8549 Update.
8550 (any_static_probe_ops::get_probes): Change type.
8551 * elfread.c (elfread_data): New typedef.
8552 (probe_key): Change type.
8553 (elf_get_probes): Likewise. Update.
8554 (probe_key_free): Remove.
8555 (_initialize_elfread): Update.
8556 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8557 Change type.
8558 (dtrace_process_dof_probe, dtrace_process_dof)
8559 (dtrace_static_probe_ops::get_probe): Change type.
8560
8561 2019-05-08 Tom Tromey <tom@tromey.com>
8562
8563 * xcoffread.c (struct xcoff_symfile_info): Rename from
8564 coff_symfile_info. Add initializers.
8565 (xcoff_objfile_data_key): Move lower. Change type.
8566 (XCOFF_DATA): Rewrite.
8567 (xcoff_free_info): Remove.
8568 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8569 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8570 (xcoff_initial_scan): Update.
8571
8572 2019-05-08 Tom Tromey <tom@tromey.com>
8573
8574 * solib-svr4.c (struct svr4_info): Add initializers and
8575 destructor.
8576 <probes_table>: Now an htab_up.
8577 (solib_svr4_pspace_data): Change type.
8578 (free_probes_table): Simplify.
8579 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8580 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8581 (probes_table_remove_objfile_probes, register_solib_event_probe)
8582 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8583 (_initialize_svr4_solib): Update.
8584
8585 2019-05-08 Tom Tromey <tom@tromey.com>
8586
8587 * remote.c (remote_pspace_data): Change type.
8588 (remote_pspace_data_cleanup): Remove.
8589 (get_remote_exec_file, set_pspace_remote_exec_file)
8590 (_initialize_remote): Update.
8591
8592 2019-05-08 Tom Tromey <tom@tromey.com>
8593
8594 * breakpoint.c (breakpoint_objfile_key): Change type.
8595 (get_breakpoint_objfile_data): Update.
8596 (free_breakpoint_objfile_data): Remove.
8597 (_initialize_breakpoint): Update.
8598
8599 2019-05-08 Tom Tromey <tom@tromey.com>
8600
8601 * linux-tdep.c (struct linux_info): Add initializers.
8602 (linux_inferior_data): Move. Change type.
8603 (invalidate_linux_cache_inf): Update.
8604 (linux_inferior_data_cleanup): Remove.
8605 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8606
8607 2019-05-08 Tom Tromey <tom@tromey.com>
8608
8609 * auxv.c (auxv_inferior_data): Move. Change type.
8610 (auxv_inferior_data_cleanup): Remove.
8611 (invalidate_auxv_cache_inf): Rewrite.
8612 (get_auxv_inferior_data, _initialize_auxv): Update.
8613
8614 2019-05-08 Tom Tromey <tom@tromey.com>
8615
8616 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8617 (symfile_debug_objfile_data_key): Change type.
8618 (symfile_debug_installed, debug_qf_has_symbols)
8619 (debug_qf_find_last_source_symtab)
8620 (debug_qf_forget_cached_source_info)
8621 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8622 (debug_qf_print_stats, debug_qf_dump)
8623 (debug_qf_expand_symtabs_for_function)
8624 (debug_qf_expand_all_symtabs)
8625 (debug_qf_expand_symtabs_with_fullname)
8626 (debug_qf_map_matching_symbols)
8627 (debug_qf_expand_symtabs_matching)
8628 (debug_qf_find_pc_sect_compunit_symtab)
8629 (debug_qf_map_symbol_filenames)
8630 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8631 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8632 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8633 (debug_sym_read_linetable, debug_sym_relocate): Update.
8634 (symfile_debug_free_objfile): Remove.
8635 (install_symfile_debug_logging, _initialize_symfile_debug):
8636 Update.
8637
8638 2019-05-08 Tom Tromey <tom@tromey.com>
8639
8640 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8641 allocate_on_obstack.
8642 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8643 (get_dwarf2_per_objfile): Update.
8644 (set_dwarf2_per_objfile): Remove.
8645 (dwarf2_has_info, dwarf2_get_section_info): Update.
8646 (dwarf2_free_objfile): Remove.
8647 (_initialize_dwarf2_read): Update.
8648
8649 2019-05-08 Tom Tromey <tom@tromey.com>
8650
8651 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8652 initializers.
8653 <unsupported_script_warning_printed,
8654 script_not_found_warning_printed>: Now bool.
8655 (auto_load_pspace_data): Change type.
8656 (~auto_load_pspace_info): Rename from
8657 auto_load_pspace_data_cleanup.
8658 (get_auto_load_pspace_data, init_loaded_scripts_info)
8659 (clear_section_scripts, maybe_print_unsupported_script_warning)
8660 (maybe_print_script_not_found_warning, _initialize_auto_load):
8661 Update.
8662
8663 2019-05-08 Tom Tromey <tom@tromey.com>
8664
8665 * objfiles.c (objfile_pspace_info): Add destructor and
8666 initializers.
8667 (objfiles_pspace_data): Change type.
8668 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8669 (get_objfile_pspace_data): Update.
8670 (objfiles_bfd_data): Change type.
8671 (get_objfile_bfd_data): Update.
8672 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8673
8674 2019-05-08 Tom Tromey <tom@tromey.com>
8675
8676 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8677 Change type.
8678 (get_catch_syscall_inferior_data): Update.
8679 (catch_syscall_inferior_data_cleanup): Remove.
8680 (_initialize_break_catch_syscall): Update.
8681
8682 2019-05-08 Tom Tromey <tom@tromey.com>
8683
8684 * inflow.c (struct terminal_info): Add destructor and
8685 initializers.
8686 (inflow_inferior_data): Change type.
8687 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8688 (get_inflow_inferior_data, inflow_inferior_exit)
8689 (swap_terminal_info, _initialize_inflow): Update.
8690
8691 2019-05-08 Tom Tromey <tom@tromey.com>
8692
8693 * target-dcache.c (target_dcache_cleanup): Remove.
8694 (target_dcache_aspace_key): Change type.
8695 (target_dcache_init_p, target_dcache_invalidate)
8696 (target_dcache_get, target_dcache_get_or_init)
8697 (_initialize_target_dcache): Update.
8698 * dcache.h (struct dcache_deleter): New.
8699
8700 2019-05-08 Tom Tromey <tom@tromey.com>
8701
8702 * symtab.c (struct symbol_cache): Add destructor and
8703 initializers.
8704 (symbol_cache_key): Move. Change type.
8705 (make_symbol_cache, free_symbol_cache): Remove.
8706 (get_symbol_cache): Update.
8707 (symbol_cache_cleanup): Remove.
8708 (ALL_PSPACES, symbol_cache_flush)
8709 (maintenance_print_symbol_cache)
8710 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8711 Update.
8712
8713 2019-05-08 Tom Tromey <tom@tromey.com>
8714
8715 * symtab.c (struct main_info): Add destructor and initializers.
8716 (main_progspace_key): Move. Change type.
8717 (get_main_info): Update.
8718 (main_info_cleanup): Remove.
8719 (_initialize_symtab): Update.
8720
8721 2019-05-08 Tom Tromey <tom@tromey.com>
8722
8723 * registry.h (DECLARE_REGISTRY): Define the _key class.
8724
8725 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8726
8727 * NEWS: Merge two 'New commands' sections.
8728
8729 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8730
8731 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8732 parameter and use Ada language definition instead.
8733 (ada_val_print_ptr): Remove unused language parameter.
8734 (ada_val_print_num): Remove language parameter and use Ada language
8735 definition instead.
8736 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8737 parameter.
8738 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8739 parameter and use Ada language definition instead.
8740 (ada_val_print_1): Update all ada_val_print_xxx calls.
8741 Remove language parameter.
8742 (ada_val_print): Update ada_val_print_1 call.
8743
8744 2019-05-08 Tom Tromey <tromey@adacore.com>
8745
8746 * remote.c (remote_hw_watchpoint_limit)
8747 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8748 Now static.
8749
8750 2019-05-08 Tom Tromey <tromey@adacore.com>
8751
8752 * maint.c (_initialize_maint_cmds): Move initialization code to
8753 remote.c.
8754 (watchdog, show_watchdog): Move to remote.c.
8755 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8756 "watchdog" static.
8757 (_initialize_remote): Move initialization code from maint.c.
8758 * defs.h (watchdog): Don't declare.
8759
8760 2019-05-08 Tom Tromey <tromey@adacore.com>
8761
8762 * tui/tui-interp.c: Include main.h.
8763 * interps.c: Include main.h.
8764 * main.h (interpreter_p): Declare.
8765 * defs.h (interpreter_p): Don't declare.
8766
8767 2019-05-08 Tom Tromey <tromey@adacore.com>
8768
8769 * dwarf2loc.c: Include dwarf2read.h.
8770 * defs.h (read_unsigned_leb128): Don't declare.
8771 * dwarf2read.h (read_unsigned_leb128): Declare.
8772
8773 2019-05-08 Tom Tromey <tromey@adacore.com>
8774
8775 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8776 method.
8777
8778 2019-05-08 Tom Tromey <tromey@adacore.com>
8779
8780 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8781 when no wrap column is set.
8782
8783 2019-05-08 Tom Tromey <tromey@adacore.com>
8784
8785 * c-lang.c (c_get_string): Handle non-C-style arrays.
8786
8787 2019-05-08 Tom Tromey <tromey@adacore.com>
8788
8789 * typeprint.c (print_offset_data::update): Print the bit offset,
8790 not the number of bits remaining.
8791
8792 2019-05-08 Tom Tromey <tromey@adacore.com>
8793
8794 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8795 padding at end of comment.
8796
8797 2019-05-08 Tom Tromey <tromey@adacore.com>
8798
8799 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8800 Compare main types.
8801
8802 2019-05-06 Tom Tromey <tom@tromey.com>
8803
8804 * common/scoped_mmap.c: Include common-defs.h.
8805 * common/scoped_mmap.h: Don't include config.h.
8806
8807 2019-05-04 Tom Tromey <tom@tromey.com>
8808
8809 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8810 (struct aarch64_call_info): Add initializers.
8811 <si>: Now a std::vector.
8812 (pass_on_stack, aarch64_push_dummy_call): Update.
8813
8814 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8815 Tom Tromey <tom@tromey.com>
8816
8817 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8818 (ppc_threads): Now a std::vector. Now static.
8819 (hwdebug_find_thread_points_by_tid)
8820 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8821 Update.
8822
8823 2019-05-04 Tom Tromey <tom@tromey.com>
8824
8825 * arc-tdep.c (arc_tdesc_init): Return bool.
8826
8827 2019-05-04 Tom Tromey <tom@tromey.com>
8828
8829 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8830 Use gdb_assert_not_reached.
8831
8832 2019-05-04 Tom Tromey <tom@tromey.com>
8833
8834 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8835 "false".
8836
8837 2019-05-04 Tom Tromey <tom@tromey.com>
8838
8839 * arc-tdep.c (arc_tdesc_init): Use bool.
8840
8841 2019-05-04 Tom Tromey <tom@tromey.com>
8842
8843 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8844
8845 2019-05-04 Tom Tromey <tom@tromey.com>
8846
8847 * cli/cli-cmds.c (valid_command_p): Return bool.
8848
8849 2019-05-04 Tom Tromey <tom@tromey.com>
8850
8851 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8852 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8853
8854 2019-05-04 Raul Tambre <raul@tambre.ee>
8855
8856 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8857 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8858 operator for comparison.
8859
8860 2019-05-04 Tom Tromey <tom@tromey.com>
8861
8862 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8863 (lookup_partial_symbol, print_partial_symbols)
8864 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8865 (psymbol_compare): Update.
8866 (add_psymbol_to_bcache): Clear the entire psymbol.
8867 (maintenance_check_psymtabs): Update.
8868 * psympriv.h (struct partial_symbol): Don't derive from
8869 general_symbol_info.
8870 <obj_section, unrelocated_address, address,
8871 set_unrelocated_address>: Update.
8872 <ginfo>: New member.
8873 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8874 (debug_names::write_psymbols): Update.
8875
8876 2019-05-04 Tom de Vries <tdevries@suse.de>
8877
8878 * contrib/cc-with-tweaks.sh: Support -n arg.
8879
8880 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8881
8882 * corelow.c (core_target::detach): Ensure frame cache and
8883 register caches are cleared.
8884 inferior.c (exit_inferior_1): Likewise.
8885
8886 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8887 Tom Tromey <tom@tromey.com>
8888
8889 * dictionary.c (collate_pending_symbols_by_language): Remove
8890 "struct" from foreach.
8891 * symtab.c (lookup_global_symbol_from_objfile)
8892 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8893 foreach.
8894 * ser-tcp.c (net_open): Remove "struct" from foreach.
8895 * objfiles.c (objfile_relocate, objfile_rebase)
8896 (objfile_has_symbols): Remove "struct" from foreach.
8897 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8898 from foreach.
8899 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8900 foreach.
8901 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8902 "struct" from foreach.
8903 * ada-lang.c (create_excep_cond_exprs)
8904 (ada_exception_catchpoint_cond_string): Remove "struct" from
8905 foreach.
8906
8907 2019-05-03 Tom Tromey <tromey@adacore.com>
8908
8909 * ada-exp.y (convert_char_literal): Check suffix of each
8910 enumerator.
8911
8912 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8913
8914 PR ada/21406:
8915 * ada-exp.y (yywrap): Don't define.
8916 * ada-lex.l (%option): Add noyywrap
8917 (yywrap): Remove.
8918
8919 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8920
8921 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8922 _WIN32_WINNT to the XP level, unless already defined to a higher
8923 level.
8924
8925 * unittests/parse-connection-spec-selftests.c:
8926 * ser-tcp.c:
8927 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8928 override.
8929
8930 * symfile.c (find_separate_debug_file): Remove colon from the
8931 drive spec of DOS/Windows file names of the target, so that the
8932 file name produced from DEBUGDIR and the target's directory will
8933 be valid on DOS/Windows systems.
8934
8935 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8936
8937 * rust-lang.c (val_print_struct): Handle printing structures
8938 containing strings.
8939
8940 2019-05-02 Tom Tromey <tromey@adacore.com>
8941
8942 * valarith.c (_initialize_valarith): Remove.
8943
8944 2019-05-01 Tom Tromey <tromey@adacore.com>
8945
8946 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8947 bitfields.
8948
8949 2019-05-01 Tom Tromey <tromey@adacore.com>
8950
8951 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8952 for big-endian copies.
8953
8954 2019-04-30 Ali Tamur <tamur@google.com>
8955 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8956 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8957 (read_3_bytes): New function.
8958
8959 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8960
8961 * windows-nat.c (main_thread_id): Delete.
8962 (handle_output_debug_string): Replace main_thread_id by
8963 current_event.dwThreadId.
8964 (fake_create_process): Likewise.
8965 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8966 Do not set main_thread_id.
8967 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8968 current_event.dwThreadId.
8969 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8970
8971 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8972
8973 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8974 Use current_event.dwThreadId instead of main_thread_id.
8975
8976 2019-04-30 Tom Tromey <tromey@adacore.com>
8977
8978 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8979 (create_excep_cond_exprs): Iterate over program spaces.
8980 (ada_exception_catchpoint_cond_string): Examine all minimal
8981 symbols for exception types.
8982
8983 2019-04-30 Tom Tromey <tromey@adacore.com>
8984
8985 PR c++/24470:
8986 * dwarf2read.c (process_structure_scope): Handle case where type
8987 has template parameters but no symbol was created.
8988
8989 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8990 Chris January <chris.january@arm.com>
8991
8992 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
8993 qualifier.
8994 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
8995
8996 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * f-typeprint.c (f_print_type): Update rules for printing
8999 whitespace.
9000 (f_type_print_varspec_suffix): Likewise.
9001
9002 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9003 Chris January <chris.january@arm.com>
9004
9005 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9006 function arguments.
9007
9008 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9009
9010 * f-lang.c (build_fortran_types): Change name of void type to
9011 lower case.
9012 * f-typeprint.c (f_type_print_base): Print the name of the void
9013 type, rather than a fixed string.
9014 * f-valprint.c (f_decorations): Use lower case void string.
9015
9016 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9017 Chris January <chris.january@arm.com>
9018
9019 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9020 types for Fortran.
9021
9022 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9023 Chris January <chris.january@arm.com>
9024 David Lecomber <david.lecomber@arm.com>
9025
9026 * f-exp.y (BINOP_INTRINSIC): New token.
9027 (exp): New parser rule handling BINOP_INTRINSIC.
9028 (f77_keywords): Add new builtin procedures.
9029 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9030 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9031 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9032 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9033 (print_unop_subexp_f): New function.
9034 (print_binop_subexp_f): New function.
9035 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9036 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9037 (dump_subexp_body_f): Likewise.
9038 (operator_check_f): Likewise.
9039 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9040 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9041
9042 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9043
9044 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9045 UNOP_KIND.
9046 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9047 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9048 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9049 (operator_length_f): New fuction.
9050 (print_subexp_f): New function.
9051 (op_name_f): New function.
9052 (dump_subexp_body_f): New function.
9053 (operator_check_f): New function.
9054 (exp_descriptor_f): Replace standard expression handling functions
9055 with new functions.
9056 * gdb/fortran-operator.def: New file.
9057 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9058 * gdb/std-operator.def: Remove UNOP_KIND.
9059
9060 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * std-operator.def: Remove unbalanced, stray double quote
9063 character.
9064
9065 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9066 Chris January <chris.january@arm.com>
9067 Daniel Everett <daniel.everett@arm.com>
9068 Nick Forrington <nick.forrington@arm.com>
9069 Richard Bunt <richard.bunt@arm.com>
9070
9071 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9072 of depth when printing anonymous structs or unions.
9073 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9074 Don't print either the top-level value, or the children if the
9075 max-depth is exceeded.
9076 (ppscm_print_children): When printing the key of a map, allow one
9077 extra level of depth.
9078 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9079 print either the top-level value, or the children if the max-depth
9080 is exceeded.
9081 (print_children): When printing the key of a map, allow one extra
9082 level of depth.
9083 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9084 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9085 (user_print_options): Initialise max_depth field.
9086 (val_print_scalar_or_string_type_p): New function.
9087 (val_print): Check to see if the max depth has been reached.
9088 (val_print_check_max_depth): Define new function.
9089 (show_print_max_depth): New function.
9090 (_initialize_valprint): Add 'print max-depth' option.
9091 * valprint.h (struct value_print_options) <max_depth>: New field.
9092 (val_print_check_max_depth): Declare new function.
9093 * NEWS: Document new feature.
9094
9095 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9096
9097 * ada-lang.c (ada_language_defn): Initialise new field.
9098 * c-lang.c (c_is_string_type_p): New function.
9099 (c_language_defn): Initialise new field.
9100 (cplus_language_defn): Initialise new field.
9101 (asm_language_defn): Initialise new field.
9102 (minimal_language_defn): Initialise new field.
9103 * c-lang.h (c_is_string_type_p): Declare new function.
9104 * d-lang.c (d_language_defn): Initialise new field.
9105 * f-lang.c (f_is_string_type_p): New function.
9106 (f_language_defn): Initialise new field.
9107 * go-lang.c (go_is_string_type_p): New function.
9108 (go_language_defn): Initialise new field.
9109 * language.c (default_is_string_type_p): New function.
9110 (unknown_language_defn): Initialise new field.
9111 (auto_language_defn): Initialise new field.
9112 * language.h (struct language_defn) <la_is_string_type_p>: New
9113 member variable.
9114 (default_is_string_type_p): Declare new function.
9115 * m2-lang.c (m2_language_defn): Initialise new field.
9116 * objc-lang.c (objc_language_defn): Initialise new field.
9117 * opencl-lang.c (opencl_language_defn): Initialise new field.
9118 * p-lang.c (pascal_is_string_type_p): New function.
9119 (pascal_language_defn): Initialise new field.
9120 * rust-lang.c (rust_is_string_type_p): New function.
9121 (rust_language_defn): Initialise new field.
9122
9123 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9124
9125 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9126 New field.
9127 * ada-lang.c (ada_language_defn): Initialise new field.
9128 * c-lang.c (c_language_defn): Likewise.
9129 (cplus_language_defn): Likewise.
9130 (asm_language_defn): Likewise.
9131 (minimal_language_defn): Likewise.
9132 * d-lang.c (d_language_defn): Likewise.
9133 * f-lang.c (f_language_defn): Likewise.
9134 * go-lang.c (go_language_defn): Likewise.
9135 * language.c (unknown_language_defn): Likewise.
9136 (auto_language_defn): Likewise.
9137 * m2-lang.c (m2_language_defn): Likewise.
9138 * objc-lang.c (objc_language_defn): Likewise.
9139 * opencl-lang.c (opencl_language_defn): Likewise.
9140 * p-lang.c (pascal_language_defn): Likewise.
9141 * rust-lang.c (rust_language_defn): Likewise.
9142
9143 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9144
9145 * ada-lang.c (ada_is_character_type): Change return type to bool.
9146 (ada_is_string_type): Likewise.
9147 * ada-lang.h (ada_is_character_type): Update declaration
9148 (ada_is_string_type): Likewise.
9149
9150 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9151
9152 Support style in 'frame|thread apply'
9153
9154 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9155 * record.c (record_start, record_stop): Update callers of
9156 execute_command_to_string with false.
9157 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9158 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9159 methods.
9160 (class string_file): New constructor with term_out parameter.
9161 Override methods term_out and can_emit_style_escape. New member
9162 term_out.
9163 (class stdio_file): Override can_emit_style_escape.
9164 (class tee_file): Override term_out and can_emit_style_escape.
9165 * utils.h (can_emit_style_escape): Remove.
9166 * utils.c (can_emit_style_escape): Likewise.
9167 Update all callers of can_emit_style_escape (SOMESTREAM) to
9168 SOMESTREAM->can_emit_style_escape.
9169 * source-cache.c (source_cache::get_source_lines): Likewise.
9170 * stack.c (frame_apply_command_count): Call execute_command_to_string
9171 passing the term_out characteristic of the current gdb_stdout.
9172 * thread.c (thr_try_catch_cmd): Likewise.
9173 * top.c (execute_command_to_string): pass term_out parameter
9174 to construct the string_file for the command output.
9175 * ui-file.c (term_cli_styling): New function (most code moved
9176 from utils.c can_emit_style_escape).
9177 (string_file::string_file, string_file::can_emit_style_escape,
9178 stdio_file::can_emit_style_escape, tee_file::term_out,
9179 tee_file::can_emit_style_escape): New functions.
9180
9181 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9182
9183 * NEWS: Mention the new set|show may-call-functions.
9184 * infcall.c (may_call_functions_p): New variable.
9185 (show_may_call_functions_p): New function.
9186 (call_function_by_hand_dummy): Throws an error if not
9187 may-call-functions.
9188 (_initialize_infcall): Call add_setshow_boolean_cmd for
9189 may-call-functions.
9190
9191 2019-04-25 Keith Seitz <keiths@redhat.com>
9192
9193 PR c++/24367
9194 * cp-support.c (inspect_type): Don't attempt substitutions
9195 of symbol with the same name.
9196
9197 2019-04-25 Tom Tromey <tromey@adacore.com>
9198
9199 PR gdb/24475:
9200 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9201 static.
9202
9203 2019-04-25 Tom Tromey <tromey@adacore.com>
9204
9205 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9206 rvalue reference.
9207 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9208 (gdb_xml_parser::parse): Use std::move.
9209 * python/python-internal.h (gdbpy_convert_exception): Take a const
9210 reference.
9211 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9212 std::move.
9213 * python/py-utils.c (gdbpy_convert_exception): Take a const
9214 reference.
9215 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9216 Use std::move.
9217 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9218 Use std::move.
9219 * mi/mi-main.c (mi_print_exception): Take a const reference.
9220 * main.c (handle_command_errors): Take a const reference.
9221 * linespec.c (parse_linespec): Use std::move.
9222 * infcall.c (run_inferior_call): Use std::move.
9223 (call_function_by_hand_dummy): Use std::move.
9224 * exec.c (try_open_exec_file): Use std::move.
9225 * exceptions.h (exception_print, exception_fprintf)
9226 (exception_print_same): Update.
9227 * exceptions.c (print_exception, exception_print)
9228 (exception_fprintf, exception_print_same): Change parameters to
9229 const reference.
9230 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9231 * common/new-op.c: Use std::move.
9232 * common/common-exceptions.h (struct gdb_exception): Add move
9233 constructor.
9234 (struct gdb_exception_error, struct gdb_exception_quit, struct
9235 gdb_quit_bad_alloc): Change constructor to move constructor.
9236 (throw_exception): Change parameter to rvalue reference.
9237 * common/common-exceptions.c (throw_exception): Take rvalue
9238 reference.
9239 * cli/cli-interp.c (safe_execute_command): Use std::move.
9240 * breakpoint.c (insert_bp_location, location_to_sals): Use
9241 std::move.
9242
9243 2019-04-25 Tom Tromey <tromey@adacore.com>
9244
9245 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9246 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9247 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9248 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9249 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9250 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9251 guile/scm-value.c: Use unpack.
9252 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9253 gdbscm_gdb_exception.
9254 (gdbscm_throw_gdb_exception): Likewise.
9255 (struct gdbscm_gdb_exception): New.
9256 (unpack): New function.
9257 (gdbscm_wrap): Use unpack.
9258
9259 2019-04-25 Tom Tromey <tromey@adacore.com>
9260
9261 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9262 (gdb_rl_callback_handler): Use std::move.
9263 * common/common-exceptions.h (struct gdb_exception): Add move
9264 assignment operator.
9265 (throw_exception_sjlj): Change "exception" to const reference.
9266 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9267 (throw_exception_sjlj): Change "exception" to const reference.
9268
9269 2019-04-25 Tom Tromey <tromey@adacore.com>
9270
9271 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9272 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9273 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9274 Update.
9275 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9276 Update.
9277 * mi/mi-interp.c (mi_interp::exec): Update.
9278 * linespec.c (parse_linespec): Update.
9279 * infcall.c (run_inferior_call): Update.
9280 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9281 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9282 (gdbscm_lookup_global_symbol): Update.
9283 * guile/scm-param.c (gdbscm_parameter_value): Update.
9284 * guile/scm-frame.c (gdbscm_frame_read_register)
9285 (gdbscm_frame_read_var): Update.
9286 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9287 * exec.c (try_open_exec_file): Update.
9288 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9289 (gdb_rl_callback_handler): Update.
9290 * common/common-exceptions.h (exception_none): Don't declare.
9291 * common/common-exceptions.c (exception_none): Don't define.
9292 (struct catcher) <exception>: Update.
9293 * cli/cli-interp.c (safe_execute_command): Update.
9294 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9295
9296 2019-04-25 Ali Tamur <tamur@google.com>
9297
9298 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9299 (read_attribute_value): Likewise.
9300 (dwarf2_read_addr_index): Update comment.
9301 (read_str_index): Add DW_FORM_strx.
9302 (dwarf2_string_attr): Likewise.
9303 (dwarf2_const_value_attr): Likewise.
9304 (dump_die_shallow): Likewise.
9305 (dwarf2_fetch_constant_bytes): Likewise.
9306 (skip_form_bytes): Likewise.
9307 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9308
9309 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9310
9311 PR corefiles/11608
9312 PR corefiles/18187
9313 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9314 OFFSET. Verify if current mapping contains an ELF header.
9315 (linux_find_memory_regions_full): Adjust call to
9316 dump_mapping_p.
9317
9318 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9319 Kang Li <kanglictf@gmail.com>
9320
9321 PR gdb/21600
9322
9323 * dwarf2-frame.c (read_initial_length): Be consistent about using
9324 unsigned representation of length.
9325 (decode_frame_entry_1): Likewise. Check for wraparound of
9326 end pointer as well as buffer overflow.
9327
9328 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9329
9330 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9331 "vq".
9332
9333 2019-04-24 Tom Tromey <tromey@adacore.com>
9334
9335 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9336
9337 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9338
9339 * s12z-tdep.c (s12z_unwind_pc): Delete.
9340 (s12z_unwind_sp): Delete.
9341 (s12z_gdbarch_init): Don't register deleted functions with
9342 gdbarch.
9343
9344 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9345
9346 * rl78-tdep.c (rl78_unwind_sp): Delete.
9347 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9348
9349 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9350
9351 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9352 (xstormy16_unwind_pc): Delete.
9353 (xstormy16_dummy_id): Delete.
9354 (xstormy16_gdbarch_init): Don't register deleted functions with
9355 gdbarch.
9356
9357 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9358
9359 * vax-tdep.c (vax_unwind_pc): Delete.
9360 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9361
9362 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9363
9364 * v850-tdep.c (v850_unwind_sp): Delete.
9365 (v850_unwind_pc): Delete.
9366 (v850_dummy_id): Delete.
9367 (v850_gdbarch_init): Don't register deleted functions with
9368 gdbarch.
9369
9370 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9371
9372 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9373 (tilegx_unwind_pc): Delete.
9374 (tilegx_unwind_dummy_id): Delete.
9375 (tilegx_gdbarch_init): Don't register deleted functions with
9376 gdbarch.
9377
9378 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9379
9380 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9381 (tic6x_dummy_id): Delete.
9382 (tic6x_gdbarch_init): Don't register deleted functions with
9383 gdbarch.
9384
9385 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9386
9387 * sparc-tdep.c (sparc_unwind_pc): Delete.
9388 (sparc32_gdbarch_init): Don't register deleted function with
9389 gdbarch.
9390
9391 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9392
9393 * sh-tdep.c (sh_unwind_sp): Delete.
9394 (sh_unwind_pc): Delete.
9395 (sh_dummy_id): Delete.
9396 (sh_gdbarch_init): Don't register deleted functions with
9397 gdbarch.
9398
9399 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9400
9401 * score-tdep.c (score_unwind_sp): Delete.
9402 (score_unwind_pc): Delete.
9403 (score_dummy_id): Delete.
9404 (score_gdbarch_init): Don't register deleted functions with
9405 gdbarch.
9406
9407 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9408
9409 * rx-tdep.c (rx_unwind_pc): Delete.
9410 (rx_unwind_sp): Delete.
9411 (rx_dummy_id): Delete.
9412 (rx_gdbarch_init): Don't register deleted functions with
9413 gdbarch. Update comment.
9414
9415 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9416
9417 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9418 (rs6000_dummy_id): Delete.
9419 (rs6000_gdbarch_init): Don't register deleted functions with
9420 gdbarch.
9421
9422 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9423
9424 * or1k-tdep.c (or1k_dummy_id): Delete.
9425 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9426
9427 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9428
9429 * nios2-tdep.c (nios2_dummy_id): Delete.
9430 (nios2_unwind_sp): Delete.
9431 (nios2_gdbarch_init): Don't register deleted functions with
9432 gdbarch.
9433
9434 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9435
9436 * nds32-tdep.c (nds32_dummy_id): Delete.
9437 (nds32_unwind_pc): Delete.
9438 (nds32_unwind_sp): Delete.
9439 (nds32_gdbarch_init): Don't register deleted functions with
9440 gdbarch.
9441
9442 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * msp430-tdep.c (msp430_unwind_pc): Delete.
9445 (msp430_unwind_sp): Delete.
9446 (msp430_dummy_id): Delete.
9447 (msp430_gdbarch_init): Don't register deleted functions with
9448 gdbarch.
9449
9450 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 * moxie-tdep.c (moxie_unwind_sp): Delete.
9453 (moxie_unwind_pc): Delete.
9454 (moxie_dummy_id): Delete.
9455 (moxie_gdbarch_init): Don't register deleted functions with
9456 gdbarch.
9457
9458 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9459
9460 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9461 (mn10300_unwind_pc): Delete.
9462 (mn10300_unwind_sp): Delete.
9463 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9464 mn10300_unwind_sp.
9465 (mn10300_frame_unwind_init): Don't register deleted functions with
9466 gdbarch.
9467
9468 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9469
9470 * mep-tdep.c (mep_unwind_pc): Delete.
9471 (mep_unwind_sp): Delete.
9472 (mep_dummy_id): Delete.
9473 (mep_gdbarch_init): Don't register deleted functions with
9474 gdbarch.
9475
9476 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9477
9478 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9479 (m68hc11_unwind_sp): Delete.
9480 (m68hc11_gdbarch_init): Don't register deleted functions with
9481 gdbarch.
9482
9483 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9484
9485 * m32r-tdep.c (m32r_unwind_sp): Delete.
9486 (m32r_unwind_pc): Delete.
9487 (m32r_dummy_id): Delete.
9488 (m32r_gdbarch_init): Don't register deleted functions with
9489 gdbarch.
9490
9491 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9492
9493 * m32c-tdep.c (m32c_unwind_pc): Delete.
9494 (m32c_unwind_sp): Delete.
9495 (m32c_dummy_id): Delete.
9496 (m32c_gdbarch_init): Don't register deleted functions with
9497 gdbarch.
9498
9499 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9500
9501 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9502 (lm32_unwind_pc): Delete.
9503 (lm32_dummy_id): Delete.
9504 (lm32_gdbarch_init): Don't register deleted functions with
9505 gdbarch.
9506
9507 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9508
9509 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9510 (iq2000_unwind_pc): Delete.
9511 (iq2000_dummy_id): Delete.
9512 (iq2000_gdbarch_init): Don't register deleted functions with
9513 gdbarch.
9514
9515 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9516
9517 * nds32-tdep.c (nds32_type_align): Delete.
9518 (nds32_push_dummy_call): Use type_align instead.
9519
9520 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9521
9522 * arm-tdep.c (arm_type_align): Only handle vector override case.
9523 (arm_push_dummy_call): Use type_align.
9524 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9525
9526 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9527
9528 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9529 case.
9530 (pass_on_stack): Use type_align.
9531 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9532 function.
9533
9534 2019-04-23 Tom Tromey <tromey@adacore.com>
9535
9536 * dwarf2read.c (line_header::file_name_at): Remove unused
9537 overload.
9538
9539 2019-04-23 Tom de Vries <tdevries@suse.de>
9540
9541 PR gdb/24438
9542 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9543 invocation.
9544
9545
9546 2019-03-27 Ali Tamur <tamur@google.com>
9547
9548 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9549 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9550 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9551 (dwarf_expr_context::get_addr_index): Likewise
9552 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9553 (symbol_needs_eval_context::get_addr_index): Likewise
9554 (disassemble_dwarf_expression): Add DW_OP_addrx
9555 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9556 (read_cutu_die_from_dwo): Update comment
9557 (skip_one_die): Add DW_FORM_addrx
9558 (read_attribute_value): Likewise
9559 (var_decode_location): Add DW_OP_addrx
9560 (dwarf2_const_value_attr): Add DW_FORM_addrx
9561 (dump_die_shallow): Likewise
9562 (dwarf2_fetch_constant_bytes): Likewise
9563 (decode_locdesc): Add DW_OP_addrx
9564 (skip_form_bytes): Add DW_FORM_addrx
9565
9566 2019-04-22 Ali Tamur <tamur@google.com>
9567
9568 * MAINTAINERS (Write After Approval): Add self.
9569
9570 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9571
9572 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9573 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9574 (open_symbol_file_object): Likewise.
9575 (svr4_default_sos): Add info parameter.
9576 (svr4_read_so_list): Likewise.
9577 (svr4_current_sos_direct): Adjust functions calls to pass down
9578 info.
9579 (svr4_current_sos_1): Add info parameter.
9580 (svr4_current_sos): Call get_svr4_info, pass info down to
9581 svr4_current_sos_1.
9582 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9583 get_svr4_info.
9584 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9585 get_svr4_info.
9586 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9587 to get_svr4_info.
9588 (probes_table_remove_objfile_probes): Likewise.
9589 (register_solib_event_probe): Add info parameter.
9590 (solist_update_incremental): Pass info parameter down to
9591 svr4_read_so_list.
9592 (disable_probes_interface): Add info parameter.
9593 (svr4_handle_solib_event): Pass current_program_space to
9594 get_svr4_info. Adjust disable_probes_interface cleanup.
9595 (svr4_create_probe_breakpoints): Add info parameter, pass it
9596 down to register_solib_event_probe.
9597 (svr4_create_solib_event_breakpoints): Add info parameter,
9598 pass it down to svr4_create_probe_breakpoints.
9599 (enable_break): Pass info down to
9600 svr4_create_solib_event_breakpoints.
9601 (svr4_solib_create_inferior_hook): Pass current_program_space to
9602 get_svr4_info.
9603 (svr4_clear_solib): Likewise.
9604
9605 2019-04-22 Pedro Alves <palves@redhat.com>
9606
9607 * solib-svr4.c (svr4_free_objfile_observer): New.
9608 (probe_and_action::objfile): New field.
9609 (probes_table_htab_remove_objfile_probes)
9610 (probes_table_remove_objfile_probes): New functions.
9611 (register_solib_event_probe): Add 'objfile' parameter. Store it
9612 in the new probe_and_action. Don't store the probe in 'lookup'.
9613 (svr4_create_probe_breakpoints): Pass objfile to
9614 register_solib_event_probe.
9615 (_initialize_svr4_solib): Register a free_objfile observer.
9616
9617 2019-04-19 Tom Tromey <tom@tromey.com>
9618
9619 * common/queue.h: Remove.
9620
9621 2019-04-19 Tom Tromey <tom@tromey.com>
9622
9623 * event-loop.c: Don't include "common/queue.h".
9624
9625 2019-04-19 Tom Tromey <tom@tromey.com>
9626
9627 * remote.c (remote_target): Use delete.
9628 * remote-notif.h: Include <list>, not "common/queue.h".
9629 (notif_client_p): Remove typedef.
9630 (remote_notif_state): Add constructor, destructor, initializer.
9631 <notif_queue>: Now a std::list.
9632 (remote_notif_state_xfree): Don't declare.
9633 * remote-notif.c (remote_notif_process, handle_notification)
9634 (remote_notif_state_allocate): Update.
9635 (~remote_notif_state): Rename from remote_notif_state_xfree.
9636
9637 2019-04-19 Tom Tromey <tom@tromey.com>
9638
9639 * symfile.c (reread_symbols): Update.
9640 * objfiles.c (objfile_register_static_link)
9641 (objfile_lookup_static_link): Update
9642 (~objfile) Don't delete static_links.
9643 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9644
9645 2019-04-19 Tom Tromey <tom@tromey.com>
9646
9647 * type-stack.h (struct type_stack) <insert>: Constify string.
9648 * type-stack.c (type_stack::insert): Constify string.
9649 * gdbtypes.h (lookup_template_type): Update.
9650 (address_space_name_to_int): Update.
9651 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9652 const.
9653 (lookup_template_type): Make name const.
9654 * c-exp.y: Update rules.
9655 (lex_one_token, classify_name, classify_inner_name)
9656 (c_print_token): Update.
9657 * p-exp.y: Update rules.
9658 (yylex): Update.
9659 * f-exp.y: Update rules.
9660 (yylex): Update.
9661 * d-exp.y: Update rules.
9662 (lex_one_token, classify_name, classify_inner_name): Update.
9663 * parse.c (write_dollar_variable, copy_name): Return std::string.
9664 * parser-defs.h (copy_name): Change return type.
9665 * m2-exp.y: Update rules.
9666 (yylex): Update.
9667 * go-exp.y (lex_one_token): Update.
9668 Update rules.
9669 (classify_unsafe_function, classify_packaged_name)
9670 (classify_name, yylex): Update.
9671
9672 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9673
9674 * configure.ac: add --enable-source-highlight switch.
9675 * configure: Regenerate.
9676 * top.c (print_gdb_version): plumb --enable-source-highlight
9677 status to "show configuration".
9678
9679 2019-04-19 Tom Tromey <tromey@adacore.com>
9680
9681 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9682 Check ADA_TYPE_P.
9683 (empty_record, ada_template_to_fixed_record_type_1)
9684 (template_to_static_fixed_type)
9685 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9686 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9687 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9688 macros.
9689
9690 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9691
9692 PR symtab/24423:
9693 * source.c (print_source_lines_base): Advance "iter" when a
9694 control character is seen.
9695
9696 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9697
9698 * inferior.h (struct infcall_suspend_state_deleter):
9699 Catch exception in destructor to avoid crash.
9700
9701 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9702
9703 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9704 close to the add_com "shell".
9705
9706 2019-04-18 Tom Tromey <tromey@adacore.com>
9707
9708 * process-stratum-target.h (class process_stratum_target)
9709 <stratum>: Add "final".
9710
9711 2019-04-17 Tom Tromey <tromey@adacore.com>
9712
9713 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9714 against nullptr before use.
9715
9716 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9717
9718 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9719
9720 2019-04-17 Jim Wilson <jimw@sifive.com>
9721 Andrew Burgess <andrew.burgess@embecosm.com>
9722
9723 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9724 code read might fail, assume 4-byte breakpoint in that case.
9725
9726 2019-04-15 Leszek Swirski <leszeks@google.com>
9727
9728 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9729 rather than a hand-rolled POD check when checking for forced MEMORY
9730 classification.
9731
9732 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9733
9734 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9735 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9736 function.
9737 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9738 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9739 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9740 declaration.
9741
9742 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9743
9744 * aarch64-linux-nat.c
9745 (aarch64_linux_nat_target::thread_architecture): Add override.
9746 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9747 each VQ.
9748
9749 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9750
9751 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9752
9753 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9754
9755 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9756 target types of size 96-bits, add some additional comments, and
9757 check that the builtin type we found was the correct size.
9758
9759 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9760
9761 * utils.c (prompt_for_continue): Don't restore the styling at the
9762 end, as applied_style has the wrong value. This fixes styling in
9763 long lists of file names that are interrupted by the "Continue?"
9764 prompt.
9765
9766 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9767
9768 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9769 * c-lang.c (c_language_defn): Likewise.
9770 (cplus_language_defn): Likewise.
9771 (asm_language_defn): Likewise.
9772 (minimal_language_defn): Likewise.
9773 * d-lang.c (d_language_defn): Likewise.
9774 * f-lang.c (f_language_defn): Likewise.
9775 * go-lang.c (go_language_defn): Likewise.
9776 * language.c (unknown_language_defn): Likewise.
9777 (auto_language_defn): Likewise.
9778 * language.h (struct language_defn): Remove la_magic field.
9779 (LANG_MAGIC): Delete.
9780 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9781 * objc-lang.c (objc_language_defn): Likewise.
9782 * opencl-lang.c (opencl_language_defn): Likewise.
9783 * p-lang.c (pascal_language_defn): Likewise.
9784 * rust-lang.c (rust_language_defn): Likewise.
9785
9786 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * riscv-tdep.c (riscv_type_align): New function.
9789 (riscv_type_alignment): Delete.
9790 (riscv_arg_location): Use 'type_align'.
9791 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9792
9793 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9794
9795 * gdbtypes.c (type_align): A struct with no non-static fields also
9796 has alignment of 1.
9797
9798 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9799
9800 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9801 component to 0.
9802 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9803 member.
9804 (riscv_struct_info::analyse): New implementation using new
9805 analyse_inner member function.
9806 (riscv_struct_info::field_offset): New member function.
9807 (riscv_struct_info::m_offsets): New member variable.
9808 (riscv_struct_info::analyse_inner): New private member function,
9809 takes the old implementation of riscv_struct_info::analyse but
9810 extended to track field offsets.
9811 (riscv_call_arg_struct): Update the struct folding special cases
9812 to handle cases where empty C++ structs, which are non-zero
9813 length, are found.
9814 (riscv_arg_location): Initialise the length of each location, a
9815 non-zero length now indicates the location is in use.
9816 (riscv_push_dummy_call): Allow for the first location having a
9817 non-zero offset when setting up arguments.
9818 (riscv_return_value): Likewise, but for return values.
9819
9820 2019-04-11 Tom Tromey <tromey@adacore.com>
9821
9822 * utils.c (internal_vproblem): Make "msg" const.
9823
9824 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9825
9826 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9827 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9828 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9829 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9830
9831 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9832
9833 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9834 function.
9835 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9836 of amd64_collect_native_gregset.
9837 (amd64_linux_nat_target::store_registers): Likewise.
9838
9839 2019-04-10 Tom Tromey <tom@tromey.com>
9840
9841 * symtab.c (lookup_global_symbol_from_objfile)
9842 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9843 * objfiles.h (class separate_debug_iterator): New.
9844 (class separate_debug_range): New.
9845 (struct objfile) <separate_debug_objfiles>: New method.
9846 (objfile_separate_debug_iterate): Don't declare.
9847 * objfiles.c (separate_debug_iterator::operator++): Rename from
9848 objfile_separate_debug_iterate.
9849 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9850 iterator.
9851 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9852 iterator.
9853
9854 2019-04-10 Tom Tromey <tom@tromey.com>
9855
9856 * symfile.c (reread_symbols): Remove old comment.
9857 * objfiles.c (free_all_objfiles): Fix a typo.
9858
9859 2019-04-10 Tom Tromey <tom@tromey.com>
9860
9861 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9862 * minsyms.c (lookup_minimal_symbol): Use foreach.
9863 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9864 (lookup_minimal_symbol_solib_trampoline): Likewise.
9865 * symfile.c (reread_symbols): Use foreach.
9866
9867 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9868 Tom Tromey <tromey@adacore.com>
9869
9870 PR rust/24414:
9871 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9872 (rust_lex_int_test): Change "value" to be LONGEST.
9873 (rust_lex_tests): Add test for long integer literal.
9874
9875 2019-04-09 Tom Tromey <tromey@adacore.com>
9876
9877 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9878 to bool.
9879 (extended_remote_target::attach): Update.
9880 (remote_target::remote_notice_new_inferior): Update.
9881 (remote_target::add_current_inferior_and_thread): Update.
9882 * inferior.c (exit_inferior_1): Use "false".
9883 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9884
9885 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9886
9887 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9888 the "start" command.
9889
9890 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9891
9892 * python/py-inferior.c (infpy_thread_from_thread_handle):
9893 Adjust comments to reflect renaming of thread_from_thread_handle
9894 to thread_from_handle. Adjust keywords. Fix type error message.
9895 (inferior_object_methods): Add thread_from_handle. Retain
9896 thread_from_thread_handle, but mark it as deprecated.
9897
9898 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9899
9900 * gdbthread.h (find_thread_by_handle): Revise declaration.
9901 * thread.c (find_thread_by_handle): Likewise. Adjust
9902 implementation too.
9903 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9904 support for buffer objects as handles.
9905
9906 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9907
9908 * python/py-infthread.c (thpy_thread_handle): New function.
9909 (thread_object_methods): Register thpy_thread_handle.
9910
9911 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9912
9913 * gdbthread.h (thread_to_thread_handle): Declare.
9914 * thread.c (gdbtypes.h): Include.
9915 (thread_to_thread_handle): New function.
9916
9917 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9918 (target_thread_info_to_thread_handle): Declare.
9919 * target.c (target_thread_info_to_thread_handle): New function.
9920 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9921 * target-delegates.c: Regenerate.
9922
9923 * linux-thread-db.c (class thread_db_target): Add method
9924 thread_info_to_thread_handle.
9925 (thread_db_target::thread_info_to_thread_handle): Define.
9926 * remote.c (class remote_target): Add new method
9927 thread_info_to_thread_handle.
9928 (remote_target::thread_info_to_thread_handle): Define.
9929
9930 2019-04-08 Pedro Alves <palves@redhat.com>
9931
9932 * common/common-exceptions.c (throw_exception): Don't create
9933 named object to throw; throw directly.
9934 (throw_it): Likewise. Don't initialize gdb_exception::message
9935 here, with new; pass FMT and AP to the ctor instead.
9936 * common/common-exceptions.h: Include <string>.
9937 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9938 const char *, va_list)): New ctor. Use std::make_shared.
9939 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9940 errors)): Delete.
9941 (gdb_exception_error::gdb_exception_error(enum errors, const char
9942 *, va_list)): New.
9943 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9944 Add assertion.
9945 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9946 errors)): Delete.
9947 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9948 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9949 Add assertion.
9950
9951 2019-04-08 Tom Tromey <tom@tromey.com>
9952
9953 * valops.c (value_rtti_indirect_type): Replace throw_exception
9954 with throw.
9955 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9956 with throw.
9957 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9958 throw.
9959 * target.c (target_translate_tls_address): Replace throw_exception
9960 with throw.
9961 * stack.c (frame_apply_command_count): Replace throw_exception
9962 with throw.
9963 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9964 throw.
9965 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9966 with throw.
9967 * rs6000-tdep.c (rs6000_frame_cache)
9968 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9969 * remote.c: Replace throw_exception with throw.
9970 * record-full.c (record_full_message, record_full_wait_1)
9971 (record_full_restore): Replace throw_exception with throw.
9972 * record-btrace.c:
9973 (get_thread_current_frame_id, record_btrace_start_replaying)
9974 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9975 (cmd_record_btrace_start): Replace throw_exception with throw.
9976 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9977 throw.
9978 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9979 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9980 * linespec.c:
9981 (find_linespec_symbols): Replace throw_exception with throw.
9982 * infrun.c (displaced_step_prepare, resume): Replace
9983 throw_exception with throw.
9984 * infcmd.c (post_create_inferior): Replace throw_exception with
9985 throw.
9986 * inf-loop.c (inferior_event_handler): Replace throw_exception
9987 with throw.
9988 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9989 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9990 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9991 (get_prev_frame_always, get_frame_pc_if_available)
9992 (get_frame_address_in_block_if_available, get_frame_language):
9993 Replace throw_exception with throw.
9994 * frame-unwind.c (frame_unwind_try_unwinder): Replace
9995 throw_exception with throw.
9996 * eval.c (fetch_subexp_value, evaluate_var_value)
9997 (evaluate_funcall, evaluate_subexp_standard): Replace
9998 throw_exception with throw.
9999 * dwarf2loc.c (call_site_find_chain)
10000 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10001 Replace throw_exception with throw.
10002 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10003 with throw.
10004 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10005 throw.
10006 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10007 * completer.c (complete_line_internal): Replace throw_exception
10008 with throw.
10009 * compile/compile-object-run.c (compile_object_run): Replace
10010 throw_exception with throw.
10011 * cli/cli-script.c (process_next_line): Replace throw_exception
10012 with throw.
10013 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10014 (btrace_enable, btrace_maint_update_pt_packets): Replace
10015 throw_exception with throw.
10016 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10017 throw_exception with throw.
10018 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10019 throw_exception with throw.
10020 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10021 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10022 * aarch64-tdep.c (aarch64_make_prologue_cache)
10023 (aarch64_make_stub_cache): Replace throw_exception with throw.
10024
10025 2019-04-08 Tom Tromey <tom@tromey.com>
10026
10027 * common/common-exceptions.c (throw_exception): Rename from
10028 throw_exception_cxx. Remove old copy. Make argument const.
10029 (throw_it): Create and throw exception objects directly.
10030 * common/common-exceptions.h (throw_exception): Make argument
10031 const.
10032 (struct gdb_exception_error): Add constructor.
10033 (struct gdb_exception_quit): Add constructor.
10034
10035 2019-04-08 Tom Tromey <tom@tromey.com>
10036
10037 * common/common-exceptions.h (exception_rethrow): Don't declare.
10038 (TRY_SJLJ): Update comment.
10039 (TRY, CATCH, END_CATCH): Remove.
10040 * common/common-exceptions.c (exception_rethrow): Remove.
10041
10042 2019-04-08 Tom Tromey <tom@tromey.com>
10043
10044 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10045 Remove.
10046 (gdb_exception_error): Rename from
10047 gdb_exception_RETURN_MASK_ERROR.
10048 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10049 (gdb_quit_bad_alloc): Update.
10050 * aarch64-tdep.c: Update.
10051 * ada-lang.c: Update.
10052 * ada-typeprint.c: Update.
10053 * ada-valprint.c: Update.
10054 * amd64-tdep.c: Update.
10055 * arch-utils.c: Update.
10056 * break-catch-throw.c: Update.
10057 * breakpoint.c: Update.
10058 * btrace.c: Update.
10059 * c-varobj.c: Update.
10060 * cli/cli-cmds.c: Update.
10061 * cli/cli-interp.c: Update.
10062 * cli/cli-script.c: Update.
10063 * common/common-exceptions.c: Update.
10064 * common/new-op.c: Update.
10065 * common/selftest.c: Update.
10066 * compile/compile-c-symbols.c: Update.
10067 * compile/compile-cplus-symbols.c: Update.
10068 * compile/compile-object-load.c: Update.
10069 * compile/compile-object-run.c: Update.
10070 * completer.c: Update.
10071 * corelow.c: Update.
10072 * cp-abi.c: Update.
10073 * cp-support.c: Update.
10074 * cp-valprint.c: Update.
10075 * darwin-nat.c: Update.
10076 * disasm-selftests.c: Update.
10077 * dtrace-probe.c: Update.
10078 * dwarf-index-cache.c: Update.
10079 * dwarf-index-write.c: Update.
10080 * dwarf2-frame-tailcall.c: Update.
10081 * dwarf2-frame.c: Update.
10082 * dwarf2loc.c: Update.
10083 * dwarf2read.c: Update.
10084 * eval.c: Update.
10085 * event-loop.c: Update.
10086 * event-top.c: Update.
10087 * exec.c: Update.
10088 * f-valprint.c: Update.
10089 * fbsd-tdep.c: Update.
10090 * frame-unwind.c: Update.
10091 * frame.c: Update.
10092 * gdbtypes.c: Update.
10093 * gnu-v3-abi.c: Update.
10094 * guile/guile-internal.h: Update.
10095 * guile/scm-block.c: Update.
10096 * guile/scm-breakpoint.c: Update.
10097 * guile/scm-cmd.c: Update.
10098 * guile/scm-disasm.c: Update.
10099 * guile/scm-frame.c: Update.
10100 * guile/scm-lazy-string.c: Update.
10101 * guile/scm-math.c: Update.
10102 * guile/scm-param.c: Update.
10103 * guile/scm-ports.c: Update.
10104 * guile/scm-pretty-print.c: Update.
10105 * guile/scm-symbol.c: Update.
10106 * guile/scm-symtab.c: Update.
10107 * guile/scm-type.c: Update.
10108 * guile/scm-value.c: Update.
10109 * i386-linux-tdep.c: Update.
10110 * i386-tdep.c: Update.
10111 * inf-loop.c: Update.
10112 * infcall.c: Update.
10113 * infcmd.c: Update.
10114 * infrun.c: Update.
10115 * jit.c: Update.
10116 * language.c: Update.
10117 * linespec.c: Update.
10118 * linux-fork.c: Update.
10119 * linux-nat.c: Update.
10120 * linux-tdep.c: Update.
10121 * linux-thread-db.c: Update.
10122 * main.c: Update.
10123 * mi/mi-cmd-break.c: Update.
10124 * mi/mi-cmd-stack.c: Update.
10125 * mi/mi-interp.c: Update.
10126 * mi/mi-main.c: Update.
10127 * objc-lang.c: Update.
10128 * p-valprint.c: Update.
10129 * parse.c: Update.
10130 * ppc-linux-tdep.c: Update.
10131 * printcmd.c: Update.
10132 * python/py-arch.c: Update.
10133 * python/py-breakpoint.c: Update.
10134 * python/py-cmd.c: Update.
10135 * python/py-finishbreakpoint.c: Update.
10136 * python/py-frame.c: Update.
10137 * python/py-framefilter.c: Update.
10138 * python/py-gdb-readline.c: Update.
10139 * python/py-inferior.c: Update.
10140 * python/py-infthread.c: Update.
10141 * python/py-lazy-string.c: Update.
10142 * python/py-linetable.c: Update.
10143 * python/py-objfile.c: Update.
10144 * python/py-param.c: Update.
10145 * python/py-prettyprint.c: Update.
10146 * python/py-progspace.c: Update.
10147 * python/py-record-btrace.c: Update.
10148 * python/py-record.c: Update.
10149 * python/py-symbol.c: Update.
10150 * python/py-type.c: Update.
10151 * python/py-unwind.c: Update.
10152 * python/py-utils.c: Update.
10153 * python/py-value.c: Update.
10154 * python/python.c: Update.
10155 * record-btrace.c: Update.
10156 * record-full.c: Update.
10157 * remote-fileio.c: Update.
10158 * remote.c: Update.
10159 * riscv-tdep.c: Update.
10160 * rs6000-aix-tdep.c: Update.
10161 * rs6000-tdep.c: Update.
10162 * rust-exp.y: Update.
10163 * rust-lang.c: Update.
10164 * s390-tdep.c: Update.
10165 * selftest-arch.c: Update.
10166 * solib-dsbt.c: Update.
10167 * solib-frv.c: Update.
10168 * solib-spu.c: Update.
10169 * solib-svr4.c: Update.
10170 * solib.c: Update.
10171 * sparc64-linux-tdep.c: Update.
10172 * stack.c: Update.
10173 * symfile-mem.c: Update.
10174 * symmisc.c: Update.
10175 * target.c: Update.
10176 * thread.c: Update.
10177 * top.c: Update.
10178 * tracefile-tfile.c: Update.
10179 * tui/tui.c: Update.
10180 * typeprint.c: Update.
10181 * unittests/cli-utils-selftests.c: Update.
10182 * unittests/parse-connection-spec-selftests.c: Update.
10183 * valops.c: Update.
10184 * valprint.c: Update.
10185 * value.c: Update.
10186 * varobj.c: Update.
10187 * windows-nat.c: Update.
10188 * x86-linux-nat.c: Update.
10189 * xml-support.c: Update.
10190
10191 2019-04-08 Tom Tromey <tom@tromey.com>
10192
10193 * xml-support.c: Use C++ exception handling.
10194 * x86-linux-nat.c: Use C++ exception handling.
10195 * windows-nat.c: Use C++ exception handling.
10196 * varobj.c: Use C++ exception handling.
10197 * value.c: Use C++ exception handling.
10198 * valprint.c: Use C++ exception handling.
10199 * valops.c: Use C++ exception handling.
10200 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10201 handling.
10202 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10203 * typeprint.c: Use C++ exception handling.
10204 * tui/tui.c: Use C++ exception handling.
10205 * tracefile-tfile.c: Use C++ exception handling.
10206 * top.c: Use C++ exception handling.
10207 * thread.c: Use C++ exception handling.
10208 * target.c: Use C++ exception handling.
10209 * symmisc.c: Use C++ exception handling.
10210 * symfile-mem.c: Use C++ exception handling.
10211 * stack.c: Use C++ exception handling.
10212 * sparc64-linux-tdep.c: Use C++ exception handling.
10213 * solib.c: Use C++ exception handling.
10214 * solib-svr4.c: Use C++ exception handling.
10215 * solib-spu.c: Use C++ exception handling.
10216 * solib-frv.c: Use C++ exception handling.
10217 * solib-dsbt.c: Use C++ exception handling.
10218 * selftest-arch.c: Use C++ exception handling.
10219 * s390-tdep.c: Use C++ exception handling.
10220 * rust-lang.c: Use C++ exception handling.
10221 * rust-exp.y: Use C++ exception handling.
10222 * rs6000-tdep.c: Use C++ exception handling.
10223 * rs6000-aix-tdep.c: Use C++ exception handling.
10224 * riscv-tdep.c: Use C++ exception handling.
10225 * remote.c: Use C++ exception handling.
10226 * remote-fileio.c: Use C++ exception handling.
10227 * record-full.c: Use C++ exception handling.
10228 * record-btrace.c: Use C++ exception handling.
10229 * python/python.c: Use C++ exception handling.
10230 * python/py-value.c: Use C++ exception handling.
10231 * python/py-utils.c: Use C++ exception handling.
10232 * python/py-unwind.c: Use C++ exception handling.
10233 * python/py-type.c: Use C++ exception handling.
10234 * python/py-symbol.c: Use C++ exception handling.
10235 * python/py-record.c: Use C++ exception handling.
10236 * python/py-record-btrace.c: Use C++ exception handling.
10237 * python/py-progspace.c: Use C++ exception handling.
10238 * python/py-prettyprint.c: Use C++ exception handling.
10239 * python/py-param.c: Use C++ exception handling.
10240 * python/py-objfile.c: Use C++ exception handling.
10241 * python/py-linetable.c: Use C++ exception handling.
10242 * python/py-lazy-string.c: Use C++ exception handling.
10243 * python/py-infthread.c: Use C++ exception handling.
10244 * python/py-inferior.c: Use C++ exception handling.
10245 * python/py-gdb-readline.c: Use C++ exception handling.
10246 * python/py-framefilter.c: Use C++ exception handling.
10247 * python/py-frame.c: Use C++ exception handling.
10248 * python/py-finishbreakpoint.c: Use C++ exception handling.
10249 * python/py-cmd.c: Use C++ exception handling.
10250 * python/py-breakpoint.c: Use C++ exception handling.
10251 * python/py-arch.c: Use C++ exception handling.
10252 * printcmd.c: Use C++ exception handling.
10253 * ppc-linux-tdep.c: Use C++ exception handling.
10254 * parse.c: Use C++ exception handling.
10255 * p-valprint.c: Use C++ exception handling.
10256 * objc-lang.c: Use C++ exception handling.
10257 * mi/mi-main.c: Use C++ exception handling.
10258 * mi/mi-interp.c: Use C++ exception handling.
10259 * mi/mi-cmd-stack.c: Use C++ exception handling.
10260 * mi/mi-cmd-break.c: Use C++ exception handling.
10261 * main.c: Use C++ exception handling.
10262 * linux-thread-db.c: Use C++ exception handling.
10263 * linux-tdep.c: Use C++ exception handling.
10264 * linux-nat.c: Use C++ exception handling.
10265 * linux-fork.c: Use C++ exception handling.
10266 * linespec.c: Use C++ exception handling.
10267 * language.c: Use C++ exception handling.
10268 * jit.c: Use C++ exception handling.
10269 * infrun.c: Use C++ exception handling.
10270 * infcmd.c: Use C++ exception handling.
10271 * infcall.c: Use C++ exception handling.
10272 * inf-loop.c: Use C++ exception handling.
10273 * i386-tdep.c: Use C++ exception handling.
10274 * i386-linux-tdep.c: Use C++ exception handling.
10275 * guile/scm-value.c: Use C++ exception handling.
10276 * guile/scm-type.c: Use C++ exception handling.
10277 * guile/scm-symtab.c: Use C++ exception handling.
10278 * guile/scm-symbol.c: Use C++ exception handling.
10279 * guile/scm-pretty-print.c: Use C++ exception handling.
10280 * guile/scm-ports.c: Use C++ exception handling.
10281 * guile/scm-param.c: Use C++ exception handling.
10282 * guile/scm-math.c: Use C++ exception handling.
10283 * guile/scm-lazy-string.c: Use C++ exception handling.
10284 * guile/scm-frame.c: Use C++ exception handling.
10285 * guile/scm-disasm.c: Use C++ exception handling.
10286 * guile/scm-cmd.c: Use C++ exception handling.
10287 * guile/scm-breakpoint.c: Use C++ exception handling.
10288 * guile/scm-block.c: Use C++ exception handling.
10289 * guile/guile-internal.h: Use C++ exception handling.
10290 * gnu-v3-abi.c: Use C++ exception handling.
10291 * gdbtypes.c: Use C++ exception handling.
10292 * frame.c: Use C++ exception handling.
10293 * frame-unwind.c: Use C++ exception handling.
10294 * fbsd-tdep.c: Use C++ exception handling.
10295 * f-valprint.c: Use C++ exception handling.
10296 * exec.c: Use C++ exception handling.
10297 * event-top.c: Use C++ exception handling.
10298 * event-loop.c: Use C++ exception handling.
10299 * eval.c: Use C++ exception handling.
10300 * dwarf2read.c: Use C++ exception handling.
10301 * dwarf2loc.c: Use C++ exception handling.
10302 * dwarf2-frame.c: Use C++ exception handling.
10303 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10304 * dwarf-index-write.c: Use C++ exception handling.
10305 * dwarf-index-cache.c: Use C++ exception handling.
10306 * dtrace-probe.c: Use C++ exception handling.
10307 * disasm-selftests.c: Use C++ exception handling.
10308 * darwin-nat.c: Use C++ exception handling.
10309 * cp-valprint.c: Use C++ exception handling.
10310 * cp-support.c: Use C++ exception handling.
10311 * cp-abi.c: Use C++ exception handling.
10312 * corelow.c: Use C++ exception handling.
10313 * completer.c: Use C++ exception handling.
10314 * compile/compile-object-run.c: Use C++ exception handling.
10315 * compile/compile-object-load.c: Use C++ exception handling.
10316 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10317 * compile/compile-c-symbols.c: Use C++ exception handling.
10318 * common/selftest.c: Use C++ exception handling.
10319 * common/new-op.c: Use C++ exception handling.
10320 * cli/cli-script.c: Use C++ exception handling.
10321 * cli/cli-interp.c: Use C++ exception handling.
10322 * cli/cli-cmds.c: Use C++ exception handling.
10323 * c-varobj.c: Use C++ exception handling.
10324 * btrace.c: Use C++ exception handling.
10325 * breakpoint.c: Use C++ exception handling.
10326 * break-catch-throw.c: Use C++ exception handling.
10327 * arch-utils.c: Use C++ exception handling.
10328 * amd64-tdep.c: Use C++ exception handling.
10329 * ada-valprint.c: Use C++ exception handling.
10330 * ada-typeprint.c: Use C++ exception handling.
10331 * ada-lang.c: Use C++ exception handling.
10332 * aarch64-tdep.c: Use C++ exception handling.
10333
10334 2019-04-08 Tom Tromey <tom@tromey.com>
10335
10336 * xml-support.c (gdb_xml_parser::parse): Update.
10337 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10338 * value.c (show_convenience): Update.
10339 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10340 (test_parse_flags_qcs): Update.
10341 * thread.c (thr_try_catch_cmd): Update.
10342 * target.c (target_translate_tls_address): Update.
10343 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10344 (info_frame_command_core, frame_apply_command_count): Update.
10345 * rust-exp.y (rust_lex_exception_test): Update.
10346 * riscv-tdep.c (riscv_print_one_register_info): Update.
10347 * remote.c (remote_target::enable_btrace): Update.
10348 * record-btrace.c (record_btrace_enable_warn): Update.
10349 * python/py-utils.c (gdbpy_convert_exception): Update.
10350 * printcmd.c (do_one_display, print_variable_and_value): Update.
10351 * mi/mi-main.c (mi_print_exception): Update.
10352 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10353 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10354 * linux-nat.c (linux_nat_target::attach): Update.
10355 * linux-fork.c (class scoped_switch_fork_info): Update.
10356 * infrun.c (displaced_step_prepare): Update.
10357 * infcall.c (call_function_by_hand_dummy): Update.
10358 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10359 * gnu-v3-abi.c (print_one_vtable): Update.
10360 * frame.c (get_prev_frame_always): Update.
10361 * f-valprint.c (info_common_command_for_block): Update.
10362 * exec.c (try_open_exec_file): Update.
10363 * exceptions.c (print_exception, exception_print)
10364 (exception_fprintf, exception_print_same): Update.
10365 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10366 * dwarf-index-cache.c (index_cache::store)
10367 (index_cache::lookup_gdb_index): Update.
10368 * darwin-nat.c (maybe_cache_shell): Update.
10369 * cp-valprint.c (cp_print_value_fields): Update.
10370 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10371 (gcc_cplus_symbol_address): Update.
10372 * compile/compile-c-symbols.c (gcc_convert_symbol)
10373 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10374 * common/selftest.c: Update.
10375 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10376 a std::string.
10377 (exception_try_scope_entry, exception_try_scope_exit): Don't
10378 declare.
10379 (struct exception_try_scope): Remove.
10380 (TRY): Don't use exception_try_scope.
10381 (struct gdb_exception): Add constructor, operator=.
10382 <what>: New method.
10383 (struct gdb_exception_RETURN_MASK_ALL)
10384 (struct gdb_exception_RETURN_MASK_ERROR)
10385 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10386 (struct gdb_quit_bad_alloc): Update.
10387 * common/common-exceptions.c (exception_none): Change
10388 initializer.
10389 (struct catcher) <state, exception>: Initialize inline.
10390 <prev>: Remove member.
10391 (current_catcher): Remove.
10392 (catchers): New global.
10393 (exceptions_state_mc_init): Simplify.
10394 (catcher_pop): Remove.
10395 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10396 (try_scope_depth, exception_try_scope_entry)
10397 (exception_try_scope_exit): Remove.
10398 (throw_exception_sjlj): Update.
10399 (exception_messages, exception_messages_size): Remove.
10400 (throw_it): Simplify.
10401 (gdb_exception_sliced_copy): Remove.
10402 (throw_exception_cxx): Update.
10403 * cli/cli-script.c (script_from_file): Update.
10404 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10405 Update.
10406 * ada-valprint.c (ada_val_print): Update.
10407 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10408 (create_excep_cond_exprs): Update.
10409
10410 2019-04-08 Tom Tromey <tom@tromey.com>
10411
10412 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10413 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10414 (TRY, CATCH, END_CATCH): Remove some definitions.
10415 * common/common-exceptions.c: Don't use GDB_XCPT.
10416 (catcher_list_size): Remove.
10417 (throw_exception, throw_it): Simplify.
10418
10419 2019-04-05 Tom Tromey <tom@tromey.com>
10420
10421 Revert the header-sorting patch.
10422 * ft32-tdep.c: Revert.
10423 * frv-tdep.c: Revert.
10424 * frv-linux-tdep.c: Revert.
10425 * frame.c: Revert.
10426 * frame-unwind.c: Revert.
10427 * frame-base.c: Revert.
10428 * fork-child.c: Revert.
10429 * findvar.c: Revert.
10430 * findcmd.c: Revert.
10431 * filesystem.c: Revert.
10432 * filename-seen-cache.h: Revert.
10433 * filename-seen-cache.c: Revert.
10434 * fbsd-tdep.c: Revert.
10435 * fbsd-nat.h: Revert.
10436 * fbsd-nat.c: Revert.
10437 * f-valprint.c: Revert.
10438 * f-typeprint.c: Revert.
10439 * f-lang.c: Revert.
10440 * extension.h: Revert.
10441 * extension.c: Revert.
10442 * extension-priv.h: Revert.
10443 * expprint.c: Revert.
10444 * exec.h: Revert.
10445 * exec.c: Revert.
10446 * exceptions.c: Revert.
10447 * event-top.c: Revert.
10448 * event-loop.c: Revert.
10449 * eval.c: Revert.
10450 * elfread.c: Revert.
10451 * dwarf2read.h: Revert.
10452 * dwarf2read.c: Revert.
10453 * dwarf2loc.c: Revert.
10454 * dwarf2expr.h: Revert.
10455 * dwarf2expr.c: Revert.
10456 * dwarf2-frame.c: Revert.
10457 * dwarf2-frame-tailcall.c: Revert.
10458 * dwarf-index-write.h: Revert.
10459 * dwarf-index-write.c: Revert.
10460 * dwarf-index-common.c: Revert.
10461 * dwarf-index-cache.h: Revert.
10462 * dwarf-index-cache.c: Revert.
10463 * dummy-frame.c: Revert.
10464 * dtrace-probe.c: Revert.
10465 * disasm.h: Revert.
10466 * disasm.c: Revert.
10467 * disasm-selftests.c: Revert.
10468 * dictionary.c: Revert.
10469 * dicos-tdep.c: Revert.
10470 * demangle.c: Revert.
10471 * dcache.h: Revert.
10472 * dcache.c: Revert.
10473 * darwin-nat.h: Revert.
10474 * darwin-nat.c: Revert.
10475 * darwin-nat-info.c: Revert.
10476 * d-valprint.c: Revert.
10477 * d-namespace.c: Revert.
10478 * d-lang.c: Revert.
10479 * ctf.c: Revert.
10480 * csky-tdep.c: Revert.
10481 * csky-linux-tdep.c: Revert.
10482 * cris-tdep.c: Revert.
10483 * cris-linux-tdep.c: Revert.
10484 * cp-valprint.c: Revert.
10485 * cp-support.c: Revert.
10486 * cp-namespace.c: Revert.
10487 * cp-abi.c: Revert.
10488 * corelow.c: Revert.
10489 * corefile.c: Revert.
10490 * continuations.c: Revert.
10491 * completer.h: Revert.
10492 * completer.c: Revert.
10493 * complaints.c: Revert.
10494 * coffread.c: Revert.
10495 * coff-pe-read.c: Revert.
10496 * cli-out.h: Revert.
10497 * cli-out.c: Revert.
10498 * charset.c: Revert.
10499 * c-varobj.c: Revert.
10500 * c-valprint.c: Revert.
10501 * c-typeprint.c: Revert.
10502 * c-lang.c: Revert.
10503 * buildsym.c: Revert.
10504 * buildsym-legacy.c: Revert.
10505 * build-id.h: Revert.
10506 * build-id.c: Revert.
10507 * btrace.c: Revert.
10508 * bsd-uthread.c: Revert.
10509 * breakpoint.h: Revert.
10510 * breakpoint.c: Revert.
10511 * break-catch-throw.c: Revert.
10512 * break-catch-syscall.c: Revert.
10513 * break-catch-sig.c: Revert.
10514 * blockframe.c: Revert.
10515 * block.c: Revert.
10516 * bfin-tdep.c: Revert.
10517 * bfin-linux-tdep.c: Revert.
10518 * bfd-target.c: Revert.
10519 * bcache.c: Revert.
10520 * ax-general.c: Revert.
10521 * ax-gdb.h: Revert.
10522 * ax-gdb.c: Revert.
10523 * avr-tdep.c: Revert.
10524 * auxv.c: Revert.
10525 * auto-load.c: Revert.
10526 * arm-wince-tdep.c: Revert.
10527 * arm-tdep.c: Revert.
10528 * arm-symbian-tdep.c: Revert.
10529 * arm-pikeos-tdep.c: Revert.
10530 * arm-obsd-tdep.c: Revert.
10531 * arm-nbsd-tdep.c: Revert.
10532 * arm-nbsd-nat.c: Revert.
10533 * arm-linux-tdep.c: Revert.
10534 * arm-linux-nat.c: Revert.
10535 * arm-fbsd-tdep.c: Revert.
10536 * arm-fbsd-nat.c: Revert.
10537 * arm-bsd-tdep.c: Revert.
10538 * arch-utils.c: Revert.
10539 * arc-tdep.c: Revert.
10540 * arc-newlib-tdep.c: Revert.
10541 * annotate.h: Revert.
10542 * annotate.c: Revert.
10543 * amd64-windows-tdep.c: Revert.
10544 * amd64-windows-nat.c: Revert.
10545 * amd64-tdep.c: Revert.
10546 * amd64-sol2-tdep.c: Revert.
10547 * amd64-obsd-tdep.c: Revert.
10548 * amd64-obsd-nat.c: Revert.
10549 * amd64-nbsd-tdep.c: Revert.
10550 * amd64-nbsd-nat.c: Revert.
10551 * amd64-nat.c: Revert.
10552 * amd64-linux-tdep.c: Revert.
10553 * amd64-linux-nat.c: Revert.
10554 * amd64-fbsd-tdep.c: Revert.
10555 * amd64-fbsd-nat.c: Revert.
10556 * amd64-dicos-tdep.c: Revert.
10557 * amd64-darwin-tdep.c: Revert.
10558 * amd64-bsd-nat.c: Revert.
10559 * alpha-tdep.c: Revert.
10560 * alpha-obsd-tdep.c: Revert.
10561 * alpha-nbsd-tdep.c: Revert.
10562 * alpha-mdebug-tdep.c: Revert.
10563 * alpha-linux-tdep.c: Revert.
10564 * alpha-linux-nat.c: Revert.
10565 * alpha-bsd-tdep.c: Revert.
10566 * alpha-bsd-nat.c: Revert.
10567 * aix-thread.c: Revert.
10568 * agent.c: Revert.
10569 * addrmap.c: Revert.
10570 * ada-varobj.c: Revert.
10571 * ada-valprint.c: Revert.
10572 * ada-typeprint.c: Revert.
10573 * ada-tasks.c: Revert.
10574 * ada-lang.c: Revert.
10575 * aarch64-tdep.c: Revert.
10576 * aarch64-ravenscar-thread.c: Revert.
10577 * aarch64-newlib-tdep.c: Revert.
10578 * aarch64-linux-tdep.c: Revert.
10579 * aarch64-linux-nat.c: Revert.
10580 * aarch64-fbsd-tdep.c: Revert.
10581 * aarch64-fbsd-nat.c: Revert.
10582 * aarch32-linux-nat.c: Revert.
10583
10584 2019-04-05 Tom Tromey <tom@tromey.com>
10585
10586 * ft32-tdep.c: Sort headers.
10587 * frv-tdep.c: Sort headers.
10588 * frv-linux-tdep.c: Sort headers.
10589 * frame.c: Sort headers.
10590 * frame-unwind.c: Sort headers.
10591 * frame-base.c: Sort headers.
10592 * fork-child.c: Sort headers.
10593 * findvar.c: Sort headers.
10594 * findcmd.c: Sort headers.
10595 * filesystem.c: Sort headers.
10596 * filename-seen-cache.h: Sort headers.
10597 * filename-seen-cache.c: Sort headers.
10598 * fbsd-tdep.c: Sort headers.
10599 * fbsd-nat.h: Sort headers.
10600 * fbsd-nat.c: Sort headers.
10601 * f-valprint.c: Sort headers.
10602 * f-typeprint.c: Sort headers.
10603 * f-lang.c: Sort headers.
10604 * extension.h: Sort headers.
10605 * extension.c: Sort headers.
10606 * extension-priv.h: Sort headers.
10607 * expprint.c: Sort headers.
10608 * exec.h: Sort headers.
10609 * exec.c: Sort headers.
10610 * exceptions.c: Sort headers.
10611 * event-top.c: Sort headers.
10612 * event-loop.c: Sort headers.
10613 * eval.c: Sort headers.
10614 * elfread.c: Sort headers.
10615 * dwarf2read.h: Sort headers.
10616 * dwarf2read.c: Sort headers.
10617 * dwarf2loc.c: Sort headers.
10618 * dwarf2expr.h: Sort headers.
10619 * dwarf2expr.c: Sort headers.
10620 * dwarf2-frame.c: Sort headers.
10621 * dwarf2-frame-tailcall.c: Sort headers.
10622 * dwarf-index-write.h: Sort headers.
10623 * dwarf-index-write.c: Sort headers.
10624 * dwarf-index-common.c: Sort headers.
10625 * dwarf-index-cache.h: Sort headers.
10626 * dwarf-index-cache.c: Sort headers.
10627 * dummy-frame.c: Sort headers.
10628 * dtrace-probe.c: Sort headers.
10629 * disasm.h: Sort headers.
10630 * disasm.c: Sort headers.
10631 * disasm-selftests.c: Sort headers.
10632 * dictionary.c: Sort headers.
10633 * dicos-tdep.c: Sort headers.
10634 * demangle.c: Sort headers.
10635 * dcache.h: Sort headers.
10636 * dcache.c: Sort headers.
10637 * darwin-nat.h: Sort headers.
10638 * darwin-nat.c: Sort headers.
10639 * darwin-nat-info.c: Sort headers.
10640 * d-valprint.c: Sort headers.
10641 * d-namespace.c: Sort headers.
10642 * d-lang.c: Sort headers.
10643 * ctf.c: Sort headers.
10644 * csky-tdep.c: Sort headers.
10645 * csky-linux-tdep.c: Sort headers.
10646 * cris-tdep.c: Sort headers.
10647 * cris-linux-tdep.c: Sort headers.
10648 * cp-valprint.c: Sort headers.
10649 * cp-support.c: Sort headers.
10650 * cp-namespace.c: Sort headers.
10651 * cp-abi.c: Sort headers.
10652 * corelow.c: Sort headers.
10653 * corefile.c: Sort headers.
10654 * continuations.c: Sort headers.
10655 * completer.h: Sort headers.
10656 * completer.c: Sort headers.
10657 * complaints.c: Sort headers.
10658 * coffread.c: Sort headers.
10659 * coff-pe-read.c: Sort headers.
10660 * cli-out.h: Sort headers.
10661 * cli-out.c: Sort headers.
10662 * charset.c: Sort headers.
10663 * c-varobj.c: Sort headers.
10664 * c-valprint.c: Sort headers.
10665 * c-typeprint.c: Sort headers.
10666 * c-lang.c: Sort headers.
10667 * buildsym.c: Sort headers.
10668 * buildsym-legacy.c: Sort headers.
10669 * build-id.h: Sort headers.
10670 * build-id.c: Sort headers.
10671 * btrace.c: Sort headers.
10672 * bsd-uthread.c: Sort headers.
10673 * breakpoint.h: Sort headers.
10674 * breakpoint.c: Sort headers.
10675 * break-catch-throw.c: Sort headers.
10676 * break-catch-syscall.c: Sort headers.
10677 * break-catch-sig.c: Sort headers.
10678 * blockframe.c: Sort headers.
10679 * block.c: Sort headers.
10680 * bfin-tdep.c: Sort headers.
10681 * bfin-linux-tdep.c: Sort headers.
10682 * bfd-target.c: Sort headers.
10683 * bcache.c: Sort headers.
10684 * ax-general.c: Sort headers.
10685 * ax-gdb.h: Sort headers.
10686 * ax-gdb.c: Sort headers.
10687 * avr-tdep.c: Sort headers.
10688 * auxv.c: Sort headers.
10689 * auto-load.c: Sort headers.
10690 * arm-wince-tdep.c: Sort headers.
10691 * arm-tdep.c: Sort headers.
10692 * arm-symbian-tdep.c: Sort headers.
10693 * arm-pikeos-tdep.c: Sort headers.
10694 * arm-obsd-tdep.c: Sort headers.
10695 * arm-nbsd-tdep.c: Sort headers.
10696 * arm-nbsd-nat.c: Sort headers.
10697 * arm-linux-tdep.c: Sort headers.
10698 * arm-linux-nat.c: Sort headers.
10699 * arm-fbsd-tdep.c: Sort headers.
10700 * arm-fbsd-nat.c: Sort headers.
10701 * arm-bsd-tdep.c: Sort headers.
10702 * arch-utils.c: Sort headers.
10703 * arc-tdep.c: Sort headers.
10704 * arc-newlib-tdep.c: Sort headers.
10705 * annotate.h: Sort headers.
10706 * annotate.c: Sort headers.
10707 * amd64-windows-tdep.c: Sort headers.
10708 * amd64-windows-nat.c: Sort headers.
10709 * amd64-tdep.c: Sort headers.
10710 * amd64-sol2-tdep.c: Sort headers.
10711 * amd64-obsd-tdep.c: Sort headers.
10712 * amd64-obsd-nat.c: Sort headers.
10713 * amd64-nbsd-tdep.c: Sort headers.
10714 * amd64-nbsd-nat.c: Sort headers.
10715 * amd64-nat.c: Sort headers.
10716 * amd64-linux-tdep.c: Sort headers.
10717 * amd64-linux-nat.c: Sort headers.
10718 * amd64-fbsd-tdep.c: Sort headers.
10719 * amd64-fbsd-nat.c: Sort headers.
10720 * amd64-dicos-tdep.c: Sort headers.
10721 * amd64-darwin-tdep.c: Sort headers.
10722 * amd64-bsd-nat.c: Sort headers.
10723 * alpha-tdep.c: Sort headers.
10724 * alpha-obsd-tdep.c: Sort headers.
10725 * alpha-nbsd-tdep.c: Sort headers.
10726 * alpha-mdebug-tdep.c: Sort headers.
10727 * alpha-linux-tdep.c: Sort headers.
10728 * alpha-linux-nat.c: Sort headers.
10729 * alpha-bsd-tdep.c: Sort headers.
10730 * alpha-bsd-nat.c: Sort headers.
10731 * aix-thread.c: Sort headers.
10732 * agent.c: Sort headers.
10733 * addrmap.c: Sort headers.
10734 * ada-varobj.c: Sort headers.
10735 * ada-valprint.c: Sort headers.
10736 * ada-typeprint.c: Sort headers.
10737 * ada-tasks.c: Sort headers.
10738 * ada-lang.c: Sort headers.
10739 * aarch64-tdep.c: Sort headers.
10740 * aarch64-ravenscar-thread.c: Sort headers.
10741 * aarch64-newlib-tdep.c: Sort headers.
10742 * aarch64-linux-tdep.c: Sort headers.
10743 * aarch64-linux-nat.c: Sort headers.
10744 * aarch64-fbsd-tdep.c: Sort headers.
10745 * aarch64-fbsd-nat.c: Sort headers.
10746 * aarch32-linux-nat.c: Sort headers.
10747
10748 2019-04-04 Tom Tromey <tom@tromey.com>
10749
10750 * varobj.c (varobj_create): Update.
10751 * rust-exp.y (struct rust_parser) <update_innermost_block,
10752 lookup_symbol>: New methods.
10753 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10754 Rename.
10755 (rust_parser::rust_lookup_type)
10756 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10757 * printcmd.c (display_command, do_one_display): Update.
10758 * parser-defs.h (struct parser_state) <parser_state>: Add
10759 "tracker" parameter.
10760 (block_tracker): New member.
10761 (class innermost_block_tracker) <innermost_block_tracker>: Add
10762 "types" parameter.
10763 <reset>: Remove method.
10764 (innermost_block): Don't declare.
10765 (null_post_parser): Update.
10766 * parse.c (innermost_block): Remove global.
10767 (write_dollar_variable): Update.
10768 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10769 Remove "tracker_types" parameter.
10770 (parse_expression): Add "tracker" parameter.
10771 (parse_expression_for_completion): Update.
10772 (null_post_parser): Add "tracker" parameter.
10773 * p-exp.y: Update rules.
10774 * m2-exp.y: Update rules.
10775 * language.h (struct language_defn) <la_post_parser>: Add
10776 "tracker" parameter.
10777 * go-exp.y: Update rules.
10778 * f-exp.y: Update rules.
10779 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10780 parameter.
10781 * d-exp.y: Update rules.
10782 * c-exp.y: Update rules.
10783 * breakpoint.c (set_breakpoint_condition): Create an
10784 innermost_block_tracker.
10785 (watch_command_1): Likewise.
10786 * ada-lang.c (resolve): Add "tracker" parameter.
10787 (resolve_subexp): Likewise.
10788 * ada-exp.y (write_var_from_sym): Update.
10789
10790 2019-04-04 Tom Tromey <tom@tromey.com>
10791
10792 * type-stack.h: New file.
10793 * type-stack.c: New file.
10794 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10795 type-stack.h.
10796 (insert_into_type_stack, insert_type, push_type, push_type_int)
10797 (insert_type_address_space, pop_type, pop_type_int)
10798 (pop_typelist, pop_type_stack, append_type_stack)
10799 (push_type_stack, get_type_stack, push_typelist)
10800 (follow_type_instance_flags, follow_types): Don't declare.
10801 * parse.c (type_stack): Remove global.
10802 (parse_exp_in_context): Update.
10803 (insert_into_type_stack, insert_type, push_type, push_type_int)
10804 (insert_type_address_space, pop_type, pop_type_int)
10805 (pop_typelist, pop_type_stack, append_type_stack)
10806 (push_type_stack, get_type_stack, push_typelist)
10807 (follow_type_instance_flags, follow_types): Remove (moved to
10808 type-stack.c).
10809 * f-exp.y (type_stack): New global.
10810 Update rules.
10811 (push_kind_type, f_parse): Update.
10812 * d-exp.y (type_stack): New global.
10813 Update rules.
10814 (d_parse): Update.
10815 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10816 Update rules.
10817 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10818 (HFILES_NO_SRCDIR): Add type-stack.h.
10819
10820 2019-04-04 Tom Tromey <tom@tromey.com>
10821
10822 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10823 (rust_parser::convert_ast_to_expression, rust_parse)
10824 (rust_lex_test_completion, rust_lex_tests): Update.
10825 * parser-defs.h (struct expr_completion_state): New.
10826 (struct parser_state) <parser_state>: Add completion parameter.
10827 <mark_struct_expression, mark_completion_tag>: New methods.
10828 <parse_completion, m_completion_state>: New members.
10829 (prefixify_expression, null_post_parser): Update.
10830 (mark_struct_expression, mark_completion_tag): Don't declare.
10831 * parse.c (parse_completion, expout_last_struct)
10832 (expout_tag_completion_type, expout_completion_name): Remove
10833 globals.
10834 (parser_state::mark_struct_expression)
10835 (parser_state::mark_completion_tag): Now methods.
10836 (prefixify_expression): Add last_struct parameter.
10837 (prefixify_subexp): Likewise.
10838 (parse_exp_1): Update.
10839 (parse_exp_in_context): Add cstate parameter. Update.
10840 (parse_expression_for_completion): Create an
10841 expr_completion_state.
10842 (null_post_parser): Add "completion" parameter.
10843 * p-exp.y: Update rules.
10844 (yylex): Update.
10845 * language.h (struct language_defn) <la_post_parser>: Add
10846 "completing" parameter.
10847 * go-exp.y: Update rules.
10848 (lex_one_token): Update.
10849 * expression.h (parse_completion): Don't declare.
10850 * d-exp.y: Update rules.
10851 (lex_one_token): Update rules.
10852 * c-exp.y: Update rules.
10853 (lex_one_token): Update.
10854 * ada-lang.c (resolve): Add "parse_completion" parameter.
10855 (resolve_subexp): Likewise.
10856 (ada_resolve_function): Likewise.
10857
10858 2019-04-04 Tom Tromey <tom@tromey.com>
10859
10860 * parser-defs.h (struct parser_state) <start_arglist,
10861 end_arglist>: New methods.
10862 <arglist_len, m_funcall_chain>: New members.
10863 (arglist_len, start_arglist, end_arglist): Don't declare.
10864 * parse.c (arglist_len, funcall_chain): Remove global.
10865 (start_arglist, end_arglist): Remove functions.
10866 (parse_exp_in_context): Update.
10867 * p-exp.y: Update rules.
10868 * m2-exp.y: Update rules.
10869 * go-exp.y: Update rules.
10870 * f-exp.y: Update rules.
10871 * d-exp.y: Update rules.
10872 * c-exp.y: Update rules.
10873
10874 2019-04-04 Tom Tromey <tom@tromey.com>
10875
10876 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10877 lex_operator, push_back>: New methods.
10878 Update all rules.
10879 (rust_parser::lex_hex, lex_escape): Rename and update.
10880 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10881 (rust_parser::lex_operator): Rename and update.
10882 (rust_parser::lex_number, rustyylex, rustyyerror)
10883 (rust_lex_test_init, rust_lex_test_sequence)
10884 (rust_lex_test_push_back, rust_lex_tests): Update.
10885 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10886 parameter.
10887 <lexptr, prev_lexptr>: New members.
10888 (lexptr, prev_lexptr): Don't declare.
10889 * parse.c (lexptr, prev_lexptr): Remove globals.
10890 (parse_exp_in_context): Update.
10891 * p-exp.y (yylex, yyerror): Update.
10892 * m2-exp.y (parse_number, yylex, yyerror): Update.
10893 * go-exp.y (lex_one_token, yyerror): Update.
10894 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10895 * d-exp.y (lex_one_token, yyerror): Update.
10896 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10897 (lex_one_token, yyerror): Update.
10898 * ada-lex.l (YY_INPUT): Update.
10899 (rewind_to_char): Update.
10900 * ada-exp.y (yyerror): Update.
10901
10902 2019-04-04 Tom Tromey <tom@tromey.com>
10903
10904 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10905 * parser-defs.h (struct parser_state) <parser_state>: Add new
10906 parameter.
10907 <comma_terminates>: New member.
10908 (comma_terminates): Don't declare global.
10909 * parse.c (comma_terminates): Remove global.
10910 (parse_exp_in_context): Update.
10911 * p-exp.y (yylex): Update.
10912 * m2-exp.y (yylex): Update.
10913 * go-exp.y (lex_one_token): Update.
10914 * f-exp.y (yylex): Update.
10915 * d-exp.y (lex_one_token): Update.
10916 * c-exp.y (lex_one_token): Update.
10917 * ada-lex.l: Update.
10918
10919 2019-04-04 Tom Tromey <tom@tromey.com>
10920
10921 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10922 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10923 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10924 * parser-defs.h (paren_depth): Don't declare.
10925 * parse.c (paren_depth): Remove global.
10926 (parse_exp_in_context): Update.
10927 * p-exp.y (paren_depth): New global.
10928 (pascal_parse): Initialize it.
10929 * m2-exp.y (paren_depth): New global.
10930 (m2_parse): Initialize it.
10931 * go-exp.y (paren_depth): New global.
10932 (go_parse): Initialize it.
10933 * f-exp.y (paren_depth): New global.
10934 (f_parse): Initialize it.
10935 * d-exp.y (paren_depth): New global.
10936 (d_parse): Initialize it.
10937 * c-exp.y (paren_depth): New global.
10938 (c_parse): Initialize it.
10939 * ada-lex.l (paren_depth): New global.
10940 (lexer_init): Initialize it.
10941
10942 2019-04-04 Tom Tromey <tom@tromey.com>
10943
10944 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10945 (rust_parser::convert_ast_to_type)
10946 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10947 * parser-defs.h (struct parser_state) <parser_state>: Add
10948 parameters. Initialize new members.
10949 <expression_context_block, expression_context_pc>: New members.
10950 * parse.c (expression_context_block, expression_context_pc):
10951 Remove globals.
10952 (parse_exp_in_context): Update.
10953 * p-exp.y: Update all rules.
10954 (yylex): Update.
10955 * m2-exp.y: Update all rules.
10956 (yylex): Update.
10957 * go-exp.y (yylex): Update.
10958 * f-exp.y (yylex): Update.
10959 * d-exp.y: Update all rules.
10960 (yylex): Update.
10961 * c-exp.y: Update all rules.
10962 (lex_one_token, classify_name, yylex, c_parse): Update.
10963 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10964
10965 2019-04-04 Tom Tromey <tom@tromey.com>
10966
10967 * gdbarch.h, gdbarch.c: Rebuild.
10968 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10969 * stap-probe.h:
10970 (struct stap_parse_info): Replace "parser_state" with
10971 "expr_builder".
10972 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10973 (parser_state): New class.
10974 * parse.c (expr_builder): Rename.
10975 (expr_builder::release): Rename.
10976 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10977 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10978 (write_exp_elt_longcst, write_exp_elt_floatcst)
10979 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10980 (write_exp_string_vector, write_exp_bitstring)
10981 (write_exp_msymbol, mark_struct_expression)
10982 (write_dollar_variable)
10983 (insert_type_address_space, increase_expout_size): Replace
10984 "parser_state" with "expr_builder".
10985 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10986 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10987 "parser_state" with "expr_builder".
10988
10989 2019-04-04 Tom Tromey <tom@tromey.com>
10990
10991 * rust-exp.y: Replace "parse_language" with method call.
10992 * p-exp.y:
10993 (yylex): Replace "parse_language" with method call.
10994 * m2-exp.y:
10995 (yylex): Replace "parse_language" with method call.
10996 * go-exp.y (classify_name): Replace "parse_language" with method
10997 call.
10998 * f-exp.y (yylex): Replace "parse_language" with method call.
10999 * d-exp.y (lex_one_token): Replace "parse_language" with method
11000 call.
11001 * c-exp.y:
11002 (lex_one_token, classify_name, yylex): Replace "parse_language"
11003 with method call.
11004 * ada-exp.y (find_primitive_type, type_char)
11005 (type_system_address): Replace "parse_language" with method call.
11006
11007 2019-04-04 Tom Tromey <tom@tromey.com>
11008
11009 * rust-exp.y: Replace "parse_gdbarch" with method call.
11010 * parse.c (write_dollar_variable, insert_type_address_space):
11011 Replace "parse_gdbarch" with method call.
11012 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11013 call.
11014 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11015 call.
11016 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11017 "parse_gdbarch" with method call.
11018 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11019 with method call.
11020 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11021 "parse_gdbarch" with method call.
11022 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11023 "parse_gdbarch" with method call.
11024 * c-exp.y (parse_type, parse_number, classify_name): Replace
11025 "parse_gdbarch" with method call.
11026 * ada-lex.l: Replace "parse_gdbarch" with method call.
11027 * ada-exp.y (parse_type, find_primitive_type, type_char)
11028 (type_system_address): Replace "parse_gdbarch" with method call.
11029
11030 2019-04-04 Tom Tromey <tom@tromey.com>
11031
11032 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11033 * stap-probe.c (stap_parse_argument): Update.
11034 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11035 initial_size parameter.
11036 * rust-exp.y (rust_lex_tests): Update.
11037 * parse.c (parser_state): Update.
11038 (parse_exp_in_context): Update.
11039 * parser-defs.h (struct parser_state) <parser_state>: Remove
11040 "initial_size" parameter.
11041
11042 2019-04-04 Tom Tromey <tom@tromey.com>
11043
11044 * parser-defs.h (increase_expout_size): Don't declare.
11045 * parse.c (increase_expout_size): Now static.
11046
11047 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11048
11049 * gnu-nat.c (gnu_nat_target::wait): Fix
11050 target_waitstatus_to_string call.
11051
11052 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11053
11054 * eval.c (evaluate_subexp_standard): Handle internal functions
11055 during Fortran function call handling.
11056
11057 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11058
11059 * NEWS: Mention new internal functions.
11060 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11061 (read_base_type): Use dwarf2_init_complex_target_type.
11062 * value.c (creal_internal_fn): New function.
11063 (cimag_internal_fn): New function.
11064 (_initialize_values): Register new internal functions.
11065
11066 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11067
11068 * infrun.c (stop_all_threads): If debug_infrun, always
11069 trace the wait status after wait_one, using
11070 target_waitstatus_to_string and target_pid_to_str.
11071 (handle_inferior_event): Replace various trace of
11072 wait status kind by a single trace.
11073 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11074 wait status kind image by target_waitstatus_to_string.
11075 * target/waitstatus.c (target_waitstatus_to_string): Fix
11076 obsolete comment.
11077
11078 2019-04-01 Tom Tromey <tromey@adacore.com>
11079
11080 PR symtab/23331:
11081 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11082
11083 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11084 Pedro Alves <palves@redhat.com>
11085
11086 * top.c (quit_force): Call 'finalize_values'.
11087 * value.c (finalize_values): New function.
11088 * value.h (finalize_values): Declare.
11089
11090 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11091
11092 * NEWS: Announce $_gdb_major and $_gdb_minor.
11093
11094 * top.c (init_gdb_version_vars): New function.
11095 (gdb_init): Call init_gdb_version_vars.
11096
11097 2019-03-29 Tom Tromey <tromey@adacore.com>
11098
11099 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11100 help text. Remove dead code.
11101
11102 2019-03-29 Keith Seitz <keiths@redhat.com>
11103
11104 From Siddhesh Poyarekar:
11105 * f-lang.h (f77_get_upperbound): Return LONGEST.
11106 (f77_get_lowerbound): Likewise.
11107 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11108 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11109 print them.
11110 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11111 plongest to format print it.
11112 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11113 (f77_get_upperbound): Likewise.
11114 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11115 LOWER_BOUND to LONGEST.
11116 (f77_create_arrayprint_offset_tbl): Likewise.
11117
11118 2019-03-29 Keith Seitz <keiths@redhat.com>
11119
11120 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11121 %s/pulongest for TYPE_LENGTH instead of %d in format
11122 strings.
11123 * ada-typerint.c (ada_print_type): Likewise.
11124 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11125 * compile/compile-c-support.c (generate_register_struct): Likewise.
11126 * gdbtypes.c (recursive_dump_type): Likewise.
11127 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11128 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11129 instead of %d in format strings.
11130 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11131 to std::min to ULONGEST.
11132 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11133 instead of %d in format strings.
11134 * tracepoint.c (info_scope_command): Likewise.
11135 * typeprint.c (print_offset_data::update)
11136 (print_offset_data::finish): Likewise.
11137 * xtensa-tdep.c (xtensa_store_return_value)
11138 (xtensa_push_dummy_call): Likewise.
11139
11140 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11141
11142 * windows-nat.c (display_selector): Fixed format specifications
11143 for 64-bit Cygwin.
11144
11145 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11146
11147 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11148
11149 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11150
11151 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11152 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11153 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11154 (nios2_linux_init_abi): Install it.
11155
11156 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11157
11158 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11159
11160 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11161
11162 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11163
11164 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11165 Tom Tromey <tromey@adacore.com>
11166
11167 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11168
11169 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11170
11171 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11172 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11173 method to compute the bounds of range types. Also print "[evaluated]"
11174 if the bounds' values come from a dynamic evaluation.
11175
11176 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11177
11178 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11179 whitespace when pretty printing is on.
11180
11181 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11182
11183 * ppc-linux-nat.c: Add include.
11184
11185 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11186
11187 * NEWS: Mention AArch64 Pointer Authentication.
11188
11189 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11190
11191 * arm-linux-nat.c: Add include.
11192
11193 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11194
11195 * source-cache.c (source_cache::get_source_lines): Re-read
11196 fullname after calling open_source_file.
11197
11198 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11199
11200 * NEWS: Mention TLS support for FreeBSD.
11201
11202 2019-03-25 Tom Tromey <tromey@adacore.com>
11203
11204 * minsyms.c (BUNCH_SIZE): Update comment.
11205 (~minimal_symbol_reader): Remove old comment.
11206 (compact_minimal_symbols): Update comment.
11207 (minimal_symbol_reader::install): Remove old comment. Update
11208 other comments.
11209
11210 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11211
11212 * s390-linux-nat.c: Add include.
11213
11214 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11215
11216 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11217 Call linux_get_hwcap.
11218 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11219 Likewise.
11220 (aarch64_linux_get_hwcap): Remove function.
11221 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11222 declaration.
11223 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11224 linux_get_hwcap.
11225 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11226 * linux-tdep.c (linux_get_hwcap): Add function.
11227 (linux_get_hwcap2): Likewise.
11228 * linux-tdep.h (linux_get_hwcap): Add declaration.
11229 (linux_get_hwcap2): Likewise.
11230 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11231 (ppc_linux_get_hwcap2): Likewise.
11232 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11233 linux_get_hwcap.
11234 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11235 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11236 (ppc_linux_nat_target::read_description): Likewise.
11237 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11238 * s390-linux-nat.c: Likewise.
11239 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11240
11241 2019-03-24 Tom Tromey <tom@tromey.com>
11242
11243 * ada-lang.c (standard_lookup): Simplify initialization.
11244 (ada_lookup_symbol_nonlocal): Simplify return.
11245 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11246 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11247 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11248 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11249 initialization.
11250 * solib.c (solib_global_lookup): Simplify.
11251 * symtab.c (null_block_symbol): Remove.
11252 (symbol_cache_lookup): Simplify returns.
11253 (lookup_language_this): Simplify returns.
11254 (lookup_symbol_aux): Simplify return.
11255 (lookup_local_symbol): Simplify returns.
11256 (lookup_global_symbol_from_objfile): Simplify return.
11257 (lookup_symbol_in_objfile_symtabs)
11258 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11259 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11260 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11261 * cp-namespace.c (cp_lookup_bare_symbol)
11262 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11263 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11264 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11265 (cp_lookup_symbol_via_imports): Simplify initialization.
11266 (find_symbol_in_baseclass): Likewise.
11267 * symtab.h (null_block_symbol): Remove.
11268 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11269 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11270 (d_lookup_symbol_module): Likewise.
11271 (find_symbol_in_baseclass): Simplify initialization.
11272
11273 2019-03-24 Tom Tromey <tom@tromey.com>
11274
11275 * expression.h: Don't include symtab.h.
11276 (struct block): Forward declare.
11277
11278 2019-03-24 Tom Tromey <tom@tromey.com>
11279
11280 * c-exp.y (typebase): Remove casts.
11281 * gdbtypes.c (lookup_unsigned_typename, )
11282 (lookup_signed_typename): Remove cast.
11283 * eval.c (parse_to_comma_and_eval): Remove cast.
11284 * parse.c (write_dollar_variable): Remove cast.
11285 * block.h (struct block) <superblock>: Now const.
11286 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11287 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11288 (map_block): Make "block" const.
11289 * symfile.h (struct quick_symbol_functions)
11290 <map_matching_symbols>: Constify block argument to "callback".
11291 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11292 const.
11293 (find_pc_sect_compunit_symtab): Make "b" const.
11294 (find_symbol_at_address): Likewise.
11295 (search_symbols): Likewise.
11296 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11297 (dw2_debug_names_lookup_symbol): Likewise.
11298 (dw2_map_matching_symbols): Update.
11299 * p-valprint.c (pascal_val_print): Remove "block".
11300 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11301 (aux_add_nonlocal_symbols): Make "block" const.
11302 (resolve_subexp): Remove cast.
11303 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11304 const.
11305 (iterate_over_file_blocks): Likewise.
11306 * f-exp.y (%union) <bval>: Remove.
11307 * coffread.c (patch_opaque_types): Make "b" const.
11308 * spu-tdep.c (spu_catch_start): Make "block" const.
11309 * c-valprint.c (print_unpacked_pointer): Remove "block".
11310 * symmisc.c (dump_symtab_1): Make "b" const.
11311 (block_depth): Make "block" const.
11312 * d-exp.y (%union) <bval>: Remove.
11313 * cp-support.h (cp_lookup_rtti_type): Update.
11314 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11315 * psymtab.c (psym_lookup_symbol): Make "block" const.
11316 (maintenance_check_psymtabs): Make "b" const.
11317 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11318 (enumerate_locals, enumerate_args): Update.
11319 * python/py-symtab.c (stpy_global_block): Make "block" const.
11320 (stpy_static_block): Likewise.
11321 * inline-frame.c (block_starting_point_at): Make "new_block"
11322 const.
11323 * block.c (find_block_in_blockvector): Make return type const.
11324 (blockvector_for_pc_sect): Make "b" const.
11325 (find_block_in_blockvector): Make "b" const.
11326
11327 2019-03-23 Tom Tromey <tom@tromey.com>
11328
11329 * varobj.c (varobj_create): Update.
11330 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11331 * printcmd.c (display_command, do_one_display): Don't reset
11332 innermost_block.
11333 * parser-defs.h (enum innermost_block_tracker_type): Move to
11334 expression.h.
11335 (innermost_block): Update comment.
11336 * parse.c (parse_exp_1): Add tracker_types parameter.
11337 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11338 tracker_types parameter. Reset innermost_block.
11339 (parse_exp_in_context): Remove.
11340 (parse_expression_for_completion): Update.
11341 * objfiles.c (~objfile): Don't reset expression_context_block or
11342 innermost_block.
11343 * expression.h (enum innermost_block_tracker_type): Move from
11344 parser-defs.h.
11345 (parse_exp_1): Add tracker_types parameter.
11346 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11347 reset innermost_block.
11348
11349 2019-03-23 Tom Tromey <tom@tromey.com>
11350
11351 * objfiles.h: Include bcache.h.
11352
11353 2019-03-23 Tom Tromey <tom@tromey.com>
11354
11355 * linespec.c (get_current_search_block): Use
11356 scoped_restore_current_language.
11357 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11358
11359 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11360 Jiong Wang <jiong.wang@arm.com>
11361
11362 * aarch64-linux-tdep.c
11363 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11364 section.
11365 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11366
11367 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11368 Jiong Wang <jiong.wang@arm.com>
11369
11370 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11371 instructions.
11372 (aarch64_analyze_prologue_test): Add PACIASP test.
11373 (aarch64_prologue_prev_register): Unmask PC value.
11374
11375 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11376 Jiong Wang <jiong.wang@arm.com>
11377
11378 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11379 (aarch64_dwarf2_prev_register): Unmask PC value.
11380 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11381 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11382 DW_CFA_AARCH64_negate_ra_state.
11383 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11384
11385 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11386 Jiong Wang <jiong.wang@arm.com>
11387
11388 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11389 registers.
11390 (aarch64_pseudo_register_name): Likewise.
11391 (aarch64_pseudo_register_type): Likewise.
11392 (aarch64_pseudo_register_reggroup_p): Likewise.
11393 (aarch64_gdbarch_init): Add pauth registers.
11394 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11395 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11396 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11397 (struct gdbarch_tdep): Add regnum for ra_state.
11398
11399 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11400 Jiong Wang <jiong.wang@arm.com>
11401
11402 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11403
11404 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11405 Jiong Wang <jiong.wang@arm.com>
11406
11407 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11408 function.
11409 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11410 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11411 (aarch64_gdbarch_init): Add puth registers.
11412 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11413 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11414 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11415
11416 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11417 Jiong Wang <jiong.wang@arm.com>
11418
11419 * aarch64-linux-nat.c
11420 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11421 * aarch64-linux-tdep.c
11422 (aarch64_linux_core_read_description): Likewise.
11423 (aarch64_linux_get_hwcap): New function.
11424 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11425 (aarch64_linux_get_hwcap): New declaration.
11426
11427 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11428 Jiong Wang <jiong.wang@arm.com>
11429
11430 * aarch64-linux-nat.c
11431 (aarch64_linux_nat_target::read_description): Add pauth param.
11432 * aarch64-linux-tdep.c
11433 (aarch64_linux_core_read_description): Likewise.
11434 * aarch64-tdep.c (struct target_desc): Add in pauth.
11435 (aarch64_read_description): Add pauth param.
11436 (aarch64_gdbarch_init): Likewise.
11437 * aarch64-tdep.h (aarch64_read_description): Likewise.
11438 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11439 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11440 * features/Makefile: Add new files.
11441 * features/aarch64-pauth.c: New file.
11442 * features/aarch64-pauth.xml: New file.
11443
11444 2019-03-20 Tom Tromey <tromey@adacore.com>
11445
11446 * infrun.c (handle_inferior_event): Rename from
11447 handle_inferior_event_1. Create a scoped_value_mark.
11448 (handle_inferior_event): Remove.
11449
11450 2019-03-19 Tom Tromey <tromey@adacore.com>
11451
11452 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11453 * infrun.h (print_stop_event): Add "displays" parameter.
11454 * infrun.c (print_stop_event): Add "displays" parameter.
11455
11456 2019-03-19 Pedro Alves <palves@redhat.com>
11457
11458 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11459 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11460 to -1. Fix TABs vs spaces.
11461 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11462 * tui/tui-out.h (tui_ui_out) Add intro comments.
11463 <m_line, m_start_of_line>: In-class initialize, and add describing
11464 comment.
11465
11466 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11467
11468 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11469 variable names.
11470 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11471
11472 2019-03-18 Pedro Alves <palves@redhat.com>
11473 Eli Zaretskii <eliz@gnu.org>
11474
11475 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11476 m_line and m_start_of_line.
11477
11478 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11479
11480 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11481 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11482 it returns a newline. This fixes a regression in TU mode, whereby
11483 the next line is output on the same screen line as the user input.
11484
11485 2019-03-18 Tom Tromey <tromey@adacore.com>
11486
11487 * minsyms.c (minimal_symbol_reader::install): Remove call to
11488 obstack_blank.
11489
11490 2019-03-18 Pedro Alves <palves@redhat.com>
11491
11492 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11493 New globals.
11494 (apply_style): New, factored out from ...
11495 (apply_ansi_escape): ... this. Handle reverse video mode.
11496 (tui_set_reverse_mode): New function.
11497 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11498 * tui/tui-winsource.c (tui_show_source_line): Use
11499 tui_set_reverse_mode instead of setting A_STANDOUT.
11500 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11501 New setter methods.
11502
11503 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11504
11505 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11506 Handle tabs.
11507
11508 2019-03-18 Tom Tromey <tromey@adacore.com>
11509
11510 * ada-lang.c (empty_array): Add "high" parameter.
11511 (ada_evaluate_subexp): Update.
11512
11513 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11514
11515 * unittests/string_view-selftests.c: Define
11516 _initialize_string_view_selftests unconditionally.
11517
11518 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11519
11520 PR gdb/24350
11521 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11522
11523 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11524
11525 PR gdb/24351
11526 * windows-nat.c (display_selector): Fix format specifiers.
11527
11528 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11529
11530 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11531 tui_refill_source_window instead of tui_refresh_win, to update the
11532 current execution line. This fixes redisplay of the current line
11533 when stepping through the code with "next" or "step".
11534
11535 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11536
11537 * source-cache.c (source_cache::get_source_lines): Call
11538 find_source_lines to initialize s->nlines. This fixes vertical
11539 scrolling of TUI source window when the DOWN arrow is pressed.
11540
11541 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11542
11543 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11544 linux-thread-db.c (_initialize_thread_db): Likewise.
11545
11546 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11547
11548 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11549 wclrtoeol in tui_show_source_line". This reverts changes made in
11550 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11551
11552 2019-03-15 Tom Tromey <tom@tromey.com>
11553
11554 * symtab.h (struct minimal_symbol): Derive from
11555 general_symbol_info.
11556 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11557 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11558 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11559 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11560 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11561 (MSYMBOL_SEARCH_NAME): Update.
11562 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11563 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11564 * minsyms.c (minimal_symbol_reader::record_full): Update.
11565
11566 2019-03-15 Tom Tromey <tom@tromey.com>
11567
11568 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11569
11570 2019-03-15 Tom Tromey <tom@tromey.com>
11571
11572 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11573 unique_xmalloc_ptr.
11574 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11575 Update.
11576 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11577 (build_minimal_symbol_hash_tables)
11578 (minimal_symbol_reader::install): Update.
11579
11580 2019-03-15 Tom Tromey <tom@tromey.com>
11581
11582 * symtab.c (create_demangled_names_hash): Update.
11583 (symbol_set_names): Update.
11584 * objfiles.h (struct objfile_per_bfd_storage)
11585 <demangled_names_hash>: Now an htab_up.
11586 * objfiles.c (objfile_per_bfd_storage): Simplify.
11587
11588 2019-03-15 Tom Tromey <tom@tromey.com>
11589
11590 * objfiles.h (struct objfile_per_bfd_storage): Declare
11591 destructor.
11592 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11593 New.
11594 (get_objfile_bfd_data): Use new. Don't initialize
11595 language_of_main.
11596 (free_objfile_per_bfd_storage): Remove.
11597 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11598
11599 2019-03-15 Tom Tromey <tom@tromey.com>
11600
11601 * symfile.c (reread_symbols): Update.
11602 * objfiles.c (objfile::objfile): Update.
11603 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11604 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11605 comment.
11606 (minimal_symbol_reader::install): Update.
11607 (terminate_minimal_symbol_table): Remove.
11608 * jit.c (jit_object_close_impl): Update.
11609
11610 2019-03-15 Tom Tromey <tom@tromey.com>
11611
11612 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11613 initializations.
11614
11615 2019-03-15 Tom Tromey <tom@tromey.com>
11616
11617 * objfiles.h (struct objfile_per_bfd_storage)
11618 <demangled_hash_languages>: Now a bitset.
11619 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11620 (lookup_minimal_symbol): Update.
11621
11622 2019-03-15 Tom Tromey <tom@tromey.com>
11623
11624 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11625 Don't return the symbol.
11626 * coffread.c (record_minimal_symbol): Use record_full.
11627
11628 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11629
11630 The MS-Windows port of ncurses fails to switch to a color pair if
11631 one or both of the colors are the implicit default colors. This
11632 change records the default colors when TUI is initialized, and
11633 then specifies them explicitly when a color pair uses the default
11634 colors. This allows color styling in TUI mode on MS-Windows.
11635
11636 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11637 ncurses_norm_attr.
11638 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11639 colors in ncurses_norm_attr.
11640 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11641 "none", replace it with the default color recorded in
11642 ncurses_norm_attr.
11643
11644 2019-03-14 Tom Tromey <tromey@adacore.com>
11645
11646 * source-cache.h (class source_cache) <get_source_lines>: Return
11647 std::string.
11648 * source-cache.c (source_cache::extract_lines): Handle case where
11649 first_pos==npos. Return std::string.
11650 (source_cache::get_source_lines): Update.
11651
11652 2019-03-14 Tom Tromey <tromey@adacore.com>
11653
11654 * NEWS: Add item for "style sources" commands.
11655 * source-cache.c (source_cache::get_source_lines): Check
11656 source_styling.
11657 * cli/cli-style.c (source_styling): New global.
11658 (_initialize_cli_style): Add "style sources" commands.
11659 (show_style_sources): New function.
11660 * cli/cli-style.h (source_styling): Declare.
11661
11662 2019-03-14 Pedro Alves <palves@redhat.com>
11663 Tom Tromey <tromey@adacore.com>
11664
11665 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11666 * tui/tui-winsource.c (tui_refill_source_window): New function,
11667 from...
11668 (tui_horizontal_source_scroll): ... here. Move some logic.
11669 * cli/cli-style.c (set_style_enabled): Notify new observable.
11670 * tui/tui-hooks.c (tui_redisplay_source): New function.
11671 (tui_attach_detach_observers): Attach or detach
11672 tui_redisplay_source.
11673 * observable.h (source_styling_changed): New observable.
11674 * observable.c: Define source_styling_changed observable.
11675
11676 2019-03-13 Tom Tromey <tromey@adacore.com>
11677
11678 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11679 (i386_gnu_nat_target::store_registers): Update.
11680 * target-debug.h (target_debug_print_std_string): New macro.
11681 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11682 * windows-tdep.c (display_one_tib): Update.
11683 * tui/tui-stack.c (tui_make_status_line): Update.
11684 * top.c (print_inferior_quit_action): Update.
11685 * thread.c (thr_try_catch_cmd): Update.
11686 (add_thread_with_info): Update.
11687 (thread_target_id_str): Update.
11688 (thr_try_catch_cmd): Update.
11689 (thread_command): Update.
11690 (thread_find_command): Update.
11691 * record-btrace.c (record_btrace_target::info_record)
11692 (record_btrace_resume_thread, record_btrace_target::resume)
11693 (record_btrace_cancel_resume, record_btrace_step_thread)
11694 (record_btrace_target::wait, record_btrace_target::wait)
11695 (record_btrace_target::wait, record_btrace_target::stop): Update.
11696 * progspace.c (print_program_space): Update.
11697 * process-stratum-target.c
11698 (process_stratum_target::thread_address_space): Update.
11699 * linux-fork.c (linux_fork_mourn_inferior)
11700 (detach_checkpoint_command, info_checkpoints_command)
11701 (linux_fork_context): Update.
11702 (linux_fork_detach): Update.
11703 (class scoped_switch_fork_info): Update.
11704 (delete_checkpoint_command): Update.
11705 * infrun.c (follow_fork_inferior): Update.
11706 (follow_fork_inferior): Update.
11707 (proceed_after_vfork_done): Update.
11708 (handle_vfork_child_exec_or_exit): Update.
11709 (follow_exec): Update.
11710 (displaced_step_prepare_throw): Update.
11711 (displaced_step_restore): Update.
11712 (start_step_over): Update.
11713 (resume_1): Update.
11714 (clear_proceed_status_thread): Update.
11715 (proceed): Update.
11716 (print_target_wait_results): Update.
11717 (do_target_wait): Update.
11718 (context_switch): Update.
11719 (stop_all_threads): Update.
11720 (restart_threads): Update.
11721 (finish_step_over): Update.
11722 (handle_signal_stop): Update.
11723 (switch_back_to_stepped_thread): Update.
11724 (keep_going_pass_signal): Update.
11725 (print_exited_reason): Update.
11726 (normal_stop): Update.
11727 * inferior.c (inferior_pid_to_str): Change return type.
11728 (print_selected_inferior): Update.
11729 (add_inferior): Update.
11730 (detach_inferior): Update.
11731 * dummy-frame.c (fprint_dummy_frames): Update.
11732 * dcache.c (dcache_info_1): Update.
11733 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11734 (btrace_fetch, btrace_clear): Update.
11735 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11736 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11737 type.
11738 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11739 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11740 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11741 * gdbarch.c, gdbarch.h: Rebuild.
11742 * gdbarch.sh (core_pid_to_str): Change return type.
11743 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11744 return type.
11745 (windows_nat_target::pid_to_str): Change return type.
11746 (windows_delete_thread): Update.
11747 (windows_nat_target::attach): Update.
11748 (windows_nat_target::files_info): Update.
11749 * target-delegates.c: Rebuild.
11750 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11751 return type.
11752 (sol_thread_target::pid_to_str): Change return type.
11753 * remote.c (class remote_target) <pid_to_str>: Change return
11754 type.
11755 (remote_target::pid_to_str): Change return type.
11756 (extended_remote_target::attach, remote_target::remote_stop_ns)
11757 (remote_target::remote_notif_remove_queued_reply)
11758 (remote_target::push_stop_reply, remote_target::disable_btrace):
11759 Update.
11760 (extended_remote_target::attach): Update.
11761 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11762 type.
11763 (gdbsim_target::pid_to_str): Change return type.
11764 * ravenscar-thread.c (struct ravenscar_thread_target)
11765 <pid_to_str>: Change return type.
11766 (ravenscar_thread_target::pid_to_str): Change return type.
11767 * procfs.c (class procfs_target) <pid_to_str>: Change return
11768 type.
11769 (procfs_target::pid_to_str): Change return type.
11770 (procfs_target::attach): Update.
11771 (procfs_target::detach): Update.
11772 (procfs_target::fetch_registers): Update.
11773 (procfs_target::store_registers): Update.
11774 (procfs_target::wait): Update.
11775 (procfs_target::files_info): Update.
11776 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11777 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11778 return type.
11779 (nto_procfs_target::pid_to_str): Change return type.
11780 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11781 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11782 return type.
11783 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11784 (exit_lwp): Update.
11785 (attach_proc_task_lwp_callback, get_detach_signal)
11786 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11787 (linux_nat_target::resume, wait_lwp, stop_callback)
11788 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11789 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11790 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11791 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11792 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11793 type.
11794 (inf_ptrace_target::attach): Update.
11795 (inf_ptrace_target::files_info): Update.
11796 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11797 type.
11798 (go32_nat_target::pid_to_str): Change return type.
11799 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11800 (gnu_nat_target::wait): Update.
11801 (gnu_nat_target::wait): Update.
11802 (gnu_nat_target::resume): Update.
11803 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11804 (fbsd_nat_target::wait): Update.
11805 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11806 type.
11807 (darwin_nat_target::attach): Update.
11808 * corelow.c (class core_target) <pid_to_str>: Change return type.
11809 (core_target::pid_to_str): Change return type.
11810 * target.c (normal_pid_to_str): Change return type.
11811 (default_pid_to_str): Likewise.
11812 (target_pid_to_str): Change return type.
11813 (target_translate_tls_address): Update.
11814 (target_announce_detach): Update.
11815 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11816 return type.
11817 (bsd_uthread_target::pid_to_str): Change return type.
11818 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11819 type.
11820 (bsd_kvm_target::pid_to_str): Change return type.
11821 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11822 return type.
11823 (aix_thread_target::pid_to_str): Change return type.
11824 * target.h (struct target_ops) <pid_to_str>: Change return type.
11825 (target_pid_to_str, normal_pid_to_str): Likewise.
11826 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11827 type.
11828 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11829 type.
11830 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11831 return type.
11832 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11833 type.
11834 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11835 type.
11836 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11837 return type.
11838
11839 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11840
11841 * NEWS: Mention that the new default MI version is 3. Mention
11842 changes to the output of commands and events that deal with
11843 multi-location breakpoints.
11844 * breakpoint.c: Include "mi/mi-out.h".
11845 (print_one_breakpoint): Change output syntax if using MI version
11846 >= 3.
11847 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11848 New.
11849 (mi_multi_location_breakpoint_output_fixed): New.
11850 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11851 (mi_cmd_fix_multi_location_breakpoint_output): New.
11852 (mi_multi_location_breakpoint_output_fixed): New.
11853 * mi/mi-cmds.c (mi_cmds): Register command
11854 -fix-multi-location-breakpoint-output.
11855 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11856 interpreter "mi".
11857
11858 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11859
11860 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11861 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11862 instantiate mi_ui_out based on interpreter name.
11863 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11864 * mi/mi-main.c (mi_load_progress): Likewise.
11865
11866 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11867
11868 * NEWS: Combine separate "New targets" sections for 8.3.
11869
11870 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11871
11872 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11873 (ppcfbsd_init_abi): Install gdbarch
11874 "fetch_tls_load_module_address" and "get_thread_local_address"
11875 methods.
11876
11877 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11878
11879 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11880 (riscv_fbsd_init_abi): Install gdbarch
11881 "fetch_tls_load_module_address" and "get_thread_local_address"
11882 methods.
11883
11884 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11885
11886 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11887 (i386fbsd_init_abi): Install gdbarch
11888 "fetch_tls_load_module_address" and "get_thread_local_address"
11889 methods.
11890
11891 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11892
11893 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11894 (amd64fbsd_init_abi): Install gdbarch
11895 "fetch_tls_load_module_address" and "get_thread_local_address"
11896 methods.
11897
11898 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11899
11900 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11901 (struct fbsd_pspace_data): New type.
11902 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11903 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11904 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11905 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11906 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11907
11908 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11909
11910 * gdbtypes.c (lookup_struct_elt): New function.
11911 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11912 * gdbtypes.h (struct struct_elt): New type.
11913 (lookup_struct_elt): New prototype.
11914
11915 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11916
11917 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11918 remove disabled code block.
11919
11920 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11921
11922 * gdbarch.sh (get_thread_local_address): New method.
11923 * gdbarch.h, gdbarch.c: Regenerate.
11924 * target.c (target_translate_tls_address): Use
11925 gdbarch_get_thread_local_address if present instead of
11926 target::get_thread_local_address.
11927
11928 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11929
11930 * target.h (target::get_thread_local_address): Update comment.
11931
11932 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11933
11934 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11935 objfile->separate_debug_objfile_backlink if not NULL.
11936
11937 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11938
11939 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11940 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11941 (amd64bsd_store_inferior_registers): Likewise.
11942 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11943 Enable segment base registers.
11944 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11945 PT_GETFSBASE and PT_GETGSBASE.
11946 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11947 PT_SETGSBASE.
11948 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11949 segment base registers.
11950 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11951
11952 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11953
11954 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11955 Update calls to i386_target_description to add 'segments'
11956 parameter.
11957 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11958 add segment base registers.
11959 * arch/i386.c (i386_create_target_description): Add 'segments'
11960 parameter to enable segment base registers.
11961 * arch/i386.h (i386_create_target_description): Likewise.
11962 * features/i386/32bit-segments.xml: New file.
11963 * features/i386/32bit-segments.c: Generate.
11964 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11965 call to i386_target_description to add 'segments' parameter.
11966 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11967 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11968 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11969 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11970 if feature is present.
11971 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11972 Add 'segments' parameter to call to i386_target_description.
11973 (i386_target_description): Add 'segments' parameter to enable
11974 segment base registers.
11975 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11976 to call to i386_target_description.
11977 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11978 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11979 Define I386_NUM_REGS.
11980 (i386_target_description): Add 'segments' parameter to enable
11981 segment base registers.
11982
11983 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11984
11985 PR/24325
11986 * source-cache.c: #undef open and close, to avoid unresolved
11987 externals during linking.
11988
11989 2019-03-12 Tom Tromey <tromey@adacore.com>
11990
11991 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
11992 const. Add initializers.
11993 (_initialize_remote): Don't initialize ptid globals.
11994
11995 2019-03-12 Pedro Alves <palves@redhat.com>
11996
11997 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
11998
11999 2019-03-12 Pedro Alves <palves@redhat.com>
12000
12001 * cp-name-parser.y (main): Remove unused 'len' variable.
12002
12003 2019-03-12 Tom Tromey <tromey@adacore.com>
12004
12005 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12006 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12007
12008 2019-03-12 Tom Tromey <tromey@adacore.com>
12009
12010 * linux-nat.c (iterate_over_lwps): Update.
12011 (stop_callback): Remove parameter.
12012 (stop_wait_callback, detach_callback, resume_set_callback)
12013 (select_singlestep_lwp_callback, set_ignore_sigint)
12014 (status_callback, resumed_callback, resume_clear_callback)
12015 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12016 data parameter.
12017 (linux_nat_target::detach, linux_nat_target::resume)
12018 (linux_stop_and_wait_all_lwps, select_event_lwp)
12019 (linux_nat_filter_event, linux_nat_wait_1)
12020 (linux_nat_target::kill, linux_nat_target::stop)
12021 (linux_nat_target::stop): Update.
12022 (linux_nat_resume_callback): Change type.
12023 (resume_stopped_resumed_lwps, count_events_callback)
12024 (select_event_lwp_callback): Likewise.
12025 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12026 * arm-linux-nat.c (struct update_registers_data): Remove.
12027 (update_registers_callback): Change type.
12028 (arm_linux_insert_hw_breakpoint1): Update.
12029 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12030 parameter.
12031 (x86_linux_dr_set_addr): Update.
12032 (x86_linux_dr_set_control): Update.
12033 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12034 (iterate_over_lwps): Use gdb::function_view.
12035 * nat/aarch64-linux-hw-point.c (struct
12036 aarch64_dr_update_callback_param): Remove.
12037 (debug_reg_change_callback): Change type.
12038 (aarch64_notify_debug_reg_change): Update.
12039 * s390-linux-nat.c (s390_refresh_per_info): Update.
12040
12041 2019-03-11 Tom Tromey <tromey@adacore.com>
12042
12043 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12044 redundant assignment to "this_cu".
12045
12046 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12047
12048 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12049
12050 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12051
12052 * gdbtypes.c (rank_one_type_parm_set): 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_struct): 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_complex): 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_float): 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_bool): 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_range): 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_char): 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_enum): 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_int): 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_func): New function extracted
12107 from...
12108 (rank_one_type): ... this.
12109
12110 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12111
12112 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12113 from...
12114 (rank_one_type): ... this.
12115
12116 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12117
12118 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12119 from...
12120 (rank_one_type): ... this.
12121
12122 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12123
12124 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12125 inferior-events' shows the example events.
12126
12127 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12128
12129 Support styling on native MS-Windows console
12130
12131 PR/24315
12132 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12133 on MS-Windows if $TERM is not defined.
12134
12135 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12136
12137 * posix-hdep.c (gdb_console_fputs):
12138 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12139 functions.
12140 * ui-file.h (gdb_console_fputs): Add prototype.
12141
12142 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12143 back to fputs only if the former returns zero.
12144
12145 2019-03-07 Tom Tromey <tom@tromey.com>
12146
12147 * symmisc.c (print_symbol_bcache_statistics): Update.
12148 (print_objfile_statistics): Update.
12149 * symfile.c (allocate_symtab): Update.
12150 * stabsread.c: Don't include bcache.h.
12151 * psymtab.h (struct psymbol_bcache): Don't declare.
12152 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12153 (psymbol_bcache_init, psymbol_bcache_free)
12154 (psymbol_bcache_get_bcache): Don't declare.
12155 * psymtab.c (struct psymbol_bcache): Remove.
12156 (psymtab_storage::psymtab_storage): Update.
12157 (psymtab_storage::~psymtab_storage): Update.
12158 (psymbol_bcache_init, psymbol_bcache_free)
12159 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12160 (add_psymbol_to_bcache): Update.
12161 (allocate_psymtab): Update.
12162 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12163 macro_cache>: No longer pointers.
12164 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12165 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12166 * macrotab.c (macro_bcache): Update.
12167 * macroexp.c: Don't include bcache.h.
12168 * gdbtypes.c (check_types_worklist): Update.
12169 (types_deeply_equal): Remove TRY/CATCH. Update.
12170 * elfread.c (elf_symtab_read): Update.
12171 * dwarf2read.c: Don't include bcache.h.
12172 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12173 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12174 (print_bcache_statistics, bcache_memory_used): Don't declare.
12175 (struct bcache): Move from bcache.c. Add constructor, destructor,
12176 methods. Rename all data members.
12177 * bcache.c (struct bcache): Move to bcache.h.
12178 (bcache::expand_hash_table): Rename from expand_hash_table.
12179 (bcache): Remove.
12180 (bcache::insert): Rename from bcache_full.
12181 (bcache::compare): Rename from bcache_compare.
12182 (bcache_xmalloc): Remove.
12183 (bcache::~bcache): Rename from bcache_xfree.
12184 (bcache::print_statistics): Rename from print_bcache_statistics.
12185 (bcache::memory_used): Rename from bcache_memory_used.
12186
12187 2019-03-07 Pedro Alves <palves@redhat.com>
12188
12189 * infrun.c (normal_stop): Also check for
12190 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12191
12192 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12193
12194 * f-lang.c (value_from_host_double): Moved to...
12195 * value.c (value_from_host_double): ...here.
12196 * value.h (value_from_host_double): Declare.
12197 * guile/scm-math.c (vlscm_convert_typed_number): Use
12198 value_from_host_double.
12199 (vlscm_convert_number): Likewise.
12200 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12201 * python/py-value.c (convert_value_from_python): Likewise.
12202
12203 2019-03-06 Tom Tromey <tom@tromey.com>
12204
12205 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12206
12207 2019-03-06 Tom Tromey <tom@tromey.com>
12208
12209 * utils.h (free_current_contents): Don't declare.
12210 * utils.c (free_current_contents): Remove.
12211
12212 2019-03-06 Tom Tromey <tom@tromey.com>
12213
12214 * top.c (quit_force): Update.
12215 * main.c (captured_command_loop): Update.
12216 * common/new-op.c (operator new): Update.
12217 * common/common-exceptions.c (struct catcher)
12218 <save_cleanup_chain>: Remove member.
12219 (exceptions_state_mc_init): Update.
12220 (exception_try_scope_entry): Return nullptr.
12221 (exception_try_scope_exit, exception_rethrow)
12222 (throw_exception_sjlj, throw_exception_cxx): Update.
12223 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12224 (all_cleanups, do_cleanups, discard_cleanups)
12225 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12226 (restore_cleanups, restore_final_cleanups): Don't declare.
12227 (do_final_cleanups): Remove parameter.
12228 * common/cleanups.c (cleanup_chain, make_cleanup)
12229 (make_cleanup_dtor, all_cleanups, do_cleanups)
12230 (discard_my_cleanups, discard_cleanups)
12231 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12232 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12233 (null_cleanup): Remove.
12234 (do_final_cleanups): Remove parameter.
12235
12236 2019-03-06 Tom Tromey <tom@tromey.com>
12237
12238 * remote.c (remote_target::remote_parse_stop_reply): Use
12239 unique_xmalloc_ptr.
12240
12241 2019-03-06 Tom Tromey <tom@tromey.com>
12242
12243 * stabsread.c (struct stabs_field_info): Rename from field_info.
12244 <list, fnlist>: Add initializers.
12245 <obstack>: New member.
12246 (read_member_functions, read_struct_fields, read_baseclasses):
12247 Allocate on obstack. Don't use cleanups.
12248 (read_one_struct_field, read_member_functions, read_struct_fields)
12249 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12250 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12251 (read_struct_type): Update.
12252
12253 2019-03-06 Tom Tromey <tom@tromey.com>
12254
12255 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12256 * common/filestuff.h (make_cleanup_close): Don't declare.
12257 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12258 Remove.
12259
12260 2019-03-06 Tom Tromey <tom@tromey.com>
12261
12262 * solib-aix.c: Use make_scope_exit.
12263
12264 2019-03-06 Tom Tromey <tom@tromey.com>
12265
12266 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12267 Use make_scope_exit.
12268
12269 2019-03-06 Tom Tromey <tom@tromey.com>
12270
12271 * solib-svr4.c (disable_probes_interface): Remove parameter.
12272 (svr4_handle_solib_event): Use make_scope_exit.
12273
12274 2019-03-06 Tom Tromey <tom@tromey.com>
12275
12276 * remote.c (struct stop_reply_deleter): Remove.
12277 (stop_reply_up): Update.
12278 (struct stop_reply): Derive from notif_event. Don't typedef.
12279 <regcache>: Now a std::vector.
12280 (stop_reply_xfree): Remove.
12281 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12282 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12283 (remote_target::discard_pending_stop_replies): Use delete.
12284 (remote_target::remote_parse_stop_reply): Update.
12285 (remote_target::process_stop_reply): Update.
12286 * remote-notif.h (struct notif_event): Add virtual destructor.
12287 Remove "dtr" member.
12288 (struct notif_client) <alloc_event>: Return a unique_ptr.
12289 (notif_event_xfree): Don't declare.
12290 (notif_event_up): New typedef.
12291 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12292 (notif_event_xfree, do_notif_event_xfree): Remove.
12293 (remote_notif_state_xfree): Update.
12294
12295 2019-03-06 Tom Tromey <tom@tromey.com>
12296
12297 * infrun.c (displaced_step_clear_cleanup): Now a
12298 forward_scope_exit type.
12299 (displaced_step_prepare_throw): Update.
12300 (displaced_step_fixup): Update.
12301
12302 2019-03-06 Tom Tromey <tom@tromey.com>
12303
12304 * inferior.h (class inferior): Update comment.
12305 * gdbthread.h (class thread_info): Update comment.
12306
12307 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12308 Tom Tromey <tom@tromey.com>
12309
12310 * stabsread.h (struct stab_section_list): Remove.
12311 (coffstab_build_psymtabs): Update.
12312 * dbxread.c (symbuf_sections): Now a std::vector.
12313 (sect_idx): New global.
12314 (fill_symbuf): Update.
12315 (coffstab_build_psymtabs): Change type of stabsects parameter.
12316 Update.
12317 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12318 std::vector.
12319 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12320 (coff_locate_sections): Update.
12321 (coff_symfile_read): Remove cleanups. Update.
12322 (init_stringtab): Add storage parameter.
12323 (free_stringtab, free_stringtab_cleanup): Remove.
12324 (init_lineno): Add storage parameter.
12325 (free_linetab, free_linetab_cleanup): Remove.
12326
12327 2019-03-06 Pedro Alves <palves@redhat.com>
12328
12329 * linux-fork.c (fork_info::clobber_regs): Delete.
12330 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12331 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12332 comment. Adjust.
12333 (scoped_switch_fork_info::scoped_switch_fork_info)
12334 (checkpoint_command, linux_fork_context): Adjust
12335 fork_save_infrun_state calls.
12336
12337 2019-03-06 Pedro Alves <palves@redhat.com>
12338
12339 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12340 (inf_has_multiple_threads): Return 'bool' and rewrite using
12341 inferior_info::threads().
12342
12343 2019-03-06 Pedro Alves <palves@redhat.com>
12344
12345 * linux-fork.c: Include <list>.
12346 (fork_list): Now a std::list instance.
12347 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12348 (forks_exist_p, find_last_fork): Adjust.
12349 (new_fork): Delete.
12350 (one_fork_p): New.
12351 (add_fork): Adjust.
12352 (free_fork): Delete, folded into fork_info::~fork_info().
12353 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12354 Adjust.
12355 (init_fork_list): Delete.
12356 (linux_fork_killall, linux_fork_mourn_inferior)
12357 (linux_fork_detach, info_checkpoints_command): Adjust.
12358 (_initialize_linux_fork): No longer call init_fork_list.
12359
12360 2019-03-06 Pedro Alves <palves@redhat.com>
12361
12362 * linux-fork.c (new_fork): New, split out of ...
12363 (add_fork): ... this. Return void. Move "first fork" special
12364 case from here, to ...
12365 (checkpoint_command): ... here.
12366 * linux-linux.h (add_fork): Return void.
12367
12368 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12369
12370 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12371
12372 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12373 Chris January <chris.january@arm.com>
12374 David Lecomber <david.lecomber@arm.com>
12375
12376 * f-exp.y: New token, UNOP_INTRINSIC.
12377 (exp): New pattern using UNOP_INTRINSIC token.
12378 (f77_keywords): Add 'abs' keyword.
12379 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12380 (value_from_host_double): New function.
12381 (evaluate_subexp_f): Support UNOP_ABS.
12382
12383 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12384
12385 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12386 types.
12387
12388 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12389
12390 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12391 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12392 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12393
12394 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12395
12396 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12397
12398 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12399 Chris January <chris.january@arm.com>
12400
12401 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12402 * f-exp.y: Define 'KIND' token.
12403 (exp): New pattern for KIND expressions.
12404 (ptype): Handle types with a kind extension.
12405 (direct_abs_decl): Extend to spot kind extensions.
12406 (f77_keywords): Add 'kind' to the list.
12407 (push_kind_type): New function.
12408 (convert_to_kind_type): New function.
12409 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12410 * parse.c (operator_length_standard): Likewise.
12411 * parser-defs.h (enum type_pieces): Add tp_kind.
12412 * std-operator.def: Add UNOP_KIND.
12413
12414 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * f-exp.y (f_parse): Set yydebug.
12417
12418 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12419
12420 * f-lang.c (evaluate_subexp_f): New function.
12421 (exp_descriptor_f): New global.
12422 (f_language_defn): Use exp_descriptor_f instead of
12423 exp_descriptor_standard.
12424
12425 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12426
12427 * f-exp.y (struct token): Add comments.
12428 (dot_ops): Remove uppercase versions and the end marker.
12429 (f77_keywords): Likewise.
12430 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12431 entries in the dot_ops array are case insensitive, and use
12432 strncasecmp to compare strings. Also some whitespace cleanup in
12433 this area. Similar for the f77_keywords array, except entries in
12434 this list might be case sensitive.
12435
12436 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12437
12438 * f-exp.y (struct f77_boolean_val): Add comments.
12439 (boolean_values): Remove uppercase versions, and end marker.
12440 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12441 and use strncasecmp to achieve case insensitivity. Additionally,
12442 perform whitespace cleanup around this code.
12443
12444 2019-03-06 Tom Tromey <tromey@adacore.com>
12445
12446 * remote-sim.c (gdbsim_target_open): Use result of
12447 gdb_argv::release.
12448
12449 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12450 Dirk Schubert <dirk.schubert@arm.com>
12451 Chris January <chris.january@arm.com>
12452
12453 * eval.c (evaluate_subexp_standard): Call Fortran argument
12454 wrapping logic.
12455 * f-lang.c (struct value): A value which can be passed into a
12456 Fortran function call.
12457 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12458 where appropriate.
12459 (struct type): Value ready for a Fortran function call.
12460 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12461 is needed.
12462 * f-lang.h (fortran_argument_convert): Declaration.
12463 (fortran_preserve_arg_pointer): Declaration.
12464 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12465
12466 2019-03-05 Tom Tromey <tromey@adacore.com>
12467
12468 * python/py-prettyprint.c (print_string_repr): Remove #if.
12469 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12470
12471 2019-03-05 Tom Tromey <tromey@adacore.com>
12472
12473 * target.c (the_dummy_target): Move later. Change type to
12474 "dummy_target".
12475 (initialize_targets): Don't initialize the_dummy_target.
12476
12477 2019-03-05 Tom Tromey <tromey@adacore.com>
12478
12479 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12480 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12481
12482 2019-03-05 Tom Tromey <tromey@adacore.com>
12483
12484 * windows-nat.c (windows_nat_target::attach)
12485 (windows_nat_target::detach): Don't call gdb_flush.
12486 * valprint.c (generic_val_print, val_print, val_print_string):
12487 Don't call gdb_flush.
12488 * utils.c (defaulted_query): Don't call gdb_flush.
12489 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12490 * target.c (target_announce_detach): Don't call gdb_flush.
12491 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12492 * remote.c (extended_remote_target::attach): Don't call
12493 gdb_flush.
12494 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12495 * printcmd.c (do_examine): Don't call gdb_flush.
12496 (info_display_command): Don't call gdb_flush.
12497 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12498 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12499 * memattr.c (info_mem_command): Don't call gdb_flush.
12500 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12501 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12502 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12503 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12504 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12505 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12506 (gnu_nat_target::detach): Don't call gdb_flush.
12507 * f-valprint.c (f_val_print): Don't call gdb_flush.
12508 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12509 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12510 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12511 gdb_flush.
12512 * c-valprint.c (c_val_print): Don't call gdb_flush.
12513 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12514
12515 2019-03-05 Tom Tromey <tromey@adacore.com>
12516
12517 * varobj.c (update_dynamic_varobj_children): Update.
12518 (install_default_visualizer): Use reset, not release.
12519 * value.c (set_internalvar): Update.
12520 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12521 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12522 ATTRIBUTE_UNUSED_RESULT.
12523
12524 2019-03-05 Tom Tromey <tromey@adacore.com>
12525
12526 * remote.c (class scoped_remote_fd) <release>: Add
12527 ATTRIBUTE_UNUSED_RESULT.
12528
12529 2019-03-05 Tom Tromey <tromey@adacore.com>
12530
12531 * macroexp.c (struct macro_buffer) <release>: Add
12532 ATTRIBUTE_UNUSED_RESULT.
12533
12534 2019-03-05 Tom Tromey <tromey@adacore.com>
12535
12536 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12537 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12538 ATTRIBUTE_UNUSED_RESULT.
12539
12540 2019-03-05 Tom Tromey <tromey@adacore.com>
12541
12542 * common/scoped_fd.h (class scoped_fd) <release>: Add
12543 ATTRIBUTE_UNUSED_RESULT.
12544
12545 2019-03-05 Tom Tromey <tromey@adacore.com>
12546
12547 * parser-defs.h (struct parser_state) <release>: Add
12548 ATTRIBUTE_UNUSED_RESULT.
12549
12550 2019-03-05 Tom Tromey <tromey@adacore.com>
12551
12552 * utils.h (class gdb_argv) <release>: Add
12553 ATTRIBUTE_UNUSED_RESULT.
12554 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12555
12556 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12557
12558 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12559 for-loop range, to avoid compiler warnings.
12560
12561 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12562 avoid compiler warnings about unused variables.
12563
12564 * NEWS: Mention end of support for native debugging on MS-Windows
12565 before XP.
12566
12567 PR gdb/24292
12568 * common/netstuff.c:
12569 * gdbserver/gdbreplay.c
12570 * gdbserver/remote-utils.c:
12571 * ser-tcp.c:
12572 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12573 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12574 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12575 'getaddrinfo' and 'freeaddrinfo' were not available before
12576 Windows XP, and mingw.org's MinGW headers by default define
12577 _WIN32_WINNT to 0x500.
12578
12579 2019-03-01 Gary Benson <gbenson@redhat.com>
12580
12581 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12582
12583 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12584 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12585
12586 PR gdb/8527
12587 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12588 set_sigint_trap, clear_sigint_trap.
12589
12590 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12591
12592 * target.c (target_detach): Clear the regcache and the
12593 frame cache.
12594
12595 2019-02-27 Pedro Alves <palves@redhat.com>
12596
12597 * utils.c (set_screen_size): When we cap the height/width sizes,
12598 tweak the corresponding command variable to show "unlimited":
12599
12600 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12601 Pedro Alves <palves@redhat.com>
12602
12603 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12604 before calling rl_set_screen_size.
12605
12606 2019-02-27 Tom Tromey <tromey@adacore.com>
12607
12608 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12609 define.
12610 * python/py-value.c: Remove Python 2.4 workaround.
12611 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12612 workaround.
12613 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12614 Python 2.4 workaround.
12615 * python/python-internal.h: Remove Python 2.4 comment.
12616 (Py_ssize_t): Don't define.
12617 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12618 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12619 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12620 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12621 * python/python.c (do_start_initialization): Remove Python 2.4
12622 workaround.
12623 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12624 (print_children): Remove Python 2.4 workaround.
12625 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12626 workaround.
12627 (CHARBUFFERPROC_NAME): Remove.
12628 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12629 Python 2.4 workaround.
12630
12631 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12632
12633 * NEWS: Note minimum Python version.
12634
12635 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12636
12637 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12638 code from these functions. Remove corresponding ifdefs. Use
12639 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12640 Remove gotos and target of gotos.
12641 (infpy_search_memory): Likewise.
12642
12643 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12644
12645 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12646 (hppa_gdbarch_init): Don't register deleted functions with
12647 gdbarch.
12648
12649 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12650
12651 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12652 (h8300_unwind_sp): Delete.
12653 (h8300_dummy_id): Delete.
12654 (h8300_gdbarch_init): Don't register deleted functions with
12655 gdbarch.
12656
12657 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12658
12659 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12660 (ft32_unwind_pc): Delete.
12661 (ft32_unwind_sp): Delete.
12662 (ft32_gdbarch_init): Don't register deleted functions with
12663 gdbarch.
12664
12665 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12666
12667 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12668 (frv_unwind_pc): Delete.
12669 (frv_unwind_sp): Delete.
12670 (frv_gdbarch_init): Don't register deleted functions with
12671 gdbarch.
12672
12673 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12674
12675 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12676 (riscv_unwind_pc): Delete.
12677 (riscv_unwind_sp): Delete.
12678 (riscv_gdbarch_init): Don't register deleted functions with
12679 gdbarch.
12680
12681 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12682
12683 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12684 (csky_unwind_pc): Delete.
12685 (csky_unwind_sp): Delete.
12686 (csky_gdbarch_init): Don't register deleted functions with
12687 gdbarch.
12688
12689 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12690
12691 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12692 (cris_unwind_pc): Delete.
12693 (cris_unwind_sp): Delete.
12694 (cris_gdbarch_init): Don't register deleted functions with
12695 gdbarch.
12696
12697 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12698
12699 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12700 (bfin_unwind_pc): Delete.
12701 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12702
12703 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12704
12705 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12706 (arm_unwind_pc): Delete.
12707 (arm_unwind_sp): Delete.
12708 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12709
12710 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12711
12712 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12713 (arc_unwind_pc): Delete.
12714 (arc_unwind_sp): Delete.
12715 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12716
12717 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12718
12719 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12720 (alpha_unwind_pc): Delete.
12721 (alpha_gdbarch_init): Don't register deleted functions with
12722 gdbarch.
12723
12724 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12725
12726 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12727 (aarch64_unwind_pc): Delete.
12728 (aarch64_unwind_sp): Delete.
12729 (aarch64_gdbarch_init): Don't register deleted functions with
12730 gdbarch.
12731
12732 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12733
12734 * gdbtypes.c (type_align): Don't consider static members when
12735 computing structure alignment.
12736
12737 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12738
12739 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12740 return 0 for other types.
12741 * arch-utils.c (default_type_align): Always return 0.
12742 * gdbarch.h: Regenerate.
12743 * gdbarch.sh (type_align): Extend comment.
12744 * gdbtypes.c (type_align): Add additional comments, always call
12745 gdbarch_type_align before applying the default rules.
12746 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12747 generic code will then apply a suitable default.
12748 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12749 types, return 0 for other types.
12750
12751 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12752
12753 * NEWS: Create a new section for the next release branch.
12754 Rename the section of the current branch, now that it has
12755 been cut.
12756
12757 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12758
12759 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12760 * version.in: Bump version to 8.3.50.DATE-git.
12761
12762 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12763
12764 * aix-thread.c (ptid_cmp): Remove unused variable.
12765 (get_signaled_thread): Likewise.
12766 (store_regs_user_thread): Likewise.
12767 (store_regs_kernel_thread): Likewise.
12768 (fetch_regs_kernel_thread): Remove shadowed variable.
12769
12770 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12771
12772 * features/riscv/32bit-cpu.xml: Add register numbers.
12773 * features/riscv/32bit-fpu.c: Regenerate.
12774 * features/riscv/32bit-fpu.xml: Add register numbers.
12775 * features/riscv/64bit-cpu.xml: Add register numbers.
12776 * features/riscv/64bit-fpu.c: Regenerate.
12777 * features/riscv/64bit-fpu.xml: Add register numbers.
12778
12779 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12780
12781 * NEWS: Mention two argument form of gdb.Value constructor.
12782 * python/py-value.c (convert_buffer_and_type_to_value): New
12783 function.
12784 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12785 Add support for handling an optional second argument. Call
12786 convert_buffer_and_type_to_value as appropriate.
12787 * python/python-internal.h (Py_buffer_deleter): New struct.
12788 (Py_buffer_up): New typedef.
12789
12790 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12791
12792 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12793 instead of releasing ownership.
12794
12795 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12796
12797 * dwarf2read.c (open_and_init_dwp_file): Call
12798 elf_numsections instead of bfd_count_sections to initialize
12799 dwp_file->num_sections.
12800
12801 2019-02-25 Tom Tromey <tromey@adacore.com>
12802
12803 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12804
12805 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12806
12807 * gcore.in: Add '--readnever' option when invoking GDB.
12808
12809 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12810
12811 * MAINTAINERS: Update my email address.
12812
12813 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12814
12815 * build-id.c (build_id_to_debug_bfd_1): New function.
12816 (build_id_to_debug_bfd): Look for separate debug file in
12817 sysroot.
12818
12819 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12820
12821 * gdbarch.sh: Update the copyright year range that is placed into
12822 generated files.
12823
12824 2019-02-22 Keith Seitz <keiths@redhat.com>
12825
12826 PR symtab/23853
12827 * linespec.c (create_sals_line_offset): Search for the default
12828 symtab's filename instead of its fullname.
12829
12830 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12831
12832 * NEWS: Update style defaults.
12833
12834 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12835
12836 * main.c (captured_main_1): Disable styling in batch mode.
12837
12838 2019-02-20 Tom Tromey <tom@tromey.com>
12839
12840 * symtab.c (symtab_symbol_info): Fix typos.
12841
12842 2019-02-20 Tom Tromey <tromey@adacore.com>
12843
12844 * findcmd.c (_initialize_mem_search): Use upper case for
12845 metasyntactic variables.
12846
12847 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12848
12849 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12850 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12851
12852 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12853
12854 * top.h (source_file_name): Change to std::string.
12855 * top.c (source_file_name): Likewise.
12856 (command_line_input): Adjust.
12857 * cli/cli-script.c (script_from_file): Adjust.
12858
12859 2019-02-19 Tom Tromey <tromey@adacore.com>
12860
12861 * ravenscar-thread.c
12862 (ravenscar_thread_target::update_thread_list): Don't call
12863 ada_build_task_list.
12864 * ada-lang.h (ada_build_task_list): Don't declare.
12865 * ada-tasks.c (struct ada_tasks_inferior_data)
12866 <task_list_valid_p>: Now bool.
12867 (read_known_tasks, ada_task_list_changed)
12868 (ada_tasks_invalidate_inferior_data): Update.
12869 (read_known_tasks_array): Return bool.
12870 (read_known_tasks_list): Likewise.
12871 (read_known_tasks): Return void.
12872 (ada_build_task_list): Now static.
12873
12874 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12875
12876 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12877 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12878
12879 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12880
12881 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12882 variant for ada_tasks_pspace_data_handle and
12883 ada_tasks_inferior_data_handle.
12884 (ada_tasks_pspace_data_cleanup): New function.
12885 (ada_tasks_inferior_data_cleanup): New function.
12886
12887 2019-02-17 Tom Tromey <tom@tromey.com>
12888
12889 * macrotab.h (macro_source_fullname): Return a std::string.
12890 * macrotab.c (macro_include, check_for_redefinition)
12891 (macro_undef, macro_lookup_definition, foreach_macro)
12892 (foreach_macro_in_scope): Update.
12893 (macro_source_fullname): Return a std::string.
12894 * macrocmd.c (show_pp_source_pos): Update.
12895
12896 2019-02-17 Tom Tromey <tom@tromey.com>
12897
12898 * macrocmd.c (show_pp_source_pos): Style the file names.
12899
12900 2019-02-17 Tom Tromey <tom@tromey.com>
12901
12902 PR tui/24197:
12903 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12904
12905 2019-02-17 Tom Tromey <tom@tromey.com>
12906
12907 * ada-lang.c (user_select_syms): Use filtered printing.
12908 * utils.c (wrap_style): New global.
12909 (desired_style): Remove.
12910 (emit_style_escape): Add stream parameter.
12911 (set_output_style, reset_terminal_style, prompt_for_continue):
12912 Update.
12913 (flush_wrap_buffer): Only flush gdb_stdout.
12914 (wrap_here): Set wrap_style.
12915 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12916 treat escape sequences as a character. Change when wrap buffer is
12917 flushed.
12918 (fputs_styled): Do not set the output style when the default is
12919 requested.
12920 * ui-style.h (struct ui_file_style) <is_default>: New method.
12921 * source.c (print_source_lines_base): Emit escape sequences in one
12922 piece.
12923
12924 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12925
12926 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12927 integers and enumeration types.
12928
12929 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12930
12931 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12932 instead of lookup_symbol_in_language
12933 (do_exact_match): New function.
12934 (ada_get_symbol_name_matcher): Return do_exact_match when
12935 doing a verbatim match.
12936
12937 2019-02-15 Tom Tromey <tromey@adacore.com>
12938
12939 * ravenscar-thread.c (ravenscar_thread_target::resume)
12940 (ravenscar_thread_target::wait): Special case wildcard requests.
12941
12942 2019-02-15 Tom Tromey <tromey@adacore.com>
12943
12944 * ravenscar-thread.c (base_ptid): Remove.
12945 (struct ravenscar_thread_target) <close>: New method.
12946 <m_base_ptid>: New member.
12947 <update_inferior_ptid, active_task, task_is_currently_active,
12948 runtime_initialized>: Declare methods.
12949 <ravenscar_thread_target>: Add constructor.
12950 (ravenscar_thread_target::task_is_currently_active)
12951 (ravenscar_thread_target::update_inferior_ptid)
12952 (ravenscar_runtime_initialized): Rename. Now methods.
12953 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12954 (ravenscar_thread_target::update_thread_list): Update.
12955 (ravenscar_thread_target::active_task): Now method.
12956 (ravenscar_thread_target::store_registers)
12957 (ravenscar_thread_target::prepare_to_store)
12958 (ravenscar_thread_target::prepare_to_store)
12959 (ravenscar_thread_target::mourn_inferior): Update.
12960 (ravenscar_inferior_created): Use "new" to create target.
12961 (ravenscar_thread_target::get_ada_task_ptid): Update.
12962 (_initialize_ravenscar): Don't initialize base_ptid.
12963 (ravenscar_ops): Remove global.
12964
12965 2019-02-15 Tom Tromey <tromey@adacore.com>
12966
12967 * target.h (push_target): Declare new overload.
12968 * target.c (push_target): New overload, taking an rvalue reference.
12969 * remote.c (remote_target::open_1): Use push_target overload.
12970 * corelow.c (core_target_open): Use push_target overload.
12971
12972 2019-02-15 Tom Tromey <tromey@adacore.com>
12973
12974 * ravenscar-thread.c (is_ravenscar_task)
12975 (ravenscar_task_is_currently_active): Return bool.
12976 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12977 (_initialize_ravenscar): Remove "(void)".
12978 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12979 Return bool.
12980
12981 2019-02-15 Tom Tromey <tromey@adacore.com>
12982
12983 * ravenscar-thread.c (ravenscar_runtime_initializer)
12984 (has_ravenscar_runtime, get_running_thread_id)
12985 (ravenscar_thread_target::resume): Fix indentation.
12986
12987 2019-02-15 Tom Tromey <tromey@adacore.com>
12988
12989 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12990 from ravenscar_arch_ops.
12991 (sparc_ravenscar_ops::fetch_registers)
12992 (sparc_ravenscar_ops::store_registers): Now methods.
12993 (sparc_ravenscar_prepare_to_store): Remove.
12994 (sparc_ravenscar_ops): Redefine.
12995 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
12996 methods and destructor. Remove members.
12997 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
12998 (ravenscar_thread_target::store_registers)
12999 (ravenscar_thread_target::prepare_to_store): Update.
13000 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13001 Remove.
13002 (struct ppc_ravenscar_powerpc_ops): Derive from
13003 ravenscar_arch_ops.
13004 (ppc_ravenscar_powerpc_ops::fetch_registers)
13005 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13006 (ppc_ravenscar_powerpc_ops): Redefine.
13007 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13008 (ppc_ravenscar_e500_ops::fetch_registers)
13009 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13010 (ppc_ravenscar_e500_ops): Redefine.
13011 * aarch64-ravenscar-thread.c
13012 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13013 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13014 (aarch64_ravenscar_fetch_registers)
13015 (aarch64_ravenscar_store_registers): Now methods.
13016 (aarch64_ravenscar_ops): Redefine.
13017
13018 2019-02-15 Tom Tromey <tromey@adacore.com>
13019
13020 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13021 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13022 (ravenscar_thread_target::stopped_by_watchpoint)
13023 (ravenscar_thread_target::stopped_data_address)
13024 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13025
13026 2019-02-15 Tom Tromey <tromey@adacore.com>
13027
13028 * ravenscar-thread.c: Fix some typos.
13029
13030 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13031 Tom Tromey <tromey@adacore.com>
13032
13033 * ada-lang.c (ada_exception_sal): Change addr_string to a
13034 std::string.
13035 (create_ada_exception_catchpoint): Update.
13036
13037 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13038 Tom Tromey <tromey@adacore.com>
13039
13040 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13041 (bp_location_ops): Remove.
13042 (base_breakpoint_allocate_location): Update.
13043 (free_bp_location): Update.
13044 * ada-lang.c (class ada_catchpoint_location)
13045 <ada_catchpoint_location>: Remove ops parameter.
13046 (ada_catchpoint_location_dtor): Remove.
13047 (ada_catchpoint_location_ops): Remove.
13048 (allocate_location_exception): Update.
13049 * breakpoint.h (struct bp_location_ops): Remove.
13050 (class bp_location) <bp_location>: Remove bp_location_ops
13051 parameter.
13052 <~bp_location>: Add destructor.
13053 <ops>: Remove.
13054
13055 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13056 Pedro Alves <palves@redhat.com>
13057
13058 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13059 'PATH_MAX'.
13060
13061 2019-02-14 David Michael <fedora.dm0@gmail.com>
13062 Samuel Thibault <samuel.thibault@gnu.org>
13063 Thomas Schwinge <thomas@codesourcery.com>
13064
13065 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13066 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13067
13068 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13069
13070 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13071 (check_empty): Use "const char *".
13072
13073 * gnu-nat.c (gnu_nat_target::detach): Instead of
13074 'detach_inferior (pid)' call
13075 'detach_inferior (find_inferior_pid (pid))'.
13076
13077 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13078 'nat/fork-inferior.o'.
13079 * gnu-nat.c: #include "nat/fork-inferior.h".
13080
13081 * gnu-nat.c (gnu_nat_target::detach): Instead of
13082 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13083 * gnu-nat.h: #include "inf-child.h".
13084 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13085 'i386_gnu_nat_target::fetch_registers'.
13086 (gnu_store_registers): Rename/move to
13087 'i386_gnu_nat_target::store_registers'.
13088
13089 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13090 * gnu-nat.h (mach_thread_info): New function.
13091 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13092
13093 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13094
13095 2019-02-14 Frederic Konrad <konrad@adacore.com>
13096
13097 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13098
13099 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13100
13101 * windows-nat.c (windows_add_thread): Add new parameter
13102 "main_thread_p" with default value set to false. Update
13103 function documentation as well as all callers.
13104 (windows_delete_thread): Likewise.
13105 (fake_create_process): Update call to windows_add_thread.
13106 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13107 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13108 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13109 call to windows_delete_thread.
13110
13111 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13112
13113 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13114
13115 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13116
13117 * symfile.c (find_separate_debug_file): Use canonical path of
13118 sysroot with child_path instead of gdb_sysroot if it is valid.
13119
13120 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13121
13122 * symfile.c (find_separate_debug_file): Use child_path to
13123 determine if an object file is under a sysroot.
13124
13125 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13126
13127 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13128 unittests/child-path-selftests.c.
13129 * common/pathstuff.c (child_path): New function.
13130 * common/pathstuff.h (child_path): New prototype.
13131 * unittests/child-path-selftests.c: New file.
13132
13133 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13134
13135 * symfile.c (find_separate_debug_file): Look for separate debug
13136 files in debug directories under the sysroot.
13137
13138 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13139
13140 * symtab.h (struct minimal_symbol data_p): New const method.
13141 (struct minimal_symbol text_p): Likewise.
13142 * symtab.c (output_source_filename): Use file name style
13143 to print file name.
13144 (print_symbol_info): Likewise.
13145 (print_msymbol_info): Use address style to print addresses.
13146 Use function name style to print executable text symbols.
13147 (expand_symtab_containing_pc): Use data_p.
13148 (find_pc_sect_compunit_symtab): Likewise.
13149
13150 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13151
13152 * breakpoint.c (describe_other_breakpoints): Use address style
13153 to print addresses.
13154 (say_where): Likewise.
13155
13156 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13157
13158 * ada-typeprint.c (print_func_type): Print function name
13159 style to print function name.
13160 * c-typeprint.c (c_print_type_1): Likewise.
13161
13162 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13163
13164 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13165 for execve.
13166
13167 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13168
13169 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13170 type_stack.
13171
13172 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13173
13174 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13175 TYPE_CODE_REF types.
13176
13177 2019-02-08 Jim Wilson <jimw@sifive.com>
13178
13179 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13180 (riscv_linux_fregset): New.
13181 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13182
13183 2019-02-07 Tom Tromey <tom@tromey.com>
13184
13185 * thread.c (thread_cancel_execution_command): Update.
13186 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13187 methods.
13188 (struct thread_fsm_ops): Remove.
13189 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13190 (thread_fsm_should_stop, thread_fsm_return_value)
13191 (thread_fsm_set_finished, thread_fsm_finished_p)
13192 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13193 Don't declare.
13194 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13195 * infrun.c (clear_proceed_status_thread)
13196 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13197 (print_stop_event): Update.
13198 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13199 Add constructor.
13200 (step_command_fsm_ops): Remove.
13201 (new_step_command_fsm): Remove.
13202 (step_1): Update.
13203 (step_command_fsm::should_stop): Rename from
13204 step_command_fsm_should_stop.
13205 (step_command_fsm::clean_up): Rename from
13206 step_command_fsm_clean_up.
13207 (step_command_fsm::do_async_reply_reason): Rename from
13208 step_command_fsm_async_reply_reason.
13209 (struct until_next_fsm): Inherit from thread_fsm. Add
13210 constructor.
13211 (until_next_fsm_ops): Remove.
13212 (new_until_next_fsm): Remove.
13213 (until_next_fsm::should_stop): Rename from
13214 until_next_fsm_should_stop.
13215 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13216 (until_next_fsm::do_async_reply_reason): Rename from
13217 until_next_fsm_async_reply_reason.
13218 (struct finish_command_fsm): Inherit from thread_fsm. Add
13219 constructor. Change type of breakpoint.
13220 (finish_command_fsm_ops): Remove.
13221 (new_finish_command_fsm): Remove.
13222 (finish_command_fsm::should_stop): Rename from
13223 finish_command_fsm_should_stop.
13224 (finish_command_fsm::clean_up): Rename from
13225 finish_command_fsm_clean_up.
13226 (finish_command_fsm::return_value): Rename from
13227 finish_command_fsm_return_value.
13228 (finish_command_fsm::do_async_reply_reason): Rename from
13229 finish_command_fsm_async_reply_reason.
13230 (finish_command): Update.
13231 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13232 Add constructor.
13233 (call_thread_fsm_ops): Remove.
13234 (call_thread_fsm::call_thread_fsm): Rename from
13235 new_call_thread_fsm.
13236 (call_thread_fsm::should_stop): Rename from
13237 call_thread_fsm_should_stop.
13238 (call_thread_fsm::should_notify_stop): Rename from
13239 call_thread_fsm_should_notify_stop.
13240 (run_inferior_call, call_function_by_hand_dummy): Update.
13241 * cli/cli-interp.c (should_print_stop_to_console): Update.
13242 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13243 Add constructor. Change type of location_breakpoint,
13244 caller_breakpoint.
13245 (until_break_fsm_ops): Remove.
13246 (new_until_break_fsm): Remove.
13247 (until_break_fsm::should_stop): Rename from
13248 until_break_fsm_should_stop.
13249 (until_break_fsm::clean_up): Rename from
13250 until_break_fsm_clean_up.
13251 (until_break_fsm::do_async_reply_reason): Rename from
13252 until_break_fsm_async_reply_reason.
13253 (until_break_command): Update.
13254 * thread-fsm.c: Remove.
13255 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13256
13257 2019-02-07 Tom Tromey <tom@tromey.com>
13258
13259 * yy-remap.h: Add include guard.
13260 * xtensa-tdep.h: Add include guard.
13261 * xcoffread.h: Rename include guard.
13262 * varobj-iter.h: Add include guard.
13263 * tui/tui.h: Rename include guard.
13264 * tui/tui-winsource.h: Rename include guard.
13265 * tui/tui-wingeneral.h: Rename include guard.
13266 * tui/tui-windata.h: Rename include guard.
13267 * tui/tui-win.h: Rename include guard.
13268 * tui/tui-stack.h: Rename include guard.
13269 * tui/tui-source.h: Rename include guard.
13270 * tui/tui-regs.h: Rename include guard.
13271 * tui/tui-out.h: Rename include guard.
13272 * tui/tui-layout.h: Rename include guard.
13273 * tui/tui-io.h: Rename include guard.
13274 * tui/tui-hooks.h: Rename include guard.
13275 * tui/tui-file.h: Rename include guard.
13276 * tui/tui-disasm.h: Rename include guard.
13277 * tui/tui-data.h: Rename include guard.
13278 * tui/tui-command.h: Rename include guard.
13279 * tic6x-tdep.h: Add include guard.
13280 * target/waitstatus.h: Rename include guard.
13281 * target/wait.h: Rename include guard.
13282 * target/target.h: Rename include guard.
13283 * target/resume.h: Rename include guard.
13284 * target-float.h: Rename include guard.
13285 * stabsread.h: Add include guard.
13286 * rs6000-tdep.h: Add include guard.
13287 * riscv-fbsd-tdep.h: Add include guard.
13288 * regformats/regdef.h: Rename include guard.
13289 * record.h: Rename include guard.
13290 * python/python.h: Rename include guard.
13291 * python/python-internal.h: Rename include guard.
13292 * python/py-stopevent.h: Rename include guard.
13293 * python/py-ref.h: Rename include guard.
13294 * python/py-record.h: Rename include guard.
13295 * python/py-record-full.h: Rename include guard.
13296 * python/py-record-btrace.h: Rename include guard.
13297 * python/py-instruction.h: Rename include guard.
13298 * python/py-events.h: Rename include guard.
13299 * python/py-event.h: Rename include guard.
13300 * procfs.h: Add include guard.
13301 * proc-utils.h: Add include guard.
13302 * p-lang.h: Add include guard.
13303 * or1k-tdep.h: Rename include guard.
13304 * observable.h: Rename include guard.
13305 * nto-tdep.h: Rename include guard.
13306 * nat/x86-linux.h: Rename include guard.
13307 * nat/x86-linux-dregs.h: Rename include guard.
13308 * nat/x86-gcc-cpuid.h: Add include guard.
13309 * nat/x86-dregs.h: Rename include guard.
13310 * nat/x86-cpuid.h: Rename include guard.
13311 * nat/ppc-linux.h: Rename include guard.
13312 * nat/mips-linux-watch.h: Rename include guard.
13313 * nat/linux-waitpid.h: Rename include guard.
13314 * nat/linux-ptrace.h: Rename include guard.
13315 * nat/linux-procfs.h: Rename include guard.
13316 * nat/linux-osdata.h: Rename include guard.
13317 * nat/linux-nat.h: Rename include guard.
13318 * nat/linux-namespaces.h: Rename include guard.
13319 * nat/linux-btrace.h: Rename include guard.
13320 * nat/glibc_thread_db.h: Rename include guard.
13321 * nat/gdb_thread_db.h: Rename include guard.
13322 * nat/gdb_ptrace.h: Rename include guard.
13323 * nat/fork-inferior.h: Rename include guard.
13324 * nat/amd64-linux-siginfo.h: Rename include guard.
13325 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13326 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13327 * nat/aarch64-linux.h: Rename include guard.
13328 * nat/aarch64-linux-hw-point.h: Rename include guard.
13329 * mn10300-tdep.h: Add include guard.
13330 * mips-linux-tdep.h: Add include guard.
13331 * mi/mi-parse.h: Rename include guard.
13332 * mi/mi-out.h: Rename include guard.
13333 * mi/mi-main.h: Rename include guard.
13334 * mi/mi-interp.h: Rename include guard.
13335 * mi/mi-getopt.h: Rename include guard.
13336 * mi/mi-console.h: Rename include guard.
13337 * mi/mi-common.h: Rename include guard.
13338 * mi/mi-cmds.h: Rename include guard.
13339 * mi/mi-cmd-break.h: Rename include guard.
13340 * m2-lang.h: Add include guard.
13341 * location.h: Rename include guard.
13342 * linux-record.h: Rename include guard.
13343 * linux-nat.h: Add include guard.
13344 * linux-fork.h: Add include guard.
13345 * i386-darwin-tdep.h: Rename include guard.
13346 * hppa-linux-offsets.h: Add include guard.
13347 * guile/guile.h: Rename include guard.
13348 * guile/guile-internal.h: Rename include guard.
13349 * gnu-nat.h: Rename include guard.
13350 * gdb-stabs.h: Rename include guard.
13351 * frv-tdep.h: Add include guard.
13352 * f-lang.h: Add include guard.
13353 * event-loop.h: Add include guard.
13354 * darwin-nat.h: Rename include guard.
13355 * cp-abi.h: Rename include guard.
13356 * config/sparc/nm-sol2.h: Rename include guard.
13357 * config/nm-nto.h: Rename include guard.
13358 * config/nm-linux.h: Add include guard.
13359 * config/i386/nm-i386gnu.h: Rename include guard.
13360 * config/djgpp/nl_types.h: Rename include guard.
13361 * config/djgpp/langinfo.h: Rename include guard.
13362 * compile/gcc-cp-plugin.h: Add include guard.
13363 * compile/gcc-c-plugin.h: Add include guard.
13364 * compile/compile.h: Rename include guard.
13365 * compile/compile-object-run.h: Rename include guard.
13366 * compile/compile-object-load.h: Rename include guard.
13367 * compile/compile-internal.h: Rename include guard.
13368 * compile/compile-cplus.h: Rename include guard.
13369 * compile/compile-c.h: Rename include guard.
13370 * common/xml-utils.h: Rename include guard.
13371 * common/x86-xstate.h: Rename include guard.
13372 * common/version.h: Rename include guard.
13373 * common/vec.h: Rename include guard.
13374 * common/tdesc.h: Rename include guard.
13375 * common/selftest.h: Rename include guard.
13376 * common/scoped_restore.h: Rename include guard.
13377 * common/scoped_mmap.h: Rename include guard.
13378 * common/scoped_fd.h: Rename include guard.
13379 * common/safe-iterator.h: Rename include guard.
13380 * common/run-time-clock.h: Rename include guard.
13381 * common/refcounted-object.h: Rename include guard.
13382 * common/queue.h: Rename include guard.
13383 * common/ptid.h: Rename include guard.
13384 * common/print-utils.h: Rename include guard.
13385 * common/preprocessor.h: Rename include guard.
13386 * common/pathstuff.h: Rename include guard.
13387 * common/observable.h: Rename include guard.
13388 * common/netstuff.h: Rename include guard.
13389 * common/job-control.h: Rename include guard.
13390 * common/host-defs.h: Rename include guard.
13391 * common/gdb_wait.h: Rename include guard.
13392 * common/gdb_vecs.h: Rename include guard.
13393 * common/gdb_unlinker.h: Rename include guard.
13394 * common/gdb_unique_ptr.h: Rename include guard.
13395 * common/gdb_tilde_expand.h: Rename include guard.
13396 * common/gdb_sys_time.h: Rename include guard.
13397 * common/gdb_string_view.h: Rename include guard.
13398 * common/gdb_splay_tree.h: Rename include guard.
13399 * common/gdb_setjmp.h: Rename include guard.
13400 * common/gdb_ref_ptr.h: Rename include guard.
13401 * common/gdb_optional.h: Rename include guard.
13402 * common/gdb_locale.h: Rename include guard.
13403 * common/gdb_assert.h: Rename include guard.
13404 * common/filtered-iterator.h: Rename include guard.
13405 * common/filestuff.h: Rename include guard.
13406 * common/fileio.h: Rename include guard.
13407 * common/environ.h: Rename include guard.
13408 * common/common-utils.h: Rename include guard.
13409 * common/common-types.h: Rename include guard.
13410 * common/common-regcache.h: Rename include guard.
13411 * common/common-inferior.h: Rename include guard.
13412 * common/common-gdbthread.h: Rename include guard.
13413 * common/common-exceptions.h: Rename include guard.
13414 * common/common-defs.h: Rename include guard.
13415 * common/common-debug.h: Rename include guard.
13416 * common/cleanups.h: Rename include guard.
13417 * common/buffer.h: Rename include guard.
13418 * common/btrace-common.h: Rename include guard.
13419 * common/break-common.h: Rename include guard.
13420 * cli/cli-utils.h: Rename include guard.
13421 * cli/cli-style.h: Rename include guard.
13422 * cli/cli-setshow.h: Rename include guard.
13423 * cli/cli-script.h: Rename include guard.
13424 * cli/cli-interp.h: Rename include guard.
13425 * cli/cli-decode.h: Rename include guard.
13426 * cli/cli-cmds.h: Rename include guard.
13427 * charset-list.h: Add include guard.
13428 * buildsym-legacy.h: Rename include guard.
13429 * bfin-tdep.h: Add include guard.
13430 * ax.h: Rename include guard.
13431 * arm-linux-tdep.h: Add include guard.
13432 * arm-fbsd-tdep.h: Add include guard.
13433 * arch/xtensa.h: Rename include guard.
13434 * arch/tic6x.h: Add include guard.
13435 * arch/i386.h: Add include guard.
13436 * arch/arm.h: Rename include guard.
13437 * arch/arm-linux.h: Rename include guard.
13438 * arch/arm-get-next-pcs.h: Rename include guard.
13439 * arch/amd64.h: Add include guard.
13440 * arch/aarch64-insn.h: Rename include guard.
13441 * arch-utils.h: Rename include guard.
13442 * annotate.h: Add include guard.
13443 * amd64-darwin-tdep.h: Rename include guard.
13444 * aarch64-linux-tdep.h: Add include guard.
13445 * aarch64-fbsd-tdep.h: Add include guard.
13446 * aarch32-linux-nat.h: Add include guard.
13447
13448 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13449
13450 * macrotab.c (macro_define_internal): New function that
13451 factorizes macro_define_object_internal and macro_define_function
13452 code.
13453 (macro_define_object_internal): Use macro_define_internal.
13454 (macro_define_function): Likewise.
13455
13456 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13457
13458 * macrocmd.c (extract_identifier): Return
13459 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13460 callers.
13461
13462 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13463
13464 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13465
13466 2019-02-05 Tom Tromey <tom@tromey.com>
13467
13468 * target.c (target_stack::unpush): Move assertion earlier.
13469
13470 2019-01-30 Tom Tromey <tom@tromey.com>
13471
13472 PR python/23615:
13473 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13474 (gdbpy_parse_and_eval): Likewise.
13475 * python/python-internal.h (gdbpy_allow_threads): New class.
13476
13477 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13478
13479 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13480 (aarch64_fbsd_fpregmap): Move earlier.
13481 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13482 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13483 instead of individual calls to trad_frame_set_reg_addr.
13484 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13485 earlier.
13486 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13487 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13488 instead of individual calls to trad_frame_set_reg_addr.
13489
13490 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13491
13492 * CONTRIBUTE: Replace contribution list with wiki link.
13493
13494 2019-01-25 Tom Tromey <tom@tromey.com>
13495
13496 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13497
13498 2019-01-25 Tom Tromey <tom@tromey.com>
13499
13500 * xtensa-linux-nat.c: Fix common/ includes.
13501 * xml-support.h: Fix common/ includes.
13502 * xml-support.c: Fix common/ includes.
13503 * x86-linux-nat.c: Fix common/ includes.
13504 * windows-nat.c: Fix common/ includes.
13505 * varobj.h: Fix common/ includes.
13506 * varobj.c: Fix common/ includes.
13507 * value.c: Fix common/ includes.
13508 * valops.c: Fix common/ includes.
13509 * utils.c: Fix common/ includes.
13510 * unittests/xml-utils-selftests.c: Fix common/ includes.
13511 * unittests/utils-selftests.c: Fix common/ includes.
13512 * unittests/unpack-selftests.c: Fix common/ includes.
13513 * unittests/tracepoint-selftests.c: Fix common/ includes.
13514 * unittests/style-selftests.c: Fix common/ includes.
13515 * unittests/string_view-selftests.c: Fix common/ includes.
13516 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13517 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13518 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13519 * unittests/rsp-low-selftests.c: Fix common/ includes.
13520 * unittests/parse-connection-spec-selftests.c: Fix common/
13521 includes.
13522 * unittests/optional-selftests.c: Fix common/ includes.
13523 * unittests/offset-type-selftests.c: Fix common/ includes.
13524 * unittests/observable-selftests.c: Fix common/ includes.
13525 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13526 * unittests/memrange-selftests.c: Fix common/ includes.
13527 * unittests/memory-map-selftests.c: Fix common/ includes.
13528 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13529 * unittests/function-view-selftests.c: Fix common/ includes.
13530 * unittests/environ-selftests.c: Fix common/ includes.
13531 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13532 * unittests/common-utils-selftests.c: Fix common/ includes.
13533 * unittests/cli-utils-selftests.c: Fix common/ includes.
13534 * unittests/array-view-selftests.c: Fix common/ includes.
13535 * ui-file.c: Fix common/ includes.
13536 * tui/tui-io.c: Fix common/ includes.
13537 * tracepoint.h: Fix common/ includes.
13538 * tracepoint.c: Fix common/ includes.
13539 * tracefile-tfile.c: Fix common/ includes.
13540 * top.h: Fix common/ includes.
13541 * top.c: Fix common/ includes.
13542 * thread.c: Fix common/ includes.
13543 * target/waitstatus.h: Fix common/ includes.
13544 * target/waitstatus.c: Fix common/ includes.
13545 * target.h: Fix common/ includes.
13546 * target.c: Fix common/ includes.
13547 * target-memory.c: Fix common/ includes.
13548 * target-descriptions.c: Fix common/ includes.
13549 * symtab.h: Fix common/ includes.
13550 * symfile.c: Fix common/ includes.
13551 * stap-probe.c: Fix common/ includes.
13552 * spu-linux-nat.c: Fix common/ includes.
13553 * sparc-nat.c: Fix common/ includes.
13554 * source.c: Fix common/ includes.
13555 * solib.c: Fix common/ includes.
13556 * solib-target.c: Fix common/ includes.
13557 * ser-unix.c: Fix common/ includes.
13558 * ser-tcp.c: Fix common/ includes.
13559 * ser-pipe.c: Fix common/ includes.
13560 * ser-base.c: Fix common/ includes.
13561 * selftest-arch.c: Fix common/ includes.
13562 * s12z-tdep.c: Fix common/ includes.
13563 * rust-exp.y: Fix common/ includes.
13564 * rs6000-aix-tdep.c: Fix common/ includes.
13565 * riscv-tdep.c: Fix common/ includes.
13566 * remote.c: Fix common/ includes.
13567 * remote-notif.h: Fix common/ includes.
13568 * remote-fileio.h: Fix common/ includes.
13569 * remote-fileio.c: Fix common/ includes.
13570 * regcache.h: Fix common/ includes.
13571 * regcache.c: Fix common/ includes.
13572 * record-btrace.c: Fix common/ includes.
13573 * python/python.c: Fix common/ includes.
13574 * python/py-type.c: Fix common/ includes.
13575 * python/py-inferior.c: Fix common/ includes.
13576 * progspace.h: Fix common/ includes.
13577 * producer.c: Fix common/ includes.
13578 * procfs.c: Fix common/ includes.
13579 * proc-api.c: Fix common/ includes.
13580 * printcmd.c: Fix common/ includes.
13581 * ppc-linux-nat.c: Fix common/ includes.
13582 * parser-defs.h: Fix common/ includes.
13583 * osdata.c: Fix common/ includes.
13584 * obsd-nat.c: Fix common/ includes.
13585 * nat/x86-linux.c: Fix common/ includes.
13586 * nat/x86-linux-dregs.c: Fix common/ includes.
13587 * nat/x86-dregs.h: Fix common/ includes.
13588 * nat/x86-dregs.c: Fix common/ includes.
13589 * nat/ppc-linux.c: Fix common/ includes.
13590 * nat/mips-linux-watch.h: Fix common/ includes.
13591 * nat/mips-linux-watch.c: Fix common/ includes.
13592 * nat/linux-waitpid.c: Fix common/ includes.
13593 * nat/linux-ptrace.h: Fix common/ includes.
13594 * nat/linux-ptrace.c: Fix common/ includes.
13595 * nat/linux-procfs.c: Fix common/ includes.
13596 * nat/linux-personality.c: Fix common/ includes.
13597 * nat/linux-osdata.c: Fix common/ includes.
13598 * nat/linux-namespaces.c: Fix common/ includes.
13599 * nat/linux-btrace.h: Fix common/ includes.
13600 * nat/linux-btrace.c: Fix common/ includes.
13601 * nat/fork-inferior.c: Fix common/ includes.
13602 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13603 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13604 * nat/aarch64-linux.c: Fix common/ includes.
13605 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13606 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13607 * namespace.h: Fix common/ includes.
13608 * mips-linux-tdep.c: Fix common/ includes.
13609 * minsyms.c: Fix common/ includes.
13610 * mi/mi-parse.h: Fix common/ includes.
13611 * mi/mi-main.c: Fix common/ includes.
13612 * mi/mi-cmd-env.c: Fix common/ includes.
13613 * memrange.h: Fix common/ includes.
13614 * memattr.c: Fix common/ includes.
13615 * maint.h: Fix common/ includes.
13616 * maint.c: Fix common/ includes.
13617 * main.c: Fix common/ includes.
13618 * machoread.c: Fix common/ includes.
13619 * location.c: Fix common/ includes.
13620 * linux-thread-db.c: Fix common/ includes.
13621 * linux-nat.c: Fix common/ includes.
13622 * linux-fork.c: Fix common/ includes.
13623 * inline-frame.c: Fix common/ includes.
13624 * infrun.c: Fix common/ includes.
13625 * inflow.c: Fix common/ includes.
13626 * inferior.h: Fix common/ includes.
13627 * inferior.c: Fix common/ includes.
13628 * infcmd.c: Fix common/ includes.
13629 * inf-ptrace.c: Fix common/ includes.
13630 * inf-child.c: Fix common/ includes.
13631 * ia64-linux-nat.c: Fix common/ includes.
13632 * i387-tdep.c: Fix common/ includes.
13633 * i386-tdep.c: Fix common/ includes.
13634 * i386-linux-tdep.c: Fix common/ includes.
13635 * i386-linux-nat.c: Fix common/ includes.
13636 * i386-go32-tdep.c: Fix common/ includes.
13637 * i386-fbsd-tdep.c: Fix common/ includes.
13638 * i386-fbsd-nat.c: Fix common/ includes.
13639 * guile/scm-type.c: Fix common/ includes.
13640 * guile/guile.c: Fix common/ includes.
13641 * go32-nat.c: Fix common/ includes.
13642 * gnu-nat.c: Fix common/ includes.
13643 * gdbthread.h: Fix common/ includes.
13644 * gdbarch-selftests.c: Fix common/ includes.
13645 * gdb_usleep.c: Fix common/ includes.
13646 * gdb_select.h: Fix common/ includes.
13647 * gdb_bfd.c: Fix common/ includes.
13648 * gcore.c: Fix common/ includes.
13649 * fork-child.c: Fix common/ includes.
13650 * findvar.c: Fix common/ includes.
13651 * fbsd-nat.c: Fix common/ includes.
13652 * event-top.c: Fix common/ includes.
13653 * event-loop.c: Fix common/ includes.
13654 * dwarf2read.c: Fix common/ includes.
13655 * dwarf2loc.c: Fix common/ includes.
13656 * dwarf2-frame.c: Fix common/ includes.
13657 * dwarf-index-cache.c: Fix common/ includes.
13658 * dtrace-probe.c: Fix common/ includes.
13659 * disasm-selftests.c: Fix common/ includes.
13660 * defs.h: Fix common/ includes.
13661 * csky-tdep.c: Fix common/ includes.
13662 * cp-valprint.c: Fix common/ includes.
13663 * cp-support.h: Fix common/ includes.
13664 * cp-support.c: Fix common/ includes.
13665 * corelow.c: Fix common/ includes.
13666 * completer.h: Fix common/ includes.
13667 * completer.c: Fix common/ includes.
13668 * compile/compile.c: Fix common/ includes.
13669 * compile/compile-loc2c.c: Fix common/ includes.
13670 * compile/compile-cplus-types.c: Fix common/ includes.
13671 * compile/compile-cplus-symbols.c: Fix common/ includes.
13672 * command.h: Fix common/ includes.
13673 * cli/cli-dump.c: Fix common/ includes.
13674 * cli/cli-cmds.c: Fix common/ includes.
13675 * charset.c: Fix common/ includes.
13676 * build-id.c: Fix common/ includes.
13677 * btrace.h: Fix common/ includes.
13678 * btrace.c: Fix common/ includes.
13679 * breakpoint.h: Fix common/ includes.
13680 * breakpoint.c: Fix common/ includes.
13681 * ax.h:
13682 (enum agent_op): Fix common/ includes.
13683 * ax-general.c (struct aop_map): Fix common/ includes.
13684 * ax-gdb.c: Fix common/ includes.
13685 * auxv.c: Fix common/ includes.
13686 * auto-load.c: Fix common/ includes.
13687 * arm-tdep.c: Fix common/ includes.
13688 * arch/riscv.c: Fix common/ includes.
13689 * arch/ppc-linux-common.c: Fix common/ includes.
13690 * arch/i386.c: Fix common/ includes.
13691 * arch/arm.c: Fix common/ includes.
13692 * arch/arm-linux.c: Fix common/ includes.
13693 * arch/arm-get-next-pcs.c: Fix common/ includes.
13694 * arch/amd64.c: Fix common/ includes.
13695 * arch/aarch64.c: Fix common/ includes.
13696 * arch/aarch64-insn.c: Fix common/ includes.
13697 * arch-utils.c: Fix common/ includes.
13698 * amd64-windows-tdep.c: Fix common/ includes.
13699 * amd64-tdep.c: Fix common/ includes.
13700 * amd64-sol2-tdep.c: Fix common/ includes.
13701 * amd64-obsd-tdep.c: Fix common/ includes.
13702 * amd64-nbsd-tdep.c: Fix common/ includes.
13703 * amd64-linux-tdep.c: Fix common/ includes.
13704 * amd64-linux-nat.c: Fix common/ includes.
13705 * amd64-fbsd-tdep.c: Fix common/ includes.
13706 * amd64-fbsd-nat.c: Fix common/ includes.
13707 * amd64-dicos-tdep.c: Fix common/ includes.
13708 * amd64-darwin-tdep.c: Fix common/ includes.
13709 * agent.c: Fix common/ includes.
13710 * ada-lang.h: Fix common/ includes.
13711 * ada-lang.c: Fix common/ includes.
13712 * aarch64-tdep.c: Fix common/ includes.
13713
13714 2019-01-25 Tom Tromey <tom@tromey.com>
13715
13716 * common/create-version.sh: Use common/version.h.
13717
13718 2019-01-24 Pedro Alves <palves@redhat.com>
13719
13720 * infrun.c (signal_stop, signal_print, signal_program)
13721 (signal_catch, signal_pass): Now arrays instead of pointers.
13722 (update_signals_program_target, do_target_resume)
13723 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13724 * linux-nat.c (linux_nat_target::pass_signals)
13725 (linux_nat_target::create_inferior, linux_nat_target::attach):
13726 Adjust.
13727 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13728 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13729 * procfs.c (procfs_target::pass_signals): Adjust.
13730 * record-full.c (record_full_target::resume): Adjust.
13731 * remote.c (remote_target::pass_signals)
13732 (remote_target::program_signals): Adjust.
13733 * target-debug.h (target_debug_print_signals): Now takes a
13734 gdb::array_view as parameter. Adjust.
13735 * target.h (target_ops) <pass_signals, program_signals>: Replace
13736 pointer and length parameters with gdb::array_view.
13737 (target_pass_signals, target_program_signals): Likewise.
13738 * target-delegates.c: Regenerate.
13739
13740 2019-01-24 Pedro Alves <palves@redhat.com>
13741
13742 * common/forward-scope-exit.h
13743 (forward_scope_exit::forward_scope_exit): Pass arguments to
13744 m_bind_function directly, instead of creating a std::bind and
13745 copying that.
13746
13747 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13748
13749 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13750 for static members.
13751 (pass_in_v_vfp_candidate): Likewise.
13752
13753 2019-01-23 Tom Tromey <tom@tromey.com>
13754 Pedro Alves <palves@redhat.com>
13755
13756 * regcache.c (class regcache_invalidator): Remove.
13757 (regcache::raw_write): Use make_scope_exit.
13758
13759 2019-01-23 Tom Tromey <tom@tromey.com>
13760
13761 * ui-out.h (class ui_out_emit_type): Update comment.
13762
13763 2019-01-23 Tom Tromey <tom@tromey.com>
13764
13765 * infrun.c (fetch_inferior_event): Update comment.
13766
13767 2019-01-23 Tom Tromey <tom@tromey.com>
13768 Pedro Alves <palves@redhat.com>
13769
13770 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13771 parameter.
13772 (fetch_inferior_event): Use SCOPE_EXIT.
13773
13774
13775 2019-01-23 Tom Tromey <tom@tromey.com>
13776 Pedro Alves <palves@redhat.com>
13777
13778 * infrun.c (disable_thread_events): Delete.
13779 (stop_all_threads): Use SCOPE_EXIT.
13780
13781 2019-01-23 Tom Tromey <tom@tromey.com>
13782 Pedro Alves <palves@redhat.com>
13783
13784 * symfile.c: Include forward-scope-exit.h.
13785 (clear_symtab_users_cleanup): Replace forward declaration with
13786 a FORWARD_SCOPE_EXIT.
13787 (syms_from_objfile_1): Use the forward_scope_exit and
13788 gdb::optional instead of cleanup_function.
13789 (reread_symbols): Use the forward_scope_exit instead of
13790 cleanup_function.
13791 (clear_symtab_users_cleanup): Remove function.
13792
13793 2019-01-23 Tom Tromey <tom@tromey.com>
13794 Pedro Alves <palves@redhat.com>
13795
13796 * linux-nat.c: Include scope-exit.h.
13797 (cleanup_target_stop): Remove.
13798 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13799 SCOPE_EXIT.
13800
13801 2019-01-23 Tom Tromey <tom@tromey.com>
13802 Pedro Alves <palves@redhat.com>
13803
13804 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13805 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13806
13807 2019-01-23 Tom Tromey <tom@tromey.com>
13808 Andrew Burgess <andrew.burgess@embecosm.com>
13809 Pedro Alves <palves@redhat.com>
13810
13811 * infrun.c (fetch_inferior_event): Use scope_exit.
13812 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13813 * top.c (execute_command): Use scope_exit.
13814 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13815 * utils.c (do_bpstat_clear_actions_cleanup)
13816 (make_bpstat_clear_actions_cleanup): Remove.
13817
13818 2019-01-23 Tom Tromey <tom@tromey.com>
13819 Pedro Alves <palves@redhat.com>
13820
13821 * infrun.c: Include "common/scope-exit.h"
13822 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13823 (wait_for_inferior): Use SCOPE_EXIT.
13824 (fetch_inferior_event): Use scope_exit.
13825
13826 2019-01-23 Tom Tromey <tom@tromey.com>
13827 Pedro Alves <palves@redhat.com>
13828
13829 * breakpoint.c (create_breakpoint): Remove cleanup.
13830
13831 2019-01-23 Tom Tromey <tom@tromey.com>
13832 Andrew Burgess <andrew.burgess@embecosm.com>
13833 Pedro Alves <palves@redhat.com>
13834
13835 2019-01-23 Pedro Alves <palves@redhat.com>
13836
13837 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13838
13839 2019-01-23 Pedro Alves <palves@redhat.com>
13840 Andrew Burgess <andrew.burgess@embecosm.com>
13841
13842 * gdbthread.h: Include "common/forward-scope-exit.h".
13843 (scoped_finish_thread_state): Redefine custom class in terms of
13844 forward_scope_exit.
13845
13846 2019-01-23 Pedro Alves <palves@redhat.com>
13847 Andrew Burgess <andrew.burgess@embecosm.com>
13848
13849 * common/forward-scope-exit.h: New file.
13850
13851 2019-01-23 Pedro Alves <palves@redhat.com>
13852 Andrew Burgess <andrew.burgess@embecosm.com>
13853 Tom Tromey <tom@tromey.com>
13854
13855 * common/scope-exit.h: New file.
13856
13857 2019-01-23 Pedro Alves <palves@redhat.com>
13858
13859 * common/preprocessor.h (ESC): Rename to ...
13860 (ESC_PARENS): ... this.
13861 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13862 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13863
13864 2019-01-23 Tom Tromey <tom@tromey.com>
13865
13866 * language.h (class scoped_switch_to_sym_language_if_auto):
13867 Initialize m_lang in both cases.
13868
13869 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13870
13871 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13872 with XCNEW.
13873
13874 2019-01-22 Tom Tromey <tom@tromey.com>
13875
13876 * corelow.c: Do not include sys/file.h.
13877
13878 2019-01-22 Tom Tromey <tom@tromey.com>
13879
13880 * tui/tui-wingeneral.h: Include gdb_curses.h.
13881
13882 2019-01-22 Tom Tromey <tom@tromey.com>
13883
13884 * source-cache.h (class source_cache) <get_source_lines,
13885 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13886
13887 2019-01-22 Tom Tromey <tom@tromey.com>
13888
13889 * remote-fileio.h (struct remote_target): Declare.
13890
13891 2019-01-22 Tom Tromey <tom@tromey.com>
13892
13893 * python/py-arch.c: Do not include py-ref.h.
13894 * python/py-bpevent.c: Do not include py-ref.h.
13895 * python/py-cmd.c: Do not include py-ref.h.
13896 * python/py-continueevent.c: Do not include py-ref.h.
13897 * python/py-event.h: Do not include py-ref.h.
13898 * python/py-evtregistry.c: Do not include py-ref.h.
13899 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13900 * python/py-frame.c: Do not include py-ref.h.
13901 * python/py-framefilter.c: Do not include py-ref.h.
13902 * python/py-function.c: Do not include py-ref.h.
13903 * python/py-infevents.c: Do not include py-ref.h.
13904 * python/py-linetable.c: Do not include py-ref.h.
13905 * python/py-objfile.c: Do not include py-ref.h.
13906 * python/py-param.c: Do not include py-ref.h.
13907 * python/py-prettyprint.c: Do not include py-ref.h.
13908 * python/py-progspace.c: Do not include py-ref.h.
13909 * python/py-symbol.c: Do not include py-ref.h.
13910 * python/py-symtab.c: Do not include py-ref.h.
13911 * python/py-type.c: Do not include py-ref.h.
13912 * python/py-unwind.c: Do not include py-ref.h.
13913 * python/py-utils.c: Do not include py-ref.h.
13914 * python/py-value.c: Do not include py-ref.h.
13915 * python/py-varobj.c: Do not include py-ref.h.
13916 * python/py-xmethods.c: Do not include py-ref.h.
13917 * python/python.c: Do not include py-ref.h.
13918 * varobj.c: Do not include py-ref.h.
13919
13920 2019-01-22 Tom Tromey <tom@tromey.com>
13921
13922 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13923 keyword for bcache.
13924
13925 2019-01-22 Tom Tromey <tom@tromey.com>
13926
13927 * compile/compile-cplus-types.c: Remove a comment by #include.
13928
13929 2019-01-22 Tom Tromey <tom@tromey.com>
13930
13931 * compile/gcc-c-plugin.h: Include compile-internal.h.
13932
13933 2019-01-22 Tom Tromey <tom@tromey.com>
13934
13935 * stabsread.c (EXTERN): Do not define.
13936 (symnum, next_symbol_text_func, processing_gcc_compilation)
13937 (within_function, global_sym_chain, global_stabs)
13938 (previous_stab_code, this_object_header_files)
13939 (n_this_object_header_files)
13940 (n_allocated_this_object_header_files): Define.
13941 * stabsread.h (EXTERN): Never define. Use "extern".
13942
13943 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13944
13945 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13946 history_value.
13947
13948 2019-01-21 Tom Tromey <tom@tromey.com>
13949
13950 * ui-out.c: Fix includes.
13951 * tui/tui-source.c: Fix includes.
13952 * target.c: Fix includes.
13953 * remote.c: Fix includes.
13954 * regcache.c: Fix includes.
13955 * python/py-block.c: Fix includes.
13956 * printcmd.c: Fix includes.
13957 * or1k-tdep.c: Fix includes.
13958 * mi/mi-main.c: Fix includes.
13959 * m32r-tdep.c: Fix includes.
13960 * csky-tdep.c: Fix includes.
13961 * compile/compile-cplus-types.c: Fix includes.
13962 * cli/cli-interp.c: Fix includes.
13963
13964 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13965
13966 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13967 for padding.
13968
13969 2019-01-16 Tom Tromey <tom@tromey.com>
13970
13971 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13972 earlier.
13973 (struct objfile) <msymbols_range>: Move from top level.
13974 <msymbols>: New method.
13975 (class objfile_msymbols): Remove.
13976 * symtab.c (default_collect_symbol_completion_matches_break_on):
13977 Update.
13978 * symmisc.c (dump_msymbols): Update.
13979 * stabsread.c (scan_file_globals): Update.
13980 * objc-lang.c (info_selectors_command, info_classes_command)
13981 (find_methods): Update.
13982 * minsyms.c (find_solib_trampoline_target): Update.
13983 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13984 * coffread.c (coff_symfile_read): Update.
13985 * ada-lang.c (ada_lookup_simple_minsym)
13986 (ada_collect_symbol_completion_matches): Update.
13987
13988 2019-01-16 Tom Tromey <tom@tromey.com>
13989
13990 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13991 type. Remove no-argument constructor.
13992 <iterator::operator++>: Simplify.
13993 <begin>: Update.
13994 <end>: Use minimal_symbol_count.
13995
13996 2019-01-16 Tom Tromey <tom@tromey.com>
13997
13998 * objfiles.h (struct objfile) <psymtabs>: New method.
13999 (class objfile_psymtabs): Remove.
14000 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14001 typedef.
14002 <range>: New method.
14003 (require_partial_symbols): Change return type.
14004 * psymtab.c (require_partial_symbols)
14005 (psym_expand_symtabs_matching): Update.
14006 * mdebugread.c (parse_partial_symbols): Update.
14007 * dbxread.c (dbx_end_psymtab): Update.
14008
14009 2019-01-15 Tom Tromey <tom@tromey.com>
14010
14011 * symtab.c (lookup_objfile_from_block)
14012 (lookup_symbol_in_objfile_symtabs)
14013 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14014 (find_line_symtab, info_sources_command)
14015 (default_collect_symbol_completion_matches_break_on)
14016 (make_source_files_completion_list): Update.
14017 * symmisc.c (print_objfile_statistics, dump_objfile)
14018 (maintenance_print_symbols, maintenance_info_symtabs)
14019 (maintenance_check_symtabs, maintenance_info_line_tables):
14020 Update.
14021 * source.c (select_source_symtab)
14022 (forget_cached_source_info_for_objfile): Update.
14023 * objfiles.h (class objfile_compunits): Remove.
14024 (struct objfile) <compunits_range>: New typedef.
14025 (compunits): New method.
14026 * objfiles.c (objfile_relocate1): Update.
14027 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14028 * maint.c (count_symtabs_and_blocks): Update.
14029 * linespec.c (iterate_over_all_matching_symtabs): Update.
14030 * cp-support.c (add_symbol_overload_list_qualified): Update.
14031 * coffread.c (coff_symtab_read): Update.
14032 * ada-lang.c (add_nonlocal_symbols)
14033 (ada_collect_symbol_completion_matches)
14034 (ada_add_global_exceptions): Update.
14035
14036 2019-01-15 Tom Tromey <tom@tromey.com>
14037
14038 * progspace.h (program_space) <objfiles_safe_range>: New
14039 typedef.
14040 <objfiles_safe>: New method.
14041 * objfiles.h (class all_objfiles_safe): Remove.
14042 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14043 * jit.c (jit_inferior_exit_hook): Update.
14044
14045 2019-01-17 Tom Tromey <tom@tromey.com>
14046
14047 * progspace.h (program_space) <objfiles_range>: New typedef.
14048 <objfiles>: New method.
14049 <objfiles_head>: Rename from objfiles.
14050 (object_files): Update.
14051 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14052 * guile/scm-pretty-print.c
14053 (ppscm_find_pretty_printer_from_objfiles): Update.
14054 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14055 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14056 Update.
14057 * python/py-progspace.c (pspy_get_objfiles): Update.
14058 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14059 Update.
14060 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14061 (objfpy_lookup_objfile_by_build_id): Update.
14062 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14063 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14064 Update.
14065 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14066 (expand_symtab_containing_pc, lookup_objfile_from_block)
14067 (lookup_static_symbol, basic_lookup_transparent_type)
14068 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14069 (find_line_symtab, info_sources_command)
14070 (default_collect_symbol_completion_matches_break_on)
14071 (make_source_files_completion_list, find_main_name): Update.
14072 * symmisc.c (print_symbol_bcache_statistics)
14073 (print_objfile_statistics, maintenance_print_symbols)
14074 (maintenance_print_msymbols, maintenance_print_objfiles)
14075 (maintenance_info_symtabs, maintenance_check_symtabs)
14076 (maintenance_expand_symtabs, maintenance_info_line_tables):
14077 Update.
14078 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14079 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14080 (map_overlay_command, unmap_overlay_command)
14081 (simple_overlay_update, expand_symtabs_matching)
14082 (map_symbol_filenames): Update.
14083 * symfile-debug.c (set_debug_symfile): Update.
14084 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14085 Update.
14086 * source.c (select_source_symtab, forget_cached_source_info):
14087 Update.
14088 * solib.c (solib_read_symbols): Update.
14089 * solib-spu.c (append_ocl_sos): Update.
14090 * psymtab.c (maintenance_print_psymbols)
14091 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14092 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14093 * printcmd.c (info_symbol_command): Update.
14094 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14095 Update.
14096 * objfiles.h (class all_objfiles): Remove.
14097 * objfiles.c (have_partial_symbols, have_full_symbols)
14098 (have_minimal_symbols, qsort_cmp, update_section_map)
14099 (shared_objfile_contains_address_p)
14100 (default_iterate_over_objfiles_in_search_order): Update.
14101 * objc-lang.c (info_selectors_command, info_classes_command)
14102 (find_methods): Update.
14103 * minsyms.c (find_solib_trampoline_target): Update.
14104 * maint.c (maintenance_info_sections)
14105 (maintenance_translate_address, count_symtabs_and_blocks):
14106 Update.
14107 * main.c (captured_main_1): Update.
14108 * linux-thread-db.c (try_thread_db_load_from_pdir)
14109 (has_libpthread): Update.
14110 * linespec.c (iterate_over_all_matching_symtabs)
14111 (search_minsyms_for_name): Update.
14112 * jit.c (jit_find_objf_with_entry_addr): Update.
14113 * hppa-tdep.c (find_unwind_entry)
14114 (hppa_lookup_stub_minimal_symbol): Update.
14115 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14116 Update.
14117 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14118 (elf_gnu_ifunc_resolve_by_got): Update.
14119 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14120 * dwarf-index-write.c (save_gdb_index_command): Update.
14121 * cp-support.c (add_symbol_overload_list_qualified): Update.
14122 * breakpoint.c (create_overlay_event_breakpoint)
14123 (create_longjmp_master_breakpoint)
14124 (create_std_terminate_master_breakpoint)
14125 (create_exception_master_breakpoint): Update.
14126 * blockframe.c (find_pc_partial_function): Update.
14127 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14128 (ada_collect_symbol_completion_matches)
14129 (ada_add_global_exceptions): Update.
14130
14131 2019-01-17 Tom Tromey <tom@tromey.com>
14132
14133 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14134 declare VEC.
14135 (solib_target_parse_libraries): Change return type.
14136 (library_list_start_segment, library_list_start_section)
14137 (library_list_end_library, library_list_start_library); Update.
14138 (solib_target_free_library_list): Remove.
14139 (solib_target_parse_libraries): Remove cleanup. Change return
14140 type.
14141 (solib_target_current_sos): Update.
14142
14143 2019-01-17 Tom Tromey <tromey@bapiya>
14144
14145 * valprint.c: Replace "the the" with "the".
14146 * symtab.c: Replace "the the" with "the".
14147 * solib.c: Replace "the the" with "the".
14148 * solib-dsbt.c: Replace "the the" with "the".
14149 * linespec.c: Replace "the the" with "the".
14150 * dwarf2loc.h: Replace "the the" with "the".
14151 * amd64-windows-tdep.c: Replace "the the" with "the".
14152 * aarch64-tdep.c: Replace "the the" with "the".
14153
14154 2019-01-16 Keith Seitz <keiths@redhat.com>
14155
14156 PR gdb/23773
14157 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14158 <builder>: Rename to ..
14159 <m_builder>: ... this and make private.
14160 (dwarf2_cu::get_builder): New method. Change all users of
14161 `builder' to use this method.
14162 (dwarf2_start_symtab): Move to ...
14163 (dwarf2_cu::start_symtab): ... here. Update all callers
14164 (setup_type_unit_groups): Move to ...
14165 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14166 callers.
14167 (dwarf2_cu::reset_builder): New method.
14168 (process_full_compunit, process_full_type_unit): Use
14169 dwarf2_cu::reset_builder.
14170 (follow_die_offset): Record the ancestor CU if it is different
14171 from the followed DIE's CU.
14172 (follow_die_sig_1): Likewise.
14173
14174 2019-01-15 Tom Tromey <tom@tromey.com>
14175
14176 * remote.c (class remote_state) <buf>: Now a char_vector.
14177 <buf_size>: Remove.
14178 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14179 parameter.
14180 (remote_target::getpkt_or_notif_sane_1)
14181 (remote_target::getpkt_sane)
14182 (remote_target::getpkt_or_notif_sane): Likewise.
14183 (class remote_target) <putpkt>: New overload.
14184 (remote_target::read_frame): Change type of "buf_p". Remove
14185 sizeof_p parameter.
14186 (packet_ok): New overload.
14187 (packet_check_result): New overload.
14188 Update all uses.
14189
14190 2019-01-14 Tom Tromey <tom@tromey.com>
14191
14192 * remote-notif.c (handle_notification, remote_notif_ack)
14193 (remote_notif_parse): Make "buf" const.
14194 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14195 const.
14196 (remote_notif_parse, remote_notif_ack, handle_notification):
14197 Likewise.
14198 * remote.c (remote_notif_stop_parse): Make "buf" const.
14199 (remote_target::remote_parse_stop_reply): Make "buf" const.
14200 (remote_notif_stop_ack): Make "buf" const.
14201
14202 2019-01-14 Tom Tromey <tom@tromey.com>
14203
14204 * remote.c (remote_console_output): Make parameter const.
14205
14206 2019-01-14 Tom Tromey <tom@tromey.com>
14207
14208 * target-debug.h (target_debug_print_signals): Constify.
14209 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14210 * procfs.c (procfs_target::pass_signals): Update.
14211 * linux-nat.c (linux_nat_target::pass_signals): Update.
14212 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14213 * target-delegates.c: Rebuild.
14214 * remote.c (remote_target::program_signals): Update.
14215 (remote_target::pass_signals): Update.
14216 * target.c (target_pass_signals): Constify argument.
14217 (target_program_signals): Likewise.
14218 * target.h (struct target_ops) <pass_signals, program_signals>:
14219 Constify argument.
14220 (target_pass_signals, target_program_signals): Constify argument.
14221
14222 2019-01-14 Tom Tromey <tom@tromey.com>
14223
14224 PR tui/28819:
14225 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14226
14227 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14228
14229 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14230 field.
14231 * rs6000-tdep.c: Include reggroups.h.
14232 (IS_V_ALIAS_PSEUDOREG): Define.
14233 (rs6000_register_name): Return names for the "vX" aliases.
14234 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14235 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14236 aliases. Call default_register_reggroup_p for all other
14237 pseudo-registers.
14238 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14239 New functions.
14240 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14241 Handle "vX" aliases.
14242 (v_alias_pseudo_register_collect): New function.
14243 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14244 (rs6000_gdbarch_init): Initialize "vX" aliases as
14245 pseudo-registers. Restore registration of
14246 rs6000_pseudo_register_reggroup_p with
14247 set_tdesc_pseudo_register_reggroup_p.
14248
14249 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14250
14251 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14252 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14253 set_gdbarch_num_pseudo_regs.
14254
14255 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14256
14257 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14258 Remove arg prefixname, add do_set and do_show.
14259 Add member functions set_list and show_list.
14260 * cli/cli-style.c (class cli_style_option): Update accordingly.
14261 (style_set_list): Move to file scope.
14262 (style_show_list): Likewise.
14263 (set_style): Call help_list.
14264 (show_style): Call cmd_show_list.
14265 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14266 Update to use the new macro.
14267
14268 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14269
14270 * ada-lang.c (_initialize_ada_language): Expand the help text
14271 for the "catch exception" command.
14272
14273 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14274
14275 * symtab.c (matching_obj_sections): Initialize obj,
14276 declare it closer to its usage.
14277
14278 2019-01-10 Tom Tromey <tom@tromey.com>
14279
14280 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14281 (basic_inf_threads_range): Remove.
14282 (inf_threads_range, inf_non_exited_threads_range)
14283 (safe_inf_threads_range): Use next_adapter.
14284
14285 2019-01-10 Keith Seitz <keiths@redhat.com>
14286
14287 PR gdb/23712
14288 PR symtab/23010
14289 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14290 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14291
14292 2019-01-10 Keith Seitz <keiths@redhat.com>
14293
14294 PR gdb/23712
14295 PR symtab/23010
14296 * dictionary.c (pending_to_vector): Remove.
14297 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14298 Remove _1 suffix, replacing functions of the same name. Update
14299 all callers.
14300 (dict_create_hashed, dict_create_hashed_expandable)
14301 (dict_create_linear, dict_create_linear_expandable, dict_free)
14302 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14303 Make functions static.
14304
14305 2019-01-10 Keith Seitz <keiths@redhat.com>
14306
14307 PR gdb/23712
14308 PR symtab/23010
14309 * dictionary.h (struct dictionary): Replace declaration with
14310 multidictionary.
14311 (dict_create_hashed, dict_create_hashed_expandable)
14312 (dict_create_linear, dict_create_linear_expandable)
14313 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14314 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14315 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14316 taking multidictionary argument.
14317 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14318 * block.h (struct block) <dict>: Change to multidictionary
14319 and rename `multidict'.
14320 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14321 symmisc.c: Update all dictionary references to multidictionary.
14322
14323 2019-01-10 Keith Seitz <keiths@redhat.com>
14324
14325 PR gdb/23712
14326 PR symtab/23010
14327 * dictionary.c: Include unordered_map.
14328 (pending_to_vector): New function.
14329 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14330 Rewrite the non-"_1" functions to take vector instead
14331 of linked list.
14332 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14333 "new" _1 versions of the same name.
14334 (multidictionary): Define.
14335 (std::hash<enum language): New definition.
14336 (collate_pending_symbols_by_language, mdict_create_hashed)
14337 (mdict_create_hashed_expandable, mdict_create_linear)
14338 (mdict_create_linear_expandable, mdict_free)
14339 (find_language_dictionary, create_new_language_dictionary)
14340 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14341 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14342 (mdict_size, mdict_empty): New functions.
14343 * dictionary.h (mdict_iterator): Define.
14344
14345 2019-01-10 Pedro Alves <palves@redhat.com>
14346
14347 * breakpoint.c (read_uploaded_action)
14348 (create_tracepoint_from_upload): Adjust to use
14349 gdb::unique_xmalloc_ptr.
14350 * ctf.c (ctf_write_uploaded_tp):
14351 (SET_ARRAY_FIELD): Use emplace_back.
14352 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14353 * tracefile-tfile.c (tfile_write_uploaded_tp):
14354 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14355 gdb::unique_xmalloc_ptr.
14356 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14357 at_string, cond_string, cmd_strings>: Replace char pointers
14358 with gdb::unique_xmalloc_ptr.
14359
14360 2019-01-10 Pedro Alves <palves@redhat.com>
14361
14362 * solib-target.c (library_list_start_library): Don't xstrdup name.
14363
14364 2019-01-10 Pedro Alves <palves@redhat.com>
14365
14366 * mdebugread.c (parse_partial_symbols): Use
14367 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14368
14369 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14370
14371 * linux-fork.c (scoped_switch_fork_info)
14372 <~scoped_switch_fork_info>: Fix incorrect variable name.
14373
14374 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14375
14376 * linux-fork.c (scoped_switch_fork_info)
14377 <scoped_switch_fork_info>: Make explicit.
14378 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14379
14380 2019-01-10 Tom Tromey <tom@tromey.com>
14381
14382 * objfiles.h (objfile::reset_psymtabs): Update.
14383 * objfiles.c (objfile::objfile): Update.
14384 * psymtab.h (psymtab_storage::obstack): Update.
14385 (psymtab_storage::m_obstack): Use gdb::optional.
14386 (class psymtab_storage): Update comment. Remove objfile
14387 parameter.
14388 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14389
14390 2019-01-10 Tom Tromey <tom@tromey.com>
14391
14392 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14393 <free_psymtabs>: Now private.
14394 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14395 (allocate_psymtab): Use new method.
14396
14397 2019-01-10 Tom Tromey <tom@tromey.com>
14398
14399 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14400 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14401 * mdebugread.c (parse_partial_symbols): Use
14402 allocate_dependencies.
14403 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14404 allocate_dependencies.
14405 (process_psymtab_comp_unit_reader)
14406 (build_type_psymtab_dependencies): Likewise.
14407 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14408
14409 2019-01-10 Tom Tromey <tom@tromey.com>
14410
14411 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14412 PSYMBOL_SET_LANGUAGE.
14413 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14414
14415 2019-01-10 Tom Tromey <tom@tromey.com>
14416
14417 * psymtab.h (psymtab_storage::obstack): New method.
14418 <m_obstack>: Rename from obstack; now private.
14419 * psymtab.c (psymtab_storage): Update.
14420 * dwarf2read.c (create_addrmap_from_index)
14421 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14422 Update.
14423
14424 2019-01-10 Tom Tromey <tom@tromey.com>
14425
14426 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14427 * objfiles.h (objfile::reset_psymtabs): New method.
14428
14429 2019-01-10 Tom Tromey <tom@tromey.com>
14430
14431 * symmisc.c (print_symbol_bcache_statistics): Update.
14432 (print_objfile_statistics): Update.
14433 * symfile.c (reread_symbols): Update.
14434 * psymtab.h (class psymtab_storage): New.
14435 * psymtab.c (psymtab_storage): New constructor.
14436 (~psymtab_storage): New destructor.
14437 (require_partial_symbols): Update.
14438 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14439 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14440 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14441 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14442 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14443 (start_psymtab_common, end_psymtab_common)
14444 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14445 (allocate_psymtab): Update.
14446 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14447 Update.
14448 (dump_psymtab_addrmap, maintenance_print_psymbols)
14449 (maintenance_check_psymtabs): Update.
14450 (class objfile_psymtabs): Move to objfiles.h.
14451 * psympriv.h (discard_psymtab): Now inline.
14452 (psymtab_discarder::psymtab_discarder): Update.
14453 (psymtab_discarder::~psymtab_discarder): Update.
14454 (ALL_OBJFILE_PSYMTABS): Rewrite.
14455 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14456 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14457 Remove fields.
14458 <partial_symtabs>: New field.
14459 (class objfile_psymtabs): Move from psymtab.h. Update.
14460 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14461 psymbol_cache.
14462 (objfile::~objfile): Don't destroy psymbol_cache.
14463 * mdebugread.c (parse_partial_symbols): Update.
14464 * dwarf2read.c (create_addrmap_from_index)
14465 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14466 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14467 (add_partial_subprogram, dwarf2_ranges_read): Update.
14468 * dwarf-index-write.c (write_address_map)
14469 (write_one_signatured_type, recursively_write_psymbols)
14470 (class debug_names, class debug_names, write_psymtabs_to_index):
14471 Update.
14472
14473 2019-01-10 Tom Tromey <tom@tromey.com>
14474
14475 * symtab.h (SYMBOL_SET_NAMES): Update.
14476 (symbol_set_names): Update.
14477 (MSYMBOL_SET_NAMES): Update.
14478 * symtab.c (symbol_set_names): Change argument to be an
14479 objfile_per_bfd_storage.
14480 * psymtab.c (add_psymbol_to_bcache): Update.
14481 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14482
14483 2019-01-10 Tom Tromey <tom@tromey.com>
14484
14485 * symtab.c (create_demangled_names_hash): Change argument to be an
14486 objfile_per_bfd_storage.
14487 (symbol_set_names): Update.
14488
14489 2019-01-10 Tom Tromey <tom@tromey.com>
14490
14491 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14492 init_psymbol_list.
14493 * psymtab.c (init_psymbol_list): Do nothing if already called.
14494 * psympriv.h (init_psymbol_list): Add comment.
14495 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14496 init_psymbol_list.
14497 * dbxread.c (dbx_symfile_read): Unconditionally call
14498 init_psymbol_list.
14499
14500 2019-01-10 Tom Tromey <tom@tromey.com>
14501
14502 * xcoffread.c (scan_xcoff_symtab): Update.
14503 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14504 "where".
14505 * mdebugread.c (parse_partial_symbols)
14506 (handle_psymbol_enumerators): Update.
14507 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14508 * dbxread.c (read_dbx_symtab): Update.
14509 * psympriv.h (psymbol_placement): New enum.
14510 (add_psymbol_to_list): Update.
14511
14512 2019-01-10 Tom Tromey <tom@tromey.com>
14513
14514 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14515 static_psymbols parameters.
14516 (scan_xcoff_symtab): Update.
14517 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14518 static_psymbols parameters.
14519 * psympriv.h (start_psymtab_common): Update.
14520 * mdebugread.c (parse_partial_symbols): Update.
14521 * dwarf2read.c (create_partial_symtab): Update.
14522 * dbxread.c (read_dbx_symtab): Update.
14523 (start_psymtab): Remove global_psymbols and static_psymbols
14524 parameters.
14525
14526 2019-01-10 Tom Tromey <tom@tromey.com>
14527
14528 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14529 * psymtab.c (allocate_psymtab): Add comment.
14530 * psympriv.h (allocate_psymtab): Add comment.
14531 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14532 initializations.
14533 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14534
14535 2019-01-10 Tom Tromey <tom@tromey.com>
14536
14537 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14538 Don't declare.
14539 * mipsread.c: Include mdebugread.h.
14540 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14541 Declare.
14542 * elfread.c: Include mdebugread.h.
14543
14544 2019-01-09 Tom Tromey <tom@tromey.com>
14545
14546 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14547 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14548 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14549 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14550 (psym_lookup_symbol, psym_find_last_source_symtab)
14551 (psym_forget_cached_source_info, psym_print_stats)
14552 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14553 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14554 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14555 (psym_find_compunit_symtab_by_address)
14556 (maintenance_print_psymbols, maintenance_info_psymtabs)
14557 (maintenance_check_psymtabs): Use ranged for.
14558 * psymtab.h (class objfile_psymtabs): New.
14559 (require_partial_symbols): Return objfile_psymtabs.
14560 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14561
14562 2019-01-09 Tom Tromey <tom@tromey.com>
14563
14564 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14565 (find_pc_mapped_section, list_overlays_command)
14566 (map_overlay_command, unmap_overlay_command)
14567 (simple_overlay_update): Use all_objfiles.
14568 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14569 * printcmd.c (info_symbol_command): Use all_objfiles.
14570 * objfiles.h (ALL_OBJSECTIONS): Remove.
14571 * maint.c (maintenance_translate_address): Use all_objfiles.
14572 * gcore.c (gcore_create_callback): Use all_objfiles.
14573 (objfile_find_memory_regions): Likewise.
14574
14575 2019-01-09 Tom Tromey <tom@tromey.com>
14576
14577 * symtab.c (find_line_symtab, info_sources_command)
14578 (make_source_files_completion_list): Use objfile_compunits.
14579 * source.c (select_source_symtab): Use objfile_compunits.
14580 * objfiles.h (struct objfile): Update comment.
14581 (ALL_OBJFILES): Remove.
14582 (ALL_FILETABS): Remove.
14583 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14584 objfile_compunits.
14585
14586 2019-01-09 Tom Tromey <tom@tromey.com>
14587
14588 * symmisc.c (print_objfile_statistics, dump_objfile)
14589 (maintenance_print_symbols): Use compunit_filetabs.
14590 * source.c (forget_cached_source_info_for_objfile): Use
14591 compunit_filetabs.
14592 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14593 (ALL_FILETABS): Use compunit_filetabs.
14594 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14595 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14596
14597 2019-01-09 Tom Tromey <tom@tromey.com>
14598
14599 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14600 (compunit_filetabs): New.
14601 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14602 compunit_filetabs.
14603 (info_sources_command, make_source_files_completion_list): Remove
14604 declaration.
14605 * symmisc.c (print_objfile_statistics, dump_objfile)
14606 (maintenance_print_symbols): Remove declaration.
14607 (maintenance_info_symtabs): Use compunit_filetabs.
14608 (maintenance_info_line_tables): Likewise.
14609 * source.c (select_source_symtab): Change local variable name.
14610 (forget_cached_source_info_for_objfile): Remove declaration.
14611 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14612 * objfiles.c (objfile_relocate1): Remove declaration.
14613 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14614 declaration.
14615 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14616 * coffread.c (coff_symtab_read): Remove declaration.
14617 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14618 compunit_filetabs.
14619
14620 2019-01-09 Tom Tromey <tom@tromey.com>
14621
14622 * symtab.c (lookup_objfile_from_block)
14623 (find_pc_sect_compunit_symtab, search_symbols)
14624 (default_collect_symbol_completion_matches_break_on): Use
14625 objfile_compunits.
14626 * objfiles.h (ALL_COMPUNITS): Remove.
14627 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14628 * cp-support.c (add_symbol_overload_list_qualified): Use
14629 objfile_compunits.
14630 * ada-lang.c (ada_collect_symbol_completion_matches)
14631 (ada_add_global_exceptions): Use objfile_compunits.
14632
14633 2019-01-09 Tom Tromey <tom@tromey.com>
14634
14635 * source.c (select_source_symtab)
14636 (forget_cached_source_info_for_objfile): Remove declaration.
14637 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14638 declaration.
14639 * maint.c (count_symtabs_and_blocks): Remove declaration.
14640 * cp-support.c (add_symbol_overload_list_qualified): Remove
14641 declaration.
14642 * coffread.c (coff_symtab_read): Remove declaration.
14643 * symtab.c (lookup_symbol_in_objfile_symtabs)
14644 (basic_lookup_transparent_type_1): Use objfile_compunits.
14645 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14646 (info_sources_command, search_symbols)
14647 (default_collect_symbol_completion_matches_break_on)
14648 (make_source_files_completion_list): Remove declaration.
14649 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14650 (ada_collect_symbol_completion_matches)
14651 (ada_add_global_exceptions): Remove declaration.
14652 * linespec.c (iterate_over_all_matching_symtabs): Use
14653 objfile_compunits.
14654 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14655 (class objfile_compunits): New.
14656 (ALL_COMPUNITS): Use objfile_compunits.
14657 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14658 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14659 objfile_compunits.
14660 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14661
14662 2019-01-09 Tom Tromey <tom@tromey.com>
14663
14664 * symtab.c (search_symbols)
14665 (default_collect_symbol_completion_matches_break_on): Use
14666 objfile_msymbols.
14667 * ada-lang.c (ada_lookup_simple_minsym)
14668 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14669 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14670 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14671 objfile_msymbols.
14672 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14673 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14674 * objc-lang.c (find_methods): Use objfile_msymbols.
14675 (info_selectors_command, info_classes_command): Likewise.
14676 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14677 * objfiles.h (class objfile_msymbols): New.
14678 (ALL_OBJFILE_MSYMBOLS): Remove.
14679 (ALL_MSYMBOLS): Remove.
14680
14681 2019-01-09 Tom Tromey <tom@tromey.com>
14682
14683 * common/next-iterator.h (next_adapter): Add Iterator template
14684 parameter.
14685 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14686 (class all_objfiles_safe): New.
14687 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14688 * objfiles.c (put_objfile_before): Update comment.
14689 (add_separate_debug_objfile): Likewise.
14690 (free_all_objfiles): Use all_objfiles_safe.
14691 (objfile_purge_solibs): Likewise.
14692
14693 2019-01-09 Tom Tromey <tom@tromey.com>
14694
14695 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14696 (expand_symtab_containing_pc, lookup_static_symbol)
14697 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14698 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14699 all_objfiles.
14700 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14701 * breakpoint.c (create_overlay_event_breakpoint)
14702 (create_longjmp_master_breakpoint)
14703 (create_std_terminate_master_breakpoint)
14704 (create_exception_master_breakpoint): Use all_objfiles.
14705 * linux-thread-db.c (try_thread_db_load_from_pdir)
14706 (has_libpthread): Use all_objfiles.
14707 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14708 * linespec.c (iterate_over_all_matching_symtabs)
14709 (search_minsyms_for_name): Use all_objfiles.
14710 * maint.c (maintenance_info_sections): Use all_objfiles.
14711 * main.c (captured_main_1): Use all_objfiles.
14712 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14713 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14714 * guile/scm-pretty-print.c
14715 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14716 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14717 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14718 (maintenance_print_msymbols): Use all_objfiles.
14719 * source.c (select_source_symtab): Use all_objfiles.
14720 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14721 * symfile.c (remove_symbol_file_command)
14722 (expand_symtabs_matching, map_symbol_filenames): Use
14723 all_objfiles.
14724 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14725 all_objfiles.
14726 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14727 * objc-lang.c (find_methods): Use all_objfiles.
14728 * objfiles.c (have_partial_symbols, have_full_symbols)
14729 (have_minimal_symbols, qsort_cmp)
14730 (default_iterate_over_objfiles_in_search_order): Use
14731 all_objfiles.
14732 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14733 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14734 (maintenance_check_psymtabs): Use all_objfiles.
14735 (ALL_PSYMTABS): Remove.
14736 * compile/compile-object-run.c (do_module_cleanup): Use
14737 all_objfiles.
14738 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14739 * cp-support.c (add_symbol_overload_list_qualified): Use
14740 all_objfiles.
14741 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14742 Use all_objfiles.
14743 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14744 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14745 all_objfiles.
14746 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14747 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14748 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14749 Uses all_objfiles.
14750 * solib.c (solib_read_symbols): Use all_objfiles
14751
14752 2019-01-09 Tom Tromey <tom@tromey.com>
14753
14754 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14755 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14756 all_objfiles.
14757 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14758 * symmisc.c (print_symbol_bcache_statistics)
14759 (print_objfile_statistics, maintenance_print_objfiles)
14760 (maintenance_info_symtabs, maintenance_check_symtabs)
14761 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14762 all_objfiles.
14763 * source.c (forget_cached_source_info): Use all_objfiles.
14764 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14765 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14766 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14767 * objfiles.c (update_section_map): Use all_objfiles.
14768 (shared_objfile_contains_address_p): Likewise.
14769 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14770 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14771
14772 2019-01-09 Tom Tromey <tom@tromey.com>
14773
14774 * common/next-iterator.h: New file.
14775 * objfiles.h (class all_objfiles): New.
14776 (struct objfile_iterator): New.
14777
14778 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14779
14780 * NEWS: Move the description of the changed "frame", "select-frame",
14781 and "info frame" commands to the Changed commands section.
14782
14783 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14784
14785 * gdbtypes.c (check_stub_method_group): Remove handling of old
14786 mangling schemes.
14787 * linespec.c (find_methods): Likewise.
14788 * stabsread.c (read_member_functions): Likewise.
14789 * valops.c (search_struct_method): Likewise.
14790 (value_struct_elt_for_reference): Likewise.
14791 * NEWS: Mention this change.
14792
14793 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14794
14795 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14796 print_source_lines.
14797 * source.c (print_source_lines_base): Update line number check.
14798 (print_source_lines): New function.
14799 (source_lines_range::source_lines_range): New function.
14800 * source.h (class source_lines_range): New class.
14801 (print_source_lines): New declaration.
14802
14803 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14804
14805 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14806
14807 2019-01-08 Tom Tromey <tom@tromey.com>
14808 Simon Marchi <simon.marchi@ericsson.com>
14809
14810 PR gdb/24060
14811 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14812 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14813 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14814 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14815 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14816 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14817
14818 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14819
14820 * source.c (select_source_symtab): Move header comment to
14821 declaration in source.h.
14822 (forget_cached_source_info_for_objfile): Likewise.
14823 (forget_cached_source_info): Likewise.
14824 (identify_source_line): Likewise.
14825 * source.h (identify_source_line): Move declaration from symtab.h
14826 and add comment from source.c
14827 (print_source_lines): Likewise.
14828 (forget_cached_source_info_for_objfile): Likewise.
14829 (forget_cached_source_info): Likewise.
14830 (select_source_symtab): Likewise.
14831 (enum print_source_lines_flag): Move definition from symtab.h.
14832 * symtab.h (identify_source_line): Move declaration to source.h.
14833 (print_source_lines): Likewise.
14834 (forget_cached_source_info_for_objfile): Likewise.
14835 (forget_cached_source_info): Likewise.
14836 (select_source_symtab): Likewise.
14837 (enum print_source_lines_flag): Move definition to source.h.
14838 * tui/tui-hooks.c: Add 'source.h' include.
14839
14840 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14841
14842 * source.c (print_source_lines_base): Handle requests to print
14843 reverse line number sequences, and guard against empty lines
14844 string.
14845
14846 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14847
14848 * source.c (print_source_lines_base): Fix skip of '\r' if next
14849 character is '\n'.
14850
14851 2019-01-06 Tom Tromey <tom@tromey.com>
14852
14853 * c-exp.y (struct c_parse_state) <macro_original_text,
14854 expansion_obstack>: New member.
14855 (macro_original_text, expansion_obstack): Remove globals.
14856 (scan_macro_expansion, scanning_macro_expansion)
14857 (finished_macro_expansion): Update.
14858 (scan_macro_cleanup): Remove.
14859 (yylex, c_parse): Update.
14860
14861 2019-01-06 Tom Tromey <tom@tromey.com>
14862
14863 * c-exp.y (struct c_parse_state) <strings>: New member.
14864 (operator_stoken): Update.
14865
14866 2019-01-06 Tom Tromey <tom@tromey.com>
14867
14868 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14869 (union type_stack_elt) <typelist_val>: Now a pointer to
14870 std::vector.
14871 (type_stack_cleanup): Don't declare.
14872 (push_typelist): Update.
14873 * parse.c (pop_typelist): Return a std::vector.
14874 (push_typelist): Take a std::vector.
14875 (follow_types): Update. Do not free args.
14876 (type_stack_cleanup): Remove.
14877 * c-exp.y (struct c_parse_state): New.
14878 (cpstate): New global.
14879 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14880 (nonempty_typelist): Update.
14881 (func_mod): Create a new vector.
14882 (c_parse): Create a c_parse_state.
14883 (check_parameter_typelist): Do not delete params.
14884 (function_method): Update. Do not delete type_list.
14885
14886 2019-01-06 Tom Tromey <tom@tromey.com>
14887
14888 PR gdb/28155:
14889 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14890 check_typedef.
14891 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14892 (print_return_value): Likewise.
14893
14894 2019-01-05 Tom Tromey <tom@tromey.com>
14895
14896 * contrib/cleanup_check.py: Remove.
14897 * contrib/gcc-with-excheck: Remove.
14898 * contrib/exsummary.py: Remove.
14899 * contrib/excheck.py: Remove.
14900
14901 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14902
14903 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14904 NULL. Initialize tpprev to NULL instead of assigning it
14905 to NULL on the next statement.
14906 * windows-nat.c (windows_delete_thread): Remove check for
14907 main_thread_id before printing thread exit notifications.
14908 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14909 Remove thread ID check against main_thread_id.
14910 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14911 windows_delete_thread.
14912 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14913
14914 2019-01-04 Tom Tromey <tom@tromey.com>
14915
14916 * compile/compile.c (_initialize_compile): Use upper case for
14917 metasyntactic variables.
14918 * symmisc.c (_initialize_symmisc): Use upper case for
14919 metasyntactic variables.
14920 * psymtab.c (_initialize_psymtab): Use upper case for
14921 metasyntactic variables.
14922 * demangle.c (demangle_command): Use upper case for metasyntactic
14923 variables.
14924 (_initialize_demangler): Likewise.
14925 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14926 variables.
14927
14928 2019-01-03 Tom Tromey <tom@tromey.com>
14929
14930 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14931
14932 2019-01-03 Tom Tromey <tom@tromey.com>
14933
14934 * python/py-symtab.c (salpy_str): Update.
14935 (struct salpy_sal_object) <symtab>: Now a PyObject.
14936 (salpy_dealloc): Update.
14937 (del_objfile_sal): Use gdbpy_ref.
14938
14939 2019-01-03 Tom Tromey <tom@tromey.com>
14940
14941 * python/py-type.c (convert_field): Use new_reference. Return
14942 gdbpy_ref.
14943 (make_fielditem): Return gdbpy_ref.
14944 (typy_fields): Update.
14945 (typy_getitem): Update.
14946 (field_name): Return gdbpy_ref. Use new_reference.
14947 (typy_iterator_iternext): Update.
14948
14949 2019-01-03 Tom Tromey <tom@tromey.com>
14950
14951 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14952
14953 2019-01-03 Tom Tromey <tom@tromey.com>
14954
14955 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14956 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14957 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14958 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14959 (pspy_set_type_printers): Likewise.
14960 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14961 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14962 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14963 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14964 (objfpy_set_type_printers): Likewise.
14965
14966 2019-01-03 Tom Tromey <tom@tromey.com>
14967
14968 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14969 (gdbpy_print_stack): Use gdbpy_err_fetch.
14970 * python/python-internal.h (class gdbpy_err_fetch): New class.
14971 (class gdbpy_enter) <m_error_type, m_error_value,
14972 m_error_traceback>: Remove.
14973 <m_error>: New member.
14974 (gdbpy_exception_to_string): Don't declare.
14975 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14976 * python/py-value.c (convert_value_from_python): Use
14977 gdbpy_err_fetch.
14978 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14979 gdbpy_exception_to_string.
14980 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14981 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14982 gdbpy_err_fetch.
14983
14984 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14985
14986 * linux-nat.c (delete_lwp_cleanup): Delete.
14987 (struct lwp_deleter): New struct.
14988 (lwp_info_up): New typedef.
14989 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14990 lwp_info_up.
14991
14992 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14993
14994 * linux-fork.c (class scoped_switch_fork_info): New class.
14995 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
14996
14997 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14998
14999 * valops.c (find_overload_match): Remove use of null_cleanup, and
15000 calls to do_cleanups.
15001
15002 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15003
15004 * compile/compile-cplus-types.c
15005 (compile_cplus_instance::decl_name): Handle changes to
15006 cp_func_name.
15007 * cp-support.c (cp_func_name): Update header comment, update
15008 return type.
15009 * cp-support.h (cp_func_name): Update return type in declaration.
15010 * valops.c (find_overload_match): Move temp_func local to top
15011 level of function and change its type. Use temp_func to hold and
15012 delete temporary string obtained from cp_func_name.
15013
15014 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15015
15016 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15017 gdb::char_vector, remove cleanup, and update uses of `msg`.
15018
15019 2019-01-03 Jim Wilson <jimw@sifive.com>
15020
15021 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15022
15023 2019-01-02 Tom Tromey <tom@tromey.com>
15024
15025 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15026 (tdesc_parse_xml): Remove cleanups.
15027 * target-descriptions.h (make_cleanup_free_target_description):
15028 Don't declare.
15029 (target_desc_deleter): New struct.
15030 (target_desc_up): New typedef.
15031 * target-descriptions.c (target_desc_deleter::operator()): Rename
15032 from free_target_description.
15033 (make_cleanup_free_target_description): Remove.
15034
15035 2019-01-02 Tom Tromey <tom@tromey.com>
15036
15037 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15038 constructor, destructor.
15039 (linespec_parser): Remove typedef.
15040 (~linespec_parser): Rename from linespec_parser_delete.
15041 (linespec_lex_to_end, linespec_complete_label)
15042 (linespec_complete): Update.
15043 (decode_line_full): Remove cleanups.
15044 (decode_line_1): Update.
15045
15046 2019-01-02 Tom Tromey <tom@tromey.com>
15047
15048 * python/python-internal.h (inferior_to_inferior_object): Change
15049 return type.
15050 * python/py-exitedevent.c (create_exited_event_object): Update.
15051 * python/py-inferior.c (inferior_to_inferior_object): Return
15052 gdbpy_ref.
15053 (python_new_inferior, python_inferior_deleted)
15054 (thread_to_thread_object, delete_thread_object)
15055 (build_inferior_list, gdbpy_selected_inferior): Update.
15056 * python/py-infthread.c (create_thread_object): Update. Also fail
15057 if inferior_to_inferior_object fails.
15058
15059 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15060
15061 * inferior.h (class inferior) <displaced_step_state>: New field.
15062 * infrun.h (struct displaced_step_state): Move here from
15063 infrun.c. Initialize fields, add constructor.
15064 <inf>: Remove field.
15065 <reset>: New method.
15066 * infrun.c (struct displaced_step_inferior_state): Move to
15067 infrun.h.
15068 (displaced_step_inferior_states): Remove.
15069 (get_displaced_stepping_state): Adust.
15070 (displaced_step_in_progress_any_inferior): Adjust.
15071 (displaced_step_in_progress_thread): Adjust.
15072 (displaced_step_in_progress): Adjust.
15073 (add_displaced_stepping_state): Remove.
15074 (get_displaced_step_closure_by_addr): Adjust.
15075 (remove_displaced_stepping_state): Remove.
15076 (infrun_inferior_exit): Call displaced_step_state.reset.
15077 (use_displaced_stepping): Don't check for NULL.
15078 (displaced_step_prepare_throw): Call
15079 get_displaced_stepping_state.
15080 (displaced_step_fixup): Don't check for NULL.
15081 (prepare_for_detach): Don't check for NULL.
15082
15083 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15084
15085 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15086 in case of call that did not complete.
15087
15088 2019-01-02 Andrey Utkin <autkin@undo.io>
15089
15090 * symfile.c (find_separate_debug_file): Fix search of debug files for
15091 remote debuggee.
15092
15093 2019-01-02 Tom Tromey <tom@tromey.com>
15094
15095 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15096 indentation.
15097 * python/py-frame.c (frapy_older): Remove cast.
15098 (frapy_newer): Likewise.
15099 * python/py-breakpoint.c (local_setattro): Remove cast.
15100 * python/py-arch.c (archpy_name): Remove local variable.
15101 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15102
15103 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15104
15105 * unittests/basic_string_view/element_access/char/empty.cc:
15106 Fix year range in copyright header.
15107
15108 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15109
15110 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15111 Delete.
15112 <operator==>: Update with for removed field.
15113 <hash>: Likewise.
15114 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15115 <isa_features>: ...this.
15116 <abi_features>: New field.
15117 (riscv_isa_flen): Update comment.
15118 (riscv_abi_xlen): New declaration.
15119 (riscv_abi_flen): New declaration.
15120 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15121 isa_features.
15122 (riscv_abi_xlen): New function.
15123 (riscv_isa_flen): Update to get answer from isa_features.
15124 (riscv_abi_flen): New function.
15125 (riscv_has_fp_abi): Update to get answer from abi_features.
15126 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15127 xlen and flen.
15128 (riscv_call_info) <xlen, flen>: Update comment.
15129 (riscv_call_arg_struct): Remove invalid assertions
15130 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15131 is removed.
15132 (riscv_gdbarch_init): Gather isa features and abi features
15133 separately, ensure both match on the gdbarch when reusing an old
15134 gdbarch. Relax an error check to allow 32-bit abi float to run on
15135 a target with 64-bit float hardware.
15136
15137 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15138
15139 * source.c (search_command_helper): Stop reverse search
15140 when line 1 has been searched.
15141
15142 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15143
15144 * record-full.c (record_full_base_target::close): Rewrite
15145 record_full_core_buf_list free logic.
15146
15147 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15148
15149 * break-catch-syscall.c (print_one_catch_syscall): xfree
15150 the last text.
15151
15152 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15153
15154 * top.c (print_gdb_version): Update Copyright year in version
15155 message.
15156
15157 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15158
15159 Update copyright year range in all GDB files.
15160
15161 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15162
15163 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15164
15165 For older changes see ChangeLog-2018.
15166 \f
15167 Local Variables:
15168 mode: change-log
15169 left-margin: 8
15170 fill-column: 74
15171 version-control: never
15172 coding: utf-8
15173 End:
15174
This page took 0.408367 seconds and 5 git commands to generate.