[gdb/contrib] Improve words extraction in words.sh script
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-22 Tom de Vries <tdevries@suse.de>
2
3 * contrib/words.sh: Improve words extraction.
4
5 2019-11-22 Tom de Vries <tdevries@suse.de>
6
7 * contrib/words.sh: Combine sed invocations.
8
9 2019-11-21 Christian Biesinger <cbiesinger@google.com>
10
11 * Makefile.in: Update.
12 * demangle.c: Rename to...
13 * gdb-demangle.c: ..this.
14 (is_cplus_marker): Change return type to bool.
15 (_initialize_demangler): Rename to...
16 (_initialize_gdb_demangle): ...this.
17 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
18 * symtab.h (demangle): Remove declaration; instead include
19 gdb-demangle.h.
20
21 2019-11-21 Tom Tromey <tromey@adacore.com>
22
23 * gdbsupport/format.c (format_pieces): Parse %I64d.
24 * unittests/format_pieces-selftests.c (test_windows_formats): New
25 function.
26 (run_tests): Call it.
27
28 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
29
30 Byte reverse display of variables with DW_END_big, DW_END_little
31 (DW_AT_endianity) dwarf attributes if different than the native
32 byte order.
33 * ada-lang.c (ada_value_binop):
34 Use type_byte_order instead of gdbarch_byte_order.
35 * ada-valprint.c (printstr):
36 (ada_val_print_string):
37 * ada-lang.c (value_pointer):
38 (ada_value_binop):
39 Use type_byte_order instead of gdbarch_byte_order.
40 * c-lang.c (c_get_string):
41 Use type_byte_order instead of gdbarch_byte_order.
42 * c-valprint.c (c_val_print_array):
43 Use type_byte_order instead of gdbarch_byte_order.
44 * cp-valprint.c (cp_print_class_member):
45 Use type_byte_order instead of gdbarch_byte_order.
46 * dwarf2loc.c (rw_pieced_value):
47 Use type_byte_order instead of gdbarch_byte_order.
48 * dwarf2read.c (read_base_type): Handle DW_END_big,
49 DW_END_little
50 * f-lang.c (f_get_encoding):
51 Use type_byte_order instead of gdbarch_byte_order.
52 * findvar.c (default_read_var_value):
53 Use type_byte_order instead of gdbarch_byte_order.
54 * gdbtypes.c (check_types_equal):
55 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
56 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
57 and TYPE_ENDIANITY_LITTLE if set.
58 (type_byte_order): new function.
59 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
60 (struct main_type) <flag_endianity_not_default>:
61 New field.
62 (type_byte_order): New function.
63 * infcmd.c (default_print_one_register_info):
64 Use type_byte_order instead of gdbarch_byte_order.
65 * p-lang.c (pascal_printstr):
66 Use type_byte_order instead of gdbarch_byte_order.
67 * p-valprint.c (pascal_val_print):
68 Use type_byte_order instead of gdbarch_byte_order.
69 * printcmd.c (print_scalar_formatted):
70 Use type_byte_order instead of gdbarch_byte_order.
71 * solib-darwin.c (darwin_current_sos):
72 Use type_byte_order instead of gdbarch_byte_order.
73 * solib-svr4.c (solib_svr4_r_ldsomap):
74 Use type_byte_order instead of gdbarch_byte_order.
75 * stap-probe.c (stap_modify_semaphore):
76 Use type_byte_order instead of gdbarch_byte_order.
77 * target-float.c (target_float_same_format_p):
78 Use type_byte_order instead of gdbarch_byte_order.
79 * valarith.c (scalar_binop):
80 (value_bit_index):
81 Use type_byte_order instead of gdbarch_byte_order.
82 * valops.c (value_cast):
83 Use type_byte_order instead of gdbarch_byte_order.
84 * valprint.c (generic_emit_char):
85 (generic_printstr):
86 (val_print_string):
87 Use type_byte_order instead of gdbarch_byte_order.
88 * value.c (unpack_long):
89 (unpack_bits_as_long):
90 (unpack_value_bitfield):
91 (modify_field):
92 (pack_long):
93 (pack_unsigned_long):
94 Use type_byte_order instead of gdbarch_byte_order.
95 * findvar.c (unsigned_pointer_to_address):
96 (signed_pointer_to_address):
97 (unsigned_address_to_pointer):
98 (address_to_signed_pointer):
99 (default_read_var_value):
100 (default_value_from_register):
101 Use type_byte_order instead of gdbarch_byte_order.
102 * gnu-v3-abi.c (gnuv3_make_method_ptr):
103 Use type_byte_order instead of gdbarch_byte_order.
104 * riscv-tdep.c (riscv_print_one_register_info):
105 Use type_byte_order instead of gdbarch_byte_order.
106
107 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
108
109 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
110 (current_ui_gdb_stdin_ptr): Likewise.
111 (current_ui_gdb_stderr_ptr): Likewise.
112 (current_ui_gdb_stdlog_ptr): Likewise.
113 (current_ui_current_uiout_ptr): Likewise.
114 (gen_ret_current_ui_field_ptr): Remove.
115
116 2019-11-21 Tom de Vries <tdevries@suse.de>
117
118 PR gdb/24956
119 * cli/cli-script.c (execute_control_command): Only switch to
120 INTERP_CONSOLE's ui_out when INTERP_MI is active.
121
122 2019-11-19 Tom Tromey <tom@tromey.com>
123
124 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
125 Now static. Change type of "name".
126 (tui_set_win_height_command): Don't copy "arg".
127 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
128 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
129
130 2019-11-19 Ali Tamur <tamur@google.com>
131
132 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
133 "if (attr != nullptr)".
134 (dwarf2_find_base_address): Likewise.
135 (dwarf2_build_include_psymtabs): Likewise.
136 (read_cutu_die_from_dwo): Likewise.
137 (read_func_scope): Likewise.
138 (read_call_site_scope): Likewise.
139 (dwarf2_get_pc_bounds): Likewise.
140 (dwarf2_record_block_ranges): Likewise.
141 (dwarf2_add_field): Likewise.
142 (dwarf2_add_member_fn): Likewise.
143 (read_structure_type): Likewise.
144 (read_enumeration_type): Likewise.
145 (read_array_type): Likewise.
146 (read_array_order): Likewise.
147 (read_set_type): Likewise.
148 (read_common_block): Likewise.
149 (read_tag_reference_type): Likewise.
150 (read_tag_string_type): Likewise.
151 (read_subroutine_type): Likewise.
152 (read_base_type): Likewise.
153 (read_subrange_type): Likewise.
154 (new_symbol): Likewise.
155 (prepare_one_comp_unit): Likewise.
156
157 2019-11-19 Tom Tromey <tromey@adacore.com>
158
159 * windows-nat.c (windows_nat_target::attach): Include GetLastError
160 result in error when DebugActiveProcess fails.
161
162 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
163 Pedro Alves <palves@redhat.com>
164
165 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
166 * target.c (target_stack::push): Call 'unpush' if there's a
167 target on top of the stack.
168
169 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
170
171 * python/py-block.c (blpy_dealloc): Call tp_free.
172 (blpy_block_syms_dealloc): Likewise.
173 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
174 * python/py-inferior.c (infpy_dealloc): Likewise.
175 * python/py-lazy-string.c (stpy_dealloc): Likewise.
176 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
177 * python/py-symbol.c (sympy_dealloc): Likewise.
178 * python/py-symtab.c (stpy_dealloc): Likewise.
179 * python/py-type.c (typy_iterator_dealloc): Likewise.
180
181 2019-11-18 Christian Biesinger <cbiesinger@google.com>
182
183 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
184 constructor instead of using a class initializer.
185
186 2019-11-15 Christian Biesinger <cbiesinger@google.com>
187
188 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
189 * configure: Regenerate.
190 * configure.ac: Don't source common.host.
191 * gdbsupport/common.host: Remove.
192 * gdbsupport/mingw-strerror.c: Remove.
193 * gdbsupport/posix-strerror.c: Rename to...
194 * gdbsupport/safe-strerror.c: ...this.
195
196 2019-11-15 Christian Biesinger <cbiesinger@google.com>
197
198 * maint.c (scoped_command_stats::print_time): Use localtime_r
199 instead of localtime (provided through gnulib if necessary).
200 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
201 of ctime.
202
203 2019-11-15 Christian Biesinger <cbiesinger@google.com>
204
205 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
206 avoid compile errors.
207
208 2019-11-15 Christian Biesinger <cbiesinger@google.com>
209
210 * config.in: Regenerate.
211 * configure: Regenerate.
212 * gdbsupport/common.m4: No longer check for strerror_r.
213 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
214 POSIX version of strerror_r, now that gnulib provides it if
215 necessary.
216
217 2019-11-14 Christian Biesinger <cbiesinger@google.com>
218
219 * README (`configure' options): Update.
220
221 2019-11-14 Tom Tromey <tromey@adacore.com>
222
223 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
224 expected type for the RHS if the LHS is a convenience variable.
225
226 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
227
228 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
229 Provide explicit default and copy constructor.
230
231 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
234 only call Py_INCREF (newbp) in the bppy_pending_object case.
235
236 2019-11-13 Tom Tromey <tromey@adacore.com>
237
238 PR build/25182:
239 * psympriv.h (partial_symbol): Remove static assert.
240 * symtab.h (general_symbol_info, symbol): Remove static assert.
241
242 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdbsupport/format.c (format_pieces::format_pieces): Support
245 printf 'z' size modifier.
246 * gdbsupport/format.h (enum argclass): Add size_t_arg.
247 * printcmd.c (ui_printf): Handle size_t_arg.
248 * ui-out.c (ui_out::vmessage): Likewise.
249 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
250 function.
251 (run_tests): Call test_format_int_sizes.
252
253 2019-11-12 Christian Biesinger <cbiesinger@google.com>
254
255 * ada-exp.y (write_ambiguous_var): Update.
256 * buildsym.c (add_symbol_to_list): Update.
257 * dwarf2read.c (read_variable): Update.
258 (new_symbol): Update.
259 * jit.c (finalize_symtab): Update.
260 * language.c (language_alloc_type_symbol): Update.
261 * symtab.c (fixup_symbol_section): Update.
262 (initialize_objfile_symbol_1): Move code to...
263 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
264 (allocate_symbol): Update.
265 (allocate_template_symbol): Update.
266 (get_symbol_address): Update.
267 * symtab.h (struct symbol): Inherit from general_symbol_info instead
268 of having as a field, and add a constructor.
269 (SYMBOL_VALUE): Update.
270 (SYMBOL_VALUE_ADDRESS): Update.
271 (SET_SYMBOL_VALUE_ADDRESS): Update.
272 (SYMBOL_VALUE_BYTES): Update.
273 (SYMBOL_VALUE_COMMON_BLOCK): Update.
274 (SYMBOL_BLOCK_VALUE): Update.
275 (SYMBOL_VALUE_CHAIN): Update.
276 (SYMBOL_LANGUAGE): Update.
277 (SYMBOL_SECTION): Update.
278 (SYMBOL_OBJ_SECTION): Update.
279 (SYMBOL_SET_LANGUAGE): Update.
280 (SYMBOL_SET_LINKAGE_NAME): Update.
281 (SYMBOL_SET_NAMES): Update.
282 (SYMBOL_NATURAL_NAME): Update.
283 (SYMBOL_LINKAGE_NAME): Update.
284 (SYMBOL_DEMANGLED_NAME): Update.
285 (SYMBOL_SEARCH_NAME): Update.
286 (SYMBOL_MATCHES_SEARCH_NAME): Update.
287 (struct symbol): Update.
288 (struct template_symbol): Update.
289 (struct rust_vtable_symbol): Update.
290 * xcoffread.c (SYMBOL_DUP): Update.
291
292 2019-11-12 Tom Tromey <tom@tromey.com>
293
294 * tui/tui-layout.c (show_layout): Set current_layout.
295 (show_source_disasm_command, show_data)
296 (show_source_or_disasm_and_command): Don't set current_layout.
297
298 2019-11-12 Tom Tromey <tom@tromey.com>
299
300 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
301
302 2019-11-12 Tom Tromey <tom@tromey.com>
303
304 * tui/tui-win.c (resize_message): New global.
305 (show_tui_resize_message): New function.
306 (tui_async_resize_screen): Print message if requested.
307 (_initialize_tui_win): Add tui-resize-message setting.
308 * NEWS: Add entry for new commands.
309
310 2019-11-11 Tom Tromey <tom@tromey.com>
311
312 * tui/tui.c (tui_initialize_readline): Add new bindable readline
313 functions.
314
315 2019-11-11 Christian Biesinger <cbiesinger@google.com>
316
317 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
318
319 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
322 function.
323 * python/python-internal.h (gdbpy_lookup_static_symbols):
324 Declare new function.
325 * python/python.c (python_GdbMethods): Add
326 gdb.lookup_static_symbols method.
327 * NEWS: Mention gdb.lookup_static_symbols.
328
329 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
332 static block of current object file first. Also fix typo in
333 header comment.
334
335 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * stack.c (set_last_displayed_sal): Delete.
338 (last_displayed_sal_valid): Delete.
339 (last_displayed_pspace): Delete.
340 (last_displayed_addr): Delete.
341 (last_displayed_symtab): Delete.
342 (last_displayed_line): Delete.
343 (class last_displayed_symtab_info_type): New.
344 (last_displayed_symtab_info): New static global variable.
345 (print_frame_info): Call methods on last_displayed_symtab_info.
346 (clear_last_displayed_sal): Update header comment, and make use of
347 last_displayed_symtab_info.
348 (last_displayed_sal_is_valid): Likewise.
349 (get_last_displayed_pspace): Likewise.
350 (get_last_displayed_addr): Likewise.
351 (get_last_displayed_symtab): Likewise.
352 (get_last_displayed_line): Likewise.
353 (get_last_displayed_sal): Likewise.
354 * stack.h (clear_last_displayed_sal): Update header comment.
355 (last_displayed_sal_is_valid): Likewise.
356 (get_last_displayed_pspace): Likewise.
357 (get_last_displayed_addr): Likewise.
358 (get_last_displayed_symtab): Likewise.
359 (get_last_displayed_line): Likewise.
360 (get_last_displayed_sal): Likewise.
361
362 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * stack.c (frame_show_address): Convert return type to bool.
365 * stack.h (frame_show_address): Likewise, and update header
366 comment.
367
368 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
371 * unittests/vec-utils-selftests.c: New file.
372 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
373
374 2019-11-10 Tom Tromey <tom@tromey.com>
375
376 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
377 (tui_highlight_win): Likewise.
378 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
379 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
380 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
381 Don't set can_highlight.
382
383 2019-11-10 Tom Tromey <tom@tromey.com>
384
385 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
386 Remove unused declaration.
387
388 2019-11-08 Tom Tromey <tromey@adacore.com>
389
390 * top.c (read_command_file): Update.
391 (command_line_input): Make return type const.
392 * python/py-gdb-readline.c: Update.
393 * linespec.c (decode_line_2): Update.
394 * defs.h (command_line_input): Make return type const.
395 * cli/cli-script.c (read_next_line): Make return type const.
396 * ada-lang.c (get_selections): Update.
397
398 2019-11-06 Christian Biesinger <cbiesinger@google.com>
399
400 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
401 * mi/mi-main.c (output_cores): Likewise.
402 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
403 (linux_xfer_osdata_modules): Likewise.
404 * remote.c (register_remote_support_xml): Likewise.
405 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
406 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
407
408 2019-11-06 Tom Tromey <tom@tromey.com>
409
410 * tui/tui-interp.c: Don't include readline.h.
411 * tui/tui-hooks.c: Don't include readline.h.
412 * symmisc.c: Include tilde.h, not readline.h.
413 * symfile.c: Include tilde.h, not readline.h.
414 * source.c: Include tilde.h, not readline.h.
415 * solib.c: Include tilde.h, not readline.h.
416 * psymtab.c: Include tilde.h, not readline.h.
417 * exec.c: Include tilde.h, not readline.h.
418 * corelow.c: Include tilde.h, not readline.h.
419 * cli/cli-dump.c: Include tilde.h, not readline.h.
420 * cli/cli-cmds.c: Don't include readline.h.
421
422 2019-11-05 Tom Tromey <tom@tromey.com>
423
424 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
425 (tui_disassemble): Set addr_size.
426 (tui_disasm_window::set_contents): Use addr_size.
427
428 2019-11-05 Tom Tromey <tom@tromey.com>
429
430 * rust-lang.c (rust_language_defn): Update.
431 * python/py-value.c (valpy_string): Call c_get_string.
432 * p-lang.c (pascal_language_defn): Update.
433 * opencl-lang.c (opencl_language_defn): Update.
434 * objc-lang.c (objc_language_defn): Update.
435 * m2-lang.c (m2_language_defn): Update.
436 * language.c (unknown_language_defn, auto_language_defn): Update.
437 (default_get_string): Remove.
438 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
439 * go-lang.c (go_language_defn): Update.
440 * f-lang.c (f_language_defn): Update.
441 * d-lang.c (d_language_defn): Update.
442 * c-lang.c (c_language_defn, cplus_language_defn)
443 (asm_language_defn, minimal_language_defn): Update.
444 * ada-lang.c (ada_language_defn): Update.
445 * language.h (struct language_defn) <la_get_string>: Remove.
446 (LA_GET_STRING): Remove.
447 (default_get_string): Don't declare.
448
449 2019-11-05 Tom Tromey <tom@tromey.com>
450
451 * tui/tui-source.h (struct tui_source_window): Inline
452 constructor. Remove destructor.
453 <style_changed, m_observable>: Move to superclass.
454 * tui/tui-winsource.h (tui_copy_source_line): Declare.
455 (struct tui_source_window_base): Move private members to end.
456 <style_changed, m_observable>: Move from tui_source_window.
457 * tui/tui-winsource.c (tui_copy_source_line): Move from
458 tui-source.c. Rename from copy_source_line. Add special handling
459 for negative line number.
460 (tui_source_window_base::style_changed): Move from
461 tui_source_window.
462 (tui_source_window_base): Register observer.
463 (~tui_source_window_base): New.
464 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
465 rename.
466 (tui_source_window::set_contents): Use tui_copy_source_line.
467 (tui_source_window::tui_source_window): Move to tui-source.h.
468 (tui_source_window::~tui_source_window): Remove.
469 (tui_source_window::style_changed): Move to superclass.
470 * tui/tui-disasm.c (tui_disassemble): Create string file with
471 styling, when possible. Add "addr_size" parameter.
472 (tui_disasm_window::set_contents): Use tui_copy_source_line.
473 Don't compute maximum size.
474 (len_without_escapes): New function
475
476 2019-11-05 Tom Tromey <tom@tromey.com>
477
478 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
479 std::string.
480 * tui/tui-winsource.c (tui_show_source_line): Update.
481 * tui/tui-source.c (tui_source_window::set_contents): Update.
482 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
483
484 2019-11-05 Christian Biesinger <cbiesinger@google.com>
485
486 * symtab.h (gdb_static_assert): Put && operator at the beginning
487 of the line instead of the end.
488
489 2019-11-04 Christian Biesinger <cbiesinger@google.com>
490
491 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
492 and sizeof (symbol).
493 * symtab.h: Add a static_assert for sizeof (partial_symbol).
494
495 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
496
497 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
498 * configure.host: Mark *-*-solaris2.10* obsolete.
499 * configure.tgt: Mark Solaris < 11 obsolete.
500 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
501 Update target triplet.
502
503 2019-11-01 Tom Tromey <tromey@adacore.com>
504
505 * utils.c (print_sys_errmsg): Simplify.
506
507 2019-11-01 Tom Tromey <tromey@adacore.com>
508
509 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
510
511 2019-11-01 Christian Biesinger <cbiesinger@google.com>
512
513 * configure: Regenerate.
514 * configure.ac: Remove check for strerror_r.
515 * gdbsupport/common.m4: Check for strerror_r.
516
517 2019-11-01 Luis Machado <luis.machado@linaro.org>
518
519 PR gdb/25124
520
521 * arm-tdep.c (arm_per_objfile): Rename to ...
522 (arm_per_bfd): ... this.
523 (arm_objfile_data_key): Rename to ...
524 (arm_bfd_data_key): ... this.
525 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
526 data.
527 (arm_record_special_symbol): Likewise.
528
529 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
532 end.
533 * c-typeprint.c (c_print_typedef): Likewise.
534 * f-typeprint.c (f_print_typedef): Likewise.
535 * m2-typeprint.c (m2_print_typedef): Likewise.
536 * p-typeprint.c (pascal_print_typedef): Likewise.
537 * rust-lang.c (rust_print_typedef): Likewise.
538 * symtab.c (print_symbol_info): Print a newline after calling
539 typedef_print.
540
541 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * symtab.c (info_module_cmdlist): New variable.
544 (info_module_command): New function.
545 (search_module_symbols): New function.
546 (info_module_subcommand): New function.
547 (struct info_modules_var_func_options): New struct.
548 (info_modules_var_func_options_defs): New variable.
549 (make_info_modules_var_func_options_def_group): New function.
550 (info_module_functions_command): New function.
551 (info_module_variables_command): New function.
552 (info_module_var_func_command_completer): New function.
553 (_initialize_symtab): Register new 'info module functions' and
554 'info module variables' commands.
555 * symtab.h (typedef symbol_search_in_module): New typedef.
556 (search_module_symbols): Declare new function.
557 * NEWS: Mention new commands.
558
559 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
562 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
563 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
564 MODULES_DOMAIN.
565 (scan_partial_symbols): Only create partial module symbols for non
566 declarations.
567 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
568 and MODULES_DOMAIN.
569 * symtab.c (search_domain_name): Likewise.
570 (search_symbols): Likewise.
571 (print_symbol_info): Likewise.
572 (symtab_symbol_info): Likewise.
573 (info_modules_command): New function.
574 (_initialize_symtab): Register 'info modules' command.
575 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
576 * NEWS: Mention new 'info modules' command.
577
578 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
579
580 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
581 and $_gdb_maint_setting_str.
582
583 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
584
585 * cli/cli-cmds.c (setting_cmd, value_from_setting)
586 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
587 (str_value_from_setting, gdb_setting_str_internal_fn)
588 (gdb_maint_setting_str_internal_fn): New functions.
589 (_initialize_cli_cmds): Define the new convenience functions.
590 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
591 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
592
593 2019-10-31 Christian Biesinger <cbiesinger@google.com>
594
595 * agent.c (set_can_use_agent): When the setting is turned on,
596 look up agent symbols if we don't have them yet.
597 (agent_new_objfile): Don't look up agent symbols when the agent
598 setting is off.
599
600 2019-10-31 Christian Biesinger <cbiesinger@google.com>
601
602 * config.in: Regenerate.
603
604 2019-10-31 Christian Biesinger <cbiesinger@google.com>
605
606 * configure: Regenerate.
607 * configure.ac: Check for strerror_r.
608 * gdbsupport/common-utils.h (safe_strerror): Change return value
609 to const char * and document that this function is now threadsafe.
610 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
611 thread_local and call strerror_r, if available.
612 * utils.c (perror_string): Update.
613 (print_sys_errmsg): Update.
614
615 2019-10-31 Luis Machado <luis.machado@linaro.org>
616
617 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
618 objfile_key.
619 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
620 objfile to fetch per-bfd data.
621 (arm_find_exidx_entry): Likewise.
622
623 2019-10-31 Christian Biesinger <cbiesinger@google.com>
624
625 * gdbsupport/agent.c (debug_agent): Change type to bool.
626 (use_agent): Likewise.
627 (all_agent_symbols_look_up): Likewise.
628 (agent_loaded_p): Change return value to bool.
629 (agent_look_up_symbols): Update.
630 (agent_capability_check): Change return value to bool.
631 * gdbsupport/agent.h (agent_loaded_p): Likewise.
632 (debug_agent): Change type to bool.
633 (use_agent): Likewise.
634 (agent_capability_check): Change return value to bool.
635
636 2019-10-30 Christian Biesinger <cbiesinger@google.com>
637
638 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
639 (build_minimal_symbol_hash_tables): Code to clear the table moved
640 to clear_minimal_symbol_hash_tables.
641 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
642 when needed.
643
644 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
645
646 * infcmd.c: Remove includes.
647 * infrun.c: Remove includes.
648
649 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
650
651 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
652 (grow_vect): Remove declaration.
653 (ada_type_of_array): Remove declaration.
654 (ada_update_initial_language): Remove declaration.
655 (ada_fold_name): Remove declaration.
656 (ada_fill_in_ada_prototype): Remove declaration.
657 (user_select_syms): Remove declaration.
658 (get_selections): Remove declaration.
659 (ada_tag_type): Remove declaration.
660 (ada_value_tag): Remove declaration.
661 (ada_is_others_clause): Remove declaration.
662 (ada_in_variant): Remove declaration.
663 (ada_value_struct_elt): Remove declaration.
664 (ada_attribute_name): Remove declaration.
665 (ada_system_address_type): Remove declaration.
666 * ada-lang.c (ada_watch_location_expression): Make static.
667 (GROW_VECT): Move here from ada-lang.h.
668 (grow_vect): Make static.
669 (ada_update_initial_language): Make static.
670 (ada_fold_name): Make static.
671 (ada_type_of_array): Make static.
672 (encoded_ordered_before): Move up.
673 (sort_choices): Move up.
674 (print_signatures): Move up.
675 (ada_print_symbol_signature): Move up.
676 (get_selections): Move up and make static.
677 (user_select_syms): Move up and make static.
678 (ada_value_struct_elt): Move up and make static.
679 (ada_tag_type): Make static.
680 (ada_value_tag): Make static.
681 (ada_is_others_clause): Make static.
682 (ada_in_variant): Make static.
683 (ada_attribute_name): Make static.
684
685 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
686
687 * ada-lang.c: Remove includes.
688 * ada-typeprint.c: Remove includes.
689 * ada-valprint.c: Remove includes.
690
691 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
692
693 * addrmap.c: Add static assertions of type size, moved from
694 _initialize_addrmap.
695 (_initialize_addrmap): Remove.
696
697 2019-10-29 Christian Biesinger <cbiesinger@google.com>
698
699 * coffread.c (record_minimal_symbol): Update.
700 (process_coff_symbol): Update.
701 * dbxread.c (read_dbx_symtab): Update.
702 * dwarf2read.c (add_partial_symbol): Update.
703 (fixup_go_packaging): Update.
704 (load_partial_dies): Update.
705 (new_symbol): Update.
706 * elfread.c (record_minimal_symbol): Change signature to use
707 gdb::string_view instead of name+len.
708 (elf_symtab_read): Update.
709 (elf_rel_plt_read): Update.
710 * mdebugread.c (parse_partial_symbols): Update.
711 (handle_psymbol_enumerators): Update.
712 (new_symbol): Update.
713 * minsyms.c (minimal_symbol_reader::record_full): Change signature
714 to use gdb::string_view instead of name+len.
715 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
716 * psympriv.h (add_psymbol_to_list): Likewise.
717 * psymtab.c (add_psymbol_to_bcache): Likewise.
718 (add_psymbol_to_list): Likewise.
719 * stabsread.c (define_symbol): Update.
720 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
721 * symtab.h (SYMBOL_SET_NAMES): Likewise.
722 (symbol_set_names): Likewise.
723 * xcoffread.c (scan_xcoff_symtab): Update.
724
725 2019-10-29 Christian Biesinger <cbiesinger@google.com>
726
727 * symtab.h (symbol_set_names): Document that copy_name must be
728 set to true for non-nullterminated strings.
729 * symtab.c (symbol_set_names): Only make a nullterminated copy of
730 linkage_name if the entry was not found and we need to demangle.
731
732 2019-10-29 Christian Biesinger <cbiesinger@google.com>
733
734 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
735 * dwarf2-frame.c (bsearch_fde_cmp): Update.
736 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
737 * gdbsupport/gdb_binary_search.h: New file.
738
739 2019-10-29 Christian Biesinger <cbiesinger@google.com>
740
741 * NEWS: Mention new --with-system-gdbinit-dir option.
742 * config.in: Regenerate.
743 * configure: Regenerate.
744 * configure.ac: Add new option --with-system-gdbinit-dir.
745 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
746 for a ".gdb" suffix.
747 * main.c (get_init_files): Change system_gdbinit argument to
748 a vector and return the files in SYSTEM_GDBINIT_DIR in
749 addition to SYSTEM_GDBINIT.
750 (captured_main_1): Update.
751 (print_gdb_help): Update.
752 * top.c (print_gdb_configuration): Also print the value of
753 SYSTEM_GDBINIT_DIR.
754
755 2019-10-28 Christian Biesinger <cbiesinger@google.com>
756
757 * gdbsupport/common-utils.h (startswith): Add an overloaded version
758 that takes gdb::string_view arguments.
759
760 2019-10-26 Tom de Vries <tdevries@suse.de>
761
762 * aarch64-linux-tdep.c: Fix typos in comments.
763 * aarch64-tdep.c: Same.
764 * ada-lang.c: Same.
765 * amd64-nat.c: Same.
766 * arc-tdep.c: Same.
767 * arch/aarch64-insn.c: Same.
768 * block.c: Same.
769 * breakpoint.h: Same.
770 * btrace.h: Same.
771 * c-varobj.c: Same.
772 * cli/cli-decode.c: Same.
773 * cli/cli-script.c: Same.
774 * cli/cli-utils.h: Same.
775 * coff-pe-read.c: Same.
776 * coffread.c: Same.
777 * compile/compile-cplus-symbols.c: Same.
778 * compile/compile-object-run.c: Same.
779 * completer.c: Same.
780 * corelow.c: Same.
781 * cp-support.c: Same.
782 * demangle.c: Same.
783 * dwarf-index-write.c: Same.
784 * dwarf2-frame.c: Same.
785 * dwarf2-frame.h: Same.
786 * eval.c: Same.
787 * frame-base.h: Same.
788 * frame.h: Same.
789 * gdbcmd.h: Same.
790 * gdbtypes.h: Same.
791 * gnu-nat.c: Same.
792 * guile/scm-objfile.c: Same.
793 * i386-tdep.c: Same.
794 * i386-tdep.h: Same.
795 * infcall.c: Same.
796 * infcall.h: Same.
797 * linux-nat.c: Same.
798 * m68k-tdep.c: Same.
799 * macroexp.c: Same.
800 * memattr.c: Same.
801 * mi/mi-cmd-disas.c: Same.
802 * mi/mi-getopt.h: Same.
803 * mi/mi-main.c: Same.
804 * minsyms.c: Same.
805 * nat/aarch64-sve-linux-sigcontext.h: Same.
806 * objfiles.h: Same.
807 * ppc-linux-nat.c: Same.
808 * ppc-linux-tdep.c: Same.
809 * ppc-tdep.h: Same.
810 * progspace.h: Same.
811 * prologue-value.h: Same.
812 * python/py-evtregistry.c: Same.
813 * python/py-instruction.h: Same.
814 * record-btrace.c: Same.
815 * record-full.c: Same.
816 * remote.c: Same.
817 * rs6000-tdep.c: Same.
818 * ser-tcp.c: Same.
819 * sol-thread.c: Same.
820 * sparc-sol2-tdep.c: Same.
821 * sparc64-tdep.c: Same.
822 * stabsread.c: Same.
823 * symfile.c: Same.
824 * symtab.h: Same.
825 * target.c: Same.
826 * tracepoint.c: Same.
827 * tui/tui-data.h: Same.
828 * tui/tui-io.c: Same.
829 * tui/tui-win.c: Same.
830 * tui/tui.c: Same.
831 * unittests/rsp-low-selftests.c: Same.
832 * user-regs.h: Same.
833 * utils.c: Same.
834 * utils.h: Same.
835 * valarith.c: Same.
836 * valops.c: Same.
837 * valprint.c: Same.
838 * valprint.h: Same.
839 * value.c: Same.
840 * value.h: Same.
841 * varobj.c: Same.
842 * x86-nat.h: Same.
843 * xtensa-tdep.c: Same.
844
845 2019-10-25 Ali Tamur <tamur@google.com>
846
847 * charset.c (find_charset_names): Reflect API change.
848
849 2019-10-25 Christian Biesinger <cbiesinger@google.com>
850
851 * symtab.c (struct demangled_name_entry): Change demangled name
852 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
853 part of the struct anymore.
854 (symbol_set_names): No longer obstack allocate + copy the demangled
855 name, just store the allocated name from bfd.
856
857 2019-10-25 Tom Tromey <tromey@adacore.com>
858
859 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
860 (bsearch_cie_cmp, add_cie): Remove.
861 (find_cie): Reimplement.
862 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
863 (dwarf2_build_frame_info): Update.
864
865 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
866
867 PR gdb/25126
868 * symfile.c (reread_symbols): Call forget_cached_source_info to
869 clear the stale source cache.
870
871 2019-10-24 Christian Biesinger <cbiesinger@google.com>
872
873 * configure: Regenerate.
874 * configure.ac: Remove code that sets python_has_threads.
875
876 2019-10-24 Christian Biesinger <cbiesinger@google.com>
877
878 * config.in: Regenerate.
879 * configure: Regenerate.
880 * configure.ac: Remove the code that uses sed to get the python
881 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
882
883 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * python/py-progspace.c (pspy_block_for_pc): Return None for all
886 error paths.
887
888 2019-10-23 Tom Tromey <tom@tromey.com>
889
890 * arc-tdep.c: Remove ".." from include.
891 * frv-tdep.c: Remove ".." from include.
892 * lm32-tdep.c: Remove ".." from include.
893 * microblaze-tdep.c: Remove ".." from include.
894 * or1k-tdep.h: Remove ".." from include.
895 * s12z-tdep.c: Remove ".." from include.
896 * Makefile.in (OPCODES_CFLAGS): Add comment.
897 (TOP_CFLAGS): New variable.
898 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
899
900 2019-10-23 Tom Tromey <tom@tromey.com>
901
902 * Makefile.in (READLINE_DIR): Update.
903
904 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
905
906 * infcall.c (call_function_by_hand_dummy): Fix the function
907 comment. And extract out a code section into...
908 (reserve_stack_space): ...this new function.
909
910 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
911
912 * infcall.c (value_arg_coerce): Remove an unused parameter.
913 (call_function_by_hand_dummy): Update the call to
914 'value_arg_coerce'.
915
916 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
917
918 * infcall.c (call_function_by_hand_dummy): Refactor.
919
920 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
921
922 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
923
924 2019-10-23 Tom Tromey <tom@tromey.com>
925
926 * configure: Rebuild.
927 * configure.ac: Don't check for sigprocmask.
928 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
929
930 2019-10-23 Tom Tromey <tom@tromey.com>
931
932 * configure: Rebuild.
933 * acinclude.m4: Use m4_include, not sinclude.
934
935 2019-10-23 Tom de Vries <tdevries@suse.de>
936
937 PR breakpoints/24687
938 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
939
940 2019-10-22 Christian Biesinger <cbiesinger@google.com>
941
942 * symtab.c (struct demangled_name_entry) <language>: Change from
943 bitfield to regular variable.
944
945 2019-10-22 Christian Biesinger <cbiesinger@google.com>
946
947 * symtab.c (struct demangled_name_entry): Add a constructor.
948 (free_demangled_name_entry): New function to call the destructor
949 for demangled_name_entry.
950 (create_demangled_names_hash): Pass free_demangled_name_entry to
951 htab_create_alloc.
952 (symbol_set_names): Call placement new for demangled_name_entry.
953 * utils.c: No longer include xxhash.h here, now that fast_hash
954 is inlined in the header.
955 * utils.h: Instead, include it here.
956
957 2019-10-22 Christian Biesinger <cbiesinger@google.com>
958
959 * Makefile.in: Link with libxxhash.
960 * config.in: Regenerate.
961 * configure: Regenerate.
962 * configure.ac: Search for libxxhash.
963 * utils.c (fast_hash): Use xxhash if present.
964
965 2019-10-22 Christian Biesinger <cbiesinger@google.com>
966
967 * utils.h (fast_hash): New function.
968 * symtab.c (hash_demangled_name_entry): Call new function
969 fast_hash.
970
971 2019-10-22 Christian Biesinger <cbiesinger@google.com>
972
973 * symtab.c (struct demangled_name_entry): Change type of mangled
974 to gdb::string_view. Also adds a constructor that takes the
975 mangled name.
976 (hash_demangled_name_entry): Update.
977 (eq_demangled_name_entry): Update.
978 (free_demangled_name_entry): New function to call the destructor
979 now that this is not a POD anymore.
980 (create_demangled_names_hash): Pass free_demangled_name_entry to
981 htab_create_alloc.
982 (symbol_set_names): Update.
983
984 2019-10-21 Ali Tamur <tamu@google.com>
985
986 * dwarf2read.c (dir_index): Change type.
987 (file_name_index): Likewise.
988 (line_header::include_dir_at): Change comment and implementation on
989 whether it is DWARF 5.
990 (line_header::is_valid_file_index): New function.
991 (line_header::file_name_at): Change comment and implementation on
992 whether it is DWARF 5.
993 (line_header::file_names): Change to private field renamed as
994 m_file_names and introduce a new accessor method.
995 (line_header::file_names_size): New method.
996 (line_header::include_dirs): Change to private field and rename as
997 m_include_dirs.
998 (dw2_get_file_names_reader): Define local var at a smaller scope and
999 reflect API change.
1000 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1001 (process_structure_scope): Likewise.
1002 (line_header::add_include_dir): Change message and reflect renaming.
1003 (line_header::add_file_name): Likewise.
1004 (read_formatted_entries): Handle DW_FORM_data16.
1005 (dwarf_decode_line_header): Fix line header length calculation.
1006 (psymtab_include_file_name): Change comment and API.
1007 (lnp_state_machine::m_file): Update comment and reflect type change.
1008 (lnp_state_machine::record_line): Reflect type change.
1009 (dwarf_decode_lines): Reflect API change.
1010 (file_file_name): Likewise.
1011 (file_full_name): Likewise.
1012
1013 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1016
1017 2019-10-21 Tom Tromey <tom@tromey.com>
1018
1019 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1020
1021 2019-10-21 Tom Tromey <tom@tromey.com>
1022
1023 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1024 NM_H. Use AC_CONFIG_LINKS.
1025 * configure: Rebuild.
1026 * Makefile.in (NM_H): New variable.
1027 (generated_files): Add NM_H. Remove gcore.
1028 (nm.h, stamp-nmh): New targets.
1029
1030 2019-10-20 Tom Tromey <tom@tromey.com>
1031
1032 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1033 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1034 obsolete comment.
1035 (put_objfile_before): Now static.
1036
1037 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1038
1039 * gdbsupport/common-utils.h (startswith): Change return type to
1040 bool.
1041
1042 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1043
1044 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1045 * breakpoint.c (bp_locations_compare): Rename to...
1046 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1047 (update_global_location_list): Use std::sort instead of qsort.
1048 * buildsym.c (compare_line_numbers): Rename to...
1049 (lte_is_less_than): ...this, and change to std::sort semantics.
1050 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1051 instead of qsort.
1052 * disasm.c (compare_lines): Rename to...
1053 (line_is_less_than): ...this, and change to std::sort semantics.
1054 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1055 of qsort.
1056 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1057 (fde_is_less_than): ...this, and change to std::sort semantics.
1058 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1059 * mdebugread.c (compare_blocks):
1060 (block_is_less_than): ...this, and change to std::sort semantics.
1061 (sort_blocks): Call std::sort instead of qsort.
1062 * objfiles.c (qsort_cmp): Rename to...
1063 (sort_cmp): ...this, and change to std::sort semantics.
1064 (update_section_map): Call std::sort instead of qsort.
1065 * remote.c (compare_pnums): Remove.
1066 (map_regcache_remote_table): Call std::sort instead of qsort.
1067 * utils.c (compare_positive_ints): Remove.
1068 * utils.h (compare_positive_ints): Remove.
1069 * xcoffread.c (compare_lte): Remove.
1070 (arrange_linetable): Call std::sort instead of qsort.
1071
1072 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1073
1074 * symfile.c (init_entry_point_info): Fix typo.
1075 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1076
1077 2019-10-18 Tom de Vries <tdevries@suse.de>
1078
1079 * aarch64-tdep.c: Fix typos in comments.
1080 * ada-lang.c: Same.
1081 * ada-tasks.c: Same.
1082 * alpha-tdep.c: Same.
1083 * alpha-tdep.h: Same.
1084 * amd64-nat.c: Same.
1085 * amd64-windows-tdep.c: Same.
1086 * arc-tdep.c: Same.
1087 * arc-tdep.h: Same.
1088 * arch-utils.c: Same.
1089 * arm-nbsd-tdep.c: Same.
1090 * arm-tdep.c: Same.
1091 * ax-gdb.c: Same.
1092 * blockframe.c: Same.
1093 * btrace.c: Same.
1094 * c-varobj.c: Same.
1095 * coff-pe-read.c: Same.
1096 * coffread.c: Same.
1097 * cris-tdep.c: Same.
1098 * darwin-nat.c: Same.
1099 * dbxread.c: Same.
1100 * dcache.c: Same.
1101 * disasm.c: Same.
1102 * dtrace-probe.c: Same.
1103 * dwarf-index-write.c: Same.
1104 * dwarf2-frame-tailcall.c: Same.
1105 * dwarf2-frame.c: Same.
1106 * dwarf2read.c: Same.
1107 * eval.c: Same.
1108 * exceptions.c: Same.
1109 * fbsd-tdep.c: Same.
1110 * findvar.c: Same.
1111 * frame.c: Same.
1112 * frv-tdep.c: Same.
1113 * gnu-v3-abi.c: Same.
1114 * go32-nat.c: Same.
1115 * h8300-tdep.c: Same.
1116 * hppa-tdep.c: Same.
1117 * i386-linux-tdep.c: Same.
1118 * i386-tdep.c: Same.
1119 * ia64-libunwind-tdep.c: Same.
1120 * ia64-tdep.c: Same.
1121 * infcmd.c: Same.
1122 * infrun.c: Same.
1123 * linespec.c: Same.
1124 * linux-nat.c: Same.
1125 * linux-thread-db.c: Same.
1126 * machoread.c: Same.
1127 * mdebugread.c: Same.
1128 * mep-tdep.c: Same.
1129 * mn10300-tdep.c: Same.
1130 * namespace.c: Same.
1131 * objfiles.c: Same.
1132 * opencl-lang.c: Same.
1133 * or1k-tdep.c: Same.
1134 * osabi.c: Same.
1135 * ppc-linux-nat.c: Same.
1136 * ppc-linux-tdep.c: Same.
1137 * ppc-sysv-tdep.c: Same.
1138 * printcmd.c: Same.
1139 * procfs.c: Same.
1140 * record-btrace.c: Same.
1141 * record-full.c: Same.
1142 * remote-fileio.c: Same.
1143 * remote.c: Same.
1144 * rs6000-tdep.c: Same.
1145 * s12z-tdep.c: Same.
1146 * score-tdep.c: Same.
1147 * ser-base.c: Same.
1148 * ser-go32.c: Same.
1149 * skip.c: Same.
1150 * sol-thread.c: Same.
1151 * solib-svr4.c: Same.
1152 * solib.c: Same.
1153 * source.c: Same.
1154 * sparc-nat.c: Same.
1155 * sparc-sol2-tdep.c: Same.
1156 * sparc-tdep.c: Same.
1157 * sparc64-tdep.c: Same.
1158 * stabsread.c: Same.
1159 * stack.c: Same.
1160 * symfile.c: Same.
1161 * symtab.c: Same.
1162 * target-descriptions.c: Same.
1163 * target-float.c: Same.
1164 * thread.c: Same.
1165 * utils.c: Same.
1166 * valops.c: Same.
1167 * valprint.c: Same.
1168 * value.c: Same.
1169 * varobj.c: Same.
1170 * windows-nat.c: Same.
1171 * xcoffread.c: Same.
1172 * xstormy16-tdep.c: Same.
1173 * xtensa-tdep.c: Same.
1174
1175 2019-10-17 Tom Tromey <tromey@adacore.com>
1176
1177 * configure: Rebuild.
1178 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1179 in AC_CONFIG_FILES invocation.
1180 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1181 new-style config.status invocation.
1182
1183 2019-10-17 Tom de Vries <tdevries@suse.de>
1184
1185 * arm-nbsd-nat.c: Fix typos in comments.
1186 * arm-tdep.c: Same.
1187 * darwin-nat-info.c: Same.
1188 * dwarf2read.c: Same.
1189 * elfread.c: Same.
1190 * event-top.c: Same.
1191 * findvar.c: Same.
1192 * gdbtypes.c: Same.
1193 * hppa-tdep.c: Same.
1194 * i386-tdep.c: Same.
1195 * jit.c: Same.
1196 * main.c: Same.
1197 * mdebugread.c: Same.
1198 * moxie-tdep.c: Same.
1199 * nto-procfs.c: Same.
1200 * osabi.c: Same.
1201 * ppc-linux-tdep.c: Same.
1202 * remote.c: Same.
1203 * riscv-tdep.c: Same.
1204 * s390-tdep.c: Same.
1205 * sh-tdep.c: Same.
1206 * sparc-linux-tdep.c: Same.
1207 * sparc-nat.c: Same.
1208 * stack.c: Same.
1209 * target-descriptions.c: Same.
1210 * top.c: Same.
1211 * varobj.c: Same.
1212
1213 2019-10-16 Tom Tromey <tom@tromey.com>
1214
1215 * objfiles.h (struct objfile) <original_name>: Now const.
1216
1217 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1218
1219 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1220 pass on to sigsetjmp's second argument.
1221 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1222
1223 2019-10-16 Keith Seitz <keiths@redhat.com>
1224
1225 PR gdb/23567
1226 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1227 sections whose size is greater than the file size.
1228
1229 2019-10-16 Jim Wilson <jimw@sifive.com>
1230
1231 * riscv-tdep.c (riscv_gcc_target_options): New.
1232 (riscv_gnu_triplet_regexp): New.
1233 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
1234 set_gdbarch_gnu_triplet_regexp.
1235
1236 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1237
1238 * Makefile.in: Add xml-builtin.h.
1239 * features/feature_to_c.sh: Add an include for xml-builtin.h
1240 to ensure that the compiler checks that the types match.
1241 * xml-builtin.h: New file.
1242 * xml-support.c (fetch_xml_builtin): Add missing const.
1243 * xml-support.h: Remove declaration of xml_builtins.
1244
1245 2019-10-16 Tom de Vries <tdevries@suse.de>
1246
1247 PR tdep/25096
1248 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
1249 (amd64_classify_aggregate): ... here.
1250 (amd64_classify_aggregate_field): Handled fiels of nested structs
1251 recursively.
1252
1253 2019-10-16 Tom de Vries <tdevries@suse.de>
1254
1255 PR tdep/24104
1256 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
1257 that handles 'theclass'.
1258
1259 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * linespec.c (decode_digits_ordinary): Update comment.
1262 * make-target-delegates: No longer need to handle VEC case.
1263 * memrange.c (normalize_mem_ranges): Update comment.
1264 * namespace.c (add_using_directive): Update comment.
1265 * objc-lang.c (uniquify_strings): Update comment.
1266 * ppc-linux-nat.c (struct thread_points): Update comment.
1267 * probe.h (find_probes_in_objfile): Update comment.
1268 * target.h (enum flash_preserve_mode): Update comment.
1269 * varobj.c (varobj_restrict_range): Update comment.
1270 * varobj.h (varobj_list_children): Update comment.
1271
1272 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * Makefile.in: Remove references to vec.h and vec.c.
1275 * aarch64-tdep.c: No longer include vec.h.
1276 * ada-lang.c: Likewise.
1277 * ada-lang.h: Likewise.
1278 * arm-tdep.c: Likewise.
1279 * ax.h: Likewise.
1280 * breakpoint.h: Likewise.
1281 * charset.c: Likewise.
1282 * cp-support.h: Likewise.
1283 * dtrace-probe.c: Likewise.
1284 * dwarf2read.c: Likewise.
1285 * extension.h: Likewise.
1286 * gdb_bfd.c: Likewise.
1287 * gdbsupport/gdb_vecs.h: Likewise.
1288 * gdbsupport/vec.c: Remove.
1289 * gdbsupport/vec.h: Remove.
1290 * gdbthread.h: Likewise.
1291 * guile/scm-type.c: Likewise.
1292 * inline-frame.c: Likewise.
1293 * machoread.c: Likewise.
1294 * memattr.c: Likewise.
1295 * memrange.h: Likewise.
1296 * namespace.h: Likewise.
1297 * nat/linux-btrace.h: Likewise.
1298 * osdata.c: Likewise.
1299 * parser-defs.h: Likewise.
1300 * progspace.h: Likewise.
1301 * python/py-type.c: Likewise.
1302 * record-btrace.c: Likewise.
1303 * rust-exp.y: Likewise.
1304 * solib-target.c: Likewise.
1305 * stap-probe.c: Likewise.
1306 * target-descriptions.c: Likewise.
1307 * target-memory.c: Likewise.
1308 * target.h: Likewise.
1309 * varobj.c: Likewise.
1310 * varobj.h: Likewise.
1311 * xml-support.h: Likewise.
1312
1313 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
1316 Update for new std::vector based implementation.
1317 (process_psymtab_comp_unit_reader): Likewise.
1318 (scan_partial_symbols): Likewise.
1319 (recursively_compute_inclusions): Likewise.
1320 (compute_compunit_symtab_includes): Likewise.
1321 (process_imported_unit_die): Likewise.
1322 (queue_and_load_dwo_tu): Likewise.
1323 (follow_die_sig_1): Likewise.
1324 * gdb/dwarf2read.h: Remove DEF_VEC_P.
1325 (typedef dwarf2_per_cu_ptr): Remove.
1326 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
1327 function.
1328 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
1329 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
1330 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
1331 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
1332 std::vector.
1333
1334 2019-10-15 Tom Tromey <tromey@adacore.com>
1335
1336 * windows-nat.c (windows_nat_target::resume): Use %x when logging
1337 TID.
1338
1339 2019-10-15 Tom Tromey <tromey@adacore.com>
1340
1341 * windows-nat.c (windows_nat_target::fetch_registers)
1342 (windows_nat_target::store_registers): Rename "pid" to "tid".
1343
1344 2019-10-15 Tom Tromey <tromey@adacore.com>
1345
1346 * gdbarch.h, gdbarch.c: Rebuild.
1347 * gdbarch.sh (gcc_target_options): Change return type to
1348 std::string.
1349 * compile/compile.c (get_args): Update.
1350 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
1351 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
1352 std::string.
1353 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
1354 std::string.
1355 * arch-utils.c (default_gcc_target_options): Return std::string.
1356 * arch-utils.h (default_gcc_target_options): Return std::string.
1357 * s390-tdep.c (s390_gcc_target_options): Return std::string.
1358
1359 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1360
1361 * breakpoint.c (breakpoint_chain): Make static.
1362 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
1363 of accessing breakpoint_chain.
1364
1365 2019-10-15 Christian Biesinger <cbiesinger@google.com>
1366
1367 * breakpoint.c (iterate_over_breakpoints): Change function pointer
1368 to a gdb::function_view and return value to bool.
1369 * breakpoint.h (iterate_over_breakpoints): Likewise.
1370 * dummy-frame.c (pop_dummy_frame_bpt): Update.
1371 (pop_dummy_frame): Update.
1372 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
1373 (gdbscm_breakpoints): Update.
1374 * python/py-breakpoint.c (build_bp_list): Update.
1375 (gdbpy_breakpoints): Update.
1376 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
1377 Update.
1378 (bpfinishpy_handle_stop): Update.
1379 (bpfinishpy_handle_exit): Update.
1380 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
1381 (svr4_update_solib_event_breakpoints): Update.
1382
1383 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
1384
1385 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
1386 when unwrapping single-field structs.
1387
1388 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1389
1390 * dwarf2read.c: Remove includes.
1391
1392 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1393
1394 * ui-out.c (ui_out::call_do_message): Silence
1395 -Wformat-nonliteral warning.
1396
1397 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1398
1399 * breakpoint.c: Remove some includes: continuations.h, skip.h,
1400 mi/mi-main.h, readline/readline.h, readline/history.h. Add
1401 include: readline/tilde.h.
1402
1403 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1404
1405 * remote.c (remote_target::get_trace_status): Remove declaration of
1406 trace_regblock_size.
1407
1408 2019-10-12 Christian Biesinger <cbiesinger@google.com>
1409
1410 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
1411 (show_user): Remove declaration of cmdlist.
1412 * cli/cli-cmds.h (max_user_call_depth): Declare.
1413 * cli/cli-script.c (execute_user_command): Remove declaration
1414 of max_user_call_depth.
1415
1416 2019-10-11 Jim Wilson <jimw@sifive.com>
1417
1418 * gdbsupport/print-utils.h (pulongest): Fix comment.
1419 (plongest): Likewise.
1420 (phex): Add missing comment, mention leading zeros.
1421 (phex_nz): Add mention of no leading zeros to comment.
1422
1423 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
1424 plongest instead of unsigned long long cast.
1425
1426 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1427
1428 * main.c (captured_main_1): Include gdbtk.h and remove declarations
1429 for external_editor_command and gdbtk_test.
1430
1431 2019-10-10 Christian Biesinger <cbiesinger@google.com>
1432
1433 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
1434 * varobj.c (varobjdebug): Move comment to...
1435 * varobj.h (varobjdebug): ...here, and declare.
1436
1437 2019-10-09 Tom Tromey <tom@tromey.com>
1438
1439 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
1440 erase_data_content.
1441
1442 2019-10-09 Tom Tromey <tom@tromey.com>
1443
1444 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
1445 * tui/tui-stack.c (tui_locator_window::rerender): Update.
1446 * tui/tui-command.c (tui_cmd_window::resize)
1447 (tui_refresh_cmd_win): Update.
1448 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
1449 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
1450 * tui/tui-data.c (~tui_gen_win_info): Remove.
1451 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1452 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
1453 (tui_redisplay_readline, tui_mld_flush)
1454 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
1455 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
1456 (tui_data_window::erase_data_content)
1457 (tui_data_item_window::rerender)
1458 (tui_data_item_window::refresh_window): Update.
1459 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
1460 (box_win, tui_gen_win_info::make_window)
1461 (tui_gen_win_info::make_visible): Update.
1462 (tui_delete_win): Remove.
1463 * tui/tui-winsource.c
1464 (tui_source_window_base::do_erase_source_content): Update.
1465 (tui_show_source_line, tui_source_window_base::update_tab_width)
1466 (tui_source_window_base::update_exec_info): Update.
1467 * tui/tui-data.h (struct curses_deleter): New.
1468 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
1469 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
1470
1471 2019-10-09 Tom Tromey <tom@tromey.com>
1472
1473 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
1474
1475 2019-10-09 Tom Tromey <tom@tromey.com>
1476
1477 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
1478 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
1479
1480 2019-10-09 Tom Tromey <tom@tromey.com>
1481
1482 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
1483 window height directly.
1484 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
1485 declare.
1486 * tui/tui-layout.c (tui_default_win_height): Remove.
1487 (tui_default_win_viewport_height): Remove.
1488
1489 2019-10-09 Tom Tromey <tom@tromey.com>
1490
1491 * tui/tui.h: Remove comments.
1492
1493 2019-10-09 Tom de Vries <tdevries@suse.de>
1494
1495 * python/lib/gdb/printer/bound_registers.py: Use
1496 '^builtin_type_bound128' as regexp argument for
1497 add_builtin_pretty_printer.
1498
1499 2019-10-09 Christian Biesinger <cbiesinger@google.com>
1500
1501 * guile/guile.c (guile_extension_script_ops): Remove forward
1502 declaration and mark as static.
1503 (guile_script_ops): Likewise.
1504 (extension_language_guile): Move further down in the file so
1505 it can reference the definitions for guile_{extension_,}script_ops.
1506
1507 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
1508
1509 * s390-tdep.c (390_process_record): Handle new arch13 instructions
1510 except SORTL, DFLTCC, and KDSA.
1511
1512 2019-10-08 Tom Tromey <tromey@adacore.com>
1513
1514 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
1515 (struct safe_symbol_file_add_args): Remove.
1516
1517 2019-10-08 Tom Tromey <tromey@adacore.com>
1518
1519 * windows-nat.c: Don't include buildsym-legacy.h.
1520
1521 2019-10-08 Tom Tromey <tromey@adacore.com>
1522
1523 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
1524
1525 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1526
1527 * gdbtypes.c (overload_debug): Move comment to header.
1528 * gdbtypes.h (overload_debug): Declare.
1529 * valops.c: Remove declaration of overload_debug, instead
1530 include gdbtypes.h.
1531
1532 2019-10-08 Christian Biesinger <cbiesinger@google.com>
1533
1534 * language.c (show_language_command): Pass lang_frame_mismatch_warn
1535 through _().
1536 (lang_frame_mismatch_warn): Make const, mark with N_(), and
1537 move comment...
1538 * language.h (lang_frame_mismatch_warn): ... here. Also add
1539 declaration.
1540 * top.c (lang_frame_mismatch_warn): Remove declaration.
1541 (check_frame_language_change): Pass lang_frame_mismatch_warn
1542 through _().
1543
1544 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1545
1546 * c-lang.h (vtbl_ptr_name): Declare.
1547 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
1548 it from the header.
1549 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
1550
1551 2019-10-07 Christian Biesinger <cbiesinger@google.com>
1552
1553 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
1554 gdb_static_assert.
1555
1556 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1557
1558 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
1559 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
1560 * ctfread.c: New file.
1561 * ctfread.h: New file.
1562 * elfread.c: Include ctfread.h.
1563 (struct elfinfo text_p): New member ctfsect.
1564 (elf_locate_sections): Mark CTF section.
1565 (elf_symfile_read): Call elfctf_build_psymtabs.
1566 * Makefile.in (LIBCTF): Add.
1567 (CLIBS): Use it.
1568 (CDEPS): Likewise.
1569 (DIST): Add ctfread.c.
1570
1571 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * ctfread.c (struct nextfield): Renamed to ...
1574 (struct ctf_nextfield): ... this.
1575 (struct field_info): Renamed to ...
1576 (strut ctf_field_info): ... this.
1577 (attach_fields_to_type): Update for renamed structures.
1578 (ctf_add_member_cb): Likewise.
1579 (ctf_add_enum_member_cb): Likewise.
1580 (process_struct_members): Likewise.
1581 (process_enum_type): Likewise.
1582
1583 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1584
1585 * tracectf.h: Rename, was ctf.h.
1586 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
1587 * tracefile.c: Likewise.
1588 * tracepoint.c: Remove unused include ctf.h.
1589 * mi/mi-main.c: Likewise.
1590 * Makefile.in Replace ctf.c with tracectf.c.
1591
1592 2019-10-06 Joel Brobecker <brobecker@adacore.com>
1593
1594 * version.in: Change version number to "9.0.50.DATE-git".
1595
1596 2019-10-03 Tom Tromey <tom@tromey.com>
1597
1598 PR rust/24976:
1599 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
1600
1601 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
1604 cp_search_name_hash.
1605 * NEWS: Add entry about nested function support.
1606
1607 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1608 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
1611 for nested static variables when searchin VAR_DOMAIN.
1612 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
1613 global scope, update comment.
1614 (add_partial_subprogram): Call add_partial_subprogram recursively
1615 for nested subroutines when processinng Fortran.
1616 (load_partial_dies): Process the child entities of a subprogram
1617 when processing Fortran.
1618 (partial_die_parent_scope): Handle building scope
1619 for Fortran nested functions.
1620 (process_die): Record that nested functions have a scope.
1621 (new_symbol): Always record Fortran subprograms on the global
1622 symbol list.
1623 (determine_prefix): How to build the prefix for Fortran
1624 subprograms.
1625
1626 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
1629 have just sent the thread a SIGSTOP and are waiting for it to
1630 arrive.
1631
1632 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * btrace.c (btrace_add_pc): Remove whitespace before the template
1635 parameter in 'std::vector <...>'.
1636 (parse_xml_btrace_block): Likewise.
1637 (btrace_maint_decode_pt): Likewise.
1638 (btrace_maint_update_packets): Likewise.
1639 (btrace_maint_print_packets): Likewise.
1640 * btrace.h (struct btrace_maint_info): Likewise.
1641 * dwarf2read.c (struct type_unit_group): Likewise.
1642 (build_type_psymtabs_reader): Likewise.
1643 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
1644 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
1645 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
1646
1647 2019-10-03 Tom de Vries <tdevries@suse.de>
1648
1649 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
1650 the first line of the help text for set/show style metadata.
1651
1652 2019-10-02 Tom Tromey <tromey@adacore.com>
1653
1654 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
1655 * gdbsupport/common-inferior.c: New file.
1656 * infcmd.c (startup_with_shell): Don't define.
1657 * nat/fork-inferior.h (startup_with_shell): Don't declare.
1658 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
1659 * inferior.h (startup_with_shell): Don't declare.
1660
1661 2019-10-02 Christian Biesinger <cbiesinger@google.com>
1662
1663 * gdbsupport/gdb_assert.h: Include errors.h.
1664 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
1665
1666 2019-10-02 Tom Tromey <tromey@adacore.com>
1667
1668 * NEWS: Add $_ada_exception entry.
1669 * ada-lang.c (struct ada_catchpoint): Add constructor.
1670 <m_kind>: New member.
1671 (allocate_location_exception, re_set_exception): Remove
1672 "ex" parameter.
1673 (should_stop_exception): Compute $_ada_exception.
1674 (check_status_exception, print_it_exception)
1675 (print_one_exception, print_mention_exception): Remove
1676 "ex" parameter.
1677 (allocate_location_catch_exception, re_set_catch_exception)
1678 (check_status_exception, print_it_catch_exception)
1679 (print_one_catch_exception, print_mention_catch_exception)
1680 (print_recreate_catch_exception)
1681 (allocate_location_catch_exception_unhandled)
1682 (re_set_catch_exception_unhandled)
1683 (check_status_exception, print_it_catch_exception_unhandled)
1684 (print_one_catch_exception_unhandled)
1685 (print_mention_catch_exception_unhandled)
1686 (print_recreate_catch_exception_unhandled)
1687 (allocate_location_catch_assert, re_set_catch_assert)
1688 (check_status_assert, print_it_catch_assert)
1689 (print_one_catch_assert, print_mention_catch_assert)
1690 (print_recreate_catch_assert)
1691 (allocate_location_catch_handlers, re_set_catch_handlers)
1692 (check_status_handlers, print_it_catch_handlers)
1693 (print_one_catch_handlers, print_mention_catch_handlers)
1694 (print_recreate_catch_handlers): Remove.
1695 (create_ada_exception_catchpoint): Update.
1696 (initialize_ada_catchpoint_ops): Update.
1697
1698 2019-10-02 Tom Tromey <tromey@adacore.com>
1699
1700 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
1701 (create_excep_cond_exprs): Simplify exception string computation.
1702 (ada_exception_catchpoint_cond_string): Likewise.
1703
1704 2019-10-02 Tom Tromey <tromey@adacore.com>
1705
1706 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
1707 * ada-lang.c (lesseq_defined_than): Handle
1708 LOC_STATIC.
1709 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
1710 parameter.
1711 (dwarf2_has_info): Likewise.
1712 (new_symbol): Set maybe_copied on symbol when
1713 appropriate.
1714 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
1715 parameter.
1716 <can_copy>: New member.
1717 * elfread.c (record_minimal_symbol): Set maybe_copied
1718 on symbol when appropriate.
1719 (elf_symfile_read): Update call to dwarf2_has_info.
1720 * minsyms.c (lookup_minimal_symbol_linkage): New
1721 function.
1722 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
1723 * symtab.c (get_symbol_address, get_msymbol_address):
1724 New functions.
1725 * symtab.h (get_symbol_address, get_msymbol_address):
1726 Declare.
1727 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
1728 maybe_copied.
1729 (struct symbol, struct minimal_symbol) <maybe_copied>:
1730 New member.
1731
1732 2019-10-02 Tom Tromey <tromey@adacore.com>
1733
1734 * source.c (struct current_source_location): New.
1735 (current_source_key): New global.
1736 (current_source_symtab, current_source_line)
1737 (current_source_pspace): Remove.
1738 (get_source_location): New function.
1739 (get_current_source_symtab_and_line)
1740 (set_default_source_symtab_and_line)
1741 (set_current_source_symtab_and_line)
1742 (clear_current_source_symtab_and_line, select_source_symtab)
1743 (info_source_command, print_source_lines_base)
1744 (info_line_command, search_command_helper, _initialize_source):
1745 Update.
1746
1747 2019-10-02 Tom Tromey <tromey@adacore.com>
1748
1749 * source.c (select_source_symtab): Don't call
1750 decode_line_with_current_source.
1751
1752 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * symtab.c (lookup_global_symbol): Search global block.
1755
1756 2019-10-02 Tom Tromey <tromey@adacore.com>
1757
1758 * coffread.c (process_coff_symbol): Update.
1759 * dwarf2read.c (var_decode_location, new_symbol): Update.
1760 * mdebugread.c (parse_symbol): Update.
1761 * objfiles.c (relocate_one_symbol): Update.
1762 * stabsread.c (define_symbol, fix_common_block)
1763 (scan_file_globals): Update.
1764 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
1765 (SET_SYMBOL_VALUE_ADDRESS): New macro.
1766 * xcoffread.c (process_xcoff_symbol): Update.
1767
1768 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1769
1770 * MAINTAINERS: Update my email address.
1771
1772 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
1775 std::vector.
1776 (build_type_psymtabs_reader): Update for std::vector.
1777 (build_type_psymtab_dependencies): Likewise.
1778 * dwarf2read.h: Remove use of DEF_VEC_P.
1779 (typedef sig_type_ptr): Delete.
1780
1781 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * btrace.c (btrace_maint_clear): Update to handle change from VEC
1784 to std::vector.
1785 (btrace_maint_decode_pt): Likewise, and move allocation of the
1786 vector outside of the loop.
1787 (btrace_maint_update_packets): Update to handle change from VEC to
1788 std::vector.
1789 (btrace_maint_print_packets): Likewise.
1790 (maint_info_btrace_cmd): Likewise.
1791 * btrace.h: Remove use of DEF_VEC_O.
1792 (typedef btrace_pt_packet_s): Delete.
1793 (struct btrace_maint_info) <packets>: Change fromm VEC to
1794 std::vector.
1795 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
1796
1797 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
1800 make accesses into the vector constant references.
1801 (btrace_add_pc): Update for std::vector.
1802 (btrace_stitch_bts): Likewise.
1803 (parse_xml_btrace_block): Likewise.
1804 (btrace_maint_update_packets): Likewise.
1805 (btrace_maint_print_packets): Likewise.
1806 (maint_info_btrace_cmd): Likewise.
1807 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
1808 std::vector.
1809 (btrace_data::empty): Likewise.
1810 (btrace_data_append): Likewise.
1811 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
1812 (typedef btrace_block_s): Delete.
1813 (struct btrace_block): Add constructor.
1814 (struct btrace_data_bts) <blocks>: Change to std::vector.
1815 * nat/linux-btrace.c (perf_event_read_bts): Update for
1816 std::vector.
1817 (linux_read_bts): Likewise.
1818
1819 2019-10-01 Tom Tromey <tom@tromey.com>
1820
1821 * cli/cli-logging.c (show_logging_filename): Use styled_string.
1822
1823 2019-10-01 Tom Tromey <tom@tromey.com>
1824
1825 * stack.c (print_frame, info_frame_command_core): Use
1826 styled_string.
1827 * linux-thread-db.c (try_thread_db_load_1)
1828 (try_thread_db_load_from_pdir_1): Use styled_string.
1829 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
1830 (auto_load_section_scripts, info_auto_load_local_gdbinit)
1831 (maybe_print_unsupported_script_warning)
1832 (maybe_print_script_not_found_warning): Use styled_string.
1833 * ada-lang.c (user_select_syms): Use styled_string.
1834
1835 2019-10-01 Tom Tromey <tom@tromey.com>
1836
1837 * p-lang.c (pascal_printstr): Use metadata style.
1838 * value.c (show_convenience): Use metadata style.
1839 * valprint.c (valprint_check_validity, val_print_optimized_out)
1840 (val_print_not_saved, val_print_unavailable)
1841 (val_print_invalid_address, generic_val_print, val_print)
1842 (value_check_printable, val_print_array_elements): Use metadata
1843 style.
1844 * ui-out.h (class ui_out) <field_fmt>: New overload.
1845 <do_field_fmt>: Add style parameter.
1846 * ui-out.c (ui_out::field_fmt): New overload.
1847 * typeprint.c (type_print_unknown_return_type)
1848 (val_print_not_allocated, val_print_not_associated): Use metadata
1849 style.
1850 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
1851 parameter.
1852 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
1853 * tracepoint.c (tvariables_info_1): Use metadata style.
1854 * stack.c (print_frame_arg, print_frame_info, print_frame)
1855 (info_frame_command_core): Use metadata style.
1856 * skip.c (info_skip_command): Use metadata style.
1857 * rust-lang.c (rust_print_enum): Use metadata style.
1858 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
1859 metadata style.
1860 * python/py-framefilter.c (py_print_single_arg): Use metadata
1861 style.
1862 * printcmd.c (do_one_display, print_variable_and_value): Use
1863 metadata style.
1864 * p-valprint.c (pascal_val_print)
1865 (pascal_object_print_value_fields): Use metadata style.
1866 * p-typeprint.c (pascal_type_print_base): Use metadata style.
1867 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
1868 parameter.
1869 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
1870 * m2-valprint.c (m2_print_long_set): Use metadata style.
1871 * m2-typeprint.c (m2_print_type): Use metadata style.
1872 * infcmd.c (print_return_value_1): Use metadata style.
1873 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
1874 * f-valprint.c (info_common_command_for_block): Use metadata
1875 style.
1876 * f-typeprint.c (f_type_print_base): Use metadata style.
1877 * expprint.c (print_subexp_standard): Use metadata style.
1878 * cp-valprint.c (cp_print_value_fields): Use metadata style.
1879 * cli/cli-style.h (class cli_style_option): Add constructor.
1880 (metadata_style): Declare.
1881 * cli/cli-style.c (metadata_style): New global.
1882 (_initialize_cli_style): Register metadata style.
1883 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
1884 parameter.
1885 * cli-out.c (cli_ui_out::do_field_fmt): Update.
1886 * c-typeprint.c (c_type_print_base_struct_union)
1887 (c_type_print_base_1): Use metadata style.
1888 * breakpoint.c (watchpoint_value_print)
1889 (print_one_breakpoint_location): Use metadata style.
1890 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
1891 style.
1892 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
1893 style.
1894 * ada-valprint.c (val_print_packed_array_elements, printstr)
1895 (print_field_values, ada_val_print_ref, ada_val_print): Use
1896 metadata style.
1897 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
1898 style.
1899 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
1900 style.
1901 * ada-lang.c (user_select_syms): Use metadata style.
1902
1903 2019-10-01 Tom Tromey <tom@tromey.com>
1904
1905 * cli/cli-cmds.c (pwd_command): Style output.
1906
1907 2019-10-01 Pedro Alves <palves@redhat.com>
1908 Tom Tromey <tom@tromey.com>
1909
1910 * symtab.c (print_symbol_info): Use %ps.
1911 (print_msymbol_info): Use %ps.
1912 * symfile.c (symbol_file_add_with_addrs): Use %ps.
1913 * printcmd.c (print_variable_and_value): Use %ps.
1914 * macrocmd.c (show_pp_source_pos): Use %ps.
1915 * infrun.c (print_exited_reason): Use ui_out::message.
1916 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
1917 (describe_other_breakpoints): Use ui_out::message and new
1918 formats.
1919 (say_where): Use new formats.
1920 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
1921 and new formats.
1922
1923 2019-10-01 Pedro Alves <palves@redhat.com>
1924 Tom Tromey <tom@tromey.com>
1925
1926 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
1927 (test_gdb_formats): New function.
1928 (run_tests): Call it.
1929 (test_format_specifier): Update.
1930 * utils.h (fputs_filtered): Update comment.
1931 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
1932 (fputs_styled_unfiltered): Declare.
1933 * utils.c (fputs_styled_unfiltered): New function.
1934 (vfprintf_maybe_filtered): Add gdbfmt parameter.
1935 (vfprintf_filtered): Update.
1936 (vfprintf_unfiltered, vprintf_filtered): Update.
1937 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
1938 * ui-out.h (enum ui_out_flag) <unfiltered_output,
1939 disallow_ui_out_field>: New constants.
1940 (enum class field_kind): New.
1941 (struct base_field_s, struct signed_field_s): New.
1942 (signed_field): New function.
1943 (struct string_field_s): New.
1944 (string_field): New function.
1945 (struct styled_string_s): New.
1946 (styled_string): New function.
1947 (class ui_out) <message>: Add comment.
1948 <vmessage, call_do_message>: New methods.
1949 <do_message>: Add style parameter.
1950 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
1951 methods.
1952 (ui_out::message): Rewrite.
1953 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
1954 parameter.
1955 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
1956 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
1957 gdb_extensions parameter.
1958 (class format_piece): Add parameter to constructor.
1959 (n_int_args): New field.
1960 * gdbsupport/format.c (format_pieces::format_pieces): Add
1961 gdb_extensions parameter. Handle '*'.
1962 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
1963 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
1964 vfprintf_styled_no_gdbfmt.
1965 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
1966 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
1967 unfiltered output.
1968 * ui-style.h (struct ui_file_style) <ptr>: New method.
1969
1970 2019-10-01 Tom Tromey <tom@tromey.com>
1971
1972 * unittests/format_pieces-selftests.c: Update. Add final format.
1973 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
1974 empty literal pieces.
1975
1976 2019-10-01 Tom Tromey <tom@tromey.com>
1977
1978 * ui-out.h (enum class ui_out_style_kind): Remove.
1979 (class ui_out) <field_string, field_stsream, do_field_string>:
1980 Change type of "style".
1981 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
1982 (ui_out::field_string): Update.
1983 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
1984 of "style".
1985 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
1986 * tracepoint.c (print_one_static_tracepoint_marker): Update.
1987 * stack.c (print_frame_arg, print_frame_info, print_frame):
1988 Update.
1989 * source.c (print_source_lines_base): Update.
1990 * solib.c (info_sharedlibrary_command): Update.
1991 * skip.c (info_skip_command): Update.
1992 * record-btrace.c (btrace_call_history_src_line)
1993 (btrace_call_history): Update.
1994 * python/py-framefilter.c (py_print_frame): Update.
1995 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
1996 "style".
1997 * mi/mi-out.c (mi_ui_out::do_table_header)
1998 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
1999 (mi_ui_out::do_field_string): Update.
2000 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2001 Update.
2002 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2003 "style".
2004 * cli-out.c (cli_ui_out::do_table_header)
2005 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2006 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2007 (cli_ui_out::do_field_fmt): Update.
2008 * breakpoint.c (print_breakpoint_location): Update.
2009 (update_static_tracepoint): Update.
2010
2011 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2012
2013 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2014 conversion of gdb_datadir.
2015 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2016 remove not needed c_str ().
2017
2018 2019-09-30 Ali Tamur <tamur@google.com>
2019
2020 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2021 (dwarf2_string_attr): Likewise.
2022
2023 2019-09-30 Ali Tamur <tamur@google.com>
2024
2025 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2026 (process_full_type_unit): Likewise.
2027 (dump_die_shallow): Likewise.
2028 (cu_debug_loc_section): Likewise.
2029
2030 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2031
2032 * minsyms.c (compare_minimal_symbols): Rename to...
2033 (minimal_symbol_is_less_than): ...this, and adjust to STL
2034 conventions (return bool, take arguments as references)
2035 (minimal_symbol_reader::install): Call std::sort instead
2036 of qsort.
2037
2038 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2039
2040 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2041 hash and why.
2042 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2043 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2044
2045 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2046
2047 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2048 * psympriv.h (add_psymbol_to_list): Move comment here and update
2049 it.
2050
2051 2019-09-29 Tom de Vries <tdevries@suse.de>
2052
2053 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2054 Use $tmpdir/$(basename "$output_file").dwz instead of
2055 "${output_file}.dwz".
2056
2057 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2058
2059 PR gdb/25045
2060 * hppa-linux-nat.c: Include gdbarch.h.
2061
2062 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2063
2064 * blockframe.c (find_pc_partial_function): Change return type to bool.
2065 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2066 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2067 (stub_gnu_ifunc_resolve_name): Likewise.
2068 * symtab.c (compare_filenames_for_search): Likewise.
2069 (compare_glob_filenames_for_search): Likewise.
2070 (matching_obj_sections): Likewise.
2071 (symbol_matches_domain): Likewise.
2072 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2073 (find_line_pc): Change return type to bool.
2074 (find_line_pc_range): Likewise.
2075 (producer_is_realview): Likewise.
2076 * symtab.h (symbol_matches_domain): Likewise.
2077 (find_pc_partial_function): Likewise.
2078 (find_pc_line_pc_range): Likewise.
2079 (in_gnu_ifunc_stub): Likewise.
2080 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2081 (find_line_pc): Likewise.
2082 (find_line_pc_range): Likewise.
2083 (matching_obj_sections): Likewise.
2084 (find_line_symtab): Change out parameter to bool.
2085 (producer_is_realview): Change return type to bool.
2086 (compare_filenames_for_search): Likewise.
2087 (compare_glob_filenames_for_search): Likewise.
2088
2089 2019-09-26 Tom Tromey <tom@tromey.com>
2090
2091 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2092 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2093 * gdb_usleep.h: Remove.
2094 * gdb_usleep.c: Remove.
2095 * utils.c: Don't include gdb_usleep.h.
2096
2097 2019-09-26 Tom Tromey <tromey@adacore.com>
2098
2099 * python/py-type.c (type_to_type_object): Call check_typedef
2100 for stub types.
2101
2102 2019-09-26 Tom Tromey <tom@tromey.com>
2103
2104 * utils.h (initialize_utils): Don't declare.
2105 * top.c (gdb_init): Don't call initialize_utils.
2106 * utils.c (initialize_utils): Remove. Move contents...
2107 (_initialize_utils): ... here.
2108
2109 2019-09-25 Tom Tromey <tom@tromey.com>
2110
2111 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2112 * utils.h (make_hex_string): Don't declare.
2113 * utils.c (make_hex_string): Remove.
2114
2115 2019-09-24 Tom de Vries <tdevries@suse.de>
2116
2117 PR gdb/23815
2118 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2119 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2120
2121 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2122
2123 * NEWS: Mention new simulator port for PRU.
2124
2125 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2126
2127 * ada-exp.y (write_object_remaining): Update.
2128 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2129 and eliminate the static buffer.
2130 (ada_decode_symbol): Update.
2131 (ada_la_decode): Update.
2132 (ada_sniff_from_mangled_name): Update.
2133 (is_valid_name_for_wild_match): Update.
2134 (ada_lookup_name_info::matches): Update and simplify.
2135 (name_matches_regex): Update.
2136 (ada_add_global_exceptions): Update.
2137 * ada-lang.h (ada_decode): Update signature.
2138 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2139 * dwarf-index-write.c (debug_names::insert): Update.
2140
2141 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2142
2143 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2144 formatting.
2145
2146 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2147
2148 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2149 Change "nonzero" to "true" in documentation.
2150
2151 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2152
2153 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2154 (_initialize_darwin_solib): Don't set
2155 darwin_so_ops.lookup_lib_global_symbol.
2156 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2157 set_gdbarch_iterate_over_objfiles_in_search_order.
2158 (elf_lookup_lib_symbol): Rename to...
2159 (svr4_iterate_over_objfiles_in_search_order): this, and update
2160 to iterate semantics.
2161 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2162 * solib.c (solib_global_lookup): Remove.
2163 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2164 (solib_global_lookup): Remove.
2165 * symtab.c (lookup_global_or_static_symbol): Remove call to
2166 solib_global_lookup.
2167
2168 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2169
2170 * NEWS: Move entries about default MI version now being
2171 version 3, and about the GDB/MI fix for multi-location
2172 breakpoints to the "since GDB 8.3" section.
2173
2174 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2175
2176 GDB 8.3.1 released.
2177
2178 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2179
2180 * NEWS: Mention that Cell/B.E. debugging support was removed.
2181 * MAINTAINERS: Remove spu target.
2182
2183 * config/djgpp/fnchange.lst: Remove entries for removed files.
2184
2185 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2186 spu-multiarch.o, and spu-tdep.o.
2187 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2188 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2189 spu-multiarch.c, and spu-tdep.c.
2190 * spu-linux-nat.c: Remove file.
2191 * spu-multiarch.c: Remove file.
2192 * spu-tdep.c: Remove file.
2193 * spu-tdep.h: Remove file.
2194 * solib-spu.c: Remove file.
2195 * solib-spu.h: Remove file.
2196
2197 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2198 * configure.nat (spu-linux): Remove.
2199 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2200 solib-multiarch.o from gdb_target_obs.
2201 (spu*-*-*): Remove.
2202
2203 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2204 feature flag.
2205 (ppc_linux_no_features): Update.
2206 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2207 Cell/B.E. support.
2208 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2209 (tdesc_powerpc_cell64l): Likewise.
2210 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2211 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2212 Cell/B.E. support.
2213 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2214 Do not include "features/rs6000/powerpc-cell32l.c" or
2215 "features/rs6000/powerpc-cell64l.c".
2216 (ppc_linux_spu_section): Remove.
2217 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2218 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2219 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2220 (ppc_linux_spe_context_lookup): Remove.
2221 (ppc_linux_spe_context_inferior_created): Remove.
2222 (ppc_linux_spe_context_solib_loaded): Remove.
2223 (ppc_linux_spe_context_solib_unloaded): Remove.
2224 (ppc_linux_spe_context): Remove.
2225 (struct ppu2spu_cache): Remove.
2226 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2227 (struct ppu2spu_data): Remove.
2228 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2229 ppu2spu_unwind): Remove.
2230 (ppc_linux_init_abi): Remove Cell/B.E. support.
2231 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
2232
2233 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
2234 (rs6000/powerpc-cell64l-expedite): Likewise
2235 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
2236 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
2237 rs6000/powerpc-cell64l.xml.
2238 * features/rs6000/powerpc-cell32l.xml: Remove.
2239 * features/rs6000/powerpc-cell64l.xml: Likewise.
2240 * features/rs6000/powerpc-cell32l.c: Remove generated file.
2241 * features/rs6000/powerpc-cell64l.c: Likewise.
2242 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
2243 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
2244 * regformats/reg-spu.dat: Remove.
2245
2246 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
2247 * corelow.c (struct spuid_list): Remove.
2248 (add_to_spuid_list): Remove.
2249 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2250 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
2251 (remote_protocol_features): Remove associated entries.
2252 (_initialize_remote): No longer initialize them.
2253 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2254 * linux-nat.c (SPUFS_MAGIC): Remove.
2255 (linux_proc_xfer_spu): Remove.
2256 (spu_enumerate_spu_ids): Remove.
2257 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
2258 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
2259 (linux_make_corefile_notes): No longer call it.
2260
2261 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
2262 (cooked_write_test): Likewise.
2263
2264 2019-09-20 Tom Tromey <tom@tromey.com>
2265
2266 * NEWS: Mention case-sensitivity of TUI commands.
2267 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
2268 (tui_set_win_height_command, parse_scrolling_args): Likewise.
2269 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
2270
2271 2019-09-20 Tom Tromey <tom@tromey.com>
2272
2273 * tui/tui-source.c (tui_source_window::set_contents): Use
2274 make_unique_xstrdup.
2275 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
2276 make_unique_xstrdup.
2277
2278 2019-09-20 Tom Tromey <tom@tromey.com>
2279
2280 * tui/tui-data.c: Remove separator comments.
2281 * tui/tui-layout.c: Remove separator comments.
2282 * tui/tui-win.c: Remove separator comments.
2283 * tui/tui-wingeneral.c: Remove separator comments.
2284
2285 2019-09-20 Tom Tromey <tom@tromey.com>
2286
2287 * tui/tui.h (strcat_to_buf): Don't declare.
2288 * tui/tui.c (strcat_to_buf): Remove.
2289
2290 2019-09-20 Tom Tromey <tom@tromey.com>
2291
2292 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
2293 from "fullname".
2294 * tui/tui-source.c (tui_source_window::set_contents)
2295 (tui_source_window::location_matches_p)
2296 (tui_source_window::maybe_update): Update.
2297
2298 2019-09-20 Tom Tromey <tom@tromey.com>
2299
2300 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
2301 Update.
2302 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
2303 prefix.
2304 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
2305 (tui_data_window::line_from_reg_element_no)
2306 (tui_data_window::first_reg_element_no_inline)
2307 (tui_data_window::show_registers)
2308 (tui_data_window::show_register_group)
2309 (tui_data_window::display_registers_from)
2310 (tui_data_window::display_registers_from_line)
2311 (tui_data_window::first_data_item_displayed)
2312 (tui_data_window::delete_data_content_windows)
2313 (tui_data_window::erase_data_content)
2314 (tui_data_window::do_scroll_vertical)
2315 (tui_data_window::refresh_window)
2316 (tui_data_window::check_register_values): Update.
2317
2318 2019-09-20 Tom Tromey <tom@tromey.com>
2319
2320 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
2321 (struct tui_locator_window) <full_name, proc_name>: Now
2322 std::string.
2323 * tui/tui-stack.c (tui_locator_window::make_status_line)
2324 (tui_locator_window::set_locator_fullname)
2325 (tui_locator_window::set_locator_info): Update.
2326 * tui/tui-source.c (tui_source_window::set_contents)
2327 (tui_source_window::showing_source_p): Update.
2328
2329 2019-09-20 Tom Tromey <tom@tromey.com>
2330
2331 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
2332 Don't call tui_locator_win_info_ptr.
2333
2334 2019-09-20 Tom Tromey <tom@tromey.com>
2335
2336 * tui/tui-win.c (tui_resize_all): Don't call refresh.
2337
2338 2019-09-20 Tom Tromey <tom@tromey.com>
2339
2340 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
2341 height for locator.
2342 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
2343 * tui/tui-layout.c (show_source_disasm_command, show_data)
2344 (show_source_or_disasm_and_command): Use 1 as height for locator.
2345
2346 2019-09-20 Tom Tromey <tom@tromey.com>
2347
2348 * tui/tui.c (tui_enable): Update.
2349 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
2350 Update.
2351 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
2352 Update.
2353 * tui/tui-data.c (win_resized): Now bool.
2354 (tui_win_resized): Return bool.
2355 (tui_set_win_resized_to): Accept a bool.
2356
2357 2019-09-20 Tom Tromey <tom@tromey.com>
2358
2359 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
2360 Change type of "refresh_values_only".
2361 * tui/tui-regs.c (tui_data_window::show_register_group): Change
2362 type of "refresh_values_only".
2363
2364 2019-09-20 Tom Tromey <tom@tromey.com>
2365
2366 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
2367 std::string.
2368 (tui_disassemble): Add "pos" parameter.
2369 (tui_disasm_window::set_contents): Simplify.
2370
2371 2019-09-20 Tom Tromey <tom@tromey.com>
2372
2373 * tui/tui-winsource.h (struct tui_source_window_base)
2374 <show_source_content>: Now private.
2375 * tui/tui-winsource.c
2376 (tui_source_window_base::show_source_content): Don't handle empty
2377 content case.
2378
2379 2019-09-20 Tom Tromey <tom@tromey.com>
2380
2381 * tui/tui-layout.c (show_source_disasm_command)
2382 (show_source_or_disasm_and_command): Don't call
2383 show_source_content.
2384
2385 2019-09-20 Tom Tromey <tom@tromey.com>
2386
2387 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
2388 Declare.
2389 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
2390 from tui_make_status_line.
2391 (tui_locator_window::rerender): Update.
2392
2393 2019-09-20 Tom Tromey <tom@tromey.com>
2394
2395 * tui/tui-stack.c (tui_make_status_line): Return std::string.
2396 (tui_locator_window::rerender): Update.
2397
2398 2019-09-20 Tom Tromey <tom@tromey.com>
2399
2400 * tui/tui-winsource.h (struct tui_source_window_base)
2401 <~tui_source_window_base>: Don't declare.
2402 <fullname>: Remove.
2403 * tui/tui-winsource.c (~tui_source_window_base): Remove.
2404 * tui/tui-source.h (struct tui_source_window) <fullname>: New
2405 member.
2406 * tui/tui-source.c (tui_source_window::set_contents): Update.
2407 (tui_source_window::location_matches_p)
2408 (tui_source_window::maybe_update): Update.
2409
2410 2019-09-20 Tom Tromey <tom@tromey.com>
2411
2412 * tui/tui-winsource.h (~tui_source_element): Remove.
2413 (tui_source_element): Update.
2414 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
2415 * tui/tui-winsource.c (tui_show_source_line): Update.
2416 * tui/tui-source.c (tui_source_window::set_contents): Update.
2417 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2418
2419 2019-09-20 Tom Tromey <tom@tromey.com>
2420
2421 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
2422 declare.
2423 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
2424 tui_clear_source_windows_detail.
2425 * tui/tui-winsource.h (struct tui_source_window_base)
2426 <clear_detail>: Don't declare.
2427 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
2428 Remove.
2429 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
2430
2431 2019-09-20 Tom Tromey <tromey@adacore.com>
2432
2433 PR ada/24919:
2434 * block.c (contained_in): Fix final return value.
2435
2436 2019-09-20 Alan Modra <amodra@gmail.com>
2437
2438 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
2439 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
2440 (read_indirect_string_from_dwz): Use bfd accessor.
2441 * dwarf2read.h (struct dwz_file <filename>): Likewise.
2442 * machoread.c (macho_symfile_read_all_oso): Likewise.
2443 * solib.c (solib_bfd_open): Likewise.
2444
2445 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2446
2447 * eval.c: Move declaration of overload_resolution to...
2448 * value.h: ...here.
2449
2450 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2451
2452 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
2453 * arm-linux-tdep.c: Likewise.
2454 * arm-nbsd-nat.c: Likewise.
2455 * arm-tdep.h: Declare arm_apcs_32.
2456 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
2457
2458 2019-09-19 Christian Biesinger <cbiesinger@google.com>
2459
2460 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
2461 * dwarf2read.h: Declare dwarf_always_disassemble.
2462
2463 2019-09-19 Tom de Vries <tdevries@suse.de>
2464
2465 PR gdb/25009
2466 * source-cache.c (source_cache::ensure): Catch exception thrown during
2467 construction of the highlighter.
2468
2469 2019-09-18 Alan Modra <amodra@gmail.com>
2470
2471 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
2472 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
2473 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
2474 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
2475 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
2476 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
2477 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
2478 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
2479 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
2480 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
2481 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
2482 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
2483 * solib-spu.c, * solib-svr4.c, * solib-target.c,
2484 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
2485 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
2486 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
2487 * mi/mi-interp.c: Update throughout for bfd section macro and
2488 function changes.
2489 * gcore (gcore_create_callback): Use bfd_set_section_lma.
2490 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
2491
2492 2019-09-18 Tom Tromey <tom@tromey.com>
2493
2494 * NEWS: Add entry.
2495 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
2496 call rl_initialize.
2497 (tui_enable): Do not call rl_initialize.
2498
2499 2019-09-18 Christian Groessler <chris@groessler.org>
2500
2501 * alpha-linux-nat.c: Include gdbarch.h.
2502
2503 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
2504
2505 * ui-file.c: Include cli/cli-style.h.
2506 (term_cli_styling): Remove cli_styling declaration.
2507
2508 2019-09-18 Alan Modra <amodra@gmail.com>
2509
2510 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
2511 to bfd_asymbol_section.
2512
2513 2019-09-18 Alan Modra <amodra@gmail.com>
2514
2515 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
2516 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2517 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
2518
2519 2019-09-18 Alan Modra <amodra@gmail.com>
2520
2521 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
2522 * spu-linux-nat.c (spu_bfd_open): Likewise.
2523
2524 2019-09-18 Christian Biesinger <cbiesinger@google.com>
2525
2526 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
2527 to bool to match definition in dwarf2read.c.
2528
2529 2019-09-17 Christian Biesinger <cbiesinger@google.com>
2530
2531 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
2532 (print_signatures): Likewise.
2533 (trust_pad_over_xvs): Likewise.
2534 * arch/aarch64-insn.c (aarch64_debug): Likewise.
2535 * arch/aarch64-insn.h (aarch64_debug): Likewise.
2536 * arm-linux-nat.c (arm_apcs_32): Likewise.
2537 * arm-linux-tdep.c (arm_apcs_32): Likewise.
2538 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
2539 * arm-tdep.c (arm_debug): Likewise.
2540 (arm_apcs_32): Likewise.
2541 * auto-load.c (debug_auto_load): Likewise.
2542 (auto_load_gdb_scripts): Likewise.
2543 (global_auto_load): Likewise.
2544 (auto_load_local_gdbinit): Likewise.
2545 (auto_load_local_gdbinit_loaded): Likewise.
2546 * auto-load.h (global_auto_load): Likewise.
2547 (auto_load_local_gdbinit): Likewise.
2548 (auto_load_local_gdbinit_loaded): Likewise.
2549 * breakpoint.c (disconnected_dprintf): Likewise.
2550 (breakpoint_proceeded): Likewise.
2551 (automatic_hardware_breakpoints): Likewise.
2552 (always_inserted_mode): Likewise.
2553 (target_exact_watchpoints): Likewise.
2554 (_initialize_breakpoint): Update.
2555 * breakpoint.h (target_exact_watchpoints): Change to bool.
2556 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
2557 * cli/cli-cmds.c (trace_commands): Likewise.
2558 * cli/cli-cmds.h (trace_commands): Likewise.
2559 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
2560 to bool*.
2561 * cli/cli-logging.c (logging_overwrite): Change to bool.
2562 (logging_redirect): Likewise.
2563 (debug_redirect): Likewise.
2564 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
2565 (struct boolean_option_def) <get_var_address_cb_>: Change return type
2566 to bool.
2567 <boolean_option_def>: Update.
2568 (struct flag_option_def): Change default type of Context to bool
2569 from int.
2570 <flag_option_def>: Change return type of var_address_cb_ to bool*.
2571 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
2572 (get_setshow_command_value_string): Likewise.
2573 * cli/cli-style.c (cli_styling): Change to bool.
2574 (source_styling): Likewise.
2575 * cli/cli-style.h (source_styling): Likewise.
2576 (cli_styling): Likewise.
2577 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
2578 to bool.
2579 * command.h (var_types): Update comment.
2580 (add_setshow_boolean_cmd): Change int* var argument to bool*.
2581 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
2582 bool.
2583 (debug_compile_cplus_scopes): Likewise.
2584 * compile/compile-internal.h (compile_debug): Likewise.
2585 * compile/compile.c (compile_debug): Likewise.
2586 (struct compile_options) <raw>: Likewise.
2587 * cp-support.c (catch_demangler_crashes): Likewise.
2588 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
2589 (usr_cmd_cris_dwarf2_cfi): Likewise.
2590 * csky-tdep.c (csky_debug): Likewise.
2591 * darwin-nat.c (enable_mach_exceptions): Likewise.
2592 * dcache.c (dcache_enabled_p): Likewise.
2593 * defs.h (info_verbose): Likewise.
2594 * demangle.c (demangle): Likewise.
2595 (asm_demangle): Likewise.
2596 * dwarf-index-cache.c (debug_index_cache): Likewise.
2597 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
2598 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
2599 * dwarf2read.c (check_physname): Likewise.
2600 (use_deprecated_index_sections): Likewise.
2601 (dwarf_always_disassemble): Likewise.
2602 * eval.c (overload_resolution): Likewise.
2603 * event-top.c (set_editing_cmd_var): Likewise.
2604 (exec_done_display_p): Likewise.
2605 * event-top.h (set_editing_cmd_var): Likewise.
2606 (exec_done_display_p): Likewise.
2607 * exec.c (write_files): Likewise.
2608 * fbsd-nat.c (debug_fbsd_lwp): Likewise
2609 (debug_fbsd_nat): Likewise.
2610 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
2611 Likewise.
2612 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
2613 <backtrace_past_entry> Likewise.
2614 * gdb-demangle.h (demangle): Likewise.
2615 (asm_demangle): Likewise.
2616 * gdb_bfd.c (bfd_sharing): Likewise.
2617 * gdbcore.h (write_files): Likewise.
2618 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
2619 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
2620 * gdbthread.h (print_thread_events): Likewise.
2621 * gdbtypes.c (opaque_type_resolution): Likewise.
2622 (strict_type_checking): Likewise.
2623 * gnu-nat.c (gnu_debug_flag): Likewise.
2624 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
2625 * guile/scm-param.c (pascm_variable): Add boolval.
2626 (add_setshow_generic): Update.
2627 (pascm_param_value): Update.
2628 (pascm_set_param_value_x): Update.
2629 * hppa-tdep.c (hppa_debug): Change to bool..
2630 * infcall.c (may_call_functions_p): Likewise.
2631 (coerce_float_to_double_p): Likewise.
2632 (unwind_on_signal_p): Likewise.
2633 (unwind_on_terminating_exception_p): Likewise.
2634 * infcmd.c (startup_with_shell): Likewise.
2635 * inferior.c (print_inferior_events): Likewise.
2636 * inferior.h (startup_with_shell): Likewise.
2637 (print_inferior_events): Likewise.
2638 * infrun.c (step_stop_if_no_debug): Likewise.
2639 (detach_fork): Likewise.
2640 (debug_displaced): Likewise.
2641 (disable_randomization): Likewise.
2642 (non_stop): Likewise.
2643 (non_stop_1): Likewise.
2644 (observer_mode): Likewise.
2645 (observer_mode_1): Likewise.
2646 (set_observer_mode): Update.
2647 (sched_multi): Change to bool.
2648 * infrun.h (debug_displaced): Likewise.
2649 (sched_multi): Likewise.
2650 (step_stop_if_no_debug): Likewise.
2651 (non_stop): Likewise.
2652 (disable_randomization): Likewise.
2653 * linux-tdep.c (use_coredump_filter): Likewise.
2654 (dump_excluded_mappings): Likewise.
2655 * linux-thread-db.c (auto_load_thread_db): Likewise.
2656 (check_thread_db_on_load): Likewise.
2657 * main.c (captured_main_1): Update.
2658 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
2659 xx2_opt, boolean_opt>: Change to bool.
2660 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
2661 * maint.c (maintenance_profile_p): Likewise.
2662 (per_command_time): Likewise.
2663 (per_command_space): Likewise.
2664 (per_command_symtab): Likewise.
2665 * memattr.c (inaccessible_by_default): Likewise.
2666 * mi/mi-main.c (mi_async): Likewise.
2667 (mi_async_1): Likewise.
2668 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
2669 * nat/fork-inferior.h (startup_with_shell): Likewise.
2670 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
2671 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
2672 * nios2-tdep.c (nios2_debug): Likewise.
2673 * or1k-tdep.c (or1k_debug): Likewise.
2674 * parse.c (parser_debug): Likewise.
2675 * parser-defs.h (parser_debug): Likewise.
2676 * printcmd.c (print_symbol_filename): Likewise.
2677 * proc-api.c (procfs_trace): Likewise.
2678 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
2679 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
2680 (set_parameter_value): Update.
2681 (add_setshow_generic): Update.
2682 * python/py-value.c (copy_py_bool_obj): Change argument from int*
2683 to bool*.
2684 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
2685 int*.
2686 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
2687 * record-btrace.c (record_btrace_target::store_registers): Update.
2688 * record-full.c (record_full_memory_query): Change to bool.
2689 (record_full_stop_at_limit): Likewise.
2690 * record-full.h (record_full_memory_query): Likewise.
2691 * remote-notif.c (notif_debug): Likewise.
2692 * remote-notif.h (notif_debug): Likewise.
2693 * remote.c (use_range_stepping): Likewise.
2694 (interrupt_on_connect): Likewise.
2695 (remote_break): Likewise.
2696 * ser-tcp.c (tcp_auto_retry): Likewise.
2697 * ser-unix.c (serial_hwflow): Likewise.
2698 * skip.c (debug_skip): Likewise.
2699 * solib-aix.c (solib_aix_debug): Likewise.
2700 * spu-tdep.c (spu_stop_on_load_p): Likewise.
2701 (spu_auto_flush_cache_p): Likewise.
2702 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
2703 Likewise.
2704 (struct info_print_options) <quiet>: Likewise.
2705 * symfile-debug.c (debug_symfile): Likewise.
2706 * symfile.c (auto_solib_add): Likewise.
2707 (separate_debug_file_debug): Likewise.
2708 * symfile.h (auto_solib_add): Likewise.
2709 (separate_debug_file_debug): Likewise.
2710 * symtab.c (basenames_may_differ): Likewise.
2711 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
2712 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
2713 (struct info_types_options) <quiet>: Likewise.
2714 * symtab.h (demangle): Likewise.
2715 (basenames_may_differ): Likewise.
2716 * target-dcache.c (stack_cache_enabled_1): Likewise.
2717 (code_cache_enabled_1): Likewise.
2718 * target.c (trust_readonly): Likewise.
2719 (may_write_registers): Likewise.
2720 (may_write_memory): Likewise.
2721 (may_insert_breakpoints): Likewise.
2722 (may_insert_tracepoints): Likewise.
2723 (may_insert_fast_tracepoints): Likewise.
2724 (may_stop): Likewise.
2725 (auto_connect_native_target): Likewise.
2726 (target_stop_and_wait): Update.
2727 (target_async_permitted): Change to bool.
2728 (target_async_permitted_1): Likewise.
2729 (may_write_registers_1): Likewise.
2730 (may_write_memory_1): Likewise.
2731 (may_insert_breakpoints_1): Likewise.
2732 (may_insert_tracepoints_1): Likewise.
2733 (may_insert_fast_tracepoints_1): Likewise.
2734 (may_stop_1): Likewise.
2735 * target.h (target_async_permitted): Likewise.
2736 (may_write_registers): Likewise.
2737 (may_write_memory): Likewise.
2738 (may_insert_breakpoints): Likewise.
2739 (may_insert_tracepoints): Likewise.
2740 (may_insert_fast_tracepoints): Likewise.
2741 (may_stop): Likewise.
2742 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
2743 (make_thread_apply_all_options_def_group): Change argument from int*
2744 to bool*.
2745 (thread_apply_all_command): Update.
2746 (print_thread_events): Change to bool.
2747 * top.c (confirm): Likewise.
2748 (command_editing_p): Likewise.
2749 (history_expansion_p): Likewise.
2750 (write_history_p): Likewise.
2751 (info_verbose): Likewise.
2752 * top.h (confirm): Likewise.
2753 (history_expansion_p): Likewise.
2754 * tracepoint.c (disconnected_tracing): Likewise.
2755 (circular_trace_buffer): Likewise.
2756 * typeprint.c (print_methods): Likewise.
2757 (print_typedefs): Likewise.
2758 * utils.c (debug_timestamp): Likewise.
2759 (sevenbit_strings): Likewise.
2760 (pagination_enabled): Likewise.
2761 * utils.h (sevenbit_strings): Likewise.
2762 (pagination_enabled): Likewise.
2763 * valops.c (overload_resolution): Likewise.
2764 * valprint.h (struct value_print_options) <prettyformat_arrays,
2765 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
2766 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
2767 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
2768 Likewise.
2769 * windows-nat.c (new_console): Likewise.
2770 (cygwin_exceptions): Likewise.
2771 (new_group): Likewise.
2772 (debug_exec): Likewise.
2773 (debug_events): Likewise.
2774 (debug_memory): Likewise.
2775 (debug_exceptions): Likewise.
2776 (useshell): Likewise.
2777 * windows-tdep.c (maint_display_all_tib): Likewise.
2778 * xml-support.c (debug_xml): Likewise.
2779
2780 2019-09-17 Mike Gulick <mgulick@mathworks.com>
2781
2782 * source.c (prepare_path_for_appending): New function.
2783 (openp): Make use of new function.
2784 (find_and_open_source): Search for the compilation directory and
2785 source file as a relative path beneath the directory search path.
2786
2787 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * source-cache.c (source_cache::get_line_charpos): Catch
2790 exceptions and return false, this matches the behaviour documented
2791 in the header file.
2792
2793 2019-09-17 Joel Brobecker <brobecker@adacore.com>
2794
2795 * ada-tasks.c (info_task): Remove quoting of the task's name.
2796
2797 2019-09-16 Christian Biesinger <cbiesinger@google.com>
2798
2799 * symfile.c (auto_solib_add): Replace comment with a reference
2800 to the header file.
2801
2802 2019-09-14 Christian Biesinger <cbiesinger@google.com>
2803
2804 * NEWS: Mention that gdb can now be compiled with Python 3
2805 on Windows.
2806
2807 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * maint.c (maint_print_section_data::maint_print_section_data):
2810 Force use of 'float log10 (float)' by casting the argument to
2811 float.
2812
2813 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * maint.c: Add 'cmath' include.
2816 (struct maint_print_section_data): New structure.
2817 (print_section_index): New function.
2818 (print_bfd_section_info): Add header comment, small whitespace
2819 cleanup, and update to call new print_section_index function.
2820 (print_objfile_section_info): Likewise.
2821 (maint_obj_section_from_bfd_section): New function.
2822 (print_bfd_section_info_maybe_relocated): New function.
2823 (maintenance_info_sections): Add header comment, always use
2824 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
2825
2826 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
2829 inner scope, add check that the objfile has psymtabs before
2830 checking psymtabs_addrmap.
2831 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
2832
2833 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2834
2835 * NEWS: Announce that Ada task names are now shown at more places,
2836 and between quotes (except in info task output).
2837 * gdb/ada-tasks.c (task_to_str): New function.
2838 (display_current_task_id): Call task_to_str.
2839 (task_command_1): Likewise.
2840 (print_ada_task_info): In non-mi mode, Properly align headers and data
2841 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
2842
2843 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2844
2845 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
2846 prstatus.pr_lwp.pr_info instead of making it up.
2847
2848 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2849
2850 * auto-load.c (auto_load_expand_dir_vars): Update.
2851 * defs.h (gdb_datadir): Change to std::string.
2852 (python_libdir): Likewise.
2853 (relocate_gdb_directory): Change return type to std::string.
2854 * guile/guile.c (gdbscm_data_directory): Update.
2855 (initialize_scheme_side): Update.
2856 * jit.c (jit_reader_dir): Change to std::string.
2857 (jit_reader_load_command): Update.
2858 * main.c (gdb_datadir): Change to std::string.
2859 (python_libdir): Likewise.
2860 (set_gdb_data_directory): Update.
2861 (relocate_path): Change to return std::string.
2862 (relocate_gdb_directory): Change to return std::string.
2863 (relocate_gdbinit_path_maybe_in_datadir): Update.
2864 (captured_main_1): Update.
2865 * python/python.c (do_start_initialization): Update.
2866 * top.c (show_gdb_datadir): Update.
2867 * xml-syscall.c (xml_init_syscalls_info): Update.
2868 (init_syscalls_info): Update.
2869
2870 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2871
2872 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
2873 out of get_init_files.
2874 (get_init_files): Update.
2875
2876 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2877
2878 * main.c (get_init_files): Change to use std::string.
2879 (captured_main_1): Update.
2880 (print_gdb_help): Update.
2881
2882 2019-09-11 Ali Tamur <tamur@google.com>
2883
2884 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
2885 implementation.
2886
2887 2019-09-11 Christian Biesinger <cbiesinger@google.com>
2888
2889 * dbxread.c (read_dbx_symtab): Update.
2890 * dwarf2read.c (load_partial_dies): Update.
2891 * mdebugread.c (parse_partial_symbols): Update.
2892 (handle_psymbol_enumerators): Update.
2893 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
2894 * psymtab.c (add_psymbol_to_bcache): Likewise.
2895 (add_psymbol_to_list): Likewise.
2896 * symtab.c (symbol_set_names): Likewise.
2897 * symtab.h (symbol_set_names): Likewise.
2898 * xcoffread.c (scan_xcoff_symtab): Update.
2899
2900 2019-09-11 Tom Tromey <tom@tromey.com>
2901
2902 * symfile-mem.c (symbol_file_add_from_memory): Use
2903 bfd_set_filename.
2904 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
2905 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
2906
2907 2019-09-10 Tom Tromey <tromey@adacore.com>
2908
2909 * dwarf-index-write.c (write_psymbols): Extend error message.
2910 (debug_names::insert): Add Ada code.
2911 (debug_names::write_psymbols): Remove Ada check.
2912 (debug_names) <m_string_obstack>: New member.
2913 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
2914 (gdb_index_symbol_name_matcher::matches): Remove.
2915 (mapped_index_base::find_name_components_bounds): Add "lang"
2916 parameter.
2917 (mapped_index_base::build_name_components): Also split names
2918 according to Ada syntax.
2919 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
2920 type of "match_callback".
2921 (check_match, check_find_bounds_finds)
2922 (dw2_expand_symtabs_matching): Update.
2923 (dw2_debug_names_iterator): Add new constructor.
2924 (dw2_debug_names_map_matching_symbols): New function.
2925 (dw2_debug_names_expand_symtabs_matching): Update.
2926 (dwarf2_debug_names_functions): Use
2927 dw2_debug_names_map_matching_symbols.
2928
2929 2019-09-10 Tom Tromey <tromey@adacore.com>
2930
2931 * dwarf2read.c (dw2_get_file_names_reader): Add the
2932 CU's file name to the results.
2933
2934 2019-09-10 Tom Tromey <tromey@adacore.com>
2935
2936 * ada-lang.c (add_nonlocal_symbols): Combine calls to
2937 map_matching_symbols. Update.
2938 * dwarf2read.c (dw2_map_matching_symbols): Update.
2939 * psymtab.c (match_partial_symbol): Change type; update.
2940 (psym_map_matching_symbols): Likewise.
2941 * symfile-debug.c (debug_qf_map_matching_symbols): Change
2942 type; update.
2943 * symfile.h (struct quick_symbol_functions)
2944 <map_matching_symbols>: Change "name" to be a lookup_name_info.
2945 Remove "match".
2946
2947 2019-09-10 Tom Tromey <tromey@adacore.com>
2948
2949 * psymtab.c (map_block): Remove.
2950 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
2951 * symtab.c (iterate_over_symbols_terminated): New function.
2952 * symtab.c (iterate_over_symbols_terminated): Declare.
2953
2954 2019-09-10 Tom Tromey <tromey@adacore.com>
2955
2956 * ada-lang.c (ada_iterate_over_symbols): Return bool.
2957 * language.h (struct language_defn) <la_iterate_over_symbols>:
2958 Return bool.
2959 * symtab.c (iterate_over_symbols): Return bool.
2960 * symtab.h (iterate_over_symbols): Return bool.
2961
2962 2019-09-10 Tom Tromey <tromey@adacore.com>
2963
2964 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
2965 (add_nonlocal_symbols): Update.
2966 * dwarf2read.c (dw2_map_matching_symbols): Change type.
2967 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
2968 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
2969 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
2970 Change type of "callback". Remove "data".
2971
2972
2973 2019-09-09 Ali Tamur <tamur@google.com>
2974
2975 * dwarf2read.c (comp_unit_head): Update comment.
2976 (dwarf2_dwo_name): New function declaration.
2977 (dwarf_unit_type_name): New function declaration.
2978 (read_comp_unit_head): Add support for new compilation units,
2979 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
2980 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
2981 (currently named as "signature") in their header. Also clarify error
2982 messages.
2983 (lookup_dwo_id): New function. Returns the dwo id of the given
2984 compile unit.
2985 (lookup_dwo_unit): Use the new lookup_dwo_id function.
2986 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
2987 functions.
2988 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
2989 (dwarf2_dwo_name): Get the dwo name if present.
2990 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
2991 purposes.
2992
2993 2019-09-09 Tom Tromey <tom@tromey.com>
2994
2995 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
2996
2997 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2998
2999 * python/python.c (do_start_initialization): Make progname_copy static,
3000 to avoid a leak report.
3001
3002 2019-09-08 Tom Tromey <tom@tromey.com>
3003
3004 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3005
3006 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3007
3008 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3009 Change type to gdb::optional<block_enum>.
3010 (dw2_symtab_iter_init): Change block_index parameter type
3011 to gdb::optional<block_enum>.
3012 (dw2_lookup_symbol): Change block_index parameter
3013 type to block_enum.c
3014 (dw2_debug_names_lookup_symbol): Likewise.
3015 * psymtab.c (psym_lookup_symbol): Likewise.
3016 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3017 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3018 Likewise.
3019
3020 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3021
3022 * defs.h (relocate_gdb_directory): Change int to bool in
3023 signature and rename flag to relocatable.
3024 * main.c (relocate_path): Likewise.
3025 (relocate_gdb_directory): Likewise.
3026
3027 2019-09-06 Alan Modra <amodra@gmail.com>
3028
3029 * coffread.c (coff_symfile_read): Constify filename variable.
3030 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3031 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3032 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3033 * solib.c (reload_shared_libraries_1): Likewise.
3034 * symfile.c (reread_symbols): Likewise.
3035 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3036 * solib-darwin.c (darwin_bfd_open): Likewise.
3037 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3038
3039 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3042 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3043
3044 2019-09-03 Tom Tromey <tromey@adacore.com>
3045
3046 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3047 types.
3048 (has_negatives): Unbias a range type bound.
3049 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3050 * gdbtypes.c (operator==): Handle new field.
3051 (create_range_type): Add "bias" parameter.
3052 (create_static_range_type, resolve_dynamic_range): Update.
3053 * gdbtypes.h (struct range_bounds) <bias>: New member.
3054 (create_range_type): Add bias parameter.
3055 * printcmd.c (print_scalar_formatted): Unbias range types.
3056 * value.c (unpack_long): Unbias range types.
3057 (pack_long): Bias range types.
3058
3059 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3060
3061 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3062 probe arguments.
3063
3064 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3065
3066 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3067 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3068 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3069 (compile_probe_arg): Likewise.
3070 * probe.h (get_argument_count): Likewise.
3071 * solib-svr4.c (solib_event_probe_action): Likewise.
3072 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3073
3074 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3075
3076 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3077 code to here...
3078 (svr4_create_solib_event_breakpoints): ...from here.
3079
3080 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3081
3082 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3083 suffix from warning message.
3084
3085 2019-08-30 Tom Tromey <tom@tromey.com>
3086
3087 * tui/tui-winsource.h (struct tui_source_window_base)
3088 <refresh_all>: Don't declare.
3089 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3090 Remove.
3091 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3092 tui_show_locator_content.
3093 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3094 declare.
3095 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3096 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3097 declare.
3098
3099 2019-08-30 Tom Tromey <tom@tromey.com>
3100
3101 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3102
3103 2019-08-30 Tom Tromey <tom@tromey.com>
3104
3105 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3106 Remove unnecessary forward declarations.
3107
3108 2019-08-30 Tom Tromey <tom@tromey.com>
3109
3110 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3111 rerender.
3112 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3113 tui_show_locator_content.
3114
3115 2019-08-30 Tom Tromey <tom@tromey.com>
3116
3117 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3118 (tui_locator_window::rerender): Rewrite using body of previous
3119 tui_show_locator_content.
3120
3121 2019-08-30 Tom Tromey <tom@tromey.com>
3122
3123 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3124 set_locator_fullname>: New methods.
3125 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3126 Rename from tui_set_locator_fullname.
3127 (tui_locator_window::set_locator_info): Rename from
3128 tui_set_locator_info. Return bool.
3129 (tui_update_locator_fullname, tui_show_frame_info): Update.
3130
3131 2019-08-30 Tom Tromey <tom@tromey.com>
3132
3133 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3134
3135 2019-08-30 Tom Tromey <tom@tromey.com>
3136
3137 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3138 call touchwin.
3139
3140 2019-08-30 Tom Tromey <tom@tromey.com>
3141
3142 * tui/tui-wingeneral.c (box_win): Assume win_info and
3143 win_info->handle cannot be NULL.
3144
3145 2019-08-30 Tom Tromey <tom@tromey.com>
3146
3147 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3148 refresh_window>: Declare.
3149 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3150 resize.
3151 (tui_data_item_window::rerender): Rename from
3152 tui_display_register.
3153 (tui_data_item_window::refresh_window): New method.
3154 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3155 no-op.
3156
3157 2019-08-30 Tom Tromey <tom@tromey.com>
3158
3159 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3160 regs_column_count, current_group>: Move later. Now private.
3161 <get_current_group>: New method.
3162 * tui/tui-regs.c (tui_reg_command): Update.
3163 * tui/tui-layout.c (tui_set_layout): Update.
3164
3165 2019-08-30 Tom Tromey <tom@tromey.com>
3166
3167 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3168 (tui_data_window::rerender): Don't call
3169 check_and_display_highlight_if_needed.
3170 (tui_data_window::refresh_all): Remove call to
3171 erase_data_content.
3172
3173 2019-08-30 Tom Tromey <tom@tromey.com>
3174
3175 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3176 (tui_data_window::display_registers_from)
3177 (tui_data_window::display_reg_element_at_line)
3178 (tui_data_window::display_registers_from_line): Remove checks of
3179 "empty".
3180
3181 2019-08-30 Tom Tromey <tom@tromey.com>
3182
3183 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3184 Don't declare.
3185 * tui/tui-regs.c (tui_data_window::show_registers): Call
3186 rerender.
3187 (tui_data_window::rerender): Rename from display_all_data.
3188 (tui_data_window::rerender): Remove old implementation.
3189
3190 2019-08-30 Tom Tromey <tom@tromey.com>
3191
3192 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3193 text.
3194 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3195
3196 2019-08-29 Bernhard Wodok <barto@gmx.net>
3197 Sergio Durigan Junior <sergiodj@redhat.com>
3198
3199 PR win32/24284
3200 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3201
3202 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3205 when searching for types.
3206
3207 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * f-lang.c (f_language_defn): Use f_print_typedef.
3210 * f-lang.h (f_print_typedef): Declare.
3211 * f-typeprint.c (f_print_typedef): Define.
3212
3213 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3214
3215 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3216
3217 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * cli/cli-utils.c (info_print_options_defs): Delete.
3220 (make_info_print_options_def_group): Delete.
3221 (extract_info_print_options): Delete.
3222 (info_print_command_completer): Delete.
3223 (info_print_args_help): Add extra parameter, and optionally
3224 include text about -n flag.
3225 * cli/cli-utils.h (struct info_print_options): Delete.
3226 (extract_info_print_options): Delete declaration.
3227 (info_print_command_completer): Delete declaration.
3228 (info_print_args_help): Add extra parameter, extend header
3229 comment.
3230 * python/python.c (gdbpy_rbreak): Pass additional parameter to
3231 search_symbols.
3232 * stack.c (struct info_print_options): New type.
3233 (info_print_options_defs): New file scoped variable.
3234 (make_info_print_options_def_group): New static function.
3235 (info_print_command_completer): New static function.
3236 (info_locals_command): Update to use new local functions.
3237 (info_args_command): Likewise.
3238 (_initialize_stack): Add extra parameter to calls to
3239 info_print_args_help.
3240 * symtab.c (search_symbols): Add extra parameter, use this to
3241 possibly excluse non-debug symbols.
3242 (symtab_symbol_info): Add extra parameter, which is passed on to
3243 search_symbols.
3244 (struct info_print_options): New type.
3245 (info_print_options_defs): New file scoped variable.
3246 (make_info_print_options_def_group): New static function.
3247 (info_print_command_completer): New static function.
3248 (info_variables_command): Update to use local functions, and pass
3249 extra parameter through to symtab_symbol_info.
3250 (info_functions_command): Likewise.
3251 (info_types_command): Pass additional argument through to
3252 symtab_symbol_info.
3253 (rbreak_command): Pass extra argument to search_symbols.
3254 (_initialize_symtab): Add extra arguments for calls to
3255 info_print_args_help, and update help text for 'info variables',
3256 'whereis', and 'info functions' commands.
3257 * symtab.h (search_symbols): Add extra argument to declaration.
3258 * NEWS: Mention new flags.
3259
3260 2019-08-26 Christian Biesinger <cbiesinger@google.com>
3261
3262 * symtab.c (lookup_static_symbol): Call the new function (and move
3263 it down to be next to lookup_global_symbol).
3264 (struct global_sym_lookup_data): Add block_enum member and rename to...
3265 (struct global_or_static_sym_lookup_data): ...this.
3266 (lookup_symbol_global_iterator_cb): Pass block_index instead of
3267 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
3268 (lookup_symbol_global_or_static_iterator_cb): ...this.
3269 (lookup_global_or_static_symbol): New function.
3270 (lookup_global_symbol): Call new function.
3271
3272 2019-08-26 Tom de Vries <tdevries@suse.de>
3273
3274 PR c++/24852
3275 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
3276 when pc_probe.prob == NULL.
3277
3278 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3279
3280 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
3281 variable symbol_linkage to symbol_linkage_.
3282
3283 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
3284
3285 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
3286 represent whether the symbol is static, dynamic, or we don't
3287 know.
3288
3289 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
3290
3291 * gdb/rx-tdep.c (rx_register_names): New.
3292 (rx_register_name): Delete.
3293 (rx_psw_type): Delete.
3294 (rx_fpsw_type): Delete.
3295 (rx_register_type): Delete.
3296 (rx_gdbarch_init): Convert target-descriptions.
3297 (_initialize_rx_tdep): Add initialize_tdesc_rx.
3298 * gdb/features/Makefile: Add rx.xml.
3299 * gdb/features/rx.xml: New.
3300 * gdb/features/rx.c: Generated.
3301 * gdb/NEWS: Mention target description support.
3302
3303 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3304
3305 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
3306 *slot_ptr.
3307
3308 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3309
3310 * configure.ac: Don't check for 'dlfcn.h' (moved to
3311 gdbsupport/common.m4).
3312 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
3313 'gdbsupport/'.
3314 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
3315 * compile/compile-c-support.c: Include
3316 'gdbsupport/gdb-dlfcn.h'.
3317 * gdbsupport/common.m4: Check for 'dlfcn.h'.
3318 * gdb-dlfcn.c: Move to...
3319 * gdbsupport/gdb-dlfcn.c: ... here.
3320 * gdb-dlfcn.h: Move to...
3321 * gdbsupport/gdb-dlfcn.h: ... here.
3322
3323 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
3324
3325 * nios2-tdep.c (struct reg_value): Improve comments. Make
3326 the offset field signed.
3327
3328 2019-08-22 Christian Biesinger <cbiesinger@google.com>
3329
3330 * python/lib/gdb/__init__.py (_execute_file): New function.
3331 * python/python.c (python_run_simple_file): Call gdb._execute_file
3332 on Windows.
3333
3334 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
3337 all uses as this was never set to anything but a zero value.
3338
3339 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
3340
3341 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
3342
3343 2019-08-21 Christian Biesinger <cbiesinger@google.com>
3344
3345 * tui/tui-data.h (tui_gen_win_info): Add an =default
3346 move constructor, required by some GCC versions.
3347
3348 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
3349
3350 * go32-nat.c (go32_sysinfo): Add hygon_p.
3351
3352 2019-08-20 Tom Tromey <tom@tromey.com>
3353
3354 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
3355 line_from_reg_element_no, first_reg_element_no_inline,
3356 display_all_data, delete_data_content_windows,
3357 erase_data_content>: Now private.
3358
3359 2019-08-20 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
3362 (tui_unhighlight_win, tui_highlight_win)
3363 (tui_win_info::make_window): Update.
3364 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
3365
3366 2019-08-20 Tom Tromey <tom@tromey.com>
3367
3368 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3369 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3370 (MAX_PID_WIDTH): Move to tui-stack.c.
3371 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
3372 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
3373 (MAX_PID_WIDTH): Move from tui-data.h.
3374
3375 2019-08-20 Tom Tromey <tom@tromey.com>
3376
3377 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
3378 * tui/tui-wingeneral.c (box_win): Change type of win_info.
3379 (box_win): Update.
3380 (tui_gen_win_info::make_window): Rename from tui_make_window.
3381 (tui_win_info::make_window): New method.
3382 (tui_gen_win_info::make_visible): Update.
3383 * tui/tui-source.c (tui_source_window::set_contents): Update.
3384 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
3385 (tui_data_window::display_registers_from): Update.
3386 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3387 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
3388 Declare.
3389 <can_box>: Remove.
3390 <title>: Remove.
3391 (struct tui_win_info) <make_window>: Declare.
3392 <can_box>: Now virtual.
3393 <title>: New member.
3394 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
3395 * tui/tui-command.c (tui_cmd_window::resize): Update.
3396
3397 2019-08-20 Tom Tromey <tom@tromey.com>
3398
3399 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
3400 * tui/tui-regs.c (tui_data_window::show_registers): Update.
3401 (tui_data_window::check_register_values): Update.
3402
3403 2019-08-20 Tom Tromey <tom@tromey.com>
3404
3405 * tui/tui-regs.h (struct tui_data_window): Use
3406 DISABLE_COPY_AND_ASSIGN.
3407 <regs_content>: Change type, removing unique_ptr.
3408 <tui_data_window>: Add move constructor.
3409 * tui/tui-regs.c (tui_data_window::show_registers)
3410 (tui_data_window::show_register_group)
3411 (tui_data_window::display_registers_from)
3412 (tui_data_window::display_registers_from)
3413 (tui_data_window::first_data_item_displayed)
3414 (tui_data_window::delete_data_content_windows)
3415 (tui_data_window::rerender, tui_data_window::refresh_window)
3416 (tui_data_window::check_register_values): Update.
3417
3418 2019-08-20 Tom Tromey <tom@tromey.com>
3419
3420 * tui/tui-regs.h (struct tui_data_window) <show_registers,
3421 show_register_group>: Declare.
3422 (tui_show_register_group): Don't declare.
3423 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
3424 tui_show_registers.
3425 (tui_data_window::show_register_group): Rename from
3426 tui_show_register_group.
3427 (tui_data_window::check_register_values, tui_reg_command):
3428 Update.
3429 * tui/tui-layout.c (tui_set_layout): Update.
3430
3431 2019-08-20 Tom Tromey <tom@tromey.com>
3432
3433 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
3434 Declare.
3435 (tui_check_register_values): Don't declare.
3436 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
3437 from tui_check_register_values.
3438 * tui/tui-hooks.c (tui_register_changed): Update.
3439
3440 2019-08-20 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-regs.c (tui_reg_layout): Move later.
3443 (tui_show_registers): Don't enable TUI mode or change layout.
3444
3445 2019-08-20 Tom Tromey <tom@tromey.com>
3446
3447 * tui/tui-regs.h (struct tui_data_item_window)
3448 <~tui_data_item_window>: Remove.
3449 <content>: Now a unique_xmalloc_ptr.
3450 * tui/tui-regs.c (tui_register_format): Return a
3451 unique_xmalloc_ptr.
3452 (tui_get_register): Update.
3453 (~tui_data_item_window): Remove.
3454 (tui_data_window::display_registers_from, tui_display_register):
3455 Update.
3456 * tui/tui-io.h (tui_expand_tabs): Update.
3457 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
3458 Remove "col" parameter.
3459
3460 2019-08-20 Tom Tromey <tom@tromey.com>
3461
3462 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
3463 field.
3464 * tui/tui-regs.c (~tui_data_item_window): Update.
3465
3466 2019-08-20 Tom Tromey <tom@tromey.com>
3467
3468 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
3469 earlier.
3470
3471 2019-08-20 Tom Tromey <tom@tromey.com>
3472
3473 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
3474
3475 2019-08-20 Tom Tromey <tom@tromey.com>
3476
3477 * tui/tui-source.h (struct tui_source_window): Update.
3478 * tui/tui-regs.c (tui_show_registers): Update.
3479 * tui/tui-disasm.h (struct tui_disasm_window): Update.
3480 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
3481 (NO_REGS_STRING): Remove defines.
3482
3483 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
3484
3485 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
3486 unnecessary thread walk if remote doesn't support the packet.
3487
3488 2019-08-19 Tom Tromey <tromey@adacore.com>
3489
3490 * python/py-value.c (value_has_field): Fix indentation.
3491
3492 2019-08-19 Tom Tromey <tromey@adacore.com>
3493
3494 * printcmd.c (do_one_display, info_display_command): Update.
3495 * block.h (contained_in): Return bool. Add allow_nested
3496 parameter.
3497 * block.c (contained_in): Return bool. Add allow_nested
3498 parameter.
3499
3500 2019-08-19 Tom Tromey <tom@tromey.com>
3501
3502 * configure: Rebuild.
3503 * configure.ac: Disallow the combination of -static-libstdc++ and
3504 source highlight.
3505 * source-cache.c (get_language_name): Handle rust.
3506 (source_cache::get_source_lines): Ignore highlighting exceptions.
3507
3508 2019-08-16 Tom Tromey <tom@tromey.com>
3509
3510 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
3511 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
3512 (struct tui_source_window_base) <make_visible, refresh_window,
3513 resize>: Remove methods.
3514 <execution_info>: Remove field.
3515 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
3516 (tui_show_source_line, tui_source_window_base)
3517 (~tui_source_window_base): Update.
3518 (tui_source_window_base::resize)
3519 (tui_source_window_base::make_visible)
3520 (tui_source_window_base::refresh_window): Remove.
3521 (tui_source_window_base::update_exec_info): Update.
3522 * tui/tui-source.c (tui_source_window::set_contents): Update.
3523 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3524
3525 2019-08-16 Tom Tromey <tom@tromey.com>
3526
3527 * tui/tui-hooks.c (tui_remove_hooks): Don't set
3528 deprecated_query_hook.
3529
3530 2019-08-16 Tom Tromey <tom@tromey.com>
3531
3532 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
3533 (tui_update_source_windows_with_line): Update.
3534 * tui/tui-source.h (struct tui_source_window)
3535 <show_symtab_source>: Declare.
3536 (tui_show_symtab_source): Don't declare.
3537 * tui/tui-source.c (tui_show_symtab_source): Rename from
3538 tui_show_symtab_source.
3539
3540 2019-08-16 Tom Tromey <tom@tromey.com>
3541
3542 * tui/tui-winsource.h (struct tui_source_window_base)
3543 <set_contents>: Declare.
3544 * tui/tui-winsource.c
3545 (tui_source_window_base::update_source_window_as_is): Update.
3546 * tui/tui-source.h (struct tui_source_window) <set_contents>:
3547 Declare.
3548 (tui_set_source_content): Don't declare.
3549 * tui/tui-source.c (tui_source_window::set_contents): Rename from
3550 tui_set_source_content.
3551 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
3552 Declare.
3553 (tui_set_disassem_content): Don't declare.
3554 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
3555 tui_set_disassem_content.
3556
3557 2019-08-16 Tom Tromey <tom@tromey.com>
3558
3559 * tui/tui-winsource.h (struct tui_source_window_base)
3560 <update_breakpoint_info>: Declare.
3561 (tui_update_breakpoint_info): Don't declare.
3562 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
3563 (tui_update_all_breakpoint_info): Update.
3564 (tui_source_window_base::update_breakpoint_info): Rename from
3565 tui_update_breakpoint_info.
3566 (tui_source_window_base::update_exec_info): Update.
3567
3568 2019-08-16 Tom Tromey <tom@tromey.com>
3569
3570 * tui/tui-winsource.h (struct tui_source_window_base)
3571 <update_source_window>: Declare.
3572 (tui_update_source_window): Don't declare.
3573 * tui/tui-winsource.c
3574 (tui_source_window_base::update_source_window): Rename from
3575 tui_update_source_window.
3576 (tui_source_window_base::rerender): Update.
3577 * tui/tui-source.c (tui_source_window::maybe_update): Update.
3578 * tui/tui-disasm.c (tui_show_disassem)
3579 (tui_show_disassem_and_update_source)
3580 (tui_disasm_window::maybe_update): Update.
3581
3582 2019-08-16 Tom Tromey <tom@tromey.com>
3583
3584 * tui/tui-winsource.h (struct tui_source_window_base)
3585 <update_source_window_as_is>: Declare.
3586 (tui_update_source_window_as_is): Don't declare.
3587 * tui/tui-winsource.c (tui_update_source_window): Update
3588 (tui_source_window_base::update_source_window_as_is): Rename from
3589 tui_update_source_window_as_is.
3590 (tui_source_window_base::refill): Update.
3591 * tui/tui-source.c (tui_show_symtab_source): Update.
3592 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
3593 Update.
3594
3595 2019-08-16 Tom Tromey <tom@tromey.com>
3596
3597 * tui/tui-winsource.h (tui_update_source_window)
3598 (tui_update_source_window_as_is): Remove "noerror" parameter.
3599 * tui/tui-winsource.c (tui_update_source_window)
3600 (tui_update_source_window_as_is): Remove "noerror" parameter.
3601 (tui_update_source_windows_with_addr)
3602 (tui_update_source_windows_with_line)
3603 (tui_source_window_base::rerender)
3604 (tui_source_window_base::refill): Update.
3605 * tui/tui-source.h (tui_set_source_content)
3606 (tui_show_symtab_source): Remove "noerror" parameter.
3607 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
3608 parameter.
3609 (tui_show_symtab_source): Likewise.
3610 (tui_source_window::maybe_update): Update.
3611 * tui/tui-disasm.c (tui_show_disassem)
3612 (tui_show_disassem_and_update_source)
3613 (tui_disasm_window::do_scroll_vertical)
3614 (tui_disasm_window::maybe_update): Update.
3615
3616 2019-08-16 Tom Tromey <tom@tromey.com>
3617
3618 * tui/tui.c (tui_is_window_visible): Update.
3619 * tui/tui-wingeneral.c (tui_make_window)
3620 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
3621 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
3622 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
3623 (tui_set_win_height_command, parse_scrolling_args): Update.
3624 * tui/tui-source.c (tui_source_window::style_changed): Update.
3625 * tui/tui-regs.c (tui_show_registers)
3626 (tui_data_window::first_data_item_displayed)
3627 (tui_data_window::delete_data_content_windows)
3628 (tui_check_register_values, tui_reg_command): Update.
3629 * tui/tui-disasm.c (tui_show_disassem): Update.
3630 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
3631 method.
3632 <is_visible>: Remove field.
3633 * tui/tui-data.c (tui_next_win, tui_prev_win)
3634 (tui_delete_invisible_windows): Update.
3635
3636 2019-08-16 Tom Tromey <tom@tromey.com>
3637
3638 * tui/tui-winsource.h (struct tui_source_window_base)
3639 <m_has_locator>: Remove.
3640 * tui/tui-layout.c (show_source_disasm_command, show_data)
3641 (show_source_or_disasm_and_command): Update.
3642
3643 2019-08-16 Alan Hayward <alan.hayward@arm.com>
3644
3645 * NEWS (Other MI changes): New subsection.
3646 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
3647 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
3648 * arch-utils.c (default_get_pc_address_flags): New function.
3649 * arch-utils.h (default_get_pc_address_flags): New declaration.
3650 * gdbarch.sh: Add get_pc_address_flags.
3651 * gdbarch.c: Regenerate.
3652 * gdbarch.h: Likewise.
3653 * stack.c (print_pc): New function.
3654 (print_frame_info) (print_frame): Call print_pc.
3655
3656 2019-08-16 Tom de Vries <tdevries@suse.de>
3657
3658 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
3659 print_objfile_section_info.
3660
3661 2019-08-15 Tom Tromey <tom@tromey.com>
3662
3663 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
3664 calling update_cmdwin_start_line.
3665 * tui/tui-winsource.h (struct tui_source_window_base)
3666 <do_make_visible_with_new_height, set_new_height>: Don't declare.
3667 <rerender>: Declare.
3668 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
3669 Call rerender.
3670 (tui_source_window_base::set_new_height): Remove.
3671 (tui_source_window_base::rerender): Rename from
3672 do_make_visible_with_new_height.
3673 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
3674 resize method.
3675 (tui_win_info::make_invisible_and_set_new_height)
3676 (tui_win_info::make_visible_with_new_height): Remove.
3677 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
3678 Declare.
3679 * tui/tui-stack.c (tui_locator_window::rerender): New method.
3680 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
3681 do_make_visible_with_new_height>: Don't declare.
3682 <rerender>: Declare.
3683 * tui/tui-regs.c (tui_data_window::rerender): Rename from
3684 set_new_height.
3685 (tui_data_window::do_make_visible_with_new_height): Remove.
3686 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
3687 call tui_show_locator_content.
3688 (tui_gen_win_info::resize): Call rerender.
3689 (show_source_or_disasm_and_command): Don't call
3690 tui_show_locator_content.
3691 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
3692 method.
3693 (struct tui_win_info) <rerender>: Declare.
3694 <set_new_height, make_invisible_and_set_new_height,
3695 make_visible_with_new_height>: Don't declare.
3696 * tui/tui-data.c (tui_win_list::rerender): New method.
3697 * tui/tui-command.h (struct tui_cmd_window)
3698 <do_make_visible_with_new_height>: Don't declare.
3699 * tui/tui-command.c
3700 (tui_cmd_window::do_make_visible_with_new_height): Remove.
3701
3702 2019-08-15 Tom Tromey <tromey@adacore.com>
3703
3704 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
3705 * ada-lang.c (ada_enum_name): Likewise.
3706
3707 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3708
3709 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
3710 leading underscore.
3711 (GdbOutputErrorFile): Likewise.
3712 (global scope): Adjust constructor calls to GdbOutput{,Error}File
3713 accordingly.
3714 (execute_unwinders): Rename to have a leading underscore.
3715 (auto_load_packages): Likewise.
3716 (global scope): Adjust call to auto_load_packages accordingly.
3717 (GdbSetPythonDirectory): Likewise.
3718 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
3719 instead of execute_unwinders.
3720
3721 2019-08-15 Tom Tromey <tom@tromey.com>
3722
3723 * tui/tui-layout.c (show_layout, show_source_disasm_command)
3724 (show_data): Don't change window visibility.
3725 (tui_gen_win_info::resize): Remove special case for command
3726 window. Use wresize, when available.
3727 (show_source_or_disasm_and_command): Don't change window
3728 visibility.
3729 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
3730 <make_visible>: New method.
3731 * tui/tui-command.c (tui_cmd_window::resize): New method.
3732
3733 2019-08-15 Tom Tromey <tom@tromey.com>
3734
3735 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
3736 (struct tui_source_windows): New.
3737 * tui/tui-winsource.c (tui_display_main): Update.
3738 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
3739 (new_height_ok, parse_scrolling_args): Update.
3740 * tui/tui-layout.c (show_layout, show_data): Update.
3741 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
3742 (tui_add_to_source_windows): Don't declare.
3743 * tui/tui-data.c (source_windows, tui_source_windows)
3744 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
3745
3746 2019-08-15 Tom Tromey <tom@tromey.com>
3747
3748 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
3749 Rename from reset.
3750 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
3751 * tui/tui-layout.c (show_source_disasm_command, show_data):
3752 Update.
3753 (tui_gen_win_info::resize): Rename.
3754 (show_source_or_disasm_and_command): Update.
3755 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
3756 reset.
3757
3758 2019-08-15 Tom Tromey <tom@tromey.com>
3759
3760 * tui/tui-stack.c (tui_initialize_static_data): Remove.
3761 * tui/tui-interp.c (tui_interp::init): Don't call
3762 tui_initialize_static_data.
3763 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
3764
3765 2019-08-15 Tom Tromey <tom@tromey.com>
3766
3767 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
3768 examine tui_win_list.
3769
3770 2019-08-15 Tom Tromey <tom@tromey.com>
3771
3772 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
3773 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
3774 tui_clear_source_content.
3775 (tui_clear_source_content): Remove.
3776 (tui_source_window_base::do_erase_source_content): Hoist call to
3777 content.clear().
3778 * tui/tui-stack.c (tui_show_frame_info): Don't call
3779 tui_clear_source_content.
3780
3781 2019-08-15 Tom Tromey <tom@tromey.com>
3782
3783 * tui/tui-winsource.h (struct tui_source_window_base)
3784 <do_erase_source_content>: New method.
3785 <erase_source_content>: New method.
3786 (tui_erase_source_content): Don't declare.
3787 * tui/tui-winsource.c (tui_clear_source_content): Update.
3788 (tui_source_window_base::do_erase_source_content): Rename from
3789 tui_erase_source_content.
3790 (tui_source_window_base::show_source_content): Update.
3791 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3792 * tui/tui-source.h (struct tui_source_window)
3793 <erase_source_content>: New method.
3794 * tui/tui-disasm.h (struct tui_disasm_window)
3795 <erase_source_content>: New method.
3796
3797 2019-08-15 Tom Tromey <tom@tromey.com>
3798
3799 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
3800 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
3801 constructor.
3802 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
3803 * tui/tui-source.c (tui_set_source_content): Update.
3804 * tui/tui-disasm.c (tui_set_disassem_content): Update.
3805
3806 2019-08-15 Tom Tromey <tom@tromey.com>
3807
3808 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
3809 * tui/tui-winsource.c (tui_line_is_displayed): Move to
3810 tui-source.c.
3811 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
3812 Declare.
3813 * tui/tui-source.c (tui_source_window::line_is_displayed): New
3814 method.
3815 (tui_source_window::maybe_update): Update.
3816
3817 2019-08-15 Tom Tromey <tom@tromey.com>
3818
3819 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
3820 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
3821 tui-disasm.c.
3822 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
3823 Declare.
3824 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
3825 method.
3826 (tui_disasm_window::maybe_update): Update.
3827
3828 2019-08-15 Tom Tromey <tom@tromey.com>
3829
3830 * tui/tui-winsource.h (struct tui_source_window_base)
3831 <maybe_update>: Declare.
3832 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
3833 method.
3834 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
3835 Declare.
3836 * tui/tui-source.c (tui_source_window::maybe_update): New method.
3837 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
3838 Declare.
3839 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
3840
3841 2019-08-15 Tom Tromey <tom@tromey.com>
3842
3843 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
3844
3845 2019-08-15 Tom Tromey <tom@tromey.com>
3846
3847 * tui/tui-wingeneral.c: Include tui-stack.h.
3848 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
3849 (struct tui_locator_window): Move from tui-data.h.
3850 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
3851 (tui_initialize_static_data): Move from tui-data.c.
3852 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
3853 (struct tui_locator_window): Move to tui-stack.c.
3854 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
3855 (tui_initialize_static_data): Move to tui-stack.c.
3856
3857 2019-08-15 Tom Tromey <tom@tromey.com>
3858
3859 * tui/tui-layout.c (show_source_disasm_command)
3860 (show_source_or_disasm_and_command): Use make_visible method, not
3861 tui_make_window.
3862 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
3863 Remove.
3864
3865 2019-08-15 Tom Tromey <tom@tromey.com>
3866
3867 * tui/tui-wingeneral.h (tui_make_window): Update.
3868 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
3869 parameter.
3870 (tui_gen_win_info::make_visible): Update.
3871 * tui/tui-regs.c (tui_data_window::display_registers_from):
3872 Update.
3873 * tui/tui-layout.c (show_source_disasm_command)
3874 (show_source_or_disasm_and_command): Update.
3875 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
3876 (enum tui_box): Remove.
3877 (struct tui_win_info) <can_box>: New method.
3878 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
3879 method.
3880
3881 2019-08-15 Tom de Vries <tdevries@suse.de>
3882
3883 * linux-nat-trad.c: Include gdbarch.h.
3884
3885 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3886
3887 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
3888 register sizes.
3889
3890 2019-08-14 Tom Tromey <tromey@adacore.com>
3891
3892 * darwin-nat.c: Include gdbarch.h.
3893 * darwin-nat-info.c: Include gdbarch.h.
3894
3895 2019-08-13 Tom Tromey <tom@tromey.com>
3896
3897 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
3898 Remove.
3899 * tui/tui-data.c (tui_initialize_static_data): Update.
3900
3901 2019-08-13 Tom Tromey <tom@tromey.com>
3902
3903 * tui/tui-winsource.h (struct tui_exec_info_window)
3904 <~tui_exec_info_window, maybe_allocate_content, get_content,
3905 m_content>: Remove.
3906 (struct tui_source_window_base) <set_exec_info_content,
3907 show_exec_info_content>: Don't declare.
3908 * tui/tui-winsource.c
3909 (tui_exec_info_window::maybe_allocate_content): Remove.
3910 (tui_source_window_base::update_exec_info): Rename from
3911 set_exec_info_content.
3912 (tui_source_window_base::show_exec_info_content)
3913 (tui_source_window_base::update_exec_info): Remove.
3914
3915 2019-08-13 Tom Tromey <tom@tromey.com>
3916
3917 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
3918 declare.
3919 * tui/tui-winsource.c (tui_update_source_window_as_is)
3920 (tui_update_source_windows_with_addr, tui_erase_source_content):
3921 Update.
3922 (tui_clear_exec_info_content): Remove.
3923
3924 2019-08-13 Tom Tromey <tom@tromey.com>
3925
3926 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
3927 declare.
3928 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
3929 call tui_erase_exec_info_content.
3930 (tui_clear_exec_info_content): Rename from
3931 tui_erase_exec_info_content.
3932 (tui_clear_exec_info_content): Delete.
3933
3934 2019-08-13 Tom Tromey <tom@tromey.com>
3935
3936 * tui/tui-winsource.h (struct tui_source_window_base)
3937 <show_exec_info_content>: Declare.
3938 (tui_show_exec_info_content): Don't declare.
3939 * tui/tui-winsource.c
3940 (tui_source_window_base::show_exec_info_content): Rename from
3941 tui_show_exec_info_content.
3942 (tui_source_window_base::update_exec_info): Update.
3943
3944 2019-08-13 Tom Tromey <tom@tromey.com>
3945
3946 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
3947 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
3948 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
3949 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
3950 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
3951 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
3952 ... here.
3953
3954 2019-08-13 Tom Tromey <tom@tromey.com>
3955
3956 * tui/tui-winsource.h (struct tui_source_window_base)
3957 <update_exec_info>: Declare.
3958 (tui_update_exec_info): Don't declare.
3959 * tui/tui-winsource.c (tui_update_source_window_as_is)
3960 (tui_source_window_base::refresh_all)
3961 (tui_update_all_breakpoint_info): Update.
3962 (tui_source_window_base::update_exec_info): Rename from
3963 tui_update_exec_info.
3964 * tui/tui-stack.c (tui_show_frame_info): Update.
3965
3966 2019-08-13 Tom Tromey <tom@tromey.com>
3967
3968 * tui/tui-winsource.h (struct tui_source_window_base)
3969 <set_exec_info_content>: Declare.
3970 (tui_set_exec_info_content): Don't declare.
3971 * tui/tui-winsource.c
3972 (tui_source_window_base::set_exec_info_content): Rename from
3973 tui_set_exec_info_content.
3974 (tui_update_exec_info): Update.
3975
3976 2019-08-13 Tom Tromey <tom@tromey.com>
3977
3978 * tui/tui-winsource.h (struct tui_source_window_base)
3979 <show_source_content>: Declare.
3980 (tui_show_source_content): Don't declare.
3981 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3982 (tui_source_window_base::show_source_content): Rename from
3983 tui_show_source_content.
3984 (tui_source_window_base::refresh_all): Update.
3985 * tui/tui-layout.c (show_source_disasm_command)
3986 (show_source_or_disasm_and_command): Update.
3987
3988 2019-08-13 Tom Tromey <tom@tromey.com>
3989
3990 * tui/tui-winsource.c (tui_erase_source_content)
3991 (tui_show_source_content, tui_source_window_base::refresh_all):
3992 Update.
3993 * tui/tui-wingeneral.h
3994 (tui_check_and_display_highlight_if_needed): Don't declare.
3995 * tui/tui-wingeneral.c
3996 (tui_win_info::check_and_display_highlight_if_needed): Rename from
3997 check_and_display_highlight_if_needed.
3998 * tui/tui-win.c (tui_rehighlight_all)
3999 (tui_win_info::make_visible_with_new_height): Update.
4000 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4001 (tui_data_window::erase_data_content)
4002 (tui_data_window::display_all_data): Update.
4003 * tui/tui-data.h (struct tui_win_info)
4004 <check_and_display_highlight_if_needed>: Declare.
4005
4006 2019-08-13 Tom Tromey <tom@tromey.com>
4007
4008 * tui/tui-win.c (tui_resize_all): Call
4009 tui_delete_invisible_windows.
4010 * tui/tui-layout.c (show_layout): Call
4011 tui_delete_invisible_windows.
4012 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4013 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4014
4015 2019-08-13 Tom Tromey <tom@tromey.com>
4016
4017 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4018 tui_add_win_to_layout.
4019
4020 2019-08-13 Tom Tromey <tom@tromey.com>
4021
4022 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4023 * tui/tui-layout.c (tui_default_win_height): Now static.
4024
4025 2019-08-13 Tom Tromey <tom@tromey.com>
4026
4027 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4028 single switch.
4029 (show_source_disasm_command, show_source_or_disasm_and_command):
4030 Don't check current layout.
4031
4032 2019-08-13 Tom Tromey <tom@tromey.com>
4033
4034 * tui/tui-wingeneral.c (make_all_visible): Remove.
4035 (tui_make_all_invisible): Simplify.
4036 * tui/tui-layout.c (tui_make_all_invisible): Move from
4037 tui-wingeneral.c; simplify.
4038 (show_layout): Hoist call to tui_make_all_invisible.
4039 (show_data): Don't call tui_make_all_invisible.
4040
4041 2019-08-13 Tom Tromey <tom@tromey.com>
4042
4043 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4044 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4045
4046 2019-08-13 Tom Tromey <tom@tromey.com>
4047
4048 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4049 tui-data.c.
4050 (show_source_disasm_command, show_data)
4051 (show_source_or_disasm_and_command): Don't use
4052 tui_set_current_layout_to.
4053 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4054 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4055 tui-layout.c.
4056 (tui_set_current_layout_to): Remove.
4057
4058 2019-08-13 Tom Tromey <tom@tromey.com>
4059
4060 * tui/tui-layout.c (tui_set_layout): Update.
4061 * tui/tui-data.h (struct tui_layout_def): Remove.
4062 (tui_layout_def): Don't declare.
4063 * tui/tui-data.c (layout_def): Remove.
4064 (tui_layout_def): Remove.
4065
4066 2019-08-13 Tom Tromey <tom@tromey.com>
4067
4068 * tui/tui-winsource.h (struct tui_source_window_base)
4069 <clear_detail>: No longer "override".
4070 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4071 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4072 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4073 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4074 Remove.
4075 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4076
4077 2019-08-13 Tom Tromey <tromey@adacore.com>
4078
4079 * tracepoint.c: Don't include readline.h or history.h.
4080
4081 2019-08-12 Tom Tromey <tom@tromey.com>
4082
4083 * configure: Rebuild.
4084 * configure.ac: Check for readline 7.
4085 * NEWS: Mention readline 7 requirement.
4086 * README: Update.
4087
4088 2019-08-12 Tom Tromey <tom@tromey.com>
4089
4090 * mingw-hdep.c (gdb_select): Remove readline hack.
4091
4092 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4093
4094 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4095 when the function fails.
4096
4097 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4098
4099 * s390-tdep.c (s390_type_align): New function.
4100 (s390_gdbarch_init): Set it as type_align gdbarch method.
4101
4102 2019-08-09 Tom de Vries <tdevries@suse.de>
4103
4104 PR gdb/24591
4105 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4106 pc_low with relocation offset.
4107
4108 2019-08-07 Tom Tromey <tromey@adacore.com>
4109
4110 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4111 (print_frame_args): Update.
4112 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4113 Update.
4114 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4115 * frame.h (struct frame_arg): Add initializers.
4116 <error>: Now a unique_xmalloc_ptr.
4117
4118 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4119
4120 * NEWS: Expand the Pointer Authentication entry.
4121 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4122 (aarch64_frame_unmask_lr): ... to this.
4123 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4124 Call aarch64_frame_unmask_lr.
4125 * frame.c (struct frame_info): Add "masked" variable.
4126 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4127 (fprint_frame): Check for masked pc.
4128 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4129 declarations.
4130 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4131 * stack.c (print_frame): Check for masked pc.
4132
4133 2019-08-06 Tom Tromey <tom@tromey.com>
4134
4135 * stabsread.c (patch_block_stabs, read_one_struct_field)
4136 (read_enum_type): Use obstack_strndup.
4137 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4138 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4139 * dwarf2read.c (guess_full_die_structure_name)
4140 (anonymous_struct_prefix): Use obstack_strndup.
4141 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4142 * c-exp.y (yylex): Use obstack_strndup.
4143 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4144 (write_var_or_type): Use obstack_strndup.
4145
4146 2019-08-06 Tom Tromey <tom@tromey.com>
4147
4148 * symfile.c (reread_symbols): Use obstack_strdup.
4149 * stabsread.c (read_type): Use obstack_strdup.
4150 * gdb_obstack.h (obstack_strdup): New overload.
4151 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4152 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4153 (dwarf2_canonicalize_name): Use obstack_strdup.
4154 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4155 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4156 Use obstack_strdup.
4157
4158 2019-08-06 Tom Tromey <tom@tromey.com>
4159
4160 * gdb_obstack.h (obstack_strdup): Define.
4161 * gdb_obstack.c (obstack_strdup): Don't define.
4162
4163 2019-08-06 Tom Tromey <tom@tromey.com>
4164
4165 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4166 obstack_strdup.
4167 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4168 obstack_strdup.
4169 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4170 * stabsread.c (common_block_start): Use obstack_strdup.
4171 * objfiles.c (set_objfile_main_name, objfile): Use
4172 obstack_strdup.
4173 * namespace.c (add_using_directive): Use obstack_strdup.
4174 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4175 * jit.c (finalize_symtab): Use obstack_strdup.
4176 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4177 (guess_partial_die_structure_name, partial_die_info::fixup)
4178 (dwarf2_name): Use obstack_strdup.
4179 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4180 obstack_strdup.
4181 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4182 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4183 obstack_strdup.
4184 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4185
4186 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4187
4188 * unittests/help-doc-selftests.c: New file.
4189 * Makefile.in: Add the new file.
4190
4191 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4192
4193 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4194 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4195 the full first line, except when FOR_VALUE_PREFIX. In this case,
4196 the trailing '.' is not output, and the first character is uppercased.
4197 (print_help_for_command): Update call to print_doc_line.
4198 (print_doc_of_command): Likewise.
4199 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4200 * cli/cli-option.c (append_indented_doc): Do not append newline.
4201 (build_help_option): Append newline after first appended_indented_doc
4202 only if a second call is done.
4203 (build_help): Append 2 new lines before each option, except the first
4204 one.
4205 * compile/compile.c (_initialize_compile): Add new lines after
4206 %OPTIONS%, when not at the end of the help.
4207 Change help doc or code
4208 producing the help doc to respect the invariants.
4209 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4210 Also removed the new line after 'Options:', as all other commands
4211 do not put an empty line between 'Options:' and the first option.
4212 * printcmd.c (_initialize_printcmd): Likewise.
4213 * stack.c (_initialize_stack): Likewise.
4214 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4215 incorrectly telling COMMAND is optional.
4216 * ada-lang.c (_initialize_ada_language): Change help doc or code
4217 producing the help doc to respect the invariants.
4218 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4219 * breakpoint.c (_initialize_breakpoint): Likewise.
4220 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4221 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4222 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4223 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4224 _initialize_cli_style): Likewise.
4225 * corelow.c (core_target_info): Likewise.
4226 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4227 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4228 * filesystem.c (_initialize_filesystem): Likewise.
4229 * frame.c (_initialize_frame): Likewise.
4230 * gnu-nat.c (add_task_commands): Likewise.
4231 * infcall.c (_initialize_infcall): Likewise.
4232 * infcmd.c (_initialize_infcmd): Likewise.
4233 * interps.c (_initialize_interpreter): Likewise.
4234 * language.c (_initialize_language): Likewise.
4235 * linux-fork.c (_initialize_linux_fork): Likewise.
4236 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
4237 * maint.c (_initialize_maint_cmds): Likewise.
4238 * memattr.c (_initialize_mem): Likewise.
4239 * printcmd.c (_initialize_printcmd): Likewise.
4240 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
4241 _RegEx): Likewise.
4242 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
4243 * record-btrace.c (_initialize_record_btrace): Likewise.
4244 * record-full.c (_initialize_record_full): Likewise.
4245 * record.c (_initialize_record): Likewise.
4246 * regcache-dump.c (_initialize_regcache_dump): Likewise.
4247 * regcache.c (_initialize_regcache): Likewise.
4248 * remote.c (add_packet_config_cmd, init_remote_threadtests,
4249 _initialize_remote): Likewise.
4250 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4251 * serial.c (_initialize_serial): Likewise.
4252 * skip.c (_initialize_step_skip): Likewise.
4253 * source.c (_initialize_source): Likewise.
4254 * stack.c (_initialize_stack): Likewise.
4255 * symfile.c (_initialize_symfile): Likewise.
4256 * symtab.c (_initialize_symtab): Likewise.
4257 * target-descriptions.c (_initialize_target_descriptions): Likewise.
4258 * top.c (init_main): Likewise.
4259 * tracefile-tfile.c (tfile_target_info): Likewise.
4260 * tracepoint.c (_initialize_tracepoint): Likewise.
4261 * tui/tui-win.c (_initialize_tui_win): Likewise.
4262 * utils.c (add_internal_problem_command): Likewise.
4263 * valprint.c (value_print_option_defs): Likewise.
4264
4265 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
4266
4267 PR build/24886
4268 * configure.ac: Drop enable-libmcheck support.
4269 * configure, config.in: Rebuild.
4270 * libmcheck.m4: Remove.
4271 * acinclude.m4: Don't include it.
4272 * Makefile.in: Don't distribute it.
4273 * top.c (print_gdb_configuration): Don't mention it.
4274
4275 2019-08-06 Tom Tromey <tom@tromey.com>
4276
4277 * utils.c (set_output_style): Sometimes pass stream to
4278 emit_style_escape.
4279 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
4280 * record-btrace.c (btrace_insn_history): Update.
4281 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
4282 method.
4283 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
4284 Update initializers.
4285 <m_uiout>: New field.
4286 <m_di>: Move lower.
4287 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4288 Remove "uiout" parameter.
4289 (dump_insns): Update.
4290 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
4291 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
4292
4293 2019-08-06 Christian Biesinger <cbiesinger@google.com>
4294
4295 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
4296 (error_in_psymtab_expansion): Likewise.
4297 (lookup_symbol_via_quick_fns): Likewise.
4298 (basic_lookup_transparent_type_quick): Likewise.
4299 (basic_lookup_transparent_type_1): Likewise.
4300
4301 2019-08-06 Tom Tromey <tromey@adacore.com>
4302
4303 * source.c (last_source_error): Now bool.
4304 (print_source_lines_base): Make "noprint" bool. Only open
4305 source file when last_source_visited changes.
4306
4307 2019-08-06 Tom Tromey <tromey@adacore.com>
4308
4309 * annotate.c (annotate_source_line): Use g_source_cache.
4310 * source-cache.c (source_cache::get_plain_source_lines): Change
4311 parameters. Populate m_offset_cache.
4312 (source_cache::ensure): New method.
4313 (source_cache::get_line_charpos): New method.
4314 (extract_lines): Move lower. Change parameters.
4315 (source_cache::get_source_lines): Move lower.
4316 * source-cache.h (class source_cache): Update comment.
4317 <get_line_charpos>: New method.
4318 <get_source_lines>: Update comment.
4319 <clear>: Clear m_offset_cache.
4320 <get_plain_source_lines>: Change parameters.
4321 <ensure>: New method
4322 <m_offset_cache>: New member.
4323 * source.c (forget_cached_source_info_for_objfile): Update.
4324 (info_source_command): Use g_source_cache.
4325 (find_source_lines, open_source_file_with_line_charpos): Remove.
4326 (print_source_lines_base, search_command_helper): Use g_source_cache.
4327 * source.h (open_source_file_with_line_charpos): Don't declare.
4328 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
4329 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
4330 Use g_source_cache.
4331
4332 2019-08-06 Tom Tromey <tromey@adacore.com>
4333
4334 * source-cache.c (source_cache::get_plain_source_lines):
4335 Remove "first_line" and "last_line" parameters.
4336 (source_cache::get_source_lines): Cache plain text.
4337 * source-cache.h (class source_cache)
4338 <get_plain_source_lines>: Update.
4339
4340 2019-08-06 Tom Tromey <tromey@adacore.com>
4341
4342 * source-cache.c (extract_lines): No longer a method.
4343 Changed type of parameter. Include final newline.
4344 (selftests::extract_lines_test): New function.
4345 (_initialize_source_cache): Likewise.
4346 * source-cache.h (class source_cache)
4347 <extract_lines>: Don't declare.
4348
4349 2019-08-06 Tom Tromey <tromey@adacore.com>
4350
4351 * breakpoint.c (init_breakpoint_sal): Update.
4352 (breakpoint): Update.
4353 * breakpoint.h (struct breakpoint) <filter>: Now a
4354 unique_xmalloc_ptr.
4355
4356 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4357
4358 * NEWS: Mention dictionary access on blocks.
4359 * python/py-block.c (blpy_getitem): New function.
4360 (block_object_as_mapping): New struct.
4361 (block_object_type): Use new struct for tp_as_mapping field.
4362
4363 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4364
4365 * objfiles.h (objfile): Add a comment describing partial symbols.
4366
4367 2019-08-05 Tom Tromey <tromey@adacore.com>
4368
4369 * compile/compile.c (_initialize_compile): Use _(), not N_().
4370 * thread.c (_initialize_thread): Use _(), not N_().
4371 * stack.c (_initialize_stack): Use _(), not N_().
4372 * printcmd.c (_initialize_printcmd): Use _(), not N_().
4373
4374 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
4375
4376 * dwarf2read.c (struct dw2_symtab_iterator):
4377 <want_specific_block>: Remove.
4378 <block_index>: Change type to gdb::optional.
4379 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
4380 change type of BLOCK_INDEX parameter to gdb::optional.
4381 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
4382 (dw2_lookup_symbol): Don't pass argument for
4383 WANT_SPECIFIC_BLOCK.
4384 (dw2_expand_symtabs_for_function): Don't pass argument for
4385 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
4386 (class dw2_debug_names_iterator)
4387 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
4388 parameter, change BLOCK_INDEX type to gdb::optional.
4389 <m_want_specific_block>: Remove.
4390 <m_block_index>: Change type to gdb::optional.
4391 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
4392 gdb::optional. Re-write in function of gdb::optional.
4393 (dw2_debug_names_lookup_symbol): Don't pass argument for
4394 WANT_SPECIFIC_BLOCK.
4395 (dw2_debug_names_expand_symtabs_for_function): Don't pass
4396 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
4397 BLOCK_INDEX.
4398
4399 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4400
4401 * NEWS: Mention changes to "info sources" command.
4402
4403 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4404
4405 * symtab.c (filename_partial_match_opts): New struct type.
4406 (struct output_source_filename_data): New members
4407 regexp, c_regexp, partial_match.
4408 (output_source_filename): Use new members to decide to print file.
4409 (info_sources_option_defs): New variable.
4410 (make_info_sources_options_def_group, print_info_sources_header,
4411 info_sources_command_completer):
4412 New functions.
4413 (info_sources_command): Read new optional arguments.
4414 (_initialize_symtab): Update info sources help.
4415
4416 2019-08-02 Alexandre Oliva <oliva@adacore.com>
4417
4418 * ada-lang.c (exception_support_info_v0): Renamed from...
4419 (default_exception_support_info): ... this. Create new
4420 definition for v1.
4421 (ada_has_this_exception_support): Look up catch_handlers_sym.
4422 (ada_exception_support_info_sniffer): Try v0 after default.
4423
4424 2019-08-01 Tom Tromey <tromey@adacore.com>
4425
4426 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
4427 gdbarch.h.
4428
4429 2019-08-01 Christian Biesinger <cbiesinger@google.com>
4430
4431 * s12z-tdep.c: Fix include path for s12z-opc.h.
4432
4433 2019-08-01 Alan Hayward <alan.hayward@arm.com>
4434
4435 * NEWS: Require GNU make 3.82.
4436
4437 2019-07-16 Tom Tromey <tom@tromey.com>
4438
4439 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
4440 declare.
4441
4442 2019-07-30 Tom Tromey <tromey@adacore.com>
4443
4444 * block.c (contained_in): Remove BLOCK_FUNCTION check.
4445
4446 2019-07-30 Kevin Buettner <kevinb@redhat.com>
4447
4448 * printcmd.c (print_address_symbolic): Print negative offsets.
4449 (build_address_symbolic): Force signed arithmetic when computing
4450 offset.
4451
4452 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4453
4454 PR/24474: Add a function to lookup static variables.
4455 * NEWS: Mention this new function.
4456 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
4457 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
4458 * python/python.c (python_GdbMethods): Add new function.
4459
4460 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4461
4462 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
4463 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
4464 (objfpy_lookup_static_symbol): New function.
4465 (objfile_object_methods): Add new functions.
4466
4467 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4468
4469 * NEWS: Mention 'set|show print frame-info'. Mention new
4470 'presence' value for 'frame-arguments'. Mention new '-frame-info'
4471 backtrace argument. Mention that python frame filtering code
4472 is now consistent with what 'backtrace' command prints.
4473
4474 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4475
4476 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
4477 comments.
4478 (print_frame_info_auto, print_frame_info_source_line,
4479 print_frame_info_location, print_frame_info_source_and_location,
4480 print_frame_info_location_and_address, print_frame_info_short_location):
4481 New declarations.
4482 (struct frame_print_options): New member print_frame_info.
4483 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
4484 * stack.h (get_user_print_what_frame_info): New declaration.
4485 (frame_show_address): New declaration.
4486 * stack.c (print_frame_arguments_choices): New value 'presence'.
4487 (print_frame_info_auto, print_frame_info_source_line,
4488 print_frame_info_location, print_frame_info_source_and_location,
4489 print_frame_info_location_and_address, print_frame_info_short_location,
4490 print_frame_info_choices, print_frame_info_print_what): New definitions.
4491 (print_frame_args): Only print dots for args if print frame-arguments
4492 is 'presence'.
4493 (frame_print_option_defs): New element for "frame-info".
4494 (get_user_print_what_frame_info): New function.
4495 (frame_show_address): Make non static. Move comment to stack.h.
4496 (print_frame_info_to_print_what): New function.
4497 (print_frame_info): Update comment. Use fp_opts.print_frame_info
4498 to decide what to print.
4499 (backtrace_command_1): Handle the new print_frame_arguments_presence
4500 value.
4501 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
4502 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
4503 (py_print_frame): In non-mi mode, use LOCATION as default for
4504 print_what, similarly to frame information printed directly by
4505 backtrace command. Handle frame-info user option in non MI mode.
4506
4507 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4508
4509 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
4510 Add case for debugging 32-bit target on 64-bit host. Revise
4511 comment.
4512
4513 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4514
4515 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
4516 instead of find_function_entry_range_from_pc.
4517
4518 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4519
4520 * stack.c (find_frame_funname): Remove code which preferred
4521 minsym over symtab sym in "certain pathological cases".
4522
4523 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
4524 parameter. Change type of "do_demangle" to bool.
4525 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4526 Pass suitable "prefer_sym_over_minsym" flag to
4527 build_address_symbolic(). Don't output "+" for negative offsets.
4528 * printcmd.c (print_address_symbolic): Update invocation of
4529 build_address_symbolic to include a "prefer_sym_over_minsym"
4530 flag.
4531 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
4532 Restrict cases in which use of minimal symbol is preferred to that
4533 of a found symbol. Update comments.
4534
4535 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
4536 for entry pc when entry pc is out of range for that FDE.
4537
4538 2019-07-26 Brian Callahan <bcallah@openbsd.org>
4539
4540 PR gdb/24839:
4541 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
4542 type.
4543
4544 2019-07-25 Christian Biesinger <cbiesinger@google.com>
4545
4546 * python/py-objfile.c (add_separate_debug_file): Fix comment about
4547 this function's Python signature.
4548
4549
4550 2019-07-24 Christian Biesinger <cbiesinger@google.com>
4551
4552 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
4553 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4554 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
4555 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
4556 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
4557
4558
4559 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
4560
4561 * h8300-tdep.c (h8300_register_name_common): New.
4562 h8300_register_name): Use h8300_register_name_common.
4563 (h8300s_register_name): Likewise.
4564 (h8300sx_register_name): Likewise.
4565 (h8300h_register_nam): New.
4566 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
4567
4568
4569 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4570
4571 * arm-tdep.c (arm_skip_cmse_entry): New function.
4572 (arm_is_sgstubs_section): New function.
4573 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
4574
4575 2019-07-22 Tom Tromey <tom@tromey.com>
4576
4577 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
4578 Don't self-assign.
4579
4580 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
4583 type_print.
4584
4585 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * symtab.c (search_symbols): Adjust msymbol matching type arrays
4588 so that GDB doesn't match any msymbols when searching in the
4589 TYPES_DOMAIN.
4590 (print_symbol_info): Print using typedef_print or type_print based
4591 on the type of the symbol. Add updated FIXME comment moved from...
4592 (_initialize_symtab): ... move and update FIXME comment to above.
4593
4594 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * NEWS: Mention adding -q option to "info types".
4597 * symtab.c (struct info_types_options): New struct.
4598 (info_types_options_defs): New variable.
4599 (make_info_types_options_def_group): New function.
4600 (info_types_command): Use gdb::option framework to parse options.
4601 (info_types_command_completer): New function.
4602 (_initialize_symtab): Extend the help text on "info types" and
4603 register command completer.
4604
4605 2019-07-21 Christian Biesinger <cbiesinger@google.com>
4606
4607 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
4608 (lookup_symbol_in_objfile): Change int to block_enum and add a
4609 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
4610
4611 2019-07-20 Christian Biesinger <cbiesinger@google.com>
4612
4613 * MAINTAINERS (Write After Approval): Add self.
4614
4615 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
4618 instruction to the dummy code region.
4619
4620 2019-07-19 Tom Tromey <tromey@adacore.com>
4621
4622 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
4623 (ARGSUSED, PARAMS, __func__): Remove rules.
4624
4625 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4626
4627 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
4628 * features/arm/arm-with-iwmmxt.c: Remove.
4629 * features/arm/arm-with-iwmmxt.xml: Remove.
4630 * features/arm/arm-with-m-fpa-layout.c: Remove.
4631 * features/arm/arm-with-m-fpa-layout.xml: Remove.
4632 * features/arm/arm-with-m-vfp-d16.c: Remove.
4633 * features/arm/arm-with-m-vfp-d16.xml: Remove.
4634 * features/arm/arm-with-m.c: Remove.
4635 * features/arm/arm-with-m.xml: Remove.
4636 * features/arm/arm-with-neon.c: Remove.
4637 * features/arm/arm-with-neon.xml: Remove.
4638 * features/arm/arm-with-vfpv2.c: Remove.
4639 * features/arm/arm-with-vfpv2.xml: Remove.
4640 * features/arm/arm-with-vfpv3.c: Remove.
4641 * features/arm/arm-with-vfpv3.xml: Remove.
4642
4643 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4644
4645 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
4646
4647 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4648
4649 * arch/aarch32.c (aarch32_create_target_description): Create
4650 target descriptions using features.
4651 * arch/arm.c (arm_create_target_description)
4652 (arm_create_mprofile_target_description): Likewise.
4653 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
4654
4655 2019-07-19 Alan Hayward <alan.hayward@arm.com>
4656
4657 * Makefile.in: Add new files.
4658 * aarch32-tdep.c: New file.
4659 * aarch32-tdep.h: New file.
4660 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
4661 Call aarch32_read_description.
4662 * arch/aarch32.c: New file.
4663 * arch/aarch32.h: New file.
4664 * arch/arm.c (arm_create_target_description)
4665 (arm_create_mprofile_target_description): New function.
4666 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
4667 (arm_create_target_description)
4668 (arm_create_mprofile_target_description): New declaration.
4669 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
4670 read_description functions.
4671 * arm-linux-nat.c (arm_linux_nat_target::read_description):
4672 Likewise.
4673 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
4674 * arm-tdep.c (tdesc_arm_list): New variable.
4675 (arm_register_g_packet_guesses): Call create description functions.
4676 (arm_read_description) (arm_read_mprofile_description): New
4677 function.
4678 * arm-tdep.h (arm_read_description)
4679 (arm_read_mprofile_description): Add declaration.
4680 * configure.tgt: Add new files.
4681
4682 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
4683
4684 * top.c (new_ui_command): Open specified terminal just once.
4685
4686 2019-07-18 Tom Tromey <tromey@adacore.com>
4687
4688 * symtab.c (main_name): Constify return type.
4689 * symfile.c (set_initial_language): Update.
4690 * symtab.h (main_name): Constify return type.
4691
4692 2019-07-17 Tom Tromey <tom@tromey.com>
4693
4694 * tui/tui-winsource.c (tui_update_source_window)
4695 (tui_update_source_window_as_is)
4696 (tui_update_source_windows_with_line): Remove return.
4697 * tui/tui-disasm.c (tui_show_disassem)
4698 (tui_show_disassem_and_update_source): Remove return.
4699 * tui/tui.c (tui_reset): Remove return.
4700 * tui/tui-wingeneral.c
4701 (tui_check_and_display_highlight_if_needed): Remove return.
4702
4703 2019-07-17 Tom Tromey <tom@tromey.com>
4704
4705 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
4706
4707 2019-07-17 Tom Tromey <tom@tromey.com>
4708
4709 * tui/tui-winsource.h (struct tui_exec_info_window)
4710 (struct tui_source_window_base): Move from tui-data.h.
4711 * tui/tui-winsource.c: Move many method definitions from
4712 elsewhere. Remove "structuring" comments.
4713 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
4714 (tui_source_window_base::refresh_window): Move to
4715 tui-winsource.c.
4716 * tui/tui-win.c (tui_source_window_base::refresh_all)
4717 (tui_source_window_base::update_tab_width)
4718 (tui_source_window_base::set_new_height)
4719 (tui_source_window_base::do_make_visible_with_new_height): Move to
4720 tui-winsource.c.
4721 * tui/tui-source.h: Update.
4722 * tui/tui-source.c (tui_source_window_base::reset): Move to
4723 tui-winsource.c.
4724 * tui/tui-disasm.h: Update.
4725 * tui/tui-data.h (struct tui_exec_info_window): Move to
4726 tui-winsource.h.
4727 (struct tui_source_window_base): Likewise.
4728 * tui/tui-data.c (tui_source_window_base::clear_detail)
4729 (tui_source_window_base, ~tui_source_window_base): Move to
4730 tui-winsource.c.
4731
4732 2019-07-17 Tom Tromey <tom@tromey.com>
4733
4734 * tui/tui-win.c (tui_resize_all)
4735 (tui_source_window_base::update_tab_width)
4736 (tui_adjust_win_heights): Update.
4737 (tui_win_info::make_invisible_and_set_new_height): Rename from
4738 make_invisible_and_set_new_height.
4739 * tui/tui-data.h (struct tui_win_info)
4740 <make_invisible_and_set_new_height>: New method.
4741
4742 2019-07-17 Tom Tromey <tom@tromey.com>
4743
4744 * tui/tui.c: Update.
4745 * tui/tui-source.h (struct tui_source_window): Move from
4746 tui-data.h.
4747 * tui/tui-layout.c: Update.
4748 * tui/tui-disasm.c: Update.
4749 * tui/tui-data.h (struct tui_source_window): Move to
4750 tui-source.h.
4751
4752 2019-07-17 Tom Tromey <tom@tromey.com>
4753
4754 * tui/tui-disasm.h (struct tui_disasm_window): Move from
4755 tui-data.h.
4756 * tui/tui-data.h (struct tui_disasm_window): Move to
4757 tui-disasm.h.
4758
4759 2019-07-17 Tom Tromey <tom@tromey.com>
4760
4761 * tui/tui-regs.h (struct tui_data_item_window): Move from
4762 tui-data.h.
4763 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
4764 * tui/tui-data.h (struct tui_data_item_window): Move to
4765 tui-regs.h.
4766 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
4767
4768 2019-07-17 Tom Tromey <tom@tromey.com>
4769
4770 * tui/tui.c: Update.
4771 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
4772 (tui_cmd_window::max_height): Move to tui-command.c.
4773 * tui/tui-layout.c: Update.
4774 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
4775 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
4776 tui-command.c.
4777 * tui/tui-command.h (struct tui_cmd_window): Move from
4778 tui-data.h.
4779 * tui/tui-command.c: Remove "structuring" comments.
4780 (tui_cmd_window::clear_detail)
4781 (tui_cmd_window::do_make_visible_with_new_height)
4782 (tui_cmd_window::max_height): Move from elsewhere.
4783
4784 2019-07-17 Tom Tromey <tom@tromey.com>
4785
4786 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
4787 Now static.
4788 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
4789 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
4790
4791 2019-07-17 Tom Tromey <tom@tromey.com>
4792
4793 * tui/tui.c: Update.
4794 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
4795 tui-regs.c.
4796 * tui/tui-windata.h: Remove file.
4797 * tui/tui-windata.c: Remove file.
4798 * tui/tui-win.c (tui_data_window::set_new_height)
4799 (tui_data_window::do_make_visible_with_new_height): Move to
4800 tui-regs.c.
4801 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
4802 * tui/tui-regs.c: Remove "structuring" comments.
4803 (tui_data_window::first_data_item_displayed)
4804 (tui_data_window::delete_data_content_windows)
4805 (tui_data_window::erase_data_content)
4806 (tui_data_window::display_all_data)
4807 (tui_data_window::refresh_all)
4808 (tui_data_window::do_scroll_vertical)
4809 (tui_data_window::clear_detail, tui_data_window::set_new_height)
4810 (tui_data_window::do_make_visible_with_new_height)
4811 (tui_data_window::refresh_window): Move from elsewhere.
4812 (_initialize_tui_regs): Move to end of file.
4813 * tui/tui-layout.c: Update.
4814 * tui/tui-hooks.c: Update.
4815 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
4816 * tui/tui-data.c (tui_data_window::clear_detail): Move to
4817 tui-regs.c.
4818 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
4819
4820 2019-07-17 Tom Tromey <tom@tromey.com>
4821
4822 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
4823 seen.
4824
4825 2019-07-17 Tom Tromey <tom@tromey.com>
4826
4827 * tui/tui-win.c (tui_source_window_base::set_new_height)
4828 (tui_source_window_base::do_make_visible_with_new_height): Use
4829 m_has_locator field directly.
4830 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
4831 method.
4832 (struct tui_source_window_base) <has_locator>: Likewise.
4833
4834 2019-07-17 Tom Tromey <tom@tromey.com>
4835
4836 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
4837 Don't declare.
4838 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
4839 Remove.
4840 * tui/tui-win.c (tui_source_window_base::set_new_height)
4841 (tui_source_window_base::set_new_height)
4842 (make_invisible_and_set_new_height)
4843 (tui_source_window_base::do_make_visible_with_new_height)
4844 (tui_source_window_base::do_make_visible_with_new_height):
4845 Update.
4846 * tui/tui-layout.c (show_source_disasm_command, show_data)
4847 (show_source_or_disasm_and_command): Update.
4848 * tui/tui-layout.c (show_layout): Update.
4849
4850 2019-07-17 Tom Tromey <tom@tromey.com>
4851
4852 * tui/tui-layout.c (make_data_window): Remove.
4853 (show_data): Unify creation and re-initialization cases.
4854
4855 2019-07-17 Tom Tromey <tom@tromey.com>
4856
4857 * tui/tui-layout.c (make_source_window, make_disasm_window):
4858 Remove.
4859 (show_data): Unify creation and re-initialization cases.
4860
4861 2019-07-17 Tom Tromey <tom@tromey.com>
4862
4863 * tui/tui-layout.c (make_command_window): Remove.
4864 (show_source_disasm_command, show_source_or_disasm_and_command):
4865 Unify creation and re-initialization cases.
4866
4867 2019-07-17 Tom Tromey <tom@tromey.com>
4868
4869 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
4870 creation and re-initialization cases.
4871
4872 2019-07-17 Tom Tromey <tom@tromey.com>
4873
4874 * tui/tui-regs.c (tui_get_register): Return void.
4875
4876 2019-07-17 Tom Tromey <tom@tromey.com>
4877
4878 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
4879 Simplify.
4880
4881 2019-07-17 Tom Tromey <tom@tromey.com>
4882
4883 * tui/tui-layout.c (show_source_disasm_command): Simplify window
4884 resetting.
4885
4886 2019-07-17 Tom Tromey <tom@tromey.com>
4887
4888 * tui/tui.h (tui_set_layout_by_name): Don't declare.
4889 * tui/tui-regs.c (tui_reg_layout): New function.
4890 (tui_show_registers, tui_reg_command): Use it.
4891 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
4892 (tui_layout_command): Rename from tui_set_layout_by_name. Change
4893 parameters.
4894 (tui_layout_command): Remove.
4895
4896 2019-07-17 Tom Tromey <tom@tromey.com>
4897
4898 * tui/tui-layout.h (tui/tui-layout): Return void.
4899 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
4900
4901 2019-07-17 Tom Tromey <tom@tromey.com>
4902
4903 * tui/tui-layout.c (show_source_disasm_command, show_data):
4904 Update.
4905 (reset_locator): Remove.
4906 (show_source_or_disasm_and_command): Update.
4907
4908 2019-07-17 Tom Tromey <tom@tromey.com>
4909
4910 * tui/tui-source.c (tui_source_window_base::reset): Remove
4911 win_type parameter.
4912 * tui/tui-layout.c (make_command_window, make_source_window)
4913 (make_disasm_window, make_data_window)
4914 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
4915 (reset_locator, show_source_or_disasm_and_command): Update.
4916 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
4917 win_type parameter.
4918 (struct tui_source_window_base) <reset>: Likewise.
4919
4920 2019-07-17 Tom Tromey <tom@tromey.com>
4921
4922 * tui/tui-layout.c (show_source_disasm_command): Use
4923 reset_locator.
4924 (reset_locator): New function.
4925 (init_and_make_win): Remove.
4926 (show_source_or_disasm_and_command): Use reset_locator.
4927
4928 2019-07-17 Tom Tromey <tom@tromey.com>
4929
4930 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
4931 condition.
4932 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
4933 Remove condition.
4934 * tui/tui-source.c (tui_source_window_base::reset): New method.
4935 * tui/tui-layout.c (make_command_window): Don't call
4936 init_and_make_win.
4937 (make_source_window, make_disasm_window): Don't call
4938 make_source_or_disasm_window.
4939 (make_data_window): Don't call init_and_make_win. Change calling
4940 convention.
4941 (show_source_disasm_command, show_data): Simplify.
4942 (make_source_or_disasm_window): Remove.
4943 (show_source_or_disasm_and_command): Simplify.
4944 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
4945 (struct tui_source_window_base) <reset>: Likewise.
4946 <execution_info>: Remove initializer.
4947 * tui/tui-data.c (tui_source_window_base): Initialize
4948 execution_info.
4949
4950 2019-07-17 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
4953 variable.
4954
4955 2019-07-17 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui.c (tui_rl_other_window): Update.
4958 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
4959 superclass method first. Always iterate over regs_content.
4960 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
4961 method.
4962 * tui/tui-win.c (tui_set_focus_command): Update.
4963
4964 2019-07-17 Tom Tromey <tom@tromey.com>
4965
4966 * tui/tui-win.c (tui_set_focus_command): Rename from
4967 tui_set_focus. Call tui_enable.
4968 (tui_set_focus_command): Remove.
4969
4970 2019-07-17 Tom Tromey <tom@tromey.com>
4971
4972 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
4973 refresh_window.
4974 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
4975 touchwin.
4976 (tui_data_window::refresh_window): Call refresh_window on data
4977 items. Always call superclass refresh_window.
4978 (tui_win_info::refresh): Remove.
4979 (tui_source_window_base::refresh_window): Update.
4980 (tui_refresh_all): Update.
4981 * tui/tui-layout.c (show_source_disasm_command): Remove call to
4982 refresh_window.
4983 (show_source_or_disasm_and_command): Likewise.
4984 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
4985 (struct tui_source_window_base) <refresh>: Likewise.
4986
4987 2019-07-17 Tom Tromey <tom@tromey.com>
4988
4989 * tui/tui-winsource.c (tui_clear_source_content)
4990 (tui_show_source_content): Update.
4991 * tui/tui-source.c (tui_source_window::showing_source_p): Check
4992 whether content is empty.
4993 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
4994 Remove.
4995
4996 2019-07-17 Tom Tromey <tom@tromey.com>
4997
4998 * tui/tui-winsource.c (tui_erase_source_content): Clear the
4999 window's contents.
5000 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5001 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5002
5003 2019-07-17 Tom Tromey <tom@tromey.com>
5004
5005 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5006 (struct tui_data_item_window): Update.
5007
5008 2019-07-17 Tom Tromey <tom@tromey.com>
5009
5010 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5011 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5012 defines.
5013
5014 2019-07-17 Tom Tromey <tom@tromey.com>
5015
5016 * tui/tui-winsource.h (tui_erase_source_content)
5017 (tui_clear_source_content): Remove "display_prompt" parameter.
5018 * tui/tui-winsource.c (tui_update_source_window_as_is)
5019 (tui_update_source_windows_with_addr): Update.
5020 (tui_clear_source_content): Remove "display_prompt" parameter.
5021 (tui_erase_source_content): Likewise. Simplify.
5022 (tui_show_source_content): Update.
5023 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5024 * tui/tui-stack.c (tui_show_frame_info): Update.
5025 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5026 Remove defines.
5027
5028 2019-07-17 Tom Tromey <tom@tromey.com>
5029
5030 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5031 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5032 parameter.
5033 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5034 parameter.
5035
5036 2019-07-17 Tom Tromey <tom@tromey.com>
5037
5038 * tui/tui-winsource.c (tui_clear_source_content)
5039 (tui_show_source_content, tui_show_exec_info_content)
5040 (tui_clear_exec_info_content): Update.
5041 * tui/tui-stack.c (tui_show_locator_content): Update.
5042 (tui_show_frame_info): Update.
5043 * tui/tui-source.h (tui_source_window): Don't declare.
5044 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5045 from tui_source_is_displayed.
5046 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5047 Remove field.
5048 (struct tui_source_window_base) <content_in_use>: New field. Now
5049 bool.
5050 (struct tui_source_window) <showing_source_p>: New method.
5051 (TUI_SRC_WIN): Change cast.
5052 * tui/tui-data.c (tui_initialize_static_data): Update.
5053
5054 2019-07-17 Tom Tromey <tom@tromey.com>
5055
5056 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5057 location_matches_p.
5058 * tui/tui-source.c (tui_source_window::location_matches_p): New
5059 method.
5060 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5061 method.
5062 * tui/tui-data.h (struct tui_source_window_base)
5063 <location_matches_p>: New method.
5064 (struct tui_source_window, struct tui_disasm_window)
5065 <location_matches_p>: Likewise.
5066
5067 2019-07-17 Tom Tromey <tom@tromey.com>
5068
5069 * tui/tui-win.c (tui_set_win_height_command): Rename from
5070 tui_set_win_height.
5071 (tui_set_win_height_command): Remove.
5072
5073 2019-07-17 Tom Tromey <tom@tromey.com>
5074
5075 * tui/tui-source.c (tui_source_window): New constructor. Add
5076 observer.
5077 (~tui_source_window): New destructor.
5078 (tui_source_window::style_changed): New method.
5079 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5080 (tui_attach_detach_observers): Update.
5081 * tui/tui-data.h (struct tui_source_window): Make constructor not
5082 inline. Add destructor.
5083 (struct tui_source_window) <style_changed>: New method.
5084 <m_observable>: New member.
5085
5086 2019-07-17 Tom Tromey <tom@tromey.com>
5087
5088 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5089 * tui/tui-win.c (tui_resize_all): Fix typo.
5090
5091 2019-07-17 Tom Tromey <tom@tromey.com>
5092
5093 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5094 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5095 (tui_refresh_all): Remove "list" parameter. Use foreach.
5096 * tui/tui-win.c (window_name_completer): Use foreach.
5097 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5098 (update_tab_width): Likewise.
5099 * tui/tui-layout.c (show_layout): Update.
5100 * tui/tui-data.h (class tui_window_iterator): New.
5101 (struct all_tui_windows): New.
5102 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5103
5104 2019-07-17 Tom Tromey <tom@tromey.com>
5105
5106 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5107 parameter. Don't reference globals.
5108 (tui_reg_command): Update.
5109
5110 2019-07-17 Tom Tromey <tom@tromey.com>
5111
5112 * tui/tui-regs.c (tui_show_registers): Simplify.
5113
5114 2019-07-17 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui-regs.c (tui_show_registers): Update.
5117 (tui_show_register_group): Add win_info parameter.
5118
5119 2019-07-17 Tom Tromey <tom@tromey.com>
5120
5121 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5122 Rename from tui_display_reg_element_at_line.
5123 (tui_data_window::display_registers_from_line): Update.
5124 * tui/tui-data.h (struct tui_data_window)
5125 <display_reg_element_at_line>: New method.
5126
5127 2019-07-17 Tom Tromey <tom@tromey.com>
5128
5129 * tui/tui-regs.h (tui_display_registers_from)
5130 (tui_display_registers_from_line): Don't declare.
5131 * tui/tui-windata.c (tui_data_window::display_all_data)
5132 (tui_data_window::refresh_all)
5133 (tui_data_window::do_scroll_vertical): Update.
5134 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5135 from tui_display_registers_from.
5136 (tui_display_reg_element_at_line): Update.
5137 (tui_data_window::display_registers_from_line): Rename from
5138 tui_display_registers_from_line.
5139 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5140 display_registers_from_line>: New methods.
5141
5142 2019-07-17 Tom Tromey <tom@tromey.com>
5143
5144 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5145 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5146 from tui_erase_data_content.
5147 (tui_data_window::display_all_data)
5148 (tui_data_window::refresh_all)
5149 (tui_data_window::do_scroll_vertical): Update.
5150 * tui/tui-regs.c (tui_show_registers): Update.
5151 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5152 New method.
5153
5154 2019-07-17 Tom Tromey <tom@tromey.com>
5155
5156 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5157 declare.
5158 * tui/tui-windata.c
5159 (tui_data_window::delete_data_content_windows): Rename from
5160 tui_delete_data_content_windows.
5161 (tui_data_window::display_all_data)
5162 (tui_data_window::do_scroll_vertical): Update.
5163 * tui/tui-data.h (struct tui_data_window)
5164 <delete_data_content_windows>: New method.
5165
5166 2019-07-17 Tom Tromey <tom@tromey.com>
5167
5168 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5169 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5170
5171 2019-07-17 Tom Tromey <tom@tromey.com>
5172
5173 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5174 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5175 from tui_display_all_data.
5176 * tui/tui-win.c
5177 (tui_data_window::do_make_visible_with_new_height): Update.
5178 * tui/tui-regs.c (tui_show_registers): Update.
5179 * tui/tui-layout.c (tui_set_layout): Update.
5180 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5181 method.
5182
5183 2019-07-17 Tom Tromey <tom@tromey.com>
5184
5185 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5186 * tui/tui-windata.c (tui_display_data_from): Remove.
5187 (tui_data_window::refresh_all): Update.
5188
5189 2019-07-17 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5192 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5193 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5194 tui_display_registers_from_line.
5195 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5196 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5197 "force_display" parameter.
5198
5199 2019-07-17 Tom Tromey <tom@tromey.com>
5200
5201 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5202 declare.
5203 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5204 Rename from tui_first_reg_element_no_inline.
5205 (tui_display_reg_element_at_line)
5206 (tui_display_registers_from_line): Update.
5207 * tui/tui-data.h (struct tui_data_window)
5208 <first_reg_element_no_inline>: New method.
5209
5210 2019-07-17 Tom Tromey <tom@tromey.com>
5211
5212 * tui/tui-windata.c (tui_display_data_from)
5213 (tui_data_window::do_scroll_vertical): Update.
5214 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5215 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5216 Rename from tui_line_from_reg_element_no.
5217 (tui_display_registers_from_line): Update.
5218 * tui/tui-data.h (struct tui_data_window)
5219 <line_from_reg_element_no>: New method.
5220
5221 2019-07-17 Tom Tromey <tom@tromey.com>
5222
5223 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5224 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5225 tui_last_regs_line_no.
5226 (tui_display_reg_element_at_line)
5227 (tui_display_registers_from_line): Update.
5228 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5229 method.
5230
5231 2019-07-17 Tom Tromey <tom@tromey.com>
5232
5233 PR tui/24722:
5234 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
5235 (tui_update_breakpoint_info): Add "being_deleted" parameter.
5236 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5237 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
5238 (tui_update_breakpoint_info): Likewise.
5239 * tui/tui-hooks.c (tui_event_create_breakpoint)
5240 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
5241 Update.
5242
5243 2019-07-17 Tom Tromey <tom@tromey.com>
5244
5245 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
5246
5247 2019-07-17 Tom Tromey <tom@tromey.com>
5248
5249 * tui/tui-winsource.c (tui_update_source_window_as_is)
5250 (tui_update_source_windows_with_addr): Update.
5251 * tui/tui-source.h (tui_set_source_content)
5252 (tui_show_symtab_source): Add "win_info" parameter.
5253 * tui/tui-source.c (tui_set_source_content): Add "win_info"
5254 parameter.
5255 (tui_show_symtab_source): Likewise.
5256
5257 2019-07-17 Tom Tromey <tom@tromey.com>
5258
5259 * tui/tui-wingeneral.c
5260 (tui_check_and_display_highlight_if_needed): Check can_highlight.
5261
5262 2019-07-17 Tom Tromey <tom@tromey.com>
5263
5264 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
5265 (struct tui_cmd_window) <can_scroll>: New method.
5266 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
5267 method.
5268
5269 2019-07-17 Tom Tromey <tromey@adacore.com>
5270
5271 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
5272 do_field_signed>: Rename. Change type of "value".
5273 * ui-out.c (ui_out::field_signed): Rename from field_int.
5274 Change type of "value".
5275 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
5276 type of "value".
5277 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
5278 do_field_int. Change type of "value".
5279 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
5280 do_field_int. Change type of "value".
5281 * tracepoint.c (trace_status_mi, tfind_1)
5282 (print_one_static_tracepoint_marker): Update.
5283 * thread.c (print_thread_info_1, print_selected_thread_frame):
5284 Update.
5285 * stack.c (print_frame, print_frame_info): Update.
5286 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
5287 Update.
5288 * source.c (print_source_lines_base): Update.
5289 * skip.c (info_skip_command): Update.
5290 * record-btrace.c (btrace_ui_out_decode_error)
5291 (btrace_call_history_src_line): Update.
5292 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
5293 Update.
5294 * progspace.c (print_program_space): Update.
5295 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
5296 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
5297 do_field_int. Change type of "value".
5298 * mi/mi-out.c (mi_ui_out::do_table_begin)
5299 (mi_ui_out::do_table_header): Update.
5300 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
5301 type of "value".
5302 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
5303 (mi_cmd_data_list_changed_registers, output_register)
5304 (mi_cmd_data_read_memory, mi_load_progress)
5305 (mi_cmd_trace_frame_collected): Update.
5306 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
5307 Update.
5308 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
5309 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
5310 (mi_cmd_var_list_children, varobj_update_one): Update.
5311 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
5312 (mi_cmd_stack_list_args, list_arg_or_local): Update.
5313 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
5314 * inferior.c (print_inferior): Update.
5315 * gdb_bfd.c (print_one_bfd): Update.
5316 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5317 Update.
5318 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
5319 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
5320 do_field_int. Change type of "value".
5321 * cli-out.c (cli_ui_out::do_field_signed): Rename from
5322 do_field_int. Change type of "value".
5323 * breakpoint.c (watchpoint_check, print_breakpoint_location)
5324 (print_one_breakpoint_location, print_it_catch_fork)
5325 (print_one_catch_fork, print_it_catch_vfork)
5326 (print_one_catch_vfork, print_it_catch_solib)
5327 (print_it_catch_exec, print_it_ranged_breakpoint)
5328 (print_mention_watchpoint, print_mention_masked_watchpoint)
5329 (bkpt_print_it, update_static_tracepoint): Update.
5330 * break-catch-throw.c (print_it_exception_catchpoint): Update.
5331 * break-catch-syscall.c (print_it_catch_syscall): Update.
5332 * ada-tasks.c (print_ada_task_info): Update.
5333 * ada-lang.c (print_it_exception, print_mention_exception):
5334 Update.
5335
5336 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 PR breakpoints/24541
5339 * gdbarch.c: Regenerate.
5340 * gdbarch.h: Regenerate.
5341 * gdbarch.sh: Adjust return type and parameter types for
5342 'stap_adjust_register'.
5343 (i386_stap_adjust_register): Adjust signature and return new
5344 register name.
5345 * stap-probe.c (stap_parse_register_operand): Adjust use of
5346 'gdbarch_stap_adjust_register'.
5347
5348 2019-07-17 Tom Tromey <tromey@adacore.com>
5349
5350 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
5351 declare VEC.
5352 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
5353 std::vector.
5354 (struct s390_process_info): Add initializers.
5355 (s390_add_process): Use new.
5356 (s390_linux_nat_target::low_forget_process): Use delete.
5357 (s390_linux_nat_target::low_new_fork)
5358 (s390_linux_nat_target::stopped_by_watchpoint)
5359 (s390_linux_nat_target::low_prepare_to_resume)
5360 (s390_linux_nat_target::insert_watchpoint)
5361 (s390_linux_nat_target::insert_hw_breakpoint)
5362 (s390_linux_nat_target::remove_watchpoint)
5363 (s390_linux_nat_target::remove_hw_breakpoint): Update.
5364
5365 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5366
5367 * aarch64-fbsd-nat.c: Include regcache.h.
5368 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
5369 argument.
5370 (aarch64_fbsd_nat_target::fetch_registers)
5371 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
5372 variable.
5373 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
5374
5375 2019-07-16 John Baldwin <jhb@FreeBSD.org>
5376
5377 * fbsd-nat.c: Include gdbarch.h.
5378
5379 2019-07-15 Tom Tromey <tromey@adacore.com>
5380
5381 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
5382
5383 2019-07-15 Tom Tromey <tromey@adacore.com>
5384
5385 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
5386 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
5387 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
5388 * cli-out.c (cli_ui_out::do_field_int): New method.
5389 * ui-out.c (ui_out::field_unsigned): New method.
5390 * symfile.c (generic_load): Use field_unsigned.
5391 (print_transfer_performance): Likewise.
5392 * record-btrace.c (ui_out_field_uint): Remove.
5393 (btrace_call_history_insn_range, btrace_call_history): Use
5394 field_unsigned.
5395 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5396 field_unsigned.
5397 * ui-out.h (class ui_out) <field_unsigned>: New method.
5398 <do_field_unsigned>: Likewise.
5399
5400 2019-07-15 Tom Tromey <tromey@adacore.com>
5401
5402 * mi/mi-main.c (list_available_thread_groups): Use field_string.
5403 * mi/mi-interp.c (mi_memory_changed): Use field_string.
5404 * target.c (flash_erase_command): Use field_string.
5405 * infrun.c (print_signal_received_reason): Use field_string.
5406 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
5407 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
5408 field_string.
5409 * ada-tasks.c (print_ada_task_info): Use field_string.
5410
5411 2019-07-15 Tom Tromey <tromey@adacore.com>
5412
5413 * target.c (flash_erase_command): Use field_core_addr.
5414 * symfile.c (generic_load): Use field_core_addr.
5415 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
5416 Use field_core_addr.
5417 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
5418 field_core_addr.
5419
5420 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5421
5422 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
5423 value if its desired type is smaller than a CORE_ADDR and signed.
5424
5425 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5426
5427 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
5428 of changes to field names, and use new is_reference field to
5429 decide if a property is a reference or not.
5430 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
5431 field.
5432 (struct dwarf2_property_baton): Update header comment, rename
5433 'referenced_type' to 'property_type' and update comments.
5434 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
5435 default property type, store in property baton, update to take
5436 accound of renamed field.
5437 (read_func_scope): Update call to attr_to_dynamic_prop.
5438 (read_array_type): Likewise.
5439 (dwarf2_per_cu_addr_sized_int_type): New function.
5440 (read_subrange_index_type): Move type finding code to
5441 dwarf2_per_cu_addr_sized_int_type.
5442 (read_subrange_type): Update calls to attr_to_dynamic_prop.
5443 (dwarf2_per_cu_addr_type): New function.
5444 (set_die_type): Update calls to attr_to_dynamic_prop.
5445
5446 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5447
5448 * dwarf2read.c (read_subrange_index_type): New function.
5449 (read_subrange_type): Move code into new function and call it.
5450 * gdbtypes.c (create_range_type): Add some asserts.
5451
5452 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
5455 update return statements.
5456 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
5457 declaration, and update comment to match.
5458 * gdbtypes.c (resolve_dynamic_array): Update call to
5459 dwarf2_evaluate_property to match new return type.
5460
5461 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * valarith.c (value_subscripted_rvalue): Change lowerbound
5464 parameter type from int to LONGEST.
5465 * value.h (value_subscripted_rvalue): Likewise in declaration.
5466
5467 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * cli/cli-utils.c (info_print_command_completer): New function.
5470 * cli/cli-utils.h: Add 'completer.h' include, and forward
5471 declaration for 'struct cmd_list_element'.
5472 (info_print_command_completer): Declare.
5473 * stack.c (_initialize_stack): Add completer for 'info locals' and
5474 'info args'.
5475 * symtab.c (_initialize_symtab): Add completer for 'info
5476 variables' and 'info functions'.
5477 * NEWS: Mention completion for additional info commands.
5478
5479 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5480
5481 * cli/cli-utils.c (extract_info_print_args): Delete.
5482 (extract_arg_maybe_quoted): Delete.
5483 (info_print_options_defs): New variable.
5484 (make_info_print_options_def_group): New function.
5485 (extract_info_print_options): Define new function.
5486 * cli/cli-utils.h (extract_info_print_args): Delete.
5487 (struct info_print_options): New structure.
5488 (extract_info_print_options): Declare new function.
5489 * stack.c (info_locals_command): Update to use new
5490 extract_info_print_options, also add a header comment.
5491 (info_args_command): Likewise.
5492 * symtab.c (info_variables_command): Likewise.
5493 (info_functions_command): Likewise.
5494
5495 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5496
5497 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
5498 to extract string arguments.
5499 * common/common-utils.c (extract_string_maybe_quoted): New function.
5500 * common/common-utils.h (extract_string_maybe_quoted): Declare.
5501
5502 2019-07-11 Tom Tromey <tromey@adacore.com>
5503
5504 * main.c (get_init_files): Use GDBINIT, not gdbinit.
5505 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
5506 * top.h (gdbinit): Don't declare.
5507 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
5508 into...
5509 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
5510 * top.c (gdb_init): Don't call init_cli_cmds.
5511 (gdbinit): Remove.
5512 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
5513
5514 2019-07-11 Tom Tromey <tromey@adacore.com>
5515
5516 * python/py-inferior.c (add_thread_object): Don't use thread_obj
5517 after it has been moved.
5518
5519 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5520
5521 * valops.c (value_must_coerce_to_target): Change return type to
5522 bool.
5523 * value.h (value_must_coerce_to_target): Likewise.
5524
5525 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
5526
5527 * breakpoint.c (is_hardware_watchpoint): Remove
5528 forward-declaration.
5529 (is_masked_watchpoint): Change return type to bool.
5530 (is_tracepoint): Likewise.
5531 (is_breakpoint): Likewise.
5532 (is_hardware_watchpoint): Likewise.
5533 (is_watchpoint): Likewise.
5534 (is_no_memory_software_watchpoint): Likewise.
5535 (is_catchpoint): Likewise.
5536 (breakpoint_1): Make FILTER parameter's return type bool.
5537 is_masked_watchpoint): Change return type to bool.
5538 (save_breakpoints): Make FILTER parameter's return type bool.
5539 * breakpoint.h (is_breakpoint): Change return type to bool.
5540 (is_watchpoint): Likewise.
5541 (is_catchpoint): Likewise.
5542 (is_tracepoint): Likewise.
5543
5544 2019-07-10 Tom Tromey <tom@tromey.com>
5545
5546 * defs.h: Don't include gdbarch.h.
5547 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
5548 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
5549 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
5550 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
5551 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
5552 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
5553 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
5554 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
5555 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
5556 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
5557 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
5558 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
5559 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
5560 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
5561 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
5562 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
5563 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
5564 record-btrace.c, record.h, regcache-dump.c, regcache.h,
5565 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
5566 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
5567 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
5568 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
5569 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
5570 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
5571 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
5572 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
5573 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
5574
5575 2019-07-10 Tom Tromey <tromey@adacore.com>
5576
5577 * ada-lang.h (is_ada_exception_catchpoint): Declare.
5578 * breakpoint.c (init_ada_exception_breakpoint): Register as
5579 bp_catchpoint.
5580 (print_one_breakpoint_location, print_one_breakpoint): Use
5581 is_ada_exception_catchpoint.
5582 * ada-lang.c (class ada_catchpoint_location): Pass
5583 bp_loc_software_breakpoint to bp_location constructor.
5584 (is_ada_exception_catchpoint): New function.
5585
5586 2019-07-10 Tom Tromey <tromey@adacore.com>
5587
5588 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
5589 VEC.
5590 (struct arm_exidx_entry): New method operator<.
5591 (struct arm_exidx_data) <section_maps>: Change type.
5592 (arm_exidx_data_free): Remove.
5593 (arm_exidx_data_key): Change type. Move lower.
5594 (arm_exidx_new_objfile): Update.
5595 (arm_compare_exidx_entries): Remove.
5596 (arm_find_exidx_entry, _initialize_arm_tdep)
5597
5598 2019-07-10 Tom Tromey <tromey@adacore.com>
5599
5600 * solib-spu.c (ocl_program_data_key): Change type.
5601 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
5602 Update.
5603
5604 2019-07-10 Tom Tromey <tromey@adacore.com>
5605
5606 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
5607 (struct solib_aix_inferior_data) <library_list>: Change type.
5608 (solib_aix_inferior_data_handle): Change type.
5609 (get_solib_aix_inferior_data): Update.
5610 (solib_aix_free_library_list): Remove.
5611 (library_list_start_library): Update.
5612 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
5613 return type.
5614 (solib_aix_get_library_list)
5615 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
5616 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
5617
5618 2019-07-10 Tom Tromey <tromey@adacore.com>
5619
5620 * solib-dsbt.c (struct dsbt_info): Add initializers.
5621 (solib_dsbt_pspace_data): Change type.
5622 (dsbt_pspace_data_cleanup): Remove.
5623 (get_dsbt_info, _initialize_dsbt_solib): Update.
5624
5625 2019-07-10 Tom Tromey <tromey@adacore.com>
5626
5627 * spu-tdep.c (spu_overlay_data): Change type.
5628 (spu_get_overlay_table, spu_overlay_new_objfile)
5629 (_initialize_spu_tdep): Update.
5630
5631 2019-07-10 Tom Tromey <tromey@adacore.com>
5632
5633 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
5634 destructor.
5635 (dbx_objfile_data_key): Change type and declare later.
5636 (DBX_SYMFILE_INFO): Rewrite.
5637 * dbxread.c (dbx_objfile_data_key): Change type.
5638 (dbx_symfile_init): Update.
5639 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
5640 (coffstab_build_psymtabs, elfstab_build_psymtabs)
5641 (stabsect_build_psymtabs, _initialize_dbxread): Update.
5642
5643 2019-07-10 Tom Tromey <tromey@adacore.com>
5644
5645 * jit.c (jit_program_space_key): Change type. Move lower.
5646 (get_jit_program_space_data): Update.
5647 (jit_program_space_data_cleanup): Remove.
5648 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
5649 Update.
5650 (struct jit_program_space_data): Add initializers.
5651
5652 2019-07-10 Tom Tromey <tromey@adacore.com>
5653
5654 * solib-darwin.c (struct darwin_info): Add initializers.
5655 (solib_darwin_pspace_data): Change type.
5656 (darwin_pspace_data_cleanup): Remove.
5657 (get_darwin_info, _initialize_darwin_solib): Update.
5658
5659 2019-07-10 Tom Tromey <tromey@adacore.com>
5660
5661 * remote-sim.c (struct sim_inferior_data): Add initializers,
5662 constructor, and destructor.
5663 (sim_inferior_data_key): Change type. Move lower.
5664 (check_for_duplicate_sim_descriptor): Update.
5665 (get_sim_inferior_data): Use new. Update.
5666 (~sim_inferior_data_cleanup): Rename from
5667 sim_inferior_data_cleanup. Simplify.
5668 (gdbsim_close_inferior, simulator_command)
5669 (sim_command_completer, _initialize_remote_sim): Update.
5670 (next_pid, INITIAL_PID): Move earlier.
5671
5672 2019-07-10 Tom Tromey <tromey@adacore.com>
5673
5674 * python/python-internal.h (create_thread_object): Return
5675 gdbpy_ref.
5676 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
5677 * python/py-inferior.c (struct threadlist_entry): Add
5678 constructor.
5679 <thread_obj>: Now a gdbpy_ref.
5680 (thread_to_thread_object): Update.
5681 (add_thread_object): Use new.
5682 (delete_thread_object): Use delete.
5683 (infpy_threads): Update.
5684 (py_free_inferior): Update. Construct "inf_obj" after acquiring
5685 GIL.
5686
5687 2019-07-10 Tom Tromey <tromey@adacore.com>
5688
5689 * valops.c (value_cast): Specialize error message for Ada.
5690
5691 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5692
5693 * breakpoint.c (breakpoint_1): Update doc and parameter names.
5694
5695 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
5696
5697 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
5698 bpstat_should_step): Return bool, adjust comments.
5699 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
5700 bpstat_should_step): Likewise.
5701
5702 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5703
5704 * features/Makefile: Use feature target descriptions for Arm.
5705 * features/arm/arm-core.c: Generate new file.
5706 * features/arm/arm-fpa.c: Likewise.
5707 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
5708 * features/arm/arm-m-profile.c: Likewise.
5709 * features/arm/arm-vfpv2.c: Likewise.
5710 * features/arm/arm-vfpv3.c: Likewise.
5711 * features/arm/xscale-iwmmxt.c: Likewise.
5712 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
5713
5714 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5715
5716 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
5717 ptrace earlier.
5718
5719 2019-07-10 Alan Hayward <alan.hayward@arm.com>
5720
5721 * features/aarch64-pauth.c: Regenerate.
5722
5723 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
5724
5725 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
5726 bool.
5727 (bpstat_what): Use false instead of 0.
5728
5729 2019-07-09 Pedro Alves <palves@redhat.com>
5730
5731 * break-catch-throw.c (is_exception_catchpoint): New.
5732 * breakpoint.c (print_one_breakpoint_location): New parameter
5733 'raw_loc'. Handle it. Use
5734 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
5735 looking at the breakpoint's type.
5736 (print_one_breakpoint): If handling "maint info breakpoints", also
5737 print locations of exception catchpoints.
5738 * breakpoint.h (is_exception_catchpoint): Declare.
5739
5740 2019-07-09 Pedro Alves <palves@redhat.com>
5741
5742 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
5743 "addr" field.
5744 (allocate_location_exception_catchpoint): New.
5745 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
5746 (initialize_throw_catchpoint_ops): Install
5747 allocate_location_exception_catchpoint as allocate_location
5748 method.
5749 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
5750 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
5751 bp_loc_other.
5752 (breakpoint_address_is_meaningful): Delete.
5753 (bl_address_is_meaningful): New.
5754 (breakpoint_locations_match): Adjust comment.
5755 (bp_location_from_bp_type): New, factored out of...
5756 (bp_location::bp_location(breakpoint *)): ... this.
5757 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
5758 factored out of...
5759 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
5760 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
5761 breakpoint_address_is_meaningful.
5762 (bp_locations_compare): Adjust comment.
5763 (update_global_location_list): Use bl_address_is_meaningful
5764 instead of breakpoint_address_is_meaningful.
5765 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
5766 explicit.
5767 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
5768 * python/py-breakpoint.c (bppy_get_location): No longer check
5769 whether location is null.
5770
5771 2019-07-09 Pedro Alves <palves@redhat.com>
5772
5773 PR c++/15468
5774 * breakpoint.c (print_one_breakpoint_location): Remove
5775 single-location assert.
5776
5777 2019-07-09 Tom Tromey <tom@tromey.com>
5778
5779 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
5780 * configure: Rebuild.
5781 * configure.ac: Change common to gdbsupport.
5782 * gdbsupport: Rename from common.
5783 * acinclude.m4: Change common to gdbsupport.
5784 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
5785 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
5786 gdbsupport.
5787 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
5788 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
5789 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
5790 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
5791 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
5792 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
5793 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
5794 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
5795 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
5796 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
5797 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
5798 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
5799 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
5800 coff-pe-read.c, command.h, compile/compile-c-support.c,
5801 compile/compile-c.h, compile/compile-cplus-symbols.c,
5802 compile/compile-cplus-types.c, compile/compile-cplus.h,
5803 compile/compile-loc2c.c, compile/compile.c, completer.c,
5804 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
5805 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
5806 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
5807 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
5808 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
5809 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
5810 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
5811 features/aarch64-core.c, features/aarch64-fpu.c,
5812 features/aarch64-pauth.c, features/aarch64-sve.c,
5813 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
5814 features/i386/32bit-core.c, features/i386/32bit-linux.c,
5815 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
5816 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
5817 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
5818 features/i386/64bit-core.c, features/i386/64bit-linux.c,
5819 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
5820 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
5821 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
5822 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
5823 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
5824 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
5825 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
5826 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
5827 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
5828 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
5829 go32-nat.c, guile/guile.c, guile/scm-ports.c,
5830 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
5831 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
5832 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
5833 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
5834 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
5835 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
5836 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
5837 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
5838 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
5839 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
5840 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
5841 minsyms.c, mips-linux-tdep.c, namespace.h,
5842 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
5843 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
5844 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
5845 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
5846 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
5847 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
5848 nat/linux-waitpid.c, nat/mips-linux-watch.c,
5849 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
5850 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
5851 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
5852 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
5853 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
5854 procfs.c, producer.c, progspace.h, psymtab.h,
5855 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
5856 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
5857 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
5858 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
5859 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
5860 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
5861 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
5862 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
5863 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
5864 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
5865 target-memory.c, target.c, target.h, target/waitstatus.c,
5866 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
5867 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
5868 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
5869 unittests/array-view-selftests.c,
5870 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
5871 unittests/common-utils-selftests.c,
5872 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
5873 unittests/format_pieces-selftests.c,
5874 unittests/function-view-selftests.c,
5875 unittests/lookup_name_info-selftests.c,
5876 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
5877 unittests/mkdir-recursive-selftests.c,
5878 unittests/observable-selftests.c,
5879 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
5880 unittests/parse-connection-spec-selftests.c,
5881 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
5882 unittests/scoped_fd-selftests.c,
5883 unittests/scoped_mmap-selftests.c,
5884 unittests/scoped_restore-selftests.c,
5885 unittests/string_view-selftests.c, unittests/style-selftests.c,
5886 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
5887 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
5888 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
5889 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
5890 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
5891 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
5892
5893 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * linespec.c (decode_digits_list_mode): Set explicit_line to a
5896 bool value.
5897 (decode_digits_ordinary): Set explicit_line field in sal.
5898 * symtab.c (skip_prologue_sal): Don't skip prologue for a
5899 symtab_and_line that was set on an explicit line number in
5900 assembler code. Do always update the recorded symtab and line if
5901 we do skip the prologue.
5902
5903 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5904
5905 * breakpoint.c (set_breakpoint_location_function): Remove
5906 explicit_loc parameter.
5907 (momentary_breakpoint_from_master): Update call to
5908 set_breakpoint_location_function.
5909 (add_location_to_breakpoint): Likewise.
5910
5911 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5912
5913 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
5914 required features based on default bfd type when no specific bfd
5915 is present.
5916
5917 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5918
5919 * NEWS: Mention that GDB printf and eval commands can now print
5920 C-style and Ada-style convenience var strings without
5921 calling the inferior.
5922 * printcmd.c (printf_c_string): Locally print GDB internal var
5923 instead of transiting via the inferior.
5924 (printf_wide_c_string): Likewise.
5925
5926 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5927
5928 PR breakpoints/25011
5929 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
5930
5931 2019-07-04 Tom Tromey <tom@tromey.com>
5932
5933 PR tui/24724:
5934 * tui/tui-winsource.c (tui_clear_source_content): Update.
5935 (tui_source_window_base::set_is_exec_point_at): Fix comment.
5936 (tui_update_breakpoint_info): Update.
5937 (tui_set_exec_info_content): Update.
5938 * tui/tui-source.c (tui_set_source_content_nil): Update.
5939 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
5940 has_break.
5941 * tui/tui-data.h (enum tui_bp_flag): New.
5942 (tui_bp_flags): New enum flags type.
5943 (struct tui_source_element) <break_mode>: Change type. Rename
5944 from has_break.
5945 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
5946 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
5947 constants.
5948 * tui/tui-winsource.h: Fix comment.
5949
5950 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5951
5952 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
5953 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
5954 (store_fpregs_to_thread)
5955 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5956 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
5957 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
5958 (IWMMXT_REGS_SIZE): Add define.
5959 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
5960 (fetch_vfp_regs, store_vfp_regs)
5961 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
5962 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
5963
5964 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5965
5966 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
5967 defines.
5968 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
5969 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
5970 (ARM_INT_REGISTER_SIZE): ...to this.
5971 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
5972 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
5973 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
5974 (arm_linux_collect_gregset, supply_nwfpe_register)
5975 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
5976 defines.
5977 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
5978 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
5979 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
5980 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
5981 (arm_return_in_memory, arm_store_return_value)
5982 (arm_get_longjmp_target, arm_register_g_packet_guesses)
5983 (arm_record_ld_st_multiple): Likewise.
5984 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
5985 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
5986
5987 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5988
5989 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
5990 AARCH64_DISPLACED_MODIFIED_INSNS.
5991 * aarch64-tdep.c (struct aarch64_displaced_step_data)
5992 (aarch64_displaced_step_copy_insn): Likewise.
5993 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5994 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
5995 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5996 ARM_DISPLACED_MODIFIED_INSNS.
5997 * arm-tdep.c (arm_gdbarch_init): Likewise.
5998 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
5999 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6000 (struct arm_displaced_step_closure): Use
6001 ARM_DISPLACED_MODIFIED_INSNS.
6002
6003 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6004
6005 * features/Makefile: Remove unused xml files.
6006 * features/aarch64.xml: Remove.
6007 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6008 * features/i386/amd64-avx-avx512.xml: Remove.
6009 * features/i386/amd64-avx-linux.xml: Remove.
6010 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6011 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6012 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6013 * features/i386/amd64-avx-mpx.xml: Remove.
6014 * features/i386/amd64-avx.xml: Remove.
6015 * features/i386/amd64-linux.xml: Remove.
6016 * features/i386/amd64-mpx-linux.xml: Remove.
6017 * features/i386/amd64-mpx.xml: Remove.
6018 * features/i386/amd64.xml: Remove.
6019 * features/i386/i386-avx-avx512-linux.xml: Remove.
6020 * features/i386/i386-avx-avx512.xml: Remove.
6021 * features/i386/i386-avx-linux.xml: Remove.
6022 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6023 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6024 * features/i386/i386-avx-mpx-linux.xml: Remove.
6025 * features/i386/i386-avx-mpx.xml: Remove.
6026 * features/i386/i386-avx.xml: Remove.
6027 * features/i386/i386-linux.xml: Remove.
6028 * features/i386/i386-mmx-linux.xml: Remove.
6029 * features/i386/i386-mmx.xml: Remove.
6030 * features/i386/i386-mpx-linux.xml: Remove.
6031 * features/i386/i386-mpx.xml: Remove.
6032 * features/i386/i386.xml: Remove.
6033 * features/i386/x32-avx-avx512-linux.xml: Remove.
6034 * features/i386/x32-avx-linux.xml: Remove.
6035 * features/i386/x32-linux.xml: Remove.
6036
6037 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6038
6039 * regformats/aarch64.dat: Remove.
6040 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6041 * regformats/i386/amd64-avx-linux.dat: Remove.
6042 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6043 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6044 * regformats/i386/amd64-linux.dat: Remove.
6045 * regformats/i386/amd64-mpx-linux.dat: Remove.
6046 * regformats/i386/amd64.dat: Remove.
6047 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6048 * regformats/i386/i386-avx-linux.dat: Remove.
6049 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6050 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6051 * regformats/i386/i386-linux.dat: Remove.
6052 * regformats/i386/i386-mmx-linux.dat: Remove.
6053 * regformats/i386/i386-mpx-linux.dat: Remove.
6054 * regformats/i386/i386.dat: Remove.
6055 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6056 * regformats/i386/x32-avx-linux.dat: Remove.
6057 * regformats/i386/x32-linux.dat: Remove.
6058
6059 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6060
6061 * aarch64-tdep.c: Remove xml self tests.
6062 * amd64-linux-tdep.c: Likewise.
6063 * amd64-tdep.c: Likewise.
6064 * i386-linux-tdep.c: Likewise.
6065 * i386-tdep.c: Likewise.
6066
6067 2019-07-03 Pedro Alves <palves@redhat.com>
6068
6069 PR cli/24732
6070 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6071 (pipe_cmd_option_defs): New.
6072 (make_pipe_cmd_options_def_group): New.
6073 (pipe_command): Use gdb::option::process_options.
6074 (pipe_command_completer): New function.
6075 (_initialize_cli_cmds): Install completer for "pipe" command.
6076
6077 2019-07-03 Pedro Alves <palves@redhat.com>
6078
6079 * cli/cli-option.c (union option_value) <string>: New field.
6080 (struct option_def_and_value): Add ctor, move ctor, dtor and
6081 use DISABLE_COPY_AND_ASSIGN.
6082 (option_def_and_value::clear_value): New.
6083 (parse_option, save_option_value_in_ctx, get_val_type_str)
6084 (add_setshow_cmds_for_options): Handle var_string.
6085 * cli-option.h (union option_def::var_address) <string>: New
6086 field.
6087 (struct string_option_def): New.
6088 * maint-test-options.c (struct test_options_opts): Add default
6089 ctor and use DISABLE_COPY_AND_ASSIGN.
6090 <string_opt>: New field.
6091 (test_options_opts::~test_options_opts): New.
6092 (test_options_opts::dump): Also dump "-string".
6093 (test_options_option_defs): Install "string.
6094
6095 2019-07-03 Pedro Alves <palves@redhat.com>
6096
6097 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6098 option_value with a null enumeration.
6099 (complete_options): Save the option values in the context.
6100 (save_option_value_in_ctx): New, factored out from ...
6101 (process_options): ... here.
6102 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6103 of the function.
6104 * maint-test-options.c (test_options_opts::dump): New, factored
6105 out from ...
6106 (maintenance_test_options_command_mode): ... here.
6107 (maintenance_test_options_command_completion_result): Delete.
6108 (maintenance_test_options_command_completion_text): Update
6109 comment.
6110 (maintenance_show_test_options_completion_result): Change
6111 prototype. Just print
6112 maintenance_test_options_command_completion_text.
6113 (save_completion_result): New.
6114 (maintenance_test_options_completer_mode): Pass options context to
6115 complete_options, and then save a dump.
6116 (_initialize_maint_test_options): Use add_cmd to install "maint
6117 show test-options-completion-result".
6118
6119 2019-07-03 Pedro Alves <palves@redhat.com>
6120
6121 * NEWS (New commands): Mention "with" and "maint with".
6122 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6123 (with_command, with_command_completer): New.
6124 (pipe_command): Adjust to new repeat_previous
6125 interface.
6126 (_initialize_cli_cmds): Install the "with" command and its "w"
6127 alias.
6128 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6129 declarations.
6130 * cli/cli-setshow.c (parse_cli_var_uinteger)
6131 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6132 argument strings for all var_types.
6133 (get_setshow_command_value_string): New, factored out from ...
6134 (do_show_command): ... this.
6135 * cli/cli-setshow.h: Include <string>.
6136 (get_setshow_command_value_string): Declare.
6137 * command.h (repeat_previous): Now returns const char *. Adjust
6138 comment.
6139 * maint.c: Include "cli/cli-cmds.h".
6140 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6141 (_initialize_maint_cmds): Register the "maintenance with" command.
6142 * top.c (repeat_previous): Move bits from pipe_command here:
6143 Return the saved command line, if any; error out if there's no
6144 command to relaunch.
6145
6146 2019-07-03 Pedro Alves <palves@redhat.com>
6147
6148 * NEWS (New commands): Mention "maint set/show test-settings"
6149 instead of "maint test-settings".
6150 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6151 (maintenance_test_settings_set_list): Rename to ...
6152 (maintenance_set_test_settings_list): ... this.
6153 (maintenance_test_settings_show_list): Rename to ...
6154 (maintenance_show_test_settings_list): ... this.
6155 (maintenance_test_settings_cmd): Delete.
6156 (maintenance_test_settings_set_cmd): ...
6157 (maintenance_set_test_settings_cmd): ... this.
6158 (maintenance_test_settings_show_cmd): ...
6159 (maintenance_show_test_settings_cmd): ... this.
6160 (maintenance_test_settings_show_value_cmd):
6161 (maintenance_show_test_settings_value_cmd): ... this.
6162 (_initialize_maint_test_settings): No longer install the "maint
6163 test-settings" prefix command. Rename "maint test-settings set"
6164 to "maint set test-settings", and "maint test-settings show" to
6165 "maint show test-settings". Adjust all subcommands.
6166
6167 2019-07-03 Pedro Alves <palves@redhat.com>
6168
6169 * maint-test-settings.c: Fix file's intro comment. Replace all
6170 references to "test-options" with references to "test-settings",
6171 in comments.
6172
6173 2019-07-03 Pedro Alves <palves@redhat.com>
6174
6175 * maint-test-settings.c (maintenance_test_settings_xxx)
6176 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6177 New.
6178 (maintenance_test_settings_enums): Use them.
6179 (maintenance_test_settings_enum): Default to
6180 maintenance_test_settings_xxx.
6181 (_initialize_maint_test_settings): Initialize
6182 MAINTENANCE_TEST_SETTINGS_FILENAME.
6183
6184 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6185
6186 * breakpoint.h (remove_breakpoints_inf): Change return type to
6187 void, move function documentation here.
6188 * breakpoint.c (remove_breakpoints_inf): Change return type to
6189 void, move function documentation to header.
6190
6191 2019-07-02 Pedro Alves <palves@redhat.com>
6192
6193 * NEWS (Completion improvements): Mention "info threads".
6194 * thread.c (struct info_threads_opts, info_threads_option_defs)
6195 (make_info_threads_options_def_group): New.
6196 (info_threads_command): Use gdb::option::process_options.
6197 (info_threads_command_completer): New.
6198 (_initialize_thread): Use gdb::option::build_help to build the
6199 help text for "info threads".
6200
6201 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6202
6203 * defs.h (generic_load): Move from here...
6204 * symfile.h (generic_load): ... to here. Rename name parameter
6205 to args.
6206 * symfile.c (generic_load): Add comment.
6207
6208 2019-07-01 Tom Tromey <tromey@adacore.com>
6209
6210 * dwarf2read.c
6211 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6212 declaration of without_params. Fix formatting.
6213
6214 2019-07-01 Tom Tromey <tromey@adacore.com>
6215
6216 * ada-exp.y (find_primitive_type): Update.
6217 * ada-lang.h (ada_lookup_symbol): Update.
6218 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6219 parameter.
6220 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6221
6222 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6223
6224 PR breakpoints/24541
6225 * gdbarch.c: Regenerate.
6226 * gdbarch.h: Regenerate.
6227 * gdbarch.sh: Add 'stap_adjust_register'.
6228 * i386-tdep.c: Include '<unordered_set>'.
6229 (i386_stap_adjust_register): New function.
6230 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
6231 * stap-probe.c (stap_parse_register_operand): Call
6232 'gdbarch_stap_adjust_register'.
6233
6234 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6235
6236 PR python/24742
6237 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
6238 * python/python.c (do_start_initialization): Use 'xmalloc'
6239 instead of 'PyMem_Malloc'.
6240
6241 2019-06-28 Tom Tromey <tromey@adacore.com>
6242
6243 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
6244 for Ada.
6245
6246 2019-06-27 Tom Tromey <tromey@adacore.com>
6247
6248 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
6249 objfile_key.
6250 (arm_find_mapping_symbol, arm_record_special_symbol)
6251 (_initialize_arm_tdep): Update.
6252 (arm_objfile_data_free): Remove.
6253
6254 2019-06-27 Tom Tromey <tromey@adacore.com>
6255
6256 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
6257 to cp_print_static_field.
6258
6259 2019-06-26 Tom Tromey <tromey@adacore.com>
6260
6261 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
6262 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
6263 declare.
6264
6265 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6266
6267 * features/aarch64-core.c (create_feature_aarch64_core):
6268 Regenerate.
6269 * features/aarch64-core.xml: Add cpsr flags.
6270
6271 2019-06-26 Alan Hayward <alan.hayward@arm.com>
6272
6273 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
6274 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
6275
6276 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6277
6278 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
6279 field.
6280 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
6281 use.
6282 (arm_record_special_symbol): Don't insert new symbol in sorted
6283 position, push it at the end.
6284
6285 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
6286
6287 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
6288 (arm_mapping_symbol_s): Remove.
6289 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
6290 (arm_mapping_symbol_vec): New typedef.
6291 (struct arm_per_objfile): Add constructor.
6292 <section_maps>: Change type to
6293 std::unique_ptr<arm_mapping_symbol_vec[]>.
6294 (arm_compare_mapping_symbols): Remove.
6295 (arm_find_mapping_symbol): Adjust to section_maps type change.
6296 (arm_objfile_data_free): Call delete on arm_per_objfile.
6297 (arm_record_special_symbol): Adjust to section_maps type change.
6298 Allocate arm_per_objfile with new.
6299
6300 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6301
6302 * cli/cli-cmds.c (alias_command): Compare the alias prefix
6303 with the command prefix.
6304
6305 2019-06-25 Tom Tromey <tom@tromey.com>
6306
6307 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
6308 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
6309
6310 2019-06-25 Tom Tromey <tom@tromey.com>
6311
6312 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
6313 type.
6314 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
6315 protected.
6316
6317 2019-06-25 Tom Tromey <tom@tromey.com>
6318
6319 * tui/tui-winsource.c
6320 (tui_source_window_base::set_is_exec_point_at): Add check against
6321 LOA_ADDRESS.
6322
6323 2019-06-25 Tom Tromey <tom@tromey.com>
6324
6325 * tui/tui-source.c (tui_set_source_content): Don't check before
6326 xfree.
6327 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
6328
6329 2019-06-25 Tom Tromey <tom@tromey.com>
6330
6331 * tui/tui-winsource.h (tui_update_source_window_as_is)
6332 (tui_alloc_source_buffer, tui_line_is_displayed)
6333 (tui_addr_is_displayed): Change type of win_info.
6334 * tui/tui-winsource.c (tui_update_source_window_as_is)
6335 (tui_clear_source_content, tui_show_source_line)
6336 (tui_show_source_content, tui_source_window_base::refill)
6337 (tui_source_window_base::set_is_exec_point_at)
6338 (tui_source_window_base::set_is_exec_point_at)
6339 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
6340 (tui_alloc_source_buffer, tui_line_is_displayed)
6341 (tui_addr_is_displayed): Change type of win_info. Update.
6342 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6343 (tui_source_window_base::do_make_visible_with_new_height):
6344 Update.
6345 * tui/tui-source.c (tui_set_source_content)
6346 (tui_set_source_content_nil)
6347 (tui_source_window::do_scroll_vertical): Update.
6348 * tui/tui-layout.c (show_layout): Update.
6349 * tui/tui-disasm.c (tui_set_disassem_content)
6350 (tui_disasm_window::do_scroll_vertical): Update.
6351 * tui/tui-data.h (tui_win_content): Remove.
6352 (struct tui_gen_win_info) <content, content_size>: Remove.
6353 (struct tui_source_element): Add initializers and destructor.
6354 (union tui_which_element, struct tui_win_element): Remove.
6355 (struct tui_source_window_base) <content>: New field.
6356 (struct tui_data_window): Remove destructor.
6357 (tui_alloc_content, tui_free_win_content)
6358 (tui_free_all_source_wins_content): Don't declare.
6359 * tui/tui-data.c (tui_initialize_static_data): Update.
6360 (init_content_element, tui_alloc_content): Remove.
6361 (~tui_gen_win_info): Update.
6362 (~tui_data_window, tui_free_all_source_wins_content)
6363 (tui_free_win_content, free_content, free_content_elements):
6364 Remove.
6365
6366 2019-06-25 Tom Tromey <tom@tromey.com>
6367
6368 * tui/tui-winsource.h (tui_clear_source_content)
6369 (tui_erase_source_content, tui_show_source_content): Change type
6370 of win_info.
6371 * tui/tui-winsource.c (tui_clear_source_content)
6372 (tui_erase_source_content, tui_show_source_content): Change type
6373 of win_info.
6374 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6375 * tui/tui-source.h (tui_set_source_content_nil): Change type of
6376 win_info.
6377 * tui/tui-source.c (tui_set_source_content_nil): Change type of
6378 win_info.
6379 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
6380
6381 2019-06-25 Tom Tromey <tom@tromey.com>
6382
6383 * tui/tui-winsource.c (tui_clear_source_content)
6384 (tui_source_window_base::set_is_exec_point_at): Update.
6385 * tui/tui-source.c (tui_set_source_content_nil): Update.
6386 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
6387 a bool.
6388 * tui/tui-data.c (init_content_element): Update.
6389
6390 2019-06-25 Tom Tromey <tom@tromey.com>
6391
6392 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
6393 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
6394 * tui/tui-layout.c (init_and_make_win): Update.
6395 * tui/tui.h (enum tui_win_type): Update.
6396 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
6397 tui_win_is_auxillary.
6398 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
6399 tui_win_is_auxillary.
6400
6401 2019-06-25 Tom Tromey <tom@tromey.com>
6402
6403 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
6404 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
6405 (tui_delete_data_content_windows, tui_display_all_data)
6406 (tui_data_window::do_scroll_vertical, tui_display_data_from):
6407 Update.
6408 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
6409 * tui/tui-regs.c (tui_last_regs_line_no)
6410 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6411 (tui_show_registers): Update.
6412 (tui_show_register_group): Return void. Update.
6413 (tui_display_registers_from, tui_display_reg_element_at_line)
6414 (tui_display_registers_from_line, tui_check_register_values):
6415 Update.
6416 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
6417 member.
6418 (struct tui_data_window) <regs_content>: Now a std::vector.
6419 <regs_content_count>: Remove.
6420 (tui_add_content_elements, tui_free_data_content): Don't declare.
6421 * tui/tui-data.c (tui_data_window::clear_detail): Update.
6422 (init_content_element): Remove DATA_WIN case. Add assert.
6423 (tui_add_content_elements): Remove.
6424 (tui_data_window): Update.
6425 (tui_free_data_content): Remove.
6426 (free_content_elements): Remove DATA_WIN case.
6427
6428 2019-06-25 Tom Tromey <tom@tromey.com>
6429
6430 * tui/tui-data.c (tui_data_item_window): Update.
6431 * tui/tui-windata.h (tui_check_data_values): Don't declare.
6432 * tui/tui-windata.c (tui_display_all_data)
6433 (tui_display_data_from_line): Update.
6434 (tui_check_data_values): Remove.
6435 * tui/tui-regs.c (tui_show_register_group)
6436 (tui_display_reg_element_at_line): Update.
6437 * tui/tui-hooks.c (tui_register_changed)
6438 (tui_refresh_frame_and_register_information): Call
6439 tui_check_register_values.
6440 * tui/tui-data.h (struct tui_data_window) <data_content,
6441 data_content_count, data_type>: Remove.
6442 (enum tui_data_type): Remove.
6443
6444 * tui/tui-data.c (tui_data_window::clear_detail)
6445 (~tui_data_window): Update.
6446
6447 2019-06-25 Tom Tromey <tom@tromey.com>
6448
6449 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
6450 declare.
6451 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
6452 Rename from tui_first_data_item_displayed. Update.
6453 (tui_data_window::refresh_all)
6454 (tui_data_window::do_scroll_vertical): Update.
6455 * tui/tui-data.h (struct tui_data_window)
6456 <first_data_item_displayed>: Declare new method.
6457
6458 2019-06-25 Tom Tromey <tom@tromey.com>
6459
6460 * tui/tui-data.h (tui_init_generic_part): Don't declare.
6461 * tui/tui-data.c (tui_init_generic_part): Remove, moving
6462 contents...
6463 (tui_initialize_static_data): ...here.
6464
6465 2019-06-25 Tom Tromey <tom@tromey.com>
6466
6467 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6468 (tui_display_registers_from, tui_check_register_values): Update.
6469 (tui_display_register): Remove win_info parameter; update.
6470 (tui_get_register): Change type of parameters.
6471 * tui/tui-data.h (struct tui_data_element): Remove.
6472 (union tui_which_element) <data>: Remove.
6473 <data_window>: Change type.
6474 (struct tui_data_item_window): New.
6475 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
6476 case. Add assert.
6477 (~tui_data_item_window): New destructor.
6478 (free_content_elements): Remove DATA_ITEM_WIN case.
6479
6480 2019-06-25 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
6483 Remove.
6484
6485 2019-06-25 Tom Tromey <tom@tromey.com>
6486
6487 * tui/tui-data.h (struct tui_command_element): Remove.
6488 (union tui_which_element) <command>: Remove.
6489 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
6490 assert.
6491 (free_content_elements): Remove CMD_WIN case.
6492
6493 2019-06-25 Tom Tromey <tom@tromey.com>
6494
6495 * tui/tui-layout.c (tui_set_layout): Update.
6496 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
6497 * tui/tui-data.c (layout_def): Update.
6498
6499 2019-06-25 Tom Tromey <tom@tromey.com>
6500
6501 * tui/tui-wingeneral.c (tui_refresh_all): Update.
6502 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
6503 (tui_source_window_base::set_new_height): Update.
6504 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
6505 Update.
6506 (tui_set_locator_fullname, tui_set_locator_info)
6507 (tui_show_frame_info): Update.
6508 * tui/tui-source.c (tui_set_source_content)
6509 (tui_source_is_displayed): Update.
6510 * tui/tui-layout.c (show_source_disasm_command, show_data)
6511 (show_source_or_disasm_and_command): Update.
6512 * tui/tui-disasm.c (tui_set_disassem_content)
6513 (tui_get_begin_asm_address): Update.
6514 * tui/tui-data.h (struct tui_locator_element): Remove.
6515 (union tui_which_element) <locator>: Remove.
6516 (struct tui_locator_window): New.
6517 (tui_locator_win_info_ptr): Change return type.
6518 * tui/tui-data.c (_locator): Change type.
6519 (tui_locator_win_info_ptr): Change return type.
6520 (init_content_element): Remove LOCATOR_WIN case. Add assert.
6521 (tui_alloc_content): Add assert.
6522
6523 2019-06-25 Tom Tromey <tom@tromey.com>
6524
6525 * tui/tui-winsource.c
6526 (tui_exec_info_window::maybe_allocate_content): New method.
6527 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
6528 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
6529 (make_source_or_disasm_window): Add cast.
6530 * tui/tui-data.h (union tui_which_element) <simple_string>:
6531 Remove.
6532 (struct tui_source_info): New.
6533 (struct tui_source_window_base) <execution_info>: Change type.
6534 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
6535 case, and add assert.
6536 (tui_alloc_content): Add assert.
6537
6538 2019-06-25 Tom Tromey <tom@tromey.com>
6539
6540 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
6541 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
6542 * tui/tui-data.c (tui_alloc_win_info): Remove.
6543
6544 2019-06-25 Tom Tromey <tom@tromey.com>
6545
6546 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
6547 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
6548 can_highlight.
6549
6550 2019-06-25 Tom Tromey <tom@tromey.com>
6551
6552 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
6553 make_visible_with_new_height method.
6554 (tui_win_info::make_visible_with_new_height): New method.
6555 (tui_source_window_base::do_make_visible_with_new_height)
6556 (tui_data_window::do_make_visible_with_new_height)
6557 (tui_cmd_window::do_make_visible_with_new_height): New methods.
6558 (make_visible_with_new_height): Remove.
6559 (tui_resize_all, tui_adjust_win_heights): Use
6560 make_visible_with_new_height method.
6561 * tui/tui-data.h (struct tui_win_info)
6562 <do_make_visible_with_new_height, make_visible_with_new_height>:
6563 New methods.
6564 (struct tui_source_window_base, struct tui_data_window)
6565 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
6566 methods.
6567
6568 2019-06-25 Tom Tromey <tom@tromey.com>
6569
6570 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
6571 method.
6572 (update_tab_width): Call update_tab_width method.
6573 * tui/tui-data.h (struct tui_win_info)
6574 (struct tui_source_window_base) <update_tab_width>: New methods.
6575
6576 2019-06-25 Tom Tromey <tom@tromey.com>
6577
6578 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
6579 parameter.
6580 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
6581 parameter.
6582 (tui_gen_win_info::make_visible): Update.
6583 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
6584 parameter.
6585 * tui/tui-data.h (enum tui_box): New enum.
6586 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
6587
6588 2019-06-25 Tom Tromey <tom@tromey.com>
6589
6590 * tui/tui-layout.c (make_source_or_disasm_window): Always use
6591 init_and_make_win for EXEC_INFO_WIN.
6592 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
6593 longer inline.
6594 (struct tui_win_info) <~tui_win_info>: Inline.
6595 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6596 Don't declare.
6597 * tui/tui-data.c (source_win, disasm_win): Remove globals.
6598 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6599 Remove.
6600 (tui_initialize_static_data): Update.
6601 (~tui_gen_win_info): Handle more cleanup here.
6602 (~tui_source_window_base): Delete "execution_info".
6603 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
6604
6605 2019-06-25 Tom Tromey <tom@tromey.com>
6606
6607 * tui/tui-layout.c (make_command_window): Don't set
6608 can_highlight.
6609 (show_source_disasm_command): Call the reset method.
6610 (show_data): Don't set can_highlight. Call the reset method.
6611 (tui_gen_win_info::reset): Rename from init_gen_win_info
6612 (init_and_make_win): Simplify. Return tui_gen_win_info.
6613 (show_source_or_disasm_and_command): Call the reset method.
6614 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
6615 (struct tui_cmd_window): Set can_highlight.
6616
6617 2019-06-25 Tom Tromey <tom@tromey.com>
6618
6619 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
6620 from make_visible.
6621 (tui_make_visible, tui_make_invisible): Rewrite.
6622 (tui_win_info::make_visible): Remove.
6623 (tui_source_window_base::make_visible): Update.
6624 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
6625 method. Moved from...
6626 (struct tui_win_info) <make_visible>: ...here.
6627
6628 2019-06-25 Tom Tromey <tom@tromey.com>
6629
6630 * tui/tui-winsource.c
6631 (tui_source_window_base::do_scroll_horizontal): Remove direction
6632 parameter.
6633 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
6634 direction parameter.
6635 * tui/tui-win.c (tui_win_info::forward_scroll)
6636 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
6637 (tui_win_info::right_scroll): Update.
6638 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
6639 direction parameter.
6640 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
6641 direction parameter.
6642 * tui/tui-data.h (enum tui_scroll_direction): Remove.
6643 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
6644 Remove direction parameter.
6645 (struct tui_source_window_base, struct tui_source_window)
6646 (struct tui_disasm_window, struct tui_data_window)
6647 (struct tui_cmd_window): Update.
6648
6649 2019-06-25 Tom Tromey <tom@tromey.com>
6650
6651 * tui/tui-winsource.h (tui_set_exec_info_content)
6652 (tui_show_exec_info_content, tui_erase_exec_info_content)
6653 (tui_clear_exec_info_content, tui_update_exec_info): Change
6654 argument to tui_source_window_base.
6655 * tui/tui-winsource.c (tui_set_exec_info_content)
6656 (tui_show_exec_info_content, tui_erase_exec_info_content)
6657 (tui_clear_exec_info_content, tui_update_exec_info): Change
6658 argument to tui_source_window_base.
6659
6660 2019-06-25 Tom Tromey <tom@tromey.com>
6661
6662 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
6663 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
6664
6665 2019-06-25 Tom Tromey <tom@tromey.com>
6666
6667 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
6668 check.
6669
6670 2019-06-25 Tom Tromey <tom@tromey.com>
6671
6672 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
6673 type to void.
6674 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
6675 type to void.
6676 * tui/tui-source.c (tui_set_source_content): Update.
6677 * tui/tui-disasm.c (tui_set_disassem_content): Update.
6678
6679 2019-06-25 Tom Tromey <tom@tromey.com>
6680
6681 * tui/tui-win.c (window_name_completer, tui_set_focus)
6682 (tui_all_windows_info): Use name method.
6683 * tui/tui-data.h (struct tui_gen_win_info)
6684 (struct tui_source_window, struct tui_disasm_window)
6685 (struct tui_data_window, struct tui_cmd_window) <name>: New
6686 method.
6687 (tui_win_name): Don't declare.
6688 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
6689 (tui_win_name): Remove.
6690
6691 2019-06-25 Tom Tromey <tom@tromey.com>
6692
6693 * tui/tui-winsource.h (tui_update_source_window)
6694 (tui_update_source_window_as_is): Change parameter type.
6695 * tui/tui-winsource.c (tui_update_source_window): Change win_info
6696 to be a tui_source_window_base.
6697 (tui_update_source_window_as_is): Likewise.
6698 * tui/tui-win.c (make_visible_with_new_height): Update.
6699
6700 2019-06-25 Tom Tromey <tom@tromey.com>
6701
6702 * tui/tui-winsource.c (tui_erase_source_content)
6703 (tui_show_source_content, tui_show_exec_info_content)
6704 (tui_erase_exec_info_content): Use refresh_window method.
6705 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
6706 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
6707 from tui_refresh_win.
6708 (tui_data_window::refresh_window): New method.
6709 (tui_win_info::refresh, tui_source_window_base::refresh)
6710 (tui_refresh_all): Use refresh_window method.
6711 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
6712 method.
6713 * tui/tui-regs.c (tui_display_register): Call refresh_window
6714 method.
6715 * tui/tui-layout.c (show_source_disasm_command)
6716 (show_source_or_disasm_and_command): Call refresh_window method.
6717 * tui/tui-data.h (struct tui_gen_win_info)
6718 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
6719 New method.
6720
6721 2019-06-25 Tom Tromey <tom@tromey.com>
6722
6723 * tui/tui.c (tui_rl_other_window, tui_enable)
6724 (tui_is_window_visible, tui_get_command_dimension): Update.
6725 * tui/tui-winsource.c (tui_update_source_window_as_is)
6726 (tui_clear_source_content, tui_erase_source_content)
6727 (tui_show_source_line, tui_source_window_base::refill)
6728 (tui_source_window_base::do_scroll_horizontal)
6729 (tui_source_window_base::set_is_exec_point_at)
6730 (tui_update_breakpoint_info, tui_set_exec_info_content)
6731 (tui_alloc_source_buffer, tui_line_is_displayed)
6732 (tui_addr_is_displayed): Update.
6733 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6734 (tui_check_and_display_highlight_if_needed)
6735 (tui_win_info::make_visible, tui_win_info::refresh)
6736 (tui_refresh_all): Update.
6737 * tui/tui-windata.c (tui_first_data_item_displayed)
6738 (tui_delete_data_content_windows, tui_erase_data_content)
6739 (tui_display_all_data, tui_data_window::refresh_all)
6740 (tui_check_data_values): Update.
6741 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
6742 (tui_set_win_focus_to, tui_win_info::forward_scroll)
6743 (tui_win_info::backward_scroll, tui_refresh_all_win)
6744 (tui_resize_all, tui_set_focus, tui_all_windows_info)
6745 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
6746 (tui_source_window_base::set_new_height)
6747 (tui_data_window::set_new_height)
6748 (make_invisible_and_set_new_height)
6749 (make_visible_with_new_height, new_height_ok)
6750 (parse_scrolling_args): Update.
6751 * tui/tui-stack.c (tui_show_frame_info): Update.
6752 * tui/tui-source.c (tui_set_source_content)
6753 (tui_set_source_content_nil, tui_source_is_displayed)
6754 (tui_source_window::do_scroll_vertical): Update.
6755 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6756 (tui_display_registers_from, tui_display_reg_element_at_line)
6757 (tui_check_register_values, tui_reg_command): Update.
6758 * tui/tui-layout.c (tui_default_win_height)
6759 (show_source_disasm_command, show_data, init_and_make_win)
6760 (show_source_or_disasm_and_command): Update.
6761 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
6762 (tui_redisplay_readline, tui_mld_flush)
6763 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
6764 (tui_getc): Update.
6765 * tui/tui-disasm.c (tui_set_disassem_content)
6766 (tui_disasm_window::do_scroll_vertical): Update.
6767 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
6768 Now virtual.
6769 (struct tui_win_info): Derive from tui_gen_win_info.
6770 <~tui_win_info>: Mark as override.
6771 <generic>: Remove member.
6772 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
6773 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
6774 (~tui_data_window, ~tui_win_info)
6775 (tui_free_all_source_wins_content): Update.
6776 * tui/tui-command.c (tui_refresh_cmd_win): Update.
6777
6778 2019-06-25 Tom Tromey <tom@tromey.com>
6779
6780 * tui/tui-layout.c (init_and_make_win): Use new.
6781 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
6782 destructor, initializers.
6783 (tui_alloc_generic_win_info): Don't declare.
6784 * tui/tui-data.c (_locator): Add argument to constructor.
6785 (source_win, disasm_win): New globals.
6786 (exec_info): Remove.
6787 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
6788 Update.
6789 (tui_alloc_generic_win_info): Remove.
6790 (init_content_element): Use new.
6791 (tui_win_info::tui_win_info): Update.
6792 (free_content_elements) <case DATA_WIN>: Use delete.
6793
6794 2019-06-25 Tom Tromey <tom@tromey.com>
6795
6796 * tui/tui-wingeneral.c (tui_refresh_win): Update.
6797 * tui/tui-windata.c (tui_first_data_item_displayed)
6798 (tui_delete_data_content_windows): Update.
6799 * tui/tui-win.c (tui_data_window::set_new_height): Update.
6800 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
6801 (tui_display_registers_from, tui_check_register_values): Update.
6802 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
6803 pointer.
6804 * tui/tui-data.c (init_content_element): Update. Allocate the new
6805 window.
6806 (tui_free_data_content): Update.
6807 (free_content_elements) <case DATA_WIN>: Free the window.
6808
6809 2019-06-25 Tom Tromey <tom@tromey.com>
6810
6811 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
6812 Update.
6813 * tui/tui-layout.c (make_command_window)
6814 (show_source_disasm_command, show_data, init_and_make_win)
6815 (show_source_or_disasm_and_command): Update.
6816 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
6817 method.
6818 <can_highight, is_highlighted>: Now bool.
6819 (tui_set_win_highlight): Don't declare.
6820 * tui/tui-data.c (tui_set_win_highlight): Remove.
6821
6822 2019-06-25 Tom Tromey <tom@tromey.com>
6823
6824 * tui/tui-wingeneral.c (make_visible): Remove check of window
6825 type.
6826
6827 2019-06-25 Tom Tromey <tom@tromey.com>
6828
6829 * tui/tui-win.c (tui_win_info::max_height)
6830 (tui_cmd_window::max_height): New methods.
6831 (new_height_ok): Call max_height.
6832 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
6833 <max_height>: New method.
6834
6835 2019-06-25 Tom Tromey <tom@tromey.com>
6836
6837 * tui/tui-win.c (tui_source_window_base::set_new_height)
6838 (tui_data_window::set_new_height): New methods.
6839 (make_invisible_and_set_new_height): Call set_new_height method.
6840 * tui/tui-data.h (struct tui_win_info)
6841 (struct tui_source_window_base, struct tui_data_window)
6842 <set_new_height>: New method.
6843
6844 2019-06-25 Tom Tromey <tom@tromey.com>
6845
6846 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
6847 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
6848 tui_refresh_data_win.
6849 * tui/tui-win.c (tui_source_window_base::refresh_all): New
6850 method.
6851 (tui_refresh_all_win): Call the refresh_all method.
6852 (tui_set_focus): Likewise.
6853 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
6854 (struct tui_source_window_base, struct tui_data_window) <refresh>:
6855 Likewise.
6856
6857 2019-06-25 Tom Tromey <tom@tromey.com>
6858
6859 * tui/tui-winsource.h (tui_refill_source_window)
6860 (tui_set_is_exec_point_at): Don't declare.
6861 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
6862 (tui_source_window_base::refill): Rename from
6863 tui_refill_source_window.
6864 (tui_source_window_base::do_scroll_horizontal): Update.
6865 (tui_source_window_base::set_is_exec_point_at): Rename from
6866 tui_set_is_exec_point_at.
6867 (tui_update_all_breakpoint_info): Update.
6868 * tui/tui-stack.c (tui_show_frame_info): Update.
6869 * tui/tui-layout.c (show_data): Add cast.
6870 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
6871 * tui/tui-data.h (struct tui_source_window_base) <refill,
6872 set_is_exec_point_at>: New methods.
6873 (tui_source_windows, tui_add_to_source_windows): Update types.
6874 (tui_add_to_source_windows): Remove redundant declaration.
6875 * tui/tui-data.c (source_windows): Store tui_source_window_base.
6876 (tui_source_windows): Change return type.
6877 (tui_clear_source_windows_detail): Update.
6878 (tui_add_to_source_windows): Change type of parameter.
6879 (tui_free_all_source_wins_content): Update.
6880
6881 2019-06-25 Tom Tromey <tom@tromey.com>
6882
6883 * tui/tui-wingeneral.c (tui_win_info::refresh)
6884 (tui_source_window_base::refresh): New methods.
6885 (tui_refresh_all): Call the refresh method.
6886 * tui/tui-data.h (struct tui_win_info)
6887 (struct tui_source_window_base) <refresh>: New method.
6888
6889 2019-06-25 Tom Tromey <tom@tromey.com>
6890
6891 * tui/tui.h (tui_is_window_visible): Return bool.
6892 * tui/tui.c (tui_is_window_visible): Return bool.
6893 * tui/tui-wingeneral.c (tui_make_window, make_visible)
6894 (tui_make_visible, tui_make_invisible)
6895 (tui_win_info::make_visible)
6896 (tui_source_window_base::make_visible, make_all_visible)
6897 (tui_make_all_visible, tui_make_all_invisible): Update.
6898 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
6899 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
6900 bool.
6901 (struct tui_win_info, struct tui_source_window_base)
6902 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
6903 * tui/tui-data.c (tui_init_generic_part): Update.
6904
6905 2019-06-25 Tom Tromey <tom@tromey.com>
6906
6907 * tui/tui-wingeneral.c (tui_win_info::make_visible)
6908 (tui_source_window_base::make_visible): New methods.
6909 (make_all_visible): Make method call.
6910 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
6911 (struct tui_source_window_base, struct tui_cmd_window): Override
6912 make_visible.
6913 (tui_win_is_source_type): Don't declare.
6914 * tui/tui-data.c (tui_win_is_source_type): Remove.
6915
6916 2019-06-25 Tom Tromey <tom@tromey.com>
6917
6918 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
6919 NULL check.
6920
6921 2019-06-25 Tom Tromey <tom@tromey.com>
6922
6923 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
6924 Inline constructor. Add initializers for members.
6925 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
6926 constructors; now inline in class.
6927
6928 2019-06-25 Tom Tromey <tom@tromey.com>
6929
6930 * tui/tui-regs.c (tui_show_registers): Update.
6931 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
6932 bool.
6933 * tui/tui-data.c (tui_data_window::clear_detail)
6934 (tui_data_window): Update.
6935
6936 2019-06-25 Tom Tromey <tom@tromey.com>
6937
6938 * tui/tui-windata.c (tui_display_all_data)
6939 (tui_display_data_from_line, tui_display_data_from)
6940 (tui_check_data_values, tui_data_window::do_scroll_vertical):
6941 Update.
6942 * tui/tui-regs.c (tui_last_regs_line_no)
6943 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
6944 (tui_show_registers, tui_show_register_group)
6945 (tui_display_registers_from, tui_display_reg_element_at_line)
6946 (tui_display_registers_from_line, tui_check_register_values)
6947 (tui_reg_next, tui_reg_prev): Update.
6948 * tui/tui-layout.c (tui_set_layout, show_data): Update.
6949 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
6950 tui_data_window.
6951 (struct tui_win_info) <detail>: Remove. Add new fields from
6952 tui_data_info.
6953 (TUI_DATA_WIN): Add cast.
6954 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
6955 (~tui_data_window): Simplify.
6956
6957 2019-06-25 Tom Tromey <tom@tromey.com>
6958
6959 * tui/tui-layout.c (show_source_disasm_command)
6960 (show_source_or_disasm_and_command): Update.
6961 * tui/tui-io.c (update_cmdwin_start_line)
6962 (tui_redisplay_readline): Update.
6963 * tui/tui-data.h (struct tui_command_info): Remove.
6964 (struct tui_win_info) <detail>: Remove command_info member.
6965 (struct tui_data_window) <start_line>: New member, from
6966 tui_command_info.
6967 (TUI_CMD_WIN): Add casts.
6968
6969 2019-06-25 Tom Tromey <tom@tromey.com>
6970
6971 * tui/tui-winsource.c (tui_update_source_window)
6972 (tui_refill_source_window)
6973 (tui_source_window_base::do_scroll_horizontal)
6974 (tui_update_breakpoint_info, tui_set_exec_info_content)
6975 (tui_show_exec_info_content, tui_erase_exec_info_content)
6976 (tui_clear_exec_info_content): Update.
6977 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
6978 Update.
6979 * tui/tui-win.c (make_invisible_and_set_new_height)
6980 (make_visible_with_new_height): Update.
6981 * tui/tui-source.c (tui_set_source_content)
6982 (tui_show_symtab_source): Update.
6983 * tui/tui-layout.c (extract_display_start_addr)
6984 (show_source_disasm_command, show_data)
6985 (make_source_or_disasm_window)
6986 (show_source_or_disasm_and_command): Update.
6987 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
6988 (tui_disasm_window::do_scroll_vertical): Remove shadowing
6989 "gdbarch".
6990 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
6991 to tui_source_window_base.
6992 (struct tui_win_info) <detail>: Remove source_info member.
6993 (struct tui_source_window_base) <has_locator>: Inline.
6994 Move contents from tui_source_info; rename has_locator member to
6995 m_has_locator.
6996 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
6997 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
6998 header file.
6999 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7000 Simplify.
7001 (tui_free_all_source_wins_content): Cast to
7002 tui_source_window_base.
7003
7004 2019-06-25 Tom Tromey <tom@tromey.com>
7005
7006 * tui/tui-win.c (make_invisible_and_set_new_height)
7007 (make_visible_with_new_height): Call has_locator method.
7008 * tui/tui-layout.c (show_source_disasm_command, show_data)
7009 (show_source_or_disasm_and_command): Update for bool change.
7010 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7011 (tui_win_info) <has_locator>: New method.
7012 (struct tui_source_window_base) <has_locator>: New method.
7013 (tui_win_has_locator): Don't declare.
7014 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7015 from tui_win_has_locator.
7016 (tui_source_window_base): Use false, not FALSE.
7017
7018 2019-06-25 Tom Tromey <tom@tromey.com>
7019
7020 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7021 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7022 clear_detail method directly.
7023 (tui_clear_win_detail): Remove.
7024
7025 2019-06-25 Tom Tromey <tom@tromey.com>
7026
7027 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7028 "this", not TUI_DISASM_WIN.
7029
7030 2019-06-25 Tom Tromey <tom@tromey.com>
7031
7032 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7033 declare.
7034 * tui/tui-winsource.c
7035 (tui_source_window_base::do_scroll_horizontal): Rename from
7036 tui_horizontal_source_scroll.
7037 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7038 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7039 from tui_vertical_data_scroll.
7040 * tui/tui-win.h (tui_scroll): Don't declare.
7041 * tui/tui-win.c (tui_win_info::forward_scroll)
7042 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7043 (tui_win_info::right_scroll): Rename and update.
7044 (tui_scroll_forward_command, tui_scroll_backward_command)
7045 (tui_scroll_left_command, tui_scroll_right_command): Update.
7046 (tui_scroll): Remove.
7047 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7048 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7049 from tui_vertical_source_scroll.
7050 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7051 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7052 from tui_vertical_disassem_scroll.
7053 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7054 do_scroll_horizontal>: New methods.
7055 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7056 Likewise.
7057 (struct tui_source_window_base): Add do_scroll_horizontal.
7058 (struct tui_source_window, struct tui_disasm_window): Add
7059 do_scroll_vertical.
7060 (struct tui_data_window, struct tui_cmd_window): Add
7061 do_scroll_horizontal and do_scroll_vertical.
7062 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7063
7064 2019-06-25 Tom Tromey <tom@tromey.com>
7065
7066 * tui/tui-data.h (struct tui_source_window_base): New struct.
7067 (struct tui_source_window): Derive from tui_source_window_base.
7068 (struct tui_disasm_window): New struct.
7069 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7070 from tui_source_window::clear_detail.
7071 (tui_source_window_base): Rename from tui_source_window.
7072 (~tui_source_window_base): Rename from ~tui_source_window.
7073 (tui_alloc_win_info): Create a tui_disasm_window.
7074
7075 2019-06-25 Tom Tromey <tom@tromey.com>
7076
7077 * tui/tui-data.h (struct tui_source_window)
7078 (struct tui_data_window): Declare destructors.
7079 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7080 destructors.
7081 (tui_win_info): Simplify.
7082
7083 2019-06-25 Tom Tromey <tom@tromey.com>
7084
7085 * tui/tui-winsource.c (tui_display_main)
7086 (tui_update_source_windows_with_addr)
7087 (tui_update_all_breakpoint_info): Update.
7088 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7089 (new_height_ok, parse_scrolling_args): Update.
7090 * tui/tui-stack.c (tui_show_frame_info): Update.
7091 * tui/tui-data.h (struct tui_list): Remove.
7092 (tui_source_windows): Return a reference to a std::vector.
7093 * tui/tui-data.c (source_windows): Now a std::vector.
7094 (tui_source_windows): Change return type.
7095 (tui_clear_source_windows): Rewrite.
7096 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7097 (tui_free_all_source_wins_content): Rewrite.
7098
7099 2019-06-25 Tom Tromey <tom@tromey.com>
7100
7101 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7102 (struct tui_data_window, struct tui_cmd_window): Declare
7103 clear_detail method.
7104 * tui/tui-data.c (tui_source_window::clear_detail)
7105 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7106 methods.
7107 (tui_clear_win_detail): Simplify.
7108
7109 2019-06-25 Tom Tromey <tom@tromey.com>
7110
7111 * tui/tui-layout.c (make_source_window, make_disasm_window)
7112 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7113 Return the new window.
7114 (show_source_disasm_command, show_data)
7115 (show_source_or_disasm_and_command): Update.
7116
7117 2019-06-25 Tom Tromey <tom@tromey.com>
7118
7119 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7120 parameter. Return the new window.
7121 (show_source_disasm_command): Update and remove NULL check.
7122 (show_source_or_disasm_and_command): Update.
7123
7124 2019-06-25 Tom Tromey <tom@tromey.com>
7125
7126 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7127
7128 2019-06-25 Tom Tromey <tom@tromey.com>
7129
7130 * tui/tui-data.h (struct tui_win_info): Make constructor
7131 protected. Make destructor virtual. Add initializers.
7132 (tui_source_window, tui_data_window, tui_cmd_window): New
7133 classes.
7134 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7135 constructor. Add "type" parameter.
7136 (tui_source_window, tui_data_window, tui_cmd_window): New
7137 constructors.
7138 (tui_alloc_win_info): Instantiate the appropriate subclass.
7139
7140 2019-06-25 Tom Tromey <tom@tromey.com>
7141
7142 * tui/tui-win.c (tui_resize_all): Use delete.
7143 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7144 destructor.
7145 (tui_free_window): Don't declare.
7146 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7147 Update.
7148
7149 2019-06-25 Tom Tromey <tom@tromey.com>
7150
7151 * tui/tui-data.h (struct tui_win_info): Add constructor.
7152 * tui/tui-data.c (tui_alloc_win_info): Use new.
7153 (tui_free_window): Use delete.
7154
7155 2019-06-22 Tom Tromey <tom@tromey.com>
7156
7157 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7158 declare.
7159 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7160
7161 2019-06-22 Tom Tromey <tom@tromey.com>
7162
7163 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7164 declare.
7165 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7166
7167 2019-06-22 Tom de Vries <tdevries@suse.de>
7168
7169 * dwarf2read.c (create_addrmap_from_aranges)
7170 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7171 instead of '%zu'.
7172
7173 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7174
7175 * dwarf2read.h (dwarf2_section_info_def): Remove.
7176 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7177 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7178 std::vector<dwarf2_section_info>.
7179 (struct dwo_file) <~dwo_file>: Remove.
7180 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7181 types field.
7182 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7183 (dwarf2_read_debug_names): Likewise.
7184 (create_debug_types_hash_table): Change parameter type to
7185 array_view, adjust code accordingly.
7186 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7187 (partial_die_info::fixup): Likewise.
7188 (determine_prefix): Likewise.
7189 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7190
7191 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7194 gdb_bfd_ref_ptr.
7195 <~dwo_file>: Remove call to gdb_bfd_unref.
7196 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7197 gdb_bfd_ref_ptr::get.
7198
7199 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7200
7201 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7202 type to htab_up.
7203 * dwarf2read.c (struct dwo_file): Initialize fields.
7204 <~dwo_file>: New.
7205 (free_dwo_file): Remove, move content to ~dwo_file.
7206 (struct dwo_file_deleter): Remove.
7207 (dwo_file_up>: Remove custom deleter.
7208 (free_dwo_files): Remove.
7209 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7210 dwo_files.
7211 (process_skeletonless_type_units): Call unique_ptr::get.
7212 (allocate_dwo_file_hash_table): Add deleter to created hash
7213 table. Change return type to htab_up.
7214 (lookup_dwo_file_slot): Don't memset dwo_file, call
7215 unique_ptr::get.
7216 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7217 (create_dwo_unit_in_dwp_v2): Likewise.
7218 (open_and_init_dwo_file): Likewise.
7219 (free_dwo_file_from_slot): Remove.
7220
7221 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7222
7223 * dwarf2read.h (struct dwarf2_section_info) <readin,
7224 is_virtual>: Change type to bool.
7225 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7226 true instead of 1.
7227
7228 2019-06-19 Tom Tromey <tom@tromey.com>
7229
7230 * tui/tui-data.h (tui_init_content_element): Don't declare.
7231
7232 2019-06-19 Tom Tromey <tom@tromey.com>
7233
7234 * tui/tui-data.h (tui_init_win_info): Don't declare.
7235
7236 2019-06-19 Tom de Vries <tdevries@suse.de>
7237
7238 * dwarf2read.h (abstract_to_concrete): Change type to
7239 std::unordered_map<sect_offset, std::vector<sect_offset>,
7240 gdb::hash_enum<sect_offset>>.
7241
7242 2019-06-19 Tom Tromey <tromey@adacore.com>
7243
7244 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
7245 EVAL_AVOID_SIDE_EFFECTS specially.
7246
7247 2019-06-19 Tom Tromey <tromey@adacore.com>
7248
7249 * source-cache.c (highlighter): New global.
7250 (source_cache::get_source_lines): Create a highlighter on demand.
7251
7252 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
7253
7254 * defs.h (deprecated_interactive_hook): Delete declaration.
7255 * interps.c (clear_interpreter_hooks): Remove use of
7256 deprecated_interactive_hook.
7257 * top.c (deprecated_interactive_hook): Delete definition.
7258 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
7259
7260 2019-06-18 Tom de Vries <tdevries@suse.de>
7261
7262 PR gdb/24515
7263 * dwarf2read.h (abstract_to_concrete): Change type from
7264 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
7265 std::unordered_map<sect_offset, std::vector<sect_offset>>.
7266 * dwarf2read.c (read_variable): Update.
7267 (dwarf2_fetch_die_loc_sect_off): Update.
7268
7269 2019-06-17 Tom de Vries <tdevries@suse.de>
7270
7271 PR gdb/24617
7272 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
7273 accessing parent[parent_len - 1].
7274
7275 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7276
7277 PR gdb/24364
7278 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
7279 call dtrace_process_dof with NULL dof.
7280
7281 2019-06-16 Tom de Vries <tdevries@suse.de>
7282
7283 PR gdb/24445
7284 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
7285
7286 2019-06-16 Tom Tromey <tom@tromey.com>
7287
7288 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7289 (make_all_visible): Use address of member.
7290
7291 2019-06-16 Tom Tromey <tom@tromey.com>
7292
7293 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
7294 (tui_free_window, free_content, free_content_elements): Remove
7295 unnecessary cast.
7296 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
7297 cast.
7298 * tui/tui-regs.c (tui_show_register_group)
7299 (tui_display_registers_from, tui_display_reg_element_at_line):
7300 Remove unnecessary cast.
7301
7302 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7303
7304 * linux-nat.c (normal_mask): Delete.
7305 (_initialize_linux_nat): Don't initialise normal_mask.
7306
7307 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7308
7309 PR gdb/24445
7310 * dwarf-index-write.h (write_psymtabs_to_index): Add
7311 dwz_basename parameter.
7312 * dwarf-index-write.c (write_gdbindex): Move file writing to
7313 write_gdbindex_1. Change return type void.
7314 (assert_file_size): Move up, remove filename parameter.
7315 (write_gdbindex_1): New function.
7316 (write_debug_names): Change return type to void, call
7317 assert_file_size.
7318 (struct index_wip_file): New struct.
7319 (write_psymtabs_to_index): Add dwz_basename parameter. Move
7320 file logic to index_wip_file. Write index for dwz file if
7321 needed.
7322 (save_gdb_index_command): Pass basename of dwz file, if present.
7323 * dwarf-index-cache.c (index_cache::store): Obtain and pass
7324 build-id of dwz file, if present.
7325 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
7326 (dwarf2_get_dwz_file): Likewise.
7327 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
7328 (dwarf2_get_dwz_file): Likewise.
7329
7330 2019-06-16 Tom Tromey <tom@tromey.com>
7331
7332 * coffread.c (process_coff_symbol): Use xstrdup.
7333 * value.c (create_internalvar): Use xstrdup.
7334
7335 2019-06-16 Tom Tromey <tom@tromey.com>
7336
7337 * valops.c (value_cast, value_slice): Remove unnecessary cast.
7338 * breakpoint.c (stopin_command, stopat_command)
7339 (until_break_command, decode_location_default): Remove unnecessary
7340 cast.
7341 * utils.c (subset_compare): Remove unnecessary cast.
7342 * ada-lang.c (ada_update_initial_language): Remove unnecessary
7343 cast.
7344 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
7345 cast.
7346 * infcmd.c (path_command): Remove unnecessary cast.
7347 * coffread.c (decode_type): Remove unnecessary cast.
7348 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
7349 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
7350 * tui/tui-stack.c (tui_show_locator_content)
7351 (tui_show_frame_info): Remove unnecessary cast.
7352 * tui/tui-win.c (tui_scroll_forward_command)
7353 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
7354 (parse_scrolling_args): Remove unnecessary cast.
7355 * tui/tui-data.c (init_win_info, tui_del_window)
7356 (tui_free_window, tui_del_data_windows, tui_free_data_content)
7357 (free_content_elements): Remove unnecessary cast.
7358 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
7359 unnecessary cast.
7360 * tui/tui-source.c (tui_set_source_content)
7361 (tui_vertical_source_scroll): Remove unnecessary cast.
7362 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
7363 cast.
7364 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
7365 * tui/tui-regs.c (tui_display_registers_from)
7366 (tui_display_register): Remove unnecessary cast.
7367 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
7368 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
7369 (make_visible): Remove unnecessary cast.
7370 * tui/tui-winsource.c (tui_erase_source_content)
7371 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
7372 unnecessary cast.
7373 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
7374 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
7375 * stabsread.c (read_type, read_array_type, read_range_type):
7376 Remove unnecessary cast.
7377 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
7378 (parse_symbol, parse_type, upgrade_type, parse_external)
7379 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
7380 unnecessary cast.
7381 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
7382
7383 2019-06-16 Tom Tromey <tom@tromey.com>
7384
7385 * tui/tui-data.c (tui_alloc_generic_win_info)
7386 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
7387 checks.
7388
7389 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7390 Andrew Burgess <andrew.burgess@embecosm.com>
7391
7392 * f-typeprint.c (f_print_type): Don't return early for not
7393 associated or not allocated types.
7394 (f_type_print_varspec_suffix): Add print_rank parameter and print
7395 ranks of array types in case they dangling.
7396 (f_type_print_base): Add print_rank parameter.
7397
7398 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7399
7400 * NEWS: Mention new MI commands.
7401 * break-catch-throw.c (enum exception_event_kind): Move to
7402 breakpoint.h.
7403 (print_mention_exception_catchpoint): Output text as a single
7404 message.
7405 (catch_exception_command_1): Rename to...
7406 (catch_exception_event): ...this, make non-static, update header
7407 command, and change some parameter types.
7408 (catch_catch_command): Update for changes to
7409 catch_exception_command_1.
7410 (catch_throw_command): Likewise.
7411 (catch_rethrow_command): Likewise.
7412 * breakpoint.c (enum exception_event_kind): Delete.
7413 * breakpoint.h (enum exception_event_kind): Moved here from
7414 break-catch-throw.c.
7415 (catch_exception_event): Declare.
7416 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
7417 (mi_cmd_catch_throw): New function.
7418 (mi_cmd_catch_rethrow): New function.
7419 (mi_cmd_catch_catch): New function.
7420 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
7421 'catch-catch' entries.
7422 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
7423 (mi_cmd_catch_rethrow): Declare.
7424 (mi_cmd_catch_catch): Declare.
7425
7426 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7427
7428 * annotate.c (annotate_source_line): Change return type to void,
7429 update implementation to match.
7430 * annotate.h (annotate_source_line): Change return type to void,
7431 update header comment.
7432 * stack.c (print_frame_info): Don't change what frame information
7433 is printed based on whether annotations are on or not.
7434
7435 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7436
7437 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
7438 (annotate_source): Make static.
7439 (annotate_source_line): Moved from source.c and renamed from
7440 identify_source_line. Update the return type.
7441 * annotate.h (annotate_source): Delete declaration.
7442 (annotate_source_line): Declaration moved from source.h, and
7443 renamed from identify_source_line. Return type updated.
7444 * source.c (identify_source_line): Moved to annotate.c and renamed
7445 to annotate_source_line.
7446 (info_line_command): Remove check of annotation_level.
7447 * source.h (identify_source_line): Move declaration to annotate.h
7448 and rename to annotate_source_line.
7449 * stack.c: Add 'annotate.h' include.
7450 (print_frame_info): Remove check of annotation_level before
7451 calling annotate_source_line.
7452
7453 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7454
7455 * source-cache.c (source_cache::get_plain_source_lines): Use
7456 open_source_file_with_line_charpos instead of just
7457 open_source_file, remove call to find_source_lines.
7458 (source_cache::get_source_lines): Likewise.
7459 * source.c (find_source_lines): Make static.
7460 (get_filename_and_charpos): Renamed into...
7461 (open_source_file_with_line_charpos): ..this along with changes to
7462 return a scoped_fd, and some other minor clean ups.
7463 (identify_source_line): Use open_source_file_with_line_charpos.
7464 (search_command_helper): Use open_source_file_with_line_charpos
7465 instead of just open_source_file, remove call to
7466 find_source_lines.
7467 * source.h (open_source_file_with_line_charpos): Declare new
7468 function.
7469 (find_source_lines): Delete declaration.
7470
7471 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7472
7473 * source.c (get_filename_and_charpos): Remove fullname
7474 parameter.
7475 (identify_source_line): Update call to get_filename_and_charpos.
7476
7477 2019-06-14 Tom Tromey <tromey@adacore.com>
7478
7479 PR gdb/24502:
7480 * ui-style.h (skip_ansi_escape): Update comment.
7481 * ui-file.h (class no_terminal_escape_file): New class.
7482 * ui-file.c (no_terminal_escape_file::write)
7483 (no_terminal_escape_file::puts): New methods.
7484 * cli/cli-logging.c (handle_redirections): Use
7485 no_terminal_escape_file.
7486
7487 2019-06-14 Tom Tromey <tromey@adacore.com>
7488
7489 * NEWS: Move convenience variable news above Python news.
7490
7491 2019-06-14 Tom Tromey <tom@tromey.com>
7492
7493 * gnulib: Move directory to top-level.
7494 * configure.ac: Don't configure gnulib.
7495 * configure: Rebuild.
7496 * common/common-defs.h: Use new path to gnulib.
7497 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
7498 (GNULIB_H): Remove.
7499 (INCGNU): Look in new gnulib location.
7500 (HFILES_NO_SRCDIR): Remove gnulib files.
7501 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
7502 (generated_files): Remove GNULIB_H.
7503 ($(LIBGNU), all-lib): Remove targets.
7504 (distclean): Don't mention GNULIB_BUILDDIR.
7505 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
7506
7507 2019-06-14 Tom Tromey <tromey@adacore.com>
7508
7509 * symfile.c (add_symbol_file_command): Remove obsolete comment.
7510 Warn if symbol file does not provide any symbols.
7511
7512 2019-06-14 Tom Tromey <tromey@adacore.com>
7513
7514 * source.c (find_and_open_source): Respect basenames_may_differ.
7515
7516 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
7517
7518 * annotate.c (annotate_breakpoints_invalid): Make use of
7519 scoped_restore_terminal_state.
7520 (annotate_frames_invalid): Likewise.
7521
7522 2019-06-14 Tom Tromey <tromey@adacore.com>
7523
7524 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
7525 allow assignment to an internalvar.
7526
7527 2019-06-14 Tom Tromey <tromey@adacore.com>
7528
7529 * ada-lex.l: Allow "_" in attribute names.
7530
7531 2019-06-14 Tom Tromey <tromey@adacore.com>
7532
7533 PR gdb/24653:
7534 * regcache.c (registers_changed): Don't call alloca.
7535 * top.c (execute_command): Don't call alloca.
7536
7537 2019-06-13 Pedro Alves <palves@redhat.com>
7538
7539 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
7540 'expression'. When parsing an expression, error out if there's
7541 junk after "unlimited".
7542 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7543 (do_set_command): Adjust calls to is_unlimited_literal.
7544
7545 2019-06-13 Pedro Alves <palves@redhat.com>
7546
7547 * compile/compile.c (make_compile_options_def_group): Add braces
7548 around array_view initializer.
7549 * thread.c (make_thread_apply_all_options_def_group)
7550 (make_thread_apply_all_options_def_group): Likewise.
7551
7552 2019-06-13 Pedro Alves <palves@redhat.com>
7553
7554 * NEWS (New commands): Mention "maint test-options
7555 require-delimiter", "maint test-options unknown-is-error", "maint
7556 test-options unknown-is-operand" and "maint show
7557 test-options-completion-result".
7558 (New command options, command completion): New section.
7559 (Completion improvements): New section.
7560 Mention that you can abbreviate "unlimited".
7561
7562 2019-06-13 Pedro Alves <palves@redhat.com>
7563
7564 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
7565 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
7566 * unittests/cli-utils-selftests.c (test_parse_flags)
7567 (test_parse_flags_qcs): Delete.
7568 (test_cli_utils): Don't call deleted functions.
7569
7570 2019-06-13 Pedro Alves <palves@redhat.com>
7571
7572 * thread.c: Include "cli/cli-option.h".
7573 (tp_array_compar_ascending): Global.
7574 (tp_array_compar): Delete function.
7575 (tp_array_compar_ascending, tp_array_compar_descending): New
7576 functions.
7577 (ascending_option_def, qcs_flag_option_def)
7578 (thr_qcs_flags_option_defs)
7579 (make_thread_apply_all_options_def_group)
7580 (make_thread_apply_options_def_group): New.
7581 (thread_apply_all_command): Use gdb::option::process_options.
7582 (thread_apply_command_completer)
7583 (thread_apply_all_command_completer): New.
7584 (thread_apply_command): Use gdb::option::process_options.
7585 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
7586 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
7587 to generate help text of "thread apply". Adjust "taas"'s help.
7588 * tid-parse.c (tid_range_parser::in_thread_range): New method.
7589 * tid-parse.h (tid_range_parser::in_thread_range): New method.
7590
7591 2019-06-13 Pedro Alves <palves@redhat.com>
7592
7593 * thread.c (thread_apply_command): Check for invalid TID with
7594 isdigit instead of !isalpha.
7595
7596 2019-06-13 Pedro Alves <palves@redhat.com>
7597
7598 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
7599 (validate_flags_qcs): New.
7600 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
7601 (validate_flags_qcs): Declare.
7602 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
7603 (make_frame_apply_options_def_group): New.
7604 (frame_apply_command_count): Process options with
7605 gdb::option::process_options.
7606 (frame_apply_completer): New.
7607 (frame_apply_level_completer, frame_apply_all_completer)
7608 (frame_apply_completer): New.
7609 (_initialize_stack): Update help of "frame apply", "frame apply
7610 level", "frame apply all" and "faas" to mention supported options
7611 and install command completers.
7612 * stack.h (frame_apply_all_completer): Declare.
7613 * thread.c: Include "stack.h".
7614 (tfaas_command): Add "--".
7615 (_initialize_thread): Update help "tfaas" to mention supported
7616 options and install command completer.
7617
7618 2019-06-13 Pedro Alves <palves@redhat.com>
7619
7620 * completer.c (complete_nested_command_line): New.
7621 (gdb_completion_word_break_characters_throw): Add assertion.
7622 * completer.h (complete_nested_command_line): Declare.
7623
7624 2019-06-13 Pedro Alves <palves@redhat.com>
7625
7626 * stack.c (parse_backtrace_qualifiers): New.
7627 (backtrace_command): Use it.
7628 (backtrace_command_completer): Complete on qualifiers.
7629
7630 2019-06-13 Pedro Alves <palves@redhat.com>
7631
7632 * frame.c: Include "cli/cli-option.h.
7633 (user_set_backtrace_options): New.
7634 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
7635 Delete.
7636 (get_prev_frame): Adjust.
7637 (boolean_option_def, uinteger_option_def)
7638 (set_backtrace_option_defs): New.
7639 (_initialize_frame): Adjust and use
7640 gdb::option::add_setshow_cmds_for_options to install "set
7641 backtrace past-main" and "set backtrace past-entry".
7642 * frame.h: Include "cli/cli-option.h".
7643 (struct frame_print_options): Forward declare.
7644 (print_frame_arguments_all, print_frame_arguments_scalars)
7645 (print_frame_arguments_none): Declare.
7646 (print_entry_values): Delete declaration.
7647 (struct frame_print_options, user_frame_print_options): New.
7648 (struct set_backtrace_options): New.
7649 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
7650 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7651 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7652 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
7653 (list_args_or_locals): Add frame_print_options parameter.
7654 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7655 * python/py-framefilter.c (enumerate_args): Pass down
7656 USER_FRAME_PRINT_OPTIONS.
7657 * stack.c: Include "cli/cli-option.h".
7658 (print_frame_arguments_all, print_frame_arguments_scalars)
7659 (print_frame_arguments_none): Declare.
7660 (print_raw_frame_arguments, print_entry_values): Delete.
7661 (user_frame_print_options): New.
7662 (boolean_option_def, enum_option_def, frame_print_option_defs):
7663 New.
7664 (struct backtrace_cmd_options): New.
7665 (bt_flag_option_def): New.
7666 (backtrace_command_option_defs): New.
7667 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
7668 (print_frame_arg, read_frame_arg, print_frame_args)
7669 (print_frame_info, print_frame): Add frame_print_options parameter
7670 and use it.
7671 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
7672 (backtrace_command_1): Add frame_print_options and
7673 backtrace_cmd_options parameters and use them.
7674 (make_backtrace_options_def_group): New.
7675 (backtrace_command): Process command options with
7676 gdb::option::process_options.
7677 (backtrace_command_completer): New.
7678 (_initialize_stack): Extend "backtrace"'s help to mention
7679 supported options. Install completer for "backtrace".
7680 Install some settings commands with add_setshow_cmds_for_options.
7681
7682 2019-06-13 Pedro Alves <palves@redhat.com>
7683
7684 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
7685 and that "set/show print raw frame-arguments" are now deprecated.
7686
7687 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
7688 command.
7689 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
7690 * stack.c (_initialize_stack): Install "set/show print
7691 raw-frame-arguments", and deprecate "set/show print raw
7692 frame-arguments".
7693 * valprint.c (_initialize_valprint): Deprecate "set/show print
7694 raw".
7695
7696 2019-06-13 Pedro Alves <palves@redhat.com>
7697
7698 * compile/compile.c (struct compile_options): New.
7699 (compile_flag_option_def, compile_command_option_defs)
7700 (make_compile_options_def_group): New.
7701 (compile_file_command): Handle options with
7702 gdb::option::process_options.
7703 (compile_file_command_completer): New function.
7704 (compile_code_command): Handle options with
7705 gdb::option::process_options.
7706 (compile_code_command_completer): New function.
7707 (_initialize_compiler): Install completers for "compile code" and
7708 "compile file". Mention available options in "compile code" and
7709 "compile code"'s help.
7710 * completer.c (advance_to_completion_word): New, factored out from
7711 ...
7712 (advance_to_expression_complete_word_point): ... this.
7713 (advance_to_filename_complete_word_point): New.
7714 * completer.h (advance_to_filename_complete_word_point): New
7715 declaration.
7716
7717 2019-06-13 Pedro Alves <palves@redhat.com>
7718
7719 * compile/compile.c: Include "cli/cli-option.h".
7720 (compile_print_value): Scope data pointer is now a
7721 value_print_options pointer; adjust.
7722 (compile_print_command): Process options. Scope data pointer is
7723 now a value_print_options pointer; adjust.
7724 (_initialize_compile): Update "compile print"'s help to include
7725 supported options. Install a completer for "compile print".
7726 * cp-valprint.c (show_vtblprint, show_objectprint)
7727 (show_static_field_print): Delete.
7728 (_initialize_cp_valprint): Don't install "set print
7729 static-members", "set print vtbl", "set print object" here.
7730 * printcmd.c: Include "cli/cli-option.h" and
7731 "common/gdb_optional.h".
7732 (print_command_parse_format): Rework to fill in a
7733 value_print_options instead of a format_data.
7734 (print_value): Change parameter type from format_data pointer to
7735 value_print_options reference. Adjust.
7736 (print_command_1): Process options. Adjust to pass down a
7737 value_print_options.
7738 (print_command_completer): New.
7739 (_initialize_printcmd): Install print_command_completer as
7740 handle_brkchars completer for the "print" command. Update
7741 "print"'s help to include supported options.
7742 * valprint.c: Include "cli/cli-option.h".
7743 (show_vtblprint, show_objectprint, show_static_field_print): Moved
7744 here from cp-valprint.c.
7745 (boolean_option_def, uinteger_option_def)
7746 (value_print_option_defs, make_value_print_options_def_group):
7747 New. Use gdb::option::add_setshow_cmds_for_options to install
7748 "set print elements", "set print null-stop", "set print repeats",
7749 "set print pretty", "set print union", "set print array", "set
7750 print address", "set print symbol", "set print array-indexes".
7751 * valprint.h: Include <string> and "cli/cli-option.h".
7752 (make_value_print_options_def_group): Declare.
7753 (print_value): Change parameter type from format_data pointer to
7754 value_print_options reference.
7755 (print_command_completer): Declare.
7756
7757 2019-06-13 Pedro Alves <palves@redhat.com>
7758
7759 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
7760 (COMMON_SFILES): Add maint-test-settings.c.
7761 * cli/cli-decode.c (boolean_enums): New global, factored out from
7762 ...
7763 (add_setshow_boolean_cmd): ... here.
7764 * cli/cli-decode.h (boolean_enums): Declare.
7765 * cli/cli-option.c: New file.
7766 * cli/cli-option.h: New file.
7767 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
7768 factored out from ...
7769 (parse_cli_boolean_value(const char *)): ... this.
7770 (is_unlimited_literal): Change parameter type to pointer to
7771 pointer. Adjust and advance ARG pointer.
7772 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7773 (parse_cli_var_enum): New, factored out from ...
7774 (do_set_command): ... this. Adjust.
7775 * cli/cli-setshow.h (parse_cli_boolean_value)
7776 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
7777 (parse_cli_var_enum): Declare.
7778 * cli/cli-utils.c: Include "cli/cli-option.h".
7779 (get_ulongest): New.
7780 * cli/cli-utils.h (get_ulongest): Declare.
7781 (check_for_argument): New overloads.
7782 * maint-test-options.c: New file.
7783
7784 2019-06-13 Pedro Alves <palves@redhat.com>
7785
7786 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
7787 parse a range if "-" is at the end of the string.
7788
7789 2019-06-13 Pedro Alves <palves@redhat.com>
7790
7791 * cli/cli-setshow.c (parse_auto_binary_operation)
7792 (parse_cli_boolean_value): Don't allow "o".
7793
7794 2019-06-13 Pedro Alves <palves@redhat.com>
7795
7796 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
7797 * NEWS: Mention maint test-settings KIND.
7798 * maint-test-settings.c: New file.
7799
7800 2019-06-13 Pedro Alves <palves@redhat.com>
7801
7802 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
7803 completer.
7804 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
7805 "set" completers.
7806
7807 2019-06-13 Pedro Alves <palves@redhat.com>
7808
7809 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
7810 after item.
7811
7812 2019-06-13 Pedro Alves <palves@redhat.com>
7813
7814 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
7815
7816 2019-06-13 Pedro Alves <palves@redhat.com>
7817
7818 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
7819 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
7820 call.
7821 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
7822 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
7823 calls.
7824 (check_for_argument): Skip spaces after argument.
7825
7826 2019-06-13 Pedro Alves <palves@redhat.com>
7827
7828 * thread.c (thread_apply_command): Adjust TID parsing.
7829 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
7830 detected before end of string.
7831 (tid_is_in_list): Error out if LIST is invalid.
7832
7833 2019-06-13 Pedro Alves <palves@redhat.com>
7834
7835 * completer.c (complete_line_internal_1): Rewind completion word
7836 point.
7837 (completion_tracker::advance_custom_word_point_by): Change
7838 parameter type to int.
7839 * completer.h (completion_tracker::advance_custom_word_point_by):
7840 Likewise.
7841
7842 2019-06-13 Pedro Alves <palves@redhat.com>
7843
7844 * completer.c (advance_to_completion_word): Handle delimiters.
7845
7846 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7847
7848 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
7849
7850 2019-06-11 Tom Tromey <tom@tromey.com>
7851
7852 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
7853 (xmalloc_failed): Move to alloc.c.
7854 * alloc.c: New file.
7855 * Makefile.in (COMMON_SFILES): Add alloc.c.
7856
7857 2019-06-11 Tom Tromey <tom@tromey.com>
7858
7859 * nat/linux-waitpid.c: Don't include server.h.
7860 (linux_debug): Remove.
7861 (my_waitpid): Update.
7862
7863 2019-06-11 Tom Tromey <tromey@adacore.com>
7864
7865 * infcall.c (_initialize_infcall): Remove trailing newline from
7866 help.
7867 * user-regs.c (_initialize_user_regs): Remove trailing newline
7868 from help.
7869 * typeprint.c (_initialize_typeprint): Remove trailing newline
7870 from help.
7871 * reverse.c (_initialize_reverse): Remove trailing newlines from
7872 help.
7873 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
7874 from help.
7875 * language.c (add_set_language_command): Remove trailing newline
7876 from help.
7877 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
7878 help.
7879 * disasm.c (_initialize_disasm): Remove trailing newline from
7880 help.
7881 * top.c (init_main): Remove trailing newline from help.
7882 * interps.c (_initialize_interpreter): Remove trailing newline
7883 from help.
7884 * btrace.c (_initialize_btrace): Remove trailing newlines from
7885 help.
7886 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
7887 from help.
7888 * python/python.c (_initialize_python): Remove trailing newline
7889 from help.
7890 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
7891 help.
7892 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
7893 from help. Reformat some text.
7894 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
7895 from help.
7896 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
7897 newline from help.
7898
7899 2019-06-11 Tom Tromey <tromey@adacore.com>
7900
7901 * darwin-nat.c (darwin_decode_exception_message)
7902 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
7903
7904 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7905
7906 * valops.c (value_slice): Check for not allocated or not
7907 associated values.
7908
7909 2019-06-10 Tom de Vries <tdevries@suse.de>
7910
7911 PR gdb/24618
7912 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
7913 sure an empty slot (defined by a 32-bit zero pair) is recognized as
7914 invalid.
7915
7916 2019-06-10 Tom de Vries <tdevries@suse.de>
7917
7918 PR gdb/24611
7919 * linespec.c (linespec_lexer_lex_string): Remove incorrect
7920 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
7921
7922 2019-06-10 Tom de Vries <tdevries@suse.de>
7923
7924 PR symtab/24545
7925 * symtab.c (struct demangled_name_entry): Add language field.
7926 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
7927 static minimal symbol". Set and use language field.
7928
7929 2019-06-10 Tom Tromey <tromey@adacore.com>
7930
7931 * ada-lang.c (_initialize_ada_language): Update help text.
7932
7933 2019-06-10 Tom Tromey <tromey@adacore.com>
7934
7935 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
7936 with a newline.
7937 * guile/guile.c (handle_boot_error): Don't end warning with a
7938 newline.
7939 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
7940 warning with a newline.
7941 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
7942 newline.
7943 (s12z_frame_cache): Likewise.
7944 * dwarf-index-cache.c (index_cache::store): Don't end warning with
7945 a newline.
7946 * solib-svr4.c (disable_probes_interface): Don't end warning with
7947 a newline.
7948 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
7949 newline.
7950 * python/python.c (do_finish_initialization): Don't end warning
7951 with a newline.
7952
7953 2019-06-10 Tom Tromey <tom@tromey.com>
7954
7955 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7956 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
7957 gdbpy_enter.
7958
7959 2019-06-10 Tom Tromey <tromey@adacore.com>
7960
7961 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
7962 data.
7963 (elf_new_init): Don't call stabsread_new_init.
7964 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
7965 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
7966 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
7967
7968 2019-06-10 Tom de Vries <tdevries@suse.de>
7969
7970 PR symtab/16264
7971 PR symtab/24517
7972 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
7973
7974 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
7975
7976 * source.c (find_and_open_source): Also rewrite relative file
7977 names.
7978
7979 2019-04-26 Amos Bird <amosbird@gmail.com>
7980
7981 * annotate.c (annotate_thread_exited): Add "thread-exited"
7982 annotation.
7983
7984 2019-06-06 Tom Tromey <tromey@adacore.com>
7985
7986 * maint.h (class scoped_command_stats): Use
7987 DISABLE_COPY_AND_ASSIGN.
7988 <print_time>: New method.
7989 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
7990 print_time.
7991 (scoped_command_stats::print_time): New method.
7992
7993 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7994
7995 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
7996 instructions of lengths 6 or 8 bytes.
7997
7998 2019-06-04 Pedro Alves <palves@redhat.com>
7999
8000 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8001
8002 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8003 * breakpoint.c (condition_completer): Likewise.
8004 * cli/cli-dump.c (scan_expression): Likewise.
8005 * common/filestuff.c (mkdir_recursive): Likewise.
8006 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8007 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8008 (gdb_abspath): Likewise.
8009 * compile/compile-cplus-types.c
8010 (compile_cplus_instance::decl_name): Likewise.
8011 * completer.c (complete_explicit_location):
8012 (signal_completer, reg_or_group_completer_1): Likewise.
8013 * cp-support.c (cp_remove_params_if_any): Likewise.
8014 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8015 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8016 * infcmd.c (strip_bg_char): Likewise.
8017 * linespec.c (copy_token_string): Likewise.
8018 * mi/mi-main.c (output_cores): Likewise.
8019 * psymtab.c (psymtab_search_name):
8020 * symfile.c (test_set_ext_lang_command): Likewise.
8021 * target.c (target_fileio_read_stralloc): Likewise.
8022 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8023 * value.c (complete_internalvar): Likewise.
8024
8025 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8026
8027 Add objfile property to gdb.Type.
8028 * NEWS: Mention Python API addition.
8029 * python/py-type.c (typy_get_objfile): New method.
8030
8031 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8032
8033 * NEWS: Mention the new set|show style [title|highlight].
8034 Mention changes to "show style", "help" and "apropos".
8035
8036 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8037
8038 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8039 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8040 instead of print_help_for_command.
8041 (print_doc_of_command): New function.
8042 (help_list): Add 'apropos -v word' suggestion.
8043 (print_help_for_command): Style the command name using title style.
8044 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8045 (_initialize_cli_cmds): Describe -v in apropos_command help.
8046
8047 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8048
8049 * cli/cli-style.h (cli_style_option): Add name in constructor,
8050 add m_name class member, add constructor with intensity,
8051 add name class function.
8052 (cli_style_option::add_setshow_commands): Remove name argument.
8053 (highlight_style, title_style): New styles.
8054 * cli/cli-style.c (do_show): New function that shows a style
8055 characteristic styling the style name with itself.
8056 (set_style_name): New function.
8057 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8058 Update all callers according to the changes in cli/cli-style.h.
8059 * utils.h (fputs_highlighted): New function.
8060 * utils.c (fputs_highlighted): Likewise.
8061
8062 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8063
8064 * NEWS: Mention new pipe command and new convenience variables.
8065
8066 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8067
8068 * cli/cli-cmds.c (pipe_command): New function.
8069 (_initialize_cli_cmds): Call add_com for pipe_command.
8070 Define | as an alias for pipe.
8071 (exit_status_set_internal_vars): New function.
8072 (shell_escape): Call exit_status_set_internal_vars.
8073 cli/cli-decode.c (find_command_name_length): Recognize | as
8074 a single character command.
8075
8076 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8077
8078 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8079 top.c (execute_command_to_ui_file): New function, mostly a copy
8080 of execute_command_to_string.
8081 (execute_command_to_string): Implement by calling
8082 execute_command_to_ui_file.
8083
8084 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8085
8086 * top.h (saved_command_line): Remove declaration.
8087 * top.c (previous_saved_command_line, previous_repeat_arguments):
8088 New variables.
8089 (saved_command_line): Make static, define together with other
8090 'repeat variables'.
8091 (dont_repeat): Clear repeat_arguments.
8092 (repeat_previous, get_saved_command_line, save_command_line):
8093 New functions.
8094 (gdb_init): Initialize saved_command_line
8095 and previous_saved_command_line.
8096 * main.c (captured_main_1): Remove saved_command_line initialization.
8097 * event-top.c (handle_line_of_input): Update to use
8098 the new 'repeat' related functions instead of direct access to
8099 saved_command_line.
8100 * command.h (repeat_previous, get_saved_command_line,
8101 save_command_line): New declarations.
8102 (dont_repeat): Add comment.
8103
8104 2019-05-30 Tom Tromey <tromey@adacore.com>
8105
8106 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8107 Fix comment.
8108 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8109
8110 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8111
8112 PR cli/24587
8113 * completer.c (complete): Initialize variable word.
8114
8115 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8116
8117 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8118 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8119 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8120 'body' is NULL to the outter 'if', protecting the '!is_define'
8121 situation as well.
8122
8123 2019-05-29 Tom Tromey <tromey@adacore.com>
8124
8125 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8126 (dwarf_unknown): New function.
8127 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8128 (dwarf_type_encoding_name): Use dwarf_unknown.
8129
8130 2019-05-29 Tom Tromey <tromey@adacore.com>
8131
8132 PR c++/20020:
8133 * cp-valprint.c (cp_print_value_fields): Call
8134 cp_print_static_field inside "try".
8135
8136 2019-05-29 Tom Tromey <tromey@adacore.com>
8137
8138 * inflow.c (struct terminal_info): Add default operator=.
8139 * configure: Rebuild.
8140 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8141 -Wdeprecated-copy-dtor, -Wredundant-move.
8142
8143 2019-05-29 Tom Tromey <tromey@adacore.com>
8144
8145 * NEWS: Add entry.
8146 * infcmd.c (print_return_value_1): Handle finish_print
8147 option.
8148 (show_print_finish): New function.
8149 (_initialize_infcmd): Add "set/show print finish" commands.
8150 * valprint.c (user_print_options): Initialize new member.
8151 * valprint.h (struct value_print_options) <finish_print>: New
8152 member.
8153
8154 2019-05-28 Tom Tromey <tromey@adacore.com>
8155
8156 * ada-lang.c (ada_remove_Xbn_suffix)
8157 (find_old_style_renaming_symbol)
8158 (parse_old_style_renaming): Remove.
8159 (ada_find_renaming_symbol): Don't call
8160 find_old_style_renaming_symbol.
8161 (ada_is_renaming_symbol): Rename from
8162 ada_find_renaming_symbol. Remove "block" parameter. Return
8163 bool. Now static.
8164 (ada_read_var_value): Update and simplify.
8165 * ada-exp.y (write_var_or_type): Remove old code.
8166
8167 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8168
8169 PR gdb/25010
8170 * event-top.c: Remove include comment.
8171 * inflow.c (class scoped_ignore_sigttou): Move from here...
8172 * inflow.h (class scoped_ignore_sigttou): ...to here.
8173 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8174 * top.c: Remove include comment.
8175
8176 2019-05-27 Tom Tromey <tom@tromey.com>
8177
8178 * NEWS: Fix typo.
8179
8180 2019-05-22 Tom Tromey <tromey@adacore.com>
8181
8182 * target.c (target_follow_exec): Constify parameter.
8183 * target-delegates.c: Rebuild.
8184 * remote.c (remote_target::follow_exec): Constify parameter.
8185 * infrun.c (follow_exec): Constify parameter.
8186 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8187 (target_follow_exec): Likewise.
8188
8189 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8190
8191 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8192 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8193
8194 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8195
8196 * NEWS: Add debugredirect and testsuite sections.
8197
8198 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8199
8200 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8201 target descriptions using exclusively floating point register name
8202 aliases.
8203
8204 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8205
8206 PR gdb/18644:
8207 * f-lang.c (build_fortran_types): Handle the case where
8208 gdbarch_floatformat_for_type returns a nullptr.
8209
8210 2019-05-21 Tom de Vries <tdevries@suse.de>
8211
8212 PR cli/24587
8213 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8214
8215 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8216
8217 PR gdb/18644:
8218 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8219 16-byte floats.
8220 * i386-tdep.c (i386_floatformat_for_type): Use
8221 floatformats_ia64_quad for the 16-byte floating point component
8222 within a fortran 32-byte complex number.
8223
8224 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8225
8226 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8227 delete default constructor.
8228 (find_partial_die): Update to return const struct.
8229 (partial_die_parent_scope): Move variable declaration into scope
8230 of its use and change its type to auto.
8231 (guess_partial_die_structure_name): Likewise.
8232 (partial_die_info::fixup): Likewise.
8233
8234 2019-05-17 Tom Tromey <tromey@adacore.com>
8235
8236 * source.c (find_and_open_source): Remove cast.
8237
8238 2019-05-17 Tom Tromey <tromey@adacore.com>
8239
8240 * annotate.c (annotate_source): Make "filename" const.
8241 * annotate.h (annotate_source): Use const.
8242
8243 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8244
8245 * disasm.c (set_disassembler_options): Send errors to stderr.
8246
8247 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8248
8249 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
8250 (cli_interp_base::set_logging): Check debug_redirect.
8251 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
8252 * cli/cli-logging.c (debug_redirect): Add static variable.
8253 (pop_output_files): Add default param.
8254 (handle_redirections): Print debug setting.
8255 (show_logging_command): Likewise.
8256 (_initialize_cli_logging): Add debugredirect command.
8257 * interps.c (current_interp_set_logging): Add debug_redirect
8258 parameter.
8259 * interps.h (set_logging): Add debug_redirect parameter.
8260 (current_interp_set_logging): Likewise.
8261 * mi/mi-common.h: Likewise.
8262 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
8263
8264 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8265 Tom Tromey <tromey@adacore.com>
8266
8267 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
8268 directly.
8269 * cli/cli-interp.h (make_logging_output): Remove declaration.
8270 * cli/cli-logging.c (make_logging_output): Remove function.
8271 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
8272 directly.
8273 * ui-file.c (tee_file::tee_file): Remove bools.
8274 (tee_file::~tee_file): Remove deletes.
8275 * ui-file.h (tee_file): Remove bools.
8276
8277 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8278
8279 * mi/mi-cmds.h (mi_cmd_complete): New function.
8280 * mi/mi-main.c (mi_cmd_complete): Likewise.
8281 * mi/mi-cmds.c: Define new MI command -complete.
8282 * NEWS: Mention new -complete command.
8283
8284 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
8285
8286 * completer.h (complete): New function.
8287 * completer.c (complete): Likewise.
8288 * cli/cli-cmds.c: (complete_command): Update to use new complete()
8289 function defined in completer.h.
8290
8291 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
8292
8293 * MAINTAINERS (Write After Approval): Add myself.
8294
8295 2019-05-17 Tom de Vries <tdevries@suse.de>
8296
8297 PR gdb/24094
8298 * dwarf2read.c (struct cu_partial_die_info): New struct.
8299 (find_partial_die): Return cu_partial_die_info.
8300 (partial_die_parent_scope, guess_partial_die_structure_name)
8301 (partial_die_info::fixup): Handle new return type of find_partial_die.
8302
8303 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8304
8305 PR breakpoints/24541
8306 * stap-probe.c (stap_parse_register_operand): Make "regname" an
8307 "std::string", simplifying the algorithm.
8308
8309 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8310
8311 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
8312 (stap_static_probe_ops::get_probes): Likewise.
8313
8314 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8315
8316 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
8317 '-')" and "else if".
8318 (stap_parse_single_operand): Join checks for
8319 "gdbarch_stap_parse_special_token_p" and
8320 "gdbarch_stap_parse_special_token" in the same "if" statement.
8321 Invert check when verifying for operation on register
8322 displacement.
8323
8324 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8325
8326 * stap-probe.c (stap_get_opcode): Update comment.
8327 (stap_get_expected_argument_type): Likewise.
8328 (handle_stap_probe): Likewise.
8329
8330 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
8331
8332 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
8333 return type to 'bool'. Adjust comment. Use 'bool' when
8334 appropriate.
8335 (i386_stap_parse_special_token_three_arg_disp): Likewise.
8336 * stap-probe.c (stap_parse_argument_1): Likewise.
8337 (stap_is_operator): Likewise.
8338 (stap_is_generic_prefix): Likewise.
8339 (stap_is_register_prefix): Likewise.
8340 (stap_is_register_indirection_prefix): Likewise.
8341 (stap_is_integer_prefix): Likewise.
8342 (stap_generic_check_suffix): Likewise.
8343 (stap_check_integer_suffix): Likewise.
8344 (stap_check_register_suffix): Likewise.
8345 (stap_check_register_indirection_suffix): Likewise.
8346 (stap_parse_register_operand): Likewise.
8347 (stap_parse_single_operand): Likewise.
8348 (stap_parse_argument_1): Likewise.
8349 (stap_probe::get_argument_count): Likewise.
8350 (stap_is_operator): Likewise.
8351
8352 2019-05-16 Tom Tromey <tromey@adacore.com>
8353
8354 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
8355 keyword to foreach.
8356
8357 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
8358
8359 * linux-thread-db.c (try_thread_db_load_1): Change return type
8360 to bool.
8361 (try_thread_db_load): Likewise.
8362 (try_thread_db_load_from_pdir_1): Likewise.
8363 (try_thread_db_load_from_pdir): Likewise.
8364 (try_thread_db_load_from_sdir): Likewise.
8365 (try_thread_db_load_from_dir): Likewise.
8366 (thread_db_load_search): Likewise.
8367 (has_libpthread): Likewise.
8368 (thread_db_load): Likewise.
8369
8370 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
8371
8372 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8373 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
8374 NULL, and complain/return if that's the case.
8375
8376 2019-05-15 John Darrington <john@darrington.wattle.id.au>
8377
8378 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
8379 (advance, posn, abstract_read_memory): New functions.
8380 [struct mem_read_abstraction]: New struct.
8381 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
8382
8383 2019-05-14 Tom Tromey <tromey@adacore.com>
8384
8385 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
8386 value is not lval_memory.
8387
8388 2019-05-14 Tom Tromey <tromey@adacore.com>
8389
8390 * solib.c (info_sharedlibrary_command): Style the file name.
8391
8392 2019-05-14 Alan Hayward <alan.hayward@arm.com>
8393
8394 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
8395 (aarch64_vnv_type): Likewise.
8396 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
8397 * common/tdesc.c: Likewise.
8398 * common/tdesc.h (enum tdesc_type_kind): Likewise.
8399 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
8400 * features/aarch64-fpu.xml: Add ieee half view.
8401 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
8402 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
8403 * gdbtypes.h (struct builtin_type): Likewise.
8404 (struct objfile_type): Likewise.
8405
8406 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
8407
8408 * language.c (language_sniff_from_mangled_name): Fix "langauge"
8409 typo.
8410 * location.h (string_to_event_location): Likewise.
8411
8412 2019-05-11 Joel Brobecker <brobecker@adacore.com>
8413
8414 GDB 8.3 released.
8415
8416 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8417
8418 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
8419 New variable declaration.
8420 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
8421 New variable.
8422 (print_one_breakpoint): Use ui_out::test_flags and new global
8423 variable to compute use_fixed_output.
8424 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
8425 Remove.
8426 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
8427 (mi_multi_location_breakpoint_output_fixed): Remove.
8428 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
8429 new variable.
8430 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
8431 fix_multi_location_breakpoint_output flag if version >= 3.
8432 * ui-out.h (enum ui_out_flag)
8433 <fix_multi_location_breakpoint_output>: New enumerator.
8434
8435 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
8436
8437 * contrib/cc-with-tweaks.sh: Validate dwz's work.
8438
8439 2019-05-10 Tom Tromey <tromey@adacore.com>
8440
8441 * ada-lang.c (catch_ada_completer): New function.
8442 (_initialize_ada_language): Use it.
8443
8444 2019-05-10 Tom Tromey <tromey@adacore.com>
8445
8446 * thread.c (print_thread_info): Make "requested_threads" const.
8447 * gdbthread.h (print_thread_info): Make "requested_threads"
8448 const.
8449 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
8450 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
8451
8452 2019-05-08 Tom Tromey <tom@tromey.com>
8453
8454 * gdbtypes.c (objfile_type_data): Change type.
8455 (objfile_type, _initialize_gdbtypes): Update.
8456
8457 2019-05-08 Tom Tromey <tom@tromey.com>
8458
8459 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
8460 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
8461 (_initialize_dwarf2_frame): Update.
8462
8463 2019-05-08 Tom Tromey <tom@tromey.com>
8464
8465 * objc-lang.c (objc_objfile_data): Change type.
8466 (find_methods): Update.
8467 (_initialize_objc_lang): Remove.
8468
8469 2019-05-08 Tom Tromey <tom@tromey.com>
8470
8471 * stabsread.c (rs6000_builtin_type_data): Change type.
8472 (rs6000_builtin_type, _initialize_stabsread): Update.
8473
8474 2019-05-08 Tom Tromey <tom@tromey.com>
8475
8476 * mips-tdep.c (mips_pdr_data): Remove.
8477 (_initialize_mips_tdep): Update.
8478
8479 2019-05-08 Tom Tromey <tom@tromey.com>
8480
8481 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
8482 (hppa_init_objfile_priv_data, read_unwind_info)
8483 (find_unwind_entry, _initialize_hppa_tdep): Update.
8484
8485 2019-05-08 Tom Tromey <tom@tromey.com>
8486
8487 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
8488 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
8489 on obstack.
8490 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
8491
8492 2019-05-08 Tom Tromey <tom@tromey.com>
8493
8494 * mdebugread.c (basic_type_data): Change type.
8495 (basic_type, _initialize_mdebugread): Update.
8496
8497 2019-05-08 Tom Tromey <tom@tromey.com>
8498
8499 * common/gdb_unique_ptr.h (struct noop_deleter): New.
8500
8501 2019-05-08 Tom Tromey <tom@tromey.com>
8502
8503 * nto-tdep.c (nto_inferior_data_reg): Change type.
8504 (nto_inferior_data): Update.
8505 (nto_inferior_data_cleanup, nto_new_inferior_data)
8506 (_initialize_nto_tdep): Remove.
8507 * nto-tdep.h (struct nto_inferior_data): Add initializers.
8508
8509 2019-05-08 Tom Tromey <tom@tromey.com>
8510
8511 * ada-lang.c (struct ada_inferior_data): Add initializers.
8512 (ada_inferior_data): Change type.
8513 (ada_inferior_data_cleanup): Remove.
8514 (get_ada_inferior_data, ada_inferior_exit)
8515 (struct ada_pspace_data): Add initializers, destructor.
8516 (ada_pspace_data_handle): Change type.
8517 (get_ada_pspace_data): Update.
8518 (ada_pspace_data_cleanup): Remove.
8519
8520 2019-05-08 Tom Tromey <tom@tromey.com>
8521
8522 * coffread.c (struct coff_symfile_info): Add initializers.
8523 (coff_objfile_data_key): Move lower. Change type.
8524 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
8525 Update.
8526 (coff_free_info): Remove.
8527
8528 2019-05-08 Tom Tromey <tom@tromey.com>
8529
8530 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
8531 (fbsd_pspace_data_handle): Move lower. Change type.
8532 (get_fbsd_pspace_data): Update.
8533 (fbsd_pspace_data_cleanup): Remove.
8534 (_initialize_fbsd_tdep): Update.
8535
8536 2019-05-08 Tom Tromey <tom@tromey.com>
8537
8538 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
8539 (get_ada_tasks_pspace_data): Update.
8540 (ada_tasks_pspace_data_cleanup): Remove.
8541 (_initialize_tasks): Update.
8542 (ada_tasks_inferior_data_handle): Change type.
8543 (get_ada_tasks_inferior_data): Update.
8544 (ada_tasks_inferior_data_cleanup): Remove.
8545 (struct ada_tasks_pspace_data): Add initializers.
8546
8547 2019-05-08 Tom Tromey <tom@tromey.com>
8548
8549 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
8550 * symfile-debug.c (debug_sym_get_probes): Change type.
8551 * stap-probe.c (handle_stap_probe):
8552 (stap_static_probe_ops::get_probes): Change type.
8553 * probe.h (class static_probe_ops) <get_probes>: Change type.
8554 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
8555 (parse_probes_in_pspace): Update.
8556 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
8557 Update.
8558 (any_static_probe_ops::get_probes): Change type.
8559 * elfread.c (elfread_data): New typedef.
8560 (probe_key): Change type.
8561 (elf_get_probes): Likewise. Update.
8562 (probe_key_free): Remove.
8563 (_initialize_elfread): Update.
8564 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
8565 Change type.
8566 (dtrace_process_dof_probe, dtrace_process_dof)
8567 (dtrace_static_probe_ops::get_probe): Change type.
8568
8569 2019-05-08 Tom Tromey <tom@tromey.com>
8570
8571 * xcoffread.c (struct xcoff_symfile_info): Rename from
8572 coff_symfile_info. Add initializers.
8573 (xcoff_objfile_data_key): Move lower. Change type.
8574 (XCOFF_DATA): Rewrite.
8575 (xcoff_free_info): Remove.
8576 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
8577 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
8578 (xcoff_initial_scan): Update.
8579
8580 2019-05-08 Tom Tromey <tom@tromey.com>
8581
8582 * solib-svr4.c (struct svr4_info): Add initializers and
8583 destructor.
8584 <probes_table>: Now an htab_up.
8585 (solib_svr4_pspace_data): Change type.
8586 (free_probes_table): Simplify.
8587 (~svr4_info): Rename from svr4_pspace_data_cleanup.
8588 (get_svr4_info, probes_table_htab_remove_objfile_probes)
8589 (probes_table_remove_objfile_probes, register_solib_event_probe)
8590 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
8591 (_initialize_svr4_solib): Update.
8592
8593 2019-05-08 Tom Tromey <tom@tromey.com>
8594
8595 * remote.c (remote_pspace_data): Change type.
8596 (remote_pspace_data_cleanup): Remove.
8597 (get_remote_exec_file, set_pspace_remote_exec_file)
8598 (_initialize_remote): Update.
8599
8600 2019-05-08 Tom Tromey <tom@tromey.com>
8601
8602 * breakpoint.c (breakpoint_objfile_key): Change type.
8603 (get_breakpoint_objfile_data): Update.
8604 (free_breakpoint_objfile_data): Remove.
8605 (_initialize_breakpoint): Update.
8606
8607 2019-05-08 Tom Tromey <tom@tromey.com>
8608
8609 * linux-tdep.c (struct linux_info): Add initializers.
8610 (linux_inferior_data): Move. Change type.
8611 (invalidate_linux_cache_inf): Update.
8612 (linux_inferior_data_cleanup): Remove.
8613 (get_linux_inferior_data, _initialize_linux_tdep): Update.
8614
8615 2019-05-08 Tom Tromey <tom@tromey.com>
8616
8617 * auxv.c (auxv_inferior_data): Move. Change type.
8618 (auxv_inferior_data_cleanup): Remove.
8619 (invalidate_auxv_cache_inf): Rewrite.
8620 (get_auxv_inferior_data, _initialize_auxv): Update.
8621
8622 2019-05-08 Tom Tromey <tom@tromey.com>
8623
8624 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
8625 (symfile_debug_objfile_data_key): Change type.
8626 (symfile_debug_installed, debug_qf_has_symbols)
8627 (debug_qf_find_last_source_symtab)
8628 (debug_qf_forget_cached_source_info)
8629 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
8630 (debug_qf_print_stats, debug_qf_dump)
8631 (debug_qf_expand_symtabs_for_function)
8632 (debug_qf_expand_all_symtabs)
8633 (debug_qf_expand_symtabs_with_fullname)
8634 (debug_qf_map_matching_symbols)
8635 (debug_qf_expand_symtabs_matching)
8636 (debug_qf_find_pc_sect_compunit_symtab)
8637 (debug_qf_map_symbol_filenames)
8638 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
8639 (debug_sym_new_init, debug_sym_init, debug_sym_read)
8640 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
8641 (debug_sym_read_linetable, debug_sym_relocate): Update.
8642 (symfile_debug_free_objfile): Remove.
8643 (install_symfile_debug_logging, _initialize_symfile_debug):
8644 Update.
8645
8646 2019-05-08 Tom Tromey <tom@tromey.com>
8647
8648 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
8649 allocate_on_obstack.
8650 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
8651 (get_dwarf2_per_objfile): Update.
8652 (set_dwarf2_per_objfile): Remove.
8653 (dwarf2_has_info, dwarf2_get_section_info): Update.
8654 (dwarf2_free_objfile): Remove.
8655 (_initialize_dwarf2_read): Update.
8656
8657 2019-05-08 Tom Tromey <tom@tromey.com>
8658
8659 * auto-load.c (struct auto_load_pspace_info): Add destructor and
8660 initializers.
8661 <unsupported_script_warning_printed,
8662 script_not_found_warning_printed>: Now bool.
8663 (auto_load_pspace_data): Change type.
8664 (~auto_load_pspace_info): Rename from
8665 auto_load_pspace_data_cleanup.
8666 (get_auto_load_pspace_data, init_loaded_scripts_info)
8667 (clear_section_scripts, maybe_print_unsupported_script_warning)
8668 (maybe_print_script_not_found_warning, _initialize_auto_load):
8669 Update.
8670
8671 2019-05-08 Tom Tromey <tom@tromey.com>
8672
8673 * objfiles.c (objfile_pspace_info): Add destructor and
8674 initializers.
8675 (objfiles_pspace_data): Change type.
8676 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
8677 (get_objfile_pspace_data): Update.
8678 (objfiles_bfd_data): Change type.
8679 (get_objfile_bfd_data): Update.
8680 (objfile_bfd_data_free, _initialize_objfiles): Remove.
8681
8682 2019-05-08 Tom Tromey <tom@tromey.com>
8683
8684 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
8685 Change type.
8686 (get_catch_syscall_inferior_data): Update.
8687 (catch_syscall_inferior_data_cleanup): Remove.
8688 (_initialize_break_catch_syscall): Update.
8689
8690 2019-05-08 Tom Tromey <tom@tromey.com>
8691
8692 * inflow.c (struct terminal_info): Add destructor and
8693 initializers.
8694 (inflow_inferior_data): Change type.
8695 (~terminal_info): Rename from inflow_inferior_data_cleanup.
8696 (get_inflow_inferior_data, inflow_inferior_exit)
8697 (swap_terminal_info, _initialize_inflow): Update.
8698
8699 2019-05-08 Tom Tromey <tom@tromey.com>
8700
8701 * target-dcache.c (target_dcache_cleanup): Remove.
8702 (target_dcache_aspace_key): Change type.
8703 (target_dcache_init_p, target_dcache_invalidate)
8704 (target_dcache_get, target_dcache_get_or_init)
8705 (_initialize_target_dcache): Update.
8706 * dcache.h (struct dcache_deleter): New.
8707
8708 2019-05-08 Tom Tromey <tom@tromey.com>
8709
8710 * symtab.c (struct symbol_cache): Add destructor and
8711 initializers.
8712 (symbol_cache_key): Move. Change type.
8713 (make_symbol_cache, free_symbol_cache): Remove.
8714 (get_symbol_cache): Update.
8715 (symbol_cache_cleanup): Remove.
8716 (ALL_PSPACES, symbol_cache_flush)
8717 (maintenance_print_symbol_cache)
8718 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
8719 Update.
8720
8721 2019-05-08 Tom Tromey <tom@tromey.com>
8722
8723 * symtab.c (struct main_info): Add destructor and initializers.
8724 (main_progspace_key): Move. Change type.
8725 (get_main_info): Update.
8726 (main_info_cleanup): Remove.
8727 (_initialize_symtab): Update.
8728
8729 2019-05-08 Tom Tromey <tom@tromey.com>
8730
8731 * registry.h (DECLARE_REGISTRY): Define the _key class.
8732
8733 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8734
8735 * NEWS: Merge two 'New commands' sections.
8736
8737 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8738
8739 * ada-valprint.c (ada_val_print_gnat_array): Remove language
8740 parameter and use Ada language definition instead.
8741 (ada_val_print_ptr): Remove unused language parameter.
8742 (ada_val_print_num): Remove language parameter and use Ada language
8743 definition instead.
8744 (ada_val_print_enum, ada_val_print_flt): Remove unused language
8745 parameter.
8746 (ada_val_print_struct_union, ada_val_print_ref): Remove language
8747 parameter and use Ada language definition instead.
8748 (ada_val_print_1): Update all ada_val_print_xxx calls.
8749 Remove language parameter.
8750 (ada_val_print): Update ada_val_print_1 call.
8751
8752 2019-05-08 Tom Tromey <tromey@adacore.com>
8753
8754 * remote.c (remote_hw_watchpoint_limit)
8755 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
8756 Now static.
8757
8758 2019-05-08 Tom Tromey <tromey@adacore.com>
8759
8760 * maint.c (_initialize_maint_cmds): Move initialization code to
8761 remote.c.
8762 (watchdog, show_watchdog): Move to remote.c.
8763 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
8764 "watchdog" static.
8765 (_initialize_remote): Move initialization code from maint.c.
8766 * defs.h (watchdog): Don't declare.
8767
8768 2019-05-08 Tom Tromey <tromey@adacore.com>
8769
8770 * tui/tui-interp.c: Include main.h.
8771 * interps.c: Include main.h.
8772 * main.h (interpreter_p): Declare.
8773 * defs.h (interpreter_p): Don't declare.
8774
8775 2019-05-08 Tom Tromey <tromey@adacore.com>
8776
8777 * dwarf2loc.c: Include dwarf2read.h.
8778 * defs.h (read_unsigned_leb128): Don't declare.
8779 * dwarf2read.h (read_unsigned_leb128): Declare.
8780
8781 2019-05-08 Tom Tromey <tromey@adacore.com>
8782
8783 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
8784 method.
8785
8786 2019-05-08 Tom Tromey <tromey@adacore.com>
8787
8788 * utils.c (fputs_maybe_filtered): Reset style after paging, even
8789 when no wrap column is set.
8790
8791 2019-05-08 Tom Tromey <tromey@adacore.com>
8792
8793 * c-lang.c (c_get_string): Handle non-C-style arrays.
8794
8795 2019-05-08 Tom Tromey <tromey@adacore.com>
8796
8797 * typeprint.c (print_offset_data::update): Print the bit offset,
8798 not the number of bits remaining.
8799
8800 2019-05-08 Tom Tromey <tromey@adacore.com>
8801
8802 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
8803 padding at end of comment.
8804
8805 2019-05-08 Tom Tromey <tromey@adacore.com>
8806
8807 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
8808 Compare main types.
8809
8810 2019-05-06 Tom Tromey <tom@tromey.com>
8811
8812 * common/scoped_mmap.c: Include common-defs.h.
8813 * common/scoped_mmap.h: Don't include config.h.
8814
8815 2019-05-04 Tom Tromey <tom@tromey.com>
8816
8817 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
8818 (struct aarch64_call_info): Add initializers.
8819 <si>: Now a std::vector.
8820 (pass_on_stack, aarch64_push_dummy_call): Update.
8821
8822 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
8823 Tom Tromey <tom@tromey.com>
8824
8825 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
8826 (ppc_threads): Now a std::vector. Now static.
8827 (hwdebug_find_thread_points_by_tid)
8828 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
8829 Update.
8830
8831 2019-05-04 Tom Tromey <tom@tromey.com>
8832
8833 * arc-tdep.c (arc_tdesc_init): Return bool.
8834
8835 2019-05-04 Tom Tromey <tom@tromey.com>
8836
8837 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
8838 Use gdb_assert_not_reached.
8839
8840 2019-05-04 Tom Tromey <tom@tromey.com>
8841
8842 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
8843 "false".
8844
8845 2019-05-04 Tom Tromey <tom@tromey.com>
8846
8847 * arc-tdep.c (arc_tdesc_init): Use bool.
8848
8849 2019-05-04 Tom Tromey <tom@tromey.com>
8850
8851 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
8852
8853 2019-05-04 Tom Tromey <tom@tromey.com>
8854
8855 * cli/cli-cmds.c (valid_command_p): Return bool.
8856
8857 2019-05-04 Tom Tromey <tom@tromey.com>
8858
8859 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
8860 * command.h (valid_user_defined_cmd_name_p): Channge return type.
8861
8862 2019-05-04 Raul Tambre <raul@tambre.ee>
8863
8864 * python/lib/gdb/prompt.py (_ExtendedPrompt)
8865 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
8866 operator for comparison.
8867
8868 2019-05-04 Tom Tromey <tom@tromey.com>
8869
8870 * psymtab.c (psymbol_name_matches, match_partial_symbol)
8871 (lookup_partial_symbol, print_partial_symbols)
8872 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
8873 (psymbol_compare): Update.
8874 (add_psymbol_to_bcache): Clear the entire psymbol.
8875 (maintenance_check_psymtabs): Update.
8876 * psympriv.h (struct partial_symbol): Don't derive from
8877 general_symbol_info.
8878 <obj_section, unrelocated_address, address,
8879 set_unrelocated_address>: Update.
8880 <ginfo>: New member.
8881 * dwarf-index-write.c (write_psymbols, debug_names::insert)
8882 (debug_names::write_psymbols): Update.
8883
8884 2019-05-04 Tom de Vries <tdevries@suse.de>
8885
8886 * contrib/cc-with-tweaks.sh: Support -n arg.
8887
8888 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8889
8890 * corelow.c (core_target::detach): Ensure frame cache and
8891 register caches are cleared.
8892 inferior.c (exit_inferior_1): Likewise.
8893
8894 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
8895 Tom Tromey <tom@tromey.com>
8896
8897 * dictionary.c (collate_pending_symbols_by_language): Remove
8898 "struct" from foreach.
8899 * symtab.c (lookup_global_symbol_from_objfile)
8900 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
8901 foreach.
8902 * ser-tcp.c (net_open): Remove "struct" from foreach.
8903 * objfiles.c (objfile_relocate, objfile_rebase)
8904 (objfile_has_symbols): Remove "struct" from foreach.
8905 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
8906 from foreach.
8907 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
8908 foreach.
8909 * darwin-nat.c (thread_info_from_private_thread_info): Remove
8910 "struct" from foreach.
8911 * ada-lang.c (create_excep_cond_exprs)
8912 (ada_exception_catchpoint_cond_string): Remove "struct" from
8913 foreach.
8914
8915 2019-05-03 Tom Tromey <tromey@adacore.com>
8916
8917 * ada-exp.y (convert_char_literal): Check suffix of each
8918 enumerator.
8919
8920 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
8921
8922 PR ada/21406:
8923 * ada-exp.y (yywrap): Don't define.
8924 * ada-lex.l (%option): Add noyywrap
8925 (yywrap): Remove.
8926
8927 2019-05-03 Eli Zaretskii <eliz@gnu.org>
8928
8929 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
8930 _WIN32_WINNT to the XP level, unless already defined to a higher
8931 level.
8932
8933 * unittests/parse-connection-spec-selftests.c:
8934 * ser-tcp.c:
8935 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
8936 override.
8937
8938 * symfile.c (find_separate_debug_file): Remove colon from the
8939 drive spec of DOS/Windows file names of the target, so that the
8940 file name produced from DEBUGDIR and the target's directory will
8941 be valid on DOS/Windows systems.
8942
8943 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8944
8945 * rust-lang.c (val_print_struct): Handle printing structures
8946 containing strings.
8947
8948 2019-05-02 Tom Tromey <tromey@adacore.com>
8949
8950 * valarith.c (_initialize_valarith): Remove.
8951
8952 2019-05-01 Tom Tromey <tromey@adacore.com>
8953
8954 * ada-lang.c (ada_value_primitive_field): Treat more fields as
8955 bitfields.
8956
8957 2019-05-01 Tom Tromey <tromey@adacore.com>
8958
8959 * ada-lang.c (ada_value_assign): Correctly compute starting offset
8960 for big-endian copies.
8961
8962 2019-04-30 Ali Tamur <tamur@google.com>
8963 * gdb/dwarf2read.c (read_3_bytes): New declaration.
8964 (read_attribute_value): Added DW_FORM_strx1-4 cases.
8965 (read_3_bytes): New function.
8966
8967 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8968
8969 * windows-nat.c (main_thread_id): Delete.
8970 (handle_output_debug_string): Replace main_thread_id by
8971 current_event.dwThreadId.
8972 (fake_create_process): Likewise.
8973 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
8974 Do not set main_thread_id.
8975 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
8976 current_event.dwThreadId.
8977 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
8978
8979 2019-04-30 Joel Brobecker <brobecker@adacore.com>
8980
8981 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
8982 Use current_event.dwThreadId instead of main_thread_id.
8983
8984 2019-04-30 Tom Tromey <tromey@adacore.com>
8985
8986 * ada-lang.c (ada_lookup_simple_minsyms): New function.
8987 (create_excep_cond_exprs): Iterate over program spaces.
8988 (ada_exception_catchpoint_cond_string): Examine all minimal
8989 symbols for exception types.
8990
8991 2019-04-30 Tom Tromey <tromey@adacore.com>
8992
8993 PR c++/24470:
8994 * dwarf2read.c (process_structure_scope): Handle case where type
8995 has template parameters but no symbol was created.
8996
8997 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8998 Chris January <chris.january@arm.com>
8999
9000 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9001 qualifier.
9002 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9003
9004 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9005
9006 * f-typeprint.c (f_print_type): Update rules for printing
9007 whitespace.
9008 (f_type_print_varspec_suffix): Likewise.
9009
9010 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9011 Chris January <chris.january@arm.com>
9012
9013 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9014 function arguments.
9015
9016 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9017
9018 * f-lang.c (build_fortran_types): Change name of void type to
9019 lower case.
9020 * f-typeprint.c (f_type_print_base): Print the name of the void
9021 type, rather than a fixed string.
9022 * f-valprint.c (f_decorations): Use lower case void string.
9023
9024 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9025 Chris January <chris.january@arm.com>
9026
9027 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9028 types for Fortran.
9029
9030 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9031 Chris January <chris.january@arm.com>
9032 David Lecomber <david.lecomber@arm.com>
9033
9034 * f-exp.y (BINOP_INTRINSIC): New token.
9035 (exp): New parser rule handling BINOP_INTRINSIC.
9036 (f77_keywords): Add new builtin procedures.
9037 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9038 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9039 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9040 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9041 (print_unop_subexp_f): New function.
9042 (print_binop_subexp_f): New function.
9043 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9044 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9045 (dump_subexp_body_f): Likewise.
9046 (operator_check_f): Likewise.
9047 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9048 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9049
9050 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9051
9052 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9053 UNOP_KIND.
9054 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9055 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9056 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9057 (operator_length_f): New fuction.
9058 (print_subexp_f): New function.
9059 (op_name_f): New function.
9060 (dump_subexp_body_f): New function.
9061 (operator_check_f): New function.
9062 (exp_descriptor_f): Replace standard expression handling functions
9063 with new functions.
9064 * gdb/fortran-operator.def: New file.
9065 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9066 * gdb/std-operator.def: Remove UNOP_KIND.
9067
9068 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * std-operator.def: Remove unbalanced, stray double quote
9071 character.
9072
9073 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9074 Chris January <chris.january@arm.com>
9075 Daniel Everett <daniel.everett@arm.com>
9076 Nick Forrington <nick.forrington@arm.com>
9077 Richard Bunt <richard.bunt@arm.com>
9078
9079 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9080 of depth when printing anonymous structs or unions.
9081 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9082 Don't print either the top-level value, or the children if the
9083 max-depth is exceeded.
9084 (ppscm_print_children): When printing the key of a map, allow one
9085 extra level of depth.
9086 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9087 print either the top-level value, or the children if the max-depth
9088 is exceeded.
9089 (print_children): When printing the key of a map, allow one extra
9090 level of depth.
9091 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9092 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9093 (user_print_options): Initialise max_depth field.
9094 (val_print_scalar_or_string_type_p): New function.
9095 (val_print): Check to see if the max depth has been reached.
9096 (val_print_check_max_depth): Define new function.
9097 (show_print_max_depth): New function.
9098 (_initialize_valprint): Add 'print max-depth' option.
9099 * valprint.h (struct value_print_options) <max_depth>: New field.
9100 (val_print_check_max_depth): Declare new function.
9101 * NEWS: Document new feature.
9102
9103 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9104
9105 * ada-lang.c (ada_language_defn): Initialise new field.
9106 * c-lang.c (c_is_string_type_p): New function.
9107 (c_language_defn): Initialise new field.
9108 (cplus_language_defn): Initialise new field.
9109 (asm_language_defn): Initialise new field.
9110 (minimal_language_defn): Initialise new field.
9111 * c-lang.h (c_is_string_type_p): Declare new function.
9112 * d-lang.c (d_language_defn): Initialise new field.
9113 * f-lang.c (f_is_string_type_p): New function.
9114 (f_language_defn): Initialise new field.
9115 * go-lang.c (go_is_string_type_p): New function.
9116 (go_language_defn): Initialise new field.
9117 * language.c (default_is_string_type_p): New function.
9118 (unknown_language_defn): Initialise new field.
9119 (auto_language_defn): Initialise new field.
9120 * language.h (struct language_defn) <la_is_string_type_p>: New
9121 member variable.
9122 (default_is_string_type_p): Declare new function.
9123 * m2-lang.c (m2_language_defn): Initialise new field.
9124 * objc-lang.c (objc_language_defn): Initialise new field.
9125 * opencl-lang.c (opencl_language_defn): Initialise new field.
9126 * p-lang.c (pascal_is_string_type_p): New function.
9127 (pascal_language_defn): Initialise new field.
9128 * rust-lang.c (rust_is_string_type_p): New function.
9129 (rust_language_defn): Initialise new field.
9130
9131 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9132
9133 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9134 New field.
9135 * ada-lang.c (ada_language_defn): Initialise new field.
9136 * c-lang.c (c_language_defn): Likewise.
9137 (cplus_language_defn): Likewise.
9138 (asm_language_defn): Likewise.
9139 (minimal_language_defn): Likewise.
9140 * d-lang.c (d_language_defn): Likewise.
9141 * f-lang.c (f_language_defn): Likewise.
9142 * go-lang.c (go_language_defn): Likewise.
9143 * language.c (unknown_language_defn): Likewise.
9144 (auto_language_defn): Likewise.
9145 * m2-lang.c (m2_language_defn): Likewise.
9146 * objc-lang.c (objc_language_defn): Likewise.
9147 * opencl-lang.c (opencl_language_defn): Likewise.
9148 * p-lang.c (pascal_language_defn): Likewise.
9149 * rust-lang.c (rust_language_defn): Likewise.
9150
9151 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9152
9153 * ada-lang.c (ada_is_character_type): Change return type to bool.
9154 (ada_is_string_type): Likewise.
9155 * ada-lang.h (ada_is_character_type): Update declaration
9156 (ada_is_string_type): Likewise.
9157
9158 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9159
9160 Support style in 'frame|thread apply'
9161
9162 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9163 * record.c (record_start, record_stop): Update callers of
9164 execute_command_to_string with false.
9165 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9166 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9167 methods.
9168 (class string_file): New constructor with term_out parameter.
9169 Override methods term_out and can_emit_style_escape. New member
9170 term_out.
9171 (class stdio_file): Override can_emit_style_escape.
9172 (class tee_file): Override term_out and can_emit_style_escape.
9173 * utils.h (can_emit_style_escape): Remove.
9174 * utils.c (can_emit_style_escape): Likewise.
9175 Update all callers of can_emit_style_escape (SOMESTREAM) to
9176 SOMESTREAM->can_emit_style_escape.
9177 * source-cache.c (source_cache::get_source_lines): Likewise.
9178 * stack.c (frame_apply_command_count): Call execute_command_to_string
9179 passing the term_out characteristic of the current gdb_stdout.
9180 * thread.c (thr_try_catch_cmd): Likewise.
9181 * top.c (execute_command_to_string): pass term_out parameter
9182 to construct the string_file for the command output.
9183 * ui-file.c (term_cli_styling): New function (most code moved
9184 from utils.c can_emit_style_escape).
9185 (string_file::string_file, string_file::can_emit_style_escape,
9186 stdio_file::can_emit_style_escape, tee_file::term_out,
9187 tee_file::can_emit_style_escape): New functions.
9188
9189 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9190
9191 * NEWS: Mention the new set|show may-call-functions.
9192 * infcall.c (may_call_functions_p): New variable.
9193 (show_may_call_functions_p): New function.
9194 (call_function_by_hand_dummy): Throws an error if not
9195 may-call-functions.
9196 (_initialize_infcall): Call add_setshow_boolean_cmd for
9197 may-call-functions.
9198
9199 2019-04-25 Keith Seitz <keiths@redhat.com>
9200
9201 PR c++/24367
9202 * cp-support.c (inspect_type): Don't attempt substitutions
9203 of symbol with the same name.
9204
9205 2019-04-25 Tom Tromey <tromey@adacore.com>
9206
9207 PR gdb/24475:
9208 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9209 static.
9210
9211 2019-04-25 Tom Tromey <tromey@adacore.com>
9212
9213 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9214 rvalue reference.
9215 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9216 (gdb_xml_parser::parse): Use std::move.
9217 * python/python-internal.h (gdbpy_convert_exception): Take a const
9218 reference.
9219 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9220 std::move.
9221 * python/py-utils.c (gdbpy_convert_exception): Take a const
9222 reference.
9223 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9224 Use std::move.
9225 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9226 Use std::move.
9227 * mi/mi-main.c (mi_print_exception): Take a const reference.
9228 * main.c (handle_command_errors): Take a const reference.
9229 * linespec.c (parse_linespec): Use std::move.
9230 * infcall.c (run_inferior_call): Use std::move.
9231 (call_function_by_hand_dummy): Use std::move.
9232 * exec.c (try_open_exec_file): Use std::move.
9233 * exceptions.h (exception_print, exception_fprintf)
9234 (exception_print_same): Update.
9235 * exceptions.c (print_exception, exception_print)
9236 (exception_fprintf, exception_print_same): Change parameters to
9237 const reference.
9238 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
9239 * common/new-op.c: Use std::move.
9240 * common/common-exceptions.h (struct gdb_exception): Add move
9241 constructor.
9242 (struct gdb_exception_error, struct gdb_exception_quit, struct
9243 gdb_quit_bad_alloc): Change constructor to move constructor.
9244 (throw_exception): Change parameter to rvalue reference.
9245 * common/common-exceptions.c (throw_exception): Take rvalue
9246 reference.
9247 * cli/cli-interp.c (safe_execute_command): Use std::move.
9248 * breakpoint.c (insert_bp_location, location_to_sals): Use
9249 std::move.
9250
9251 2019-04-25 Tom Tromey <tromey@adacore.com>
9252
9253 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
9254 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
9255 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
9256 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
9257 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
9258 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
9259 guile/scm-value.c: Use unpack.
9260 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
9261 gdbscm_gdb_exception.
9262 (gdbscm_throw_gdb_exception): Likewise.
9263 (struct gdbscm_gdb_exception): New.
9264 (unpack): New function.
9265 (gdbscm_wrap): Use unpack.
9266
9267 2019-04-25 Tom Tromey <tromey@adacore.com>
9268
9269 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9270 (gdb_rl_callback_handler): Use std::move.
9271 * common/common-exceptions.h (struct gdb_exception): Add move
9272 assignment operator.
9273 (throw_exception_sjlj): Change "exception" to const reference.
9274 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
9275 (throw_exception_sjlj): Change "exception" to const reference.
9276
9277 2019-04-25 Tom Tromey <tromey@adacore.com>
9278
9279 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
9280 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
9281 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9282 Update.
9283 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9284 Update.
9285 * mi/mi-interp.c (mi_interp::exec): Update.
9286 * linespec.c (parse_linespec): Update.
9287 * infcall.c (run_inferior_call): Update.
9288 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
9289 * guile/scm-symbol.c (gdbscm_lookup_symbol)
9290 (gdbscm_lookup_global_symbol): Update.
9291 * guile/scm-param.c (gdbscm_parameter_value): Update.
9292 * guile/scm-frame.c (gdbscm_frame_read_register)
9293 (gdbscm_frame_read_var): Update.
9294 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9295 * exec.c (try_open_exec_file): Update.
9296 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
9297 (gdb_rl_callback_handler): Update.
9298 * common/common-exceptions.h (exception_none): Don't declare.
9299 * common/common-exceptions.c (exception_none): Don't define.
9300 (struct catcher) <exception>: Update.
9301 * cli/cli-interp.c (safe_execute_command): Update.
9302 * breakpoint.c (insert_bp_location, location_to_sals): Update.
9303
9304 2019-04-25 Ali Tamur <tamur@google.com>
9305
9306 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
9307 (read_attribute_value): Likewise.
9308 (dwarf2_read_addr_index): Update comment.
9309 (read_str_index): Add DW_FORM_strx.
9310 (dwarf2_string_attr): Likewise.
9311 (dwarf2_const_value_attr): Likewise.
9312 (dump_die_shallow): Likewise.
9313 (dwarf2_fetch_constant_bytes): Likewise.
9314 (skip_form_bytes): Likewise.
9315 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9316
9317 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9318
9319 PR corefiles/11608
9320 PR corefiles/18187
9321 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
9322 OFFSET. Verify if current mapping contains an ELF header.
9323 (linux_find_memory_regions_full): Adjust call to
9324 dump_mapping_p.
9325
9326 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
9327 Kang Li <kanglictf@gmail.com>
9328
9329 PR gdb/21600
9330
9331 * dwarf2-frame.c (read_initial_length): Be consistent about using
9332 unsigned representation of length.
9333 (decode_frame_entry_1): Likewise. Check for wraparound of
9334 end pointer as well as buffer overflow.
9335
9336 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
9337
9338 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
9339 "vq".
9340
9341 2019-04-24 Tom Tromey <tromey@adacore.com>
9342
9343 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
9344
9345 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * s12z-tdep.c (s12z_unwind_pc): Delete.
9348 (s12z_unwind_sp): Delete.
9349 (s12z_gdbarch_init): Don't register deleted functions with
9350 gdbarch.
9351
9352 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9353
9354 * rl78-tdep.c (rl78_unwind_sp): Delete.
9355 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
9356
9357 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9358
9359 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
9360 (xstormy16_unwind_pc): Delete.
9361 (xstormy16_dummy_id): Delete.
9362 (xstormy16_gdbarch_init): Don't register deleted functions with
9363 gdbarch.
9364
9365 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9366
9367 * vax-tdep.c (vax_unwind_pc): Delete.
9368 (vax_gdbarch_init): Don't register deleted function with gdbarch.
9369
9370 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9371
9372 * v850-tdep.c (v850_unwind_sp): Delete.
9373 (v850_unwind_pc): Delete.
9374 (v850_dummy_id): Delete.
9375 (v850_gdbarch_init): Don't register deleted functions with
9376 gdbarch.
9377
9378 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9379
9380 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
9381 (tilegx_unwind_pc): Delete.
9382 (tilegx_unwind_dummy_id): Delete.
9383 (tilegx_gdbarch_init): Don't register deleted functions with
9384 gdbarch.
9385
9386 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9387
9388 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
9389 (tic6x_dummy_id): Delete.
9390 (tic6x_gdbarch_init): Don't register deleted functions with
9391 gdbarch.
9392
9393 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9394
9395 * sparc-tdep.c (sparc_unwind_pc): Delete.
9396 (sparc32_gdbarch_init): Don't register deleted function with
9397 gdbarch.
9398
9399 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9400
9401 * sh-tdep.c (sh_unwind_sp): Delete.
9402 (sh_unwind_pc): Delete.
9403 (sh_dummy_id): Delete.
9404 (sh_gdbarch_init): Don't register deleted functions with
9405 gdbarch.
9406
9407 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9408
9409 * score-tdep.c (score_unwind_sp): Delete.
9410 (score_unwind_pc): Delete.
9411 (score_dummy_id): Delete.
9412 (score_gdbarch_init): Don't register deleted functions with
9413 gdbarch.
9414
9415 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9416
9417 * rx-tdep.c (rx_unwind_pc): Delete.
9418 (rx_unwind_sp): Delete.
9419 (rx_dummy_id): Delete.
9420 (rx_gdbarch_init): Don't register deleted functions with
9421 gdbarch. Update comment.
9422
9423 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9424
9425 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
9426 (rs6000_dummy_id): Delete.
9427 (rs6000_gdbarch_init): Don't register deleted functions with
9428 gdbarch.
9429
9430 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9431
9432 * or1k-tdep.c (or1k_dummy_id): Delete.
9433 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
9434
9435 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9436
9437 * nios2-tdep.c (nios2_dummy_id): Delete.
9438 (nios2_unwind_sp): Delete.
9439 (nios2_gdbarch_init): Don't register deleted functions with
9440 gdbarch.
9441
9442 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * nds32-tdep.c (nds32_dummy_id): Delete.
9445 (nds32_unwind_pc): Delete.
9446 (nds32_unwind_sp): Delete.
9447 (nds32_gdbarch_init): Don't register deleted functions with
9448 gdbarch.
9449
9450 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 * msp430-tdep.c (msp430_unwind_pc): Delete.
9453 (msp430_unwind_sp): Delete.
9454 (msp430_dummy_id): Delete.
9455 (msp430_gdbarch_init): Don't register deleted functions with
9456 gdbarch.
9457
9458 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9459
9460 * moxie-tdep.c (moxie_unwind_sp): Delete.
9461 (moxie_unwind_pc): Delete.
9462 (moxie_dummy_id): Delete.
9463 (moxie_gdbarch_init): Don't register deleted functions with
9464 gdbarch.
9465
9466 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9467
9468 * mn10300-tdep.c (mn10300_dummy_id): Delete.
9469 (mn10300_unwind_pc): Delete.
9470 (mn10300_unwind_sp): Delete.
9471 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
9472 mn10300_unwind_sp.
9473 (mn10300_frame_unwind_init): Don't register deleted functions with
9474 gdbarch.
9475
9476 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9477
9478 * mep-tdep.c (mep_unwind_pc): Delete.
9479 (mep_unwind_sp): Delete.
9480 (mep_dummy_id): Delete.
9481 (mep_gdbarch_init): Don't register deleted functions with
9482 gdbarch.
9483
9484 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9485
9486 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
9487 (m68hc11_unwind_sp): Delete.
9488 (m68hc11_gdbarch_init): Don't register deleted functions with
9489 gdbarch.
9490
9491 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9492
9493 * m32r-tdep.c (m32r_unwind_sp): Delete.
9494 (m32r_unwind_pc): Delete.
9495 (m32r_dummy_id): Delete.
9496 (m32r_gdbarch_init): Don't register deleted functions with
9497 gdbarch.
9498
9499 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9500
9501 * m32c-tdep.c (m32c_unwind_pc): Delete.
9502 (m32c_unwind_sp): Delete.
9503 (m32c_dummy_id): Delete.
9504 (m32c_gdbarch_init): Don't register deleted functions with
9505 gdbarch.
9506
9507 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9508
9509 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
9510 (lm32_unwind_pc): Delete.
9511 (lm32_dummy_id): Delete.
9512 (lm32_gdbarch_init): Don't register deleted functions with
9513 gdbarch.
9514
9515 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9516
9517 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
9518 (iq2000_unwind_pc): Delete.
9519 (iq2000_dummy_id): Delete.
9520 (iq2000_gdbarch_init): Don't register deleted functions with
9521 gdbarch.
9522
9523 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9524
9525 * nds32-tdep.c (nds32_type_align): Delete.
9526 (nds32_push_dummy_call): Use type_align instead.
9527
9528 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9529
9530 * arm-tdep.c (arm_type_align): Only handle vector override case.
9531 (arm_push_dummy_call): Use type_align.
9532 (arm_gdbarch_init): Register arm_type_align gdbarch function.
9533
9534 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9535
9536 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
9537 case.
9538 (pass_on_stack): Use type_align.
9539 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
9540 function.
9541
9542 2019-04-23 Tom Tromey <tromey@adacore.com>
9543
9544 * dwarf2read.c (line_header::file_name_at): Remove unused
9545 overload.
9546
9547 2019-04-23 Tom de Vries <tdevries@suse.de>
9548
9549 PR gdb/24438
9550 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
9551 invocation.
9552
9553
9554 2019-03-27 Ali Tamur <tamur@google.com>
9555
9556 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
9557 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
9558 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
9559 (dwarf_expr_context::get_addr_index): Likewise
9560 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
9561 (symbol_needs_eval_context::get_addr_index): Likewise
9562 (disassemble_dwarf_expression): Add DW_OP_addrx
9563 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
9564 (read_cutu_die_from_dwo): Update comment
9565 (skip_one_die): Add DW_FORM_addrx
9566 (read_attribute_value): Likewise
9567 (var_decode_location): Add DW_OP_addrx
9568 (dwarf2_const_value_attr): Add DW_FORM_addrx
9569 (dump_die_shallow): Likewise
9570 (dwarf2_fetch_constant_bytes): Likewise
9571 (decode_locdesc): Add DW_OP_addrx
9572 (skip_form_bytes): Add DW_FORM_addrx
9573
9574 2019-04-22 Ali Tamur <tamur@google.com>
9575
9576 * MAINTAINERS (Write After Approval): Add self.
9577
9578 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
9579
9580 * solib-svr4.c (get_svr4_info): Add pspace parameter.
9581 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
9582 (open_symbol_file_object): Likewise.
9583 (svr4_default_sos): Add info parameter.
9584 (svr4_read_so_list): Likewise.
9585 (svr4_current_sos_direct): Adjust functions calls to pass down
9586 info.
9587 (svr4_current_sos_1): Add info parameter.
9588 (svr4_current_sos): Call get_svr4_info, pass info down to
9589 svr4_current_sos_1.
9590 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
9591 get_svr4_info.
9592 (svr4_in_dynsym_resolve_code): Pass current_program_space to
9593 get_svr4_info.
9594 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
9595 to get_svr4_info.
9596 (probes_table_remove_objfile_probes): Likewise.
9597 (register_solib_event_probe): Add info parameter.
9598 (solist_update_incremental): Pass info parameter down to
9599 svr4_read_so_list.
9600 (disable_probes_interface): Add info parameter.
9601 (svr4_handle_solib_event): Pass current_program_space to
9602 get_svr4_info. Adjust disable_probes_interface cleanup.
9603 (svr4_create_probe_breakpoints): Add info parameter, pass it
9604 down to register_solib_event_probe.
9605 (svr4_create_solib_event_breakpoints): Add info parameter,
9606 pass it down to svr4_create_probe_breakpoints.
9607 (enable_break): Pass info down to
9608 svr4_create_solib_event_breakpoints.
9609 (svr4_solib_create_inferior_hook): Pass current_program_space to
9610 get_svr4_info.
9611 (svr4_clear_solib): Likewise.
9612
9613 2019-04-22 Pedro Alves <palves@redhat.com>
9614
9615 * solib-svr4.c (svr4_free_objfile_observer): New.
9616 (probe_and_action::objfile): New field.
9617 (probes_table_htab_remove_objfile_probes)
9618 (probes_table_remove_objfile_probes): New functions.
9619 (register_solib_event_probe): Add 'objfile' parameter. Store it
9620 in the new probe_and_action. Don't store the probe in 'lookup'.
9621 (svr4_create_probe_breakpoints): Pass objfile to
9622 register_solib_event_probe.
9623 (_initialize_svr4_solib): Register a free_objfile observer.
9624
9625 2019-04-19 Tom Tromey <tom@tromey.com>
9626
9627 * common/queue.h: Remove.
9628
9629 2019-04-19 Tom Tromey <tom@tromey.com>
9630
9631 * event-loop.c: Don't include "common/queue.h".
9632
9633 2019-04-19 Tom Tromey <tom@tromey.com>
9634
9635 * remote.c (remote_target): Use delete.
9636 * remote-notif.h: Include <list>, not "common/queue.h".
9637 (notif_client_p): Remove typedef.
9638 (remote_notif_state): Add constructor, destructor, initializer.
9639 <notif_queue>: Now a std::list.
9640 (remote_notif_state_xfree): Don't declare.
9641 * remote-notif.c (remote_notif_process, handle_notification)
9642 (remote_notif_state_allocate): Update.
9643 (~remote_notif_state): Rename from remote_notif_state_xfree.
9644
9645 2019-04-19 Tom Tromey <tom@tromey.com>
9646
9647 * symfile.c (reread_symbols): Update.
9648 * objfiles.c (objfile_register_static_link)
9649 (objfile_lookup_static_link): Update
9650 (~objfile) Don't delete static_links.
9651 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
9652
9653 2019-04-19 Tom Tromey <tom@tromey.com>
9654
9655 * type-stack.h (struct type_stack) <insert>: Constify string.
9656 * type-stack.c (type_stack::insert): Constify string.
9657 * gdbtypes.h (lookup_template_type): Update.
9658 (address_space_name_to_int): Update.
9659 * gdbtypes.c (address_space_name_to_int): Make space_identifier
9660 const.
9661 (lookup_template_type): Make name const.
9662 * c-exp.y: Update rules.
9663 (lex_one_token, classify_name, classify_inner_name)
9664 (c_print_token): Update.
9665 * p-exp.y: Update rules.
9666 (yylex): Update.
9667 * f-exp.y: Update rules.
9668 (yylex): Update.
9669 * d-exp.y: Update rules.
9670 (lex_one_token, classify_name, classify_inner_name): Update.
9671 * parse.c (write_dollar_variable, copy_name): Return std::string.
9672 * parser-defs.h (copy_name): Change return type.
9673 * m2-exp.y: Update rules.
9674 (yylex): Update.
9675 * go-exp.y (lex_one_token): Update.
9676 Update rules.
9677 (classify_unsafe_function, classify_packaged_name)
9678 (classify_name, yylex): Update.
9679
9680 2019-04-19 Sergei Trofimovich <siarheit@google.com>
9681
9682 * configure.ac: add --enable-source-highlight switch.
9683 * configure: Regenerate.
9684 * top.c (print_gdb_version): plumb --enable-source-highlight
9685 status to "show configuration".
9686
9687 2019-04-19 Tom Tromey <tromey@adacore.com>
9688
9689 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
9690 Check ADA_TYPE_P.
9691 (empty_record, ada_template_to_fixed_record_type_1)
9692 (template_to_static_fixed_type)
9693 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
9694 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
9695 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
9696 macros.
9697
9698 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
9699
9700 PR symtab/24423:
9701 * source.c (print_source_lines_base): Advance "iter" when a
9702 control character is seen.
9703
9704 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9705
9706 * inferior.h (struct infcall_suspend_state_deleter):
9707 Catch exception in destructor to avoid crash.
9708
9709 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9710
9711 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
9712 close to the add_com "shell".
9713
9714 2019-04-18 Tom Tromey <tromey@adacore.com>
9715
9716 * process-stratum-target.h (class process_stratum_target)
9717 <stratum>: Add "final".
9718
9719 2019-04-17 Tom Tromey <tromey@adacore.com>
9720
9721 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
9722 against nullptr before use.
9723
9724 2019-04-17 Alan Hayward <alan.hayward@arm.com>
9725
9726 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
9727
9728 2019-04-17 Jim Wilson <jimw@sifive.com>
9729 Andrew Burgess <andrew.burgess@embecosm.com>
9730
9731 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
9732 code read might fail, assume 4-byte breakpoint in that case.
9733
9734 2019-04-15 Leszek Swirski <leszeks@google.com>
9735
9736 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
9737 rather than a hand-rolled POD check when checking for forced MEMORY
9738 classification.
9739
9740 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9741
9742 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
9743 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
9744 function.
9745 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
9746 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
9747 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
9748 declaration.
9749
9750 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9751
9752 * aarch64-linux-nat.c
9753 (aarch64_linux_nat_target::thread_architecture): Add override.
9754 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
9755 each VQ.
9756
9757 2019-04-15 Alan Hayward <alan.hayward@arm.com>
9758
9759 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
9760
9761 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
9762
9763 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
9764 target types of size 96-bits, add some additional comments, and
9765 check that the builtin type we found was the correct size.
9766
9767 2019-04-12 Eli Zaretskii <eliz@gnu.org>
9768
9769 * utils.c (prompt_for_continue): Don't restore the styling at the
9770 end, as applied_style has the wrong value. This fixes styling in
9771 long lists of file names that are interrupted by the "Continue?"
9772 prompt.
9773
9774 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
9775
9776 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
9777 * c-lang.c (c_language_defn): Likewise.
9778 (cplus_language_defn): Likewise.
9779 (asm_language_defn): Likewise.
9780 (minimal_language_defn): Likewise.
9781 * d-lang.c (d_language_defn): Likewise.
9782 * f-lang.c (f_language_defn): Likewise.
9783 * go-lang.c (go_language_defn): Likewise.
9784 * language.c (unknown_language_defn): Likewise.
9785 (auto_language_defn): Likewise.
9786 * language.h (struct language_defn): Remove la_magic field.
9787 (LANG_MAGIC): Delete.
9788 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
9789 * objc-lang.c (objc_language_defn): Likewise.
9790 * opencl-lang.c (opencl_language_defn): Likewise.
9791 * p-lang.c (pascal_language_defn): Likewise.
9792 * rust-lang.c (rust_language_defn): Likewise.
9793
9794 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9795
9796 * riscv-tdep.c (riscv_type_align): New function.
9797 (riscv_type_alignment): Delete.
9798 (riscv_arg_location): Use 'type_align'.
9799 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
9800
9801 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9802
9803 * gdbtypes.c (type_align): A struct with no non-static fields also
9804 has alignment of 1.
9805
9806 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9807
9808 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
9809 component to 0.
9810 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
9811 member.
9812 (riscv_struct_info::analyse): New implementation using new
9813 analyse_inner member function.
9814 (riscv_struct_info::field_offset): New member function.
9815 (riscv_struct_info::m_offsets): New member variable.
9816 (riscv_struct_info::analyse_inner): New private member function,
9817 takes the old implementation of riscv_struct_info::analyse but
9818 extended to track field offsets.
9819 (riscv_call_arg_struct): Update the struct folding special cases
9820 to handle cases where empty C++ structs, which are non-zero
9821 length, are found.
9822 (riscv_arg_location): Initialise the length of each location, a
9823 non-zero length now indicates the location is in use.
9824 (riscv_push_dummy_call): Allow for the first location having a
9825 non-zero offset when setting up arguments.
9826 (riscv_return_value): Likewise, but for return values.
9827
9828 2019-04-11 Tom Tromey <tromey@adacore.com>
9829
9830 * utils.c (internal_vproblem): Make "msg" const.
9831
9832 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9833
9834 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
9835 * trad-frame.c (trad_frame_reset_saved_regs): New function.
9836 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
9837 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
9838
9839 2019-04-10 Kevin Buettner <kevinb@redhat.com>
9840
9841 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
9842 function.
9843 (fill_gregset): Call amd64_linux_collect_native_gregset instead
9844 of amd64_collect_native_gregset.
9845 (amd64_linux_nat_target::store_registers): Likewise.
9846
9847 2019-04-10 Tom Tromey <tom@tromey.com>
9848
9849 * symtab.c (lookup_global_symbol_from_objfile)
9850 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
9851 * objfiles.h (class separate_debug_iterator): New.
9852 (class separate_debug_range): New.
9853 (struct objfile) <separate_debug_objfiles>: New method.
9854 (objfile_separate_debug_iterate): Don't declare.
9855 * objfiles.c (separate_debug_iterator::operator++): Rename from
9856 objfile_separate_debug_iterate.
9857 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
9858 iterator.
9859 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
9860 iterator.
9861
9862 2019-04-10 Tom Tromey <tom@tromey.com>
9863
9864 * symfile.c (reread_symbols): Remove old comment.
9865 * objfiles.c (free_all_objfiles): Fix a typo.
9866
9867 2019-04-10 Tom Tromey <tom@tromey.com>
9868
9869 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
9870 * minsyms.c (lookup_minimal_symbol): Use foreach.
9871 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
9872 (lookup_minimal_symbol_solib_trampoline): Likewise.
9873 * symfile.c (reread_symbols): Use foreach.
9874
9875 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
9876 Tom Tromey <tromey@adacore.com>
9877
9878 PR rust/24414:
9879 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
9880 (rust_lex_int_test): Change "value" to be LONGEST.
9881 (rust_lex_tests): Add test for long integer literal.
9882
9883 2019-04-09 Tom Tromey <tromey@adacore.com>
9884
9885 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
9886 to bool.
9887 (extended_remote_target::attach): Update.
9888 (remote_target::remote_notice_new_inferior): Update.
9889 (remote_target::add_current_inferior_and_thread): Update.
9890 * inferior.c (exit_inferior_1): Use "false".
9891 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
9892
9893 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9894
9895 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
9896 the "start" command.
9897
9898 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9899
9900 * python/py-inferior.c (infpy_thread_from_thread_handle):
9901 Adjust comments to reflect renaming of thread_from_thread_handle
9902 to thread_from_handle. Adjust keywords. Fix type error message.
9903 (inferior_object_methods): Add thread_from_handle. Retain
9904 thread_from_thread_handle, but mark it as deprecated.
9905
9906 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9907
9908 * gdbthread.h (find_thread_by_handle): Revise declaration.
9909 * thread.c (find_thread_by_handle): Likewise. Adjust
9910 implementation too.
9911 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
9912 support for buffer objects as handles.
9913
9914 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9915
9916 * python/py-infthread.c (thpy_thread_handle): New function.
9917 (thread_object_methods): Register thpy_thread_handle.
9918
9919 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9920
9921 * gdbthread.h (thread_to_thread_handle): Declare.
9922 * thread.c (gdbtypes.h): Include.
9923 (thread_to_thread_handle): New function.
9924
9925 * target.h (struct target_ops): Add thread_info_to_thread_handle.
9926 (target_thread_info_to_thread_handle): Declare.
9927 * target.c (target_thread_info_to_thread_handle): New function.
9928 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
9929 * target-delegates.c: Regenerate.
9930
9931 * linux-thread-db.c (class thread_db_target): Add method
9932 thread_info_to_thread_handle.
9933 (thread_db_target::thread_info_to_thread_handle): Define.
9934 * remote.c (class remote_target): Add new method
9935 thread_info_to_thread_handle.
9936 (remote_target::thread_info_to_thread_handle): Define.
9937
9938 2019-04-08 Pedro Alves <palves@redhat.com>
9939
9940 * common/common-exceptions.c (throw_exception): Don't create
9941 named object to throw; throw directly.
9942 (throw_it): Likewise. Don't initialize gdb_exception::message
9943 here, with new; pass FMT and AP to the ctor instead.
9944 * common/common-exceptions.h: Include <string>.
9945 (gdb_exception::gdb_exception(enum return_reason, enum errors,
9946 const char *, va_list)): New ctor. Use std::make_shared.
9947 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
9948 errors)): Delete.
9949 (gdb_exception_error::gdb_exception_error(enum errors, const char
9950 *, va_list)): New.
9951 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
9952 Add assertion.
9953 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
9954 errors)): Delete.
9955 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
9956 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
9957 Add assertion.
9958
9959 2019-04-08 Tom Tromey <tom@tromey.com>
9960
9961 * valops.c (value_rtti_indirect_type): Replace throw_exception
9962 with throw.
9963 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
9964 with throw.
9965 * thread.c (thr_try_catch_cmd): Replace throw_exception with
9966 throw.
9967 * target.c (target_translate_tls_address): Replace throw_exception
9968 with throw.
9969 * stack.c (frame_apply_command_count): Replace throw_exception
9970 with throw.
9971 * solib-spu.c (append_ocl_sos): Replace throw_exception with
9972 throw.
9973 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
9974 with throw.
9975 * rs6000-tdep.c (rs6000_frame_cache)
9976 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
9977 * remote.c: Replace throw_exception with throw.
9978 * record-full.c (record_full_message, record_full_wait_1)
9979 (record_full_restore): Replace throw_exception with throw.
9980 * record-btrace.c:
9981 (get_thread_current_frame_id, record_btrace_start_replaying)
9982 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
9983 (cmd_record_btrace_start): Replace throw_exception with throw.
9984 * parse.c (parse_exp_in_context_1): Replace throw_exception with
9985 throw.
9986 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
9987 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
9988 * linespec.c:
9989 (find_linespec_symbols): Replace throw_exception with throw.
9990 * infrun.c (displaced_step_prepare, resume): Replace
9991 throw_exception with throw.
9992 * infcmd.c (post_create_inferior): Replace throw_exception with
9993 throw.
9994 * inf-loop.c (inferior_event_handler): Replace throw_exception
9995 with throw.
9996 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9997 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
9998 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
9999 (get_prev_frame_always, get_frame_pc_if_available)
10000 (get_frame_address_in_block_if_available, get_frame_language):
10001 Replace throw_exception with throw.
10002 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10003 throw_exception with throw.
10004 * eval.c (fetch_subexp_value, evaluate_var_value)
10005 (evaluate_funcall, evaluate_subexp_standard): Replace
10006 throw_exception with throw.
10007 * dwarf2loc.c (call_site_find_chain)
10008 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10009 Replace throw_exception with throw.
10010 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10011 with throw.
10012 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10013 throw.
10014 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10015 * completer.c (complete_line_internal): Replace throw_exception
10016 with throw.
10017 * compile/compile-object-run.c (compile_object_run): Replace
10018 throw_exception with throw.
10019 * cli/cli-script.c (process_next_line): Replace throw_exception
10020 with throw.
10021 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10022 (btrace_enable, btrace_maint_update_pt_packets): Replace
10023 throw_exception with throw.
10024 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10025 throw_exception with throw.
10026 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10027 throw_exception with throw.
10028 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10029 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10030 * aarch64-tdep.c (aarch64_make_prologue_cache)
10031 (aarch64_make_stub_cache): Replace throw_exception with throw.
10032
10033 2019-04-08 Tom Tromey <tom@tromey.com>
10034
10035 * common/common-exceptions.c (throw_exception): Rename from
10036 throw_exception_cxx. Remove old copy. Make argument const.
10037 (throw_it): Create and throw exception objects directly.
10038 * common/common-exceptions.h (throw_exception): Make argument
10039 const.
10040 (struct gdb_exception_error): Add constructor.
10041 (struct gdb_exception_quit): Add constructor.
10042
10043 2019-04-08 Tom Tromey <tom@tromey.com>
10044
10045 * common/common-exceptions.h (exception_rethrow): Don't declare.
10046 (TRY_SJLJ): Update comment.
10047 (TRY, CATCH, END_CATCH): Remove.
10048 * common/common-exceptions.c (exception_rethrow): Remove.
10049
10050 2019-04-08 Tom Tromey <tom@tromey.com>
10051
10052 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10053 Remove.
10054 (gdb_exception_error): Rename from
10055 gdb_exception_RETURN_MASK_ERROR.
10056 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10057 (gdb_quit_bad_alloc): Update.
10058 * aarch64-tdep.c: Update.
10059 * ada-lang.c: Update.
10060 * ada-typeprint.c: Update.
10061 * ada-valprint.c: Update.
10062 * amd64-tdep.c: Update.
10063 * arch-utils.c: Update.
10064 * break-catch-throw.c: Update.
10065 * breakpoint.c: Update.
10066 * btrace.c: Update.
10067 * c-varobj.c: Update.
10068 * cli/cli-cmds.c: Update.
10069 * cli/cli-interp.c: Update.
10070 * cli/cli-script.c: Update.
10071 * common/common-exceptions.c: Update.
10072 * common/new-op.c: Update.
10073 * common/selftest.c: Update.
10074 * compile/compile-c-symbols.c: Update.
10075 * compile/compile-cplus-symbols.c: Update.
10076 * compile/compile-object-load.c: Update.
10077 * compile/compile-object-run.c: Update.
10078 * completer.c: Update.
10079 * corelow.c: Update.
10080 * cp-abi.c: Update.
10081 * cp-support.c: Update.
10082 * cp-valprint.c: Update.
10083 * darwin-nat.c: Update.
10084 * disasm-selftests.c: Update.
10085 * dtrace-probe.c: Update.
10086 * dwarf-index-cache.c: Update.
10087 * dwarf-index-write.c: Update.
10088 * dwarf2-frame-tailcall.c: Update.
10089 * dwarf2-frame.c: Update.
10090 * dwarf2loc.c: Update.
10091 * dwarf2read.c: Update.
10092 * eval.c: Update.
10093 * event-loop.c: Update.
10094 * event-top.c: Update.
10095 * exec.c: Update.
10096 * f-valprint.c: Update.
10097 * fbsd-tdep.c: Update.
10098 * frame-unwind.c: Update.
10099 * frame.c: Update.
10100 * gdbtypes.c: Update.
10101 * gnu-v3-abi.c: Update.
10102 * guile/guile-internal.h: Update.
10103 * guile/scm-block.c: Update.
10104 * guile/scm-breakpoint.c: Update.
10105 * guile/scm-cmd.c: Update.
10106 * guile/scm-disasm.c: Update.
10107 * guile/scm-frame.c: Update.
10108 * guile/scm-lazy-string.c: Update.
10109 * guile/scm-math.c: Update.
10110 * guile/scm-param.c: Update.
10111 * guile/scm-ports.c: Update.
10112 * guile/scm-pretty-print.c: Update.
10113 * guile/scm-symbol.c: Update.
10114 * guile/scm-symtab.c: Update.
10115 * guile/scm-type.c: Update.
10116 * guile/scm-value.c: Update.
10117 * i386-linux-tdep.c: Update.
10118 * i386-tdep.c: Update.
10119 * inf-loop.c: Update.
10120 * infcall.c: Update.
10121 * infcmd.c: Update.
10122 * infrun.c: Update.
10123 * jit.c: Update.
10124 * language.c: Update.
10125 * linespec.c: Update.
10126 * linux-fork.c: Update.
10127 * linux-nat.c: Update.
10128 * linux-tdep.c: Update.
10129 * linux-thread-db.c: Update.
10130 * main.c: Update.
10131 * mi/mi-cmd-break.c: Update.
10132 * mi/mi-cmd-stack.c: Update.
10133 * mi/mi-interp.c: Update.
10134 * mi/mi-main.c: Update.
10135 * objc-lang.c: Update.
10136 * p-valprint.c: Update.
10137 * parse.c: Update.
10138 * ppc-linux-tdep.c: Update.
10139 * printcmd.c: Update.
10140 * python/py-arch.c: Update.
10141 * python/py-breakpoint.c: Update.
10142 * python/py-cmd.c: Update.
10143 * python/py-finishbreakpoint.c: Update.
10144 * python/py-frame.c: Update.
10145 * python/py-framefilter.c: Update.
10146 * python/py-gdb-readline.c: Update.
10147 * python/py-inferior.c: Update.
10148 * python/py-infthread.c: Update.
10149 * python/py-lazy-string.c: Update.
10150 * python/py-linetable.c: Update.
10151 * python/py-objfile.c: Update.
10152 * python/py-param.c: Update.
10153 * python/py-prettyprint.c: Update.
10154 * python/py-progspace.c: Update.
10155 * python/py-record-btrace.c: Update.
10156 * python/py-record.c: Update.
10157 * python/py-symbol.c: Update.
10158 * python/py-type.c: Update.
10159 * python/py-unwind.c: Update.
10160 * python/py-utils.c: Update.
10161 * python/py-value.c: Update.
10162 * python/python.c: Update.
10163 * record-btrace.c: Update.
10164 * record-full.c: Update.
10165 * remote-fileio.c: Update.
10166 * remote.c: Update.
10167 * riscv-tdep.c: Update.
10168 * rs6000-aix-tdep.c: Update.
10169 * rs6000-tdep.c: Update.
10170 * rust-exp.y: Update.
10171 * rust-lang.c: Update.
10172 * s390-tdep.c: Update.
10173 * selftest-arch.c: Update.
10174 * solib-dsbt.c: Update.
10175 * solib-frv.c: Update.
10176 * solib-spu.c: Update.
10177 * solib-svr4.c: Update.
10178 * solib.c: Update.
10179 * sparc64-linux-tdep.c: Update.
10180 * stack.c: Update.
10181 * symfile-mem.c: Update.
10182 * symmisc.c: Update.
10183 * target.c: Update.
10184 * thread.c: Update.
10185 * top.c: Update.
10186 * tracefile-tfile.c: Update.
10187 * tui/tui.c: Update.
10188 * typeprint.c: Update.
10189 * unittests/cli-utils-selftests.c: Update.
10190 * unittests/parse-connection-spec-selftests.c: Update.
10191 * valops.c: Update.
10192 * valprint.c: Update.
10193 * value.c: Update.
10194 * varobj.c: Update.
10195 * windows-nat.c: Update.
10196 * x86-linux-nat.c: Update.
10197 * xml-support.c: Update.
10198
10199 2019-04-08 Tom Tromey <tom@tromey.com>
10200
10201 * xml-support.c: Use C++ exception handling.
10202 * x86-linux-nat.c: Use C++ exception handling.
10203 * windows-nat.c: Use C++ exception handling.
10204 * varobj.c: Use C++ exception handling.
10205 * value.c: Use C++ exception handling.
10206 * valprint.c: Use C++ exception handling.
10207 * valops.c: Use C++ exception handling.
10208 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10209 handling.
10210 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10211 * typeprint.c: Use C++ exception handling.
10212 * tui/tui.c: Use C++ exception handling.
10213 * tracefile-tfile.c: Use C++ exception handling.
10214 * top.c: Use C++ exception handling.
10215 * thread.c: Use C++ exception handling.
10216 * target.c: Use C++ exception handling.
10217 * symmisc.c: Use C++ exception handling.
10218 * symfile-mem.c: Use C++ exception handling.
10219 * stack.c: Use C++ exception handling.
10220 * sparc64-linux-tdep.c: Use C++ exception handling.
10221 * solib.c: Use C++ exception handling.
10222 * solib-svr4.c: Use C++ exception handling.
10223 * solib-spu.c: Use C++ exception handling.
10224 * solib-frv.c: Use C++ exception handling.
10225 * solib-dsbt.c: Use C++ exception handling.
10226 * selftest-arch.c: Use C++ exception handling.
10227 * s390-tdep.c: Use C++ exception handling.
10228 * rust-lang.c: Use C++ exception handling.
10229 * rust-exp.y: Use C++ exception handling.
10230 * rs6000-tdep.c: Use C++ exception handling.
10231 * rs6000-aix-tdep.c: Use C++ exception handling.
10232 * riscv-tdep.c: Use C++ exception handling.
10233 * remote.c: Use C++ exception handling.
10234 * remote-fileio.c: Use C++ exception handling.
10235 * record-full.c: Use C++ exception handling.
10236 * record-btrace.c: Use C++ exception handling.
10237 * python/python.c: Use C++ exception handling.
10238 * python/py-value.c: Use C++ exception handling.
10239 * python/py-utils.c: Use C++ exception handling.
10240 * python/py-unwind.c: Use C++ exception handling.
10241 * python/py-type.c: Use C++ exception handling.
10242 * python/py-symbol.c: Use C++ exception handling.
10243 * python/py-record.c: Use C++ exception handling.
10244 * python/py-record-btrace.c: Use C++ exception handling.
10245 * python/py-progspace.c: Use C++ exception handling.
10246 * python/py-prettyprint.c: Use C++ exception handling.
10247 * python/py-param.c: Use C++ exception handling.
10248 * python/py-objfile.c: Use C++ exception handling.
10249 * python/py-linetable.c: Use C++ exception handling.
10250 * python/py-lazy-string.c: Use C++ exception handling.
10251 * python/py-infthread.c: Use C++ exception handling.
10252 * python/py-inferior.c: Use C++ exception handling.
10253 * python/py-gdb-readline.c: Use C++ exception handling.
10254 * python/py-framefilter.c: Use C++ exception handling.
10255 * python/py-frame.c: Use C++ exception handling.
10256 * python/py-finishbreakpoint.c: Use C++ exception handling.
10257 * python/py-cmd.c: Use C++ exception handling.
10258 * python/py-breakpoint.c: Use C++ exception handling.
10259 * python/py-arch.c: Use C++ exception handling.
10260 * printcmd.c: Use C++ exception handling.
10261 * ppc-linux-tdep.c: Use C++ exception handling.
10262 * parse.c: Use C++ exception handling.
10263 * p-valprint.c: Use C++ exception handling.
10264 * objc-lang.c: Use C++ exception handling.
10265 * mi/mi-main.c: Use C++ exception handling.
10266 * mi/mi-interp.c: Use C++ exception handling.
10267 * mi/mi-cmd-stack.c: Use C++ exception handling.
10268 * mi/mi-cmd-break.c: Use C++ exception handling.
10269 * main.c: Use C++ exception handling.
10270 * linux-thread-db.c: Use C++ exception handling.
10271 * linux-tdep.c: Use C++ exception handling.
10272 * linux-nat.c: Use C++ exception handling.
10273 * linux-fork.c: Use C++ exception handling.
10274 * linespec.c: Use C++ exception handling.
10275 * language.c: Use C++ exception handling.
10276 * jit.c: Use C++ exception handling.
10277 * infrun.c: Use C++ exception handling.
10278 * infcmd.c: Use C++ exception handling.
10279 * infcall.c: Use C++ exception handling.
10280 * inf-loop.c: Use C++ exception handling.
10281 * i386-tdep.c: Use C++ exception handling.
10282 * i386-linux-tdep.c: Use C++ exception handling.
10283 * guile/scm-value.c: Use C++ exception handling.
10284 * guile/scm-type.c: Use C++ exception handling.
10285 * guile/scm-symtab.c: Use C++ exception handling.
10286 * guile/scm-symbol.c: Use C++ exception handling.
10287 * guile/scm-pretty-print.c: Use C++ exception handling.
10288 * guile/scm-ports.c: Use C++ exception handling.
10289 * guile/scm-param.c: Use C++ exception handling.
10290 * guile/scm-math.c: Use C++ exception handling.
10291 * guile/scm-lazy-string.c: Use C++ exception handling.
10292 * guile/scm-frame.c: Use C++ exception handling.
10293 * guile/scm-disasm.c: Use C++ exception handling.
10294 * guile/scm-cmd.c: Use C++ exception handling.
10295 * guile/scm-breakpoint.c: Use C++ exception handling.
10296 * guile/scm-block.c: Use C++ exception handling.
10297 * guile/guile-internal.h: Use C++ exception handling.
10298 * gnu-v3-abi.c: Use C++ exception handling.
10299 * gdbtypes.c: Use C++ exception handling.
10300 * frame.c: Use C++ exception handling.
10301 * frame-unwind.c: Use C++ exception handling.
10302 * fbsd-tdep.c: Use C++ exception handling.
10303 * f-valprint.c: Use C++ exception handling.
10304 * exec.c: Use C++ exception handling.
10305 * event-top.c: Use C++ exception handling.
10306 * event-loop.c: Use C++ exception handling.
10307 * eval.c: Use C++ exception handling.
10308 * dwarf2read.c: Use C++ exception handling.
10309 * dwarf2loc.c: Use C++ exception handling.
10310 * dwarf2-frame.c: Use C++ exception handling.
10311 * dwarf2-frame-tailcall.c: Use C++ exception handling.
10312 * dwarf-index-write.c: Use C++ exception handling.
10313 * dwarf-index-cache.c: Use C++ exception handling.
10314 * dtrace-probe.c: Use C++ exception handling.
10315 * disasm-selftests.c: Use C++ exception handling.
10316 * darwin-nat.c: Use C++ exception handling.
10317 * cp-valprint.c: Use C++ exception handling.
10318 * cp-support.c: Use C++ exception handling.
10319 * cp-abi.c: Use C++ exception handling.
10320 * corelow.c: Use C++ exception handling.
10321 * completer.c: Use C++ exception handling.
10322 * compile/compile-object-run.c: Use C++ exception handling.
10323 * compile/compile-object-load.c: Use C++ exception handling.
10324 * compile/compile-cplus-symbols.c: Use C++ exception handling.
10325 * compile/compile-c-symbols.c: Use C++ exception handling.
10326 * common/selftest.c: Use C++ exception handling.
10327 * common/new-op.c: Use C++ exception handling.
10328 * cli/cli-script.c: Use C++ exception handling.
10329 * cli/cli-interp.c: Use C++ exception handling.
10330 * cli/cli-cmds.c: Use C++ exception handling.
10331 * c-varobj.c: Use C++ exception handling.
10332 * btrace.c: Use C++ exception handling.
10333 * breakpoint.c: Use C++ exception handling.
10334 * break-catch-throw.c: Use C++ exception handling.
10335 * arch-utils.c: Use C++ exception handling.
10336 * amd64-tdep.c: Use C++ exception handling.
10337 * ada-valprint.c: Use C++ exception handling.
10338 * ada-typeprint.c: Use C++ exception handling.
10339 * ada-lang.c: Use C++ exception handling.
10340 * aarch64-tdep.c: Use C++ exception handling.
10341
10342 2019-04-08 Tom Tromey <tom@tromey.com>
10343
10344 * xml-support.c (gdb_xml_parser::parse): Update.
10345 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10346 * value.c (show_convenience): Update.
10347 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
10348 (test_parse_flags_qcs): Update.
10349 * thread.c (thr_try_catch_cmd): Update.
10350 * target.c (target_translate_tls_address): Update.
10351 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
10352 (info_frame_command_core, frame_apply_command_count): Update.
10353 * rust-exp.y (rust_lex_exception_test): Update.
10354 * riscv-tdep.c (riscv_print_one_register_info): Update.
10355 * remote.c (remote_target::enable_btrace): Update.
10356 * record-btrace.c (record_btrace_enable_warn): Update.
10357 * python/py-utils.c (gdbpy_convert_exception): Update.
10358 * printcmd.c (do_one_display, print_variable_and_value): Update.
10359 * mi/mi-main.c (mi_print_exception): Update.
10360 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
10361 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
10362 * linux-nat.c (linux_nat_target::attach): Update.
10363 * linux-fork.c (class scoped_switch_fork_info): Update.
10364 * infrun.c (displaced_step_prepare): Update.
10365 * infcall.c (call_function_by_hand_dummy): Update.
10366 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
10367 * gnu-v3-abi.c (print_one_vtable): Update.
10368 * frame.c (get_prev_frame_always): Update.
10369 * f-valprint.c (info_common_command_for_block): Update.
10370 * exec.c (try_open_exec_file): Update.
10371 * exceptions.c (print_exception, exception_print)
10372 (exception_fprintf, exception_print_same): Update.
10373 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
10374 * dwarf-index-cache.c (index_cache::store)
10375 (index_cache::lookup_gdb_index): Update.
10376 * darwin-nat.c (maybe_cache_shell): Update.
10377 * cp-valprint.c (cp_print_value_fields): Update.
10378 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
10379 (gcc_cplus_symbol_address): Update.
10380 * compile/compile-c-symbols.c (gcc_convert_symbol)
10381 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
10382 * common/selftest.c: Update.
10383 * common/common-exceptions.h (struct gdb_exception) <message>: Now
10384 a std::string.
10385 (exception_try_scope_entry, exception_try_scope_exit): Don't
10386 declare.
10387 (struct exception_try_scope): Remove.
10388 (TRY): Don't use exception_try_scope.
10389 (struct gdb_exception): Add constructor, operator=.
10390 <what>: New method.
10391 (struct gdb_exception_RETURN_MASK_ALL)
10392 (struct gdb_exception_RETURN_MASK_ERROR)
10393 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
10394 (struct gdb_quit_bad_alloc): Update.
10395 * common/common-exceptions.c (exception_none): Change
10396 initializer.
10397 (struct catcher) <state, exception>: Initialize inline.
10398 <prev>: Remove member.
10399 (current_catcher): Remove.
10400 (catchers): New global.
10401 (exceptions_state_mc_init): Simplify.
10402 (catcher_pop): Remove.
10403 (exceptions_state_mc, exceptions_state_mc_catch): Update.
10404 (try_scope_depth, exception_try_scope_entry)
10405 (exception_try_scope_exit): Remove.
10406 (throw_exception_sjlj): Update.
10407 (exception_messages, exception_messages_size): Remove.
10408 (throw_it): Simplify.
10409 (gdb_exception_sliced_copy): Remove.
10410 (throw_exception_cxx): Update.
10411 * cli/cli-script.c (script_from_file): Update.
10412 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
10413 Update.
10414 * ada-valprint.c (ada_val_print): Update.
10415 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
10416 (create_excep_cond_exprs): Update.
10417
10418 2019-04-08 Tom Tromey <tom@tromey.com>
10419
10420 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
10421 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
10422 (TRY, CATCH, END_CATCH): Remove some definitions.
10423 * common/common-exceptions.c: Don't use GDB_XCPT.
10424 (catcher_list_size): Remove.
10425 (throw_exception, throw_it): Simplify.
10426
10427 2019-04-05 Tom Tromey <tom@tromey.com>
10428
10429 Revert the header-sorting patch.
10430 * ft32-tdep.c: Revert.
10431 * frv-tdep.c: Revert.
10432 * frv-linux-tdep.c: Revert.
10433 * frame.c: Revert.
10434 * frame-unwind.c: Revert.
10435 * frame-base.c: Revert.
10436 * fork-child.c: Revert.
10437 * findvar.c: Revert.
10438 * findcmd.c: Revert.
10439 * filesystem.c: Revert.
10440 * filename-seen-cache.h: Revert.
10441 * filename-seen-cache.c: Revert.
10442 * fbsd-tdep.c: Revert.
10443 * fbsd-nat.h: Revert.
10444 * fbsd-nat.c: Revert.
10445 * f-valprint.c: Revert.
10446 * f-typeprint.c: Revert.
10447 * f-lang.c: Revert.
10448 * extension.h: Revert.
10449 * extension.c: Revert.
10450 * extension-priv.h: Revert.
10451 * expprint.c: Revert.
10452 * exec.h: Revert.
10453 * exec.c: Revert.
10454 * exceptions.c: Revert.
10455 * event-top.c: Revert.
10456 * event-loop.c: Revert.
10457 * eval.c: Revert.
10458 * elfread.c: Revert.
10459 * dwarf2read.h: Revert.
10460 * dwarf2read.c: Revert.
10461 * dwarf2loc.c: Revert.
10462 * dwarf2expr.h: Revert.
10463 * dwarf2expr.c: Revert.
10464 * dwarf2-frame.c: Revert.
10465 * dwarf2-frame-tailcall.c: Revert.
10466 * dwarf-index-write.h: Revert.
10467 * dwarf-index-write.c: Revert.
10468 * dwarf-index-common.c: Revert.
10469 * dwarf-index-cache.h: Revert.
10470 * dwarf-index-cache.c: Revert.
10471 * dummy-frame.c: Revert.
10472 * dtrace-probe.c: Revert.
10473 * disasm.h: Revert.
10474 * disasm.c: Revert.
10475 * disasm-selftests.c: Revert.
10476 * dictionary.c: Revert.
10477 * dicos-tdep.c: Revert.
10478 * demangle.c: Revert.
10479 * dcache.h: Revert.
10480 * dcache.c: Revert.
10481 * darwin-nat.h: Revert.
10482 * darwin-nat.c: Revert.
10483 * darwin-nat-info.c: Revert.
10484 * d-valprint.c: Revert.
10485 * d-namespace.c: Revert.
10486 * d-lang.c: Revert.
10487 * ctf.c: Revert.
10488 * csky-tdep.c: Revert.
10489 * csky-linux-tdep.c: Revert.
10490 * cris-tdep.c: Revert.
10491 * cris-linux-tdep.c: Revert.
10492 * cp-valprint.c: Revert.
10493 * cp-support.c: Revert.
10494 * cp-namespace.c: Revert.
10495 * cp-abi.c: Revert.
10496 * corelow.c: Revert.
10497 * corefile.c: Revert.
10498 * continuations.c: Revert.
10499 * completer.h: Revert.
10500 * completer.c: Revert.
10501 * complaints.c: Revert.
10502 * coffread.c: Revert.
10503 * coff-pe-read.c: Revert.
10504 * cli-out.h: Revert.
10505 * cli-out.c: Revert.
10506 * charset.c: Revert.
10507 * c-varobj.c: Revert.
10508 * c-valprint.c: Revert.
10509 * c-typeprint.c: Revert.
10510 * c-lang.c: Revert.
10511 * buildsym.c: Revert.
10512 * buildsym-legacy.c: Revert.
10513 * build-id.h: Revert.
10514 * build-id.c: Revert.
10515 * btrace.c: Revert.
10516 * bsd-uthread.c: Revert.
10517 * breakpoint.h: Revert.
10518 * breakpoint.c: Revert.
10519 * break-catch-throw.c: Revert.
10520 * break-catch-syscall.c: Revert.
10521 * break-catch-sig.c: Revert.
10522 * blockframe.c: Revert.
10523 * block.c: Revert.
10524 * bfin-tdep.c: Revert.
10525 * bfin-linux-tdep.c: Revert.
10526 * bfd-target.c: Revert.
10527 * bcache.c: Revert.
10528 * ax-general.c: Revert.
10529 * ax-gdb.h: Revert.
10530 * ax-gdb.c: Revert.
10531 * avr-tdep.c: Revert.
10532 * auxv.c: Revert.
10533 * auto-load.c: Revert.
10534 * arm-wince-tdep.c: Revert.
10535 * arm-tdep.c: Revert.
10536 * arm-symbian-tdep.c: Revert.
10537 * arm-pikeos-tdep.c: Revert.
10538 * arm-obsd-tdep.c: Revert.
10539 * arm-nbsd-tdep.c: Revert.
10540 * arm-nbsd-nat.c: Revert.
10541 * arm-linux-tdep.c: Revert.
10542 * arm-linux-nat.c: Revert.
10543 * arm-fbsd-tdep.c: Revert.
10544 * arm-fbsd-nat.c: Revert.
10545 * arm-bsd-tdep.c: Revert.
10546 * arch-utils.c: Revert.
10547 * arc-tdep.c: Revert.
10548 * arc-newlib-tdep.c: Revert.
10549 * annotate.h: Revert.
10550 * annotate.c: Revert.
10551 * amd64-windows-tdep.c: Revert.
10552 * amd64-windows-nat.c: Revert.
10553 * amd64-tdep.c: Revert.
10554 * amd64-sol2-tdep.c: Revert.
10555 * amd64-obsd-tdep.c: Revert.
10556 * amd64-obsd-nat.c: Revert.
10557 * amd64-nbsd-tdep.c: Revert.
10558 * amd64-nbsd-nat.c: Revert.
10559 * amd64-nat.c: Revert.
10560 * amd64-linux-tdep.c: Revert.
10561 * amd64-linux-nat.c: Revert.
10562 * amd64-fbsd-tdep.c: Revert.
10563 * amd64-fbsd-nat.c: Revert.
10564 * amd64-dicos-tdep.c: Revert.
10565 * amd64-darwin-tdep.c: Revert.
10566 * amd64-bsd-nat.c: Revert.
10567 * alpha-tdep.c: Revert.
10568 * alpha-obsd-tdep.c: Revert.
10569 * alpha-nbsd-tdep.c: Revert.
10570 * alpha-mdebug-tdep.c: Revert.
10571 * alpha-linux-tdep.c: Revert.
10572 * alpha-linux-nat.c: Revert.
10573 * alpha-bsd-tdep.c: Revert.
10574 * alpha-bsd-nat.c: Revert.
10575 * aix-thread.c: Revert.
10576 * agent.c: Revert.
10577 * addrmap.c: Revert.
10578 * ada-varobj.c: Revert.
10579 * ada-valprint.c: Revert.
10580 * ada-typeprint.c: Revert.
10581 * ada-tasks.c: Revert.
10582 * ada-lang.c: Revert.
10583 * aarch64-tdep.c: Revert.
10584 * aarch64-ravenscar-thread.c: Revert.
10585 * aarch64-newlib-tdep.c: Revert.
10586 * aarch64-linux-tdep.c: Revert.
10587 * aarch64-linux-nat.c: Revert.
10588 * aarch64-fbsd-tdep.c: Revert.
10589 * aarch64-fbsd-nat.c: Revert.
10590 * aarch32-linux-nat.c: Revert.
10591
10592 2019-04-05 Tom Tromey <tom@tromey.com>
10593
10594 * ft32-tdep.c: Sort headers.
10595 * frv-tdep.c: Sort headers.
10596 * frv-linux-tdep.c: Sort headers.
10597 * frame.c: Sort headers.
10598 * frame-unwind.c: Sort headers.
10599 * frame-base.c: Sort headers.
10600 * fork-child.c: Sort headers.
10601 * findvar.c: Sort headers.
10602 * findcmd.c: Sort headers.
10603 * filesystem.c: Sort headers.
10604 * filename-seen-cache.h: Sort headers.
10605 * filename-seen-cache.c: Sort headers.
10606 * fbsd-tdep.c: Sort headers.
10607 * fbsd-nat.h: Sort headers.
10608 * fbsd-nat.c: Sort headers.
10609 * f-valprint.c: Sort headers.
10610 * f-typeprint.c: Sort headers.
10611 * f-lang.c: Sort headers.
10612 * extension.h: Sort headers.
10613 * extension.c: Sort headers.
10614 * extension-priv.h: Sort headers.
10615 * expprint.c: Sort headers.
10616 * exec.h: Sort headers.
10617 * exec.c: Sort headers.
10618 * exceptions.c: Sort headers.
10619 * event-top.c: Sort headers.
10620 * event-loop.c: Sort headers.
10621 * eval.c: Sort headers.
10622 * elfread.c: Sort headers.
10623 * dwarf2read.h: Sort headers.
10624 * dwarf2read.c: Sort headers.
10625 * dwarf2loc.c: Sort headers.
10626 * dwarf2expr.h: Sort headers.
10627 * dwarf2expr.c: Sort headers.
10628 * dwarf2-frame.c: Sort headers.
10629 * dwarf2-frame-tailcall.c: Sort headers.
10630 * dwarf-index-write.h: Sort headers.
10631 * dwarf-index-write.c: Sort headers.
10632 * dwarf-index-common.c: Sort headers.
10633 * dwarf-index-cache.h: Sort headers.
10634 * dwarf-index-cache.c: Sort headers.
10635 * dummy-frame.c: Sort headers.
10636 * dtrace-probe.c: Sort headers.
10637 * disasm.h: Sort headers.
10638 * disasm.c: Sort headers.
10639 * disasm-selftests.c: Sort headers.
10640 * dictionary.c: Sort headers.
10641 * dicos-tdep.c: Sort headers.
10642 * demangle.c: Sort headers.
10643 * dcache.h: Sort headers.
10644 * dcache.c: Sort headers.
10645 * darwin-nat.h: Sort headers.
10646 * darwin-nat.c: Sort headers.
10647 * darwin-nat-info.c: Sort headers.
10648 * d-valprint.c: Sort headers.
10649 * d-namespace.c: Sort headers.
10650 * d-lang.c: Sort headers.
10651 * ctf.c: Sort headers.
10652 * csky-tdep.c: Sort headers.
10653 * csky-linux-tdep.c: Sort headers.
10654 * cris-tdep.c: Sort headers.
10655 * cris-linux-tdep.c: Sort headers.
10656 * cp-valprint.c: Sort headers.
10657 * cp-support.c: Sort headers.
10658 * cp-namespace.c: Sort headers.
10659 * cp-abi.c: Sort headers.
10660 * corelow.c: Sort headers.
10661 * corefile.c: Sort headers.
10662 * continuations.c: Sort headers.
10663 * completer.h: Sort headers.
10664 * completer.c: Sort headers.
10665 * complaints.c: Sort headers.
10666 * coffread.c: Sort headers.
10667 * coff-pe-read.c: Sort headers.
10668 * cli-out.h: Sort headers.
10669 * cli-out.c: Sort headers.
10670 * charset.c: Sort headers.
10671 * c-varobj.c: Sort headers.
10672 * c-valprint.c: Sort headers.
10673 * c-typeprint.c: Sort headers.
10674 * c-lang.c: Sort headers.
10675 * buildsym.c: Sort headers.
10676 * buildsym-legacy.c: Sort headers.
10677 * build-id.h: Sort headers.
10678 * build-id.c: Sort headers.
10679 * btrace.c: Sort headers.
10680 * bsd-uthread.c: Sort headers.
10681 * breakpoint.h: Sort headers.
10682 * breakpoint.c: Sort headers.
10683 * break-catch-throw.c: Sort headers.
10684 * break-catch-syscall.c: Sort headers.
10685 * break-catch-sig.c: Sort headers.
10686 * blockframe.c: Sort headers.
10687 * block.c: Sort headers.
10688 * bfin-tdep.c: Sort headers.
10689 * bfin-linux-tdep.c: Sort headers.
10690 * bfd-target.c: Sort headers.
10691 * bcache.c: Sort headers.
10692 * ax-general.c: Sort headers.
10693 * ax-gdb.h: Sort headers.
10694 * ax-gdb.c: Sort headers.
10695 * avr-tdep.c: Sort headers.
10696 * auxv.c: Sort headers.
10697 * auto-load.c: Sort headers.
10698 * arm-wince-tdep.c: Sort headers.
10699 * arm-tdep.c: Sort headers.
10700 * arm-symbian-tdep.c: Sort headers.
10701 * arm-pikeos-tdep.c: Sort headers.
10702 * arm-obsd-tdep.c: Sort headers.
10703 * arm-nbsd-tdep.c: Sort headers.
10704 * arm-nbsd-nat.c: Sort headers.
10705 * arm-linux-tdep.c: Sort headers.
10706 * arm-linux-nat.c: Sort headers.
10707 * arm-fbsd-tdep.c: Sort headers.
10708 * arm-fbsd-nat.c: Sort headers.
10709 * arm-bsd-tdep.c: Sort headers.
10710 * arch-utils.c: Sort headers.
10711 * arc-tdep.c: Sort headers.
10712 * arc-newlib-tdep.c: Sort headers.
10713 * annotate.h: Sort headers.
10714 * annotate.c: Sort headers.
10715 * amd64-windows-tdep.c: Sort headers.
10716 * amd64-windows-nat.c: Sort headers.
10717 * amd64-tdep.c: Sort headers.
10718 * amd64-sol2-tdep.c: Sort headers.
10719 * amd64-obsd-tdep.c: Sort headers.
10720 * amd64-obsd-nat.c: Sort headers.
10721 * amd64-nbsd-tdep.c: Sort headers.
10722 * amd64-nbsd-nat.c: Sort headers.
10723 * amd64-nat.c: Sort headers.
10724 * amd64-linux-tdep.c: Sort headers.
10725 * amd64-linux-nat.c: Sort headers.
10726 * amd64-fbsd-tdep.c: Sort headers.
10727 * amd64-fbsd-nat.c: Sort headers.
10728 * amd64-dicos-tdep.c: Sort headers.
10729 * amd64-darwin-tdep.c: Sort headers.
10730 * amd64-bsd-nat.c: Sort headers.
10731 * alpha-tdep.c: Sort headers.
10732 * alpha-obsd-tdep.c: Sort headers.
10733 * alpha-nbsd-tdep.c: Sort headers.
10734 * alpha-mdebug-tdep.c: Sort headers.
10735 * alpha-linux-tdep.c: Sort headers.
10736 * alpha-linux-nat.c: Sort headers.
10737 * alpha-bsd-tdep.c: Sort headers.
10738 * alpha-bsd-nat.c: Sort headers.
10739 * aix-thread.c: Sort headers.
10740 * agent.c: Sort headers.
10741 * addrmap.c: Sort headers.
10742 * ada-varobj.c: Sort headers.
10743 * ada-valprint.c: Sort headers.
10744 * ada-typeprint.c: Sort headers.
10745 * ada-tasks.c: Sort headers.
10746 * ada-lang.c: Sort headers.
10747 * aarch64-tdep.c: Sort headers.
10748 * aarch64-ravenscar-thread.c: Sort headers.
10749 * aarch64-newlib-tdep.c: Sort headers.
10750 * aarch64-linux-tdep.c: Sort headers.
10751 * aarch64-linux-nat.c: Sort headers.
10752 * aarch64-fbsd-tdep.c: Sort headers.
10753 * aarch64-fbsd-nat.c: Sort headers.
10754 * aarch32-linux-nat.c: Sort headers.
10755
10756 2019-04-04 Tom Tromey <tom@tromey.com>
10757
10758 * varobj.c (varobj_create): Update.
10759 * rust-exp.y (struct rust_parser) <update_innermost_block,
10760 lookup_symbol>: New methods.
10761 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
10762 Rename.
10763 (rust_parser::rust_lookup_type)
10764 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10765 * printcmd.c (display_command, do_one_display): Update.
10766 * parser-defs.h (struct parser_state) <parser_state>: Add
10767 "tracker" parameter.
10768 (block_tracker): New member.
10769 (class innermost_block_tracker) <innermost_block_tracker>: Add
10770 "types" parameter.
10771 <reset>: Remove method.
10772 (innermost_block): Don't declare.
10773 (null_post_parser): Update.
10774 * parse.c (innermost_block): Remove global.
10775 (write_dollar_variable): Update.
10776 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
10777 Remove "tracker_types" parameter.
10778 (parse_expression): Add "tracker" parameter.
10779 (parse_expression_for_completion): Update.
10780 (null_post_parser): Add "tracker" parameter.
10781 * p-exp.y: Update rules.
10782 * m2-exp.y: Update rules.
10783 * language.h (struct language_defn) <la_post_parser>: Add
10784 "tracker" parameter.
10785 * go-exp.y: Update rules.
10786 * f-exp.y: Update rules.
10787 * expression.h (parse_expression, parse_exp_1): Add "tracker"
10788 parameter.
10789 * d-exp.y: Update rules.
10790 * c-exp.y: Update rules.
10791 * breakpoint.c (set_breakpoint_condition): Create an
10792 innermost_block_tracker.
10793 (watch_command_1): Likewise.
10794 * ada-lang.c (resolve): Add "tracker" parameter.
10795 (resolve_subexp): Likewise.
10796 * ada-exp.y (write_var_from_sym): Update.
10797
10798 2019-04-04 Tom Tromey <tom@tromey.com>
10799
10800 * type-stack.h: New file.
10801 * type-stack.c: New file.
10802 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
10803 type-stack.h.
10804 (insert_into_type_stack, insert_type, push_type, push_type_int)
10805 (insert_type_address_space, pop_type, pop_type_int)
10806 (pop_typelist, pop_type_stack, append_type_stack)
10807 (push_type_stack, get_type_stack, push_typelist)
10808 (follow_type_instance_flags, follow_types): Don't declare.
10809 * parse.c (type_stack): Remove global.
10810 (parse_exp_in_context): Update.
10811 (insert_into_type_stack, insert_type, push_type, push_type_int)
10812 (insert_type_address_space, pop_type, pop_type_int)
10813 (pop_typelist, pop_type_stack, append_type_stack)
10814 (push_type_stack, get_type_stack, push_typelist)
10815 (follow_type_instance_flags, follow_types): Remove (moved to
10816 type-stack.c).
10817 * f-exp.y (type_stack): New global.
10818 Update rules.
10819 (push_kind_type, f_parse): Update.
10820 * d-exp.y (type_stack): New global.
10821 Update rules.
10822 (d_parse): Update.
10823 * c-exp.y (struct c_parse_state) <type_stack>: New member.
10824 Update rules.
10825 * Makefile.in (COMMON_SFILES): Add type-stack.c.
10826 (HFILES_NO_SRCDIR): Add type-stack.h.
10827
10828 2019-04-04 Tom Tromey <tom@tromey.com>
10829
10830 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
10831 (rust_parser::convert_ast_to_expression, rust_parse)
10832 (rust_lex_test_completion, rust_lex_tests): Update.
10833 * parser-defs.h (struct expr_completion_state): New.
10834 (struct parser_state) <parser_state>: Add completion parameter.
10835 <mark_struct_expression, mark_completion_tag>: New methods.
10836 <parse_completion, m_completion_state>: New members.
10837 (prefixify_expression, null_post_parser): Update.
10838 (mark_struct_expression, mark_completion_tag): Don't declare.
10839 * parse.c (parse_completion, expout_last_struct)
10840 (expout_tag_completion_type, expout_completion_name): Remove
10841 globals.
10842 (parser_state::mark_struct_expression)
10843 (parser_state::mark_completion_tag): Now methods.
10844 (prefixify_expression): Add last_struct parameter.
10845 (prefixify_subexp): Likewise.
10846 (parse_exp_1): Update.
10847 (parse_exp_in_context): Add cstate parameter. Update.
10848 (parse_expression_for_completion): Create an
10849 expr_completion_state.
10850 (null_post_parser): Add "completion" parameter.
10851 * p-exp.y: Update rules.
10852 (yylex): Update.
10853 * language.h (struct language_defn) <la_post_parser>: Add
10854 "completing" parameter.
10855 * go-exp.y: Update rules.
10856 (lex_one_token): Update.
10857 * expression.h (parse_completion): Don't declare.
10858 * d-exp.y: Update rules.
10859 (lex_one_token): Update rules.
10860 * c-exp.y: Update rules.
10861 (lex_one_token): Update.
10862 * ada-lang.c (resolve): Add "parse_completion" parameter.
10863 (resolve_subexp): Likewise.
10864 (ada_resolve_function): Likewise.
10865
10866 2019-04-04 Tom Tromey <tom@tromey.com>
10867
10868 * parser-defs.h (struct parser_state) <start_arglist,
10869 end_arglist>: New methods.
10870 <arglist_len, m_funcall_chain>: New members.
10871 (arglist_len, start_arglist, end_arglist): Don't declare.
10872 * parse.c (arglist_len, funcall_chain): Remove global.
10873 (start_arglist, end_arglist): Remove functions.
10874 (parse_exp_in_context): Update.
10875 * p-exp.y: Update rules.
10876 * m2-exp.y: Update rules.
10877 * go-exp.y: Update rules.
10878 * f-exp.y: Update rules.
10879 * d-exp.y: Update rules.
10880 * c-exp.y: Update rules.
10881
10882 2019-04-04 Tom Tromey <tom@tromey.com>
10883
10884 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
10885 lex_operator, push_back>: New methods.
10886 Update all rules.
10887 (rust_parser::lex_hex, lex_escape): Rename and update.
10888 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
10889 (rust_parser::lex_operator): Rename and update.
10890 (rust_parser::lex_number, rustyylex, rustyyerror)
10891 (rust_lex_test_init, rust_lex_test_sequence)
10892 (rust_lex_test_push_back, rust_lex_tests): Update.
10893 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
10894 parameter.
10895 <lexptr, prev_lexptr>: New members.
10896 (lexptr, prev_lexptr): Don't declare.
10897 * parse.c (lexptr, prev_lexptr): Remove globals.
10898 (parse_exp_in_context): Update.
10899 * p-exp.y (yylex, yyerror): Update.
10900 * m2-exp.y (parse_number, yylex, yyerror): Update.
10901 * go-exp.y (lex_one_token, yyerror): Update.
10902 * f-exp.y (match_string_literal, yylex, yyerror): Update.
10903 * d-exp.y (lex_one_token, yyerror): Update.
10904 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
10905 (lex_one_token, yyerror): Update.
10906 * ada-lex.l (YY_INPUT): Update.
10907 (rewind_to_char): Update.
10908 * ada-exp.y (yyerror): Update.
10909
10910 2019-04-04 Tom Tromey <tom@tromey.com>
10911
10912 * rust-exp.y (rustyylex, rust_lex_tests): Update.
10913 * parser-defs.h (struct parser_state) <parser_state>: Add new
10914 parameter.
10915 <comma_terminates>: New member.
10916 (comma_terminates): Don't declare global.
10917 * parse.c (comma_terminates): Remove global.
10918 (parse_exp_in_context): Update.
10919 * p-exp.y (yylex): Update.
10920 * m2-exp.y (yylex): Update.
10921 * go-exp.y (lex_one_token): Update.
10922 * f-exp.y (yylex): Update.
10923 * d-exp.y (lex_one_token): Update.
10924 * c-exp.y (lex_one_token): Update.
10925 * ada-lex.l: Update.
10926
10927 2019-04-04 Tom Tromey <tom@tromey.com>
10928
10929 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
10930 (rustyylex, rust_lex_test_init, rust_lex_test_one)
10931 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
10932 * parser-defs.h (paren_depth): Don't declare.
10933 * parse.c (paren_depth): Remove global.
10934 (parse_exp_in_context): Update.
10935 * p-exp.y (paren_depth): New global.
10936 (pascal_parse): Initialize it.
10937 * m2-exp.y (paren_depth): New global.
10938 (m2_parse): Initialize it.
10939 * go-exp.y (paren_depth): New global.
10940 (go_parse): Initialize it.
10941 * f-exp.y (paren_depth): New global.
10942 (f_parse): Initialize it.
10943 * d-exp.y (paren_depth): New global.
10944 (d_parse): Initialize it.
10945 * c-exp.y (paren_depth): New global.
10946 (c_parse): Initialize it.
10947 * ada-lex.l (paren_depth): New global.
10948 (lexer_init): Initialize it.
10949
10950 2019-04-04 Tom Tromey <tom@tromey.com>
10951
10952 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
10953 (rust_parser::convert_ast_to_type)
10954 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
10955 * parser-defs.h (struct parser_state) <parser_state>: Add
10956 parameters. Initialize new members.
10957 <expression_context_block, expression_context_pc>: New members.
10958 * parse.c (expression_context_block, expression_context_pc):
10959 Remove globals.
10960 (parse_exp_in_context): Update.
10961 * p-exp.y: Update all rules.
10962 (yylex): Update.
10963 * m2-exp.y: Update all rules.
10964 (yylex): Update.
10965 * go-exp.y (yylex): Update.
10966 * f-exp.y (yylex): Update.
10967 * d-exp.y: Update all rules.
10968 (yylex): Update.
10969 * c-exp.y: Update all rules.
10970 (lex_one_token, classify_name, yylex, c_parse): Update.
10971 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
10972
10973 2019-04-04 Tom Tromey <tom@tromey.com>
10974
10975 * gdbarch.h, gdbarch.c: Rebuild.
10976 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
10977 * stap-probe.h:
10978 (struct stap_parse_info): Replace "parser_state" with
10979 "expr_builder".
10980 * parser-defs.h (struct expr_builder): Rename from "parser_state".
10981 (parser_state): New class.
10982 * parse.c (expr_builder): Rename.
10983 (expr_builder::release): Rename.
10984 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
10985 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
10986 (write_exp_elt_longcst, write_exp_elt_floatcst)
10987 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
10988 (write_exp_string_vector, write_exp_bitstring)
10989 (write_exp_msymbol, mark_struct_expression)
10990 (write_dollar_variable)
10991 (insert_type_address_space, increase_expout_size): Replace
10992 "parser_state" with "expr_builder".
10993 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
10994 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
10995 "parser_state" with "expr_builder".
10996
10997 2019-04-04 Tom Tromey <tom@tromey.com>
10998
10999 * rust-exp.y: Replace "parse_language" with method call.
11000 * p-exp.y:
11001 (yylex): Replace "parse_language" with method call.
11002 * m2-exp.y:
11003 (yylex): Replace "parse_language" with method call.
11004 * go-exp.y (classify_name): Replace "parse_language" with method
11005 call.
11006 * f-exp.y (yylex): Replace "parse_language" with method call.
11007 * d-exp.y (lex_one_token): Replace "parse_language" with method
11008 call.
11009 * c-exp.y:
11010 (lex_one_token, classify_name, yylex): Replace "parse_language"
11011 with method call.
11012 * ada-exp.y (find_primitive_type, type_char)
11013 (type_system_address): Replace "parse_language" with method call.
11014
11015 2019-04-04 Tom Tromey <tom@tromey.com>
11016
11017 * rust-exp.y: Replace "parse_gdbarch" with method call.
11018 * parse.c (write_dollar_variable, insert_type_address_space):
11019 Replace "parse_gdbarch" with method call.
11020 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11021 call.
11022 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11023 call.
11024 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11025 "parse_gdbarch" with method call.
11026 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11027 with method call.
11028 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11029 "parse_gdbarch" with method call.
11030 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11031 "parse_gdbarch" with method call.
11032 * c-exp.y (parse_type, parse_number, classify_name): Replace
11033 "parse_gdbarch" with method call.
11034 * ada-lex.l: Replace "parse_gdbarch" with method call.
11035 * ada-exp.y (parse_type, find_primitive_type, type_char)
11036 (type_system_address): Replace "parse_gdbarch" with method call.
11037
11038 2019-04-04 Tom Tromey <tom@tromey.com>
11039
11040 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11041 * stap-probe.c (stap_parse_argument): Update.
11042 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11043 initial_size parameter.
11044 * rust-exp.y (rust_lex_tests): Update.
11045 * parse.c (parser_state): Update.
11046 (parse_exp_in_context): Update.
11047 * parser-defs.h (struct parser_state) <parser_state>: Remove
11048 "initial_size" parameter.
11049
11050 2019-04-04 Tom Tromey <tom@tromey.com>
11051
11052 * parser-defs.h (increase_expout_size): Don't declare.
11053 * parse.c (increase_expout_size): Now static.
11054
11055 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11056
11057 * gnu-nat.c (gnu_nat_target::wait): Fix
11058 target_waitstatus_to_string call.
11059
11060 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11061
11062 * eval.c (evaluate_subexp_standard): Handle internal functions
11063 during Fortran function call handling.
11064
11065 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11066
11067 * NEWS: Mention new internal functions.
11068 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11069 (read_base_type): Use dwarf2_init_complex_target_type.
11070 * value.c (creal_internal_fn): New function.
11071 (cimag_internal_fn): New function.
11072 (_initialize_values): Register new internal functions.
11073
11074 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11075
11076 * infrun.c (stop_all_threads): If debug_infrun, always
11077 trace the wait status after wait_one, using
11078 target_waitstatus_to_string and target_pid_to_str.
11079 (handle_inferior_event): Replace various trace of
11080 wait status kind by a single trace.
11081 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11082 wait status kind image by target_waitstatus_to_string.
11083 * target/waitstatus.c (target_waitstatus_to_string): Fix
11084 obsolete comment.
11085
11086 2019-04-01 Tom Tromey <tromey@adacore.com>
11087
11088 PR symtab/23331:
11089 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11090
11091 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11092 Pedro Alves <palves@redhat.com>
11093
11094 * top.c (quit_force): Call 'finalize_values'.
11095 * value.c (finalize_values): New function.
11096 * value.h (finalize_values): Declare.
11097
11098 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11099
11100 * NEWS: Announce $_gdb_major and $_gdb_minor.
11101
11102 * top.c (init_gdb_version_vars): New function.
11103 (gdb_init): Call init_gdb_version_vars.
11104
11105 2019-03-29 Tom Tromey <tromey@adacore.com>
11106
11107 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11108 help text. Remove dead code.
11109
11110 2019-03-29 Keith Seitz <keiths@redhat.com>
11111
11112 From Siddhesh Poyarekar:
11113 * f-lang.h (f77_get_upperbound): Return LONGEST.
11114 (f77_get_lowerbound): Likewise.
11115 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11116 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11117 print them.
11118 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11119 plongest to format print it.
11120 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11121 (f77_get_upperbound): Likewise.
11122 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11123 LOWER_BOUND to LONGEST.
11124 (f77_create_arrayprint_offset_tbl): Likewise.
11125
11126 2019-03-29 Keith Seitz <keiths@redhat.com>
11127
11128 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11129 %s/pulongest for TYPE_LENGTH instead of %d in format
11130 strings.
11131 * ada-typerint.c (ada_print_type): Likewise.
11132 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11133 * compile/compile-c-support.c (generate_register_struct): Likewise.
11134 * gdbtypes.c (recursive_dump_type): Likewise.
11135 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11136 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11137 instead of %d in format strings.
11138 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11139 to std::min to ULONGEST.
11140 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11141 instead of %d in format strings.
11142 * tracepoint.c (info_scope_command): Likewise.
11143 * typeprint.c (print_offset_data::update)
11144 (print_offset_data::finish): Likewise.
11145 * xtensa-tdep.c (xtensa_store_return_value)
11146 (xtensa_push_dummy_call): Likewise.
11147
11148 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11149
11150 * windows-nat.c (display_selector): Fixed format specifications
11151 for 64-bit Cygwin.
11152
11153 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11154
11155 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11156
11157 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11158
11159 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11160 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11161 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11162 (nios2_linux_init_abi): Install it.
11163
11164 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11165
11166 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11167
11168 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11169
11170 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11171
11172 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11173 Tom Tromey <tromey@adacore.com>
11174
11175 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11176
11177 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11180 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11181 method to compute the bounds of range types. Also print "[evaluated]"
11182 if the bounds' values come from a dynamic evaluation.
11183
11184 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11185
11186 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11187 whitespace when pretty printing is on.
11188
11189 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11190
11191 * ppc-linux-nat.c: Add include.
11192
11193 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11194
11195 * NEWS: Mention AArch64 Pointer Authentication.
11196
11197 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11198
11199 * arm-linux-nat.c: Add include.
11200
11201 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11202
11203 * source-cache.c (source_cache::get_source_lines): Re-read
11204 fullname after calling open_source_file.
11205
11206 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11207
11208 * NEWS: Mention TLS support for FreeBSD.
11209
11210 2019-03-25 Tom Tromey <tromey@adacore.com>
11211
11212 * minsyms.c (BUNCH_SIZE): Update comment.
11213 (~minimal_symbol_reader): Remove old comment.
11214 (compact_minimal_symbols): Update comment.
11215 (minimal_symbol_reader::install): Remove old comment. Update
11216 other comments.
11217
11218 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11219
11220 * s390-linux-nat.c: Add include.
11221
11222 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11223
11224 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11225 Call linux_get_hwcap.
11226 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11227 Likewise.
11228 (aarch64_linux_get_hwcap): Remove function.
11229 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
11230 declaration.
11231 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
11232 linux_get_hwcap.
11233 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
11234 * linux-tdep.c (linux_get_hwcap): Add function.
11235 (linux_get_hwcap2): Likewise.
11236 * linux-tdep.h (linux_get_hwcap): Add declaration.
11237 (linux_get_hwcap2): Likewise.
11238 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
11239 (ppc_linux_get_hwcap2): Likewise.
11240 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
11241 linux_get_hwcap.
11242 (ppc_linux_nat_target::insert_watchpoint): Likewise.
11243 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
11244 (ppc_linux_nat_target::read_description): Likewise.
11245 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
11246 * s390-linux-nat.c: Likewise.
11247 * s390-linux-tdep.c (s390_core_read_description): Likewise.
11248
11249 2019-03-24 Tom Tromey <tom@tromey.com>
11250
11251 * ada-lang.c (standard_lookup): Simplify initialization.
11252 (ada_lookup_symbol_nonlocal): Simplify return.
11253 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
11254 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
11255 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
11256 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
11257 initialization.
11258 * solib.c (solib_global_lookup): Simplify.
11259 * symtab.c (null_block_symbol): Remove.
11260 (symbol_cache_lookup): Simplify returns.
11261 (lookup_language_this): Simplify returns.
11262 (lookup_symbol_aux): Simplify return.
11263 (lookup_local_symbol): Simplify returns.
11264 (lookup_global_symbol_from_objfile): Simplify return.
11265 (lookup_symbol_in_objfile_symtabs)
11266 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
11267 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
11268 (lookup_static_symbol, lookup_global_symbol): Simplify return.
11269 * cp-namespace.c (cp_lookup_bare_symbol)
11270 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
11271 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
11272 (cp_lookup_nested_symbol): Don't use null_block_symbol.
11273 (cp_lookup_symbol_via_imports): Simplify initialization.
11274 (find_symbol_in_baseclass): Likewise.
11275 * symtab.h (null_block_symbol): Remove.
11276 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
11277 (d_lookup_nested_symbol, d_lookup_symbol_imports)
11278 (d_lookup_symbol_module): Likewise.
11279 (find_symbol_in_baseclass): Simplify initialization.
11280
11281 2019-03-24 Tom Tromey <tom@tromey.com>
11282
11283 * expression.h: Don't include symtab.h.
11284 (struct block): Forward declare.
11285
11286 2019-03-24 Tom Tromey <tom@tromey.com>
11287
11288 * c-exp.y (typebase): Remove casts.
11289 * gdbtypes.c (lookup_unsigned_typename, )
11290 (lookup_signed_typename): Remove cast.
11291 * eval.c (parse_to_comma_and_eval): Remove cast.
11292 * parse.c (write_dollar_variable): Remove cast.
11293 * block.h (struct block) <superblock>: Now const.
11294 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
11295 * psymtab.c (psym_map_matching_symbols): Make "block" const.
11296 (map_block): Make "block" const.
11297 * symfile.h (struct quick_symbol_functions)
11298 <map_matching_symbols>: Constify block argument to "callback".
11299 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
11300 const.
11301 (find_pc_sect_compunit_symtab): Make "b" const.
11302 (find_symbol_at_address): Likewise.
11303 (search_symbols): Likewise.
11304 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
11305 (dw2_debug_names_lookup_symbol): Likewise.
11306 (dw2_map_matching_symbols): Update.
11307 * p-valprint.c (pascal_val_print): Remove "block".
11308 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
11309 (aux_add_nonlocal_symbols): Make "block" const.
11310 (resolve_subexp): Remove cast.
11311 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
11312 const.
11313 (iterate_over_file_blocks): Likewise.
11314 * f-exp.y (%union) <bval>: Remove.
11315 * coffread.c (patch_opaque_types): Make "b" const.
11316 * spu-tdep.c (spu_catch_start): Make "block" const.
11317 * c-valprint.c (print_unpacked_pointer): Remove "block".
11318 * symmisc.c (dump_symtab_1): Make "b" const.
11319 (block_depth): Make "block" const.
11320 * d-exp.y (%union) <bval>: Remove.
11321 * cp-support.h (cp_lookup_rtti_type): Update.
11322 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
11323 * psymtab.c (psym_lookup_symbol): Make "block" const.
11324 (maintenance_check_psymtabs): Make "b" const.
11325 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
11326 (enumerate_locals, enumerate_args): Update.
11327 * python/py-symtab.c (stpy_global_block): Make "block" const.
11328 (stpy_static_block): Likewise.
11329 * inline-frame.c (block_starting_point_at): Make "new_block"
11330 const.
11331 * block.c (find_block_in_blockvector): Make return type const.
11332 (blockvector_for_pc_sect): Make "b" const.
11333 (find_block_in_blockvector): Make "b" const.
11334
11335 2019-03-23 Tom Tromey <tom@tromey.com>
11336
11337 * varobj.c (varobj_create): Update.
11338 * symfile.c (clear_symtab_users): Don't reset innermost_block.
11339 * printcmd.c (display_command, do_one_display): Don't reset
11340 innermost_block.
11341 * parser-defs.h (enum innermost_block_tracker_type): Move to
11342 expression.h.
11343 (innermost_block): Update comment.
11344 * parse.c (parse_exp_1): Add tracker_types parameter.
11345 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
11346 tracker_types parameter. Reset innermost_block.
11347 (parse_exp_in_context): Remove.
11348 (parse_expression_for_completion): Update.
11349 * objfiles.c (~objfile): Don't reset expression_context_block or
11350 innermost_block.
11351 * expression.h (enum innermost_block_tracker_type): Move from
11352 parser-defs.h.
11353 (parse_exp_1): Add tracker_types parameter.
11354 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
11355 reset innermost_block.
11356
11357 2019-03-23 Tom Tromey <tom@tromey.com>
11358
11359 * objfiles.h: Include bcache.h.
11360
11361 2019-03-23 Tom Tromey <tom@tromey.com>
11362
11363 * linespec.c (get_current_search_block): Use
11364 scoped_restore_current_language.
11365 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
11366
11367 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11368 Jiong Wang <jiong.wang@arm.com>
11369
11370 * aarch64-linux-tdep.c
11371 (aarch64_linux_iterate_over_regset_sections): Check for pauth
11372 section.
11373 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
11374
11375 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11376 Jiong Wang <jiong.wang@arm.com>
11377
11378 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
11379 instructions.
11380 (aarch64_analyze_prologue_test): Add PACIASP test.
11381 (aarch64_prologue_prev_register): Unmask PC value.
11382
11383 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11384 Jiong Wang <jiong.wang@arm.com>
11385
11386 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
11387 (aarch64_dwarf2_prev_register): Unmask PC value.
11388 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
11389 (aarch64_execute_dwarf_cfa_vendor_op): Check for
11390 DW_CFA_AARCH64_negate_ra_state.
11391 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
11392
11393 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11394 Jiong Wang <jiong.wang@arm.com>
11395
11396 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
11397 registers.
11398 (aarch64_pseudo_register_name): Likewise.
11399 (aarch64_pseudo_register_type): Likewise.
11400 (aarch64_pseudo_register_reggroup_p): Likewise.
11401 (aarch64_gdbarch_init): Add pauth registers.
11402 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
11403 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
11404 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
11405 (struct gdbarch_tdep): Add regnum for ra_state.
11406
11407 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11408 Jiong Wang <jiong.wang@arm.com>
11409
11410 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
11411
11412 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11413 Jiong Wang <jiong.wang@arm.com>
11414
11415 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
11416 function.
11417 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
11418 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
11419 (aarch64_gdbarch_init): Add puth registers.
11420 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
11421 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
11422 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
11423
11424 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11425 Jiong Wang <jiong.wang@arm.com>
11426
11427 * aarch64-linux-nat.c
11428 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
11429 * aarch64-linux-tdep.c
11430 (aarch64_linux_core_read_description): Likewise.
11431 (aarch64_linux_get_hwcap): New function.
11432 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
11433 (aarch64_linux_get_hwcap): New declaration.
11434
11435 2019-03-22 Alan Hayward <alan.hayward@arm.com>
11436 Jiong Wang <jiong.wang@arm.com>
11437
11438 * aarch64-linux-nat.c
11439 (aarch64_linux_nat_target::read_description): Add pauth param.
11440 * aarch64-linux-tdep.c
11441 (aarch64_linux_core_read_description): Likewise.
11442 * aarch64-tdep.c (struct target_desc): Add in pauth.
11443 (aarch64_read_description): Add pauth param.
11444 (aarch64_gdbarch_init): Likewise.
11445 * aarch64-tdep.h (aarch64_read_description): Likewise.
11446 * arch/aarch64.c (aarch64_create_target_description): Likewise.
11447 * arch/aarch64.h (aarch64_create_target_description): Likewise.
11448 * features/Makefile: Add new files.
11449 * features/aarch64-pauth.c: New file.
11450 * features/aarch64-pauth.xml: New file.
11451
11452 2019-03-20 Tom Tromey <tromey@adacore.com>
11453
11454 * infrun.c (handle_inferior_event): Rename from
11455 handle_inferior_event_1. Create a scoped_value_mark.
11456 (handle_inferior_event): Remove.
11457
11458 2019-03-19 Tom Tromey <tromey@adacore.com>
11459
11460 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
11461 * infrun.h (print_stop_event): Add "displays" parameter.
11462 * infrun.c (print_stop_event): Add "displays" parameter.
11463
11464 2019-03-19 Pedro Alves <palves@redhat.com>
11465
11466 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
11467 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
11468 to -1. Fix TABs vs spaces.
11469 (tui_ui_out::tui_ui_out): Don't initialize fields here.
11470 * tui/tui-out.h (tui_ui_out) Add intro comments.
11471 <m_line, m_start_of_line>: In-class initialize, and add describing
11472 comment.
11473
11474 2019-03-18 Alan Hayward <alan.hayward@arm.com>
11475
11476 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
11477 variable names.
11478 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
11479
11480 2019-03-18 Pedro Alves <palves@redhat.com>
11481 Eli Zaretskii <eliz@gnu.org>
11482
11483 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
11484 m_line and m_start_of_line.
11485
11486 2019-03-18 Eli Zaretskii <eliz@gnu.org>
11487
11488 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
11489 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
11490 it returns a newline. This fixes a regression in TU mode, whereby
11491 the next line is output on the same screen line as the user input.
11492
11493 2019-03-18 Tom Tromey <tromey@adacore.com>
11494
11495 * minsyms.c (minimal_symbol_reader::install): Remove call to
11496 obstack_blank.
11497
11498 2019-03-18 Pedro Alves <palves@redhat.com>
11499
11500 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
11501 New globals.
11502 (apply_style): New, factored out from ...
11503 (apply_ansi_escape): ... this. Handle reverse video mode.
11504 (tui_set_reverse_mode): New function.
11505 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
11506 * tui/tui-winsource.c (tui_show_source_line): Use
11507 tui_set_reverse_mode instead of setting A_STANDOUT.
11508 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
11509 New setter methods.
11510
11511 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
11512
11513 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
11514 Handle tabs.
11515
11516 2019-03-18 Tom Tromey <tromey@adacore.com>
11517
11518 * ada-lang.c (empty_array): Add "high" parameter.
11519 (ada_evaluate_subexp): Update.
11520
11521 2019-03-17 Sergei Trofimovich <siarheit@google.com>
11522
11523 * unittests/string_view-selftests.c: Define
11524 _initialize_string_view_selftests unconditionally.
11525
11526 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11527
11528 PR gdb/24350
11529 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
11530
11531 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
11532
11533 PR gdb/24351
11534 * windows-nat.c (display_selector): Fix format specifiers.
11535
11536 2019-03-17 Eli Zaretskii <eliz@gnu.org>
11537
11538 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
11539 tui_refill_source_window instead of tui_refresh_win, to update the
11540 current execution line. This fixes redisplay of the current line
11541 when stepping through the code with "next" or "step".
11542
11543 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11544
11545 * source-cache.c (source_cache::get_source_lines): Call
11546 find_source_lines to initialize s->nlines. This fixes vertical
11547 scrolling of TUI source window when the DOWN arrow is pressed.
11548
11549 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11550
11551 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
11552 linux-thread-db.c (_initialize_thread_db): Likewise.
11553
11554 2019-03-16 Eli Zaretskii <eliz@gnu.org>
11555
11556 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
11557 wclrtoeol in tui_show_source_line". This reverts changes made in
11558 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
11559
11560 2019-03-15 Tom Tromey <tom@tromey.com>
11561
11562 * symtab.h (struct minimal_symbol): Derive from
11563 general_symbol_info.
11564 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
11565 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
11566 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
11567 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
11568 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
11569 (MSYMBOL_SEARCH_NAME): Update.
11570 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
11571 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
11572 * minsyms.c (minimal_symbol_reader::record_full): Update.
11573
11574 2019-03-15 Tom Tromey <tom@tromey.com>
11575
11576 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
11577
11578 2019-03-15 Tom Tromey <tom@tromey.com>
11579
11580 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
11581 unique_xmalloc_ptr.
11582 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
11583 Update.
11584 * minsyms.c (lookup_minimal_symbol_by_pc_section)
11585 (build_minimal_symbol_hash_tables)
11586 (minimal_symbol_reader::install): Update.
11587
11588 2019-03-15 Tom Tromey <tom@tromey.com>
11589
11590 * symtab.c (create_demangled_names_hash): Update.
11591 (symbol_set_names): Update.
11592 * objfiles.h (struct objfile_per_bfd_storage)
11593 <demangled_names_hash>: Now an htab_up.
11594 * objfiles.c (objfile_per_bfd_storage): Simplify.
11595
11596 2019-03-15 Tom Tromey <tom@tromey.com>
11597
11598 * objfiles.h (struct objfile_per_bfd_storage): Declare
11599 destructor.
11600 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
11601 New.
11602 (get_objfile_bfd_data): Use new. Don't initialize
11603 language_of_main.
11604 (free_objfile_per_bfd_storage): Remove.
11605 (objfile_bfd_data_free, objfile::~objfile): Use delete.
11606
11607 2019-03-15 Tom Tromey <tom@tromey.com>
11608
11609 * symfile.c (reread_symbols): Update.
11610 * objfiles.c (objfile::objfile): Update.
11611 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
11612 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
11613 comment.
11614 (minimal_symbol_reader::install): Update.
11615 (terminate_minimal_symbol_table): Remove.
11616 * jit.c (jit_object_close_impl): Update.
11617
11618 2019-03-15 Tom Tromey <tom@tromey.com>
11619
11620 * minsyms.c (minimal_symbol_reader::record_full): Remove some
11621 initializations.
11622
11623 2019-03-15 Tom Tromey <tom@tromey.com>
11624
11625 * objfiles.h (struct objfile_per_bfd_storage)
11626 <demangled_hash_languages>: Now a bitset.
11627 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
11628 (lookup_minimal_symbol): Update.
11629
11630 2019-03-15 Tom Tromey <tom@tromey.com>
11631
11632 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
11633 Don't return the symbol.
11634 * coffread.c (record_minimal_symbol): Use record_full.
11635
11636 2019-03-14 Eli Zaretskii <eliz@gnu.org>
11637
11638 The MS-Windows port of ncurses fails to switch to a color pair if
11639 one or both of the colors are the implicit default colors. This
11640 change records the default colors when TUI is initialized, and
11641 then specifies them explicitly when a color pair uses the default
11642 colors. This allows color styling in TUI mode on MS-Windows.
11643
11644 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
11645 ncurses_norm_attr.
11646 (tui_initialize_io) [__MINGW32__]: Record the default terminal
11647 colors in ncurses_norm_attr.
11648 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
11649 "none", replace it with the default color recorded in
11650 ncurses_norm_attr.
11651
11652 2019-03-14 Tom Tromey <tromey@adacore.com>
11653
11654 * source-cache.h (class source_cache) <get_source_lines>: Return
11655 std::string.
11656 * source-cache.c (source_cache::extract_lines): Handle case where
11657 first_pos==npos. Return std::string.
11658 (source_cache::get_source_lines): Update.
11659
11660 2019-03-14 Tom Tromey <tromey@adacore.com>
11661
11662 * NEWS: Add item for "style sources" commands.
11663 * source-cache.c (source_cache::get_source_lines): Check
11664 source_styling.
11665 * cli/cli-style.c (source_styling): New global.
11666 (_initialize_cli_style): Add "style sources" commands.
11667 (show_style_sources): New function.
11668 * cli/cli-style.h (source_styling): Declare.
11669
11670 2019-03-14 Pedro Alves <palves@redhat.com>
11671 Tom Tromey <tromey@adacore.com>
11672
11673 * tui/tui-winsource.h (tui_refill_source_window): Declare.
11674 * tui/tui-winsource.c (tui_refill_source_window): New function,
11675 from...
11676 (tui_horizontal_source_scroll): ... here. Move some logic.
11677 * cli/cli-style.c (set_style_enabled): Notify new observable.
11678 * tui/tui-hooks.c (tui_redisplay_source): New function.
11679 (tui_attach_detach_observers): Attach or detach
11680 tui_redisplay_source.
11681 * observable.h (source_styling_changed): New observable.
11682 * observable.c: Define source_styling_changed observable.
11683
11684 2019-03-13 Tom Tromey <tromey@adacore.com>
11685
11686 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
11687 (i386_gnu_nat_target::store_registers): Update.
11688 * target-debug.h (target_debug_print_std_string): New macro.
11689 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11690 * windows-tdep.c (display_one_tib): Update.
11691 * tui/tui-stack.c (tui_make_status_line): Update.
11692 * top.c (print_inferior_quit_action): Update.
11693 * thread.c (thr_try_catch_cmd): Update.
11694 (add_thread_with_info): Update.
11695 (thread_target_id_str): Update.
11696 (thr_try_catch_cmd): Update.
11697 (thread_command): Update.
11698 (thread_find_command): Update.
11699 * record-btrace.c (record_btrace_target::info_record)
11700 (record_btrace_resume_thread, record_btrace_target::resume)
11701 (record_btrace_cancel_resume, record_btrace_step_thread)
11702 (record_btrace_target::wait, record_btrace_target::wait)
11703 (record_btrace_target::wait, record_btrace_target::stop): Update.
11704 * progspace.c (print_program_space): Update.
11705 * process-stratum-target.c
11706 (process_stratum_target::thread_address_space): Update.
11707 * linux-fork.c (linux_fork_mourn_inferior)
11708 (detach_checkpoint_command, info_checkpoints_command)
11709 (linux_fork_context): Update.
11710 (linux_fork_detach): Update.
11711 (class scoped_switch_fork_info): Update.
11712 (delete_checkpoint_command): Update.
11713 * infrun.c (follow_fork_inferior): Update.
11714 (follow_fork_inferior): Update.
11715 (proceed_after_vfork_done): Update.
11716 (handle_vfork_child_exec_or_exit): Update.
11717 (follow_exec): Update.
11718 (displaced_step_prepare_throw): Update.
11719 (displaced_step_restore): Update.
11720 (start_step_over): Update.
11721 (resume_1): Update.
11722 (clear_proceed_status_thread): Update.
11723 (proceed): Update.
11724 (print_target_wait_results): Update.
11725 (do_target_wait): Update.
11726 (context_switch): Update.
11727 (stop_all_threads): Update.
11728 (restart_threads): Update.
11729 (finish_step_over): Update.
11730 (handle_signal_stop): Update.
11731 (switch_back_to_stepped_thread): Update.
11732 (keep_going_pass_signal): Update.
11733 (print_exited_reason): Update.
11734 (normal_stop): Update.
11735 * inferior.c (inferior_pid_to_str): Change return type.
11736 (print_selected_inferior): Update.
11737 (add_inferior): Update.
11738 (detach_inferior): Update.
11739 * dummy-frame.c (fprint_dummy_frames): Update.
11740 * dcache.c (dcache_info_1): Update.
11741 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
11742 (btrace_fetch, btrace_clear): Update.
11743 * linux-tdep.c (linux_core_pid_to_str): Change return type.
11744 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
11745 type.
11746 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
11747 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
11748 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
11749 * gdbarch.c, gdbarch.h: Rebuild.
11750 * gdbarch.sh (core_pid_to_str): Change return type.
11751 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
11752 return type.
11753 (windows_nat_target::pid_to_str): Change return type.
11754 (windows_delete_thread): Update.
11755 (windows_nat_target::attach): Update.
11756 (windows_nat_target::files_info): Update.
11757 * target-delegates.c: Rebuild.
11758 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
11759 return type.
11760 (sol_thread_target::pid_to_str): Change return type.
11761 * remote.c (class remote_target) <pid_to_str>: Change return
11762 type.
11763 (remote_target::pid_to_str): Change return type.
11764 (extended_remote_target::attach, remote_target::remote_stop_ns)
11765 (remote_target::remote_notif_remove_queued_reply)
11766 (remote_target::push_stop_reply, remote_target::disable_btrace):
11767 Update.
11768 (extended_remote_target::attach): Update.
11769 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
11770 type.
11771 (gdbsim_target::pid_to_str): Change return type.
11772 * ravenscar-thread.c (struct ravenscar_thread_target)
11773 <pid_to_str>: Change return type.
11774 (ravenscar_thread_target::pid_to_str): Change return type.
11775 * procfs.c (class procfs_target) <pid_to_str>: Change return
11776 type.
11777 (procfs_target::pid_to_str): Change return type.
11778 (procfs_target::attach): Update.
11779 (procfs_target::detach): Update.
11780 (procfs_target::fetch_registers): Update.
11781 (procfs_target::store_registers): Update.
11782 (procfs_target::wait): Update.
11783 (procfs_target::files_info): Update.
11784 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
11785 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
11786 return type.
11787 (nto_procfs_target::pid_to_str): Change return type.
11788 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
11789 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
11790 return type.
11791 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
11792 (exit_lwp): Update.
11793 (attach_proc_task_lwp_callback, get_detach_signal)
11794 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
11795 (linux_nat_target::resume, wait_lwp, stop_callback)
11796 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
11797 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
11798 (linux_nat_wait_1, resume_stopped_resumed_lwps)
11799 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
11800 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
11801 type.
11802 (inf_ptrace_target::attach): Update.
11803 (inf_ptrace_target::files_info): Update.
11804 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
11805 type.
11806 (go32_nat_target::pid_to_str): Change return type.
11807 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
11808 (gnu_nat_target::wait): Update.
11809 (gnu_nat_target::wait): Update.
11810 (gnu_nat_target::resume): Update.
11811 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
11812 (fbsd_nat_target::wait): Update.
11813 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
11814 type.
11815 (darwin_nat_target::attach): Update.
11816 * corelow.c (class core_target) <pid_to_str>: Change return type.
11817 (core_target::pid_to_str): Change return type.
11818 * target.c (normal_pid_to_str): Change return type.
11819 (default_pid_to_str): Likewise.
11820 (target_pid_to_str): Change return type.
11821 (target_translate_tls_address): Update.
11822 (target_announce_detach): Update.
11823 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
11824 return type.
11825 (bsd_uthread_target::pid_to_str): Change return type.
11826 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
11827 type.
11828 (bsd_kvm_target::pid_to_str): Change return type.
11829 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
11830 return type.
11831 (aix_thread_target::pid_to_str): Change return type.
11832 * target.h (struct target_ops) <pid_to_str>: Change return type.
11833 (target_pid_to_str, normal_pid_to_str): Likewise.
11834 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
11835 type.
11836 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
11837 type.
11838 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
11839 return type.
11840 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
11841 type.
11842 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
11843 type.
11844 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
11845 return type.
11846
11847 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
11848
11849 * NEWS: Mention that the new default MI version is 3. Mention
11850 changes to the output of commands and events that deal with
11851 multi-location breakpoints.
11852 * breakpoint.c: Include "mi/mi-out.h".
11853 (print_one_breakpoint): Change output syntax if using MI version
11854 >= 3.
11855 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
11856 New.
11857 (mi_multi_location_breakpoint_output_fixed): New.
11858 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
11859 (mi_cmd_fix_multi_location_breakpoint_output): New.
11860 (mi_multi_location_breakpoint_output_fixed): New.
11861 * mi/mi-cmds.c (mi_cmds): Register command
11862 -fix-multi-location-breakpoint-output.
11863 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
11864 interpreter "mi".
11865
11866 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11867
11868 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
11869 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
11870 instantiate mi_ui_out based on interpreter name.
11871 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
11872 * mi/mi-main.c (mi_load_progress): Likewise.
11873
11874 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11875
11876 * NEWS: Combine separate "New targets" sections for 8.3.
11877
11878 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11879
11880 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
11881 (ppcfbsd_init_abi): Install gdbarch
11882 "fetch_tls_load_module_address" and "get_thread_local_address"
11883 methods.
11884
11885 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11886
11887 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
11888 (riscv_fbsd_init_abi): Install gdbarch
11889 "fetch_tls_load_module_address" and "get_thread_local_address"
11890 methods.
11891
11892 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11893
11894 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
11895 (i386fbsd_init_abi): Install gdbarch
11896 "fetch_tls_load_module_address" and "get_thread_local_address"
11897 methods.
11898
11899 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11900
11901 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
11902 (amd64fbsd_init_abi): Install gdbarch
11903 "fetch_tls_load_module_address" and "get_thread_local_address"
11904 methods.
11905
11906 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11907
11908 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
11909 (struct fbsd_pspace_data): New type.
11910 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
11911 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
11912 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
11913 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
11914 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
11915
11916 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11917
11918 * gdbtypes.c (lookup_struct_elt): New function.
11919 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
11920 * gdbtypes.h (struct struct_elt): New type.
11921 (lookup_struct_elt): New prototype.
11922
11923 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11924
11925 * gdbtypes.c (lookup_struct_elt_type): Update comment and
11926 remove disabled code block.
11927
11928 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11929
11930 * gdbarch.sh (get_thread_local_address): New method.
11931 * gdbarch.h, gdbarch.c: Regenerate.
11932 * target.c (target_translate_tls_address): Use
11933 gdbarch_get_thread_local_address if present instead of
11934 target::get_thread_local_address.
11935
11936 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11937
11938 * target.h (target::get_thread_local_address): Update comment.
11939
11940 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11941
11942 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
11943 objfile->separate_debug_objfile_backlink if not NULL.
11944
11945 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11946
11947 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11948 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
11949 (amd64bsd_store_inferior_registers): Likewise.
11950 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11951 Enable segment base registers.
11952 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
11953 PT_GETFSBASE and PT_GETGSBASE.
11954 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
11955 PT_SETGSBASE.
11956 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
11957 segment base registers.
11958 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11959
11960 2019-03-12 John Baldwin <jhb@FreeBSD.org>
11961
11962 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
11963 Update calls to i386_target_description to add 'segments'
11964 parameter.
11965 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
11966 add segment base registers.
11967 * arch/i386.c (i386_create_target_description): Add 'segments'
11968 parameter to enable segment base registers.
11969 * arch/i386.h (i386_create_target_description): Likewise.
11970 * features/i386/32bit-segments.xml: New file.
11971 * features/i386/32bit-segments.c: Generate.
11972 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
11973 call to i386_target_description to add 'segments' parameter.
11974 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
11975 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
11976 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
11977 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
11978 if feature is present.
11979 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
11980 Add 'segments' parameter to call to i386_target_description.
11981 (i386_target_description): Add 'segments' parameter to enable
11982 segment base registers.
11983 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
11984 to call to i386_target_description.
11985 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
11986 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
11987 Define I386_NUM_REGS.
11988 (i386_target_description): Add 'segments' parameter to enable
11989 segment base registers.
11990
11991 2019-03-12 Eli Zaretskii <eliz@gnu.org>
11992
11993 PR/24325
11994 * source-cache.c: #undef open and close, to avoid unresolved
11995 externals during linking.
11996
11997 2019-03-12 Tom Tromey <tromey@adacore.com>
11998
11999 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12000 const. Add initializers.
12001 (_initialize_remote): Don't initialize ptid globals.
12002
12003 2019-03-12 Pedro Alves <palves@redhat.com>
12004
12005 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12006
12007 2019-03-12 Pedro Alves <palves@redhat.com>
12008
12009 * cp-name-parser.y (main): Remove unused 'len' variable.
12010
12011 2019-03-12 Tom Tromey <tromey@adacore.com>
12012
12013 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12014 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12015
12016 2019-03-12 Tom Tromey <tromey@adacore.com>
12017
12018 * linux-nat.c (iterate_over_lwps): Update.
12019 (stop_callback): Remove parameter.
12020 (stop_wait_callback, detach_callback, resume_set_callback)
12021 (select_singlestep_lwp_callback, set_ignore_sigint)
12022 (status_callback, resumed_callback, resume_clear_callback)
12023 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12024 data parameter.
12025 (linux_nat_target::detach, linux_nat_target::resume)
12026 (linux_stop_and_wait_all_lwps, select_event_lwp)
12027 (linux_nat_filter_event, linux_nat_wait_1)
12028 (linux_nat_target::kill, linux_nat_target::stop)
12029 (linux_nat_target::stop): Update.
12030 (linux_nat_resume_callback): Change type.
12031 (resume_stopped_resumed_lwps, count_events_callback)
12032 (select_event_lwp_callback): Likewise.
12033 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12034 * arm-linux-nat.c (struct update_registers_data): Remove.
12035 (update_registers_callback): Change type.
12036 (arm_linux_insert_hw_breakpoint1): Update.
12037 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12038 parameter.
12039 (x86_linux_dr_set_addr): Update.
12040 (x86_linux_dr_set_control): Update.
12041 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12042 (iterate_over_lwps): Use gdb::function_view.
12043 * nat/aarch64-linux-hw-point.c (struct
12044 aarch64_dr_update_callback_param): Remove.
12045 (debug_reg_change_callback): Change type.
12046 (aarch64_notify_debug_reg_change): Update.
12047 * s390-linux-nat.c (s390_refresh_per_info): Update.
12048
12049 2019-03-11 Tom Tromey <tromey@adacore.com>
12050
12051 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12052 redundant assignment to "this_cu".
12053
12054 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12055
12056 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12057
12058 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12059
12060 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12061 from...
12062 (rank_one_type): ... this.
12063
12064 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12065
12066 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12067 from...
12068 (rank_one_type): ... this.
12069
12070 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12071
12072 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12073 from...
12074 (rank_one_type): ... this.
12075
12076 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12077
12078 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12079 from...
12080 (rank_one_type): ... this.
12081
12082 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12083
12084 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12085 from...
12086 (rank_one_type): ... this.
12087
12088 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12089
12090 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12091 from...
12092 (rank_one_type): ... this.
12093
12094 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12095
12096 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12097 from...
12098 (rank_one_type): ... this.
12099
12100 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12101
12102 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12103 from...
12104 (rank_one_type): ... this.
12105
12106 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12107
12108 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12109 from...
12110 (rank_one_type): ... this.
12111
12112 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12113
12114 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12115 from...
12116 (rank_one_type): ... this.
12117
12118 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12119
12120 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12121 from...
12122 (rank_one_type): ... this.
12123
12124 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12125
12126 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12127 from...
12128 (rank_one_type): ... this.
12129
12130 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12131
12132 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12133 inferior-events' shows the example events.
12134
12135 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12136
12137 Support styling on native MS-Windows console
12138
12139 PR/24315
12140 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12141 on MS-Windows if $TERM is not defined.
12142
12143 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12144
12145 * posix-hdep.c (gdb_console_fputs):
12146 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12147 functions.
12148 * ui-file.h (gdb_console_fputs): Add prototype.
12149
12150 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12151 back to fputs only if the former returns zero.
12152
12153 2019-03-07 Tom Tromey <tom@tromey.com>
12154
12155 * symmisc.c (print_symbol_bcache_statistics): Update.
12156 (print_objfile_statistics): Update.
12157 * symfile.c (allocate_symtab): Update.
12158 * stabsread.c: Don't include bcache.h.
12159 * psymtab.h (struct psymbol_bcache): Don't declare.
12160 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12161 (psymbol_bcache_init, psymbol_bcache_free)
12162 (psymbol_bcache_get_bcache): Don't declare.
12163 * psymtab.c (struct psymbol_bcache): Remove.
12164 (psymtab_storage::psymtab_storage): Update.
12165 (psymtab_storage::~psymtab_storage): Update.
12166 (psymbol_bcache_init, psymbol_bcache_free)
12167 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12168 (add_psymbol_to_bcache): Update.
12169 (allocate_psymtab): Update.
12170 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12171 macro_cache>: No longer pointers.
12172 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12173 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12174 * macrotab.c (macro_bcache): Update.
12175 * macroexp.c: Don't include bcache.h.
12176 * gdbtypes.c (check_types_worklist): Update.
12177 (types_deeply_equal): Remove TRY/CATCH. Update.
12178 * elfread.c (elf_symtab_read): Update.
12179 * dwarf2read.c: Don't include bcache.h.
12180 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12181 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12182 (print_bcache_statistics, bcache_memory_used): Don't declare.
12183 (struct bcache): Move from bcache.c. Add constructor, destructor,
12184 methods. Rename all data members.
12185 * bcache.c (struct bcache): Move to bcache.h.
12186 (bcache::expand_hash_table): Rename from expand_hash_table.
12187 (bcache): Remove.
12188 (bcache::insert): Rename from bcache_full.
12189 (bcache::compare): Rename from bcache_compare.
12190 (bcache_xmalloc): Remove.
12191 (bcache::~bcache): Rename from bcache_xfree.
12192 (bcache::print_statistics): Rename from print_bcache_statistics.
12193 (bcache::memory_used): Rename from bcache_memory_used.
12194
12195 2019-03-07 Pedro Alves <palves@redhat.com>
12196
12197 * infrun.c (normal_stop): Also check for
12198 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12199
12200 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12201
12202 * f-lang.c (value_from_host_double): Moved to...
12203 * value.c (value_from_host_double): ...here.
12204 * value.h (value_from_host_double): Declare.
12205 * guile/scm-math.c (vlscm_convert_typed_number): Use
12206 value_from_host_double.
12207 (vlscm_convert_number): Likewise.
12208 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12209 * python/py-value.c (convert_value_from_python): Likewise.
12210
12211 2019-03-06 Tom Tromey <tom@tromey.com>
12212
12213 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12214
12215 2019-03-06 Tom Tromey <tom@tromey.com>
12216
12217 * utils.h (free_current_contents): Don't declare.
12218 * utils.c (free_current_contents): Remove.
12219
12220 2019-03-06 Tom Tromey <tom@tromey.com>
12221
12222 * top.c (quit_force): Update.
12223 * main.c (captured_command_loop): Update.
12224 * common/new-op.c (operator new): Update.
12225 * common/common-exceptions.c (struct catcher)
12226 <save_cleanup_chain>: Remove member.
12227 (exceptions_state_mc_init): Update.
12228 (exception_try_scope_entry): Return nullptr.
12229 (exception_try_scope_exit, exception_rethrow)
12230 (throw_exception_sjlj, throw_exception_cxx): Update.
12231 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
12232 (all_cleanups, do_cleanups, discard_cleanups)
12233 (discard_final_cleanups, save_cleanups, save_final_cleanups)
12234 (restore_cleanups, restore_final_cleanups): Don't declare.
12235 (do_final_cleanups): Remove parameter.
12236 * common/cleanups.c (cleanup_chain, make_cleanup)
12237 (make_cleanup_dtor, all_cleanups, do_cleanups)
12238 (discard_my_cleanups, discard_cleanups)
12239 (discard_final_cleanups, save_my_cleanups, save_cleanups)
12240 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
12241 (null_cleanup): Remove.
12242 (do_final_cleanups): Remove parameter.
12243
12244 2019-03-06 Tom Tromey <tom@tromey.com>
12245
12246 * remote.c (remote_target::remote_parse_stop_reply): Use
12247 unique_xmalloc_ptr.
12248
12249 2019-03-06 Tom Tromey <tom@tromey.com>
12250
12251 * stabsread.c (struct stabs_field_info): Rename from field_info.
12252 <list, fnlist>: Add initializers.
12253 <obstack>: New member.
12254 (read_member_functions, read_struct_fields, read_baseclasses):
12255 Allocate on obstack. Don't use cleanups.
12256 (read_one_struct_field, read_member_functions, read_struct_fields)
12257 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
12258 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
12259 (read_struct_type): Update.
12260
12261 2019-03-06 Tom Tromey <tom@tromey.com>
12262
12263 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
12264 * common/filestuff.h (make_cleanup_close): Don't declare.
12265 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
12266 Remove.
12267
12268 2019-03-06 Tom Tromey <tom@tromey.com>
12269
12270 * solib-aix.c: Use make_scope_exit.
12271
12272 2019-03-06 Tom Tromey <tom@tromey.com>
12273
12274 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
12275 Use make_scope_exit.
12276
12277 2019-03-06 Tom Tromey <tom@tromey.com>
12278
12279 * solib-svr4.c (disable_probes_interface): Remove parameter.
12280 (svr4_handle_solib_event): Use make_scope_exit.
12281
12282 2019-03-06 Tom Tromey <tom@tromey.com>
12283
12284 * remote.c (struct stop_reply_deleter): Remove.
12285 (stop_reply_up): Update.
12286 (struct stop_reply): Derive from notif_event. Don't typedef.
12287 <regcache>: Now a std::vector.
12288 (stop_reply_xfree): Remove.
12289 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
12290 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
12291 (remote_target::discard_pending_stop_replies): Use delete.
12292 (remote_target::remote_parse_stop_reply): Update.
12293 (remote_target::process_stop_reply): Update.
12294 * remote-notif.h (struct notif_event): Add virtual destructor.
12295 Remove "dtr" member.
12296 (struct notif_client) <alloc_event>: Return a unique_ptr.
12297 (notif_event_xfree): Don't declare.
12298 (notif_event_up): New typedef.
12299 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
12300 (notif_event_xfree, do_notif_event_xfree): Remove.
12301 (remote_notif_state_xfree): Update.
12302
12303 2019-03-06 Tom Tromey <tom@tromey.com>
12304
12305 * infrun.c (displaced_step_clear_cleanup): Now a
12306 forward_scope_exit type.
12307 (displaced_step_prepare_throw): Update.
12308 (displaced_step_fixup): Update.
12309
12310 2019-03-06 Tom Tromey <tom@tromey.com>
12311
12312 * inferior.h (class inferior): Update comment.
12313 * gdbthread.h (class thread_info): Update comment.
12314
12315 2019-03-06 Joel Brobecker <brobecker@adacore.com>
12316 Tom Tromey <tom@tromey.com>
12317
12318 * stabsread.h (struct stab_section_list): Remove.
12319 (coffstab_build_psymtabs): Update.
12320 * dbxread.c (symbuf_sections): Now a std::vector.
12321 (sect_idx): New global.
12322 (fill_symbuf): Update.
12323 (coffstab_build_psymtabs): Change type of stabsects parameter.
12324 Update.
12325 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
12326 std::vector.
12327 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
12328 (coff_locate_sections): Update.
12329 (coff_symfile_read): Remove cleanups. Update.
12330 (init_stringtab): Add storage parameter.
12331 (free_stringtab, free_stringtab_cleanup): Remove.
12332 (init_lineno): Add storage parameter.
12333 (free_linetab, free_linetab_cleanup): Remove.
12334
12335 2019-03-06 Pedro Alves <palves@redhat.com>
12336
12337 * linux-fork.c (fork_info::clobber_regs): Delete.
12338 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
12339 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
12340 comment. Adjust.
12341 (scoped_switch_fork_info::scoped_switch_fork_info)
12342 (checkpoint_command, linux_fork_context): Adjust
12343 fork_save_infrun_state calls.
12344
12345 2019-03-06 Pedro Alves <palves@redhat.com>
12346
12347 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
12348 (inf_has_multiple_threads): Return 'bool' and rewrite using
12349 inferior_info::threads().
12350
12351 2019-03-06 Pedro Alves <palves@redhat.com>
12352
12353 * linux-fork.c: Include <list>.
12354 (fork_list): Now a std::list instance.
12355 (fork_info): Add ctor, dtor, and in-class initialize all fields.
12356 (forks_exist_p, find_last_fork): Adjust.
12357 (new_fork): Delete.
12358 (one_fork_p): New.
12359 (add_fork): Adjust.
12360 (free_fork): Delete, folded into fork_info::~fork_info().
12361 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
12362 Adjust.
12363 (init_fork_list): Delete.
12364 (linux_fork_killall, linux_fork_mourn_inferior)
12365 (linux_fork_detach, info_checkpoints_command): Adjust.
12366 (_initialize_linux_fork): No longer call init_fork_list.
12367
12368 2019-03-06 Pedro Alves <palves@redhat.com>
12369
12370 * linux-fork.c (new_fork): New, split out of ...
12371 (add_fork): ... this. Return void. Move "first fork" special
12372 case from here, to ...
12373 (checkpoint_command): ... here.
12374 * linux-linux.h (add_fork): Return void.
12375
12376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12377
12378 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
12379
12380 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12381 Chris January <chris.january@arm.com>
12382 David Lecomber <david.lecomber@arm.com>
12383
12384 * f-exp.y: New token, UNOP_INTRINSIC.
12385 (exp): New pattern using UNOP_INTRINSIC token.
12386 (f77_keywords): Add 'abs' keyword.
12387 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
12388 (value_from_host_double): New function.
12389 (evaluate_subexp_f): Support UNOP_ABS.
12390
12391 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12392
12393 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
12394 types.
12395
12396 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12397
12398 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
12399 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
12400 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
12401
12402 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12403
12404 * f-exp.y (convert_to_kind_type): Handle more type kinds.
12405
12406 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12407 Chris January <chris.january@arm.com>
12408
12409 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
12410 * f-exp.y: Define 'KIND' token.
12411 (exp): New pattern for KIND expressions.
12412 (ptype): Handle types with a kind extension.
12413 (direct_abs_decl): Extend to spot kind extensions.
12414 (f77_keywords): Add 'kind' to the list.
12415 (push_kind_type): New function.
12416 (convert_to_kind_type): New function.
12417 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
12418 * parse.c (operator_length_standard): Likewise.
12419 * parser-defs.h (enum type_pieces): Add tp_kind.
12420 * std-operator.def: Add UNOP_KIND.
12421
12422 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12423
12424 * f-exp.y (f_parse): Set yydebug.
12425
12426 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12427
12428 * f-lang.c (evaluate_subexp_f): New function.
12429 (exp_descriptor_f): New global.
12430 (f_language_defn): Use exp_descriptor_f instead of
12431 exp_descriptor_standard.
12432
12433 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12434
12435 * f-exp.y (struct token): Add comments.
12436 (dot_ops): Remove uppercase versions and the end marker.
12437 (f77_keywords): Likewise.
12438 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
12439 entries in the dot_ops array are case insensitive, and use
12440 strncasecmp to compare strings. Also some whitespace cleanup in
12441 this area. Similar for the f77_keywords array, except entries in
12442 this list might be case sensitive.
12443
12444 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
12445
12446 * f-exp.y (struct f77_boolean_val): Add comments.
12447 (boolean_values): Remove uppercase versions, and end marker.
12448 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
12449 and use strncasecmp to achieve case insensitivity. Additionally,
12450 perform whitespace cleanup around this code.
12451
12452 2019-03-06 Tom Tromey <tromey@adacore.com>
12453
12454 * remote-sim.c (gdbsim_target_open): Use result of
12455 gdb_argv::release.
12456
12457 2019-03-06 Richard Bunt <richard.bunt@arm.com>
12458 Dirk Schubert <dirk.schubert@arm.com>
12459 Chris January <chris.january@arm.com>
12460
12461 * eval.c (evaluate_subexp_standard): Call Fortran argument
12462 wrapping logic.
12463 * f-lang.c (struct value): A value which can be passed into a
12464 Fortran function call.
12465 (fortran_argument_convert): Wrap Fortran arguments in a pointer
12466 where appropriate.
12467 (struct type): Value ready for a Fortran function call.
12468 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
12469 is needed.
12470 * f-lang.h (fortran_argument_convert): Declaration.
12471 (fortran_preserve_arg_pointer): Declaration.
12472 * infcall.c (value_arg_coerce): Call Fortran argument logic.
12473
12474 2019-03-05 Tom Tromey <tromey@adacore.com>
12475
12476 * python/py-prettyprint.c (print_string_repr): Remove #if.
12477 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
12478
12479 2019-03-05 Tom Tromey <tromey@adacore.com>
12480
12481 * target.c (the_dummy_target): Move later. Change type to
12482 "dummy_target".
12483 (initialize_targets): Don't initialize the_dummy_target.
12484
12485 2019-03-05 Tom Tromey <tromey@adacore.com>
12486
12487 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
12488 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
12489
12490 2019-03-05 Tom Tromey <tromey@adacore.com>
12491
12492 * windows-nat.c (windows_nat_target::attach)
12493 (windows_nat_target::detach): Don't call gdb_flush.
12494 * valprint.c (generic_val_print, val_print, val_print_string):
12495 Don't call gdb_flush.
12496 * utils.c (defaulted_query): Don't call gdb_flush.
12497 * typeprint.c (print_type_scalar): Don't call gdb_flush.
12498 * target.c (target_announce_detach): Don't call gdb_flush.
12499 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
12500 * remote.c (extended_remote_target::attach): Don't call
12501 gdb_flush.
12502 * procfs.c (procfs_target::detach): Don't call gdb_flush.
12503 * printcmd.c (do_examine): Don't call gdb_flush.
12504 (info_display_command): Don't call gdb_flush.
12505 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
12506 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
12507 * memattr.c (info_mem_command): Don't call gdb_flush.
12508 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
12509 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
12510 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
12511 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
12512 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
12513 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
12514 (gnu_nat_target::detach): Don't call gdb_flush.
12515 * f-valprint.c (f_val_print): Don't call gdb_flush.
12516 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
12517 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
12518 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
12519 gdb_flush.
12520 * c-valprint.c (c_val_print): Don't call gdb_flush.
12521 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
12522
12523 2019-03-05 Tom Tromey <tromey@adacore.com>
12524
12525 * varobj.c (update_dynamic_varobj_children): Update.
12526 (install_default_visualizer): Use reset, not release.
12527 * value.c (set_internalvar): Update.
12528 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
12529 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
12530 ATTRIBUTE_UNUSED_RESULT.
12531
12532 2019-03-05 Tom Tromey <tromey@adacore.com>
12533
12534 * remote.c (class scoped_remote_fd) <release>: Add
12535 ATTRIBUTE_UNUSED_RESULT.
12536
12537 2019-03-05 Tom Tromey <tromey@adacore.com>
12538
12539 * macroexp.c (struct macro_buffer) <release>: Add
12540 ATTRIBUTE_UNUSED_RESULT.
12541
12542 2019-03-05 Tom Tromey <tromey@adacore.com>
12543
12544 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
12545 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
12546 ATTRIBUTE_UNUSED_RESULT.
12547
12548 2019-03-05 Tom Tromey <tromey@adacore.com>
12549
12550 * common/scoped_fd.h (class scoped_fd) <release>: Add
12551 ATTRIBUTE_UNUSED_RESULT.
12552
12553 2019-03-05 Tom Tromey <tromey@adacore.com>
12554
12555 * parser-defs.h (struct parser_state) <release>: Add
12556 ATTRIBUTE_UNUSED_RESULT.
12557
12558 2019-03-05 Tom Tromey <tromey@adacore.com>
12559
12560 * utils.h (class gdb_argv) <release>: Add
12561 ATTRIBUTE_UNUSED_RESULT.
12562 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
12563
12564 2019-03-02 Eli Zaretskii <eliz@gnu.org>
12565
12566 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
12567 for-loop range, to avoid compiler warnings.
12568
12569 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
12570 avoid compiler warnings about unused variables.
12571
12572 * NEWS: Mention end of support for native debugging on MS-Windows
12573 before XP.
12574
12575 PR gdb/24292
12576 * common/netstuff.c:
12577 * gdbserver/gdbreplay.c
12578 * gdbserver/remote-utils.c:
12579 * ser-tcp.c:
12580 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
12581 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
12582 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
12583 'getaddrinfo' and 'freeaddrinfo' were not available before
12584 Windows XP, and mingw.org's MinGW headers by default define
12585 _WIN32_WINNT to 0x500.
12586
12587 2019-03-01 Gary Benson <gbenson@redhat.com>
12588
12589 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
12590
12591 2019-02-28 Brian Vandenberg <phantall@gmail.com>
12592 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12593
12594 PR gdb/8527
12595 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
12596 set_sigint_trap, clear_sigint_trap.
12597
12598 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12599
12600 * target.c (target_detach): Clear the regcache and the
12601 frame cache.
12602
12603 2019-02-27 Pedro Alves <palves@redhat.com>
12604
12605 * utils.c (set_screen_size): When we cap the height/width sizes,
12606 tweak the corresponding command variable to show "unlimited":
12607
12608 2019-02-27 Saagar Jha <saagar@saagarjha.com>
12609 Pedro Alves <palves@redhat.com>
12610
12611 * utils.c (set_screen_size): Reduce "infinite" rows and columns
12612 before calling rl_set_screen_size.
12613
12614 2019-02-27 Tom Tromey <tromey@adacore.com>
12615
12616 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
12617 define.
12618 * python/py-value.c: Remove Python 2.4 workaround.
12619 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
12620 workaround.
12621 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
12622 Python 2.4 workaround.
12623 * python/python-internal.h: Remove Python 2.4 comment.
12624 (Py_ssize_t): Don't define.
12625 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
12626 (gdb_Py_DECREF): Remove Python 2.4 workaround.
12627 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
12628 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
12629 * python/python.c (do_start_initialization): Remove Python 2.4
12630 workaround.
12631 * python/py-prettyprint.c (class dummy_python_frame): Remove.
12632 (print_children): Remove Python 2.4 workaround.
12633 * python/py-inferior.c (buffer_procs): Remove Python 2.4
12634 workaround.
12635 (CHARBUFFERPROC_NAME): Remove.
12636 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
12637 Python 2.4 workaround.
12638
12639 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12640
12641 * NEWS: Note minimum Python version.
12642
12643 2019-02-27 Kevin Buettner <kevinb@redhat.com>
12644
12645 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
12646 code from these functions. Remove corresponding ifdefs. Use
12647 Py_buffer_up instead of explicit calls to PyBuffer_Release.
12648 Remove gotos and target of gotos.
12649 (infpy_search_memory): Likewise.
12650
12651 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12652
12653 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
12654 (hppa_gdbarch_init): Don't register deleted functions with
12655 gdbarch.
12656
12657 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12658
12659 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
12660 (h8300_unwind_sp): Delete.
12661 (h8300_dummy_id): Delete.
12662 (h8300_gdbarch_init): Don't register deleted functions with
12663 gdbarch.
12664
12665 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12666
12667 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
12668 (ft32_unwind_pc): Delete.
12669 (ft32_unwind_sp): Delete.
12670 (ft32_gdbarch_init): Don't register deleted functions with
12671 gdbarch.
12672
12673 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12674
12675 * gdb/frv-tdep.c (frv_dummy_id): Delete.
12676 (frv_unwind_pc): Delete.
12677 (frv_unwind_sp): Delete.
12678 (frv_gdbarch_init): Don't register deleted functions with
12679 gdbarch.
12680
12681 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12682
12683 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
12684 (riscv_unwind_pc): Delete.
12685 (riscv_unwind_sp): Delete.
12686 (riscv_gdbarch_init): Don't register deleted functions with
12687 gdbarch.
12688
12689 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12690
12691 * gdb/csky-tdep.c (csky_dummy_id): Delete.
12692 (csky_unwind_pc): Delete.
12693 (csky_unwind_sp): Delete.
12694 (csky_gdbarch_init): Don't register deleted functions with
12695 gdbarch.
12696
12697 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12698
12699 * gdb/cris-tdep.c (cris_dummy_id): Delete.
12700 (cris_unwind_pc): Delete.
12701 (cris_unwind_sp): Delete.
12702 (cris_gdbarch_init): Don't register deleted functions with
12703 gdbarch.
12704
12705 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12706
12707 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
12708 (bfin_unwind_pc): Delete.
12709 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
12710
12711 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12712
12713 * gdb/arm-tdep.c (arm_dummy_id): Delete.
12714 (arm_unwind_pc): Delete.
12715 (arm_unwind_sp): Delete.
12716 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
12717
12718 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12719
12720 * gdb/arc-tdep.c (arc_dummy_id): Delete.
12721 (arc_unwind_pc): Delete.
12722 (arc_unwind_sp): Delete.
12723 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
12724
12725 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12726
12727 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
12728 (alpha_unwind_pc): Delete.
12729 (alpha_gdbarch_init): Don't register deleted functions with
12730 gdbarch.
12731
12732 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12733
12734 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
12735 (aarch64_unwind_pc): Delete.
12736 (aarch64_unwind_sp): Delete.
12737 (aarch64_gdbarch_init): Don't register deleted functions with
12738 gdbarch.
12739
12740 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12741
12742 * gdbtypes.c (type_align): Don't consider static members when
12743 computing structure alignment.
12744
12745 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
12746
12747 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
12748 return 0 for other types.
12749 * arch-utils.c (default_type_align): Always return 0.
12750 * gdbarch.h: Regenerate.
12751 * gdbarch.sh (type_align): Extend comment.
12752 * gdbtypes.c (type_align): Add additional comments, always call
12753 gdbarch_type_align before applying the default rules.
12754 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
12755 generic code will then apply a suitable default.
12756 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
12757 types, return 0 for other types.
12758
12759 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12760
12761 * NEWS: Create a new section for the next release branch.
12762 Rename the section of the current branch, now that it has
12763 been cut.
12764
12765 2019-02-27 Joel Brobecker <brobecker@adacore.com>
12766
12767 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
12768 * version.in: Bump version to 8.3.50.DATE-git.
12769
12770 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
12771
12772 * aix-thread.c (ptid_cmp): Remove unused variable.
12773 (get_signaled_thread): Likewise.
12774 (store_regs_user_thread): Likewise.
12775 (store_regs_kernel_thread): Likewise.
12776 (fetch_regs_kernel_thread): Remove shadowed variable.
12777
12778 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
12779
12780 * features/riscv/32bit-cpu.xml: Add register numbers.
12781 * features/riscv/32bit-fpu.c: Regenerate.
12782 * features/riscv/32bit-fpu.xml: Add register numbers.
12783 * features/riscv/64bit-cpu.xml: Add register numbers.
12784 * features/riscv/64bit-fpu.c: Regenerate.
12785 * features/riscv/64bit-fpu.xml: Add register numbers.
12786
12787 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12788
12789 * NEWS: Mention two argument form of gdb.Value constructor.
12790 * python/py-value.c (convert_buffer_and_type_to_value): New
12791 function.
12792 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
12793 Add support for handling an optional second argument. Call
12794 convert_buffer_and_type_to_value as appropriate.
12795 * python/python-internal.h (Py_buffer_deleter): New struct.
12796 (Py_buffer_up): New typedef.
12797
12798 2019-02-25 John Baldwin <jhb@FreeBSD.org>
12799
12800 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
12801 instead of releasing ownership.
12802
12803 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
12804
12805 * dwarf2read.c (open_and_init_dwp_file): Call
12806 elf_numsections instead of bfd_count_sections to initialize
12807 dwp_file->num_sections.
12808
12809 2019-02-25 Tom Tromey <tromey@adacore.com>
12810
12811 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
12812
12813 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
12814
12815 * gcore.in: Add '--readnever' option when invoking GDB.
12816
12817 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12818
12819 * MAINTAINERS: Update my email address.
12820
12821 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
12822
12823 * build-id.c (build_id_to_debug_bfd_1): New function.
12824 (build_id_to_debug_bfd): Look for separate debug file in
12825 sysroot.
12826
12827 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
12828
12829 * gdbarch.sh: Update the copyright year range that is placed into
12830 generated files.
12831
12832 2019-02-22 Keith Seitz <keiths@redhat.com>
12833
12834 PR symtab/23853
12835 * linespec.c (create_sals_line_offset): Search for the default
12836 symtab's filename instead of its fullname.
12837
12838 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12839
12840 * NEWS: Update style defaults.
12841
12842 2019-02-21 Alan Hayward <alan.hayward@arm.com>
12843
12844 * main.c (captured_main_1): Disable styling in batch mode.
12845
12846 2019-02-20 Tom Tromey <tom@tromey.com>
12847
12848 * symtab.c (symtab_symbol_info): Fix typos.
12849
12850 2019-02-20 Tom Tromey <tromey@adacore.com>
12851
12852 * findcmd.c (_initialize_mem_search): Use upper case for
12853 metasyntactic variables.
12854
12855 2019-02-20 Alan Hayward <alan.hayward@arm.com>
12856
12857 * aarch64-tdep.c (aarch64_add_reggroups): New function.
12858 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
12859
12860 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
12861
12862 * top.h (source_file_name): Change to std::string.
12863 * top.c (source_file_name): Likewise.
12864 (command_line_input): Adjust.
12865 * cli/cli-script.c (script_from_file): Adjust.
12866
12867 2019-02-19 Tom Tromey <tromey@adacore.com>
12868
12869 * ravenscar-thread.c
12870 (ravenscar_thread_target::update_thread_list): Don't call
12871 ada_build_task_list.
12872 * ada-lang.h (ada_build_task_list): Don't declare.
12873 * ada-tasks.c (struct ada_tasks_inferior_data)
12874 <task_list_valid_p>: Now bool.
12875 (read_known_tasks, ada_task_list_changed)
12876 (ada_tasks_invalidate_inferior_data): Update.
12877 (read_known_tasks_array): Return bool.
12878 (read_known_tasks_list): Likewise.
12879 (read_known_tasks): Return void.
12880 (ada_build_task_list): Now static.
12881
12882 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
12883
12884 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
12885 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
12886
12887 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12888
12889 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
12890 variant for ada_tasks_pspace_data_handle and
12891 ada_tasks_inferior_data_handle.
12892 (ada_tasks_pspace_data_cleanup): New function.
12893 (ada_tasks_inferior_data_cleanup): New function.
12894
12895 2019-02-17 Tom Tromey <tom@tromey.com>
12896
12897 * macrotab.h (macro_source_fullname): Return a std::string.
12898 * macrotab.c (macro_include, check_for_redefinition)
12899 (macro_undef, macro_lookup_definition, foreach_macro)
12900 (foreach_macro_in_scope): Update.
12901 (macro_source_fullname): Return a std::string.
12902 * macrocmd.c (show_pp_source_pos): Update.
12903
12904 2019-02-17 Tom Tromey <tom@tromey.com>
12905
12906 * macrocmd.c (show_pp_source_pos): Style the file names.
12907
12908 2019-02-17 Tom Tromey <tom@tromey.com>
12909
12910 PR tui/24197:
12911 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
12912
12913 2019-02-17 Tom Tromey <tom@tromey.com>
12914
12915 * ada-lang.c (user_select_syms): Use filtered printing.
12916 * utils.c (wrap_style): New global.
12917 (desired_style): Remove.
12918 (emit_style_escape): Add stream parameter.
12919 (set_output_style, reset_terminal_style, prompt_for_continue):
12920 Update.
12921 (flush_wrap_buffer): Only flush gdb_stdout.
12922 (wrap_here): Set wrap_style.
12923 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
12924 treat escape sequences as a character. Change when wrap buffer is
12925 flushed.
12926 (fputs_styled): Do not set the output style when the default is
12927 requested.
12928 * ui-style.h (struct ui_file_style) <is_default>: New method.
12929 * source.c (print_source_lines_base): Emit escape sequences in one
12930 piece.
12931
12932 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
12935 integers and enumeration types.
12936
12937 2019-02-17 Joel Brobecker <brobecker@adacore.com>
12938
12939 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
12940 instead of lookup_symbol_in_language
12941 (do_exact_match): New function.
12942 (ada_get_symbol_name_matcher): Return do_exact_match when
12943 doing a verbatim match.
12944
12945 2019-02-15 Tom Tromey <tromey@adacore.com>
12946
12947 * ravenscar-thread.c (ravenscar_thread_target::resume)
12948 (ravenscar_thread_target::wait): Special case wildcard requests.
12949
12950 2019-02-15 Tom Tromey <tromey@adacore.com>
12951
12952 * ravenscar-thread.c (base_ptid): Remove.
12953 (struct ravenscar_thread_target) <close>: New method.
12954 <m_base_ptid>: New member.
12955 <update_inferior_ptid, active_task, task_is_currently_active,
12956 runtime_initialized>: Declare methods.
12957 <ravenscar_thread_target>: Add constructor.
12958 (ravenscar_thread_target::task_is_currently_active)
12959 (ravenscar_thread_target::update_inferior_ptid)
12960 (ravenscar_runtime_initialized): Rename. Now methods.
12961 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
12962 (ravenscar_thread_target::update_thread_list): Update.
12963 (ravenscar_thread_target::active_task): Now method.
12964 (ravenscar_thread_target::store_registers)
12965 (ravenscar_thread_target::prepare_to_store)
12966 (ravenscar_thread_target::prepare_to_store)
12967 (ravenscar_thread_target::mourn_inferior): Update.
12968 (ravenscar_inferior_created): Use "new" to create target.
12969 (ravenscar_thread_target::get_ada_task_ptid): Update.
12970 (_initialize_ravenscar): Don't initialize base_ptid.
12971 (ravenscar_ops): Remove global.
12972
12973 2019-02-15 Tom Tromey <tromey@adacore.com>
12974
12975 * target.h (push_target): Declare new overload.
12976 * target.c (push_target): New overload, taking an rvalue reference.
12977 * remote.c (remote_target::open_1): Use push_target overload.
12978 * corelow.c (core_target_open): Use push_target overload.
12979
12980 2019-02-15 Tom Tromey <tromey@adacore.com>
12981
12982 * ravenscar-thread.c (is_ravenscar_task)
12983 (ravenscar_task_is_currently_active): Return bool.
12984 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
12985 (_initialize_ravenscar): Remove "(void)".
12986 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
12987 Return bool.
12988
12989 2019-02-15 Tom Tromey <tromey@adacore.com>
12990
12991 * ravenscar-thread.c (ravenscar_runtime_initializer)
12992 (has_ravenscar_runtime, get_running_thread_id)
12993 (ravenscar_thread_target::resume): Fix indentation.
12994
12995 2019-02-15 Tom Tromey <tromey@adacore.com>
12996
12997 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
12998 from ravenscar_arch_ops.
12999 (sparc_ravenscar_ops::fetch_registers)
13000 (sparc_ravenscar_ops::store_registers): Now methods.
13001 (sparc_ravenscar_prepare_to_store): Remove.
13002 (sparc_ravenscar_ops): Redefine.
13003 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13004 methods and destructor. Remove members.
13005 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13006 (ravenscar_thread_target::store_registers)
13007 (ravenscar_thread_target::prepare_to_store): Update.
13008 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13009 Remove.
13010 (struct ppc_ravenscar_powerpc_ops): Derive from
13011 ravenscar_arch_ops.
13012 (ppc_ravenscar_powerpc_ops::fetch_registers)
13013 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13014 (ppc_ravenscar_powerpc_ops): Redefine.
13015 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13016 (ppc_ravenscar_e500_ops::fetch_registers)
13017 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13018 (ppc_ravenscar_e500_ops): Redefine.
13019 * aarch64-ravenscar-thread.c
13020 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13021 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13022 (aarch64_ravenscar_fetch_registers)
13023 (aarch64_ravenscar_store_registers): Now methods.
13024 (aarch64_ravenscar_ops): Redefine.
13025
13026 2019-02-15 Tom Tromey <tromey@adacore.com>
13027
13028 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13029 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13030 (ravenscar_thread_target::stopped_by_watchpoint)
13031 (ravenscar_thread_target::stopped_data_address)
13032 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13033
13034 2019-02-15 Tom Tromey <tromey@adacore.com>
13035
13036 * ravenscar-thread.c: Fix some typos.
13037
13038 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13039 Tom Tromey <tromey@adacore.com>
13040
13041 * ada-lang.c (ada_exception_sal): Change addr_string to a
13042 std::string.
13043 (create_ada_exception_catchpoint): Update.
13044
13045 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13046 Tom Tromey <tromey@adacore.com>
13047
13048 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13049 (bp_location_ops): Remove.
13050 (base_breakpoint_allocate_location): Update.
13051 (free_bp_location): Update.
13052 * ada-lang.c (class ada_catchpoint_location)
13053 <ada_catchpoint_location>: Remove ops parameter.
13054 (ada_catchpoint_location_dtor): Remove.
13055 (ada_catchpoint_location_ops): Remove.
13056 (allocate_location_exception): Update.
13057 * breakpoint.h (struct bp_location_ops): Remove.
13058 (class bp_location) <bp_location>: Remove bp_location_ops
13059 parameter.
13060 <~bp_location>: Add destructor.
13061 <ops>: Remove.
13062
13063 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13064 Pedro Alves <palves@redhat.com>
13065
13066 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13067 'PATH_MAX'.
13068
13069 2019-02-14 David Michael <fedora.dm0@gmail.com>
13070 Samuel Thibault <samuel.thibault@gnu.org>
13071 Thomas Schwinge <thomas@codesourcery.com>
13072
13073 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13074 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13075
13076 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13077
13078 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13079 (check_empty): Use "const char *".
13080
13081 * gnu-nat.c (gnu_nat_target::detach): Instead of
13082 'detach_inferior (pid)' call
13083 'detach_inferior (find_inferior_pid (pid))'.
13084
13085 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13086 'nat/fork-inferior.o'.
13087 * gnu-nat.c: #include "nat/fork-inferior.h".
13088
13089 * gnu-nat.c (gnu_nat_target::detach): Instead of
13090 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13091 * gnu-nat.h: #include "inf-child.h".
13092 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13093 'i386_gnu_nat_target::fetch_registers'.
13094 (gnu_store_registers): Rename/move to
13095 'i386_gnu_nat_target::store_registers'.
13096
13097 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13098 * gnu-nat.h (mach_thread_info): New function.
13099 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13100
13101 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13102
13103 2019-02-14 Frederic Konrad <konrad@adacore.com>
13104
13105 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13106
13107 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13108
13109 * windows-nat.c (windows_add_thread): Add new parameter
13110 "main_thread_p" with default value set to false. Update
13111 function documentation as well as all callers.
13112 (windows_delete_thread): Likewise.
13113 (fake_create_process): Update call to windows_add_thread.
13114 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13115 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13116 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13117 call to windows_delete_thread.
13118
13119 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13120
13121 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13122
13123 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13124
13125 * symfile.c (find_separate_debug_file): Use canonical path of
13126 sysroot with child_path instead of gdb_sysroot if it is valid.
13127
13128 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13129
13130 * symfile.c (find_separate_debug_file): Use child_path to
13131 determine if an object file is under a sysroot.
13132
13133 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13134
13135 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13136 unittests/child-path-selftests.c.
13137 * common/pathstuff.c (child_path): New function.
13138 * common/pathstuff.h (child_path): New prototype.
13139 * unittests/child-path-selftests.c: New file.
13140
13141 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13142
13143 * symfile.c (find_separate_debug_file): Look for separate debug
13144 files in debug directories under the sysroot.
13145
13146 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13147
13148 * symtab.h (struct minimal_symbol data_p): New const method.
13149 (struct minimal_symbol text_p): Likewise.
13150 * symtab.c (output_source_filename): Use file name style
13151 to print file name.
13152 (print_symbol_info): Likewise.
13153 (print_msymbol_info): Use address style to print addresses.
13154 Use function name style to print executable text symbols.
13155 (expand_symtab_containing_pc): Use data_p.
13156 (find_pc_sect_compunit_symtab): Likewise.
13157
13158 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13159
13160 * breakpoint.c (describe_other_breakpoints): Use address style
13161 to print addresses.
13162 (say_where): Likewise.
13163
13164 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13165
13166 * ada-typeprint.c (print_func_type): Print function name
13167 style to print function name.
13168 * c-typeprint.c (c_print_type_1): Likewise.
13169
13170 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13171
13172 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13173 for execve.
13174
13175 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13176
13177 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13178 type_stack.
13179
13180 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13181
13182 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13183 TYPE_CODE_REF types.
13184
13185 2019-02-08 Jim Wilson <jimw@sifive.com>
13186
13187 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13188 (riscv_linux_fregset): New.
13189 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13190
13191 2019-02-07 Tom Tromey <tom@tromey.com>
13192
13193 * thread.c (thread_cancel_execution_command): Update.
13194 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13195 methods.
13196 (struct thread_fsm_ops): Remove.
13197 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13198 (thread_fsm_should_stop, thread_fsm_return_value)
13199 (thread_fsm_set_finished, thread_fsm_finished_p)
13200 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13201 Don't declare.
13202 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13203 * infrun.c (clear_proceed_status_thread)
13204 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13205 (print_stop_event): Update.
13206 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13207 Add constructor.
13208 (step_command_fsm_ops): Remove.
13209 (new_step_command_fsm): Remove.
13210 (step_1): Update.
13211 (step_command_fsm::should_stop): Rename from
13212 step_command_fsm_should_stop.
13213 (step_command_fsm::clean_up): Rename from
13214 step_command_fsm_clean_up.
13215 (step_command_fsm::do_async_reply_reason): Rename from
13216 step_command_fsm_async_reply_reason.
13217 (struct until_next_fsm): Inherit from thread_fsm. Add
13218 constructor.
13219 (until_next_fsm_ops): Remove.
13220 (new_until_next_fsm): Remove.
13221 (until_next_fsm::should_stop): Rename from
13222 until_next_fsm_should_stop.
13223 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13224 (until_next_fsm::do_async_reply_reason): Rename from
13225 until_next_fsm_async_reply_reason.
13226 (struct finish_command_fsm): Inherit from thread_fsm. Add
13227 constructor. Change type of breakpoint.
13228 (finish_command_fsm_ops): Remove.
13229 (new_finish_command_fsm): Remove.
13230 (finish_command_fsm::should_stop): Rename from
13231 finish_command_fsm_should_stop.
13232 (finish_command_fsm::clean_up): Rename from
13233 finish_command_fsm_clean_up.
13234 (finish_command_fsm::return_value): Rename from
13235 finish_command_fsm_return_value.
13236 (finish_command_fsm::do_async_reply_reason): Rename from
13237 finish_command_fsm_async_reply_reason.
13238 (finish_command): Update.
13239 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
13240 Add constructor.
13241 (call_thread_fsm_ops): Remove.
13242 (call_thread_fsm::call_thread_fsm): Rename from
13243 new_call_thread_fsm.
13244 (call_thread_fsm::should_stop): Rename from
13245 call_thread_fsm_should_stop.
13246 (call_thread_fsm::should_notify_stop): Rename from
13247 call_thread_fsm_should_notify_stop.
13248 (run_inferior_call, call_function_by_hand_dummy): Update.
13249 * cli/cli-interp.c (should_print_stop_to_console): Update.
13250 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
13251 Add constructor. Change type of location_breakpoint,
13252 caller_breakpoint.
13253 (until_break_fsm_ops): Remove.
13254 (new_until_break_fsm): Remove.
13255 (until_break_fsm::should_stop): Rename from
13256 until_break_fsm_should_stop.
13257 (until_break_fsm::clean_up): Rename from
13258 until_break_fsm_clean_up.
13259 (until_break_fsm::do_async_reply_reason): Rename from
13260 until_break_fsm_async_reply_reason.
13261 (until_break_command): Update.
13262 * thread-fsm.c: Remove.
13263 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
13264
13265 2019-02-07 Tom Tromey <tom@tromey.com>
13266
13267 * yy-remap.h: Add include guard.
13268 * xtensa-tdep.h: Add include guard.
13269 * xcoffread.h: Rename include guard.
13270 * varobj-iter.h: Add include guard.
13271 * tui/tui.h: Rename include guard.
13272 * tui/tui-winsource.h: Rename include guard.
13273 * tui/tui-wingeneral.h: Rename include guard.
13274 * tui/tui-windata.h: Rename include guard.
13275 * tui/tui-win.h: Rename include guard.
13276 * tui/tui-stack.h: Rename include guard.
13277 * tui/tui-source.h: Rename include guard.
13278 * tui/tui-regs.h: Rename include guard.
13279 * tui/tui-out.h: Rename include guard.
13280 * tui/tui-layout.h: Rename include guard.
13281 * tui/tui-io.h: Rename include guard.
13282 * tui/tui-hooks.h: Rename include guard.
13283 * tui/tui-file.h: Rename include guard.
13284 * tui/tui-disasm.h: Rename include guard.
13285 * tui/tui-data.h: Rename include guard.
13286 * tui/tui-command.h: Rename include guard.
13287 * tic6x-tdep.h: Add include guard.
13288 * target/waitstatus.h: Rename include guard.
13289 * target/wait.h: Rename include guard.
13290 * target/target.h: Rename include guard.
13291 * target/resume.h: Rename include guard.
13292 * target-float.h: Rename include guard.
13293 * stabsread.h: Add include guard.
13294 * rs6000-tdep.h: Add include guard.
13295 * riscv-fbsd-tdep.h: Add include guard.
13296 * regformats/regdef.h: Rename include guard.
13297 * record.h: Rename include guard.
13298 * python/python.h: Rename include guard.
13299 * python/python-internal.h: Rename include guard.
13300 * python/py-stopevent.h: Rename include guard.
13301 * python/py-ref.h: Rename include guard.
13302 * python/py-record.h: Rename include guard.
13303 * python/py-record-full.h: Rename include guard.
13304 * python/py-record-btrace.h: Rename include guard.
13305 * python/py-instruction.h: Rename include guard.
13306 * python/py-events.h: Rename include guard.
13307 * python/py-event.h: Rename include guard.
13308 * procfs.h: Add include guard.
13309 * proc-utils.h: Add include guard.
13310 * p-lang.h: Add include guard.
13311 * or1k-tdep.h: Rename include guard.
13312 * observable.h: Rename include guard.
13313 * nto-tdep.h: Rename include guard.
13314 * nat/x86-linux.h: Rename include guard.
13315 * nat/x86-linux-dregs.h: Rename include guard.
13316 * nat/x86-gcc-cpuid.h: Add include guard.
13317 * nat/x86-dregs.h: Rename include guard.
13318 * nat/x86-cpuid.h: Rename include guard.
13319 * nat/ppc-linux.h: Rename include guard.
13320 * nat/mips-linux-watch.h: Rename include guard.
13321 * nat/linux-waitpid.h: Rename include guard.
13322 * nat/linux-ptrace.h: Rename include guard.
13323 * nat/linux-procfs.h: Rename include guard.
13324 * nat/linux-osdata.h: Rename include guard.
13325 * nat/linux-nat.h: Rename include guard.
13326 * nat/linux-namespaces.h: Rename include guard.
13327 * nat/linux-btrace.h: Rename include guard.
13328 * nat/glibc_thread_db.h: Rename include guard.
13329 * nat/gdb_thread_db.h: Rename include guard.
13330 * nat/gdb_ptrace.h: Rename include guard.
13331 * nat/fork-inferior.h: Rename include guard.
13332 * nat/amd64-linux-siginfo.h: Rename include guard.
13333 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
13334 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
13335 * nat/aarch64-linux.h: Rename include guard.
13336 * nat/aarch64-linux-hw-point.h: Rename include guard.
13337 * mn10300-tdep.h: Add include guard.
13338 * mips-linux-tdep.h: Add include guard.
13339 * mi/mi-parse.h: Rename include guard.
13340 * mi/mi-out.h: Rename include guard.
13341 * mi/mi-main.h: Rename include guard.
13342 * mi/mi-interp.h: Rename include guard.
13343 * mi/mi-getopt.h: Rename include guard.
13344 * mi/mi-console.h: Rename include guard.
13345 * mi/mi-common.h: Rename include guard.
13346 * mi/mi-cmds.h: Rename include guard.
13347 * mi/mi-cmd-break.h: Rename include guard.
13348 * m2-lang.h: Add include guard.
13349 * location.h: Rename include guard.
13350 * linux-record.h: Rename include guard.
13351 * linux-nat.h: Add include guard.
13352 * linux-fork.h: Add include guard.
13353 * i386-darwin-tdep.h: Rename include guard.
13354 * hppa-linux-offsets.h: Add include guard.
13355 * guile/guile.h: Rename include guard.
13356 * guile/guile-internal.h: Rename include guard.
13357 * gnu-nat.h: Rename include guard.
13358 * gdb-stabs.h: Rename include guard.
13359 * frv-tdep.h: Add include guard.
13360 * f-lang.h: Add include guard.
13361 * event-loop.h: Add include guard.
13362 * darwin-nat.h: Rename include guard.
13363 * cp-abi.h: Rename include guard.
13364 * config/sparc/nm-sol2.h: Rename include guard.
13365 * config/nm-nto.h: Rename include guard.
13366 * config/nm-linux.h: Add include guard.
13367 * config/i386/nm-i386gnu.h: Rename include guard.
13368 * config/djgpp/nl_types.h: Rename include guard.
13369 * config/djgpp/langinfo.h: Rename include guard.
13370 * compile/gcc-cp-plugin.h: Add include guard.
13371 * compile/gcc-c-plugin.h: Add include guard.
13372 * compile/compile.h: Rename include guard.
13373 * compile/compile-object-run.h: Rename include guard.
13374 * compile/compile-object-load.h: Rename include guard.
13375 * compile/compile-internal.h: Rename include guard.
13376 * compile/compile-cplus.h: Rename include guard.
13377 * compile/compile-c.h: Rename include guard.
13378 * common/xml-utils.h: Rename include guard.
13379 * common/x86-xstate.h: Rename include guard.
13380 * common/version.h: Rename include guard.
13381 * common/vec.h: Rename include guard.
13382 * common/tdesc.h: Rename include guard.
13383 * common/selftest.h: Rename include guard.
13384 * common/scoped_restore.h: Rename include guard.
13385 * common/scoped_mmap.h: Rename include guard.
13386 * common/scoped_fd.h: Rename include guard.
13387 * common/safe-iterator.h: Rename include guard.
13388 * common/run-time-clock.h: Rename include guard.
13389 * common/refcounted-object.h: Rename include guard.
13390 * common/queue.h: Rename include guard.
13391 * common/ptid.h: Rename include guard.
13392 * common/print-utils.h: Rename include guard.
13393 * common/preprocessor.h: Rename include guard.
13394 * common/pathstuff.h: Rename include guard.
13395 * common/observable.h: Rename include guard.
13396 * common/netstuff.h: Rename include guard.
13397 * common/job-control.h: Rename include guard.
13398 * common/host-defs.h: Rename include guard.
13399 * common/gdb_wait.h: Rename include guard.
13400 * common/gdb_vecs.h: Rename include guard.
13401 * common/gdb_unlinker.h: Rename include guard.
13402 * common/gdb_unique_ptr.h: Rename include guard.
13403 * common/gdb_tilde_expand.h: Rename include guard.
13404 * common/gdb_sys_time.h: Rename include guard.
13405 * common/gdb_string_view.h: Rename include guard.
13406 * common/gdb_splay_tree.h: Rename include guard.
13407 * common/gdb_setjmp.h: Rename include guard.
13408 * common/gdb_ref_ptr.h: Rename include guard.
13409 * common/gdb_optional.h: Rename include guard.
13410 * common/gdb_locale.h: Rename include guard.
13411 * common/gdb_assert.h: Rename include guard.
13412 * common/filtered-iterator.h: Rename include guard.
13413 * common/filestuff.h: Rename include guard.
13414 * common/fileio.h: Rename include guard.
13415 * common/environ.h: Rename include guard.
13416 * common/common-utils.h: Rename include guard.
13417 * common/common-types.h: Rename include guard.
13418 * common/common-regcache.h: Rename include guard.
13419 * common/common-inferior.h: Rename include guard.
13420 * common/common-gdbthread.h: Rename include guard.
13421 * common/common-exceptions.h: Rename include guard.
13422 * common/common-defs.h: Rename include guard.
13423 * common/common-debug.h: Rename include guard.
13424 * common/cleanups.h: Rename include guard.
13425 * common/buffer.h: Rename include guard.
13426 * common/btrace-common.h: Rename include guard.
13427 * common/break-common.h: Rename include guard.
13428 * cli/cli-utils.h: Rename include guard.
13429 * cli/cli-style.h: Rename include guard.
13430 * cli/cli-setshow.h: Rename include guard.
13431 * cli/cli-script.h: Rename include guard.
13432 * cli/cli-interp.h: Rename include guard.
13433 * cli/cli-decode.h: Rename include guard.
13434 * cli/cli-cmds.h: Rename include guard.
13435 * charset-list.h: Add include guard.
13436 * buildsym-legacy.h: Rename include guard.
13437 * bfin-tdep.h: Add include guard.
13438 * ax.h: Rename include guard.
13439 * arm-linux-tdep.h: Add include guard.
13440 * arm-fbsd-tdep.h: Add include guard.
13441 * arch/xtensa.h: Rename include guard.
13442 * arch/tic6x.h: Add include guard.
13443 * arch/i386.h: Add include guard.
13444 * arch/arm.h: Rename include guard.
13445 * arch/arm-linux.h: Rename include guard.
13446 * arch/arm-get-next-pcs.h: Rename include guard.
13447 * arch/amd64.h: Add include guard.
13448 * arch/aarch64-insn.h: Rename include guard.
13449 * arch-utils.h: Rename include guard.
13450 * annotate.h: Add include guard.
13451 * amd64-darwin-tdep.h: Rename include guard.
13452 * aarch64-linux-tdep.h: Add include guard.
13453 * aarch64-fbsd-tdep.h: Add include guard.
13454 * aarch32-linux-nat.h: Add include guard.
13455
13456 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13457
13458 * macrotab.c (macro_define_internal): New function that
13459 factorizes macro_define_object_internal and macro_define_function
13460 code.
13461 (macro_define_object_internal): Use macro_define_internal.
13462 (macro_define_function): Likewise.
13463
13464 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13465
13466 * macrocmd.c (extract_identifier): Return
13467 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
13468 callers.
13469
13470 2019-02-06 John Baldwin <jhb@FreeBSD.org>
13471
13472 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
13473
13474 2019-02-05 Tom Tromey <tom@tromey.com>
13475
13476 * target.c (target_stack::unpush): Move assertion earlier.
13477
13478 2019-01-30 Tom Tromey <tom@tromey.com>
13479
13480 PR python/23615:
13481 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
13482 (gdbpy_parse_and_eval): Likewise.
13483 * python/python-internal.h (gdbpy_allow_threads): New class.
13484
13485 2019-01-28 John Baldwin <jhb@FreeBSD.org>
13486
13487 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
13488 (aarch64_fbsd_fpregmap): Move earlier.
13489 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
13490 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13491 instead of individual calls to trad_frame_set_reg_addr.
13492 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
13493 earlier.
13494 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
13495 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
13496 instead of individual calls to trad_frame_set_reg_addr.
13497
13498 2019-01-28 Alan Hayward <alan.hayward@arm.com>
13499
13500 * CONTRIBUTE: Replace contribution list with wiki link.
13501
13502 2019-01-25 Tom Tromey <tom@tromey.com>
13503
13504 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
13505
13506 2019-01-25 Tom Tromey <tom@tromey.com>
13507
13508 * xtensa-linux-nat.c: Fix common/ includes.
13509 * xml-support.h: Fix common/ includes.
13510 * xml-support.c: Fix common/ includes.
13511 * x86-linux-nat.c: Fix common/ includes.
13512 * windows-nat.c: Fix common/ includes.
13513 * varobj.h: Fix common/ includes.
13514 * varobj.c: Fix common/ includes.
13515 * value.c: Fix common/ includes.
13516 * valops.c: Fix common/ includes.
13517 * utils.c: Fix common/ includes.
13518 * unittests/xml-utils-selftests.c: Fix common/ includes.
13519 * unittests/utils-selftests.c: Fix common/ includes.
13520 * unittests/unpack-selftests.c: Fix common/ includes.
13521 * unittests/tracepoint-selftests.c: Fix common/ includes.
13522 * unittests/style-selftests.c: Fix common/ includes.
13523 * unittests/string_view-selftests.c: Fix common/ includes.
13524 * unittests/scoped_restore-selftests.c: Fix common/ includes.
13525 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
13526 * unittests/scoped_fd-selftests.c: Fix common/ includes.
13527 * unittests/rsp-low-selftests.c: Fix common/ includes.
13528 * unittests/parse-connection-spec-selftests.c: Fix common/
13529 includes.
13530 * unittests/optional-selftests.c: Fix common/ includes.
13531 * unittests/offset-type-selftests.c: Fix common/ includes.
13532 * unittests/observable-selftests.c: Fix common/ includes.
13533 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
13534 * unittests/memrange-selftests.c: Fix common/ includes.
13535 * unittests/memory-map-selftests.c: Fix common/ includes.
13536 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
13537 * unittests/function-view-selftests.c: Fix common/ includes.
13538 * unittests/environ-selftests.c: Fix common/ includes.
13539 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
13540 * unittests/common-utils-selftests.c: Fix common/ includes.
13541 * unittests/cli-utils-selftests.c: Fix common/ includes.
13542 * unittests/array-view-selftests.c: Fix common/ includes.
13543 * ui-file.c: Fix common/ includes.
13544 * tui/tui-io.c: Fix common/ includes.
13545 * tracepoint.h: Fix common/ includes.
13546 * tracepoint.c: Fix common/ includes.
13547 * tracefile-tfile.c: Fix common/ includes.
13548 * top.h: Fix common/ includes.
13549 * top.c: Fix common/ includes.
13550 * thread.c: Fix common/ includes.
13551 * target/waitstatus.h: Fix common/ includes.
13552 * target/waitstatus.c: Fix common/ includes.
13553 * target.h: Fix common/ includes.
13554 * target.c: Fix common/ includes.
13555 * target-memory.c: Fix common/ includes.
13556 * target-descriptions.c: Fix common/ includes.
13557 * symtab.h: Fix common/ includes.
13558 * symfile.c: Fix common/ includes.
13559 * stap-probe.c: Fix common/ includes.
13560 * spu-linux-nat.c: Fix common/ includes.
13561 * sparc-nat.c: Fix common/ includes.
13562 * source.c: Fix common/ includes.
13563 * solib.c: Fix common/ includes.
13564 * solib-target.c: Fix common/ includes.
13565 * ser-unix.c: Fix common/ includes.
13566 * ser-tcp.c: Fix common/ includes.
13567 * ser-pipe.c: Fix common/ includes.
13568 * ser-base.c: Fix common/ includes.
13569 * selftest-arch.c: Fix common/ includes.
13570 * s12z-tdep.c: Fix common/ includes.
13571 * rust-exp.y: Fix common/ includes.
13572 * rs6000-aix-tdep.c: Fix common/ includes.
13573 * riscv-tdep.c: Fix common/ includes.
13574 * remote.c: Fix common/ includes.
13575 * remote-notif.h: Fix common/ includes.
13576 * remote-fileio.h: Fix common/ includes.
13577 * remote-fileio.c: Fix common/ includes.
13578 * regcache.h: Fix common/ includes.
13579 * regcache.c: Fix common/ includes.
13580 * record-btrace.c: Fix common/ includes.
13581 * python/python.c: Fix common/ includes.
13582 * python/py-type.c: Fix common/ includes.
13583 * python/py-inferior.c: Fix common/ includes.
13584 * progspace.h: Fix common/ includes.
13585 * producer.c: Fix common/ includes.
13586 * procfs.c: Fix common/ includes.
13587 * proc-api.c: Fix common/ includes.
13588 * printcmd.c: Fix common/ includes.
13589 * ppc-linux-nat.c: Fix common/ includes.
13590 * parser-defs.h: Fix common/ includes.
13591 * osdata.c: Fix common/ includes.
13592 * obsd-nat.c: Fix common/ includes.
13593 * nat/x86-linux.c: Fix common/ includes.
13594 * nat/x86-linux-dregs.c: Fix common/ includes.
13595 * nat/x86-dregs.h: Fix common/ includes.
13596 * nat/x86-dregs.c: Fix common/ includes.
13597 * nat/ppc-linux.c: Fix common/ includes.
13598 * nat/mips-linux-watch.h: Fix common/ includes.
13599 * nat/mips-linux-watch.c: Fix common/ includes.
13600 * nat/linux-waitpid.c: Fix common/ includes.
13601 * nat/linux-ptrace.h: Fix common/ includes.
13602 * nat/linux-ptrace.c: Fix common/ includes.
13603 * nat/linux-procfs.c: Fix common/ includes.
13604 * nat/linux-personality.c: Fix common/ includes.
13605 * nat/linux-osdata.c: Fix common/ includes.
13606 * nat/linux-namespaces.c: Fix common/ includes.
13607 * nat/linux-btrace.h: Fix common/ includes.
13608 * nat/linux-btrace.c: Fix common/ includes.
13609 * nat/fork-inferior.c: Fix common/ includes.
13610 * nat/amd64-linux-siginfo.c: Fix common/ includes.
13611 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
13612 * nat/aarch64-linux.c: Fix common/ includes.
13613 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
13614 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
13615 * namespace.h: Fix common/ includes.
13616 * mips-linux-tdep.c: Fix common/ includes.
13617 * minsyms.c: Fix common/ includes.
13618 * mi/mi-parse.h: Fix common/ includes.
13619 * mi/mi-main.c: Fix common/ includes.
13620 * mi/mi-cmd-env.c: Fix common/ includes.
13621 * memrange.h: Fix common/ includes.
13622 * memattr.c: Fix common/ includes.
13623 * maint.h: Fix common/ includes.
13624 * maint.c: Fix common/ includes.
13625 * main.c: Fix common/ includes.
13626 * machoread.c: Fix common/ includes.
13627 * location.c: Fix common/ includes.
13628 * linux-thread-db.c: Fix common/ includes.
13629 * linux-nat.c: Fix common/ includes.
13630 * linux-fork.c: Fix common/ includes.
13631 * inline-frame.c: Fix common/ includes.
13632 * infrun.c: Fix common/ includes.
13633 * inflow.c: Fix common/ includes.
13634 * inferior.h: Fix common/ includes.
13635 * inferior.c: Fix common/ includes.
13636 * infcmd.c: Fix common/ includes.
13637 * inf-ptrace.c: Fix common/ includes.
13638 * inf-child.c: Fix common/ includes.
13639 * ia64-linux-nat.c: Fix common/ includes.
13640 * i387-tdep.c: Fix common/ includes.
13641 * i386-tdep.c: Fix common/ includes.
13642 * i386-linux-tdep.c: Fix common/ includes.
13643 * i386-linux-nat.c: Fix common/ includes.
13644 * i386-go32-tdep.c: Fix common/ includes.
13645 * i386-fbsd-tdep.c: Fix common/ includes.
13646 * i386-fbsd-nat.c: Fix common/ includes.
13647 * guile/scm-type.c: Fix common/ includes.
13648 * guile/guile.c: Fix common/ includes.
13649 * go32-nat.c: Fix common/ includes.
13650 * gnu-nat.c: Fix common/ includes.
13651 * gdbthread.h: Fix common/ includes.
13652 * gdbarch-selftests.c: Fix common/ includes.
13653 * gdb_usleep.c: Fix common/ includes.
13654 * gdb_select.h: Fix common/ includes.
13655 * gdb_bfd.c: Fix common/ includes.
13656 * gcore.c: Fix common/ includes.
13657 * fork-child.c: Fix common/ includes.
13658 * findvar.c: Fix common/ includes.
13659 * fbsd-nat.c: Fix common/ includes.
13660 * event-top.c: Fix common/ includes.
13661 * event-loop.c: Fix common/ includes.
13662 * dwarf2read.c: Fix common/ includes.
13663 * dwarf2loc.c: Fix common/ includes.
13664 * dwarf2-frame.c: Fix common/ includes.
13665 * dwarf-index-cache.c: Fix common/ includes.
13666 * dtrace-probe.c: Fix common/ includes.
13667 * disasm-selftests.c: Fix common/ includes.
13668 * defs.h: Fix common/ includes.
13669 * csky-tdep.c: Fix common/ includes.
13670 * cp-valprint.c: Fix common/ includes.
13671 * cp-support.h: Fix common/ includes.
13672 * cp-support.c: Fix common/ includes.
13673 * corelow.c: Fix common/ includes.
13674 * completer.h: Fix common/ includes.
13675 * completer.c: Fix common/ includes.
13676 * compile/compile.c: Fix common/ includes.
13677 * compile/compile-loc2c.c: Fix common/ includes.
13678 * compile/compile-cplus-types.c: Fix common/ includes.
13679 * compile/compile-cplus-symbols.c: Fix common/ includes.
13680 * command.h: Fix common/ includes.
13681 * cli/cli-dump.c: Fix common/ includes.
13682 * cli/cli-cmds.c: Fix common/ includes.
13683 * charset.c: Fix common/ includes.
13684 * build-id.c: Fix common/ includes.
13685 * btrace.h: Fix common/ includes.
13686 * btrace.c: Fix common/ includes.
13687 * breakpoint.h: Fix common/ includes.
13688 * breakpoint.c: Fix common/ includes.
13689 * ax.h:
13690 (enum agent_op): Fix common/ includes.
13691 * ax-general.c (struct aop_map): Fix common/ includes.
13692 * ax-gdb.c: Fix common/ includes.
13693 * auxv.c: Fix common/ includes.
13694 * auto-load.c: Fix common/ includes.
13695 * arm-tdep.c: Fix common/ includes.
13696 * arch/riscv.c: Fix common/ includes.
13697 * arch/ppc-linux-common.c: Fix common/ includes.
13698 * arch/i386.c: Fix common/ includes.
13699 * arch/arm.c: Fix common/ includes.
13700 * arch/arm-linux.c: Fix common/ includes.
13701 * arch/arm-get-next-pcs.c: Fix common/ includes.
13702 * arch/amd64.c: Fix common/ includes.
13703 * arch/aarch64.c: Fix common/ includes.
13704 * arch/aarch64-insn.c: Fix common/ includes.
13705 * arch-utils.c: Fix common/ includes.
13706 * amd64-windows-tdep.c: Fix common/ includes.
13707 * amd64-tdep.c: Fix common/ includes.
13708 * amd64-sol2-tdep.c: Fix common/ includes.
13709 * amd64-obsd-tdep.c: Fix common/ includes.
13710 * amd64-nbsd-tdep.c: Fix common/ includes.
13711 * amd64-linux-tdep.c: Fix common/ includes.
13712 * amd64-linux-nat.c: Fix common/ includes.
13713 * amd64-fbsd-tdep.c: Fix common/ includes.
13714 * amd64-fbsd-nat.c: Fix common/ includes.
13715 * amd64-dicos-tdep.c: Fix common/ includes.
13716 * amd64-darwin-tdep.c: Fix common/ includes.
13717 * agent.c: Fix common/ includes.
13718 * ada-lang.h: Fix common/ includes.
13719 * ada-lang.c: Fix common/ includes.
13720 * aarch64-tdep.c: Fix common/ includes.
13721
13722 2019-01-25 Tom Tromey <tom@tromey.com>
13723
13724 * common/create-version.sh: Use common/version.h.
13725
13726 2019-01-24 Pedro Alves <palves@redhat.com>
13727
13728 * infrun.c (signal_stop, signal_print, signal_program)
13729 (signal_catch, signal_pass): Now arrays instead of pointers.
13730 (update_signals_program_target, do_target_resume)
13731 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
13732 * linux-nat.c (linux_nat_target::pass_signals)
13733 (linux_nat_target::create_inferior, linux_nat_target::attach):
13734 Adjust.
13735 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
13736 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
13737 * procfs.c (procfs_target::pass_signals): Adjust.
13738 * record-full.c (record_full_target::resume): Adjust.
13739 * remote.c (remote_target::pass_signals)
13740 (remote_target::program_signals): Adjust.
13741 * target-debug.h (target_debug_print_signals): Now takes a
13742 gdb::array_view as parameter. Adjust.
13743 * target.h (target_ops) <pass_signals, program_signals>: Replace
13744 pointer and length parameters with gdb::array_view.
13745 (target_pass_signals, target_program_signals): Likewise.
13746 * target-delegates.c: Regenerate.
13747
13748 2019-01-24 Pedro Alves <palves@redhat.com>
13749
13750 * common/forward-scope-exit.h
13751 (forward_scope_exit::forward_scope_exit): Pass arguments to
13752 m_bind_function directly, instead of creating a std::bind and
13753 copying that.
13754
13755 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13756
13757 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13758 for static members.
13759 (pass_in_v_vfp_candidate): Likewise.
13760
13761 2019-01-23 Tom Tromey <tom@tromey.com>
13762 Pedro Alves <palves@redhat.com>
13763
13764 * regcache.c (class regcache_invalidator): Remove.
13765 (regcache::raw_write): Use make_scope_exit.
13766
13767 2019-01-23 Tom Tromey <tom@tromey.com>
13768
13769 * ui-out.h (class ui_out_emit_type): Update comment.
13770
13771 2019-01-23 Tom Tromey <tom@tromey.com>
13772
13773 * infrun.c (fetch_inferior_event): Update comment.
13774
13775 2019-01-23 Tom Tromey <tom@tromey.com>
13776 Pedro Alves <palves@redhat.com>
13777
13778 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
13779 parameter.
13780 (fetch_inferior_event): Use SCOPE_EXIT.
13781
13782
13783 2019-01-23 Tom Tromey <tom@tromey.com>
13784 Pedro Alves <palves@redhat.com>
13785
13786 * infrun.c (disable_thread_events): Delete.
13787 (stop_all_threads): Use SCOPE_EXIT.
13788
13789 2019-01-23 Tom Tromey <tom@tromey.com>
13790 Pedro Alves <palves@redhat.com>
13791
13792 * symfile.c: Include forward-scope-exit.h.
13793 (clear_symtab_users_cleanup): Replace forward declaration with
13794 a FORWARD_SCOPE_EXIT.
13795 (syms_from_objfile_1): Use the forward_scope_exit and
13796 gdb::optional instead of cleanup_function.
13797 (reread_symbols): Use the forward_scope_exit instead of
13798 cleanup_function.
13799 (clear_symtab_users_cleanup): Remove function.
13800
13801 2019-01-23 Tom Tromey <tom@tromey.com>
13802 Pedro Alves <palves@redhat.com>
13803
13804 * linux-nat.c: Include scope-exit.h.
13805 (cleanup_target_stop): Remove.
13806 (linux_nat_target::static_tracepoint_markers_by_strid): Use
13807 SCOPE_EXIT.
13808
13809 2019-01-23 Tom Tromey <tom@tromey.com>
13810 Pedro Alves <palves@redhat.com>
13811
13812 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
13813 (call_function_by_hand_dummy): Use SCOPE_EXIT.
13814
13815 2019-01-23 Tom Tromey <tom@tromey.com>
13816 Andrew Burgess <andrew.burgess@embecosm.com>
13817 Pedro Alves <palves@redhat.com>
13818
13819 * infrun.c (fetch_inferior_event): Use scope_exit.
13820 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
13821 * top.c (execute_command): Use scope_exit.
13822 * breakpoint.c (bpstat_do_actions): Use scope_exit.
13823 * utils.c (do_bpstat_clear_actions_cleanup)
13824 (make_bpstat_clear_actions_cleanup): Remove.
13825
13826 2019-01-23 Tom Tromey <tom@tromey.com>
13827 Pedro Alves <palves@redhat.com>
13828
13829 * infrun.c: Include "common/scope-exit.h"
13830 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
13831 (wait_for_inferior): Use SCOPE_EXIT.
13832 (fetch_inferior_event): Use scope_exit.
13833
13834 2019-01-23 Tom Tromey <tom@tromey.com>
13835 Pedro Alves <palves@redhat.com>
13836
13837 * breakpoint.c (create_breakpoint): Remove cleanup.
13838
13839 2019-01-23 Tom Tromey <tom@tromey.com>
13840 Andrew Burgess <andrew.burgess@embecosm.com>
13841 Pedro Alves <palves@redhat.com>
13842
13843 2019-01-23 Pedro Alves <palves@redhat.com>
13844
13845 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
13846
13847 2019-01-23 Pedro Alves <palves@redhat.com>
13848 Andrew Burgess <andrew.burgess@embecosm.com>
13849
13850 * gdbthread.h: Include "common/forward-scope-exit.h".
13851 (scoped_finish_thread_state): Redefine custom class in terms of
13852 forward_scope_exit.
13853
13854 2019-01-23 Pedro Alves <palves@redhat.com>
13855 Andrew Burgess <andrew.burgess@embecosm.com>
13856
13857 * common/forward-scope-exit.h: New file.
13858
13859 2019-01-23 Pedro Alves <palves@redhat.com>
13860 Andrew Burgess <andrew.burgess@embecosm.com>
13861 Tom Tromey <tom@tromey.com>
13862
13863 * common/scope-exit.h: New file.
13864
13865 2019-01-23 Pedro Alves <palves@redhat.com>
13866
13867 * common/preprocessor.h (ESC): Rename to ...
13868 (ESC_PARENS): ... this.
13869 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
13870 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
13871
13872 2019-01-23 Tom Tromey <tom@tromey.com>
13873
13874 * language.h (class scoped_switch_to_sym_language_if_auto):
13875 Initialize m_lang in both cases.
13876
13877 2019-01-23 Alan Hayward <alan.hayward@arm.com>
13878
13879 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
13880 with XCNEW.
13881
13882 2019-01-22 Tom Tromey <tom@tromey.com>
13883
13884 * corelow.c: Do not include sys/file.h.
13885
13886 2019-01-22 Tom Tromey <tom@tromey.com>
13887
13888 * tui/tui-wingeneral.h: Include gdb_curses.h.
13889
13890 2019-01-22 Tom Tromey <tom@tromey.com>
13891
13892 * source-cache.h (class source_cache) <get_source_lines,
13893 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
13894
13895 2019-01-22 Tom Tromey <tom@tromey.com>
13896
13897 * remote-fileio.h (struct remote_target): Declare.
13898
13899 2019-01-22 Tom Tromey <tom@tromey.com>
13900
13901 * python/py-arch.c: Do not include py-ref.h.
13902 * python/py-bpevent.c: Do not include py-ref.h.
13903 * python/py-cmd.c: Do not include py-ref.h.
13904 * python/py-continueevent.c: Do not include py-ref.h.
13905 * python/py-event.h: Do not include py-ref.h.
13906 * python/py-evtregistry.c: Do not include py-ref.h.
13907 * python/py-finishbreakpoint.c: Do not include py-ref.h.
13908 * python/py-frame.c: Do not include py-ref.h.
13909 * python/py-framefilter.c: Do not include py-ref.h.
13910 * python/py-function.c: Do not include py-ref.h.
13911 * python/py-infevents.c: Do not include py-ref.h.
13912 * python/py-linetable.c: Do not include py-ref.h.
13913 * python/py-objfile.c: Do not include py-ref.h.
13914 * python/py-param.c: Do not include py-ref.h.
13915 * python/py-prettyprint.c: Do not include py-ref.h.
13916 * python/py-progspace.c: Do not include py-ref.h.
13917 * python/py-symbol.c: Do not include py-ref.h.
13918 * python/py-symtab.c: Do not include py-ref.h.
13919 * python/py-type.c: Do not include py-ref.h.
13920 * python/py-unwind.c: Do not include py-ref.h.
13921 * python/py-utils.c: Do not include py-ref.h.
13922 * python/py-value.c: Do not include py-ref.h.
13923 * python/py-varobj.c: Do not include py-ref.h.
13924 * python/py-xmethods.c: Do not include py-ref.h.
13925 * python/python.c: Do not include py-ref.h.
13926 * varobj.c: Do not include py-ref.h.
13927
13928 2019-01-22 Tom Tromey <tom@tromey.com>
13929
13930 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
13931 keyword for bcache.
13932
13933 2019-01-22 Tom Tromey <tom@tromey.com>
13934
13935 * compile/compile-cplus-types.c: Remove a comment by #include.
13936
13937 2019-01-22 Tom Tromey <tom@tromey.com>
13938
13939 * compile/gcc-c-plugin.h: Include compile-internal.h.
13940
13941 2019-01-22 Tom Tromey <tom@tromey.com>
13942
13943 * stabsread.c (EXTERN): Do not define.
13944 (symnum, next_symbol_text_func, processing_gcc_compilation)
13945 (within_function, global_sym_chain, global_stabs)
13946 (previous_stab_code, this_object_header_files)
13947 (n_this_object_header_files)
13948 (n_allocated_this_object_header_files): Define.
13949 * stabsread.h (EXTERN): Never define. Use "extern".
13950
13951 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13952
13953 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
13954 history_value.
13955
13956 2019-01-21 Tom Tromey <tom@tromey.com>
13957
13958 * ui-out.c: Fix includes.
13959 * tui/tui-source.c: Fix includes.
13960 * target.c: Fix includes.
13961 * remote.c: Fix includes.
13962 * regcache.c: Fix includes.
13963 * python/py-block.c: Fix includes.
13964 * printcmd.c: Fix includes.
13965 * or1k-tdep.c: Fix includes.
13966 * mi/mi-main.c: Fix includes.
13967 * m32r-tdep.c: Fix includes.
13968 * csky-tdep.c: Fix includes.
13969 * compile/compile-cplus-types.c: Fix includes.
13970 * cli/cli-interp.c: Fix includes.
13971
13972 2019-01-21 Alan Hayward <alan.hayward@arm.com>
13973
13974 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
13975 for padding.
13976
13977 2019-01-16 Tom Tromey <tom@tromey.com>
13978
13979 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
13980 earlier.
13981 (struct objfile) <msymbols_range>: Move from top level.
13982 <msymbols>: New method.
13983 (class objfile_msymbols): Remove.
13984 * symtab.c (default_collect_symbol_completion_matches_break_on):
13985 Update.
13986 * symmisc.c (dump_msymbols): Update.
13987 * stabsread.c (scan_file_globals): Update.
13988 * objc-lang.c (info_selectors_command, info_classes_command)
13989 (find_methods): Update.
13990 * minsyms.c (find_solib_trampoline_target): Update.
13991 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
13992 * coffread.c (coff_symfile_read): Update.
13993 * ada-lang.c (ada_lookup_simple_minsym)
13994 (ada_collect_symbol_completion_matches): Update.
13995
13996 2019-01-16 Tom Tromey <tom@tromey.com>
13997
13998 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
13999 type. Remove no-argument constructor.
14000 <iterator::operator++>: Simplify.
14001 <begin>: Update.
14002 <end>: Use minimal_symbol_count.
14003
14004 2019-01-16 Tom Tromey <tom@tromey.com>
14005
14006 * objfiles.h (struct objfile) <psymtabs>: New method.
14007 (class objfile_psymtabs): Remove.
14008 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14009 typedef.
14010 <range>: New method.
14011 (require_partial_symbols): Change return type.
14012 * psymtab.c (require_partial_symbols)
14013 (psym_expand_symtabs_matching): Update.
14014 * mdebugread.c (parse_partial_symbols): Update.
14015 * dbxread.c (dbx_end_psymtab): Update.
14016
14017 2019-01-15 Tom Tromey <tom@tromey.com>
14018
14019 * symtab.c (lookup_objfile_from_block)
14020 (lookup_symbol_in_objfile_symtabs)
14021 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14022 (find_line_symtab, info_sources_command)
14023 (default_collect_symbol_completion_matches_break_on)
14024 (make_source_files_completion_list): Update.
14025 * symmisc.c (print_objfile_statistics, dump_objfile)
14026 (maintenance_print_symbols, maintenance_info_symtabs)
14027 (maintenance_check_symtabs, maintenance_info_line_tables):
14028 Update.
14029 * source.c (select_source_symtab)
14030 (forget_cached_source_info_for_objfile): Update.
14031 * objfiles.h (class objfile_compunits): Remove.
14032 (struct objfile) <compunits_range>: New typedef.
14033 (compunits): New method.
14034 * objfiles.c (objfile_relocate1): Update.
14035 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14036 * maint.c (count_symtabs_and_blocks): Update.
14037 * linespec.c (iterate_over_all_matching_symtabs): Update.
14038 * cp-support.c (add_symbol_overload_list_qualified): Update.
14039 * coffread.c (coff_symtab_read): Update.
14040 * ada-lang.c (add_nonlocal_symbols)
14041 (ada_collect_symbol_completion_matches)
14042 (ada_add_global_exceptions): Update.
14043
14044 2019-01-15 Tom Tromey <tom@tromey.com>
14045
14046 * progspace.h (program_space) <objfiles_safe_range>: New
14047 typedef.
14048 <objfiles_safe>: New method.
14049 * objfiles.h (class all_objfiles_safe): Remove.
14050 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14051 * jit.c (jit_inferior_exit_hook): Update.
14052
14053 2019-01-17 Tom Tromey <tom@tromey.com>
14054
14055 * progspace.h (program_space) <objfiles_range>: New typedef.
14056 <objfiles>: New method.
14057 <objfiles_head>: Rename from objfiles.
14058 (object_files): Update.
14059 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14060 * guile/scm-pretty-print.c
14061 (ppscm_find_pretty_printer_from_objfiles): Update.
14062 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14063 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14064 Update.
14065 * python/py-progspace.c (pspy_get_objfiles): Update.
14066 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14067 Update.
14068 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14069 (objfpy_lookup_objfile_by_build_id): Update.
14070 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14071 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14072 Update.
14073 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14074 (expand_symtab_containing_pc, lookup_objfile_from_block)
14075 (lookup_static_symbol, basic_lookup_transparent_type)
14076 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14077 (find_line_symtab, info_sources_command)
14078 (default_collect_symbol_completion_matches_break_on)
14079 (make_source_files_completion_list, find_main_name): Update.
14080 * symmisc.c (print_symbol_bcache_statistics)
14081 (print_objfile_statistics, maintenance_print_symbols)
14082 (maintenance_print_msymbols, maintenance_print_objfiles)
14083 (maintenance_info_symtabs, maintenance_check_symtabs)
14084 (maintenance_expand_symtabs, maintenance_info_line_tables):
14085 Update.
14086 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14087 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14088 (map_overlay_command, unmap_overlay_command)
14089 (simple_overlay_update, expand_symtabs_matching)
14090 (map_symbol_filenames): Update.
14091 * symfile-debug.c (set_debug_symfile): Update.
14092 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14093 Update.
14094 * source.c (select_source_symtab, forget_cached_source_info):
14095 Update.
14096 * solib.c (solib_read_symbols): Update.
14097 * solib-spu.c (append_ocl_sos): Update.
14098 * psymtab.c (maintenance_print_psymbols)
14099 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14100 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14101 * printcmd.c (info_symbol_command): Update.
14102 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14103 Update.
14104 * objfiles.h (class all_objfiles): Remove.
14105 * objfiles.c (have_partial_symbols, have_full_symbols)
14106 (have_minimal_symbols, qsort_cmp, update_section_map)
14107 (shared_objfile_contains_address_p)
14108 (default_iterate_over_objfiles_in_search_order): Update.
14109 * objc-lang.c (info_selectors_command, info_classes_command)
14110 (find_methods): Update.
14111 * minsyms.c (find_solib_trampoline_target): Update.
14112 * maint.c (maintenance_info_sections)
14113 (maintenance_translate_address, count_symtabs_and_blocks):
14114 Update.
14115 * main.c (captured_main_1): Update.
14116 * linux-thread-db.c (try_thread_db_load_from_pdir)
14117 (has_libpthread): Update.
14118 * linespec.c (iterate_over_all_matching_symtabs)
14119 (search_minsyms_for_name): Update.
14120 * jit.c (jit_find_objf_with_entry_addr): Update.
14121 * hppa-tdep.c (find_unwind_entry)
14122 (hppa_lookup_stub_minimal_symbol): Update.
14123 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14124 Update.
14125 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14126 (elf_gnu_ifunc_resolve_by_got): Update.
14127 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14128 * dwarf-index-write.c (save_gdb_index_command): Update.
14129 * cp-support.c (add_symbol_overload_list_qualified): Update.
14130 * breakpoint.c (create_overlay_event_breakpoint)
14131 (create_longjmp_master_breakpoint)
14132 (create_std_terminate_master_breakpoint)
14133 (create_exception_master_breakpoint): Update.
14134 * blockframe.c (find_pc_partial_function): Update.
14135 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14136 (ada_collect_symbol_completion_matches)
14137 (ada_add_global_exceptions): Update.
14138
14139 2019-01-17 Tom Tromey <tom@tromey.com>
14140
14141 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14142 declare VEC.
14143 (solib_target_parse_libraries): Change return type.
14144 (library_list_start_segment, library_list_start_section)
14145 (library_list_end_library, library_list_start_library); Update.
14146 (solib_target_free_library_list): Remove.
14147 (solib_target_parse_libraries): Remove cleanup. Change return
14148 type.
14149 (solib_target_current_sos): Update.
14150
14151 2019-01-17 Tom Tromey <tromey@bapiya>
14152
14153 * valprint.c: Replace "the the" with "the".
14154 * symtab.c: Replace "the the" with "the".
14155 * solib.c: Replace "the the" with "the".
14156 * solib-dsbt.c: Replace "the the" with "the".
14157 * linespec.c: Replace "the the" with "the".
14158 * dwarf2loc.h: Replace "the the" with "the".
14159 * amd64-windows-tdep.c: Replace "the the" with "the".
14160 * aarch64-tdep.c: Replace "the the" with "the".
14161
14162 2019-01-16 Keith Seitz <keiths@redhat.com>
14163
14164 PR gdb/23773
14165 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14166 <builder>: Rename to ..
14167 <m_builder>: ... this and make private.
14168 (dwarf2_cu::get_builder): New method. Change all users of
14169 `builder' to use this method.
14170 (dwarf2_start_symtab): Move to ...
14171 (dwarf2_cu::start_symtab): ... here. Update all callers
14172 (setup_type_unit_groups): Move to ...
14173 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14174 callers.
14175 (dwarf2_cu::reset_builder): New method.
14176 (process_full_compunit, process_full_type_unit): Use
14177 dwarf2_cu::reset_builder.
14178 (follow_die_offset): Record the ancestor CU if it is different
14179 from the followed DIE's CU.
14180 (follow_die_sig_1): Likewise.
14181
14182 2019-01-15 Tom Tromey <tom@tromey.com>
14183
14184 * remote.c (class remote_state) <buf>: Now a char_vector.
14185 <buf_size>: Remove.
14186 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14187 parameter.
14188 (remote_target::getpkt_or_notif_sane_1)
14189 (remote_target::getpkt_sane)
14190 (remote_target::getpkt_or_notif_sane): Likewise.
14191 (class remote_target) <putpkt>: New overload.
14192 (remote_target::read_frame): Change type of "buf_p". Remove
14193 sizeof_p parameter.
14194 (packet_ok): New overload.
14195 (packet_check_result): New overload.
14196 Update all uses.
14197
14198 2019-01-14 Tom Tromey <tom@tromey.com>
14199
14200 * remote-notif.c (handle_notification, remote_notif_ack)
14201 (remote_notif_parse): Make "buf" const.
14202 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14203 const.
14204 (remote_notif_parse, remote_notif_ack, handle_notification):
14205 Likewise.
14206 * remote.c (remote_notif_stop_parse): Make "buf" const.
14207 (remote_target::remote_parse_stop_reply): Make "buf" const.
14208 (remote_notif_stop_ack): Make "buf" const.
14209
14210 2019-01-14 Tom Tromey <tom@tromey.com>
14211
14212 * remote.c (remote_console_output): Make parameter const.
14213
14214 2019-01-14 Tom Tromey <tom@tromey.com>
14215
14216 * target-debug.h (target_debug_print_signals): Constify.
14217 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14218 * procfs.c (procfs_target::pass_signals): Update.
14219 * linux-nat.c (linux_nat_target::pass_signals): Update.
14220 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14221 * target-delegates.c: Rebuild.
14222 * remote.c (remote_target::program_signals): Update.
14223 (remote_target::pass_signals): Update.
14224 * target.c (target_pass_signals): Constify argument.
14225 (target_program_signals): Likewise.
14226 * target.h (struct target_ops) <pass_signals, program_signals>:
14227 Constify argument.
14228 (target_pass_signals, target_program_signals): Constify argument.
14229
14230 2019-01-14 Tom Tromey <tom@tromey.com>
14231
14232 PR tui/28819:
14233 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
14234
14235 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
14236
14237 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
14238 field.
14239 * rs6000-tdep.c: Include reggroups.h.
14240 (IS_V_ALIAS_PSEUDOREG): Define.
14241 (rs6000_register_name): Return names for the "vX" aliases.
14242 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
14243 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
14244 aliases. Call default_register_reggroup_p for all other
14245 pseudo-registers.
14246 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
14247 New functions.
14248 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
14249 Handle "vX" aliases.
14250 (v_alias_pseudo_register_collect): New function.
14251 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
14252 (rs6000_gdbarch_init): Initialize "vX" aliases as
14253 pseudo-registers. Restore registration of
14254 rs6000_pseudo_register_reggroup_p with
14255 set_tdesc_pseudo_register_reggroup_p.
14256
14257 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
14258
14259 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
14260 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
14261 set_gdbarch_num_pseudo_regs.
14262
14263 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14264
14265 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
14266 Remove arg prefixname, add do_set and do_show.
14267 Add member functions set_list and show_list.
14268 * cli/cli-style.c (class cli_style_option): Update accordingly.
14269 (style_set_list): Move to file scope.
14270 (style_show_list): Likewise.
14271 (set_style): Call help_list.
14272 (show_style): Call cmd_show_list.
14273 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
14274 Update to use the new macro.
14275
14276 2019-10-12 Joel Brobecker <brobecker@adacore.com>
14277
14278 * ada-lang.c (_initialize_ada_language): Expand the help text
14279 for the "catch exception" command.
14280
14281 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14282
14283 * symtab.c (matching_obj_sections): Initialize obj,
14284 declare it closer to its usage.
14285
14286 2019-01-10 Tom Tromey <tom@tromey.com>
14287
14288 * thread-iter.h (inf_threads_iterator): Use next_iterator.
14289 (basic_inf_threads_range): Remove.
14290 (inf_threads_range, inf_non_exited_threads_range)
14291 (safe_inf_threads_range): Use next_adapter.
14292
14293 2019-01-10 Keith Seitz <keiths@redhat.com>
14294
14295 PR gdb/23712
14296 PR symtab/23010
14297 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
14298 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
14299
14300 2019-01-10 Keith Seitz <keiths@redhat.com>
14301
14302 PR gdb/23712
14303 PR symtab/23010
14304 * dictionary.c (pending_to_vector): Remove.
14305 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14306 Remove _1 suffix, replacing functions of the same name. Update
14307 all callers.
14308 (dict_create_hashed, dict_create_hashed_expandable)
14309 (dict_create_linear, dict_create_linear_expandable, dict_free)
14310 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
14311 Make functions static.
14312
14313 2019-01-10 Keith Seitz <keiths@redhat.com>
14314
14315 PR gdb/23712
14316 PR symtab/23010
14317 * dictionary.h (struct dictionary): Replace declaration with
14318 multidictionary.
14319 (dict_create_hashed, dict_create_hashed_expandable)
14320 (dict_create_linear, dict_create_linear_expandable)
14321 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
14322 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
14323 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
14324 taking multidictionary argument.
14325 [ALL_DICT_SYMBOLS]: Update for multidictionary.
14326 * block.h (struct block) <dict>: Change to multidictionary
14327 and rename `multidict'.
14328 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
14329 symmisc.c: Update all dictionary references to multidictionary.
14330
14331 2019-01-10 Keith Seitz <keiths@redhat.com>
14332
14333 PR gdb/23712
14334 PR symtab/23010
14335 * dictionary.c: Include unordered_map.
14336 (pending_to_vector): New function.
14337 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
14338 Rewrite the non-"_1" functions to take vector instead
14339 of linked list.
14340 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
14341 "new" _1 versions of the same name.
14342 (multidictionary): Define.
14343 (std::hash<enum language): New definition.
14344 (collate_pending_symbols_by_language, mdict_create_hashed)
14345 (mdict_create_hashed_expandable, mdict_create_linear)
14346 (mdict_create_linear_expandable, mdict_free)
14347 (find_language_dictionary, create_new_language_dictionary)
14348 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
14349 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
14350 (mdict_size, mdict_empty): New functions.
14351 * dictionary.h (mdict_iterator): Define.
14352
14353 2019-01-10 Pedro Alves <palves@redhat.com>
14354
14355 * breakpoint.c (read_uploaded_action)
14356 (create_tracepoint_from_upload): Adjust to use
14357 gdb::unique_xmalloc_ptr.
14358 * ctf.c (ctf_write_uploaded_tp):
14359 (SET_ARRAY_FIELD): Use emplace_back.
14360 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
14361 * tracefile-tfile.c (tfile_write_uploaded_tp):
14362 * tracepoint.c (parse_tracepoint_definition): Adjust to use
14363 gdb::unique_xmalloc_ptr.
14364 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
14365 at_string, cond_string, cmd_strings>: Replace char pointers
14366 with gdb::unique_xmalloc_ptr.
14367
14368 2019-01-10 Pedro Alves <palves@redhat.com>
14369
14370 * solib-target.c (library_list_start_library): Don't xstrdup name.
14371
14372 2019-01-10 Pedro Alves <palves@redhat.com>
14373
14374 * mdebugread.c (parse_partial_symbols): Use
14375 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
14376
14377 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14378
14379 * linux-fork.c (scoped_switch_fork_info)
14380 <~scoped_switch_fork_info>: Fix incorrect variable name.
14381
14382 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
14383
14384 * linux-fork.c (scoped_switch_fork_info)
14385 <scoped_switch_fork_info>: Make explicit.
14386 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
14387
14388 2019-01-10 Tom Tromey <tom@tromey.com>
14389
14390 * objfiles.h (objfile::reset_psymtabs): Update.
14391 * objfiles.c (objfile::objfile): Update.
14392 * psymtab.h (psymtab_storage::obstack): Update.
14393 (psymtab_storage::m_obstack): Use gdb::optional.
14394 (class psymtab_storage): Update comment. Remove objfile
14395 parameter.
14396 * psymtab.c (psymtab_storage::psymtab_storage): Update.
14397
14398 2019-01-10 Tom Tromey <tom@tromey.com>
14399
14400 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
14401 <free_psymtabs>: Now private.
14402 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
14403 (allocate_psymtab): Use new method.
14404
14405 2019-01-10 Tom Tromey <tom@tromey.com>
14406
14407 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
14408 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
14409 * mdebugread.c (parse_partial_symbols): Use
14410 allocate_dependencies.
14411 * dwarf2read.c (dwarf2_create_include_psymtab): Use
14412 allocate_dependencies.
14413 (process_psymtab_comp_unit_reader)
14414 (build_type_psymtab_dependencies): Likewise.
14415 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
14416
14417 2019-01-10 Tom Tromey <tom@tromey.com>
14418
14419 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
14420 PSYMBOL_SET_LANGUAGE.
14421 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
14422
14423 2019-01-10 Tom Tromey <tom@tromey.com>
14424
14425 * psymtab.h (psymtab_storage::obstack): New method.
14426 <m_obstack>: Rename from obstack; now private.
14427 * psymtab.c (psymtab_storage): Update.
14428 * dwarf2read.c (create_addrmap_from_index)
14429 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
14430 Update.
14431
14432 2019-01-10 Tom Tromey <tom@tromey.com>
14433
14434 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
14435 * objfiles.h (objfile::reset_psymtabs): New method.
14436
14437 2019-01-10 Tom Tromey <tom@tromey.com>
14438
14439 * symmisc.c (print_symbol_bcache_statistics): Update.
14440 (print_objfile_statistics): Update.
14441 * symfile.c (reread_symbols): Update.
14442 * psymtab.h (class psymtab_storage): New.
14443 * psymtab.c (psymtab_storage): New constructor.
14444 (~psymtab_storage): New destructor.
14445 (require_partial_symbols): Update.
14446 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
14447 (find_pc_sect_psymtab, find_pc_sect_psymbol)
14448 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
14449 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
14450 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
14451 (start_psymtab_common, end_psymtab_common)
14452 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
14453 (allocate_psymtab): Update.
14454 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
14455 Update.
14456 (dump_psymtab_addrmap, maintenance_print_psymbols)
14457 (maintenance_check_psymtabs): Update.
14458 (class objfile_psymtabs): Move to objfiles.h.
14459 * psympriv.h (discard_psymtab): Now inline.
14460 (psymtab_discarder::psymtab_discarder): Update.
14461 (psymtab_discarder::~psymtab_discarder): Update.
14462 (ALL_OBJFILE_PSYMTABS): Rewrite.
14463 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
14464 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
14465 Remove fields.
14466 <partial_symtabs>: New field.
14467 (class objfile_psymtabs): Move from psymtab.h. Update.
14468 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
14469 psymbol_cache.
14470 (objfile::~objfile): Don't destroy psymbol_cache.
14471 * mdebugread.c (parse_partial_symbols): Update.
14472 * dwarf2read.c (create_addrmap_from_index)
14473 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
14474 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
14475 (add_partial_subprogram, dwarf2_ranges_read): Update.
14476 * dwarf-index-write.c (write_address_map)
14477 (write_one_signatured_type, recursively_write_psymbols)
14478 (class debug_names, class debug_names, write_psymtabs_to_index):
14479 Update.
14480
14481 2019-01-10 Tom Tromey <tom@tromey.com>
14482
14483 * symtab.h (SYMBOL_SET_NAMES): Update.
14484 (symbol_set_names): Update.
14485 (MSYMBOL_SET_NAMES): Update.
14486 * symtab.c (symbol_set_names): Change argument to be an
14487 objfile_per_bfd_storage.
14488 * psymtab.c (add_psymbol_to_bcache): Update.
14489 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
14490
14491 2019-01-10 Tom Tromey <tom@tromey.com>
14492
14493 * symtab.c (create_demangled_names_hash): Change argument to be an
14494 objfile_per_bfd_storage.
14495 (symbol_set_names): Update.
14496
14497 2019-01-10 Tom Tromey <tom@tromey.com>
14498
14499 * xcoffread.c (xcoff_initial_scan): Unconditionally call
14500 init_psymbol_list.
14501 * psymtab.c (init_psymbol_list): Do nothing if already called.
14502 * psympriv.h (init_psymbol_list): Add comment.
14503 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
14504 init_psymbol_list.
14505 * dbxread.c (dbx_symfile_read): Unconditionally call
14506 init_psymbol_list.
14507
14508 2019-01-10 Tom Tromey <tom@tromey.com>
14509
14510 * xcoffread.c (scan_xcoff_symtab): Update.
14511 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
14512 "where".
14513 * mdebugread.c (parse_partial_symbols)
14514 (handle_psymbol_enumerators): Update.
14515 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
14516 * dbxread.c (read_dbx_symtab): Update.
14517 * psympriv.h (psymbol_placement): New enum.
14518 (add_psymbol_to_list): Update.
14519
14520 2019-01-10 Tom Tromey <tom@tromey.com>
14521
14522 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
14523 static_psymbols parameters.
14524 (scan_xcoff_symtab): Update.
14525 * psymtab.c (start_psymtab_common): Remove global_psymbols and
14526 static_psymbols parameters.
14527 * psympriv.h (start_psymtab_common): Update.
14528 * mdebugread.c (parse_partial_symbols): Update.
14529 * dwarf2read.c (create_partial_symtab): Update.
14530 * dbxread.c (read_dbx_symtab): Update.
14531 (start_psymtab): Remove global_psymbols and static_psymbols
14532 parameters.
14533
14534 2019-01-10 Tom Tromey <tom@tromey.com>
14535
14536 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
14537 * psymtab.c (allocate_psymtab): Add comment.
14538 * psympriv.h (allocate_psymtab): Add comment.
14539 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
14540 initializations.
14541 * dbxread.c (dbx_end_psymtab): Remove some initializations.
14542
14543 2019-01-10 Tom Tromey <tom@tromey.com>
14544
14545 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14546 Don't declare.
14547 * mipsread.c: Include mdebugread.h.
14548 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
14549 Declare.
14550 * elfread.c: Include mdebugread.h.
14551
14552 2019-01-09 Tom Tromey <tom@tromey.com>
14553
14554 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
14555 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
14556 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
14557 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
14558 (psym_lookup_symbol, psym_find_last_source_symtab)
14559 (psym_forget_cached_source_info, psym_print_stats)
14560 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
14561 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
14562 (psym_map_matching_symbols, psym_expand_symtabs_matching)
14563 (psym_find_compunit_symtab_by_address)
14564 (maintenance_print_psymbols, maintenance_info_psymtabs)
14565 (maintenance_check_psymtabs): Use ranged for.
14566 * psymtab.h (class objfile_psymtabs): New.
14567 (require_partial_symbols): Return objfile_psymtabs.
14568 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
14569
14570 2019-01-09 Tom Tromey <tom@tromey.com>
14571
14572 * symfile.c (overlay_invalidate_all, find_pc_overlay)
14573 (find_pc_mapped_section, list_overlays_command)
14574 (map_overlay_command, unmap_overlay_command)
14575 (simple_overlay_update): Use all_objfiles.
14576 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
14577 * printcmd.c (info_symbol_command): Use all_objfiles.
14578 * objfiles.h (ALL_OBJSECTIONS): Remove.
14579 * maint.c (maintenance_translate_address): Use all_objfiles.
14580 * gcore.c (gcore_create_callback): Use all_objfiles.
14581 (objfile_find_memory_regions): Likewise.
14582
14583 2019-01-09 Tom Tromey <tom@tromey.com>
14584
14585 * symtab.c (find_line_symtab, info_sources_command)
14586 (make_source_files_completion_list): Use objfile_compunits.
14587 * source.c (select_source_symtab): Use objfile_compunits.
14588 * objfiles.h (struct objfile): Update comment.
14589 (ALL_OBJFILES): Remove.
14590 (ALL_FILETABS): Remove.
14591 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
14592 objfile_compunits.
14593
14594 2019-01-09 Tom Tromey <tom@tromey.com>
14595
14596 * symmisc.c (print_objfile_statistics, dump_objfile)
14597 (maintenance_print_symbols): Use compunit_filetabs.
14598 * source.c (forget_cached_source_info_for_objfile): Use
14599 compunit_filetabs.
14600 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
14601 (ALL_FILETABS): Use compunit_filetabs.
14602 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
14603 * coffread.c (coff_symtab_read): Use compunit_filetabs.
14604
14605 2019-01-09 Tom Tromey <tom@tromey.com>
14606
14607 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
14608 (compunit_filetabs): New.
14609 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
14610 compunit_filetabs.
14611 (info_sources_command, make_source_files_completion_list): Remove
14612 declaration.
14613 * symmisc.c (print_objfile_statistics, dump_objfile)
14614 (maintenance_print_symbols): Remove declaration.
14615 (maintenance_info_symtabs): Use compunit_filetabs.
14616 (maintenance_info_line_tables): Likewise.
14617 * source.c (select_source_symtab): Change local variable name.
14618 (forget_cached_source_info_for_objfile): Remove declaration.
14619 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
14620 * objfiles.c (objfile_relocate1): Remove declaration.
14621 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14622 declaration.
14623 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
14624 * coffread.c (coff_symtab_read): Remove declaration.
14625 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
14626 compunit_filetabs.
14627
14628 2019-01-09 Tom Tromey <tom@tromey.com>
14629
14630 * symtab.c (lookup_objfile_from_block)
14631 (find_pc_sect_compunit_symtab, search_symbols)
14632 (default_collect_symbol_completion_matches_break_on): Use
14633 objfile_compunits.
14634 * objfiles.h (ALL_COMPUNITS): Remove.
14635 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
14636 * cp-support.c (add_symbol_overload_list_qualified): Use
14637 objfile_compunits.
14638 * ada-lang.c (ada_collect_symbol_completion_matches)
14639 (ada_add_global_exceptions): Use objfile_compunits.
14640
14641 2019-01-09 Tom Tromey <tom@tromey.com>
14642
14643 * source.c (select_source_symtab)
14644 (forget_cached_source_info_for_objfile): Remove declaration.
14645 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
14646 declaration.
14647 * maint.c (count_symtabs_and_blocks): Remove declaration.
14648 * cp-support.c (add_symbol_overload_list_qualified): Remove
14649 declaration.
14650 * coffread.c (coff_symtab_read): Remove declaration.
14651 * symtab.c (lookup_symbol_in_objfile_symtabs)
14652 (basic_lookup_transparent_type_1): Use objfile_compunits.
14653 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
14654 (info_sources_command, search_symbols)
14655 (default_collect_symbol_completion_matches_break_on)
14656 (make_source_files_completion_list): Remove declaration.
14657 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
14658 (ada_collect_symbol_completion_matches)
14659 (ada_add_global_exceptions): Remove declaration.
14660 * linespec.c (iterate_over_all_matching_symtabs): Use
14661 objfile_compunits.
14662 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
14663 (class objfile_compunits): New.
14664 (ALL_COMPUNITS): Use objfile_compunits.
14665 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
14666 (maintenance_check_symtabs, maintenance_info_line_tables): Use
14667 objfile_compunits.
14668 * objfiles.c (objfile_relocate1): Use objfile_compunits.
14669
14670 2019-01-09 Tom Tromey <tom@tromey.com>
14671
14672 * symtab.c (search_symbols)
14673 (default_collect_symbol_completion_matches_break_on): Use
14674 objfile_msymbols.
14675 * ada-lang.c (ada_lookup_simple_minsym)
14676 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
14677 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
14678 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
14679 objfile_msymbols.
14680 * coffread.c (coff_symfile_read): Use objfile_msymbols.
14681 * symmisc.c (dump_msymbols): Use objfile_msymbols.
14682 * objc-lang.c (find_methods): Use objfile_msymbols.
14683 (info_selectors_command, info_classes_command): Likewise.
14684 * stabsread.c (scan_file_globals): Use objfile_msymbols.
14685 * objfiles.h (class objfile_msymbols): New.
14686 (ALL_OBJFILE_MSYMBOLS): Remove.
14687 (ALL_MSYMBOLS): Remove.
14688
14689 2019-01-09 Tom Tromey <tom@tromey.com>
14690
14691 * common/next-iterator.h (next_adapter): Add Iterator template
14692 parameter.
14693 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
14694 (class all_objfiles_safe): New.
14695 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
14696 * objfiles.c (put_objfile_before): Update comment.
14697 (add_separate_debug_objfile): Likewise.
14698 (free_all_objfiles): Use all_objfiles_safe.
14699 (objfile_purge_solibs): Likewise.
14700
14701 2019-01-09 Tom Tromey <tom@tromey.com>
14702
14703 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14704 (expand_symtab_containing_pc, lookup_static_symbol)
14705 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
14706 (find_symbol_at_address, find_line_symtab, find_main_name): Use
14707 all_objfiles.
14708 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
14709 * breakpoint.c (create_overlay_event_breakpoint)
14710 (create_longjmp_master_breakpoint)
14711 (create_std_terminate_master_breakpoint)
14712 (create_exception_master_breakpoint): Use all_objfiles.
14713 * linux-thread-db.c (try_thread_db_load_from_pdir)
14714 (has_libpthread): Use all_objfiles.
14715 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
14716 * linespec.c (iterate_over_all_matching_symtabs)
14717 (search_minsyms_for_name): Use all_objfiles.
14718 * maint.c (maintenance_info_sections): Use all_objfiles.
14719 * main.c (captured_main_1): Use all_objfiles.
14720 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
14721 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
14722 * guile/scm-pretty-print.c
14723 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
14724 * solib-spu.c (append_ocl_sos): Use all_objfiles.
14725 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
14726 (maintenance_print_msymbols): Use all_objfiles.
14727 * source.c (select_source_symtab): Use all_objfiles.
14728 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
14729 * symfile.c (remove_symbol_file_command)
14730 (expand_symtabs_matching, map_symbol_filenames): Use
14731 all_objfiles.
14732 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
14733 all_objfiles.
14734 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
14735 * objc-lang.c (find_methods): Use all_objfiles.
14736 * objfiles.c (have_partial_symbols, have_full_symbols)
14737 (have_minimal_symbols, qsort_cmp)
14738 (default_iterate_over_objfiles_in_search_order): Use
14739 all_objfiles.
14740 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
14741 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
14742 (maintenance_check_psymtabs): Use all_objfiles.
14743 (ALL_PSYMTABS): Remove.
14744 * compile/compile-object-run.c (do_module_cleanup): Use
14745 all_objfiles.
14746 * blockframe.c (find_pc_partial_function): Use all_objfiles.
14747 * cp-support.c (add_symbol_overload_list_qualified): Use
14748 all_objfiles.
14749 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14750 Use all_objfiles.
14751 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
14752 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
14753 all_objfiles.
14754 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14755 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
14756 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14757 Uses all_objfiles.
14758 * solib.c (solib_read_symbols): Use all_objfiles
14759
14760 2019-01-09 Tom Tromey <tom@tromey.com>
14761
14762 * probe.c (parse_probes_in_pspace): Use all_objfiles.
14763 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
14764 all_objfiles.
14765 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
14766 * symmisc.c (print_symbol_bcache_statistics)
14767 (print_objfile_statistics, maintenance_print_objfiles)
14768 (maintenance_info_symtabs, maintenance_check_symtabs)
14769 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
14770 all_objfiles.
14771 * source.c (forget_cached_source_info): Use all_objfiles.
14772 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
14773 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14774 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
14775 * objfiles.c (update_section_map): Use all_objfiles.
14776 (shared_objfile_contains_address_p): Likewise.
14777 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
14778 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
14779
14780 2019-01-09 Tom Tromey <tom@tromey.com>
14781
14782 * common/next-iterator.h: New file.
14783 * objfiles.h (class all_objfiles): New.
14784 (struct objfile_iterator): New.
14785
14786 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14787
14788 * NEWS: Move the description of the changed "frame", "select-frame",
14789 and "info frame" commands to the Changed commands section.
14790
14791 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
14792
14793 * gdbtypes.c (check_stub_method_group): Remove handling of old
14794 mangling schemes.
14795 * linespec.c (find_methods): Likewise.
14796 * stabsread.c (read_member_functions): Likewise.
14797 * valops.c (search_struct_method): Likewise.
14798 (value_struct_elt_for_reference): Likewise.
14799 * NEWS: Mention this change.
14800
14801 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
14802
14803 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
14804 print_source_lines.
14805 * source.c (print_source_lines_base): Update line number check.
14806 (print_source_lines): New function.
14807 (source_lines_range::source_lines_range): New function.
14808 * source.h (class source_lines_range): New class.
14809 (print_source_lines): New declaration.
14810
14811 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14812
14813 * linespec.c (linespec_state_destructor): Free self->canonical_names.
14814
14815 2019-01-08 Tom Tromey <tom@tromey.com>
14816 Simon Marchi <simon.marchi@ericsson.com>
14817
14818 PR gdb/24060
14819 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
14820 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
14821 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14822 * f-exp.y (DOLLAR_VARIABLE): Likewise.
14823 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
14824 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
14825
14826 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14827
14828 * source.c (select_source_symtab): Move header comment to
14829 declaration in source.h.
14830 (forget_cached_source_info_for_objfile): Likewise.
14831 (forget_cached_source_info): Likewise.
14832 (identify_source_line): Likewise.
14833 * source.h (identify_source_line): Move declaration from symtab.h
14834 and add comment from source.c
14835 (print_source_lines): Likewise.
14836 (forget_cached_source_info_for_objfile): Likewise.
14837 (forget_cached_source_info): Likewise.
14838 (select_source_symtab): Likewise.
14839 (enum print_source_lines_flag): Move definition from symtab.h.
14840 * symtab.h (identify_source_line): Move declaration to source.h.
14841 (print_source_lines): Likewise.
14842 (forget_cached_source_info_for_objfile): Likewise.
14843 (forget_cached_source_info): Likewise.
14844 (select_source_symtab): Likewise.
14845 (enum print_source_lines_flag): Move definition to source.h.
14846 * tui/tui-hooks.c: Add 'source.h' include.
14847
14848 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14849
14850 * source.c (print_source_lines_base): Handle requests to print
14851 reverse line number sequences, and guard against empty lines
14852 string.
14853
14854 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
14855
14856 * source.c (print_source_lines_base): Fix skip of '\r' if next
14857 character is '\n'.
14858
14859 2019-01-06 Tom Tromey <tom@tromey.com>
14860
14861 * c-exp.y (struct c_parse_state) <macro_original_text,
14862 expansion_obstack>: New member.
14863 (macro_original_text, expansion_obstack): Remove globals.
14864 (scan_macro_expansion, scanning_macro_expansion)
14865 (finished_macro_expansion): Update.
14866 (scan_macro_cleanup): Remove.
14867 (yylex, c_parse): Update.
14868
14869 2019-01-06 Tom Tromey <tom@tromey.com>
14870
14871 * c-exp.y (struct c_parse_state) <strings>: New member.
14872 (operator_stoken): Update.
14873
14874 2019-01-06 Tom Tromey <tom@tromey.com>
14875
14876 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
14877 (union type_stack_elt) <typelist_val>: Now a pointer to
14878 std::vector.
14879 (type_stack_cleanup): Don't declare.
14880 (push_typelist): Update.
14881 * parse.c (pop_typelist): Return a std::vector.
14882 (push_typelist): Take a std::vector.
14883 (follow_types): Update. Do not free args.
14884 (type_stack_cleanup): Remove.
14885 * c-exp.y (struct c_parse_state): New.
14886 (cpstate): New global.
14887 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
14888 (nonempty_typelist): Update.
14889 (func_mod): Create a new vector.
14890 (c_parse): Create a c_parse_state.
14891 (check_parameter_typelist): Do not delete params.
14892 (function_method): Update. Do not delete type_list.
14893
14894 2019-01-06 Tom Tromey <tom@tromey.com>
14895
14896 PR gdb/28155:
14897 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
14898 check_typedef.
14899 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
14900 (print_return_value): Likewise.
14901
14902 2019-01-05 Tom Tromey <tom@tromey.com>
14903
14904 * contrib/cleanup_check.py: Remove.
14905 * contrib/gcc-with-excheck: Remove.
14906 * contrib/exsummary.py: Remove.
14907 * contrib/excheck.py: Remove.
14908
14909 2019-01-05 Joel Brobecker <brobecker@adacore.com>
14910
14911 * thread.c (delete_thread_1): Add gdb_assert that THR is not
14912 NULL. Initialize tpprev to NULL instead of assigning it
14913 to NULL on the next statement.
14914 * windows-nat.c (windows_delete_thread): Remove check for
14915 main_thread_id before printing thread exit notifications.
14916 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
14917 Remove thread ID check against main_thread_id.
14918 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
14919 windows_delete_thread.
14920 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
14921
14922 2019-01-04 Tom Tromey <tom@tromey.com>
14923
14924 * compile/compile.c (_initialize_compile): Use upper case for
14925 metasyntactic variables.
14926 * symmisc.c (_initialize_symmisc): Use upper case for
14927 metasyntactic variables.
14928 * psymtab.c (_initialize_psymtab): Use upper case for
14929 metasyntactic variables.
14930 * demangle.c (demangle_command): Use upper case for metasyntactic
14931 variables.
14932 (_initialize_demangler): Likewise.
14933 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
14934 variables.
14935
14936 2019-01-03 Tom Tromey <tom@tromey.com>
14937
14938 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
14939
14940 2019-01-03 Tom Tromey <tom@tromey.com>
14941
14942 * python/py-symtab.c (salpy_str): Update.
14943 (struct salpy_sal_object) <symtab>: Now a PyObject.
14944 (salpy_dealloc): Update.
14945 (del_objfile_sal): Use gdbpy_ref.
14946
14947 2019-01-03 Tom Tromey <tom@tromey.com>
14948
14949 * python/py-type.c (convert_field): Use new_reference. Return
14950 gdbpy_ref.
14951 (make_fielditem): Return gdbpy_ref.
14952 (typy_fields): Update.
14953 (typy_getitem): Update.
14954 (field_name): Return gdbpy_ref. Use new_reference.
14955 (typy_iterator_iternext): Update.
14956
14957 2019-01-03 Tom Tromey <tom@tromey.com>
14958
14959 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
14960
14961 2019-01-03 Tom Tromey <tom@tromey.com>
14962
14963 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
14964 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
14965 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
14966 (pspy_set_frame_filters, pspy_set_frame_unwinders)
14967 (pspy_set_type_printers): Likewise.
14968 * python/py-function.c (fnpy_init): Use gdbpy_ref.
14969 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
14970 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
14971 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
14972 (objfpy_set_type_printers): Likewise.
14973
14974 2019-01-03 Tom Tromey <tom@tromey.com>
14975
14976 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
14977 (gdbpy_print_stack): Use gdbpy_err_fetch.
14978 * python/python-internal.h (class gdbpy_err_fetch): New class.
14979 (class gdbpy_enter) <m_error_type, m_error_value,
14980 m_error_traceback>: Remove.
14981 <m_error>: New member.
14982 (gdbpy_exception_to_string): Don't declare.
14983 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
14984 * python/py-value.c (convert_value_from_python): Use
14985 gdbpy_err_fetch.
14986 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
14987 gdbpy_exception_to_string.
14988 (gdbpy_handle_exception): Use gdbpy_err_fetch.
14989 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
14990 gdbpy_err_fetch.
14991
14992 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
14993
14994 * linux-nat.c (delete_lwp_cleanup): Delete.
14995 (struct lwp_deleter): New struct.
14996 (lwp_info_up): New typedef.
14997 (linux_nat_target::follow_fork): Delete cleanup, and make use of
14998 lwp_info_up.
14999
15000 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15001
15002 * linux-fork.c (class scoped_switch_fork_info): New class.
15003 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15004
15005 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15006
15007 * valops.c (find_overload_match): Remove use of null_cleanup, and
15008 calls to do_cleanups.
15009
15010 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15011
15012 * compile/compile-cplus-types.c
15013 (compile_cplus_instance::decl_name): Handle changes to
15014 cp_func_name.
15015 * cp-support.c (cp_func_name): Update header comment, update
15016 return type.
15017 * cp-support.h (cp_func_name): Update return type in declaration.
15018 * valops.c (find_overload_match): Move temp_func local to top
15019 level of function and change its type. Use temp_func to hold and
15020 delete temporary string obtained from cp_func_name.
15021
15022 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15023
15024 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15025 gdb::char_vector, remove cleanup, and update uses of `msg`.
15026
15027 2019-01-03 Jim Wilson <jimw@sifive.com>
15028
15029 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15030
15031 2019-01-02 Tom Tromey <tom@tromey.com>
15032
15033 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15034 (tdesc_parse_xml): Remove cleanups.
15035 * target-descriptions.h (make_cleanup_free_target_description):
15036 Don't declare.
15037 (target_desc_deleter): New struct.
15038 (target_desc_up): New typedef.
15039 * target-descriptions.c (target_desc_deleter::operator()): Rename
15040 from free_target_description.
15041 (make_cleanup_free_target_description): Remove.
15042
15043 2019-01-02 Tom Tromey <tom@tromey.com>
15044
15045 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15046 constructor, destructor.
15047 (linespec_parser): Remove typedef.
15048 (~linespec_parser): Rename from linespec_parser_delete.
15049 (linespec_lex_to_end, linespec_complete_label)
15050 (linespec_complete): Update.
15051 (decode_line_full): Remove cleanups.
15052 (decode_line_1): Update.
15053
15054 2019-01-02 Tom Tromey <tom@tromey.com>
15055
15056 * python/python-internal.h (inferior_to_inferior_object): Change
15057 return type.
15058 * python/py-exitedevent.c (create_exited_event_object): Update.
15059 * python/py-inferior.c (inferior_to_inferior_object): Return
15060 gdbpy_ref.
15061 (python_new_inferior, python_inferior_deleted)
15062 (thread_to_thread_object, delete_thread_object)
15063 (build_inferior_list, gdbpy_selected_inferior): Update.
15064 * python/py-infthread.c (create_thread_object): Update. Also fail
15065 if inferior_to_inferior_object fails.
15066
15067 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15068
15069 * inferior.h (class inferior) <displaced_step_state>: New field.
15070 * infrun.h (struct displaced_step_state): Move here from
15071 infrun.c. Initialize fields, add constructor.
15072 <inf>: Remove field.
15073 <reset>: New method.
15074 * infrun.c (struct displaced_step_inferior_state): Move to
15075 infrun.h.
15076 (displaced_step_inferior_states): Remove.
15077 (get_displaced_stepping_state): Adust.
15078 (displaced_step_in_progress_any_inferior): Adjust.
15079 (displaced_step_in_progress_thread): Adjust.
15080 (displaced_step_in_progress): Adjust.
15081 (add_displaced_stepping_state): Remove.
15082 (get_displaced_step_closure_by_addr): Adjust.
15083 (remove_displaced_stepping_state): Remove.
15084 (infrun_inferior_exit): Call displaced_step_state.reset.
15085 (use_displaced_stepping): Don't check for NULL.
15086 (displaced_step_prepare_throw): Call
15087 get_displaced_stepping_state.
15088 (displaced_step_fixup): Don't check for NULL.
15089 (prepare_for_detach): Don't check for NULL.
15090
15091 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15092
15093 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15094 in case of call that did not complete.
15095
15096 2019-01-02 Andrey Utkin <autkin@undo.io>
15097
15098 * symfile.c (find_separate_debug_file): Fix search of debug files for
15099 remote debuggee.
15100
15101 2019-01-02 Tom Tromey <tom@tromey.com>
15102
15103 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15104 indentation.
15105 * python/py-frame.c (frapy_older): Remove cast.
15106 (frapy_newer): Likewise.
15107 * python/py-breakpoint.c (local_setattro): Remove cast.
15108 * python/py-arch.c (archpy_name): Remove local variable.
15109 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15110
15111 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15112
15113 * unittests/basic_string_view/element_access/char/empty.cc:
15114 Fix year range in copyright header.
15115
15116 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15117
15118 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15119 Delete.
15120 <operator==>: Update with for removed field.
15121 <hash>: Likewise.
15122 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15123 <isa_features>: ...this.
15124 <abi_features>: New field.
15125 (riscv_isa_flen): Update comment.
15126 (riscv_abi_xlen): New declaration.
15127 (riscv_abi_flen): New declaration.
15128 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15129 isa_features.
15130 (riscv_abi_xlen): New function.
15131 (riscv_isa_flen): Update to get answer from isa_features.
15132 (riscv_abi_flen): New function.
15133 (riscv_has_fp_abi): Update to get answer from abi_features.
15134 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15135 xlen and flen.
15136 (riscv_call_info) <xlen, flen>: Update comment.
15137 (riscv_call_arg_struct): Remove invalid assertions
15138 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15139 is removed.
15140 (riscv_gdbarch_init): Gather isa features and abi features
15141 separately, ensure both match on the gdbarch when reusing an old
15142 gdbarch. Relax an error check to allow 32-bit abi float to run on
15143 a target with 64-bit float hardware.
15144
15145 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15146
15147 * source.c (search_command_helper): Stop reverse search
15148 when line 1 has been searched.
15149
15150 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15151
15152 * record-full.c (record_full_base_target::close): Rewrite
15153 record_full_core_buf_list free logic.
15154
15155 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15156
15157 * break-catch-syscall.c (print_one_catch_syscall): xfree
15158 the last text.
15159
15160 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15161
15162 * top.c (print_gdb_version): Update Copyright year in version
15163 message.
15164
15165 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15166
15167 Update copyright year range in all GDB files.
15168
15169 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15170
15171 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15172
15173 For older changes see ChangeLog-2018.
15174 \f
15175 Local Variables:
15176 mode: change-log
15177 left-margin: 8
15178 fill-column: 74
15179 version-control: never
15180 coding: utf-8
15181 End:
15182
This page took 0.470718 seconds and 5 git commands to generate.